.elementor-10 .elementor-element.elementor-element-44165aeb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-84741ee *//* =========================================
   NUWARA — WOOCOMMERCE CART PAGE
   DESKTOP 2 COLUMN + MOBILE STACKED
========================================= */

body.woocommerce-cart {
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(193, 159, 137, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(151, 111, 89, 0.1),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #f8f2ed 0%,
      #efe5de 52%,
      #e8dbd2 100%
    );
}

/* =========================================
   MAIN WRAPPER
========================================= */

body.woocommerce-cart .site-main,
body.woocommerce-cart .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-cart .woocommerce {
  width: min(1240px, calc(100% - 40px));
  max-width: 1240px;
  margin: 0 auto;
  padding: 85px 0 100px;

  font-family: "Poppins", sans-serif;
  color: #554239;
}

/* Page title */
body.woocommerce-cart .entry-title,
body.woocommerce-cart h1 {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto 45px;

  color: #4b372e;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.035em;

  text-align: center;
}

/* =========================================
   DESKTOP LAYOUT
========================================= */

@media (min-width: 901px) {

  body.woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns:
      minmax(0, 1.65fr)
      minmax(360px, 0.75fr);

    align-items: start;
    column-gap: 36px;
    row-gap: 28px;
  }

  /* Notices full width */
  body.woocommerce-cart .woocommerce-notices-wrapper,
  body.woocommerce-cart .woocommerce-message,
  body.woocommerce-cart .woocommerce-info,
  body.woocommerce-cart .woocommerce-error {
    grid-column: 1 / -1;
  }

  /* Cart form left */
  body.woocommerce-cart .woocommerce-cart-form {
    grid-column: 1;
    grid-row: 2;

    width: 100%;
    margin: 0 !important;
  }

  /* Cart totals right */
  body.woocommerce-cart .cart-collaterals {
    grid-column: 2;
    grid-row: 2;

    width: 100%;
    margin: 0 !important;
  }

  body.woocommerce-cart .cart-collaterals::before,
  body.woocommerce-cart .cart-collaterals::after {
    display: none !important;
  }

  body.woocommerce-cart .cart_totals {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;

    position: sticky;
    top: 120px;
  }

  /* Cross sells full width */
  body.woocommerce-cart .cross-sells {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 35px;
  }

}

/* =========================================
   CART FORM
========================================= */

body.woocommerce-cart form.woocommerce-cart-form {
  margin-bottom: 0;
}

/* Main cart table */
body.woocommerce-cart table.shop_table {
  width: 100%;
  margin: 0 !important;

  border: 1px solid rgba(107, 78, 63, 0.14);
  border-radius: 0;

  border-collapse: separate;
  border-spacing: 0;

  overflow: hidden;

  background: rgba(255, 253, 250, 0.82);

  box-shadow:
    0 18px 46px rgba(75, 50, 40, 0.08);
}

/* Table header */
body.woocommerce-cart table.shop_table thead {
  background: #67483b;
}

body.woocommerce-cart table.shop_table thead th {
  padding: 18px 14px;

  border: 0;

  color: #fffaf6;

  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Product cells */
body.woocommerce-cart table.shop_table td {
  padding: 20px 14px;

  border-top:
    1px solid rgba(107, 78, 63, 0.1);

  color: #665148;

  vertical-align: middle;
}

/* Remove item */
body.woocommerce-cart a.remove {
  width: 30px;
  height: 30px;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  border:
    1px solid rgba(115, 81, 65, 0.2);

  border-radius: 50%;

  color: #7b5848 !important;
  background: rgba(255, 253, 250, 0.7);

  font-size: 18px;
  line-height: 1;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

body.woocommerce-cart a.remove:hover {
  color: #ffffff !important;
  background: #6d4e40 !important;
  border-color: #6d4e40;

  transform: rotate(90deg);
}

/* Product image */
body.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 90px;
  min-width: 90px;

  border-radius: 2px;

  box-shadow:
    0 8px 20px rgba(70, 45, 35, 0.1);
}

/* Product name */
body.woocommerce-cart table.shop_table .product-name a {
  color: #4e3930;

  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;

  text-decoration: none;

  transition: color 0.3s ease;
}

body.woocommerce-cart table.shop_table .product-name a:hover {
  color: #9c745f;
}

/* Product variations */
body.woocommerce-cart .variation {
  margin-top: 8px;

  color: #8b7468;

  font-size: 11px;
}

body.woocommerce-cart .variation dt,
body.woocommerce-cart .variation dd {
  margin-bottom: 3px;
}

/* Price */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-cart .woocommerce-Price-amount {
  color: #765343;
  font-weight: 600;
}

/* Quantity */
body.woocommerce-cart .quantity .qty {
  width: 74px;
  min-height: 42px;

  padding: 8px;

  border:
    1px solid rgba(106, 76, 61, 0.22);

  border-radius: 0;

  color: #4e3930;
  background: #fffdfa;

  text-align: center;

  box-shadow: none;
}

/* =========================================
   ACTIONS ROW
========================================= */

body.woocommerce-cart table.shop_table td.actions {
  padding: 20px !important;

  background:
    rgba(239, 226, 217, 0.52);
}

/* Coupon */
body.woocommerce-cart .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.woocommerce-cart .coupon #coupon_code {
  min-width: 210px;
  height: 44px;

  padding: 0 15px;

  border:
    1px solid rgba(106, 76, 61, 0.22);

  border-radius: 0;

  color: #4e3930;
  background: #fffdfa;

  font-size: 12px;

  box-shadow: none;
}

