h1.entry-title {
    color: #142d00;
    margin: 80px 0 0;
    font-size: 57px !important;
    padding: 0 !important;
}

.wp-block-woocommerce-cart {
    padding: 2rem 1rem;
  }

  /* Layout */
  .wc-block-components-sidebar-layout {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .wc-block-components-sidebar {
    flex: 1;
    min-width: 260px;
    padding-right: 0 !important;
  }

  /* Notices */
  .wc-block-components-notices,
  .wc-block-components-notices__snackbar,
  .with-scroll-to-top__scroll-point { display: none; }

  /* Cart table */
  .wc-block-cart-items {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #e0ede4;
  }

  .wc-block-cart-items__header {
    background: #1e6b3a;
  }

  .wc-block-cart-items__header th {
    padding: 14px 16px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .wc-block-cart-items__header th:last-child { text-align: right; }

  .wc-block-cart-items__row td {
    padding: 20px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #eef4f0;
  }

  /* Product image */
  .wc-block-cart-item__image {
    width: 100px;
  }

  .wc-block-cart-item__image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    border: 1.5px solid #d6eddf;
    display: block;
  }

  .wc-block-cart-item__image a { display: block; }

  /* Product name */
  .wc-block-components-product-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .wc-block-components-product-name:hover { color: #2d8a4e; }

  /* Price */
  .wc-block-cart-item__prices {
    margin-bottom: 8px;
  }

  .wc-block-components-product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .wc-block-components-product-price__regular {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
  }

  .wc-block-components-product-price__value {
    font-size: 17px;
    font-weight: 700;
    color: #1e6b3a;
  }

  .is-discounted { color: #1e6b3a !important; }

  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
  }

  /* Description */
  .wc-block-components-product-metadata__description p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  /* Quantity selector */
  .wc-block-components-quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #c8e6d4;
    border-radius: 8px;
    overflow: hidden;
    background: #f4faf6;
  }

  .wc-block-components-quantity-selector__input {
    width: 44px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 6px 0;
    outline: none;
    -moz-appearance: textfield;
  }

  .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
  .wc-block-components-quantity-selector__input::-webkit-inner-spin-button { -webkit-appearance: none; }

  .wc-block-components-quantity-selector__button {
    background: transparent;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 18px;
    color: #2d8a4e;
    font-weight: 500;
    transition: background 0.15s;
  }

  .wc-block-components-quantity-selector__button:hover { background: #e0f0e8; }
  .wc-block-components-quantity-selector__button:disabled { color: #bbb; cursor: default; }

  /* Remove button */
  .wc-block-cart-item__remove-link {
    background: none;
    border: 1.5px solid #f0c0c0;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    transition: background 0.15s, border-color 0.15s;
  }

  .wc-block-cart-item__remove-link:hover {
    background: #fff0f0;
    border-color: #e06060;
  }

  .wc-block-cart-item__remove-link svg { fill: #cc4444; display: block; }

  .wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  /* Total column */
  .wc-block-cart-item__total {
    text-align: right;
    white-space: nowrap;
  }

  .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

  .wc-block-cart-item__total .wc-block-components-product-price__value {
    font-size: 20px;
    font-weight: 700;
    color: #1e6b3a;
  }

  /* Sale badge */
  .wc-block-components-sale-badge {
    display: inline-block;
    background: #d6f4e4;
    color: #1a5c34;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.02em;
  }

  /* Sidebar / Order Summary */
  .wp-block-woocommerce-cart-order-summary-block {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid #e0ede4;
    overflow: hidden;
  }

.wp-block-woocommerce-cart-order-summary-heading-block {
    background: #163300 !important;
    color: #9fe870 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 16px 20px !important;
    margin: 0;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}

  /* Coupon */
  .wc-block-components-totals-coupon {
    padding: 14px 20px;
    border-bottom: 1px solid #eef4f0;
  }

  .wc-block-components-panel__button {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #2d8a4e;
    font-weight: 600;
    user-select: none;
  }

  .wc-block-components-panel__button svg { fill: #2d8a4e; }

  /* Totals */
  .wp-block-woocommerce-cart-order-summary-totals-block,
  .wc-block-components-totals-wrapper {
    padding: 0 20px;
  }

  .wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eef4f0;
    font-size: 15px;
  }

  .wc-block-components-totals-taxes .wc-block-components-totals-item__label {
    color: #555;
    font-size: 14px;
  }

  .wc-block-components-totals-taxes .wc-block-components-totals-item__value {
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }

  /* Footer total */
  .wc-block-components-totals-footer-item {
    padding: 18px 0;
    border-bottom: none !important;
  }

  .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
  }

  .wc-block-components-totals-footer-item-tax-value {
    font-size: 22px;
    font-weight: 800;
    color: #1e6b3a;
  }

  /* Checkout button */
  .wc-block-cart__submit {
    padding: 16px 20px;
    background: #f4faf6;
    border-top: 1px solid #e0ede4;
  }

  .wc-block-cart__submit-container { display: block; }

  .wc-block-cart__submit-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 24px;
    background: #2d8a4e !important;
    color: #fff !important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.2s, transform 0.1s;
    border: none;
  }

  .wc-block-cart__submit-button:hover {
    background: #1e6b3a !important;
    transform: translateY(-1px);
  }

  .wc-block-cart__submit-button:active { transform: translateY(0); }

  .wc-block-components-button__text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  /* Payment options */
  .wc-block-cart__payment-options { padding: 8px 20px; }

  /* Hide empty divs */
  div[style*="display: none"] { display: none !important; }
  div[aria-hidden="true"][style*="position: absolute"] { display: none !important; }


  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    background: #163300;
    color: #9fe870 !important;
    border: none;
    border-radius: 10px;
    padding: 5px;
    height: auto;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
  padding-right: 0 !important;
}
table.wc-block-cart-items th {
    color: #9fe870 !important;
    visibility: visible !important;
    background: #163300 !important;
    font-family: 'Sora';
    font-weight: 700 !important;
}
tr.wc-block-cart-items__row {
    background: #fff;
}
.wp-block-woocommerce-cart-order-summary-taxes-block.wc-block-components-totals-wrapper {
    padding: 0;
}