.elementor-kit-21{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-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);}.elementor-kit-21 e-page-transition{background-color:#FFBC7D;}.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 *//* =========================
   FONT SYSTEM
========================= */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

body {
  font-family: 'Be Vietnam Pro', Arial, sans-serif;
  background-color: #F5F1E8;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.2px;
}

/* =========================
   HEADINGS
========================= */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #1E1E1E;
  line-height: 1.3;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }

/* =========================
   LINKS
========================= */
a {
  color: #A47148;
  transition: 0.2s ease;
}

a:hover {
  color: #D9A066;
}

/* =========================
   BUTTON SYSTEM (CORE CTA)
========================= */
button,
.single_add_to_cart_button,
.wp-element-button {
  background-color: #1E1E1E;
  color: #FFFFFF;
  border: 2px solid #1E1E1E;
  border-radius: 10px;
  padding: 14px 22px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* hover state */
button:hover,
.single_add_to_cart_button:hover {
  background-color: #A47148;
  border-color: #A47148;
  transform: translateY(-2px);
}

/* =========================
   PRODUCT PAGE
========================= */
.single-product {
  background-color: #F5F1E8;
}

.product_title {
  font-size: 34px;
  margin-bottom: 10px;
}

.price {
  font-size: 26px;
  font-weight: 700;
  color: #1E1E1E;
}

.price del {
  color: #999;
  font-size: 14px;
}

/* description */
.woocommerce-product-details__short-description {
  font-size: 15.5px;
  color: #4F4F4F;
  line-height: 1.7;
}

/* product image */
.woocommerce-product-gallery {
  border-radius: 14px;
  overflow: hidden;
}

.woocommerce-product-gallery img {
  transition: 0.3s ease;
}

.woocommerce-product-gallery img:hover {
  transform: scale(1.03);
}

/* =========================
   PRODUCT GRID (SHOP PAGE)
========================= */
.products .product {
  background: #FFFFFF;
  border: 1px solid #E5DFD6;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.products .product:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* =========================
   PRICE STYLE
========================= */
.products .price {
  font-weight: 700;
  font-size: 18px;
}

/* =========================
   BADGE / SALE
========================= */
.onsale {
  background-color: #A47148;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
}

/* =========================
   SECTIONS
========================= */
section,
.elementor-section {
  background-color: #F5F1E8;
}

/* =========================
   CARDS / BOXES
========================= */
.elementor-widget-container {
  border-radius: 10px;
}

/* =========================
   INPUTS
========================= */
input, select, textarea {
  border-radius: 8px;
  border: 1px solid #E5DFD6;
  padding: 10px;
}

/* focus */
input:focus {
  border-color: #A47148;
  outline: none;
}

/* =========================
   TRUST TEXT
========================= */
.trust-text {
  font-size: 13px;
  color: #6B6B6B;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */
@media (max-width: 768px) {
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }

  .single_add_to_cart_button {
    width: 100%;
  }

  .product_title {
    font-size: 24px;
  }
}

/* =========================
   SMOOTH UI
========================= */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}/* End custom CSS */