@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{--tec-green:#7d1935;--tec-green-dark:#611028;--tec-green-darker:#4d0d20;--tec-dark:#1c1c1c;--tec-dark-2:#262626;--tec-ink:#1f2430;--tec-muted:#6b7280;--tec-line:#e6e8eb;--tec-bg:#ffffff;--tec-surface:#f4f6f8;--tec-sale:#e4322b;--tec-star:#f6a623;--tec-radius:10px;--tec-radius-sm:6px;--tec-radius-pill:999px;--tec-font:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--tec-shadow:0 1px 3px rgba(16,24,40,.08),0 1px 2px rgba(16,24,40,.04);--tec-shadow-hover:0 10px 26px rgba(16,24,40,.14);--tec-maxw:1400px}.tec-scope,.tec-scope *{box-sizing:border-box}.tec-scope{font-family:var(--tec-font);color:var(--tec-ink);line-height:1.5;-webkit-font-smoothing:antialiased}.tec-scope img{max-width:100%;display:block}.tec-scope a{color:inherit;text-decoration:none}.tec-container{max-width:var(--tec-maxw);margin:0 auto;padding:0 clamp(12px,3vw,28px)}.tec-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--tec-font);font-weight:600;font-size:14px;line-height:1;border:0;cursor:pointer;border-radius:var(--tec-radius-sm);padding:12px 18px;transition:background .15s ease,transform .05s ease;text-align:center}.tec-btn--green{background:var(--tec-green);color:#fff}.tec-btn--green:hover{background:var(--tec-green-dark)}.tec-btn--block{width:100%}.tec-btn--lg{padding:15px 22px;font-size:15px}.tec-btn:active{transform:translateY(1px)}.tec-btn--outline{background:#fff;color:var(--tec-green-dark);border:1.5px solid var(--tec-green)}.tec-btn--outline:hover{background:var(--tec-green);color:#fff}.tec-announce{background:var(--tec-dark);color:#f3f4f6;font-size:12.5px}.tec-announce .tec-container{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:38px;flex-wrap:wrap}.tec-announce__left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tec-announce__promo{display:inline-flex;align-items:center;gap:8px}.tec-announce__promo b{color:#fff;font-weight:600}.tec-announce__pill{background:var(--tec-green);color:#fff;font-weight:600;padding:3px 9px;border-radius:var(--tec-radius-pill);font-size:11px;white-space:nowrap}.tec-announce__right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.tec-announce__right a{color:#d1d5db;transition:color .15s}.tec-announce__right a:hover{color:#fff}@media(max-width:900px){.tec-announce__right{display:none}.tec-announce .tec-container{justify-content:center}}.tec-header{background:#fff;border-bottom:1px solid var(--tec-line)}.tec-header__top{display:flex;align-items:center;gap:20px;padding:14px 0}.tec-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.tec-logo__mark{width:40px;height:40px;border-radius:9px;background:var(--tec-green);color:#fff;display:grid;place-items:center;font-weight:800;font-size:20px}.tec-logo__txt{display:flex;flex-direction:column;line-height:1}.tec-logo__txt b{font-size:19px;font-weight:800;letter-spacing:.3px;color:var(--tec-ink)}.tec-logo__txt span{font-size:9.5px;letter-spacing:2.5px;color:var(--tec-green-dark);font-weight:600;text-transform:uppercase;margin-top:3px}.tec-search{flex:1;display:flex;max-width:640px;margin:0 auto}.tec-search form{display:flex;width:100%;border:1.5px solid var(--tec-green);border-radius:var(--tec-radius-sm);overflow:hidden;background:#fff}.tec-search input{flex:1;border:0;padding:11px 14px;font-family:var(--tec-font);font-size:14px;outline:none}.tec-search button{background:var(--tec-green);color:#fff;border:0;padding:0 18px;cursor:pointer;display:grid;place-items:center}.tec-search button:hover{background:var(--tec-green-dark)}.tec-header__actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.tec-haction{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--tec-ink)}.tec-haction svg{width:22px;height:22px;stroke:var(--tec-ink)}.tec-haction small{display:block;color:var(--tec-muted);font-size:11px}.tec-haction b{font-weight:600;font-size:13px}.tec-cart{position:relative}.tec-cart__count{position:absolute;top:-8px;right:-10px;background:var(--tec-green);color:#fff;font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:999px;display:grid;place-items:center;padding:0 4px}.tec-social{display:flex;align-items:center;gap:12px}.tec-social a svg{width:17px;height:17px;fill:var(--tec-muted);transition:fill .15s}.tec-social a:hover svg{fill:var(--tec-green)}.tec-nav{background:var(--tec-green)}.tec-nav__inner{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.tec-nav a{color:#fff;font-size:13.5px;font-weight:500;padding:13px 15px;display:inline-flex;align-items:center;gap:6px;transition:background .15s}.tec-nav a:hover{background:var(--tec-green-dark)}.tec-nav a.tec-nav--strong{font-weight:600}.tec-nav svg{width:15px;height:15px}.tec-navtoggle{display:none}@media(max-width:1024px){.tec-search{order:3;flex-basis:100%;max-width:100%;margin-top:12px}.tec-header__top{flex-wrap:wrap}}@media(max-width:768px){.tec-header__actions{gap:14px}.tec-haction span{display:none}.tec-nav__inner{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tec-nav__inner::-webkit-scrollbar{display:none}.tec-nav a{white-space:nowrap;padding:12px;font-size:13px}}.tec-collhead{padding:22px 0 6px}.tec-collhead h1{font-size:clamp(19px,2.4vw,26px);font-weight:700;color:var(--tec-ink);margin:0}.tec-collhead h1 span{color:var(--tec-muted);font-size:14px;font-weight:500}.tec-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 0 18px;border-bottom:1px solid var(--tec-line)}.tec-toolbar__label{font-size:13px;font-weight:600;color:var(--tec-muted);margin-right:4px}.tec-chip{font-size:12.5px;padding:7px 13px;border:1px solid var(--tec-line);border-radius:var(--tec-radius-pill);background:#fff;color:var(--tec-ink);cursor:pointer;transition:.15s}.tec-chip:hover{border-color:var(--tec-green);color:var(--tec-green-dark)}.tec-chip--active{background:var(--tec-green);color:#fff;border-color:var(--tec-green)}.tec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:24px 0 8px}@media(max-width:1024px){.tec-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.tec-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.tec-card{position:relative;background:#fff;border:1px solid var(--tec-line);border-radius:var(--tec-radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s}.tec-card:hover{box-shadow:var(--tec-shadow-hover);transform:translateY(-3px)}.tec-card__media{position:relative;aspect-ratio:1/1;background:var(--tec-surface);padding:14px;display:grid;place-items:center}.tec-card__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.tec-card__ph{width:100%;height:100%;border-radius:8px;background:repeating-linear-gradient(135deg,#eef1f4 0 14px,#e7ebef 14px 28px);display:grid;place-items:center;color:#aab2bd;font-size:12px;font-weight:600;text-align:center}.tec-badge-sale{position:absolute;top:10px;left:10px;z-index:2;background:#fff;border:1px solid var(--tec-line);border-radius:var(--tec-radius-sm);padding:3px 8px;font-size:10px;font-weight:700;line-height:1.2;box-shadow:var(--tec-shadow)}.tec-badge-sale small{display:block;color:var(--tec-muted);font-weight:600;font-size:8px;letter-spacing:.5px;text-transform:uppercase}.tec-badge-sale b{color:var(--tec-sale);font-size:11px}.tec-badge-new{position:absolute;top:10px;right:10px;z-index:2;width:34px;height:34px;border-radius:999px;background:var(--tec-green);color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;box-shadow:var(--tec-shadow)}.tec-card__body{padding:12px 13px 14px;display:flex;flex-direction:column;gap:8px;flex:1}.tec-card__title{font-size:13px;font-weight:500;color:var(--tec-ink);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.tec-price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.tec-price__now{font-size:15px;font-weight:700;color:var(--tec-ink)}.tec-price__was{font-size:12px;color:var(--tec-muted);text-decoration:line-through}.tec-rating{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--tec-muted)}.tec-stars{color:var(--tec-star);letter-spacing:1px;font-size:12px}.tec-discount-pill{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;background:#f8ecef;color:var(--tec-green-darker);border:1px solid #e6c9d1;border-radius:var(--tec-radius-sm);font-size:10.5px;font-weight:600;padding:4px 8px}.tec-timer{display:flex;align-items:center;gap:6px;background:#fff5f5;border:1px solid #f7d4d2;color:var(--tec-sale);border-radius:var(--tec-radius-sm);font-size:11px;font-weight:600;padding:5px 8px;justify-content:center}.tec-timer svg{width:13px;height:13px}.tec-card .tec-btn{margin-top:auto}.tec-seo{background:#fff;padding:40px 0;border-top:1px solid var(--tec-line)}.tec-seo h2{font-size:clamp(20px,2.6vw,28px);font-weight:700;margin:0 0 6px;color:var(--tec-ink)}.tec-seo h3{font-size:clamp(16px,2vw,20px);font-weight:700;margin:26px 0 10px;color:var(--tec-ink)}.tec-seo p{color:#4b5563;font-size:14.5px;margin:0 0 12px;max-width:none}.tec-seo__lead{color:var(--tec-green-dark);font-weight:600}.tec-seo ul{list-style:none;padding:0;margin:12px 0;display:grid;gap:10px}.tec-seo ul li{position:relative;padding-left:30px;color:#4b5563;font-size:14px}.tec-seo ul li:before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:999px;background:var(--tec-green)}.tec-seo ul li:after{content:"\2713";position:absolute;left:5px;top:1px;color:#fff;font-size:12px;font-weight:700}.tec-footer{background:var(--tec-green);color:#f5e3e8}.tec-footer__main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:32px;padding:44px 0 34px}.tec-footer h4{font-size:15px;font-weight:700;color:#fff;margin:0 0 16px}.tec-footer p{font-size:13px;color:#e9cdd5;line-height:1.7;margin:0 0 14px}.tec-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.tec-footer ul a{font-size:13px;color:#e9cdd5;transition:color .15s}.tec-footer ul a:hover{color:#fff}.tec-footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}.tec-footer__logo .tec-logo__mark{background:#fff;color:var(--tec-green)}.tec-footer__logo b{color:#fff;font-size:18px;font-weight:800}.tec-foot-contact{display:grid;gap:12px}.tec-foot-contact div{display:flex;gap:10px;font-size:13px;color:#f5e3e8;align-items:flex-start}.tec-foot-contact svg{width:17px;height:17px;flex-shrink:0;margin-top:2px;fill:#fff}.tec-foot-contact small{display:block;color:#cf9fac;font-size:11px}.tec-footer__bar{background:var(--tec-green-darker);border-top:1px solid rgba(255,255,255,.08)}.tec-footer__bar .tec-container{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-top:14px;padding-bottom:14px}.tec-footer__bar p{margin:0;font-size:12.5px;color:#cf9fac}.tec-footer__pay{display:flex;gap:7px;flex-wrap:wrap}.tec-footer__pay span{background:#fff;color:#333;border-radius:4px;font-size:9px;font-weight:700;padding:4px 7px;letter-spacing:.3px}@media(max-width:900px){.tec-footer__main{grid-template-columns:1fr 1fr;gap:26px}}@media(max-width:520px){.tec-footer__main{grid-template-columns:1fr}}.tec-breadcrumb{font-size:12.5px;color:var(--tec-muted);padding:16px 0}.tec-breadcrumb a:hover{color:var(--tec-green-dark)}.tec-pdp{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;padding:8px 0 40px}@media(max-width:900px){.tec-pdp{grid-template-columns:1fr;gap:26px}}.tec-gallery{display:flex;flex-direction:column;gap:12px}.tec-gallery__main{position:relative;aspect-ratio:1/1;background:var(--tec-surface);border:1px solid var(--tec-line);border-radius:var(--tec-radius);display:grid;place-items:center;padding:24px;overflow:hidden}.tec-gallery__main img{width:100%;height:100%;object-fit:contain}.tec-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.tec-gallery__thumbs button{width:66px;height:66px;border:1.5px solid var(--tec-line);border-radius:var(--tec-radius-sm);background:var(--tec-surface);padding:6px;cursor:pointer;overflow:hidden}.tec-gallery__thumbs button.is-active{border-color:var(--tec-green)}.tec-gallery__thumbs img{width:100%;height:100%;object-fit:contain}.tec-buybox{display:flex;flex-direction:column;gap:16px}.tec-buybox h1{font-size:clamp(19px,2.5vw,25px);font-weight:700;color:var(--tec-ink);line-height:1.35;margin:0}.tec-buybox__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12.5px;color:var(--tec-muted)}.tec-buybox__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.tec-buybox__price .now{font-size:28px;font-weight:800;color:var(--tec-green-dark)}.tec-buybox__price .was{font-size:16px;color:var(--tec-muted);text-decoration:line-through}.tec-buybox__price .off{background:var(--tec-sale);color:#fff;font-size:12px;font-weight:700;padding:3px 9px;border-radius:var(--tec-radius-sm)}.tec-optrow{display:flex;flex-direction:column;gap:8px}.tec-optrow>span{font-size:12.5px;font-weight:600;color:var(--tec-ink)}.tec-opts{display:flex;gap:8px;flex-wrap:wrap}.tec-opts label{border:1.5px solid var(--tec-line);border-radius:var(--tec-radius-sm);padding:8px 14px;font-size:13px;cursor:pointer;transition:.15s}.tec-opts input{position:absolute;opacity:0;pointer-events:none}.tec-opts input:checked+span,.tec-opts label:has(input:checked){border-color:var(--tec-green);background:#f8ecef;color:var(--tec-green-darker);font-weight:600}.tec-qtyrow{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}.tec-qty{display:inline-flex;align-items:center;border:1.5px solid var(--tec-line);border-radius:var(--tec-radius-sm);overflow:hidden}.tec-qty button{width:42px;background:var(--tec-surface);border:0;font-size:18px;cursor:pointer;color:var(--tec-ink)}.tec-qty input{width:48px;text-align:center;border:0;font-family:var(--tec-font);font-size:15px;font-weight:600;outline:none;-moz-appearance:textfield}.tec-qty input::-webkit-outer-spin-button,.tec-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tec-buybox__atc{flex:1;min-width:200px}.tec-payoff{display:flex;align-items:center;gap:10px;background:#f8ecef;border:1px dashed var(--tec-green);border-radius:var(--tec-radius);padding:12px 14px;font-size:13px;color:var(--tec-green-darker)}.tec-payoff b{color:var(--tec-green-dark)}.tec-payoff__badge{background:var(--tec-green);color:#fff;font-weight:700;font-size:13px;padding:5px 10px;border-radius:var(--tec-radius-sm);white-space:nowrap}.tec-pay-icons{display:flex;flex-direction:column;gap:8px}.tec-pay-icons>span{font-size:11.5px;color:var(--tec-muted);font-weight:600}.tec-pay-icons__row{display:flex;gap:8px;flex-wrap:wrap}.tec-pay-icons__row span{background:#fff;border:1px solid var(--tec-line);border-radius:5px;font-size:10px;font-weight:700;color:#374151;padding:6px 9px}.tec-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border-top:1px solid var(--tec-line);padding-top:16px}.tec-trust div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;font-size:11px;color:var(--tec-muted)}.tec-trust svg{width:26px;height:26px;stroke:var(--tec-green)}@media(max-width:520px){.tec-trust{grid-template-columns:repeat(2,1fr)}}.tec-features{padding:40px 0;border-top:1px solid var(--tec-line)}.tec-features h2{text-align:center;font-size:clamp(20px,2.6vw,28px);font-weight:700;margin:0 0 26px;color:var(--tec-ink)}.tec-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:34px}@media(max-width:900px){.tec-features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.tec-features__grid{grid-template-columns:1fr}}.tec-fcard{background:var(--tec-surface);border:1px solid var(--tec-line);border-radius:var(--tec-radius);padding:22px 18px;text-align:center}.tec-fcard__ico{width:52px;height:52px;border-radius:12px;background:#f8ecef;display:grid;place-items:center;margin:0 auto 14px}.tec-fcard__ico svg{width:26px;height:26px;stroke:var(--tec-green-dark)}.tec-fcard h3{font-size:15px;font-weight:700;margin:0 0 8px;color:var(--tec-ink)}.tec-fcard p{font-size:13px;color:var(--tec-muted);margin:0;line-height:1.6}.tec-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:28px 0}.tec-feature-row:nth-child(2n) .tec-feature-row__media{order:2}@media(max-width:768px){.tec-feature-row{grid-template-columns:1fr;gap:16px}.tec-feature-row:nth-child(2n) .tec-feature-row__media{order:0}}.tec-feature-row__media{aspect-ratio:16/10;background:var(--tec-surface);border:1px solid var(--tec-line);border-radius:var(--tec-radius);overflow:hidden;display:grid;place-items:center}.tec-feature-row__media img{width:100%;height:100%;object-fit:cover}.tec-feature-row h3{font-size:clamp(18px,2.2vw,22px);font-weight:700;color:var(--tec-green-dark);margin:0 0 10px}.tec-feature-row p{font-size:14.5px;color:#4b5563;line-height:1.7;margin:0}.tec-faq{padding:40px 0;border-top:1px solid var(--tec-line)}.tec-faq h2{text-align:center;font-size:clamp(20px,2.6vw,28px);font-weight:700;margin:0 0 24px;color:var(--tec-ink)}.tec-faq__list{max-width:860px;margin:0 auto;display:grid;gap:12px}.tec-faq details{border:1px solid var(--tec-line);border-radius:var(--tec-radius);background:#fff;overflow:hidden}.tec-faq summary{list-style:none;cursor:pointer;padding:16px 18px;font-size:14.5px;font-weight:600;color:var(--tec-ink);display:flex;align-items:center;justify-content:space-between;gap:12px}.tec-faq summary::-webkit-details-marker{display:none}.tec-faq summary:after{content:"+";font-size:22px;color:var(--tec-green);font-weight:400;line-height:1;transition:transform .2s}.tec-faq details[open] summary:after{content:"\2212"}.tec-faq details[open] summary{background:#f8ecef;color:var(--tec-green-darker)}.tec-faq__ans{padding:14px 18px 18px;font-size:14px;color:#4b5563;line-height:1.7}.tec-reviews{padding:40px 0;border-top:1px solid var(--tec-line)}.tec-reviews h2{text-align:center;font-size:clamp(20px,2.6vw,28px);font-weight:700;margin:0 0 24px;color:var(--tec-ink)}.tec-reviews__summary{display:grid;grid-template-columns:220px 1fr;gap:30px;align-items:center;background:var(--tec-surface);border:1px solid var(--tec-line);border-radius:var(--tec-radius);padding:26px;margin-bottom:26px}@media(max-width:640px){.tec-reviews__summary{grid-template-columns:1fr;gap:18px;text-align:center}}.tec-reviews__score{text-align:center}.tec-reviews__score b{font-size:46px;font-weight:800;color:var(--tec-ink);line-height:1}.tec-reviews__score .tec-stars{font-size:18px;display:block;margin:8px 0 4px}.tec-reviews__score small{color:var(--tec-muted);font-size:12px}.tec-bars{display:grid;gap:8px}.tec-bar{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--tec-muted)}.tec-bar__track{flex:1;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.tec-bar__fill{height:100%;background:var(--tec-star);border-radius:999px}.tec-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:820px){.tec-reviews__grid{grid-template-columns:1fr}}.tec-rcard{border:1px solid var(--tec-line);border-radius:var(--tec-radius);padding:18px;background:#fff}.tec-rcard__top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.tec-rcard__av{width:38px;height:38px;border-radius:999px;background:var(--tec-green);color:#fff;display:grid;place-items:center;font-weight:700;font-size:15px}.tec-rcard__top b{font-size:13.5px;display:block}.tec-rcard__top .tec-stars{font-size:12px}.tec-rcard h4{font-size:13.5px;font-weight:700;margin:0 0 6px;color:var(--tec-ink)}.tec-rcard p{font-size:13px;color:#4b5563;line-height:1.6;margin:0}.tec-related{padding:40px 0;border-top:1px solid var(--tec-line)}.tec-related h2{font-size:clamp(19px,2.4vw,24px);font-weight:700;margin:0 0 20px;color:var(--tec-ink)}.tec-sticky{display:none}@media(max-width:768px){.tec-sticky{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:9998;background:#fff;border-top:1px solid var(--tec-line);padding:10px 14px;gap:12px;align-items:center;box-shadow:0 -3px 14px #00000014;transform:translateY(110%);transition:transform .25s}.tec-sticky.is-visible{transform:translateY(0)}.tec-sticky__price{font-weight:800;font-size:16px;color:var(--tec-green-dark);white-space:nowrap}.tec-sticky .tec-btn{flex:1}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/tec-clone-styles.css.map */
