:root{--bundle-primary: #b48687;--bundle-primary-hover: #a07576;--bundle-secondary: #c99a9b;--bundle-danger: #E74C3C;--bundle-border: #e5e5e5;--bundle-text: #333;--bundle-text-light: #666;--bundle-bg: #fff;--bundle-bg-light: #f9f9f9}.product-bundle-v5{margin:30px 0;border:2px solid var(--bundle-border);border-radius:12px;overflow:visible;background:var(--bundle-bg);position:relative;white-space:normal;display:block;max-width:100%}.bundle-v5__header{background:linear-gradient(135deg,var(--bundle-primary) 0%,var(--bundle-secondary) 100%);padding:20px 60px 20px 24px;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:all .3s ease;border-radius:12px 12px 0 0}.bundle-v5__header:hover{transform:translateY(-2px);box-shadow:0 8px 20px #b486874d}.bundle-v5__badge{position:absolute;top:-12px;right:20px;background:#000;color:#fff;padding:6px 16px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;z-index:10;box-shadow:0 2px 8px #0000004d}.bundle-v5__header-content{display:flex;align-items:center;justify-content:space-between;gap:20px}.bundle-v5__header-left{flex:1;min-width:0;display:flex;align-items:center;gap:16px}.bundle-v5__image{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.bundle-v5__image img{width:100%;height:100%;object-fit:cover}.bundle-v5__text-content{flex:1;min-width:0}.bundle-v5__header-right{flex-shrink:0}.bundle-v5__toggle-icon{position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .3s ease;color:#fff}.bundle-v5__header.is-open .bundle-v5__toggle-icon{transform:translateY(-50%) rotate(180deg)}.bundle-v5__title{color:#fff;font-size:18px;font-weight:700;margin:0 0 4px}.bundle-v5__subtitle{color:#fffffff2;font-size:13px;margin:0;display:flex;align-items:center;gap:8px}.bundle-v5__count{display:inline-flex;background:#ffffff40;color:#fff;padding:4px 10px;border-radius:20px;font-weight:600;font-size:12px}.bundle-v5__price-wrapper{text-align:right}.bundle-v5__original-price{color:#ffffffb3;font-size:13px;text-decoration:line-through;margin-bottom:2px}.bundle-v5__price{color:#fff;font-size:22px;font-weight:700;line-height:1}.bundle-v5__content{padding:24px}.bundle-v5__items-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.bundle-v5__slot-btn{width:100%;padding:20px;border:2px dashed var(--bundle-border);border-radius:8px;background:var(--bundle-bg);cursor:pointer;display:flex;align-items:center;gap:16px;transition:all .3s;position:relative}.bundle-v5__slot-btn:hover{border-color:var(--bundle-primary);background:var(--bundle-bg-light)}.bundle-v5__slot-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--bundle-primary) 0%,var(--bundle-secondary) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s}.bundle-v5__slot-btn:hover .bundle-v5__slot-icon{transform:rotate(90deg)}.bundle-v5__slot-icon svg{color:#fff;width:20px;height:20px}.bundle-v5__slot-text{font-size:15px;font-weight:600;color:var(--bundle-text)}.bundle-v5__selected-product{width:100%;display:none}.bundle-v5__selected-product:not(:empty){display:block}.selected-product-card{display:flex;gap:16px;padding:16px;background:var(--bundle-bg-light);border-radius:8px;border:1px solid var(--bundle-border);position:relative}.selected-product-card__image{flex-shrink:0;width:100px;height:100px;border-radius:6px;overflow:hidden;background:var(--bundle-bg)}.selected-product-card__image img{width:100%;height:100%;object-fit:cover}.selected-product-card__info{flex:1;display:flex;flex-direction:column;gap:8px}.selected-product-card__title{font-size:15px;font-weight:600;margin:0;line-height:1.3;color:var(--bundle-text)}.selected-product-card__variants{display:flex;flex-wrap:wrap;gap:12px}.selected-product-card__variant-group{display:flex;flex-direction:column;gap:4px;min-width:140px}.selected-product-card__variant-label{font-size:11px;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.selected-product-card__variant-control{width:100%}.selected-product-card__variant-value{font-size:13px;color:var(--bundle-text-light);display:flex;align-items:center;gap:6px}.selected-product-card__price{font-size:16px;font-weight:700;color:var(--bundle-text);margin-top:auto}.selected-product-card__change{position:absolute;top:12px;right:12px;background:var(--bundle-bg);border:1px solid #ddd;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:20px;line-height:1;color:var(--bundle-text-light);padding:0}.selected-product-card__change:hover{background:var(--bundle-danger);border-color:var(--bundle-danger);color:#fff;transform:rotate(90deg)}.bundle-v5__variant-select{width:100%;padding:8px 10px;border:1px solid var(--bundle-border);border-radius:4px;font-size:13px;background:#fff;cursor:pointer;transition:all .2s}.bundle-v5__variant-select:hover{border-color:var(--bundle-primary)}.bundle-v5__variant-select:focus{outline:none;border-color:var(--bundle-primary);box-shadow:0 0 0 2px #7b8cde1a}.bundle-v5__summary{margin-top:20px;padding:20px;background:var(--bundle-bg-light);border-radius:8px;border:1px solid var(--bundle-border)}.bundle-v5__summary-title{font-size:14px;font-weight:600;color:var(--bundle-text);margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.bundle-v5__summary-list{font-size:14px;line-height:1.8;color:var(--bundle-text-light);margin-bottom:16px}.bundle-v5__summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid var(--bundle-border)}.bundle-v5__summary-label{font-weight:600;color:var(--bundle-text);font-size:15px}.bundle-v5__summary-prices{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.bundle-v5__summary-original{font-size:16px;color:var(--bundle-text-light);text-decoration:line-through;display:none}.bundle-v5__summary-original:not(:empty){display:block}.bundle-v5__summary-price{font-size:24px;font-weight:700;color:var(--bundle-primary)}.bundle-v5__add-btn{margin-top:16px;width:100%;padding:16px;background:#b48687;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.bundle-v5__add-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #b4868766;background:#a07576}.bundle-v5__add-btn:disabled{background:#ccc;cursor:not-allowed}.bundle-v5-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:10000;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bundle-v5-modal__container{background:#fff;border-radius:12px;max-width:1000px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.bundle-v5-modal__content{flex:1;overflow-y:auto;overflow-x:hidden}.bundle-v5-modal__header{padding:20px 24px;border-bottom:2px solid var(--bundle-border);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,var(--bundle-primary) 0%,var(--bundle-secondary) 100%)}.bundle-v5-modal__title{margin:0;font-size:20px;font-weight:700;color:#fff}.bundle-v5-modal__close{background:#fff3;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bundle-v5-modal__close:hover{background:#ffffff4d;transform:rotate(90deg)}.bundle-v5-modal__content{padding:24px;flex:1;overflow-y:auto}.bundle-v5-modal__grid{display:flex;flex-direction:column;gap:16px}.bundle-v5-product-card{border:2px solid var(--bundle-border);border-radius:8px;padding:16px;background:#fff;transition:all .2s;display:flex;gap:16px;align-items:flex-start}.bundle-v5-product-card:hover{border-color:var(--bundle-primary);box-shadow:0 4px 12px #00000014}.bundle-v5-product-card__img{width:120px;height:120px;object-fit:cover;border-radius:6px;border:1px solid var(--bundle-border);flex-shrink:0}.bundle-v5-product-card__details{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.bundle-v5-product-card__title{margin:0;font-size:15px;font-weight:600;color:var(--bundle-text);line-height:1.3}.bundle-v5-product-card__price{font-size:18px;font-weight:700;color:var(--bundle-primary)}.bundle-v5-product-card__options{display:flex;gap:12px;flex-wrap:wrap}.bundle-v5-product-card__option{flex:1;min-width:140px}.bundle-v5-product-card__label{display:block;font-size:11px;color:var(--bundle-text-light);margin-bottom:6px;font-weight:600;text-transform:uppercase}.bundle-v5-product-card__select{width:100%;padding:8px 10px;border:1px solid var(--bundle-border);border-radius:4px;font-size:13px;transition:all .2s}.bundle-v5-product-card__select:hover{border-color:var(--bundle-primary)}.bundle-v5-product-card__select:focus{outline:none;border-color:var(--bundle-primary);box-shadow:0 0 0 2px #7b8cde1a}.bundle-v5-product-card__btn{width:auto;padding:12px 24px;background:#b48687;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.bundle-v5-product-card__btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #b4868766;background:#a07576}.bundle-v5-product-card__btn:disabled{background:#ccc;cursor:not-allowed}.bundle-v5-dropdown{position:relative;width:100%}.bundle-v5-dropdown__btn{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--bundle-border);border-radius:20px;background:#fff;cursor:pointer;width:100%;text-align:left;transition:all .2s}.bundle-v5-dropdown__btn:hover{border-color:var(--bundle-primary)}.bundle-v5-dropdown__text{flex:1;font-size:13px;color:var(--bundle-text)}.bundle-v5-dropdown__arrow{width:12px;height:8px;transition:transform .2s}.bundle-v5-dropdown.is-open .bundle-v5-dropdown__arrow{transform:rotate(180deg)}.bundle-v5-dropdown__menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--bundle-border);border-radius:4px;box-shadow:0 4px 12px #00000026;max-height:250px;overflow-y:auto;z-index:1000;display:none}.bundle-v5-dropdown.is-open .bundle-v5-dropdown__menu{display:block}.bundle-v5-dropdown__option{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .2s}.bundle-v5-dropdown__option:hover{background:var(--bundle-bg-light)}.bundle-v5-dropdown__option:last-child{border-bottom:none}.bundle-v5-dropdown__option.out-of-stock{opacity:.5;text-decoration:line-through;cursor:not-allowed;background:#f9f9f9}.bundle-v5-dropdown__option.out-of-stock:hover{background:#f9f9f9}.bundle-v5-product-card__select option:disabled,.bundle-v5__variant-select option:disabled,.selected-product-card__variant-control option:disabled{color:#999;font-style:italic}@-moz-document url-prefix(){.bundle-v5-product-card__select option:disabled,.bundle-v5__variant-select option:disabled,.selected-product-card__variant-control option:disabled{color:#999}}@media (max-width: 768px){.product-bundle-v5{margin:15px 0}.index-section:has(.product-bundle-v5){margin:15px 0}.grid-overflow-wrapper:has(.product-bundle-v5){overflow-x:visible;overflow:visible}.grid-overflow-wrapper .product-bundle-v5{white-space:normal}.bundle-v5__header{padding:12px 45px 12px 12px}.bundle-v5__badge{top:-8px;right:45px;font-size:9px;padding:4px 10px}.bundle-v5__header-content{flex-direction:row;align-items:center;gap:12px}.bundle-v5__header-right{align-self:center}.bundle-v5__price-wrapper{text-align:right}.bundle-v5__title{font-size:14px;margin:0 0 2px}.bundle-v5__image{width:45px;height:45px;border-radius:6px}.bundle-v5__header-left{gap:10px}.bundle-v5__subtitle{font-size:11px;gap:6px}.bundle-v5__count{padding:3px 8px;font-size:10px}.bundle-v5__original-price{font-size:11px}.bundle-v5__price{font-size:18px}.bundle-v5__toggle-icon{right:12px;width:20px;height:20px}.bundle-v5__content{padding:12px}.bundle-v5__items-list{gap:8px;margin-bottom:12px}.bundle-v5__slot-btn{padding:12px;gap:10px}.bundle-v5__slot-icon{width:32px;height:32px}.bundle-v5__slot-icon svg{width:16px;height:16px}.bundle-v5__slot-text{font-size:13px}.selected-product-card{padding:10px;gap:10px}.selected-product-card__image{width:90px;height:90px;flex-shrink:0}.selected-product-card__image img{width:100%;height:100%;object-fit:cover}.selected-product-card__title{font-size:13px;margin-bottom:4px}.selected-product-card__variants{gap:6px;flex-direction:row}.selected-product-card__variant-group{min-width:100px;flex:1}.selected-product-card__variant-label{font-size:10px}.selected-product-card__variant{font-size:11px}.selected-product-card__variant select{font-size:11px;padding:4px 6px}.selected-product-card__price{font-size:14px}.selected-product-card__change{width:24px;height:24px;font-size:16px;top:8px;right:8px}.bundle-v5__summary{padding:12px;margin-top:12px}.bundle-v5__summary-title{font-size:14px;margin-bottom:8px}.bundle-v5__summary-list{font-size:12px;margin-bottom:10px}.bundle-v5__summary-total{padding-top:10px}.bundle-v5__summary-label,.bundle-v5__summary-original{font-size:13px}.bundle-v5__summary-price{font-size:20px}.bundle-v5__add-btn{margin-top:12px;padding:14px;font-size:14px}.bundle-v5-modal{padding:10px}.bundle-v5-modal__container{max-height:95vh}.bundle-v5-modal__header{padding:12px}.bundle-v5-modal__title{font-size:16px}.bundle-v5-modal__close{width:32px;height:32px}.bundle-v5-modal__grid{grid-template-columns:1fr;gap:10px;padding:12px}.bundle-v5-product-card{padding:12px}.bundle-v5-product-card__image{height:100px}.bundle-v5-product-card__title{font-size:13px}.bundle-v5-product-card__price{font-size:16px}.bundle-v5-product-card__options{gap:8px}.bundle-v5-product-card__option label{font-size:11px}.bundle-v5-product-card__option select{font-size:12px;padding:6px 8px}.bundle-v5-product-card__btn{padding:10px 20px;font-size:12px}}.bundle-v5__title{font-size:18px}.bundle-v5__toggle-icon{right:16px}.bundle-v5__content{padding:16px}.bundle-v5__items-list{gap:10px;margin-bottom:16px}.selected-product-card__image{width:90px;height:90px}.bundle-v5-modal{padding:10px}.bundle-v5-modal__container{max-height:95vh}.bundle-v5-modal__header{padding:16px}.bundle-v5-modal__title{font-size:18px}.bundle-v5-modal__grid{grid-template-columns:1fr;gap:12px}.btn,.rte .btn,button,input[type=submit],input[type=button],.shopify-payment-button .shopify-payment-button__button--unbranded,.product-form__cart-submit,.cart__checkout,.cart__checkout--multiple,[data-add-to-cart],.add-to-cart,.quick-add__submit,.product__submit__buttons button{border-radius:20px!important}.variant-input-wrap label,.variant-input-wrap input:checked+label,.selector-wrapper select,.single-option-selector,.product-form__input select{border-radius:20px!important}.product-form__cart-submit,.product-single__add-to-cart-wrapper .btn,.product__submit__add .btn,.bundle-v5__add-btn,.bundle-v5-modal__select-btn,button[data-bundle-v5-select],.btn--secondary,.btn--inverse,.shopify-payment-button__button,.shopify-payment-button__button--unbranded,.dynamic-checkout__button,input[type=text],input[type=email],input[type=tel],input[type=number],select,textarea,.search-bar__submit,.drawer__close-button,.mobile-nav__toggle,.ajaxcart__checkout,.cart__checkout,.cart-drawer__checkout,.newsletter__submit,.footer__newsletter-submit{border-radius:20px!important}.grid-product__tag{right:5px!important;top:5px!important}.grid-product__tag{border-radius:20px}@media only screen and (max-width: 768px){.grid-product__tag{right:8px!important;top:8px!important}}.index-section{margin:15px 0!important}@media (min-width: 769px){.index-section{margin:30px 0!important}}.selected-product-card__title{transition:color .2s}.selected-product-card__title:hover{color:#b48687!important;text-decoration:underline!important}
/*# sourceMappingURL=/cdn/shop/t/17/assets/product-bundle-v4.css.map */
