@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--white: #ffffff;--off-white: #f5f5f5;--light-gray: #ebebeb;--mid-gray: #999;--dark-gray: #333;--black: #000000;--font: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--ease: cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--black);overflow-x:hidden;-webkit-font-smoothing:antialiased}main>section{margin-top:5rem;margin-bottom:5rem}main>section:first-child{margin-top:0}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none;border:none;font-family:var(--font);color:inherit}img{display:block;max-width:100%}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--white)}::-webkit-scrollbar-thumb{background:var(--black)}.announcement-bar{background:var(--black);color:var(--white);text-align:center;padding:.6rem 2rem;font-size:.68rem;font-weight:600;letter-spacing:.15em;position:relative;z-index:1001;transition:transform .4s var(--ease),opacity .4s var(--ease)}.announcement-bar.hidden{transform:translateY(-100%);opacity:0;height:0;padding:0;overflow:hidden}.announcement-close{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:var(--white);font-size:1.2rem;line-height:1}.store-header{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:var(--white);border-bottom:1px solid var(--light-gray);transition:box-shadow .3s ease}.store-header.scrolled{box-shadow:0 1px 10px #0000000f}.header-left,.header-right{display:flex;align-items:center;gap:1rem;min-width:120px}.header-right{justify-content:flex-end}.header-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;position:relative;transition:opacity .2s}.header-icon:hover{opacity:.5}.header-logo{display:flex;align-items:center}.logo-img{height:60px;width:auto;transform:scale(3.8);filter:invert(0);transition:opacity .3s,transform .3s}.logo-img:hover{opacity:.7;transform:scale(3.8)}.cart-count{position:absolute;top:0;right:-2px;background:var(--black);color:var(--white);font-size:.55rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:2000;opacity:0;pointer-events:none;transition:opacity .4s var(--ease)}.sidebar-overlay.active{opacity:1;pointer-events:all}.sidebar-nav{position:fixed;top:0;left:0;bottom:0;width:440px;max-width:85vw;background:var(--off-white);z-index:2001;display:flex;flex-direction:column;padding:2rem;transform:translate(-100%);transition:transform .5s var(--ease)}.sidebar-nav.active{transform:translate(0)}.sidebar-header{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.sidebar-close{display:flex;align-items:center}.sidebar-close:hover{opacity:.5}.sidebar-links{list-style:none;flex:1;display:flex;flex-direction:column;gap:.2rem}.sidebar-link{display:block;padding:.9rem 0;font-size:.85rem;font-weight:700;letter-spacing:.08em;transition:opacity .2s,padding-left .3s var(--ease);border-bottom:1px solid transparent}.sidebar-link:hover{opacity:.5;padding-left:.5rem}.has-submenu{position:relative}.sidebar-link-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sidebar-link-row .sidebar-link{flex:1}.submenu-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer;background:none;border:none;color:var(--black);transition:transform .3s var(--ease),opacity .2s;flex-shrink:0;border-radius:4px}.submenu-toggle:hover{opacity:.5;background:var(--light-gray)}.has-submenu.open>.sidebar-link-row>.submenu-toggle{transform:rotate(180deg)}.submenu{list-style:none;padding-left:1.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s var(--ease),opacity .3s var(--ease),margin .3s var(--ease)}.has-submenu.open>.submenu{max-height:800px;opacity:1;margin-top:.3rem;margin-bottom:.5rem}@media(hover:hover){.has-submenu:hover>.submenu{max-height:800px;opacity:1;margin-top:.3rem;margin-bottom:.5rem}.has-submenu:hover>.sidebar-link-row>.submenu-toggle{transform:rotate(180deg)}}.submenu li a{display:block;padding:.45rem 0;font-size:.75rem;font-weight:500;color:var(--mid-gray);transition:color .2s,padding-left .2s var(--ease)}.submenu li a:hover{color:var(--black);padding-left:.3rem}.submenu--nested{padding-left:1rem}.submenu--nested li a{font-size:.7rem;font-weight:400;padding:.35rem 0}.submenu .sidebar-link-row{padding:.45rem 0}.submenu .sidebar-link-row a{font-size:.75rem;font-weight:500;color:var(--mid-gray);transition:color .2s;display:block;flex:1}.submenu .sidebar-link-row a:hover{color:var(--black)}.submenu .submenu-toggle{width:26px;height:26px}.sidebar-link.active{border-bottom-color:var(--black)}.sidebar-footer{border-top:1px solid var(--light-gray);padding-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.sidebar-footer-link{display:flex;align-items:center;gap:.6rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-decoration:underline;text-underline-offset:3px}.sidebar-footer-info{font-size:.7rem;color:var(--mid-gray)}.search-overlay{position:fixed;top:0;left:0;right:0;background:var(--white);z-index:3000;padding:2rem;transform:translateY(-100%);transition:transform .4s var(--ease);box-shadow:0 4px 20px #0000001a}.search-overlay.active{transform:translateY(0)}.search-container{display:flex;align-items:center;gap:1rem;max-width:800px;margin:0 auto}.search-input{flex:1;border:none;border-bottom:2px solid var(--black);font-size:1.2rem;font-weight:500;letter-spacing:.1em;padding:1rem 0;background:transparent;outline:none;font-family:var(--font)}.search-close:hover{opacity:.5}.hero{position:relative;height:92vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#0000 40%,#00000080)}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);padding:2rem}.hero-subtitle{font-size:.72rem;font-weight:600;letter-spacing:.35em;margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s .3s var(--ease) forwards}.hero-title{font-size:clamp(2.5rem,8vw,6.5rem);font-weight:900;line-height:.88;letter-spacing:-.04em;margin-bottom:2.5rem;opacity:0;animation:fadeUp .8s .5s var(--ease) forwards}.hero-cta{display:inline-block;padding:1rem 3rem;border:1.5px solid var(--white);font-size:.7rem;font-weight:700;letter-spacing:.2em;transition:all .3s var(--ease);opacity:0;animation:fadeUp .8s .7s var(--ease) forwards}.hero-cta:hover{background:var(--white);color:var(--black)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-bar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--light-gray);position:sticky;top:60px;background:var(--white);z-index:50}.category-title{font-size:.8rem;font-weight:700;letter-spacing:.15em}.refine-btn{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;padding:.6rem 1.2rem;border:1px solid var(--black);transition:all .2s}.refine-btn:hover{background:var(--black);color:var(--white)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.product-card{position:relative;background:var(--off-white);border-right:1px solid var(--light-gray);border-bottom:1px solid var(--light-gray);padding:0;transition:opacity .4s var(--ease);overflow:hidden}.product-card:nth-child(4n){border-right:none}.product-badge{position:absolute;top:1rem;left:1rem;z-index:5;font-size:.6rem;font-weight:700;letter-spacing:.1em;color:var(--black)}.product-wishlist{position:absolute;top:1rem;right:1rem;z-index:5;opacity:0;transition:opacity .3s}.product-card:hover .product-wishlist{opacity:1}.product-wishlist:hover{opacity:.5!important}.product-link{display:block}.product-image-wrap{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.product-img-wrapper{position:relative;display:block;overflow:hidden;aspect-ratio:3/4;background:var(--off-white)}.product-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .45s var(--ease),transform .7s var(--ease)}.product-img--primary{z-index:2;opacity:1;transition:opacity .05s var(--ease),transform .2s var(--ease)}.product-img--hover{z-index:1;opacity:1;visibility:hidden;transition:visibility 0s .05s,transform .2s var(--ease)}.product-card:hover .product-img--primary{opacity:0;transition:opacity .2s var(--ease),transform .3s var(--ease)}.product-card:hover .product-img--hover{visibility:visible;transition:visibility 0s,transform .3s var(--ease)}.product-card:hover .product-img{transform:scale(1.04)}.product-info{padding:1rem 1rem .5rem}.product-name{font-size:.72rem;font-weight:600;letter-spacing:.04em;margin-bottom:.3rem}.product-price{font-size:.72rem;color:var(--mid-gray);font-weight:400}.add-to-cart-btn{width:calc(100% - 2rem);margin:.5rem 1rem 1rem;padding:.8rem;background:var(--black);color:var(--white);font-size:.65rem;font-weight:700;letter-spacing:.15em;opacity:0;transform:translateY(8px);transition:all .35s var(--ease)}.product-card:hover .add-to-cart-btn{opacity:1;transform:translateY(0)}.add-to-cart-btn:hover{background:var(--dark-gray)}.brand-story{padding:8rem 2rem;display:flex;align-items:center;justify-content:center;background:var(--black);color:var(--white)}.story-content{text-align:center;max-width:600px}.story-logo{width:80px;height:80px;object-fit:contain;margin:0 auto 2rem;filter:invert(1)}.story-content h2{font-size:.8rem;font-weight:700;letter-spacing:.3em;margin-bottom:1.5rem}.story-content p{font-size:.95rem;line-height:1.8;color:#ffffffb3;font-weight:300;margin-bottom:2.5rem}.story-cta{display:inline-block;padding:.9rem 2.5rem;border:1px solid rgba(255,255,255,.4);font-size:.68rem;font-weight:600;letter-spacing:.2em;transition:all .3s var(--ease)}.story-cta:hover{background:var(--white);color:var(--black)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:4000;opacity:0;pointer-events:none;transition:opacity .4s var(--ease)}.cart-overlay.active{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:var(--white);z-index:4001;display:flex;flex-direction:column;transform:translate(100%);transition:transform .5s var(--ease)}.cart-drawer.active{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--light-gray)}.cart-header h3{font-size:.8rem;font-weight:700;letter-spacing:.15em}.cart-close:hover{opacity:.5}.cart-items{flex:1;overflow-y:auto;padding:1.5rem 2rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:var(--mid-gray);font-size:.8rem;letter-spacing:.1em}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--light-gray);animation:fadeUp .3s var(--ease)}.cart-item-img{width:80px;height:100px;object-fit:contain;background:var(--off-white);padding:.5rem}.cart-item-info{flex:1;display:flex;flex-direction:column;justify-content:center}.cart-item-name{font-size:.72rem;font-weight:600;letter-spacing:.04em;margin-bottom:.3rem}.cart-item-price{font-size:.72rem;color:var(--mid-gray)}.cart-item-remove{font-size:.6rem;color:var(--mid-gray);text-decoration:underline;margin-top:.5rem;letter-spacing:.05em;cursor:pointer;background:none;border:none;font-family:var(--font);text-align:left}.cart-item-remove:hover{color:var(--black)}.cart-footer{padding:1.5rem 2rem;border-top:1px solid var(--light-gray)}.cart-total{display:flex;justify-content:space-between;font-size:.8rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem}.checkout-btn{width:100%;padding:1rem;background:var(--black);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.2em;transition:background .2s}.checkout-btn:hover{background:var(--dark-gray)}.cart-shipping-note{text-align:center;font-size:.6rem;color:var(--mid-gray);margin-top:.8rem;letter-spacing:.08em}.store-footer{border-top:1px solid var(--light-gray);padding:4rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem}.footer-logo{width:50px;height:50px;object-fit:contain;margin-bottom:1rem}.footer-tagline{font-size:.75rem;color:var(--mid-gray);line-height:1.6;letter-spacing:.03em}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col h4{font-size:.68rem;font-weight:700;letter-spacing:.15em;margin-bottom:.5rem}.footer-col a{font-size:.72rem;color:var(--mid-gray);transition:color .2s}.footer-col a:hover{color:var(--black)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--light-gray);padding-top:2rem;font-size:.6rem;color:var(--mid-gray);letter-spacing:.1em;font-weight:500}.hub-access{position:fixed;bottom:20px;left:20px;background:var(--black);color:var(--white);height:36px;padding:0 16px;border-radius:18px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:.7rem;font-weight:600;letter-spacing:.05em;z-index:9000;transition:transform .3s,background .3s}.hub-access:hover{opacity:1}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-card:nth-child(4n){border-right:1px solid var(--light-gray)}.product-card:nth-child(3n){border-right:none}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:nth-child(3n){border-right:1px solid var(--light-gray)}.product-card:nth-child(2n){border-right:none}.hero{height:70vh}.hero-title{font-size:clamp(2rem,10vw,4rem)}.store-header{padding:.8rem 1rem}.header-left,.header-right{min-width:auto;gap:.2rem}.header-icon{width:32px;height:32px}.logo-img{height:20px;transform:scale(2.5)}.logo-img:hover{transform:scale(2.5)}.category-bar{padding:1rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.add-to-cart-btn{opacity:1;transform:translateY(0)}.product-wishlist{opacity:1}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-image-wrap{padding:1rem}.brand-story{padding:5rem 1.5rem}}.hero-split{display:flex;flex-direction:column;width:100%}@media(min-width:768px){.hero-split{flex-direction:row;height:85vh;min-height:600px}}.hero-half{flex:1;position:relative;height:60vh;overflow:hidden}@media(min-width:768px){.hero-half{height:100%}}.hero-split-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 0% 50%,#0009);pointer-events:none}.hero-split-content{position:absolute;bottom:2rem;left:2rem;color:var(--white);z-index:10}.hero-split-subtitle{font-size:.8rem;font-weight:500;margin-bottom:.5rem}.hero-split-title{font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-split-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-split-btn{display:inline-block;border:1px solid var(--white);padding:.6rem 1.8rem;font-size:.85rem;font-weight:600;color:var(--white);border-radius:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .3s,color .3s}.hero-split-btn:hover{background:var(--white);color:var(--black)}.newsletter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s var(--ease)}.newsletter-overlay.active{opacity:1;pointer-events:all}.newsletter-popup{background:var(--white);padding:0;max-width:450px;width:90%;position:relative;transform:translateY(20px);transition:transform .4s var(--ease);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}@media(min-width:768px){.newsletter-popup.newsletter-popup--split{max-width:900px;flex-direction:row;aspect-ratio:16/10;min-height:520px}}.newsletter-overlay.active .newsletter-popup{transform:translateY(0)}.nl-form-side{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 2.5rem}.nl-form-container{width:100%;max-width:360px;margin:0 auto;text-align:center}.nl-logo-wrap{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.nl-logo-img{max-height:45px;width:auto}.nl-logo-text{font-size:1.5rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.nl-title{font-size:1.6rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:2rem;color:var(--black)}.nl-form-element{display:flex;flex-direction:column;gap:1.2rem}.nl-input-group{width:100%}.nl-input{width:100%;padding:1.1rem 1.5rem;border:1.2px solid var(--black);border-radius:2rem;font-family:var(--font);font-size:.85rem;color:var(--black);outline:none;background:transparent;transition:border-color .3s}.nl-input::placeholder{color:var(--mid-gray)}.nl-checkbox-group{text-align:left;margin:.5rem 0}.nl-checkbox-label{display:flex;align-items:flex-start;gap:.8rem;cursor:pointer;-webkit-user-select:none;user-select:none}.nl-checkbox-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.nl-checkbox-custom{position:relative;height:18px;width:18px;background-color:transparent;border:1.2px solid var(--black);border-radius:4px;flex-shrink:0;margin-top:2px;transition:background-color .2s,border-color .2s}.nl-checkbox-label:hover .nl-checkbox-custom{background-color:var(--off-white)}.nl-checkbox-input:checked~.nl-checkbox-custom{background-color:var(--black);border-color:var(--black)}.nl-checkbox-custom:after{content:"";position:absolute;display:none;left:6px;top:2px;width:4px;height:9px;border:solid var(--white);border-width:0 2px 2px 0;transform:rotate(45deg)}.nl-checkbox-input:checked~.nl-checkbox-custom:after{display:block}.nl-checkbox-text{font-size:.72rem;line-height:1.4;color:var(--dark-gray)}.nl-submit-btn{width:auto;align-self:center;padding:1rem 3rem;background:var(--white);color:var(--black);border:1.2px solid var(--black);border-radius:2rem;font-size:.8rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:background .3s,color .3s}.nl-submit-btn:hover{background:var(--black);color:var(--white)}.nl-success-msg{font-size:1rem;font-weight:700;color:var(--black);margin:2rem 0}.nl-image-side{display:none}@media(min-width:768px){.nl-image-side{display:block;flex:1;position:relative;overflow:hidden}.nl-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}.nl-close{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;border-radius:50%;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:var(--black);z-index:10;cursor:pointer;border:none;transition:transform .3s var(--ease),background .3s}.nl-close:hover{transform:scale(1.1);background:var(--white)}.chat-bubble{position:fixed;bottom:24px;right:24px;z-index:8000;width:56px;height:56px;border-radius:50%;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 4px 20px #00000040;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.chat-bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px #00000059}.chat-bubble:active{transform:scale(.95)}.chat-bubble-icon--close,.chat-bubble.active .chat-bubble-icon--chat{display:none}.chat-bubble.active .chat-bubble-icon--close{display:block}.chat-bubble-badge{position:absolute;top:-2px;right:-2px;background:#e74c3c;color:var(--white);font-size:.6rem;font-weight:800;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font);opacity:0;transform:scale(0);transition:opacity .3s,transform .3s var(--ease);border:2px solid var(--white)}.chat-bubble-badge.visible{opacity:1;transform:scale(1);animation:chatBadgePulse 2s infinite}@keyframes chatBadgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.chat-window{position:fixed;bottom:96px;right:24px;z-index:8001;width:380px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 140px);background:var(--white);border-radius:16px;box-shadow:0 12px 60px #0000002e,0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transform-origin:bottom right;transition:opacity .35s var(--ease),transform .35s var(--ease),visibility .35s}.chat-window.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chat-window-header{background:var(--black);color:var(--white);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-window-header-info{display:flex;align-items:center;gap:.75rem}.chat-window-avatar{width:36px;height:36px;border-radius:50%;background:var(--white);color:var(--black);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;letter-spacing:.05em;font-family:var(--font)}.chat-window-name{font-size:.82rem;font-weight:700;letter-spacing:.12em}.chat-window-status{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:400;color:#ffffffb3;margin-top:2px}.chat-status-dot{width:7px;height:7px;border-radius:50%;background:#2ecc71;animation:chatStatusPulse 2.5s infinite}@keyframes chatStatusPulse{0%,to{opacity:1}50%{opacity:.4}}.chat-window-close{color:var(--white);opacity:.6;transition:opacity .2s;cursor:pointer;background:none;border:none;display:flex;align-items:center;justify-content:center;padding:4px}.chat-window-close:hover{opacity:1}.chat-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#fafafa}.chat-messages::-webkit-scrollbar{width:3px}.chat-messages::-webkit-scrollbar-thumb{background:var(--light-gray);border-radius:2px}.chat-msg{display:flex;gap:.5rem;animation:chatMsgIn .35s var(--ease) both}@keyframes chatMsgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-msg--user{flex-direction:row-reverse}.chat-msg-avatar{width:28px;height:28px;border-radius:50%;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.chat-msg-content{max-width:80%;display:flex;flex-direction:column;gap:.2rem}.chat-msg--user .chat-msg-content{align-items:flex-end}.chat-msg-bubble{padding:.7rem 1rem;border-radius:16px;font-size:.78rem;line-height:1.55;font-weight:400;word-wrap:break-word}.chat-msg--bot .chat-msg-bubble{background:var(--white);color:var(--black);border-bottom-left-radius:4px;border:1px solid var(--light-gray)}.chat-msg--user .chat-msg-bubble{background:var(--black);color:var(--white);border-bottom-right-radius:4px}.chat-msg-bubble a{color:inherit;text-decoration:underline;text-underline-offset:2px}.chat-msg--user .chat-msg-bubble a{color:var(--white)}.chat-msg-time{font-size:.58rem;color:var(--mid-gray);padding:0 .2rem;font-weight:500}.chat-typing-dots{display:flex;align-items:center;gap:4px;padding:.75rem 1.2rem!important;min-width:60px}.chat-typing-dots span{display:block;width:6px;height:6px;background:var(--mid-gray);border-radius:50%;animation:chatDotBounce 1.4s infinite ease-in-out}.chat-typing-dots span:nth-child(2){animation-delay:.15s}.chat-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes chatDotBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.chat-quick-actions{padding:.5rem 1.25rem .75rem;display:flex;flex-wrap:wrap;gap:.4rem;background:#fafafa;border-top:1px solid var(--light-gray);transition:opacity .3s,transform .3s var(--ease)}.chat-quick-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;border:1px solid var(--black);border-radius:20px;font-size:.68rem;font-weight:600;letter-spacing:.03em;font-family:var(--font);color:var(--black);background:var(--white);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap}.chat-quick-btn:hover{background:var(--black);color:var(--white)}.chat-quick-btn svg{flex-shrink:0}.chat-quick-btn:hover svg{stroke:var(--white)}.chat-input-area{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--light-gray);background:var(--white);flex-shrink:0}.chat-input{flex:1;border:none;outline:none;font-size:.78rem;font-family:var(--font);font-weight:400;padding:.5rem;background:transparent;color:var(--black)}.chat-input::placeholder{color:var(--mid-gray);font-weight:400}.chat-send-btn{width:36px;height:36px;border-radius:50%;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:background .2s,transform .2s;flex-shrink:0}.chat-send-btn:hover{background:var(--dark-gray);transform:scale(1.05)}.chat-send-btn:active{transform:scale(.92)}@media(max-width:480px){.chat-window{bottom:0;right:0;width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.chat-bubble{bottom:16px;right:16px;width:50px;height:50px}}.product-img-wrapper{position:relative}.wishlist-heart{position:absolute;top:12px;right:12px;z-index:5;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:scale(.8);transition:opacity .25s var(--ease),transform .25s var(--ease),background .2s}.product-card:hover .wishlist-heart{opacity:1;transform:scale(1)}.wishlist-heart:hover{background:#fff;transform:scale(1.1)!important}.wishlist-heart.active svg{fill:#e74c3c;stroke:#e74c3c}.wishlist-heart.active{opacity:1;transform:scale(1)}@keyframes heartPop{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.95)}to{transform:scale(1)}}.wishlist-heart.pop{animation:heartPop .4s var(--ease)}.hub-access{position:fixed;bottom:80px;left:20px;z-index:9999;background:var(--black);color:var(--white);padding:10px 20px;font-size:.65rem;font-weight:700;letter-spacing:.2em;border-radius:4px;text-decoration:none;font-family:var(--font);box-shadow:0 4px 20px #0000004d;transition:all .3s var(--ease);display:flex;align-items:center;gap:6px}.hub-access:hover{background:var(--dark-gray);transform:translateY(-2px);box-shadow:0 6px 24px #0006}.wishlist-drawer{position:fixed;top:0;right:-420px;width:400px;max-width:90vw;height:100vh;background:var(--white);z-index:10001;transition:right .4s var(--ease);box-shadow:-5px 0 30px #00000026;display:flex;flex-direction:column}.wishlist-drawer.open{right:0}.wishlist-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--light-gray)}.wishlist-drawer-header h2{font-size:.8rem;font-weight:700;letter-spacing:.15em}.wishlist-drawer-close{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:4px}.wishlist-drawer-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.wishlist-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--light-gray);animation:fadeUp .3s var(--ease) both}.wishlist-item img{width:80px;height:100px;object-fit:cover;background:var(--off-white)}.wishlist-item-info{flex:1;display:flex;flex-direction:column;justify-content:center}.wishlist-item-info h4{font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.3rem}.wishlist-item-info .price{font-size:.75rem;font-weight:600}.wishlist-item-remove{background:none;border:none;cursor:pointer;font-size:.6rem;color:var(--mid-gray);text-decoration:underline;margin-top:.5rem;letter-spacing:.05em;text-underline-offset:3px;align-self:flex-start}.wishlist-empty{text-align:center;padding:3rem 1rem}.wishlist-empty svg{margin-bottom:1.5rem}.wishlist-empty p{font-size:.8rem;color:var(--mid-gray);margin-bottom:.5rem}.wishlist-empty a{display:inline-block;margin-top:1rem;padding:.7rem 2rem;background:var(--black);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.15em}
/*# sourceMappingURL=/cdn/shop/t/7/assets/store.css.map */
