.product-bundle{background:var(--pb-section-background);margin:var(--pb-section-margin-mobile)}.product-bundle product-form{display:block;width:100%}.product-bundle .product-form__error-message-wrapper{margin-bottom:15px}.product-bundle .product-form__error-message{color:var(--color-red);font-size:14px}#pb-form-inputs{display:none}.pb-container{max-width:1440px;margin:0 auto;padding:0 20px;padding:var(--pb-section-padding-mobile)}.pb-heading{text-align:left;font-weight:700;font-size:18px;line-height:31.66px;letter-spacing:0;margin:0 0 15px}.pb-products{display:flex;flex-direction:column;gap:0;margin-bottom:20px}.pb-product-item{display:flex;flex-direction:row;align-items:center;gap:5px;transition:all .3s ease;position:relative;cursor:pointer}.pb-product-item:hover>.pb-product-image img{transform:scale(1.3);transition:transform .3s ease}.pb-checkbox-wrapper{order:-1;flex-shrink:0;position:relative}.pb-product-item .pb-checkbox{width:15px;height:15px;cursor:pointer;accent-color:var(--color-red);-webkit-appearance:checkbox;appearance:checkbox}.pb-product-item .pb-checkbox:checked{accent-color:var(--color-red);background-color:var(--color-red);border-color:var(--color-red)}.pb-checkbox-label{display:none}.pb-product-image{width:99px;aspect-ratio:1/1;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:3px;background:var(--color-light-gray)}.pb-product-image img{width:100%;height:auto;object-fit:contain;transition:transform .3s ease}.pb-product-info{display:flex;flex-direction:column;gap:12px;height:-webkit-fill-available;flex:1;padding:0 5px}.pb-product-title{font-weight:500;font-size:13px;line-height:normal;letter-spacing:0;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;margin:0;color:var(--color-text)}.pb-product-title strong{font-weight:700}.pb-product-price{font-weight:700;font-size:15px;line-height:normal;letter-spacing:0;margin:0;color:var(--color-text)}.pb-product-price sup{font-size:11px;position:relative;top:2px}.pb-separator{display:flex;align-items:center;justify-content:center;padding:10px 0;position:relative}.pb-separator:after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:1px;background:var(--color-text)}.pb-separator img{width:15px;height:auto;position:relative;z-index:1;box-shadow:0 0 0 10px var(--color-background)}.pb-plus-icon{font-size:20px;font-weight:700;color:#999;line-height:1}.pb-actions{display:flex;flex-direction:column;align-items:center;gap:10px}.pb-total{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.pb-total-label{font-weight:500;font-size:14px;line-height:normal;letter-spacing:0;text-transform:capitalize;color:var(--color-text)}.pb-total-price{font-weight:700;font-size:16px;line-height:normal;letter-spacing:0;color:var(--color-text)}.pb-total-price sup{font-size:11px;position:relative;top:3px}.pb-add-to-cart{width:100%;max-width:380px;background:var(--color-light-gray);border:.5px solid var(--color-text);min-height:30px;display:flex;align-items:center;justify-content:center;gap:7.64px;border-radius:50px;padding:0 10px;transition:all .3s ease}.pb-add-to-cart span[data-pb-button-text]{font-weight:700;letter-spacing:.05em;text-transform:capitalize;font-size:14px;color:var(--color-text)}.pb-add-to-cart:disabled,.pb-add-to-cart[aria-disabled=true]{opacity:.6;cursor:not-allowed}.pb-add-to-cart.loading{position:relative;pointer-events:none}.pb-add-to-cart .loading__spinner{position:absolute;width:20px;height:20px;left:50%;transform:translate(-50%)}.pb-add-to-cart .loading__spinner.hidden{display:none}.pb-add-to-cart .loading__spinner svg{width:100%;height:100%;animation:pb-spin 1s linear infinite}.pb-add-to-cart .loading__spinner .path{stroke:var(--color-text);stroke-linecap:round;animation:pb-dash 1.5s ease-in-out infinite}.pb-cart-icon svg{width:18px;height:auto}@keyframes pb-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes pb-spin{to{transform:rotate(360deg)}}@media (min-width: 750px){.pb-product-item .pb-checkbox{width:31px;height:31px;accent-color:var(--color-red);-webkit-appearance:checkbox;appearance:checkbox}.pb-product-item .pb-checkbox:checked{accent-color:var(--color-red);background-color:var(--color-red);border-color:var(--color-red)}.product-bundle{margin:var(--pb-section-margin-tablet)}.pb-container{padding:var(--pb-section-padding-tablet)}.pb-heading{font-size:32px;line-height:31.66px;margin-bottom:20px}.pb-products{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;flex-direction:row}.pb-product-item{flex:1 1 180px;max-width:352px;flex-direction:column;align-items:stretch;gap:10px}.pb-separator{padding:0}.pb-total-label{font-size:18px}.pb-total-price{font-size:20px}.pb-checkbox-wrapper{position:absolute;top:10px;right:10px;order:0;z-index:2}.pb-product-item:hover>.pb-product-image img{transform:scale(1.1)}.pb-product-image{width:100%;height:auto;aspect-ratio:1;border-radius:8px}.pb-product-info{padding:0;gap:10px}.pb-product-title{font-size:14px}.pb-product-price{font-size:16px}.pb-product-price sup{font-size:11px}.pb-total-price sup{top:-2px}.pb-separator:after{display:none}.pb-separator img{width:25px;box-shadow:none}.pb-actions{flex-direction:column;justify-content:space-between;gap:10px;padding-top:20px}.pb-total-price{font-size:28px}.pb-add-to-cart{max-width:352px;padding:0 20px;min-height:41px}.pb-add-to-cart span{font-size:15px}.pb-add-to-cart svg{width:25px}}@media (min-width: 1024px){.product-bundle{margin:var(--pb-section-margin-desktop)}.pb-container{padding:var(--pb-section-padding-desktop)}.pb-products{display:flex;flex-direction:row;align-items:stretch;flex-wrap:nowrap}.pb-separator img{width:33px}.pb-products>.pb-product-item:first-child{grid-column:auto;max-width:none;flex:1}.pb-product-item{flex:1;min-width:0}.pb-separator{display:flex;flex-shrink:0}.pb-plus-icon{font-size:24px}.pb-product-title{font-size:18px}}@media (min-width: 1300px){.pb-container{display:flex;flex-direction:column;align-items:center;gap:20px}.pb-actions{padding:0;max-height:fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 250px;max-width:352px;gap:10px}.pb-heading{width:100%;margin:0}.pb-products{flex:1;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%;margin:0}.pb-products>.pb-product-item:first-child,.pb-products>.pb-product-item{flex:1 1 200px;max-width:352px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-bundle.css.map */
