#cross-sell-modal{display:none}#cross-sell-modal .splide__arrow{width:30px;height:30px;opacity:.7 !important}#cross-sell-modal .splide__arrow:hover{opacity:1 !important}#cross-sell-modal.show{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;z-index:9999;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}#cross-sell-modal .cross-sell-modal-content{background-color:#fff;width:50%;min-width:992px;margin:0 auto;padding:20px;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}@media(max-width: 992px){#cross-sell-modal .cross-sell-modal-content{width:90%;min-width:auto}}@media(max-width: 576px){#cross-sell-modal .cross-sell-modal-content{width:95%;gap:16px}}#cross-sell-modal .cross-sell-modal-content .cross-sell-modal-products{display:flex;flex-direction:row;gap:32px}#cross-sell-modal .cross-sell-modal-header{display:flex;justify-content:space-between;align-items:center;gap:16px}#cross-sell-modal .cross-sell-modal-header .cross-sell-modal-add-notification{font-size:1.2rem;font-weight:normal;display:flex;align-items:center;background-color:#fdf7ef;color:#262626;padding:10px 20px;border-radius:5px;flex-grow:1;font-weight:normal}@media(max-width: 576px){#cross-sell-modal .cross-sell-modal-header .cross-sell-modal-add-notification{font-size:.8rem}}#cross-sell-modal .cross-sell-modal-header .cross-sell-modal-close{background:none;border:none;width:40px;height:40px;display:flex;justify-content:center;align-items:center}#cross-sell-modal .cross-sell-modal-header .cross-sell-modal-close svg{width:100%;height:100%}#cross-sell-modal .cross-sell-modal-body h2{font-size:15px}@media(max-width: 576px){#cross-sell-modal .cross-sell-modal-body h2{font-size:15px}}#cross-sell-modal .cross-sell-modal-footer{margin-top:0px !important;display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;gap:10px}#cross-sell-modal .cross-sell-modal-footer>*{flex-grow:1}#cross-sell-modal .cross-sell-modal-footer button,#cross-sell-modal .cross-sell-modal-footer a{padding:12px !important;text-align:center;border:1px solid #262626 !important;background:#262626 !important;color:#fdf7ef !important;font-weight:300 !important;opacity:1;transition:all .3s ease-in-out}#cross-sell-modal .cross-sell-modal-footer button:hover,#cross-sell-modal .cross-sell-modal-footer a:hover{border:1px solid #262626 !important;background:none !important;color:#262626 !important}#cross-sell-modal .cross-sell-modal-footer .cross-sell-modal-continue-shopping{color:#262626 !important;background:#fff !important;border:1px solid #262626 !important}#cross-sell-modal .cross-sell-modal-footer .cross-sell-modal-continue-shopping:hover{border:1px solid #fdf7ef !important;background:#262626 !important;color:#fdf7ef !important}@media(max-width: 576px){#cross-sell-modal .cross-sell-modal-footer{grid-template-columns:1fr;gap:10px}#cross-sell-modal .cross-sell-modal-footer button,#cross-sell-modal .cross-sell-modal-footer a{text-align:center}}#cross-sell-modal .cross-sell-modal-products-splide{max-width:100%;min-width:100%}.cross-sell-product{display:flex;flex-direction:column;gap:10px;border-radius:3px;border:1px solid #f7d7bb;background:#f9f9f7;padding:8px;height:100%}.cross-sell-product .cross-sell-product-image{aspect-ratio:1/1}.cross-sell-product .cross-sell-product-image img{aspect-ratio:1/1;width:100%;height:100%;object-fit:cover;object-position:top center}.cross-sell-product .cross-sell-product-info{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;gap:3px}.cross-sell-product .cross-sell-product-info .cross-sell-product-title{font-size:1rem;margin:0}.cross-sell-product .cross-sell-product-info .cross-sell-product-title a{color:#000;text-decoration:none;font-weight:300}.cross-sell-product .cross-sell-product-info .cross-sell-product-price{font-size:12px;margin-bottom:10px}.cross-sell-product .cross-sell-product-info .cross-sell-product-price del{opacity:.5}.cross-sell-product .cross-sell-product-info .cross-sell-product-price ins{text-decoration:none}.cross-sell-product .cross-sell-product-info .cross-sell-product-button a{box-sizing:border-box;margin:0;cursor:pointer;position:relative;overflow:visible;left:auto;text-shadow:none;font-family:"DM Sans";font-size:12px !important;font-style:normal;font-weight:500;line-height:150%;letter-spacing:.6px;text-transform:uppercase;display:inline-flex;height:auto !important;justify-content:center;align-items:center;gap:10px;border-radius:1px;transition:background-color .3s ease-in-out,color .3s ease-in-out;text-decoration:none;padding:12px !important;text-align:center;outline:none;box-shadow:none !important;border:1.5px solid #f7d7bb !important;background:#fff !important;color:#411f0f;width:100% !important}