*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-width: 0;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: #263238;
  background: #f4f6f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

a {
  color: #1f7a4d;
  text-decoration: none;
}

a:hover {
  color: #c7192f;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class*="col-"] {
  min-width: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-12,
.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-md-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-md-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-md-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-sm-center,
.text-xs-center {
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.float-xs-left {
  float: left;
}

.float-xs-right {
  float: right;
}

.hidden-md-up {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#header {
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 12px rgba(28, 43, 36, 0.08);
}

.header-banner {
  min-height: 0;
}

.header-nav {
  color: #67747c;
  background: #fff;
  border-bottom: 1px solid #e7ece9;
  font-size: 14px;
}

.header-nav .row > .hidden-sm-down {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#contact-link {
  padding: 12px 0;
}

.right-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
}

.user-info a,
.blockcart .header {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  padding: 0 16px;
  color: #263238;
}

.blockcart {
  background: #f5f5f5;
}

.material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Icons", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
}

.header-top {
  padding: 26px 0 28px;
  background: #fff;
}

.header-top .row {
  align-items: center;
}

#desktop-header .header-top {
  padding: 20px 0;
}

#desktop-header .col-header-left {
  flex: 0 0 190px;
}

#desktop-header .col-header-center {
  flex: 1 1 auto;
}

#desktop-header .col-header-right {
  flex: 0 0 auto;
}

#_desktop_logo h1 {
  margin: 0;
}

#_desktop_logo .logo,
#desktop_logo .logo {
  display: block;
  width: auto;
  max-width: 170px;
  max-height: 150px;
}

#_desktop_top_menu {
  min-height: 18px;
}

#search_widget {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

#search_widget form {
  position: relative;
  width: min(360px, 100%);
}

#desktop-header #search_widget {
  justify-content: center;
  margin: 0;
}

#desktop-header #search_widget form {
  width: min(520px, 100%);
}

#search_widget .input-group {
  position: relative;
  display: flex;
  width: 100%;
}

#search_widget input[type="text"] {
  width: 100%;
  height: 42px;
  padding: 8px 46px 8px 14px;
  color: #37474f;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 0;
  outline: none;
}

#search_widget input[type="text"]:focus {
  border-color: #1f7a4d;
  box-shadow: 0 0 0 3px rgba(31, 122, 77, 0.12);
}

#search_widget button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 42px;
  padding: 0;
  color: #607d8b;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#desktop-header .header-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  color: #263238;
  background: transparent;
  border: 0;
}

#desktop-header .header-btn:hover {
  color: #1f7a4d;
  background: #f4f6f5;
}

#mobile-header,
#mobile-header-sticky {
  display: none !important;
}

#_desktop_blockcart-content,
.dropdown-menu-custom.dropdown-menu {
  display: none !important;
}

.social-links,
.block-links-inline ul,
#iqitmegamenu-horizontal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-links,
.block-links-inline ul {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.social-links a,
.block-links-inline a {
  color: #607d8b;
  font-size: 13px;
}

.desktop-header-style-w-2 .header-nav .row {
  align-items: center;
}

#iqitmegamenu-horizontal {
  clear: both;
  width: 100%;
  background: #1f7a4d;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#_desktop_iqitmegamenu-mobile,
#iqitmegamenu-mobile {
  display: none !important;
}

#cbp-hrmenu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}

#cbp-hrmenu > ul > li {
  position: relative;
  display: block;
}

#cbp-hrmenu > ul > li > a,
#cbp-hrmenu > ul > li > .nav-link {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

#cbp-hrmenu > ul > li > a:hover,
#cbp-hrmenu > ul > li:hover > a {
  background: #17613c;
  color: #fff;
}

#cbp-hrmenu .cbp-hrsub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  width: min(360px, 90vw);
  padding: 18px;
  background: #fff;
  border: 1px solid #dbe4df;
  box-shadow: 0 16px 36px rgba(20, 41, 31, 0.18);
}

#cbp-hrmenu > ul > li:hover > .cbp-hrsub {
  display: block;
}

#cbp-hrmenu .cbp-hrsub .container,
#cbp-hrmenu .iqitmegamenu-submenu-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

