.bundle-offer{--bundle-radius: 10px;max-width:100%;margin:2rem auto;padding:1.5rem;background:var(--bundle-background);color:var(--bundle-text-color);text-align:var(--bundle-align, center)}.bundle-offer--empty{padding:2rem;border:1px dashed currentColor;opacity:.6}.bundle-offer__title{margin:0 0 .5rem;color:var(--bundle-title-color);font-size:var(--bundle-title-size-desktop);font-weight:var(--bundle-title-weight, 700);line-height:1.15}.bundle-offer__subtitle{margin:0 0 1.5rem;max-width:46ch;color:var(--bundle-subtitle-color);font-size:var(--bundle-subtitle-size-desktop);font-weight:var(--bundle-subtitle-weight, 400)}.bundle-offer--center .bundle-offer__subtitle{margin-inline:auto}.bundle-offer__grid{display:grid;grid-template-columns:repeat(var(--bundle-columns-desktop, 3),1fr);gap:.75rem;align-items:stretch;width:100%}.bundle-card{position:relative;width:100%;padding:.75rem;display:flex;flex-direction:column;background:var(--bundle-card-background);border-radius:var(--bundle-radius);box-shadow:0 1px 4px #0000001f;color:var(--bundle-card-text-color);text-align:var(--bundle-align, center);box-sizing:border-box}.bundle-offer--fixed .bundle-card:not(:last-of-type):after{content:var(--bundle-icon-text, "+");position:absolute;right:calc((var(--bundle-icon-size, 24px) / -2) - (.75rem / 2));top:50%;transform:translateY(-50%);width:var(--bundle-icon-size, 24px);height:var(--bundle-icon-size, 24px);border-radius:var(--bundle-icon-radius, 50%);background:var(--bundle-icon-bg, #5b3a24);color:var(--bundle-icon-color, #ffffff);display:grid;place-items:center;font-size:var(--bundle-icon-font-size, 15px);font-weight:var(--bundle-icon-weight, 700);line-height:1;z-index:2}.bundle-card__body{display:flex;flex:1;flex-direction:column}.bundle-card__media img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:calc(var(--bundle-radius) - 4px);display:block}.bundle-card__title{margin:.6rem 0 .35rem;color:var(--bundle-product-title-color);font-size:var(--bundle-product-title-size-desktop);font-weight:var(--bundle-product-title-weight, 600)}.bundle-card__price{margin:0 0 .5rem;color:var(--bundle-price-color);font-size:var(--bundle-price-size-desktop);font-weight:var(--bundle-price-weight, 600);margin-top:auto}.bundle-card__price s{opacity:.55;margin-right:.35rem}.bundle-card__variants{width:100%;padding:.45rem .5rem;border:1px solid rgb(0 0 0 / 18%);border-radius:6px;background:var(--bundle-control-background);color:var(--bundle-card-text-color);font-size:1.5rem;margin-top:.5rem;-webkit-appearance:auto;appearance:auto;box-sizing:border-box}.bundle-card__actions{margin-top:auto}.bundle-card__add,.bundle-offer__submit{width:100%;padding:.7rem 1rem;border:0;border-radius:6px;cursor:pointer;box-sizing:border-box}.bundle-card__add{margin-top:.5rem;background:var(--bundle-add-background);color:var(--bundle-add-text-color);font-size:var(--bundle-add-size-desktop);font-weight:var(--bundle-add-weight, 600)}.bundle-offer__submit{max-width:520px;margin-top:.5rem;margin-right:var(--bundle-auto-margin, auto);margin-left:var(--bundle-auto-margin, auto);display:block;background:var(--bundle-submit-background);color:var(--bundle-submit-text-color);font-size:var(--bundle-submit-size-desktop);font-weight:var(--bundle-submit-weight, 700)}.bundle-card__add[disabled],.bundle-offer__submit[disabled]{opacity:.5;cursor:not-allowed}.bundle-offer__tray-label{margin:1.25rem 0 .5rem;color:var(--bundle-tray-label-color);font-size:var(--bundle-tray-label-size-desktop);font-weight:var(--bundle-tray-label-weight, 600);font-style:italic}.bundle-offer__tray{display:flex;flex-wrap:wrap;justify-content:var(--bundle-justify, center);gap:.75rem}.bundle-tray-item{position:relative;width:150px;padding:.6rem;background:var(--bundle-card-background);border-radius:var(--bundle-radius);box-shadow:0 1px 4px #0000001f;color:var(--bundle-card-text-color);font-size:var(--bundle-product-title-size-desktop);font-weight:var(--bundle-product-title-weight, 600);text-align:center}.bundle-tray-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;margin-bottom:.4rem}.bundle-tray-item__remove{position:absolute;top:4px;right:6px;width:25px;height:25px;padding:0;border:0;border-radius:50%;background:var(--bundle-remove-background);color:var(--bundle-remove-text-color);font-size:20px;line-height:1;cursor:pointer}.bundle-offer__total{margin:1.25rem 0 .75rem;color:var(--bundle-total-color);font-size:var(--bundle-total-size-desktop);font-weight:var(--bundle-total-weight, 700)}.bundle-offer__total s{opacity:.55;margin:0 .35rem}.bundle-offer__error{margin:.6rem 0 0;color:var(--bundle-error-color);font-size:var(--bundle-error-size-desktop);font-weight:var(--bundle-error-weight, 500)}.bundle-offer__footnote{margin:.6rem 0 0;color:var(--bundle-footnote-color);font-size:var(--bundle-footnote-size-desktop);font-weight:var(--bundle-footnote-weight, 400)}@media(max-width:600px){.bundle-offer{padding:1rem}.bundle-offer__title{font-size:var(--bundle-title-size-mobile)}.bundle-offer__subtitle{font-size:var(--bundle-subtitle-size-mobile)}.bundle-card__title,.bundle-tray-item{font-size:var(--bundle-product-title-size-mobile)}.bundle-card__price{font-size:var(--bundle-price-size-mobile)}.bundle-card__add{font-size:var(--bundle-add-size-mobile)}.bundle-offer__submit{font-size:var(--bundle-submit-size-mobile)}.bundle-offer__tray-label{font-size:var(--bundle-tray-label-size-mobile)}.bundle-offer__total{font-size:var(--bundle-total-size-mobile)}.bundle-offer__error{font-size:var(--bundle-error-size-mobile)}.bundle-offer__footnote{font-size:var(--bundle-footnote-size-mobile)}.bundle-offer__grid{grid-template-columns:repeat(var(--bundle-columns-mobile, 2),1fr)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/bundle-offer.css.map */
