

/* Start:/local/templates/webcenter/components/bitrix/catalog/catalog-plumbing/style.css?1777293760764*/
.plumbing-catalog {
	display: flex;
	gap: 20px;
}
.plumbing-catalog:has(.plumbing-catalog) .plumbing-catalog__items {
	width: calc(100% - 341px);
}
.plumbing-catalog__items {
	max-width: 100%;
	width: 100%;
}
.plumbing-filter--mobile {
	width: 100%;
	padding: 14px;
	border: 1px solid var(--color-primary);
	margin-bottom: 20px;
}
.plumbing-filter--mobile svg {
	margin-right: 5px;
}
div .smartfilter {
	top: 74px;
}
.plumbing-filter--mobile .filter-btn__inner_mobile {
	color: var(--color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
}
.plumbing-item__viewed-title {
	margin-bottom: 43px;
	font-size: 24px;
}
@media (max-width: 991px) {
	.plumbing-catalog {
		flex-direction: column;
	}
	.plumbing-catalog__items {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/webcenter/components/bitrix/catalog.element/plumbing/style.css?17772937604231*/
/* General Block Styles */
.product-detail {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    padding: 20px 0;
}

.product-detail__main-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between columns */
}

.product-detail__left-column,
.product-detail__right-column {
    flex: 1;
    min-width: 300px;
}

.product-detail__left-column {
    flex-basis: 57%;
}

.product-detail__right-column {
    flex-basis: 40%;
}

.product-detail__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Gallery Block */
.product-gallery {
    margin-bottom: 30px;
}

.product-gallery__image {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    max-height: 444px;
}
.product-gallery__image img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.product-gallery__thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-gallery__thumbnail-item {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.product-gallery__thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Properties List Block */
.properties-list {
    margin-bottom: 30px;
    max-width: 600px;
}

.properties-list__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.properties-list__items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.properties-list__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 10px;
}

.properties-list__name {
    color: #666;
    padding-right: 5px;
    flex-shrink: 0;
}

.properties-list__dots {
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    position: relative;
    bottom: 3px;
    margin: 0 5px;
    min-width: 20px;
}

.properties-list__value {
    font-weight: 500;
    text-align: right;
    padding-left: 5px;
}


/* Right Column Elements */
.product-detail__description {
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 15px;
}

.product-detail__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    border-radius: 4px;
}

.product-detail__price {
    font-size: 26px;
    font-weight: 700;
    color: #D0021B;
    display: flex;
    align-items: baseline;
}

.price__currency {
    margin-left: 5px;
}

/* Buttons */
.product-detail__buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-buy {
    background-color: #007bff;
    color: #fff;
}

.btn-buy:hover {
    background-color: #0056b3;
}

/* Back link */
.product-detail__back-link-wrapper {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.product-detail__back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #007bff;
    text-decoration: none;
    font-size: 15px;
}

.product-detail__back-link:hover {
    text-decoration: underline;
}
.product-detail__price {
    color: #818285;
    font-size: 24px;
    font-weight: 600;
}
.product-detail__price .price {
    color: #000000;
    font-size: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    .product-detail__left-column {
        flex-basis: unset;
        flex: unset;
        min-width: unset;
        width: 100%;
    }
    .product-detail__main-content {
        flex-direction: column;
    }
    
    .product-detail__actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .product-detail__buttons {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
    }
    
    .product-detail__buy-button {
        flex-grow: 1;
    }
}
/* End */


/* Start:/local/templates/webcenter/components/bitrix/catalog.products.viewed/.default/style.css?17772937601258*/
.plumbing-catalog__items-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.plumbing-item {
	width: calc((100% - (4 - 1) * 20px) / 4);
}
.plumbing-item__wrapper {
	border: 1px solid #D9D9D9;
	padding: 23px 23px 30px;
}
.plumbing-item__image {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.plumbing-item__image img {
	max-width: 100%;
	max-height: 100%;
}
.plumbing-item__title {
	position: relative;
	margin-bottom: 11px;
	min-height: 96px;
	padding-right: 30px;
}
.plumbing-item__title a {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
}
.plumbing-item__title a:hover {
	color: var(--color-primary);
}
.plumbing-item__price {
	color: #818285;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 23px;
}
.plumbing-item__price .price {
	color: #000000;
}
.pluming-item__favorite {
	position: absolute;
	top: -2px;
	right: 0;
	cursor: pointer;
}
.plumbing-pagination .btn_more1 {
	padding: 0;
}
.plumbing-catalog__items-wrapper {
	margin-bottom: 45px;
}
@media (max-width: 1499px) {
	.plumbing-item {
		width: calc((100% - (2 - 1) * 20px) / 2);
	}
}
@media (max-width: 767px) {
	.plumbing-item {
		width: 100%;
	}
	.plumbing-item__title {
		min-height: unset;
	}
}
/* End */


/* Start:/local/templates/webcenter/components/bitrix/news.list/contact_where_buy/style.css?1747707854150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/webcenter/components/bitrix/catalog/catalog-plumbing/style.css?1777293760764 */
/* /local/templates/webcenter/components/bitrix/catalog.element/plumbing/style.css?17772937604231 */
/* /local/templates/webcenter/components/bitrix/catalog.products.viewed/.default/style.css?17772937601258 */
/* /local/templates/webcenter/components/bitrix/news.list/contact_where_buy/style.css?1747707854150 */
