.elementor-30501 .elementor-element.elementor-element-235b9e39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:90px;--padding-right:90px;}.elementor-30501 .elementor-element.elementor-element-3db5f0c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-63px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30501 .elementor-element.elementor-element-65f62d7 > .elementor-widget-container{margin:101px 101px 101px 101px;}.elementor-30501 .elementor-element.elementor-element-65f62d7{--wd-brd-radius:30px;}.elementor-30501 .elementor-element.elementor-element-65f62d7 .wd-el-title{color:#080505;}.elementor-30501 .elementor-element.elementor-element-fc3c60b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30501 .elementor-element.elementor-element-fc3c60b:not(.elementor-motion-effects-element-type-background), .elementor-30501 .elementor-element.elementor-element-fc3c60b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-30501 .elementor-element.elementor-element-7e63db6{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 70px 0px 70px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-30501 .elementor-element.elementor-element-7e63db6.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-30501 .elementor-element.elementor-element-235b9e39{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30501 .elementor-element.elementor-element-3db5f0c{--margin-top:43px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-30501 .elementor-element.elementor-element-65f62d7 > .elementor-widget-container{margin:0px 0px 0px 10px;}.elementor-30501 .elementor-element.elementor-element-fc3c60b{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-30501 .elementor-element.elementor-element-7e63db6{padding:0px 0px 0px 0px;}}@media(max-width:768px){.elementor-30501 .elementor-element.elementor-element-3db5f0c{--margin-top:45px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-30501 .elementor-element.elementor-element-65f62d7 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-30501 .elementor-element.elementor-element-65f62d7 .wd-el-title{font-size:1px;}.elementor-30501 .elementor-element.elementor-element-fc3c60b{--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-30501 .elementor-element.elementor-element-7e63db6{padding:0px 0px 0px 0px;}}@media(min-width:769px){.elementor-30501 .elementor-element.elementor-element-3db5f0c{--width:76%;}}/* Start custom CSS for wd_products, class: .elementor-element-65f62d7 */.wrap-price .price del, .wrap-price .price del .woocommerce-Price-amount, .wrap-price .price del bdi, .wrap-price .price del .woocommerce-Price-currencySymbol {
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e63db6 *//* =========================
   CATEGORIES SECTION
========================= */




.categories-section {
  padding: 40px 20px 60px;
  font-family: 'Lufga', sans-serif;
  


}

/* =========================
   TITLE
========================= */

.section-title {
  text-align: center;
  font-family:'Lufga', sans-serif;
  font-size: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight:600;
  margin-bottom: 50px;
  
  color: #111;
}

/* =========================
   GRID
========================= */

.categories-grid {
  max-width: 1740px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
    font-family: 'Lufga', sans-serif;

}

/* =========================
   CARD BASE
========================= */



.category-card {
  background: rgba(251, 248, 243, 0.1);
  /* opacity added */
  border-radius: 22px;
  padding: 26px;
  min-height: 240px;
  

  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
    font-family: 'Lufga', sans-serif;

  transition: all 0.35s ease;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.6),
    0 8px 22px rgba(0, 0, 0, 0.06);
    
    .category-card {
  opacity: 0.92;
}
}

/* =========================
   ACTIVE (CENTER) CARD
========================= */

.category-card.active {

 

  box-shadow:
    0 24px 55px rgba(255, 195, 110, 0.45);
    
}

/* =========================
   IMAGE
========================= */

.category-card img {
  max-width: 290px;
  margin-bottom: 18px;
  transition: transform 0.35s ease;
}

/* =========================
   TEXT
========================= */

.category-card p {
  font-size: 26px;
  font-weight: 500;
    font-family: 'Lufga', sans-serif;
    
    

  color: #111;
}

/* =========================
   HOVER EFFECT
========================= */

.category-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.14);
}

.category-card:hover img {
  transform: scale(1.05);
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

  .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .category-card {
    min-height: 220px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 575px) {

  .section-title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .category-card {
    min-height: 165px;
    padding: 18px;
    border-radius: 18px;
  }

  .category-card img {
    max-width: 95px;
    margin-bottom: 10px;
  }

  .category-card p {
    font-size: 14px;
  }

  .category-card.active {
    box-shadow:
      0 12px 30px rgba(0, 0, 0, 0.08);
  }
}/* End custom CSS */