.elementor-kit-171{--e-global-color-primary:#F57250;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#F57250;--e-global-color-6d8bbf5:#E4CA7C;--e-global-color-edfc65b:#22285A;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.5px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-171 e-page-transition{background-color:#FFBC7D;}.elementor-kit-171 p{margin-block-end:0px;}.elementor-kit-171 a{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-171 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );}.elementor-kit-171 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );}.elementor-kit-171 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );}.elementor-kit-171 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-171{--e-global-typography-primary-font-size:28px;line-height:var( --e-global-typography-text-line-height );}.elementor-kit-171 a{letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-171 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-171 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-171 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-171 h4{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-171{--e-global-typography-primary-font-size:22px;line-height:var( --e-global-typography-text-line-height );}.elementor-kit-171 a{letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-171 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-171 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-171 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-171 h4{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== FIXED HEADER COMPENSATION — Desktop only ===== */
@media (min-width: 768px) {
  body.woocommerce-cart,
  body.woocommerce-checkout,
  body.woocommerce-order-received {
    padding-top: 100px !important;
  }
}

/* ===== FIX — Cart/Checkout container alignment (desktop + mobile) ===== */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
  left: auto !important;
  right: auto !important;
  position: relative !important;
}

.wc-block-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 100% !important;
  margin: 0 !important;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  flex: 1 1 60%;
  min-width: 300px;
}

.wc-block-components-sidebar.wc-block-cart__sidebar {
  flex: 1 1 30%;
  min-width: 280px;
}

/* ===== CART PAGE TITLE ===== */
.woocommerce-cart .entry-title,
.page-header .entry-title {
  color: #152057 !important;
  font-family: 'Playfair Display', serif !important;
}

/* ===== CART PAGE — Single container box ===== */
.wp-block-woocommerce-cart-line-items-block,
.wc-block-cart-items {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 24px !important;
  display: block;
}

