.elementor-kit-6{--e-global-color-primary:#01203B;--e-global-color-secondary:#40547D;--e-global-color-text:#01203B;--e-global-color-accent:#CDD9DF;--e-global-color-dbe95ae:#7188A5;--e-global-color-025a702:#2C2E1A;--e-global-color-d6d4528:#4F471A;--e-global-color-c7ee621:#7D8869;--e-global-color-0124161:#B1B8A5;--e-global-color-bab008f:#FFFFFF;--e-global-color-ac93c85:#FFFFFF40;--e-global-color-f8dde5b:#7188A550;--e-global-color-acbc32b:#CDD9DF30;--e-global-color-27a188a:#B1B8A530;--e-global-color-e3f7a79:#F5F7F4;--e-global-color-f0b89cf:#B1B8A550;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ---------------------------------------
   TRLP Elementor Menu Cart / Side Cart
   Live Site Structure
---------------------------------------- */

/* Stop page scroll while side cart is open */
html:has(.elementor-menu-cart__main[aria-hidden="false"]),
body:has(.elementor-menu-cart__main[aria-hidden="false"]) {
  overflow: hidden !important;
}

/* Main side cart panel */
.elementor-menu-cart__main {
  max-width: 460px !important;
  width: 100% !important;
  height: 100vh !important;
  max-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Cart content wrapper */
.elementor-menu-cart__main .widget_shopping_cart_content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: 100% !important;
}

/* Global text color */
.elementor-menu-cart__main,
.elementor-menu-cart__main a,
.elementor-menu-cart__main .quantity,
.elementor-menu-cart__main .woocommerce-Price-amount,
.elementor-menu-cart__main .woocommerce-Price-currencySymbol,
.elementor-menu-cart__main .elementor-menu-cart__subtotal {
  color: #01203b !important;
}

/* Product list should scroll, not the full page */
.elementor-menu-cart__main .elementor-menu-cart__products {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  margin: 0 0 20px 0 !important;
  padding: 0 6px 0 0 !important;
}

/* Individual product row */
.elementor-menu-cart__main .elementor-menu-cart__product {
  display: grid !important;
  grid-template-columns: 130px 1fr 28px !important;
  grid-template-areas:
    "image name remove"
    "image price remove";
  gap: 8px 16px !important;
  align-items: center !important;
  padding: 18px 0 !important;
}

/* Product image wrapper */
.elementor-menu-cart__main .elementor-menu-cart__product-image {
  grid-area: image !important;
}

/* Product image link */
.elementor-menu-cart__main .elementor-menu-cart__product-image a {
  display: block !important;
}

/* Product image */
.elementor-menu-cart__main .elementor-menu-cart__product-image img {
  display: block !important;
  width: 130px !important;
  max-width: 130px !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 15px !important;
  margin: 0 !important;
}

/* Product name */
.elementor-menu-cart__main .elementor-menu-cart__product-name {
  grid-area: name !important;
  align-self: end !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product-name a {
  color: #01203b !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

/* Product price / quantity */
.elementor-menu-cart__main .elementor-menu-cart__product-price {
  grid-area: price !important;
  align-self: start !important;
  color: #01203b !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product-price .quantity,
.elementor-menu-cart__main .elementor-menu-cart__product-price .product-quantity {
  color: #01203b !important;
}

/* Remove button area */
.elementor-menu-cart__main .elementor-menu-cart__product-remove {
  grid-area: remove !important;
  align-self: start !important;
  justify-self: end !important;
}

/* Remove buttons */
.elementor-menu-cart__main .elementor-menu-cart__product-remove a {
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #01203b !important;
  text-decoration: none !important;
}

/* Subtotal pinned to bottom */
.elementor-menu-cart__main .elementor-menu-cart__subtotal {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  flex: 0 0 auto !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-top: 1px solid #7188a550 !important;
  padding: 18px 0 0 !important;
  color: #01203b !important;
}

/* Footer buttons pinned below subtotal */
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

/* Base footer button style */
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  border-radius: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

/* View Cart button */
.elementor-menu-cart__main .elementor-button--view-cart {
  background: #ffffff !important;
  color: #01203b !important;
  border: 1px solid #7188a550 !important;
}

/* View Cart text */
.elementor-menu-cart__main .elementor-button--view-cart .elementor-button-text {
  color: #01203b !important;
}

/* Checkout button */
.elementor-menu-cart__main .elementor-button--checkout {
  background: #7d8869 !important;
  color: #ffffff !important;
  border: 1px solid #7d8869 !important;
}

/* Checkout text */
.elementor-menu-cart__main .elementor-button--checkout .elementor-button-text {
  color: #ffffff !important;
}

/* View Cart hover */
.elementor-menu-cart__main .elementor-button--view-cart:hover {
  background: #f7f8f9 !important;
  color: #01203b !important;
  border-color: #7188a550 !important;
}

/* Checkout hover */
.elementor-menu-cart__main .elementor-button--checkout:hover {
  background: #6f795e !important;
  color: #ffffff !important;
  border-color: #6f795e !important;
}

/* ---------------------------------------
   Empty Cart
---------------------------------------- */

.elementor-menu-cart__main .woocommerce-mini-cart__empty-message,
.elementor-menu-cart__main .elementor-menu-cart__empty-message {
  color: #01203b !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 80px 24px 14px !important;
  margin: 0 !important;
}

/* Custom empty cart extra message */
.elementor-menu-cart__main .rlp-empty-mini-cart-extra {
  text-align: center !important;
  padding: 0 24px 80px !important;
  color: #01203b !important;
}

/* Custom empty cart paragraph */
.elementor-menu-cart__main .rlp-empty-mini-cart-extra p {
  max-width: 340px !important;
  margin: 0 auto 20px !important;
  color: #64748b !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

/* Empty cart Shop Now button */
.elementor-menu-cart__main .rlp-empty-mini-cart-extra__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 13px 28px !important;
  border-radius: 15px !important;
  background: #7d8869 !important;
  color: #ffffff !important;
  border: 1px solid #7d8869 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.elementor-menu-cart__main .rlp-empty-mini-cart-extra__button,
.elementor-menu-cart__main .rlp-empty-mini-cart-extra__button:visited,
.elementor-menu-cart__main .rlp-empty-mini-cart-extra__button:hover,
.elementor-menu-cart__main .rlp-empty-mini-cart-extra__button:focus {
  color: #ffffff !important;
}

.elementor-menu-cart__main .rlp-empty-mini-cart-extra__button:hover {
  background: #6f795e !important;
  border-color: #6f795e !important;
}

/* ---------------------------------------
   Mobile
---------------------------------------- */

@media (max-width: 768px) {
  .elementor-menu-cart__main {
    max-width: 100% !important;
    width: 100% !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }

  .elementor-menu-cart__main .elementor-menu-cart__product {
    grid-template-columns: 130px 1fr 28px !important;
    gap: 8px 16px !important;
    padding: 20px 0 !important;
  }

  .elementor-menu-cart__main .elementor-menu-cart__product-image img {
    width: 130px !important;
    max-width: 130px !important;
    border-radius: 15px !important;
  }

  .elementor-menu-cart__main .elementor-menu-cart__footer-buttons {
    grid-template-columns: 1fr !important;
  }

  .elementor-menu-cart__main .rlp-empty-mini-cart-extra {
    padding: 0 24px 80px !important;
  }

  .elementor-menu-cart__main .rlp-empty-mini-cart-extra__button {
    width: 100% !important;
    max-width: 280px !important;
  }
}

@media (max-width: 420px) {
  .elementor-menu-cart__main .elementor-menu-cart__product {
    grid-template-columns: 110px 1fr 24px !important;
    gap: 8px 14px !important;
  }

  .elementor-menu-cart__main .elementor-menu-cart__product-image img {
    width: 110px !important;
    max-width: 110px !important;
  }
}/* End custom CSS */