.disabled{pointer-events:none;color:light-dark(rgba(16,16,16,.4),rgba(255,255,255,.3))}main-subscription-bundle{display:flex;justify-content:center;flex-direction:column;width:100%;gap:50px}main-subscription-bundle .subscription-products-step-1{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:50px}subscription-bundle-progress{display:flex;width:100%;align-items:center;justify-content:center;position:relative;margin:0 16px}.progress-steps{display:flex;justify-content:space-between;gap:60px;position:relative;z-index:2;margin-left:2%}.progress-steps .progress-step{display:flex;flex-direction:column;align-items:center;row-gap:10px}.progress-steps .progress-step .progress-title{border-radius:4px;display:flex;align-items:center;justify-content:center;padding:8px 16px;height:40px;line-height:100%;font-weight:600;text-align:center;text-transform:uppercase;margin:0;background:#bbb;color:#fff;max-width:102px;min-width:102px}.progress-steps .progress-step .progress-subtitle{display:flex;align-items:center;justify-content:center;line-height:normal;text-align:center;text-transform:uppercase;margin:0;color:#bbb}.progress-steps .active .progress-title{background:rgb(var(--secondary-theme-color))}.progress-steps .active .progress-subtitle{color:rgba(var(--color-foreground),1)}.products-container{width:100%}.products-container .free_gift_product_title{text-align:center}.products-container .collection-header{display:flex;align-items:center;justify-content:space-between;position:relative;padding-right:100px}.products-container .collection-header:after{content:"";display:block;width:100%;height:3px;background-color:#0000001a;position:absolute;left:0;bottom:0}.products-container .collection-header .bundle-collection-tabs{display:flex;flex-direction:row;align-items:center;gap:40px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.products-container .collection-header .bundle-collection-tabs .bundle-collection-tab{background:transparent;border:none;outline:none;cursor:pointer;font-weight:500;color:rgb(var(--secondary-theme-color));vertical-align:middle;padding:0 0 1.6rem;border-bottom:3px solid transparent;white-space:nowrap;transition:all .3s ease-in-out}.products-container .collection-header .bundle-collection-tabs .bundle-collection-tab:hover{color:rgba(var(--color-button),var(--alpha-button-background))}.products-container .collection-header .bundle-collection-tabs .bundle-collection-tab.active{color:rgba(var(--color-button),var(--alpha-button-background));border-bottom-color:rgba(var(--color-button),var(--alpha-button-background))}.products-container .collection-header .collection-tab-navigation{display:flex;gap:1rem;position:absolute;top:-3px;right:0}.products-container .collection-header .collection-tab-navigation .button-navigation{border:none;outline:none;background:#d4af68;border-radius:50%;width:30px;aspect-ratio:1 / 1;padding:0;transition:all .3s ease;cursor:pointer}.products-container .collection-header .collection-tab-navigation .button-navigation:hover{background:rgb(var(--button-hover-color))}.products-container .collection-header .collection-tab-navigation .button-navigation svg{width:10px}.products-container .collection-header .collection-tab-navigation .button-navigation.button-prev svg{transform:rotate(180deg)}.products-container .bundle-tab-content{display:none}.products-container .bundle-tab-content.active,.products-container .product-list{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;padding:24px 0 0}.products-container .product-container{display:flex;flex-direction:column;gap:10px;box-shadow:0 0 40px #00000029;justify-content:space-between}.products-container .product-container .product-info-container{display:flex;flex-direction:column;gap:12px}.products-container .product-container .product-info-container p{margin:0}.products-container .product-container .product-info-container .product_image-container{width:100%;height:198px;background:#f5f5f5}.products-container .product-container .product-info-container .product_image-container img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.products-container .product-container .product-info-container .product_info-container{display:flex;flex-direction:column;gap:10px;padding:0 10px}.products-container .product-container .product-info-container .product_info-container .product-info_title{font-weight:600;text-transform:capitalize;transition:all .3s ease}.products-container .product-container .product-info-container .product_info-container .product-info_title:hover{color:rgba(var(--color-button),var(--alpha-button-background))}.products-container .product-container .product-info-container .product_info-container .product-info_title a{text-decoration:none;display:block}.products-container .product-container .product-info-container .product_info-container .product-info_price{display:flex;gap:10px;font-weight:700;font-size:14px;line-height:normal;vertical-align:middle}.products-container .product-container .product-info-container .product_info-container .product-info_price .striked{text-decoration:line-through}.products-container .product-container .product_qty-container{display:flex;flex-direction:column;gap:10px;padding:0 10px 10px}.products-container .product-container .product_qty-container .product-add-to-cart,.products-container .product-container .product_qty-container .quick-add__submit{width:100%;background:rgba(var(--color-button),var(--alpha-button-background));height:40px;border:none;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;line-height:normal;border-radius:4px;text-align:center;text-transform:uppercase;cursor:pointer;transition:all .3s ease;color:rgba(var(--color-foreground),1)}:is(.products-container .product-container .product_qty-container .product-add-to-cart,.products-container .product-container .product_qty-container .quick-add__submit):hover{background:rgb(var(--button-hover-color));color:rgb(var(--button-hover-text-color))}.products-container .product-container .product_qty-container .quantity-container{display:none;align-items:center;justify-content:center;border:1px solid rgb(var(--secondary-theme-color));border-radius:5px;height:40px;overflow:hidden}.products-container .product-container .product_qty-container .quantity-container .quantity-changer{width:40px;height:40px;background:rgba(var(--color-button),var(--alpha-button-background));border:none;cursor:pointer;font-weight:400;font-size:16px;line-height:100%;text-align:center;color:rgba(var(--color-foreground),1)}.products-container .product-container .product_qty-container .quantity-container .quantity-changer.minus{border-top-left-radius:5px;border-bottom-left-radius:5px}.products-container .product-container .product_qty-container .quantity-container .quantity-changer.add{border-top-right-radius:5px;border-bottom-right-radius:5px}.products-container .product-container .product_qty-container .quantity-container .quantity-input{flex:1;width:100%;height:100%;font-weight:700;font-size:16px;line-height:100%;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;pointer-events:none;border:none}.products-container .product-container .product_qty-container .quantity-container .quantity-input:focus,.products-container .product-container .product_qty-container .quantity-container .quantity-input:focus-visible{outline:none;border:none}.products-container .product-container .product_qty-container .quantity-container .quantity-input::-webkit-inner-spin-button{display:none}.products-container .product-container .product_qty-container.added-to-cart .product-add-to-cart{display:none}.products-container .product-container .product_qty-container.added-to-cart .quantity-container{display:flex}subscription-bundle-footer{position:sticky;bottom:0;z-index:2;width:100%;background:rgb(var(--secondary-theme-color));padding:24px 0}subscription-bundle-footer .bundle-footer-wrapper{display:flex;justify-content:space-between;align-items:center}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary{display:flex;gap:40px;align-items:center;border-right:1px solid rgba(255,255,255,.5);padding-inline-end:24px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-title{font-weight:700;font-size:24px;line-height:normal;text-transform:uppercase;margin:0;color:#fff}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items{display:flex;align-items:center;gap:16px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items{display:flex;gap:16px;flex-wrap:wrap;max-width:370px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items.active{max-height:none}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items:not(.active) .bundle-item:nth-child(n+4){display:none}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item{width:80px;height:80px;aspect-ratio:1 / 1;border-radius:50%;border:1px solid #FFFFFF;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:5px;position:relative}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content{width:100%;height:100%;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .show-more{width:100%;height:100%;background:transparent;border:none;outline:none;cursor:pointer;font-weight:500;font-size:12px;line-height:15px;text-align:center;vertical-align:middle;color:rgba(var(--color-foreground),1)}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content img{width:100%;height:100%;object-fit:contain}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .cs-close-icon{width:20px;height:20px;background:#bbb;position:absolute;top:0;right:0;border-radius:100%;display:flex;align-items:center;justify-content:center}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .cs-close-icon svg{width:9px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info{display:flex;align-items:center;justify-content:space-between;flex:1;gap:10px;padding-inline-start:24px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-selection-total{font-weight:700;font-size:16px;line-height:100%;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-selection-total .bundle-selection-total-discount{font-weight:500;font-size:16px;line-height:normal;vertical-align:middle;text-decoration:line-through;color:#fff;opacity:.5;margin:0}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-selection-total .bundle-selection-total-price{font-weight:700;font-size:24px;line-height:normal;vertical-align:middle;color:#fff;margin:0}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions{display:flex;gap:20px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action{height:55px;border:none;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px;line-height:normal;border-radius:4px;text-align:center;text-transform:uppercase;cursor:pointer;font-family:var(--font-heading-family)}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-clear,subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-back{background:transparent;color:#fff;border:1px solid #FFF;padding:14px 23.2px;width:max-content}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-checkout,subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-next{background:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-foreground));padding:14px 29.54px;border:1px solid rgba(var(--color-button),var(--alpha-button-background))}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions.second-step{display:flex;flex-direction:column;gap:20px;width:60%}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions.second-step .subscription-frequency-plans{display:flex;gap:20px;justify-content:flex-end;align-items:center}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions.second-step .subscription-frequency-plan-label{color:#fff}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions.second-step #subscription_frequency{width:60%;padding:10px;background:transparent;border:1px solid white;color:#fff}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions.second-step #subscription_frequency option[disabled]{color:#757575}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions.second-step #subscription_frequency option{color:#000}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions.second-step .bundle-footer-action-buttons{display:flex;gap:20px;justify-content:flex-end}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions.second-step .bundle-selection-checkout{width:60%}.bundle-collection-tabs{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bundle-collection-tabs::-webkit-scrollbar{display:none}@media (max-width: 1199px){.products-container .bundle-tab-content.active,.products-container .product-list{grid-template-columns:repeat(5,1fr)}}@media (max-width: 1099px){subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary{gap:25px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-title{font-size:22px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action{height:48px;font-size:16px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-clear{padding:10px 20px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-checkout{padding:10px 26px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items{gap:12px}}@media screen and (max-width: 991px){.products-container .bundle-tab-content.active,.products-container .product-list{grid-template-columns:repeat(4,1fr)}subscription-bundle-footer .bundle-footer-wrapper{flex-wrap:wrap}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary{width:100%;justify-content:center;border-right:none;padding-right:0;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:25px;margin-bottom:25px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info{justify-content:center;gap:30px;padding-inline-start:0}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-selection-total{flex-direction:row-reverse;align-items:center;gap:10px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item{width:70px;height:70px}subscription-bundle-footer{padding:20px 0}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items{justify-content:center;max-width:340px}.progress-steps{gap:30px}}@media (max-width: 801px){.products-container .product-container .product_qty-container .product-add-to-cart,.products-container .product-container .product_qty-container .quick-add__submit{font-size:14px}}@media screen and (max-width: 767px){.products-container .bundle-tab-content.active,.products-container .product-list{grid-template-columns:repeat(3,1fr);grid-column-gap:16px;grid-row-gap:26px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary{flex-wrap:wrap;gap:16px;padding-bottom:16px;margin-bottom:16px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info{flex-wrap:wrap;gap:24px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-title{font-size:14px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item{width:60px;height:60px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items{gap:10px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items{width:100%;justify-content:center;gap:10px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .show-more{font-size:10px;padding:10px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-selection-total .bundle-selection-total-price{font-size:16px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-selection-total .bundle-selection-total-discount{font-size:14px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items{max-width:274px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions{gap:16px;width:100%}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action{height:38px;font-size:12px;padding:10px;flex:1}subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-clear,subscription-bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-checkout{padding:10px}.products-container .collection-header .collection-tab-navigation .button-navigation{width:20px}.products-container .collection-header .collection-tab-navigation .button-navigation svg{width:8px}.products-container .collection-header{padding-right:60px}.products-container .collection-header .collection-tab-navigation{top:-1px;gap:.8rem}.products-container .collection-header .bundle-collection-tabs{gap:14px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.products-container .collection-header .bundle-collection-tabs .bundle-collection-tab{padding:0 0 1rem;border-width:2px}.products-container .collection-header:after{height:2px}main-subscription-bundle{gap:24px}.progress-steps{gap:20px;justify-content:center}.progress-steps .progress-step{flex:0 0 calc(33.33% - 28px)}.progress-steps .progress-step .progress-title{padding:8px;width:100%;height:34px;min-width:unset;max-width:unset}.products-container .product-container .product-info-container .product_info-container{gap:8px;padding:0 8px}.products-container .product-container{gap:12px}.products-container .product-container .product_qty-container .product-add-to-cart,.products-container .product-container .product_qty-container .quick-add__submit{height:38px;font-size:12px;padding:10px}}@media screen and (max-width: 568px){.products-container .bundle-tab-content.active,.products-container .product-list{grid-template-columns:repeat(2,1fr)}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .cs-close-icon{width:16px;height:16px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .cs-close-icon svg{width:8px;height:8px}}@media screen and (max-width:340px){subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item{width:50px;height:50px}subscription-bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .show-more{font-size:10px;line-height:12px;padding:7px}}.products-container .collection-header .bundle-collection-tabs .bundle-collection-tab.cs-bundle-free-gift .tab_text{border:1px solid black;border-radius:5px;padding:6.5px 16.5px}.products-container .collection-header .bundle-collection-tabs .bundle-collection-tab.cs-bundle-free-gift.active .tab_text{border:0;background-color:#d4af68;color:#000}
/*# sourceMappingURL=/cdn/shop/t/4/assets/main-subscription-flow.css.map */