#cbp-hrmenu .cbp-category-title,
#cbp-hrmenu .cbp-column-title {
  display: block;
  margin-bottom: 8px;
  color: #1f7a4d;
  font-weight: 700;
}

#cbp-hrmenu .cbp-links li {
  margin: 6px 0;
}

#cbp-hrmenu .cbp-links a {
  color: #37474f;
  font-size: 13px;
  line-height: 1.35;
}

#cbp-hrmenu .cbp-links a:hover {
  color: #c7192f;
}

#wrapper,
main > section,
#content {
  width: 100%;
}

#wrapper {
  padding: 22px 0 36px;
  background: #f4f6f5;
}

#content-wrapper {
  min-width: 0;
}

.page-home,
.page-content,
.page-cms,
.page-product,
.page-category {
  width: 100%;
}

#carousel {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto 24px;
  overflow: hidden;
  background: #dfe8e5;
  border: 1px solid #e1e7e4;
  box-shadow: 0 2px 9px rgba(31, 49, 41, 0.12);
}

#carousel .carousel-inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 290px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#carousel .carousel-item {
  display: none;
  width: 100%;
}

#carousel .carousel-item.active,
#carousel .carousel-item.next,
#carousel .carousel-item.left:first-child {
  display: block;
}

#carousel figure {
  position: relative;
  min-height: 290px;
  margin: 0;
}

#carousel figure img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

#carousel .caption {
  position: absolute;
  top: 50%;
  left: 8%;
  width: min(430px, 58%);
  color: #fff;
  transform: translateY(-50%);
}

#carousel .caption .display-1,
#carousel .caption h2 {
  margin: 0 0 8px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

#carousel .caption h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

#carousel .caption p {
  margin: 0;
  max-width: 380px;
  font-size: 15px;
  line-height: 1.45;
}

.carousel-control-prev,
.carousel-control-next,
.direction {
  color: #fff;
}

.featured-products {
  max-width: 1110px;
  margin: 0 auto;
}

.featured-products > h2,
.products-section-title,
.block-category h1,
.page-heading,
h1.h1 {
  margin: 24px 0 20px;
  color: #102027;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

#products .products,
#js-product-list .products,
.featured-products .products,
.product-list .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

#products .product-miniature,
#js-product-list .product-miniature,
.featured-products .product-miniature {
  width: auto !important;
  max-width: none !important;
  padding: 0;
}

#products .products-grid > .js-product-miniature-wrapper,
#js-product-list .products-grid > .js-product-miniature-wrapper,
.products-grid > .js-product-miniature-wrapper {
  width: auto !important;
  max-width: none !important;
  padding: 0;
}

#products .products-grid > .js-product-miniature-wrapper .product-miniature,
#js-product-list .products-grid > .js-product-miniature-wrapper .product-miniature {
  width: 100% !important;
}

.product-miniature {
  display: block;
  min-width: 0;
  background: #fff;
  border: 1px solid #e2e8e5;
  box-shadow: 0 1px 4px rgba(25, 48, 38, 0.06);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.product-miniature:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(25, 48, 38, 0.12);
}

.product-miniature .thumbnail-container {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.product-miniature .thumbnail,
.product-miniature .product-thumbnail {
  display: flex;
  width: 100%;
  height: 220px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #fff;
  overflow: hidden;
}

.product-miniature .product-thumbnail img,
.product-miniature .thumbnail img,
.product-miniature img,
.product-miniature-default img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 190px;
  margin: auto;
  object-fit: contain;
}

.product-miniature-default .product-description {
  min-height: 140px;
}

