tr.cart-upsells{display:grid;grid-template:repeat(1,auto) / repeat(6,1fr);gap:1rem;margin-bottom:0;margin-top:10px;padding:20px 0;background-color:#f7f7f7;border-radius:6px}tr.cart-upsells:has(cart-upsells.is-empty){display:none}tr.cart-upsells>td{grid-row:1 / 1;grid-column:1 / 7}cart-upsells{display:block;width:calc(100% + 40px);margin:0 -20px;padding:0 0 20px;max-height:100%;transition:.25s linear}cart-upsells.is-empty{display:none}.cart-upsells__heading{margin:0 0 16px;text-decoration:none;display:block;text-align:center;font-family:New Spirit;font-size:18px;font-style:normal;font-weight:500;line-height:140%;color:#2c2926}.cart-upsells__body{padding:0 20px 30px}upsell-item.cart-upsells__upsell{display:flex;flex-direction:column;gap:20px}.cart-upsells__content{margin:0;padding:0}.upsell__content{display:flex;justify-content:flex-start;align-items:center;gap:5px;padding:10px 10px 10px 5px;border-radius:10px;background:#f5f0eb}.upsell__image{width:70px;height:70px}.upsell__image img{width:100%;height:auto;object-fit:contain}.upsell__info{width:calc(100% - 80px);position:relative}.upsell__title{text-decoration:none;display:block;color:var(--text, #100F0F);font-family:New Spirit;font-size:12px;font-style:normal;font-weight:500;line-height:130%;margin-bottom:3px;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;overflow:hidden}.upsell__info .stamped-badge{display:flex;align-items:center}.upsell__info .product-review-badge .stamped-fa-star:before{font-size:10px;margin-right:2px}.upsell__info .product-review-badge .stamped-product-reviews-badge{font-family:var(--main-font--regular);font-size:13px;line-height:normal;color:#999;pointer-events:none}.upsell__info .product-review-badge .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span{display:none!important}.upsell__options{display:none;flex-direction:column;position:absolute;left:0;top:0;width:100%;height:100%;background:#f5f0eb}upsell-item.options--shown .upsell__options{display:flex}upsell-item.options--empty .upsell__options{display:none}.options__heading{color:#100f0f;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 3px}.options__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.option__label{display:flex;justify-content:center;align-items:center;padding:5px 10px;position:relative;width:calc(100% - 20px);border-radius:6px;border:1px solid rgba(0,0,0,.16);cursor:pointer;transition:all .2s ease}.option__label.option--unavailable{opacity:.6;cursor:initial;text-decoration:line-through}.option__input{display:none}.option__title{color:#100f0f;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.option__icon{width:16px;height:16px;border-radius:100%;background:#584576;display:flex;align-items:center;justify-content:center;position:absolute;left:-5px;top:-5px;opacity:0;transition:all .2s ease}.option__icon svg{width:7px;height:7px;fill:#fff;margin:auto}.upsell__footer{padding:0 14px;display:flex;justify-content:space-between;align-items:center}.upsell__quantity-selector{display:flex;height:40px;max-height:40px;align-items:center;border-radius:6px;border:2px solid rgba(0,0,0,.1);background:#fff}.upsell__quantity-selector .quantity-selector__button{-webkit-appearance:none;appearance:none;border:none;border-right:1px solid rgba(0,0,0,.1);background:transparent;display:flex;justify-content:center;align-items:center;height:22px;padding:0 10px;cursor:pointer}.upsell__quantity-selector .quantity-selector__button.quantity-selector__button--plus{border-left:1px solid rgba(0,0,0,.1);border-right:none}.upsell__quantity-selector .quantity-selector__button>svg{width:14px;height:14px;pointer-events:none}.upsell__quantity-selector .quantity-selector__button:disabled>svg{opacity:.4}.upsell__quantity-selector>input{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;width:36px;color:#000;text-align:center;font-family:var(--main-font--bold);font-size:17px;font-style:normal;font-weight:700;line-height:normal}.upsell__quantity-selector>input::-webkit-outer-spin-button,.upsell__quantity-selector>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.upsell__quantity-selector>input[type=number]{-moz-appearance:textfield}.upsell__price{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;margin-bottom:7px}.upsell__price--current,.upsell__price--regular{font-family:Inter;font-size:14px;line-height:120%;font-weight:600;color:#100f0f}.upsell__price--regular{color:var(--color--text-variative);text-decoration-line:line-through}.upsell__buy-buttons{width:min-content;min-width:46px;max-width:122px;display:flex;justify-content:center;align-items:center}.upsell__button.add-to-cart__button,.upsell__button.options__button{display:none;justify-content:center;align-items:center;width:100%;height:22px;border-radius:4px;padding:0 5px;background:#fff;color:#7b6b5d;text-align:center;font-family:Inter;font-size:10px;font-style:normal;font-weight:700;line-height:18px;text-transform:uppercase;cursor:pointer}.upsell__button.options__button{display:flex}upsell-item.options--shown .upsell__button.options__button,upsell-item.options--empty .upsell__button.options__button{display:none}upsell-item.options--shown .upsell__button.add-to-cart__button,upsell-item.options--empty .upsell__button.add-to-cart__button{display:flex}.cart-upsells__body:not(:has(.swiper-pagination-lock)){padding-bottom:20px}.cart-upsells__pagination{position:absolute;bottom:-8px!important}.cart-upsells__pagination .swiper-pagination-bullet{background:#bbbbbbb3;border:none;opacity:1;width:7px;height:7px;margin:0 3px!important}.cart-upsells__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#584576}.cart-upsells__navigation-button:after{content:none!important}.cart-upsells__navigation-button{width:35px;height:35px;border:none;border-radius:50%;background:#fff;cursor:pointer;text-align:center;z-index:1;box-shadow:0 2px 10px #36363626;vertical-align:middle;line-height:0;transform:scale(1.001) rotate(90deg);transition:opacity .15s ease-in-out,transform .2s ease-in-out,color .2s ease-in-out;overflow:hidden;top:75px;opacity:.3}.cart-upsells__navigation-button.upsell-navigation__button--next{transform:scale(1.001) rotate(-90deg)}.cart-upsells__navigation-button:hover{transform:scale(1.22) rotate(90deg);opacity:1}.cart-upsells__navigation-button.upsell-navigation__button--next:hover{transform:scale(1.22) rotate(-90deg)}.cart-upsells__navigation-button svg{width:10px;height:16px;stroke-width:.5px;color:#000}.cart-upsells__navigation-button:hover svg{animation:buttonFromLeftToRight .5s ease-in-out forwards}.cart-upsells__navigation-button.swiper-button-disabled{opacity:0;visibility:hidden}@keyframes buttonFromLeftToRight{0%{transform:translateY(0)}25%{opacity:0;transform:translateY(100%)}50%{opacity:0;transform:translateY(-100%)}75%{opacity:1;transform:translateY(0)}}@media screen and (max-width: 749px){.upsell__footer{flex-wrap:wrap;gap:20px}.upsell__quantity-selector .quantity-selector__button{padding:0 15px}.upsell__quantity-selector>input{width:40px}.cart-upsells__body{padding-bottom:40px}.cart-upsells__navigation-button{display:none}}
/*# sourceMappingURL=/cdn/shop/t/185/assets/component-cart-upsells.css.map */
