routine-builder{display:block}.routine-builder-page--max-width{width:100%;box-sizing:border-box;padding-left:1rem;padding-right:1rem}.routine-step{margin:4rem 0;padding:1rem;border-bottom:1px solid #ccc;overflow:hidden}.routine-step__header{cursor:pointer;position:relative;min-height:10.4rem;padding-right:30px;padding-bottom:1rem;transition:background-color .2s ease;display:flex;justify-content:space-between;align-items:flex-start}.routine-step__header-content{flex:1;margin-right:2rem}.routine-step__header-button{flex-shrink:0}.routine-step__toggle-button{min-width:120px;transition:all .3s ease}@media screen and (max-width:749px){.routine-step__toggle-button{font-size:0;width:4rem;height:4rem;min-width:4rem;padding:0;position:relative}.routine-step__toggle-button:before{content:"+";font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0}.routine-step.expanded .routine-step__toggle-button:before{content:"\2013"}}.routine-step__header{padding-right:0}.routine-step__title{font-size:3.6rem;margin-bottom:2rem}.routine-step__description{font-size:1.6rem;color:#555;padding-right:30px}.routine-step__content{max-height:none;opacity:1;overflow:visible;padding:2rem 0;display:none}.routine-step.expanded .routine-step__content{display:block}.routine-step__carousel-container{display:none;transition:max-height .3s ease-out;overflow:hidden}.routine-step.expanded .routine-step__carousel-container{display:block}.routine-step__carousel-container .swiper-slide{display:flex;flex-direction:column;height:auto}.routine-step__carousel-container .card-product-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.routine-step__carousel-container .card--product{flex-grow:1}.routine-product__select-button{margin-top:1rem;width:100%;transition:all .3s ease;text-decoration:underline}.routine-product__select-button.selected{border:1px solid rgb(var(--color-primary-text))}.routine-text-card-slide{background-color:var(--gradient-background);height:100%;box-sizing:border-box}.routine-text-card__title{font-size:1.2rem;font-weight:700}.routine-summary{position:sticky;bottom:0;left:0;right:0;z-index:calc(var(--z-header) + 1);background-color:#fff;box-shadow:0 -4px 8px #0000001a;padding:1rem 4rem;width:100%}.routine-summary__title{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.routine-summary__container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:auto}.routine-summary__bundle-info{max-width:200px}.routine-summary__bundle-title{font-weight:700;margin-bottom:2rem}.routine-summary__bundle-title h3{font-size:2.1rem!important}.routine-summary__price-container h5{font-size:1.6rem!important}.routine-summary__original-price{text-decoration:line-through}.routine-summary__discounted-price--with-discount{margin-left:10px;color:#aa2121}.routine-summary__slots-container{flex:2;width:100%;max-width:800px;min-height:100px;margin-bottom:20px;padding:0 25px;display:flex;justify-content:center;align-items:center;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:3rem}.routine-summary__slider{width:100%;padding:0 15px}.routine-summary__slider-wrapper{display:flex;justify-content:center;align-items:center}.routine-summary__slide{display:flex;justify-content:flex-start;align-items:center;flex-shrink:0;margin-right:0!important}.routine-summary__slot{width:100px;height:100px;min-width:100px;min-height:100px;background-color:#f8f8f8;border:1px solid #f8f8f8;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:pointer;border:1px solid #eee;transition:all .3s ease;box-sizing:border-box;overflow:visible}.routine-summary__slot:hover{border-color:#ccc;box-shadow:0 2px 4px #0000001a}.routine-summary__slot--discount{display:flex;align-items:center;justify-content:center;text-align:center;font-size:.9rem;line-height:1.2}.routine-summary__discount-text{font-size:1.6rem!important;text-align:center;padding:10px}.routine-summary__empty-slot-indicator{width:30px;height:30px;border-radius:15px;background-color:#f8f8f8;display:block}.routine-summary__slot--filled img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1340px){.routine-summary{padding:1rem}.routine-builder-page--max-width{padding-left:.5rem;padding-right:.5rem}.routine-step{margin:0 0 2rem;padding:.5rem}.routine-step__title{font-size:2.4rem}.routine-step__description{font-size:1.6rem}.routine-summary__bundle-title{margin-bottom:0}.routine-summary__container{padding:1.5rem 0}.routine-summary__bundle-info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;text-align:center;margin-bottom:1rem;max-width:none}.routine-summary__slots-container{margin-bottom:2rem;justify-content:flex-start;max-width:660px}.routine-summary__slot{width:80px;height:80px;min-width:80px;min-height:80px}.routine-summary__discount-text{font-size:1.2rem!important;padding:5px}}@media screen and (max-width:480px){.routine-step__title{font-size:2rem}.routine-summary__slot{width:70px;height:70px;min-width:70px;min-height:70px}.routine-summary__discount-text{font-size:1rem!important;padding:3px}}.routine-step__header-button{position:absolute;top:50%;right:0;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1;color:#333;transition:color .2s ease}.routine-step__header-button:hover{color:#000}.routine-step__toggle-button{position:absolute;top:50%;right:0;transform:translateY(-50%);background:none;font-size:1.5rem;cursor:pointer;line-height:1;color:var(--color-primary-text);transition:color .2s ease}.routine-step__toggle-button:focus,.routine-step__toggle-button:active,.routine-step__toggle-button:hover{color:#fff;background-color:#000}@media screen and (min-width:750px){.routine-summary__toggle-button{display:none}}@media screen and (max-width:749px){.routine-summary{position:sticky;bottom:0;z-index:100;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 10px #0000001a;transition:all .3s ease}.routine-summary--collapsed .routine-summary__slots-container,.routine-summary--collapsed .routine-summary__action{opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.routine-summary--expanded .routine-summary__slots-container,.routine-summary--expanded .routine-summary__action{display:flex;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease;pointer-events:auto}.routine-summary__container{padding:2rem 1rem;max-height:60px;overflow:hidden;transition:max-height .3s ease}.routine-summary--expanded .routine-summary__container{max-height:300px}.routine-summary__bundle-info{position:relative;cursor:pointer;padding-right:30px}.routine-summary__toggle-button{position:absolute;top:50%;right:0;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1;color:#333;transition:color .2s ease;font-weight:700}.routine-summary__toggle-button:hover{color:#000}}.routine-summary__action{flex:1;display:flex;align-items:center;justify-content:center;min-width:150px;max-width:250px}.routine-summary__cart-button{width:100%}.routine-summary__cart-button:disabled{cursor:not-allowed}.routine-summary__remove-button{position:absolute;top:5px;right:5px;width:20px;height:20px;background-color:#000c;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;opacity:1;color:#fff;font-size:14px;line-height:1;font-weight:700;transition:opacity .2s ease-in-out;border:none;padding:0}.routine-summary__remove-button:focus-visible{outline:.2rem solid rgba(0,0,0,.8);outline-offset:.3rem}@media screen and (max-width:768px){.routine-summary__container{flex-direction:column}.routine-summary__bundle-info,.routine-summary__slots-container,.routine-summary__action{flex-direction:row;width:100%;max-width:none}}.routine-builder-page .swiper-button{color:#000;background-color:#ffffffb3;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.routine-builder-page .swiper-button.swiper-button-disabled{opacity:.3;cursor:not-allowed}.routine-step.expanding .routine-step__content{animation:stepExpand .4s ease-out forwards}.routine-summary__error{margin-top:.75rem;font-size:1.4rem;color:rgb(var(--color-error, 195 0 0));line-height:1.4}.product-card__link--routine,.product-card__title span{cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/52/assets/component-routine-builder.css.map */
