.elementor-201 .elementor-element.elementor-element-7206b4a{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-201 .elementor-element.elementor-element-7206b4a:not(.elementor-motion-effects-element-type-background), .elementor-201 .elementor-element.elementor-element-7206b4a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F0;}.elementor-201 .elementor-element.elementor-element-a735620{--display:flex;--padding-top:48px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-201 .elementor-element.elementor-element-e4fa2fa .elementor-heading-title{font-family:"Libre Baskerville", Sans-serif;font-size:2.6rem;font-weight:700;color:#1A2744;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-201 .elementor-element.elementor-element-a589cd0 > .elementor-widget-container{margin:0px 0px 32px 0px;}.elementor-201 .elementor-element.elementor-element-a589cd0{font-family:"Outfit", Sans-serif;font-size:0.9rem;font-weight:400;color:#7A8599;}.elementor-201 .elementor-element.elementor-element-7b79832b:not(.elementor-motion-effects-element-type-background), .elementor-201 .elementor-element.elementor-element-7b79832b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F0;}.elementor-201 .elementor-element.elementor-element-7b79832b > .elementor-container{max-width:1140px;}.elementor-201 .elementor-element.elementor-element-7b79832b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:10px 10px 10px 10px;}.elementor-201 .elementor-element.elementor-element-7b79832b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-201 .elementor-element.elementor-element-3fcc2703 > .elementor-element-populated{margin:10px 10px 10px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;padding:0px 0px 0px 0px;}.elementor-201 .elementor-element.elementor-element-3ec5d74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#DDD7CB;--border-color:#DDD7CB;--padding-top:32px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}.elementor-201 .elementor-element.elementor-element-3ec5d74:not(.elementor-motion-effects-element-type-background), .elementor-201 .elementor-element.elementor-element-3ec5d74 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F0;}.elementor-201 .elementor-element.elementor-element-b31da83{--display:flex;--padding-top:48px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-201 .elementor-element.elementor-element-a735620{--content-width:1140px;}.elementor-201 .elementor-element.elementor-element-b31da83{--content-width:920px;}}/* Start custom CSS *//* ── CART TABLE CARD ── */
table.shop_table {
  background: #ffffff !important;
  border: 1px solid #ddd7cb !important;
  border-top: 3px solid #c8a020 !important;

  border-radius: 10px !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
  width: 100% !important;
}
 
/* Header row */
table.shop_table thead th {
  font-family: 'Outfit', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #7a8599 !important;
  background: rgba(26, 39, 68, 0.02) !important;
  border-bottom: 1px solid #ddd7cb !important;
  padding: 14px 20px !important;
}
 
/* Body cells */
table.shop_table td {
  font-family: 'Outfit', sans-serif !important;
  color: #3d4a5c !important;
  padding: 20px !important;
  border-top: 1px solid #ddd7cb !important;
  border-bottom: none !important;
  vertical-align: middle !important;
  background: #ffffff !important;
}
 
table.shop_table,
table.shop_table td,
table.shop_table th {
  border-left: none !important;
  border-right: none !important;
}
 
/* Row hover */
table.shop_table tbody tr:hover td {
  background: rgba(250, 247, 240, 0.5) !important;
}
 
/* Product name */
td.product-name {
  font-family: 'Libre Baskerville', serif !important;
  color: #1a2744 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
 
td.product-name a {
  color: #1a2744 !important;
  text-decoration: none !important;
}
 
td.product-name a:hover {
  color: #c8a020 !important;
}
td.product-name,
th.product-name {
  width: auto !important;
}

 
/* Thumbnail */
td.product-thumbnail {
  width: 80px !important;
  padding: 16px !important;
}
 
td.product-thumbnail img {
  width: 60px !important;
  height: auto !important;
  border: 1px solid #ddd7cb !important;
  border-radius: 4px !important;
  background: #faf7f0 !important;
  padding: 4px !important;
}
 
/* Price & subtotal */
td.product-price,
td.product-subtotal {
  font-size: 14px !important;
  font-weight: 500 !important;
}
 
td.product-subtotal {
  font-weight: 700 !important;
  color: #1a2744 !important;
}
 
/* Remove button */
td.product-remove a.remove {
  color: #7a8599 !important;
  font-size: 18px !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: transparent !important;
}
 
td.product-remove a.remove:hover {
  background: rgba(200, 60, 60, 0.08) !important;
  color: #c0392b !important;
}
 
/* ── COUPON / PARTNERSHIP CODE ── */
.coupon {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
 
.coupon input#coupon_code {
  font-family: 'Outfit', sans-serif !important;
  border: 1px solid #ddd7cb !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  color: #3d4a5c !important;
  background: #ffffff !important;
  width: 220px !important;
}
 
.coupon input#coupon_code:focus {
  border-color: #c8a020 !important;
  outline: none !important;
}
 
.coupon button,
.coupon .button {
  font-family: 'Outfit', sans-serif !important;
  background: #ffffff !important;
  color: #1a2744 !important;
  border: 1px solid #ddd7cb !important;
  border-radius: 6px !important;
  padding: 10px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}
 
.coupon button:hover,
.coupon .button:hover {
  border-color: #c8a020 !important;
  color: #c8a020 !important;
}
 
/* ── CART TOTALS ── */
.cart_totals {
  max-width: 380px !important;
  margin-left: auto !important;
}
 
.cart_totals h2 {
  font-family: 'Libre Baskerville', serif !important;
  color: #1a2744 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}
 
.cart_totals table.shop_table th {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #7a8599 !important;
  padding: 16px 24px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
 
.cart_totals table.shop_table td {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 16px 24px !important;
  text-align: right !important;
}
 
.cart_totals tr.order-total th {
  font-family: 'Libre Baskerville', serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a2744 !important;
  background: rgba(26, 39, 68, 0.03) !important;
}
 
.cart_totals tr.order-total td {
  font-family: 'Libre Baskerville', serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a2744 !important;
  background: rgba(26, 39, 68, 0.03) !important;
}
 
/* ── CHECKOUT BUTTON ── */
.wc-proceed-to-checkout a.checkout-button {
  display: block !important;
  width: 100% !important;
  padding: 16px !important;
  background: #1a2744 !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 8px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  margin-top: 16px !important;
}
 
.wc-proceed-to-checkout a.checkout-button:hover {
  background: #243558 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26, 39, 68, 0.2);
}
 
/* ── MOBILE ── */
@media (max-width: 768px) {
  .cart_totals {
    float: none !important;
    width: 100% !important;
  }
  .coupon {
    flex-wrap: wrap !important;
  }
  .coupon input#coupon_code {
    width: 100% !important;
  }
}
th.product-quantity,
td.product-quantity {
  display: none !important;
}
.coupon {
  opacity: 0.65 !important;
  transition: opacity 0.3s !important;
}

.coupon:hover,
.coupon:focus-within {
  opacity: 1 !important;
}/* End custom CSS */