/* Phase 380.8.3.4.2.1.3 — Homepage Mobile Daily Deal Single-Column Readability Lock */

/* Small tablets use two readable cards rather than the previous three cramped columns. */
@media(max-width:780px){
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-daily-deals-grid-v380834211{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 12px!important;
  }
}

/*
 * Phones use one near-edge-to-edge card. This deliberately overrides both the
 * old 2-column phase rule and historical fixed-width homepage-tile rules.
 */
@media(max-width:620px){
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211{
    overflow:visible!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    >.home-wide-container-v1861{
    width:100%!important;
    max-width:100%!important;
    padding-inline:16px!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-daily-deals-grid-v380834211{
    width:calc(100% + 32px)!important;
    max-width:none!important;
    margin-inline:-16px!important;
    padding:24px 12px 16px!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:20px!important;
    border-radius:0!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-daily-deals-grid-v380834211
    >.home-product-tile-v186.home-compact-product-card-v38083421{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    margin:0!important;
    border-radius:24px!important;
    overflow:visible!important;
    contain:none!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-product-card-v38083421
    .home-compact-image-v38083421{
    width:100%!important;
    height:clamp(225px,62vw,320px)!important;
    min-height:225px!important;
    max-height:320px!important;
    border-radius:22px 22px 0 0!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-product-card-v38083421
    .home-compact-body-v38083421{
    width:100%!important;
    height:auto!important;
    min-height:196px!important;
    padding:15px!important;
    gap:8px!important;
    border-radius:0 0 22px 22px!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-product-card-v38083421
    .home-compact-meta-v38083421{
    font-size:12.5px!important;
    min-height:20px!important;
    max-height:20px!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-product-card-v38083421
    h3{
    min-height:52px!important;
    max-height:52px!important;
    font-size:16px!important;
    line-height:1.6!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-product-card-v38083421
    .home-compact-price-v38083421{
    min-height:30px!important;
    gap:8px!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-product-card-v38083421
    .home-compact-price-v38083421 b{
    font-size:18px!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-actions-v380834211{
    width:100%!important;
    min-height:46px!important;
    gap:9px!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-action-v380834211{
    width:100%!important;
    height:46px!important;
    min-height:46px!important;
    border-radius:14px!important;
  }
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-action-v380834211 svg{
    width:21px!important;
    height:21px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.marketak-responsive-v18952858.view-home
    .home-daily-deals-section-v380834211
    .home-compact-product-card-v38083421{
    transition:none!important;
  }
}
