.catalog-page-container .section-head {
  margin: 20px 0;
}
.catalog-page-container .section-head .section-head_title {
  font-size: 40px;
  font-size: clamp(28px, 5vw, 40px);
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.catalog-page-container .section-head .section-head_subtitle {
  font-size: 28px;
  font-size: clamp(20px, 5vw, 28px);
  letter-spacing: 0.56px;
  margin-bottom: 20px;
  text-transform: uppercase;
  max-width: 720px;
}
.catalog-page-container .section-head .section-head_text {
  font-size: 16px;
  font-size: clamp(14px, 5vw, 16px);
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  max-width: 720px;
}
.catalog-page-container .catalog-filters {
  margin-bottom: 20px;
}
.catalog-page-container .catalog-container .catalog-section-cards .product-item .images-container .image-container {
  text-align: center;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background: white;
  position: relative;
  max-height: unset;
  max-width: unset;
}
.catalog-page-container .catalog-container .catalog-section-cards .product-item .images-container .image-container img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: unset;
  max-width: unset;
}
.catalog-page-container .section-bottom {
  margin-top: 90px;
}
.catalog-page-container .section-bottom .section-bottom_title {
  font-size: 40px;
  font-size: clamp(28px, 5vw, 40px);
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.catalog-page-container .section-bottom .section-bottom_text {
  font-size: 16px;
  font-size: clamp(14px, 5vw, 16px);
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  max-width: 720px;
}

.modal-detail-product .modal-dialog {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-detail-product .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
}
.modal-detail-product .modal-dialog .modal-content .modal-header .btn-close-alt {
  position: absolute;
  right: 40px;
  top: 25px;
  z-index: 2;
}
.modal-detail-product .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-detail-product .image-container {
  width: 100%;
  text-align: center;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background: white;
  position: relative;
  max-height: unset;
  max-width: unset;
}
.modal-detail-product .image-container img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: unset;
  max-width: unset;
}

/*# sourceMappingURL=style.css.map */
.catalog-page-container {
  display: flex;
}

.catalog-page-container .bx-sidebar-block {
  margin-right: 40px;
}

.smart-filter-viking-container .range-slider {
  width: 100%;
}