/* =========================================================
   FULFILIX DROPSHIPPING — DESKTOP LAYOUT FIX V4
   Desktop / laptop only. Keep this file AFTER
   fulfilix-design-system.css and dropshipping.css.
   ========================================================= */

@media (min-width: 1025px) {

  /* ---------- DESKTOP PAGE FOUNDATION ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page {
    --ds-shell: 1240px;
    --ds-card: rgba(18, 12, 34, .88);
    --ds-card-2: rgba(11, 8, 22, .96);
    --ds-border: rgba(171, 125, 255, .18);
    --ds-border-hover: rgba(183, 139, 255, .38);
    --ds-muted: #aaa1b8;
    --ds-white: #f7f4fb;
    --ds-purple: #9a5cff;
    --ds-pink: #de4ab4;
    overflow: clip !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-shell {
    width: min(var(--ds-shell), calc(100% - 72px)) !important;
    max-width: var(--ds-shell) !important;
    margin-inline: auto !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-section {
    min-height: 0 !important;
    height: auto !important;
    padding: 96px 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-section-head {
    width: min(900px, 100%) !important;
    max-width: 900px !important;
    margin: 0 auto 52px !important;
    text-align: center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-section-head h2 {
    max-width: 900px !important;
    margin: 12px auto 0 !important;
    font-size: clamp(42px, 4.35vw, 66px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.052em !important;
    text-wrap: balance !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-section-head p {
    max-width: 700px !important;
    margin: 18px auto 0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-kicker {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* ---------- INTEGRATIONS: FORCE HORIZONTAL RAIL ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-integrations {
    min-height: 0 !important;
    padding-top: 82px !important;
    padding-bottom: 88px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-integrations .ff-section-head {
    margin-bottom: 34px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-rail {
    position: relative !important;
    width: 100% !important;
    min-height: 88px !important;
    padding: 18px 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--ds-border) !important;
    border-radius: 20px !important;
    background:
      linear-gradient(120deg, rgba(24, 15, 44, .9), rgba(10, 8, 18, .94) 55%, rgba(30, 18, 50, .88)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-rail-track {
    width: max-content !important;
    min-width: max-content !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    padding: 0 20px !important;
    margin: 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-home-logos .ff-brand-logo {
    flex: 0 0 92px !important;
    width: 92px !important;
    height: 52px !important;
    min-width: 92px !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-home-logos .ff-brand-logo img {
    display: block !important;
    width: auto !important;
    max-width: 70px !important;
    height: auto !important;
    max-height: 34px !important;
    object-fit: contain !important;
  }

  /* ---------- HOW IT WORKS ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-steps-section {
    min-height: 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-steps {
    position: relative !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding: 16px 0 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-steps-line {
    display: block !important;
    position: absolute !important;
    top: 39px !important;
    left: 62px !important;
    right: 62px !important;
    height: 1px !important;
    z-index: 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-step {
    position: relative !important;
    z-index: 1 !important;
    min-height: 205px !important;
    padding: 22px 18px 20px !important;
    border: 1px solid rgba(166, 121, 255, .14) !important;
    border-radius: 18px !important;
    background:
      linear-gradient(165deg, rgba(27, 18, 49, .70), rgba(10, 8, 19, .92)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-step-num {
    width: 48px !important;
    height: 48px !important;
    margin: -5px 0 18px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-step h3 {
    margin: 0 0 8px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-step p {
    margin: 0 !important;
    font-size: 12.5px !important;
    line-height: 1.62 !important;
  }

  /* ---------- THREE ROLE CARDS ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: stretch !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 640px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 1px solid var(--ds-border) !important;
    border-radius: 22px !important;
    background:
      linear-gradient(165deg, rgba(26, 17, 47, .78), rgba(9, 7, 18, .96)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.025),
      0 28px 54px -42px rgba(0,0,0,.95) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-media {
    width: 100% !important;
    height: 270px !important;
    min-height: 270px !important;
    overflow: hidden !important;
    border-bottom: 1px solid rgba(255,255,255,.055) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: top center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-copy {
    flex: 1 1 auto !important;
    padding: 26px 24px 28px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-copy h3 {
    margin: 0 0 18px !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-copy .ff-check-list {
    display: grid !important;
    gap: 9px !important;
    margin: 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-copy .ff-check-list li {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }

  /* ---------- CORE CAPABILITIES ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-capabilities .ff-section-head {
    max-width: 980px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-capabilities .ff-section-head h2 {
    max-width: 980px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-bento {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-bento-card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 270px !important;
    padding: 26px !important;
    overflow: hidden !important;
    border-radius: 20px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-bento-card.ff-bento-wide {
    grid-column: span 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, .85fr) minmax(300px, 1.15fr) !important;
    gap: 28px !important;
    align-items: center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-bento-card h3 {
    margin: 0 0 10px !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-bento-card p {
    margin: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.64 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-stock-ui,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-mini-price,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-flow-mini,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-chip-row,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-spark {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* ---------- COMMON SPLIT SECTION TYPOGRAPHY ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-marketplace-copy h2,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-profit-copy h2,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-orderflow-copy h2,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-oms-copy h2,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-kyc-copy h2 {
    margin: 12px 0 0 !important;
    font-size: clamp(40px, 3.8vw, 58px) !important;
    line-height: 1.03 !important;
    letter-spacing: -.05em !important;
    text-wrap: balance !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-marketplace-copy > p,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-profit-copy > p,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-orderflow-copy > p,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-oms-copy > p,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-kyc-copy > p {
    font-size: 14.5px !important;
    line-height: 1.72 !important;
  }

  /* ---------- MARKETPLACE ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-marketplace-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr) !important;
    gap: 62px !important;
    align-items: center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-marketplace-visual,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-tilt-frame {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-tilt-frame {
    overflow: hidden !important;
    border-radius: 22px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-tilt-frame img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
  }

  /* ---------- PROFIT: NO EMPTY RIGHT SIDE ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-profit-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr) !important;
    gap: 72px !important;
    align-items: center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-profit-card {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 520px !important;
    justify-self: end !important;
    padding: 30px 28px !important;
    border: 1px solid rgba(173,126,255,.24) !important;
    border-radius: 22px !important;
    background:
      radial-gradient(circle at 88% 12%, rgba(124,58,237,.24), transparent 44%),
      linear-gradient(150deg, rgba(23,15,43,.94), rgba(10,8,18,.98)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-profit-row {
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 16px 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-profit-row b {
    font-size: 22px !important;
  }

  /* ---------- ORDER FLOW: REMOVE GIANT BLANK SPACE ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-orderflow {
    min-height: 0 !important;
    height: auto !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-orderflow-layout {
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 390px !important;
    gap: 78px !important;
    align-items: center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-orderflow-copy {
    min-width: 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-capability-grid {
    width: min(560px, 100%) !important;
    max-width: 560px !important;
    margin: 28px 0 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-capability {
    min-height: 78px !important;
    padding: 16px !important;
    border: 1px solid rgba(157,111,255,.15) !important;
    border-radius: 15px !important;
    background: rgba(255,255,255,.022) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-capability b,
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-capability span {
    display: block !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-flow-visual {
    position: relative !important;
    width: 390px !important;
    min-width: 390px !important;
    max-width: 390px !important;
    min-height: 500px !important;
    height: 500px !important;
    margin: 0 !important;
    justify-self: end !important;
    padding: 28px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    border: 1px solid rgba(164,118,255,.16) !important;
    border-radius: 26px !important;
    background:
      radial-gradient(circle at 50% 46%, rgba(124,58,237,.15), transparent 42%),
      linear-gradient(145deg, rgba(20,13,38,.84), rgba(8,7,14,.84)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-flow-lines {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-flow-node {
    position: relative !important;
    inset: auto !important;
    z-index: 2 !important;
    width: 220px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
    text-align: center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-flow-node-core {
    width: 180px !important;
    min-height: 60px !important;
  }

  /* ---------- COURIER ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-courier-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr) !important;
    gap: 20px !important;
    align-items: stretch !important;
    margin: 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-courier-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-mini-card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 190px !important;
    padding: 22px 20px !important;
    border: 1px solid var(--ds-border) !important;
    border-radius: 18px !important;
    background:
      linear-gradient(165deg, rgba(26,18,48,.68), rgba(11,9,20,.9)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-mini-card:nth-child(5) {
    grid-column: 1 / -1 !important;
    min-height: 160px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-tracker {
    width: auto !important;
    min-width: 0 !important;
    padding: 24px !important;
    border: 1px solid var(--ds-border) !important;
    border-radius: 20px !important;
    background:
      linear-gradient(150deg, rgba(20,14,36,.94), rgba(9,7,17,.97)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-tracker-list {
    display: grid !important;
    gap: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-tracker-list li {
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 10px 0 !important;
  }

  /* ---------- OMS ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-oms-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr) !important;
    gap: 72px !important;
    align-items: center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-oms-path {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 9px !important;
    margin: 22px 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-api-card {
    width: 100% !important;
    max-width: 500px !important;
    justify-self: end !important;
    padding: 26px 24px !important;
    border: 1px solid rgba(173,126,255,.24) !important;
    border-radius: 20px !important;
    background:
      linear-gradient(150deg, rgba(22,15,41,.95), rgba(10,8,18,.98)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-api-row {
    min-height: 49px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
  }

  /* ---------- KYC ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-kyc-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .64fr) !important;
    gap: 72px !important;
    align-items: center !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-kyc-card {
    width: 100% !important;
    max-width: 470px !important;
    justify-self: end !important;
    padding: 24px !important;
    border: 1px solid var(--ds-border) !important;
    border-radius: 20px !important;
    background:
      linear-gradient(150deg, rgba(20,14,36,.94), rgba(9,7,17,.97)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-kyc-list {
    display: grid !important;
    gap: 2px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-kyc-list > div {
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 10px 0 !important;
  }

  /* ---------- ANALYTICS ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-analytics-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-dash-stat {
    width: auto !important;
    min-width: 0 !important;
    min-height: 150px !important;
    padding: 22px !important;
    border-radius: 18px !important;
  }

  /* ---------- WHY FULFILIX ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-why-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-why-card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 180px !important;
    padding: 26px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border: 1px solid var(--ds-border) !important;
    border-radius: 18px !important;
    background:
      linear-gradient(165deg, rgba(26,18,48,.68), rgba(11,9,20,.9)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-why-card h3 {
    margin: 14px 0 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  /* ---------- PRICING ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-pricing-card {
    width: min(610px, 100%) !important;
    max-width: 610px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 34px !important;
    border: 1px solid rgba(175,129,255,.24) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 100% 0%, rgba(124,58,237,.20), transparent 40%),
      linear-gradient(150deg, rgba(23,15,43,.95), rgba(9,7,17,.98)) !important;
  }

  /* ---------- FINAL CTA ---------- */
  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-final-cta .ff-ds-cta-card {
    width: 100% !important;
    min-height: 470px !important;
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr) !important;
    gap: 40px !important;
    align-items: center !important;
    padding: 52px 56px !important;
    overflow: hidden !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-final-cta .ff-cta-copy h2 {
    margin: 12px 0 0 !important;
    font-size: clamp(40px, 3.7vw, 58px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.05em !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-final-cta .ff-cta-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 26px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-cta-graphic {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 360px !important;
  }
}


/* =========================================================
   MEDIUM DESKTOP / SMALL LAPTOP
   ========================================================= */
@media (min-width: 1025px) and (max-width: 1280px) {

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-shell {
    width: min(1120px, calc(100% - 44px)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-section {
    padding: 82px 0 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-card {
    min-height: 600px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-role-media {
    height: 235px !important;
    min-height: 235px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-bento-card.ff-bento-wide {
    grid-column: 1 / -1 !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-marketplace-layout {
    grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr) !important;
    gap: 44px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-orderflow-layout {
    grid-template-columns: minmax(0, 1fr) 350px !important;
    gap: 48px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-flow-visual {
    width: 350px !important;
    min-width: 350px !important;
    max-width: 350px !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-courier-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .72fr) !important;
  }

  body.home-v2.dropshipping-page .ff-dropshipping-page .ff-ds-analytics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
