.rdc-product-itemh {--button-circle-size: 24px;display: grid;}
.column.rdc-proditem-zindex {z-index: 40;}
.row .column:not(:first-child) .rdc-product-itemh {margin-top: 15px;}
.rdc-product-itemh-content {display: flex;gap: 14px;flex-direction: column;padding: 3px 0;}
.rdc-product-itemh-wrapptop {display: flex;gap: 15px;flex-direction: column;align-items: center;}
.rdc-product-itemh-wrapptop .rdc-product-itemh-left {display: flex;flex-direction: column;align-items: flex-start;gap: 6px;flex: 1;}
.rdc-product-itemh-wrapp-title-flags, .rdc-product-itemh-wrapp-desc-price {display: flex;justify-content: space-between;width: 100%;}
.rdc-product-itemh-wrapp-title-flags {gap: 10px;}
.rdc-product-itemh-wrapp-desc-price {gap: 80px;}
.rdc-product-itemh-addWish .rdc-icon-svg {display: none;}
.rdc-product-itemh-addWish:not(.disabled):not(.sel) .rdc-icon-wishlist,
.rdc-product-itemh-addWish.sel:not(.disabled) .rdc-icon-wishlist-active {display: block;}
.rdc-product-itemh-flags .flag {white-space: nowrap;}
.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: 24px;height: 24px;flex-shrink: 0;}
.rdc-product-itemh-colors .rdc-product-more-colors .rdc-icon-svg {width: 100% !important;height: auto !important;mask-size: 12px !important;}
.rdc-product-itemh button.btn-cart-esgotado::after {content: attr(expression-without-stock);}
.rdc-product-itemh button.btn-cart::after {content: attr(expression-available);}
.rdc-product-itemh .rdc-product-itemh-right {display: flex;gap: 10px;}
.rdc-product-itemh .rdc-product-itemh-wrapp-desc-price .rdc-product-itemh-right {gap: 4px;}
.rdc-product-itemh .rdc-promo-date {margin-top: 5px;}
.rdc-product-itemh .rdc-promo-30days {margin-top: 2px;}
body .rdc-product-itemh .rdc-tooltip-box-content-wrapper{transform: translateX(calc(-100% + 20px));}
body .rdc-product-itemh .rdc-tooltip-box-arrow{left: calc(100% - 20px);}
.rdc-product-itemh-actions-top-item .rdc-icon-svg {width: 18px;height: 18px;}
.rdc-product-itemh-left .rdc-product-item-brand, .rdc-product-itemh-left .rdc-product-item-name {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 1px;min-width: 100%;}
.rdc-product-itemh-right:has(.rdc-product-itemh-price) {flex-direction: column;text-align: right;align-items: flex-end;}
.rdc-product-itemh-flags {display: flex;align-items: flex-start;flex-wrap: wrap;gap: 4px;}
.rdc-product-itemh-colors-list {display: flex;align-items: center;gap: 10px;}
.rdc-product-item-actions-top-item.rdc-product-itemh-addWish .rdc-icon-svg {width: 18px;height: 18px;}
.rdc-product-item-actions-bottom-item {display: none;}
@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;}
}
@media screen and (max-width: 767px) {
	.rdc-product-itemh {grid-template-columns: 110px 1fr;grid-gap: 14px 10px}
	.rdc-product-itemh-content {gap: 14px;}
	.rdc-product-itemh-wrapptop > .rdc-product-itemh-flags {margin-bottom: 2px;}
	.rdc-product-itemh-flags {margin-bottom: 4px;flex-wrap: wrap;}
	.rdc-product-itemh-flags .flag {flex-wrap: wrap;}
	.rdc-product-itemh-desc {-webkit-line-clamp: 2;}
	.rdc-product-itemh-wrappbottom {text-align: right;}
	.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;}
	.rdc-product-itemh-wrapptop > .rdc-product-itemh-flags {align-self: flex-start;}
	.rdc-product-itemh-wrapptop {gap: 0;}
	.rdc-product-itemh-wrapptop .rdc-product-itemh-left {gap: 2px;}
	.rdc-product-itemh-wrapp-desc-price {margin-top: 4px;}
}
@media screen and (min-width: 768px) {
	.rdc-product-itemh:not(.rdc-product-itemh-small) {grid-template-columns: 160px 1fr;grid-gap: 20px;}
	.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: grid;grid-template-columns: 1fr auto;grid-gap: 25px;}
	.rdc-product-itemh-wrappbottom {margin-top: auto;align-items: center;}
}

/* rdc-product-itemh-small - SMALL */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.rdc-product-itemh.rdc-product-itemh-small {grid-template-columns: 100px 1fr;grid-gap: 14px 10px}
}
@media screen and (min-width:767px) and (max-width:991px) {
	.rdc-product-itemh.rdc-product-itemh-small {grid-template-columns: 124px 1fr;grid-gap: 14px 10px}
}
@media screen and (min-width: 1200px) {
	.rdc-product-itemh.rdc-product-itemh-small {grid-template-columns: 124px 1fr;grid-gap: 14px 10px}
}

/* Complement With In Area B (Detail) */
#rdc-productdetail-area-b .rdc-complementwith-item .rdc-product-itemh-wrapp-desc-price {flex-direction: column;gap: 20px;}
#rdc-productdetail-area-b .rdc-product-itemh .rdc-product-itemh-wrapp-title-flags .rdc-product-itemh-right {gap: 15px;}
@media screen and (min-width: 768px) {
	#rdc-productdetail-area-b .rdc-product-itemh-desc {-webkit-line-clamp: 3;}
}