menu-drawer,.menu-drawer,.menu-drawer__overlay,menu-drawer>details>summary:before,menu-drawer summary:before,details[open]>summary:before,.menu-drawer__submenu,.menu-drawer__inner-submenu{display:none!important;visibility:hidden!important;pointer-events:none!important;background:transparent!important;opacity:0!important}.menu-drawer,.menu-drawer__submenu,.menu-drawer__inner-submenu{transform:none!important;transition:none!important}.header--custom{width:100%;box-sizing:border-box;--header-min-height-mobile: 56px;--header-min-height-desktop: 64px;--logo-max-h-mobile: 40px;--logo-max-h-desktop: 48px;--header-bg: var(--color-background);--header-text: var(--color-foreground);--search-bg: var(--color-background);--search-text: var(--color-foreground);--search-border: var(--color-foreground);--search-dropdown-bg: var(--color-background);--search-dropdown-shadow: var(--color-foreground);background-color:rgb(var(--header-bg));color:rgb(var(--header-text));overflow:visible;display:flex;align-items:center;min-height:var(--header-min-height-mobile);padding:var(--header-padding-mobile, 12px) 16px;position:sticky;top:0;z-index:1000;transition:min-height .3s ease,padding .3s ease}.header--custom.header--shrunk{min-height:48px;padding:6px 16px}.header--custom.header--shrunk .header__logo{transform:scale(.9)}.header--custom .header__inner{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;gap:.5rem}.header--custom .header__logo-wrap{display:inline-flex;align-items:center;max-width:var(--logo-max-w-mobile, 180px);max-height:var(--logo-max-h-mobile, 40px);width:auto;transform:translate(var(--logo-offset-x-mobile, 0px)) translateY(var(--logo-offset-y, 0px))}.header--custom .header__logo{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:scale-down;transform:scale(1);transition:transform .3s ease}.header--custom .header__logo img,.header--custom .header__logo svg{display:block;max-width:100%;max-height:100%;height:auto;width:auto;object-fit:scale-down}.header--custom .header__actions--desktop{display:none}.header--custom .header__icon{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;line-height:0;color:currentColor;cursor:pointer;border-radius:6px;transition:background-color .18s ease,color .18s ease,transform .18s ease}.header--custom .header__icon:hover,.header--custom .header__icon:focus{color:inherit;background:none;box-shadow:none}@media (min-width: 990px){.header--custom .header__icon:hover,.header--custom .header__icon:focus{transform:translateY(-1px)}}.header--custom .icon{width:20px;height:20px;flex-shrink:0}.header--custom .header__icon--wishlist .icon,.header--custom .header__icon--wishlist{transition:transform .18s ease,color .18s ease}.header--custom .header__icon--wishlist:hover .icon,.header--custom .header__icon--wishlist:focus .icon{transform:scale(1.08)}.header--custom .header__icon--whatsapp:focus{outline:none;box-shadow:0 0 0 4px #0000000f;border-radius:8px}.header--custom .header__nav--desktop,.header--custom .header__search{display:none}.header--custom .header__nav-and-icons{display:flex;align-items:center;gap:8px}.header--custom .header__nav--desktop{display:none}.header--custom .header__nav-list,.header--custom .mobile-nav__list{list-style:none;margin:0;padding:0}.header--custom .header__nav-list{display:flex;gap:1.5rem;align-items:center}.header--custom .header__nav-list{white-space:nowrap}.header--custom .header__nav-item{margin:0}.header--custom .header__nav-link{display:inline-block;text-decoration:none;line-height:1}.header--custom .header__logo-link--desktop{display:none}.header--custom .header__zone,.header--custom .header__zone--logo{display:inline-flex;align-items:center}.header--custom .header__zone--spacer{display:none;width:auto}.header--custom .header__zone--actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.5rem}.header--custom .header__icon--menu{display:inline-flex}.header--custom .header__text-actions,.header--custom .header__search{display:none}.header--custom .header__icon--search{display:inline-flex}.header--custom .header__logo--hidden-mobile{display:none}.header--custom .mobile-nav-drawer{position:fixed;top:0;right:0;bottom:0;left:0;height:100dvh;width:100vw;background:transparent;z-index:1100;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .26s linear,visibility .26s linear}.header--custom .mobile-nav-drawer__inner{position:absolute;top:0;right:0;z-index:1;height:100%;width:min(320px,80vw);transform:translate3d(101%,0,0);transition:transform .26s cubic-bezier(.2,.9,.2,1);overflow:auto;box-sizing:border-box;padding:2rem 1rem;display:flex;flex-direction:column;background:var(--drawer-bg, rgb(250, 248, 246));color:var(--drawer-text, rgb(34, 34, 34))}.header--custom .mobile-nav-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:transparent;opacity:0;pointer-events:none;transition:opacity .26s linear,visibility .26s linear}.header--custom .mobile-nav-drawer[aria-hidden=false],.header--custom .mobile-nav-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}.header--custom .mobile-nav-drawer[aria-hidden=false] .mobile-nav-drawer__inner,.header--custom .mobile-nav-drawer.is-open .mobile-nav-drawer__inner{transform:translateZ(0)}.header--custom .mobile-nav-drawer[aria-hidden=false] .mobile-nav-drawer__overlay,.header--custom .mobile-nav-drawer.is-open .mobile-nav-drawer__overlay{opacity:1;pointer-events:auto}.header--custom .mobile-nav-drawer[aria-hidden=true] .mobile-nav-drawer__overlay,.header--custom .mobile-nav-drawer:not(.is-open) .mobile-nav-drawer__overlay{opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media (max-width: 989px){.header--custom .header__icon--menu[aria-expanded=true]:before{background:transparent!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;height:0!important;content:""!important}}.header--custom .mobile-nav-drawer,.header--custom .mobile-nav-drawer__inner,.header--custom .mobile-nav-drawer__inner a,.header--custom .mobile-nav-drawer__inner .mobile-nav__link,.header--custom .mobile-nav-drawer__inner .mobile-nav__item,.header--custom .mobile-nav-drawer__inner button{color:var(--drawer-text, rgb(17, 17, 17))}body.mobile-nav-open{overflow:hidden}.header--custom .mobile-nav__list{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0;min-height:calc(100dvh - 4rem);justify-content:center}.header--custom .mobile-nav__list{padding:1.25rem 0;gap:0;justify-content:flex-start}.header--custom .mobile-nav__item{border-bottom:1px solid var(--drawer-divider, rgba(0, 0, 0, .04))}.header--custom .mobile-nav__link{display:block;padding:14px 12px;font-size:1.6rem;line-height:1;color:var(--drawer-text, rgb(34, 34, 34));text-decoration:none;-webkit-tap-highlight-color:var(--drawer-tap-highlight, rgba(0, 0, 0, .05))}.header--custom .mobile-nav-drawer__inner{will-change:transform;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1)}.header--custom .mobile-nav-drawer__overlay{backdrop-filter:none;-webkit-backdrop-filter:none}.header--custom .mobile-nav__item{opacity:0;transform:translateY(6px)}.header--custom .mobile-nav-drawer.is-open .mobile-nav__item{animation:mobile-drawer-item-in .36s cubic-bezier(.22,1,.36,1) forwards}.header--custom .mobile-nav-drawer.is-open .mobile-nav__item:nth-child(1){animation-delay:40ms}.header--custom .mobile-nav-drawer.is-open .mobile-nav__item:nth-child(2){animation-delay:80ms}.header--custom .mobile-nav-drawer.is-open .mobile-nav__item:nth-child(3){animation-delay:.12s}.header--custom .mobile-nav-drawer.is-open .mobile-nav__item:nth-child(4){animation-delay:.16s}.header--custom .mobile-nav-drawer.is-open .mobile-nav__item:nth-child(5){animation-delay:.2s}@keyframes mobile-drawer-item-in{to{opacity:1;transform:translateY(0)}}.header--custom .mobile-nav-drawer__inner{box-shadow:var(--drawer-shadow, 0 24px 48px rgba(0, 0, 0, .12), 0 8px 20px rgba(0, 0, 0, .06));border-left:1px solid var(--drawer-border, rgba(0, 0, 0, .04))}.header--custom .mobile-nav-drawer__close{transition:background .18s ease,transform .16s cubic-bezier(.2,.8,.2,1),color .16s ease;background:var(--drawer-hover-bg, rgba(0, 0, 0, .06));color:var(--drawer-text, rgb(34, 34, 34))}.header--custom .mobile-nav-drawer__close:hover{background:var(--drawer-hover-bg, rgba(0, 0, 0, .08));transform:translateY(-1px)}.header--custom .mobile-nav-drawer__close:active{background:var(--drawer-active-bg, rgba(0, 0, 0, .06));transform:translateY(0) scale(.995)}.header--custom .mobile-nav-drawer__close:focus{outline:3px solid var(--drawer-focus-outline, rgba(0, 0, 0, .12));outline-offset:3px}@media (prefers-reduced-motion: reduce){.header--custom .mobile-nav-drawer__inner,.header--custom .mobile-nav__link,.header--custom .mobile-nav__item{transition:none!important;animation:none!important;transform:none!important;will-change:auto!important}.header--custom .mobile-nav-drawer__overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}@media (max-width: 767px){.header--custom .mobile-nav-drawer__inner{background:var(--drawer-bg, rgb(250, 248, 246));border-left-color:var(--drawer-border-color, rgba(0, 0, 0, .03));padding-top:2.5rem;padding-bottom:2.5rem;position:relative;overflow:hidden;color:var(--drawer-text, rgb(34, 34, 34))}.header--custom .mobile-nav-drawer__inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;box-shadow:inset 0 1px 0 var(--drawer-inset-highlight, rgba(255, 255, 255, .6)),inset 0 -24px 40px var(--drawer-inset-shadow, rgba(0, 0, 0, .02));opacity:1}.header--custom .mobile-nav__list{padding:1.5rem 0;gap:.25rem}.header--custom .mobile-nav__item{border-bottom:none;padding:0}.header--custom .mobile-nav__link{padding:18px 16px;font-size:1.7rem;line-height:1.2;letter-spacing:.01em;color:var(--drawer-text, rgb(34, 34, 34));font-weight:500;opacity:.98;background:transparent}.header--custom .mobile-nav-drawer__inner h2,.header--custom .mobile-nav-drawer__inner h3,.header--custom .mobile-nav__account{display:block;padding:12px 16px 8px;margin-top:8px;margin-bottom:8px;font-size:1.2rem;color:var(--drawer-heading, rgba(34, 34, 34, .72));font-weight:500;letter-spacing:.02em;text-transform:none}.header--custom .mobile-nav__item+.mobile-nav__item{margin-top:4px}.header--custom .mobile-nav__list>.mobile-nav__item:nth-child(odd){margin-bottom:2px}.header--custom[data-drawer-interaction=soft_fade] .mobile-nav__link:active,.header--custom[data-drawer-interaction=subtle_lift] .mobile-nav__link:active,.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:active{background:var(--drawer-active-bg, rgba(0, 0, 0, .04));color:var(--drawer-active-text, var(--drawer-text, rgb(34, 34, 34)));transform:translateY(.5px)}.header--custom[data-drawer-interaction=soft_fade] .mobile-nav__link:focus,.header--custom[data-drawer-interaction=subtle_lift] .mobile-nav__link:focus,.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:focus{outline:none;box-shadow:0 0 0 4px var(--drawer-focus-ring, rgba(34, 34, 34, .06));background:var(--drawer-hover-bg, rgba(0, 0, 0, .03));color:var(--drawer-hover-text, var(--drawer-text, rgb(34, 34, 34)))}.header--custom .mobile-nav__item{border-bottom:1px solid var(--drawer-divider, rgba(34, 34, 34, .04))}.header--custom .mobile-nav__item:last-child{border-bottom:none}}@media (max-width: 767px){.header--custom[data-drawer-interaction=soft_fade] .mobile-nav__link:hover,.header--custom[data-drawer-interaction=soft_fade] .mobile-nav__link:focus{transition:background .16s ease,color .16s ease,opacity .16s ease;background:var(--drawer-hover-bg, #F5F5F4);color:var(--drawer-hover-text, var(--drawer-text));opacity:.98}.header--custom[data-drawer-interaction=subtle_lift] .mobile-nav__link{transition:transform .16s cubic-bezier(.2,.8,.2,1),box-shadow .16s ease}.header--custom[data-drawer-interaction=subtle_lift] .mobile-nav__link:hover,.header--custom[data-drawer-interaction=subtle_lift] .mobile-nav__link:focus{transform:translateY(-.2px);box-shadow:var(--drawer-hover-shadow, 0 6px 14px rgba(0, 0, 0, .04));background:var(--drawer-hover-bg, #F5F5F4);color:var(--drawer-hover-text, var(--drawer-text))}.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link{position:relative;overflow:visible}.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:after{content:"";position:absolute;left:16px;right:16px;bottom:8px;height:2px;background:var(--drawer-hover-text, var(--drawer-text));transform:scaleX(0);transform-origin:left center;transition:transform .22s cubic-bezier(.2,.8,.2,1);opacity:.95}.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:hover:after,.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:focus:after{transform:scaleX(1)}.header--custom[data-drawer-interaction=soft_fade] .mobile-nav__link:hover,.header--custom[data-drawer-interaction=soft_fade] .mobile-nav__link:focus,.header--custom[data-drawer-interaction=subtle_lift] .mobile-nav__link:hover,.header--custom[data-drawer-interaction=subtle_lift] .mobile-nav__link:focus,.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:hover,.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:focus{background:var(--drawer-hover-bg, #F5F5F4);color:var(--drawer-hover-text, var(--drawer-text))}.header--custom[data-drawer-interaction=soft_fade] .mobile-nav__link:active,.header--custom[data-drawer-interaction=subtle_lift] .mobile-nav__link:active,.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:active{background:var(--drawer-active-bg, #EFEDEB);color:var(--drawer-active-text, var(--drawer-text));transform:translateY(.5px)}@media (prefers-reduced-motion: reduce){.header--custom .mobile-nav__link,.header--custom .mobile-nav__item{transition:none!important;animation:none!important;transform:none!important}.header--custom[data-drawer-interaction=underline_reveal] .mobile-nav__link:after{transform:none!important;opacity:1!important}}}@media (min-width: 990px){.header--custom .mobile-nav-drawer{display:none}.header--custom .mobile-nav__link{padding:initial;font-size:initial}.header--custom .mobile-nav-drawer__close{position:static;width:auto;height:auto;padding:0;background:none;border-radius:0}}.header--custom .mobile-nav-drawer{height:100dvh;max-height:100dvh;overflow:hidden}.header--custom .mobile-nav-drawer__inner{max-height:100dvh;transform:translateZ(0);backface-visibility:hidden}.header--custom .mobile-nav-drawer.is-open{will-change:opacity}@media (min-width: 990px){.header--custom .mobile-nav-drawer{display:none}.header--custom{min-height:var(--header-min-height-desktop);padding:var(--header-padding-desktop, 12px) 16px}.header--custom.header--shrunk{min-height:50px;padding:6px 16px}.header--custom.header--shrunk .header__logo{transform:scale(.8)}.header--custom .header__search,.header--custom .header__nav-and-icons{display:block}.header--custom .header__nav--desktop{display:flex}.header--custom .header__icon--search{display:none}.header--custom .header__inner{display:grid;grid-template-areas:"logo search navigation";grid-template-columns:minmax(140px,auto) 1fr minmax(300px,auto);align-items:center;gap:clamp(20px,4vw,40px);position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(16px,3vw,24px);box-sizing:border-box}.header--custom .header__logo-wrap{grid-area:logo;justify-self:start;max-width:var(--logo-max-w-desktop, 200px);max-height:var(--logo-max-h-desktop, 48px)}.header--custom .header__search{grid-area:search;justify-self:center;position:relative;max-width:400px;width:100%;z-index:2;left:auto;top:auto;transform:none}.header--custom>.header-search-wrapper>.header__search,.header--custom .header-search-wrapper>.header__search{display:none}.header--custom .header-search-wrapper{grid-area:search;justify-self:center;position:relative;display:flex;align-items:center;gap:12px;transform:translate(var(--search-x, 0px))}.header--custom .header-search-wrapper .header__search{width:var(--search-width, 400px);max-width:none;height:var(--search-height, auto);z-index:2}.header--custom .header-search-wrapper .search{height:100%;display:flex;align-items:center}.header--custom .header-search-wrapper .header__search .search__input{height:calc(var(--search-height, 42px));padding:0 16px}.header--custom .header__search .search__input::placeholder{color:var(--search-placeholder-color, #ffffff);opacity:.6}.header--custom>.header-search-wrapper>.header__search,.header--custom .header-search-wrapper>.header__search{display:block!important}.header--custom .header__search .field{position:relative;margin:0}.header--custom .header__search .search__input{width:100%;padding:12px 48px 12px 16px;border:1px solid rgba(var(--search-border),.2);border-radius:8px;background:rgba(var(--search-bg),.9);color:rgb(var(--search-text));font-size:14px;box-shadow:0 2px 8px rgba(var(--search-dropdown-shadow),.08);transition:all .18s ease}.header--custom .header__search .search__input:focus{outline:none;border-color:rgba(var(--search-border),.4);box-shadow:0 4px 16px rgba(var(--search-dropdown-shadow),.12)}.header--custom .header__search .field__label{position:absolute;left:-9999px;opacity:0}.header--custom .header__search .search__button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;color:rgb(var(--color-foreground));opacity:.6;transition:opacity .18s ease}.header--custom .header__search .search__button:hover{opacity:1}.header--custom .header__search .search__button .icon{width:18px;height:18px}.header--custom .header__nav-link{font-size:14px;font-weight:500;color:inherit;text-decoration:none;padding:8px 12px;border-radius:6px;transition:background-color .18s ease,color .18s ease;white-space:nowrap}.header--custom .header__nav-link:hover,.header--custom .header__nav-link:focus{background-color:rgba(var(--header-text),.06);text-decoration:none}.header--custom .predictive-search{position:absolute;top:calc(100% + 4px);left:0;right:0;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),var(--popup-border-opacity, .1));border-radius:var(--popup-corner-radius, 8px);box-shadow:var(--popup-shadow-horizontal-offset, 0) var(--popup-shadow-vertical-offset, 8px) var(--popup-shadow-blur-radius, 32px) rgba(var(--color-shadow, var(--color-foreground)),var(--popup-shadow-opacity, .15));z-index:1000;max-height:400px;overflow-y:auto;display:none}.header--custom predictive-search[open] .predictive-search{display:block!important}.header--custom .predictive-search__search-results{padding:0}.header--custom .predictive-search__results-groups-wrapper{flex-direction:column;gap:1rem;padding:1rem}.header--custom .predictive-search__heading{font-size:1.2rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.header--custom .predictive-search__item{padding:.75rem;border-bottom:1px solid rgba(var(--color-foreground),.05)}.header--custom .predictive-search__item-link{padding:0;border-radius:0}.header--custom .predictive-search__loading-state{display:none}.header--custom .predictive-search[loading] .predictive-search__loading-state{display:block;padding:1rem;text-align:center}.header--custom .predictive-search__results-groups-wrapper{display:flex;flex-direction:column}.header--custom .predictive-search__heading{padding:1rem;margin:0;border-bottom:1px solid rgba(var(--color-foreground),.08);font-size:1.2rem;font-weight:500}.header--custom .predictive-search__results-list{list-style:none;margin:0;padding:0}.header--custom .predictive-search__item{border-bottom:1px solid rgba(var(--color-foreground),.05)}.header--custom .predictive-search__item:last-child{border-bottom:none}.header--custom .predictive-search__item-link{display:block;padding:1rem;text-decoration:none;color:rgb(var(--color-foreground));transition:background-color .15s ease}.header--custom .predictive-search__item:hover .predictive-search__item-link,.header--custom .predictive-search__item[aria-selected=true] .predictive-search__item-link{background-color:rgba(var(--color-foreground),.04)}.predictive-search__results-groups-wrapper{display:flex;border-bottom:.1rem solid rgba(var(--color-foreground),.08);padding-bottom:1rem}@media screen and (max-width: 749px){.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}.predictive-search__heading{margin:0 0 .5rem;color:rgba(var(--color-foreground),.75);font-size:1.1rem}.predictive-search__results-list{margin:0;padding:0;list-style:none}.predictive-search__item{display:flex;padding:.5rem 0}.predictive-search__item:not(:last-child){border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.predictive-search__item-link{display:block;width:100%;text-decoration:none;color:rgb(var(--color-foreground));padding:.5rem;border-radius:.3rem}.predictive-search__item-link:hover,.predictive-search__item-link:focus{background-color:rgba(var(--color-foreground),.04);outline:none}.predictive-search__item[aria-selected=true] .predictive-search__item-link{background-color:rgba(var(--color-foreground),.08)}.predictive-search__item-content{display:flex;align-items:center}.predictive-search__item-heading{margin:0;font-size:1.4rem;font-weight:400;color:rgb(var(--color-foreground))}.predictive-search__item-query-result{font-style:italic}.predictive-search__item-vendor{font-size:1.1rem;color:rgba(var(--color-foreground),.7);margin-top:.2rem}.predictive-search__item-price{color:rgb(var(--color-foreground));margin-left:auto}.search .search__input{text-align:left}.predictive-search__loading-state{display:flex;justify-content:center;align-items:center;padding:2rem}.header--custom .predictive-search[open]{display:block}.header--custom .predictive-search:not([open]){display:none}.header--custom .predictive-search__search-results{padding:8px 0}.header--custom .predictive-search .predictive-search__item{padding:12px 16px;border-bottom:1px solid rgba(var(--color-foreground),.05)}.header--custom .predictive-search .predictive-search__item:last-child{border-bottom:none}.header--custom .predictive-search .predictive-search__item:hover,.header--custom .predictive-search .predictive-search__item[aria-selected=true]{background-color:rgba(var(--color-foreground),.04)}.header--custom .predictive-search .predictive-search__item-link{color:rgb(var(--color-foreground));text-decoration:none;display:block}.header--custom .header__logo-wrap{max-width:var(--logo-max-w-desktop, 300px);max-height:var(--logo-max-h-desktop, 48px)}.header--custom .header__nav-and-icons{grid-area:navigation;justify-self:end;display:flex;align-items:center;gap:clamp(12px,2vw,20px)}.header--custom .header__nav--desktop{display:flex;align-items:center;gap:clamp(16px,3vw,24px)}.header--custom .header__icons{display:flex;align-items:center;gap:var(--header-icons-gap, 8px)}.header--custom .header__zone--actions{display:inline-flex;align-items:center;gap:.5rem}.header--custom .header__actions--mobile,.header--custom .header__icon--menu,.header--custom .header__icon--search{display:none}.header--custom .header__text-actions{display:flex;gap:1.5rem;align-items:center;margin-right:1rem}.header--custom .header__text-link{font-size:14px;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;padding:8px 12px;border-radius:6px;transition:background-color .18s ease,opacity .18s ease}.header--custom .header__text-link:hover,.header--custom .header__text-link:focus{background-color:rgba(var(--color-foreground),.06);opacity:.8}.header--custom .header__logo--hidden-mobile{display:inline-flex}.header--custom .mobile-nav-drawer[aria-hidden=true]{display:none}.header--custom .icon{width:22px;height:22px}}@media (min-width: 768px){.header--custom .header__logo-wrap{transform:translate(var(--logo-offset-x-desktop, 0px)) translateY(var(--logo-offset-y, 0px))}}@media (max-width: 767px){.header--custom{position:static!important;top:auto!important;z-index:10!important;transform:none!important;transition:none!important}.header--custom.header--shrunk{min-height:var(--header-min-height-mobile)!important;padding:var(--header-padding-mobile, 12px) 16px!important}.header--custom.header--shrunk .header__logo{transform:scale(1)!important}}@media (max-width: 989px){.header--custom .header__icons{display:flex;align-items:center;gap:var(--header-icons-gap-mobile, 0px)!important;transform:translate(var(--header-icons-position-mobile, 0px))}.header--custom .header__icons{padding-right:0!important}.header--custom .header__icon{width:auto!important;height:auto!important;padding:0!important;margin:0!important;min-width:auto!important}.header--custom .header__icon .svg-wrapper{width:auto!important;height:auto!important}.header--custom .header__icons svg,.header--custom .header__icons .icon{width:var(--header-icons-size-mobile, 24px);height:var(--header-icons-size-mobile, 24px)}.header--custom .header__icon--cart{margin-right:0!important}.header--custom .mobile-nav-drawer__overlay{background:transparent;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .26s linear,visibility .26s linear}.header--custom .mobile-nav-drawer[aria-hidden=false] .mobile-nav-drawer__overlay,.header--custom .mobile-nav-drawer.is-open .mobile-nav-drawer__overlay{background:var(--drawer-overlay, rgba(var(--color-foreground), .5));opacity:1;pointer-events:auto;visibility:visible;transition:opacity .26s linear,visibility .26s linear}.header--custom .mobile-nav-drawer[aria-hidden=true] .mobile-nav-drawer__overlay,.header--custom .mobile-nav-drawer:not(.is-open) .mobile-nav-drawer__overlay{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.header__icon--menu:before{transition:opacity .26s linear,visibility .26s linear}.header--custom .header__icon--profile{color:var(--header-icon-profile-color-mobile, #000)}.header--custom .header__icon--cart{color:var(--header-icon-cart-color-mobile, #000)}.header--custom .header__icon--wishlist{color:var(--header-icon-wishlist-color-mobile, #000)}.header--custom .header__icon--whatsapp{color:var(--header-icon-whatsapp-color-mobile, #25D366)}.header--custom .header__icon:active{color:var(--header-icon-active-color-mobile, #ff0000)}}@media (min-width: 990px){.header--custom .header__icons{display:flex;align-items:center;gap:var(--header-icons-gap-desktop, 4px);transform:translate(var(--header-icons-position-desktop, 0px))}.header--custom .header__icon{padding:0!important;margin:0!important;background:none!important;border-radius:0!important;width:auto!important;height:auto!important;flex:0 0 auto!important;transition:none!important}.header--custom .header__icon .icon,.header--custom .header__icon svg{width:var(--header-icons-size-desktop, 22px)!important;height:var(--header-icons-size-desktop, 22px)!important;max-width:none}.header--custom .header__icon--cart{margin-right:0!important}.header--custom .header__icon--profile,.header--custom .header__icon--account{color:var(--header-icon-profile-color)}.header--custom .header__icon--cart{color:var(--header-icon-cart-color)}.header--custom .header__icon--wishlist{color:var(--header-icon-wishlist-color)}.header--custom .header__icon:hover,.header--custom .header__icon:focus,.header--custom .header__icon:active{background:none!important;box-shadow:none!important;outline:none!important;color:var(--header-icon-hover-color)}.header--custom .header__nav--desktop,.header--custom .header__nav-list{display:flex;align-items:center;gap:var(--header-links-gap-desktop, 24px);transform:translate(var(--header-links-position-desktop, 0px))}.header--custom .header__nav-list a,.header--custom .header__nav-link{font-size:var(--header-links-size-desktop, 14px);padding:0!important;background:none!important;border-radius:0!important;transition:color .18s ease!important}.header--custom .header__nav-link:hover,.header--custom .header__nav-link:focus{background:none!important;color:var(--header-link-hover-color)!important;text-decoration:none}.header--custom .header__nav-link:before,.header--custom .header__nav-link:after{display:none!important}}.header__icon{position:relative}.header__icon-badge{position:absolute;top:-4px;right:-4px;min-width:14px;height:14px;padding:0 3px;border-radius:50%;color:#fff;font-size:8px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 5px #00000026;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background .3s ease;line-height:1;pointer-events:none;border:1.5px solid #000}.header__icon-badge--wishlist{background-color:#333}.header__icon-badge--cart{background-color:rgb(var(--color-button))}.header__icon-badge--cart.cart-badge--notify{animation:cart-badge-notify 1.2s cubic-bezier(.4,0,.2,1)}@keyframes cart-badge-notify{0%{transform:scale(1);box-shadow:0 0 rgba(var(--color-button),.5)}30%{transform:scale(1.35);box-shadow:0 0 0 12px rgba(var(--color-button),0)}60%{transform:scale(1)}to{transform:scale(1)}}@keyframes badge-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/127/assets/component-header.css.map */
