.bundle-section{padding:56px 0 68px}.bundle-section__header{text-align:center;margin-bottom:40px}.bundle-section__title{font-weight:700;font-size:36px;line-height:120%;letter-spacing:-.02em;text-align:center;text-transform:uppercase;margin:0}.bundle-section__subtitle{color:rgba(var(--text-color),.7)}.bundle-discount-tiers{display:grid;grid-template-columns:repeat(3,minmax(auto,180px));justify-content:center;gap:0;margin-top:24px}.bundle-discount-tier{text-align:center;padding:0 24px;min-width:280px;border-right:1px solid #C1C1C1}.bundle-discount-tier:last-child{border-right:none}.bundle-discount-tier__label{font-weight:700;font-size:16px;line-height:120%;letter-spacing:0}.bundle-discount-tier__value{font-weight:900;font-size:16px;line-height:120%;letter-spacing:0}@media screen and (max-width:740px){.bundle-discount-tiers{gap:0;margin-top:16px;grid-template-columns:repeat(3,minmax(auto,1fr));margin-inline:-20px}.bundle-discount-tier{padding:0 12px;min-width:100px}.bundle-discount-tier__label{font-size:10px}.bundle-discount-tier__value{font-size:13px}.bundle-section__header{margin-bottom:30px}}.bundle-product-grid{display:grid;grid-template-columns:repeat(var(--bundle-products-per-row),1fr);gap:20px;max-width:1080px;margin:0 auto}.bundle-product-card{overflow:hidden;transition:box-shadow .3s;display:grid;grid-template-rows:auto 1fr}.bundle-product-card__image-wrapper{position:relative;overflow:hidden;background:#f2f2f2;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.bundle-product-card__image{width:166px;height:166px}.bundle-product-card__badge{position:absolute;top:10px;left:10px;background:#000;color:#fff;padding:4px 8px;font-size:12px;line-height:1.2;font-weight:600;z-index:1}.bundle-product-card__badge--custom{background:var(--bundle-primary-color, #F3B33E)}.bundle-product-card__content{display:flex;flex-direction:column;margin-top:16px}.bundle-product-card__title{font-weight:500;font-size:18px;line-height:120%;letter-spacing:0;margin-bottom:16px}.bundle-product-card__prices{display:flex;align-items:center;gap:4px;margin-bottom:16px}.bundle-product-card__price{font-weight:400;font-size:18px;line-height:100%;letter-spacing:0;text-transform:uppercase}.bundle-product-card__compare-price{font-weight:400;font-size:16px;line-height:100%;text-transform:uppercase;text-decoration:line-through;color:#888}.bundle-product-card__variant-selector{margin-bottom:12px;margin-top:auto}.bundle-product-card__variant-label{font-size:12px;font-weight:600;margin-bottom:6px;display:block}.bundle-product-card__variant-btns{display:flex;flex-wrap:wrap;gap:4px}.bundle-product-card__variant-btn{padding:6px 10px;border:1px solid #C1C1C1;background:#fff;color:#000;cursor:pointer;transition:all .2s ease;border-radius:0;min-width:60px;font-weight:400;font-size:14px;line-height:140%;letter-spacing:0;text-align:center}.bundle-product-card__variant-btn:hover:not(.disabled){border-color:#000}.bundle-product-card__variant-btn.active{border:1px solid #000;font-weight:700}.bundle-product-card__variant-btn.disabled{opacity:1;cursor:not-allowed;color:#c1c1c1;border-color:#c1c1c1}.bundle-product-card__bundle-controls{display:flex;align-items:center;gap:0;width:100%;border:2px solid var(--bundle-primary-color, #F3B33E);border-radius:6px;overflow:hidden}.bundle-product-card__bundle-btn{flex:1;text-align:center;padding:12px;background:#fff;color:var(--bundle-primary-color, #F3B33E);border:none;font-size:18px;line-height:20px;font-weight:700;cursor:pointer;transition:background .2s}.bundle-product-card__bundle-btn:hover{background:#ff98001a}.bundle-product-card__bundle-btn:active{background:#ff980033;transform:scale(.95)}.bundle-product-card__bundle-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-product-card__bundle-count{flex:1;text-align:center;font-size:14px;font-weight:700;color:var(--bundle-primary-color, #F3B33E);padding:10px}.bundle-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid var(--bundle-primary-color, #F3B33E);box-shadow:0 -4px 20px #0000001a;padding:10px 0;z-index:5;transform:translateY(0);transition:all .3s}.bundle-bar__container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;column-gap:20px;row-gap:8px}.bundle-bar__label{font-weight:700;font-size:20px;line-height:120%;letter-spacing:-.02em;text-transform:uppercase}.bundle-bar__discount-badge{background:#f4b33f;color:#000;padding:2px 9px;margin-left:10px;transform:translateY(-2px);font-weight:800;font-size:14px;line-height:100%;letter-spacing:0;text-transform:capitalize;display:inline-block}.bundle-bar__discount-badge.hidden{display:none}.bundle-bar__label [data-bundle-message]{display:block;margin-top:22px;color:#4a4a4a}.bundle-bar__mobile-message,.bundle-bar__toggle-details{display:none}.bundle-bar__slots{display:flex;gap:12px;flex:1;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;position:relative}.bundle-bar__slots::-webkit-scrollbar{height:6px}.bundle-bar__slots::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.bundle-bar__slots::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.bundle-bar__slots::-webkit-scrollbar-thumb:hover{background:#555}.bundle-bar__slot{min-width:72px;width:72px;height:72px;border:1px dashed #C1C1C1;display:flex;align-items:center;justify-content:center;position:relative;background:#f2f2f2;flex-shrink:0;color:#c1c1c1;transition:all .3s ease-out;font-weight:800;font-size:18px;line-height:100%;letter-spacing:0;text-transform:capitalize;font-style:italic;text-align:center}.bundle-bar__slot.filled{border-style:solid;border-color:#000;background:#fff;animation:slideInSlot .3s ease-out}@keyframes slideInSlot{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.bundle-bar__slot-image{width:100%;height:100%;object-fit:cover;border-radius:6px;background:#f5f5f5;position:relative;z-index:1}.bundle-bar__slot.no-image{background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.bundle-bar__slot.no-image:before{content:"\1f4e6";font-size:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.bundle-bar__slot-remove{position:absolute;bottom:-1px;right:-1px;width:24px;height:24px;background:#fff;color:#000;border:1px solid #000000;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:10;transition:background .2s}.bundle-bar__slot-remove span{transform:translateY(-.75px);pointer-events:none}.bundle-bar__slot-remove:hover{background:#c9c9c9}.bundle-bar__slot-remove:active{transform:scale(.95)}.bundle-bar__info{display:flex;align-items:center;gap:16px;width:100%;max-width:560px;justify-content:flex-end}.bundle-bar__discount{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:12px 20px;border-radius:8px;font-weight:700;font-size:18px;white-space:nowrap}.bundle-bar__add-to-cart:disabled{background:#ccc;cursor:not-allowed}.nw-button.bundle-bar__add-to-cart{width:100%;text-align:center;justify-content:center;display:flex;align-items:center;gap:14px}.bundle-bar__add-to-cart__price{display:flex;align-items:center;gap:4px}.bundle-bar__add-to-cart__old-price{font-weight:400;font-size:16px;line-height:100%;letter-spacing:0;text-transform:uppercase;text-decoration:line-through;color:#0006}.bundle-product-card__add-wrapper .nw-button{width:100%;font-size:18px;padding:14px 20px}.bundle-product-card__add-wrapper .nw-button[disabled]{cursor:not-allowed;background:#d9d9d9;color:#999}.bundle-discount-tier__value{font-style:italic}.bundle-discount-tier{padding:10px 20px}span.bundle-product-card__badge{display:none}.bundle-bar__label small{text-transform:none}.nw-button.bundle-bar__add-to-cart{white-space:nowrap}@media screen and (max-width:1199px){.bundle-bar__info{width:auto;flex:1}}@media screen and (max-width:1023px){.bundle-product-card__variant-btn{padding:4px 6px;min-width:30px;font-size:10px}.bundle-product-card__title{font-size:16px;margin-bottom:10px}.bundle-product-card__price{font-size:16px}.bundle-product-card__compare-price{font-size:14px}.bundle-section__title{font-size:28px}.bundle-product-card__add-wrapper .nw-button{font-size:16px;padding:10px 20px}.bundle-product-card__bundle-count{padding:5px}.bundle-product-card__bundle-btn{padding:5px;font-size:16px}.bundle-bar__container{flex-wrap:wrap}.bundle-bar__label{width:100%}}@media screen and (max-width:740px){.bundle-bar__container{flex-wrap:wrap;padding:0 12px}.bundle-bar__slots{order:1;width:100%}.bundle-bar__label{order:0;font-size:18px;width:100%;text-align:center;display:flex;align-items:center;justify-content:space-between;column-gap:12px;row-gap:4px}.bundle-bar__discount-badge{margin-left:5px;transform:translateY(0)}.bundle-bar__slot{min-width:60px;width:60px;height:60px;font-size:14px}.bundle-bar__label [data-bundle-message]{display:inline-block;margin-left:10px}.bundle-bar__mobile-message{order:4;display:block;text-align:center;justify-self:center;width:100%}.bundle-bar__info{order:2;width:100%;justify-content:space-between;flex:unset}.bundle-bar__discount{font-size:14px;padding:8px 16px}.bundle-product-grid{gap:10px}.bundle-product-card__content{margin-top:10px}.bundle-bar__mobile-message{font-size:12px!important}.bundle-section{padding:32px 0 42px}}@media screen and (max-width:550px){.bundle-bar__slots{display:none;width:100%;order:2}.bundle-bar__label{flex-wrap:wrap}.bundle-bar__label [data-bundle-message]{display:none}.bundle-bar__slots.is-visible{display:flex}.bundle-bar__toggle-details{display:inline-block;cursor:pointer;text-decoration:underline;font-size:14px;text-transform:uppercase;white-space:nowrap}.bundle-bar__toggle-details svg{transition:.4s alll}.bundle-bar__toggle-details.is-open svg{transform:rotate(180deg)}.bundle-bar__info{order:3}.bundle-product-card__prices{margin-bottom:8px}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/bundle.css.map */
