:root{--vel-cream: #FAF7F2;--vel-gold: #C9A96E;--vel-gold-light: #E8D5A3;--vel-gold-dark: #A07840;--vel-charcoal: #1A1614;--vel-dark-brown: #2C1F14;--vel-mid-brown: #5C3D2E;--vel-text: #3A2B20;--vel-text-light: #7A6558;--vel-white: #FFFFFF;--vel-surface: #F5F1EA;--vel-light: #F5F1EA;--vel-border: rgba(201,169,110,.15);--vel-font-serif: "Cormorant Garamond", Georgia, serif;--vel-font-sans: "Raleway", sans-serif}.vl-hero{background:linear-gradient(135deg,#1a1614,#2c1f14 60%,#5c3d2e);min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:5rem 2rem 4rem}.vl-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(201,169,110,.12) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(201,169,110,.08) 0%,transparent 40%);pointer-events:none}.vl-hero__pattern{position:absolute;right:-4rem;top:50%;transform:translateY(-50%);font-family:var(--vel-font-serif);font-size:30vw;font-weight:300;color:#c9a96e09;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.vl-hero__content{position:relative;max-width:700px;z-index:1}.vl-hero__eyebrow{font-size:9px;letter-spacing:4px;text-transform:uppercase;color:var(--vel-gold);font-family:var(--vel-font-sans);font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.vl-hero__eyebrow:before{content:"";display:block;width:2.5rem;height:1px;background:var(--vel-gold);opacity:.5}.vl-hero__title{font-family:var(--vel-font-serif);font-size:clamp(3rem,7vw,5.5rem);font-weight:300;color:var(--vel-cream);line-height:1.05;letter-spacing:.03em;margin:0 0 1.5rem}.vl-hero__title em{color:var(--vel-gold-light);font-style:italic}.vl-hero__sub{font-size:14px;color:#e8d5a399;line-height:1.9;max-width:440px;margin-bottom:2.5rem;font-weight:300;letter-spacing:.02em}.vl-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.vl-btn-primary{display:inline-block;font-family:var(--vel-font-sans);font-size:9px;letter-spacing:2.5px;text-transform:uppercase;text-decoration:none;font-weight:600;padding:1rem 2.5rem;cursor:pointer;transition:all .25s ease;background:var(--vel-gold);color:var(--vel-charcoal);border:1px solid var(--vel-gold)}.vl-btn-primary:hover{background:var(--vel-gold-dark);border-color:var(--vel-gold-dark);color:var(--vel-cream)}.vl-btn-outline{display:inline-block;font-family:var(--vel-font-sans);font-size:9px;letter-spacing:2.5px;text-transform:uppercase;text-decoration:none;font-weight:600;padding:1rem 2.5rem;cursor:pointer;transition:all .25s ease;background:transparent;color:var(--vel-gold-light);border:1px solid rgba(201,169,110,.5)}.vl-btn-outline:hover{background:#c9a96e1a;border-color:var(--vel-gold);color:var(--vel-gold)}.vl-trust-bar{background:var(--vel-charcoal);border-top:1px solid var(--vel-border);border-bottom:1px solid var(--vel-border);display:flex;justify-content:center;flex-wrap:wrap;padding:0}.vl-trust-item{font-size:8.5px;letter-spacing:2.5px;text-transform:uppercase;color:#e8d5a399;font-family:var(--vel-font-sans);font-weight:600;padding:.9rem 2.5rem;border-right:1px solid var(--vel-border);display:flex;align-items:center;gap:.6rem}.vl-trust-item:last-child{border-right:none}.vl-section-header{text-align:center;padding:4rem 2rem 2.5rem}.vl-section-eyebrow{font-size:8px;letter-spacing:4px;text-transform:uppercase;color:var(--vel-gold);font-family:var(--vel-font-sans);font-weight:600;display:block;margin-bottom:.8rem}.vl-section-title{font-family:var(--vel-font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:300;letter-spacing:.03em;color:var(--vel-text);margin:0 0 .5rem}.vl-section-title--light{color:var(--vel-cream)}.vl-section-sub{font-size:12px;color:var(--vel-text-light);margin:0}.vl-section-rule{width:2.5rem;height:1px;background:var(--vel-gold);margin:1rem auto 0}.vl-bestsellers{padding:0 2rem 4rem;background:var(--vel-cream)}.vl-bestsellers__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.vl-bs-card{background:var(--vel-white);border:1px solid rgba(30,22,16,.07);text-decoration:none;color:var(--vel-text);display:flex;flex-direction:column;overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s}.vl-bs-card:hover{border-color:#c9a96e80;transform:translateY(-3px);box-shadow:0 12px 40px #1e16101a}.vl-bs-card__img-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--vel-surface)}.vl-bs-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.vl-bs-card:hover .vl-bs-card__img-wrap img{transform:scale(1.06)}.vl-bs-badge{position:absolute;top:10px;left:10px;font-size:7px;letter-spacing:1.5px;text-transform:uppercase;padding:3px 8px;font-family:var(--vel-font-sans);font-weight:600;background:var(--vel-charcoal);color:var(--vel-gold-light)}.vl-bs-card__body{padding:1.1rem 1.25rem .5rem;flex:1}.vl-bs-card__name{font-size:13px;font-weight:600;color:var(--vel-text);line-height:1.45;margin:0 0 3px;font-family:var(--vel-font-sans)}.vl-bs-card__sub{font-size:10px;color:var(--vel-text-light);margin:0 0 .4rem}.vl-bs-card__price{font-family:var(--vel-font-serif);font-size:1.3rem;color:var(--vel-text);margin:.3rem 0 0}.vl-bs-card__cta{display:block;text-align:center;background:var(--vel-charcoal);color:var(--vel-gold-light);font-size:8px;letter-spacing:2.5px;text-transform:uppercase;font-family:var(--vel-font-sans);font-weight:600;padding:.7rem;border:none;text-decoration:none;margin-top:1rem;transition:background .2s,color .2s}.vl-bs-card__cta:hover{background:var(--vel-gold);color:var(--vel-charcoal)}.vl-gateway{display:grid;grid-template-columns:1fr 1fr;min-height:52vh}.vl-gateway__panel{position:relative;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem 3.5rem;transition:all .4s ease}.vl-gateway__panel--her{background:linear-gradient(160deg,#2a1f1a,#1a1210);border-right:1px solid var(--vel-border)}.vl-gateway__panel--him{background:linear-gradient(160deg,#0f0d0c,#1e1a16)}.vl-gateway__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.08;transition:opacity .4s;background-size:cover;background-position:center}.vl-gateway__panel:hover .vl-gateway__bg{opacity:.18}.vl-gateway__ornament{position:absolute;top:2rem;right:2.5rem;font-family:var(--vel-font-serif);font-size:12rem;font-weight:300;line-height:1;color:#c9a96e0d;-webkit-user-select:none;user-select:none;pointer-events:none}.vl-gateway__tag{font-size:8px;letter-spacing:3px;text-transform:uppercase;color:var(--vel-gold);font-family:var(--vel-font-sans);margin-bottom:.75rem;display:block}.vl-gateway__title{font-family:var(--vel-font-serif);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;color:var(--vel-cream);line-height:1.1;margin:0 0 1rem}.vl-gateway__sub{font-size:11px;color:#e8ddd073;line-height:1.8;max-width:260px;margin-bottom:1.75rem;font-weight:300}.vl-gateway__cta{display:inline-flex;align-items:center;gap:1rem;font-size:8px;letter-spacing:3px;text-transform:uppercase;color:var(--vel-gold-light);font-family:var(--vel-font-sans);font-weight:600;transition:gap .2s}.vl-gateway__cta:after{content:"";display:block;width:2rem;height:1px;background:var(--vel-gold);transition:width .3s}.vl-gateway__panel:hover .vl-gateway__cta{gap:1.3rem}.vl-gateway__panel:hover .vl-gateway__cta:after{width:3rem}.vl-promise{background:var(--vel-surface);border-top:1px solid var(--vel-border);border-bottom:1px solid var(--vel-border);padding:2.5rem 2rem}.vl-promise__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.vl-promise__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:.5rem}.vl-promise__icon{width:36px;height:36px;color:var(--vel-gold);flex-shrink:0}.vl-promise__title{font-size:9px;letter-spacing:2px;text-transform:uppercase;font-weight:600;color:var(--vel-text);font-family:var(--vel-font-sans)}.vl-promise__text{font-size:11px;color:var(--vel-text-light);line-height:1.7}.vl-why{background:var(--vel-cream);padding:5rem 2rem}.vl-why__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:center}.vl-why__copy .vl-section-header{text-align:left;padding:0 0 1.5rem}.vl-why__intro{font-size:13px;line-height:1.9;color:var(--vel-text-light);font-weight:300}.vl-why__pillars{display:flex;flex-direction:column}.vl-why__pillar{border-bottom:1px solid rgba(30,22,16,.08);padding:1.5rem 0;display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:start}.vl-why__pillar:first-child{border-top:1px solid rgba(30,22,16,.08)}.vl-why__num{font-family:var(--vel-font-serif);font-size:2rem;font-weight:300;color:var(--vel-gold);line-height:1;opacity:.6;min-width:2.5rem}.vl-why__pillar-title{font-size:11px;font-weight:600;color:var(--vel-text);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-family:var(--vel-font-sans)}.vl-why__pillar-text{font-size:12px;color:var(--vel-text-light);line-height:1.75}.vl-press{background:var(--vel-surface);border-top:1px solid var(--vel-border);border-bottom:1px solid var(--vel-border);padding:2.5rem 2rem;text-align:center}.vl-press__label{font-size:7.5px;letter-spacing:3.5px;text-transform:uppercase;color:#7a655880;font-family:var(--vel-font-sans);margin-bottom:1.5rem}.vl-press__logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem}.vl-press__logo{font-family:var(--vel-font-serif);font-size:1.1rem;font-weight:400;letter-spacing:.15em;color:#7a655859;text-transform:uppercase;font-style:italic;transition:color .2s;text-decoration:none}.vl-press__logo:hover{color:#c9a96eb3}.vl-about{background:var(--vel-charcoal);padding:5rem 2rem}.vl-about__inner{max-width:900px;margin:0 auto;text-align:center}.vl-about__quote{font-family:var(--vel-font-serif);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:300;font-style:italic;color:var(--vel-cream);line-height:1.5;margin-bottom:2rem}.vl-about__rule{width:2.5rem;height:1px;background:var(--vel-gold);margin:0 auto 1.5rem}.vl-about__text{font-size:13px;color:#c9a96e80;line-height:1.9;font-weight:300;max-width:650px;margin:0 auto 2rem}.vl-about__sig{font-family:var(--vel-font-serif);font-size:1.3rem;font-weight:300;color:var(--vel-gold-light);font-style:italic}.vl-testimonials{background:var(--vel-charcoal);padding:5rem 2rem}.vl-testimonials__inner{max-width:1200px;margin:0 auto}.vl-testimonials__grid{margin:2.5rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.vl-test-card{background:#ffffff0a;border:1px solid var(--vel-border);padding:2rem 1.75rem}.vl-test-stars{color:var(--vel-gold);font-size:12px;letter-spacing:3px;margin-bottom:1rem}.vl-test-title{font-family:var(--vel-font-serif);font-size:1.1rem;font-weight:400;color:var(--vel-cream);margin:0 0 .6rem}.vl-test-body{font-size:12px;color:#e8ddd0a6;line-height:1.8;font-style:italic;margin:0 0 1.25rem}.vl-test-author{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--vel-gold-light);font-family:var(--vel-font-sans);font-weight:600;margin:0}.vl-test-verified{font-size:8px;color:#c9a96e66;margin:3px 0 0;font-family:var(--vel-font-sans)}.vl-compare{display:none!important}@media(max-width:900px){.vl-hero{min-height:70vh}.vl-hero__pattern{display:none}.vl-promise__inner{grid-template-columns:repeat(2,1fr)}.vl-gateway{grid-template-columns:1fr}.vl-gateway__panel--her{border-right:none;border-bottom:1px solid var(--vel-border)}.vl-why__inner{grid-template-columns:1fr;gap:2.5rem}.vl-testimonials__grid{grid-template-columns:1fr}}@media(max-width:600px){.vl-hero{padding:3rem 1.25rem 2.5rem}.vl-gateway__panel{padding:2.5rem 1.75rem;min-height:45vw}.vl-trust-bar{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.vl-trust-item{flex-shrink:0}.vl-bestsellers__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.vl-promise__inner{gap:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/veloura-custom.css.map */
