header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;z-index:10}body.template-index #shopify-section-header header{top:0;left:0;right:0}header .localization-form-wrapper.mobile-version{display:none}#shopify-section-header{position:relative;z-index:11}#shopify-section-header:has(.header-wrapper--sticky-enabled){position:sticky;top:0;z-index:30}header nav{color:var(--ps-black)}header ul,header li{list-style-type:none}header .logo-desktop{display:none}header .header__heading{line-height:0}header a{color:inherit}header .navigation{display:flex;justify-content:center}header nav ul.parent{align-items:center;display:flex;justify-content:center;height:100%;font-size:var(--h6-mob);line-height:var(--h6-mob-lh);font-family:var(--h6-font)}header nav .nav-link:hover:after{transform:scaleX(1);transform-origin:bottom left}header nav .has-children .parent-link{align-items:center;display:flex}header nav .child-link-item{display:block;position:relative;opacity:0;cursor:pointer}header nav a{text-decoration:none;font-family:var(--body1-font);font-size:var(--body1-mob);line-height:var(--body1-lh-mob)}header .hamburger-menu{display:block;max-height:44px}header .logo-nav-wrapper{display:none}header .hamburger-menu .hamburger{background:unset;border:none;padding:unset;max-width:44px;max-height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}header .hamburger-menu img{width:28px;height:auto;min-width:0}header nav{display:none}.header-logo{object-fit:contain}header .header__icon--account{display:none}.header-wrapper{background-color:var(--ps-secondary);position:relative}header.disable-sticky{position:static!important}@media screen and (max-width:992px){header{position:relative}.header-wrapper{height:0;position:relative}body.template-index #shopify-section-header header{top:0;position:relative}.currency-selector-wrapper.desktop-version{display:none}}.currency-selector-wrapper.mobile-version{display:block}body.template-index .currency-selector-wrapper.mobile-version .selected-currency{width:100%}.currency-selector-wrapper{position:relative;display:inline-block;font-family:var(--body1-font)}.currency-selector-wrapper .selected-currency{display:flex;align-items:center;justify-content:space-between;background:var(--ps-white);border:1px solid var(--ps-white);color:var(--ps-black);padding:10px 14px 14px;width:100%;border-radius:16px;cursor:pointer;transition:all .2s ease;font-size:14px;min-width:110px;text-align:left;box-shadow:0 2px 4px #0000000a;font-family:var(--body1-font)}.currency-selector-wrapper .selected-currency[aria-expanded=true]{border-color:var(--ps-black)}.currency-selector-wrapper .selected-currency[aria-expanded=true] .currency-chevron{transform:rotate(180deg)}.currency-chevron{margin-left:10px;transition:transform .2s ease;width:12px;height:8px;flex-shrink:0;color:var(--ps-black)}.currency-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;min-width:130px;background:var(--ps-white);border:1px solid var(--ps-white);border-radius:16px;z-index:1000;box-shadow:0 4px 12px #0000001a;max-height:280px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease}.currency-selector-wrapper.mobile-version .currency-dropdown{width:100%}.currency-dropdown.show{display:block;opacity:1;visibility:visible;transform:translateY(0)}.currency-option{padding:10px 16px;cursor:pointer;transition:background-color .15s ease;font-size:14px;color:var(--ps-black);display:flex;align-items:center;justify-content:space-between}.currency-option:hover{background-color:var(--ps-white)}.currency-option:focus{background-color:var(--ps-white);outline:none}.currency-option.active{background-color:var(--ps-tertiary);color:var(--ps-black);font-weight:700}.currency-dropdown::-webkit-scrollbar{width:4px}.currency-dropdown::-webkit-scrollbar-track{background:transparent}.currency-dropdown::-webkit-scrollbar-thumb{background:var(--ps-white);border-radius:4px}.currency-dropdown::-webkit-scrollbar-thumb:hover{background:var(--ps-white)}.currency-selector-wrapper.loading .selected-currency{pointer-events:none;opacity:.6}.currency-selector-wrapper.loading .currency-chevron{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}header .user-nav{display:flex;gap:16px;align-items:center;flex-direction:row-reverse;position:relative}.cart-count-bubble:empty{display:none!important}.header__icon--heart .cart-count-bubble{right:.3rem}.header__icon--heart{position:relative;width:fit-content;display:flex;align-items:center;text-decoration:none;height:24px;width:24px;margin-bottom:4px;margin-left:10px}body .cart-count-bubble{position:absolute;background-color:var(--ps-danger);color:var(--ps-white)!important;height:18px!important;width:18px;border-radius:100%!important;display:flex;justify-content:center;align-items:center;font-size:10px!important;bottom:1rem;left:1.2rem;line-height:calc(1 + .1 / var(--font-body-scale))}.js-show-search.search-icon{display:none}.inline-search-form{background:var(--ps-surface-2);padding:8px 14px;align-items:center;gap:8px;min-width:200px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inline-search-input{flex:1;border:none;outline:none;background:transparent;font-size:14px;padding:4px 8px;color:var(--ps-black);font-family:var(--body1-font);position:relative}.inline-search-input::placeholder{color:transparent}.search-placeholder-container{position:relative;flex:1;display:flex;align-items:center;min-width:0;gap:14px}.inline-search-submit{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.search-placeholder-animated{position:absolute;top:50%;left:8px;transform:translateY(-50%);color:var(--ps-text-muted);font-style:italic;font-size:14px;font-family:var(--body1-font);pointer-events:none;white-space:nowrap;overflow:hidden}.inline-search-input:focus+.search-placeholder-animated,.inline-search-input:not(:placeholder-shown)+.search-placeholder-animated{opacity:0}.search-placeholder-animated .typing-text{overflow:hidden;white-space:nowrap;border-right:2px solid var(--ps-text-muted);animation:typing 4s steps(40,end) infinite,blink-caret 1s step-end infinite}.inline-search-submit:hover{background:#0000001a}.inline-search-submit img{width:18px;height:18px;filter:none}@media screen and (max-width:992px){.inline-search-form{min-width:160px;padding:6px 12px}}@media screen and (min-width:992px){.inline-search-form{min-width:350px}.inline-search-input{font-size:var(--body1-desk);line-height:var(--body1-lh-desk);width:100%}#shopify-section-header header .inline-search-input::placeholder{color:var(--ps-border-strong)}}header .user-nav{gap:12px}@media screen and (min-width:1200px){header .user-nav{gap:8px}}@media screen and (min-width:992px){header{padding:18px 56px 17px 36px!important}body.template-index #shopify-section-header header{position:relative;top:0;left:0;right:0}header nav .drop-down-wrapper{position:absolute;display:flex;flex-direction:row}.currency-selector-wrapper .selected-currency{font-size:var(--body1-desk);line-height:var(--body1-lh-desk);background:transparent;padding:0 14px;margin-bottom:7px;border:none;box-shadow:none;text-decoration:underline;text-decoration-color:var(--ps-white);text-decoration-thickness:1px;text-underline-offset:4px}.currency-selector-wrapper{margin:0}.currency-selector-wrapper .selected-currency{color:var(--ps-white)}header .header__icon--account{display:block;margin-right:14px}header nav{display:block}header nav a{font-size:var(--body1-deskt);line-height:var(--body1-lh-desk)}header nav>ul>li>a.nav-link{position:relative;text-decoration:none;display:inline-block;width:max-content}header nav .li-link{position:relative}header .header--left{display:flex;justify-content:flex-start;align-items:center;flex-direction:row-reverse;gap:36px}.js-show-search.search-icon{display:block;cursor:pointer}header .logo-desktop{display:block}header .logo-mobile{display:none}header .header__heading-logo-wrapper{display:flex}.logo-nav-wrapper{display:flex;width:fit-content;justify-content:space-between;align-items:center}header svg{width:unset;height:unset}header nav>div{margin-bottom:7px}header nav .navigation-dropdown-content{min-width:180px;color:var(--ps-primary);display:flex;justify-content:space-between;background-color:var(--ps-secondary);border:1px solid var(--ps-primary);padding:16px;margin-top:10px;position:relative;z-index:5}header.header--center .user-nav{order:2}header.header--center .logo-container{order:1}header.header--right{flex-direction:row-reverse}header nav ul.parent{gap:30px;font-size:var(--h6-desk);line-height:var(--h6-desk-lh)}header .hamburger-menu{display:none}header .logo-nav-wrapper{display:flex}header nav .drop-down-wrapper .navigation-dropdown{display:none;flex-direction:column;top:100%;left:0}header nav .navigation-dropdown-level2{display:none;flex-direction:column;position:absolute;top:0;left:100%}header nav .navigation-wrapper:hover .navigation-dropdown-level2{display:flex}header nav .navigation-dropdown-level2 .navigation-dropdown-content{border-left:none}header nav .navigation-dropdown-content:hover{background-color:var(--ps-primary);color:var(--ps-secondary);border:1px solid black}header nav .li-link:hover .navigation-dropdown{display:flex}header .logo-container.desktop{display:block}}@media screen and (min-width:992px)and (max-width:1210px){#search-pop{top:100%}#search-pop .search-close img{height:40px;transform:translate(-10px,-90%)}}@media screen and (min-width:1200px){header .user-nav{gap:4px}.currency-selector-wrapper{margin-right:0}}@keyframes expandHeight{0%{opacity:0}to{opacity:1}}#customer_tab_content>.row.grid{justify-content:center}@keyframes typing{0%,10%{width:0}20%,80%{width:100%;border-right:2px solid var(--ps-text-muted)}90%,to{width:0;border-right:2px solid transparent}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:var(--ps-text-muted)}}@media screen and (max-width:992px){.search-placeholder-animated{font-size:16px;left:12px}}@media screen and (min-width:992px){.search-placeholder-animated{font-size:var(--body1-desk);line-height:var(--body1-lh-desk)}.header-wrapper header .inline-search-form{display:none}.header-wrapper .inline-search-form{display:flex}body.template-index .header-wrapper>.inline-search-form{position:sticky;width:100%;top:96px;z-index:1}}@media screen and (min-width:1260px){.header-wrapper header .inline-search-form{display:flex}.header-wrapper .inline-search-form{display:none}}.search-placeholder-animated.multi-phrase{animation:none}.search-placeholder-animated.multi-phrase .typing-text{animation:multiTyping 12s linear infinite}@keyframes multiTyping{0%,8.33%{width:0}16.66%,25%{width:100%}33.33%{width:0}41.66%,50%{width:0}58.33%,66.66%{width:100%}75%{width:0}83.33%,91.66%{width:0}to{width:100%}}#shopify-section-header .header-wrapper{background:var(--ps-white);overflow-x:clip}#shopify-section-header .header-wrapper.header-wrapper--sticky-enabled{position:relative;z-index:auto;width:100%}#shopify-section-header .fk-header{--fk-border: rgba(89, 0, 39, .18);display:block;padding:0!important;color:var(--ps-black);background:var(--ps-white);width:100%}#shopify-section-header .fk-header__mobile-bar,#shopify-section-header .fk-header__desktop{width:100%}#shopify-section-header .fk-header__desktop,#shopify-section-header .fk-header__top-row{display:none}#shopify-section-header .fk-header__mobile-icons{position:relative;z-index:20}#shopify-section-header .fk-header__mobile-bar{display:grid;grid-template-columns:44px minmax(74px,1fr) 44px;align-items:center;gap:10px;min-height:76px;padding:8px 12px;border-bottom:1px solid var(--fk-border)}#shopify-section-header .fk-header__mobile-bar .hamburger-menu{display:block}#shopify-section-header .fk-header__mobile-bar .logo-container{min-width:0;display:flex;justify-content:center}#shopify-section-header .fk-header__mobile-bar .header__heading-logo-wrapper,#shopify-section-header .fk-header__mobile-bar .header__heading-link{display:flex;align-items:center;justify-content:center}#shopify-section-header .fk-header__mobile-bar .header-logo{display:block;width:var(--fk-logo-size-mobile, 68px);max-width:100%;height:auto;max-height:var(--fk-logo-size-mobile, 68px);object-fit:contain}#shopify-section-header .fk-header__mobile-search{grid-column:1 / -1;display:flex;align-items:stretch;width:100%;min-width:0;min-height:50px;border:1px solid rgba(89,0,39,.18);background:var(--ps-white);border-radius:8px;padding:0 7px 0 16px;box-shadow:0 10px 24px #59002714;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;order:5}#shopify-section-header .fk-header__mobile-search:focus-within{border-color:#59002724;box-shadow:0 12px 30px #5900271f;transform:translateY(-1px)}#shopify-section-header .fk-header__mobile-icons{display:flex;align-items:center;justify-content:flex-end;gap:10px}#shopify-section-header .fk-header__mobile-icons .header__icon--account,#shopify-section-header .fk-header__mobile-icons .go-cart__trigger{display:flex;align-items:center}#shopify-section-header .fk-header__mobile-icons .header__icon--account svg path{fill:var(--ps-primary);stroke:var(--ps-primary)}#shopify-section-header .fk-header .inline-search-input::placeholder{color:#5900276b;opacity:1}#shopify-section-header .fk-header__mobile-search .search-placeholder-container{gap:10px;padding:4px 0}#shopify-section-header .fk-header .search-placeholder-animated{display:none}#shopify-section-header .fk-header .inline-search-submit{flex:0 0 auto;height:auto;margin:3px 0;width:50px;padding:0;color:var(--ps-white);background:var(--ps-primary);border-radius:8px;box-shadow:inset 0 -6px 14px #00000014}#shopify-section-header .fk-header .inline-search-submit:hover,#shopify-section-header .fk-header .inline-search-submit:focus-visible{background:var(--ps-primary);box-shadow:inset 0 -6px 14px #00000014,0 0 0 4px #5900271f}#shopify-section-header .fk-header .inline-search-submit img{width:17px;height:17px;filter:brightness(0) invert(1)}@media screen and (max-width:991px){#shopify-section-header .header-wrapper{height:auto;position:relative}body.template-index #shopify-section-header .fk-header{top:0;position:relative}#shopify-section-header .fk-header .inline-search-input{min-width:0;width:100%;font-size:17px;font-weight:500;color:var(--ps-primary);padding:0}}@media screen and (min-width:992px){body.template-index #shopify-section-header .fk-header{position:relative;top:0;left:0;right:0}#shopify-section-header .fk-header__mobile-bar{display:none}#shopify-section-header .fk-header__top-row{width:100%;max-width:none;margin:0;padding:0 36px 0 12px}#shopify-section-header .fk-header__desktop{display:grid;grid-template-columns:minmax(118px,168px) minmax(0,1fr);align-items:stretch;max-width:1440px;margin:0 auto;padding:0 32px}#shopify-section-header .fk-header__logo{display:flex;align-items:center;justify-content:center;padding:14px 22px 12px 0;min-width:0}#shopify-section-header .fk-header__logo .header__heading,#shopify-section-header .fk-header__logo .header__heading-link,#shopify-section-header .fk-header__logo .header__heading-logo-wrapper{display:flex;align-items:center;line-height:0}#shopify-section-header .fk-header__logo .header-logo{display:block;width:var(--fk-logo-size, 68px);max-width:100%;height:auto;max-height:var(--fk-logo-size, 68px);object-fit:contain}#shopify-section-header .fk-header__main{min-width:0;display:grid}#shopify-section-header .fk-header__bottom-row{display:flex;align-items:center;min-width:0}#shopify-section-header .fk-header__bottom-row{justify-content:space-between;gap:20px;border-bottom:1px solid var(--fk-border)}#shopify-section-header .fk-header .logo-nav-wrapper{display:flex;min-width:0}#shopify-section-header .fk-header nav{display:block;min-width:0}#shopify-section-header .fk-header nav ul.parent{justify-content:flex-start;flex-wrap:nowrap;min-width:0}#shopify-section-header .fk-header__category-nav{flex:1 1 auto;overflow:hidden}#shopify-section-header .fk-header nav .li-link{flex:0 1 auto}#shopify-section-header .fk-header nav>ul>li>a.nav-link{display:inline-flex;align-items:center;min-height:34px;width:auto;max-width:100%;padding:8px 12px;color:var(--ps-black);font-family:var(--body1-font);font-size:16px;line-height:1.1;font-weight:500;text-decoration:none;white-space:nowrap;border-radius:0;transition:background-color .2s ease,color .2s ease}#shopify-section-header .fk-header__category-nav .nav-link{font-weight:600;font-size:14px}#shopify-section-header .fk-header__account{flex-direction:row;gap:10px;flex:0 0 auto;color:var(--ps-black)}#shopify-section-header .fk-header__account .localization-form-wrapper.desktop-version{display:block}#shopify-section-header .fk-header__account .localization-form-wrapper.mobile-version{display:none}#shopify-section-header .fk-header__account .disclosure__button,#shopify-section-header .fk-header__account .selected-currency{min-width:auto;padding:0;margin:0;border:0;background:transparent;box-shadow:none;color:var(--ps-black);text-decoration:none;font-size:13px;line-height:1.2}#shopify-section-header .fk-header__account .header__icon--account{display:flex;align-items:center;gap:6px;margin:0;color:var(--ps-black);text-decoration:none}#shopify-section-header .fk-header__customer-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.2}#shopify-section-header .fk-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex:0 0 auto;min-width:300px}#shopify-section-header .fk-header__search{display:flex;min-width:210px;width:clamp(210px,24vw,340px);border:1px solid var(--fk-border);background:var(--ps-surface-2);border-radius:0;padding:7px 10px;-webkit-backdrop-filter:none;backdrop-filter:none}#shopify-section-header .fk-header__search .inline-search-input{font-size:14px;line-height:1.2;width:100%;min-width:0;padding:3px 6px}#shopify-section-header .fk-header__actions .header__icon--heart{display:flex;margin:0}#shopify-section-header .fk-header__actions .header__icon--cart,#shopify-section-header .fk-header__actions .go-cart__trigger{display:flex;align-items:center;position:relative}#shopify-section-header .fk-header .go-cart-counter{background:var(--ps-primary);color:var(--ps-white)}}@media screen and (min-width:992px)and (max-width:1180px){#shopify-section-header .fk-header__desktop{grid-template-columns:minmax(92px,126px) minmax(0,1fr);padding:0 18px}#shopify-section-header .fk-header nav>ul>li>a.nav-link{padding:7px 8px;font-size:13px}#shopify-section-header .fk-header__actions{min-width:230px;gap:10px}#shopify-section-header .fk-header__search{min-width:160px;width:190px}}@media screen and (min-width:992px){#shopify-section-header .fk-header{min-height:96px;border-top:0;box-shadow:none;overflow:visible}#shopify-section-header .fk-header__top-row{display:flex;position:relative;z-index:30;align-items:stretch;justify-content:space-between;gap:0;background:var(--ps-primary);max-height:42px;overflow:visible;transform:translateY(0);opacity:1}#shopify-section-header .fk-header__desktop{position:relative;z-index:10;grid-template-columns:minmax(88px,calc((var(--fk-logo-size, 68px) * .78) + 28px)) minmax(0,1fr);max-width:none;min-height:54px;padding:0}#shopify-section-header .fk-header__logo{align-items:center;justify-content:center;padding:8px 14px;border-right:0;min-height:54px}#shopify-section-header .fk-header__logo .header-logo{width:calc(var(--fk-logo-size, 68px) * .78);max-width:100%;max-height:calc(var(--fk-logo-size, 68px) * .78)}#shopify-section-header .fk-header__main{min-height:54px}#shopify-section-header .fk-header__top-row .logo-nav-wrapper,#shopify-section-header .fk-header__top-nav,#shopify-section-header .fk-header__top-nav ul.parent{height:100%}#shopify-section-header .fk-header__top-nav ul.parent{gap:0;align-items:stretch}#shopify-section-header .fk-header__top-nav .li-link{display:flex}#shopify-section-header .fk-header__top-nav .nav-link{min-width:0;min-height:38px;position:relative;justify-content:center;align-items:center;padding:0 18px;color:var(--ps-white)!important;cursor:pointer;font-size:14px!important;line-height:1;font-weight:400;letter-spacing:.04em;text-transform:none;opacity:.8;transition:color .2s ease}#shopify-section-header .fk-header__link-label,#shopify-section-header .fk-header__customer-name,#shopify-section-header .fk-header__account .selected-currency>div{display:inline-block;position:relative}#shopify-section-header .fk-header__link-label:after,#shopify-section-header .fk-header__customer-name:after,#shopify-section-header .fk-header__account .selected-currency>div:after{content:"";display:block;position:absolute;left:50%;bottom:-10px;width:0;height:3px;background-color:var(--ps-primary);transform:translate(-50%);transition:width .25s ease}#shopify-section-header .fk-header__top-nav .nav-link:hover,#shopify-section-header .fk-header__top-nav .nav-link:focus-visible{color:var(--ps-white)}#shopify-section-header .fk-header__top-nav .nav-link:hover .fk-header__link-label:after,#shopify-section-header .fk-header__top-nav .nav-link:focus-visible .fk-header__link-label:after{width:100%}#shopify-section-header .fk-header__top-nav .nav-link.active{color:var(--ps-white);opacity:1}#shopify-section-header .fk-header__top-nav .nav-link.active .fk-header__link-label:after{width:100%}#shopify-section-header .fk-header__account{align-self:center;gap:12px;height:auto;color:#ffffffc2;font-weight:800}#shopify-section-header .fk-header__account .header__icon--account{color:#ffffffc2;gap:14px}#shopify-section-header .fk-header__account .header__icon--account svg{color:currentColor}#shopify-section-header .fk-header__customer-name{max-width:180px;color:currentColor;font-size:16px;font-weight:800}#shopify-section-header .fk-header__account .disclosure__button,#shopify-section-header .fk-header__account .selected-currency{color:#ffffffc2;font-size:14px;font-weight:800}#shopify-section-header .fk-header__account .selected-currency{position:relative}#shopify-section-header .fk-header__account .header__icon--account:hover .fk-header__customer-name:after,#shopify-section-header .fk-header__account .header__icon--account:focus-visible .fk-header__customer-name:after,#shopify-section-header .fk-header__account .selected-currency:hover>div:after,#shopify-section-header .fk-header__account .selected-currency:focus-visible>div:after{width:100%}#shopify-section-header .fk-header__bottom-row{align-items:stretch;gap:20px;border-bottom:0;padding:0 36px 0 0;min-height:54px}#shopify-section-header .fk-header__category-nav,#shopify-section-header .fk-header__category-nav ul.parent{height:100%}#shopify-section-header .fk-header__category-nav ul.parent{align-items:center;gap:16px}#shopify-section-header .fk-header__category-nav .nav-link{min-height:auto;padding:0;color:var(--ps-primary);font-size:16px;line-height:1;font-weight:800;text-transform:none}#shopify-section-header .fk-header .navigation-dropdown-content{text-transform:none}#shopify-section-header .fk-header__category-nav .nav-link:hover,#shopify-section-header .fk-header__category-nav .nav-link:focus-visible,#shopify-section-header .fk-header__category-nav .nav-link.active{background:transparent;color:var(--ps-primary);text-decoration:none}#shopify-section-header .fk-header__category-nav .nav-link:hover .fk-header__link-label:after,#shopify-section-header .fk-header__category-nav .nav-link:focus-visible .fk-header__link-label:after,#shopify-section-header .fk-header__category-nav .nav-link.active .fk-header__link-label:after{width:100%}#shopify-section-header .fk-header__actions{min-width:300px;gap:22px;color:var(--ps-primary)}#shopify-section-header .fk-header__search{align-items:stretch;width:clamp(240px,24vw,360px);min-width:240px;min-height:46px;padding:0 6px 0 14px;border:1px solid rgba(89,0,39,.14);background:var(--ps-white);border-radius:8px;box-shadow:0 6px 16px #5900270d;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}#shopify-section-header .fk-header__search:focus-within{border-color:#59002724;box-shadow:0 8px 18px #59002714;transform:translateY(-1px)}#shopify-section-header .fk-header__search .search-placeholder-container{min-width:0;gap:10px;padding:4px 0}#shopify-section-header .fk-header__search .inline-search-input{color:var(--ps-primary);font-size:15px;font-weight:500;padding:0;min-width:0}#shopify-section-header .fk-header__search .inline-search-input::placeholder{color:#5900276b;opacity:1}#shopify-section-header .fk-header__search .inline-search-submit{height:auto;margin:3px 0;width:48px;padding:0;color:var(--ps-white);background:var(--ps-primary);border-radius:8px;box-shadow:inset 0 -8px 16px #00000014;flex:0 0 48px;cursor:pointer}#shopify-section-header .fk-header__search .inline-search-submit:hover,#shopify-section-header .fk-header__search .inline-search-submit:focus-visible{background:var(--ps-primary);box-shadow:inset 0 -8px 16px #00000014,0 0 0 4px #5900271f}#shopify-section-header .fk-header__search .inline-search-submit img{width:18px;height:18px;filter:brightness(0) invert(1)}#shopify-section-header .fk-header .navigation-dropdown-content:hover .fk-header__link-label:after,#shopify-section-header .fk-header .navigation-dropdown-content:focus-visible .fk-header__link-label:after{width:100%}#shopify-section-header .fk-header__actions .header__icon--heart,#shopify-section-header .fk-header__actions .header__icon--cart{color:var(--ps-primary)}#shopify-section-header .fk-header__actions .header__icon--heart svg,#shopify-section-header .fk-header__actions .header__icon--cart svg{width:26px;height:26px}}@media screen and (min-width:992px)and (max-width:1280px){#shopify-section-header .fk-header__desktop{grid-template-columns:minmax(84px,calc((var(--fk-logo-size, 68px) * .78) + 24px)) minmax(0,1fr)}#shopify-section-header .fk-header__logo{padding:8px 12px}#shopify-section-header .fk-header__top-nav .nav-link{min-width:104px;padding:0 14px;font-size:14px}#shopify-section-header .fk-header__category-nav ul.parent{gap:12px}#shopify-section-header .fk-header__category-nav .nav-link,#shopify-section-header .fk-header__search .inline-search-input{font-size:16px}#shopify-section-header .fk-header__actions{min-width:250px;gap:16px}#shopify-section-header .fk-header__search{width:clamp(210px,21vw,280px);min-width:210px}}@media screen and (min-width:1800px){#shopify-section-header .fk-header__desktop{padding:0 300px}#shopify-section-header .fk-header__top-row{padding:0 303px 0 312px}#shopify-section-header .fk-header__bottom-row{padding:0}}@media screen and (min-width:2100px){#shopify-section-header .fk-header__desktop{padding:0 400px}#shopify-section-header .fk-header__top-row{padding:0 403px 0 412px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/header.css.map */
