.custom-medium-header,.custom-medium-header *{box-sizing:border-box}html.cmh-scroll-locked{overflow:hidden}.custom-medium-header{position:relative;display:block;width:100%;color:var(--cmh-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.custom-medium-header--sticky{position:sticky;top:0}.custom-medium-header__header,.custom-medium-header__shell{position:relative;width:100%}.custom-medium-header__shell{max-width:var(--cmh-page-width);margin:0 auto;overflow:visible;background:var(--cmh-background);border-radius:0;box-shadow:0 4px 22px rgba(0,0,0,var(--cmh-shadow-opacity))}.custom-medium-header__background,.custom-medium-header__background img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.custom-medium-header__background{overflow:hidden;pointer-events:none}.custom-medium-header__background img{object-fit:cover}.custom-medium-header__top-row,.custom-medium-header__nav-row{position:relative;z-index:2;display:flex;align-items:center;width:100%;padding-inline:var(--cmh-side-padding)}.custom-medium-header__top-row{min-height:var(--cmh-top-height);justify-content:space-between;gap:22px}.custom-medium-header__brand-group,.custom-medium-header__desktop-tools,.custom-medium-header__mobile-actions,.custom-medium-header__actions,.custom-medium-header__guarantee{display:flex;align-items:center}.custom-medium-header__brand-group{flex:1 1 auto;min-width:220px;gap:14px}.custom-medium-header__icon-button,.custom-medium-header__drawer-close,.custom-medium-header__search-dialog-head button,.custom-medium-header__overlay,.custom-medium-header__search-overlay{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:inherit;cursor:pointer;padding:0}.custom-medium-header__icon-button{position:relative;display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border-radius:50%;text-decoration:none;transition:color .18s ease,background-color .18s ease}.custom-medium-header__icon-button:hover,.custom-medium-header__icon-button:focus-visible,.custom-medium-header__action-link:hover,.custom-medium-header__action-link:focus-visible{color:var(--cmh-active);background:color-mix(in srgb,var(--cmh-active) 8%,transparent)}.custom-medium-header__icon-button>svg,.custom-medium-header__icon-button>img{display:block;width:24px;height:24px;object-fit:contain}.custom-medium-header__menu-toggle{width:44px;height:44px;border-radius:8px}.custom-medium-header__menu-toggle>img{width:32px;height:32px}.custom-medium-header__hamburger{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:20px}.custom-medium-header__hamburger span{display:block;width:100%;height:2px;border-radius:999px;background:currentColor}.custom-medium-header__logo-link{display:inline-flex;align-items:center;min-width:0;color:var(--cmh-text);text-decoration:none}.custom-medium-header__logo{display:block;width:min(var(--cmh-logo-width),100%);max-width:var(--cmh-logo-width);max-height:calc(var(--cmh-top-height) - 10px);object-fit:contain;object-position:left center}.custom-medium-header__shop-name{max-width:var(--cmh-logo-width);font-size:clamp(17px,1.45vw,24px);font-weight:700;line-height:1.1}.custom-medium-header__desktop-tools{flex:0 1 auto;justify-content:flex-end;gap:18px;min-width:0}.custom-medium-header__location-trigger{display:grid;width:min(var(--cmh-location-width),24vw);min-height:54px;grid-template-columns:24px minmax(0,1fr) 13px;align-items:center;gap:10px;padding:7px 12px;border:1px solid transparent;border-radius:13px;background:color-mix(in srgb,var(--cmh-background) 88%,#eef0f4);color:var(--cmh-text);font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.custom-medium-header__location-trigger:hover,.custom-medium-header__location-trigger:focus-visible,.custom-medium-header__location-trigger[aria-expanded=true]{border-color:color-mix(in srgb,var(--cmh-active) 68%,transparent);background:var(--cmh-background);box-shadow:0 0 0 3px color-mix(in srgb,var(--cmh-active) 12%,transparent);outline:0}.custom-medium-header__location-pin{width:23px;height:23px;color:var(--cmh-active)}.custom-medium-header__location-trigger-copy,.custom-medium-header__location-trigger-copy strong,.custom-medium-header__location-trigger-copy small{display:block;min-width:0}.custom-medium-header__location-trigger-copy strong,.custom-medium-header__location-trigger-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-medium-header__location-trigger-copy strong{font-size:13px;font-weight:700;line-height:1.25}.custom-medium-header__location-trigger-copy small{margin-top:3px;color:var(--cmh-muted);font-size:10px;line-height:1.2}.custom-medium-header__location-chevron{width:11px;height:7px;transition:transform .18s ease}.custom-medium-header__location-trigger[aria-expanded=true] .custom-medium-header__location-chevron{transform:rotate(180deg)}.custom-medium-header__search-wrap{position:relative;width:min(var(--cmh-search-width),37vw)}.custom-medium-header__location-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;visibility:hidden;pointer-events:none}.custom-medium-header__location-layer.is-open{visibility:visible;pointer-events:auto}.custom-medium-header__location-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#14192414;opacity:0;cursor:default;transition:opacity .18s ease}.custom-medium-header__location-layer.is-open .custom-medium-header__location-overlay{opacity:1}.custom-medium-header__location-panel{position:fixed;top:var(--cmh-location-top, 84px);left:var(--cmh-location-left, 24px);width:min(460px,calc(100vw - 24px));max-height:min(690px,calc(100vh - var(--cmh-location-top, 84px) - 16px));padding:22px;overflow-y:auto;overscroll-behavior:contain;border:1px solid color-mix(in srgb,var(--cmh-border) 84%,transparent);border-radius:15px;background:var(--cmh-drawer-background);color:var(--cmh-text);box-shadow:0 18px 48px #181f2d30;opacity:0;transform:translateY(-8px) scale(.985);transform-origin:top left;transition:opacity .18s ease,transform .18s ease}.custom-medium-header__location-layer.is-open .custom-medium-header__location-panel{opacity:1;transform:translateY(0) scale(1)}.custom-medium-header__location-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.custom-medium-header__location-head h2,.custom-medium-header__location-head p{margin:0}.custom-medium-header__location-head h2{font-size:20px;line-height:1.25}.custom-medium-header__location-head p{margin-top:4px;color:var(--cmh-muted);font-size:13px;line-height:1.4}.custom-medium-header__location-close{display:grid;width:34px;height:34px;flex:0 0 auto;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.custom-medium-header__location-close:hover,.custom-medium-header__location-close:focus-visible{background:color-mix(in srgb,var(--cmh-text) 8%,transparent)}.custom-medium-header__location-close svg{width:19px;height:19px}.custom-medium-header__use-location{position:relative;display:grid;width:100%;min-height:74px;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:12px 14px;border:2px solid color-mix(in srgb,var(--cmh-active) 82%,#356dff);border-radius:12px;background:#fff;color:var(--cmh-text);font:inherit;text-align:left;cursor:pointer}.custom-medium-header__use-location:hover,.custom-medium-header__use-location:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--cmh-active) 14%,transparent);outline:0}.custom-medium-header__use-location:disabled{cursor:wait;opacity:.72}.custom-medium-header__use-location-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--cmh-active) 10%,#eef3ff);color:color-mix(in srgb,var(--cmh-active) 72%,#2b63ff)}.custom-medium-header__use-location-icon svg{width:23px;height:23px}.custom-medium-header__use-location strong,.custom-medium-header__use-location small{display:block}.custom-medium-header__use-location strong{font-size:14px;line-height:1.3}.custom-medium-header__use-location small{margin-top:3px;color:var(--cmh-muted);font-size:12px;line-height:1.3}.custom-medium-header__location-loader{display:none;width:17px;height:17px;border:2px solid color-mix(in srgb,var(--cmh-active) 25%,transparent);border-top-color:var(--cmh-active);border-radius:50%;animation:cmh-location-spin .75s linear infinite}.custom-medium-header__use-location.is-loading .custom-medium-header__location-loader{display:block}.custom-medium-header__location-divider{display:flex;align-items:center;gap:14px;margin:20px 0 16px;color:#9399a8;font-size:11px;font-weight:700}.custom-medium-header__location-divider:before,.custom-medium-header__location-divider:after{height:1px;flex:1;background:var(--cmh-border);content:""}.custom-medium-header__location-search label{display:block;margin-bottom:9px;font-size:14px;font-weight:700}.custom-medium-header__location-input-wrap{display:flex;height:54px;align-items:center;gap:9px;padding:3px 5px 3px 14px;border:1px solid var(--cmh-border);border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.custom-medium-header__location-input-wrap:focus-within{border-color:var(--cmh-active);box-shadow:0 0 0 3px color-mix(in srgb,var(--cmh-active) 13%,transparent)}.custom-medium-header__location-input-wrap>svg{width:22px;height:22px;flex:0 0 auto;color:#8c95a8}.custom-medium-header__location-input-wrap input{min-width:0;height:100%;flex:1 1 auto;padding:0;border:0;outline:0;background:transparent;color:inherit;font:inherit;font-size:14px;box-shadow:none}.custom-medium-header__location-input-wrap button{display:grid;width:40px;height:40px;flex:0 0 auto;padding:0;place-items:center;border:0;border-radius:9px;background:var(--cmh-active);color:#fff;cursor:pointer}.custom-medium-header__location-input-wrap button svg{width:18px;height:18px}.custom-medium-header__location-results{margin-top:9px;max-height:230px;overflow-y:auto;padding:5px;border:1px solid var(--cmh-border);border-radius:11px;background:#fff}.custom-medium-header__location-results[hidden]{display:none}.custom-medium-header__location-result{display:grid;width:100%;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.custom-medium-header__location-result:hover,.custom-medium-header__location-result:focus-visible,.custom-medium-header__location-result.is-active{background:color-mix(in srgb,var(--cmh-active) 9%,#f6f8fb);outline:0}.custom-medium-header__location-result-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--cmh-active) 9%,#f2f5fb);color:var(--cmh-active)}.custom-medium-header__location-result-icon svg{width:17px;height:17px}.custom-medium-header__location-result strong,.custom-medium-header__location-result small{display:block}.custom-medium-header__location-result strong{font-size:13px;line-height:1.3}.custom-medium-header__location-result small{margin-top:3px;color:var(--cmh-muted);font-size:11px;line-height:1.35}.custom-medium-header__location-status{min-height:18px;margin:8px 2px 0;color:var(--cmh-muted);font-size:11px;line-height:1.4}.custom-medium-header__location-status.is-error{color:#b42318}.custom-medium-header__location-login{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;margin-top:15px;padding:14px;border:1px solid color-mix(in srgb,#3773f5 25%,transparent);border-radius:12px;background:#edf4ff;color:#2450aa}.custom-medium-header__location-login>span{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#dbe9ff;color:#3471f4}.custom-medium-header__location-login svg{width:20px;height:20px}.custom-medium-header__location-login strong{display:block;font-size:13px}.custom-medium-header__location-login p{margin:4px 0 7px;font-size:11px;line-height:1.4}.custom-medium-header__location-login a{color:#3471f4;font-size:12px;font-weight:700;text-decoration:none}.custom-medium-header__location-attribution{display:block;margin-top:12px;color:var(--cmh-muted);font-size:9px;text-align:center}@keyframes cmh-location-spin{to{transform:rotate(360deg)}}.custom-medium-header__search-form{position:relative;display:flex;align-items:center;width:100%;height:38px;padding:3px 4px 3px 14px;border:1px solid color-mix(in srgb,var(--cmh-border) 75%,transparent);border-radius:999px;background:color-mix(in srgb,var(--cmh-background) 96%,#f7f4ef);box-shadow:inset 0 1px 2px #00000008,0 1px 5px #00000012}.custom-medium-header__search-form:focus-within{border-color:var(--cmh-active);box-shadow:0 0 0 3px color-mix(in srgb,var(--cmh-active) 14%,transparent)}.custom-medium-header__search-form>svg{flex:0 0 auto;width:19px;height:19px;color:var(--cmh-muted)}.custom-medium-header__search-form input[type=search]{min-width:0;flex:1 1 auto;height:100%;margin:0;padding:0 10px;border:0;outline:0;color:var(--cmh-text);background:transparent;font:inherit;font-size:13px;box-shadow:none}.custom-medium-header__search-form input[type=search]::-webkit-search-cancel-button{cursor:pointer}.custom-medium-header__ai-link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:30px;padding:0 15px;border-radius:999px;color:#fff;background:var(--cmh-active);font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap;box-shadow:0 2px 7px color-mix(in srgb,var(--cmh-active) 28%,transparent)}.custom-medium-header__ai-link:hover,.custom-medium-header__ai-link:focus-visible{filter:brightness(.93)}.custom-medium-header__search-results{position:absolute;top:calc(100% + 8px);left:0;z-index:30;width:100%;max-height:min(440px,calc(100vh - 140px));overflow-y:auto;padding:8px;border:1px solid color-mix(in srgb,var(--cmh-border) 80%,transparent);border-radius:14px;background:var(--cmh-drawer-background);box-shadow:0 16px 42px #1a151229}.custom-medium-header__search-results[hidden]{display:none}.custom-medium-header__search-result{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:64px;padding:6px;border-radius:9px;color:var(--cmh-text);text-decoration:none}.custom-medium-header__search-result:hover,.custom-medium-header__search-result:focus-visible{background:color-mix(in srgb,var(--cmh-active) 8%,transparent)}.custom-medium-header__search-result img,.custom-medium-header__search-result-placeholder{width:52px;height:52px;border-radius:8px;background:#f4f2ee;object-fit:cover}.custom-medium-header__search-result strong{min-width:0;overflow:hidden;font-size:13px;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.custom-medium-header__search-result>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:2px}.custom-medium-header__search-result small{color:var(--cmh-muted);font-size:11px;line-height:1.25}.custom-medium-header__search-result span:last-child{color:var(--cmh-active);font-size:18px}.custom-medium-header__search-empty{margin:0;padding:18px 12px;color:var(--cmh-muted);font-size:13px;text-align:center}.custom-medium-header__guarantee{flex:0 0 240px;gap:10px;min-height:44px;padding-left:18px;border-left:1px solid var(--cmh-border);color:var(--cmh-text);text-decoration:none}.custom-medium-header__guarantee-icon,.custom-medium-header__guarantee-icon svg,.custom-medium-header__guarantee-icon img{display:block;width:32px;height:36px;flex:0 0 32px;object-fit:contain;color:var(--cmh-active)}.custom-medium-header__guarantee>span:last-child{min-width:0;display:flex;flex-direction:column}.custom-medium-header__guarantee strong{overflow:hidden;color:color-mix(in srgb,var(--cmh-text) 78%,#1f4f3d);font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.custom-medium-header__guarantee small{overflow:hidden;color:var(--cmh-muted);font-size:10px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.custom-medium-header__mobile-actions{display:none}.custom-medium-header__nav-row{min-height:var(--cmh-nav-height);justify-content:space-between;border-top:1px solid var(--cmh-border)}.custom-medium-header__desktop-nav{position:static;min-width:0;align-self:stretch}.custom-medium-header__nav-list{display:flex;align-items:stretch;height:100%;margin:0;padding:0;gap:var(--cmh-menu-gap);list-style:none}.custom-medium-header__nav-item{position:static;display:flex;align-items:stretch}.custom-medium-header__nav-link{position:relative;display:flex;align-items:center;gap:6px;min-height:var(--cmh-nav-height);color:var(--cmh-text);font-size:var(--cmh-menu-font-size);font-weight:500;line-height:1.2;text-decoration:none;white-space:nowrap}.custom-medium-header__nav-link>svg{width:9px;height:6px;transition:transform .18s ease}.custom-medium-header__nav-link:after{content:"";position:absolute;right:50%;bottom:2px;left:50%;height:1px;background:var(--cmh-active);transition:right .18s ease,left .18s ease}.custom-medium-header__nav-link:hover,.custom-medium-header__nav-link:focus-visible,.custom-medium-header__nav-link.is-active{color:var(--cmh-active)}.custom-medium-header__nav-link:hover:after,.custom-medium-header__nav-link:focus-visible:after,.custom-medium-header__nav-link.is-active:after{right:0;left:0}.custom-medium-header__nav-item:hover .custom-medium-header__nav-link>svg,.custom-medium-header__nav-item:focus-within .custom-medium-header__nav-link>svg{transform:rotate(180deg)}.custom-medium-header__dropdown{position:absolute;top:100%;right:max(var(--cmh-side-padding),210px);left:var(--cmh-side-padding);z-index:25;padding-top:9px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.custom-medium-header__dropdown-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 30px;max-height:min(65vh,560px);overflow-y:auto;padding:26px 30px;border:1px solid color-mix(in srgb,var(--cmh-border) 80%,transparent);border-radius:0 0 15px 15px;background:var(--cmh-drawer-background);box-shadow:0 18px 45px #18141129}.custom-medium-header__nav-item:hover .custom-medium-header__dropdown,.custom-medium-header__nav-item:focus-within .custom-medium-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.custom-medium-header__dropdown-heading{display:inline-flex;margin-bottom:9px;color:var(--cmh-text);font-size:14px;font-weight:700;text-decoration:none}.custom-medium-header__dropdown-group>ul{margin:0;padding:0;list-style:none}.custom-medium-header__dropdown-group li+li{margin-top:4px}.custom-medium-header__dropdown-group li a{display:block;padding:4px 0;color:var(--cmh-muted);font-size:13px;line-height:1.35;text-decoration:none}.custom-medium-header__dropdown a:hover,.custom-medium-header__dropdown a:focus-visible,.custom-medium-header__dropdown a.is-active{color:var(--cmh-active)}.custom-medium-header__dropdown--featured{right:var(--cmh-side-padding)}.custom-medium-header__featured-mega{display:grid;grid-template-columns:minmax(290px,.88fr) minmax(0,2.6fr);max-height:min(75vh,690px);overflow-y:auto;padding:28px;border:1px solid color-mix(in srgb,var(--cmh-border) 78%,transparent);border-radius:0 0 16px 16px;background:var(--cmh-drawer-background);box-shadow:0 22px 52px #18141129}.custom-medium-header__mega-featured{display:flex;flex-direction:column;min-height:500px;overflow:hidden;padding:26px;border:1px solid color-mix(in srgb,var(--cmh-active) 28%,transparent);border-radius:12px;background:linear-gradient(145deg,#fffaf1,#fff3df)}.custom-medium-header__mega-featured-copy h2{margin:0;color:#153b2b;font-size:clamp(24px,1.75vw,36px);line-height:1.15}.custom-medium-header__mega-featured-copy p{margin:14px 0 0;color:color-mix(in srgb,var(--cmh-text) 78%,var(--cmh-muted));font-size:clamp(14px,1vw,18px);line-height:1.55}.custom-medium-header__mega-image{display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-height:240px;margin:22px 0;overflow:hidden;border-radius:9px}.custom-medium-header__mega-image img,.custom-medium-header__mega-image .placeholder-svg{display:block;width:100%;height:100%;max-height:320px;object-fit:contain;transition:transform .26s ease}.custom-medium-header__mega-image:hover img{transform:scale(1.025)}.custom-medium-header__mega-button{display:flex;align-items:center;justify-content:center;min-height:52px;padding:13px 20px;border:1px solid var(--cmh-active);border-radius:999px;background:var(--cmh-active);color:#fff!important;font-size:16px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.custom-medium-header__mega-button:hover,.custom-medium-header__mega-button:focus-visible{border-color:#153b2b;background:#153b2b;color:#fff!important;transform:translateY(-1px)}.custom-medium-header__mega-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:4px 34px;margin:0;padding:8px 8px 8px 38px;border-left:1px solid color-mix(in srgb,var(--cmh-border) 78%,transparent);list-style:none}.custom-medium-header__mega-link-grid li{min-width:0;margin:0;padding:0}.custom-medium-header__mega-link-grid a{display:flex;align-items:center;min-height:54px;padding:9px 0;color:var(--cmh-text);font-size:clamp(14px,1.05vw,18px);line-height:1.35;text-decoration:none;transition:color .16s ease,transform .16s ease}.custom-medium-header__mega-link-grid a:hover,.custom-medium-header__mega-link-grid a:focus-visible{color:var(--cmh-active);transform:translate(4px)}.custom-medium-header__mega-link-grid .custom-medium-header__mega-link-heading a{color:var(--cmh-active);font-weight:700}.custom-medium-header__actions{flex:0 0 auto;align-self:stretch;margin-left:24px;gap:5px}.custom-medium-header__action-link{position:relative;display:grid;place-items:center;width:34px;height:34px;align-self:center;border-radius:50%;color:var(--cmh-text);text-decoration:none}.custom-medium-header__action-link>svg,.custom-medium-header__action-link.has-custom-cart-icon:before{width:21px;height:21px}.custom-medium-header__cart-link.has-custom-cart-icon:before{content:"";display:block;background-image:var(--cmh-cart-icon-image);background-repeat:no-repeat;background-position:center;background-size:contain}.custom-medium-header__cart-link.has-custom-cart-icon>svg{display:none}.custom-medium-header__count,.custom-medium-header__action-link .cart-count-bubble{position:absolute;top:-2px;right:-3px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;color:var(--cmh-count-color);background:var(--cmh-count-background);font-size:9px;font-weight:700;line-height:1}.custom-medium-header__action-link .cart-count-bubble>span:first-child{font:inherit}.custom-medium-header__action-link.has-custom-cart-icon>.icon-cart{display:none}.custom-medium-header__localization{align-self:center;margin-left:3px}.custom-medium-header__localization details{position:relative}.custom-medium-header__localization summary{display:flex;align-items:center;gap:5px;min-height:32px;padding:0 8px;border:1px solid var(--cmh-border);border-radius:5px;color:var(--cmh-text);font-size:11px;cursor:pointer;list-style:none}.custom-medium-header__localization summary::-webkit-details-marker{display:none}.custom-medium-header__localization summary>svg{width:8px;height:5px}.custom-medium-header__country-code{color:var(--cmh-active);font-weight:700}.custom-medium-header__localization ul{position:absolute;top:calc(100% + 7px);right:0;z-index:35;width:150px;max-height:320px;overflow-y:auto;margin:0;padding:6px;border:1px solid var(--cmh-border);border-radius:9px;background:var(--cmh-drawer-background);box-shadow:0 12px 30px #00000024;list-style:none}.custom-medium-header__localization button{display:flex;justify-content:space-between;width:100%;padding:8px;border:0;border-radius:6px;color:var(--cmh-text);background:transparent;font:inherit;font-size:12px;cursor:pointer}.custom-medium-header__localization button:hover,.custom-medium-header__localization button[aria-current=true]{color:var(--cmh-active);background:color-mix(in srgb,var(--cmh-active) 8%,transparent)}.custom-medium-header__drawer-layer,.custom-medium-header__search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.custom-medium-header__drawer-layer.is-open,.custom-medium-header__search-modal.is-open{visibility:visible;pointer-events:auto}.custom-medium-header__overlay,.custom-medium-header__search-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;background:#13110f7a;transition:opacity .24s ease}.custom-medium-header__drawer-layer.is-open .custom-medium-header__overlay,.custom-medium-header__search-modal.is-open .custom-medium-header__search-overlay{opacity:1}.custom-medium-header__drawer{position:absolute;inset:0 auto 0 0;width:min(var(--cmh-drawer-width),92vw);height:100%;overflow-y:auto;color:var(--cmh-drawer-text, var(--cmh-text));background:var(--cmh-drawer-background);box-shadow:18px 0 45px #0000002e;transform:translate(-102%);transition:transform .26s cubic-bezier(.22,.8,.3,1);overscroll-behavior:contain}.custom-medium-header__drawer-layer.is-open .custom-medium-header__drawer{transform:translate(0)}.custom-medium-header__drawer-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:12px 20px;border-bottom:1px solid var(--cmh-border);background:var(--cmh-drawer-background)}.custom-medium-header__drawer-head>a{display:inline-flex;color:inherit;text-decoration:none}.custom-medium-header__drawer-head img{display:block;width:min(180px,58vw);max-height:46px;object-fit:contain;object-position:left center}.custom-medium-header__drawer-close,.custom-medium-header__search-dialog-head button{display:grid;place-items:center;width:40px;height:40px;border-radius:50%}.custom-medium-header__drawer-close:hover,.custom-medium-header__drawer-close:focus-visible,.custom-medium-header__search-dialog-head button:hover,.custom-medium-header__search-dialog-head button:focus-visible{background:color-mix(in srgb,var(--cmh-text) 8%,transparent)}.custom-medium-header__drawer-close svg,.custom-medium-header__search-dialog-head button svg{width:22px;height:22px}.custom-medium-header__drawer-quick-links{display:flex;align-items:center;gap:8px;padding:14px 20px;border-bottom:1px solid var(--cmh-border)}.custom-medium-header__drawer-quick-links a{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--cmh-border);border-radius:999px;color:inherit;font-size:12px;text-decoration:none}.custom-medium-header__drawer-quick-links a:hover,.custom-medium-header__drawer-quick-links a:focus-visible{border-color:var(--cmh-active);color:var(--cmh-active)}.custom-medium-header__mobile-nav ul{margin:0;padding:0;list-style:none}.custom-medium-header__mobile-nav>ul{padding:8px 20px 22px}.custom-medium-header__mobile-nav>ul>li{border-bottom:1px solid color-mix(in srgb,var(--cmh-border) 80%,transparent)}.custom-medium-header__mobile-link,.custom-medium-header__mobile-nav summary,.custom-medium-header__mobile-nav details>ul>li>a{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;color:inherit;text-decoration:none;cursor:pointer}.custom-medium-header__mobile-link{padding:9px 2px;font-size:var(--cmh-menu-font-size-mobile);font-weight:600;list-style:none}.custom-medium-header__mobile-nav summary::-webkit-details-marker{display:none}.custom-medium-header__mobile-nav summary svg{width:11px;height:7px;transition:transform .18s ease}.custom-medium-header__mobile-nav details[open]>summary>svg{transform:rotate(180deg)}.custom-medium-header__mobile-nav details>ul{padding:2px 0 12px 15px}.custom-medium-header__mobile-nav details>ul>li>a,.custom-medium-header__mobile-nav details>ul>li>details>summary{min-height:42px;padding:7px 4px;color:color-mix(in srgb,var(--cmh-text) 72%,var(--cmh-muted));font-size:calc(var(--cmh-menu-font-size-mobile) - 2px);list-style:none}.custom-medium-header__mobile-nav details>ul>li>details>ul{padding-left:14px}.custom-medium-header__mobile-nav a:hover,.custom-medium-header__mobile-nav a:focus-visible,.custom-medium-header__mobile-nav .is-active,.custom-medium-header__mobile-link.is-active,.custom-medium-header__view-all{color:var(--cmh-active)!important}.custom-medium-header__drawer-ai{display:flex;align-items:center;justify-content:space-between;margin:4px 20px 30px;padding:13px 17px;border-radius:999px;color:#fff;background:var(--cmh-active);font-size:14px;font-weight:700;text-decoration:none}.custom-medium-header__search-dialog{position:absolute;top:0;right:0;left:0;width:100%;max-height:min(650px,88vh);padding:0 var(--cmh-side-padding-mobile) 18px;background:var(--cmh-drawer-background);box-shadow:0 18px 45px #0000002e;opacity:0;transform:translateY(-16px);transition:opacity .22s ease,transform .22s ease}.custom-medium-header__search-modal.is-open .custom-medium-header__search-dialog{opacity:1;transform:translateY(0)}.custom-medium-header__search-dialog-head{display:flex;align-items:center;justify-content:space-between;min-height:64px}.custom-medium-header__search-dialog-head strong{font-size:18px}.custom-medium-header__search-wrap--modal{width:100%}.custom-medium-header__search-wrap--modal .custom-medium-header__search-form{height:48px}.custom-medium-header__search-submit{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:0;border-radius:50%;color:#fff;background:var(--cmh-active);font-size:20px;cursor:pointer}.custom-medium-header__search-wrap--modal .custom-medium-header__search-results{position:static;width:100%;max-height:calc(88vh - 142px);margin-top:10px;box-shadow:none}body.cmh-layer-open{overflow:hidden}@media screen and (max-width:1180px)and (min-width:990px){.custom-medium-header__guarantee{display:none}.custom-medium-header__search-wrap{width:min(var(--cmh-search-width),42vw)}.custom-medium-header__nav-list{gap:min(var(--cmh-menu-gap),20px)}.custom-medium-header__nav-link{font-size:min(var(--cmh-menu-font-size),13px)}.custom-medium-header__featured-mega{grid-template-columns:minmax(250px,.8fr) minmax(0,2fr);padding:20px}.custom-medium-header__mega-featured{min-height:450px;padding:20px}.custom-medium-header__mega-link-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2px 22px;padding-left:26px}}@media screen and (max-width:989px){.custom-medium-header__shell{min-height:var(--cmh-mobile-height)}.custom-medium-header__top-row{min-height:var(--cmh-mobile-height);padding-inline:var(--cmh-side-padding-mobile);gap:8px}.custom-medium-header__brand-group{flex:1 1 auto;min-width:0;gap:7px}.custom-medium-header__menu-toggle{width:36px;height:36px}.custom-medium-header__menu-toggle>img{width:27px;height:27px}.custom-medium-header__hamburger{width:23px;height:17px}.custom-medium-header__logo{width:min(var(--cmh-logo-width-mobile),calc(100vw - 210px));max-width:var(--cmh-logo-width-mobile);max-height:calc(var(--cmh-mobile-height) - 12px)}.custom-medium-header__shop-name{max-width:calc(100vw - 210px);overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.custom-medium-header__desktop-tools,.custom-medium-header__nav-row{display:none}.custom-medium-header__mobile-actions{display:flex;flex:0 0 auto;gap:1px}.custom-medium-header__mobile-actions .custom-medium-header__icon-button{width:36px;height:36px}.custom-medium-header__mobile-guarantee{display:grid;place-items:center;width:39px;height:36px;margin-right:4px;padding-right:7px;border-right:1px solid var(--cmh-border);color:var(--cmh-active)}.custom-medium-header__mobile-guarantee img,.custom-medium-header__mobile-guarantee svg{display:block;width:25px;height:29px;object-fit:contain}.custom-medium-header__cart-link--mobile.has-custom-cart-icon:before{width:24px;height:24px}.custom-medium-header__count{top:0;right:-1px}.custom-medium-header__drawer{width:100vw}.custom-medium-header__mobile-featured-menu>.custom-medium-header__mobile-mega-list{padding:6px 0 22px}.custom-medium-header__mobile-featured-menu>.custom-medium-header__mobile-mega-list>li>a{min-height:54px;padding:12px 4px;color:color-mix(in srgb,var(--cmh-text) 82%,var(--cmh-muted));font-size:var(--cmh-menu-font-size-mobile);line-height:1.35}.custom-medium-header__mobile-featured-menu>.custom-medium-header__mobile-mega-list>li:first-child>a,.custom-medium-header__mobile-featured-menu>.custom-medium-header__mobile-mega-list>.custom-medium-header__mobile-mega-heading>a{color:var(--cmh-active);font-weight:700}}@media screen and (max-width:359px){.custom-medium-header__mobile-guarantee{display:none}.custom-medium-header__logo{width:min(var(--cmh-logo-width-mobile),calc(100vw - 160px))}}@media(prefers-reduced-motion:reduce){.custom-medium-header__overlay,.custom-medium-header__search-overlay,.custom-medium-header__drawer,.custom-medium-header__search-dialog,.custom-medium-header__dropdown,.custom-medium-header__nav-link:after,.custom-medium-header__mobile-nav summary svg{transition:none!important}}@media screen and (min-width:990px){.custom-medium-header__shell{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;min-height:var(--cmh-top-height);padding-inline:var(--cmh-side-padding);column-gap:clamp(14px,1.4vw,28px)}.custom-medium-header__top-row,.custom-medium-header__nav-row{display:contents}.custom-medium-header__brand-group{grid-column:1;grid-row:1;min-width:0;flex:none}.custom-medium-header__desktop-nav{z-index:3;grid-column:1 / -1;grid-row:1;justify-self:center;width:max-content;max-width:46%;min-width:0;align-self:stretch}.custom-medium-header__nav-list{justify-content:center;gap:clamp(12px,1.25vw,var(--cmh-menu-gap))}.custom-medium-header__nav-link{min-height:var(--cmh-top-height)}.custom-medium-header__desktop-tools{display:contents;grid-column:auto;grid-row:1;min-width:0}.custom-medium-header__location-trigger{grid-column:2;grid-row:1}.custom-medium-header__desktop-tools>.custom-medium-header__search-wrap{grid-column:4;grid-row:1}.custom-medium-header__actions{grid-column:5;grid-row:1;align-self:center;margin-left:0}.custom-medium-header__nav-link:after{display:none;content:none}.custom-medium-header__dropdown{top:100%;right:var(--cmh-side-padding);left:var(--cmh-side-padding)}.custom-medium-header__drawer{display:flex;flex-direction:column;width:min(var(--cmh-drawer-desktop-width),96vw);overflow:hidden}.custom-medium-header__mobile-nav,.custom-medium-header__drawer-ai{display:none}}.custom-medium-header__collection-browser{display:grid;grid-template-columns:minmax(220px,var(--cmh-drawer-collection-width)) minmax(0,1fr);flex:1 1 auto;min-width:0;min-height:0;background:#fffdf9}.custom-medium-header__collection-column{display:flex;flex-direction:column;min-width:0;min-height:0;padding:22px 14px 24px 20px;border-right:1px solid color-mix(in srgb,var(--cmh-border) 82%,transparent);background:color-mix(in srgb,var(--cmh-active) 5%,#fff)}.custom-medium-header__collection-column-head{padding:0 8px 16px}.custom-medium-header__collection-column-head span,.custom-medium-header__products-head>div:first-child>span{display:block;margin-bottom:5px;color:var(--cmh-active);font-size:11px;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.custom-medium-header__collection-column-head strong{color:var(--cmh-text);font-size:20px;line-height:1.25}.custom-medium-header__collection-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--cmh-active) 45%,transparent) transparent}.custom-medium-header__collection-trigger{display:grid;grid-template-columns:68px minmax(0,1fr) 20px;align-items:center;gap:13px;min-height:88px;margin:0 6px 8px 0;padding:9px 11px;border:1px solid transparent;border-radius:14px;color:var(--cmh-text);text-decoration:none;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.custom-medium-header__collection-trigger:hover,.custom-medium-header__collection-trigger:focus-visible,.custom-medium-header__collection-trigger.is-active{border-color:color-mix(in srgb,var(--cmh-active) 38%,transparent);background:#fff;box-shadow:0 8px 20px #432a0c14;transform:translate(3px)}.custom-medium-header__collection-circle{display:grid;width:68px;height:68px;overflow:hidden;place-items:center;border:1px solid color-mix(in srgb,var(--cmh-active) 38%,transparent);border-radius:50%;background:#fff8ec}.custom-medium-header__collection-circle img,.custom-medium-header__collection-circle .placeholder-svg{display:block;width:100%;height:100%;object-fit:cover}.custom-medium-header__collection-name{display:block;min-width:0}.custom-medium-header__collection-name strong,.custom-medium-header__collection-name small{display:block}.custom-medium-header__collection-name strong{overflow:hidden;font-size:14px;line-height:1.3;text-overflow:ellipsis}.custom-medium-header__collection-name small{margin-top:4px;color:var(--cmh-muted);font-size:11px}.custom-medium-header__collection-trigger>svg{width:18px;height:18px;color:var(--cmh-active)}.custom-medium-header__collection-panels{min-width:0;min-height:0;padding:clamp(24px,2.3vw,38px);overflow:hidden}.custom-medium-header__collection-panel{height:100%;min-width:0}.custom-medium-header__collection-panel[hidden]{display:none!important}.custom-medium-header__products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.custom-medium-header__products-head h2{margin:0;color:var(--cmh-text);font-size:clamp(22px,2vw,32px);line-height:1.15}.custom-medium-header__products-actions{display:flex;align-items:center;gap:8px}.custom-medium-header__products-actions button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid var(--cmh-border);border-radius:50%;background:#fff;color:var(--cmh-text);cursor:pointer}.custom-medium-header__products-actions button:hover,.custom-medium-header__products-actions button:focus-visible{border-color:var(--cmh-active);color:var(--cmh-active)}.custom-medium-header__products-actions button svg{width:18px;height:18px}.custom-medium-header__products-actions>a{display:inline-flex;align-items:center;min-height:38px;margin-left:5px;padding:8px 15px;border:1px solid var(--cmh-active);border-radius:999px;background:var(--cmh-active);color:#fff;font-size:12px;font-weight:700;text-decoration:none}.custom-medium-header__products-viewport{width:100%;min-width:0;padding-bottom:12px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--cmh-active) 52%,transparent) transparent;touch-action:pan-x pinch-zoom;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.custom-medium-header__products-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 42px)/4);gap:14px;min-width:100%}.custom-medium-header__drawer-product{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid color-mix(in srgb,var(--cmh-border) 82%,transparent);border-radius:14px;background:#fff;color:var(--cmh-text);text-decoration:none;scroll-snap-align:start;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.custom-medium-header__drawer-product:hover,.custom-medium-header__drawer-product:focus-visible{border-color:color-mix(in srgb,var(--cmh-active) 52%,transparent);box-shadow:0 12px 28px #3a250c1a;transform:translateY(-3px)}.custom-medium-header__drawer-product-image{display:block;width:100%;overflow:hidden;aspect-ratio:1 / 1;background:#fbf7f0}.custom-medium-header__drawer-product-image img,.custom-medium-header__drawer-product-image .placeholder-svg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.custom-medium-header__drawer-product:hover .custom-medium-header__drawer-product-image img{transform:scale(1.035)}.custom-medium-header__drawer-product-copy{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;gap:9px;min-height:82px;padding:13px}.custom-medium-header__drawer-product-copy strong{display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.custom-medium-header__drawer-product-copy small{color:var(--cmh-active);font-size:13px;font-weight:700}.custom-medium-header__drawer-products-empty{grid-column:span 4;padding:50px 24px;border:1px dashed var(--cmh-border);border-radius:14px;color:var(--cmh-muted);text-align:center}@media screen and (max-width:1500px)and (min-width:990px){.custom-medium-header__shell{column-gap:14px}.custom-medium-header__search-wrap{width:min(var(--cmh-search-width),20vw)}.custom-medium-header__nav-list{gap:14px}.custom-medium-header__guarantee{flex-basis:185px;max-width:185px}}@media screen and (max-width:1180px)and (min-width:990px){.custom-medium-header__search-wrap{width:min(250px,23vw)}.custom-medium-header__products-track{grid-auto-columns:calc((100% - 42px)/4)}}@media screen and (max-width:989px){.custom-medium-header__collection-browser{display:block;background:var(--cmh-drawer-background)}.custom-medium-header__collection-column{padding:18px 12px 14px;border-right:0;border-bottom:1px solid var(--cmh-border)}.custom-medium-header__collection-list{display:grid;grid-auto-flow:column;grid-auto-columns:min(82vw,300px);gap:8px;padding-bottom:8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;touch-action:pan-x pinch-zoom}.custom-medium-header__collection-trigger{margin:0;scroll-snap-align:start}.custom-medium-header__collection-panels{padding:20px 14px 24px;overflow:visible}.custom-medium-header__products-head{align-items:flex-start;flex-direction:column;margin-bottom:16px}.custom-medium-header__products-actions{width:100%}.custom-medium-header__products-actions>a{margin-left:auto}.custom-medium-header__products-track{grid-auto-columns:min(72vw,240px);gap:12px}.custom-medium-header__drawer-product-copy{min-height:76px}}@media(prefers-reduced-motion:reduce){.custom-medium-header__collection-trigger,.custom-medium-header__drawer-product,.custom-medium-header__drawer-product-image img{transition:none!important}.custom-medium-header__products-viewport{scroll-behavior:auto}}@media screen and (max-width:1500px)and (min-width:990px){.custom-medium-header__location-trigger{width:min(195px,16vw);grid-template-columns:20px minmax(0,1fr) 11px;gap:7px;padding-inline:9px}.custom-medium-header__location-pin{width:20px;height:20px}.custom-medium-header__location-trigger-copy small{display:none}}@media screen and (max-width:1180px)and (min-width:990px){.custom-medium-header__location-trigger{display:grid;width:42px;min-height:42px;grid-template-columns:1fr;justify-items:center;padding:0;border-radius:50%}.custom-medium-header__location-trigger-copy,.custom-medium-header__location-chevron{display:none}}@media screen and (max-width:989px){.custom-medium-header__location-panel{top:auto;right:0;bottom:0;left:0;width:100%;max-height:min(88vh,720px);padding:20px max(16px,env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));border-width:1px 0 0;border-radius:20px 20px 0 0;transform:translateY(102%);transform-origin:bottom center}.custom-medium-header__location-layer.is-open .custom-medium-header__location-panel{transform:translateY(0)}.custom-medium-header__location-overlay{background:#13192470}.custom-medium-header__location-head{margin-bottom:14px}.custom-medium-header__use-location{min-height:68px}.custom-medium-header__location-results{max-height:min(220px,26vh)}}@media screen and (max-width:420px){.custom-medium-header__mobile-actions{gap:0}.custom-medium-header__mobile-actions .custom-medium-header__icon-button{width:33px}.custom-medium-header__location-panel{padding-inline:14px}.custom-medium-header__location-login{padding:12px}}@media(prefers-reduced-motion:reduce){.custom-medium-header__location-trigger,.custom-medium-header__location-chevron,.custom-medium-header__location-overlay,.custom-medium-header__location-panel{transition:none!important}.custom-medium-header__location-loader{animation-duration:.01ms!important}}.custom-medium-header__shell{isolation:isolate;border-radius:var(--cmh-header-radius)}.custom-medium-header--glass-stroke .custom-medium-header__shell{border-radius:var(--cmh-header-radius);background:color-mix(in srgb,var(--cmh-background) 88%,transparent);-webkit-backdrop-filter:blur(var(--cmh-glass-blur)) saturate(1.16);backdrop-filter:blur(var(--cmh-glass-blur)) saturate(1.16);box-shadow:0 9px 30px rgba(80,50,13,calc(var(--cmh-shadow-opacity) + .015)),inset 0 1px #ffffffb8}.custom-medium-header--glass-stroke .custom-medium-header__shell:after{position:absolute;z-index:12;top:0;right:0;bottom:0;left:0;border:var(--cmh-glass-stroke-width) solid var(--cmh-glass-stroke);border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff7a,0 0 18px color-mix(in srgb,var(--cmh-glass-stroke) 20%,transparent);content:"";opacity:var(--cmh-glass-stroke-opacity);pointer-events:none}.custom-medium-header__products-toggle{display:inline-flex;width:auto;min-width:122px;height:42px;align-items:center;justify-content:center;gap:9px;padding:0 14px;border:1px solid color-mix(in srgb,var(--cmh-active) 72%,#fff);border-radius:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--cmh-active) 58%,#4c080d),#6f0d13 74%);color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--cmh-active) 25%,transparent),inset 0 1px #ffffff38;font:inherit;font-size:13px;font-weight:700;letter-spacing:.01em;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.custom-medium-header__products-toggle:hover,.custom-medium-header__products-toggle:focus-visible{background:linear-gradient(135deg,color-mix(in srgb,var(--cmh-active) 68%,#4c080d),#6f0d13 74%);color:#fff;box-shadow:0 9px 24px color-mix(in srgb,var(--cmh-active) 34%,transparent),inset 0 1px #ffffff47;outline:0;transform:translateY(-1px)}.custom-medium-header__products-icon,.custom-medium-header__products-icon svg,.custom-medium-header__products-icon img{display:block;width:21px;height:21px;flex:0 0 21px;object-fit:contain}.custom-medium-header__products-chevron{width:10px;height:7px;margin-left:1px;transition:transform .18s ease}.custom-medium-header__products-toggle[aria-expanded=true] .custom-medium-header__products-chevron{transform:rotate(180deg)}.custom-medium-header__account-link.has-custom-account-icon:before{display:block;width:22px;height:22px;background:var(--cmh-account-icon-image) center / contain no-repeat;content:""}.custom-medium-header__account-link.has-custom-account-icon .custom-medium-header__fallback-account-icon{display:none}.custom-medium-header__voice-button{position:relative;display:grid;width:34px;height:30px;flex:0 0 34px;padding:0;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--cmh-text);cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.custom-medium-header__voice-button:hover,.custom-medium-header__voice-button:focus-visible{background:color-mix(in srgb,var(--cmh-active) 11%,transparent);color:var(--cmh-active);outline:0}.custom-medium-header__voice-button:disabled{cursor:not-allowed;opacity:.4}.custom-medium-header__voice-bars{display:flex;width:20px;height:18px;align-items:center;justify-content:center;gap:2px}.custom-medium-header__voice-bars i{display:block;width:2px;height:8px;border-radius:999px;background:currentColor}.custom-medium-header__voice-bars i:nth-child(1),.custom-medium-header__voice-bars i:nth-child(5){height:6px}.custom-medium-header__voice-bars i:nth-child(2),.custom-medium-header__voice-bars i:nth-child(4){height:12px}.custom-medium-header__voice-bars i:nth-child(3){height:17px}.custom-medium-header__voice-button.is-listening{background:color-mix(in srgb,var(--cmh-active) 16%,transparent);color:#8f1018;box-shadow:0 0 0 5px color-mix(in srgb,var(--cmh-active) 10%,transparent)}.custom-medium-header__voice-button.is-listening .custom-medium-header__voice-bars i{animation:cmh-voice-wave .7s ease-in-out infinite alternate}.custom-medium-header__voice-button.is-listening .custom-medium-header__voice-bars i:nth-child(2){animation-delay:.12s}.custom-medium-header__voice-button.is-listening .custom-medium-header__voice-bars i:nth-child(3){animation-delay:.24s}.custom-medium-header__voice-button.is-listening .custom-medium-header__voice-bars i:nth-child(4){animation-delay:.36s}.custom-medium-header__voice-button.is-listening .custom-medium-header__voice-bars i:nth-child(5){animation-delay:.48s}@keyframes cmh-voice-wave{0%{transform:scaleY(.45)}to{transform:scaleY(1.12)}}.custom-medium-header__search-form{height:42px;border-color:color-mix(in srgb,var(--cmh-active) 52%,var(--cmh-border));background:color-mix(in srgb,var(--cmh-background) 82%,transparent);box-shadow:inset 0 1px #ffffffad,0 4px 13px #4f341112}@media screen and (min-width:990px){.custom-medium-header__shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;min-height:var(--cmh-top-height);padding-inline:var(--cmh-side-padding);column-gap:clamp(12px,1.25vw,24px)}.custom-medium-header__brand-group{display:contents}.custom-medium-header__products-toggle{z-index:5;grid-column:1;grid-row:1}.custom-medium-header__logo-link{position:absolute;z-index:6;top:50%;left:50%;justify-content:center;transform:translate(-50%,-50%)}.custom-medium-header__logo{object-position:center}.custom-medium-header__desktop-nav{z-index:4;grid-column:2;grid-row:1;justify-self:start;width:auto;max-width:none;overflow:visible}.custom-medium-header__nav-list{justify-content:flex-start}.custom-medium-header__desktop-tools{display:flex;grid-column:3;grid-row:1;gap:clamp(8px,1vw,18px)}.custom-medium-header__location-trigger,.custom-medium-header__desktop-tools>.custom-medium-header__search-wrap{grid-column:auto;grid-row:auto}.custom-medium-header__desktop-tools>.custom-medium-header__search-wrap{width:min(var(--cmh-search-width),31vw)}.custom-medium-header__actions{z-index:5;grid-column:4;grid-row:1}}@media screen and (max-width:1399px)and (min-width:990px){.custom-medium-header__location-trigger{display:none}.custom-medium-header__desktop-tools>.custom-medium-header__search-wrap{width:min(var(--cmh-search-width),30vw)}}@media screen and (max-width:1120px)and (min-width:990px){.custom-medium-header__products-toggle{min-width:108px;padding-inline:11px}.custom-medium-header__nav-list{gap:10px}.custom-medium-header__desktop-tools>.custom-medium-header__search-wrap{width:min(250px,23vw)}}@media screen and (max-width:989px){.custom-medium-header__shell,.custom-medium-header--glass-stroke .custom-medium-header__shell{border-radius:min(var(--cmh-header-radius),12px)}.custom-medium-header__top-row{position:relative;justify-content:space-between}.custom-medium-header__brand-group{display:contents}.custom-medium-header__products-toggle{z-index:4;width:38px;min-width:38px;height:38px;padding:0;border-radius:10px}.custom-medium-header__products-label,.custom-medium-header__products-chevron{display:none}.custom-medium-header__products-icon,.custom-medium-header__products-icon svg,.custom-medium-header__products-icon img{width:20px;height:20px}.custom-medium-header__logo-link{position:absolute;z-index:3;top:50%;left:50%;justify-content:center;transform:translate(-50%,-50%)}.custom-medium-header__logo{object-position:center}.custom-medium-header__mobile-actions{z-index:4;margin-left:auto}.custom-medium-header__search-wrap--modal .custom-medium-header__voice-button{flex-basis:38px}}@media screen and (max-width:480px){.custom-medium-header__mobile-actions .custom-medium-header__wishlist-link{display:none}.custom-medium-header__logo{width:min(var(--cmh-logo-width-mobile),calc(100vw - 240px))}}@media(prefers-reduced-motion:reduce){.custom-medium-header__voice-button.is-listening .custom-medium-header__voice-bars i{animation:none}}.custom-medium-header__wishlist-trigger{position:relative;display:grid;width:46px;height:46px;flex:0 0 46px;padding:0;place-items:center;border:1px solid color-mix(in srgb,var(--cmh-active) 72%,#f5dfad);border-radius:50%;background:radial-gradient(circle at 30% 22%,rgba(255,255,255,.96),transparent 38%),linear-gradient(145deg,color-mix(in srgb,var(--cmh-active) 14%,#fffdf7),color-mix(in srgb,var(--cmh-active) 5%,#fff));color:var(--cmh-active);box-shadow:inset 0 1px #ffffffeb,0 7px 20px color-mix(in srgb,var(--cmh-active) 18%,transparent);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.custom-medium-header__wishlist-trigger:hover,.custom-medium-header__wishlist-trigger:focus-visible,.custom-medium-header__wishlist-trigger[aria-expanded=true]{border-color:var(--cmh-active);box-shadow:inset 0 1px #fffffff2,0 10px 26px color-mix(in srgb,var(--cmh-active) 28%,transparent);outline:0;transform:translateY(-2px)}.custom-medium-header__wishlist-trigger-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.custom-medium-header__wishlist-heart{display:block;width:24px;height:24px}.custom-medium-header__wishlist-heart path,.custom-medium-header__wishlist-emblem path{fill:color-mix(in srgb,var(--cmh-active) 30%,#fff1c8);stroke:var(--cmh-active)}.custom-medium-header__wishlist-link{color:var(--cmh-active)}.custom-medium-header__wishlist-link.custom-medium-header__icon-button{border:0;background:transparent}.custom-medium-header__drawer-quick-links button{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--cmh-border);border-radius:999px;color:inherit;background:transparent;font:inherit;font-size:12px;cursor:pointer}.custom-medium-header__drawer-quick-links button:hover,.custom-medium-header__drawer-quick-links button:focus-visible{border-color:var(--cmh-active);color:var(--cmh-active);outline:0}.custom-medium-header__wishlist-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;padding:24px;place-items:center;visibility:hidden;pointer-events:none}.custom-medium-header__wishlist-layer.is-open{visibility:visible;pointer-events:auto}.custom-medium-header__wishlist-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#1b140e8f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;cursor:default;transition:opacity .24s ease}.custom-medium-header__wishlist-layer.is-open .custom-medium-header__wishlist-overlay{opacity:1}.custom-medium-header__wishlist-dialog{position:relative;display:grid;width:min(940px,calc(100vw - 48px));max-height:min(790px,calc(100dvh - 48px));grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid color-mix(in srgb,var(--cmh-active) 72%,rgba(255,255,255,.88));border-radius:26px;outline:0;background:radial-gradient(circle at 92% 4%,color-mix(in srgb,var(--cmh-active) 11%,transparent),transparent 30%),linear-gradient(145deg,color-mix(in srgb,var(--cmh-drawer-background) 96%,#fff8e8),var(--cmh-drawer-background));color:var(--cmh-text);box-shadow:0 36px 90px #271a0c4d,inset 0 1px #ffffffe6;opacity:0;transform:translateY(24px) scale(.975);transition:opacity .24s ease,transform .26s cubic-bezier(.22,.8,.3,1)}.custom-medium-header__wishlist-dialog:before{position:absolute;z-index:2;top:0;right:28px;left:28px;height:2px;background:linear-gradient(90deg,transparent,var(--cmh-active),#f6d88b,var(--cmh-active),transparent);content:""}.custom-medium-header__wishlist-layer.is-open .custom-medium-header__wishlist-dialog{opacity:1;transform:translateY(0) scale(1)}.custom-medium-header__wishlist-head{display:grid;grid-template-columns:58px minmax(0,1fr) 42px;align-items:center;gap:16px;padding:25px 28px 20px;border-bottom:1px solid color-mix(in srgb,var(--cmh-active) 22%,var(--cmh-border));background:linear-gradient(110deg,color-mix(in srgb,var(--cmh-active) 8%,transparent),transparent 58%)}.custom-medium-header__wishlist-emblem{display:grid;width:56px;height:56px;place-items:center;border:1px solid color-mix(in srgb,var(--cmh-active) 58%,#f5dfad);border-radius:50%;background:#ffffffa3;box-shadow:inset 0 1px #fff,0 8px 24px color-mix(in srgb,var(--cmh-active) 16%,transparent)}.custom-medium-header__wishlist-emblem svg{width:29px;height:29px}.custom-medium-header__wishlist-eyebrow{display:block;margin-bottom:4px;color:var(--cmh-active);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.custom-medium-header__wishlist-head h2,.custom-medium-header__wishlist-head p{margin:0}.custom-medium-header__wishlist-head h2{font-size:clamp(22px,2.4vw,34px);font-weight:750;line-height:1.15;letter-spacing:-.025em}.custom-medium-header__wishlist-head p{margin-top:5px;color:var(--cmh-muted);font-size:13px;line-height:1.45}.custom-medium-header__wishlist-close{display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid color-mix(in srgb,var(--cmh-active) 28%,var(--cmh-border));border-radius:50%;background:#ffffffb8;color:var(--cmh-text);cursor:pointer;transition:color .16s ease,border-color .16s ease,transform .16s ease}.custom-medium-header__wishlist-close:hover,.custom-medium-header__wishlist-close:focus-visible{border-color:var(--cmh-active);color:var(--cmh-active);outline:0;transform:rotate(5deg)}.custom-medium-header__wishlist-close svg{width:19px;height:19px}.custom-medium-header__wishlist-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 28px;color:var(--cmh-muted);background:color-mix(in srgb,var(--cmh-active) 5%,transparent);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.custom-medium-header__wishlist-summary strong{color:var(--cmh-active);font-size:11px}.custom-medium-header__wishlist-body{position:relative;min-height:270px;padding:22px 28px 28px;overflow-y:auto;overscroll-behavior:contain}.custom-medium-header__wishlist-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.custom-medium-header__wishlist-card{display:grid;min-width:0;grid-template-columns:132px minmax(0,1fr);gap:16px;padding:11px;border:1px solid color-mix(in srgb,var(--cmh-active) 25%,var(--cmh-border));border-radius:18px;background:#ffffffc2;box-shadow:inset 0 1px #fffffff5,0 10px 28px #442b0d12;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.custom-medium-header__wishlist-card:hover{border-color:color-mix(in srgb,var(--cmh-active) 58%,var(--cmh-border));box-shadow:inset 0 1px #fff,0 15px 34px #442b0d1f;transform:translateY(-2px)}.custom-medium-header__wishlist-card-media{position:relative;display:block;min-height:142px;overflow:hidden;border-radius:13px;background:color-mix(in srgb,var(--cmh-active) 7%,#fbf7ef)}.custom-medium-header__wishlist-card-media img{display:block;width:100%;height:100%;min-height:142px;object-fit:cover;transition:transform .3s ease}.custom-medium-header__wishlist-card:hover .custom-medium-header__wishlist-card-media img{transform:scale(1.045)}.custom-medium-header__wishlist-card-placeholder{display:grid;min-height:142px;place-items:center;color:var(--cmh-active);font-size:48px}.custom-medium-header__wishlist-card-badge{position:absolute;top:8px;left:8px;padding:4px 8px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:color-mix(in srgb,var(--cmh-active) 88%,#7a4d13);color:#fff;font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.custom-medium-header__wishlist-card-content{display:flex;min-width:0;flex-direction:column;align-items:flex-start;padding:5px 5px 3px 0}.custom-medium-header__wishlist-card-meta{margin-bottom:5px;overflow:hidden;color:var(--cmh-active);font-size:9px;font-weight:800;letter-spacing:.1em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.custom-medium-header__wishlist-card-title{display:-webkit-box;overflow:hidden;color:var(--cmh-text);font-size:15px;font-weight:750;line-height:1.35;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.custom-medium-header__wishlist-card-title:hover,.custom-medium-header__wishlist-card-title:focus-visible{color:var(--cmh-active)}.custom-medium-header__wishlist-card-price{display:block;margin-top:9px;color:color-mix(in srgb,var(--cmh-text) 82%,var(--cmh-active));font-size:14px}.custom-medium-header__wishlist-card-unavailable{margin-top:8px;color:var(--cmh-muted);font-size:11px;line-height:1.4}.custom-medium-header__wishlist-card-actions{display:flex;width:100%;align-items:center;gap:9px;margin-top:auto;padding-top:13px}.custom-medium-header__wishlist-card-actions a,.custom-medium-header__wishlist-card-actions button{display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font:inherit;font-size:10px;font-weight:750;cursor:pointer;text-decoration:none}.custom-medium-header__wishlist-card-actions a{border:1px solid var(--cmh-active);background:linear-gradient(135deg,color-mix(in srgb,var(--cmh-active) 90%,#7a4c12),var(--cmh-active));color:#fff}.custom-medium-header__wishlist-card-actions button{border:1px solid color-mix(in srgb,#8a1d25 36%,var(--cmh-border));background:transparent;color:#8a1d25}.custom-medium-header__wishlist-card-actions a:hover,.custom-medium-header__wishlist-card-actions a:focus-visible,.custom-medium-header__wishlist-card-actions button:hover,.custom-medium-header__wishlist-card-actions button:focus-visible{box-shadow:0 5px 14px #4e300c26;outline:0;transform:translateY(-1px)}.custom-medium-header__wishlist-loading{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.custom-medium-header__wishlist-loading[hidden]{display:none}.custom-medium-header__wishlist-loading span{min-height:166px;border-radius:18px;background:linear-gradient(100deg,color-mix(in srgb,var(--cmh-active) 7%,#f4efe7) 30%,#fff,color-mix(in srgb,var(--cmh-active) 7%,#f4efe7) 66%);background-size:240% 100%;animation:cmh-wishlist-shimmer 1.2s linear infinite}.custom-medium-header__wishlist-loading span:last-child{display:none}@keyframes cmh-wishlist-shimmer{to{background-position:-220% 0}}.custom-medium-header__wishlist-empty{display:grid;min-height:235px;place-items:center;align-content:center;text-align:center}.custom-medium-header__wishlist-empty[hidden]{display:none}.custom-medium-header__wishlist-empty>span{display:grid;width:72px;height:72px;margin-bottom:14px;place-items:center;border:1px solid color-mix(in srgb,var(--cmh-active) 52%,#f0dbac);border-radius:50%;background:color-mix(in srgb,var(--cmh-active) 8%,#fffaf0);color:var(--cmh-active);font-size:39px}.custom-medium-header__wishlist-empty h3,.custom-medium-header__wishlist-empty p{margin:0}.custom-medium-header__wishlist-empty h3{font-size:21px}.custom-medium-header__wishlist-empty p{max-width:390px;margin-top:7px;color:var(--cmh-muted);font-size:13px}.custom-medium-header__wishlist-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 28px 19px;border-top:1px solid color-mix(in srgb,var(--cmh-active) 22%,var(--cmh-border));background:color-mix(in srgb,var(--cmh-active) 4%,transparent)}.custom-medium-header__wishlist-footer button{min-height:42px;padding:9px 19px;border:1px solid color-mix(in srgb,var(--cmh-active) 72%,#d8ad5d);border-radius:999px;background:#ffffffc2;color:var(--cmh-active);font:inherit;font-size:12px;font-weight:750;cursor:pointer}.custom-medium-header__wishlist-footer button:hover,.custom-medium-header__wishlist-footer button:focus-visible{background:var(--cmh-active);color:#fff;outline:0}.custom-medium-header__wishlist-footer span{color:var(--cmh-muted);font-size:10px;letter-spacing:.04em}@media screen and (max-width:760px){.custom-medium-header__wishlist-layer{padding:10px;place-items:end center}.custom-medium-header__wishlist-dialog{width:100%;max-height:calc(100dvh - 20px);border-radius:22px 22px 15px 15px;transform:translateY(34px) scale(.99)}.custom-medium-header__wishlist-head{grid-template-columns:46px minmax(0,1fr) 36px;gap:11px;padding:19px 17px 15px}.custom-medium-header__wishlist-emblem{width:44px;height:44px}.custom-medium-header__wishlist-emblem svg{width:24px;height:24px}.custom-medium-header__wishlist-head h2{font-size:21px}.custom-medium-header__wishlist-head p{display:none}.custom-medium-header__wishlist-close{width:34px;height:34px}.custom-medium-header__wishlist-summary{padding:10px 17px}.custom-medium-header__wishlist-body{min-height:250px;padding:15px 14px 20px}.custom-medium-header__wishlist-list,.custom-medium-header__wishlist-loading{grid-template-columns:1fr}.custom-medium-header__wishlist-loading span:last-child{display:block}.custom-medium-header__wishlist-card{grid-template-columns:108px minmax(0,1fr);gap:12px}.custom-medium-header__wishlist-card-media,.custom-medium-header__wishlist-card-media img,.custom-medium-header__wishlist-card-placeholder{min-height:124px}.custom-medium-header__wishlist-footer{padding:12px 17px 14px}.custom-medium-header__wishlist-footer span{display:none}}@media screen and (max-width:480px){.custom-medium-header__mobile-actions .custom-medium-header__wishlist-link{display:grid}}@media(prefers-reduced-motion:reduce){.custom-medium-header__wishlist-trigger,.custom-medium-header__wishlist-dialog,.custom-medium-header__wishlist-card,.custom-medium-header__wishlist-card-media img{transition:none}.custom-medium-header__wishlist-loading span{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/custom-medium-header.css.map */
