/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 72:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:page-cart (INDEX:40) */
<style>
  .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  .shop_table th, .shop_table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
  }
  .shop_table th {
    background-color: #f4f4f4;
    font-weight: bold;
  }
  .product-thumbnail img {
    border-radius: 8px;
    max-width: 100%;
  }
  .product-name-thumb a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  .product-name-thumb a:hover {
    color: #e62263;
  }
  .cart_totals {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .checkout-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #e62263;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
  }
  .checkout-button:hover {
    background-color: #c91e53;
  }
  .product-remove a {
    color: #c00;
    transition: color 0.3s;
  }
  .product-remove a:hover {
    color: #a00;
  }
  .wc-proceed-to-checkout, .cart-label, .cart-amount {
    text-align: center;
  }
  .cart-title {
    text-align: center;
    padding: 0 0 20px 0!important;
  }
</style>
/* END_SECTION:page-cart */