*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:#fff;color:#1a1a1a;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}:root{--bordeaux: #4E1827;--bordeaux-dark: #350F1A;--bordeaux-light: #6B2236;--bg: #ffffff;--bg-soft: #faf6f7;--bg-card: #f4eef0;--text: #1a1a1a;--text-muted: #6b6b6b;--border: #ebe2e5;--shadow: 0 4px 20px rgba(78, 24, 39, .08);--shadow-hover: 0 8px 30px rgba(78, 24, 39, .15)}.container{max-width:1280px;margin:0 auto;padding:0 20px}.topbar{background:var(--bordeaux);color:#fff;font-size:13px;padding:8px 0}.topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.topbar-left{display:flex;align-items:center;gap:8px}.topbar-right{display:flex;gap:20px;align-items:center}.topbar a:hover{opacity:.8}.topbar-socials{display:flex;gap:12px}.topbar-socials a{font-size:14px}.header{background:#fff;border-bottom:1px solid var(--border);padding:18px 0;position:sticky;top:0;z-index:100}.header .container{display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center}.logo{display:flex;align-items:center}.logo img{height:78px;width:auto;transition:transform .2s;display:block}.logo:hover img{transform:scale(1.04)}.footer-logo img{height:90px}@media(max-width:1024px){.logo img{height:64px}}@media(max-width:600px){.logo img{height:54px}}.search-bar{position:relative;max-width:540px;width:100%;justify-self:center}.search-bar input{width:100%;padding:14px 50px 14px 22px;border:1.5px solid var(--border);border-radius:50px;font-size:14px;background:var(--bg-soft);transition:all .2s}.search-bar input:focus{outline:none;border-color:var(--bordeaux);background:#fff}.search-bar button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:38px;height:38px;background:var(--bordeaux);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.search-bar button:hover{background:var(--bordeaux-dark)}.header-actions{display:flex;gap:25px;align-items:center}.header-action{display:flex;align-items:center;gap:8px;color:var(--text);transition:color .2s;position:relative}.header-action:hover{color:var(--bordeaux)}.header-action svg{width:26px;height:26px}.action-label{font-size:14px;font-weight:500}.cart-badge{position:absolute;top:-6px;left:16px;background:var(--bordeaux);color:#fff;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav{background:#fff;border-bottom:1px solid var(--border);padding:6px 0}.nav ul{list-style:none;display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-start}.nav a{display:block;padding:12px 22px;font-size:14px;font-weight:600;letter-spacing:1px;border-radius:6px;transition:all .2s;color:var(--text)}.nav a:hover{background:var(--bg-soft);color:var(--bordeaux)}.nav a.active{background:var(--bordeaux);color:#fff}.hero{padding:30px 0;background:var(--bg)}.hero-slide{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f5f1ee,#e8dfd9);min-height:460px;display:flex;align-items:center;box-shadow:var(--shadow)}.hero-content{padding:60px;max-width:50%;position:relative;z-index:2}.hero-badge{display:inline-block;background:var(--bordeaux);color:#fff;padding:6px 16px;border-radius:4px;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:20px}.hero h1{font-family:Bebas Neue,sans-serif;font-size:88px;line-height:.95;color:var(--bordeaux-dark);letter-spacing:2px;margin-bottom:12px}.hero h1 span{display:block;color:var(--bordeaux)}.hero p{font-size:16px;color:var(--text-muted);margin-bottom:30px;max-width:380px}.btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:var(--bordeaux);color:#fff;border-radius:50px;font-size:14px;font-weight:600;letter-spacing:1px;transition:all .3s}.btn:hover{background:var(--bordeaux-dark);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-outline{background:transparent;color:var(--bordeaux);border:2px solid var(--bordeaux)}.btn-outline:hover{background:var(--bordeaux);color:#fff}.hero-image{position:absolute;right:0;top:0;bottom:0;width:60%;background-size:cover;background-position:center;opacity:.95;background-image:linear-gradient(90deg,#f5f1ee 0%,transparent 25%,transparent 100%),url(https://images.unsplash.com/photo-1578632767115-351597cf2477?w=1200&q=80)}.hero-dots{position:absolute;bottom:25px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}.hero-dot{width:10px;height:10px;border-radius:50%;background:#5c1a1b4d;cursor:pointer;transition:all .2s}.hero-dot.active{background:var(--bordeaux);width:28px;border-radius:5px}.section{padding:50px 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.section-title{display:flex;align-items:center;gap:14px;font-family:Bebas Neue,sans-serif;font-size:32px;color:var(--bordeaux-dark);letter-spacing:2px}.section-title:before{content:"";display:block;width:6px;height:26px;background:var(--bordeaux);border-radius:3px}.section-jp{font-family:Noto Sans JP,sans-serif;color:var(--bg-card);font-size:28px;font-weight:700}.see-all{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:1px;color:var(--bordeaux);transition:gap .2s}.see-all:hover{gap:14px}.universes{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.universe-card{position:relative;aspect-ratio:1 / 1.1;border-radius:14px;overflow:hidden;cursor:pointer;background:var(--bg-card);transition:transform .3s,box-shadow .3s}.universe-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.universe-img{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .5s}.universe-card:hover .universe-img{transform:scale(1.08)}.universe-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(92,26,27,.9) 0%,transparent 50%);display:flex;align-items:flex-end;padding:18px}.universe-label{color:#fff;font-size:14px;font-weight:700;letter-spacing:1.5px;display:flex;align-items:center;gap:8px}.products{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;position:relative;transition:all .3s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:var(--bordeaux-light)}.product-img{aspect-ratio:1;background:var(--bg-soft);background-size:cover;background-position:center;position:relative}.product-badge{position:absolute;top:12px;left:12px;background:var(--bordeaux);color:#fff;font-size:10px;font-weight:700;letter-spacing:1px;padding:5px 10px;border-radius:4px}.product-badge.discount{background:#d62828}.product-badge.top{background:#1a1a1a}.product-fav{position:absolute;top:12px;right:12px;width:34px;height:34px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .2s}.product-fav:hover{color:var(--bordeaux)}.product-info{padding:16px}.product-title{font-size:14px;font-weight:500;color:var(--text);margin-bottom:10px;line-height:1.4;min-height:40px}.product-bottom{display:flex;align-items:center;justify-content:space-between}.product-price{display:flex;flex-direction:column}.price-current{font-size:17px;font-weight:700;color:var(--bordeaux)}.price-old{font-size:12px;color:var(--text-muted);text-decoration:line-through}.product-add{width:36px;height:36px;background:var(--bordeaux);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-add:hover{background:var(--bordeaux-dark)}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:30px 0 50px}.promo-card{position:relative;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;padding:32px;color:#fff;display:flex;flex-direction:column;justify-content:center;cursor:pointer;transition:transform .3s}.promo-card:hover{transform:translateY(-4px)}.promo-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4e1827d9,#350f1ab3);z-index:1}.promo-card.style-2:before{background:linear-gradient(135deg,#1a1a1ad9,#350f1ab3)}.promo-card.style-3:before{background:linear-gradient(135deg,#6b2236d9,#1a1a1ab3)}.promo-card-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.promo-card-content{position:relative;z-index:2}.promo-card h3{font-family:Bebas Neue,sans-serif;font-size:38px;letter-spacing:2px;margin-bottom:8px}.promo-card p{font-size:13px;margin-bottom:18px;max-width:240px;opacity:.9}.promo-btn{display:inline-block;background:#fff;color:var(--bordeaux);padding:10px 20px;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:1px;width:fit-content;transition:all .2s}.promo-btn:hover{background:var(--bordeaux-dark);color:#fff}.features{background:var(--bg-soft);padding:35px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.feature{display:flex;align-items:center;gap:14px}.feature-icon{width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--bordeaux);flex-shrink:0;box-shadow:0 2px 8px #5c1a1b1a}.feature-text strong{display:block;font-size:14px;color:var(--text);margin-bottom:2px}.feature-text span{font-size:12px;color:var(--text-muted)}.footer{background:#fff;color:var(--text);padding:60px 0 0;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:50px}.footer-about p{font-size:13px;color:var(--text-muted);line-height:1.7;margin-top:16px}.footer-col h4{font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:2px;color:var(--bordeaux);margin-bottom:18px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul a{font-size:13px;color:var(--text-muted);transition:color .2s}.footer-col ul a:hover{color:var(--bordeaux)}.newsletter p{font-size:13px;color:var(--text-muted);margin-bottom:16px}.newsletter-form{display:flex;gap:0;border:1.5px solid var(--border);border-radius:50px;overflow:hidden;transition:border-color .2s}.newsletter-form:focus-within{border-color:var(--bordeaux)}.newsletter-form input{flex:1;padding:12px 20px;border:none;background:transparent;font-size:13px;outline:none;color:var(--text)}.newsletter-form button{background:var(--bordeaux);color:#fff;padding:0 24px;font-size:12px;font-weight:700;letter-spacing:1px;transition:background .2s}.newsletter-form button:hover{background:var(--bordeaux-dark)}.footer-socials{display:flex;gap:12px;margin-top:22px}.footer-socials a{width:38px;height:38px;background:var(--bg-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--bordeaux);transition:all .2s}.footer-socials a:hover{background:var(--bordeaux);color:#fff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--border);padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-muted)}.shopify-payment-icons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shopify-payment-icons .payment-icon{height:28px;width:auto;display:block;transition:transform .2s ease}.shopify-payment-icons .payment-icon:hover{transform:translateY(-2px)}.page-hero{background:linear-gradient(135deg,var(--bg-soft) 0%,var(--bg-card) 100%);padding:70px 0 60px;text-align:center;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:-20%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(78,24,39,.06) 0%,transparent 70%);border-radius:50%;z-index:0}.page-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:350px;height:350px;background:radial-gradient(circle,rgba(78,24,39,.04) 0%,transparent 70%);border-radius:50%;z-index:0}.page-hero-inner{position:relative;z-index:1}.breadcrumb{font-size:12px;color:var(--text-muted);letter-spacing:1.5px;margin-bottom:18px;text-transform:uppercase;text-align:center;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0}.breadcrumb a{color:var(--text-muted);transition:color .2s}.breadcrumb a:hover{color:var(--bordeaux)}.breadcrumb-sep{margin:0 10px;color:var(--border);font-weight:700}.page-hero h1{font-family:Bebas Neue,sans-serif;font-size:64px;line-height:1;color:var(--bordeaux-dark);letter-spacing:2px;margin-bottom:14px}.page-hero-jp{font-family:Noto Sans JP,sans-serif;font-size:14px;color:var(--bordeaux);letter-spacing:4px;opacity:.7}.page-hero-accent{width:60px;height:4px;background:var(--bordeaux);margin:22px auto 0;border-radius:2px}.page-content{padding:70px 0 90px;background:#fff}.page-content-inner{max-width:760px;margin:0 auto;padding:0 20px;font-size:16px;line-height:1.75;color:var(--text)}.page-content-inner h2{font-family:Bebas Neue,sans-serif;font-size:32px;color:var(--bordeaux-dark);letter-spacing:1.5px;margin:50px 0 18px;padding-left:16px;border-left:4px solid var(--bordeaux);line-height:1.2}.page-content-inner h2:first-child{margin-top:0}.page-content-inner h3{font-size:20px;font-weight:700;color:var(--bordeaux);margin:32px 0 12px;letter-spacing:.3px}.page-content-inner h4{font-size:17px;font-weight:600;color:var(--text);margin:24px 0 10px}.page-content-inner p{margin-bottom:20px;color:#3a3a3a}.page-content-inner ul,.page-content-inner ol{margin:0 0 24px;padding-left:28px}.page-content-inner ul li,.page-content-inner ol li{margin-bottom:10px;color:#3a3a3a}.page-content-inner ul li::marker{color:var(--bordeaux)}.page-content-inner ol li::marker{color:var(--bordeaux);font-weight:700}.page-content-inner a{color:var(--bordeaux);font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s}.page-content-inner a:hover{border-color:var(--bordeaux)}.page-content-inner strong{color:var(--bordeaux-dark);font-weight:700}.page-content-inner blockquote{border-left:4px solid var(--bordeaux);padding:14px 24px;margin:30px 0;background:var(--bg-soft);border-radius:0 8px 8px 0;font-style:italic;color:var(--text-muted)}.page-content-inner img{border-radius:12px;margin:24px 0;box-shadow:var(--shadow)}.page-content-inner table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px}.page-content-inner table th,.page-content-inner table td{padding:12px 16px;border:1px solid var(--border);text-align:left}.page-content-inner table th{background:var(--bg-soft);color:var(--bordeaux);font-weight:700;letter-spacing:.5px}.page-content-inner hr{border:none;border-top:1px solid var(--border);margin:40px 0}.page-empty{text-align:center;padding:60px 20px;color:var(--text-muted);font-style:italic}@media(max-width:1024px){.universes,.products{grid-template-columns:repeat(3,1fr)}.promo-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.header .container{grid-template-columns:auto auto}.search-bar{grid-column:1 / -1;order:3}.hero h1{font-size:56px}.hero-content{max-width:100%;padding:40px}.hero-image{opacity:.3;width:100%}.page-hero h1{font-size:48px}.page-hero{padding:50px 0 40px}}@media(max-width:600px){.universes,.products{grid-template-columns:repeat(2,1fr)}.features-grid,.footer-grid{grid-template-columns:1fr}.nav ul{gap:0}.nav a{padding:10px 14px;font-size:12px}.topbar-right,.action-label{display:none}.hero h1{font-size:44px}.hero-slide{min-height:360px}.page-hero h1{font-size:38px;letter-spacing:1px}.page-hero{padding:40px 0 30px}.page-content{padding:40px 0 60px}.page-content-inner{font-size:15px}.page-content-inner h2{font-size:26px}}.scroll-to-top{position:fixed;bottom:28px;right:28px;width:50px;height:50px;background:var(--bordeaux);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .2s ease;z-index:999;box-shadow:0 6px 24px #4e182759;font-family:inherit}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--bordeaux-dark);transform:translateY(-3px);box-shadow:0 8px 28px #4e182773}.scroll-to-top:active{transform:translateY(-1px)}.scroll-to-top svg{width:22px;height:22px}@media(max-width:600px){.scroll-to-top{bottom:20px;right:20px;width:44px;height:44px}.scroll-to-top svg{width:18px;height:18px}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000}.cart-drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;background:#fff;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:1001;display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000026}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{padding:24px 28px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-drawer-header h2{font-family:Bebas Neue,sans-serif;font-size:22px;letter-spacing:2.5px;color:var(--bordeaux-dark);line-height:1}.cart-drawer-header h2 span{color:var(--bordeaux);margin-left:4px}.cart-drawer-close{width:34px;height:34px;border:1px solid var(--border);background:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);transition:all .2s}.cart-drawer-close:hover{background:var(--bordeaux);color:#fff;border-color:var(--bordeaux)}.cart-drawer-body{flex:1;overflow-y:auto;padding:0}.cart-drawer-empty{text-align:center;padding:80px 30px}.cart-drawer-empty-icon{width:64px;height:64px;margin:0 auto 20px;background:var(--bg-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.cart-drawer-empty-icon svg{width:28px;height:28px}.cart-drawer-empty p{color:var(--text-muted);font-size:15px;margin-bottom:26px}.cart-drawer-continue{display:inline-block;padding:14px 30px;background:var(--bordeaux);color:#fff;border:none;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:1.5px;cursor:pointer;transition:background .2s;font-family:inherit}.cart-drawer-continue:hover{background:var(--bordeaux-dark)}.cart-drawer-items{padding:8px 28px}.cart-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item-img{width:76px;height:76px;background:var(--bg-soft);background-size:cover;background-position:center;border-radius:8px;flex-shrink:0;display:block}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.cart-item-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:3px;line-height:1.35;text-decoration:none;display:block}.cart-item-title:hover{color:var(--bordeaux)}.cart-item-variant{font-size:12px;color:var(--text-muted);margin-bottom:8px}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item-qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:6px;overflow:hidden}.cart-item-qty button{width:26px;height:26px;border:none;background:transparent;cursor:pointer;font-size:15px;font-weight:600;color:var(--text);transition:background .15s;font-family:inherit}.cart-item-qty button:hover{background:var(--bg-soft);color:var(--bordeaux)}.cart-item-qty span{font-size:13px;font-weight:600;min-width:22px;text-align:center}.cart-item-price{font-size:14px;font-weight:700;color:var(--bordeaux);font-family:Bebas Neue,sans-serif;letter-spacing:.5px}.cart-item-remove{border:none;background:none;color:var(--text-muted);cursor:pointer;font-size:11px;text-decoration:underline;margin-top:6px;text-align:left;font-family:inherit;padding:0}.cart-item-remove:hover{color:var(--bordeaux)}.cart-drawer-footer{padding:22px 28px 26px;border-top:1px solid var(--border);background:var(--bg-soft);flex-shrink:0}.cart-shipping-progress{margin-bottom:18px}.cart-shipping-text{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;color:var(--text-muted);margin-bottom:8px}.cart-shipping-text strong{color:var(--bordeaux);font-weight:700;font-size:13px}.cart-shipping-bar{height:5px;background:var(--border);border-radius:3px;overflow:hidden}.cart-shipping-fill{height:100%;background:var(--bordeaux);width:0%;transition:width .5s ease;border-radius:3px}.cart-drawer-total{display:flex;justify-content:space-between;align-items:center;padding:12px 0 14px;border-top:1px solid var(--border)}.cart-drawer-total span{font-size:13px;font-weight:700;letter-spacing:1.5px;color:var(--text);text-transform:uppercase}.cart-drawer-total strong{font-family:Bebas Neue,sans-serif;font-size:28px;letter-spacing:.5px;color:var(--bordeaux);line-height:1}.cart-drawer-vat{font-size:11px;color:var(--text-muted);margin-bottom:14px;text-align:center}.cart-drawer-checkout{display:block;width:100%;padding:16px;background:var(--bordeaux);color:#fff!important;border:none;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:2px;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s;font-family:inherit}.cart-drawer-checkout:hover{background:var(--bordeaux-dark);letter-spacing:2.5px}.cart-drawer-viewcart{display:block;text-align:center;margin-top:12px;font-size:12px;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.cart-drawer-viewcart:hover,.product-fav.active{color:var(--bordeaux)}.product-fav.active svg{fill:var(--bordeaux);stroke:var(--bordeaux)}.product-fav{transition:color .2s}@media(max-width:600px){.cart-drawer{max-width:100%}.cart-drawer-header,.cart-drawer-items,.cart-drawer-footer{padding-left:18px;padding-right:18px}}@keyframes heartBeat{0%,to{transform:scale(1)}20%{transform:scale(1.35)}40%{transform:scale(.92)}60%{transform:scale(1.18)}80%{transform:scale(.96)}}@keyframes heartBurst{0%{transform:translate(-50%,-50%) scale(0) rotate(0);opacity:1}to{transform:translate(calc(-50% + var(--bx, 0px)),calc(-50% + var(--by, 0px))) scale(.6) rotate(var(--br, 0deg));opacity:0}}@keyframes fadeSlideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeSlideDown{to{opacity:0;transform:translate(-50%,20px)}}.product-fav.is-favorited svg,.product-fav.active svg{fill:var(--bordeaux);stroke:var(--bordeaux)}.product-fav.animating svg{animation:heartBeat .7s cubic-bezier(.4,0,.2,1)}.product-favorite{transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible}.product-favorite svg{transition:all .25s cubic-bezier(.4,0,.2,1)}.product-favorite.is-favorited,.product-favorite.active{background:var(--bordeaux);border-color:var(--bordeaux);color:#fff}.product-favorite.is-favorited svg,.product-favorite.active svg{fill:#fff;stroke:#fff}.product-favorite.animating svg{animation:heartBeat .7s cubic-bezier(.4,0,.2,1)}.heart-particle{position:absolute;top:50%;left:50%;width:16px;height:16px;color:var(--bordeaux);pointer-events:none;z-index:5;animation:heartBurst .9s cubic-bezier(.34,1.56,.64,1) forwards}.heart-particle svg{width:100%;height:100%;fill:var(--bordeaux)}.fav-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px);background:var(--bordeaux);color:#fff;padding:14px 22px 14px 18px;border-radius:50px;font-size:14px;font-weight:600;letter-spacing:.3px;box-shadow:0 10px 30px #4e182759;z-index:10000;opacity:0;visibility:hidden;display:flex;align-items:center;gap:12px;pointer-events:none}.fav-toast.show{opacity:1;visibility:visible;animation:fadeSlideUp .35s cubic-bezier(.4,0,.2,1) forwards;pointer-events:auto}.fav-toast.hide{animation:fadeSlideDown .3s cubic-bezier(.4,0,.2,1) forwards}.fav-toast svg{width:18px;height:18px;fill:#fff;flex-shrink:0}.fav-toast a{color:#fff;text-decoration:underline;text-underline-offset:2px;margin-left:4px;font-weight:700}.fav-toast a:hover{text-decoration:none}.fav-header-badge{position:absolute;top:-6px;left:16px;background:var(--bordeaux);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;z-index:2}@media(max-width:1024px){.container{padding:0 20px}.header{padding:14px 0}.logo img{height:38px}.search-bar{max-width:280px}.header-actions{gap:14px}.action-label{font-size:11px}}@media(max-width:768px){.topbar{font-size:10px;padding:6px 0}.topbar-right{display:none!important}.topbar-left span{font-size:10px}.header .container{flex-wrap:wrap;gap:12px;padding:12px 16px}.logo{order:1;flex:0 0 auto}.logo img{height:34px}.header-actions{order:2;gap:10px;margin-left:auto}.header-action .action-label{display:none}.header-action svg{width:22px;height:22px}.search-bar{order:3;flex:1 1 100%;max-width:100%}.search-bar input{font-size:14px;padding:10px 16px}nav.main-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}nav.main-nav ul{flex-wrap:nowrap;white-space:nowrap;padding:0 16px}nav.main-nav ul li{flex-shrink:0}nav.main-nav a{font-size:11px;padding:14px 10px}h1,.page-hero h1{font-size:36px!important;letter-spacing:1.5px}.page-hero{padding:50px 0 40px}.page-hero-jp{font-size:80px!important}.hero-content h1{font-size:44px!important}.product-grid,.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}.universe-grid{grid-template-columns:repeat(2,1fr)!important}.collection-cards,.promo-grid{grid-template-columns:1fr!important}.fav-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.cart-drawer{width:100%!important;max-width:100%!important}.footer-cols{grid-template-columns:1fr!important;gap:30px!important}.footer-col{text-align:left}.footer-bottom{flex-direction:column;gap:14px;text-align:center}.footer-payments{justify-content:center;flex-wrap:wrap}.newsletter{max-width:100%}.newsletter-form{flex-direction:column;gap:10px}.newsletter-form input,.newsletter-form button{width:100%}form input,form textarea,form select{font-size:16px}.btn{padding:14px 24px;font-size:13px}.product-layout{grid-template-columns:1fr!important;gap:30px!important}.product-gallery{max-width:100%}.product-thumbs{justify-content:center}.product-title{font-size:28px!important}.account-dashboard{grid-template-columns:1fr!important}.account-sidebar{position:static!important}.fav-toolbar{flex-direction:column;align-items:stretch}.fav-folder-pill{font-size:11px;padding:8px 12px}.btn-fav-toolbar{justify-content:center;width:100%}.page-hero-accent{width:60px}.breadcrumb{font-size:11px}}@media(max-width:480px){.logo img{height:30px}.header-actions{gap:8px}.header-action svg{width:20px;height:20px}.fav-header-badge,.cart-badge{width:16px;height:16px;font-size:9px;left:14px;top:-5px}h1,.page-hero h1{font-size:28px!important}.page-hero-jp{font-size:60px!important}.hero-content h1{font-size:32px!important}.fav-grid,.universe-grid{grid-template-columns:1fr!important}.product-fav,.product-favorite{width:36px!important;height:36px!important}.product-fav svg,.product-favorite svg{width:18px!important;height:18px!important}.btn{padding:12px 20px;font-size:12px}.fav-toast{left:16px;right:16px;transform:none;bottom:20px;font-size:13px}.fav-toast.show{transform:none}}@media(hover:none){.product-card:hover{transform:none}.product-card .product-fav,.fav-card .fav-card-remove,.fav-card .fav-card-move{opacity:1!important}}.mobile-menu-btn{display:none;width:38px;height:38px;background:transparent;border:none;cursor:pointer;color:var(--text);padding:0;align-items:center;justify-content:center;font-family:inherit}.mobile-menu-btn svg{width:24px;height:24px}.mobile-menu-btn:hover{color:var(--bordeaux)}.mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:9000}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:88%;max-width:380px;background:#fff;z-index:9001;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:4px 0 30px #00000026}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--border);background:#fff}.mobile-drawer-logo img{height:38px;display:block}.mobile-drawer-close{width:38px;height:38px;background:var(--bg-soft);border:none;border-radius:50%;cursor:pointer;color:var(--text);display:flex;align-items:center;justify-content:center;transition:all .2s;font-family:inherit}.mobile-drawer-close svg{width:16px;height:16px}.mobile-drawer-close:hover{background:var(--bordeaux);color:#fff}.mobile-drawer-search{position:relative;padding:18px 20px;border-bottom:1px solid var(--border)}.mobile-drawer-search svg{position:absolute;left:36px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-muted);pointer-events:none}.mobile-drawer-search input{width:100%;padding:12px 18px 12px 46px;border:1.5px solid var(--border);border-radius:50px;font-size:14px;background:var(--bg-soft);font-family:inherit;color:var(--text)}.mobile-drawer-search input:focus{outline:none;border-color:var(--bordeaux);background:#fff}.mobile-drawer-nav{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer-nav ul{list-style:none;margin:0;padding:8px 0}.mobile-drawer-nav li{border-bottom:1px solid var(--bg-soft)}.mobile-drawer-nav a{display:block;padding:18px 24px;color:var(--text);text-decoration:none;font-family:Bebas Neue,sans-serif;font-size:17px;letter-spacing:1.5px;transition:all .15s;position:relative}.mobile-drawer-nav a:after{content:"\203a";position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--text-muted);transition:all .2s}.mobile-drawer-nav a:hover,.mobile-drawer-nav a:active{background:var(--bg-soft);color:var(--bordeaux);padding-left:30px}.mobile-drawer-nav a:hover:after,.mobile-drawer-nav a:active:after{color:var(--bordeaux);right:18px}.mobile-drawer-footer{padding:20px;border-top:1px solid var(--border);background:var(--bg-soft)}.mobile-drawer-socials{display:flex;gap:14px;justify-content:center}.mobile-drawer-socials a{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text);text-decoration:none;transition:all .2s}.mobile-drawer-socials a:hover{background:var(--bordeaux);color:#fff;transform:translateY(-2px)}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);z-index:8000;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 20px #0000000f;display:none}.mobile-bottom-nav{display:none}.mobile-bottom-nav>a,.mobile-bottom-nav>.mobile-bottom-item{flex:1}.mobile-bottom-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px 10px;color:var(--text-muted);text-decoration:none;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;position:relative;transition:color .15s;font-family:inherit;border:none;background:transparent;cursor:pointer}.mobile-bottom-item svg{width:24px;height:24px}.mobile-bottom-item:hover,.mobile-bottom-item.active{color:var(--bordeaux)}.mobile-bottom-item.active svg{stroke:var(--bordeaux)}.mobile-bottom-badge{position:absolute;top:4px;left:calc(50% + 4px);background:var(--bordeaux);color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;box-sizing:content-box}@media(max-width:768px){.mobile-menu-btn{display:flex}.mobile-bottom-nav{display:flex!important}body{padding-bottom:76px}.scroll-to-top{bottom:88px!important}.fav-toast{bottom:90px!important}nav.nav,nav.main-nav{display:none}.header .container{gap:14px;padding:12px 16px}.header-actions{display:none!important}.logo{flex:1;display:flex;justify-content:center}.logo img{height:36px}.search-bar{order:99;flex:1 1 100%;max-width:100%;margin-top:8px}.topbar{padding:5px 0;font-size:10px}.topbar-right{display:none!important}}.mobile-cart-btn{display:none;position:relative;width:42px;height:42px;background:var(--bg-soft);border-radius:50%;align-items:center;justify-content:center;color:var(--text);text-decoration:none;transition:all .2s}.mobile-cart-btn svg{width:22px;height:22px}.mobile-cart-btn:hover,.mobile-cart-btn:active{background:var(--bordeaux);color:#fff}.mobile-cart-badge{position:absolute;top:-2px;right:-2px;background:var(--bordeaux);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;box-sizing:border-box}.mobile-bottom-nav{position:fixed;bottom:16px!important;left:16px!important;right:16px!important;background:#ffffffb8!important;backdrop-filter:blur(28px) saturate(180%)!important;-webkit-backdrop-filter:blur(28px) saturate(180%)!important;border:1px solid rgba(255,255,255,.6)!important;border-radius:28px!important;box-shadow:0 8px 32px #4e18271f,0 2px 8px #0000000a,inset 0 1px #ffffffe6!important;padding:8px 0!important;z-index:8500!important;overflow:hidden}.mobile-bottom-nav a.cart-bottom,.mobile-bottom-nav .mobile-bottom-item.cart-bottom{display:none!important}.mobile-bottom-nav .mobile-bottom-item{padding:10px 6px 8px;color:#3c1e28a6;font-size:10px;letter-spacing:.6px;border-radius:22px;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative}.mobile-bottom-nav .mobile-bottom-item svg{width:26px;height:26px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.mobile-bottom-nav .mobile-bottom-item.active,.mobile-bottom-nav .mobile-bottom-item:hover{color:var(--bordeaux)}.mobile-bottom-nav .mobile-bottom-item.active svg,.mobile-bottom-nav .mobile-bottom-item:hover svg{transform:scale(1.1) translateY(-2px);stroke:var(--bordeaux);fill:#4e182714}.mobile-bottom-nav .mobile-bottom-item.active:before{content:"";position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:26px;height:3px;background:var(--bordeaux);border-radius:2px}.mobile-bottom-nav .mobile-bottom-badge{background:var(--bordeaux);border:2px solid rgba(255,255,255,.95);box-shadow:0 2px 6px #4e18274d}@media(max-width:768px){.mobile-cart-btn{display:flex}.header .container{display:flex!important;align-items:center;gap:8px;padding:12px 16px;flex-wrap:wrap}.mobile-menu-btn{order:1;flex-shrink:0}.logo{order:2;flex:1;justify-content:center}.mobile-cart-btn{order:3;flex-shrink:0}.search-bar{order:4!important;flex:1 1 100%!important;max-width:100%!important;margin-top:4px}.header-actions{display:none!important}body{padding-bottom:100px!important}.scroll-to-top{bottom:110px!important;right:20px!important}.fav-toast{bottom:110px!important}button,.btn,a.btn,a.header-action,.product-fav,.product-favorite{-webkit-tap-highlight-color:rgba(78,24,39,.1)}a,button{touch-action:manipulation}.product-card{border-radius:14px}.product-card-body{padding:10px 12px 12px}.product-card-title{font-size:12.5px;line-height:1.35}.product-card-price{font-size:16px}.product-fav{width:32px;height:32px}.product-fav svg{width:16px;height:16px}.hero,.hero-section{min-height:280px;padding:30px 0}.page-hero{padding:36px 0 28px}.btn{padding:14px 28px;font-size:13px;border-radius:50px;min-height:46px}.btn-block{width:100%}input[type=text],input[type=email],input[type=password],input[type=tel],textarea,select{font-size:16px!important;padding:14px 16px;border-radius:12px}.cart-drawer{width:100%!important;max-width:100%!important}section{padding:40px 0}.container{padding:0 16px}}@media(max-width:480px){.mobile-cart-btn{width:38px;height:38px}.mobile-cart-btn svg{width:20px;height:20px}.mobile-bottom-nav{bottom:12px!important;left:12px!important;right:12px!important}.mobile-bottom-nav .mobile-bottom-item{padding:8px 4px 6px;font-size:9px}.mobile-bottom-nav .mobile-bottom-item svg{width:22px;height:22px}body{padding-bottom:92px!important}}@supports (padding: env(safe-area-inset-bottom)){@media(max-width:768px){.mobile-bottom-nav{bottom:calc(16px + env(safe-area-inset-bottom))!important}body{padding-bottom:calc(100px + env(safe-area-inset-bottom))!important}}}@media(max-width:768px){.container{padding:0 16px}section{padding:32px 0!important}.topbar{padding:6px 0!important}.topbar .container{justify-content:center;text-align:center}.topbar-left{width:100%;justify-content:center;gap:6px}.topbar-left svg{width:13px;height:13px;flex-shrink:0}.topbar-left span{font-size:10px!important;letter-spacing:.3px}.topbar-right{display:none!important}.header{padding:10px 0!important}.header .container{display:flex!important;align-items:center;gap:10px;padding:0 16px!important;flex-wrap:wrap}.mobile-menu-btn{order:1;width:38px;height:38px;flex-shrink:0}.mobile-menu-btn svg{width:22px;height:22px}.logo{order:2;flex:1;display:flex!important;justify-content:center;align-items:center}.logo picture,.logo picture img,.logo>img{height:52px!important;width:auto!important;display:block}.mobile-cart-btn{order:3;display:flex!important;width:38px;height:38px;flex-shrink:0}.mobile-cart-btn svg{width:20px;height:20px}.mobile-cart-badge{font-size:9px;min-width:16px;height:16px;border-width:1.5px}.header-actions{display:none!important}.search-bar{order:4!important;flex:1 1 100%!important;max-width:100%!important;margin-top:8px!important;position:relative}.search-bar input{padding:10px 16px!important;font-size:14px!important;height:40px!important;border-radius:50px}.search-bar button{width:34px!important;height:34px!important;right:4px!important}.search-bar button svg{width:14px!important;height:14px!important}nav.nav,nav.main-nav{display:none!important}.hero,.hero-section{min-height:auto;padding:0!important}.hero-content{padding:40px 20px!important;gap:14px}.hero h1,.hero-content h1{font-size:28px!important;line-height:1.1;letter-spacing:1px;margin:0}.hero-content p,.hero p{font-size:13px!important;line-height:1.5;max-width:320px}.hero .btn,.hero-content .btn{padding:12px 24px!important;font-size:12px!important}.page-hero{padding:30px 0 24px!important}.page-hero-inner{gap:8px}.breadcrumb{font-size:11px;gap:6px}.page-hero h1{font-size:30px!important;letter-spacing:1.5px;margin:8px 0 6px}.page-hero-jp{font-size:56px!important;opacity:.05}.page-hero-accent{width:50px;margin:10px auto 0}.account-hero-greeting{font-size:12px!important}.product-grid,.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.universe-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.universe-card{padding:22px 14px!important}.universe-card h3{font-size:17px!important}.universe-card p{font-size:11px!important}.product-card{border-radius:12px}.product-card-img{aspect-ratio:1}.product-card-body{padding:10px 12px 12px!important}.product-card-title{font-size:12px!important;line-height:1.35!important;min-height:32px;margin-bottom:6px}.product-card-price{font-size:15px!important}.product-fav{width:30px!important;height:30px!important;top:8px;right:8px}.product-fav svg{width:15px!important;height:15px!important}.fav-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.fav-card-body{padding:12px!important}.fav-card-title{font-size:12px!important;min-height:32px;margin-bottom:6px}.fav-card-price{font-size:15px!important}.btn{padding:12px 24px!important;font-size:12.5px!important;min-height:44px;letter-spacing:1px;border-radius:50px}.section-title,.section-header h2{font-size:24px!important;letter-spacing:2px;margin-bottom:6px}.section-subtitle,.section-header p{font-size:12px!important}.promo-grid{grid-template-columns:1fr!important;gap:14px!important}.promo-item{padding:22px!important}.promo-item h3{font-size:20px!important}.promo-item p{font-size:12px!important}.product-layout{grid-template-columns:1fr!important;gap:24px!important}.product-title{font-size:24px!important;line-height:1.2}.product-info{gap:14px}.product-price-row .product-price{font-size:26px!important}.product-description{font-size:13.5px!important;line-height:1.6}.cart-drawer{width:100%!important;max-width:100%!important}.account-dashboard{grid-template-columns:1fr!important;gap:20px}.account-sidebar{position:static!important}input[type=text],input[type=email],input[type=password],input[type=tel],textarea,select{font-size:16px!important;padding:10px 14px;border-radius:10px}footer{padding:30px 0 20px!important}.footer-cols{grid-template-columns:1fr!important;gap:24px!important}.footer-col h4{font-size:14px!important;margin-bottom:12px}.footer-col ul li{margin-bottom:8px}.footer-col ul a{font-size:13px}.footer-bottom{flex-direction:column;gap:12px;text-align:center;padding-top:18px}.newsletter{max-width:100%}.newsletter h4{font-size:14px!important;margin-bottom:8px}.newsletter p{font-size:12.5px!important;line-height:1.5;margin-bottom:12px}.newsletter-form{flex-direction:column;gap:8px}.newsletter-form input{width:100%;padding:11px 16px!important;font-size:14px!important;height:42px}.newsletter-form button{width:100%;padding:11px 20px!important;height:42px;font-size:11.5px}.footer-payments{justify-content:center;flex-wrap:wrap}.payment-icon{width:32px}.mobile-bottom-nav{bottom:12px!important;left:14px!important;right:14px!important;padding:6px 0!important;border-radius:26px!important}.mobile-bottom-nav .mobile-bottom-item{padding:8px 4px 7px!important;gap:3px;font-size:9.5px!important;letter-spacing:.4px}.mobile-bottom-nav .mobile-bottom-item svg{width:22px!important;height:22px!important}.mobile-bottom-nav .mobile-bottom-item.active:before{width:18px;height:2px;bottom:4px}.mobile-bottom-badge{font-size:9px;min-width:15px;height:15px;border-width:1.5px}body{padding-bottom:78px!important}.scroll-to-top{bottom:88px!important;right:16px!important;width:42px!important;height:42px!important}.scroll-to-top svg{width:18px!important;height:18px!important}.fav-toast{bottom:88px!important}}@media(max-width:480px){.container{padding:0 14px}section{padding:26px 0!important}.logo picture,.logo picture img,.logo>img{height:46px!important}.hero-content{padding:32px 18px!important}.hero h1,.hero-content h1{font-size:24px!important}.page-hero{padding:24px 0 20px!important}.page-hero h1{font-size:26px!important}.page-hero-jp{font-size:46px!important}.section-title,.section-header h2{font-size:21px!important}.mobile-bottom-nav{bottom:10px!important;left:12px!important;right:12px!important}.mobile-bottom-nav .mobile-bottom-item svg{width:20px!important;height:20px!important}.mobile-bottom-nav .mobile-bottom-item{font-size:9px!important}body{padding-bottom:72px!important}}@supports (padding: env(safe-area-inset-bottom)){@media(max-width:768px){.mobile-bottom-nav{bottom:calc(12px + env(safe-area-inset-bottom))!important}body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}}}@media(max-width:768px){:root{--glass-blur: blur(40px) saturate(180%) contrast(105%);--glass-bg: linear-gradient(180deg, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .45) 100%);--glass-bg-active: linear-gradient(180deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .7) 100%);--glass-border: 1px solid rgba(255, 255, 255, .8);--glass-shadow: 0 8px 32px rgba(78, 24, 39, .1), 0 2px 6px rgba(0, 0, 0, .04), inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 2px 6px rgba(255, 255, 255, .35), inset 0 -1px 0 rgba(0, 0, 0, .04), inset 0 -8px 20px rgba(255, 255, 255, .18);--glass-shadow-hover: 0 12px 40px rgba(78, 24, 39, .15), 0 3px 8px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 2px 8px rgba(255, 255, 255, .5), inset 0 -10px 24px rgba(255, 255, 255, .25)}.mobile-menu-btn,.mobile-cart-btn{background:var(--glass-bg)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border:var(--glass-border)!important;border-radius:50%!important;box-shadow:var(--glass-shadow)!important;transition:all .35s cubic-bezier(.34,1.56,.64,1)!important;color:#2d1923d9!important;position:relative;overflow:hidden}.mobile-menu-btn:before,.mobile-cart-btn:before{content:"";position:absolute;top:1px;left:15%;right:15%;height:35%;background:linear-gradient(180deg,rgba(255,255,255,.6) 0%,transparent 100%);border-radius:50%;pointer-events:none;filter:blur(3px)}.mobile-menu-btn:hover,.mobile-menu-btn:active,.mobile-cart-btn:hover,.mobile-cart-btn:active{background:linear-gradient(180deg,#4e1827f2,#4e1827d9)!important;border-color:#fff6!important;color:#fff!important;transform:scale(.94);box-shadow:0 6px 24px #4e182759,inset 0 1px #ffffff80,inset 0 -1px #0000001a!important}.header .search-bar{background:var(--glass-bg)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border:var(--glass-border)!important;border-radius:50px!important;box-shadow:var(--glass-shadow)!important;padding:0!important;overflow:hidden;position:relative;transition:all .35s cubic-bezier(.4,0,.2,1)!important}.header .search-bar:before{content:"";position:absolute;top:1px;left:8px;right:8px;height:40%;background:linear-gradient(180deg,rgba(255,255,255,.5) 0%,transparent 100%);border-radius:50px;pointer-events:none;filter:blur(2px);z-index:0}.header .search-bar:focus-within{background:var(--glass-bg-active)!important;box-shadow:var(--glass-shadow-hover)!important;transform:translateY(-1px)}.header .search-bar input{background:transparent!important;border:none!important;padding:11px 50px 11px 22px!important;font-size:14px!important;height:44px!important;width:100%;color:#28141ee6;position:relative;z-index:1}.header .search-bar input::placeholder{color:#3c1e2880}.header .search-bar input:focus{outline:none}.header .search-bar button{position:absolute!important;right:4px!important;top:50%;transform:translateY(-50%);width:36px!important;height:36px!important;background:linear-gradient(180deg,#4e1827,#401220)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50%!important;color:#fff!important;border:1px solid rgba(255,255,255,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.34,1.56,.64,1);box-shadow:0 3px 10px #4e182766,inset 0 1px #ffffff4d,inset 0 -1px #0003;z-index:2}.header .search-bar button:hover,.header .search-bar button:active{transform:translateY(-50%) scale(1.08);box-shadow:0 4px 14px #4e182780,inset 0 1px #fff6}.header .search-bar button svg{width:15px!important;height:15px!important}.mobile-bottom-nav{background:var(--glass-bg)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border:var(--glass-border)!important;border-radius:30px!important;box-shadow:var(--glass-shadow)!important;padding:7px 0!important;bottom:14px!important;left:14px!important;right:14px!important;position:fixed!important;z-index:8500!important;overflow:hidden}.mobile-bottom-nav:before{content:"";position:absolute;top:1px;left:10%;right:10%;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.45) 0%,transparent 100%);border-radius:30px 30px 0 0;pointer-events:none;filter:blur(4px);z-index:0}.mobile-bottom-nav .mobile-bottom-item{position:relative;z-index:1;padding:8px 6px 7px!important;color:#3c1e2899!important;font-size:9.5px!important;letter-spacing:.5px!important;transition:all .35s cubic-bezier(.34,1.56,.64,1)!important}.mobile-bottom-nav .mobile-bottom-item svg{width:24px!important;height:24px!important;transition:all .35s cubic-bezier(.34,1.56,.64,1)!important}.mobile-bottom-nav .mobile-bottom-item:hover,.mobile-bottom-nav .mobile-bottom-item.active{color:var(--bordeaux)!important}.mobile-bottom-nav .mobile-bottom-item:hover svg,.mobile-bottom-nav .mobile-bottom-item.active svg{stroke:var(--bordeaux);fill:#4e18271a;transform:scale(1.12) translateY(-2px);filter:drop-shadow(0 2px 4px rgba(78,24,39,.25))}.mobile-bottom-nav .mobile-bottom-item.active:before{content:"";position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:22px;height:3px;background:linear-gradient(90deg,var(--bordeaux) 0%,var(--bordeaux-dark) 100%);border-radius:2px;box-shadow:0 2px 6px #4e182766}.mobile-bottom-badge,.mobile-cart-badge{background:linear-gradient(180deg,var(--bordeaux) 0%,var(--bordeaux-dark) 100%)!important;color:#fff!important;border:2px solid rgba(255,255,255,.95)!important;box-shadow:0 2px 8px #4e182766,inset 0 1px #ffffff4d!important;font-weight:700!important}.mobile-drawer{background:linear-gradient(180deg,#ffffffeb,#fcf7f8f2)!important;backdrop-filter:blur(40px) saturate(180%)!important;-webkit-backdrop-filter:blur(40px) saturate(180%)!important}.mobile-drawer-overlay{background:#28141e73!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mobile-drawer-search input{background:linear-gradient(180deg,#ffffffb3,#ffffff80)!important;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 2px 12px #0000000a,inset 0 1px #fff,inset 0 -1px #00000008!important;border-radius:50px!important}}@supports not (backdrop-filter: blur(1px)){@media(max-width:768px){.mobile-menu-btn,.mobile-cart-btn,.header .search-bar,.mobile-bottom-nav{background:#fffffff2!important}}}@media(max-width:768px){.logo picture,.logo picture img,.logo>img{height:72px!important;width:auto!important;display:block}.header{padding:8px 0!important}.header .container{padding:4px 16px!important}.promo-grid,.promotions-grid{grid-template-columns:1fr!important;gap:12px!important;padding:0!important}.promo-item,.promo-card,.promotion-card{padding:30px 24px!important;min-height:200px!important;border-radius:18px;position:relative;overflow:hidden}.promo-item h2,.promo-item h3,.promo-card h2,.promo-card h3,.promotion-card h2,.promotion-card h3{font-size:26px!important;line-height:1.05!important;letter-spacing:1.5px!important;margin-bottom:10px!important}.promo-item p,.promo-card p,.promotion-card p{font-size:12.5px!important;line-height:1.45!important;margin-bottom:18px!important;max-width:none!important}.promo-btn,.promo-card .btn,.promotion-card .btn{padding:11px 22px!important;font-size:11.5px!important;letter-spacing:1.2px!important;min-height:40px!important;border-radius:50px;display:inline-flex!important;align-items:center;width:auto!important}.page-hero{padding:24px 0 20px!important}.page-hero-inner{gap:6px!important}.breadcrumb{font-size:11px!important;gap:6px!important;justify-content:center}.page-hero h1{font-size:28px!important;letter-spacing:1.5px!important;margin:4px 0!important}.page-hero-jp{font-size:32px!important;opacity:.5}.page-hero-accent{width:40px!important;height:2px!important;margin:8px auto 0!important}.collection-toolbar,.filters-bar{flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:14px 16px!important;border-radius:14px!important;margin-bottom:16px!important}.collection-toolbar-filters,.filters-bar-filters{flex-direction:row!important;gap:8px!important;flex-wrap:wrap!important}.filter-btn,.toolbar-filter{padding:8px 14px!important;font-size:12px!important;border-radius:50px;min-height:36px}.collection-toolbar select,.filters-bar select{padding:8px 32px 8px 12px!important;font-size:12.5px!important;width:100%}.collection-toolbar-info{font-size:11.5px!important;color:var(--text-muted)!important}.collection-empty,.empty-state{padding:40px 20px!important;text-align:center}.collection-empty p,.empty-state p{font-size:14px!important;margin-bottom:18px!important}.collection-empty .btn,.empty-state .btn{padding:13px 24px!important;font-size:12.5px!important}.product-grid,.products-grid,.grid-products{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.product-card{border-radius:12px}.product-card-body{padding:8px 10px 12px!important}.product-card-title{font-size:11.5px!important;line-height:1.35!important;min-height:30px}.product-card-price{font-size:14px!important}.universe-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.universe-card{padding:24px 12px!important;min-height:130px!important;border-radius:14px!important}.universe-card h3{font-size:16px!important;letter-spacing:1px!important}.universe-card p{font-size:11px!important}.features,.features-bar,.trust-bar{grid-template-columns:1fr!important;gap:12px!important;padding:24px 16px!important}.feature-item,.trust-item{flex-direction:row!important;text-align:left!important;gap:14px!important;padding:14px 18px!important;border-radius:14px}.feature-item-icon,.trust-item-icon{width:42px!important;height:42px!important;flex-shrink:0}.feature-item h3,.feature-item h4,.trust-item h3{font-size:13px!important;letter-spacing:1px!important;margin-bottom:3px!important}.feature-item p,.trust-item p{font-size:12px!important;line-height:1.4!important}footer{padding:36px 0 24px!important;text-align:center}.footer-cols{grid-template-columns:1fr!important;gap:28px!important;text-align:center}.footer-col{text-align:center!important}.footer-col h4{font-size:14px!important;letter-spacing:1.5px!important;margin-bottom:12px!important;justify-content:center;display:block}.footer-col ul li{margin-bottom:8px!important}.footer-col ul a{font-size:13px!important}.footer-bottom{flex-direction:column!important;gap:14px!important;align-items:center!important;text-align:center;padding-top:20px!important;margin-top:30px!important}.footer-bottom>span,.footer-bottom>p{font-size:11.5px!important}.shopify-payment-icons,.footer-payments,.payment-icons{justify-content:center!important;flex-wrap:wrap!important;gap:6px!important}.payment-icon{width:32px!important;height:auto!important}.footer-socials,.footer-social-icons{display:flex!important;gap:12px!important;justify-content:center!important;margin:8px auto 0!important}.footer-socials a,.footer-social-icons a{width:42px!important;height:42px!important;background:var(--bg-soft)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--text)!important;transition:all .2s!important}.footer-socials a:hover,.footer-social-icons a:hover{background:var(--bordeaux)!important;color:#fff!important;transform:translateY(-2px)}.footer-socials svg,.footer-social-icons svg{width:18px!important;height:18px!important}.newsletter{max-width:100%!important;text-align:center;padding:28px 24px!important;background:linear-gradient(135deg,#4e18270a,#4e182714)!important;border-radius:18px!important;margin:0 0 12px!important}.newsletter h4{font-size:17px!important;letter-spacing:2px!important;margin-bottom:10px!important;color:var(--bordeaux-dark)!important;font-family:Bebas Neue,sans-serif!important}.newsletter p{font-size:13px!important;line-height:1.55!important;color:var(--text-muted)!important;margin-bottom:18px!important;max-width:280px;margin-left:auto;margin-right:auto}.newsletter-form{flex-direction:column!important;gap:10px!important;border:none!important;background:transparent!important;padding:0!important}.newsletter-form input{width:100%!important;padding:14px 20px!important;font-size:14px!important;height:48px!important;border-radius:50px!important;border:1.5px solid var(--border)!important;background:#fff!important;text-align:center}.newsletter-form input:focus{border-color:var(--bordeaux)!important;outline:none;box-shadow:0 4px 16px #4e182714}.newsletter-form button{width:100%!important;padding:14px 24px!important;font-size:12.5px!important;height:48px!important;border-radius:50px!important;background:var(--bordeaux)!important;color:#fff!important;letter-spacing:1.5px!important;font-weight:700!important;cursor:pointer;border:none;box-shadow:0 4px 14px #4e182740;transition:all .2s}.newsletter-form button:hover,.newsletter-form button:active{background:var(--bordeaux-dark)!important;transform:translateY(-1px);box-shadow:0 6px 20px #4e182759}.section-title,.section-header h2,h2.section-h2{font-size:24px!important;letter-spacing:2px!important;text-align:center;margin-bottom:6px!important}.section-subtitle,.section-header p{font-size:12.5px!important;text-align:center;max-width:320px;margin:0 auto 24px!important;line-height:1.5}}@media(max-width:480px){.logo picture,.logo picture img,.logo>img{height:64px!important}.page-hero h1{font-size:24px!important}.promo-item h2,.promo-item h3,.promo-card h2,.promo-card h3{font-size:22px!important}.universe-card{min-height:110px!important;padding:18px 10px!important}.universe-card h3{font-size:14px!important}.product-card-title{font-size:11px!important}.newsletter{padding:24px 18px!important}.newsletter h4{font-size:15px!important}}@media(max-width:768px){.mobile-bottom-nav{display:flex!important;position:fixed!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;left:16px!important;right:16px!important;padding:6px!important;gap:0!important;background:#ffffffb8!important;backdrop-filter:blur(30px) saturate(180%)!important;-webkit-backdrop-filter:blur(30px) saturate(180%)!important;border:.5px solid rgba(255,255,255,.6)!important;border-radius:24px!important;box-shadow:0 4px 16px #0000000f,0 1px 2px #0000000a,inset 0 .5px #ffffffe6!important;z-index:8500!important;overflow:visible!important}.mobile-bottom-nav:before{display:none!important}.mobile-bottom-nav .mobile-bottom-item{flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:7px 4px 6px!important;font-size:10px!important;font-weight:500!important;letter-spacing:.1px!important;text-transform:none!important;color:#3c3c46a6!important;text-decoration:none!important;transition:color .2s ease!important;position:relative;border-radius:18px;-webkit-tap-highlight-color:transparent}.mobile-bottom-nav .mobile-bottom-item span:not(.mobile-bottom-badge){text-transform:none!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif!important;font-weight:500!important}.mobile-bottom-nav .mobile-bottom-item svg{width:24px!important;height:24px!important;stroke-width:1.7!important;transition:all .2s ease!important;fill:none!important;stroke:currentColor!important}.mobile-bottom-nav .mobile-bottom-item.active,.mobile-bottom-nav .mobile-bottom-item:active{color:var(--bordeaux)!important}.mobile-bottom-nav .mobile-bottom-item.active svg{stroke:var(--bordeaux)!important;fill:#4e18271f!important;stroke-width:1.9!important}.mobile-bottom-nav .mobile-bottom-item.active:before{content:""!important;position:absolute!important;bottom:3px!important;left:50%!important;transform:translate(-50%)!important;width:3px!important;height:3px!important;background:var(--bordeaux)!important;border-radius:50%!important;box-shadow:none!important}.mobile-bottom-nav .mobile-bottom-badge{position:absolute!important;top:2px!important;right:calc(50% - 18px)!important;background:var(--bordeaux)!important;color:#fff!important;font-size:9px!important;font-weight:700!important;letter-spacing:0!important;min-width:16px!important;height:16px!important;border-radius:8px!important;padding:0 4px!important;border:1.5px solid rgba(255,255,255,.95)!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;box-shadow:0 1px 4px #4e182740!important}body{padding-bottom:78px!important}.scroll-to-top,.fav-toast{bottom:92px!important}}@media(max-width:480px){.mobile-bottom-nav{left:12px!important;right:12px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;padding:5px!important;border-radius:22px!important}.mobile-bottom-nav .mobile-bottom-item{padding:6px 3px 5px!important;font-size:9.5px!important;gap:2px!important}.mobile-bottom-nav .mobile-bottom-item svg{width:22px!important;height:22px!important}body{padding-bottom:72px!important}}@media(max-width:768px){footer{background:#fff!important;padding:40px 0 28px!important;border-top:1px solid var(--border)!important}footer .container{padding:0 24px!important}.footer-cols{display:flex!important;flex-direction:column!important;gap:0!important;max-width:100%}.footer-col{text-align:center!important;padding:22px 0!important;border-bottom:1px solid rgba(0,0,0,.06)!important}.footer-col:last-of-type{border-bottom:none!important}.footer-col h4{font-family:Bebas Neue,sans-serif!important;font-size:13px!important;letter-spacing:2.5px!important;margin-bottom:14px!important;color:var(--bordeaux-dark)!important;font-weight:400!important}.footer-col ul{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:9px!important}.footer-col ul li{margin:0!important;padding:0!important}.footer-col ul a{font-size:14px!important;color:var(--text)!important;text-decoration:none!important;display:inline-block!important;padding:3px 0!important;transition:color .2s ease!important}.footer-col ul a:hover,.footer-col ul a:active{color:var(--bordeaux)!important}.newsletter{background:linear-gradient(180deg,#4e18270a,#4e182714)!important;border:1px solid rgba(78,24,39,.1)!important;border-radius:20px!important;padding:32px 24px!important;text-align:center!important;margin:32px 0!important;max-width:100%!important;position:relative}.newsletter:before{content:""!important;display:block!important;width:48px!important;height:48px!important;margin:0 auto 18px!important;background:var(--bordeaux) url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/><polyline points='22,6 12,13 2,6'/></svg>") no-repeat center / 22px 22px!important;border-radius:50%!important;box-shadow:0 6px 18px #4e18274d!important}.newsletter h4{font-family:Bebas Neue,sans-serif!important;font-size:22px!important;letter-spacing:2.5px!important;margin-bottom:8px!important;color:var(--bordeaux-dark)!important;font-weight:400!important}.newsletter p{font-size:13px!important;line-height:1.55!important;color:var(--text-muted)!important;margin:0 auto 22px!important;max-width:280px!important}.newsletter-form{display:flex!important;flex-direction:column!important;gap:10px!important;border:none!important;background:transparent!important;padding:0!important;border-radius:0!important;max-width:320px!important;margin:0 auto!important;box-shadow:none!important}.newsletter-form input[type=email]{width:100%!important;height:48px!important;padding:0 20px!important;font-size:14px!important;border-radius:50px!important;border:1.5px solid rgba(78,24,39,.15)!important;background:#fff!important;text-align:center!important;font-family:inherit!important;color:var(--text)!important;box-shadow:none!important}.newsletter-form input[type=email]::placeholder{color:#3c1e2866!important}.newsletter-form input[type=email]:focus{outline:none!important;border-color:var(--bordeaux)!important;box-shadow:0 0 0 4px #4e182714!important}.newsletter-form button[type=submit]{width:100%!important;height:48px!important;padding:0 24px!important;font-size:13px!important;border-radius:50px!important;background:var(--bordeaux)!important;color:#fff!important;letter-spacing:1.8px!important;font-weight:700!important;border:none!important;cursor:pointer!important;transition:all .25s ease!important;box-shadow:0 4px 14px #4e182740!important;font-family:inherit!important}.newsletter-form button[type=submit]:hover,.newsletter-form button[type=submit]:active{background:var(--bordeaux-dark)!important;transform:translateY(-1px)!important;box-shadow:0 6px 20px #4e182759!important}.newsletter-success{margin-top:16px!important;padding:12px 16px!important;background:#228b571f!important;color:#1e7a4a!important;border-radius:12px!important;font-size:12.5px!important;font-weight:600!important;text-align:center!important}.newsletter-error{margin-top:16px!important;padding:12px 16px!important;background:#dc35451a!important;color:#b02a37!important;border-radius:12px!important;font-size:12.5px!important;font-weight:600!important;text-align:center!important}.footer-socials,.footer-social-icons,.footer-brand-socials{display:flex!important;gap:12px!important;justify-content:center!important;margin:8px auto 0!important;padding:0!important}.footer-socials a,.footer-social-icons a,.footer-brand-socials a{width:42px!important;height:42px!important;background:var(--bg-soft)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--bordeaux)!important;transition:all .25s ease!important;text-decoration:none!important;border:1px solid rgba(78,24,39,.06)!important}.footer-socials a:hover,.footer-socials a:active,.footer-social-icons a:hover,.footer-brand-socials a:hover{background:var(--bordeaux)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px #4e18274d!important;border-color:var(--bordeaux)!important}.footer-socials svg,.footer-social-icons svg,.footer-brand-socials svg{width:17px!important;height:17px!important}.footer-bottom{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:18px!important;padding-top:28px!important;margin-top:28px!important;border-top:1px solid rgba(0,0,0,.06)!important;text-align:center!important}.shopify-payment-icons,.footer-payments,.payment-icons{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px!important;order:1!important;margin:0!important;padding:0!important}.payment-icon{width:36px!important;height:24px!important;border-radius:4px!important;background:#fff!important;box-shadow:0 1px 3px #00000014!important}.footer-bottom>span,.footer-bottom>p{font-size:12px!important;color:var(--text-muted)!important;letter-spacing:.2px!important;order:2!important;margin:0!important}}@media(max-width:480px){footer{padding:32px 0 24px!important}footer .container{padding:0 20px!important}.newsletter{padding:28px 20px!important;margin:28px 0!important}.newsletter:before{width:44px!important;height:44px!important}.newsletter h4{font-size:19px!important}.newsletter p{font-size:12.5px!important}.newsletter-form input[type=email],.newsletter-form button[type=submit]{height:44px!important;font-size:13.5px!important}.footer-socials a,.footer-social-icons a{width:40px!important;height:40px!important}.footer-socials svg,.footer-social-icons svg{width:16px!important;height:16px!important}.payment-icon{width:32px!important;height:21px!important}.footer-col h4{font-size:12px!important;letter-spacing:2px!important}.footer-col ul a{font-size:13.5px!important}}@media(max-width:768px){.mobile-cart-btn{background:linear-gradient(180deg,#4e1827,#401220)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;box-shadow:0 6px 18px #4e182759,0 2px 4px #00000014,inset 0 1px #ffffff4d,inset 0 -1px #00000026!important;width:44px!important;height:44px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;position:relative!important}.mobile-cart-btn:before{content:""!important;position:absolute!important;top:2px!important;left:12%!important;right:12%!important;height:35%!important;background:linear-gradient(180deg,rgba(255,255,255,.3) 0%,transparent 100%)!important;border-radius:50%!important;pointer-events:none!important;filter:blur(2px)!important}.mobile-cart-btn svg{width:22px!important;height:22px!important;stroke:#fff!important;position:relative;z-index:1}.mobile-cart-btn:hover,.mobile-cart-btn:active{transform:scale(.94)!important;box-shadow:0 4px 12px #4e182773,inset 0 1px #fff3!important}.mobile-cart-badge{position:absolute!important;top:-4px!important;right:-4px!important;background:linear-gradient(180deg,#ff5b6e,#e63946)!important;color:#fff!important;border:2.5px solid #fff!important;box-shadow:0 3px 10px #dc354566,inset 0 1px #ffffff80!important;font-size:10px!important;font-weight:800!important;min-width:20px!important;height:20px!important;border-radius:10px!important;padding:0 5px!important;animation:cartPulse 2s ease-in-out infinite}@keyframes cartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}footer{background:linear-gradient(180deg,#fff,#4e182706)!important;padding:0!important;border-top:1px solid var(--border)!important;position:relative;overflow:hidden}footer:before{content:"\7e4b"!important;position:absolute!important;top:20px!important;right:-30px!important;font-size:220px!important;color:#4e182708!important;font-family:serif!important;font-weight:700!important;pointer-events:none!important;z-index:0!important;line-height:1!important}footer .container{position:relative;z-index:1;padding:0 24px!important}footer .container>.footer-cols{padding-top:40px}.footer-col{text-align:center!important;padding:24px 0!important;border-bottom:1px solid rgba(78,24,39,.08)!important;position:relative}.footer-col:not(:last-of-type):after{content:"\25c6"!important;position:absolute!important;bottom:-6px!important;left:50%!important;transform:translate(-50%)!important;background:linear-gradient(180deg,#fff,#fdf6f7)!important;color:var(--bordeaux)!important;font-size:9px!important;padding:0 8px!important;line-height:1!important}.footer-col:last-of-type{border-bottom:none!important}.footer-col h4{font-family:Bebas Neue,sans-serif!important;font-size:14px!important;letter-spacing:3px!important;margin-bottom:16px!important;color:var(--bordeaux-dark)!important;font-weight:400!important;position:relative;display:inline-block}.footer-col h4:after{content:""!important;position:absolute!important;bottom:-6px!important;left:50%!important;transform:translate(-50%)!important;width:24px!important;height:2px!important;background:var(--bordeaux)!important;border-radius:2px!important}.footer-col ul{padding-top:8px!important}.footer-col ul a{font-size:14px!important;color:var(--text)!important;font-weight:400!important;letter-spacing:.2px!important}.newsletter{background:linear-gradient(135deg,#4e182712,#4e182721)!important;border:1.5px solid rgba(78,24,39,.12)!important;border-radius:24px!important;padding:36px 24px!important;margin:36px 0!important;box-shadow:0 8px 24px #4e182714,inset 0 1px #ffffff80!important;position:relative;overflow:hidden}.newsletter:after{content:""!important;position:absolute!important;top:-40px!important;right:-40px!important;width:140px!important;height:140px!important;background:radial-gradient(circle,rgba(78,24,39,.06) 0%,transparent 70%)!important;border-radius:50%!important;pointer-events:none!important}.newsletter>*{position:relative;z-index:1}.newsletter:before{width:56px!important;height:56px!important;margin:0 auto 20px!important;background-size:26px 26px!important;box-shadow:0 8px 24px #4e182766,inset 0 -2px 4px #00000026,inset 0 1px #ffffff4d!important}.newsletter h4{font-size:24px!important;letter-spacing:3px!important}.newsletter p{font-size:13.5px!important;max-width:280px!important}.newsletter-form input[type=email]{height:52px!important;border-color:#4e18272e!important;box-shadow:0 2px 8px #4e18270f!important}.newsletter-form button[type=submit]{height:52px!important;background:linear-gradient(180deg,var(--bordeaux) 0%,var(--bordeaux-dark) 100%)!important;box-shadow:0 6px 18px #4e182759,inset 0 1px #fff3!important;font-size:13.5px!important;letter-spacing:2px!important}.footer-socials,.footer-social-icons{gap:14px!important;margin:12px auto 0!important}.footer-socials a,.footer-social-icons a{width:46px!important;height:46px!important;background:linear-gradient(180deg,#fff,#faf4f5)!important;border:1.5px solid rgba(78,24,39,.1)!important;box-shadow:0 2px 6px #4e18270f,inset 0 1px #fffc!important}.footer-socials a:hover,.footer-social-icons a:hover,.footer-socials a:active,.footer-social-icons a:active{background:linear-gradient(180deg,var(--bordeaux) 0%,var(--bordeaux-dark) 100%)!important;box-shadow:0 8px 20px #4e182766,inset 0 1px #fff3!important;transform:translateY(-3px)!important}.footer-socials svg,.footer-social-icons svg{width:18px!important;height:18px!important}.footer-bottom{padding-top:32px!important;margin-top:36px!important;border-top:1px solid rgba(78,24,39,.1)!important;padding-bottom:24px!important}.shopify-payment-icons,.footer-payments{gap:6px!important}.payment-icon{width:38px!important;height:25px!important;border-radius:5px!important;background:#fff!important;box-shadow:0 2px 6px #00000014,inset 0 1px #fff!important;transition:transform .2s ease!important}.payment-icon:hover{transform:translateY(-1px)}.footer-bottom>span,.footer-bottom>p{font-size:11.5px!important;letter-spacing:.3px!important;color:#3c1e288c!important}}@media(max-width:480px){footer:before{font-size:180px!important}.footer-col h4{font-size:13px!important;letter-spacing:2.5px!important}.newsletter{padding:30px 22px!important}.newsletter:before{width:50px!important;height:50px!important}.newsletter h4{font-size:21px!important}.newsletter-form input[type=email],.newsletter-form button[type=submit]{height:48px!important}.footer-socials a,.footer-social-icons a{width:42px!important;height:42px!important}.mobile-cart-btn{width:40px!important;height:40px!important}.mobile-cart-btn svg{width:20px!important;height:20px!important}}@media(max-width:768px){.promo-grid,.promotions-grid{grid-template-columns:1fr!important;gap:12px!important;padding:0 16px!important}.promo-item,.promo-card,.promotion-card{padding:28px 24px!important;min-height:180px!important;max-height:220px!important;height:auto!important;border-radius:16px!important;position:relative!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background-size:cover!important;background-position:center!important}.promo-item:before,.promo-card:before,.promotion-card:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(135deg,#00000080,#4e1827b3)!important;pointer-events:none!important;z-index:0!important}.promo-item>*,.promo-card>*,.promotion-card>*{position:relative!important;z-index:1!important}.promo-item h2,.promo-item h3,.promo-card h2,.promo-card h3,.promotion-card h2,.promotion-card h3{font-size:22px!important;line-height:1.1!important;letter-spacing:1.5px!important;margin-bottom:8px!important;color:#fff!important;font-family:Bebas Neue,sans-serif!important}.promo-item p,.promo-card p,.promotion-card p{font-size:12px!important;line-height:1.4!important;margin-bottom:14px!important;color:#ffffffeb!important;max-width:280px!important}.promo-btn,.promo-item .btn,.promo-card .btn,.promotion-card .btn{padding:10px 18px!important;font-size:11px!important;letter-spacing:1.2px!important;min-height:36px!important;max-width:max-content!important;width:auto!important;background:#fff!important;color:var(--bordeaux)!important;border-radius:50px!important;align-self:flex-start!important;font-weight:700!important;box-shadow:0 3px 12px #0000002e!important}.promo-btn:hover,.promo-btn:active{background:var(--bordeaux-dark)!important;color:#fff!important}.mobile-cart-btn{width:42px!important;height:42px!important;background:linear-gradient(180deg,#4e1827,#401220)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:0 4px 14px #4e182759,inset 0 1px #ffffff40,inset 0 -1px #00000026!important;transition:transform .15s ease,box-shadow .15s ease!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;cursor:pointer!important;will-change:transform!important}.mobile-cart-btn:before{content:""!important;position:absolute!important;top:2px!important;left:12%!important;right:12%!important;height:35%!important;background:linear-gradient(180deg,rgba(255,255,255,.28) 0%,transparent 100%)!important;border-radius:50%!important;pointer-events:none!important;filter:blur(2px)!important}.mobile-cart-btn svg{width:21px!important;height:21px!important;stroke:#fff!important;position:relative!important;z-index:1!important}.mobile-cart-btn:active{transform:scale(.9)!important;box-shadow:0 2px 8px #4e182766,inset 0 1px #ffffff26!important}.mobile-cart-badge{position:absolute!important;top:-3px!important;right:-3px!important;background:linear-gradient(180deg,#ff4458,#d63240)!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 2px 6px #d6324073!important;font-size:10px!important;font-weight:800!important;min-width:18px!important;width:auto!important;height:18px!important;border-radius:9px!important;padding:0 4px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:2!important;letter-spacing:0!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif!important}.mobile-menu-btn{width:42px!important;height:42px!important;background:#ffffffa6!important;backdrop-filter:blur(24px) saturate(180%)!important;-webkit-backdrop-filter:blur(24px) saturate(180%)!important;border:.5px solid rgba(255,255,255,.7)!important;border-radius:50%!important;box-shadow:0 4px 14px #0000000f,0 1px 3px #0000000a,inset 0 1px #fffffff2!important;transition:transform .15s ease,background .15s ease!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;cursor:pointer!important;color:#2d1923e6!important;will-change:transform!important;position:relative}.mobile-menu-btn:before{content:""!important;position:absolute!important;top:2px!important;left:15%!important;right:15%!important;height:35%!important;background:linear-gradient(180deg,rgba(255,255,255,.55) 0%,transparent 100%)!important;border-radius:50%!important;pointer-events:none!important;filter:blur(2px)!important}.mobile-menu-btn svg{width:22px!important;height:22px!important;position:relative;z-index:1}.mobile-menu-btn:active{transform:scale(.9)!important;background:#4e1827e6!important;color:#fff!important}}@media(max-width:480px){.promo-item,.promo-card,.promotion-card{padding:24px 20px!important;min-height:160px!important;max-height:200px!important}.promo-item h2,.promo-item h3,.promo-card h2,.promo-card h3{font-size:19px!important}.promo-item p,.promo-card p{font-size:11.5px!important}.mobile-cart-btn,.mobile-menu-btn{width:40px!important;height:40px!important}.mobile-cart-btn svg,.mobile-menu-btn svg{width:20px!important;height:20px!important}}@media(max-width:768px){.header{border-bottom:none!important;box-shadow:0 1px #0000000a!important}.header .search-bar{margin-top:10px!important;margin-bottom:4px!important}main,.main-content,.page-content,body>section:first-of-type,.hero,.hero-section,.hero-slider,.collection-slider{margin-top:16px!important}.header+*,.header+section,nav.nav+section,nav.nav+.hero{margin-top:18px!important}.hero,.hero-section,.hero-slider,.collection-slider{border-radius:18px!important;overflow:hidden;margin-left:16px!important;margin-right:16px!important;box-shadow:0 8px 28px #00000014}.hero-content,.slider-content{padding:36px 22px!important;gap:12px!important}.hero-content h1,.hero-content h2,.slider-content h1,.slider-content h2,.hero h1,.hero h2{font-size:30px!important;line-height:1.05!important;letter-spacing:1.5px!important;margin:0!important}.hero-content p,.slider-content p,.hero p{font-size:13px!important;line-height:1.5!important;max-width:280px!important;margin:0!important}.hero-content .btn,.slider-content .btn,.hero .btn{padding:12px 22px!important;font-size:12.5px!important;min-height:42px!important;max-width:max-content!important;width:auto!important;align-self:flex-start!important}.slider-nav,.slider-prev,.slider-next,.hero-slider-nav,.hero-prev,.hero-next,.swiper-button-prev,.swiper-button-next{width:36px!important;height:36px!important;background:#ffffffd9!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-radius:50%!important;box-shadow:0 4px 12px #0000001f!important;border:1px solid rgba(255,255,255,.6)!important;opacity:.9!important}.slider-prev,.hero-prev,.swiper-button-prev{left:8px!important}.slider-next,.hero-next,.swiper-button-next{right:8px!important}.slider-nav svg,.slider-prev svg,.slider-next svg,.hero-prev svg,.hero-next svg{width:14px!important;height:14px!important;color:var(--bordeaux)!important}.slider-dots,.hero-dots,.swiper-pagination{bottom:14px!important}.slider-dot,.hero-dot,.swiper-pagination-bullet{width:6px!important;height:6px!important;background:#ffffff80!important;border-radius:50%!important;margin:0 3px!important}.slider-dot.active,.hero-dot.active,.swiper-pagination-bullet-active{background:#fff!important;width:18px!important;border-radius:4px!important}.hero+section,.hero-section+section,.hero-slider+section,.collection-slider+section{margin-top:32px!important}.section-header,.section-title-wrapper{padding:0 16px!important;margin-bottom:18px!important}}@media(max-width:480px){.hero,.hero-section,.hero-slider,.collection-slider{margin-left:12px!important;margin-right:12px!important}.hero-content,.slider-content{padding:30px 18px!important}.hero-content h1,.hero-content h2,.slider-content h1,.slider-content h2{font-size:26px!important}.slider-nav,.slider-prev,.slider-next,.hero-prev,.hero-next,.swiper-button-prev,.swiper-button-next{width:32px!important;height:32px!important}}@media(max-width:768px){.topbar{padding:8px 0!important;margin-bottom:0!important}.header{padding:20px 0 12px!important;border-bottom:none!important;box-shadow:none!important}.header .container{padding:0 16px!important;gap:12px!important}.logo picture,.logo picture img,.logo>img{height:90px!important;width:auto!important;display:block}.logo{padding:0!important}.mobile-cart-btn{width:44px!important;height:44px!important;overflow:visible!important}.mobile-cart-btn svg{width:22px!important;height:22px!important}.mobile-cart-badge{position:absolute!important;top:-5px!important;right:-5px!important;background:#ff4458!important;color:#fff!important;border:2.5px solid #fff!important;box-shadow:0 2px 5px #dc354566!important;font-size:10px!important;font-weight:800!important;min-width:20px!important;width:auto!important;height:20px!important;border-radius:10px!important;padding:0 5px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;letter-spacing:0!important;z-index:10!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif!important}.hero,.hero-section,.hero-slider,.collection-slider{margin-left:0!important;margin-right:0!important;border-radius:0!important;box-shadow:none!important}.hero-content,.slider-content{padding:40px 24px!important}.slider-nav,.slider-prev,.slider-next,.hero-slider-nav,.hero-prev,.hero-next,.swiper-button-prev,.swiper-button-next{width:34px!important;height:34px!important;background:#ffffffeb!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-radius:50%!important;box-shadow:0 4px 14px #00000026!important;border:1px solid rgba(255,255,255,.6)!important;top:50%!important;transform:translateY(-50%)!important;opacity:.95!important}.slider-prev,.hero-prev,.swiper-button-prev{left:10px!important}.slider-next,.hero-next,.swiper-button-next{right:10px!important}.slider-nav svg,.slider-prev svg,.slider-next svg,.hero-prev svg,.hero-next svg{width:14px!important;height:14px!important;color:var(--bordeaux)!important;stroke-width:2.5!important}.hero-content,.slider-content,.hero-slide-content{padding-left:56px!important;padding-right:56px!important;text-align:center!important;align-items:center!important}.hero-content h1,.hero-content h2,.slider-content h1,.slider-content h2{font-size:28px!important;text-align:center!important}.hero-content p,.slider-content p{text-align:center!important;max-width:100%!important;margin:0 auto!important}.hero-content .btn,.slider-content .btn{margin:14px auto 0!important;align-self:center!important}.hero-tag,.slider-tag,.collection-badge{padding:6px 14px!important;font-size:10.5px!important;letter-spacing:1.8px!important;margin-bottom:14px!important}}@media(max-width:480px){.header{padding:18px 0 10px!important}.logo picture,.logo picture img,.logo>img{height:78px!important}.mobile-cart-btn,.mobile-menu-btn{width:40px!important;height:40px!important}.mobile-cart-btn svg,.mobile-menu-btn svg{width:20px!important;height:20px!important}.mobile-cart-badge{min-width:18px!important;height:18px!important;font-size:9.5px!important;top:-4px!important;right:-4px!important}.hero-content,.slider-content{padding:32px 50px!important}.hero-content h1,.hero-content h2,.slider-content h1,.slider-content h2{font-size:24px!important}.slider-prev,.hero-prev,.swiper-button-prev,.slider-next,.hero-next,.swiper-button-next{width:30px!important;height:30px!important}}@media(max-width:768px){.features,.features-bar,.trust-bar,.features-section,.trust-section{padding:28px 16px!important;margin-bottom:0!important;background:var(--bg-soft)!important;border-radius:0!important}.features+footer,.features-bar+footer,.trust-bar+footer,.trust-section+footer,.features-section+footer{margin-top:0!important;border-top:1px solid var(--border)!important}footer{padding:0!important}footer .container{padding:0 24px!important}.footer-brand,.footer-cols>.footer-col:first-child,.footer>.container>div:first-child:not(.footer-cols):not(.footer-bottom){padding:40px 0 36px!important;text-align:center!important;border-bottom:1px solid rgba(78,24,39,.08)!important;margin-bottom:0!important;position:relative}.footer-brand img,.footer-brand .logo img,.footer-cols>.footer-col:first-child img,.footer>.container>div:first-child img{height:76px!important;width:auto!important;margin:0 auto 20px!important;display:block!important}.footer-brand p,.footer-cols>.footer-col:first-child>p,.footer>.container>div:first-child>p{font-size:13.5px!important;line-height:1.6!important;color:var(--text-muted)!important;max-width:320px!important;margin:0 auto 24px!important;text-align:center!important}.footer-brand .footer-socials,.footer-brand .footer-social-icons,.footer-cols>.footer-col:first-child .footer-socials,.footer-cols>.footer-col:first-child .footer-social-icons,.footer>.container>div:first-child .footer-socials,.footer>.container>div:first-child .footer-social-icons{display:flex!important;gap:12px!important;justify-content:center!important;margin:0 auto!important;padding:0!important}.footer-cols>.footer-col:nth-child(n+2),.footer-cols>.footer-col+.footer-col{padding:28px 0!important;border-bottom:1px solid rgba(78,24,39,.08)!important}.footer-cols>.footer-col:nth-child(n+2) h4{margin-bottom:18px!important}.footer-cols{gap:0!important}.newsletter{margin:40px 0!important}.footer-bottom{padding-top:32px!important;padding-bottom:28px!important;margin-top:0!important;border-top:1px solid rgba(78,24,39,.1)!important}}@media(max-width:480px){.footer-brand,.footer-cols>.footer-col:first-child{padding:32px 0 28px!important}.footer-brand img,.footer-cols>.footer-col:first-child img{height:66px!important;margin-bottom:16px!important}.footer-brand p,.footer-cols>.footer-col:first-child>p{font-size:12.5px!important;margin-bottom:20px!important}.footer-cols>.footer-col:nth-child(n+2){padding:24px 0!important}}@media(max-width:768px){.topbar{background:var(--bordeaux)!important;margin:0!important;border-radius:0!important;padding:9px 0!important;box-shadow:none!important;position:relative!important;overflow:visible!important;border:none!important}.topbar:before{display:none!important}.topbar .container{padding:0 16px!important;justify-content:center!important;text-align:center!important}.topbar-left{width:100%!important;justify-content:center!important;gap:8px!important;color:#fff!important}.topbar-left svg{width:14px!important;height:14px!important;color:#fff!important}.topbar-left span{font-size:11.5px!important;letter-spacing:.6px!important;color:#fff!important;font-weight:600!important}.topbar-right{display:none!important}.hero,.hero-section,.hero-slider,.collection-slider,.slider-section,.featured-collection{margin:8px 14px 0!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 8px 28px #0000001a,0 2px 6px #0000000a!important;position:relative!important}.hero-slide,.slider-slide,.swiper-slide{border-radius:22px!important;overflow:hidden!important}.slider-nav,.slider-prev,.slider-next,.hero-slider-nav,.hero-prev,.hero-next,.swiper-button-prev,.swiper-button-next{width:36px!important;height:36px!important;background:#fffffff2!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-radius:50%!important;box-shadow:0 4px 14px #0000002e!important;border:1px solid rgba(255,255,255,.6)!important;top:50%!important;transform:translateY(-50%)!important}.slider-prev,.hero-prev,.swiper-button-prev{left:10px!important}.slider-next,.hero-next,.swiper-button-next{right:10px!important}.slider-nav svg,.slider-prev svg,.slider-next svg,.hero-prev svg,.hero-next svg{width:14px!important;height:14px!important;color:var(--bordeaux)!important;stroke-width:2.5!important}.hero-content,.slider-content,.hero-slide-content{padding:38px 56px!important;text-align:center!important;align-items:center!important}.hero-content h1,.hero-content h2,.slider-content h1,.slider-content h2{font-size:28px!important;line-height:1.1!important;text-align:center!important}.hero-content p,.slider-content p{text-align:center!important;max-width:100%!important;font-size:13px!important}.hero-content .btn,.slider-content .btn{margin:14px auto 0!important;align-self:center!important}}@media(max-width:480px){.hero,.hero-section,.hero-slider,.collection-slider{margin:6px 12px 0!important;border-radius:18px!important}.hero-slide,.slider-slide,.swiper-slide{border-radius:18px!important}.hero-content,.slider-content{padding:32px 50px!important}.hero-content h1,.hero-content h2,.slider-content h1,.slider-content h2{font-size:24px!important}.slider-prev,.hero-prev,.swiper-button-prev,.slider-next,.hero-next,.swiper-button-next{width:32px!important;height:32px!important}.topbar-left span{font-size:10.5px!important}}@media(max-width:768px){.section-header,.section-title-wrapper,.universe-section-header,.section-jp-wrapper{position:relative!important;text-align:center!important;padding:16px 16px 20px!important}.section-jp,.section-japanese,.section-title-jp,.universe-section-jp,.nos-univers-jp,.section-header>.jp,[class*=-jp]:not(.page-hero-jp):not(.product-jp){position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;font-size:42px!important;color:#4e18270a!important;z-index:0!important;pointer-events:none!important;white-space:nowrap!important;line-height:1!important;letter-spacing:-1px!important;width:max-content!important;max-width:none!important;margin:0!important;padding:0!important}.section-header h2,.section-title-wrapper h2,.universe-section-header h2,.section-header .section-title{position:relative!important;z-index:2!important;background:transparent!important}.section-header p,.section-title-wrapper p{position:relative!important;z-index:2!important}.footer-brand,.footer-cols>.footer-col:first-child{padding:44px 16px 40px!important;text-align:center!important}.footer-brand img,.footer-cols>.footer-col:first-child img,.footer>.container>div:first-child:not(.footer-cols):not(.footer-bottom) img{height:110px!important;width:auto!important;margin:0 auto 24px!important;display:block!important}.footer-brand p,.footer-cols>.footer-col:first-child>p{font-size:13.5px!important;line-height:1.65!important;color:var(--text-muted)!important;max-width:300px!important;margin:0 auto 32px!important;text-align:center!important}.footer-brand .footer-socials,.footer-brand .footer-social-icons,.footer-cols>.footer-col:first-child .footer-socials,.footer-cols>.footer-col:first-child .footer-social-icons{display:flex!important;gap:14px!important;justify-content:center!important;margin:0 auto!important;padding:0!important}.footer-brand .footer-socials a,.footer-cols>.footer-col:first-child .footer-socials a{width:46px!important;height:46px!important;background:var(--bg-soft)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--bordeaux)!important;transition:all .25s ease!important;border:1px solid rgba(78,24,39,.08)!important;box-shadow:0 2px 6px #4e18270f!important}.footer-brand .footer-socials a:hover,.footer-brand .footer-socials a:active{background:var(--bordeaux)!important;color:#fff!important;transform:translateY(-3px)!important;box-shadow:0 8px 20px #4e182759!important}.footer-brand .footer-socials svg,.footer-cols>.footer-col:first-child .footer-socials svg{width:19px!important;height:19px!important}.newsletter{background:linear-gradient(160deg,#fff,#4e18270a,#4e182717)!important;border:1.5px solid rgba(78,24,39,.12)!important;border-radius:24px!important;padding:40px 28px!important;margin:44px 0!important;box-shadow:0 10px 30px #4e182714,0 1px 3px #0000000a,inset 0 1px #ffffffb3!important;position:relative!important;overflow:hidden!important}.newsletter:after{content:""!important;position:absolute!important;top:-60px!important;right:-60px!important;width:180px!important;height:180px!important;background:radial-gradient(circle,rgba(78,24,39,.08) 0%,transparent 70%)!important;border-radius:50%!important;pointer-events:none!important;z-index:0!important}.newsletter>*{position:relative!important;z-index:1!important}.newsletter:before{width:64px!important;height:64px!important;margin:0 auto 22px!important;background-size:28px 28px!important;box-shadow:0 10px 28px #4e182766,inset 0 -3px 6px #00000026,inset 0 2px #ffffff59!important;border:2px solid #fff!important}.newsletter h4{font-family:Bebas Neue,sans-serif!important;font-size:26px!important;letter-spacing:3px!important;margin-bottom:10px!important;color:var(--bordeaux-dark)!important;font-weight:400!important}.newsletter p{font-size:13.5px!important;line-height:1.6!important;color:var(--text-muted)!important;margin:0 auto 24px!important;max-width:290px!important}.newsletter-form{max-width:320px!important;margin:0 auto!important;gap:11px!important}.newsletter-form input[type=email]{height:52px!important;padding:0 22px!important;font-size:14px!important;border-radius:50px!important;border:1.5px solid rgba(78,24,39,.18)!important;background:#ffffffb3!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;text-align:center!important;box-shadow:0 2px 8px #4e18270d!important}.newsletter-form input[type=email]:focus{outline:none!important;border-color:var(--bordeaux)!important;background:#fff!important;box-shadow:0 0 0 4px #4e18271a!important}.newsletter-form button[type=submit]{height:52px!important;background:linear-gradient(180deg,var(--bordeaux) 0%,var(--bordeaux-dark) 100%)!important;color:#fff!important;font-size:13px!important;letter-spacing:2px!important;border-radius:50px!important;box-shadow:0 6px 20px #4e182761,inset 0 1px #ffffff40!important;transition:all .25s ease!important;font-weight:700!important}.newsletter-form button[type=submit]:hover,.newsletter-form button[type=submit]:active{transform:translateY(-2px)!important;box-shadow:0 10px 26px #4e182780,inset 0 1px #ffffff4d!important}}@media(max-width:480px){.footer-brand img,.footer-cols>.footer-col:first-child img{height:92px!important}.footer-brand .footer-socials a{width:42px!important;height:42px!important}.newsletter{padding:34px 22px!important}.newsletter:before{width:56px!important;height:56px!important}.newsletter h4{font-size:22px!important}.newsletter-form input[type=email],.newsletter-form button[type=submit]{height:48px!important}[class*=-jp]:not(.page-hero-jp){font-size:34px!important}}@media(max-width:768px){.section-header,.section-title-wrapper{position:relative!important;text-align:center!important;padding:8px 24px 24px!important;margin:16px 0 8px!important;background:transparent!important;overflow:visible!important}.section-header h2,.section-title,h2.section-h2{font-size:26px!important;letter-spacing:2.5px!important;text-align:center!important;margin:0 auto 6px!important;color:var(--bordeaux-dark)!important;position:relative;z-index:2;display:inline-block}.section-jp,.section-title-jp,.section-header>.jp,.section-header>[class*=jp]{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-55%)!important;font-size:42px!important;letter-spacing:2px!important;color:#4e18270f!important;pointer-events:none!important;z-index:1!important;white-space:nowrap!important;margin:0!important;font-weight:300!important}.section-header p,.section-subtitle{font-size:12.5px!important;color:var(--text-muted)!important;max-width:320px!important;margin:4px auto 0!important;text-align:center!important;position:relative;z-index:2}.section-header:after,.section-title-wrapper:after{content:""!important;display:block!important;width:36px!important;height:2px!important;background:var(--bordeaux)!important;margin:12px auto 0!important;border-radius:2px!important;position:relative;z-index:2}.footer-brand img,.footer-cols>.footer-col:first-child img,.footer>.container>div:first-child img{height:110px!important;width:auto!important;margin:0 auto 22px!important;display:block!important}.footer-brand p,.footer-cols>.footer-col:first-child>p,.footer>.container>div:first-child>p{font-size:13.5px!important;line-height:1.65!important;color:var(--text-muted)!important;max-width:320px!important;margin:0 auto 32px!important;text-align:center!important}.footer-brand .footer-socials,.footer-brand .footer-social-icons,.footer-cols>.footer-col:first-child .footer-socials,.footer-cols>.footer-col:first-child .footer-social-icons,.footer>.container>div:first-child .footer-socials,.footer>.container>div:first-child .footer-social-icons{display:flex!important;gap:14px!important;justify-content:center!important;margin:0 auto 8px!important;padding:8px 0 0!important}.footer-socials a,.footer-social-icons a{width:46px!important;height:46px!important;background:#fff!important;border:1.5px solid rgba(78,24,39,.12)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--bordeaux)!important;transition:all .25s ease!important;text-decoration:none!important;box-shadow:0 2px 8px #4e18270f!important}.footer-socials a:hover,.footer-socials a:active,.footer-social-icons a:hover,.footer-social-icons a:active{background:var(--bordeaux)!important;color:#fff!important;transform:translateY(-3px)!important;box-shadow:0 8px 18px #4e182759!important;border-color:var(--bordeaux)!important}.footer-socials svg,.footer-social-icons svg{width:19px!important;height:19px!important}.newsletter{background:linear-gradient(135deg,#4e18270f,#4e18271a,#4e182724)!important;border:1.5px solid rgba(78,24,39,.15)!important;border-radius:22px!important;padding:36px 26px!important;text-align:center!important;margin:40px 0!important;max-width:100%!important;position:relative!important;overflow:hidden!important;box-shadow:0 10px 30px #4e18271a,inset 0 1px #fff9!important}.newsletter:after{content:""!important;position:absolute!important;top:-60px!important;right:-60px!important;width:180px!important;height:180px!important;background:radial-gradient(circle,rgba(78,24,39,.08) 0%,transparent 70%)!important;border-radius:50%!important;pointer-events:none!important;z-index:0!important}.newsletter>*{position:relative!important;z-index:1!important}.newsletter:before{content:""!important;display:block!important;width:56px!important;height:56px!important;margin:0 auto 22px!important;background:linear-gradient(180deg,var(--bordeaux) 0%,var(--bordeaux-dark) 100%) url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/><polyline points='22,6 12,13 2,6'/></svg>") no-repeat center / 26px 26px!important;border-radius:50%!important;box-shadow:0 8px 24px #4e182773,inset 0 -2px 4px #00000026,inset 0 1px #ffffff4d!important;position:relative!important;z-index:1!important}.newsletter h4{font-family:Bebas Neue,sans-serif!important;font-size:24px!important;letter-spacing:3px!important;margin-bottom:10px!important;color:var(--bordeaux-dark)!important;font-weight:400!important}.newsletter p{font-size:13.5px!important;line-height:1.55!important;color:var(--text-muted)!important;margin:0 auto 24px!important;max-width:290px!important}.newsletter-form{display:flex!important;flex-direction:column!important;gap:12px!important;border:none!important;background:transparent!important;padding:0!important;border-radius:0!important;max-width:320px!important;margin:0 auto!important;box-shadow:none!important}.newsletter-form input[type=email]{width:100%!important;height:52px!important;padding:0 22px!important;font-size:14px!important;border-radius:50px!important;border:1.5px solid rgba(78,24,39,.18)!important;background:#fffffff2!important;text-align:center!important;font-family:inherit!important;color:var(--text)!important;box-shadow:0 2px 8px #4e18270f!important}.newsletter-form input[type=email]::placeholder{color:#3c1e2866!important}.newsletter-form input[type=email]:focus{outline:none!important;border-color:var(--bordeaux)!important;background:#fff!important;box-shadow:0 0 0 4px #4e18271a,0 4px 16px #4e182714!important}.newsletter-form button[type=submit]{width:100%!important;height:52px!important;padding:0 26px!important;font-size:13px!important;border-radius:50px!important;background:linear-gradient(180deg,var(--bordeaux) 0%,var(--bordeaux-dark) 100%)!important;color:#fff!important;letter-spacing:2px!important;font-weight:700!important;border:none!important;cursor:pointer!important;transition:all .25s ease!important;box-shadow:0 6px 18px #4e182759,inset 0 1px #fff3!important;font-family:inherit!important}.newsletter-form button[type=submit]:hover,.newsletter-form button[type=submit]:active{transform:translateY(-1px)!important;box-shadow:0 8px 24px #4e182773,inset 0 1px #ffffff4d!important}.footer-bottom{padding-top:32px!important;padding-bottom:28px!important;margin-top:16px!important;border-top:1px solid rgba(78,24,39,.1)!important;gap:20px!important}.shopify-payment-icons,.footer-payments{gap:6px!important}.payment-icon{width:38px!important;height:25px!important;border-radius:5px!important;background:#fff!important;box-shadow:0 2px 6px #00000014,inset 0 1px #fff!important}.footer-bottom>span,.footer-bottom>p{font-size:12px!important;color:#3c1e288c!important;letter-spacing:.3px!important}}@media(max-width:480px){.footer-brand img,.footer-cols>.footer-col:first-child img{height:92px!important;margin-bottom:18px!important}.footer-brand p,.footer-cols>.footer-col:first-child>p{font-size:12.5px!important;margin-bottom:26px!important}.footer-socials a,.footer-social-icons a{width:42px!important;height:42px!important}.newsletter{padding:30px 22px!important;margin:32px 0!important}.newsletter:before{width:50px!important;height:50px!important}.newsletter h4{font-size:21px!important}.newsletter-form input[type=email],.newsletter-form button[type=submit]{height:48px!important}.section-header h2,.section-title{font-size:22px!important}.section-jp,.section-title-jp{font-size:34px!important}}@media(max-width:768px){.section-title:before{display:none!important}.section-jp{display:none!important}.section-header{justify-content:center!important;text-align:center!important}.section-title{justify-content:center!important}}@media(max-width:768px){.header,.header .container,.header-actions{overflow:visible!important}.mobile-cart-btn{overflow:visible!important;position:relative!important;isolation:isolate}.mobile-cart-badge{position:absolute!important;top:-3px!important;right:-3px!important;background:#e63946!important;color:#fff!important;border:2px solid #fff!important;min-width:20px!important;width:20px!important;height:20px!important;border-radius:50%!important;padding:0!important;font-size:10px!important;font-weight:700!important;font-family:-apple-system,BlinkMacSystemFont,sans-serif!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;letter-spacing:0!important;z-index:100!important;box-shadow:0 2px 6px #dc354566!important;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important}.mobile-cart-badge:not(:empty){width:auto!important;min-width:20px!important;padding:0 5px!important;border-radius:10px!important}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/tsukanai.css.map */
