.shop{position:relative}
.brand-logo{display:flex;align-items:center;width:190px;height:44px}
.brand-logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.shop .section-head{align-items:stretch;flex-direction:column;gap:28px;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid var(--line)}
.shop-heading{max-width:660px}
.shop-heading .eyebrow{color:var(--rust);margin:0 0 12px}
.shop-heading h2{margin:0;font-size:clamp(42px,5vw,66px);line-height:.98;letter-spacing:-.055em}
.shop-intro{max-width:570px;margin:10px 0 0;color:#66645d;font-size:16px;line-height:1.65}
.shop-controls{display:grid;grid-template-columns:minmax(0,1fr) 250px;grid-template-rows:auto auto;align-items:end;column-gap:34px;row-gap:12px;width:100%;min-width:0;padding:22px 24px;background:#f2ede5;border:1px solid #ded6ca;border-radius:4px}
.filter-label{grid-column:1;font:700 15px Manrope;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}
.shop .filters{grid-column:1;flex-wrap:wrap;justify-content:flex-start;gap:9px}
.shop .filters button{min-height:46px;padding:12px 22px;border-color:#c9c0b3;background:#fff;font-size:14px;font-weight:700;box-shadow:0 2px 8px #2b241b0a;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s}
.shop .filters button:hover{border-color:var(--ink);transform:translateY(-2px);box-shadow:0 6px 14px #2b241b14}
.shop .filters button.active{border-color:var(--ink);background:var(--ink);box-shadow:0 5px 14px #191a1726}
.shop .customer-style-menu{grid-column:2;grid-row:1 / span 2;align-self:start;margin:0;min-width:0;width:100%}
.shop .customer-style-menu label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#77736b}
.shop .customer-style-menu select{min-height:44px;background-color:#fff;border-color:#cbc3b7}
.shop .product-grid{row-gap:44px}
.shop-drop-label{margin:0 0 22px;color:var(--rust)}
.shop .product-image{background:#eee9e1;border-radius:4px}
.shop .product-meta{padding-top:16px;gap:18px}
.shop .product-meta h3{font-size:17px;line-height:1.3}
.shop .product-meta p{line-height:1.5}
.shop .product-meta strong{white-space:nowrap;font-weight:700}
.shop .quick-add{border-radius:2px;font-weight:700;letter-spacing:.01em}

@media(max-width:800px){
  .brand-logo{width:155px;height:38px}
  .shop .section-head{gap:28px;padding-bottom:24px;margin-bottom:24px}
  .shop-heading h2{font-size:clamp(38px,10vw,52px)}
  .shop-intro{font-size:15px;margin-top:15px}
  .shop-controls{display:grid;grid-template-columns:1fr;grid-template-rows:auto;align-items:stretch;gap:13px;padding:18px 15px}
  .filter-label{grid-column:1}
  .shop .filters{width:100%;justify-content:center;flex-wrap:wrap;overflow:visible;padding-bottom:0;scrollbar-width:none}
  .shop .filters::-webkit-scrollbar{display:none}
  .shop .filters button{flex:0 0 auto;min-height:44px;padding:11px 19px;font-size:14px}
  .shop .customer-style-menu{grid-column:1;grid-row:auto;width:100%;min-width:0;margin-top:4px;padding-top:15px;border-top:1px solid #d7cec1}
  .shop .customer-style-menu select{width:100%}
  .shop .product-grid{row-gap:34px}
}

@media(max-width:480px){
  .shop:before{margin-left:-15px;margin-right:-15px}
  .shop-heading h2{font-size:40px;line-height:1.02}
  .shop-intro{font-size:15px;line-height:1.6}
  .shop .product-grid{gap:38px}
  .shop .product-image{aspect-ratio:1/1.04}
  .shop .product-meta{padding-top:14px}
  .shop .quick-add{left:10px;right:10px;bottom:10px;min-height:44px}
}
