.ts-header{display:block;background-color:#1a1a1a;box-sizing:border-box;transition:background-color .3s}.ts-header *{box-sizing:border-box}.ts-header__content{padding:20px 80px;display:flex;align-items:center;justify-content:space-between}.ts-header__logo{display:flex}.ts-header__logo img{width:100px;height:auto;object-fit:cover}.ts-header__controls{width:fit-content;display:flex;align-items:center;gap:14px}.ts-header__control{display:flex;color:#eaeaea;transition:color .3s}.ts-header__control svg{pointer-events:none}a.ts-header__control,a.ts-header__control:hover,a.ts-header__control:active,a.ts-header__control:focus{color:#eaeaea}.ts-header__control--menu{display:none}.ts-header__menu-wrapper{padding:20px 80px;position:relative;border-top:1px solid rgb(234,234,234,.2)}.ts-header__menu{width:100%;display:flex;align-items:center;margin:0;list-style:none;padding:0;gap:32px}.ts-header__menu li{margin:0;line-height:1}.ts-header__menu-link{font-family:Satoshi-Variable;font-size:16px;font-weight:400;line-height:1;letter-spacing:-.01em;display:flex;gap:4px;align-items:center;color:#eaeaea;margin:0;cursor:pointer}.ts-header__menu-link *{pointer-events:none}.ts-header__menu-link.active{color:#ff6f6f}.ts-header__menu-link.active+.ts-megamenu{opacity:1;transform:translateY(0);pointer-events:all}a.ts-header__menu-link,a.ts-header__menu-link:active,a.ts-header__menu-link:focus{color:#eaeaea}.ts-header__menu-link:hover{color:#ff6f6f}.ts-header__menu-link .ts-icon{display:flex;opacity:.6;transition:transform .3s}.ts-megamenu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;display:flex;gap:32px;z-index:2;opacity:0;transform:translateY(-10px);pointer-events:none;transition:transform .3s,opacity .3s}.ts-megamenu__content{width:calc(55.5% - 16px);max-width:calc(55.5% - 16px);padding:32px 32px 32px 80px;display:flex;gap:56px}.ts-megamenu__menu{margin:0;list-style:none;position:relative;width:100%;max-width:300px;display:flex;flex-direction:column;gap:14px}a.ts-megamenu__menu-link{width:fit-content;font-family:Satoshi-Variable;font-size:16px;font-weight:500;line-height:120%;letter-spacing:-.01em;color:#1a1a1acc;display:flex;align-items:center;gap:4px}a.ts-megamenu__menu-link *{pointer-events:none}a.ts-megamenu__menu-link.active,a.ts-megamenu__menu-link:hover{color:#ff6f6f}a.ts-megamenu__menu-link:active,a.ts-megamenu__menu-link:focus{color:#1a1a1acc}.ts-megamenu__menu-link .ts-icon{display:flex}a.ts-megamenu__menu-link--all,a.ts-megamenu__menu-link--all:active,a.ts-megamenu__menu-link--all:focus{position:absolute;left:100%;top:0;min-width:max-content;color:#ff6f6f}.ts-megamenu__menu-link.active{color:#ff6f6f}.ts-megamenu__nested-wrapper{width:100%;position:relative}.ts-megamenu__nested{position:absolute;top:0;left:0;width:100%;height:100%;padding-left:32px;border-left:1px solid rgba(26,26,26,.3);display:flex;gap:32px;opacity:0;pointer-events:none;transition:opacity .3s}.ts-megamenu__nested.active{opacity:1;pointer-events:all}.ts-megamenu__nested-menu{width:fit-content;margin:0;list-style:none;display:flex;flex-direction:column;gap:12px}a.ts-megamenu__nested-link{font-family:Satoshi-Variable;font-size:14px;font-weight:500;line-height:120%;letter-spacing:-.01em;color:#1a1a1acc;white-space:nowrap}a.ts-megamenu__nested-link:focus,a.ts-megamenu__nested-link:active{color:#1a1a1acc}a.ts-megamenu__nested-link:hover{color:#ff6f6f}.ts-megamenu__media{width:calc(44.5% - 16px);min-width:calc(44.5% - 16px);display:flex;justify-content:end}.ts-megamenu__media img{width:100%;height:auto;object-fit:cover;max-height:400px;max-width:600px}.ts-megamenu__media .ts-placeholder{width:100%;height:280px;background-color:#ccc}.ts-header__search-wrapper{position:relative}.ts-header__search-wrapper--mobile,.ts-header__search-wrapper-mobile{display:none}.ts-header__search-wrapper-mobile svg{width:20px;height:20px}.ts-header__search-wrapper-mobile svg path{fill:#fff}.ts-header__search{margin:0;display:flex;position:relative}input.ts-header__search-input{width:420px;background-color:#eaeaea0a;border-radius:100px;padding:12px 48px 12px 18px;color:#eaeaea;font-family:Satoshi-Variable;font-size:14px;font-weight:400;line-height:1;letter-spacing:-.01em;margin:0;border:none;transition:background-color .3s}input.ts-header__search-input:focus,input.ts-header__search-input:active{border:none;color:#eaeaea}.ts-header__search-input::-webkit-input-placeholder{color:#eaeaea99;transition:color .3s}.ts-header__search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;background-color:#ff6f6f;border-radius:100px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;padding:0}.ts-header__search-button:hover{background-color:#f75e5e}.ts-header__search-button .ts-icon{display:flex}.ts-header__search-input:not(:placeholder-shown)+.ts-header__search-button .ts-icon--search,.ts-header__search-button .ts-icon--close{display:none}.ts-header__search-input:not(:placeholder-shown)+.ts-header__search-button .ts-icon--close{display:flex}.ts-header__search-predictive{position:absolute;top:calc(100% + 5px);left:0;width:580px;max-width:calc(100vw - 48px);background-color:#fff;z-index:3;opacity:0;transform:translateY(-10px);pointer-events:none;transition:transform .3s,opacity .3s}.ts-header__search-predictive:has(ts-predictive-search.open){opacity:1;transform:translateY(0);pointer-events:all}.ts-header__search-predictive:has(ts-predictive-search.open.loading) ts-predictive-search{opacity:.6;pointer-events:none;cursor:no-drop}.ts-predictive__title{margin:0;font-family:Satoshi-Variable;font-size:12px;font-weight:400;line-height:120%;letter-spacing:-.01em;color:#1a1a1a99;background-color:#00000008;padding:12px;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between}.ts-predictive__title a{text-transform:initial;display:flex;align-items:center;gap:4px;font-weight:500;color:#1a1a1a}.ts-predictive__title a:hover{color:#ff6f6f}.ts-predictive__title a:focus,.ts-predictive__title a:active{color:#1a1a1a}.ts-predictive__title a .ts-icon{display:flex}.ts-predictive__results{padding:18px 18px 24px;display:flex;flex-direction:column;gap:12px}.ts-predictive__results p{font-family:Satoshi-Variable;font-size:14px;font-weight:500;line-height:120%;letter-spacing:-.01em;color:#ff6f6f;cursor:pointer;margin:0}.ts-predictive__links{list-style:none;margin:0;padding:18px 18px 24px;display:flex;flex-direction:column;gap:12px}.ts-predictive__links li{line-height:1;margin:0}a.ts-predictive__link{font-family:Satoshi-Variable;font-size:14px;font-weight:500;line-height:120%;letter-spacing:-.01em;color:#ff6f6f;cursor:pointer;margin:0}a.ts-predictive__link:hover,a.ts-predictive__link:active,a.ts-predictive__link:focus{color:#ff6f6f}.ts-predictive__products{margin:0;list-style:none;padding:24px 18px;display:grid;grid-template-columns:1fr 1fr;gap:24px 0}.ts-predictive__products li{margin:0}@media (max-width: 767px){.ts-predictive__products li:nth-child(4){display:none}}.ts-predictive__product{text-decoration:none;display:flex;align-items:center;gap:14px}.ts-predictive__product-media{min-width:64px;width:64px;height:64px;display:flex}.ts-predictive__product-media img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:100px}.ts-predictive__product-media .ts-placeholder{width:100%;height:auto;aspect-ratio:1 / 1;background-color:#ccc;border-radius:100px}.ts-predictive__product-title{font-family:Satoshi-Variable;font-size:14px;font-weight:500;line-height:120%;letter-spacing:-.01em;color:#ff6f6f;margin:0 0 8px;text-transform:unset}.ts-predictive__product-price{display:flex;align-items:center;gap:8px;font-family:Satoshi-Variable;font-size:14px;font-weight:400;line-height:120%;letter-spacing:-.01em;color:#ff6f6f}.ts-predictive__product-price--compare{color:#1a1a1a99;text-decoration:line-through}.ts-predictive__label{padding:18px;font-family:Satoshi-Variable;font-size:14px;line-height:120%;letter-spacing:-.01em;color:#1a1a1a;margin:0}.ts-header__mobile{display:none;position:fixed;top:calc(var(--header-height) - 1px);left:0;z-index:4;width:100%;height:calc(100dvh - var(--header-height));max-width:450px;background-color:#fff;display:flex;flex-direction:column;padding:24px;overflow-x:hidden;transform:translate(-100%);transition:transform .3s;scroll-behavior:smooth}.ts-header__mobile.open{transform:translate(0)}.ts-header__mobile-overlay{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100dvh - var(--header-height));background-color:#0006;z-index:3;opacity:0;pointer-events:none;transition:opacity .3s}.ts-header__mobile.open+.ts-header__mobile-overlay{opacity:1;pointer-events:all}.ts-header__mobile-links{flex:1;margin:0 0 48px;list-style:none;display:flex;flex-direction:column}.ts-header__mobile-links li{margin:0}.ts-header__mobile-links li:first-child{padding-bottom:12px}.ts-header__mobile-links li:not(:first-child){padding:6px 0;border-top:1px solid rgba(26,26,26,.2)}.ts-header__mobile-link{font-family:Satoshi-Variable;font-size:16px;font-weight:500;line-height:1;color:#1a1a1acc;display:flex;align-items:center;margin:auto;justify-content:space-between}a.ts-header__mobile-link,a.ts-header__mobile-link:hover,a.ts-header__mobile-link:active,a.ts-header__mobile-link:focus{color:#1a1a1acc}.ts-header__mobile-link *{pointer-events:none}.ts-header__mobile-link .ts-icon{display:flex}.ts-header__mobile-nested-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;background-color:#fff;padding:24px;z-index:1;transform:translate(100%);transition:transform .3s}.ts-header__mobile-nested-wrapper.open{transform:translate(0)}.ts-header__mobile-nested-back{margin:0 0 32px;font-family:Satoshi-Variable;font-size:20px;font-weight:700;line-height:1;color:#ff6f6f;display:flex;align-items:center;gap:4px}.ts-header__mobile-nested-back .ts-icon{display:flex}.ts-header__mobile-nested-back *{pointer-events:none}.ts-header__mobile-nested{margin:0;list-style:none;display:flex;flex-direction:column}.ts-header__mobile-nested li{margin:0;padding:12px 0!important}.ts-header__mobile-nested-link{font-family:Satoshi-Variable;font-size:16px;font-weight:500;line-height:1;color:#1a1a1acc;display:flex;align-items:center;margin:auto;justify-content:space-between}a.ts-header__mobile-nested-link,a.ts-header__mobile-nested-link:hover,a.ts-header__mobile-nested-link:active,a.ts-header__mobile-nested-link:focus{color:#1a1a1acc}.ts-header__mobile-nested-link *{pointer-events:none}.ts-header__mobile-nested-link .ts-icon{display:flex}.ts-header__mobile-childlinks-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;padding:24px;z-index:1;transform:translate(100%);transition:transform .3s;overflow:auto}.ts-header__mobile-childlinks-wrapper.open{transform:translate(0)}.ts-header__mobile-childlinks-back{margin:0 0 32px;font-family:Satoshi-Variable;font-size:20px;font-weight:700;line-height:1;color:#ff6f6f;display:flex;align-items:center;gap:4px}.ts-header__mobile-childlinks-back .ts-icon{display:flex}.ts-header__mobile-childlinks-back *{pointer-events:none}.ts-header__mobile-childlinks{margin:0;list-style:none;display:flex;flex-direction:column;gap:18px}.ts-header__mobile-childlinks li{margin:0}.ts-header__mobile-childlink{font-family:Satoshi-Variable;font-size:20px;font-weight:500;line-height:1;color:#1a1a1acc;display:flex;align-items:center;margin:auto;justify-content:space-between}a.ts-header__mobile-childlink,a.ts-header__mobile-childlink:hover,a.ts-header__mobile-childlink:active,a.ts-header__mobile-childlink:focus{color:#1a1a1acc}.ts-header__mobile-description{font-family:Satoshi-Variable;font-size:18px;font-weight:400;line-height:1;color:#1a1a1a99;padding:19px 0;border-top:1px solid rgba(26,26,26,.2);margin:0}.ts-header__mobile-description a,.ts-header__mobile-description a:hover,.ts-header__mobile-description a:focus,.ts-header__mobile-description a:active{color:#1a1a1a99}.ts-header__mobile-social-wrapper{padding:12px 0 20px;border-top:1px solid rgba(26,26,26,.2);display:flex;align-items:center;gap:12px}.ts-header__mobile-social-wrapper p{font-family:Satoshi-Variable;font-size:18px;font-weight:400;line-height:1;color:#1a1a1a99;margin:0}.ts-header__mobile-social{display:flex;align-items:center;gap:4px}.ts-header__mobile-social-link{display:flex;color:#1a1a1a99;width:32px;height:32px;align-items:center;justify-content:center}.ts-header.reverse{background-color:#fff}.ts-header.reverse .ts-header__control{color:#1a1a1a}.ts-header.reverse input.ts-header__search-input{background-color:#1a1a1a0a}.ts-header.reverse .ts-header__search-input::-webkit-input-placeholder{color:#1a1a1a99}.ts-country{position:relative}.ts-country form{margin:0}.ts-country__current{display:flex;align-items:center;gap:4px;font-family:Satoshi-Variable;font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.01em;color:#eaeaea;cursor:pointer}.ts-country__current .ts-icon{display:flex;color:#eaeaea99;transition:transform .3s}.ts-country__current.open .ts-icon{transform:rotate(180deg)}.ts-country__current>span{pointer-events:none}.ts-country__flag{display:flex}.ts-country__flag img{width:24px;height:24px;object-fit:cover;border-radius:24px}.ts-country__list{width:100px;z-index:1;padding:12px;list-style:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%,-10px);background-color:#fff;border-radius:12px;margin:0;display:flex;flex-direction:column;gap:12px;opacity:0;pointer-events:none;transition:transform .3s,opacity .3s}.ts-country__list.open{opacity:1;pointer-events:all;transform:translate(-50%)}.ts-country__option{margin:0;display:flex;align-items:center;gap:4px;font-family:Satoshi-Variable;font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.01em;color:#1a1a1a;cursor:pointer}.ts-country__option *{pointer-events:none}.ts-header__mobile-country{padding-bottom:18px}.ts-header__mobile-country form{margin:0}.ts-header__mobile-country-current{display:flex;align-items:center;justify-content:space-between;font-family:Satoshi-Variable;font-size:20px;font-weight:400;line-height:1;color:#1a1a1a;cursor:pointer;gap:8px}.ts-header__mobile-country-current>span{display:flex;align-items:center;gap:8px;pointer-events:none}.ts-header__mobile-country-current .ts-icon{display:flex;color:#1a1a1a}.ts-header__mobile-country-flag{display:flex}.ts-header__mobile-country-flag img{width:32px;height:32px;object-fit:cover;border-radius:24px}.ts-header__mobile-country-list{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;padding:24px;list-style:none;transform:translate(100%);background-color:#fff;margin:0;display:flex;flex-direction:column;gap:12px;pointer-events:none;transition:transform .3s}.ts-header__mobile-country-list.open{pointer-events:all;transform:translate(0)}.ts-header__mobile-country-option{margin:0;display:flex;align-items:center;font-family:Satoshi-Variable;font-size:20px;font-weight:400;line-height:1;color:#1a1a1a;gap:8px;cursor:pointer}.ts-header__mobile-country-option *{pointer-events:none}.ts-header__mobile-country-back{margin:0 0 24px;display:flex;align-items:center;gap:8px;text-transform:unset;font-family:Satoshi-Variable;font-size:20px;font-weight:700;line-height:1;color:#1a1a1a;cursor:pointer}.ts-header__mobile-country-back *{pointer-events:none}.ts-header__mobile-country-back .ts-icon{display:flex}@media screen and (max-width: 1150px){.ts-header__menu-wrapper{display:none}.ts-header__control--menu{display:flex}.ts-header__country{display:none}.ts-header__mobile{display:flex}}@media screen and (max-width: 989px){.ts-header__search-wrapper{display:none}.header-groups.scroll.active .ts-header__search-wrapper-mobile{display:flex}.header-groups.active.search-open .ts-header__search-wrapper-mobile{display:none}.ts-header__search-wrapper.ts-header__search-wrapper--mobile{display:block;padding:8px 80px 16px}.ts-header__search-wrapper--mobile .ts-header__search-predictive{width:calc(100vw - 160px);left:80px;top:100%}input.ts-header__search-input{width:100%}.ts-header__mobile-link{padding:6px 0}}@media screen and (max-width: 749px){.ts-header__content{padding:12px 24px}.ts-header__logo img{width:86px}.ts-header__controls{gap:8px}.ts-header__control{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.ts-header__search-wrapper.ts-header__search-wrapper--mobile{padding:8px 24px 16px}.ts-header__search-wrapper--mobile .ts-header__search-predictive{width:calc(100vw - 48px);left:24px}.ts-predictive__title{font-size:14px}a.ts-predictive__link,.ts-predictive__product-title,.ts-predictive__product-price{font-size:16px}.ts-predictive__products{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/105/assets/ts-header.css.map */
