.elementor-kit-4{--e-global-color-primary:#0D1F33;--e-global-color-secondary:#4B5563;--e-global-color-text:#222222;--e-global-color-accent:#25CED1;--e-global-color-ee2f631:#E46E5D;--e-global-color-c9153df:#6B7280;--e-global-color-f72943a:#F5F7FB;--e-global-color-0e54d86:#0D1F33;--e-global-color-c9155cb:#007C89;--e-global-color-87fdb11:#FFFFFF;--e-global-color-8a0d567:#E5E7EB;--e-global-color-8a05c9a:#0077B5;--e-global-color-693017b:#E0F4F7;--e-global-color-4a0f6c9:#E1E5EE;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:1.6rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3rem;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1.3rem;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.4rem;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6rem;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:0.95rem;--e-global-typography-accent-font-weight:500;--e-global-typography-61bba71-font-family:"Inter";--e-global-typography-61bba71-font-size:1.6rem;--e-global-typography-61bba71-font-weight:500;--e-global-typography-3db47e5-font-family:"Inter";--e-global-typography-3db47e5-font-size:1rem;--e-global-typography-3db47e5-font-weight:600;font-family:"Montserrat", Sans-serif;font-size:1rem;font-weight:bold;}.elementor-kit-4 a{font-family:"Inter", Sans-serif;line-height:1.2rem;}.elementor-kit-4 h1{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:2.4rem;font-weight:700;}.elementor-kit-4 h2{color:#EAEAEA;font-family:"Poppins", Sans-serif;font-size:2rem;font-weight:700;line-height:1.6rem;}.elementor-kit-4 h3{font-family:"Inter", Sans-serif;font-size:1.6rem;font-weight:600;}.elementor-kit-4 h4{font-family:"Inter", Sans-serif;font-size:1.4rem;font-weight:600;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-family:"Inter", Sans-serif;font-size:1rem;font-weight:600;color:var( --e-global-color-87fdb11 );background-color:var( --e-global-color-primary );border-radius:.5rem .5rem .5rem .5rem;padding:0.9rem 1.4rem 0.9rem 1.4rem;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{color:#FFFFFF;background-color:#00616B;border-radius:50px 50px 50px 50px;}.elementor-kit-4 label{font-size:1rem;font-weight:400;}.elementor-kit-4 input:not([type="button"]):not([type="submit"]),.elementor-kit-4 textarea,.elementor-kit-4 .elementor-field-textual{color:#1A1A1A;accent-color:#9CA3AF;background-color:#FFFFFF;border-style:solid;border-color:var( --e-global-color-primary );border-radius:4rem 4rem 4rem 4rem;padding:.75rem .75rem .75rem .75rem;}.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-4 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 *//* Loop Item Container */
.woocommerce ul.products li.product, 
.elementor-widget-woocommerce-loop-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    transition: box-shadow 0.3s ease;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Product Image */
.woocommerce ul.products li.product img {
    width: 100%;
    height: 400px; /* force square ratio */
    object-fit: cover;
    border-radius: 0.25rem;
    transition: transform 0.3s ease;
}
.woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
}

/* Product Title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #1D2D44;
    margin: 0.25rem 0;
    text-transform: capitalize;
}

/* Product Price */
.woocommerce ul.products li.product .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #333333;
    margin: 0.25rem 0 0.5rem;
}
.woocommerce ul.products li.product .price ins {
    color: #C62828; /* sale price red */
    font-weight: 600;
}

/* Add to Cart Button */
.woocommerce ul.products li.product .button {
    background: #25CED1;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 0.4rem;
    border: none;
    transition: background 0.3s ease;
}
.woocommerce ul.products li.product .button:hover {
    background: #1AA5A7;
}
/* ==============================
   LOOP ITEM STYLING (Global)
   ============================== */
.woocommerce ul.products li.product, 
.elementor-widget-woocommerce-loop-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* ==============================
   PRODUCT IMAGE
   ============================== */
.woocommerce ul.products li.product img {
    width: 100%;
    height: 400px; /* force square ratio */
    object-fit: cover;
    border-radius: 0.25rem;
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
}

/* ==============================
   PRODUCT TITLE
   ============================== */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #1D2D44;
    margin: 0.25rem 0;
    text-transform: capitalize;
}

/* ==============================
   PRODUCT PRICE
   ============================== */
.woocommerce ul.products li.product .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #333333;
    margin: 0.25rem 0 0.5rem;
}
.woocommerce ul.products li.product .price ins {
    color: #C62828; /* sale price red */
    font-weight: 600;
}

