.custom-bundle-hidden{display:none!important}.custom-bundle__collection-product-quantity{display:flex;padding:2px;justify-content:space-between;align-items:center;border-radius:99px;background:var(--Gray-100, #F3F4F6)}.custom-bundle__collection-product-quantity.custom-bundle-hidden{display:none}.custom-bundle__collection-product-quantity-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:8px;border-radius:9999px;background-color:#fff;cursor:pointer;transition:background-color .2s ease,color .2s ease}.custom-bundle__collection-product-quantity-btn[data-quantity-increase]{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:4px;border-radius:99px;background:var(--Brand-Black, #000);color:var(--Brand-White, #FFF);font-family:Inter;font-size:14px;font-weight:600;line-height:normal;width:max-content;height:max-content}.custom-bundle__collection-product-quantity-btn:disabled{cursor:not-allowed;opacity:.5}.custom-bundle__collection-product-quantity-value{color:var(--black, #000);font-family:Inter;font-size:14px;font-weight:500;line-height:normal}.custom-bundle__container{width:100%;padding:64px;max-width:1440px;margin:0 auto}.custom-bundle__wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:32px}.custom-bundle__wrapper-left{flex:0 0 35%;position:sticky;top:20px;align-self:flex-start;max-height:calc(100vh - 40px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.custom-bundle__wrapper-left::-webkit-scrollbar{display:none}.custom-bundle__wrapper-left-title{color:var(--Gray-900, #111827);font-family:Montserrat;font-size:24px;font-weight:700;line-height:normal}.custom-bundle__wrapper-left-toggle{position:absolute;top:16px;right:16px;width:16px;height:16px;padding:2px;cursor:pointer;display:none}.custom-bundle__wrapper-left-toggle svg{width:100%;height:100%}.custom-bundle__wrapper-left-caption{display:flex;justify-content:flex-start;align-items:center;gap:6px;color:var(--Gray-500, #6B7280);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding-top:8px}.custom-bundle__wrapper-progress{position:relative;width:100%;height:auto;display:block;margin-top:30px}.bundle-progress-points{position:absolute;display:flex;justify-content:space-between;width:100%;top:-13px}.bundle-progress-point{display:flex;width:36px;height:36px;padding:4px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:20px;border:1px solid #D1D5DB;background:#fff;color:#9ca3af;text-align:center;font-family:Inter;font-size:10px;font-weight:600;line-height:normal}.bundle-progress-point.active{color:#15803d;border:1px solid #15803D}.bundle-progress-bar{display:flex;height:8px;align-items:center;flex-shrink:0;align-self:stretch;border-radius:12px;background:var(--Gray-100, #F3F4F6)}.bundle-progress-bar-fill{background:linear-gradient(90deg,#bbf7d0,#15803d);height:100%;width:0%;transition:width .8s ease-in-out;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:block}.custom-bundle__wrapper-selection{display:flex;position:relative;padding-top:24px;justify-content:space-between;align-items:center}.custom-bundle__wrapper-selection-item{color:var(--Gray-500, #6B7280);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.custom-bundle__wrapper-selection-price{color:#15803d;text-align:right;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.custom-bundle__wrapper-free{color:#15803d;font-family:Inter;font-size:14px;font-weight:700;line-height:normal;text-transform:uppercase}.custom-bundle__wrapper-offer-box{display:none;padding:12px;align-items:flex-start;justify-content:space-between;gap:10px;border-radius:8px;border:1px solid var(--Gray-300, #D1D5DB);background:var(--Gray-100, #F3F4F6);margin-top:24px}.custom-bundle__wrapper-offer-content{display:flex;flex-direction:column;gap:6px}.custom-bundle__wrapper-offer-title{color:var(--Gray-900, #111827);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.custom-bundle__wrapper-offer-subtitle{color:var(--Gray-500, #6B7280);font-family:Inter;font-size:12px;font-weight:500;line-height:normal}.custom-bundle__wrapper-offer-price{color:var(--Rose-600, #E11D48);font-family:Montserrat;font-size:16px;font-weight:600;line-height:normal}.custom-bundle__wrapper-selected-products{display:grid;grid-template-columns:repeat(4,1fr);padding-top:16px;gap:8px}.selected-product-box.empty{height:120px;display:flex;justify-content:center;align-items:center;background:#f3f4f6;border-radius:4px 4px 0 0}.selected-product-box__empty{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.selected-product-box__content{width:100%;display:flex;flex-direction:column;gap:6px;position:relative}.selected-product-box__image{display:flex;height:auto;flex-direction:column;align-items:flex-end;gap:12px;border-radius:4px 4px 0 0;aspect-ratio:1/1}.selected-product-box__title{color:#0e2400;font-family:Inter;font-size:12px;font-weight:500;line-height:normal;width:100%}.selected-product-box__price{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:8px}.selected-product-box__price .selected-product-box__price-current{color:var(--Brand-Black, #000);font-family:Inter;font-size:14px;font-weight:600;line-height:normal}.selected-product-box__price-compare{color:var(--Rose-600, #E11D48);font-family:Inter;font-size:12px;font-weight:500;line-height:normal;text-decoration-line:line-through}.selected-product-box__price .selected-product-box__price-current--free{color:#e11d48}.selected-product-box__remove{position:absolute;width:18px;height:18px;top:4px;right:4px;padding:6px;cursor:pointer;z-index:10;transition:opacity .2s ease;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center}.selected-product-box__remove svg{width:100%;height:100%}.custom-bundle__wrapper-right{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;flex:0 0 60%}.custom-bundle__product-title .custom-bundle__product-title-text{color:var(--Gray-900, #111827);font-family:Montserrat;font-size:24px;font-weight:700;line-height:normal}.custom-bundle__collection{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.custom-bundle__collection-product{border-radius:4px;box-shadow:0 1px 2px #0000000d}.custom-bundle__collection-product-media img{border-radius:4px 4px 0 0}.custom-bundle__collection-product-content{display:flex;padding:8px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.custom-bundle__collection-product-title{color:#0e2400;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.custom-bundle__collection-product-price{display:flex;gap:8px;justify-content:center;align-items:center}.custom-bundle__collection-product-price-original,.custom-bundle__collection-product-price-sale{color:var(--Brand-Black, #000);font-family:Inter;font-size:14px;font-weight:600;line-height:normal}.custom-bundle__collection-product-price-compare{color:var(--Rose-600, #E11D48);font-family:Inter;font-size:12px;font-weight:500;line-height:normal;text-decoration-line:line-through}.custom-bundle__collection-product-atc{width:100%}.custom-bundle__collection-product-atc-button{display:flex;padding:12px;justify-content:center;align-items:center;gap:12px;flex:1 0 0;width:100%;color:var(--Brand-White, #FFF);font-family:Inter;font-size:14px;font-weight:600;line-height:normal;border-radius:99px;background:var(--Brand-Black, #000)}.custom-bundle__wrapper-atc{display:flex;flex-direction:column;gap:12px;padding-top:24px}.custom-bundle-wrapper-atc-total{display:flex;justify-content:space-between;align-items:center}.custom-bundle-wrapper-atc-total-text{color:var(--Brand-Black, #000);font-family:Montserrat;font-size:14px;font-weight:700;line-height:normal;text-transform:uppercase}.custom-bundle-wrapper-atc-total-price{color:var(--Brand-Black, #000);font-family:Montserrat;font-size:14px;font-weight:600;line-height:normal;display:flex;gap:8px}.custom-bundle-wrapper-atc-total-price .bundle-total__original{color:var(--Rose-600, #E11D48);font-family:Montserrat;font-size:14px;font-weight:500;line-height:normal;text-decoration-line:line-through}.custom-bundle__wrapper-atc-button{display:flex;padding:16px;justify-content:center;align-items:center;width:100%;color:#fff;font-family:Inter;font-size:14px;font-weight:700;line-height:normal;border-radius:25px;background:#000;border:none;cursor:pointer;transition:all .3s ease}.custom-bundle__wrapper-atc-button:disabled{cursor:not-allowed}.custom-bundle__wrapper-atc-button.enabled{background:#000;color:#fff;cursor:pointer}@media screen and (max-width: 1280px){.custom-bundle__container{padding:32px}.custom-bundle__wrapper-left{flex:0 0 45%}.custom-bundle__wrapper-right{flex:0 0 50%}.custom-bundle__collection{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.custom-bundle__container{padding:16px}.custom-bundle__wrapper{flex-direction:column;gap:0}.custom-bundle__wrapper-left{position:fixed;bottom:0;left:0;right:0;width:100%;flex:none;background:#fff;z-index:10;border-radius:12px 12px 0 0;box-shadow:-25px 2px 50px -12px #0003;padding:16px 16px 12px;max-height:none;overflow-y:visible;top:auto}.custom-bundle__wrapper-right{flex:1 1 100%;width:100%;gap:12px}.custom-bundle__product-title .custom-bundle__product-title-text{font-size:16px}.custom-bundle__collection{grid-template-columns:repeat(2,1fr)}.custom-bundle__wrapper-left-toggle{display:block}.custom-bundle__wrapper-selected-products{grid-template-columns:repeat(4,1fr);gap:6px}.selected-product-box.empty,.selected-product-box__image{height:100%;max-height:120px;object-fit:cover}.selected-product-box__title{font-size:8px}.selected-product-box__price{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px;align-items:center}.selected-product-box__price .selected-product-box__price-current{font-size:8px}.selected-product-box__price-compare{color:var(--Rose-600, #E11D48);font-family:Inter;font-size:8px;font-weight:500;line-height:normal;text-decoration-line:line-through}.custom-bundle__wrapper-left-title{font-size:14px;position:relative}.custom-bundle__wrapper-left-caption{font-size:12px;padding-top:8px}.custom-bundle__wrapper-progress{margin-top:16px}.bundle-progress-points{top:-8px}.bundle-progress-point{width:24px;height:24px;font-size:8px}.custom-bundle__wrapper-selection-item,.custom-bundle__wrapper-selection-price,.custom-bundle__wrapper-offer-title,.custom-bundle__wrapper-offer-subtitle,.custom-bundle__wrapper-offer-price{font-size:12px}.custom-bundle__wrapper-selection{padding-top:12px}.custom-bundle__wrapper-offer-box{margin-top:12px;padding:8px}.custom-bundle__wrapper-selected-products{padding-top:12px}.custom-bundle__wrapper-atc{padding-top:16px}.custom-bundle__collection-product-content{padding:6px;gap:8px}.custom-bundle__collection-product-price-original{font-size:12px}.custom-bundle__wrapper-left.collapsed{overflow:hidden}.custom-bundle__wrapper-left.collapsed .custom-bundle__wrapper-offer-box,.custom-bundle__wrapper-left.collapsed .custom-bundle__wrapper-selected-products{display:none}.custom-bundle__wrapper-left-toggle{transition:transform .3s ease}.custom-bundle__wrapper-left-toggle.rotated{transform:rotate(180deg)}.custom-bundle__wrapper-free{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/74/assets/custom-bundle-collection.css.map */
