:root{--v-teal: #12C7C3;--v-teal-dark: #0DA8A4;--v-teal-light: #E6F9F9;--v-black: #111827;--v-gray-6: #6B7280;--v-gray-3: #D1D5DB;--v-gray-1: #F9FAFB;--v-white: #FFFFFF;--v-warning: #F59E0B;--v-green: #10B981;--v-wa: #25D366;--v-radius-sm: 8px;--v-radius: 14px;--v-radius-lg: 22px;--v-radius-xl: 32px;--v-shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--v-shadow: 0 4px 16px rgba(0,0,0,.1);--v-shadow-lg: 0 12px 40px rgba(0,0,0,.14);--v-shadow-teal:0 4px 20px rgba(18,199,195,.3);--v-font-display: "Playfair Display", Georgia, serif;--v-font-body: "DM Sans", system-ui, -apple-system, sans-serif;--v-ease: cubic-bezier(.4,0,.2,1);--v-ease-spring:cubic-bezier(.34,1.56,.64,1)}.velor-section,.velor-section *{box-sizing:border-box}.velor-section{font-family:var(--v-font-body);color:var(--v-black);line-height:1.6}.velor-section img{display:block;max-width:100%;height:auto}.velor-section a{text-decoration:none;color:inherit}.velor-hero__announcement{background:var(--v-black);color:var(--v-white);font-size:12px;font-weight:500;letter-spacing:.04em;overflow:hidden;white-space:nowrap;padding:10px 0}.velor-hero__announcement-track{display:inline-flex;gap:32px;animation:velorMarquee 22s linear infinite;will-change:transform}.velor-hero__announcement-dot{opacity:.35}@keyframes velorMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.velor-hero__body{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1200px;margin:0 auto;padding:56px 32px 72px;align-items:start}@media(max-width:900px){.velor-hero__body{grid-template-columns:1fr;gap:32px;padding:32px 20px 48px}}.velor-hero__gallery{display:flex;gap:14px;align-items:flex-start}@media(max-width:600px){.velor-hero__gallery{flex-direction:column-reverse}}.velor-hero__thumbnails{display:flex;flex-direction:column;gap:10px;flex-shrink:0}@media(max-width:600px){.velor-hero__thumbnails{flex-direction:row;overflow-x:auto;scrollbar-width:none}.velor-hero__thumbnails::-webkit-scrollbar{display:none}}.velor-hero__thumb{width:72px;height:72px;border-radius:var(--v-radius-sm);border:2px solid transparent;overflow:hidden;cursor:pointer;padding:0;background:var(--v-gray-1);transition:border-color .2s var(--v-ease),transform .2s var(--v-ease);flex-shrink:0}.velor-hero__thumb img{width:100%;height:100%;object-fit:cover}.velor-hero__thumb.active,.velor-hero__thumb:hover{border-color:var(--v-teal)}.velor-hero__thumb:hover{transform:scale(1.04)}.velor-hero__main-img-wrap{position:relative;flex:1;border-radius:var(--v-radius-lg);overflow:hidden;background:var(--v-gray-1);aspect-ratio:1 / 1}.velor-hero__main-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s var(--v-ease)}.velor-hero__main-img.active{opacity:1;position:relative}.velor-hero__svg-placeholder{width:100%;height:100%}.velor-hero__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--v-gray-1)}.velor-hero__badge-wrap{position:absolute;top:16px;right:16px;z-index:2}.velor-hero__badge{background:var(--v-black);color:var(--v-white);font-size:11px;font-weight:600;letter-spacing:.06em;padding:6px 14px;border-radius:100px}.velor-hero__info{display:flex;flex-direction:column;gap:20px;padding-top:8px}.velor-hero__eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--v-teal);margin:0}.velor-hero__title{font-family:var(--v-font-display);font-size:clamp(28px,4vw,46px);font-weight:700;line-height:1.12;letter-spacing:-.02em;color:var(--v-black);margin:0}.velor-hero__subtitle{font-size:16px;color:var(--v-gray-6);line-height:1.65;margin:0}.velor-hero__rating{display:flex;align-items:center;gap:10px}.velor-hero__stars{color:var(--v-warning);font-size:18px;letter-spacing:1px}.velor-hero__rating-text{font-size:13px;color:var(--v-gray-6)}.velor-hero__price-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.velor-hero__price-old{font-size:18px;color:var(--v-gray-3);text-decoration:line-through;font-weight:400}.velor-hero__price-new{font-family:var(--v-font-display);font-size:34px;font-weight:700;color:var(--v-black);letter-spacing:-.02em}.velor-hero__discount{background:var(--v-teal);color:var(--v-white);font-size:12px;font-weight:700;padding:4px 12px;border-radius:100px;letter-spacing:.04em}.velor-hero__urgency{background:var(--v-gray-1);border:1px solid var(--v-gray-3);border-radius:var(--v-radius);padding:16px 18px;display:flex;flex-direction:column;gap:10px}.velor-hero__stock-bar{height:6px;background:var(--v-gray-3);border-radius:100px;overflow:hidden}.velor-hero__stock-fill{height:100%;background:linear-gradient(90deg,var(--v-teal),var(--v-teal-dark));border-radius:100px;transition:width .6s var(--v-ease)}.velor-hero__stock-label{font-size:13px;color:var(--v-gray-6);margin:0}.velor-hero__stock-label strong{color:#dc2626}.velor-hero__countdown{display:flex;align-items:center;gap:6px}.velor-hero__cd-cell{display:flex;flex-direction:column;align-items:center;background:var(--v-white);border:1px solid var(--v-gray-3);border-radius:var(--v-radius-sm);padding:6px 12px;min-width:52px}.velor-hero__cd-num{font-family:var(--v-font-display);font-size:22px;font-weight:700;color:var(--v-black);line-height:1}.velor-hero__cd-label{font-size:10px;color:var(--v-gray-6);text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.velor-hero__cd-sep{font-size:20px;font-weight:700;color:var(--v-teal);margin-bottom:14px}.velor-hero__cta-wrap{display:flex;flex-direction:column;gap:12px}.velor-hero__btn-primary{display:flex;align-items:center;justify-content:center;background:var(--v-teal);color:var(--v-white);font-family:var(--v-font-body);font-size:16px;font-weight:700;padding:17px 28px;border-radius:var(--v-radius-lg);border:none;cursor:pointer;box-shadow:var(--v-shadow-teal);transition:background .2s var(--v-ease),transform .15s var(--v-ease),box-shadow .2s var(--v-ease);letter-spacing:.02em;width:100%;text-align:center}.velor-hero__btn-primary:hover{background:var(--v-teal-dark);transform:translateY(-2px);box-shadow:0 8px 28px #12c7c361}.velor-hero__btn-primary:active{transform:translateY(0)}.velor-hero__btn-wa{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--v-white);color:var(--v-black);border:1.5px solid var(--v-gray-3);font-family:var(--v-font-body);font-size:15px;font-weight:600;padding:15px 28px;border-radius:var(--v-radius-lg);cursor:pointer;transition:border-color .2s var(--v-ease),background .2s var(--v-ease),transform .15s var(--v-ease);width:100%;text-align:center}.velor-hero__btn-wa svg{color:var(--v-wa);flex-shrink:0}.velor-hero__btn-wa:hover{border-color:var(--v-wa);background:#f0fff4;transform:translateY(-1px)}.velor-hero__trust{display:grid;grid-template-columns:1fr 1fr;gap:10px}.velor-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--v-gray-6);font-weight:500}.velor-hero__trust-item svg{color:var(--v-teal);flex-shrink:0}.velor-container{max-width:1200px;margin:0 auto;padding:0 24px}.velor-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--v-teal);margin:0 0 12px}.velor-eyebrow--center{text-align:center}.velor-section-title{font-family:var(--v-font-display);font-size:clamp(24px,3.5vw,40px);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--v-black);margin:0 0 16px}.velor-section-title--center{text-align:center}.velor-section-subtitle{font-size:16px;color:var(--v-gray-6);line-height:1.65;margin:0 0 40px}.velor-section-subtitle--center{text-align:center;max-width:560px;margin-left:auto;margin-right:auto}.velor-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--v-font-body);font-size:15px;font-weight:700;padding:15px 28px;border-radius:var(--v-radius-lg);border:none;cursor:pointer;transition:background .2s var(--v-ease),transform .15s var(--v-ease),box-shadow .2s var(--v-ease);text-decoration:none;letter-spacing:.02em}.velor-btn--primary{background:var(--v-teal);color:var(--v-white);box-shadow:var(--v-shadow-teal)}.velor-btn--primary:hover{background:var(--v-teal-dark);transform:translateY(-2px);box-shadow:0 8px 28px #12c7c361}.velor-btn--outline{background:transparent;color:var(--v-black);border:1.5px solid var(--v-gray-3)}.velor-btn--outline:hover{border-color:var(--v-teal);color:var(--v-teal)}.velor-reveal{opacity:0;transform:translateY(24px);transition:opacity .55s var(--v-ease),transform .55s var(--v-ease)}.velor-reveal.visible{opacity:1;transform:translateY(0)}.velor-reveal--delay-1{transition-delay:.1s}.velor-reveal--delay-2{transition-delay:.2s}.velor-reveal--delay-3{transition-delay:.3s}.velor-reveal--delay-4{transition-delay:.4s}.velor-divider{border:none;border-top:1px solid var(--v-gray-3);margin:0}@media(prefers-reduced-motion:reduce){.velor-hero__announcement-track{animation:none}.velor-reveal{opacity:1;transform:none;transition:none}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/velor.css.map */
