sticky-always.header .header--wrapper{display:grid!important;grid-template-columns:1fr auto 1fr!important;grid-template-areas:"menu logo icons"!important;align-items:center;gap:24px;height:var(--cvb-header-h, 80px)!important;min-height:var(--cvb-header-h, 80px)!important;padding:0 40px!important;position:relative;overflow:visible}sticky-always.header{height:var(--cvb-header-h, 80px)!important;min-height:var(--cvb-header-h, 80px)!important;overflow:visible!important}.header .header--navigation-main{grid-area:menu;justify-self:start}.header .header--logo,.header .header__logo,.header .header--logo-wrapper{grid-area:logo!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;transform:none!important;justify-self:center!important;align-self:center!important;z-index:2;text-align:center;white-space:nowrap;width:max-content!important;min-width:0!important;max-width:none!important;margin:0!important}.header .header--logo .header--logo-text,.header .header__logo .header--logo-text,.header .header--logo-wrapper .header--logo-text{white-space:nowrap}.header .header--right{grid-area:icons;justify-self:end}@media(min-width:990px){sticky-always.header,sticky-always.header .header--wrapper{height:var(--cvb-header-h, 80px)!important;min-height:var(--cvb-header-h, 80px)!important;overflow:visible!important}sticky-always.header .header--wrapper{display:grid!important;grid-template-columns:1fr auto 1fr!important;grid-template-rows:var(--cvb-header-h, 80px)!important;grid-template-areas:"menu logo icons"!important;column-gap:var(--cvb-header-col-gap, 24px);align-items:center;padding:0 var(--cvb-header-padding-desktop, 20px)!important}.header .header--logo,.header .header__logo,.header .header--logo-wrapper{grid-area:logo!important;justify-self:center!important;align-self:center!important}.header .header--navigation-main{grid-area:menu!important;justify-self:start!important;align-self:center!important}.header .header--right{grid-area:icons!important;justify-self:end!important;align-self:center!important}}.header .header--navigation,.cvb-search-icon,.cvb-account-icon,.cvb-cart-icon,#cvb-cart-drawer,#cvb-search-drawer,.cvb-overlay,.cvb-mega-overlay{display:none!important}sticky-always.header{z-index:2}sticky-always.header.cvb-mega-active{z-index:2}.cvb-nav{display:flex;align-items:center;gap:var(--cvb-nav-item-gap, 28px)}.cvb-nav-link,.cvb-nav-btn{font-family:var(--font-display, "Fraunces", "Cormorant Garamond", Georgia, serif);font-size:var(--cvb-nav-font-size, 16px);font-weight:500;letter-spacing:.01em;color:inherit;background:transparent;border:none;padding:10px 16px;border-radius:999px;cursor:pointer;text-decoration:none;transition:background .18s ease,color .18s ease;white-space:nowrap;text-transform:none}.cvb-nav-link:hover,.cvb-nav-btn:hover,.cvb-nav-btn.active{background:var(--cvb-nav-hover-bg, #7B5454);color:#fff}@media(max-width:989px){.cvb-nav{display:none}html{overflow:visible!important;height:auto!important}body{overflow-x:hidden!important;overflow-y:auto!important}sticky-always.header{height:var(--cvb-header-mobile-h, 70px)!important;min-height:var(--cvb-header-mobile-h, 70px)!important;overflow:visible!important}sticky-always.header .header--wrapper{grid-template-columns:auto 1fr!important;grid-template-areas:"hamburger icons"!important;height:var(--cvb-header-mobile-h, 70px)!important;min-height:var(--cvb-header-mobile-h, 70px)!important;padding:0 var(--cvb-header-padding-mobile, 14px)!important;position:relative;overflow:visible}.header .mobile-toggler,.header .hamburger--toggler{grid-area:hamburger;justify-self:start}.header .header--right{grid-area:icons;justify-self:end}.header .header--logo,.header .header__logo,.header .header--logo-wrapper{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;grid-area:unset!important;justify-self:unset!important;align-self:unset!important;pointer-events:auto;z-index:1}}.cvb-mega{position:absolute;top:100%;left:0;right:0;width:100%;background:#fffaf8;color:#241d1e;box-shadow:0 20px 40px #00000014;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s;z-index:10000;pointer-events:none}.cvb-mega.open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .25s ease,transform .25s ease,visibility 0s linear 0s;pointer-events:auto}.cvb-mega-product .cvb-mega-inner{display:grid;grid-template-columns:240px 360px 1fr;gap:32px;max-width:1440px;margin:0 auto;padding:32px 48px}.cvb-mega-cats{display:flex;flex-direction:column;gap:4px}.cvb-mega-cat-btn{font-family:inherit;font-size:15px;font-weight:600;text-align:left;padding:14px 18px;border:none;border-radius:999px;background:transparent;color:#241d1e;cursor:pointer;transition:background .18s ease,color .18s ease;display:flex;align-items:center;justify-content:space-between}.cvb-mega-cat-btn:after{content:"\203a";opacity:.4;font-size:20px}.cvb-mega-cat-btn.active,.cvb-mega-cat-btn:hover{background:#7b5454e6;color:#fff}.cvb-mega-cat-btn.active:after{opacity:1}.cvb-mega-hero{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:3 / 4;min-height:320px}.cvb-mega-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.cvb-mega-hero-img.placeholder{background:linear-gradient(135deg,#d9c7bc,#8a6b6b)}.cvb-mega-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(to top,#0000008c,#0000 60%)}.cvb-mega-hero-title{font-family:inherit;font-size:22px;font-weight:600;margin:0 0 6px}.cvb-mega-hero-desc{font-size:13px;line-height:1.4;opacity:.92;margin:0}.cvb-mega-subs-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.cvb-mega-sub-link{padding:14px 18px;border-radius:12px;background:#efe4e1;color:#4f3535;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:background .18s ease,color .18s ease}.cvb-mega-sub-link:hover,.cvb-mega-sub-link:active,.cvb-mega-sub-link:focus-visible{background:#5c1a2b;color:#f4efe6}.cvb-mega-sub-link.shop-all{background:#7b5454;color:#fff;font-weight:600}.cvb-mega-sub-link.shop-all:hover{background:#654242}.cvb-mega-help-inner{max-width:280px;margin:0 auto;padding:24px 32px}.cvb-mega-help-grid{display:flex;flex-direction:column;gap:4px}.cvb-help-card{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit;font-family:inherit}.cvb-help-card-img{aspect-ratio:1 / 1;border-radius:10px;background-size:cover;background-position:center;transition:transform .3s ease}.cvb-help-card-img.placeholder{background:linear-gradient(135deg,#efe4e1,#c9b2a9)}.cvb-help-card:hover .cvb-help-card-img{transform:scale(1.02)}.cvb-mega.cvb-mega-help .cvb-help-card-label{font-family:Inter,-apple-system,system-ui,sans-serif!important;font-size:14px!important;font-weight:500!important;text-align:left;letter-spacing:.02em;color:#1a1512;line-height:1.3}@media(max-width:989px){.cvb-mega{display:none}}@media(min-width:990px)and (max-width:1199px){.cvb-mega-product .cvb-mega-inner{grid-template-columns:200px 280px 1fr;gap:24px;padding:24px 32px}.cvb-mega-help-grid{gap:4px}}sticky-always.header.desktop-transparent:not(.is-sticky):not(:hover):not(.cvb-mega-active) .cvb-nav-link,sticky-always.header.desktop-transparent:not(.is-sticky):not(:hover):not(.cvb-mega-active) .cvb-nav-btn{color:#fff}sticky-always.header.desktop-transparent:not(.is-sticky):not(:hover):not(.cvb-mega-active) .cvb-nav-btn:hover,sticky-always.header.desktop-transparent:not(.is-sticky):not(:hover):not(.cvb-mega-active) .cvb-nav-link:hover,sticky-always.header.desktop-transparent:not(.is-sticky):not(:hover):not(.cvb-mega-active) .cvb-nav-btn.active{background:#ffffff26;color:#fff}sticky-always.header:before{display:none!important}sticky-always.header{box-sizing:border-box!important;width:calc(100% - 32px)!important;margin:12px 16px!important;border-radius:8px!important;overflow:visible;transition:background .3s ease,box-shadow .3s ease,color .3s ease}sticky-always.header .header--wrapper{border-radius:8px!important}sticky-always.header:not(.desktop-transparent):not(.is-sticky):not(.cvb-mega-active){background:var(--cvb-bg-default, #3D0F1D)!important;color:var(--cvb-text-default, #F4EFE6)!important;box-shadow:0 8px 28px #0000002e}sticky-always.header.desktop-transparent:not(.is-sticky):not(.cvb-mega-active){background:var(--cvb-bg-top, #3D0F1D)!important;color:var(--cvb-text-top, #F4EFE6)!important;box-shadow:0 8px 28px #0000002e}sticky-always.header.is-sticky:not(.cvb-mega-active){background:var(--cvb-bg-sticky, #3D0F1D)!important;color:var(--cvb-text-sticky, #F4EFE6)!important;box-shadow:0 8px 28px #0000002e}sticky-always.header.cvb-mega-active{background:var(--cvb-bg-active, #3D0F1D)!important;color:var(--cvb-text-active, #F4EFE6)!important;box-shadow:0 8px 28px #0000002e}sticky-always.header .header--logo-img:not(.transparent-logo-img){display:none!important}sticky-always.header .header--logo-img.transparent-logo-img{opacity:1!important;position:static!important;inset:auto!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;transform:none!important}sticky-always.header .cvb-mega{left:0;right:0;width:auto;border-radius:8px;margin-top:8px;box-shadow:0 12px 32px #0000001a}@media(max-width:989px){sticky-always.header{width:calc(100% - 24px)!important;margin:8px 12px!important;border-radius:8px!important}sticky-always.header .header--wrapper{border-radius:8px!important}}.header .header--logo-img{width:var(--cvb-logo-desktop-w, 100px)!important;height:auto!important;max-width:100%!important;max-height:var(--cvb-logo-desktop-h, none)!important;display:block;margin:0 auto}.header .header--right .icon,.header .header--right svg{width:var(--cvb-icon-desktop, 22px);height:var(--cvb-icon-desktop, 22px)}.header .header--right svg{stroke:currentColor}.header .header--right a,.header .header--right button{color:inherit}.header .header--right a:hover,.header .header--right button:hover{opacity:.75}.header .hamburger--toggler-icon{position:relative;width:22px;height:14px;display:block}.header .hamburger--toggler-icon .line{position:absolute;left:0;width:100%;height:1.5px;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .25s ease,top .25s ease,bottom .25s ease}.header .hamburger--toggler-icon .line-1{top:0}.header .hamburger--toggler-icon .line-2{top:50%;transform:translateY(-50%);width:70%}.header .hamburger--toggler-icon .line-3{bottom:0}.header .mobile-toggler.is-active .hamburger--toggler-icon .line-1,.header .hamburger--toggler.is-active .hamburger--toggler-icon .line-1{top:50%;transform:translateY(-50%) rotate(45deg)}.header .mobile-toggler.is-active .hamburger--toggler-icon .line-2,.header .hamburger--toggler.is-active .hamburger--toggler-icon .line-2{opacity:0}.header .mobile-toggler.is-active .hamburger--toggler-icon .line-3,.header .hamburger--toggler.is-active .hamburger--toggler-icon .line-3{bottom:50%;transform:translateY(50%) rotate(-45deg);width:100%}@media(max-width:989px){.header .header--logo-img{width:var(--cvb-logo-mobile-w, 80px)!important;height:auto!important;max-width:100%!important;max-height:var(--cvb-logo-mobile-h, none)!important}.header .header--logo,.header .header__logo,.header .header--logo-wrapper{max-width:none!important;max-height:none!important}.header .header--wrapper{padding:0 10px!important;gap:6px}.header .mobile-toggler,.header .hamburger--toggler,.header .header--right{position:relative;z-index:3}.header .header--logo-img{pointer-events:none}.header .header--right{gap:0}.header .header--right a,.header .header--right button{padding:5px;min-width:0;min-height:0}.header .header--right .icon,.header .header--right svg{width:var(--cvb-icon-mobile, 17px);height:var(--cvb-icon-mobile, 17px)}.header .header--right .cart-count,.header .header--right [class*=cart-count],.header .header--right .cart--count{font-size:9px!important;min-width:14px;height:14px;line-height:14px}.header .mobile-toggler,.header .hamburger--toggler{width:24px!important;height:24px!important;padding:0!important;background:transparent!important;border:none!important;color:inherit;display:inline-flex;align-items:center;justify-content:center}.header .hamburger--toggler-icon{width:18px;height:12px}}@media(min-width:990px){.header .mobile-toggler,.header .hamburger--toggler{display:none!important}}.cvb-help-card{padding:10px 12px;border-radius:4px;transition:background-color .2s ease,color .2s ease}.cvb-help-card:hover,.cvb-help-card:active,.cvb-help-card:focus-visible{background:#5c1a2b}.cvb-help-card:hover .cvb-help-card-label,.cvb-help-card:active .cvb-help-card-label,.cvb-help-card:focus-visible .cvb-help-card-label{color:#f4efe6!important}.cvb-nav-btn[data-mega=help]{position:relative}.cvb-mega.cvb-mega-help{left:auto!important;right:auto!important;width:220px!important;top:100%!important;margin-top:0!important;background:#fffaf8;box-shadow:0 12px 32px #0000001a;border-radius:12px}.cvb-mega.cvb-mega-help .cvb-mega-help-inner{max-width:100%;padding:12px 0}.cvb-mega.cvb-mega-help .cvb-help-card{padding:10px 18px;border-radius:0}.cvb-mega.cvb-mega-product .cvb-mega-hero{position:relative}.cvb-mega.cvb-mega-product .cvb-mega-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1a15128c,#1a151259 45%,#1a15121a);pointer-events:none}.cvb-mega.cvb-mega-product .cvb-mega-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex!important;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:36px 40px 40px;pointer-events:none;text-align:left;z-index:1}.cvb-mega.cvb-mega-product .cvb-mega-hero-title{font-family:Fraunces,Cormorant Garamond,Georgia,serif!important;font-size:clamp(26px,2.6vw,38px)!important;font-weight:300!important;font-style:normal!important;line-height:1.1!important;letter-spacing:-.012em!important;color:#f4efe6!important;text-shadow:0 2px 10px rgba(26,21,18,.3);margin:0 0 12px!important;max-width:20ch}.cvb-mega.cvb-mega-product .cvb-mega-hero-title em{font-style:italic!important;color:#c97a8a!important;font-weight:400!important}.cvb-mega.cvb-mega-product .cvb-mega-hero-desc{display:block!important;font-family:Fraunces,Cormorant Garamond,Georgia,serif;font-size:clamp(15px,1.4vw,18px);font-weight:300;font-style:italic;letter-spacing:.005em;color:#f4efe6;text-shadow:0 1px 8px rgba(26,21,18,.35);margin:0;max-width:30ch;line-height:1.35}.cvb-nav-btn:hover,.cvb-nav-btn:focus-visible,.cvb-nav-btn.cvb-mega-active,.cvb-nav-link:hover,.cvb-nav-link:focus-visible{background:#5c1a2b!important;color:#f4efe6!important}.cvb-mega-cat-btn:hover,.cvb-mega-cat-btn:focus-visible,.cvb-mega-cat-btn.active{background:#5c1a2b!important;color:#f4efe6!important}.cvb-nav-btn,.cvb-nav-link,.cvb-mega-cat-btn,.cvb-help-card{border-radius:12px!important}
/*# sourceMappingURL=/cdn/shop/t/78/assets/cvb-header.css.map */
