.ebh-bundle__price-sale{color:var(--color-products-sale-price, var(--color-text));font-weight:600}.ebh-bundle__price-regular{color:var(--color-text-meta, var(--color-text));opacity:.6;margin-left:4px;font-size:.875em}.ebh-bundle--builder{background:color-mix(in srgb,var(--color-products-sale-price, #9e2f23) 6%,var(--color-background, #fff));border-top:1px solid color-mix(in srgb,var(--color-products-sale-price, #9e2f23) 22%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-products-sale-price, #9e2f23) 22%,transparent);padding:var(--spacing-6, 24px) 0;margin:var(--spacing-6, 24px) 0}.ebh-bundle--builder .ebh-bundle__inner{max-width:var(--max-width, 1400px);margin:0 auto;padding:0 var(--spacing-4, 16px)}.ebh-bundle__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-products-stock-medium, #8a5a0b);margin:0 0 4px}.ebh-bundle--builder .ebh-bundle__heading{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:var(--spacing-4, 16px);max-width:40ch}.ebh-bundle--builder .ebh-bundle__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-3, 12px);margin-bottom:var(--spacing-4, 16px)}.ebh-bundle__tile-media{position:relative}.ebh-bundle__tile:not(:first-child) .ebh-bundle__tile-media:before{content:"+";position:absolute;top:50%;left:calc(var(--spacing-3, 12px) / -2);transform:translate(-50%,-50%);font-size:1rem;line-height:1;color:var(--color-text-meta, var(--color-text));opacity:.55;pointer-events:none}@media(max-width:959px){.ebh-bundle--builder .ebh-bundle__cards{display:flex;gap:var(--spacing-3, 12px);overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-left:var(--spacing-4, 16px);scrollbar-width:none;margin-left:calc(var(--spacing-4, 16px) * -1);margin-right:calc(var(--spacing-4, 16px) * -1);padding-left:var(--spacing-4, 16px);padding-right:var(--spacing-4, 16px)}.ebh-bundle--builder .ebh-bundle__cards::-webkit-scrollbar{display:none}.ebh-bundle--builder .ebh-bundle__tile{flex:0 0 124px;scroll-snap-align:start}@media(min-width:600px){.ebh-bundle--builder .ebh-bundle__tile{flex:1 1 0;max-width:190px}}.ebh-bundle--builder .ebh-bundle__tile-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ebh-bundle--builder .ebh-bundle__bar{flex-direction:column;align-items:stretch;gap:var(--spacing-3, 12px)}.ebh-bundle--builder .ebh-bundle__bar-add{width:100%}}.ebh-bundle__tile-photo{position:relative;display:block;border-radius:10px;overflow:hidden;cursor:pointer}.ebh-bundle__tile-photo img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:opacity var(--duration-fast, .15s) var(--easing, ease)}.ebh-bundle__tile-photo input[type=checkbox]{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;cursor:pointer;z-index:1}.ebh-bundle__tile-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-background, #fff);opacity:0;transition:opacity var(--duration-fast, .15s) var(--easing, ease);pointer-events:none}.ebh-bundle__tile-photo input:not(:checked)~.ebh-bundle__tile-veil{opacity:.62}.ebh-bundle__tile-remove,.ebh-bundle__tile-badge{z-index:2}.ebh-bundle__tile-remove{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:var(--color-background, #fff);border:1px solid var(--color-border, #e2dbd1);display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;color:var(--color-text-meta, var(--color-text));pointer-events:none}.ebh-bundle__tile-remove:before{content:"\2715"}.ebh-bundle__tile-photo input:not(:checked)~.ebh-bundle__tile-remove:before{content:"+"}.ebh-bundle__tile--trigger .ebh-bundle__tile-photo{cursor:default}.ebh-bundle__tile--trigger .ebh-bundle__tile-veil{opacity:.45}.ebh-bundle__tile-badge{position:absolute;top:6px;right:6px;background:var(--color-products-sale-price, #9e2f23);color:var(--color-background, #fff);font-size:.625rem;font-weight:600;padding:3px 8px;border-radius:20px;white-space:nowrap}.ebh-bundle__tile-title,.ebh-bundle__tile-title-link{display:block;font-size:.8125rem;color:var(--color-text);margin:8px 0 0;text-decoration:none}.ebh-bundle__tile-title-link:hover .ebh-bundle__tile-title{text-decoration:underline}.ebh-bundle__tile-price{display:block;font-size:.8125rem;font-weight:600;color:var(--color-text);margin-top:2px}.ebh-bundle__bar{display:flex;align-items:center;gap:var(--spacing-4, 16px);padding:0;background:transparent;border:0}.ebh-bundle__bar-total{display:flex;flex-direction:column;gap:2px}.ebh-bundle__bar-prices{display:flex;align-items:baseline;gap:8px}.ebh-bundle__bar-was{font-size:.9375rem;color:var(--color-text-meta, var(--color-text));opacity:.6}.ebh-bundle__bar-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-products-sale-price, var(--color-text));font-weight:600}.ebh-bundle__bar-price{font-size:1.375rem;font-weight:700;color:var(--color-text);line-height:1.1}.ebh-bundle__bar-add{white-space:nowrap;flex-shrink:0}.ebh-bundle__bar-add.is-loading{opacity:.6;pointer-events:none}@media(min-width:960px){.ebh-bundle--builder .ebh-bundle__inner{display:grid;grid-template-columns:max-content 1fr;grid-template-areas:"eyebrow eyebrow" "heading heading" "cards   bar";column-gap:var(--spacing-6, 24px);align-items:stretch}.ebh-bundle--builder .ebh-bundle__eyebrow{grid-area:eyebrow}.ebh-bundle--builder .ebh-bundle__heading{grid-area:heading;font-size:1.5rem;max-width:none}.ebh-bundle--builder .ebh-bundle__cards{grid-area:cards;display:flex;gap:var(--spacing-4, 16px);margin-bottom:0}.ebh-bundle--builder .ebh-bundle__tile{flex:1 1 0;min-width:0;max-width:190px}.ebh-bundle--builder .ebh-bundle__bar{grid-area:bar;flex-direction:column;align-items:stretch;justify-content:center;gap:var(--spacing-3, 12px);padding-left:var(--spacing-6, 24px);border-left:1px solid color-mix(in srgb,var(--color-products-sale-price, #9e2f23) 20%,transparent)}.ebh-bundle--builder .ebh-bundle__bar-add{width:100%;max-width:300px}.ebh-bundle--builder .ebh-bundle__bar-price{font-size:2rem}.ebh-bundle--builder .ebh-bundle__bar-label{white-space:nowrap}.ebh-bundle__tile-title,.ebh-bundle__tile-title-link,.ebh-bundle__tile-price{font-size:.875rem}}.ebh-bundle--carousel{margin-top:var(--spacing-4, 16px)}.ebh-bundle__offer{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-products-sale-price, #9e2f23);margin:0 0 var(--spacing-2, 8px)}.ebh-bundle__minis{display:grid;grid-template-columns:repeat(2,minmax(0,132px));gap:var(--spacing-2, 8px);margin-bottom:var(--spacing-3, 12px)}.ebh-bundle--carousel .ebh-bundle__tile-title,.ebh-bundle--carousel .ebh-bundle__tile-title-link,.ebh-bundle--carousel .ebh-bundle__tile-price{font-size:.75rem}.ebh-bundle--carousel .ebh-bundle__tile-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ebh-bundle--carousel .ebh-bundle__bar{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-3, 12px);flex-wrap:wrap}.ebh-bundle--carousel .ebh-bundle__bar-price{font-size:1.125rem}.ebh-bundle--carousel .ebh-bundle__bar-was{font-size:.8125rem}.ebh-cart-extra__toggle{display:flex;align-items:center;justify-content:center;gap:6px;padding:var(--spacing-2, 8px);font-size:.8125rem;color:var(--color-text-meta, var(--color-text));cursor:pointer;list-style:none;border-radius:var(--ebh-r-lg, 14px);background:var(--ebh-cart-card, #fdfbf8)}.ebh-cart-extra__toggle::-webkit-details-marker{display:none}.ebh-cart-extra__toggle:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translate(-2px,-2px)}.ebh-cart-extra[open] .ebh-cart-extra__toggle{margin-bottom:var(--ebh-cart-gap, 8px)}.ebh-cart-extra[open] .ebh-cart-extra__toggle:after{transform:rotate(-135deg) translate(-2px,-2px)}.ebh-cart-extra__list{display:flex;flex-direction:column;gap:var(--ebh-cart-gap, 8px)}.ebh-bundle--carousel .ebh-bundle__minis{gap:var(--ebh-cart-gap, 8px)}.ebh-bundle--carousel .ebh-bundle__tile{background:var(--ebh-cart-card, #fdfbf8);border-radius:var(--ebh-r-lg, 14px);overflow:hidden;padding-bottom:var(--spacing-2, 8px)}.ebh-bundle--carousel .ebh-bundle__tile-photo{background:#efe9e1}.ebh-bundle--carousel .ebh-bundle__tile-title-link,.ebh-bundle--carousel .ebh-bundle__tile-price{padding-left:var(--spacing-2, 8px);padding-right:var(--spacing-2, 8px)}
/*# sourceMappingURL=/cdn/shop/t/109/assets/ebh-bundle-builder.css.map */
