body.bh-popup-open{overflow:hidden!important;height:100vh!important}promo-popup{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;justify-content:center;align-items:center}promo-popup[open]{display:flex}.bh-promo-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .4s ease-out}promo-popup[open] .bh-promo-popup-overlay{opacity:1}.bh-promo-popup-container{position:relative;width:90%;max-width:var(--promo-max-width, 700px);max-height:90vh;background-color:var(--color-surface, #0a0a0a);border:1px solid var(--color-border-gold, rgba(197, 157, 109, .2));box-shadow:0 20px 50px #000c,0 0 40px #c59d6d0d;color:var(--color-text, #ffffff);z-index:10;overflow:hidden;display:flex;flex-direction:column;opacity:0;transform:scale(.9) translateY(20px);transition:opacity .4s cubic-bezier(.25,.46,.45,.94),transform .4s cubic-bezier(.25,.46,.45,.94)}promo-popup[open] .bh-promo-popup-container{opacity:1;transform:scale(1) translateY(0)}.bh-promo-popup-close{position:absolute;top:1.25rem;right:1.25rem;background:#0009;border:1px solid rgba(255,255,255,.08);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--color-text-80, rgba(255, 255, 255, .8));cursor:pointer;z-index:100;transition:all var(--transition-fast, .2s ease);padding:0}.bh-promo-popup-close:hover{background:var(--color-leather-gold, #c59d6d);color:#000;border-color:var(--color-leather-gold, #c59d6d);transform:scale(1.05)}.bh-promo-popup-close svg{width:14px;height:14px}.bh-promo-popup-inner{display:flex;flex-direction:column;height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-leather-gold) rgba(0,0,0,.1)}.bh-promo-popup-inner::-webkit-scrollbar{width:4px}.bh-promo-popup-inner::-webkit-scrollbar-thumb{background-color:var(--color-leather-gold)}.bh-promo-popup-grid{display:grid;grid-template-columns:1fr;width:100%;height:100%}.bh-promo-popup-image-wrap{position:relative;background:var(--color-surface-deep, #0d0d0d);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:200px}.bh-promo-popup-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.bh-promo-popup-content{padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center}.bh-promo-popup--center .bh-promo-popup-content{align-items:center;text-align:center}.bh-promo-popup--left .bh-promo-popup-content{align-items:flex-start;text-align:left}.bh-promo-popup--bg-image .bh-promo-popup-container{background-size:cover;background-position:center;background-repeat:no-repeat}.bh-promo-popup--bg-image .bh-promo-popup-overlay-color{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000004d,#000000d9);z-index:1}.bh-promo-popup--bg-image .bh-promo-popup-inner{position:relative;z-index:2}.bh-promo-popup--bg-image .bh-promo-popup-content{padding:4rem 3rem;min-height:400px}.bh-promo-popup-eyebrow{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1rem}.bh-promo-popup-eyebrow-line{width:1.5rem;height:1px;background-color:var(--color-leather-gold, #c59d6d)}.bh-promo-popup-eyebrow-text{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-eyebrow, .65rem);font-weight:600;letter-spacing:var(--eyebrow-letter-spacing, .28em);text-transform:uppercase;color:var(--color-leather-gold, #c59d6d);margin:0}.bh-promo-popup-heading{font-family:var(--font-serif, "Playfair Display", serif);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:400;color:#fff;margin:0 0 1rem;line-height:1.25}.bh-promo-popup-text{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-body, .875rem);font-weight:300;line-height:1.7;color:var(--color-text-60, rgba(255, 255, 255, .6));margin:0 0 1.5rem}.bh-promo-popup-divider{width:40px;height:1px;background-color:var(--color-border-gold, rgba(197, 157, 109, .2));margin:1rem 0 1.5rem}.bh-promo-popup--center .bh-promo-popup-divider{margin-left:auto;margin-right:auto}.bh-promo-popup-form-wrap{width:100%;margin-bottom:1rem}.bh-promo-popup-form{display:flex;flex-direction:column;gap:.875rem;width:100%}.bh-promo-popup-field{position:relative;width:100%}.bh-promo-popup-input{width:100%;background-color:#000;border:1px solid var(--color-border-strong, rgba(255, 255, 255, .08));color:var(--color-text-80, rgba(255, 255, 255, .8));font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-body, .875rem);font-weight:300;padding:.875rem 1rem;border-radius:0;-webkit-appearance:none;appearance:none;transition:border-color var(--transition-fast, .2s ease)}.bh-promo-popup-input::placeholder{color:var(--color-text-20, rgba(255, 255, 255, .2))}.bh-promo-popup-input:focus{outline:none;border-color:#c59d6d73}.bh-promo-popup-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-family:var(--font-sans, "Inter", sans-serif);font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;border-radius:0;cursor:pointer;transition:all var(--transition-base, .3s ease);min-height:48px}.bh-promo-popup-btn--primary{background-color:var(--color-leather-gold, #c59d6d);color:#000}.bh-promo-popup-btn--primary:hover{background-color:var(--color-gold-hover, #d9b47a);transform:translateY(-2px)}.bh-promo-popup-btn--secondary{background-color:transparent;border:1px solid var(--color-border-gold, rgba(197, 157, 109, .2));color:var(--color-leather-gold, #c59d6d)}.bh-promo-popup-btn--secondary:hover{background-color:var(--color-leather-gold, #c59d6d);color:#000;border-color:var(--color-leather-gold, #c59d6d);transform:translateY(-2px)}.bh-promo-popup-success{text-align:center;background-color:#c59d6d14;border:1px solid var(--color-border-gold, rgba(197, 157, 109, .2));padding:1.5rem;margin-top:1rem}.bh-promo-popup-success-title{font-family:var(--font-serif, "Playfair Display", serif);color:var(--color-leather-gold, #c59d6d);font-size:1.25rem;margin:0 0 .5rem}.bh-promo-popup-success-desc{font-family:var(--font-sans, "Inter", sans-serif);color:var(--color-text-80, rgba(255, 255, 255, .8));font-size:.875rem;margin:0}.bh-promo-popup-countdown{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.bh-promo-popup-countdown-item{display:flex;flex-direction:column;align-items:center;min-width:60px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);padding:.5rem}.bh-promo-popup-countdown-num{font-family:var(--font-serif, "Playfair Display", serif);font-size:1.5rem;color:var(--color-leather-gold, #c59d6d);line-height:1}.bh-promo-popup-countdown-label{font-family:var(--font-sans, "Inter", sans-serif);font-size:.55rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-40, rgba(255, 255, 255, .4));margin-top:.25rem}@media screen and (min-width:768px){.bh-promo-popup--split-left .bh-promo-popup-grid{grid-template-columns:1fr 1.2fr}.bh-promo-popup--split-left .bh-promo-popup-image-wrap{order:1;min-height:100%}.bh-promo-popup--split-left .bh-promo-popup-content{order:2}.bh-promo-popup--split-right .bh-promo-popup-grid{grid-template-columns:1.2fr 1fr}.bh-promo-popup--split-right .bh-promo-popup-image-wrap{order:2;min-height:100%}.bh-promo-popup--split-right .bh-promo-popup-content{order:1}.bh-promo-popup-content{padding:3.5rem 3rem}}@media(prefers-reduced-motion:reduce){.bh-promo-popup-overlay,.bh-promo-popup-container,.bh-promo-popup-close{transition:none!important}.bh-promo-popup-container{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/section-promo-popup.css.map */