body.woocommerce-cart .coupon #coupon_code::placeholder {
  color: #9b877c;
}

/* Desktop align coupon + update */
@media (min-width: 901px) {

  body.woocommerce-cart
  table.shop_table
  td.actions
  .coupon {
    float: left;
  }

  body.woocommerce-cart
  table.shop_table
  td.actions
  > button {
    float: right;
  }

}

/* =========================================
   BUTTONS
========================================= */

body.woocommerce-cart button.button,
body.woocommerce-cart a.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  min-height: 44px;

  padding: 14px 24px !important;

  border:
    1px solid #5d4236 !important;

  border-radius: 0 !important;

  color: #fffaf6 !important;
  background: #5d4236 !important;

  font-family: "Poppins", sans-serif;
  font-size: 9px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  box-shadow: none !important;

  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

body.woocommerce-cart button.button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #4f392f !important;
  background: #ead7c9 !important;
  border-color: #ead7c9 !important;

  transform: translateY(-2px);
}

body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button:disabled[disabled] {
  opacity: 0.45;
}

/* =========================================
   CART TOTALS
========================================= */

body.woocommerce-cart .cart_totals {
  padding: 32px;

  border:
    1px solid rgba(107, 78, 63, 0.14);

  background:
    linear-gradient(
      145deg,
      rgba(255, 253, 250, 0.94),
      rgba(235, 220, 210, 0.72)
    );

  box-shadow:
    0 18px 46px rgba(75, 50, 40, 0.08);
}

/* Heading */
body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 24px;

  color: #4b372e;

  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}

/* Totals table */
body.woocommerce-cart .cart_totals table.shop_table {
  margin-bottom: 24px !important;

  border: 0;

  background: transparent;

  box-shadow: none;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 15px 0;

  border-top:
    1px solid rgba(106, 76, 61, 0.12);

  background: transparent;
}

body.woocommerce-cart .cart_totals table.shop_table th {
  color: #6c554a;

  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  color: #4e3930;
  text-align: right;
}

/* Shipping */
body.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;

  list-style: none;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
  margin-bottom: 8px;
}

body.woocommerce-cart .shipping-calculator-button {
  color: #8d6956;

  font-size: 11px;
  text-decoration: none;
}

body.woocommerce-cart .shipping-calculator-button:hover {
  color: #5d4236;
}

/* Grand total */
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: #5d4236;

  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
}

/* Checkout button */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}

