.designer-products-section-title{
	color: var(--Black_Gessato, #19181A);
	text-align: left;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 14px;
}
#designer .mb-4{
	margin-bottom: 0!important;
}
.image-link-wrapper{
	margin-bottom: 12px;
}
.designer-product-card-inner .bg-grigio {
    height: 350px;
    background-color: var(--Light-Grey, #F8F8F8) !important;
    border-radius: var(--md, 12px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.designer-product-card-inner{
    position: relative;	
}
.shop_product_buttons_wrapper{
	transition: opacity .3s ease-in-out;
    width: 100%;
    right: 0 !important;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
}
.yith-wcwl-add-to-wishlist{
	margin-top: 0;
}
.designer-product-card-inner:hover .shop_product_buttons_wrapper{
	opacity: 1;
}
.product-info-link-block .target-product-title{
	color: var(--Black_Gessato, #19181A);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	margin-bottom: 0;
}
.custom-loop-brand a, .custom-loop-brand{
	overflow: hidden;
	color: var(--Grey-2, #757575);
	text-overflow: ellipsis;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.product-price-link-block{
	color: var(--Black_Gessato, #19181A);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.designer-brands-container {
    margin-top: 40px;
}

.designer-brands-container .mb-4 {
    margin-bottom: 0 !important;
}

.brand-image-link-wrapper {
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
}

.brand-grid-placeholder {
    height: 350px;
    background-color: var(--Light-Grey, #F8F8F8);
    border-radius: var(--md, 12px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color .3s ease-in-out;
}

/*.brand-image-link-wrapper:hover .brand-grid-placeholder {
    background: #F2F2F2;
}*/

.brand-info-link-block {
    text-decoration: none !important;
    display: block;
}

.brand-card-title {
    color: var(--Black_Gessato, #19181A);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 155.556% */
}

.brand-card-description {
   overflow: hidden;
	color: var(--Grey-2, #757575);
	text-overflow: ellipsis;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.designer-brands-section-title{
    color: var(--Black_Gessato, #19181A);
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: left;
}
.designer-brands-section-title .gray{
	color: #757575;
}


.brand-grid-placeholder.square-container {
    height: auto !important;
    aspect-ratio: 1 / 1; 
    background-color: var(--Light-Grey, #F8F8F8);
    border-radius: var(--md, 12px);
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px;
}

.brand-logo-pure-img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    display: block;
}
body #designer .onsale {
	left: auto !important;
    right: 10px !important;
    /* transform: translateX(-70px); */
    margin: 0 !important;
    background-color: rgba(243, 76, 0, 0.1) !important;
    padding: 4px 8px !important;
    line-height: 20px !important;
    min-height: 1em !important;
    min-width: 1em !important;
    border-radius: 8px !important;
}
body .best-seller-label{
	margin: 0 !important;
}

.designer-product-card-inner {
    position: relative !important;
}

.labels-section {
    position: absolute !important;
    top: 15px;                
    right: 15px;                   
    z-index: 10;              
    display: flex !important;
    flex-direction: row;  
    align-items: flex-start; 
    gap: 8px;                 
}

.labels-section span,
.labels-section .onsale,
.labels-section .best-seller-label,
.labels-section .best-seller-label-and-sale {
    position: static !important; 
    margin: 0 !important;      
    display: inline-block !important;
}
@media (max-width: 992px) {
    .brand-grid-placeholder.square-container {
        aspect-ratio: auto;   
        height: 290px !important; 
        padding: 30px;  
    }
}

@media (max-width: 768px) {
    .brand-grid-placeholder.square-container {
        height: 260px !important;
        padding: 25px;         
    }
}