/* ==============================
   ADD TO CART BUTTON
   ============================== */
.woocommerce ul.products li.product .button {
    background: #25CED1;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 0.4rem;
    border: none;
    transition: background 0.3s ease;
}
.woocommerce ul.products li.product .button:hover {
    background: #1AA5A7;
}

/* ==============================
   RESPONSIVE TWEAKS
   ============================== */

/* Tablet (2 columns, smaller images) */
@media (max-width: 1024px) {
    .woocommerce ul.products li.product img {
        height: 300px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.1rem;
    }
    .woocommerce ul.products li.product .price {
        font-size: 1rem;
    }
}

/* Mobile (1 column, tighter spacing) */
@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        margin-bottom: 1.5rem;
        padding: 0.75rem;
    }
    .woocommerce ul.products li.product img {
        height: 250px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1rem;
    }
    .woocommerce ul.products li.product .price {
        font-size: 0.95rem;
    }
    .woocommerce ul.products li.product .button {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}
/* ==============================
   PATCH: ADD TO CART BUTTON FORCE
   ============================== */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .ajax_add_to_cart {
    background-color: #25CED1 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem !important;
    border-radius: 0.4rem !important;
    border: none !important;
    box-shadow: none !important;
    transition: background 0.3s ease, transform 0.2s ease;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #1AA5A7 !important;
    transform: scale(1.05);
}

/* ==============================
   PATCH: FEATURED GIFTS HEADING
   ============================== */
h2.elementor-heading-title, 
.woocommerce .products .section-title, 
.woocommerce ul.products li.product-category h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #1D2D44;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

/* Accent underline */
h2.elementor-heading-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #25CED1;
    margin: 0.5rem auto 0;
    border-radius: 2px;
}
/* Remove default Elementor divider line under section headings */
.elementor-heading-title::before {
    display: none !important;
}
/* ==============================
   AFFILIATE SECTION
   ============================== */
.affiliate-section {
  padding: 4rem 2rem;
  background: #fafafa;
  text-align: center;
}

/* Heading */
.affiliate-section h2 {
  font-family: var(--font-main);
  font-size: 2rem;
  font-weight: 600;
  color: var(--brand-dark);
  margin-bottom: 3rem;
  position: relative;
}
.affiliate-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--brand-color);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

/* Cards */
.affiliate-section .elementor-column {
  background: var(--brand-light);
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  margin: 0 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.affiliate-section .elementor-column:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Images */
.affiliate-section img {
  max-width: 120px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}
.affiliate-section .elementor-column:hover img {
  transform: scale(1.05);
}

/* Titles */
.affiliate-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--brand-dark);
}

/* Descriptions */
.affiliate-section p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

/* Buttons */
.affiliate-section a.elementor-button {
  background-color: var(--brand-color);
  color: var(--brand-light);
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  transition: background 0.3s ease, transform 0.2s ease;
}
.affiliate-section a.elementor-button:hover {
  background-color: #1AA5A7;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
  .affiliate-section .elementor-column {
    margin-bottom: 2rem;
  }
}
/* 🔹 Footer Newsletter Form Styling (Sender.net) */

/* Hide branding line */
.sender-form-branding,
.sender-form-field .sender-form-branding {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Container */
.sender-form-field {
  max-width: 380px;   /* keeps form compact */
  margin: 0 auto;     /* center align in footer */
  padding: 0;
}

/* Headline */
.sender-form-field h2,
.sender-form-field h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
}

/* Input fields */
.sender-form-field input[type="email"],
.sender-form-field input[type="text"] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
  color: #333;
  font-size: 0.95rem;
  box-sizing: border-box;
}

/* Placeholder text */
.sender-form-field input::placeholder {
  color: #777;
  font-size: 0.9rem;
}

/* Submit button */
.sender-form-field button,
.sender-form-field input[type="submit"] {
  background: #25CED1;     /* brand teal */
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

/* Button hover */
.sender-form-field button:hover,
.sender-form-field input[type="submit"]:hover {
  background: #1D2D44;     /* brand dark navy */
  color: #fff;
}

/* Compliance text */
.sender-form-field .sender-form-compliance {
  font-size: 0.8rem;
  color: #aaaaaa;
  text-align: center;
  margin-top: 8px;
}
/* Remove the automatic blue line under Elementor headings */
.elementor-widget-heading .elementor-heading-title::after {
    content: none !important;
    display: none !important;
}/* End custom CSS */