.ts-header{display:block;background-color:var(--primary-sand)}.ts-header.sticky{position:fixed;top:0;left:0;width:100%;z-index:4}.ts-header .wrapper{max-width:1440px;padding:23px 50px 20px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 2fr;align-items:center;gap:20px}.ts-header__menu-switcher{display:none;width:24px;height:24px;color:var(--primary-black);position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.ts-header__menu-switcher svg{position:absolute;top:0;left:0;width:24px;height:24px;pointer-events:none;opacity:1;transform:scale(1);visibility:visible;transition:transform .2s,opacity .2s}.ts-header__menu-switcher.active .ts-icon-menu,.ts-header__menu-switcher:not(.active) .ts-icon-close{opacity:0;transform:scale(.8);visibility:hidden}.ts-header__logo{display:flex;justify-content:center}.ts-header__logo a{width:fit-content;text-decoration:none;display:flex}.ts-header__logo img{width:180px;height:auto}.ts-header__logo h2{text-align:center;color:var(--grey-800);margin:0}.ts-header__menu-wrapper ul{padding:0;margin:0;list-style:none;display:flex;align-items:center;gap:20px}.ts-header__menu-wrapper ul li{display:flex}.ts-header__menu-wrapper ul li a{font-size:13px;font-weight:500;line-height:110%;letter-spacing:0;font-family:Onest,sans-serif;text-decoration:none;color:var(--grey-800);text-transform:uppercase}.ts-header__menu-wrapper ul li a:hover{text-decoration:underline}.ts-header__controls{display:flex;align-items:center;justify-content:end;width:fit-content;margin-left:auto;cursor:pointer;gap:6px}.ts-header__controls *{pointer-events:none}.ts-header__controls:hover p{text-decoration:underline}.ts-header__controls p{margin:4px 0 0;font-size:13px;font-weight:500;line-height:110%;letter-spacing:0;font-family:Onest,sans-serif;color:var(--grey-800);text-transform:uppercase}.ts-header__controls>span{display:flex;position:relative}.ts-header__controls .ts-cart-bubble{position:absolute;top:-2px;right:-5px;display:flex;align-items:center;justify-content:center}.ts-header__controls .ts-cart-bubble>span{display:flex;align-items:center;justify-content:center;line-height:1;letter-spacing:0;font-size:8px;font-weight:500;color:#000;background-color:var(--primary-orange);font-family:Onest,sans-serif;width:15px;height:15px;border-radius:15px}.ts-header__controls .ts-cart-bubble:empty{display:none}.ts-header__drawer{position:fixed;top:106px;left:0;width:100%;max-width:500px;height:calc(100vh - 106px);background-color:var(--primary-sand);padding:8px 20px 20px;z-index:4;transform:translate(-100%);transition:transform .3s}.ts-header__drawer.active{transform:translate(0)}.ts-header__drawer+.ts-drawer__overlay{position:fixed;right:0;bottom:0;left:0;top:106px;background-color:#1d1d1d80;z-index:3;opacity:0;pointer-events:none;transition:opacity .3s;cursor:pointer}.ts-header__drawer+.ts-drawer__overlay:empty{display:block}.ts-header__drawer.active+.ts-drawer__overlay{opacity:1;pointer-events:auto}.ts-header__drawer .ts-drawer__menu ul{margin:0;padding:0;list-style:none}.ts-header__drawer .ts-drawer__menu ul li{display:flex;width:100%;padding:16px 0;border-bottom:1px solid var(--grey-600)}.ts-header__drawer .ts-drawer__menu li a{color:var(--grey-800);text-decoration:none}.ts-header__drawer .ts-drawer__menu-additional{margin:40px 0 0;padding:0;list-style:none;display:grid;gap:0 26px;grid-template-columns:repeat(2,1fr)}.ts-header__drawer .ts-drawer__menu-additional li{padding:8px 0;display:flex}.ts-header__drawer .ts-drawer__menu-additional li a{width:fit-content;font-size:14px;font-weight:400;line-height:110%;letter-spacing:0;font-family:Onest,sans-serif;text-decoration:none;color:var(--grey-800)}.ts-cart{position:fixed;top:0;right:0;width:100%;max-width:500px;height:100dvh;background-color:var(--primary-sand);padding:24px 18px;z-index:5;transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column;gap:18px}.ts-cart.active{transform:translate(0)}.ts-cart+.ts-cart__overlay{position:fixed;right:0;bottom:0;top:0;left:0;background-color:#1d1d1d80;z-index:4;opacity:0;pointer-events:none;transition:opacity .3s;cursor:pointer}.ts-cart+.ts-cart__overlay:empty{display:block}.ts-cart.active+.ts-cart__overlay{opacity:1;pointer-events:auto}.ts-cart__header{padding-bottom:10px}.ts-cart__headings{width:100%;display:flex;align-items:start;justify-content:space-between}.ts-cart__headings p{margin:0;color:#000}.ts-cart__close{display:flex;cursor:pointer}.ts-cart__close *{pointer-events:none}.ts-cart__delivery{margin:16px 0 0;width:100%;display:flex;align-items:center;gap:10px;font-family:Onest;font-size:14px;line-height:1.1;letter-spacing:-.02em;font-weight:500;position:relative;color:#000}.ts-cart__delivery:after{content:"";width:100%;height:4px;background-color:#ff6730;position:absolute;bottom:-10px;left:0}.ts-cart__items{flex:1;overflow:auto;min-height:200px;display:flex;flex-direction:column;gap:18px}.ts-cart__items.ts-cart__items--empty{gap:16px;justify-content:center}.ts-cart__items .ts-cart__title,.ts-cart__items .ts-cart__description{text-align:center;margin:0}.ts-cart__description{margin-bottom:100px}.ts-cart__item{width:100%;display:flex;gap:16px;padding-bottom:24px}.ts-cart__item-wrapper.disabled .ts-cart__item{pointer-events:none}.ts-cart__item-wrapper.disabled{opacity:.6}.ts-cart__media{display:flex}.ts-cart__media img{min-width:100px;width:100%;max-width:100px;height:fit-content;aspect-ratio:1 / 1.2;object-fit:cover}.ts-cart__media .ts-placeholder{min-width:100px;width:100px;aspect-ratio:1 / 1.2;height:fit-content;background-color:#dadada}.ts-item__content-wrapper{flex:1}.ts-item__content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.ts-item__headings{display:flex;align-items:start;justify-content:space-between}.ts-item__price{white-space:nowrap;display:flex;width:fit-content;flex-direction:column;align-items:end;font-family:Onest;font-size:18px;line-height:1.1;letter-spacing:0;font-weight:500;margin:0;color:var(--grey-800)}.ts-item__price--compare{font-size:14px;text-decoration:line-through;color:#717171}.ts-item__price-compare{white-space:nowrap;display:flex;width:fit-content;flex-direction:column;align-items:end;font-family:Onest;font-size:14px;line-height:1;letter-spacing:0;font-weight:400;margin:0;color:red;text-decoration:line-through}.ts-item__price-wrapper{display:flex;align-items:center;gap:10px}.ts-cart .ts-item__title{margin:0;color:var(--grey-800)}.ts-item__options{display:flex;flex-direction:column;gap:6px;margin:0 0 10px}.ts-item__option{display:flex;align-items:center;gap:9px;font-family:Onest;font-size:12px;line-height:1.1;letter-spacing:0;font-weight:500;color:#121212;margin:0;opacity:.6}.ts-cart .ts-item__quantity{width:78px;display:flex;align-items:center;justify-content:space-between;margin-top:auto}.ts-cart .ts-quantity__update{display:flex;cursor:pointer}.ts-cart .ts-quantity__update *{pointer-events:none}.ts-cart .ts-quantity{font-family:Onest;font-size:18px;line-height:1.1;letter-spacing:0;font-weight:500;color:#000;margin:0;text-align:center;flex:1}.ts-item__toggles-wrapper{padding-top:14px;border-top:1px solid #ebebeb}.ts-item__toggles-title{font-family:Onest;font-size:18px;line-height:1.1;letter-spacing:0;font-weight:500;color:#000;margin:0 0 18px}.ts-item__toggles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ts-item__toggle{display:flex;align-items:center;justify-content:center;background-color:#f6f6f6;width:100%;height:50px;color:#000;font-family:Onest;font-size:16px;line-height:1;letter-spacing:-.06em;font-weight:700;cursor:pointer;border-radius:6px;text-align:center}.ts-item__toggle *{pointer-events:none}.ts-item__toggle.active{background-color:#ff6730;color:#fff}.ts-item__toggle br{display:none}.ts-cart__bottom{padding:16px 0 0;border-top:1px solid #cccccc}.ts-cart__subtotal{width:100%;display:flex;align-items:center;justify-content:space-between;margin:0 0 22px}.ts-cart__subtotal>p,.ts-cart__total{color:var(--grey-800);margin:0}.ts-cart__total-wrapper{display:flex;align-items:center;gap:12px;width:fit-content}.ts-cart__total-badge{padding:4px 6px;display:flex;align-items:center;justify-content:center;border-radius:100px;background-color:#ff6730;color:#fff;font-family:Onest;font-size:10px;line-height:1;letter-spacing:-.03em;font-weight:500;margin:0}.ts-cart__button{width:100%;height:54px;border-radius:10px}.ts-cart__button:not(.ts-cart__button--empty){color:var(--primary-white);background-color:var(--grey-800);border:1px solid var(--grey-800)}.ts-cart__button:not(.ts-cart__button--empty):hover{color:var(--grey-800);background-color:var(--primary-white)}.ts-cart__upsell{margin:24px 0 0;padding:18px 0 0;border-top:1px solid #ebebeb;display:flex;flex-direction:column;gap:18px}.ts-cart__upsell-title{margin-bottom:8px;color:var(--grey-800)}.ts-cart__upsell-item{background:none;box-shadow:none;padding:0}.ts-cart__upsell-action{display:flex;justify-content:flex-end;align-items:center;margin-top:10px}.ts-cart__upsell-btn{min-width:120px;height:38px;border-radius:8px;background:var(--grey-800);color:var(--primary-white);border:1px solid var(--grey-800);font-family:Onest;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.ts-cart__upsell-btn:hover{background:var(--primary-white);color:var(--grey-800)}.ts-cart .ts-featured-products--product-feature{padding:5px}.ts-cart .product-feature__text{font-size:11px}.ts-cart__item-wrapper:nth-child(1) .ts-featured-products--product-feature{border:2px solid #41a6ec}.ts-cart__item-wrapper:nth-child(2) .ts-featured-products--product-feature{border:2px solid #ff6730}.ts-cart__item-wrapper:nth-child(3) .ts-featured-products--product-feature{border:2px solid #5bca29}.ts-cart__item-wrapper:nth-child(4) .ts-featured-products--product-feature{border:2px solid #7238f4}.ts-cart .ts-featured-products--product-features-wrap{padding-top:10px}@media screen and (max-width: 989px){.ts-header__menu-wrapper,.ts-header__controls p{display:none}.ts-header__menu-switcher{display:flex}}@media screen and (max-width: 749px){.ts-header .wrapper{padding:15px 20px}.ts-header__logo img{width:150px}.ts-header__drawer{top:89px;height:calc(100vh - 89px)}.ts-header__drawer+.ts-drawer__overlay{top:89px}.ts-cart__items,.ts-cart__item{gap:16px}.ts-cart__media img{width:70px;min-width:70px}.ts-item__options{margin:0 0 10px}.ts-item__toggle br{display:block}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/ts-header.css.map */
