:root{--bv-green: #1C3329;--bv-green-mid: #2E5043;--bv-cream: #F4EEE0;--bv-gold: #B8915A;--bv-white: #FFFFFF;--bv-light: #FAFAF8;--bv-text: #1A1A18;--bv-muted: #6B6B63;--bv-border: #E5E0D5}.bv-hero{position:relative;height:520px;overflow:hidden;background:var(--bv-green)}.bv-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1c3329,#2e5043 60%,#1c3329)}.bv-hero-art{position:absolute;right:0;top:0;bottom:0;width:45%;opacity:.15}.bv-hero-art-inner{width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(184,145,90,.3) 40px,rgba(184,145,90,.3) 41px)}.bv-hero-content{position:relative;z-index:2;max-width:1300px;margin:0 auto;padding:0 40px;height:100%;display:flex;flex-direction:column;justify-content:center}.bv-hero-tag{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--bv-gold);margin-bottom:16px;display:flex;align-items:center;gap:12px}.bv-hero-tag:before{content:"";width:30px;height:1px;background:var(--bv-gold)}.bv-hero h1{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:300;color:#fff;line-height:1.1;margin-bottom:20px}.bv-hero h1 em{font-style:italic;color:var(--bv-gold)}.bv-hero-desc{font-size:15px;color:#ffffffa6;line-height:1.7;max-width:400px;margin-bottom:28px;font-weight:300}.bv-hero-btns{display:flex;gap:16px;align-items:center}.bv-btn-prim{background:var(--bv-gold);color:#fff;padding:13px 28px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;font-weight:400;transition:all .25s;display:inline-block}.bv-btn-prim:hover{background:#c9a96a;color:#fff}.bv-btn-ghost{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:2px}.bv-trust{background:var(--bv-cream);border-bottom:1px solid var(--bv-border);padding:14px 40px}.bv-trust-inner{max-width:1300px;margin:0 auto;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.bv-trust-item{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--bv-muted);font-weight:400}.bv-trust-icon{stroke:var(--bv-gold);fill:none;width:16px;height:16px;stroke-width:1.5;flex-shrink:0}.bv-section{padding:56px 40px}.bv-section-inner{max-width:1300px;margin:0 auto}.bv-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.bv-section-title{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:400;color:var(--bv-text)}.bv-section-subtitle{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--bv-gold);margin-bottom:6px}.bv-section-link{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--bv-muted);text-decoration:none;border-bottom:1px solid var(--bv-border);padding-bottom:2px;transition:all .2s}.bv-section-link:hover{color:var(--bv-text);border-color:var(--bv-text)}.bv-col-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bv-col-card{cursor:pointer;text-decoration:none;display:block}.bv-col-img-wrap{overflow:hidden;height:360px;background:var(--bv-light)}.bv-col-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bv-col-card:hover .bv-col-img-wrap img{transform:scale(1.04)}.bv-col-info{padding:16px 0 0}.bv-col-cat{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--bv-gold);margin-bottom:4px}.bv-col-name{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400;color:var(--bv-text);margin-bottom:2px}.bv-col-count{font-size:12px;color:var(--bv-muted)}.bv-prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bv-prod-card{cursor:pointer;text-decoration:none;display:block}.bv-prod-img-wrap{position:relative;background:var(--bv-light);height:260px;margin-bottom:12px;overflow:hidden}.bv-prod-img-wrap img{width:100%;height:100%;object-fit:cover}.bv-prod-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000014;opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;justify-content:center;padding-bottom:16px}.bv-prod-card:hover .bv-prod-overlay{opacity:1}.bv-prod-quick{background:var(--bv-green);color:#fff;padding:10px 20px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;border:none;cursor:pointer;font-weight:400;transform:translateY(8px);transition:transform .3s}.bv-prod-card:hover .bv-prod-quick{transform:translateY(0)}.bv-prod-badge{position:absolute;top:12px;left:12px;background:var(--bv-green);color:#fff;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;font-weight:400}.bv-prod-badge--gold{background:var(--bv-gold)}.bv-prod-name{font-family:Cormorant Garamond,serif;font-size:16px;font-weight:400;margin-bottom:2px;color:var(--bv-text)}.bv-prod-mat{font-size:12px;color:var(--bv-muted);margin-bottom:4px}.bv-prod-price{font-family:Cormorant Garamond,serif;font-size:18px;font-weight:500;color:var(--bv-text)}.bv-feat-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.bv-feat-img{background:var(--bv-green);min-height:480px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.bv-feat-img img{width:100%;height:100%;object-fit:cover}.bv-feat-badge{position:absolute;top:24px;left:24px;background:var(--bv-gold);color:#fff;font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;z-index:2}.bv-feat-content{padding:56px 48px;display:flex;flex-direction:column;justify-content:center;background:var(--bv-cream)}.bv-feat-eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--bv-gold);margin-bottom:12px}.bv-feat-title{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:400;line-height:1.15;margin-bottom:8px;color:var(--bv-text)}.bv-feat-sub{font-size:13px;color:var(--bv-muted);margin-bottom:24px}.bv-feat-divider{display:flex;align-items:center;gap:10px;margin:20px 0}.bv-feat-line{width:50px;height:1px;background:var(--bv-gold)}.bv-feat-diamond{width:5px;height:5px;background:var(--bv-gold);transform:rotate(45deg)}.bv-feat-price{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:500;margin-bottom:4px;color:var(--bv-text)}.bv-feat-note{font-size:12px;color:var(--bv-muted);margin-bottom:24px}.bv-feat-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px 0;border-top:1px solid var(--bv-border);border-bottom:1px solid var(--bv-border);margin-bottom:24px}.bv-spec-l{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--bv-muted);margin-bottom:2px}.bv-spec-v{font-size:13px;color:var(--bv-text);font-weight:400}.bv-feat-ctas{display:flex;gap:12px}.bv-btn-dark{background:var(--bv-text);color:#fff;padding:13px 24px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid var(--bv-text);cursor:pointer;transition:all .25s;flex:1;text-align:center;display:inline-block}.bv-btn-dark:hover{background:transparent;color:var(--bv-text)}.bv-btn-out{background:transparent;color:var(--bv-text);padding:13px 18px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid var(--bv-border);cursor:pointer;transition:border-color .2s;display:inline-block}.bv-btn-out:hover{border-color:var(--bv-text)}.bv-nl{background:var(--bv-white);border-top:1px solid var(--bv-border);border-bottom:1px solid var(--bv-border);padding:56px 40px;text-align:center}.bv-nl-sub{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--bv-gold);margin-bottom:8px}.bv-nl-title{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;margin-bottom:6px;color:var(--bv-text)}.bv-nl-desc{font-size:14px;color:var(--bv-muted);margin-bottom:24px}.bv-nl-form{display:flex;max-width:440px;margin:0 auto}.bv-nl-input{flex:1;padding:12px 16px;border:1px solid var(--bv-border);border-right:none;font-size:14px;outline:none;color:var(--bv-text);background:var(--bv-white)}.bv-nl-input:focus{border-color:var(--bv-green)}.bv-nl-btn{background:var(--bv-green);color:#fff;padding:12px 24px;border:none;font-size:11px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .2s}.bv-nl-btn:hover{background:var(--bv-green-mid)}.bv-nl-note{font-size:11px;color:var(--bv-muted);margin-top:10px}@media(max-width:768px){.bv-hero{height:auto;padding:60px 0}.bv-hero h1{font-size:36px}.bv-col-grid{grid-template-columns:1fr}.bv-prod-grid{grid-template-columns:repeat(2,1fr)}.bv-feat-inner{grid-template-columns:1fr}.bv-trust-inner{gap:20px}.bv-section{padding:40px 20px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/belvedere-custom.css.map */
