@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&family=Caveat:wght@400;700&family=Anton&display=swap");:root{--accent-color:#0a5cff;--bg-primary:#eae5db;--bg-secondary:#ded9cf;--text-primary:#111;--text-secondary:#666}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:clip;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;background-color:var(--bg-primary);color:var(--text-primary)}.font-script{font-family:Caveat,cursive}.font-anton{font-family:Anton,sans-serif;text-transform:uppercase}.btn-primary{padding:1rem 3rem;font-size:1.1rem;font-weight:700;background-color:var(--accent-color);color:white;border:none;border-radius:50px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease,background-color .2s;width:100%;max-width:350px}.btn-primary:active{transform:scale(.97)}a{transition:opacity .2s}a:hover{opacity:.8}.product-layout{display:flex;flex-direction:column;padding:0 5vw}.product-gallery-col{width:100%}.product-info-col{width:100%;max-width:700px;margin:0 auto;padding-top:2rem}.gallery-hero{width:100%;aspect-ratio:3/4;max-height:80vh;border-radius:20px;overflow:hidden;background-color:#e8e4df}.gallery-hero img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:opacity .3s ease}.gallery-thumbs{display:flex;gap:.5rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.gallery-thumb{width:48px;height:64px;border-radius:10px;overflow:hidden;cursor:pointer;padding:0;background:#e8e4df;transition:all .2s}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.reviews-grid{display:flex;flex-direction:column;gap:1rem}.related-img{height:220px;background-color:#f0ece6;justify-content:center;padding:1rem}.related-img,.sticky-bar{display:flex;align-items:center}.sticky-bar{position:fixed;bottom:0;left:0;width:100%;z-index:9999;background:#111;padding:.7rem 1.5rem;justify-content:space-between}.sticky-bar .buy-btn{padding:.7rem 2rem;background-color:var(--accent-color);color:#fff;border:none;border-radius:50px;font-weight:700;cursor:pointer;font-size:.95rem;transition:background-color .2s,transform .15s}.sticky-bar .buy-btn:hover{opacity:.9;transform:scale(1.03)}.collection-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem;-ms-overflow-style:none;scrollbar-width:none}.collection-grid::-webkit-scrollbar{display:none}.collection-grid>a{flex:0 0 85%;scroll-snap-align:center}@media (min-width:768px){.product-layout{flex-direction:row;max-width:1200px;margin:0 auto;gap:3rem;padding:0 3rem;align-items:flex-start}.product-gallery-col{flex:0 0 55%;max-width:550px;position:sticky;top:6rem;align-self:flex-start}.product-info-col{flex:1 1;max-width:none;padding-top:0}.gallery-hero{max-height:none;aspect-ratio:3/4}.gallery-thumb{width:64px;height:80px}.trust-grid{grid-template-columns:repeat(4,1fr)}.reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.related-img{aspect-ratio:4/5;height:auto}.sticky-bar{max-width:700px;left:50%;transform:translateX(-50%);border-radius:16px 16px 0 0;padding:.8rem 2rem}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;overflow-x:visible}.collection-grid>a{flex:auto}}@media (min-width:1024px){.product-gallery-col{max-width:600px}.product-layout{padding:0 5rem}}