.elementor-7989 .elementor-element.elementor-element-3762382{--display:flex;--gap:35px 35px;--row-gap:35px;--column-gap:35px;--padding-top:48px;--padding-bottom:96px;--padding-left:0px;--padding-right:0px;}.elementor-7989 .elementor-element.elementor-element-3af0544{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;}.elementor-7989 .elementor-element.elementor-element-3af0544 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:600;}.elementor-7989 .elementor-element.elementor-element-f34a518{font-family:"Poppins", Sans-serif;font-size:16px;color:var( --e-global-color-text );}.elementor-7989 .elementor-element.elementor-element-f34a518 a{color:var( --e-global-color-accent );}.elementor-7989 .elementor-element.elementor-element-870e82d .product{text-align:center;}.elementor-7989 .elementor-element.elementor-element-870e82d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7989 .elementor-element.elementor-element-870e82d.elementor-wc-products  ul.products{grid-column-gap:10px;grid-row-gap:10px;}.elementor-7989 .elementor-element.elementor-element-870e82d a > img{margin-bottom:0px;}.elementor-7989 .elementor-element.elementor-element-870e82d .woocommerce .woocommerce-loop-category__title{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;}.elementor-7989 .elementor-element.elementor-element-870e82d .woocommerce-loop-category__title .count{font-size:0px;}.elementor-7989 .elementor-element.elementor-element-ebb2a8e{--grid-columns:3;--grid-row-gap:15px;--grid-column-gap:15px;}.elementor-7989 .elementor-element.elementor-element-ebb2a8e .elementor-pagination{text-align:end;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:500;margin-top:35px;}.elementor-7989 .elementor-element.elementor-element-ebb2a8e .elementor-pagination .page-numbers:not(.dots){color:#FFFFFF;}.elementor-7989 .elementor-element.elementor-element-ebb2a8e .elementor-pagination a.page-numbers:hover{color:#FFFFFF;}.elementor-7989 .elementor-element.elementor-element-ebb2a8e .elementor-pagination .page-numbers.current{color:#FFFFFF;}body:not(.rtl) .elementor-7989 .elementor-element.elementor-element-ebb2a8e .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 15px/2 );}body:not(.rtl) .elementor-7989 .elementor-element.elementor-element-ebb2a8e .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 15px/2 );}body.rtl .elementor-7989 .elementor-element.elementor-element-ebb2a8e .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 15px/2 );}body.rtl .elementor-7989 .elementor-element.elementor-element-ebb2a8e .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 15px/2 );}.woocommerce .elementor-7989 .elementor-element.elementor-element-7d67d4f .term-description{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;}body.elementor-page-7989:not(.elementor-motion-effects-element-type-background), body.elementor-page-7989 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}@media(max-width:1024px){.elementor-7989 .elementor-element.elementor-element-ebb2a8e{--grid-columns:2;}}@media(max-width:767px){.elementor-7989 .elementor-element.elementor-element-3762382{--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-7989 .elementor-element.elementor-element-ebb2a8e{--grid-columns:1;}}/* Start custom CSS for loop-grid, class: .elementor-element-ebb2a8e *//* PAGINATION WRAPPER (optional alignment tweak) */
.elementor-pagination {
  display: flex;
  justify-content: end;
}

/* BASE PAGINATION ITEM */
.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;           
  height: 36px;
  border-radius: 8px;
  background-color: #616652;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* CURRENT PAGE */
.elementor-pagination .page-numbers.current {
  background-color: #3F4336;    /* slightly darker for active */
  color: #ffffff;
  cursor: default;
}

/* HOVER */
.elementor-pagination a.page-numbers:hover {
  background-color: #4E5243;
  color: #ffffff;
}

/* DOTS (ellipsis) */
.elementor-pagination .page-numbers.dots {
  background: transparent;
  color: #616652;
  min-width: auto;
  height: auto;
  padding: 0;
}/* End custom CSS */
/* Start custom CSS *//* CARD */
.woocommerce ul.products li.product-category {
  background: #ECEAE3;
  border-radius: 12px;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
  transition: transform .25s ease;
}

/* CARD INNER PADDING (real control point) */
.woocommerce ul.products li.product-category > a {
  display: flex;
  flex-direction: column;    

}

/* IMAGE PANEL */
.woocommerce ul.products li.product-category .cat-image-wrapper {
  border-radius: 12px;
  margin: 15px 0 0 0;                     /* no margin dependency */
}


/* TITLE */
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  margin: 20px 0 -20px 0 !important;  /* was 10px */
  padding: 0 !important;
}

/* Hide count */
.woocommerce ul.products li.product-category .count,
.woocommerce ul.products li.product-category mark.count {
  display: none !important;
}

/* Hover */
.woocommerce ul.products li.product-category:hover {
  transform: translateY(-4px);
}/* End custom CSS */