body.woocommerce-cart
.wc-proceed-to-checkout
a.checkout-button {
  width: 100%;
  min-height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================
   NOTICES
========================================= */

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  margin-bottom: 28px;

  padding: 18px 20px 18px 50px;

  border-top: 0;
  border-left:
    3px solid #8e6957;

  color: #5f4a40;
  background:
    rgba(255, 253, 250, 0.84);

  box-shadow:
    0 10px 26px rgba(75, 50, 40, 0.07);
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before {
  color: #8e6957;
}

/* =========================================
   EMPTY CART
========================================= */

body.woocommerce-cart .cart-empty {
  grid-column: 1 / -1;

  margin: 0 0 24px;

  padding: 50px 25px;

  border:
    1px solid rgba(107, 78, 63, 0.14);

  color: #6d584e;
  background:
    rgba(255, 253, 250, 0.75);

  font-family: "Cormorant Garamond", serif;
  font-size: 28px;

  text-align: center;
}

body.woocommerce-cart .return-to-shop {
  grid-column: 1 / -1;
  text-align: center;
}

/* =========================================
   CROSS SELLS
========================================= */

body.woocommerce-cart .cross-sells {
  width: 100%;
}

body.woocommerce-cart .cross-sells h2 {
  margin-bottom: 30px;

  color: #4b372e;

  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;

  text-align: center;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  body.woocommerce-cart .woocommerce {
    display: block;

    padding-top: 65px;
    padding-bottom: 80px;
  }

  body.woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    margin-bottom: 28px !important;
  }

  body.woocommerce-cart .cart-collaterals {
    width: 100%;
    margin: 0 !important;
  }

  body.woocommerce-cart .cart_totals {
    float: none !important;
    width: 100% !important;

    position: static;

    margin: 0 !important;
  }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

  body.woocommerce-cart .woocommerce {
    width: calc(100% - 24px);

    padding-top: 50px;
    padding-bottom: 65px;
  }

  body.woocommerce-cart .entry-title,
  body.woocommerce-cart h1 {
    width: calc(100% - 24px);

    margin-bottom: 30px;

    font-size:
      clamp(44px, 13vw, 58px);
  }

  /* Remove desktop table shell */
  body.woocommerce-cart table.shop_table {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.woocommerce-cart table.shop_table thead {
    display: none;
  }

  /* Each item becomes card */
  body.woocommerce-cart
  table.shop_table_responsive
  tr {
    display: block;

    margin-bottom: 18px;
    padding: 18px;

    border:
      1px solid rgba(107, 78, 63, 0.14);

    background:
      rgba(255, 253, 250, 0.84);

    box-shadow:
      0 12px 30px rgba(75, 50, 40, 0.07);
  }

  body.woocommerce-cart
  table.shop_table_responsive
  td {
    display: grid !important;
    grid-template-columns: 42% 58%;

    align-items: center;
    gap: 10px;

    padding: 10px 0 !important;

    border-top:
      1px solid rgba(107, 78, 63, 0.08);

    text-align: right !important;
  }

  body.woocommerce-cart
  table.shop_table_responsive
  td::before {
    color: #8d7569;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    text-align: left;
  }

  /* Remove button */
  body.woocommerce-cart
  table.shop_table_responsive
  td.product-remove {
    display: flex !important;
    justify-content: flex-end;

    border: 0;
  }

  /* Product thumbnail */
  body.woocommerce-cart
  table.shop_table_responsive
  td.product-thumbnail {
    display: block !important;

    border: 0;

    text-align: center !important;
  }

  body.woocommerce-cart
  table.shop_table
  .product-thumbnail img {
    width: 100%;
    max-width: 180px;
  }

  /* Product name */
  body.woocommerce-cart
  table.shop_table_responsive
  td.product-name {
    display: block !important;

    text-align: center !important;
  }

  body.woocommerce-cart
  table.shop_table
  .product-name a {
    font-size: 22px;
  }

  /* Actions */
  body.woocommerce-cart
  table.shop_table
  td.actions {
    display: block !important;

    padding: 18px !important;
  }

  body.woocommerce-cart .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  body.woocommerce-cart .coupon #coupon_code,
  body.woocommerce-cart .coupon button {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-cart
  table.shop_table
  td.actions
  > button {
    width: 100%;
    margin-top: 10px;
  }

  /* Totals */
  body.woocommerce-cart .cart_totals {
    padding: 24px 18px;
  }

  body.woocommerce-cart .cart_totals h2 {
    font-size: 32px;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

  body.woocommerce-cart .woocommerce {
    width: calc(100% - 18px);
  }

  body.woocommerce-cart .entry-title,
  body.woocommerce-cart h1 {
    width: calc(100% - 18px);
  }

  body.woocommerce-cart
  table.shop_table_responsive
  tr {
    padding: 14px;
  }

  body.woocommerce-cart
  table.shop_table_responsive
  td {
    grid-template-columns: 38% 62%;
  }

}/* End custom CSS */