:root{--tp-white: #FFFFFF;--tp-off-white: #F5F7FA;--tp-dark: #0A0F1E;--tp-dark-mid: #1E2A3A;--tp-muted: #6B7A90;--tp-border: #E8ECF2;--tp-blue: #1A6EEB;--tp-blue-light: #3D8AF5;--tp-blue-pale: #EBF2FF;--tp-gold: #E8B84B;--tp-gold-pale: #FFF8E6;--tp-red: #E53E3E;--tp-green: #16A34A;--tp-radius: 10px;--tp-radius-lg: 18px;--tp-max: 1280px;--tp-shadow: 0 2px 16px rgba(10, 15, 30, .08);--tp-shadow-lg: 0 8px 48px rgba(10, 15, 30, .14);--tp-font-heading: "Barlow Condensed", "Arial Narrow", sans-serif;--tp-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--tp-font-body);font-size:16px;line-height:1.7;color:var(--tp-dark);background:var(--tp-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--tp-blue);text-decoration:none}button{font-family:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4{font-family:var(--tp-font-heading);color:var(--tp-dark);margin:0 0 .4em;line-height:1.05}h1{font-size:clamp(48px,6vw,80px);font-weight:900;text-transform:uppercase;letter-spacing:-.02em}h2{font-size:clamp(32px,4vw,56px);font-weight:800;text-transform:uppercase;letter-spacing:-.01em}h3{font-size:clamp(20px,2.5vw,28px);font-weight:700}p{margin:0 0 1em;color:var(--tp-muted)}.tp-body-text{font-size:16px;font-weight:400;color:var(--tp-muted);line-height:1.7}.tp-section{padding:80px 24px;max-width:var(--tp-max);margin:0 auto}.tp-section--wide{max-width:100%}.tp-section--alt{background:var(--tp-off-white)}.tp-section-header{margin-bottom:48px}.tp-section-header--center{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.tp-bg-alt{background:var(--tp-off-white)}.tp-label{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--tp-blue);background:var(--tp-blue-pale);padding:5px 12px;border-radius:40px;margin-bottom:12px}.tp-btn,.tp-btn--ghost,.tp-btn--white{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--tp-radius);padding:14px 28px;font-family:var(--tp-font-body);font-weight:600;font-size:15px;line-height:1;text-decoration:none;border:1.5px solid transparent;transition:all .2s ease;white-space:nowrap}.tp-btn{background:var(--tp-blue);color:var(--tp-white);border-color:var(--tp-blue)}.tp-btn:hover{background:var(--tp-blue-light);border-color:var(--tp-blue-light);transform:translateY(-1px)}.tp-btn--ghost{background:transparent;color:var(--tp-dark);border-color:var(--tp-dark)}.tp-btn--ghost:hover{background:var(--tp-dark);color:var(--tp-white)}.tp-btn--white{background:var(--tp-white);color:var(--tp-blue);border-color:var(--tp-white)}.tp-btn--white:hover{background:var(--tp-blue-pale);border-color:var(--tp-blue-pale)}.tp-btn--ghost-white{background:transparent;color:var(--tp-white);border-color:#fff9}.tp-btn--ghost-white:hover{background:#ffffff1f;border-color:var(--tp-white)}.tp-btn--full{width:100%}.tp-chip-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px}.tp-chip{font-size:14px;font-weight:600;color:var(--tp-dark-mid)}.tp-marquee{width:100%;overflow:hidden;white-space:nowrap}.tp-marquee-track{display:inline-flex;width:max-content;animation:tp-marquee-scroll linear infinite}.tp-marquee-track span{display:inline-block;padding:9px 0;font-size:13px;font-weight:600;letter-spacing:.02em}@keyframes tp-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tp-marquee:hover .tp-marquee-track{animation-play-state:paused}.tp-nav{position:sticky;top:0;z-index:1000;background:var(--tp-white);box-shadow:none;transition:all .3s ease}.tp-nav__inner{max-width:var(--tp-max);margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;transition:padding .3s ease}.tp-nav--scrolled{box-shadow:0 1px #0000000f,0 4px 20px #0000000f}.tp-nav--scrolled .tp-nav__inner{padding-top:12px;padding-bottom:12px}.tp-nav__logo{font-family:var(--tp-font-heading);font-weight:700;font-size:22px;color:var(--tp-dark);text-transform:uppercase;letter-spacing:.01em}.tp-nav__logo img{max-height:40px;width:auto}.tp-nav__links{display:flex;align-items:center;gap:28px}.tp-nav__links a{font-size:15px;font-weight:500;color:var(--tp-dark);transition:color .2s ease}.tp-nav__links a:hover{color:var(--tp-blue)}.tp-nav__right{display:flex;align-items:center;gap:20px}.tp-nav__phone{font-size:15px;font-weight:600;color:var(--tp-dark)}.tp-nav__cart{position:relative;display:inline-flex;color:var(--tp-dark)}.tp-nav__cart svg{width:24px;height:24px}.tp-nav__cart-bubble{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--tp-blue);color:var(--tp-white);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.tp-nav__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:6px}.tp-nav__burger span{display:block;width:24px;height:2px;background:var(--tp-dark);border-radius:2px}.tp-drawer{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:85vw;background:var(--tp-white);z-index:1100;box-shadow:var(--tp-shadow-lg);transform:translate(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;padding:24px}.tp-drawer.tp-drawer--open{transform:translate(0)}.tp-drawer__close{align-self:flex-end;background:none;border:none;font-size:28px;line-height:1;color:var(--tp-dark)}.tp-drawer__links{display:flex;flex-direction:column;gap:4px;margin-top:16px}.tp-drawer__links a{font-size:18px;font-weight:600;color:var(--tp-dark);padding:12px 0;border-bottom:1px solid var(--tp-border)}.tp-drawer__phone{margin-top:auto;padding-top:24px;font-size:16px;font-weight:600;color:var(--tp-blue)}.tp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1e73;z-index:1050;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.tp-overlay.tp-overlay--show{opacity:1;visibility:visible}.tp-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--tp-white);overflow:hidden}.tp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 20%,rgba(26,110,235,.07) 0%,transparent 60%);pointer-events:none}.tp-hero__inner{position:relative;z-index:1;max-width:var(--tp-max);margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:55% 45%;align-items:center;gap:48px;width:100%}.tp-hero__sub{font-size:18px;max-width:520px;margin-bottom:28px}.tp-hero__ctas{display:flex;flex-wrap:wrap;gap:14px}.tp-hero__visual{display:flex;flex-direction:column;gap:16px}.tp-feature-card{position:relative;background:var(--tp-white);border:1px solid var(--tp-border);border-radius:16px;box-shadow:var(--tp-shadow);padding:20px}.tp-badge{position:absolute;top:16px;left:16px;z-index:2;background:var(--tp-blue);color:var(--tp-white);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 10px;border-radius:6px}.tp-img-placeholder{aspect-ratio:1 / 1;background:var(--tp-off-white);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--tp-muted)}.tp-img-placeholder img{width:100%;height:100%;object-fit:cover}.tp-feature-card__title{font-family:var(--tp-font-heading);font-size:22px;font-weight:700;margin:14px 0 4px;color:var(--tp-dark)}.tp-feature-card__price{font-size:18px;font-weight:600;color:var(--tp-dark);margin-bottom:14px}.tp-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tp-mini-card{background:var(--tp-white);border:1px solid var(--tp-border);border-radius:12px;padding:10px}.tp-mini-card .tp-img-placeholder{border-radius:8px}.tp-mini-card__title{font-size:13px;font-weight:600;color:var(--tp-dark);margin:8px 0 2px}.tp-mini-card__price{font-size:13px;color:var(--tp-muted)}.tp-trust-bar{background:var(--tp-off-white);border-top:1px solid var(--tp-border);border-bottom:1px solid var(--tp-border)}.tp-trust-bar__inner{max-width:var(--tp-max);margin:0 auto;padding:36px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.tp-trust-item{display:flex;align-items:flex-start;gap:14px}.tp-trust-item__icon{font-size:28px;line-height:1}.tp-trust-item__title{font-size:16px;font-weight:700;color:var(--tp-dark)}.tp-trust-item__sub{font-size:13px;color:var(--tp-muted)}.tp-products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}.tp-products__header-text{max-width:620px}.tp-link-arrow{font-size:15px;font-weight:600;color:var(--tp-blue);white-space:nowrap}.tp-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.tp-card{display:flex;flex-direction:column;background:var(--tp-white);border:1px solid var(--tp-border);border-radius:16px;overflow:hidden;transition:all .3s ease}.tp-card:hover{transform:translateY(-4px);box-shadow:var(--tp-shadow-lg)}.tp-card__media{aspect-ratio:1 / 1;background:var(--tp-off-white);overflow:hidden}.tp-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.tp-card:hover .tp-card__media img{transform:scale(1.04)}.tp-card__body{padding:20px;display:flex;flex-direction:column;flex:1}.tp-card__brand{font-size:11px;text-transform:uppercase;color:var(--tp-blue);font-weight:700;letter-spacing:.06em;margin-bottom:6px}.tp-card__title{font-family:var(--tp-font-heading);font-size:20px;font-weight:700;color:var(--tp-dark);margin-bottom:8px;line-height:1.15}.tp-card__price{font-size:18px;font-weight:600;color:var(--tp-dark);margin-bottom:16px}.tp-card__price del{color:var(--tp-muted);font-weight:400;margin-left:8px;font-size:15px}.tp-card__cta{margin-top:auto}.tp-zip__inner{max-width:var(--tp-max);margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:45% 55%;gap:48px;align-items:center}.tp-zip__card{background:var(--tp-white);border:1px solid var(--tp-border);border-radius:var(--tp-radius-lg);box-shadow:var(--tp-shadow);padding:32px}.tp-zip__form{display:flex;gap:10px}.tp-zip-input{flex:1;padding:14px 16px;border:1px solid var(--tp-border);border-radius:var(--tp-radius);font-size:16px;font-family:var(--tp-font-body);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.tp-zip-input:focus{border-color:var(--tp-blue);box-shadow:0 0 0 3px var(--tp-blue-pale)}.tp-zip__btn{border-radius:40px;padding:14px 26px}.tp-zip-result{margin-top:16px;font-size:15px;min-height:22px}.tp-zip-result--ok{color:var(--tp-green);font-weight:600}.tp-zip-result--no{color:var(--tp-red);font-weight:600}.tp-zip__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;text-align:center}.tp-stat__num{font-family:var(--tp-font-heading);font-size:36px;font-weight:800;color:var(--tp-blue);line-height:1}.tp-stat__label{font-size:13px;color:var(--tp-muted);margin-top:6px}.tp-zip-compact{max-width:460px;margin:36px auto 0}.tp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.tp-step{position:relative;padding:0 28px;text-align:center}.tp-step+.tp-step{border-left:1px solid var(--tp-border)}.tp-step__num{font-family:var(--tp-font-heading);font-size:80px;font-weight:900;color:#1a6eeb1a;line-height:1}.tp-step__icon{font-size:32px;margin:8px 0 14px}.tp-step__title{font-family:var(--tp-font-heading);font-size:22px;font-weight:700;color:var(--tp-dark);margin-bottom:8px}.tp-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tp-review{background:var(--tp-white);border:1px solid var(--tp-border);border-radius:16px;padding:28px}.tp-stars{color:var(--tp-gold);font-size:16px;letter-spacing:2px;margin-bottom:14px}.tp-review__text{font-style:italic;font-size:15px;color:var(--tp-muted);line-height:1.7;margin-bottom:20px}.tp-review__person{display:flex;align-items:center;gap:12px}.tp-avatar{width:40px;height:40px;border-radius:50%;background:var(--tp-blue);color:var(--tp-white);font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tp-review__name{font-weight:600;color:var(--tp-dark);font-size:14px}.tp-review__city{font-size:13px;color:var(--tp-muted)}.tp-about-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.tp-about-split__body{font-size:16px;color:var(--tp-muted);line-height:1.8}.tp-quote{border-left:3px solid var(--tp-blue);padding:4px 0 4px 20px;margin:24px 0;font-style:italic;color:var(--tp-dark);font-size:18px}.tp-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tp-stat-card{background:var(--tp-white);border:1px solid var(--tp-border);border-radius:16px;padding:24px}.tp-stat-card__num{font-family:var(--tp-font-heading);font-size:48px;font-weight:800;color:var(--tp-blue);line-height:1}.tp-stat-card__title{font-weight:700;color:var(--tp-dark);margin-top:8px}.tp-stat-card__sub{font-size:13px;color:var(--tp-muted)}.tp-city-cloud{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:880px;margin:0 auto}.tp-city-pill{border-radius:40px;background:var(--tp-white);color:var(--tp-muted);border:1px solid var(--tp-border);padding:6px 14px;font-size:13px}.tp-city-pill--featured{background:var(--tp-blue-pale);color:var(--tp-blue);border:1px solid rgba(26,110,235,.2);padding:8px 16px;font-size:14px;font-weight:600}.tp-final-cta{position:relative;background:var(--tp-blue);overflow:hidden}.tp-final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(255,255,255,.06) 0%,transparent 60%)}.tp-final-cta:after{content:"";position:absolute;bottom:-120px;right:-80px;width:360px;height:360px;border-radius:50%;background:#ffffff0d;pointer-events:none}.tp-final-cta__inner{position:relative;z-index:1;max-width:680px;margin:0 auto;padding:90px 24px;text-align:center;color:var(--tp-white)}.tp-final-cta h2{color:var(--tp-white)}.tp-final-cta p{color:#ffffffd9;font-size:18px}.tp-label--light{background:#ffffff26;color:var(--tp-white)}.tp-final-cta__ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:8px}.tp-final-cta__phone{display:inline-block;margin-top:24px;color:var(--tp-white);font-size:18px;font-weight:600}.tp-footer{background:var(--tp-dark);color:var(--tp-white)}.tp-footer__inner{max-width:var(--tp-max);margin:0 auto;padding:64px 24px 0;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}.tp-footer__brand{font-family:var(--tp-font-heading);font-size:22px;font-weight:700;color:var(--tp-white);text-transform:uppercase}.tp-footer p{color:#fff9;font-size:14px}.tp-footer__col-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--tp-white);margin-bottom:16px}.tp-footer__links a{display:block;color:#fff9;font-size:14px;padding:5px 0;transition:color .2s ease}.tp-footer__links a:hover{color:var(--tp-white)}.tp-footer__phone{color:var(--tp-blue-light);font-weight:600}.tp-footer__social{display:flex;gap:12px;margin-top:14px}.tp-footer__social a{color:#ffffffb3;font-size:14px;font-weight:600}.tp-footer__bottom{max-width:var(--tp-max);margin:48px auto 0;padding:20px 24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.tp-footer__bottom p{margin:0;font-size:13px}.tp-contact{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.tp-contact__cards{display:flex;flex-direction:column;gap:16px}.tp-info-card{background:var(--tp-white);border:1px solid var(--tp-border);border-radius:var(--tp-radius);padding:20px}.tp-info-card__icon{font-size:24px}.tp-info-card__title{font-weight:700;color:var(--tp-dark);margin:8px 0 4px}.tp-info-card__content{font-size:14px;color:var(--tp-muted)}.tp-form-card{background:var(--tp-white);border:1px solid var(--tp-border);border-radius:16px;box-shadow:var(--tp-shadow);padding:40px}.tp-field{margin-bottom:18px}.tp-field label{display:block;font-size:14px;font-weight:600;color:var(--tp-dark);margin-bottom:6px}.tp-field input,.tp-field textarea{width:100%;padding:12px 14px;border:1px solid var(--tp-border);border-radius:var(--tp-radius);font-size:14px;font-family:var(--tp-font-body);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.tp-field input:focus,.tp-field textarea:focus{border-color:var(--tp-blue);box-shadow:0 0 0 3px var(--tp-blue-pale)}.tp-field textarea{min-height:140px;resize:vertical}.tp-form-note{padding:14px 16px;border-radius:var(--tp-radius);margin-bottom:20px;font-size:14px}.tp-form-note--success{background:#eaf7ef;color:var(--tp-green)}.tp-about-hero{background:var(--tp-off-white);text-align:center;padding:96px 24px}.tp-about-hero__inner{max-width:760px;margin:0 auto}.tp-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.tp-story-grid .tp-img-placeholder{aspect-ratio:4 / 3;border-radius:16px}.tp-about-products{display:grid;grid-template-columns:1fr 1fr;gap:24px}.tp-about-product-card{display:flex;gap:18px;background:var(--tp-white);border:1px solid var(--tp-border);border-radius:16px;padding:20px}.tp-about-product-card .tp-img-placeholder{width:110px;height:110px;flex-shrink:0;aspect-ratio:1 / 1}.tp-mission{background:var(--tp-off-white);text-align:center;padding:90px 24px}.tp-mission__inner{max-width:720px;margin:0 auto}.tp-faq{max-width:800px;margin:0 auto;padding:80px 24px}.tp-faq__category{font-family:var(--tp-font-heading);font-size:22px;font-weight:700;color:var(--tp-dark);margin:36px 0 12px}.tp-faq-item{border-bottom:1px solid var(--tp-border)}.tp-faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;background:none;border:none;text-align:left;padding:20px 0;font-size:17px;font-weight:600;color:var(--tp-dark)}.tp-faq-item__icon{font-size:24px;color:var(--tp-blue);transition:transform .3s ease;flex-shrink:0;line-height:1}.tp-faq-item.tp-faq-open .tp-faq-item__icon{transform:rotate(45deg)}.tp-faq-item__a{max-height:0;overflow:hidden;transition:max-height .35s ease}.tp-faq-item__a-inner{padding:0 0 20px;color:var(--tp-muted);font-size:15px;line-height:1.7}.tp-faq__cta{background:var(--tp-white);border:1px solid var(--tp-border);border-radius:16px;padding:36px;text-align:center;margin-top:48px}.tp-faq__cta-phone{display:inline-block;margin-top:8px;font-size:18px;font-weight:700;color:var(--tp-blue)}.tp-product-topbar{background:var(--tp-white);border-bottom:1px solid var(--tp-border)}.tp-product-topbar__inner{max-width:var(--tp-max);margin:0 auto;padding:12px 24px;display:flex;justify-content:center;flex-wrap:wrap;gap:28px}.tp-product-topbar__item{font-size:13px;font-weight:600;color:var(--tp-dark-mid);display:inline-flex;align-items:center;gap:6px}.tp-product{max-width:var(--tp-max);margin:0 auto;padding:56px 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.tp-product__media img{width:100%;border-radius:16px;border:1px solid var(--tp-border)}.tp-product__media .tp-img-placeholder{aspect-ratio:1 / 1;border-radius:16px}.tp-product__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.tp-product__thumbs img{border-radius:8px;aspect-ratio:1 / 1;object-fit:cover;cursor:pointer}.tp-product__vendor{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--tp-blue);font-weight:700}.tp-product__title{margin:8px 0 14px}.tp-product__price{font-size:26px;font-weight:700;color:var(--tp-dark);margin-bottom:18px}.tp-product__price del{color:var(--tp-muted);font-weight:400;font-size:20px;margin-left:10px}.tp-product__price .tp-save{display:inline-block;margin-left:10px;background:var(--tp-gold-pale);color:#9a7b1f;border-radius:6px;padding:2px 8px;font-size:13px;font-weight:700}.tp-product__desc{color:var(--tp-muted);line-height:1.8;margin:24px 0}.tp-product__form{margin:20px 0}.tp-product__variants{margin-bottom:18px}.tp-product__variants label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--tp-dark)}.tp-product__variants select{width:100%;padding:12px 14px;border:1px solid var(--tp-border);border-radius:var(--tp-radius);font-size:15px;font-family:var(--tp-font-body);background:var(--tp-white)}.tp-qty{display:inline-flex;align-items:center;border:1px solid var(--tp-border);border-radius:var(--tp-radius);margin-bottom:18px;overflow:hidden}.tp-qty button{background:var(--tp-off-white);border:none;width:42px;height:46px;font-size:18px;color:var(--tp-dark)}.tp-qty input{width:54px;height:46px;border:none;text-align:center;font-size:16px;font-family:var(--tp-font-body);-moz-appearance:textfield}.tp-qty input::-webkit-outer-spin-button,.tp-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tp-coupon{background:var(--tp-gold-pale);border:1.5px solid rgba(232,184,75,.5);border-radius:var(--tp-radius);padding:12px 16px;display:flex;align-items:center;gap:10px;margin:18px 0}.tp-coupon__icon{font-size:20px;line-height:1}.tp-coupon__text{flex:1;font-size:14px;color:var(--tp-dark)}.tp-coupon__code{background:var(--tp-gold);color:var(--tp-white);border:none;border-radius:6px;padding:3px 10px;font-family:SFMono-Regular,Consolas,monospace;font-weight:700;font-size:13px;cursor:pointer;margin:0 4px}.tp-coupon__copy{font-size:10px;color:var(--tp-muted);white-space:nowrap}.tp-collection-header{text-align:center;padding:56px 24px 16px;max-width:720px;margin:0 auto}.tp-cart{max-width:960px;margin:0 auto;padding:56px 24px}.tp-cart__item{display:grid;grid-template-columns:90px 1fr auto auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--tp-border)}.tp-cart__item img{width:90px;height:90px;object-fit:cover;border-radius:var(--tp-radius);border:1px solid var(--tp-border)}.tp-cart__title{font-weight:600;color:var(--tp-dark)}.tp-cart__variant{font-size:13px;color:var(--tp-muted)}.tp-cart__footer{display:flex;justify-content:space-between;align-items:center;margin-top:32px;flex-wrap:wrap;gap:18px}.tp-cart__total{font-size:22px;font-weight:700;color:var(--tp-dark)}.tp-cart--empty{text-align:center;padding:100px 24px}.tp-404{text-align:center;padding:120px 24px;max-width:600px;margin:0 auto}.tp-nudge-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--tp-dark);color:var(--tp-white);padding:14px 24px;display:flex;align-items:center;gap:16px;justify-content:center;flex-wrap:wrap;transform:translateY(100%);opacity:0;transition:all .4s ease}.tp-nudge-bar--show{transform:translateY(0);opacity:1}.tp-nudge-bar__text{font-size:14px;font-weight:500}.tp-nudge-bar__text strong{color:var(--tp-gold)}.tp-nudge-bar .tp-btn{padding:10px 20px;font-size:14px}.tp-nudge-bar__close{background:none;border:none;color:#ffffffb3;font-size:22px;line-height:1;padding:0 4px}@media(max-width:1024px){.tp-product-grid{grid-template-columns:repeat(3,1fr)}.tp-review-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.tp-section{padding:56px 20px}.tp-nav__links,.tp-nav__phone{display:none}.tp-nav__burger{display:flex}.tp-hero__inner{grid-template-columns:1fr;gap:36px}.tp-trust-bar__inner{grid-template-columns:1fr 1fr;gap:24px}.tp-zip__inner{grid-template-columns:1fr;gap:32px;padding:56px 20px}.tp-steps{grid-template-columns:1fr;gap:36px}.tp-step+.tp-step{border-left:none;border-top:1px solid var(--tp-border);padding-top:28px}.tp-about-split,.tp-story-grid,.tp-about-products,.tp-product{grid-template-columns:1fr;gap:32px}.tp-contact{grid-template-columns:1fr}.tp-footer__inner{grid-template-columns:1fr;gap:32px;text-align:left}.tp-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){h1{font-size:clamp(38px,11vw,56px)}.tp-product-grid,.tp-review-grid,.tp-trust-bar__inner,.tp-stat-grid{grid-template-columns:1fr}.tp-zip__stats{grid-template-columns:1fr;gap:20px}.tp-zip__form{flex-direction:column}.tp-cart__item{grid-template-columns:70px 1fr;grid-template-areas:"img title" "img price"}.tp-about-product-card{flex-direction:column}.tp-form-card{padding:24px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.tp-cart__discount{margin:24px 0;padding:20px;background:var(--tp-off-white);border-radius:var(--tp-radius)}.tp-cart__discount-form{display:flex;gap:10px;flex-wrap:wrap}.tp-cart__discount-form .tp-field-input{flex:1;min-width:180px;padding:12px 16px;border:1.5px solid var(--tp-border);border-radius:var(--tp-radius);font-size:14px;font-family:inherit;background:#fff;outline:none;transition:border-color .2s}.tp-cart__discount-form .tp-field-input:focus{border-color:var(--tp-blue)}.tp-cart__discount-applied{margin-bottom:12px}.tp-discount-tag{display:inline-flex;align-items:center;gap:6px;background:var(--tp-gold-pale);border:1px solid rgba(232,184,75,.5);border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600;color:var(--tp-dark)}.tp-variant-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--tp-dark);margin-bottom:10px}.tp-variant-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tp-variant-pill{padding:10px 18px;border:1.5px solid var(--tp-border);border-radius:var(--tp-radius);background:#fff;font-size:14px;font-weight:600;font-family:inherit;color:var(--tp-dark);cursor:pointer;transition:all .18s ease}.tp-variant-pill:hover:not(:disabled){border-color:var(--tp-blue);color:var(--tp-blue)}.tp-variant-pill--active{background:var(--tp-blue);border-color:var(--tp-blue);color:#fff}.tp-variant-pill--sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}
/*# sourceMappingURL=/cdn/shop/t/30/assets/tp-styles.css.map */
