@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap";:root{--velmesta-navy: #1B335F;--velmesta-navy-hover: #2B4A82;--velmesta-ink: #16213B;--velmesta-cream: #F7F5F1;--velmesta-border: #EDEDED;--velmesta-muted: #666666;--velmesta-footer-muted: #a9b6d1;--velmesta-footer-text: #CFD6E6;--velmesta-white: #FFFFFF;--velmesta-font-heading: "Playfair Display", Georgia, serif;--velmesta-font-body: "Inter", system-ui, sans-serif}.velmesta-container{max-width:1400px;margin:0 auto;padding:0 clamp(16px,4vw,48px)}.velmesta-btn{display:inline-block;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.3px;white-space:nowrap;padding:14px 36px;text-align:center;border:none;cursor:pointer;font-family:var(--velmesta-font-body);text-decoration:none;transition:background .15s,color .15s}.velmesta-btn-light{background:var(--velmesta-white);color:var(--velmesta-navy)}.velmesta-btn-light:hover{background:var(--velmesta-navy);color:var(--velmesta-white)}.velmesta-btn-dark{background:var(--velmesta-navy);color:var(--velmesta-white);padding:12px 28px}.velmesta-btn-dark:hover{background:var(--velmesta-navy-hover);color:var(--velmesta-white)}.velmesta-btn-sm{background:var(--velmesta-navy);color:var(--velmesta-white);padding:10px 22px;font-size:13px;border-radius:999px;font-weight:600}.velmesta-btn-sm:hover{background:var(--velmesta-navy-hover);color:var(--velmesta-white)}.velmesta-hero{position:relative;width:100%;overflow:hidden;height:100vh;height:100svh;height:100dvh;min-height:480px}.velmesta-hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.velmesta-hero-media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--velmesta-navy) 0%,var(--velmesta-navy-hover) 100%);display:flex;align-items:center;justify-content:center;color:#ffffff8c;font-size:13px;font-family:var(--velmesta-font-body);text-align:center;padding:24px}.velmesta-hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#101d3626,#101d3666);pointer-events:none}.velmesta-hero-content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:clamp(16px,4vw,26px);padding:0 24px}.velmesta-hero-content h1{font-family:var(--velmesta-font-heading);font-weight:500;font-size:clamp(30px,7vw,52px);color:#fff;margin:0;text-shadow:0 2px 20px rgba(0,0,0,.25)}.velmesta-trust-bar{border-bottom:1px solid var(--velmesta-border)}.velmesta-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;padding:28px clamp(16px,4vw,48px)}.velmesta-trust-item{display:flex;align-items:center;gap:14px}.velmesta-trust-icon{flex-shrink:0;width:26px;height:26px;color:var(--velmesta-navy)}.velmesta-trust-title{font-size:13px;font-weight:600;font-family:var(--velmesta-font-body);color:var(--velmesta-ink)}.velmesta-trust-subtitle{font-size:12px;color:var(--velmesta-muted);font-family:var(--velmesta-font-body)}.velmesta-bestsellers-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:32px}.velmesta-bestsellers-head h2{font-family:var(--velmesta-font-heading);font-weight:500;font-size:30px;margin:0;color:var(--velmesta-ink)}.velmesta-bestsellers-viewall{font-size:13px;text-decoration:underline;color:var(--velmesta-ink);font-family:var(--velmesta-font-body)}.velmesta-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.velmesta-product-card{display:flex;flex-direction:column;gap:12px}.velmesta-product-img-wrap{display:block;width:100%;height:280px;background:var(--velmesta-cream);border-radius:4px;overflow:hidden}.velmesta-product-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.velmesta-product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--velmesta-muted);font-size:12px;font-family:var(--velmesta-font-body);text-align:center;padding:12px}.velmesta-product-name{font-size:14px;font-weight:500;line-height:1.4;color:var(--velmesta-ink);font-family:var(--velmesta-font-body);text-decoration:none}.velmesta-product-price{font-size:14px;color:var(--velmesta-ink);font-family:var(--velmesta-font-body)}.velmesta-banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));min-height:460px}.velmesta-banner-media{width:100%;height:100%;min-height:300px;object-fit:cover;display:block}.velmesta-banner-media-placeholder{width:100%;height:100%;min-height:300px;background:var(--velmesta-cream);display:flex;align-items:center;justify-content:center;color:var(--velmesta-muted);font-size:13px;font-family:var(--velmesta-font-body);text-align:center;padding:24px}.velmesta-banner-text{background:var(--velmesta-cream);display:flex;flex-direction:column;justify-content:center;gap:18px;padding:clamp(32px,6vw,64px)}.velmesta-banner-text h3{font-family:var(--velmesta-font-heading);font-weight:500;font-size:30px;margin:0;color:var(--velmesta-ink)}.velmesta-banner-text p{font-size:15px;line-height:1.7;color:var(--velmesta-muted);margin:0;max-width:440px;font-family:var(--velmesta-font-body)}.velmesta-faq-wrap{max-width:900px;margin:0 auto;padding:clamp(40px,8vw,80px) clamp(16px,4vw,48px)}.velmesta-faq-wrap h2{font-family:var(--velmesta-font-heading);font-weight:500;font-size:32px;margin:0 0 40px;text-align:center;color:var(--velmesta-ink)}.velmesta-faq-item{border-bottom:1px solid var(--velmesta-border)}.velmesta-faq-item summary{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:20px 4px;font-family:var(--velmesta-font-body);list-style:none}.velmesta-faq-item summary::-webkit-details-marker{display:none}.velmesta-faq-question{font-size:15px;font-weight:500;color:var(--velmesta-ink)}.velmesta-faq-toggle{font-size:20px;color:var(--velmesta-muted);transition:transform .2s;flex-shrink:0;margin-left:12px}.velmesta-faq-item[open] .velmesta-faq-toggle{transform:rotate(45deg)}.velmesta-faq-answer{font-size:14px;line-height:1.7;color:var(--velmesta-muted);margin:0 4px 20px;max-width:700px;font-family:var(--velmesta-font-body)}.velmesta-footer-banner{position:relative;height:260px;width:100%;overflow:hidden}.velmesta-footer-banner-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.velmesta-footer-banner-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--velmesta-navy) 0%,var(--velmesta-ink) 100%);display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:13px;font-family:var(--velmesta-font-body)}.velmesta-footer-banner-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#101d3699 20%,#101d3633);pointer-events:none}.velmesta-footer-banner-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 64px;max-width:560px}.velmesta-footer-banner-content h3{font-family:var(--velmesta-font-heading);font-weight:500;font-size:28px;color:#fff;margin:0 0 10px}.velmesta-footer-banner-content p{font-size:14px;line-height:1.6;color:#e5e5e5;margin:0;font-family:var(--velmesta-font-body)}.velmesta-breadcrumb{max-width:1400px;margin:0 auto;padding:18px clamp(16px,4vw,48px) 0;font-size:12px;color:var(--velmesta-muted);font-family:var(--velmesta-font-body)}.velmesta-breadcrumb a{color:var(--velmesta-muted)}.velmesta-breadcrumb a:hover{color:var(--velmesta-navy)}.velmesta-breadcrumb-current{color:var(--velmesta-ink)}.velmesta-instock-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--velmesta-navy);background:#eaf0fb;padding:6px 12px;border-radius:999px;width:fit-content;font-family:var(--velmesta-font-body)}.velmesta-size-guide-label{font-size:13px;font-weight:600;margin-bottom:6px;color:var(--velmesta-ink);font-family:var(--velmesta-font-body)}.velmesta-size-guide-text{font-size:13px;line-height:1.7;color:var(--velmesta-muted);margin:0;font-family:var(--velmesta-font-body)}.velmesta-brand-banner{position:relative;height:380px;width:100%;overflow:hidden}.velmesta-brand-banner-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.velmesta-brand-banner-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--velmesta-navy) 0%,var(--velmesta-ink) 100%);display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:13px;font-family:var(--velmesta-font-body);text-align:center;padding:24px}.velmesta-brand-banner-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#101d368c 25%,#101d361a);pointer-events:none}.velmesta-brand-banner-scrim-right{background:linear-gradient(270deg,#101d368c 25%,#101d361a)}.velmesta-brand-banner-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 64px;max-width:520px}.velmesta-brand-banner-content-right{align-items:flex-end;text-align:right;margin-left:auto}.velmesta-brand-banner-logo{height:32px;width:auto;display:block;margin-bottom:16px}.velmesta-brand-banner-content h3{font-family:var(--velmesta-font-heading);font-weight:500;font-size:26px;color:#fff;margin:0 0 10px}.velmesta-brand-banner-content p{font-size:14px;line-height:1.6;color:#e5e5e5;margin:0;font-family:var(--velmesta-font-body)}.velmesta-page-prose{max-width:780px;margin:0 auto;padding:clamp(32px,6vw,64px) clamp(16px,4vw,48px) 16px;text-align:center}.velmesta-page-prose h1{font-family:var(--velmesta-font-heading);font-weight:500;font-size:32px;margin:0 0 32px;color:var(--velmesta-ink)}.velmesta-page-prose-body{text-align:left;font-size:15px;line-height:1.8;color:#333;font-family:var(--velmesta-font-body)}.velmesta-page-prose-body p{margin:0 0 20px}.velmesta-page-prose-body p:last-child{margin-bottom:0}.velmesta-contact-block{max-width:1400px;margin:0 auto;padding:clamp(28px,5vw,56px) clamp(16px,4vw,48px) clamp(24px,4vw,40px);display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:56px}.velmesta-contact-block-img-wrap{position:relative}.velmesta-contact-block-img{width:100%;height:420px;border-radius:4px;object-fit:cover;display:block;background:var(--velmesta-cream)}.velmesta-contact-block-img-placeholder{width:100%;height:420px;border-radius:4px;background:var(--velmesta-cream);display:flex;align-items:center;justify-content:center;color:var(--velmesta-muted);font-size:13px;font-family:var(--velmesta-font-body);text-align:center;padding:24px}.velmesta-contact-block-logo{position:absolute;bottom:20px;left:20px;height:24px;width:auto;opacity:.9}.velmesta-contact-block-info{display:flex;flex-direction:column;justify-content:center;gap:22px}.velmesta-contact-block-info h1{font-family:var(--velmesta-font-heading);font-weight:500;font-size:30px;margin:0;color:var(--velmesta-ink)}.velmesta-contact-block-label{font-size:14px;font-weight:600;margin-bottom:6px;color:var(--velmesta-ink);font-family:var(--velmesta-font-body)}.velmesta-contact-block-list{display:flex;flex-direction:column;gap:10px;font-size:13px;color:#333;font-family:var(--velmesta-font-body)}.velmesta-contact-block-list a{text-decoration:underline}.velmesta-contact-form-section{background:var(--velmesta-cream);padding:56px clamp(16px,4vw,48px) 72px}.velmesta-contact-form-wrap{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.velmesta-contact-form-wrap h2{font-family:var(--velmesta-font-heading);font-weight:500;font-size:24px;margin:0;text-align:center;color:var(--velmesta-ink)}.velmesta-contact-form-success{background:#e9f3ea;color:#2e5b33;border-radius:8px;padding:16px;font-size:14px;text-align:center;font-family:var(--velmesta-font-body)}.velmesta-contact-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.velmesta-contact-form-field{display:flex;flex-direction:column;gap:6px}.velmesta-contact-form-field label{font-size:12px;font-weight:600;color:var(--velmesta-ink);font-family:var(--velmesta-font-body)}.velmesta-contact-form-field input,.velmesta-contact-form-field textarea{border:1px solid #DDD;border-radius:6px;padding:12px 14px;font-size:14px;font-family:var(--velmesta-font-body);background:#fff}.velmesta-contact-form-field textarea{min-height:120px;resize:vertical}.velmesta-contact-form-wrap .velmesta-btn-dark{align-self:flex-start;border:none}.velmesta-policy{max-width:780px;margin:0 auto;padding:clamp(32px,6vw,64px) clamp(16px,4vw,48px) clamp(48px,8vw,96px);font-family:var(--velmesta-font-body)}.velmesta-policy h1{font-family:var(--velmesta-font-heading);font-weight:500;font-size:32px;margin:0 0 6px;color:var(--velmesta-ink)}.velmesta-policy-updated{font-size:13px;color:#999;margin:0 0 32px}.velmesta-policy-body h2{font-family:var(--velmesta-font-heading);font-weight:500;font-size:20px;margin:32px 0 10px;color:var(--velmesta-ink)}.velmesta-policy-body p{font-size:15px;line-height:1.8;color:#333;margin:0 0 8px}.velmesta-policy-body ul,.velmesta-policy-body ol{font-size:15px;line-height:1.9;color:#333;margin:0 0 8px;padding-left:22px}.velmesta-policy-body a{text-decoration:underline}.velmesta-policy-contact{margin-top:40px;padding-top:28px;border-top:1px solid var(--velmesta-border)}.velmesta-policy-contact h2{font-family:var(--velmesta-font-heading);font-weight:500;font-size:20px;margin:0 0 14px;color:var(--velmesta-ink)}.velmesta-policy-contact-list{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#333}.velmesta-policy-contact-list a{text-decoration:underline}.velmesta-faq-page{max-width:820px;margin:0 auto;padding:clamp(32px,6vw,64px) clamp(16px,4vw,48px) 32px;font-family:var(--velmesta-font-body)}.velmesta-faq-page h1{font-family:var(--velmesta-font-heading);font-weight:500;font-size:32px;margin:0 0 12px;color:var(--velmesta-ink)}.velmesta-faq-page-intro{font-size:14px;line-height:1.7;color:var(--velmesta-muted);margin:0 0 40px}.velmesta-faq-page-item{margin-bottom:28px}.velmesta-faq-page-item h3{font-family:var(--velmesta-font-heading);font-weight:500;font-size:20px;margin:0 0 10px;color:var(--velmesta-ink)}.velmesta-faq-page-item p{font-size:15px;line-height:1.8;color:#333;margin:0 0 8px}@media(max-width:749px){.velmesta-footer-banner-content{padding:0 28px;max-width:100%}.velmesta-hero-content h1{font-size:clamp(28px,8vw,40px)}.velmesta-brand-banner-content{padding:0 28px;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/velmesta-styles.css.map */
