.bundle-card-section{width:100%;display:flex;justify-content:center;align-items:center;min-height:400px}.bundle-card-container{width:100%;max-width:600px;padding:0 20px}.bundle-card{background-color:var(--products-bg-color, var(--card-bg-color, #f5f1ed));border-radius:var(--card-border-radius, 20px);padding:0;box-shadow:0 4px 20px #0000001a;color:var(--text-color, #333);overflow:hidden}.bundle-card__top-label{background-color:#fff9;border-radius:25px;padding:12px 30px;text-align:center;font-size:16px;font-weight:500;margin:30px;color:var(--text-color, #333)}.bundle-card__content{display:flex;flex-direction:column;gap:20px;padding:0 30px 30px;background-color:var(--products-bg-color, var(--card-bg-color, #f5f1ed))}.bundle-card__product{display:flex;gap:20px;align-items:flex-start}.bundle-card__product-image{flex-shrink:0;width:120px;height:120px;background-color:#fff;border-radius:var(--image-border-radius, 8px);overflow:hidden;display:flex;align-items:center;justify-content:center}.bundle-card__product-image img{width:100%;height:100%;object-fit:cover}.bundle-card__product-info{flex:1;display:flex;flex-direction:column;gap:4px}.bundle-card__product-title{font-size:20px;font-weight:600;margin:0;color:var(--text-color, #333);line-height:1.3}.bundle-card__product-price{font-size:18px;font-weight:700;color:var(--price-color, #000);display:flex;align-items:center;gap:10px}.bundle-card__product-original-price{font-size:14px;font-weight:400;color:#999;text-decoration:line-through}.bundle-card__product-description{font-size:13px;line-height:1.5;color:#000;margin-top:0}.bundle-card__plus-icon{display:flex;justify-content:center;align-items:center;padding:10px 0;color:var(--text-color, #333);opacity:.6}.bundle-card__bottom-section{background-color:var(--bundle-info-bg-color, var(--card-bg-color, #f5f1ed));border-top:var(--divider-width, 1px) solid var(--divider-color, #000)}.bundle-card__bundle-info{padding:20px 30px}.bundle-card__bundle-title{font-size:24px;font-weight:600;margin:0 0 10px;color:var(--text-color, #333)}.bundle-card__bundle-price{font-size:28px;font-weight:700;color:var(--price-color, #000);margin-bottom:15px}.bundle-card__rating{display:flex;align-items:center;gap:10px;margin-bottom:20px}.bundle-card__stars{display:flex;gap:2px}.bundle-card__star{width:16px;height:16px;color:#e0e0e0}.bundle-card__star--filled{color:#000}.bundle-card__review-count{font-size:14px;color:#000}.bundle-card__description-wrapper{margin:0;padding:0 30px;border-top:var(--divider-width, 1px) solid var(--divider-color, #000)}.bundle-card__description-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;cursor:pointer;font-size:16px;font-weight:600;color:var(--text-color, #333);text-align:left;transition:opacity .3s ease}.bundle-card__description-toggle:hover{opacity:.7}.bundle-card__toggle-icon{transition:transform .3s ease;flex-shrink:0}.bundle-card__description-wrapper.is-expanded .bundle-card__toggle-icon{transform:rotate(45deg)}.bundle-card__description-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.bundle-card__description-wrapper.is-expanded .bundle-card__description-content{max-height:500px}.bundle-card__description-text{padding-bottom:20px;font-size:14px;line-height:1.6;color:#000}.bundle-card__description-text p{margin:0 0 10px}.bundle-card__description-text p:last-child{margin-bottom:0}.bundle-card__buttons{display:flex;gap:15px;padding:0 30px 30px}.bundle-card__button{flex:1;padding:16px 24px;border-radius:var(--button-border-radius, 30px);font-size:16px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none;display:inline-block}.bundle-card__button--secondary{background-color:var(--button-secondary-bg, #fff);color:var(--button-secondary-text, #000);border-color:var(--button-secondary-border, #000)}.bundle-card__button--secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.bundle-card__button--primary{background-color:var(--button-primary-bg, #000);color:var(--button-primary-text, #fff);border-color:var(--button-primary-border, #000)}.bundle-card__button--primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@media screen and (max-width: 768px){.bundle-card__top-label{font-size:14px;padding:10px 20px;margin:20px}.bundle-card__content{padding:0 20px 20px}.bundle-card__bundle-info{padding:20px}.bundle-card__description-wrapper{margin:0;padding:0 20px}.bundle-card__buttons{padding:0 20px 20px}.bundle-card__product{flex-direction:row;align-items:flex-start;text-align:left;gap:15px}.bundle-card__product-image{width:100px;height:100px;flex-shrink:0}.bundle-card__product-info{align-items:flex-start;flex:1;min-width:0}.bundle-card__product-title{font-size:16px}.bundle-card__product-price{font-size:14px;flex-wrap:wrap}.bundle-card__product-description{font-size:12px}.bundle-card__bundle-title{font-size:20px}.bundle-card__bundle-price{font-size:24px}.bundle-card__buttons{flex-direction:row;gap:12px}.bundle-card__button{flex:1;padding:14px 20px;font-size:15px}}@media screen and (max-width: 480px){.bundle-card-container{padding:0 15px}.bundle-card__top-label{margin:15px}.bundle-card__content{padding:0 15px 15px}.bundle-card__bundle-info{padding:15px}.bundle-card__description-wrapper{margin:0;padding:0 15px}.bundle-card__buttons{padding:0 15px 15px}.bundle-card__product{gap:12px}.bundle-card__product-image{width:80px;height:80px}.bundle-card__product-title{font-size:15px}.bundle-card__product-price{font-size:13px}.bundle-card__product-description{font-size:11px}.bundle-card__bundle-title{font-size:18px}.bundle-card__bundle-price{font-size:22px}}@media screen and (min-width: 769px){.bundle-card-container{max-width:550px}.bundle-card__content{gap:15px}}@media screen and (min-width: 1200px){.bundle-card-container{max-width:600px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/bundle-card.css.map */
