.dv{--dv-accent: #39bfbf;--dv-accent-text: #0c7a7a;--dv-accent-deep: #0a6a6a;--dv-ink: #16181d;--dv-muted: #5b6169;--dv-line: #e6e8eb;--dv-surface: #f6f7f8;--dv-dark: #23262b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--dv-ink);-webkit-font-smoothing:antialiased}.dv-section{padding:28px 16px}.dv-section--tight{padding:20px 16px}.dv-inner{max-width:1120px;margin:0 auto}.dv-head{margin-bottom:16px}.dv-h2{font-size:clamp(1.25rem,5.2vw,1.75rem);line-height:1.25;font-weight:700;letter-spacing:-.02em;color:var(--dv-ink);margin:0}.dv-sub{margin:6px 0 0;font-size:15px;line-height:1.55;color:var(--dv-muted);max-width:62ch}.dv-head-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.dv-viewall{flex:0 0 auto;font-size:14px;font-weight:600;color:var(--dv-accent-text);text-decoration:none;padding:8px 0;min-height:44px;display:inline-flex;align-items:center}.dv-viewall:hover{color:var(--dv-accent-deep);text-decoration:underline}.dv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:13px 26px;border-radius:8px;border:1px solid transparent;font-size:15px;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.dv-btn--primary{background:var(--dv-ink);color:#fff}.dv-btn--primary:hover{background:#000;color:#fff}.dv-btn--accent{background:var(--dv-accent);color:#06302f}.dv-btn--accent:hover{background:#2ea9a9;color:#06302f}.dv-btn--ghost{background:transparent;color:var(--dv-ink);border-color:var(--dv-line)}.dv-btn--ghost:hover{border-color:var(--dv-ink)}.dv-btn:focus-visible,.dv a:focus-visible,.dv button:focus-visible{outline:2px solid var(--dv-accent-deep);outline-offset:2px}.dv-hero{padding:32px 16px 24px}.dv-hero__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--dv-accent-text);margin-bottom:10px}.dv-hero__h1{font-size:clamp(1.75rem,8vw,3rem);line-height:1.12;font-weight:700;letter-spacing:-.03em;margin:0;color:var(--dv-ink)}.dv-hero__sub{margin:12px 0 0;font-size:16px;line-height:1.6;color:var(--dv-muted);max-width:54ch}.dv-hero__cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.dv-hero__cta .dv-btn{flex:1 1 auto}.dv-hero__trust{display:flex;flex-wrap:wrap;gap:8px 18px;margin:18px 0 0;padding:0;list-style:none}.dv-hero__trust li{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--dv-muted)}.dv-hero__trust svg{flex:0 0 auto;width:15px;height:15px;color:var(--dv-accent-text)}.dv-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dv-cat{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;padding:16px 8px;min-height:108px;border:1px solid var(--dv-line);border-radius:12px;background:#fff;text-decoration:none;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.dv-cat:hover{border-color:var(--dv-accent);background:#f4fbfb}.dv-cat__icon{width:40px;height:40px;border-radius:50%;background:#eaf7f7;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.dv-cat__icon svg{width:21px;height:21px;color:var(--dv-accent-deep)}.dv-cat__label{font-size:13px;font-weight:600;line-height:1.3;color:var(--dv-ink)}.dv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dv-card{display:flex;flex-direction:column;border:1px solid var(--dv-line);border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.dv-card:hover{border-color:#cfd4d9;box-shadow:0 6px 18px #10182812}.dv-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:var(--dv-surface);overflow:hidden}.dv-card__media img{width:100%;height:100%;object-fit:contain;padding:10px;display:block}.dv-card__ph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef4f4,#e3edee);font-size:26px;font-weight:700;letter-spacing:-.02em;color:#8aa3a3}.dv-card__body{padding:12px 12px 14px;display:flex;flex-direction:column;gap:6px;flex:1 1 auto}.dv-card__title{font-size:14px;line-height:1.35;font-weight:600;color:var(--dv-ink);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dv-card__title a{color:inherit;text-decoration:none}.dv-card__meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.dv-card__price{font-size:15px;font-weight:700;color:var(--dv-ink)}.dv-card__price small{font-size:12px;font-weight:500;color:var(--dv-muted)}.dv-card__go{width:34px;height:34px;border-radius:8px;background:var(--dv-ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background-color .2s ease}.dv-card__go:hover{background:var(--dv-accent-deep)}.dv-card__go svg{width:16px;height:16px}.dv-offer{background:var(--dv-dark);border-radius:14px;padding:22px 18px;display:flex;flex-direction:column;gap:14px}.dv-offer__eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--dv-accent)}.dv-offer__title{font-size:20px;line-height:1.3;font-weight:700;color:#fff;margin:0}.dv-offer__text{font-size:14px;line-height:1.6;color:#ffffffc7;margin:0}.dv-offer .dv-btn{align-self:flex-start}.dv-quotes{display:grid;grid-auto-flow:column;grid-auto-columns:82%;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;margin:0 -16px;padding-left:16px;padding-right:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dv-quotes::-webkit-scrollbar{display:none}.dv-quote{scroll-snap-align:start;border:1px solid var(--dv-line);border-radius:12px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:12px}.dv-quote__text{font-size:15px;line-height:1.6;color:var(--dv-ink);margin:0}.dv-quote__who{font-size:13px;font-weight:600;color:var(--dv-muted);margin:0}.dv-quote__who span{display:block;font-weight:400;margin-top:2px}@media(min-width:768px){.dv-section{padding:48px 24px}.dv-hero{padding:56px 24px 40px}.dv-cats{grid-template-columns:repeat(3,1fr);gap:16px}.dv-cat{flex-direction:row;justify-content:flex-start;text-align:left;min-height:84px;padding:18px}.dv-cat__label{font-size:15px}.dv-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.dv-card__title{font-size:15px}.dv-offer{flex-direction:row;align-items:center;justify-content:space-between;padding:30px 32px}.dv-offer__title{font-size:26px}.dv-offer .dv-btn{align-self:center;flex:0 0 auto}.dv-quotes{grid-auto-columns:minmax(0,1fr);grid-auto-flow:row;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;margin:0;padding:0}.dv-hero__cta .dv-btn{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){.dv *,.dv *:before,.dv *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.dv-quotes{scroll-behavior:auto}}@media(max-width:767px){.footer-area .footer-widget ul li a,.footer-area .footer-widget p,.footer-area .footer-widget .footer-contact li{font-size:15px!important;line-height:1.55!important}.footer-area .footer-widget ul li{margin-bottom:6px!important}.footer-area .footer-widget h3,.footer-area .footer-widget h4{font-size:16px!important;line-height:1.3!important;margin-bottom:10px!important}.footer-area .footer-widget{margin-bottom:22px!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/dv-home.css.map */
