/* CSS CUSTOM */

/* Hotspot */
body .hotspot-wrap-svg{margin-top: -20px;margin-left: -20px;}
body .hotspot-wrap-svg,
body svg.svg-circleplus, 
body svg.svg-circleplus *{width: 43px;height: 43px;}

body .hotspot-ov-content .product-item .name, 
body .hotspot-ov-content .product-item .product-item-title{
    font-family: 'Metrocity-Medium', sans-serif;
    font-size: 15px;
    line-height: 180%;
    color: #222;
}

body .hotspot-ov-content .link{
    font-family: 'Metrocity-Book', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    text-decoration-line: underline !important;
    -moz-text-decoration-line: underline !important;
    border-bottom: 0;
}

body .hotspot-ov-content .link .rdc-icon-svg-mask{display: none;}

body .hotspot-ov-content .link:hover{text-decoration: none !important;}

body.rdc-platform-b2b .hotspot-ov-actions{justify-content: start;}

/* Banner Homepage */
body .home .home-slider .description .content p.home-slider-subtitle{padding: 4px 0;font-family: 'Metrocity-Book', sans-serif;font-size: 20px;line-height: 150%;}
body .home .home-slider .description .content p.home-slider-title{padding: 4px 0 10px;font-family: 'Metrocity-Bold', sans-serif;font-size: 48px;line-height: 150%;}
body .home .home-slider .description .content p.home-slider-description{padding: 5px 0;font-family: 'Metrocity-Medium', sans-serif;font-size: 18px;line-height: 150%;}

body .home .home-slider .description .content:not(.light) p.home-slider-subtitle{color: var(--color-theme);}
body .home .home-slider .description .content:not(.light) p.home-slider-title,
body .home .home-slider .description .content:not(.light) p.home-slider-description{color: var(--color-black);}

@media screen and (max-width: 767px) {
    body .home .home-slider .description .content p.home-slider-subtitle{padding: 5px 0;font-size: 18px;line-height: 28px;}
    body .home .home-slider .description .content p.home-slider-title{padding: 5px 0;font-size: 40px;}
    body .home .home-slider .description .content p.home-slider-description{padding: 0;font-size: 15px;}
}

/* Slick Dots */
body .slick-dots li {
    margin: 0 3px;
}

body .slick-dots li button:not([disabled]):not(.btn-cart-esgotado) {
    border-color: rgba(255,255,255,0.50);
    background: var(--color-darkgray);
}

@media screen and (min-width: 768px) {
    body .slick-dots li button:not([disabled]):not(.btn-cart-esgotado):hover {
        background-color: var(--color-theme);
        border-color: rgba(255,255,255,0.50);
    }
}

body .slick-dots li.slick-active button:not([disabled]):not(.btn-cart-esgotado) {
    background-color: var(--color-theme);
    border-color: rgba(255,255,255,0.50);
}

/* LANDING PAGE FORM */
body .bottom-form .bottom-bottom-form button{padding-left: 32px;padding-right: 32px;height: 42px;font-weight: 400;}

/* Catalog */
.rdc-page-catalog article figure img {aspect-ratio: 3 / 2;object-fit: cover;}
