@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Assistant:wght@300;400;500;600;700&display=swap";:root{--vh-gold: #ff5a1f;--vh-bone: #ece9e2;--vh-ink: #0a0a0d;--vh-gold-dark: #e64d15;--vh-black: #0a0a0d;--vh-white: #ece9e2;--vh-gray: #a09c93;--vh-beige: #131318;--vh-border: rgba(236,233,226,.15);--vh-muted: #a09c93;--vh-font-heading: "Playfair Display", serif;--vh-font-body: "Assistant", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--vh-font-body);color:var(--vh-bone);-webkit-font-smoothing:antialiased;font-size:1.5rem;line-height:1.6}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.banner__heading{font-family:var(--vh-font-heading);font-weight:400;letter-spacing:.01em}.announcement-bar{background-color:var(--vh-black)!important;color:var(--vh-white)!important;font-size:1.2rem!important;letter-spacing:.12em;text-transform:uppercase;padding:1rem 0}.announcement-bar__message{color:var(--vh-white)!important}.header{border-bottom:1px solid rgba(236,233,226,.12)!important;padding:1.2rem 3rem}.header__heading-link{font-family:var(--vh-font-heading);font-size:2.4rem;letter-spacing:.06em;text-transform:uppercase}.header__menu-item>a,.header__menu-item span{font-family:var(--vh-font-body)!important;font-size:1.2rem!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-weight:500!important;transition:color .2s}.header__menu-item:hover>a,.header__menu-item:hover span{color:var(--vh-gold)!important}.header__menu-item>a{position:relative}.header__menu-item>a:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:var(--vh-gold);transition:width .3s ease,left .3s ease}.header__menu-item>a:hover:after{width:100%;left:0}.header__icon{width:4.4rem;height:4.4rem}.header__icon:hover{color:var(--vh-gold)}.title,h2.title{font-family:var(--vh-font-heading);font-weight:400;font-size:clamp(2.8rem,4vw,4rem);text-align:center}.title-wrapper--self-padded-mobile{text-align:center}.title-wrapper--self-padded-mobile .title:after{content:"";display:block;width:0;height:2px;background:var(--vh-gold);margin:1rem auto 0;transition:width .8s ease .3s}.scroll-reveal.is-visible .title:after,.is-visible .title-wrapper--self-padded-mobile .title:after{width:4rem}.button,button[type=submit].button{font-family:var(--vh-font-body)!important;font-size:1.3rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-weight:600!important;padding:1.4rem 3.2rem!important;transition:all .3s ease!important;border-radius:0!important;position:relative;overflow:hidden}.button--primary,.button:not(.button--secondary){background-color:var(--vh-gold)!important;color:var(--vh-ink)!important;border:2px solid var(--vh-gold)!important}.button--primary:hover,.button:not(.button--secondary):hover{background-color:var(--vh-gold-dark)!important;border-color:var(--vh-gold-dark)!important;color:var(--vh-ink)!important}.button--secondary{background-color:transparent!important;color:var(--vh-bone)!important;border:2px solid rgba(236,233,226,.35)!important}.button--secondary:hover{background-color:var(--vh-bone)!important;color:var(--vh-ink)!important;border-color:var(--vh-bone)!important}.button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#d4a25326;border-radius:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s}.button:hover:before{width:300%;height:300%}.card-wrapper{position:relative;perspective:800px}.card{border-radius:8px;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease!important;will-change:transform;border:none!important}.card:hover{box-shadow:0 20px 60px #0000001a!important}.badge--premium{position:absolute;top:1.2rem;left:1.2rem;z-index:3;background:var(--vh-gold);color:var(--vh-ink);font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:3px}.card__add-to-bag-overlay{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:1.2rem;display:flex;justify-content:center;opacity:0;transform:translateY(10px);transition:all .3s ease}.card:hover .card__add-to-bag-overlay{opacity:1;transform:translateY(0)}.card__add-to-bag-btn{background:var(--vh-gold);color:var(--vh-ink);border:none;padding:1.2rem 2rem;font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;width:100%;border-radius:4px;transition:background .2s}.card__add-to-bag-btn:hover{background:var(--vh-gold)}.card__heading{font-family:var(--vh-font-body)!important;font-size:1.4rem!important;font-weight:500}.card__heading a:hover{color:var(--vh-gold)}.card__variant-count{display:block;font-size:1.2rem;color:var(--vh-muted);margin-top:.3rem}.price .money,.price-item{font-family:var(--vh-font-body);font-weight:500;font-size:1.4rem}.card .media img:nth-child(2){opacity:0;transition:opacity .4s ease}.card:hover .media img:nth-child(2){opacity:1}.card__media img{transition:transform .6s cubic-bezier(.25,.46,.45,.94)!important}.card:hover .card__media img{transform:scale(1.08)!important}.collection-list .card{border-radius:10px}.card__collection-overlay{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem;background:linear-gradient(transparent 0%,#000000a6);z-index:2}.card__collection-overlay-title{font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0 0 .4rem}.card__collection-overlay-desc{font-size:1.3rem;color:#ffffffbf;margin:0}.footer,.section-footer{background-color:var(--vh-beige)!important;color:#a09c93!important;border-top:1px solid var(--vh-border)!important}.footer .footer__heading,.footer h2,.footer h3{color:var(--vh-gold)!important;font-family:var(--vh-font-body)!important;font-size:1.2rem!important;font-weight:500!important;letter-spacing:.2em!important;text-transform:uppercase!important;margin-bottom:1.5rem}.footer a,.footer .list-menu__item a{color:var(--vh-muted)!important;font-size:1.4rem;transition:color .2s;text-decoration:none}.footer a:hover,.footer .list-menu__item a:hover{color:var(--vh-gold)!important}.footer .footer__copyright{color:#a09c93!important;font-size:1.2rem}.footer .footer__content-bottom{border-top:1px solid var(--vh-border)!important}.footer .field__input{color:#a09c93!important}.footer .newsletter-form__button{color:var(--vh-gold)!important}.footer .payment-icon{opacity:.5}.footer .list-menu__item a{position:relative;display:inline-block;transition:transform .2s,color .2s!important}.footer .list-menu__item a:hover{transform:translate(4px)}.newsletter{background:var(--vh-ink)!important;color:var(--vh-bone)!important}.newsletter .title{font-family:var(--vh-font-heading);color:var(--vh-bone)!important;font-size:clamp(2.8rem,3.5vw,4.5rem)}.newsletter .field__input{border:2px solid var(--vh-border)!important;background:#131318!important;color:var(--vh-bone)!important;font-size:1.5rem!important;border-radius:0!important}.newsletter .field__input:focus{border-color:var(--vh-gold)!important}.newsletter .button{background:var(--vh-gold)!important;border-color:var(--vh-gold)!important;color:var(--vh-ink)!important}.newsletter .rte,.newsletter .rte p{font-size:1.5rem;color:#a09c93}.vh-coll-header{background:linear-gradient(180deg,#131318,#0a0a0d)}.collection-hero__banner{display:none}.collection-product-list .card__add-to-bag-overlay{opacity:1;transform:none;position:relative;padding:0 1.2rem 1.2rem}.collection-product-list .card__add-to-bag-btn{border-radius:6px;padding:1rem 1.5rem;font-size:1.2rem}.vh-info-page{max-width:900px;margin:0 auto;padding:0 2rem}.vh-info-hero{text-align:center;padding:8rem 0 4rem}.vh-info-badge{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;color:var(--vh-gold);font-weight:600;display:block;margin-bottom:1.5rem}.vh-info-hero h1{font-family:var(--vh-font-heading);font-size:clamp(3rem,4.5vw,4.5rem);font-weight:400;margin:0}.vh-contact-subtitle{font-size:1.5rem;color:#a09c93;margin-top:1.5rem}.vh-info-content{padding-bottom:6rem}.vh-info-card{padding:3rem 0;border-bottom:1px solid rgba(236,233,226,.12)}.vh-info-card:last-child{border-bottom:none}.vh-info-card h2{font-family:var(--vh-font-heading);font-size:2.2rem;font-weight:400;margin:0 0 1.5rem}.vh-info-card p{font-size:1.5rem;line-height:1.8;color:#a09c93;margin-bottom:1rem}.vh-info-card ul,.vh-info-card ol{padding-left:2.5rem;margin:1rem 0}.vh-info-card li{font-size:1.4rem;line-height:1.8;color:#a09c93;margin-bottom:.5rem}.vh-info-card a{color:var(--vh-gold);text-decoration:underline}.contact .contact__fields{max-width:600px;margin:0 auto}.contact .field__input{border:2px solid rgba(236,233,226,.2)!important;border-radius:0!important;font-size:1.4rem!important;padding:1.4rem 1.5rem!important}.contact .field__input:focus{border-color:var(--vh-gold)!important}.page .rte h2{font-family:var(--vh-font-heading);font-size:2.2rem;font-weight:400;margin-top:3rem}.page .rte p{font-size:1.5rem;line-height:1.8;color:#a09c93}.page .rte ul,.page .rte ol{padding-left:2.5rem}.page .rte li{font-size:1.4rem;line-height:1.8;color:#a09c93}.policy-page .rte{max-width:900px;margin:0 auto;padding:4rem 2rem}.policy-page .rte h1{font-family:var(--vh-font-heading);font-weight:400;font-size:3.5rem;text-align:center;margin-bottom:3rem}body{opacity:0;animation:pageIn .6s ease .1s forwards}body.page-loaded{opacity:1;animation:none}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body.page-exiting{opacity:0;transform:translateY(-15px);transition:opacity .3s,transform .3s;pointer-events:none}@view-transition{navigation:auto}::view-transition-old(root){animation:fadeOut .3s ease forwards}::view-transition-new(root){animation:fadeIn .4s ease forwards}@keyframes fadeOut{to{opacity:0;transform:translateY(-15px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)!important}.scroll-reveal--left{transform:translate(-60px)}.scroll-reveal--left.is-visible{transform:translate(0)!important}.scroll-reveal--right{transform:translate(60px)}.scroll-reveal--right.is-visible{transform:translate(0)!important}.hero-split__images{will-change:transform}.hero-split__card{will-change:transform;transition:transform .1s linear}.slider-button{border:1px solid rgba(236,233,226,.18);transition:all .2s}.slider-button:hover{border-color:var(--vh-gold);color:var(--vh-gold)}.banner{min-height:70vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--vh-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--vh-gold)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.scroll-reveal{opacity:1;transform:none}}@media(max-width:749px){.header{padding:.8rem 1.5rem}.button{padding:1.2rem 2rem!important}.badge--premium{font-size:1rem;padding:.4rem .8rem}}.collection-hero,.facets-wrapper{display:none!important}facet-filters-form{display:none!important}.mobile-facets{display:none!important}.collection-product-list,.product-grid-container{width:100%!important}.card__media{position:relative!important}.badge--premium{position:absolute!important;top:1.2rem!important;left:1.2rem!important;z-index:3!important;display:inline-block!important}.card__add-to-bag-overlay{position:absolute!important;bottom:0!important;left:0!important;right:0!important;z-index:3!important}.product .product__info-wrapper,.product .product__media-wrapper,.product .product__media-list{display:none!important}.vh-pdp-hero,.vh-gallery,.vh-selector,.vh-trust,.vh-details,.vh-cta{display:block!important}.grid--4-col-desktop{grid-template-columns:repeat(4,1fr)!important}.view-all a,a.full-unstyled-link{font-size:1.4rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.collection-hero{display:none!important}.card__inner{display:flex!important;flex-direction:column!important}.card__inner.ratio{display:flex!important;flex-direction:column!important;aspect-ratio:auto!important;--ratio-percent: 0 !important}.card__inner.ratio:before{display:none!important;padding-bottom:0!important}.card__media{width:100%!important;aspect-ratio:3/4!important;flex-shrink:0!important}.card__content{width:100%!important;padding:1.2rem!important}.card--card .card__inner,.color-scheme-2.gradient{background:transparent!important}.card--card{background:#131318!important;border:1px solid rgba(236,233,226,.12)!important}html,body{overflow-x:hidden!important;max-width:100vw!important}img{max-width:100%!important;height:auto!important}.vh-details__content img,.rte img,.product__description img{max-width:100%!important;height:auto!important;display:block;margin:2rem auto;border-radius:8px}.vh-details{overflow:hidden!important;max-width:100vw}.vh-details__content{overflow:hidden!important;word-wrap:break-word;overflow-wrap:break-word}.vh-gallery{overflow:hidden!important}.vh-gallery__scroll{overflow-x:auto!important;overflow-y:hidden!important}.vh-details__size-chart table,.vh-details__content table,.rte table{max-width:100%!important;display:block;overflow-x:auto;font-size:1.3rem}.vh-pdp-hero,.vh-selector,.vh-trust,.vh-cta,.vh-coll-header,.vh-about-hero,.vh-about-section,.vh-about__manifesto,.vh-info-page,.hero-split,.featured-carousel{overflow:hidden!important;max-width:100vw}.hero-split{max-width:100vw}.hero-split__images{overflow:hidden}.hero-split__card img{max-width:100%;height:100%;object-fit:cover}.featured-carousel__container{overflow:hidden;max-width:100vw}.featured-carousel__swiper{max-width:100%}@media(max-width:749px){.hero-split{grid-template-columns:1fr!important;min-height:auto!important}.hero-split__text{padding:3rem 2rem!important;text-align:center}.hero-split__buttons{justify-content:center}.hero-split__images{padding:0 1rem 2rem!important}.vh-pdp-hero{grid-template-columns:1fr!important;min-height:auto!important}.vh-pdp-hero__image{max-height:50vh}.vh-pdp-hero__info{padding:2rem 1.5rem!important}.vh-pdp-hero__title{font-size:2.8rem!important}.vh-selector{grid-template-columns:1fr!important;min-height:auto!important}.vh-selector__image{max-height:40vh}.vh-selector__form{padding:2rem 1.5rem!important}.vh-gallery__item{width:22rem!important}.vh-gallery__scroll{padding:0 1.5rem 2rem!important}.vh-trust__grid{grid-template-columns:1fr 1fr!important;gap:1.5rem!important}.vh-trust__item{padding:2rem 1.5rem!important}.vh-details{padding:3rem 1.5rem!important}.vh-details__spec-row{flex-direction:column;gap:.3rem}.vh-coll-header{padding:5rem 1.5rem 3rem!important}.vh-about-hero{padding:6rem 2rem 4rem!important}.vh-about-section{padding:3rem 2rem!important}.vh-about__grid{grid-template-columns:1fr!important}.vh-about__manifesto{padding:4rem 2rem!important}.vh-about__manifesto-words{flex-direction:column!important;gap:1rem!important}.vh-info-hero{padding:5rem 0 3rem!important}.footer{padding:3rem 1.5rem!important}.button{padding:1.2rem 2rem!important;font-size:1.2rem!important}.grid--4-col-desktop{grid-template-columns:repeat(2,1fr)!important}.announcement-bar{font-size:1rem!important}.header{padding:.8rem 1rem!important}.header__heading-link{font-size:1.8rem!important}.newsletter .title{font-size:2.4rem!important}}@media(min-width:750px)and (max-width:989px){.vh-pdp-hero,.vh-selector{grid-template-columns:1fr!important}.vh-trust__grid{grid-template-columns:repeat(2,1fr)!important}.grid--4-col-desktop{grid-template-columns:repeat(3,1fr)!important}}select,input[type=text],input[type=email],input[type=search],input[type=tel],input[type=number],input[type=password],textarea{background-color:#131318;color:var(--vh-bone);border-color:#ece9e233}select option{background-color:#131318;color:var(--vh-bone)}button:not([class*=button]):not([class*=btn]){color:inherit}label,legend,fieldset{color:inherit}select:focus,input:focus,textarea:focus{outline-color:var(--vh-gold);border-color:var(--vh-gold)}::placeholder{color:#a09c93;opacity:1}
/*# sourceMappingURL=/cdn/shop/t/13/assets/custom.css.map */
