.column.rdc-proditem-zindex {z-index: 40;}
.rdc-product-itemh {display: grid;}
.row .column:not(:first-child) .rdc-product-itemh {margin-top: 15px;}
.rdc-product-itemh-content {display: flex;gap: 15px;flex-direction: column;padding: 3px 0;width: 100%;}
.rdc-product-itemh-wrapptop {display: grid;grid-template-columns: auto 1fr;grid-gap: 25px;align-items: center;}
.rdc-product-itemh-wrapptop .rdc-product-itemh-left {display: inline-grid;align-items: flex-start;grid-template-columns: 1fr 18px;grid-gap: 10px;}
.rdc-product-itemh-addWish .rdc-icon-svg {display: none;width: 100%;height: auto;padding-bottom: 100%;}
.rdc-product-itemh-addWish:not(.disabled):not(.sel) .rdc-icon-wishlist {display: block;}
.rdc-product-itemh-addWish.sel:not(.disabled) .rdc-icon-wishlist-active {display: block;}
@media (hover) {
	.rdc-product-itemh-addWish:hover .rdc-icon-wishlist-active {display: block;}
	.rdc-product-itemh-addWish:not(.disabled):not(.sel):hover .rdc-icon-wishlist{display: none;}
}
.rdc-product-itemh-flags {display: flex;align-items: center;}
.rdc-product-itemh-flags .flag {margin: 0 2px;}
.rdc-product-itemh-flags .flag:first-child {margin-left: 0;}
.rdc-product-itemh-desc {-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;}
.rdc-product-itemh-shop {display: flex;align-items: stretch;gap: 10px;flex-grow: 1;justify-content: flex-end;}
.rdc-product-itemh-colors {display: flex;gap: 10px;flex-wrap: wrap;}
.rdc-product-itemh-colors .rdc-product-color-item,
.rdc-product-itemh-colors .rdc-product-more-colors {width: 22px;}
.rdc-product-itemh-colors .rdc-product-more-colors .rdc-icon-svg {width: 100% !important;height: auto !important;}
.rdc-product-itemh .btn-cart-esgotado::after {content: attr(expression-without-stock);}
.rdc-product-itemh .btn-cart::after {content: attr(expression-available);}
.popUp .rdc-product-itemh-addCart::after {content: attr(expression-available);}
.rdc-product-itemh.cs_select_visible .btn-cart {border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.rdc-product-itemh .rdc-prod-custom-select, .rdc-product-itemh .select__customlist {height: 100%;}
.rdc-product-itemh .rdc-select-list {margin-top: 0;border-top-width: 1px;}
.rdc-product-itemh .select__customlist,
.rdc-product-itemh div:not(.rdc-custom-select__wrapper) > .rdc-custom-select {border-color: transparent !important;}
.rdc-product-itemh .select__customlist:hover .rdc-select-list {border-color: lightgray;}
.rdc-product-itemh .rdc-custom-select::after {display: none;}
.rdc-product-itemh .rdc-custom-select select {opacity: 0;height: 100%;}
.rdc-product-itemh .rdc-product-itemh-right {text-align: right;}
.rdc-product-itemh .rdc-promo-date {margin-top: 5px;}
.rdc-product-itemh .rdc-promo-30days {margin-top: 2px;}
body .rdc-product-itemh .rdc-custom-select [role="button"]:focus-visible {outline-offset: -1px;}
@media screen and (max-width: 767px) {
	.rdc-product-itemh {/*padding: 5px;*/grid-template-columns: 110px 1fr;grid-gap: 14px 10px}
	.rdc-product-itemh-content {grid-gap: 4px;}
	.rdc-product-itemh-wrapptop, .rdc-product-itemh-wrappbottom {grid-template-columns: 1fr;grid-gap: 0;}
	.rdc-product-itemh-wrapptop .rdc-product-itemh-right {order: -1}
	.rdc-product-itemh .rdc-flag-last-units {display: none;}
	.rdc-product-itemh-flags {margin-bottom: 4px}
	.rdc-product-itemh-desc {-webkit-line-clamp: 1;}
	.rdc-product-itemh-wrappfooter {display: flex;grid-column: span 2;align-items: center;}
	.rdc-product-itemh-wrappfooter.showAll {align-items: flex-start;}
	.rdc-product-itemh-wrappfooter .rdc-product-more-colors .rdc-icon-svg {background-size: 12px}
	.rdc-product-itemh-colors {gap: 5px;}
}
@media screen and (min-width: 768px) {
	.rdc-product-itemh {grid-template-columns: 160px 1fr;grid-gap: 20px;/*padding: 10px;*/}
	.rdc-product-itemh-flags {justify-content: flex-end;margin-right: -4px;}
	.rdc-product-itemh-desc {-webkit-line-clamp: 2;}
	.rdc-product-itemh-wrappcenter, .rdc-product-itemh-wrappbottom {display: flex;grid-gap: 25px;justify-content: space-between;}
	.rdc-product-itemh-wrappbottom {margin-top: auto;align-items: center;}
}