html:has(.dh-bundle-builder-section),body:has(.dh-bundle-builder-section){height:100vh!important;height:100dvh!important;overflow:hidden!important;margin:0!important;padding:0!important}body:has(.dh-bundle-builder-section) #MainContent,body:has(.dh-bundle-builder-section) main,.dh-bundle-builder-section,.dh-bundle-builder-section>div{height:100%!important;overflow:hidden!important}.dh-bundle-builder-section~*,body:has(.dh-bundle-builder-section) .shopify-section-group-header-group,body:has(.dh-bundle-builder-section) .shopify-section-group-footer-group,body:has(.dh-bundle-builder-section) #shopify-section-announcement-bar,body:has(.dh-bundle-builder-section) #shopify-section-header,body:has(.dh-bundle-builder-section) header.header,body:has(.dh-bundle-builder-section) .announcement-bar,body:has(.dh-bundle-builder-section) .wt-header,body:has(.dh-bundle-builder-section) footer,body:has(.dh-bundle-builder-section) .footer,body:has(.dh-bundle-builder-section) .wt-footer,body:has(.dh-bundle-builder-section) #shopify-section-footer{display:none!important}body:has(.dh-bundle-builder-section) .smile-shopify-module-container,body:has(.dh-bundle-builder-section) [id*=smile],body:has(.dh-bundle-builder-section) [id*=rewards],body:has(.dh-bundle-builder-section) [class*=smile],body:has(.dh-bundle-builder-section) [id*=okendo],body:has(.dh-bundle-builder-section) .okendo-widget,body:has(.dh-bundle-builder-section) iframe[src*=smile],body:has(.dh-bundle-builder-section) iframe[src*=rewards]{display:none!important}dh-bundle-builder{display:flex;flex-direction:column;height:100%}.dh-bb{--bb-bg: #FBFAF6;--bb-primary: #DC4213;--bb-text: #761800;--bb-text-light: rgba(118, 24, 0, .55);--bb-text-muted: rgba(118, 24, 0, .35);--bb-btn: #D7A353;--bb-btn-text: #fff;--bb-card-bg: #FFFFFF;--bb-card-border: rgba(118, 24, 0, .12);--bb-success: #1A7A4E;--bb-radius: 12px;--bb-radius-sm: 8px;background:var(--bb-bg);color:var(--bb-text);height:100%;font-family:var(--font-base, "GalanoGrotesque", sans-serif);display:flex;flex-direction:column;overflow:hidden}.dh-bb__header{display:flex;align-items:center;gap:12px;height:56px;padding:0 16px;background:var(--bb-bg);border-bottom:1px solid var(--bb-card-border);flex-shrink:0;z-index:20}.dh-bb__header-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--bb-text);text-decoration:none;border-radius:50%;flex-shrink:0;transition:background .12s ease}.dh-bb__header-back:hover{background:#7618000f}.dh-bb__header-center{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.dh-bb__header-title{font-weight:700;font-size:14px;letter-spacing:.06em;text-transform:uppercase;color:var(--bb-text);line-height:1}.dh-bb__progress{width:100%;max-width:200px;height:3px;background:#7618001a;border-radius:99px;overflow:hidden}.dh-bb__progress-fill{height:100%;width:33.33%;background:var(--bb-primary);border-radius:99px;transition:width .4s cubic-bezier(.4,0,.2,1)}.dh-bb__progress-label{font-size:11px;font-weight:600;color:var(--bb-text-light);line-height:1}.dh-bb__header-next{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;background:var(--bb-primary);color:#fff;font-family:inherit;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:99px;cursor:pointer;flex-shrink:0;white-space:nowrap;transition:opacity .12s ease;-webkit-tap-highlight-color:transparent}.dh-bb__header-next:hover{background:color-mix(in srgb,var(--bb-primary) 80%,#fff)}.dh-bb__header-next:disabled{opacity:.35;cursor:default}.dh-bb__header-next:not(:disabled) span{display:inline-block;animation:dh-arrow-nudge 1.8s ease-in-out infinite}@keyframes dh-arrow-nudge{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.dh-bb__spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:dh-spin .6s linear infinite;vertical-align:middle}@keyframes dh-spin{to{transform:rotate(360deg)}}.dh-bb__step{display:none;flex:1;min-height:0}.dh-bb__step.is-active{display:flex}.dh-bb__step[hidden]{display:none}.dh-bb__step.is-entering-right{animation:bb-in-r .25s ease-out forwards}.dh-bb__step.is-entering-left{animation:bb-in-l .25s ease-out forwards}.dh-bb__step.is-exiting-left{animation:bb-out-l .25s ease-in forwards}.dh-bb__step.is-exiting-right{animation:bb-out-r .25s ease-in forwards}@keyframes bb-in-r{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}@keyframes bb-in-l{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:none}}@keyframes bb-out-l{0%{opacity:1;transform:none}to{opacity:0;transform:translate(-100%)}}@keyframes bb-out-r{0%{opacity:1;transform:none}to{opacity:0;transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.dh-bb__step.is-entering-right,.dh-bb__step.is-entering-left,.dh-bb__step.is-exiting-left,.dh-bb__step.is-exiting-right{animation:none}}.dh-bb__split{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;padding-bottom:50px}.dh-bb__media-panel{position:relative;flex:0 0 auto;height:38dvh}.dh-bb__split-media{display:block;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;background:#f0ebe1;-webkit-overflow-scrolling:touch}.dh-bb__media-dots{position:absolute;bottom:24px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:6px;z-index:3;pointer-events:auto}.dh-bb__media-dots:empty{display:none}.dh-bb__media-dot{width:6px;height:6px;padding:0;border:none;border-radius:50%;background:#ffffff80;cursor:pointer;transition:width .18s ease,background .18s ease;-webkit-tap-highlight-color:transparent;box-shadow:0 1px 3px #0003}.dh-bb__media-dot.is-active{width:18px;border-radius:4px;background:#fff}.dh-bb__split-image{width:100%;height:100%;object-fit:cover;display:block}.dh-bb__media-stack{display:flex;flex-direction:column;gap:0;width:100%}.dh-bb__media-item{display:block;width:100%;padding:0;margin:0;border:none;background:none;cursor:zoom-in;-webkit-tap-highlight-color:transparent}.dh-bb__media-item:focus-visible{outline:3px solid rgba(220,66,19,.4);outline-offset:-3px}.dh-bb__media-image{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;transition:opacity .15s ease}.dh-bb__media-item:hover .dh-bb__media-image{opacity:.92}.dh-bb__split-image-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f0ebe1,#e8e0d0);position:relative;padding:10%}.dh-bb__fallback-can{max-height:70%;object-fit:contain;filter:drop-shadow(0 12px 32px rgba(0,0,0,.12))}.dh-bb__fallback-can--1{position:relative;z-index:2;max-width:40%}.dh-bb__fallback-can--2{position:absolute;left:8%;bottom:15%;z-index:1;max-width:30%;opacity:.9}.dh-bb__fallback-can--3{position:absolute;right:8%;bottom:15%;z-index:1;max-width:30%;opacity:.9}.dh-bb__split-content{flex:1;display:flex;flex-direction:column;min-height:0}.dh-bb__split-scroll{flex:1;overflow-y:auto;padding:24px 20px}.dh-bb__heading{font-family:var(--font-headline, "Clever Bold", serif);font-size:32px;line-height:1.05;color:var(--bb-primary);margin:0 0 8px}.dh-bb__subheading{font-size:15px;color:var(--bb-text-light);margin:0 0 16px}.dh-bb__benefits{margin:0;padding:0}.dh-bb__benefits-track{height:4px;background:#76180014;border-radius:99px;margin-bottom:14px;overflow:hidden}.dh-bb__benefits-fill{height:100%;width:0%;background:var(--bb-primary);border-radius:99px;transition:width .4s cubic-bezier(.4,0,.2,1)}.dh-bb__benefits-tiers{display:flex;justify-content:space-between;gap:2px;margin-top:4px}.dh-bb__benefits-tier{flex:1;display:flex;align-items:center;gap:4px;opacity:.3;transition:opacity .25s ease;text-align:center;font-size:10px;white-space:nowrap}.dh-bb__benefits-tier.is-active{opacity:1}.dh-bb__benefits-tier.is-reached{opacity:.55}.dh-bb__tier-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--bb-card-border);background:var(--bb-card-bg);flex-shrink:0;transition:border-color .25s ease,background .25s ease}.dh-bb__benefits-tier.is-active .dh-bb__tier-dot,.dh-bb__benefits-tier.is-reached .dh-bb__tier-dot{border-color:var(--bb-primary);background:var(--bb-primary)}.dh-bb__tier-info{display:flex;flex-direction:column;gap:1px}.dh-bb__tier-label{font-size:10px;font-weight:700;color:var(--bb-text)}.dh-bb__tier-perk{font-size:10px;font-weight:600;color:var(--bb-text-light)}.dh-bb__benefits-tier.is-active .dh-bb__tier-perk{color:var(--bb-primary);font-weight:700}.dh-bb__benefits-current{display:flex;align-items:baseline;justify-content:space-between;gap:4px}.dh-bb__current-price{font-family:var(--font-base, "GalanoGrotesque", sans-serif);font-weight:800;font-size:20px;color:var(--bb-primary);line-height:1}.dh-bb__current-hint{font-size:13px;color:var(--bb-text-light)}.dh-bb__quick-add{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;padding:10px 20px;background:var(--bb-text);border:none;border-radius:99px;font-family:inherit;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#fff;cursor:pointer;transition:opacity .12s ease}.dh-bb__quick-add:hover{opacity:.85}.dh-bb__quick-add.is-added{background:var(--bb-success)}.dh-bb__savings-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background:#761800;color:#fff;flex-shrink:0;font-family:var(--font-base, "GalanoGrotesque", sans-serif)}.dh-bb__savings-price{font-weight:800;font-size:16px;line-height:1;flex-shrink:0;white-space:nowrap}.dh-bb__savings-progress{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.dh-bb__savings-milestone{display:flex;align-items:center;gap:4px;flex-shrink:0}.dh-bb__savings-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:background .25s ease}.dh-bb__savings-milestone--achieved .dh-bb__savings-dot{background:#d7a353}.dh-bb__savings-milestone--target .dh-bb__savings-dot{border:2px solid rgba(255,255,255,.4);background:transparent;width:8px;height:8px;box-sizing:border-box}.dh-bb__savings-label{font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;opacity:.85}.dh-bb__savings-milestone--achieved .dh-bb__savings-label{color:#d7a353}.dh-bb__savings-track{flex:1;height:3px;background:#fff3;border-radius:99px;overflow:hidden;min-width:20px}.dh-bb__savings-fill{height:100%;width:0%;background:#d7a353;border-radius:99px;transition:width .6s cubic-bezier(.34,1.56,.64,1)}@keyframes dh-savings-unlock{0%{box-shadow:0 0 #d7a353b3;transform:scale(1)}40%{transform:scale(1.2)}70%{box-shadow:0 0 0 8px #d7a35300}to{box-shadow:0 0 #d7a35300;transform:scale(1)}}@keyframes dh-savings-pop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.dh-bb__savings-milestone--achieved.is-unlocking .dh-bb__savings-dot{animation:dh-savings-unlock .5s ease-out}.dh-bb__savings-milestone--target.is-popping .dh-bb__savings-label{animation:dh-savings-pop .3s ease-out}@keyframes dh-savings-slide-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.dh-bb__savings-milestone.is-sliding-in .dh-bb__savings-label{animation:dh-savings-slide-in .3s ease-out}.dh-bb__savings-summary,.dh-bb__scroll-hint,.dh-bb__savings-progress--desktop{display:none}.dh-bb__savings-progress--mobile{display:flex}@media(min-width:1024px){.dh-bb__savings-progress--mobile{display:none}.dh-bb__savings-progress--desktop{display:flex}}.dh-bb__savings-full-tier{display:flex;align-items:center;gap:4px;flex-shrink:0;transition:opacity .25s ease}.dh-bb__savings-full-tier.is-reached{opacity:.5}.dh-bb__savings-full-tier.is-active .dh-bb__savings-dot{background:#d7a353;border-color:#d7a353}.dh-bb__savings-full-tier.is-active .dh-bb__savings-label,.dh-bb__savings-full-tier.is-active .dh-bb__savings-perk{color:#d7a353}.dh-bb__savings-full-tier:not(.is-active):not(.is-reached) .dh-bb__savings-dot{border:2px solid rgba(255,255,255,.3);background:transparent;box-sizing:border-box}.dh-bb__savings-perk{font-size:11px;font-weight:600;opacity:.7;white-space:nowrap}.dh-bb__flavors-wrap{position:relative;margin:0 -20px}.dh-bb__flavor-grid{display:flex;flex-direction:row;gap:12px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-inline-start:20px;padding:8px 20px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.dh-bb__flavor-grid::-webkit-scrollbar{display:none}.dh-bb__flavors-nav{display:none;position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fffffff2;border:1px solid var(--bb-card-border);box-shadow:0 2px 8px #00000014;color:var(--bb-text);align-items:center;justify-content:center;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;transition:opacity .12s ease,transform .12s ease}.dh-bb__flavors-nav:disabled{opacity:0;pointer-events:none}.dh-bb__flavors-nav--prev{left:6px}.dh-bb__flavors-nav--next{right:6px}.dh-bb__flavors-nav:active:not(:disabled){transform:translateY(-50%) scale(.92)}.dh-bb__flavors-dots{display:flex;justify-content:center;gap:6px;margin:10px 0 16px}.dh-bb__flavors-dot{width:6px;height:6px;border-radius:50%;background:#76180033;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease,transform .15s ease}.dh-bb__flavors-dot.is-active{background:var(--bb-primary);transform:scale(1.3)}.dh-bb__flavor-card{position:relative;display:flex;gap:14px;align-items:center;flex:0 0 85%;scroll-snap-align:start;border:2px solid transparent;border-radius:var(--bb-radius);background:var(--bb-card-bg);padding:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.dh-bb__flavor-card:hover:not(.is-focused){border-color:#76180026}.dh-bb__flavor-card.is-focused{border-color:var(--bb-primary);box-shadow:0 0 0 1px var(--bb-primary)}.dh-bb__flavor-image-wrap{position:relative;width:88px;height:88px;flex-shrink:0;border-radius:var(--bb-radius-sm);overflow:hidden;background:#f0ebe1}.dh-bb__flavor-info{flex:1;min-width:0}.dh-bb__flavor-image{width:100%;height:100%;object-fit:contain;padding:8%;transition:transform .3s ease}.dh-bb__flavor-card:hover .dh-bb__flavor-image{transform:scale(1.04)}.dh-bb__flavor-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}.dh-bb__flavor-controls{flex-shrink:0}.dh-bb__add-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:var(--bb-text);color:#fff;border:none;border-radius:99px;font-family:inherit;font-weight:700;font-size:11px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:opacity .12s ease,transform 80ms ease}.dh-bb__add-btn:hover{opacity:.85}.dh-bb__add-btn:active{transform:scale(.95)}.dh-bb__qty-inline{display:none;align-items:center;gap:0;background:var(--bb-text);border-radius:99px;padding:2px}.dh-bb__qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:none;background:#ffffff2e;color:#fff;cursor:pointer;transition:background .1s ease;-webkit-tap-highlight-color:transparent;flex-shrink:0}.dh-bb__qty-btn:hover{background:#ffffff4d}.dh-bb__qty-btn:active{transform:scale(.92)}.dh-bb__qty-icon{font-size:16px;font-weight:700;line-height:1;color:#fff!important;display:block}.dh-bb__qty-value{font-weight:700;font-size:14px;min-width:22px;text-align:center;color:#fff;line-height:1}.dh-bb__flavor-name{font-family:var(--font-headline, "Clever Bold", serif);font-size:17px;color:var(--bb-text);margin:0;line-height:1.2}.dh-bb__flavor-desc{font-size:13px;color:var(--bb-text-light);margin:2px 0 0;line-height:1.3}.dh-bb__flavor-price{font-size:14px;font-weight:700;color:var(--bb-text);margin:0;white-space:nowrap}.dh-bb__sold-out{font-size:13px;color:var(--bb-text-muted);margin-top:4px}.dh-bb__plan-options{display:flex;flex-direction:column;gap:12px;margin-top:24px}.dh-bb__plan-card{position:relative;background:var(--bb-card-bg);border:2px solid var(--bb-card-border);border-radius:var(--bb-radius);padding:20px;cursor:pointer;display:flex;gap:14px;transition:border-color .15s ease,box-shadow .15s ease}.dh-bb__plan-card.is-selected{border-color:var(--bb-primary);box-shadow:0 0 0 1px var(--bb-primary)}.dh-bb__plan-card:not(.is-selected) .dh-bb__plan-body{opacity:.5}.dh-bb__plan-card:hover:not(.is-selected){border-color:#76180040}.dh-bb__plan-card:focus-visible{outline:3px solid rgba(220,66,19,.3);outline-offset:2px}.dh-bb__plan-badge{position:absolute;top:-10px;right:16px;padding:3px 12px;background:var(--bb-btn);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:99px}.dh-bb__plan-radio{flex-shrink:0;width:20px;height:20px;border:2px solid var(--bb-card-border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:3px;transition:border-color .15s ease}.dh-bb__plan-card.is-selected .dh-bb__plan-radio{border-color:var(--bb-primary)}.dh-bb__radio-dot{width:10px;height:10px;border-radius:50%;background:transparent;transition:background .15s ease}.dh-bb__plan-card.is-selected .dh-bb__radio-dot{background:var(--bb-primary)}.dh-bb__plan-body{flex:1;transition:opacity .15s ease}.dh-bb__plan-title{font-family:var(--font-headline, "Clever Bold", serif);font-size:18px;margin:0;color:var(--bb-text)}.dh-bb__plan-hero-price{display:flex;align-items:baseline;gap:8px;margin:6px 0 4px}.dh-bb__plan-per-can{font-family:var(--font-base, "GalanoGrotesque", sans-serif);font-weight:800;font-size:24px;color:var(--bb-text);line-height:1}.dh-bb__plan-card.is-selected .dh-bb__plan-per-can{color:var(--bb-primary)}.dh-bb__plan-save-tag{font-size:12px;font-weight:700;color:var(--bb-success)}.dh-bb__plan-save-tag[hidden]{display:none}.dh-bb__plan-subtitle{font-size:13px;color:var(--bb-text-light);margin:4px 0 0}.dh-bb__plan-pricing{display:flex;align-items:baseline;gap:6px;flex-shrink:0}.dh-bb__plan-price-original{font-size:14px;color:var(--bb-text-muted);text-decoration:line-through}.dh-bb__plan-price-discount{font-weight:700;font-size:18px;color:var(--bb-text);text-decoration:none}.dh-bb__plan-price-full{font-weight:700;font-size:16px;color:var(--bb-text)}.dh-bb__plan-details{margin-top:16px;border-top:1px solid var(--bb-card-border);padding-top:16px}.dh-bb__plan-card:not(.is-selected) .dh-bb__plan-details{display:none}.dh-bb__plan-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dh-bb__plan-benefits li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--bb-text)}.dh-bb__plan-benefits svg{flex-shrink:0;color:var(--bb-success)}.dh-bb__order-summary{background:#7618000a;border-radius:var(--bb-radius);padding:20px;margin-top:24px}.dh-bb__summary-title{font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--bb-text-light);margin:0 0 12px}.dh-bb__summary-item{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:14px}.dh-bb__summary-item-thumb{width:32px;height:32px;border-radius:50%;object-fit:cover}.dh-bb__summary-item-qty{font-weight:700;font-size:12px;color:var(--bb-text-light)}.dh-bb__summary-item-cans{color:var(--bb-text-muted);font-weight:400}.dh-bb__summary-total-line{font-size:13px;font-weight:600;color:var(--bb-text-light);padding-top:8px;margin-top:4px;border-top:1px solid var(--bb-card-border)}.dh-bb__summary-divider{border:none;border-top:1px solid var(--bb-card-border);margin:10px 0}.dh-bb__summary-divider-line{border:none;border-top:2px solid var(--bb-primary, #762400);margin:8px 0 4px}.dh-bb__summary-row{display:flex;justify-content:space-between;font-size:14px;padding:3px 0}.dh-bb__summary-row--savings{color:var(--bb-success);font-weight:600}.dh-bb__summary-row--total{font-weight:800;font-size:18px}.dh-bb__summary-per-can{text-align:right;font-size:13px;color:var(--bb-text-light)}.dh-bb__shipping-free{color:var(--bb-success);font-weight:600}.dh-bb__summary-row--shipping del,.dh-bb__review-totals-row--shipping del{color:var(--bb-text-light)}.dh-bb__edit-link{display:inline-block;margin-top:12px;background:none;border:none;font-family:inherit;font-size:13px;font-weight:600;color:var(--bb-text);text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:0}.dh-bb__edit-link:hover{color:var(--bb-primary)}.dh-bb__inline-cta{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:20px;padding:14px 24px;background:var(--bb-primary);color:#fff;font-family:inherit;font-weight:700;font-size:15px;letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:99px;cursor:pointer;transition:opacity .12s ease;-webkit-tap-highlight-color:transparent}.dh-bb__inline-cta:hover{background:color-mix(in srgb,var(--bb-primary) 80%,#fff)}.dh-bb__inline-cta:disabled{opacity:.35;cursor:default}.dh-bb__inline-cta:not(:disabled) span:last-child{display:inline-block;animation:dh-arrow-nudge 1.8s ease-in-out infinite}.dh-bb__review-card{background:var(--bb-card-bg);border:1px solid var(--bb-card-border);border-radius:var(--bb-radius);padding:20px;margin-bottom:12px}.dh-bb__review-label{font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--bb-text-light);margin:0 0 12px}.dh-bb__review-item{display:flex;align-items:center;gap:12px;padding:8px 0}.dh-bb__review-item+.dh-bb__review-item{border-top:1px solid var(--bb-card-border)}.dh-bb__review-item-image{width:40px;height:40px;border-radius:var(--bb-radius-sm);object-fit:cover;background:#f0ebe1}.dh-bb__review-item-name{flex:1;font-size:14px;font-weight:500}.dh-bb__review-item-qty{font-weight:700;font-size:13px;color:var(--bb-text-light)}.dh-bb__review-item-cans{font-weight:400;font-size:12px;opacity:.7}.dh-bb__review-item-price{font-size:14px;font-weight:600;min-width:60px;text-align:right}.dh-bb__review-plan-type{font-size:15px;font-weight:700;margin-bottom:4px}.dh-bb__review-plan-frequency{font-size:13px;color:var(--bb-text-light)}.dh-bb__review-totals-row{display:flex;justify-content:space-between;padding:5px 0;font-size:14px}.dh-bb__review-totals-row--savings{color:var(--bb-success);font-weight:600}.dh-bb__review-totals-divider{border:none;border-top:1px solid var(--bb-card-border);margin:6px 0}.dh-bb__review-totals-row--total{font-family:var(--font-base, "GalanoGrotesque", sans-serif);font-weight:800;font-size:22px;padding:8px 0 4px}.dh-bb__review-totals-per-can{font-size:13px;color:var(--bb-text-light);text-align:right}.dh-bb__cross-sell{background:#7618000a;border-radius:var(--bb-radius);padding:20px;margin-top:12px}.dh-bb__cross-sell-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--bb-primary);margin-bottom:10px}.dh-bb__cross-sell-content{display:flex;gap:14px;align-items:flex-start}.dh-bb__cross-sell-image{width:72px;height:72px;border-radius:var(--bb-radius-sm);object-fit:cover;flex-shrink:0}.dh-bb__cross-sell-title{font-family:var(--font-headline, "Clever Bold", serif);font-size:16px;margin:0 0 4px}.dh-bb__cross-sell-desc{font-size:13px;color:var(--bb-text-light);margin:0 0 10px}.dh-bb__cross-sell-btn{background:var(--bb-btn);border:none;padding:8px 18px;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--bb-btn-text);border-radius:99px;cursor:pointer;transition:opacity .12s ease}.dh-bb__cross-sell-btn:hover{opacity:.85}.dh-bb__cross-sell-btn.is-added{background:var(--bb-success)}.dh-bb button:focus-visible,.dh-bb a:focus-visible,.dh-bb select:focus-visible{outline:3px solid rgba(220,66,19,.3);outline-offset:2px}.dh-bb__sr-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(min-width:600px){.dh-bb__heading{font-size:38px}.dh-bb__split-scroll{padding:32px}}@media(min-width:1024px){.dh-bb__split{flex-direction:row}.dh-bb__media-panel{flex:0 0 50%;width:50%;height:auto}.dh-bb__split-media{display:block;overflow-y:auto;overflow-x:hidden;background:transparent}.dh-bb__split-content{width:50%;min-height:0}.dh-bb__step[data-step="2"] .dh-bb__split-media,.dh-bb__step[data-step="3"] .dh-bb__split-media{flex:0 0 50%;width:50%;align-self:stretch}.dh-bb__step[data-step="2"] .dh-bb__split-image,.dh-bb__step[data-step="3"] .dh-bb__split-image{width:100%;height:100%;object-fit:cover}.dh-bb[data-current-step="2"] .dh-bb__savings-bar,.dh-bb[data-current-step="3"] .dh-bb__savings-bar{display:none}.dh-bb[data-current-step="2"] .dh-bb__split,.dh-bb[data-current-step="3"] .dh-bb__split{padding-bottom:0}.dh-bb__split-scroll{padding:32px 48px}.dh-bb__heading{font-size:44px}.dh-bb__flavor-image-wrap{width:100px;height:100px}.dh-bb__flavors-wrap{margin:0}.dh-bb__flavor-grid{flex-direction:column;overflow:visible;scroll-snap-type:none;padding:0;gap:10px}.dh-bb__flavor-card{flex:0 0 auto;scroll-snap-align:none}.dh-bb__flavors-nav,.dh-bb__flavors-dots{display:none}.dh-bb__subheading-row{display:block}.dh-bb__quick-add--inline{display:none}.dh-bb__quick-add:not(.dh-bb__quick-add--inline){display:inline-flex}.dh-bb__media-panel:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.18));pointer-events:none;z-index:2;transition:opacity .4s ease}.dh-bb__media-panel.is-scrolled-bottom:after{opacity:0}.dh-bb__scroll-hint{display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:3;align-items:center;gap:8px;pointer-events:none;transition:opacity .4s ease;background:#001e1480;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:6px 14px 6px 12px;border-radius:99px}.dh-bb__scroll-hint-text{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fdf4e4;opacity:.85}.dh-bb__scroll-hint-line{width:2px;height:32px;overflow:hidden;border-radius:1px;flex-shrink:0}.dh-bb__scroll-hint-line:before{content:"";display:block;width:100%;height:100%;background:#fdf4e4;opacity:.85;border-radius:1px;animation:dh-scroll-pulse 2s cubic-bezier(.4,0,.2,1) infinite;transform-origin:top center}@keyframes dh-scroll-pulse{0%{transform:scaleY(0) translateY(0);opacity:0}15%{transform:scaleY(.4) translateY(0);opacity:.9}50%{transform:scaleY(1) translateY(0);opacity:.85}80%{transform:scaleY(1) translateY(100%);opacity:0}to{transform:scaleY(0) translateY(0);opacity:0}}.dh-bb__media-panel.is-scrolled-bottom .dh-bb__scroll-hint{opacity:0}.dh-bb__split-media{scroll-snap-type:none}.dh-bb__split-media .dh-bb__media-stack{flex-direction:column;width:100%;height:auto}.dh-bb__split-media .dh-bb__media-item{width:100%;height:auto;scroll-snap-align:none;display:block}.dh-bb__split-media .dh-bb__media-image{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.dh-bb__media-dots{display:none}.dh-bb__header-next{padding:10px 24px;font-size:13px}.dh-bb__savings-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;padding:12px 32px;gap:20px}.dh-bb__savings-price{font-size:18px}.dh-bb__savings-label{font-size:12px}.dh-bb__savings-dot,.dh-bb__savings-milestone--target .dh-bb__savings-dot{width:10px;height:10px}.dh-bb__savings-summary{display:flex;align-items:center;gap:16px;flex-shrink:0;margin-left:auto}.dh-bb__savings-summary-text{font-size:13px;opacity:.85;white-space:nowrap;text-align:right;line-height:1.3}.dh-bb__savings-summary-detail{display:block;font-size:12px;font-weight:700;color:#d7a353}dh-builder-footer,.dh-builder-footer{display:none!important}.dh-bb__split{padding-bottom:60px}}@media(min-width:1400px){.dh-bb__split-scroll{padding:40px 64px}.dh-bb__heading{font-size:48px}.dh-bb__flavor-grid{gap:20px}}@media(max-width:1023px){.dh-bb__media-panel{background:transparent}.dh-bb__split-media{background:transparent;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dh-bb__split-media::-webkit-scrollbar{display:none}.dh-bb__split-media .dh-bb__media-stack{flex-direction:row;flex-wrap:nowrap;height:100%}.dh-bb__split-media .dh-bb__media-item{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center}.dh-bb__split-media .dh-bb__media-image{width:100%;height:100%;aspect-ratio:auto;object-fit:contain}.dh-bb__split-content{background:#fff;border-radius:18px 18px 0 0;margin-top:-14px;position:relative;z-index:2;box-shadow:0 -14px 32px #00000038,0 -2px 6px #00000014}.dh-bb__subheading-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.dh-bb__subheading-row .dh-bb__subheading{margin:0;flex:1 1 auto;min-width:0}.dh-bb__quick-add--inline{flex:0 0 auto;margin:0;padding:8px 14px;font-size:11px;letter-spacing:.06em;white-space:nowrap}.dh-bb__quick-add:not(.dh-bb__quick-add--inline){display:none}.dh-bb__split-scroll{padding:20px 20px 24px}.dh-bb__step[data-step="1"] .dh-bb__split-scroll{display:flex;flex-direction:column}.dh-bb__step[data-step="1"] .dh-bb__heading{order:1}.dh-bb__step[data-step="1"] .dh-bb__subheading-row{order:2;margin-bottom:14px}.dh-bb__step[data-step="1"] .dh-bb__flavors-wrap{order:3}.dh-bb__step[data-step="1"] .dh-bb__flavors-dots{order:4}.dh-bb__header{height:48px;padding:0 12px;gap:8px}.dh-bb__header-back{width:36px;height:36px}.dh-bb__header-title{font-size:12px}.dh-bb__progress{max-width:140px;height:2px}.dh-bb__progress-label{font-size:10px}.dh-bb__header-next{font-size:11px;padding:7px 14px}.dh-bb__media-panel{height:auto;flex:1;min-height:0}.dh-bb__step[data-step="1"] .dh-bb__split-content{flex:0 0 auto}.dh-bb__step[data-step="2"] .dh-bb__split-media,.dh-bb__step[data-step="3"] .dh-bb__split-media{display:none}.dh-bb__step[data-step="2"] .dh-bb__split-content,.dh-bb__step[data-step="3"] .dh-bb__split-content{flex:1;min-height:0}.dh-bb__step[data-step="2"] .dh-bb__split-scroll,.dh-bb__step[data-step="3"] .dh-bb__split-scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:24px}.dh-bb__split-scroll{padding:16px 20px}.dh-bb__heading{font-size:28px;margin-bottom:4px}.dh-bb[data-current-step="2"] .dh-bb__savings-bar,.dh-bb[data-current-step="3"] .dh-bb__savings-bar,.dh-builder-footer{display:none}.dh-bb__savings-bar{z-index:100}.dh-bb__split{padding-bottom:0}}.dh-bb__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f0804eb;display:flex;align-items:center;justify-content:center;padding:24px;animation:dh-bb-lightbox-in .18s ease-out}.dh-bb__lightbox[hidden]{display:none}@keyframes dh-bb-lightbox-in{0%{opacity:0}to{opacity:1}}.dh-bb__lightbox-stage{position:relative;max-width:min(100%,1100px);max-height:100%;display:flex;align-items:center;justify-content:center}.dh-bb__lightbox-image{display:block;max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 24px 64px #0006}.dh-bb__lightbox-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#ffffff1f;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .12s ease}.dh-bb__lightbox-close:hover{background:#ffffff38}.dh-bb__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff1f;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .12s ease}.dh-bb__lightbox-nav:hover{background:#ffffff38}.dh-bb__lightbox-nav--prev{left:16px}.dh-bb__lightbox-nav--next{right:16px}.dh-bb__lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fffc;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;background:#ffffff14;border-radius:99px;pointer-events:none}.dh-bb__lightbox button:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}body.dh-bb-lightbox-open{overflow:hidden!important}@media(prefers-reduced-motion:reduce){.dh-bb__lightbox{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/dh-bundle-builder.css.map */
