.pv-header-shell{--pv-radius: 10px;--pv-font-heading: "Legquinne", var(--font-heading-family, serif);--pv-font-body: var(--font-body-family, Arial, sans-serif);--pv-d-nav-color: #1a1d1b;--pv-d-nav-size: 14px;--pv-d-nav-weight: 300;--pv-d-main-color: #434832;--pv-d-main-size: 42px;--pv-d-main-weight: 600;--pv-d-section-color: #666b67;--pv-d-section-size: 14px;--pv-d-section-weight: 400;--pv-d-link-color: #1a1d1b;--pv-d-link-size: 13px;--pv-d-link-weight: 400;--pv-m-main-color: #1a1d1b;--pv-m-main-size: 16px;--pv-m-main-weight: 400;--pv-m-section-color: #1a1d1b;--pv-m-section-size: 16px;--pv-m-section-weight: 400;--pv-m-link-color: #1a1d1b;--pv-m-link-size: 13px;--pv-m-link-weight: 400;--pv-m-drawer-bg: #d9dddb;--pv-m-item-bg: #fff;--pv-m-item-border: #d0d5d1;--pv-m-active-bg: #434832;--pv-m-active-border: #434832;--pv-m-active-text: #fff;--pv-m-panel-bg: #f7f8f5;--pv-m-inner-bg: #fff;--pv-m-inner-border: #cdd3ce;--pv-ease: cubic-bezier(.22, 1, .36, 1);--pv-header-bottom: var(--pv-header-height);position:relative;z-index:60;display:block;width:100%;color:var(--pv-text);font-family:var(--pv-font-body)}.shopify-section-header.pv-sticky-host{position:sticky!important;z-index:60;top:0;transform:none!important;will-change:top;transition:top .26s cubic-bezier(.22,1,.36,1)}.shopify-section-header.pv-sticky-host.pv-sticky-host--disabled{position:relative!important;top:auto}.shopify-section-header.pv-sticky-host.pv-sticky-host--hidden{top:calc(-1 * var(--header-height, 72px) - 2px)}.pv-header-shell.is-sticky{box-shadow:0 1px 0 var(--pv-border)}.pv-header-shell,.pv-header,.pv-header__logo{transition:transform .26s var(--pv-ease),box-shadow .18s ease,height .22s var(--pv-ease),width .22s var(--pv-ease)}.pv-header-shell *,.pv-header-shell *:before,.pv-header-shell *:after{box-sizing:border-box}.pv-header-shell button,.pv-header-shell input{font:inherit}.pv-header-shell button,.pv-header-shell a{-webkit-tap-highlight-color:transparent}.pv-header-shell a{color:inherit;text-decoration:none}.pv-header-shell svg{display:block;flex:0 0 auto}.pv-header{position:relative;z-index:66;height:var(--pv-header-height);border-bottom:1px solid var(--pv-border);border-radius:0;background:var(--pv-bg)}.pv-header__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:min(100%,1600px);height:100%;margin-inline:auto;padding-inline:clamp(22px,3vw,54px);gap:clamp(24px,3.2vw,58px)}.pv-header__brand{min-width:0;margin:0;line-height:0}.pv-header__logo-link{display:block;width:var(--pv-logo-width);line-height:0}.pv-header__logo{display:block;width:100%;height:auto;max-height:calc(var(--pv-header-height) - 22px);object-fit:contain}.pv-header__wordmark{color:var(--pv-text);font-family:var(--pv-font-heading);font-size:24px;font-weight:600;line-height:1;letter-spacing:.08em;white-space:nowrap}.pv-header__nav{min-width:0;justify-self:center}.pv-header__nav-list{display:flex;align-items:center;justify-content:center;gap:clamp(4px,.75vw,14px);margin:0;padding:0;list-style:none}.pv-header__nav-item{display:flex;align-items:center}.pv-header__nav-link{position:relative;display:inline-flex;min-height:42px;padding:10px clamp(8px,.8vw,14px);align-items:center;justify-content:center;gap:5px;border:0;border-radius:9px;background:transparent;color:var(--pv-d-nav-color);cursor:pointer;font-family:var(--pv-font-body);font-size:var(--pv-d-nav-size);font-weight:var(--pv-d-nav-weight);line-height:1;white-space:nowrap;transition:color .16s ease,background-color .16s ease}.pv-header-shell button.pv-header__nav-link{font-family:var(--pv-font-body);font-size:var(--pv-d-nav-size);font-weight:var(--pv-d-nav-weight);line-height:1}.pv-header__nav-link>span{font:inherit}.pv-header__nav-link:after{position:absolute;right:12px;bottom:4px;left:12px;height:1px;background:currentcolor;content:"";opacity:0;transform:scaleX(.45);transition:opacity .16s ease,transform .22s var(--pv-ease)}.pv-header__nav-link:hover,.pv-header__nav-link:focus-visible,.pv-header__nav-link.is-active,.pv-header__nav-link[aria-expanded=true]{color:var(--pv-accent)}.pv-header__nav-link:hover:after,.pv-header__nav-link:focus-visible:after,.pv-header__nav-link.is-active:after,.pv-header__nav-link[aria-expanded=true]:after{opacity:1;transform:scaleX(1)}.pv-header__nav-link--featured{padding-inline:16px;background:var(--pv-accent);color:var(--pv-accent-text)}.pv-header__nav-link--featured:after{display:none}.pv-header__nav-link--featured:hover,.pv-header__nav-link--featured:focus-visible,.pv-header__nav-link--featured.is-active,.pv-header__nav-link--featured[aria-expanded=true]{background:color-mix(in srgb,var(--pv-accent),#000 9%);color:var(--pv-accent-text)}.pv-header__chevron{width:13px;height:13px;transition:transform .18s var(--pv-ease)}.pv-header__nav-link[aria-expanded=true] .pv-header__chevron{transform:rotate(180deg)}.pv-header__actions{display:flex;min-width:max-content;align-items:center;justify-content:flex-end;gap:2px}.pv-icon-button{position:relative;display:grid;width:42px;height:42px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--pv-text);cursor:pointer;transition:color .16s ease,background-color .16s ease}.pv-icon-button:after{content:"";position:absolute;top:50%;inset-inline-start:50%;width:44px;height:44px;transform:translate(-50%,-50%)}[dir=rtl] .pv-icon-button:after{transform:translate(50%,-50%)}.pv-icon-button:hover,.pv-icon-button:focus-visible{background:color-mix(in srgb,var(--pv-accent),transparent 90%);color:var(--pv-accent)}.pv-icon-button:focus-visible,.pv-header__nav-link:focus-visible,.pv-mega a:focus-visible,.pv-mega button:focus-visible,.pv-drawer a:focus-visible,.pv-drawer button:focus-visible,.pv-search button:focus-visible,.pv-search input:focus-visible{outline:2px solid var(--pv-accent);outline-offset:2px}.pv-icon-button>svg{width:22px;height:22px}.pv-header__menu-toggle,.pv-header__cart-count[hidden]{display:none}.pv-header__cart-count{position:absolute;top:-6px;inset-inline-end:-6px;display:grid;min-width:18px;height:18px;padding:0 4px;place-items:center;border:2px solid var(--pv-bg);border-radius:99px;background:var(--pv-accent);color:var(--pv-accent-text);font-size:9px;font-weight:700;line-height:1}.pv-header__region-slot{display:flex;align-items:center}.pv-header__region-slot:empty{display:none}.pv-header__region-slot .header__region--parent,.pv-header__region-slot .header__icons{display:flex;align-items:center}.pv-header__region-slot .header__icon{min-width:38px;min-height:38px}.pv-header__backdrop{position:fixed;z-index:64;top:var(--pv-header-bottom);right:0;bottom:0;left:0;width:100%;height:auto;padding:0;border:0;background:var(--pv-overlay);cursor:default;opacity:0;transition:opacity .18s ease}.pv-header__backdrop.is-visible{opacity:1}.pv-mega{position:fixed;z-index:65;top:var(--pv-header-bottom);right:0;left:0;max-height:calc(100vh - var(--pv-header-bottom));overflow:hidden auto;border-top:1px solid var(--pv-border);border-bottom:1px solid var(--pv-border);border-radius:0 0 var(--pv-radius) var(--pv-radius);background:var(--pv-bg);box-shadow:0 20px 48px #0c120e1a;opacity:0;pointer-events:none;transform:translateY(-8px);visibility:hidden;transition:opacity .18s ease,transform .22s var(--pv-ease),visibility 0s linear .22s}.pv-mega[hidden],.pv-mega[aria-hidden=true],.pv-mega[aria-hidden=true] *{pointer-events:none!important;visibility:hidden!important}.pv-mega[hidden]{display:none!important}.pv-mega.is-open{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible;transition:opacity .18s ease,transform .22s var(--pv-ease),visibility 0s}.pv-mega__inner{width:min(100%,1540px);margin-inline:auto;padding:22px clamp(30px,4vw,68px) 26px}.pv-mega__header{margin-bottom:34px}.pv-mega__eyebrow,.pv-search__eyebrow{margin:0 0 4px;color:var(--pv-muted);font-size:11px;font-weight:700;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.pv-mega__heading,.pv-search__title,.pv-drawer__heading{margin:0;color:var(--pv-text);font-family:var(--pv-font-heading);font-weight:600;letter-spacing:-.02em}.pv-mega__heading{color:var(--pv-d-main-color);font-size:var(--pv-d-main-size);font-weight:var(--pv-d-main-weight);line-height:1}.pv-mega{--pv-mega-feature-width: clamp(360px, 27vw, 520px);--pv-mega-feature-top: 58px;--pv-mega-media-ratio: 10 / 7;--pv-mega-media-radius: var(--pv-radius);--pv-mega-cta-gap: 20px;--pv-mega-cta-height: 56px;--pv-mega-cta-radius: var(--pv-radius);--pv-mega-column-gap: clamp(32px, 3.4vw, 64px)}.pv-mega__layout{display:grid;grid-template-columns:minmax(0,1fr) var(--pv-mega-feature-width);column-gap:var(--pv-mega-column-gap);align-items:start}.pv-mega__main{min-width:0}.pv-mega__groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));column-gap:clamp(24px,2.6vw,52px);row-gap:30px;align-items:start}.pv-mega__group{min-width:0}.pv-mega__groups--flat{grid-template-columns:minmax(0,1fr);max-width:420px;row-gap:2px}.pv-mega .pv-mega__groups--flat .pv-mega__group-title{margin-bottom:0;padding-block:7px}.pv-mega .pv-mega__group-title{display:inline-flex;margin-bottom:12px;align-items:center;gap:9px;color:var(--pv-d-main-color);font-family:var(--pv-font-body);font-size:15px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .16s ease}.pv-mega .pv-mega__group-title svg{width:17px;height:17px;transition:transform .18s var(--pv-ease)}.pv-mega .pv-mega__group-title:hover,.pv-mega .pv-mega__group-title:focus-visible{color:var(--pv-accent)}.pv-mega .pv-mega__group-title:hover svg,.pv-mega .pv-mega__group-title:focus-visible svg{transform:translate(3px)}.pv-mega__group-list{display:grid;margin:0;padding:0;row-gap:2px;list-style:none}.pv-mega .pv-mega__cat{display:block;padding-block:6px;color:var(--pv-d-link-color);font-family:var(--pv-font-body);font-size:var(--pv-d-link-size);font-weight:var(--pv-d-link-weight);line-height:1.35;text-decoration:none;transition:color .16s ease}.pv-mega .pv-mega__cat:hover,.pv-mega .pv-mega__cat:focus-visible,.pv-mega .pv-mega__cat.is-active{color:var(--pv-accent)}.pv-mega__feature{display:flex;flex-direction:column;min-width:0;margin-block-start:var(--pv-mega-feature-top);gap:var(--pv-mega-cta-gap)}.pv-mega__feature-media{position:relative;display:block;aspect-ratio:var(--pv-mega-media-ratio);overflow:hidden;border-radius:var(--pv-mega-media-radius);background:#f1f2ef}.pv-mega__feature-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .52s var(--pv-ease)}.pv-mega .pv-mega__feature-cta{display:flex;min-height:var(--pv-mega-cta-height);padding-inline:22px;align-items:center;justify-content:center;gap:12px;border-radius:var(--pv-mega-cta-radius);background:var(--pv-accent);color:var(--pv-accent-text);font-family:var(--pv-font-body);font-size:15px;font-weight:600;letter-spacing:.01em;line-height:1.2;text-align:center;text-decoration:none;transition:background-color .2s ease}.pv-mega .pv-mega__feature-cta svg{flex:0 0 18px;width:18px;height:18px;transition:transform .18s var(--pv-ease)}.pv-mega .pv-mega__feature-cta:hover{background:color-mix(in srgb,var(--pv-accent),#000 9%)}.pv-mega .pv-mega__feature-cta:hover svg{transform:translate(3px)}.pv-drawer{position:fixed;z-index:70;top:0;bottom:0;left:0;display:none;width:min(92vw,430px);height:100dvh;max-height:100dvh;max-width:100%;flex-direction:column;overflow:hidden;background:var(--pv-m-drawer-bg);box-shadow:20px 0 50px #0a0e0b26;opacity:0;pointer-events:none;transform:translate(-102%);visibility:hidden;transition:opacity .2s ease,transform .32s var(--pv-ease),visibility 0s linear .32s}.pv-drawer.is-open{opacity:1;pointer-events:auto;transform:translate(0);visibility:visible;transition:opacity .2s ease,transform .32s var(--pv-ease),visibility 0s}html.pv-drawer-open .whatsapp-sticky-icon,html.pv-drawer-open #whatsapp-sticky-icon{opacity:0;pointer-events:none;transform:scale(.9);visibility:hidden}.pv-drawer__top{display:flex;flex:0 0 var(--pv-header-height-mobile);height:var(--pv-header-height-mobile);padding:0 14px 0 22px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pv-m-item-border);background:var(--pv-m-drawer-bg)}.pv-drawer__heading{color:var(--pv-accent);font-size:25px;line-height:1}.pv-drawer__scroll{min-height:0;height:auto;flex:1 1 auto;padding:16px 16px calc(24px + env(safe-area-inset-bottom,0px));overflow:hidden auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.pv-drawer__list{display:grid;margin:0;padding:0;gap:10px;list-style:none}.pv-drawer__sublinks{margin:0;padding:0;list-style:none}.pv-drawer__item{overflow:hidden;border:1px solid var(--pv-m-item-border);border-radius:var(--pv-radius);background:var(--pv-m-item-bg);box-shadow:0 3px 12px #22281e08;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.pv-drawer__item:has(.pv-drawer__trigger[aria-expanded=true]){border-color:var(--pv-m-active-border);background:var(--pv-m-item-bg);box-shadow:0 8px 22px #22281e12}.pv-drawer__item--featured{margin:2px 0;border-color:var(--pv-m-active-border);background:var(--pv-m-active-bg)}.pv-drawer__trigger,.pv-drawer__direct{display:flex;width:100%;min-height:52px;padding:12px 14px;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;color:var(--pv-m-main-color);cursor:pointer;font-family:var(--pv-font-body);font-size:var(--pv-m-main-size);font-weight:var(--pv-m-main-weight);letter-spacing:-.01em;text-align:left}.pv-drawer__trigger>svg,.pv-drawer__direct>svg{width:19px;height:19px;transition:transform .2s var(--pv-ease)}.pv-drawer__trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.pv-drawer__trigger[aria-expanded=true]{background:var(--pv-m-active-bg);color:var(--pv-m-active-text)}.pv-drawer__trigger[aria-expanded=true]>span,.pv-drawer__group-head[aria-expanded=true]>span,.pv-drawer__trigger--featured>span,.pv-drawer__direct--featured>span{color:var(--pv-m-active-text)!important;-webkit-text-fill-color:var(--pv-m-active-text)}.pv-drawer__trigger--featured,.pv-drawer__direct--featured{min-height:52px;padding-inline:15px;border-radius:0;background:var(--pv-m-active-bg);color:var(--pv-m-active-text)}.pv-drawer__panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .28s var(--pv-ease),opacity .18s ease}.pv-drawer__panel.is-open{grid-template-rows:1fr;opacity:1}.pv-drawer__panel-inner{min-height:0;padding-inline:13px;overflow:hidden;border-top:1px solid transparent;background:var(--pv-m-panel-bg)}.pv-drawer__panel.is-open .pv-drawer__panel-inner{border-top-color:var(--pv-m-active-border)}.pv-drawer__group{margin:0 0 9px;overflow:hidden;border:1px solid var(--pv-m-inner-border);border-radius:9px;background:var(--pv-m-inner-bg)}.pv-drawer__panel-inner>.pv-drawer__group:first-of-type{margin-top:13px}.pv-drawer__group:last-child{margin-bottom:13px}.pv-drawer__group:has(.pv-drawer__group-head[aria-expanded=true]){border-color:var(--pv-m-active-border)}.pv-drawer__group-head{display:flex;width:100%;min-height:52px;padding:10px 12px;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;color:var(--pv-m-section-color);cursor:pointer;font-family:var(--pv-font-body);font-size:var(--pv-m-section-size);font-weight:var(--pv-m-section-weight);letter-spacing:-.01em;line-height:1.15;text-align:left;transition:color .16s ease,background-color .16s ease}.pv-drawer__group-head[aria-expanded=true]{background:var(--pv-m-active-bg);color:var(--pv-m-active-text)}.pv-drawer__group-direct{display:flex;min-height:52px;padding:10px 12px;align-items:center;gap:16px;color:var(--pv-m-section-color);font-family:var(--pv-font-body);font-size:var(--pv-m-section-size);font-weight:var(--pv-m-section-weight);line-height:1.15;transition:color .16s ease,background-color .16s ease}.pv-drawer__group-direct{width:100%;justify-content:space-between}.pv-drawer__group-direct svg{width:17px;height:17px}.pv-drawer__group-head svg{width:17px;height:17px;transition:transform .2s var(--pv-ease)}.pv-drawer__group-head[aria-expanded=true] svg{transform:rotate(180deg)}.pv-drawer__room-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .26s var(--pv-ease),opacity .16s ease}.pv-drawer__room-panel.is-open{grid-template-rows:1fr;opacity:1}.pv-drawer__room-panel-inner{min-height:0;padding:0 3px 3px;overflow:hidden;border-top:1px solid transparent;background:var(--pv-m-panel-bg)}.pv-drawer__room-panel.is-open .pv-drawer__room-panel-inner{border-top-color:var(--pv-m-active-border)}.pv-drawer__sublinks{display:grid;margin:10px 0 12px;gap:2px}.pv-drawer__sublinks a{display:flex;min-height:38px;padding:8px 10px;align-items:center;border:1px solid transparent;border-radius:8px;background:var(--pv-m-inner-bg);color:var(--pv-m-link-color);font-family:var(--pv-font-body);font-size:var(--pv-m-link-size);font-weight:var(--pv-m-link-weight)}.pv-drawer__sublinks a:hover,.pv-drawer__sublinks a:focus-visible{background:color-mix(in srgb,var(--pv-accent),transparent 92%);color:var(--pv-accent)}@media(hover:hover){.pv-drawer__group-direct:hover,.pv-drawer__group-head:hover{background:var(--pv-m-active-bg);color:var(--pv-m-active-text)}.pv-drawer__group-direct:hover>span,.pv-drawer__group-head:hover>span{color:var(--pv-m-active-text)!important;-webkit-text-fill-color:var(--pv-m-active-text)}}.pv-drawer__group-direct:focus-visible>span,.pv-drawer__group-head:focus-visible>span{color:var(--pv-m-active-text)!important;-webkit-text-fill-color:var(--pv-m-active-text)}.pv-drawer__group-direct:focus-visible,.pv-drawer__group-head:focus-visible{background:var(--pv-m-active-bg);color:var(--pv-m-active-text)}.pv-drawer__groups{display:grid;margin:13px 0 0;padding:0;gap:9px;list-style:none}.pv-drawer__card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:60px;padding:8px 12px 8px 8px;align-items:center;gap:12px;border:1px solid var(--pv-m-inner-border);border-radius:9px;background:var(--pv-m-inner-bg);color:var(--pv-m-section-color);transition:color .16s ease,background-color .16s ease}.pv-drawer__card--no-media{grid-template-columns:minmax(0,1fr) auto;padding-left:12px}.pv-drawer__card-media{display:block;width:44px;height:44px;overflow:hidden;border-radius:7px;background:var(--pv-m-panel-bg)}.pv-drawer__card-image{display:block;width:100%;height:100%;object-fit:cover}.pv-drawer__card-title{min-width:0;font-family:var(--pv-font-body);font-size:var(--pv-m-section-size);font-weight:var(--pv-m-section-weight);letter-spacing:-.01em;line-height:1.2}.pv-drawer__card>svg{width:17px;height:17px;flex:0 0 auto}.pv-drawer__corner-link{display:flex;width:fit-content;min-height:44px;margin-inline-start:auto;padding:10px 2px 10px 12px;align-items:center;gap:8px;border:0;background:none;color:var(--pv-m-link-color);font-family:var(--pv-font-body);font-size:var(--pv-m-link-size);font-weight:var(--pv-m-link-weight);line-height:1.15;text-decoration:none;transition:color .16s ease}.pv-drawer__corner-link--section{margin-block:4px 13px}.pv-drawer__corner-link>span{text-decoration:underline;text-decoration-color:color-mix(in srgb,currentcolor,transparent 65%);text-underline-offset:.28em}.pv-drawer__corner-link>svg{width:15px;height:15px;flex:0 0 auto;transition:transform .2s var(--pv-ease)}@media(hover:hover){.pv-drawer__card:hover{background:var(--pv-m-active-bg);color:var(--pv-m-active-text)}.pv-drawer__corner-link:hover{color:var(--pv-accent)}.pv-drawer__corner-link:hover>svg{transform:translate(3px)}}.pv-drawer__card:focus-visible{background:var(--pv-m-active-bg);color:var(--pv-m-active-text)}.pv-drawer__corner-link:focus-visible{color:var(--pv-accent)}.pv-drawer__footer{display:grid;margin-top:18px;padding:18px 4px 0;gap:12px;border-top:1px solid var(--pv-m-item-border)}.pv-drawer__footer-link{display:flex;min-height:46px;padding:8px 10px;align-items:center;gap:11px;border-radius:8px;color:var(--pv-text);font-size:14px;font-weight:600}.pv-drawer__footer-link svg{width:21px;height:21px}.pv-drawer__region-slot{min-width:0}.pv-drawer__region-slot .header__region--parent,.pv-drawer__region-slot .header__icons{display:flex;flex-wrap:wrap;gap:8px}.pv-drawer__region-slot .header__icon{min-height:44px}.pv-search{position:fixed;z-index:65;top:var(--pv-header-bottom);right:0;left:0;--pv-search-available: calc(100vh - var(--pv-header-bottom));--pv-search-available: calc(100dvh - var(--pv-header-bottom));max-height:var(--pv-search-available);overflow-y:auto;border-top:1px solid var(--pv-border);border-bottom:1px solid var(--pv-border);background:var(--pv-bg);box-shadow:0 20px 48px #0c120e1a;opacity:0;pointer-events:none;transform:translateY(-8px);visibility:hidden;transition:opacity .18s ease,transform .22s var(--pv-ease),visibility 0s linear .22s}.pv-search.is-open{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible;transition:opacity .18s ease,transform .22s var(--pv-ease),visibility 0s}.pv-search__inner{width:min(100%,1080px);margin-inline:auto;padding:30px clamp(24px,4vw,54px) 38px}.pv-search__top{display:flex;margin-bottom:20px;align-items:flex-start;justify-content:space-between;gap:24px}.pv-search__title{font-size:clamp(27px,2.5vw,40px);line-height:1}.pv-search__form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:58px;padding:5px 6px 5px 18px;align-items:center;gap:12px;border:1px solid var(--pv-border);border-radius:var(--pv-radius);background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.pv-search__form>.predictive-search,.pv-search__form>.predictive-search-status{grid-column:1 / -1}.pv-search__form>.predictive-search{max-height:min(52vh,460px)}.pv-search__form:focus-within{border-color:var(--pv-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--pv-accent),transparent 86%)}.pv-search__form>svg{width:22px;height:22px;color:var(--pv-muted)}.pv-search__form input{width:100%;min-width:0;height:46px;padding:0;border:0;outline:0;background:transparent;color:var(--pv-text);font-size:15px}.pv-search__form input::placeholder{color:var(--pv-muted);opacity:.8}.pv-search__form button{display:inline-flex;min-height:46px;padding:0 18px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:var(--pv-accent);color:var(--pv-accent-text);cursor:pointer;font-size:13px;font-weight:700}.pv-search__form button svg{width:18px;height:18px}html.pv-scroll-locked,html.pv-scroll-locked body{overflow:hidden;overscroll-behavior:none}@media screen and (min-width:1100px){.pv-header__inner{position:relative;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.pv-header__brand{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.pv-header__nav{grid-column:1;grid-row:1;justify-self:start}.pv-header__actions{grid-column:3;grid-row:1;justify-self:end}}@media screen and (min-width:1281px)and (max-width:1600px){.pv-header__nav{position:relative;left:calc(var(--pv-d-nav-left) - clamp(22px,3vw,54px))}.pv-header__actions{position:relative;right:calc(var(--pv-d-actions-right) - clamp(22px,3vw,54px))}}@media screen and (min-width:1601px){.pv-header__nav{position:relative;left:calc(var(--pv-d-nav-left) + 746px - 50vw)}.pv-header__actions{position:relative;right:calc(var(--pv-d-actions-right) + 746px - 50vw)}}@media screen and (max-width:1280px)and (min-width:1100px){.pv-header__inner{padding-inline:22px;gap:18px}.pv-header__nav-list{gap:1px}.pv-header__nav-link{padding-inline:8px}.pv-header__nav-link--featured{padding-inline:12px}.pv-header__region-slot{display:none}.pv-mega{--pv-mega-feature-width: clamp(320px, 26vw, 400px);--pv-mega-column-gap: 28px}}@media screen and (max-width:1099px){.pv-header-shell{--pv-header-bottom: var(--pv-header-height-mobile)}.pv-header{height:var(--pv-header-height-mobile)}.pv-header__inner{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;padding-inline:10px 8px;gap:4px}.pv-header__brand{position:absolute;top:50%;left:50%;max-width:calc(100% - 156px);transform:translate(-50%,-50%)}.pv-header__logo-link{width:min(var(--pv-logo-width-mobile),100%);margin-inline:auto}.pv-header__logo{max-height:calc(var(--pv-header-height-mobile) - 18px)}.pv-header__wordmark{font-size:20px}.pv-header__nav,.pv-header__region-slot,.pv-header__account{display:none}.pv-header__menu-toggle,.pv-drawer{display:flex}.pv-header__menu-toggle{display:grid;grid-column:1}.pv-header__actions{grid-column:3;gap:0}.pv-icon-button{width:40px;height:40px}.pv-icon-button>svg{width:21px;height:21px}.pv-header__cart-count{top:-6px;inset-inline-end:-6px}.pv-header__backdrop{top:0}.pv-search{top:var(--pv-header-bottom)}.pv-search__inner{padding:24px 18px 28px}.pv-search__form{grid-template-columns:auto minmax(0,1fr);padding-right:12px}.pv-search__form button{grid-column:1 / -1;width:100%;margin-bottom:6px}}@media screen and (max-width:480px){.pv-drawer{width:100%}.pv-search__title{font-size:28px}.pv-search__form input{font-size:16px}}@media(prefers-reduced-motion:reduce){.pv-header-shell *,.pv-header-shell *:before,.pv-header-shell *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/povellea-header.css.map */