.product-miniature-default .product-description-short,
.product-miniature-default .product_desc,
.product-miniature-default .description,
.product-miniature .product-description-short {
  display: -webkit-box;
  max-height: 62px;
  overflow: hidden;
  color: #546e7a;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-miniature-default .product-reference,
.product-miniature-default .product-brand {
  color: #78909c;
  font-size: 12px;
}

.product-miniature-default .product-add-cart .btn,
.product-miniature-default .product-add-cart button {
  width: 100%;
  min-height: 36px;
  margin-top: 8px;
  font-size: 13px;
}

.elementor {
  width: 100%;
  padding: 0 0 36px;
}

.elementor-section {
  width: 100%;
  margin: 0 auto;
}

.elementor-container {
  width: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.elementor-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.elementor-column {
  min-width: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.elementor-col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.elementor-col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.elementor-col-33 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.elementor-col-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.elementor-widget {
  margin-bottom: 18px;
}

.elementor-image img,
.elementor-widget-image img,
.elementor-image-carousel img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.elementor-image a,
.elementor-widget-image a {
  display: block;
}

.elementor-widget-image .elementor-image {
  overflow: hidden;
  background: #fff;
}

.elementor-widget-image .elementor-image img {
  transition: transform 0.18s ease;
}

.elementor-widget-image .elementor-image:hover img {
  transform: scale(1.02);
}

.elementor-image-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.elementor-image-carousel {
  display: block;
}

.elementor-image-carousel > div {
  display: none;
}

.elementor-image-carousel > div:first-child {
  display: block;
}

.elementor-image-carousel .slick-slide-inner,
.elementor-image-carousel .slick-slide-image {
  width: 100%;
}

.elementor-widget-heading {
  margin-bottom: 12px;
}

.elementor-heading-title {
  margin: 0;
  color: #102027;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.elementor-widget-text-editor {
  color: #455a64;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

body.page-index .elementor-element-odyd0pq,
body.page-index .elementor-element-iafpbhu,
body.page-index .elementor-element-x1y00vz {
  display: none;
}

body.page-index #content-wrapper {
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 12px;
}

body.page-index .elementor-element-oroiy0d {
  padding-top: 0;
}

body.page-index .elementor-element-wltollj .elementor-spacer-inner {
  height: 20px;
}

.elementor-widget-divider {
  margin: 0 auto 20px;
}

.elementor-divider {
  display: flex;
  justify-content: center;
  padding: 10px 0 18px;
}

.elementor-divider-separator {
  display: block;
  width: 56px;
  border-top: 3px solid #0b98b3;
}

.elementor-widget-spacer {
  margin: 0;
}

.elementor-spacer-inner {
  height: 34px;
}

.elementor-element-e1bj5ur {
  margin-top: 42px;
  padding: 30px 0;
  color: #fff;
  background: #00782e;
}

.elementor-element-e1bj5ur .elementor-heading-title,
.elementor-element-e1bj5ur .elementor-widget-text-editor,
.elementor-element-e1bj5ur a {
  color: #fff;
}

.elementor-icon-box-wrapper {
  height: 100%;
  padding: 22px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8e5;
}

.elementor-icon-box-title {
  margin: 0 0 8px;
  color: #1f7a4d;
  font-size: 17px;
  font-weight: 700;
}

.elementor-icon-box-description {
  margin: 0;
  color: #546e7a;
  font-size: 14px;
}

.brands-sort,
.manufacturers,
.elementor-widget-iqitmanufacturerlogos {
  max-width: 1110px;
  margin: 0 auto;
}

.elementor-widget-iqitmanufacturerlogos img {
  max-width: 120px;
  max-height: 70px;
  object-fit: contain;
}

.product-add-cart,
.product-functional-buttons {
  margin-top: 10px;
}

.product-description {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 18px;
  text-align: center;
  border-top: 1px solid #eef2f0;
}

.product-title,
.product-title a,
h3.product-title {
  min-height: 40px;
  margin: 0;
  color: #263238;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: none;
}

.product-price-and-shipping {
  margin-top: auto;
  color: #1f7a4d;
  font-size: 17px;
  font-weight: 700;
}

.regular-price {
  margin-right: 7px;
  color: #8a9aa1;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}

.discount-percentage,
.discount-product,
.discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  padding: 6px 8px;
  color: #fff;
  background: #ff7d55;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-flags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.highlighted-informations,
.variant-links {
  margin-top: 8px;
}

.pagination,
.products-sort-order,
.products-selection {
  max-width: 1110px;
  margin: 18px auto;
}

.products-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e2e8e5;
}

.breadcrumb {
  max-width: 1110px;
  margin: 0 auto 18px;
  color: #78909c;
  font-size: 13px;
}

.breadcrumb ol,
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-category,
.card,
.page-content.card {
  max-width: 1110px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e2e8e5;
}

.product-container,
#main .product-information,
#main .product-actions {
  min-width: 0;
}

.product-cover,
.images-container,
.product-images {
  max-width: 100%;
}

.product-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fff;
  border: 1px solid #e2e8e5;
}

.product-cover img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 520px;
  margin: auto;
  object-fit: contain;
}

