/* DA STORE V4.4 — deliberate desktop, tablet, and mobile product experiences */
.product-density-controls{display:none;align-items:center;gap:5px;margin-left:auto;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fff}.product-density-controls button{width:34px;height:30px;border:0;border-radius:999px;background:transparent;color:#777;cursor:pointer;font-weight:900}.product-density-controls button.active{background:#171614;color:#fff}
.mobile-purchase-bar{display:none}.stock-alert-form{margin-top:12px;padding:16px;border-radius:13px;background:#f5eee4}.stock-alert-form label{display:grid;gap:7px;font-size:12px;font-weight:800}.stock-alert-form div{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:9px}.stock-alert-form input{min-width:0;padding:11px;border:1px solid #d9d0c4;border-radius:9px}.stock-alert-form button{border:0;border-radius:9px;background:#171614;color:#fff;font-weight:800;padding:10px}.stock-alert-form p{margin:8px 0 0;font-size:12px;color:#6f675e}

@media (min-width:1101px){
  .shop-results-panel .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 20px}
  .shop-results-panel .product-card .product-image-wrap{aspect-ratio:4/5}
  .shop-results-panel .product-card .quick-add{display:block}
  .product-page-shell .product-layout{grid-template-columns:minmax(0,1.35fr) minmax(370px,.65fr);gap:clamp(42px,6vw,90px)}
  .product-page-shell .product-gallery{position:sticky;top:110px;align-self:start}
  .product-page-shell .product-info-panel{padding-top:8px}
}

@media (min-width:641px) and (max-width:1100px){
  .shop-layout{grid-template-columns:1fr}.shop-results-panel .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 16px}
  .shop-results-panel .product-card .quick-add{display:block;position:static;width:100%;transform:none;opacity:1;margin-top:8px;background:#171614;color:#fff}
  .shop-results-panel .product-card:hover{transform:none}
  .shop-results-panel .product-card .product-actions{display:none}
  .product-page-shell .product-layout{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;gap:28px!important}
  .product-page-shell .product-gallery{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;position:sticky;top:100px;align-self:start}
  .product-page-shell .product-thumbnails{order:2;display:flex!important;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory}
  .product-page-shell .product-thumbnail{flex:0 0 68px;scroll-snap-align:start}
  .product-page-shell .product-main-image{order:1;min-height:520px}
  .product-page-shell .product-info-panel h1{font-size:clamp(32px,4vw,52px)}
  .related-grid,.home-product-rail{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;padding-bottom:14px}
  .related-card,.home-feature-card{flex:0 0 42vw;scroll-snap-align:start}
}

@media (max-width:640px){
  .product-density-controls{display:flex}.shop-toolbar{gap:10px;flex-wrap:wrap}.shop-toolbar #activeFilterSummary{flex:1;min-width:120px;font-size:12px}
  .shop-results-panel .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px}
  .shop-results-panel .product-card{min-width:0}.shop-results-panel .product-image-wrap{aspect-ratio:4/5;border-radius:10px}.shop-results-panel .wish-button{width:35px;height:35px;right:7px;top:7px}
  .shop-results-panel .product-body{padding-top:11px}.shop-results-panel .product-body h3{font-size:13px;line-height:1.35}.shop-results-panel .product-kicker{font-size:8px}.shop-results-panel .product-card-rating{font-size:10px}.shop-results-panel .product-meta{margin:8px 0}.shop-results-panel .product-stock,.shop-results-panel .minimum-order-card{display:none}.shop-results-panel .product-price{font-size:14px}.shop-results-panel .product-actions{margin-top:9px}.shop-results-panel .product-actions .primary-button{min-height:40px;padding:9px 7px;font-size:11px}.shop-results-panel .quick-add{display:none}
  html[data-product-density="comfortable"] .shop-results-panel .product-grid{grid-template-columns:1fr;gap:14px}
  html[data-product-density="comfortable"] .shop-results-panel .product-card{display:grid;grid-template-columns:42% 1fr;gap:14px;padding:10px;border:1px solid #e5ddd2;border-radius:14px;background:#fff}
  html[data-product-density="comfortable"] .shop-results-panel .product-image-wrap{aspect-ratio:1/1.15}
  html[data-product-density="comfortable"] .shop-results-panel .product-body{align-self:center;padding:0}
  html[data-product-density="comfortable"] .shop-results-panel .product-stock{display:block}
  .product-page-shell{padding-inline:0!important}.product-page-shell .product-layout{display:block!important}
  .product-page-shell .product-gallery{display:flex!important;flex-direction:column;padding:0!important;gap:10px!important}
  .product-page-shell .product-main-image{order:1;width:100%;min-height:0;aspect-ratio:1/1.16;border-radius:0;background:#f4f1ed;touch-action:pan-y}
  .product-page-shell .product-main-image img{width:100%;height:100%;object-fit:cover}
  .product-page-shell .product-thumbnails{order:2;display:flex!important;overflow-x:auto;gap:7px;padding:0 16px 6px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .product-page-shell .product-thumbnails::-webkit-scrollbar{display:none}.product-page-shell .product-thumbnail{flex:0 0 62px;width:62px;height:76px;scroll-snap-align:start}
  .product-page-shell .product-info-panel{padding:22px 18px 28px}.product-page-shell .product-info-panel h1{font-size:clamp(31px,10vw,45px)}.product-page-shell .product-price-large{font-size:24px}.product-page-shell .product-description{font-size:14px;line-height:1.65}
  .product-page-shell .product-purchase-row{display:grid;grid-template-columns:110px 1fr}.product-page-shell .product-primary{min-height:48px}.product-page-shell .product-size-button{min-height:44px}.product-page-shell .product-color-button{min-width:70px}
  .mobile-purchase-bar{position:fixed;z-index:48;left:0;right:0;bottom:0;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(150px,1.2fr);align-items:center;gap:12px;padding:10px max(14px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));border-top:1px solid #ddd3c7;background:rgba(255,253,249,.96);box-shadow:0 -12px 30px rgba(32,23,16,.12);backdrop-filter:blur(16px)}
  .mobile-purchase-bar span{display:grid;min-width:0}.mobile-purchase-bar strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-purchase-bar small{margin-top:2px;color:#71695f}.mobile-purchase-bar button{min-height:47px;border:0;border-radius:999px;background:#171614;color:#fff;font-weight:900}.mobile-purchase-bar button:disabled{background:#aaa}
  body:has(.mobile-purchase-bar){padding-bottom:76px}
  .related-grid,.home-product-rail{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;padding:0 1px 15px;gap:12px!important;scrollbar-width:none}.related-grid::-webkit-scrollbar,.home-product-rail::-webkit-scrollbar{display:none}.related-card,.home-feature-card,.home-card-skeleton{flex:0 0 76vw!important;min-width:76vw!important;scroll-snap-align:start}
  .gallery-arrow{width:43px;height:43px}.gallery-arrow.prev{left:8px}.gallery-arrow.next{right:8px}
}

@media (prefers-reduced-motion:reduce){.product-card,.product-image-wrap img,.quick-add{transition:none!important;animation:none!important}.account-panel{animation:none!important}}