.wc-block-cart-items__row,
.wc-block-cart-item {
  border-bottom: 1px solid #eee !important;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.wc-block-cart-items__row:last-child,
.wc-block-cart-item:last-child {
  border-bottom: none !important;
  margin-bottom: 0;
}

/* Product title (cart) */
.wc-block-components-product-name {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  color: #152057 !important;
  text-decoration: none !important;
}

.wc-block-components-product-name:hover {
  color: #D8B24A !important;
}

/* Price / totals text */
.wc-block-components-product-price,
.wc-block-components-totals-item__value,
.wc-block-components-formatted-money-amount {
  font-family: 'Lato', sans-serif !important;
}

/* Sale badge */
.wc-block-components-sale-badge,
span.wc-block-components-sale-badge {
  background: #D8B24A !important;
  color: #152057 !important;
  border: none !important;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 13px;
}

/* Quantity .elementor-kit-171 */
.wc-block-components-quantity-.elementor-kit-171 {
  border-radius: 4px;
  overflow: hidden;
}

.wc-block-components-quantity-.elementor-kit-171__input {
  font-family: 'Lato', sans-serif;
  color: #152057;
  font-weight: 600;
}

/* Cart Totals card */
.wp-block-woocommerce-cart-order-summary-block {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 24px;
  font-family: 'Lato', sans-serif;
}

.wc-block-cart__totals-title {
  font-family: 'Playfair Display', serif !important;
  color: #152057;
}

/* Coupon code input */
.wc-block-components-totals-coupon__input input {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  padding: 10px 12px;
}

.wc-block-components-totals-coupon__input input:focus {
  border-color: #152057 !important;
  outline: none;
}

/* Apply button (cart coupon) */
.wc-block-components-totals-coupon__button,
button.wc-block-components-totals-coupon__button {
  background-color: #152057 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  padding: 10px 20px !important;
  opacity: 1 !important;
}

.wc-block-components-totals-coupon__button:hover {
  background-color: #D8B24A !important;
  color: #152057 !important;
}

/* Proceed to Checkout button */
.wc-block-cart__submit-button,
a.wc-block-cart__submit-button,
.wp-block-woocommerce-proceed-to-checkout-block a {
  background-color: #152057 !important;
  color: #fff !important;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  border-radius: 30px !important;
  padding: 16px 24px !important;
  transition: background-color 0.25s ease;
}

.wc-block-cart__submit-button:hover,
a.wc-block-cart__submit-button:hover {
  background-color: #D8B24A !important;
  color: #152057 !important;
}

/* Estimated total emphasis */
.wc-block-components-totals-item__value {
  color: #152057;
  font-weight: 700;
  font-size: 18px;
}

/* ===== CHECKOUT PAGE ===== */
.wc-block-components-checkout-place-order-button,
button.wc-block-components-checkout-place-order-button {
  background-color: #152057 !important;
  color: #fff !important;
  border: none !important;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 30px !important;
  padding: 14px 24px !important;
}

.wc-block-components-checkout-place-order-button:hover {
  background-color: #D8B24A !important;
  color: #152057 !important;
}

.wc-block-checkout__terms a,
.wc-block-components-checkout-terms a {
  color: #152057 !important;
  font-weight: 600;
  text-decoration: underline;
}

.wc-block-checkout__terms a:hover {
  color: #D8B24A !important;
}

/* ===== ORDER RECEIVED PAGE ===== */
.woocommerce-order-received .order_details a,
.woocommerce-order-received table.order_details a,
.woocommerce-thankyou-order-received a {
  color: #152057 !important;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-order-received a:hover {
  color: #D8B24A !important;
}

.woocommerce-order-received h1.entry-title,
.woocommerce-order-received h2 {
  color: #152057 !important;
  font-family: 'Playfair Display', serif !important;
}

/* ===== MINI-CART DROPDOWN (header cart icon) ===== */
.widget_shopping_cart_content,
.elementor-menu-cart__wrapper {
  width: 320px !important;
  max-width: 90vw !important;
  padding: 16px !important;
}

.widget_shopping_cart_content a,
.elementor-menu-cart__wrapper a {
  font-size: 15px !important;
  font-family: 'Lato', sans-serif !important;
  color: #152057 !important;
}

.widget_shopping_cart_content .quantity,
.elementor-menu-cart__wrapper .quantity {
  font-size: 14px !important;
}

/* ===== SHOP PAGE — Product card box shadow ===== */
.woocommerce ul.products li.product {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  padding-bottom: 6px;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

/* ===== MOBILE — Global overflow prevention + header compensation ===== */
@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  body.woocommerce-cart,
  body.woocommerce-checkout,
  body.woocommerce-order-received {
    padding-top: 70px !important;
  }
}

/* ===== MOBILE — Cart table responsive fix ===== */
@media (max-width: 767px) {

  .woocommerce-cart .page-content,
  .woocommerce-checkout .page-content,
  .woocommerce-order-received .page-content,
  body.woocommerce-cart main,
  body.woocommerce-checkout main,
  body.woocommerce-order-received main {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }

  .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse;
    padding: 16px !important;
  }

  body.woocommerce-cart,
  .woocommerce-cart .wc-block-cart {
    overflow-x: hidden !important;
  }

  .wc-block-cart-items__row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .wc-block-cart-item__image,
  .wc-block-cart-item__product,
  .wc-block-cart-item__total {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 0 !important;
  }

  .wc-block-cart-item__image {
    max-width: 100px;
  }

  .wc-block-components-sidebar.wc-block-cart__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .wc-block-components-sidebar.wc-block-cart__sidebar > div {
    padding: 16px !important;
    box-sizing: border-box;
  }

  .wc-block-components-product-name {
    font-size: 15px !important;
    line-height: 1.3;
  }

  .wc-block-components-product-metadata {
    font-size: 13px !important;
  }

  .wc-block-components-sale-badge {
    font-size: 11px !important;
    padding: 2px 6px !important;
  }

  .wc-block-components-quantity-.elementor-kit-171 {
    transform: scale(0.9);
    transform-origin: left center;
  }

  .wp-block-woocommerce-cart-order-summary-block {
    padding: 16px !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
  }

  .wp-block-woocommerce-checkout {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wc-block-cart__submit-button,
  a.wc-block-cart__submit-button {
    width: 100% !important;
    text-align: center;
    padding: 14px 20px !important;
    font-size: 14px !important;
    box-sizing: border-box;
  }

  .woocommerce-order-received table.order_details,
  .woocommerce-order-received table.order_details th,
  .woocommerce-order-received table.order_details td {
    font-size: 13px !important;
    padding: 8px !important;
  }

  .woocommerce-order-received table.order_details,
  .woocommerce-order-received address {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .woocommerce-order-received table.order_details a {
    font-size: 13px !important;
    word-break: break-word;
  }

  .woocommerce-order-received h2 {
    font-size: 20px !important;
    margin-top: 20px !important;
  }

  .woocommerce-order-received .woocommerce-bacs-bank-details {
    padding: 0 !important;
  }

  .woocommerce-order-received address {
    padding: 12px !important;
    font-size: 13px !important;
  }
}/* End custom CSS */