body:has(.semi-bundle-section) .pswp .selector-wrapper--qty,body:has(.semi-bundle-section) .pswp .product__submit__holder,body:has(.semi-bundle-section) .pswp .popup-quick-view__view-button{display:none}body:has(.semi-bundle-section) .pswp .semi-bundle-add-to-cart{display:block}.semi-bundle-section{padding:40px 60px;display:flex;position:relative;gap:20px;max-width:1400px;margin:0 auto}.semi-bundle-section .product-grid-item__quick-buy{display:none}.semi-bundle-section .semi-bundle-add-button-wrapper:has(.semi-bundle-add-button[disabled]){opacity:.2}.semi-bundle-section .semi-bundle-add-button[disabled]{cursor:not-allowed}.semi-bundle-section .semi-bundle-collections-grid{flex:1}.semi-bundle-section .semi-bundle-cart{position:sticky;top:100px;flex:0 1 300px;transition:all .3s ease}.semi-bundle-section .semi-bundle-cart-heading{display:flex;flex-direction:column;gap:10px}.semi-bundle-section .semi-bundle-cart-title-mobile{display:none;color:var(--semi-bundle-cart-title-color)}.semi-bundle-section .semi-bundle-cart-title-desktop{display:block;color:var(--semi-bundle-cart-title-color)}.semi-bundle-section .semi-bundle-cart-progress-bar{height:5px;background:var(--semi-bundle-cart-progress-bar-color);border-radius:5px;position:relative}.semi-bundle-section .semi-bundle-cart-progress-bar-filling{position:absolute;height:100%;width:0;border-radius:5px;background:var(--semi-bundle-cart-progress-bar-filling-color);transition:all .3s ease}.semi-bundle-section .semi-bundle-cart-heading-details{display:flex;justify-content:space-between;padding-bottom:10px;gap:15px;border-bottom:1px solid #cdcbca;color:var(--semi-bundle-cart-subtitle-color)}.semi-bundle-section .semi-bundle-cart-items-wrapper{padding-bottom:0}.semi-bundle-section .semi-bundle-cart-items{display:flex;flex-direction:column;gap:30px;padding-block:30px 20px;border-bottom:1px solid #cdcbca}.semi-bundle-section .semi-bundle-cart-item{display:flex;gap:20px;font-size:12px;justify-content:space-between}.semi-bundle-section .semi-bundle-cart-item-placeholder{justify-content:flex-start;color:var(--semi-bundle-placeholder-text-color)}.semi-bundle-section .semi-bundle-item-media-placeholder{width:60px;height:80px;background:var(--semi-bundle-placeholder-color);border:dotted 1px #6A6868}.semi-bundle-section .semi-bundle-cart-item-details{display:flex;flex-direction:column;gap:5px}.semi-bundle-section .semi-bundle-cart-item-details .semi-bundle-cart-item-discount-amount{color:#6a6868}.semi-bundle-section .semi-bundle-cart-item-price-original{text-decoration:line-through;color:#6a6868}.semi-bundle-section .semi-bundle-cart-item-price-total{color:#2b2829}.semi-bundle-section .semi-bundle-cart-item-details-placeholder{display:flex;align-items:center;font-size:12px}.semi-bundle-section .semi-bundle-cart-item-summary{display:flex;flex-direction:column;gap:5px;justify-content:space-between}.semi-bundle-section .semi-bundle-cart-item-remove-button{font-size:12px;text-decoration:underline;text-underline-offset:7px}.semi-bundle-section .semi-bundle-cart-summary{padding-top:20px;display:flex;flex-direction:column;gap:10px}.semi-bundle-section .semi-bundle-cart-summary-total-saving-wrapper,.semi-bundle-section .semi-bundle-cart-summary-total-amount-wrapper{display:flex;justify-content:space-between;width:100%}.semi-bundle-section .semi-bundle-cart-summary-total-saving-wrapper{color:var(--semi-bundle-cart-summary-total-saving-color)}.semi-bundle-section .semi-bundle-cart-summary-total-amount-wrapper{color:var(--semi-bundle-cart-summary-total-amount-color)}.semi-bundle-section .semi-bundle-cart-item-price-sum{display:flex;gap:5px}.semi-bundle-section .semi-bundle-cart-add-bundle-button{position:relative;background:var(--semi-bundle-cart-add-bundle-button-color);color:var(--semi-bundle-cart-add-bundle-button-text-color);height:60px;width:100%;font-weight:600;font-size:14px;border:none;cursor:pointer;margin:0 0 20px;transition:all .2s ease;padding:0 2rem}.semi-bundle-section .semi-bundle-cart-add-bundle-button:disabled{cursor:not-allowed;background:var(--semi-bundle-cart-add-bundle-disabled-button-color);color:var(--semi-bundle-cart-add-bundle-button-text-color)}.semi-bundle-section .semi-bundle-cart-add-bundle-button-loading{background:var(--semi-bundle-cart-add-bundle-disabled-button-color);color:var(--semi-bundle-cart-add-bundle-button-text-color);cursor:not-allowed;opacity:1;pointer-events:all}.semi-bundle-section .semi-bundle-cart-add-bundle-button-loading:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:silver}.semi-bundle-section .semi-bundle-cart-add-bundle-button-loading:after{content:"";display:block;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);transform:rotate(0);width:20px;height:20px;border:2px solid #faf9f8;border-top:2px solid transparent;border-radius:50%;animation:semi-bundle-button-spin 1s linear infinite}.semi-bundle-section .semi-bundle-cart-back-link{padding-bottom:5px;border-bottom:1px solid;color:var(--semi-bundle-cart-back-link-color)}.semi-bundle-section .semi-bundle-mobile-total-amount{display:none}.semi-bundle-section .semi-bundle-cart-wrapper{width:300px}.semi-bundle-grid-block-heading-wrapper{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:10px}.semi-bundle-grid-block-heading{display:flex;flex-direction:column;gap:20px}.semi-bundle-grid-block+.semi-bundle-grid-block{margin-top:20px;padding-top:20px;border-top:1px solid;gap:5px}.semi-bundle-grid-block-products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.semi-bundle-grid-block-products .product-grid-item{display:flex;flex-direction:column;margin-bottom:10px;width:auto}.semi-bundle-add-button-wrapper{flex:1;display:flex;justify-content:center;align-items:flex-end;margin-top:10px}.semi-bundle-add-button{width:100%;border:1px solid}@media screen and (max-width: 1024px){.semi-bundle-section{padding:40px 10px}.semi-bundle-section .semi-bundle-cart-wrapper{position:fixed;width:100%;bottom:0;left:0;background:#fff;box-shadow:0 0 10px #00000040;z-index:1000}.semi-bundle-section .semi-bundle-cart-title-mobile{display:block}.semi-bundle-section .semi-bundle-cart-mobile-drawer-toggle-icon{transform:rotate(180deg)}.semi-bundle-section .semi-bundle-cart-mobile-drawer-open .semi-bundle-cart-mobile-drawer-toggle-icon{transform:rotate(0)}.semi-bundle-section .semi-bundle-cart-mobile-drawer-toggle{display:flex;justify-content:space-between;width:100%;padding:25px 20px 1px;color:var(--semi-bundle-cart-title-color)}.semi-bundle-section .semi-bundle-cart-mobile-drawer-toggle-icon{color:var(--semi-bundle-cart-title-mobile-drawer-toggle-color)}.semi-bundle-section .semi-bundle-cart-title-desktop{display:none}.semi-bundle-section .semi-bundle-cart-progress-bar,.semi-bundle-section .semi-bundle-cart-heading-details,.semi-bundle-section .semi-bundle-cart-items-wrapper,.semi-bundle-section .semi-bundle-cart-summary{margin:0 20px}.semi-bundle-section .semi-bundle-cart-heading-details{border-bottom:none}.semi-bundle-section .semi-bundle-cart-items-wrapper{height:0;overflow-y:auto;padding:0 1rem 0 0;padding-bottom:0;margin:5px 25px 5px 20px;transition:all .3s ease}.semi-bundle-section .semi-bundle-cart-items{height:0;border-bottom:none}.semi-bundle-section .product-grid-item{width:inherit}.semi-bundle-section .semi-bundle-cart-summary-total-saving-wrapper{height:0;overflow:hidden;transition:all .3s ease}.semi-bundle-section .semi-bundle-cart-summary-total-amount-wrapper{display:none}.semi-bundle-section .semi-bundle-cart-summary{border-top:1px solid #cdcbca}.semi-bundle-section .semi-bundle-cart-mobile-drawer-open .semi-bundle-cart-items-wrapper{padding-bottom:40vh}.semi-bundle-section .semi-bundle-cart-mobile-drawer-open .semi-bundle-cart-heading-details{border-bottom:1px solid #cdcbca}.semi-bundle-section .semi-bundle-cart-mobile-drawer-open .semi-bundle-cart-summary-total-saving-wrapper{height:auto}.semi-bundle-section .semi-bundle-mobile-total-amount{display:inline-block}.semi-bundle-grid-block-products{grid-template-columns:repeat(2,1fr)}}@keyframes semi-bundle-button-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/86/assets/semi-bundle-section.css.map */
