:root{--orange: #F7941D;--orange-dark: #E8850F;--blue: #4A90A4;--blue-dark: #3A7A8E;--green: #067D62;--white: #FFFFFF;--gray-50: #FAFAFA;--gray-100: #F5F5F5;--gray-300: #E0E0E0;--gray-500: #9E9E9E;--black: #0F1111;--text: #0F1111;--text-light: #565959;--text-muted: #888C8C;--link: #007185;--error: #B12704;--border: #DDD}*{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{font-family:Arial,sans-serif;background:var(--white);color:var(--text);line-height:1.5}a{color:var(--link);text-decoration:none}a:hover{color:var(--orange-dark);text-decoration:underline}img,video{max-width:100%;height:auto}.header{background:linear-gradient(to bottom,var(--blue),var(--blue-dark));position:sticky;top:0;z-index:1000}.header__top{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;max-width:1400px;margin:0 auto;gap:16px}.header__logo{display:flex;align-items:center}.header__logo img{height:70px;width:auto}.header__actions{display:flex;align-items:center;gap:16px}.header__cart{display:flex;align-items:center;gap:4px;color:#fff;padding:8px;border:1px solid transparent;border-radius:4px;position:relative}.header__cart:hover{border-color:#fff;color:#fff;text-decoration:none}.header__cart svg{width:28px;height:28px;stroke:#fff;fill:none}.header__cart-count{position:absolute;top:0;left:16px;background:var(--orange);color:var(--black);font-size:14px;font-weight:700;padding:0 6px;border-radius:10px}.header__nav{background:var(--blue-dark);padding:8px 16px}.header__nav-wrapper{display:flex;gap:24px;max-width:1400px;margin:0 auto}.header__nav-link{color:#fff;font-size:13px;padding:4px 8px;border:1px solid transparent;border-radius:4px}.header__nav-link:hover{border-color:#fff;color:#fff;text-decoration:none}.hero{background:var(--gray-100)}.hero__video-container{display:flex;justify-content:center;background:#fff;max-height:450px;overflow:hidden}.hero__video{width:100%;max-width:650px}.product-section{padding:32px 16px;max-width:1200px;margin:0 auto}.product-card{display:grid;grid-template-columns:1fr 1fr;gap:32px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:24px}.product-card__image{display:flex;align-items:center;justify-content:center;background:var(--gray-50);border-radius:8px;padding:16px}.product-card__image video{max-height:320px;border-radius:4px}.product-card__badge{display:inline-block;background:var(--error);color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:4px;margin-bottom:8px}.product-card__title{font-size:20px;font-weight:400;margin-bottom:8px}.product-card__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-card__stars{display:flex}.product-card__star{width:16px;height:16px;fill:var(--orange)}.product-card__separator{height:1px;background:var(--gray-300);margin:16px 0}.variant-selector{margin:16px 0}.variant-selector__label{font-weight:700;margin-bottom:12px}.variant-selector__options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{display:flex;flex-direction:column;align-items:center;padding:12px 16px;border:2px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;min-width:130px;text-align:center}.variant-option:hover{border-color:var(--blue)}.variant-option.active{border-color:var(--orange);background:#fff8f0}.variant-option__name{font-size:11px;font-weight:600;margin-bottom:4px}.variant-option__price{font-size:15px;font-weight:700;color:var(--orange)}.product-card__price{font-size:32px;margin-bottom:8px}.product-card__price-compare{font-size:13px;color:var(--text-muted);text-decoration:line-through}.product-card__shipping{display:flex;align-items:center;gap:6px;color:var(--text-light);font-size:13px;margin:16px 0}.product-card__shipping svg{width:20px;height:20px;stroke:var(--blue)}.product-card__stock{color:var(--green);font-size:16px;font-weight:500;margin-bottom:16px}.product-card__description{color:var(--text-light);margin-bottom:16px;min-height:50px}.product-card__features{list-style:none;margin-bottom:24px}.product-card__feature{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:13px}.product-card__feature svg{width:16px;height:16px;stroke:var(--green)}.buy-box{background:var(--gray-50);border:1px solid var(--border);border-radius:8px;padding:16px}.buy-box__price{font-size:18px;font-weight:700;margin-bottom:8px}.buy-box__delivery{font-size:13px;color:var(--text-light);margin-bottom:16px}.buy-box__quantity{display:flex;align-items:center;gap:8px;margin-bottom:16px}.buy-box__quantity select{padding:8px 16px;border:1px solid var(--border);border-radius:4px}.btn-add-cart{width:100%;background:linear-gradient(to bottom,#ffd814,#f7ca00);border:1px solid #F2C200;border-radius:20px;padding:10px;font-size:13px;font-weight:500;cursor:pointer;margin-bottom:8px}.btn-add-cart:hover{background:linear-gradient(to bottom,#f7ca00,#e5b800)}.btn-buy-now{width:100%;background:linear-gradient(to bottom,#ffa41c,#ff8f00);border:1px solid #E77600;border-radius:20px;padding:10px;font-size:13px;font-weight:500;cursor:pointer}.btn-buy-now:hover{background:linear-gradient(to bottom,#ff8f00,#e77600)}.buy-box__secure{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-muted);margin-top:16px}.section-title{font-size:20px;font-weight:700;margin-bottom:24px;text-align:center}.how-it-works{background:var(--gray-100);padding:48px 16px}.how-it-works__wrapper{max-width:1200px;margin:0 auto}.how-it-works__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.step-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:24px;text-align:center}.step-card__number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--orange);color:#fff;font-weight:700;border-radius:50%;margin-bottom:12px}.step-card__title{font-weight:700;margin-bottom:8px}.step-card__text{font-size:13px;color:var(--text-light)}.testimonials{padding:48px 16px;max-width:1200px;margin:0 auto}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:16px}.testimonial-card__header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.testimonial-card__avatar{width:32px;height:32px;background:var(--gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.testimonial-card__name{font-size:13px;font-weight:700}.testimonial-card__verified{font-size:11px;color:var(--link)}.testimonial-card__stars{display:flex;margin-bottom:8px}.testimonial-card__title{font-size:13px;font-weight:700;margin-bottom:4px}.testimonial-card__text{font-size:13px;color:var(--text-light)}.faq{background:var(--gray-100);padding:48px 16px}.faq__wrapper{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid var(--border);border-radius:8px;margin-bottom:8px}.faq-item__question{width:100%;padding:16px;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;font-weight:700;text-align:left}.faq-item__icon{width:20px;height:20px;stroke:var(--text-light);transition:transform .2s}.faq-item.active .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s}.faq-item.active .faq-item__answer{max-height:300px}.faq-item__answer-content{padding:0 16px 16px;font-size:13px;color:var(--text-light)}.footer{background:var(--blue-dark);color:#fff}.footer__back-top{background:var(--blue);padding:16px;text-align:center;cursor:pointer}.footer__main{padding:32px 16px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.footer__section-title{font-weight:700;margin-bottom:16px}.footer__links{list-style:none}.footer__link{display:block;color:#ccc;font-size:13px;padding:4px 0}.footer__link:hover{color:#fff}.footer__bottom{background:var(--black);padding:24px 16px;text-align:center}.footer__copyright{font-size:12px;color:#888}@media (max-width: 900px){.product-card{grid-template-columns:1fr}.how-it-works__steps{grid-template-columns:repeat(2,1fr)}.testimonials__grid{grid-template-columns:1fr}.footer__main{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.how-it-works__steps{grid-template-columns:1fr}.variant-selector__options{flex-direction:column}.variant-option{width:100%;flex-direction:row;justify-content:space-between}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/base.css.map */
