.bundle-picker{display:grid;gap:var(--bp-gap, 12px);grid-template-columns:repeat(var(--bp-columns, 3),1fr)}.bundle-picker__option{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;padding:0;border:none;border-radius:var(--bp-radius, 12px);background:var(--bp-bg, #ffffff);cursor:pointer;overflow:visible}.bundle-picker__option:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--bp-border-color, #e0e0e0);border-radius:var(--bp-radius, 12px);pointer-events:none;z-index:2}.bundle-picker__option.is-active{background-color:var(--bp-active-bg, #fdf6f0)}.bundle-picker__option.is-active:after{border-color:var(--bp-active-border, #4B2E2A)}.bundle-picker__option--unavailable{opacity:.45;pointer-events:none}.bundle-picker__option--with-image{flex-direction:row;align-items:center;text-align:left;padding:var(--bp-padding, 16px);gap:12px}.bundle-picker__option--with-image .bundle-picker__head{flex:1 1 auto;align-items:flex-start;text-align:left;padding:0}.bundle-picker__option--with-image .bundle-picker__head .bundle-picker__title{text-align:left;justify-content:flex-start}.bundle-picker__side-image{flex:0 0 auto;margin-left:auto;width:var(--bp-image-size, 56px);height:var(--bp-image-size, 56px);display:flex;align-items:center;justify-content:center}.bundle-picker__side-image img{display:block;max-width:100%;max-height:100%;object-fit:contain}.bundle-picker__image{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.bundle-picker__image img{display:block;max-width:100%;max-height:100%;object-fit:contain;height:fit-content}.bundle-picker__title{flex:1;display:flex;align-items:center;justify-content:center;margin:0;padding:var(--bp-padding, 16px);width:100%;box-sizing:border-box;font-size:var(--bp-title-size, 16px);font-weight:var(--bp-title-weight, 600);color:var(--bp-title-color, inherit);line-height:1}.bundle-picker__head{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;box-sizing:border-box;padding:var(--bp-padding, 16px)}.bundle-picker__head .bundle-picker__title{flex:0 0 auto;padding:0}.bundle-picker__description{margin:0;font-size:12px;line-height:1.2;font-weight:400}.bundle-picker__gifts{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;align-items:center;gap:2px;width:100%}.bundle-picker__gift{display:inline-flex;align-items:center;gap:4px;font-size:var(--bp-gifts-size, 11px);line-height:1.1;font-weight:400}.bundle-picker__gift.is-locked{color:var(--bp-gifts-locked-text, #999)}.bundle-picker__gift.is-locked .bundle-picker__gift-icon{color:var(--bp-gifts-locked-icon, #999)}.bundle-picker__gift.is-unlocked{color:var(--bp-gifts-unlocked-text, #23a424)}.bundle-picker__gift.is-unlocked .bundle-picker__gift-icon{color:var(--bp-gifts-unlocked-icon, #23a424)}.bundle-picker__gift-icon{flex-shrink:0;width:.9em;height:.9em}.bundle-picker__price{display:flex;align-items:center;justify-content:center;gap:6px;margin:4px 0 0;line-height:1.3}.bundle-picker__sale-price{font-size:var(--bp-price-size, 14px);font-weight:var(--bp-price-weight, 600);color:var(--bp-price-color, #333)}.bundle-picker__compare-price{font-size:calc(var(--bp-price-size, 14px) - 1px);font-weight:400;color:var(--bp-compare-price-color, #999);text-decoration:line-through}.bundle-picker__option-badge{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:4px;width:calc(100% - 4px);margin:0 2px 2px;padding:5px 6px;background-color:var(--bp-badge-option-bg, #E8913A);color:var(--bp-badge-option-color, #fff);font-size:var(--bp-badge-option-size, 11px);font-weight:500;text-transform:uppercase;border-radius:0 0 calc(var(--bp-radius, 12px) - 2px) calc(var(--bp-radius, 12px) - 2px);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.bundle-picker__option-badge svg{width:1em;height:1em;flex-shrink:0}.bundle-picker__option-badge-icon{width:1.2em;height:1.2em;object-fit:contain;flex-shrink:0;display:block}.bundle-picker__best-seller-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:3px;padding:4px 8px;background-color:var(--bp-badge-bg, #E8913A);color:var(--bp-badge-color, #fff);border:2px solid var(--bp-badge-color, #fff);font-size:var(--bp-badge-size, 11px);font-weight:600;text-transform:uppercase;border-radius:8px;line-height:1;white-space:nowrap;z-index:3;overflow:hidden}.bundle-picker__best-seller-badge--shiny:before{content:"";position:absolute;top:-50%;left:200%;width:50%;height:200%;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.5) 50%,transparent 80%);transform:skew(-25deg);animation:bp-shiny-sweep var(--bp-shiny-total, 3.8s) ease-out infinite}@keyframes bp-shiny-sweep{0%{left:-100%}21%{left:200%}to{left:200%}}.bundle-picker__discount-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);padding:4px 10px;border-radius:8px;background-color:var(--bp-discount-bg, #e74c3c);color:var(--bp-discount-color, #fff);font-size:var(--bp-discount-size, 11px);font-weight:700;line-height:1;white-space:nowrap;z-index:3}.bundle-picker--compact-inactive{align-items:center}.bundle-picker--compact-inactive .bundle-picker__option{align-self:center;height:fit-content}.bundle-picker--compact-inactive .bundle-picker__option:not(.is-active) .bundle-picker__price,.bundle-picker--compact-inactive .bundle-picker__option:not(.is-active) .bundle-picker__option-badge{display:none}.bundle-picker--gifts-active-only,.bundle-picker--gifts-unlocked-only{align-items:center}.bundle-picker--gifts-active-only .bundle-picker__option,.bundle-picker--gifts-unlocked-only .bundle-picker__option{align-self:center;height:fit-content;justify-content:center}.bundle-picker--gifts-active-only .bundle-picker__option:not(.is-active) .bundle-picker__gifts{display:none}.bundle-picker--gifts-unlocked-only .bundle-picker__gift.is-locked{display:none}.bundle-picker--active-taller .bundle-picker__option{align-self:center;justify-content:center}.bundle-picker--active-taller .bundle-picker__option.is-active .bundle-picker__head{padding-top:calc(var(--bp-padding, 16px) + var(--bp-active-extra-padding, 12px));padding-bottom:calc(var(--bp-padding, 16px) + var(--bp-active-extra-padding, 12px))}@media screen and (max-width:749px){.bundle-picker{grid-template-columns:repeat(var(--bp-columns-mobile, 3),1fr)}.bundle-picker__title{font-size:16px;line-height:1.2}.bundle-picker__sale-price{font-size:12px}.bundle-picker__compare-price{font-size:11px}.bundle-picker__price{gap:4px;margin:0}.bundle-picker__option-badge{font-size:8px}.bundle-picker__best-seller-badge{padding:3px 6px;top:-10px}.bundle-picker__discount-badge{font-size:9px;padding:3px 8px}}@media screen and (max-width:400px){.bundle-picker{gap:6px}.bundle-picker__title{font-size:15px}.bundle-picker__sale-price{font-size:11px}.bundle-picker__compare-price{font-size:10px}.bundle-picker__price{gap:3px}.bundle-picker__best-seller-badge{top:-9px;font-size:9px}.bundle-picker__best-seller-badge svg{width:9px;height:9px}}@media screen and (max-width:389px){.bundle-picker__head{padding-left:8px;padding-right:8px}}@media screen and (max-width:382px){.bundle-picker__title{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/component-bundle-picker.css.map */
