html,body{overflow-x:hidden;max-width:100%}.ht-footer{background:var(--ht-black);color:#ffffffd9;padding:64px 20px 24px}.ht-footer__inner{max-width:var(--ht-container);margin:0 auto}.ht-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.ht-footer__logo{font-family:var(--ht-font-heading);font-size:24px;font-weight:800;color:#fff;text-decoration:none;display:inline-block;margin-bottom:12px;letter-spacing:-.5px}.ht-footer__logo span{color:var(--ht-orange)}.ht-footer__desc{font-size:13px;color:#ffffff80;line-height:1.7;margin:0 0 20px;max-width:260px}.ht-footer__socials{display:flex;gap:8px;margin-bottom:22px}.ht-footer__social{width:34px;height:34px;background:#ffffff14;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;text-decoration:none;transition:background .2s}.ht-footer__social:hover{background:var(--ht-orange)}.ht-footer__newsletter p{font-size:12px;color:#ffffff80;margin:0 0 8px}.ht-footer__nl-form{display:flex;gap:6px}.ht-footer__nl-input{flex:1;padding:9px 13px;border:1px solid rgba(255,255,255,.15);border-radius:var(--ht-radius-sm);background:#ffffff0f;color:#fff;font-family:var(--ht-font-body);font-size:12.5px}.ht-footer__nl-input::placeholder{color:#ffffff4d}.ht-footer__nl-input:focus{outline:none;border-color:var(--ht-orange)}.ht-footer__nl-btn{padding:9px 14px;background:var(--ht-orange);color:#fff;border:none;border-radius:var(--ht-radius-sm);font-size:12.5px;font-weight:700;cursor:pointer;font-family:var(--ht-font-body)}.ht-footer__col-title{font-family:var(--ht-font-heading);font-size:13px;font-weight:700;color:#fff;margin-bottom:14px}.ht-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}.ht-footer__links a{font-size:12.5px;color:#ffffff80;text-decoration:none;transition:color .2s}.ht-footer__links a:hover{color:var(--ht-orange)}.ht-footer__trust-item{display:flex;align-items:center;gap:7px;font-size:11.5px;color:#ffffff73;margin-bottom:7px}.ht-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;gap:16px;flex-wrap:wrap}.ht-footer__copy{font-size:11.5px;color:#ffffff59}.ht-footer__pay{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.ht-pay-badge{background:#ffffff14;color:#fff9;font-size:10px;font-weight:700;padding:4px 7px;border-radius:4px;font-family:var(--ht-font-body);letter-spacing:.05em}.ht-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none;opacity:0;transition:opacity .25s}.ht-cart.open{pointer-events:all;opacity:1}.ht-cart__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000085;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ht-cart__panel{position:absolute;top:0;right:0;width:400px;max-width:100%;height:100%;background:var(--ht-white);display:flex;flex-direction:column;transform:translate(105%);transition:transform .35s var(--ht-ease);box-shadow:var(--ht-shadow-lg)}.ht-cart.open .ht-cart__panel{transform:translate(0)}.ht-cart__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--ht-gray-200)}.ht-cart__head h3{font-family:var(--ht-font-heading);font-size:17px;font-weight:800;margin:0}.ht-cart__close{background:none;border:none;font-size:17px;cursor:pointer;color:var(--ht-gray-500);padding:4px}.ht-cart__body{flex:1;overflow-y:auto;padding:14px 22px}.ht-cart__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;text-align:center;color:var(--ht-gray-400)}.ht-cart__empty p:first-child{font-size:44px}.ht-cart-item{display:flex;gap:11px;padding:14px 0;border-bottom:1px solid var(--ht-gray-100)}.ht-cart-item__img img{width:68px;height:85px;object-fit:cover;border-radius:var(--ht-radius-sm)}.ht-cart-item__info{flex:1;min-width:0}.ht-cart-item__title{font-size:12.5px;font-weight:600;color:var(--ht-black);margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ht-cart-item__var{font-size:11px;color:var(--ht-gray-500);margin:0 0 7px}.ht-cart-item__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ht-cart-item__price{font-size:14px;font-weight:800;color:var(--ht-black);font-family:var(--ht-font-heading)}.ht-cart-item__remove{font-size:11px;color:var(--ht-gray-400);text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;font-family:var(--ht-font-body)}.ht-qty{display:inline-flex;border:1px solid var(--ht-gray-200);border-radius:var(--ht-radius-sm);overflow:hidden}.ht-qty__btn{width:26px;height:26px;background:none;border:none;cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;transition:background .15s}.ht-qty__btn:hover{background:var(--ht-gray-100)}.ht-qty__num{width:30px;text-align:center;font-size:12.5px;font-weight:700;line-height:26px}.ht-cart__foot{padding:14px 22px 22px;border-top:1px solid var(--ht-gray-200);display:flex;flex-direction:column;gap:9px}.ht-cart__subtotal{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:14px}.ht-cart__total{font-size:20px;font-weight:800;font-family:var(--ht-font-heading)}.ht-cart__free{font-size:11.5px;color:var(--ht-green);text-align:center;font-weight:700;margin:0}.ht-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;pointer-events:none;opacity:0;transition:opacity .22s}.ht-search.open{pointer-events:all;opacity:1}.ht-search__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ht-search__box{position:absolute;top:0;left:0;right:0;background:var(--ht-white);padding:18px 20px 22px;box-shadow:var(--ht-shadow-lg);transform:translateY(-8px);transition:transform .28s var(--ht-ease)}.ht-search.open .ht-search__box{transform:translateY(0)}.ht-search__row{display:flex;align-items:center;border:2px solid var(--ht-orange);border-radius:var(--ht-radius-full);padding:6px 14px;max-width:700px;margin:0 auto}.ht-search__icon{font-size:17px;flex-shrink:0;margin-right:8px}.ht-search__input{flex:1;border:none;outline:none;font-family:var(--ht-font-body);font-size:15px;padding:8px 0}.ht-search__close{background:none;border:none;font-size:17px;cursor:pointer;color:var(--ht-gray-400);flex-shrink:0}.ht-search__trending{max-width:700px;margin:14px auto 0}.ht-search__label{font-size:11px;font-weight:700;color:var(--ht-gray-500);text-transform:uppercase;letter-spacing:.12em;margin-bottom:9px}.ht-search__chips{display:flex;flex-wrap:wrap;gap:7px}.ht-chip{display:inline-block;padding:6px 14px;background:var(--ht-gray-100);color:var(--ht-black);border-radius:var(--ht-radius-full);font-size:12.5px;font-weight:600;text-decoration:none;transition:all .18s;font-family:var(--ht-font-body)}.ht-chip:hover{background:var(--ht-orange);color:#fff}@keyframes htFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}[data-ht-fade]{opacity:0}[data-ht-fade].visible{animation:htFadeUp .5s var(--ht-ease) both}[data-ht-fade].visible:nth-child(2){animation-delay:.07s}[data-ht-fade].visible:nth-child(3){animation-delay:.14s}[data-ht-fade].visible:nth-child(4){animation-delay:.21s}.ht-cat-grid{grid-template-columns:repeat(6,1fr)!important;gap:16px}.ht-cat-item{background:#fff;border:1.5px solid #ebebeb;border-radius:18px;padding:28px 14px 22px;display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none;color:var(--ht-black);transition:all .25s var(--ht-ease);box-shadow:0 2px 10px #0000000a}.ht-cat-item:hover{border-color:var(--ht-orange);box-shadow:0 10px 32px #ff6b3524;transform:translateY(-5px)}.ht-cat-icon{width:60px;height:60px;background:linear-gradient(135deg,#ff6b3514,#ff6b3529);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--ht-orange);font-size:0;flex-shrink:0;transition:background .25s}.ht-cat-item:hover .ht-cat-icon{background:linear-gradient(135deg,#ff6b352e,#ff6b3547)}.ht-cat-icon svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ht-cat-name{font-size:13.5px;font-weight:700;font-family:var(--ht-font-heading);text-align:center;line-height:1.3;color:var(--ht-black)}.ht-cat-item--accent .ht-cat-icon{background:linear-gradient(135deg,#ff6b3533,#ff6b3559)}@media(max-width:1200px){.ht-prod-grid{grid-template-columns:repeat(3,1fr)}.ht-cat-grid{grid-template-columns:repeat(6,1fr)!important}}@media(max-width:960px){.ht-header__search{display:none}.ht-hamburger{display:flex}.ht-navbar{display:none}.ht-prod-grid{grid-template-columns:repeat(2,1fr);gap:14px}.ht-reviews-grid{grid-template-columns:1fr 1fr}.ht-footer__grid{grid-template-columns:1fr 1fr;gap:28px}.ht-cat-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px}.ht-cat-item{padding:22px 10px 18px}}@media(max-width:640px){.ht-section{padding:44px 16px}.ht-hero{min-height:100svh}.ht-hero__content{padding:48px 20px;width:100%;box-sizing:border-box}.ht-cat-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}.ht-cat-item{padding:20px 10px 16px;border-radius:14px}.ht-cat-icon{width:48px;height:48px;border-radius:12px}.ht-cat-icon svg{width:24px;height:24px}.ht-cat-name{font-size:12.5px}.ht-prod-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ht-card__body{padding:10px 10px 9px}.ht-card__name{font-size:12px}.ht-price-now{font-size:15px}.ht-btn-cart,.ht-btn-buynow{padding:8px 6px;font-size:11px}.ht-reviews-grid{grid-template-columns:1fr}.ht-footer__grid{grid-template-columns:1fr;gap:24px}.ht-footer__bottom{flex-direction:column;text-align:center}.ht-trust-bar__inner{gap:14px;flex-wrap:wrap}.ht-promo__stats{gap:24px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/ht3.css.map */
