personalised-bundle,.personalized-bundle-step-1,.personalized-bundle-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:50px}bundle-progress{display:flex;width:auto;align-items:center;justify-content:center;position:relative;margin:20px 15px;padding:0 10px 0 60px;top:10px}bundle-progress progress.bundle-progress-bar::-webkit-progress-bar{background:var(--peronalized-bundle-progress-bg-colour);border-radius:10px}bundle-progress progress.bundle-progress-bar::-webkit-progress-value{border-radius:10px;transition:width .4s ease-in;background:var(--peronalized-bundle-progress-fg-colour)}bundle-progress progress.bundle-progress-bar::-moz-progress-bar{border-radius:10px;transition:width .4s ease-in;background:var(--peronalized-bundle-progress-bg-colour)}bundle-progress progress{background-color:var(--peronalized-bundle-progress-fg-colour);accent-color:var(--peronalized-bundle-progress-bg-colour);height:4px;border-radius:20px;appearance:none;-webkit-appearance:none;width:100%;z-index:1;position:absolute;top:20px;left:20px}.progress-steps{display:flex;justify-content:space-between;gap:100px;top:0;z-index:2;width:100%}.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 .collection-header{display:flex;align-items:center;justify-content: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;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.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 2.55rem;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 .bundle-collection-tabs .custom-tier-tab{display:flex;border:1px solid #BBBBBB;padding:6.5px 16.5px;border-radius:4px;align-items:center;justify-content:center;max-height:40px;color:#28314e;margin-bottom:16px;background:transparent;color:#bbb}.products-container .collection-header .bundle-collection-tabs .custom-tier-tab:hover{color:#000;border-color:#000}.products-container .collection-header .bundle-collection-tabs .custom-tier-tab.active{background:rgba(var(--color-button),var(--alpha-button-background));color:#000;border:0}.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;justify-content:space-between;gap:10px;box-shadow:0 0 40px #00000029}.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));min-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-color: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}.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,.products-container .product-container .product_qty-container.added-to-cart .quick-add__submit{display:none}.products-container .product-container .product_qty-container.added-to-cart .quantity-container{display:flex}bundle-footer{position:sticky;bottom:0;z-index:2;width:100%;background:rgb(var(--secondary-theme-color));padding:24px 0}bundle-footer .bundle-footer-wrapper{display:flex;justify-content:space-between;align-items:center}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}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-perks-cart,bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-mini-cart{display:flex;gap:40px;align-items:center;padding-inline-end:24px}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}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items{display:flex;align-items:center;gap:16px}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items{display:flex;gap:16px;flex-wrap:wrap;justify-content:start;max-width:370px}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items.active{max-height:none}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items:not(.active) .bundle-item:nth-child(n+4){display:none}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}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}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)}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content img{width:100%;height:100%;object-fit:contain}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}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .cs-close-icon svg{width:9px}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}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}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}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}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions{display:flex;gap:20px}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)}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-clear,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}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-checkout,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))}.step-wrapper{display:flex;flex-direction:column;gap:24px}.step-wrapper h1{font-weight:700;line-height:normal;text-transform:uppercase;text-align:center;margin:0}@media (max-width: 1199px){.products-container .bundle-tab-content.active,.products-container .product-list{grid-template-columns:repeat(5,1fr)}}@media (max-width: 1099px){bundle-footer .bundle-footer-wrapper .bundle-selecion-summary{gap:25px}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-title{font-size:22px}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action{height:48px;font-size:16px}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-clear,bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-back{padding:10px 20px}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-checkout,bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-next{padding:10px 26px}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(2,1fr)}}@media screen and (max-width:750px){bundle-progress progress{left:unset}bundle-progress{padding:0 25px}.progress-steps{gap:15px}.progress-steps .progress-step .progress-title{min-width:86px}}@media screen and (max-width: 991px){bundle-footer .bundle-footer-wrapper{flex-wrap:wrap}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}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item{width:70px;height:70px}}@media screen and (max-width: 766px){.products-container .collection-header .bundle-collection-tabs{gap:14px}bundle-footer .bundle-footer-wrapper{flex-wrap:wrap}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary{flex-wrap:wrap;gap:16px;padding-bottom:16px;margin-bottom:16px;justify-content:center;border-bottom:1px solid rgba(255,255,255,.5);border-right:0}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items{width:100%;justify-content:center;gap:10px}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-items{gap:10px;justify-content:flex-start;max-width:274px}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item{width:50px;height:50px}bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item .bundle-item-content .show-more{font-size:10px;line-height:12px}bundle-footer .bundle-footer-wrapper .bundle-selection-info{flex-wrap:wrap;gap:24px;justify-content:center;padding-inline-start:0}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-selection-total{flex-direction:row-reverse;align-items:center;gap:10px}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions{gap:16px;width:100%}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-clear,bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-back{padding:10px;height:38px;font-size:12px;flex:1}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-checkout,bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-footer-actions .bundle-action.bundle-selection-next{padding:10px 26px;height:38px;font-size:12px;flex:1}bundle-footer .bundle-footer-wrapper .bundle-selection-info .bundle-selection-total .bundle-selection-total-price{font-size:16px}}@media screen and (max-width: 767px) and (min-width:375px){bundle-footer .bundle-footer-wrapper .bundle-selecion-summary .bundle-selection-items .bundle-item{width:60px;height:60px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/main-personalise-bundle.css.map */
