.esb__bundle-selector{padding:24px;background-color:var(--esb-primary-color);border-radius:18px;margin:30px 0;text-align:center}.esb__step-label{font-size:28px;line-height:1.3;color:var(--esb-secondary-color)}.esb__step-title{font-size:28px;line-height:1.5;color:var(--esb-secondary-color)}.esb__bundle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:15px;margin:20px 0}.esb__bundle-card{padding:30px 20px;border:1px solid var(--esb-bundle-box-text-color);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;position:relative;opacity:.4}.esb__bundle-card.esb__bundle-card--active{background-color:var(--esb-active-bundle-box-bg);opacity:1}.esb__bundle-badge,.esb__bundle-each-price{position:absolute;top:-14px;left:50%;transform:translate(-50%);z-index:1;display:flex;align-items:center;justify-content:center;color:var(--esb-discount-badge-text-color);background-color:var(--esb-discount-badge-bg);padding:4px 16px;border-radius:20px;font-size:16px;font-weight:600;text-transform:uppercase;white-space:nowrap;line-height:24px;max-width:170px;line-height:1}.esb__bundle-each-price{bottom:-12px;top:unset;background-color:var(--esb-each-price-bg);color:var(--esb-each-price-text-color)}.esb__bundle-title{font-size:24px;font-weight:600;margin-bottom:5px;color:var(--esb-bundle-box-text-color)}.esb__bundle-price{font-size:18px;display:flex;font-weight:600;gap:5px;color:var(--esb-bundle-box-text-color)}.esb__bundle-title,.esb__bundle-price{color:var(--esb-active-bundle-box-text-color)}.esb__bundle-compare-price{opacity:.5}.esb__subscription{padding:16px;border:1px solid var(--esb-subscription-box-active-text-color);border-radius:10px;display:flex;flex-direction:column;gap:20px;margin-top:50px;background-color:var(--esb-subscription-box-bg);color:var(--esb-subscription-box-text-color)}.esb__subscription:has(input:checked){background:var(--esb-subscription-box-active-bg);color:var(--esb-subscription-box-active-text-color)}.esb__subscription-header{display:flex;gap:12px}.esb__subscription-content{display:flex;flex-direction:column;gap:4px;text-align:left}.esb__subscription-title{margin:0;font-size:18px;line-height:1}.esb__subscription-subtitle{margin:0;font-size:14px;opacity:.75}.esb__subscription-body{display:none;justify-content:space-between;gap:20px}.esb__subscription:has(input:checked) .esb__subscription-body{display:flex}.esa__benefits{display:flex;align-items:flex-start;justify-content:flex-start;gap:5px;text-align:left}.esa__benefits svg{min-width:21px;min-height:21px;width:21px;height:21px}.esb__subscription-benefits{display:flex;flex-direction:column;gap:12px}.esb__gift-indicator{max-width:140px;transition:.3s}.esb__gift-indicator img{display:block;width:100%;height:auto;border-radius:15px}.esb__subscription[data-gift-unlocked=false] .esb__gift-indicator{filter:grayscale(100%)}.esb__subscription[data-gift-unlocked=true] .esb__gift-indicator{filter:none;opacity:1}.esb__subscription-toggle{position:relative;width:35px;height:19px;flex-shrink:0}.esb__subscription-input{position:absolute;opacity:0}.esb__subscription-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;border-radius:999px;cursor:pointer;transition:.2s}.esb__subscription-slider:before{content:"";position:absolute;width:15px;height:15px;top:2px;left:2px;background:#fff;border-radius:50%;transition:.2s}.esb__subscription-input:checked+.esb__subscription-slider{background:#2fd521}.esb__subscription-input:checked+.esb__subscription-slider:before{transform:translate(18px)}.esb__gift-selector{padding:16px;border:1px solid var(--esb-gift-box-text-color);border-radius:10px;background:var(--esb-gift-box-bg-color);display:flex;flex-direction:column;gap:12px;margin-top:30px}.esb__gift-title{text-align:center;font-size:24px;font-weight:600;margin-bottom:0;color:var(--esb-gift-box-text-color)}.esb__gift-grid{display:flex;gap:10px;justify-content:flex-start;align-items:flex-start}.esb__gift-radio{position:absolute;opacity:0;pointer-events:none}.esb__gift-card{position:relative;display:flex;flex-direction:column;gap:12px;cursor:pointer;opacity:.4;transition:.25s;max-width:100px}.esb__gift-card:has(.esb__gift-radio:checked){opacity:1}.esb__gift-price{display:flex;justify-content:center;align-items:center;gap:3px;background:var(--esb-gift-product-price-bg);color:var(--esb-gift-product-price-text);border-radius:12px;padding:6px;font-weight:700;font-size:14px}.esb__gift-image{border:1px solid var(--esb-gift-box-text-color);border-radius:16px;overflow:hidden}.esb__gift-image img{display:block;width:100%;height:auto}.esb__gift-name{text-align:center;padding:5px;border-radius:10px;background:var(--esb-gift-product-title-bg);color:var(--esb-gift-product-title-color);font-weight:600;font-size:14px}@media screen and (max-width:767px){.esb__gift-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.esb__bundle-badge,.esb__bundle-each-price{top:-10px;font-size:12px;padding:5px 10px;border-radius:15px}.esb__bundle-card{padding:20px 5px}.esb__bundle-each-price{bottom:-10px;top:unset}.esb__bundle-price{font-size:15px}.esb__bundle-title{font-size:18px}}.esb__flavours{margin:30px 0}.esb__flavour-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.esb__flavour-card{padding:20px 10px;border:1px solid var(--esb-flavor-box-text-color);background-color:var(--esb-flavor-box-bg-color);border-radius:15px}.esb__flavour-card:has(.esb__qty-enabled){background-color:var(--esb-active-flavor-box-bg-color);border:1px solid var(--esb-active-flavor-box-text-color)}.esb__flavour-card h3{font-size:16px;font-weight:600;padding:4px 4px 0;margin-bottom:10px;color:var(--esb-flavor-box-text-color)}.esb__flavour-card:has(.esb__qty-enabled) h3{color:var(--esb-active-flavor-box-text-color)}.esb__qty-controls{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:center;margin:auto;background-color:transparent;border:1px solid var(--esb-flavor-box-text-color);border-radius:24px;padding:0 5px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;height:40px;max-width:130px}.esb__flavour-card:has(.esb__qty-enabled) .esb__qty-controls{border:1px solid var(--esb-active-flavor-box-text-color)}.esb__qty-controls.esb__qty-enabled{padding:0 15px;border-radius:24px}.esb__qty-btn{position:relative;padding:0;border:0;background:transparent;cursor:pointer;width:100%}.esb__qty-btn--minus,.esb__qty-input{display:none}.esb__qty-enabled .esb__qty-btn--minus,.esb__qty-enabled .esb__qty-input{display:flex}.esb__qty-btn-horizontal,.esb__qty-btn-vertical{position:absolute;top:50%;left:50%;background:var(--esb-flavor-box-text-color);transform:translate(-50%,-50%);display:none}.esb__qty-btn-horizontal{width:14px;height:2px;min-width:14px;min-height:2px}.esb__qty-btn-vertical{width:2px;height:14px;min-width:2px;min-height:14px}.esb__qty-input{width:20px;min-width:20px;text-align:center;background-color:transparent;font-size:20px;color:var(--esb-flavor-box-text-color)}.esb__flavour-card:has(.esb__qty-enabled) .esb__qty-btn-horizontal,.esb__flavour-card:has(.esb__qty-enabled) .esb__qty-btn-vertical{background-color:var(--esb-active-flavor-box-text-color)}.esb__qty-enabled .esb__qty-btn{width:32px;height:32px;min-width:32px;min-height:32px}.esb__qty-enabled .esb__qty-btn-horizontal,.esb__qty-enabled .esb__qty-btn-vertical{display:block}.esb__qty-enabled .esb__qty-text{display:none}.esb__flavour-card:has(.esb__qty-enabled) .esb__qty-input{color:var(--esb-active-flavor-box-text-color)}.esb__qty-btn:disabled{opacity:.2;cursor:not-allowed}.esb__flavours .esb__step-heading{margin-bottom:10px}.esb__bundle-summary{display:flex;flex-direction:column;gap:20px;margin-top:30px}.esb__bundle-summary-header{display:flex;justify-content:space-between;align-items:center;gap:15px}.esb__bundle-subtotal{font-size:18px;font-weight:700;color:var(--esb-subtotal-color)}.esb__bundle-savings{display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;background:var(--esb-save-amount-bg);font-weight:700;color:var(--esb-save-amount-text)}.esb__bundle-atc{width:100%;min-height:98px;border:none;border-radius:10px;background:var(--esb-buy-button-bg);font-size:30px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:12px 20px;color:var(--esb-buy-button-text)}.esb__bundle-atc svg{display:none}.esb__bundle-atc.loading-atc span{display:none}.esb__bundle-atc.loading-atc svg{display:block}@media(max-width:600px){.esb__bundle-selector{padding:10px}.product-content{padding:0 10px}.esb__step-label,.esb__step-title{font-size:24px}.esb__subscription-title{font-size:16px}.esb__subscription-body{gap:10px}.esb__gift-indicator{max-width:125px}.esa__benefits{font-size:14px}.esb__subscription{padding:10px;margin:20px 0}.esb__flavour-grid{gap:5px}.esb__flavour-card h3{font-size:13px}.esb__bundle-summary{margin-top:20px;gap:10px}.esb__flavours{margin:15px 0}.esb__bundle-price{font-size:13px}.esb__qty-controls.esb__qty-enabled{padding:0 12px}.esb__qty-enabled .esb__qty-btn{width:24px;height:24px;min-width:24px;min-height:24px}.esb__bundle-atc{min-height:63px;font-size:20px}}@media(max-width:450px){.esb__flavour-card{padding:10px 5px;border-radius:10px}.esb__bundle-card{padding:20px 5px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/esa-custom-bundle.css.map */
