.c-cart{display:flex;height:100%;justify-content:flex-end;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:21}.c-cart h1{display:none}.c-cart.active{opacity:1;visibility:visible}.c-cart.active .c-cart__body{transform:translateX(0)}.c-cart__overlay{background-color:rgba(0,0,0,.4);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.c-cart__body{background-color:#fff;display:flex;flex-direction:column;height:100%;padding-inline:2rem;padding:2rem 2rem 0;position:relative;transform:translateX(100%);transition:all .3s ease;width:100%;z-index:2}@media(min-width:768px){.c-cart__body{transform:translateX(41rem);width:41.6rem}}.c-cart__body .b-options{display:none}.c-cart__header{align-items:center;border-bottom:1px solid #c9d6ff;display:flex;justify-content:space-between;padding-bottom:1rem}.c-cart__title{color:#0032c8;font-size:1.6rem;font-weight:600;line-height:2.2rem}.c-cart__title-items-count{font-size:inherit;line-height:inherit}.c-cart__items{display:flex;flex:1;flex-direction:column;margin-right:-2rem;overflow-y:auto;padding-right:2rem;padding-top:1.5rem;position:relative}.c-cart__items::-webkit-scrollbar{width:2px}.c-cart__items::-webkit-scrollbar-track{background:transparent}.c-cart__items::-webkit-scrollbar-thumb{background:#0032c8}@media(max-width:767px){.c-cart__items{padding-top:0}}.c-cart__item{border-bottom:1px solid #f6f6f6;display:flex;gap:1.5rem;justify-content:space-between;padding-block:1.5rem;position:relative}.c-cart__item-media{align-items:center;background-color:#fafafa;display:flex;height:9.5rem;justify-content:center;width:10rem}@media(min-width:768px){.c-cart__item-media{height:10.7rem;width:11.2rem}}.c-cart__item-media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-cart__item-content{display:flex;flex:1;flex-direction:column}.c-cart__item-header{align-items:baseline;display:flex;justify-content:space-between}@media(min-width:768px){.c-cart__item-header-left{margin-right:auto}}.c-cart__item-header-right{align-items:flex-end;display:flex;flex-direction:column}.c-cart__item-header .c-cart__prices{align-items:center;display:flex;gap:.6rem}.c-cart__item-remove-button{max-height:1.2rem;max-width:1.2rem;position:absolute;right:0;top:1rem}.c-cart__item-remove-button--desktop{display:none}.c-cart__item-remove-button svg{max-height:1.2rem;max-width:1.2rem}.c-cart__item-remove-button--cart-page{display:none}.c-cart__item-remove-button.not-cart-page{margin-bottom:.6rem;position:static}.c-cart__item-title{color:#0032c8;display:flex;font-size:1.4rem;font-weight:600;line-height:140%;margin-bottom:.2rem;max-width:21rem}.c-cart__item-title a{color:inherit}.c-cart__item-description{color:#0032c8;font-size:1.2rem;margin-bottom:1rem}@media(min-width:768px){.c-cart__item-description{margin-bottom:1.6rem}}.c-cart__item-footer{gap:1.2rem;margin-top:auto}.c-cart__item-footer,.c-cart__price-quantity-wrapper{align-items:center;display:flex;justify-content:space-between}.c-cart__price-wrapper{margin-bottom:1.6rem}.c-cart__quantity{align-items:center;border:1px solid #0032c8;border-radius:5rem;display:flex;height:2.6rem;justify-content:space-between;width:8rem}.c-cart__quantity-count{color:#0032c8;font-size:1.4rem;line-height:140%}.c-cart__quantity-minus,.c-cart__quantity-plus{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.c-cart__quantity-minus svg,.c-cart__quantity-plus svg{max-width:1.2rem}.c-cart__price{color:#0032c8;font-size:1.4rem;font-weight:600;letter-spacing:.48px;line-height:140%}.c-cart__price-compare{color:#ff5787;font-size:1.4rem;font-weight:500;line-height:140%;text-decoration-line:line-through}.c-cart__dropdown{align-items:center;display:flex;flex:1;height:2.6rem;position:relative}.c-cart__dropdown,.c-cart__dropdown select{overflow:hidden;text-overflow:ellipsis!important;white-space:nowrap!important}.c-cart__dropdown select{background:#fff;border:1px solid #0032c8;border-radius:2rem;color:#0032c8;font-size:1.4rem;height:100%;outline:none;padding-inline:1.5rem;padding-right:2.5rem;width:100%}@media(min-width:768px){.c-cart__dropdown select{padding-right:3rem}}.c-cart__dropdown svg{pointer-events:none;position:absolute;right:1.3rem;top:1rem}.c-cart__footer{align-items:center;background:#0032c8;display:flex;flex-direction:column;gap:1.6rem;margin:auto -2rem;padding:2rem 1.6rem}.c-cart__total{color:#fff;font-size:1.6rem;font-weight:500;line-height:2.7rem;width:100%}@media(min-width:768px){.c-cart__total{font-size:2rem;line-height:3rem}}.c-cart__subtotal{align-items:center;display:flex;font-size:1.6rem;gap:.5rem;justify-content:center}.c-cart__subtotal span{font-weight:700;letter-spacing:.48px}.c-cart__checkout{width:100%}.c-cart__checkout-body{display:flex;justify-content:center}.c-cart__checkout-body .c-btn{min-width:100%}.c-cart__checkout-body .c-btn svg{margin-right:1rem}.c-cart.empty .c-cart__items{flex:unset;padding-bottom:2rem;padding-top:0}.c-cart.empty .c-cart__item:last-of-type{margin-bottom:0}.c-cart.empty .c-cart__footer{display:none}.c-cart__empty{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;text-align:center}.c-cart__empty-title{color:#0032c8;font-size:1.8rem;font-weight:400;line-height:2.5rem;margin-bottom:2rem}.c-cart__empty-title-message{color:#000;font-size:1.6rem;line-height:2.4rem}@media(min-width:768px){.c-cart__empty-title-message{font-size:2rem;line-height:3rem}}.c-cart__empty .c-btn{min-width:28rem}.c-cart .c-cart-subscription-info{align-items:center;background-color:#ffe2e7;border-radius:1rem;display:flex;justify-content:space-between;padding:.5rem 1rem}.c-cart .c-cart-subscription-info__text{color:#0032c8;font-size:1.5rem;line-height:140%;width:65%}.c-cart .c-cart-subscription-info__link{color:#0032c8;font-size:1.6rem;line-height:140%;text-decoration:underline;text-underline-offset:3px}.c-cart .c-cart__options-title{font-size:1.2rem;font-weight:400;line-height:1.8rem}.c-cart .c-cart-progress{margin-bottom:0;margin-top:2.5rem}@media(min-width:768px){.c-cart .c-cart-progress{margin-top:.8rem}}.c-cart__upsells{background-color:#fff;bottom:0;left:0;margin-top:auto;padding-bottom:1.6rem;position:sticky;width:100%}.c-cart__upsells-list{display:flex;flex-direction:column;gap:1rem;margin-right:-2rem;padding-right:2rem}.c-cart__upsells-title{color:#0032c8;font-size:1.6rem;font-weight:500;line-height:140%;margin-block:1rem}.c-cart__upsells .c-upsell.swiper-slide{height:auto}.c-cart__upsells .c-upsell__wrapper{justify-content:flex-start;min-height:unset}.c-cart__upsells .c-upsell__body{flex:1;flex-direction:column}.c-cart__upsells .c-upsell__content{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem;min-height:3.3rem}.c-cart__upsells .c-upsell__media{max-height:4.7rem;min-width:4.7rem}.c-cart__upsells .c-upsell__title{font-size:1.4rem;max-width:20rem}.c-cart__upsells .c-upsell__prices{align-items:center;display:flex;gap:0}.c-cart__upsells .c-upsell .c-price__list,.c-cart__upsells .c-upsell .c-price__retail{font-size:1.4rem}.c-cart__upsells .c-upsell__footer{display:flex;flex-direction:row;gap:1rem;justify-content:space-between;margin-top:auto;max-width:100%;width:100%}.c-cart__upsells .c-upsell__top{border-top:1px solid #c9d6ff;margin-bottom:1.1rem;padding-top:1rem}@media(min-width:768px){.c-cart__upsells .c-upsell__top{margin-bottom:1.2rem;padding-top:1.2rem}}.c-cart__upsells .c-upsell__description{font-size:1.2rem}.c-cart__upsells .c-upsell .c-cart__item-btn .c-btn{font-size:1.4rem;font-weight:500;letter-spacing:.7px}.c-cart__upsells-title{margin-block:0}.c-cart__upsells .c-upsell__navigation{right:2rem}