.elementor-kit-83{--e-global-color-primary:#C9889A;--e-global-color-secondary:#C9A14A;--e-global-color-text:#1F1F1F;--e-global-color-accent:#A96B7B;--e-global-typography-primary-font-family:"Poppins";--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-83 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);}@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 *//* ===============================
   GLOBAL VARIABLES
================================ */
:root {
  --pink-main: #C73674;
  --pink-hover: #B52F67;
  --gold-soft: #E6C27A;
  --bg-light: #FFF8F2;
  --text-dark: #1F1F1F;
  --text-muted: #8A8A8A;
}

/* ===============================
   BODY & TYPOGRAPHY
================================ */
body {
  color: var(--text-dark);
  background-color: #ffffff;
}

h1, h2, h3 {
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.25;
}

/* ===============================
   COLLECTION RIBBON (BEST LOOK)
================================ */
.collection-ribbon,
.section-collection-header {
  background: var(--bg-light);
  border-top: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
  padding: 22px 20px;
}

.collection-ribbon h2 {
  color: var(--text-dark);
}

/* ===============================
   VIEW ALL BUTTON (TRUST CTA)
================================ */
.collection-ribbon .elementor-button,
.view-all-btn {
  background-color: var(--pink-main);
  color: #fff !important;
  border-radius: 6px;
  padding: 10px 24px;
  font-weight: 600;
  letter-spacing: 0.6px;
  transition: all 0.3s ease;
}

.collection-ribbon .elementor-button:hover {
  background-color: var(--pink-hover);
  transform: translateY(-1px);
}

/* ===============================
   ALL BUTTONS (UNIFIED)
================================ */
button,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: var(--pink-main);
  color: #fff !important;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

button:hover,
.elementor-button:hover,
.woocommerce a.button:hover {
  background-color: var(--pink-hover);
}

/* ===============================
   PRODUCT CARD (CLEAN & PREMIUM)
================================ */
.woocommerce ul.products li.product {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: all 0.35s ease;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

/* ===============================
   PRODUCT IMAGE
================================ */
.woocommerce ul.products li.product img {
  border-radius: 18px 18px 0 0;
}

/* ===============================
   PRICE STYLING
================================ */
.woocommerce ul.products li.product .price del {
  color: var(--text-muted);
  font-size: 14px;
}

.woocommerce ul.products li.product .price ins {
  color: var(--pink-main);
  font-weight: 600;
  text-decoration: none;
}

/* ===============================
   SALE BADGE (SOFT & TRUSTY)
================================ */
.woocommerce span.onsale {
  background-color: var(--gold-soft);
  color: #000;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
}

/* ===============================
   SECTION BACKGROUND CONTROL
================================ */
.section-soft {
  background-color: var(--bg-light);
}

.section-white {
  background-color: #ffffff;
}

/* ===============================
   HEADER MENU
================================ */
header nav a {
  font-weight: 500;
  letter-spacing: 0.4px;
}

header nav a:hover {
  color: var(--pink-main);
}

/* ===============================
   FOOTER (TRUST AREA)
================================ */
footer {
  background-color: #111;
  color: #ccc;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: var(--gold-soft);
}

/* ===============================
   MOBILE POLISH
================================ */
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }

  .collection-ribbon {
    padding: 18px 15px;
  }
}/* End custom CSS */