html,body,#wrapper{overflow-x:hidden;max-width:100%}.bundle-cards{padding:2rem 0;overflow:hidden;max-width:100%}.bundle-cards__inner{margin-top:1.5rem;max-width:100%;overflow:hidden;display:flex;justify-content:center}.bundle-cards__container{align-items:start;position:relative;max-width:100%}.bundle-cards__container.display-type--grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:100%;overflow:hidden;margin:0 auto;width:100%;flex-flow:unset!important}@media screen and (min-width: 768px){.bundle-cards__inner{display:flex;justify-content:center;width:100%}.bundle-cards__container.display-type--grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));max-width:1440px;margin:0 auto;justify-content:center!important;justify-items:center;width:100%}@media screen and (min-width: 1200px){.bundle-cards__container.display-type--grid{grid-template-columns:repeat(3,1fr)}}.bundle-cards__container.display-type--grid .columns{max-width:100%;width:100%;margin:0 auto}}.bundle-cards__container.display-type--carousel{display:block;max-width:100%;overflow:hidden}.bundle-card{max-width:100%;width:100%;background:#f5f1ed;border-radius:20px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;height:100%;display:flex;flex-direction:column}.bundle-card__label{font-size:.875rem;font-weight:600;text-align:center;color:#5a5a5a;margin-bottom:1.5rem;padding:.5rem}.bundle-card__products{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:stretch;margin-bottom:1.5rem}.bundle-card__product-item{display:flex;flex-direction:column;gap:.75rem;height:100%}.bundle-card__product-image-container{width:100%;aspect-ratio:1;background:#fff;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.5rem;box-shadow:0 1px 4px #00000014;min-height:0}.bundle-card__product-img{width:100%;height:100%;object-fit:contain;display:block;max-width:100%;max-height:100%}.bundle-card__product-content{text-align:left;display:flex;flex-direction:column;gap:.5rem}.bundle-card__product-name{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3}.bundle-card__product-price{font-size:.875rem;font-weight:700;color:#1a1a1a;margin:0;display:flex;align-items:center;gap:.5rem}.bundle-card__compare-price{font-size:.75rem;font-weight:400;color:#999;text-decoration:line-through}.bundle-card__product-desc{font-size:.75rem;color:#5a5a5a;line-height:1.4;margin:0}.bundle-card__plus-icon{display:flex;align-items:center;justify-content:center;padding-top:2rem;color:#1a1a1a}.bundle-card__plus-icon svg{width:20px;height:20px}.bundle-card__bundle-section{background:#fff;border-radius:16px;padding:1.25rem;text-align:center;flex:1;display:flex;flex-direction:column}.bundle-card__bundle-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3}.bundle-card__bundle-price{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin:0 0 .75rem}.bundle-card__reviews{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.bundle-card__stars{display:flex;gap:2px}.bundle-card__star{color:#e0e0e0;width:18px;height:18px}.bundle-card__star--filled{color:#ffc107}.bundle-card__review-count{font-size:.75rem;color:#5a5a5a;font-weight:400}.bundle-card__description-toggle{border-top:1px solid #e0e0e0;padding-top:1rem;margin-bottom:1rem;text-align:left}.bundle-card__description-summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:.875rem;font-weight:600;color:#1a1a1a;list-style:none;padding:.5rem 0;-webkit-user-select:none;user-select:none}.bundle-card__description-summary::-webkit-details-marker{display:none}.bundle-card__description-summary svg{transition:transform .3s ease}.bundle-card__description-toggle[open] .bundle-card__description-summary svg{transform:rotate(45deg)}.bundle-card__description-content{font-size:.75rem;color:#5a5a5a;line-height:1.5;padding-top:.5rem}.bundle-card__buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1rem}.bundle-card__btn{width:100%;padding:.875rem 1.5rem;border-radius:50px;font-weight:600;font-size:.875rem;text-decoration:none;border:2px solid #1a1a1a;cursor:pointer;transition:all .3s ease;display:inline-block;text-align:center;white-space:nowrap}.bundle-card__btn--outline{background:transparent;color:#1a1a1a;border-color:#1a1a1a}.bundle-card__btn--outline:hover{background:#1a1a1a;color:#fff}.bundle-card__btn--primary{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.bundle-card__btn--primary:hover{background:#333;border-color:#333}.button-primary .bundle-card__btn--primary{background:#007bff;border-color:#007bff}.button-primary .bundle-card__btn--primary:hover{background:#0056b3;border-color:#0056b3}.button-secondary .bundle-card__btn--primary{background:#6c757d;border-color:#6c757d}.button-secondary .bundle-card__btn--primary:hover{background:#545b62;border-color:#545b62}.text-small .bundle-card__label,.text-small .bundle-card__product-name,.text-small .bundle-card__product-price{font-size:.75rem}.text-small .bundle-card__product-desc{font-size:.6875rem}.text-small .bundle-card__bundle-title{font-size:1rem}.text-small .bundle-card__bundle-price{font-size:1.25rem}.text-small .bundle-card__btn{font-size:.75rem;padding:.75rem 1.25rem}.text-large .bundle-card__label,.text-large .bundle-card__product-name,.text-large .bundle-card__product-price{font-size:1rem}.text-large .bundle-card__product-desc{font-size:.875rem}.text-large .bundle-card__bundle-title{font-size:1.375rem}.text-large .bundle-card__bundle-price{font-size:1.875rem}.text-large .bundle-card__btn{font-size:1rem;padding:1rem 1.75rem}@media screen and (max-width: 1024px) and (min-width: 768px){.bundle-cards__container.display-type--grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.bundle-card{padding:1.75rem}.bundle-card__products{gap:1.25rem}.bundle-card__product-image-container{padding:.75rem}}@media screen and (max-width: 767px){.bundle-cards{padding:1rem .5rem;overflow:hidden}.bundle-cards__inner{margin-top:1rem;padding:0}.bundle-cards__container.display-type--grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0;padding:0;width:100%;max-width:100%}.bundle-cards__container.display-type--grid .columns{padding:0;margin:0;min-width:0;max-width:100%;box-sizing:border-box}.bundle-card{margin:0;padding:1rem;border-radius:16px;min-width:0;box-sizing:border-box}.bundle-card__label{font-size:.75rem;margin-bottom:.75rem;padding:.25rem}.bundle-card__products{gap:.5rem;margin-bottom:.75rem;align-items:stretch}.bundle-card__product-item{height:100%;gap:.5rem}.bundle-card__product-image-container{padding:.25rem;aspect-ratio:1!important;width:100%;min-height:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.bundle-card__product-img{width:100%;height:100%;object-fit:contain;display:block;max-width:100%;max-height:100%}.bundle-card__product-content{gap:.25rem}.bundle-card__product-name{font-size:.75rem;line-height:1.2}.bundle-card__product-price{font-size:.75rem}.bundle-card__product-desc{font-size:.625rem;line-height:1.3}.bundle-card__plus-icon{padding-top:1rem}.bundle-card__plus-icon svg{width:16px;height:16px}.bundle-card__bundle-section{padding:.75rem}.bundle-card__bundle-title{font-size:.875rem;margin-bottom:.375rem}.bundle-card__bundle-price{font-size:1.125rem;margin-bottom:.5rem}.bundle-card__reviews{margin-bottom:.75rem;gap:.25rem}.bundle-card__star{width:14px;height:14px}.bundle-card__review-count{font-size:.625rem}.bundle-card__buttons{gap:.5rem;padding-top:.5rem}.bundle-card__btn{font-size:.7rem;padding:.625rem .5rem;white-space:normal;word-wrap:break-word;min-width:0;width:100%;box-sizing:border-box;text-align:center}}@media screen and (max-width: 479px){.bundle-card{padding:1rem}.bundle-card__products{gap:.5rem}.bundle-card__product-name,.bundle-card__product-price{font-size:.75rem}.bundle-card__product-desc{font-size:.625rem}.bundle-card__bundle-title{font-size:.9375rem}.bundle-card__bundle-price{font-size:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle-card.css.map */
