.shop-hero{padding-top:calc(80px + var(--space-lg));padding-bottom:var(--space-lg);text-align:center}.shop-hero .section-title{max-width:700px;margin:0 auto var(--space-sm);color:var(--duck-charcoal)}.shop-hero__phone{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2rem);color:var(--text-muted);margin-bottom:var(--space-md)}.shop-hero__actions{display:flex;gap:var(--space-sm);justify-content:center;flex-wrap:wrap}.shop-hero__call-btn{color:var(--duck-charcoal);border-color:#3c3c3c4d}.shop-hero__call-btn:hover{border-color:var(--duck-charcoal);color:var(--duck-charcoal)}.shop-about{background:var(--duck-charcoal);color:var(--duck-white);position:relative;overflow:hidden;padding:var(--space-lg) 0}.shop-about:before{content:"";position:absolute;top:-60px;left:-60px;width:200px;height:200px;border-radius:50%;background:#bd3f3a14;filter:blur(60px)}.shop-about__grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:768px){.shop-about__grid{grid-template-columns:repeat(3,1fr)}}.shop-about__card{text-align:center}.shop-about__card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto var(--space-sm);border-radius:12px;background:#ffffff14;color:var(--duck-peach)}.shop-about__card .section-label{display:block;font-family:var(--font-display);font-size:1.4rem;color:var(--duck-white);letter-spacing:normal;text-transform:none;margin-bottom:var(--space-xs)}.shop-about__card p{color:#fff9;font-size:.95rem;line-height:1.7}.shop-about__card a{color:var(--duck-peach);font-weight:600;transition:color .2s}.shop-about__card a:hover{color:#fff}.shop-brands{padding:var(--space-lg) 0}.shop-brands__inner{text-align:center}.shop-brands__heading{font-family:var(--font-heading);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-md)}.shop-brands__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-md) var(--space-lg)}.shop-brands__logos a{display:block;transition:transform .2s}.shop-brands__logos a:hover{transform:translateY(-3px)}.shop-brands__logos img{height:160px;width:auto;object-fit:contain;border-radius:16px;opacity:.8;transition:opacity .2s}.shop-brands__logos a:hover img{opacity:1}@media(max-width:600px){.shop-brands__logos img{height:112px}}.shop-breadcrumb{font-size:.9rem;color:var(--text-muted);margin-bottom:var(--space-xs)}.shop-breadcrumb a{color:var(--text-muted);transition:color .2s}.shop-breadcrumb a:hover{color:var(--duck-red)}.shop-breadcrumb__sep{margin:0 .4rem;opacity:.5}.shop-categories{padding:var(--space-md) 0 0}.shop-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm)}.shop-categories__pill{display:flex;align-items:center;justify-content:center;padding:.85rem 1rem;background:var(--duck-red);color:var(--duck-white);font-family:var(--font-display);font-size:1.1rem;border-radius:50px;text-align:center;transition:background .2s,transform .2s}.shop-categories__pill:hover{background:var(--duck-maroon);transform:translateY(-2px)}@media(max-width:600px){.shop-categories__grid{grid-template-columns:1fr}.shop-categories__pill{font-size:1rem;padding:.75rem 1rem}}.shop-collection-section{padding:var(--space-lg) 0 var(--space-sm)}.shop-collection-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-xs)}.shop-collection-title{font-family:var(--font-display);font-size:1.8rem;color:var(--duck-charcoal)}.shop-view-all{font-size:.9rem;font-weight:600;color:var(--duck-red);white-space:nowrap;transition:color .2s}.shop-view-all:hover{color:var(--duck-maroon)}.shop-collection-desc{color:var(--text-muted);font-size:.95rem;margin-bottom:var(--space-md);max-width:600px}.shop-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}@media(min-width:600px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.shop-grid{grid-template-columns:repeat(3,1fr)}.shop-grid--4col{grid-template-columns:repeat(4,1fr)}}.shop-product-card{display:block;background:#ffffff80;border:1px solid rgba(219,190,168,.3);border-radius:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.shop-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px var(--shadow-warm)}.shop-product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg-warm-dark)}.shop-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.shop-product-card:hover .shop-product-card__image img{transform:scale(1.04)}.shop-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);opacity:.3}.shop-product-card__badge{position:absolute;top:var(--space-sm);left:var(--space-sm);background:var(--duck-charcoal);color:var(--duck-white);font-size:.75rem;font-weight:600;padding:.3rem .7rem;border-radius:50px;letter-spacing:.02em}.shop-product-card__info{padding:var(--space-sm) var(--space-md) var(--space-md)}.shop-product-card__vendor{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:500}.shop-product-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;margin:.25rem 0 .4rem;color:var(--duck-charcoal)}.shop-product-card__price{font-weight:600;font-size:1rem;color:var(--duck-charcoal)}.shop-product-card__contact-price{font-weight:500;font-size:.9rem;color:var(--text-muted);font-style:italic}.shop-sort-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:var(--space-md)}.shop-sort-bar__controls{display:flex;align-items:center;gap:.35rem}.shop-sort-bar__search{margin-left:auto;padding:.4rem .75rem;border:1px solid rgba(219,190,168,.5);border-radius:8px;background:#fff9;font-family:var(--font-body);font-size:.85rem;color:var(--duck-charcoal);width:180px;transition:border-color .2s,box-shadow .2s}.shop-sort-bar__search::placeholder{color:var(--text-muted);opacity:.7}.shop-sort-bar__search:focus{outline:none;border-color:var(--duck-red);box-shadow:0 0 0 3px #bd3f3a1a}@media(max-width:600px){.shop-sort-bar{flex-wrap:wrap}.shop-sort-bar__search{margin-left:0;width:100%}}.shop-sort-bar__label{font-size:.85rem;color:var(--text-muted);font-weight:500;margin-right:.1rem}.shop-sort-bar__label:not(:first-child){margin-left:.75rem}.shop-sort-arrow{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;border:1px solid var(--duck-peach);background:#f9a97c1a;font-size:.8rem;line-height:1;color:var(--duck-peach);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.shop-sort-arrow:hover{background:#f9a97c40;color:var(--duck-charcoal)}.shop-sort-arrow.active{background:var(--duck-peach);border-color:var(--duck-peach);color:var(--duck-charcoal)}.shop-products-section{padding:var(--space-xs) 0 var(--space-xl)}.shop-empty{text-align:center;color:var(--text-muted);padding:var(--space-xl) 0;font-size:1.1rem}.shop-cta-section{padding:var(--space-lg) 0 var(--space-xl)}.shop-cta{background:var(--duck-charcoal);color:var(--duck-white);border-radius:20px;padding:var(--space-lg);text-align:center}.shop-cta h2{font-family:var(--font-display);font-size:1.8rem;margin-bottom:var(--space-xs)}.shop-cta p{color:#ffffffbf;max-width:500px;margin:0 auto var(--space-md);font-size:1rem;line-height:1.7}.shop-cta__actions{display:flex;gap:var(--space-sm);justify-content:center;flex-wrap:wrap}.shop-cta .btn-outline{border-color:#ffffff4d;color:var(--duck-white)}.shop-cta .btn-outline:hover{border-color:var(--duck-white);background:#ffffff1a}.shop-product-detail{padding:0 0 var(--space-xl)}.shop-product-layout{display:grid;grid-template-columns:1fr;gap:var(--space-lg);overflow:hidden}@media(min-width:768px){.shop-product-layout{grid-template-columns:1fr 1fr;align-items:start}}.shop-gallery{min-width:0;max-width:100%;overflow:hidden}.shop-gallery__main{border-radius:16px;overflow:hidden;background:var(--bg-warm-dark);max-height:70vh;display:flex;align-items:center;justify-content:center}.shop-gallery__main img{width:100%;max-width:100%;height:100%;max-height:70vh;object-fit:contain}.shop-gallery__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.shop-gallery__thumb{flex:0 0 auto;width:64px;height:64px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:var(--bg-warm-dark);transition:border-color .2s}.shop-gallery__thumb.active{border-color:var(--duck-red)}.shop-gallery__thumb:hover{border-color:var(--duck-peach)}.shop-gallery__thumb img{width:100%;height:100%;object-fit:cover}.shop-product-info{min-width:0;overflow:hidden}.shop-product-info__vendor{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:500;margin-bottom:.25rem}.shop-product-info__title{font-family:var(--font-display);font-size:2rem;color:var(--duck-charcoal);margin-bottom:.5rem;line-height:1.2}.shop-product-info__price{font-size:1.3rem;font-weight:700;color:var(--duck-charcoal);margin-bottom:var(--space-md)}.shop-product-info__contact-price{font-weight:500;font-size:1.1rem;color:var(--text-muted);font-style:italic}.shop-variant-selectors{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.shop-variant-selector label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.3rem;color:var(--duck-charcoal)}.shop-variant-selector select{width:100%;padding:.65rem 1rem;border:1px solid rgba(219,190,168,.5);border-radius:10px;background:#fff9;font-family:var(--font-body);font-size:.95rem;color:var(--duck-charcoal);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%233C3C3C' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center}.shop-variant-selector select:focus{outline:none;border-color:var(--duck-red);box-shadow:0 0 0 3px #bd3f3a1a}.shop-lead-time{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;padding:.85rem 1.1rem;background:var(--duck-peach);color:var(--duck-charcoal);border-radius:12px;font-size:.95rem;margin-bottom:var(--space-md)}.shop-lead-time__label{font-weight:700}.shop-lead-time__value{font-weight:600}.shop-lead-time__info{position:relative;color:var(--duck-charcoal);font-size:.88rem}.shop-lead-time__trigger{background:none;border:none;padding:0;color:var(--duck-charcoal);font-size:inherit;font-family:inherit;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;cursor:pointer;transition:color .2s}.shop-lead-time__trigger:hover{color:var(--duck-charcoal)}.shop-lead-time__tooltip{display:none;position:absolute;bottom:calc(100% + 10px);right:0;width:320px;padding:1rem 1.15rem;background:var(--duck-white);color:var(--duck-charcoal);border-radius:12px;font-size:.85rem;line-height:1.65;box-shadow:0 8px 30px #0000002e;z-index:10}.shop-lead-time__tooltip:after{content:"";position:absolute;bottom:-6px;right:24px;width:12px;height:12px;background:var(--duck-white);transform:rotate(45deg);border-radius:2px}.shop-lead-time__info.open .shop-lead-time__tooltip{display:block}@media(max-width:480px){.shop-lead-time__tooltip{width:260px;right:-1rem}.shop-lead-time__tooltip:after{right:32px}}.shop-product-info__btn{width:100%;justify-content:center;margin-bottom:var(--space-md);font-size:1rem;padding:.9rem 2rem}.shop-product-info__btn.loading{opacity:.7;pointer-events:none}.shop-product-info__description{color:var(--text-muted);font-size:.95rem;line-height:1.8;border-top:1px solid rgba(219,190,168,.3);padding-top:var(--space-md);overflow-x:auto}.shop-product-info__description p{margin-bottom:var(--space-sm)}.shop-product-info__description ul,.shop-product-info__description ol{margin-left:1.25rem;margin-bottom:var(--space-sm)}.shop-product-info__description table{width:100%;border-collapse:collapse;margin-bottom:var(--space-md);font-size:.9rem}.shop-product-info__description th,.shop-product-info__description td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(219,190,168,.2)}.shop-product-info__description th{font-weight:600;color:var(--duck-charcoal)}.shop-product-info__description tr:last-child td{border-bottom:none}.shop-tabs__nav{display:flex;gap:0;border-bottom:1px solid rgba(219,190,168,.3);margin-bottom:var(--space-md);overflow-x:auto;-webkit-overflow-scrolling:touch}.shop-tabs__btn{padding:.6rem 1.2rem;background:none;border:none;border-bottom:2px solid transparent;font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap}.shop-tabs__btn:hover{color:var(--duck-charcoal)}.shop-tabs__btn.active{color:var(--duck-charcoal);border-bottom-color:var(--duck-red)}.shop-tabs__panel{display:none;overflow-x:auto}.shop-tabs__panel.active{display:block}
