.cart-extra-products{margin-top:20px}.cart-carousel{position:relative;margin:0 auto;max-width:100%;overflow:hidden;display:block}.cart-carousel .carousel__wrapper{display:flex;align-items:flex-start;position:relative;flex-direction:column}.cart-carousel .carousel__wrapper .controls__wrapper{position:relative;width:100%;height:40px;display:flex;justify-content:space-between;align-items:center}.cart-carousel .carousel__track-container{overflow:hidden;width:100%}.cart-carousel .carousel__track{display:flex;transition:transform .5s ease-in-out;gap:15px;padding:10px 0;list-style:none;width:100%}.cart-carousel .carousel__slide{flex:0 0 calc((100% - 40px)*.4);box-sizing:border-box}@media (max-width: 1024px){.cart-carousel .carousel__slide{flex:0 0 auto}}.cart-carousel .carousel__item{background:#fff;border-radius:8px;overflow:hidden;width:180px}@media (max-width: 600px){.cart-carousel .carousel__item{width:155px}}.cart-carousel .carousel__item .image-wrapper,.cart-carousel .carousel__item .image-hover-wrapper{position:relative;width:180px;height:240px}@media (max-width: 600px){.cart-carousel .carousel__item .image-wrapper,.cart-carousel .carousel__item .image-hover-wrapper{width:100%}}.cart-carousel .carousel__item .image-hover-wrapper img{position:absolute;top:0;left:0;transition:opacity .3s ease}.cart-carousel .carousel__item .image-hover-wrapper .hover-image{opacity:0;z-index:2}.cart-carousel .carousel__item .image-hover-wrapper:hover .hover-image{opacity:1}.cart-carousel .carousel__item .image-hover-wrapper:hover .main-image{opacity:0}.cart-carousel .carousel__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:10px}.cart-carousel .carousel__button{border:none;font-size:2rem;padding:.5rem;cursor:pointer;display:inline-flex;background-color:transparent}.cart-carousel .carousel__button--prev{left:0}.cart-carousel .carousel__button--prev[disabled] svg path{fill:#e0e0e0}.cart-carousel .carousel__button--next{right:0}.cart-carousel .carousel__button--next[disabled] svg path{fill:#e0e0e0}.cart-carousel .carousel__product-info{padding:.5rem;text-align:left}.cart-carousel .carousel__product-info h3,.cart-carousel .carousel__product-info span{font-size:16px;font-weight:400;letter-spacing:0}.cart-carousel .carousel__product-info h3{font-weight:500;height:37px}@media (max-width: 600px){.cart-carousel .carousel__product-info h3{height:50px}}.cart-carousel .carousel__product-info .carousel__product-details.details__btn{font-size:16px;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;display:inline-block;cursor:pointer;margin-top:10px}.cart-carousel .carousel__product-info .carousel__product-details.details__btn:hover{text-decoration:none}.cart-carousel .carousel__product-title{font-size:1rem;font-weight:600;margin-bottom:.25rem;flex:1;display:flex;align-items:flex-start}.cart-carousel .carousel__product-title a{color:inherit;text-decoration:none}.cart-carousel .carousel__product-title a:hover{text-decoration:underline}.cart-carousel .carousel__product-title-content.gift-wrapping{pointer-events:none}.cart-carousel .carousel__product-price{display:block;margin-bottom:.5rem;font-weight:500;margin-top:10px}.cart-carousel .carousel__product-price .sale-price{color:#e33f31;margin-left:3px}.cart-carousel .carousel__add-to-cart{background:#fff;color:#000;border:1px solid black;padding:1.3rem 1.5rem;cursor:pointer;border-radius:10px;transition:background .3s ease;width:100%;height:50px}.cart-carousel .carousel__add-to-cart:disabled{color:#a2a1a0;pointer-events:none;cursor:not-allowed;background-color:#dfdfdf;border:0}.cart-carousel .carousel__add-to-cart:hover{background:#0003;border-color:#0003;color:#fff}.cart-carousel .carousel__add-to-cart .loading-spinner{margin-left:8px}.cart-carousel .carousel__add-to-cart.loading{pointer-events:none;opacity:.7}.cart-carousel .carousel__add-to-cart.product .loader-icon svg,.cart-carousel .carousel__add-to-cart.gift-wrap .loader-icon svg{animation:spin 1s linear infinite;transform-origin:center}.cart-carousel .carousel__add-to-cart.product .loader-icon svg path,.cart-carousel .carousel__add-to-cart.gift-wrap .loader-icon svg path{stroke:#000}@keyframes spin{to{transform:rotate(360deg)}}.cart-carousel .carousel__add-to-cart:hover{background:#333}body.active{overflow:hidden}.cart-item__details .gift-message-display{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row;gap:10px}.cart-item__details .gift-message-display *:first-child{flex:1 1 100%}.cart-item__details remove-gift-message,.cart-item__details edit-gift-message,.cart-item__details add-gift-message{display:block}.cart-item__details remove-gift-message+div dl .product-option.no-markdown-price,.cart-item__details edit-gift-message+div dl .product-option.no-markdown-price,.cart-item__details add-gift-message+div dl .product-option.no-markdown-price{font-size:14px}.cart-item__details remove-gift-message a,.cart-item__details edit-gift-message a,.cart-item__details add-gift-message a{font-size:14px;text-decoration:underline;text-underline-offset:4px;color:#000;outline:none;box-shadow:none}.cart-item__details add-gift-message{margin-top:20px}.cart-popup__overlay{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-popup__overlay.active{opacity:1;pointer-events:auto;display:block}.cart-popup{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100%;background:#fff;z-index:1000;transform:translate(100%);transition:transform .4s ease-in-out;box-shadow:-4px 0 10px #0000001a}@media (max-width: 600px){.cart-popup{max-width:100%}}#gift-card-message .cart-popup__header{margin-bottom:20px}#gift-card-message .gift-message__form .content-wrapper{margin-bottom:15px}#gift-card-message .gift-message__form .content-wrapper input{width:100%;padding:10px;border-radius:10px;border:1px solid #e0e0e0}.cart-popup.active{transform:translate(0)}.cart-popup.active.gift-wrapping .giftwrapping-option{font-size:20px;text-transform:uppercase}.cart-popup.active.gift-wrapping .cart-popup__content .cart-popup__header .cart-popup__title.product,.cart-popup.active.gift-wrapping #popup-product-description,.cart-popup.active.gift-wrapping #popup-product-title,.cart-popup.active.gift-wrapping #popup-product-image{display:none;visibility:hidden;opacity:0}.cart-popup__content{overflow-y:auto;height:100%}.cart-popup__header{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;border-bottom:1px solid #e0e0e0;text-transform:uppercase}.cart-popup__content>*:not(:first-child){padding:5px 25px}.cart-popup__content>*:first-child{padding:5px 25px}.cart-popup.active.product-details .cart-popup__section,.cart-popup.active.product-details .cart-popup__header .cart-popup__title.gift{display:none;visibility:hidden;opacity:0}.cart-popup.active.product-details .cart-popup__content .cart-popup__header{padding:5px 25px}.cart-popup__header h2{padding:0;font-size:18px;font-weight:500;text-align:left;margin:0}.cart-popup__close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:24px;cursor:pointer}.cart-popup__title,.cart-popup__subtitle{margin-top:0}.cart-popup__image{max-width:100%;height:auto;margin:10px 0}.gift-message__form .form-element.form-element--textarea{position:relative}.gift-message__form .form-element.form-element--textarea .gift-message__alt-text{position:absolute;left:0;bottom:5px;font-size:10px;padding:15px;color:#777}.gift-message__form .form-element.form-element--textarea textarea{width:100%;height:150px;padding:15px;border-radius:10px;border:1px solid #e0e0e0}.gift-message__form .form-element.form-element--textarea textarea::placeholder{transition:opacity .2s ease}.gift-message__form .form-element.form-element--textarea textarea:focus::placeholder{opacity:0}.gift-message__form .form-element.form-element--textarea textarea:focus{border:1px solid #000}.gift-message__form .form-element.form-element--textarea textarea:focus-visible{width:100%;height:150px;padding:15px;box-shadow:none;outline:none}.gift-message__form .gift-message__buttons{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:15px}.gift-message__form .gift-message__buttons .btn{font-size:16px;background-color:#000;color:#fff;border:0;padding:10px 20px;border-radius:10px;flex:1 0 45%;min-height:50px;cursor:pointer}.gift-message__form .gift-message__buttons .btn.btn__secondary{background-color:transparent;border:1px solid #000;color:#000}@media (max-width: 767px){cart-extra-carousel .carousel__slide.no-hover .hover-image{display:none!important}cart-extra-carousel .carousel__slide.no-hover .main-image{opacity:1!important;display:block!important}cart-extra-carousel .carousel__slide.no-hover:hover .main-image{opacity:1!important}cart-extra-carousel .carousel__slide.no-hover:hover .hover-image{display:none!important}}
/*# sourceMappingURL=component-extra-carousel.css.map */
