.volume-bundle{margin:2.5rem 0}.volume-bundle__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;align-items:stretch}.volume-bundle__option{position:relative;border:.15rem solid var(--vb-border-color, rgba(var(--color-foreground), .1));border-radius:1.2rem;padding:1.2rem .8rem;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;background:rgb(var(--color-background))}.volume-bundle__option--selected{border-color:var(--vb-border-color, rgb(var(--color-foreground)));background:rgba(var(--color-foreground),.02);box-shadow:0 0 0 .1rem var(--vb-border-color, rgb(var(--color-foreground)))}.volume-bundle__badge{position:absolute;top:-.9rem;left:50%;transform:translate(-50%);background:var(--vb-badge-bg, rgb(var(--color-foreground)));color:var(--vb-badge-color, rgb(var(--color-background)));font-size:.9rem;font-weight:800;padding:.2rem .8rem;border-radius:2rem;text-transform:uppercase;z-index:1;white-space:nowrap}.volume-bundle__image{width:100%;max-width:6rem;height:auto;display:block;object-fit:contain;border-radius:.8rem;background:transparent}.volume-bundle__qty{font-size:1.3rem;font-weight:800;margin:0;line-height:1}.volume-bundle__price{font-size:1.1rem;display:flex;flex-direction:column;line-height:1.2}.volume-bundle__price--old{text-decoration:line-through;opacity:.4;font-size:.9rem}.volume-bundle__price--current{font-weight:700;color:rgb(var(--color-foreground))}.volume-bundle__submit{width:100%}@media screen and (max-width:480px){.volume-bundle__grid{gap:.6rem}.volume-bundle__option{padding:1rem .4rem}}.volume-bundle__gift{display:flex;align-items:center;gap:.6rem;margin-top:.8rem;font-size:1.25rem;font-weight:600;color:var(--vb-gift-color, #4848ff)}.volume-bundle__gift svg{width:16px;height:16px;flex-shrink:0}.volume-bundle__gift-img{width:32px;height:32px;object-fit:contain;border-radius:6px}.volume-bundle__gift-value{margin-left:.3rem;white-space:nowrap;opacity:.85;font-weight:600}.volume-bundle__gift-outro{margin-left:.3rem;white-space:nowrap;font-weight:800}volume-bundle{display:block}.volume-bundle--boxed{border:1px solid rgba(var(--color-foreground),.15);border-radius:14px;padding:1.6rem;margin-bottom:1.5rem}.volume-bundle__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.volume-bundle__header-title{font-weight:700;font-size:1.5rem}.volume-bundle__header-note{display:inline-flex;align-items:center;gap:.5rem;font-size:1.15rem;opacity:.8}.volume-bundle__header-note svg{width:18px;height:18px;flex-shrink:0}.volume-bundle__grid--rows{grid-template-columns:1fr;gap:1.2rem}.volume-bundle__grid--rows .volume-bundle__option{display:grid;grid-template-columns:auto auto 1fr auto;grid-template-areas:"radio image info price" "gift gift gift gift";align-items:center;column-gap:1.2rem;text-align:left;padding:var(--vb-rows-padding, 12px) 1.6rem;border:1.5px solid var(--vb-border-color, rgba(var(--color-foreground), .15));border-radius:12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.volume-bundle__grid--rows .volume-bundle__option--selected{border-color:var(--vb-selected-color, #4848ff);box-shadow:0 0 0 3px color-mix(in srgb,var(--vb-selected-color, #4848ff) 22%,transparent);opacity:1}.volume-bundle__radio{grid-area:radio;width:2rem;height:2rem;border-radius:50%;border:2px solid rgba(var(--color-foreground),.3);position:relative;flex-shrink:0}.volume-bundle__option--selected .volume-bundle__radio{border-color:var(--vb-selected-color, #4848ff)}.volume-bundle__option--selected .volume-bundle__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--vb-selected-color, #4848ff)}.volume-bundle__grid--rows .volume-bundle__image{grid-area:image;width:52px;height:52px;object-fit:cover;border-radius:12px;margin:0}.volume-bundle__info{grid-area:info;min-width:0}.volume-bundle__title-row{margin:0;font-weight:700;font-size:1.5rem;display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.volume-bundle__subtitle-row{margin:.2rem 0 0;font-size:1.2rem;opacity:.7}.volume-bundle__save{display:inline-block;padding:.2rem .7rem;border-radius:5px;font-size:1.05rem;font-weight:700;background:var(--vb-save-bg, #ededff);color:var(--vb-save-text, #4848ff);line-height:1.4}.volume-bundle__grid--rows .volume-bundle__price{grid-area:price;justify-self:end;margin:0;text-align:right}.volume-bundle__grid--rows .volume-bundle__price--current{font-size:var(--vb-price-size, 19px);font-weight:700}.volume-bundle__grid--rows .volume-bundle__price--old{font-size:calc(var(--vb-price-size, 19px) * .72)}.volume-bundle__grid--rows .volume-bundle__gift{grid-column:1 / -1;grid-row:auto;margin-top:1rem;padding:1rem 1.2rem;border-top:none;border-radius:10px;background:var(--vb-gift-color, #1800ad);color:#fff}.volume-bundle__grid--rows .volume-bundle__gift-img{width:40px;height:40px;border-radius:8px;object-fit:cover;background:#fff}.volume-bundle__grid--rows .volume-bundle__gift-value,.volume-bundle__grid--rows .volume-bundle__gift-outro{opacity:1}.volume-bundle__grid--rows .volume-bundle__badge{position:absolute;top:-1rem;right:1.2rem;left:auto;transform:none;width:auto;white-space:nowrap;font-size:1rem;padding:.3rem 1rem}.volume-bundle__grid--rows .volume-bundle__option{position:relative}.product-trust-line{display:flex;align-items:center;justify-content:center;gap:1.4rem;margin:.6rem 0;color:var(--ptl-color, #1a1a1a);font-size:var(--ptl-size, 13px);font-weight:500}.product-trust-line__divider{width:1px;height:1.4em;background:currentColor;opacity:.35}fieldset.product-form__input:has(input[type=radio]){border:1px solid rgba(var(--color-foreground),.15);border-radius:14px;padding:1.4rem 1.6rem}fieldset.product-form__input:not(:has(input[type=radio])){border:none;padding:0}.video-bubbles{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin:1.6rem 0;width:100%}.video-bubbles__item{background:none;border:none;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.7rem}.video-bubbles__circle{position:relative;width:var(--vb-bubble-size, 88px);height:var(--vb-bubble-size, 88px);border-radius:50%;padding:3px;background:var(--vb-ring-color, #4848ff);display:block}.video-bubbles__cover{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid rgb(var(--color-background));display:block}.video-bubbles__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;filter:drop-shadow(0 1px 4px rgba(0,0,0,.45))}.video-bubbles__play svg{width:34%;height:34%}.video-bubbles__item:hover .video-bubbles__circle{transform:scale(1.05);transition:transform .2s ease}.video-bubbles__label{font-size:1.3rem;font-weight:600;color:var(--vb-label-color, #1a1a1a)}.video-bubbles__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center}.video-bubbles__modal[hidden]{display:none!important}.video-bubbles__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf}.video-bubbles__modal-content{position:relative;width:min(92vw,42rem);z-index:1}.video-bubbles__modal-content video{width:100%;border-radius:12px;display:block;max-height:80vh;background:#000}.video-bubbles__modal-close{position:absolute;top:1rem;right:1rem;z-index:2;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;background:#0009;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;font-size:2.6rem;cursor:pointer;line-height:1;padding:0;transition:background .15s ease}.video-bubbles__modal-close:hover{background:#000000d9}.product-payment-icons{display:flex;flex-direction:column;align-items:var(--ppi-align, center);gap:.8rem;width:100%}.product-payment-icons__title{margin:0;display:inline-flex;align-items:center;gap:.5rem;font-weight:500}.product-payment-icons__title svg{width:1.1em;height:1.1em;flex-shrink:0}.product-payment-icons__list{display:flex;flex-wrap:wrap;justify-content:var(--ppi-align, center);align-items:center;gap:.7rem}.product-payment-icons__icon{height:var(--ppi-height, 28px);width:auto;border-radius:4px}.product-payment-icons__custom{max-height:calc(var(--ppi-height, 28px) * 1.4);width:auto;object-fit:contain}.volume-bundle__config{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;margin:0 0 1rem;padding:1rem 1.2rem;background:rgba(var(--color-foreground),.04);border-radius:1rem}.volume-bundle__config-label{display:inline-flex;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:600;color:rgb(var(--color-foreground))}.volume-bundle__config-gift{width:1.6rem;height:1.6rem;flex:0 0 auto}.volume-bundle__config-select{font-family:inherit;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));background:#fff;border:1px solid rgba(var(--color-foreground),.25);border-radius:.8rem;padding:.7rem 1rem;cursor:pointer;min-width:14rem}.volume-bundle__pills{display:inline-flex;gap:.6rem;flex-wrap:wrap}.volume-bundle__pill{font-family:inherit;font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));background:#fff;border:1px solid rgba(var(--color-foreground),.25);border-radius:10rem;padding:.6rem 1.3rem;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.volume-bundle__pill.is-active{background:var(--vb-selected-color, rgb(var(--color-foreground)));border-color:var(--vb-selected-color, rgb(var(--color-foreground)));color:#fff}@media screen and (max-width:519px){.volume-bundle__config{flex-direction:column;align-items:flex-start;gap:.8rem}.volume-bundle__config-select{width:100%}}.volume-bundle__configs{grid-column:1 / -1;display:none;width:100%;margin-top:10px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.14)}.volume-bundle__option--selected .volume-bundle__configs{display:block}.volume-bundle__config-row{display:flex;align-items:center;gap:8px;padding:5px 0;flex-wrap:wrap}.volume-bundle__config-num{font-size:12px;font-weight:700;color:var(--vb-selected-color, #1800ad);min-width:72px}.volume-bundle__config-ages,.volume-bundle__config-taies{display:flex;gap:6px;min-width:0}.volume-bundle__config-ages{flex:1 1 auto}.volume-bundle__config-taies{flex:0 0 auto}.volume-bundle__age-select{width:100%;min-width:0;font-family:inherit;font-size:12px;font-weight:600;color:inherit;padding:6px 26px 6px 12px;border-radius:50px;border:1px solid rgba(0,0,0,.22);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;background-size:11px;appearance:none;-webkit-appearance:none;cursor:pointer}.volume-bundle__age-select:focus{outline:2px solid var(--vb-selected-color, #1800ad);outline-offset:-1px}.volume-bundle__age-select.is-active{background-color:var(--vb-selected-color, #1800ad);border-color:var(--vb-selected-color, #1800ad);color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}.volume-bundle__age-select option{color:#1a1a1a;background:#fff}.volume-bundle__mini-pill{font-family:inherit;font-size:12px;font-weight:600;padding:6px 12px;border-radius:50px;border:1px solid rgba(0,0,0,.22);background:#fff;color:inherit;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.volume-bundle__mini-pill.is-active{background:var(--vb-selected-color, #1800ad);border-color:var(--vb-selected-color, #1800ad);color:#fff}.volume-bundle__mini-pill[disabled]{opacity:.4;cursor:not-allowed;text-decoration:line-through}.volume-bundle__config-ages.vb-missing .volume-bundle__age-select,.volume-bundle__config-taies.vb-missing .volume-bundle__mini-pill{border-color:#c0392b}.volume-bundle__config-ages.vb-missing,.volume-bundle__config-taies.vb-missing{animation:vb-nudge .4s ease}.volume-bundle__config-row.vb-missing-row .volume-bundle__config-num{color:#c0392b}@keyframes vb-nudge{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@media(prefers-reduced-motion:reduce){.volume-bundle__config-ages.vb-missing,.volume-bundle__config-taies.vb-missing{animation:none}}@media screen and (max-width:480px){.volume-bundle__config-row{gap:6px}.volume-bundle__config-num{min-width:60px;font-size:11px}.volume-bundle__mini-pill{padding:6px 9px}.volume-bundle__age-select{padding-left:9px}}.volume-bundle__option .volume-bundle__config-taies{display:none}.volume-bundle__option.vb-taie-on .volume-bundle__config-taies{display:flex}.volume-bundle__gift--optin{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.volume-bundle__taie-check{position:absolute;opacity:0;pointer-events:none}.volume-bundle__taie-box{width:22px;height:22px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:2px solid #ffffff;border-radius:6px;color:var(--vb-gift-color, #1800ad);transition:background-color .15s ease}.volume-bundle__taie-box svg{width:14px;height:14px;opacity:0;transition:opacity .15s ease}.volume-bundle__taie-check:checked+.volume-bundle__taie-box{background:#fff}.volume-bundle__taie-check:checked+.volume-bundle__taie-box svg{opacity:1}.volume-bundle__taie-check:focus-visible+.volume-bundle__taie-box{outline:2px solid #ffffff;outline-offset:2px}.volume-bundle__taie-optin-text{flex:1 1 auto;min-width:0}.volume-bundle__taie-optin-price{display:block;margin-top:2px;font-weight:800}.volume-bundle__taie-optin-price s{margin-left:5px;font-weight:600;opacity:.72}.volume-bundle__taie-total{margin:6px 2px 0;font-size:12.5px;font-weight:700;color:var(--vb-selected-color, #1800ad)}.volume-bundle__grid--rows .volume-bundle__taie-total{grid-column:1 / -1;grid-row:auto;margin:.2rem 0 0}.volume-bundle__taie-total s{margin-left:4px;font-weight:500;opacity:.55}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-product-volume-bundle.css.map */
