:root{--ab-brand: #eda94a;--ab-brand-dark: #d18a2b;--ab-brand-light: #f9d28d;--ab-brand-50: #fef5e7;--ab-secondary: #d18a2b;--ab-accent: #f9d28d;--ab-amber: #f59e0b;--ab-amber-50: #fffbeb;--ab-amber-100: #fef3c7;--ab-amber-200: #fde68a;--ab-amber-400: #fbbf24;--ab-amber-500: #f59e0b;--ab-amber-600: #d97706;--ab-amber-700: #b45309;--ab-text-900: #0f172a;--ab-text-700: #334155;--ab-text-500: #64748b;--ab-text-400: #94a3b8;--ab-border: #e2e8f0;--ab-bg-50: #f8fafc}.ab-card{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a;transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease}.ab-card:hover{box-shadow:0 12px 32px #00000014;border-color:#eda94a66;transform:translateY(-2px)}.ab-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f1f5f9}.ab-card__media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}.ab-card:hover .ab-card__media img{transform:scale(1.05)}.ab-card__badges{position:absolute;bottom:8px;left:8px;z-index:10;display:flex;flex-direction:column;gap:4px;max-width:70%}.ab-card__badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;box-shadow:0 1px 2px #0000001a}.ab-card__badge--category{background:linear-gradient(135deg,var(--ab-brand) 0%,var(--ab-secondary) 100%);color:#fff}.ab-card__badge--preorder{background:var(--ab-amber-500);color:#fff;font-weight:700}.ab-card__badge--sale{background:#dc2626;color:#fff;font-weight:700}.ab-card__badge--new{background:#10b981;color:#fff;font-weight:700}.ab-card__overlay-out{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f172a80}.ab-card__overlay-out span{border-radius:999px;background:#fff;padding:6px 16px;font-size:13px;font-weight:600;color:var(--ab-text-900)}.ab-card__wishlist{position:absolute;top:8px;right:8px;z-index:10;padding:8px;border-radius:999px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;cursor:pointer;transition:all .2s ease;color:#94a3b8}.ab-card__wishlist:hover{transform:scale(1.1);color:#ef4444}.ab-card__content{display:flex;flex-direction:column;flex:1;padding:12px 16px 16px}@media(min-width:640px){.ab-card__content{padding:16px}}.ab-card__title{font-size:13px;line-height:1.35;font-weight:500;color:var(--ab-text-900);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:35px}@media(min-width:640px){.ab-card__title{font-size:14px;min-height:40px}}.ab-card__title a{color:inherit;text-decoration:none;transition:color .2s ease}.ab-card__title a:hover{color:var(--ab-brand)}.ab-card__meta{margin-top:auto;padding-top:8px;display:flex;align-items:center;justify-content:space-between;gap:6px}.ab-card__price{font-size:15px;font-weight:700;color:var(--ab-text-900);white-space:nowrap;margin-left:auto}@media(min-width:640px){.ab-card__price{font-size:17px}}.ab-card__price-compare{font-size:12px;color:var(--ab-text-400);text-decoration:line-through;margin-right:6px}.ab-card__stock-pill{display:inline-flex;align-items:center;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:500;white-space:nowrap}.ab-card__stock-pill--in{background:#d1fae5;color:#065f46}.ab-card__stock-pill--low{background:#fef3c7;color:#92400e}.ab-card__stock-pill--out{background:#fee2e2;color:#991b1b}.ab-card__stock-pill--preorder{background:var(--ab-amber-500);color:#fff;font-weight:600}.ab-card__release-date{margin-top:6px;font-size:11px;font-weight:500;color:var(--ab-amber-600);text-align:center}.ab-card__cta{margin-top:10px;width:100%;border-radius:12px;padding:10px 14px;font-size:12px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none}.ab-card__cta--add{background:var(--ab-brand);color:#fff}.ab-card__cta--add:hover{background:var(--ab-brand-dark)}.ab-card__cta--preorder{background:var(--ab-amber-50);color:var(--ab-amber-700);border:2px solid var(--ab-amber-400)}.ab-card__cta--preorder:hover{background:var(--ab-amber-100);border-color:var(--ab-amber-500)}.ab-card__cta--disabled{background:#f1f5f9;color:var(--ab-text-400);cursor:not-allowed}.ab-univers{padding:64px 16px;background:#f8fafc}@media(min-width:768px){.ab-univers{padding:80px 32px}}.ab-univers__container{max-width:1280px;margin:0 auto}.ab-univers__title{font-size:28px;font-weight:700;color:var(--ab-text-900);letter-spacing:-.02em;margin:0}@media(min-width:768px){.ab-univers__title{font-size:40px}}.ab-univers__subtitle{font-size:15px;color:var(--ab-text-500);margin-top:8px;max-width:36rem}@media(min-width:768px){.ab-univers__subtitle{font-size:17px;margin-top:12px}}.ab-univers__grid-mobile{display:flex;flex-direction:column;gap:10px;margin-top:40px}@media(min-width:768px){.ab-univers__grid-mobile{display:none}}.ab-univers__grid-desktop{display:none}@media(min-width:768px){.ab-univers__grid-desktop{display:block;margin-top:56px}}.ab-univers__row-top{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;margin-bottom:20px}.ab-univers__row-bottom{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ab-univers__card{position:relative;display:block;overflow:hidden;border-radius:20px;text-decoration:none;min-height:270px}.ab-univers__card--hero{grid-row:span 2;min-height:560px}.ab-univers__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1.5s ease}.ab-univers__card:hover img{transform:scale(1.02)}.ab-univers__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 30%,#0009)}.ab-univers__card-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:28px 32px;color:#fff}.ab-univers__card-content h3{font-size:22px;font-weight:700;margin:0;letter-spacing:-.01em}.ab-univers__card--hero .ab-univers__card-content h3{font-size:36px}@media(min-width:1024px){.ab-univers__card--hero .ab-univers__card-content h3{font-size:44px}}.ab-univers__card-cta{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:9px 22px;font-size:13px;font-weight:500;color:#fff;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;width:fit-content}.ab-univers__card-cta svg{width:14px;height:14px;transition:transform .3s ease}.ab-univers__card:hover .ab-univers__card-cta svg{transform:translate(4px)}.ab-univers__mobile-hero{min-height:200px;border-radius:16px}.ab-univers__mobile-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ab-univers__mobile-small{min-height:160px;border-radius:16px}.ab-univers__mobile-hero .ab-univers__card-content h3{font-size:22px}.ab-univers__mobile-small .ab-univers__card-content h3{font-size:14px}.ab-univers__mobile-small .ab-univers__card-content{padding:14px 16px}.ab-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#fdecc8,#fce4a8 40%,#f5c87a);padding:56px 16px 64px}@media(min-width:1024px){.ab-hero{padding:80px 32px 96px}}.ab-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.ab-hero__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}.ab-hero__blob--1{width:520px;height:520px;background:var(--ab-brand, #eda94a);top:-180px;left:-160px;opacity:.35}.ab-hero__blob--2{width:420px;height:420px;background:#ffd698;bottom:-160px;right:-100px;opacity:.5}.ab-hero__container{position:relative;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:1024px){.ab-hero__container{grid-template-columns:1.1fr 1fr;gap:64px;min-height:540px}}.ab-hero__content{display:flex;flex-direction:column;gap:20px}.ab-hero__badge{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:7px 16px;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);border-radius:999px;font-size:13px;font-weight:500;color:var(--ab-text-900, #0f172a)}.ab-hero__badge-dot{width:7px;height:7px;border-radius:50%;background:var(--ab-brand-dark, #d18a2b);box-shadow:0 0 0 4px #d18a2b2e;animation:ab-hero-pulse 2.4s infinite}@keyframes ab-hero-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.75}}.ab-hero__title{font-size:clamp(34px,5.5vw,64px);line-height:1.05;font-weight:800;letter-spacing:-.025em;color:var(--ab-text-900, #0f172a);margin:0;max-width:18ch}.ab-hero__subtitle{font-size:clamp(16px,1.6vw,19px);line-height:1.55;color:var(--ab-text-700, #334155);max-width:44ch;margin:0}.ab-hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.ab-hero__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;white-space:nowrap}.ab-hero__btn svg{width:16px;height:16px;transition:transform .25s ease}.ab-hero__btn:hover{transform:translateY(-2px)}.ab-hero__btn:hover svg{transform:translate(3px)}.ab-hero__btn--primary{background:var(--ab-text-900, #0f172a);color:#fff;box-shadow:0 10px 28px -10px #0f172a73}.ab-hero__btn--primary:hover{background:#1e293b;box-shadow:0 14px 36px -10px #0f172a8c}.ab-hero__btn--ghost{background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(15,23,42,.12);color:var(--ab-text-900, #0f172a)}.ab-hero__btn--ghost:hover{background:#fff;border-color:#0f172a33}.ab-hero__trust{display:inline-flex;align-items:center;gap:8px;margin-top:6px;font-size:13px;font-weight:500;color:var(--ab-text-600, #475569)}.ab-hero__trust svg{width:16px;height:16px;color:var(--ab-brand-dark, #d18a2b);flex-shrink:0}.ab-univers .ab-univers__card,.ab-univers .ab-univers__card-content,.ab-univers .ab-univers__card-content h3,.ab-univers .ab-univers__card-cta{color:#fff!important}.ab-univers .ab-univers__card-content h3{text-shadow:0 2px 18px rgba(0,0,0,.55),0 1px 4px rgba(0,0,0,.35)}.ab-univers .ab-univers__card-overlay{background:linear-gradient(180deg,#0000,#0000004d 45%,#000000c7)!important}.ab-univers .ab-univers__card-cta{background:#ffffff38!important;border:1px solid rgba(255,255,255,.35)}.ab-card__wishlist{cursor:pointer;transition:transform .15s ease,background-color .15s ease,color .15s ease}.ab-card__wishlist:hover{background-color:#fff}.ab-card__wishlist svg{transition:fill .2s ease,stroke .2s ease,color .2s ease}.ab-card__wishlist--active{color:#ef4444!important;background-color:#fff1f2!important}.ab-card__wishlist--active svg{fill:#ef4444;stroke:#ef4444}.ab-card__wishlist--bump{animation:ab-heart-bump .38s cubic-bezier(.34,1.56,.64,1)}@keyframes ab-heart-bump{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.ab-header{position:relative;z-index:90;background:#fff;border-bottom:1px solid rgba(15,23,42,.06);transition:box-shadow .25s ease,background .25s ease}.ab-header--sticky{position:sticky;top:0}.ab-header--scrolled{box-shadow:0 6px 24px -10px #0f172a2e;background:#fffffff5;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px)}.ab-header__container{max-width:1320px;margin:0 auto;padding:14px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}@media(min-width:1024px){.ab-header__container{padding:18px 32px;gap:24px}}.ab-header__burger{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;padding:10px;border:0;background:transparent;cursor:pointer;border-radius:10px;transition:background .15s ease}.ab-header__burger:hover{background:#f1f5f9}.ab-header__burger-line{display:block;width:100%;height:2px;background:#0f172a;border-radius:2px}@media(min-width:1024px){.ab-header__burger{display:none}}.ab-header__logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit;justify-self:center}@media(min-width:1024px){.ab-header__logo{justify-self:start}}.ab-header__logo img{display:block;max-height:48px;height:auto;width:auto}.ab-header__logo-text{font-size:22px;font-weight:800;letter-spacing:-.02em;color:#0f172a}.ab-header__nav{display:none}@media(min-width:1024px){.ab-header__nav{display:block;justify-self:center}}.ab-header__nav-list{display:inline-flex;align-items:center;gap:6px;list-style:none;padding:0;margin:0}.ab-header__nav-item{position:relative}.ab-header__nav-link{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;border-radius:999px;font-size:14.5px;font-weight:500;color:#0f172a;text-decoration:none;transition:background .15s ease,color .15s ease;white-space:nowrap}.ab-header__nav-link:hover{background:#f1f5f9}.ab-header__nav-item--active .ab-header__nav-link{color:var(--ab-brand-dark, #d18a2b)}.ab-header__chevron{width:12px;height:12px;flex-shrink:0;transition:transform .2s ease}.ab-header__nav-item--has-children:hover .ab-header__chevron{transform:rotate(180deg)}.ab-header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-4px);min-width:240px;padding:8px;margin-top:8px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 14px 40px -12px #0f172a2e;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:100}.ab-header__nav-item--has-children:hover .ab-header__dropdown,.ab-header__nav-item--has-children:focus-within .ab-header__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.ab-header__dropdown-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.ab-header__dropdown-link{display:block;padding:10px 14px;border-radius:10px;font-size:14px;color:#334155;text-decoration:none;transition:background .15s ease,color .15s ease;white-space:nowrap}.ab-header__dropdown-link:hover{background:#fef3e2;color:var(--ab-brand-dark, #d18a2b)}.ab-header__dropdown-link[aria-current=page]{background:#fef3e2;color:var(--ab-brand-dark, #d18a2b);font-weight:600}.ab-header__actions{display:inline-flex;align-items:center;gap:4px;justify-self:end}@media(min-width:1024px){.ab-header__actions{gap:6px}}.ab-header__action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;background:transparent;border-radius:50%;color:#0f172a;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease}.ab-header__action:hover{background:#f1f5f9}.ab-header__action svg{width:21px;height:21px}.ab-header__action--wishlist:hover{background:#fff1f2;color:#ef4444}.ab-header__action--cart:hover{background:#fef3e2;color:var(--ab-brand-dark, #d18a2b)}.ab-header__badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:var(--ab-brand-dark, #d18a2b);color:#fff;border-radius:999px;font-size:10.5px;font-weight:700;line-height:18px;text-align:center;border:2px solid #ffffff;box-sizing:content-box}.ab-header__badge--cart{background:var(--ab-brand-dark, #d18a2b)}.ab-header__action--wishlist .ab-header__badge{background:#ef4444}.ab-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;pointer-events:none}.ab-header__drawer[aria-hidden=false]{pointer-events:auto}.ab-header__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a80;opacity:0;transition:opacity .28s ease}.ab-header__drawer[aria-hidden=false] .ab-header__drawer-overlay{opacity:1}.ab-header__drawer-panel{position:relative;width:88vw;max-width:380px;height:100%;background:#fff;transform:translate(-100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.ab-header__drawer[aria-hidden=false] .ab-header__drawer-panel{transform:translate(0)}.ab-header__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(15,23,42,.08)}.ab-header__drawer-title{font-size:18px;font-weight:700;letter-spacing:-.01em}.ab-header__drawer-close{width:40px;height:40px;padding:0;border:0;background:transparent;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#0f172a}.ab-header__drawer-close:hover{background:#f1f5f9}.ab-header__drawer-close svg{width:20px;height:20px}.ab-header__drawer-nav{flex:1;overflow-y:auto;padding:8px 12px}.ab-header__drawer-list{list-style:none;padding:0;margin:0}.ab-header__drawer-item details{border-radius:12px;overflow:hidden}.ab-header__drawer-item summary,.ab-header__drawer-link{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:15.5px;font-weight:500;color:#0f172a;text-decoration:none;cursor:pointer;border-radius:12px;list-style:none}.ab-header__drawer-item summary::-webkit-details-marker{display:none}.ab-header__drawer-item summary svg{width:14px;height:14px;transition:transform .2s ease;flex-shrink:0}.ab-header__drawer-item details[open] summary svg{transform:rotate(180deg)}.ab-header__drawer-item summary:hover,.ab-header__drawer-link:hover{background:#f1f5f9}.ab-header__drawer-sublist{list-style:none;padding:4px 0 8px 8px;margin:0}.ab-header__drawer-sublink{display:block;padding:11px 14px 11px 24px;font-size:14.5px;color:#475569;text-decoration:none;border-radius:10px}.ab-header__drawer-sublink:hover{background:#fef3e2;color:var(--ab-brand-dark, #d18a2b)}.ab-header__drawer-sublink--all{color:var(--ab-brand-dark, #d18a2b);font-weight:600}.ab-header__drawer-footer{display:flex;gap:8px;padding:16px 20px 20px;border-top:1px solid rgba(15,23,42,.08)}.ab-header__drawer-footer-link{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:999px;background:#f1f5f9;font-size:14px;font-weight:600;color:#0f172a;text-decoration:none;transition:background .15s ease}.ab-header__drawer-footer-link svg{width:16px;height:16px}.ab-header__drawer-footer-link:hover{background:#fef3e2}.ab-header__search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:flex-start;justify-content:center;padding:12vh 16px 16px;pointer-events:none}.ab-header__search-overlay[aria-hidden=false]{pointer-events:auto}.ab-header__search-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .25s ease}.ab-header__search-overlay[aria-hidden=false] .ab-header__search-bg{opacity:1}.ab-header__search-panel{position:relative;width:100%;max-width:680px;background:#fff;border-radius:20px;padding:8px 8px 14px;box-shadow:0 24px 60px -16px #0f172a66;transform:translateY(-12px);opacity:0;transition:transform .26s cubic-bezier(.4,0,.2,1),opacity .26s ease}.ab-header__search-overlay[aria-hidden=false] .ab-header__search-panel{transform:translateY(0);opacity:1}.ab-header__search-form{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#f8fafc;border-radius:14px;position:relative}.ab-header__search-icon{width:22px;height:22px;color:#64748b;flex-shrink:0}.ab-header__search-input{flex:1;padding:4px 0;border:0;background:transparent;font-size:17px;font-weight:500;color:#0f172a;outline:none;min-width:0}.ab-header__search-input::placeholder{color:#94a3b8;font-weight:400}.ab-header__search-close{width:36px;height:36px;padding:0;border:0;background:transparent;border-radius:50%;color:#475569;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.ab-header__search-close:hover{background:#e2e8f0}.ab-header__search-close svg{width:18px;height:18px}.ab-header__search-hint{margin:12px 18px 4px;font-size:12.5px;color:#94a3b8}.ab-header__search-hint kbd{display:inline-block;padding:2px 6px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:5px;font-family:-apple-system,system-ui,monospace;font-size:11px;color:#475569;margin:0 2px}.ab-header:before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--ab-brand, #eda94a) 0%,var(--ab-brand-dark, #d18a2b) 50%,var(--ab-brand, #eda94a) 100%)}.ab-header__nav-link{position:relative}.ab-header__nav-link:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;background:var(--ab-brand, #eda94a);border-radius:2px;transform:scaleX(0);transform-origin:left center;transition:transform .22s cubic-bezier(.4,0,.2,1)}.ab-header__nav-item:not(.ab-header__nav-item--promo) .ab-header__nav-link:hover:after,.ab-header__nav-item--active:not(.ab-header__nav-item--promo) .ab-header__nav-link:after{transform:scaleX(1)}.ab-header__nav-link:hover{background:transparent;color:var(--ab-brand-dark, #d18a2b)}.ab-header__nav-item--promo .ab-header__nav-link{background:var(--ab-brand, #eda94a);color:#fff;font-weight:600;padding:9px 16px;box-shadow:0 4px 12px -4px #eda94a80}.ab-header__nav-item--promo .ab-header__nav-link:after{display:none}.ab-header__nav-item--promo .ab-header__nav-link:hover{background:var(--ab-brand-dark, #d18a2b);color:#fff;box-shadow:0 6px 18px -4px #d18a2b99;transform:translateY(-1px)}.ab-header__drawer-item--promo .ab-header__drawer-link{background:var(--ab-brand, #eda94a);color:#fff;font-weight:600}.ab-header__drawer-item--promo .ab-header__drawer-link:hover{background:var(--ab-brand-dark, #d18a2b);color:#fff}.ab-header__logo-text{background:linear-gradient(135deg,var(--ab-brand-dark, #d18a2b),var(--ab-brand, #eda94a));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ab-header__search-icon{color:var(--ab-brand-dark, #d18a2b)}.ab-header__search-input:focus+* .ab-header__search-icon{color:var(--ab-brand-dark, #d18a2b)}.ab-header__search-form:focus-within{background:#fffbf5;box-shadow:0 0 0 2px var(--ab-brand, #eda94a) inset}.ab-header__burger:hover .ab-header__burger-line:first-child{background:var(--ab-brand-dark, #d18a2b)}.ab-header__drawer-header{background:linear-gradient(180deg,#fff,#fef9f0);border-bottom-color:#eda94a2e}.ab-header__drawer-title{background:linear-gradient(135deg,var(--ab-brand-dark, #d18a2b),var(--ab-brand, #eda94a));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.shopify-section.shopify-section-group-header-group.announcement-bar-section,.shopify-section[id*=announcement]{background:linear-gradient(90deg,#d18a2b,#eda94a,#d18a2b)!important;display:block!important}.shopify-section[id*=announcement] *,.announcement-bar-section *,.shopify-section[id*=announcement] .announcement-bar,.shopify-section[id*=announcement] .announcement-bar-slider,.shopify-section[id*=announcement] .announcement-bar__announcement,.shopify-section[id*=announcement] .announcement-bar__message,.shopify-section[id*=announcement] .announcement-bar__link,.shopify-section[id*=announcement] .h5{background:transparent!important;background-color:transparent!important;color:#fff!important;--color-foreground: 255, 255, 255 !important;--color-background: 209, 138, 43 !important}.shopify-section[id*=announcement] .announcement-bar__message,.shopify-section[id*=announcement] .announcement-bar__link{font-size:13px!important;letter-spacing:.02em;font-weight:500!important;padding:9px 12px;text-transform:none!important}.shopify-section[id*=announcement] .announcement-bar__link{text-decoration:none!important;transition:opacity .15s ease}.shopify-section[id*=announcement] .announcement-bar__link:hover{opacity:.85;text-decoration:underline!important;text-underline-offset:3px}.shopify-section[id*=announcement] .announcement-bar__link:after{content:"";display:inline-block;width:6px;height:6px;background:#fff!important;border-radius:50%;margin-left:8px;vertical-align:middle;opacity:.9}.shopify-section[id*=announcement] hr{display:none!important}.shopify-section[id*=announcement] svg{color:#fff!important;fill:#fff!important}@keyframes ab-hero-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(.3deg)}}.ab-hero__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:280px}@media(min-width:1024px){.ab-hero__visual{min-height:480px}}.ab-hero__visual-img{max-width:100%;max-height:480px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 35px 50px rgba(0,0,0,.18)) drop-shadow(0 12px 20px rgba(0,0,0,.1));animation:ab-hero-float 6s ease-in-out infinite}.ab-hero__visual--lifestyle{width:100%;aspect-ratio:4 / 3;min-height:0;max-height:560px}@media(min-width:1024px){.ab-hero__visual--lifestyle{aspect-ratio:5 / 4;max-height:none}}.ab-hero__visual--lifestyle .ab-hero__visual-img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;border-radius:24px;filter:drop-shadow(0 24px 50px rgba(15,23,42,.22)) drop-shadow(0 8px 16px rgba(15,23,42,.1));animation:none;transition:transform .6s cubic-bezier(.4,0,.2,1)}.ab-hero__visual--lifestyle .ab-hero__visual-img:hover{transform:scale(1.015)}.ab-card__badge--preorder{background:#92400e!important;color:#fff!important}.ab-card__badge--new{background:#065f46!important;color:#fff!important}.ab-card__badge--sale{background:#b91c1c!important;color:#fff!important}.ab-card__cta--add{background:#0f172a!important;color:#fff!important}.ab-card__cta--add:hover{background:#1e293b!important;color:#fff!important}.ab-card__cta--preorder{background:#fef3c7!important;color:#78350f!important;border:2px solid #d97706!important;font-weight:700}.ab-card__cta--preorder:hover{background:#fde68a!important;color:#78350f!important}
/*# sourceMappingURL=/cdn/shop/t/53/assets/ab-elite.css.map */
