/*
 *
 * Product Item Horizontal
 *
*/
article.rdc-product-item-horizontal {display: grid;grid-template-columns: 148px 1fr;gap: 15px; min-height: 100%;}
article.rdc-product-item-horizontal .rdc-product-item-horizontal-content {display: flex;flex-direction: column;justify-content: center; flex-grow: 1;gap: 12px;}
body article.product.ads .desc {text-align: center;padding: 15px;}
body article.product.ads .name {margin-bottom: 4px;}
.rdc-product-item-horizontal-buttons-wrapper{display: flex;gap: 10px;margin-top: 8px;}
body.windows .rdc-product-item-horizontal-buttons-wrapper button {padding-top: 2px;}
@media screen and (max-width: 767px) {
	article.rdc-product-item-horizontal{grid-template-columns: 120px 1fr;}
}

/* Image */
article.rdc-product-item-horizontal .rdc-product-item-horizontal-image img {display: block;width: 100%;height: auto;}

/* Content */
.rdc-product-item-horizontal-content {padding: 15px 10px;position: relative;}
.rdc-product-item-horizontal-content, .rdc-popup-variants .rdc-wrapper-popup-footer {min-height: 98px;}

/* Price */
.rdc-product-item-horizontal-price .discount {display: block;}
.rdc-product-item-horizontal-image-prices {position: absolute;bottom: 8px;left: 8px;}
.rdc-product-item-horizontal-image-prices p {font-weight: 400;font-size: 12px;}

/* Colors */
.product-item-colors-wrapp {margin-top: 4px;}

/* Variants */
.rdc-popup-prepend {z-index: 20;}

/* Wishlist */
/*article.rdc-product-item-horizontal .rdc-product-item-addWish{display: flex;justify-content: center;align-items: center;width: 42px;height: 100%;border: 1px solid var(--color-lines);border-radius: 4px;background-color: var(--color-white);}
article.rdc-product-item-horizontal .rdc-product-item-addWish .rdc-icon-svg {display: none;width: 20px;height: 20px;}
article.rdc-product-item-horizontal .rdc-product-item-addWish:not(.disabled):not(.sel) .rdc-icon-wishlist,
article.rdc-product-item-horizontal .rdc-product-item-addWish.sel:not(.disabled) .rdc-icon-wishlist-active,
article.rdc-product-item-horizontal .rdc-product-item-addWish .rdc-icon-delete {display: block;}
@media (hover) {
	article.rdc-product-item-horizontal .rdc-product-item-addWish:hover{border-color: var(--color-black);}
	article.rdc-product-item-horizontal a.rdc-product-item-addWish:hover .rdc-icon-svg{opacity: 1;}
}*/