.elementor-3062 .elementor-element.elementor-element-ee9df48{--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;}body.elementor-page-3062:not(.elementor-motion-effects-element-type-background), body.elementor-page-3062 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F5F0;}@media(min-width:768px){.elementor-3062 .elementor-element.elementor-element-ee9df48{--content-width:1047px;}}/* Start custom CSS for html, class: .elementor-element-b2626ef */.catalog-category-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.catalog-section-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.catalog-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.catalog-section-heading h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #161615;
}

.catalog-category-carousel {
  width: 100%;
}

.catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 22px 18px;
}

.catalog-category-card {
  display: block;
  text-decoration: none !important;
  color: #161615;
  text-align: center;
  background: transparent;
  transition: background-color 0.25s ease;
}

.catalog-category-card:hover,
.catalog-category-card:focus,
.catalog-category-card:active {
  background: #f9f5f0 !important;
}

.catalog-category-card,
.catalog-category-card:hover,
.catalog-category-card:focus,
.catalog-category-card:active {
  transform: none !important;
}

.catalog-category-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: #f7f7f7;
}

.catalog-category-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.catalog-category-card:hover img {
  transform: scale(1.06);
  filter: brightness(1.04);
}

.catalog-category-card h3 {
  margin: 10px 0 0;
  padding: 0 4px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  color: #161615;
  text-align: center;
  background: transparent !important;
}

.catalog-category-card:hover h3,
.catalog-category-card:focus h3,
.catalog-category-card:active h3 {
  color: #161615 !important;
  background: transparent !important;
}

.catalog-category-dots {
  display: none;
}

.catalog-category-dot {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 7px;
  height: 7px;
  min-width: 7px;
  min-height: 7px;
  padding: 0 !important;
  margin: 0;
  border: 0 !important;
  border-radius: 50%;
  background: #6f6f6f !important;
  box-shadow: none !important;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.55;
}

.catalog-category-dot.is-active {
  background: #227073 !important;
  opacity: 1;
}

@media (max-width: 1024px) {
  .catalog-category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px;
  }
}

@media (max-width: 767px) {
  .catalog-section-heading {
    margin-bottom: 16px;
  }

  .catalog-section-heading h2 {
    font-size: 21px;
  }

  .catalog-category-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .catalog-category-carousel::-webkit-scrollbar {
    display: none;
  }

  .catalog-category-grid {
    display: flex;
    gap: 12px;
    width: max-content;
  }

  .catalog-category-card {
    flex: 0 0 calc((100vw - 56px) / 3);
    max-width: calc((100vw - 56px) / 3);
    scroll-snap-align: start;
  }

  .catalog-category-card h3 {
    font-size: 12px;
    line-height: 1.25;
    margin-top: 7px;
  }

  .catalog-category-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
  }
}
.catalog-category-card {
  min-height: 100%;
  overflow: visible;
  contain: layout paint;
}

.catalog-category-image {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.catalog-category-card img {
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  will-change: transform;
}

.catalog-category-card:hover img {
  transform: translateZ(0) scale(1.06);
}

.catalog-category-card h3 {
  min-height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}/* End custom CSS */