.section-header{position:sticky;top:0;z-index:10;background:transparent;padding-block:0}.s-header{display:block;margin:0 auto;background-color:var(--white);color:var(--black);z-index:10;box-shadow:0 5px 10px #0000000d}@media(min-width:992px){.s-header{padding-block:12px;box-shadow:none;background-color:transparent}}.s-header__overlay{z-index:5;position:fixed;top:0;left:0;width:100dvw;height:100dvh;display:none;background:#0006}.s-header__wrapper{padding-block:8px;display:flex;align-items:stretch;justify-content:space-between;gap:12px;z-index:10}@media(min-width:992px){.s-header__wrapper{box-shadow:0 5px 10px #0000000d;background-color:var(--white);border-radius:21px;padding-inline:22px;padding-block:0px;gap:20px;justify-content:flex-start;position:relative}.s-header__wrapper:has(.s-header__linklist-link--hover:hover),.s-header__wrapper:has(.s-header__megamenu:hover){border-bottom-right-radius:0;border-bottom-left-radius:0}.s-header__wrapper:has(.s-header__linklist-link--hover:hover)+.s-header__overlay,.s-header__wrapper:has(.s-header__megamenu:hover)+.s-header__overlay{display:block}}@media(min-width:1200px){.s-header__wrapper{gap:20px;justify-content:space-between}}.s-header__mobile-buttons{display:flex;gap:4px;align-items:center}@media(min-width:992px){.s-header__mobile-buttons{display:none}}.s-header__burger-button{padding:14px;background-color:var(--background);display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:8px}.s-header__burger-button svg{color:var(--black)}.s-header__burger-button .icon-burger-close{display:none}.s-header__burger-button.is-active .icon-burger-close{display:block}.s-header__burger-button.is-active .icon-burger{display:none}.s-header__search-button{background-color:transparent;padding:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:8px}.s-header__search-button svg,.s-header__search-button svg path{stroke:var(--grey-2);color:var(--grey-2)}.s-header__search-button:hover svg,.s-header__search-button:hover svg path{stroke:var(--black);color:var(--black)}.s-header__search-button svg:last-child{display:none}.s-header__search-button.is-open svg:first-child{display:none}.s-header__search-button.is-open svg:last-child{display:block}.s-header__container{display:flex;gap:4px;align-items:center}.s-header__account{background-color:transparent;padding:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:8px}.s-header__account svg,.s-header__account svg path{stroke:var(--grey-2);color:var(--grey-2)}.s-header__account:hover svg,.s-header__account:hover svg path{stroke:var(--black);color:var(--black)}.s-header__cart-button{background-color:transparent;padding:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:8px;position:relative}.s-header__cart-button svg,.s-header__cart-button svg path{stroke:var(--black);color:var(--black)}.s-header__cart-button span{position:absolute;right:12px;top:12px;display:flex;align-items:center;justify-content:center;padding:4px;aspect-ratio:1/1;border-radius:100%;border:1px solid var(--white);background:var(--deep-blue);color:var(--background);font-size:10px;font-style:normal;font-weight:500;line-height:100%;transform:translate(50%,-50%);min-width:20px}.s-header__logo-container{display:flex;align-items:center;justify-content:center;gap:10px;width:100%}@media(min-width:992px){.s-header__logo-container{width:auto;gap:14px}}.s-header__country-logo{width:16px;height:16px;display:flex}.s-header__country-logo svg{width:100%;height:100%}@media(min-width:992px){.s-header__country-logo{width:22px;height:22px}}.s-header__logo{width:100%;max-width:140px}@media(min-width:992px){.s-header__logo{width:180px;max-width:none}}.s-header__linklist{display:none}@media(min-width:992px){.s-header__linklist{display:flex;gap:18px;align-items:center}}.s-header__megamenu{position:absolute;left:0;top:100%;display:none;height:max-content;max-height:calc(80dvh - 100px);overflow-y:auto;width:100%;background-color:var(--white);padding:32px 52px 52px;border-bottom-right-radius:21px;border-bottom-left-radius:21px;border-top:1px solid var(--background);box-shadow:0 5px 10px #0000000d;grid-template-columns:1fr 1fr;gap:20px}.s-header__megamenu:hover{display:grid}.s-header__megamenu--custom{grid-template-columns:1fr}@media(min-width:1200px){.s-header__megamenu{column-gap:80px}}.s-header__megamenu-content{column-count:2;column-gap:20px}@media(min-width:1200px){.s-header__megamenu-content{column-gap:40px}}.s-header__megamenu-content--custom{display:flex;column-count:auto}.s-header__megamenu-wrapper{padding-bottom:46px;break-inside:avoid}.s-header__megamenu-wrapper:last-child>ul{display:flex;flex-wrap:wrap;flex-direction:column;column-gap:46px;height:420px}.s-header__megamenu-wrapper--custom{width:100%}.s-header__megamenu-title{color:var(--grey-2);font-size:14px;font-style:normal;font-weight:600;line-height:130%;letter-spacing:.7px;text-transform:uppercase;margin-bottom:20px;display:flex}.s-header__megamenu-list{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:12px}.s-header__megamenu-item a{color:var(--black);font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-decoration:none;transition:.3s all}.s-header__megamenu-item a:hover{opacity:.7}.s-header__megamenu-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.s-header__megamenu-cards--custom{grid-template-columns:1fr 1fr 1fr;display:flex;justify-content:center}@media(min-width:1200px){.s-header__megamenu-cards{grid-template-columns:1fr 1fr 1fr}.s-header__megamenu-cards--custom{grid-template-columns:1fr 1fr 1fr 1fr 1fr}}.s-header__megamenu-card{display:flex;flex-direction:column;gap:16px;text-decoration:none}.s-header__megamenu-card-img{aspect-ratio:1/1;overflow:hidden;border-radius:12px;max-height:240px}.s-header__megamenu-card-img img{width:100%;height:100%;object-fit:cover}.s-header__megamenu-card-title{color:var(--black);font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin:0}.s-header__megamenu-card-link{padding:14px 20px;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:15px;width:fit-content;background-color:var(--bg-blue);color:var(--black);font-size:12px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.24px;text-transform:uppercase;transition:.3s all}.s-header__megamenu-card-link svg{transform:rotate(-90deg)}.s-header__megamenu-card-link:hover{color:var(--bg-blue);background-color:var(--black)}.s-header__linklist-link{color:var(--black);font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-decoration:none;position:relative;display:flex;align-items:center;gap:4px;padding-block:8px;height:100%}.s-header__linklist-link:after{content:"";display:block;position:absolute;bottom:0;width:0%;height:2px;background-color:var(--deep-blue);transition:.3s all}.s-header__linklist-link:hover:after,.s-header__linklist-link:has(+.s-header__megamenu:hover):after{width:100%}.s-header__linklist-link:hover svg,.s-header__linklist-link:has(+.s-header__megamenu:hover) svg{transform:rotate(-180deg)}.s-header__linklist-link:hover+.s-header__megamenu,.s-header__linklist-link:has(+.s-header__megamenu:hover)+.s-header__megamenu{display:grid}@media(max-width:1372px){.s-header__linklist-link{font-size:14px}}.s-header__search-field{display:none;position:relative}@media(min-width:992px){.s-header__search-field{display:block;padding-block:8px}}.s-header__search-input:is(input[type=text]){background-color:var(--background);color:var(--black);font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-inline:18px 50px;padding-block:16px;margin:0;border-radius:18px;border:none;outline:none;width:100px}.s-header__search-input:is(input[type=text])::placeholder{color:var(--grey-2)}@media(min-width:1200px){.s-header__search-input:is(input[type=text]){width:300px}}.s-header__search-field-button{position:absolute;top:50%;right:24px;transform:translateY(-50%);color:var(--grey-2);display:flex}.s-header__search-field-button:hover{color:var(--black)}
/*# sourceMappingURL=/cdn/shop/t/33/assets/section-header.css.map */
