.shop-page{background:var(--cream);min-height:100vh;color:var(--black)}.shop-header{border-bottom:1px solid var(--border-light);background:linear-gradient(#fffdf9 0%,#faf7f2 100%);justify-content:center;align-items:center;width:100%;min-height:410px;padding:110px 40px 80px;display:flex}.shop-header-content{text-align:center;width:100%;max-width:1100px}.shop-eyebrow{color:#a28d61;letter-spacing:.38em;text-transform:uppercase;margin-bottom:24px;font-size:9px;font-weight:500;line-height:1}.shop-header h1{font-family:var(--serif);letter-spacing:-.045em;color:var(--black);margin:0;font-size:clamp(70px,8vw,120px);font-weight:400;line-height:.82}.shop-header h1 em{color:var(--gold-dark);font-style:italic;font-weight:400}.shop-description{max-width:520px;color:var(--muted);margin:28px auto 0;font-size:13px;font-weight:400;line-height:1.8}.shop-content{width:calc(100% - 160px);max-width:1500px;margin:0 auto;padding:0 0 120px}.shop-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:40px;min-height:92px;display:flex}.category-filter{scrollbar-width:none;align-items:center;gap:36px;display:flex;overflow-x:auto}.category-filter::-webkit-scrollbar{display:none}.category-button{color:#8c857b;letter-spacing:.28em;text-transform:uppercase;flex:none;padding:38px 0 34px;font-size:8px;font-weight:500;line-height:1;transition:color .3s;position:relative}.category-button:after{content:"";background:var(--gold);transform-origin:0;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}.category-button:hover,.category-button.active{color:var(--black)}.category-button.active:after{transform:scaleX(1)}.shop-sort{flex:none;align-items:center;gap:16px;display:flex}.shop-sort label{color:#9b927f;letter-spacing:.25em;text-transform:uppercase;font-size:8px;font-weight:500}.shop-sort select{border:0;border-bottom:1px solid var(--border);min-width:185px;height:42px;color:var(--black);font-family:var(--sans);cursor:pointer;appearance:none;background:0 0;background-image:linear-gradient(45deg, transparent 50%, var(--gold-dark) 50%), linear-gradient(135deg, var(--gold-dark) 50%, transparent 50%);background-position:calc(100% - 9px) 18px,calc(100% - 5px) 18px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;border-radius:0;padding:0 30px 0 5px;font-size:11px;transition:border-color .3s}.shop-sort select:hover,.shop-sort select:focus{border-color:var(--gold)}.shop-result-count{color:#9b927f;letter-spacing:.32em;text-transform:uppercase;padding:34px 0 24px;font-size:8px;font-weight:500;line-height:1}.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:70px 24px;width:100%;display:grid}.product-card{min-width:0;position:relative}.product-image-wrapper{background:var(--champagne);width:100%;position:relative;overflow:hidden}.product-image-link{width:100%;display:block}.product-image{aspect-ratio:.82;background:var(--champagne);width:100%;position:relative;overflow:hidden}.product-card-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .9s cubic-bezier(.22,1,.36,1);display:block}.product-image-wrapper:hover .product-card-image{transform:scale(1.035)}.product-badge{z-index:5;background:var(--black);color:var(--white);letter-spacing:.2em;text-transform:uppercase;padding:9px 12px;font-size:7px;font-weight:500;line-height:1;position:absolute;top:18px;left:18px}.product-wishlist{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:38px;height:38px;color:var(--black);background:#fffdf8eb;border:1px solid #11111124;border-radius:50%;justify-content:center;align-items:center;font-size:19px;line-height:1;transition:background .3s,border-color .3s,color .3s,transform .3s;display:flex;position:absolute;top:18px;right:18px}.product-wishlist:hover,.product-wishlist-active{border-color:var(--gold);background:var(--white);color:var(--gold-dark);transform:scale(1.05)}.product-quick-view{z-index:8;min-width:150px;color:var(--white);letter-spacing:.22em;text-align:center;opacity:0;background:#111111f0;padding:13px 18px;font-size:8px;font-weight:500;transition:opacity .35s,transform .35s,background .3s;position:absolute;bottom:18px;left:50%;transform:translate(-50%,15px)}.product-image-wrapper:hover .product-quick-view{opacity:1;transform:translate(-50%)}.product-quick-view:hover{background:var(--gold);color:var(--black)}.product-info{text-align:left;padding-top:19px}.product-category{color:var(--light-muted);letter-spacing:.25em;text-transform:uppercase;margin-bottom:7px;font-size:8px;font-weight:500;line-height:1.4}.product-info h3{font-family:var(--serif);letter-spacing:-.01em;margin:0;font-size:25px;font-weight:400;line-height:1.05}.product-info h3 a{color:var(--black);transition:color .3s}.product-info h3 a:hover{color:var(--gold-dark)}.product-price{color:#55504a;letter-spacing:.02em;margin-top:9px;font-size:12px}.shop-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:450px;padding:80px 20px;display:flex}.shop-empty>p{color:#a28d61;letter-spacing:.35em;text-transform:uppercase;margin-bottom:18px;font-size:8px;font-weight:500}.shop-empty h2{font-family:var(--serif);font-size:clamp(45px,5vw,75px);font-weight:400;line-height:.95}.shop-empty h2 em{color:var(--gold-dark);font-style:italic}.shop-empty span{max-width:500px;color:var(--muted);margin-top:20px;font-size:12px;line-height:1.7}.shop-empty button{background:var(--black);color:var(--white);letter-spacing:.22em;margin-top:28px;padding:16px 26px;font-size:8px;font-weight:500;transition:background .3s,transform .3s}.shop-empty button:hover{background:var(--gold);color:var(--black);transform:translateY(-2px)}@media (max-width:1100px){.shop-content{width:calc(100% - 80px)}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:55px 20px}.shop-header h1{font-size:clamp(65px,9vw,100px)}}@media (max-width:800px){.shop-header{min-height:360px;padding:100px 25px 65px}.shop-content{width:calc(100% - 50px)}.shop-toolbar{flex-direction:column;align-items:flex-start;gap:0;padding:0}.category-filter{gap:28px;width:100%}.category-button{padding:28px 0 24px}.shop-sort{justify-content:space-between;width:100%;padding:18px 0}.shop-sort select{min-width:160px}}@media (max-width:600px){.shop-header{min-height:330px;padding:95px 18px 55px}.shop-eyebrow{letter-spacing:.3em;margin-bottom:19px;font-size:7px}.shop-header h1{font-size:clamp(52px,15vw,75px);line-height:.88}.shop-description{max-width:330px;margin-top:22px;font-size:11px}.shop-content{width:calc(100% - 36px);padding-bottom:70px}.category-filter{gap:22px}.category-button{letter-spacing:.2em;padding:24px 0 20px;font-size:7px}.shop-sort{padding:16px 0}.shop-sort label{font-size:7px}.shop-sort select{min-width:145px;font-size:10px}.shop-result-count{padding:26px 0 18px;font-size:7px}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 12px}.product-image{aspect-ratio:.8}.product-badge{padding:7px 9px;font-size:6px;top:10px;left:10px}.product-wishlist{width:32px;height:32px;font-size:16px;top:10px;right:10px}.product-quick-view{display:none}.product-info{padding-top:13px}.product-category{margin-bottom:5px;font-size:6px}.product-info h3{font-size:18px}.product-price{margin-top:6px;font-size:10px}}@media (max-width:380px){.shop-content{width:calc(100% - 28px)}.shop-product-grid{gap:30px 10px}.product-info h3{font-size:16px}}
