.mosaic-wrap .mosaic-search__input--u-idpsl33ba {
  outline: none;
  transition: all 0.3s ease;
}
.mosaic-wrap .mosaic-search__form--u-iilv0ctg9 {
  border-radius: 10px;
  transition: all 0.3s ease;
}
.mosaic-wrap .mosaic-search__form--u-iilv0ctg9:hover, .mosaic-wrap .mosaic-search__form--u-iilv0ctg9:has(.mosaic-search__form--u-iilv0ctg9:focus) {
  box-shadow: 0 0 0 2px #0ba5d5;
}
.mosaic-wrap .section--u-ive3uiy1h {
  background-size: cover;
}
.mosaic-wrap .g-pagination__item--active {
  color: var(--g-pagination-item-active-color) !important;
  border-color: #1797be !important;
  background-color: #1797be !important;
}
.mosaic-wrap .g-categories__button::after, .mosaic-wrap .g-pagination__item--next:hover::after {
  background-color: #1797be !important;
}
.mosaic-wrap .g-pagination__item:hover {
  color: #1797be;
  border-color: #1797be !important;
}
@media (min-width: 1025px) {
  .mosaic-wrap .main-folder-block.folder_columns_3 .main-folder-block__item {
    width: calc(23.33% - 10px);
  }
}
.zoomContainer {
  z-index: 100 !important;
}
/*body{
	.shop-product-data__desc .desc-area.html_block{
		color: #000;
	}
	.card-page__top-new {
		.shop2-product {
			display: grid;
	        grid-template-columns: 546px 1fr;
			.card-page__left {
				gap: 60px;
				width: 100%;
				display: flex;
				flex-direction: column;
				
				.product-compare {
					align-self: flex-start;
				}
				.compare_plus, .link-reset {
					padding-top: 10px;
					padding-bottom: 10px;
				}
			}
			.card-page__right {
				width: 100%;
				.top-product-wr {
					display: none;
				}
				.gr-product-name {
					font-size: 27px;
					margin-bottom: 26px;
				}
				.shop2-product-options .option-item {
					margin-bottom: 12px;
					.option-title {
						font-size: 17px;
						font-weight: bold;
					}
					.option-body {
						font-size: 17px;
						font-weight: 500;
					}
				}
			}
			@media all and (max-width: 960px){
				grid-template-columns: 1fr;
				.card-page__left {
					gap: 30px;
				}
				.card-page__right {
					
				}
			}
		}
	}
}*/
.product-list.thumbs .product-item .gr-product-options .shop2-product-options .option-body, .product-list.simple .product-item .gr-product-options .shop2-product-options .option-body {
  font: 600 16px/1.2 "Montserrat", Arial, Helvetica, sans-serif !important;
  color: #000 !important;
}
.product-list.thumbs .product-item .gr-product-name, .product-list.simple .product-item .gr-product-name, .product-list.list .product-item .gr-product-name {
  font-size: 24px !important;
}
body .card-page__top-new .shop2-product .card-page__right .shop2-product-options .option-item .option-body {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
