@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap";:root{--vcoat-bg:#ffffff;--vcoat-surface:#f5f6f8;--vcoat-surface-2:#e8ebf2;--vcoat-ink:#16181d;--vcoat-ink-muted:#5b6170;--vcoat-line:#e6e8ee;--vcoat-accent:#4f6df5;--vcoat-accent-deep:#3a55d8;--vcoat-accent-soft:#eaeefe;--vcoat-save:#1f9d57;--vcoat-warn:#b3341f;--vcoat-warn-bg:#fbeae6;--vcoat-btn-bg:#4f6df5;--vcoat-btn-fg:#ffffff;--vcoat-radius:16px;--vcoat-radius-btn:12px;--vcoat-font-h:"Manrope",system-ui,sans-serif;--vcoat-font-b:"Inter",system-ui,sans-serif}.vcoat-section *{box-sizing:border-box}.vcoat-section{font-family:var(--vcoat-font-b);color:var(--vcoat-ink);background:var(--vcoat-bg);padding:clamp(44px,7vw,90px) 0;line-height:1.6}.vcoat-container{max-width:1180px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.vcoat-section h1,.vcoat-section h2,.vcoat-section h3,.vcoat-section h4{font-family:var(--vcoat-font-h);color:var(--vcoat-ink);line-height:1.12;margin:0 0 .45em;font-weight:800;letter-spacing:-.01em}.vcoat-section h2{font-size:clamp(28px,4.4vw,46px);text-align:center}.vcoat-section p{margin:0 0 1em}.vcoat-accent{color:var(--vcoat-accent)}.vcoat-eyebrow{text-align:center;font-family:var(--vcoat-font-h);font-weight:800;letter-spacing:.16em;text-transform:uppercase;font-size:13px;color:var(--vcoat-accent);margin-bottom:10px}.vcoat-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--vcoat-btn-bg);color:var(--vcoat-btn-fg);font-family:var(--vcoat-font-h);font-weight:800;font-size:17px;border:none;border-radius:var(--vcoat-radius-btn);padding:16px 30px;cursor:pointer;text-decoration:none;transition:transform .15s,background .15s;width:100%;text-align:center}.vcoat-btn:hover{background:var(--vcoat-accent-deep);transform:translateY(-1px)}.vcoat-btn--lg{font-size:19px;padding:18px 32px}.vcoat-hero-grid{display:grid;grid-template-columns:1fr;gap:clamp(24px,4vw,48px);align-items:start}@media(min-width:900px){.vcoat-hero-grid{grid-template-columns:1.05fr .95fr}}.vcoat-gallery{position:sticky;top:20px}@media(max-width:899px){.vcoat-gallery{position:static}}.vcoat-gallery-main{position:relative;border-radius:var(--vcoat-radius);overflow:hidden;background:var(--vcoat-surface);aspect-ratio:1/1}.vcoat-gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.vcoat-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#ffffffeb;box-shadow:0 2px 8px #00000026;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;z-index:2}.vcoat-gallery-arrow.prev{left:12px}.vcoat-gallery-arrow.next{right:12px}.vcoat-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.vcoat-thumb{flex:0 0 74px;height:74px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--vcoat-surface)}.vcoat-thumb.is-active{border-color:var(--vcoat-accent)}.vcoat-thumb img{width:100%;height:100%;object-fit:cover;display:block}.vcoat-buy h1{font-size:clamp(24px,3.4vw,34px);margin-bottom:14px}.vcoat-bullets{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:9px}.vcoat-bullets li{display:flex;gap:10px;align-items:flex-start;font-size:16px;font-weight:500}.vcoat-bullets li:before{content:"";flex:0 0 20px;height:20px;margin-top:1px;border-radius:50%;background:var(--vcoat-save) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat}.vcoat-warnbar{display:flex;gap:8px;align-items:center;background:var(--vcoat-warn-bg);color:var(--vcoat-warn);font-weight:600;font-size:14px;border-radius:10px;padding:10px 14px;margin-bottom:16px}.vcoat-packs{display:grid;gap:12px;margin-bottom:18px}.vcoat-pack{border:2px solid var(--vcoat-line);border-radius:14px;padding:16px;cursor:pointer;transition:border-color .15s,box-shadow .15s;background:#fff}.vcoat-pack.is-active{border-color:var(--vcoat-accent);box-shadow:0 4px 16px #4f6df51f}.vcoat-pack-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.vcoat-pack-name{font-family:var(--vcoat-font-h);font-weight:800;font-size:18px;display:flex;align-items:center;gap:10px}.vcoat-pack-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--vcoat-line);flex:0 0 auto;position:relative}.vcoat-pack.is-active .vcoat-pack-radio{border-color:var(--vcoat-accent)}.vcoat-pack.is-active .vcoat-pack-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--vcoat-accent)}.vcoat-chip{font-size:12px;font-weight:800;font-family:var(--vcoat-font-h);background:var(--vcoat-accent-soft);color:var(--vcoat-accent);padding:4px 9px;border-radius:999px}.vcoat-pack-prices{margin-top:8px;display:flex;align-items:baseline;gap:10px}.vcoat-price{font-family:var(--vcoat-font-h);font-weight:800;font-size:22px;color:var(--vcoat-accent)}.vcoat-compare{color:var(--vcoat-ink-muted);text-decoration:line-through;font-size:15px}.vcoat-save-txt{color:var(--vcoat-save);font-weight:700;font-size:14px;margin-left:auto}.vcoat-size-row{margin-top:12px;display:flex;align-items:center;gap:10px}.vcoat-size-row label{font-weight:700;font-size:14px}.vcoat-size{flex:1;padding:11px 12px;border:1.5px solid var(--vcoat-line);border-radius:10px;font-size:15px;font-family:var(--vcoat-font-b);background:#fff}.vcoat-meta-row{display:flex;justify-content:center;gap:22px;margin-top:14px;flex-wrap:wrap;color:var(--vcoat-ink-muted);font-size:13px;font-weight:600}.vcoat-trust-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;text-align:center}.vcoat-trust-icons div{font-size:12px;font-weight:600;color:var(--vcoat-ink-muted)}.vcoat-trust-icons strong{display:block;font-family:var(--vcoat-font-h);color:var(--vcoat-ink);font-size:14px}.vcoat-hh-wrap{position:relative;min-height:clamp(460px,72vh,760px);display:flex;align-items:center;justify-content:center;overflow:hidden}.vcoat-hh-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vcoat-hh-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#0009)}.vcoat-hh-inner{position:relative;z-index:2;max-width:760px;margin:0 auto;padding:clamp(40px,7vw,90px) 22px;text-align:center;color:#fff}.vcoat-hh-eyebrow{display:inline-block;font-family:var(--vcoat-font-h);font-weight:800;letter-spacing:.18em;text-transform:uppercase;font-size:12px;background:var(--vcoat-accent);padding:7px 16px;border-radius:999px;margin-bottom:18px}.vcoat-hh-title{font-family:var(--vcoat-font-h);font-weight:800;color:#fff;font-size:clamp(32px,6vw,60px);line-height:1.05;letter-spacing:-.02em;margin:0 0 14px}.vcoat-hh-sub{font-size:clamp(16px,2.4vw,20px);color:#ffffffeb;max-width:620px;margin:0 auto 20px}.vcoat-hh-bullets{list-style:none;padding:0;margin:0 auto 26px;display:inline-flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;max-width:640px}.vcoat-hh-bullets li{display:flex;align-items:center;gap:7px;font-weight:600;font-size:14.5px;color:#fff}.vcoat-hh-bullets li:before{content:"\2713";color:#fff;background:var(--vcoat-save);width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.vcoat-hh-btn{width:auto;min-width:240px;background:var(--vcoat-accent);color:#fff}.vcoat-hh-btn:hover{background:var(--vcoat-accent-deep)}.vcoat-hh-note{margin-top:14px;font-size:13px;color:#ffffffd9;font-weight:600}.vcoat-problem{background:var(--vcoat-bg);text-align:center}.vcoat-problem .big{font-size:clamp(15px,2.4vw,19px);max-width:760px;margin:0 auto 8px;color:var(--vcoat-ink-muted)}.vcoat-problem .accent{color:var(--vcoat-accent);font-weight:700}.vcoat-video-wrap{max-width:760px;margin:22px auto 0;border-radius:var(--vcoat-radius);overflow:hidden;background:#000;aspect-ratio:9/16;max-height:640px}.vcoat-video-wrap video,.vcoat-video-wrap iframe{width:100%;height:100%;object-fit:cover;display:block;border:0}.vcoat-benefits{display:grid;grid-template-columns:1fr;gap:14px;margin:34px auto 0;max-width:760px}.vcoat-benefit{background:var(--vcoat-surface);border:1px solid var(--vcoat-line);border-radius:14px;padding:18px 20px}.vcoat-benefit h3{font-size:18px;margin-bottom:6px;display:flex;align-items:center;gap:10px}.vcoat-benefit h3:before{content:"";width:30px;height:30px;border-radius:9px;background:var(--vcoat-accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234f6df5'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/18px no-repeat;flex:0 0 30px}.vcoat-benefit p{font-size:14.5px;color:var(--vcoat-ink-muted);margin:0}.vcoat-guarantee{background:var(--vcoat-bg)}.vcoat-guar-card{max-width:920px;margin:0 auto;border:1.5px solid var(--vcoat-accent);border-radius:20px;padding:clamp(28px,5vw,56px);text-align:center}.vcoat-guar-card .vcoat-eyebrow{margin-bottom:14px}.vcoat-guar-card p{max-width:680px;margin:0 auto 1em;color:var(--vcoat-ink-muted)}.vcoat-guar-card .win{font-weight:800;color:var(--vcoat-ink)}.vcoat-guar-card a{display:inline-block;margin-top:8px;color:var(--vcoat-accent);font-weight:800;text-decoration:underline}.vcoat-rev-summary{text-align:center;font-family:var(--vcoat-font-h);font-weight:700;font-size:18px;margin-bottom:30px}.vcoat-rev-stars,.vcoat-rev-cardstars{color:#00b67a;letter-spacing:2px}.vcoat-rev-grid{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:760px){.vcoat-rev-grid{grid-template-columns:repeat(3,1fr)}}.vcoat-rev-card{background:var(--vcoat-surface);border:1px solid var(--vcoat-line);border-radius:var(--vcoat-radius);padding:22px}.vcoat-rev-cardstars{font-size:16px;margin-bottom:10px}.vcoat-rev-card h3{font-size:16px;margin-bottom:6px}.vcoat-rev-card p{font-size:14.5px;color:var(--vcoat-ink-muted);margin:0 0 12px}.vcoat-rev-author{font-weight:700;font-size:13.5px}.vcoat-social{background:var(--vcoat-bg);text-align:center}.vcoat-social .num{font-family:var(--vcoat-font-h);font-weight:800;font-size:clamp(30px,5vw,52px)}.vcoat-social-icons{display:flex;justify-content:center;gap:16px;margin-top:22px;flex-wrap:wrap}.vcoat-social-icons a{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .15s}.vcoat-social-icons a:hover{transform:translateY(-2px)}.vcoat-social-icons svg{width:26px;height:26px;fill:#fff}.vcoat-si-ig{background:radial-gradient(circle at 30% 110%,#fdf497 5%,#fd5949 45%,#d6249f 70%,#285aeb)}.vcoat-si-tt{background:#010101}.vcoat-si-fb{background:#1877f2}.vcoat-si-yt{background:red}.vcoat-how img{width:100%;border-radius:var(--vcoat-radius);margin-top:18px;display:block}.vcoat-how p{max-width:760px;margin:0 auto;text-align:center;color:var(--vcoat-ink-muted)}.vcoat-timeline{position:relative;max-width:760px;margin:40px auto 0}.vcoat-timeline:before{content:"";position:absolute;left:50%;top:6px;bottom:6px;width:2px;background:var(--vcoat-accent);transform:translate(-50%)}.vcoat-tl-item{position:relative;display:grid;grid-template-columns:1fr 58px 1fr;align-items:center;margin-bottom:34px}.vcoat-tl-item:last-child{margin-bottom:0}.vcoat-tl-icon{grid-column:2;width:54px;height:54px;border-radius:50%;background:var(--vcoat-accent);display:flex;align-items:center;justify-content:center;margin:0 auto;z-index:2}.vcoat-tl-icon svg{width:26px;height:26px;fill:#fff}.vcoat-tl-content .tag{font-family:var(--vcoat-font-h);font-weight:800;letter-spacing:.1em;text-transform:uppercase;font-size:12px;color:var(--vcoat-ink-muted)}.vcoat-tl-content .amt{font-family:var(--vcoat-font-h);font-weight:800;font-size:clamp(24px,3.4vw,32px);margin:2px 0 6px}.vcoat-tl-content .amt span{color:var(--vcoat-accent)}.vcoat-tl-content small{color:var(--vcoat-ink-muted);font-size:14px}.vcoat-tl-item:nth-child(odd) .vcoat-tl-content{grid-column:3;text-align:left;padding-left:20px}.vcoat-tl-item:nth-child(2n) .vcoat-tl-content{grid-column:1;text-align:right;padding-right:20px}@media(max-width:640px){.vcoat-timeline:before{left:27px}.vcoat-tl-item{grid-template-columns:54px 1fr}.vcoat-tl-icon{grid-column:1}.vcoat-tl-item:nth-child(odd) .vcoat-tl-content,.vcoat-tl-item:nth-child(2n) .vcoat-tl-content{grid-column:2;text-align:left;padding:0 0 0 16px}}.vcoat-reasons-grid{display:grid;grid-template-columns:1fr;gap:22px;margin-top:30px}@media(min-width:680px){.vcoat-reasons-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.vcoat-reasons-grid{grid-template-columns:repeat(4,1fr)}}.vcoat-reason{background:#fff;border:1px solid var(--vcoat-line);border-radius:var(--vcoat-radius);overflow:hidden;box-shadow:0 6px 22px #1418280d}.vcoat-reason img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.vcoat-reason .body{padding:18px}.vcoat-reason h3{font-size:17px;margin-bottom:6px}.vcoat-reason p{font-size:14px;color:var(--vcoat-ink-muted);margin:0}.vcoat-noair{text-align:center}.vcoat-noair p{max-width:680px;margin:0 auto 1.2em;color:var(--vcoat-ink-muted)}.vcoat-marquee{margin-top:30px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.vcoat-marquee-track{display:inline-flex;gap:46px;white-space:nowrap;animation:vcoat-scroll 26s linear infinite}.vcoat-marquee-track span{font-family:var(--vcoat-font-h);font-weight:800;font-size:22px;color:#9aa0ad}@keyframes vcoat-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.vcoat-compare-wrap{display:grid;grid-template-columns:1fr;gap:26px;align-items:center;max-width:1040px;margin:30px auto 0}@media(min-width:860px){.vcoat-compare-wrap{grid-template-columns:1fr 1.05fr}}.vcoat-compare-h{text-align:left;font-size:clamp(30px,5vw,46px)}.vcoat-compare-h .vcoat-accent{display:block}.vcoat-ctable{border:1px solid var(--vcoat-line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 30px #1418280f}.vcoat-crow{display:grid;grid-template-columns:1fr 100px 100px;align-items:stretch;border-top:1px solid var(--vcoat-line)}.vcoat-crow:first-child{border-top:none}.vcoat-crow>div{padding:15px 14px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14.5px}.vcoat-crow>div:first-child{justify-content:flex-start}.vcoat-chead>div{font-family:var(--vcoat-font-h);font-weight:800}.vcoat-col-ours{background:var(--vcoat-accent);color:#fff}.vcoat-yes-w{color:#fff;font-size:18px}.vcoat-yes{color:var(--vcoat-accent);font-size:18px}.vcoat-no{color:#cfd3dc;font-size:18px}.vcoat-trust{background:var(--vcoat-bg)}.vcoat-trustgrid{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:680px){.vcoat-trustgrid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.vcoat-trustgrid{grid-template-columns:repeat(4,1fr)}}.vcoat-tcard{background:#fff;border:1px solid var(--vcoat-line);border-radius:var(--vcoat-radius);padding:24px;text-align:center}.vcoat-tcard .ic{width:46px;height:46px;margin:0 auto 12px}.vcoat-tcard .ic svg{width:46px;height:46px;stroke:var(--vcoat-accent);fill:none}.vcoat-tcard h3{font-size:16px;margin-bottom:5px}.vcoat-tcard p{font-size:13.5px;color:var(--vcoat-ink-muted);margin:0}.vcoat-tcard a{color:var(--vcoat-accent);font-weight:700}.vcoat-po-sec{background:var(--vcoat-bg)}.vcoat-po{max-width:600px;margin:0 auto;background:var(--vcoat-surface);border:1px solid var(--vcoat-line);border-radius:18px;padding:24px}.vcoat-po-h{text-align:center;font-family:var(--vcoat-font-h);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:14px;margin-bottom:6px}.vcoat-po-ship{background:#fff;border:1px solid var(--vcoat-line);border-radius:14px;padding:18px;margin-top:14px}.vcoat-po-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.vcoat-po-top .t{font-family:var(--vcoat-font-h);font-weight:800;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--vcoat-ink-muted)}.vcoat-po-badge{background:var(--vcoat-accent-soft);color:var(--vcoat-accent);font-weight:800;font-size:12px;padding:4px 10px;border-radius:999px}.vcoat-po-ships{font-family:var(--vcoat-font-h);font-weight:800;font-size:18px;margin:6px 0 0}.vcoat-po-bar{height:8px;border-radius:999px;background:var(--vcoat-surface-2);margin:12px 0;overflow:hidden}.vcoat-po-bar i{display:block;height:100%;background:var(--vcoat-accent)}.vcoat-po-sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.vcoat-po-size{border:1px solid var(--vcoat-line);border-radius:10px;padding:10px 6px;text-align:center}.vcoat-po-size b{display:block;font-family:var(--vcoat-font-h);font-size:14px}.vcoat-po-size span{font-size:11px;color:var(--vcoat-ink-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:700}.vcoat-po-size.out{opacity:.45}.vcoat-po-size.avail span{color:var(--vcoat-accent)}.vcoat-faq-list{max-width:780px;margin:26px auto 0}.vcoat-faq-item{border-bottom:1px solid var(--vcoat-line)}.vcoat-faq-item summary{cursor:pointer;list-style:none;padding:18px 4px;font-family:var(--vcoat-font-h);font-weight:700;font-size:17px;display:flex;justify-content:space-between;gap:14px;align-items:center}.vcoat-faq-item summary::-webkit-details-marker{display:none}.vcoat-faq-item summary:after{content:"+";font-size:22px;color:var(--vcoat-accent);transition:transform .2s}.vcoat-faq-item[open] summary:after{transform:rotate(45deg)}.vcoat-faq-item .ans{padding:0 4px 18px;color:var(--vcoat-ink-muted);font-size:15px}.vcoat-faq-item .ans a{color:var(--vcoat-accent);font-weight:600}.vcoat-email{text-align:center;background:var(--vcoat-bg)}.vcoat-email input{flex:1;min-width:200px;padding:14px 16px;border:1.5px solid var(--vcoat-line);border-radius:999px;font-size:15px;font-family:var(--vcoat-font-b)}.vcoat-scam{max-width:780px;margin:34px auto 0;background:var(--vcoat-surface);border:1px solid var(--vcoat-line);border-left:4px solid var(--vcoat-accent);border-radius:var(--vcoat-radius);padding:24px;text-align:left}.vcoat-scam h3{font-size:18px}.vcoat-scam p{font-size:14.5px;color:var(--vcoat-ink-muted);margin:0 0 .7em}.vcoat-scam a{color:var(--vcoat-accent);font-weight:600}.vcoat-sticky{display:none}@media(max-width:899px){.vcoat-sticky{display:block;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:var(--vcoat-btn-bg);color:#fff;text-align:center;font-family:var(--vcoat-font-h);font-weight:800;font-size:16px;padding:15px 16px;box-shadow:0 -2px 14px #00000029;opacity:0;transform:translateY(100%);transition:.25s;cursor:pointer}.vcoat-sticky.is-visible{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/vcoat-styles.css.map */
