.elementor-43 .elementor-element.elementor-element-cb370b0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-07f4f3c{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-49136ff{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-e1749dd *//* =============================== */
/* SIERRA INFINITE GLOBAL - WOOCOMMERCE CART OVERRIDE */
/* Boutique Cream / Black / Gold Theme */
/* FINAL EDIT: Desktop 2 Column, Mobile Stack */
/* =============================== */

/* PAGE BACKGROUND */
body.woocommerce-cart,
body.woocommerce-cart .site,
body.woocommerce-cart .site-content,
body.woocommerce-cart #content,
body.woocommerce-cart .content-area {
  background:
    radial-gradient(circle at 12% 18%, rgba(210, 170, 100, 0.14), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(21, 17, 12, 0.06), transparent 34%),
    linear-gradient(180deg, #fffaf4 0%, #f7ecdf 100%) !important;
}

/* MAIN WRAPPER */
body.woocommerce-cart .woocommerce {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0 110px;
  font-family: "Poppins", Arial, sans-serif;
  color: #15110c;
}

/* CLEAR FLOAT */
body.woocommerce-cart .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}

/* CART PAGE TITLE */
body.woocommerce-cart .entry-title,
body.woocommerce-cart h1.page-title {
  margin: 0 0 34px !important;
  color: #15110c !important;
  font-size: clamp(34px, 4.8vw, 64px) !important;
  line-height: 1.04 !important;
  font-weight: 950 !important;
  letter-spacing: -2px !important;
}

body.woocommerce-cart .entry-title::after,
body.woocommerce-cart h1.page-title::after {
  content: "Semak produk pilihan anda sebelum checkout.";
  display: block;
  max-width: 680px;
  margin-top: 14px;
  color: #6f655b;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0;
}

/* REMOVE DEFAULT WOOCOMMERCE SHARP LOOK */
body.woocommerce-cart table.shop_table {
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
  margin: 0 !important;
}

/* CART FORM WRAPPER */
body.woocommerce-cart form.woocommerce-cart-form {
  padding: 28px;
  border-radius: 38px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(21,17,12,0.08);
  box-shadow: 0 30px 95px rgba(21,17,12,0.10);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

/* TABLE HEAD */
body.woocommerce-cart table.shop_table thead {
  background: transparent !important;
}

body.woocommerce-cart table.shop_table thead th {
  padding: 0 18px 16px !important;
  border: 0 !important;
  color: #9b6b2d !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

/* CART ROW */
body.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
  background: rgba(255,255,255,0.82) !important;
  border-radius: 26px !important;
  box-shadow: 0 16px 45px rgba(21,17,12,0.06);
  overflow: hidden;
  transition: all 0.25s ease;
}

body.woocommerce-cart table.shop_table.cart tbody tr.cart_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 65px rgba(21,17,12,0.11);
}

body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td {
  padding: 20px 18px !important;
  border: 0 !important;
  vertical-align: middle !important;
  color: #15110c !important;
  font-size: 14px !important;
}

/* PRODUCT IMAGE */
body.woocommerce-cart table.cart img,
body.woocommerce-cart .woocommerce-cart-form__cart-item img {
  width: 88px !important;
  height: 88px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(21,17,12,0.12);
}

/* PRODUCT NAME */
body.woocommerce-cart td.product-name a {
  color: #15110c !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

body.woocommerce-cart td.product-name a:hover {
  color: #9b6b2d !important;
}

/* PRICE */
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal,
body.woocommerce-cart td.product-price .woocommerce-Price-amount,
body.woocommerce-cart td.product-subtotal .woocommerce-Price-amount {
  color: #15110c !important;
  font-size: 15px !important;
  font-weight: 950 !important;
}

/* REMOVE BUTTON */
body.woocommerce-cart a.remove {
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: #15110c !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

body.woocommerce-cart a.remove:hover {
  color: #15110c !important;
  background: linear-gradient(135deg, #c99b52 0%, #f3d391 58%, #b88a45 100%) !important;
  transform: scale(1.08);
}

/* QUANTITY */
body.woocommerce-cart .quantity .qty {
  width: 82px !important;
  height: 46px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(21,17,12,0.12) !important;
  background: #fffaf4 !important;
  color: #15110c !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-align: center !important;
  outline: none !important;
}

body.woocommerce-cart .quantity .qty:focus {
  border-color: rgba(184,138,69,0.55) !important;
  box-shadow: 0 0 0 4px rgba(201,155,82,0.16) !important;
}

/* COUPON AREA */
body.woocommerce-cart td.actions {
  padding: 26px 0 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body.woocommerce-cart .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

body.woocommerce-cart .coupon label {
  display: none !important;
}

body.woocommerce-cart .coupon .input-text {
  width: 260px !important;
  min-height: 54px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(21,17,12,0.10) !important;
  background: rgba(255,255,255,0.82) !important;
  color: #15110c !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  outline: none !important;
}

body.woocommerce-cart .coupon .input-text:focus {
  border-color: rgba(184,138,69,0.55) !important;
  box-shadow: 0 0 0 4px rgba(201,155,82,0.14) !important;
}

/* BUTTONS GENERAL */
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button,
body.woocommerce-cart a.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  min-height: 54px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #15110c !important;
  background: linear-gradient(135deg, #c99b52 0%, #f3d391 58%, #b88a45 100%) !important;
  box-shadow: 0 20px 48px rgba(201,155,82,0.24) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #15110c !important;
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(201,155,82,0.34) !important;
}

/* DISABLED UPDATE CART */
body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button:disabled[disabled] {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* CART COLLATERALS */
body.woocommerce-cart .cart-collaterals {
  margin-top: 28px !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 30px !important;
  border-radius: 38px !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(201,155,82,0.20), transparent 34%),
    linear-gradient(135deg, #15110c 0%, #2a2118 100%) !important;
  box-shadow: 0 34px 105px rgba(21,17,12,0.18);
  overflow: hidden;
}

/* CART TOTALS TITLE */
body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1.12 !important;
  font-weight: 950 !important;
  letter-spacing: -1px !important;
}

body.woocommerce-cart .cart_totals h2::before {
  content: "Order Summary";
  display: block;
  margin-bottom: 8px;
  color: #f5d08a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* TOTALS TABLE */
body.woocommerce-cart .cart_totals table.shop_table {
  border-spacing: 0 10px !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr {
  background: rgba(255,255,255,0.08) !important;
  border-radius: 18px !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 16px !important;
  border: 0 !important;
  color: rgba(255,255,255,0.76) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right !important;
}

body.woocommerce-cart .cart_totals .woocommerce-Price-amount,
body.woocommerce-cart .cart_totals strong {
  color: #f5d08a !important;
  font-weight: 950 !important;
}

body.woocommerce-cart .order-total th,
body.woocommerce-cart .order-total td,
body.woocommerce-cart .order-total .woocommerce-Price-amount {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

/* CHECKOUT BUTTON FULL */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 22px 0 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  min-height: 60px !important;
  font-size: 16px !important;
}

/* SHIPPING CALCULATOR */
body.woocommerce-cart .shipping-calculator-button {
  color: #f5d08a !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .shipping-calculator-button:hover {
  color: #ffffff !important;
}

/* EMPTY CART */
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 30px !important;
  border: 0 !important;
  border-radius: 30px !important;
  color: #15110c !important;
  background: rgba(255,255,255,0.76) !important;
  box-shadow: 0 24px 75px rgba(21,17,12,0.08);
  font-size: 16px !important;
  font-weight: 800 !important;
}

body.woocommerce-cart .cart-empty.woocommerce-info::before {
  color: #c99b52 !important;
}

body.woocommerce-cart .return-to-shop {
  margin-top: 22px !important;
}

/* WOOCOMMERCE NOTICES */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px !important;
  padding: 18px 22px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,0.82) !important;
  color: #15110c !important;
  box-shadow: 0 18px 50px rgba(21,17,12,0.08);
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before {
  color: #c99b52 !important;
}

body.woocommerce-cart .woocommerce-error::before {
  color: #b91c1c !important;
}

/* ================================================= */
/* DESKTOP FINAL LAYOUT - 2 BOX SAME LINE */
/* Cart Items kiri + Order Summary kanan */
/* ================================================= */

@media (min-width: 992px) {

  body.woocommerce-cart .woocommerce {
    display: block !important;
    width: min(1280px, calc(100% - 40px)) !important;
  }

  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: calc(100% - 430px) !important;
    float: left !important;
    margin: 0 !important;
    clear: none !important;
  }

  body.woocommerce-cart .cart-collaterals {
    width: 400px !important;
    float: right !important;
    clear: none !important;
    margin-top: 0 !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  /* Force desktop table */
  body.woocommerce-cart table.shop_table_responsive,
  body.woocommerce-cart table.shop_table {
    display: table !important;
    width: 100% !important;
  }

  body.woocommerce-cart table.shop_table_responsive thead,
  body.woocommerce-cart table.shop_table thead {
    display: table-header-group !important;
  }

  body.woocommerce-cart table.shop_table_responsive tbody,
  body.woocommerce-cart table.shop_table tbody {
    display: table-row-group !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr,
  body.woocommerce-cart table.shop_table tr {
    display: table-row !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr.cart_item {
    display: table-row !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table_responsive td,
  body.woocommerce-cart table.shop_table_responsive th,
  body.woocommerce-cart table.shop_table td,
  body.woocommerce-cart table.shop_table th {
    display: table-cell !important;
  }

  body.woocommerce-cart table.shop_table_responsive td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td {
    padding: 18px 12px !important;
    text-align: left !important;
    border-bottom: 0 !important;
    vertical-align: middle !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-remove {
    width: 46px !important;
    text-align: center !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-thumbnail {
    width: 92px !important;
    text-align: center !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-name {
    min-width: 190px !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-price,
  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-quantity,
  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-subtotal {
    text-align: center !important;
  }

  body.woocommerce-cart table.cart img,
  body.woocommerce-cart .woocommerce-cart-form__cart-item img {
    width: 76px !important;
    height: 76px !important;
    border-radius: 16px !important;
  }

  body.woocommerce-cart .quantity .qty {
    width: 68px !important;
    height: 42px !important;
  }

  body.woocommerce-cart .coupon {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body.woocommerce-cart .coupon .input-text {
    width: 210px !important;
  }

  body.woocommerce-cart td.actions .button {
    width: auto !important;
    margin-top: 0 !important;
  }
}

/* ================================================= */
/* TABLET & MOBILE - ORDER SUMMARY TURUN BAWAH */
/* ================================================= */

@media (max-width: 991px) {

  body.woocommerce-cart .woocommerce {
    width: min(100% - 24px, 1180px) !important;
    padding: 62px 0 80px !important;
  }

  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 100% !important;
    float: none !important;
    margin: 0 0 24px !important;
    clear: both !important;
  }

  body.woocommerce-cart .cart-collaterals {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-top: 24px !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 24px !important;
    border-radius: 28px !important;
  }

  body.woocommerce-cart form.woocommerce-cart-form {
    padding: 18px !important;
    border-radius: 28px !important;
  }

  body.woocommerce-cart .coupon {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.woocommerce-cart .coupon .input-text {
    width: 100% !important;
  }

  body.woocommerce-cart td.actions .button {
    width: 100% !important;
    margin-top: 10px !important;
  }
}

/* ================================================= */
/* MOBILE ONLY - CART ITEM STACKED */
/* ================================================= */

@media (max-width: 767px) {

  body.woocommerce-cart table.shop_table_responsive thead {
    display: none !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr.cart_item {
    display: block !important;
    padding: 18px !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,0.82) !important;
    margin-bottom: 14px !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr.cart_item td {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 12px 0 !important;
    text-align: right !important;
    border-bottom: 1px solid rgba(21,17,12,0.07) !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr.cart_item td:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before {
    display: block !important;
    color: #9b6b2d !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-cart td.product-thumbnail {
    justify-content: center !important;
  }

  body.woocommerce-cart td.product-thumbnail::before {
    display: none !important;
  }

  body.woocommerce-cart td.product-name {
    display: block !important;
    text-align: left !important;
  }

  body.woocommerce-cart td.product-name::before {
    display: none !important;
  }

  body.woocommerce-cart td.product-name a {
    display: block !important;
    font-size: 18px !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.cart img,
  body.woocommerce-cart .woocommerce-cart-form__cart-item img {
    width: 140px !important;
    height: 140px !important;
    border-radius: 22px !important;
  }
}

/* SMALL MOBILE */
@media (max-width: 520px) {

  body.woocommerce-cart .entry-title,
  body.woocommerce-cart h1.page-title {
    font-size: 36px !important;
    letter-spacing: -1.4px !important;
  }

  body.woocommerce-cart .entry-title::after,
  body.woocommerce-cart h1.page-title::after {
    font-size: 14px !important;
  }

  body.woocommerce-cart .cart_totals h2 {
    font-size: 25px !important;
  }
}/* End custom CSS */