.product-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.product-images img,
.thumb-container img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e2e8e5;
}

.product-prices,
.product-add-to-cart,
.tabs,
.product-information,
.product-actions {
  padding: 18px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #e2e8e5;
}

.current-price,
.product-price {
  color: #1f7a4d;
  font-size: 28px;
  font-weight: 700;
}

button,
.btn,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  color: #fff;
  background: #1f7a4d;
  border: 1px solid #1f7a4d;
  cursor: pointer;
}

button:hover,
.btn:hover,
input[type="submit"]:hover {
  background: #17613c;
  border-color: #17613c;
}

input,
select,
textarea {
  max-width: 100%;
  border: 1px solid #cfd8dc;
}

footer,
.page-footer {
  clear: both;
  margin-top: 36px;
  color: #546e7a;
  background: #fff;
  border-top: 1px solid #e2e8e5;
}

.page-footer .container,
footer .container {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .container {
    max-width: 760px;
  }

  .hidden-sm-down {
    display: none !important;
  }

  .hidden-md-up {
    display: block !important;
  }

  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #desktop-header .col-header-left,
  #desktop-header .col-header-center,
  #desktop-header .col-header-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }

  #desktop_logo .logo {
    margin: 0 auto;
  }

  #desktop-header .row.no-gutters {
    justify-content: center;
  }

  #cbp-hrmenu > ul {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  #iqitmegamenu-horizontal,
  #cbp-hrmenu {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  #cbp-hrmenu > ul {
    width: max-content;
    max-width: none;
  }

  #cbp-hrmenu > ul > li > a,
  #cbp-hrmenu > ul > li > .nav-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
  }

  .header-top {
    padding: 18px 0;
  }

  #search_widget {
    justify-content: center;
    margin-top: 16px;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  #products .products,
  #js-product-list .products,
  .featured-products .products,
  .product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  #carousel .caption {
    left: 6%;
    width: 70%;
  }

  #carousel .caption .display-1,
  #carousel .caption h2 {
    font-size: 32px;
  }

  .elementor-col-25,
  .elementor-col-33 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  #carousel figure,
  #carousel .carousel-inner {
    min-height: 210px;
  }

  #carousel figure img {
    height: 230px;
  }

  #carousel .caption {
    width: 82%;
  }

  #carousel .caption .display-1,
  #carousel .caption h2 {
    font-size: 26px;
  }

  #carousel .caption-description p {
    display: none;
  }

  .products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #products .products,
  #js-product-list .products,
  .featured-products .products,
  .product-list .products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-miniature .thumbnail,
  .product-miniature .product-thumbnail {
    height: 210px;
  }

  .products-selection {
    align-items: stretch;
    flex-direction: column;
  }

  .products-selection .col,
  .products-selection .col-auto {
    width: 100%;
    max-width: 100%;
  }

  .products-sort-nb-dropdown,
  .products-sort-order,
  .products-nb-per-page {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .products-sort-nb-dropdown .dropdown-menu,
  .products-sort-order .dropdown-menu,
  .products-nb-per-page .dropdown-menu {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    padding: 8px 0 0;
    margin: 0;
    background: transparent;
    border: 0;
  }

  .products-sort-nb-dropdown .dropdown-item,
  .products-sort-order .dropdown-item,
  .products-nb-per-page .dropdown-item {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    white-space: normal;
  }

  .elementor-row {
    margin-right: 0;
    margin-left: 0;
  }

  .elementor-column,
  .elementor-col-25,
  .elementor-col-33,
  .elementor-col-50 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .elementor-heading-title {
    font-size: 23px;
  }

  .elementor-widget-text-editor {
    font-size: 14px;
  }

  body.page-index .container,
  body.page-index .container-fluid {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.page-index .row {
    margin-right: 0;
    margin-left: 0;
  }

  body.page-index .product-miniature,
  body.page-index .thumbnail-container {
    overflow: hidden;
  }
}
