.bundle-carousel{width:100%;padding-top:36px;padding-bottom:36px;margin-top:var(--spacing-sections-desktop);margin-bottom:var(--spacing-sections-desktop)}.bundle-carousel__section-title{margin-top:0}.bundle-carousel__container{position:relative}.padding-carousel__container{padding:0 30px}.bundle-carousel__slider{position:relative;width:100%;overflow:visible;transition:height .6s ease}.bundle-carousel__slide{position:absolute;top:0;left:0;right:0;width:100%;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease;pointer-events:none}.bundle-carousel__slide.active{position:relative;opacity:1;visibility:visible;pointer-events:auto}.bundle-carousel__grid{display:flex;flex-direction:column;gap:2rem}.bundle-carousel__header{text-align:left;max-width:1000px}.bundle-carousel__body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.bundle-carousel__image-panel{border-radius:calc(var(--media-radius) - var(--media-border-width));overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.bundle-carousel__image-link{display:block;width:100%;height:100%;cursor:pointer;transition:opacity .3s ease}.bundle-carousel__image-link:hover{opacity:.95}.bundle-carousel__image{width:100%;height:100%;object-fit:cover;display:block}.bundle-carousel__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-height:500px}.bundle-carousel__placeholder-svg{width:200px;height:200px;opacity:.3}.bundle-carousel__content-panel{border-radius:calc(var(--media-radius) - var(--media-border-width));padding:0;flex-direction:column;display:flex;justify-content:center}.bundle-carousel__content{flex:1;display:flex;flex-direction:column}.bundle-carousel__title{margin:0 0 1rem;font-weight:600;line-height:1.2;color:#540914}.bundle-carousel__title-link{color:inherit;text-decoration:none;transition:opacity .2s ease}.bundle-carousel__title-link:hover{opacity:.8}.bundle-carousel__description{margin:0;font-size:16px;line-height:1.6;color:#55504f;opacity:.9}.subtitle-highlight{font-weight:700;color:#540914}.bundle-carousel__subtitle-row{display:flex;justify-content:space-between;align-items:center;margin:0 0 1.5rem;gap:1rem}.bundle-carousel__subtitle{margin:0;font-size:20px;font-weight:600;letter-spacing:.05em;color:#55504f}.bundle-carousel__price-block{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.bundle-carousel__price-original{font-size:14px;color:#999;text-decoration:line-through;font-weight:400}.bundle-carousel__price-sale,.bundle-carousel__price-regular{font-size:20px;color:#540914;font-weight:700}.bundle-carousel__price-save{font-size:12px;color:#540914;border:2px solid #540914;padding:4px 10px;border-radius:4px;font-weight:500;white-space:nowrap}.bundle-carousel__accordion{flex:1;display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.accordion-item{border-bottom:1px solid #BDBDBD;background:transparent;overflow:hidden;transition:all .3s ease}.accordion-item:hover{background:#54091405}.accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;background:transparent;border:none;cursor:pointer;font-size:15px;font-weight:400;text-align:left;transition:all .2s ease;gap:1rem}.accordion-header:hover{background:transparent}.accordion-title{flex:1;display:flex;align-items:center;gap:1rem;font-weight:400;text-transform:capitalize}.accordion-title-text{flex:1;color:#55504f;margin:0;text-transform:capitalize}.accordion-size-badge{display:inline-block;padding:4px 12px;background:#540914;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;color:#fff}.accordion-icon{flex-shrink:0;margin-left:.5rem;transition:transform .3s ease;width:20px;height:20px;color:#bdbdbd}.accordion-item.active .accordion-icon{transform:rotate(45deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-item.active .accordion-content{max-height:500px}.accordion-details{padding:0 0 1.5rem;font-size:14px;line-height:1.6}.detail-item{margin:0 0 .75rem;opacity:.9}.detail-item:last-child{margin-bottom:0}.detail-item strong{opacity:1;font-weight:500;margin-right:.5rem;display:inline-block;min-width:80px}.bundle-carousel__button-wrapper{margin-top:auto;padding-top:1rem}.bundle-add-to-cart-form{display:inline-block}.bundle-carousel__button{display:inline-block;padding:15px 3rem;background:#540914;color:#fff;font-family:"Sharp Grotesk Medium 25";font-weight:500;text-transform:lowercase;text-align:center;font-size:12px;text-decoration:none;border-radius:var(--buttons-radius);border:none;transition:all .2s ease;cursor:pointer}.bundle-carousel__button:hover{background:#6b0b1a;transform:translateY(-1px)}.bundle-carousel__button:active{transform:translateY(0)}.bundle-carousel__controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.bundle-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#2c2c2c;cursor:pointer;transition:all .25s ease;padding:0;opacity:.6}.bundle-carousel__btn svg{width:18px;height:18px}.bundle-carousel__btn--prev{left:-10px}.bundle-carousel__btn--prev svg{transform:rotate(90deg)}.bundle-carousel__btn--next{right:-10px}.bundle-carousel__btn--next svg{transform:rotate(-90deg)}.bundle-carousel__btn:hover{opacity:1}.bundle-carousel__btn--prev:hover{transform:translateY(-50%) translate(-2px)}.bundle-carousel__btn--next:hover{transform:translateY(-50%) translate(2px)}.bundle-carousel__btn:active{transform:translateY(-50%) scale(.9)}.bundle-carousel__dots{display:flex;gap:2rem;align-items:center;margin:0 1rem}.bundle-carousel__dot{width:1rem;height:1rem;border-radius:50%;background:transparent;border:1px solid rgb(var(--color-link));cursor:pointer;transition:all .25s ease;padding:0;opacity:.4}.bundle-carousel__dot:hover{opacity:.7;transform:scale(1.1)}.bundle-carousel__dot.active{width:1rem;height:1rem;border-radius:50%;background:rgb(var(--color-foreground));border:1.5px solid rgb(var(--color-foreground));opacity:1;transform:scale(1)}.bundle-carousel__empty{padding:4rem 2rem;text-align:center;background:#f9f9f9;border-radius:12px;color:#666}.bundle-carousel__header-side{margin-bottom:2rem}.bundle-carousel__header-side .bundle-carousel__title{margin:0 0 1rem}.bundle-carousel__slide[data-header-position=side] .bundle-carousel__grid{display:block}.bundle-carousel__slide[data-header-position=side] .bundle-carousel__header{display:none}@media screen and (max-width: 849px){.bundle-carousel{margin-top:var(--spacing-sections-mobile);margin-bottom:var(--spacing-sections-mobile);padding-top:0;padding-bottom:27px}.bundle-carousel__section-title{margin:3rem 0}.bundle-carousel__container{padding:0}.bundle-carousel__slider{overflow:visible}.bundle-carousel__grid{gap:1.5rem;display:grid;grid-template-columns:1fr}.bundle-carousel__header{order:2;padding:0 1rem}.bundle-carousel__body{order:1;grid-template-columns:1fr;gap:0;display:contents}.bundle-carousel__image-panel{order:1}.bundle-carousel__image{height:auto}.bundle-carousel__content-panel{padding:0 1rem;order:3}.bundle-carousel__title{font-size:24px;margin:0 0 1rem}.bundle-carousel__description{font-size:15px}.bundle-carousel__subtitle-row{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.bundle-carousel__subtitle{font-size:18px}.bundle-carousel__price-block{width:100%;justify-content:flex-start}.bundle-carousel__price-original{font-size:14px}.bundle-carousel__price-sale,.bundle-carousel__price-regular{font-size:18px}.bundle-carousel__price-save{font-size:12px}.bundle-carousel__button-wrapper{text-align:center}.bundle-add-to-cart-form{display:block}.bundle-carousel__button{width:100%;max-width:300px}.bundle-carousel__controls{gap:1rem;margin-top:2rem;padding:0}.bundle-carousel__btn{position:static;transform:none;width:40px;height:40px;opacity:.6}.bundle-carousel__btn--prev,.bundle-carousel__btn--next{left:auto;right:auto}.bundle-carousel__btn:hover{opacity:1}.bundle-carousel__btn--prev:hover{transform:translate(-2px)}.bundle-carousel__btn--next:hover{transform:translate(2px)}.bundle-carousel__btn:active{transform:scale(.9)}.bundle-carousel__btn svg{width:12px;height:12px}.accordion-header{padding:.875rem 0;font-size:15px}.accordion-details{padding:0 0 1rem;font-size:13px}.bundle-carousel__header-side{margin-top:3rem}.bundle-carousel__slide[data-header-position=side] .bundle-carousel__header-side .bundle-carousel__title{font-size:24px}.bundle-carousel__slide[data-header-position=side] .bundle-carousel__header-side .bundle-carousel__description{font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/bundle-carousel.css.map */
