@charset "utf-8";

.csh-upsell-cart-container[data-v-1d37d022] { overflow: hidden; margin: 14px 0px; }

.csh-upsell-cart-container .csh-text-center[data-v-1d37d022] { text-align: center; }

.csh-upsell-cart-container .csh-upsell-cart-hidden[data-v-1d37d022] { display: none; }

.csh-upsell-cart-container .csh-upsell-cart-products-container[data-v-1d37d022] { width: 100%; margin: 0px auto; }

.csh-upsell-cart-container .csh-upsell-cart-products[data-v-1d37d022] { list-style: none; width: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: 150px; gap: 20px; overflow-x: auto; padding: 0px 0px 15px; margin: 0px; }

.csh-upsell-cart-container .csh-upsell-cart-title[data-v-1d37d022] { font-size: 20px; font-weight: 600; margin: 0px 0px 14px; text-align: center; }

.csh-upsell-cart-container .csh-product-card[data-v-1d37d022] { display: flex; flex-direction: column; gap: 8px; width: 100%; height: 100%; max-width: 100%; overflow: hidden; }

.csh-upsell-cart-container .csh-product-card [data-v-1d37d022] { margin: 0px; }

.csh-upsell-cart-container .csh-product-image[data-v-1d37d022] { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; }

.csh-upsell-cart-container .csh-product-image > img[data-v-1d37d022] { aspect-ratio: 1 / 1; object-fit: cover; }

.csh-upsell-cart-container .csh-product-title[data-v-1d37d022] { font-size: 20px; font-weight: 600; text-overflow: ellipsis; overflow: hidden; text-align: center; text-decoration: none; overflow-wrap: break-word; white-space: nowrap; height: 100%; color: rgb(51, 50, 50); }

.csh-upsell-cart-container .csh-product-title[data-v-1d37d022]:hover { text-decoration: underline; }

.csh-upsell-cart-container .csh-product-btn[data-v-1d37d022] { justify-content: center; align-items: center; border: 0px; padding: 0px 14px; cursor: pointer; text-decoration: none; font-size: 14px; display: flex; width: 100%; margin: 0px; background-color: rgb(255, 255, 255); min-height: 40px; border-radius: 11px; }

.csh-upsell-cart-container .csh-product-btn[data-v-1d37d022]:hover { background-color: rgb(240, 240, 240); }

.csh-upsell-cart-container .csh-product-btn-added[data-v-1d37d022] { border: 1px solid rgb(0, 0, 0); background-color: rgb(255, 255, 255); color: rgb(51, 50, 50); }

.csh-upsell-cart-container--cart-page[data-v-1d37d022] .csh-image-container img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; height: auto; }

@media only screen and (min-width: 768px) {
  .csh-upsell-cart-container--cart-page .csh-upsell-cart-products[data-v-1d37d022] { grid-auto-columns: 260px; }
}

@media only screen and (max-width: 768px) {
  .csh-upsell-cart-container--cart-page .csh-upsell-cart-products[data-v-1d37d022] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; overflow-x: hidden; grid-auto-flow: unset; grid-auto-columns: unset; }
  .csh-upsell-cart-container--cart-page .csh-product-image > img[data-v-1d37d022] { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; height: 100%; }
}