﻿/* PADRÕES */

/* textos - cores e tamanhos */
a {
    color: blue;
    text-decoration: none;
    transition: all .3s;
}

    a:hover,
    a:focus {
        color: blue;
        text-decoration: none;
    }

.text-dark {
    color: var(--black-medium) !important;
}

.text-white {
    color: #FFFFFF;
}

.text-padrao {
    color: var(--cor-padrao);
}

.text-gray {
    color: var(--black-medium);
}

.hot-text-body {
    color: var(--black-medium);
    font-size: medium;
}

.hot-title {
    color: var(--black-medium);
    font-size: 20px;
    text-align: center
}

/* cor de background */
.bg-padrao {
    background-color: var(--cor-padrao);
}

/* botão com cor padrão */
.btn-padrao {
    background-color: var(--cor-padrao);
    border-color: var(--cor-padrao);
    font-size: var(--fonte-size-base);
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 6px 12px;
}

    .btn-padrao:hover, .btn-padrao:focus, .btn-padrao:active,
    .btn-padrao:not(:disabled):not(.disabled).active,
    .btn-padrao:not(:disabled):not(.disabled):active,
    .show > .btn-padrao.dropdown-toggle {
        background-color: var(--cor-padrao);
        border-color: var(--cor-padrao);
        outline: none;
    }

.btn-personalizar {
    background-color: #ffdd00 !important;
    color: #000000 !important;
    border-color: #ffdd00 !important;
    font-size: var(--fonte-size-base);
    letter-spacing: 0.15px;
    padding: 6px 3rem;
}

.btn-black {
    background-color: #000 !important;
    color: #FFF !important;
    border-color: #000 !important;
    font-size: var(--fonte-size-base);
    letter-spacing: 0.15px;
    border-radius: 15px;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #555;
    font-family: var(--fonte-site);
    font-size: var(--fonte-size-base);
    font-weight: 400;
    line-height: 1.4;
    overflow-x: hidden;
}

.page-wrapper {
    position: relative;
    transition: transform .25s;
}

.sticky {
    padding: 0px 10px;
    background-color: var(--sticky-color);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
}

    .sticky.sticky-black {
        background-color: transparent;
        justify-content: flex-end;
        text-align: center;
        padding-top: 1rem;
        color: black;
    }

        .sticky.sticky-black p {
            background-color: transparent;
            justify-content: flex-end;
            text-align: center;
            color: black;
        }

        .sticky.sticky-black span {
            font-size: 2em;
            padding: 5px 10px;
            border-radius: 5px;
        }

.main {
    flex: 1 1 auto;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mt-9 {
    margin-top: 9rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.m-b-1 {
    margin-bottom: .4rem !important;
}

.m-b-2 {
    margin-bottom: .8rem !important;
}

.m-b-3 {
    margin-bottom: 1.6rem !important;
}

.m-b-4 {
    margin-bottom: 2.4rem !important;
}

.m-b-5 {
    margin-bottom: 4.8rem !important;
}

p {
    margin-bottom: 1rem;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.font-larger {
    font-size: larger;
}

.font-xlarge {
    font-size: x-large;
}

.align-content-center {
    align-content: center;
}

.responsive-iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

@media (min-width: 768px) {
    .responsive-iframe {
        width: 560px;
        height: 315px;
    }

    .card-presentes {
        min-height: 400px !important;
    }
}

.heading-border {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    margin: 0 -8px;
}

    .heading-border:before, .heading-border:after {
        -ms-flex: 1;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        content: '';
        flex: 1;
        height: 0;
        margin: 0 8px;
    }

    .heading-border.section-title {
        margin: 0;
    }

        .heading-border.section-title:before, .heading-border.section-title:after {
            margin: 0 2rem;
        }

.section-title {
    font-size: 2.4rem;
}

.align-text-left {
    text-align: left;
}

.no-flex {
    flex: none;
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.row-sparse {
    margin-left: -15px;
    margin-right: -15px;
}

    .row-sparse > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

.post {
    margin-bottom: 3rem;
}

    .post a {
        color: inherit;
    }

        .post a:hover, .post a:focus {
            text-decoration: underline;
        }

    .post .read-more {
        float: right;
    }

        .post .read-more i:before {
            margin: 0;
        }

.post-media {
    background-color: #ccc;
    border-radius: 0;
    margin-bottom: 2rem;
}

    .post-media .post-date {
        background: #212121;
        color: #fff;
        font-family: var(--fonte-site);
        left: 1rem;
        letter-spacing: .05em;
        padding: 1rem .8rem;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 1rem;
        width: 4.5rem;
    }

    .post-media .day {
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1;
    }

    .post-media .month {
        display: block;
        font-size: 1.12rem;
        line-height: 1;
        opacity: .7;
    }

.post-body {
    margin-bottom: 2.7rem;
    padding-bottom: 1.7rem;
}

    .post-body .post-date {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        float: left;
        margin-right: 10px;
        text-align: center;
        width: 45px;
    }

        .post-body .post-date .day {
            background-color: #f4f4f4;
            border-radius: .2rem .2rem 0 0;
            color: #08C;
            display: block;
            font-size: 1.6rem;
            font-weight: 700;
            line-height: 1.375;
            margin-bottom: .3rem;
            padding: 1rem .2rem;
        }

        .post-body .post-date .month {
            background-color: #08C;
            border-radius: 0 0 .2rem .2rem;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
            color: #fff;
            display: block;
            font-size: 1.2rem;
            line-height: 1.33;
            padding: 0 .2rem .2rem;
        }

.post-content:after {
    clear: both;
    content: '';
    display: block;
}

.blog-section .post-body {
    border: 0;
    margin-left: 0;
    padding-bottom: 2.1rem;
}

.ptb-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.icon-angle-double-right:before {
    content: '\e822';
}

.subtitle {
    color: #212121;
    font-size: 1.9rem;
}

.text-ellipsis {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsletter-form {
    background-color: #FFFFFF;
    border-radius: 5rem;
    margin: 0;
    padding-left: 2rem;
}

    .newsletter-form .form-control {
        background-color: #FFF;
        border: 0;
        box-shadow: none;
        color: #212121;
        font-size: 1.2rem;
        height: 40px;
        margin: 0;
        outline: none;
        padding: 1rem 1rem 1rem 0;
    }

        .newsletter-form .form-control:focus {
            border: 0;
        }

    .newsletter-form .btn {
        border: 0;
        border-radius: 0 5rem 5rem 0;
        box-shadow: none;
        font-size: 1rem;
        height: 40px;
        letter-spacing: .005em;
        line-height: 33px;
        padding: 0 2.5em;
    }

.card-body {
    border-radius: 0;
    border-top: 0;
    padding: 2rem 1.5rem;
}

    .card-body a {
        text-decoration: underline;
    }

    .card-body h4 {
        color: #666;
        margin-bottom: .7rem;
    }

.card-header {
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 1.2rem 1.5rem;
    text-transform: uppercase;
}

    .card-header:after {
        clear: both;
        content: '';
        display: block;
    }


.departamento-card {
    display: inline-flex !important;
    color: var(--cor-padrao) !important;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 500;
}

    .departamento-card:hover {
        background-color: var(--cor-padrao-light);
        padding: 0px 5px 0px 5px;
        border-radius: 5px;
        text-decoration: none;
    }

.nome-produto-galeria {
    font-size: 1.6rem;
    font-weight: 600;
}

.ratings-container {
    line-height: 1;
    margin: 0 0 10px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .ratings-container .product-ratings,
    .ratings-container .ratings {
        position: relative;
        display: inline-block;
        font-size: 11px;
        letter-spacing: .1em;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .ratings-container .product-ratings {
        height: 11px;
    }

        .ratings-container .product-ratings:before {
            content: "";
            color: var(--cor-padrao-light);
        }

        .ratings-container .product-ratings:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }

    .ratings-container .ratings {
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
    }

        .ratings-container .ratings:before {
            content: '\f005\f005\f005\f005\f005';
            color: var(--padrao-new);
        }

.product-default {
    color: #555;
    margin-bottom: 0;
}

    .product-default figure {
        margin-bottom: 0.6rem;
        position: relative;
    }

        .product-default figure img {
            height: auto;
            transition: all .5s;
            width: 100%;
        }

            .product-default figure img:last-child {
                left: 0;
                left: 0;
                opacity: 0;
                position: absolute;
                right: 0;
                top: 0;
            }

            .product-default figure img:first-child {
                opacity: 1;
                position: relative;
            }

    .product-default .tooltiptext {
        background-color: #333;
        bottom: 125%;
        color: #fff;
        font-family: var(--fonte-site);
        font-weight: 400;
        left: 50%;
        letter-spacing: .01em;
        opacity: 0;
        padding: 1rem .7rem;
        position: absolute;
        text-align: center;
        transform: translateX(-50%);
        transition: opacity .3s;
        visibility: hidden;
        z-index: 1;
    }

.text-descricao-galeria {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 1.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-box {
    font-family: var(--fonte-site);
    font-weight: 600;
    line-height: 1;
    margin-bottom: .5rem;
}

.bg-hotsite {
    background-color: #FFFFFF;
    color: var(--black-dark);
}

.color-text-hotsite-secondary {
    color: var(--cor-padrao);
}

.text-discount {
    font-size: 90px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.bg-footer-hotsite {
    background-color: var(--bg-footer-hotsite);
}

.contador {
    background-color: var(--cor-padrao);
    border-radius: 0 0 50px 50px;
    padding: 8px 80px;
}

    .contador h1 {
        font-weight: 700;
        color: var(--black-medium);
    }

.group-contador {
    display: inline-block;
    min-width: 90px;
}

    .group-contador small {
        display: block;
        font-size: 14px;
    }

.accordion-card {
    border-bottom: 1px solid var(--gray-davys) !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

    .accordion-card button:hover, .accordion-card button:focus, .accordion-card button:active {
        text-decoration: none;
    }

.cards-hotsite {
    overflow-x: hidden !important;
}

.circle-hotsite {
    background-color: transparent !important;
}

@media (max-width: 550px) {
    .contador {
        padding: 8px 30px;
    }

    .group-contador {
        min-width: 60px;
    }
}

@media (max-width: 440px) {
    .box-footer {
        justify-content: center;
    }
}

.accordion .fa-angle-up:before {
    color: var(--cor-icone-padrao);
}

.accordion-white .fa-angle-up:before {
    color: white;
}

.accordion-black .card-body {
    background-color: var(--amost-black);
}

.accordion button.collapsed .fa-angle-up {
    transform: rotate(180deg);
}

.lanc-border-bottom {
    border-bottom: 1px solid gray !important;
}

.lanc-bg-title {
    background-color: var(--black-medium);
    padding: 5px 25px;
    border-radius: 0 50px 50px 0;
}

    .lanc-bg-title h3 {
        color: #FFFFFF;
    }

@media (max-width: 767.98px) {
    .img-phone {
        display: none;
    }

    .lanc-info-box {
        width: 100% !important;
    }

    .lanc-newsletter-section {
        padding: 0 50px;
    }
}

@media (min-width: 768px) and (max-width: 799.98px) {
    .img-phone {
        right: 75px !important;
    }
}

@media (min-width: 800px) and (max-width: 991.98px) {
    .img-phone {
        right: 85px !important;
    }
}

/* BANNERS */

.banner-title {
    color: #FFFFFF;
    letter-spacing: -0.25px;
    text-align: center;
}

.flag-lancamento {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 5px;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 5px;
}

.lanc-bg-footer {
    background-color: var(--bg-footer-hotsite);
}

.lanc-info-box {
    color: #FFFFFF;
}

    .lanc-info-box h3 {
        color: #FFFFFF;
        font-weight: 700;
        text-transform: none;
    }

.lanc-newsletter-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.lanc-btn-newsletter {
    background-color: var(--cor-btn-lanc-newsletter);
    color: #FFFFFF;
}

    .lanc-btn-newsletter:hover {
        color: #FFFFFF;
    }

.lanc-box-news {
    padding: 0 20px;
    margin-bottom: 20px;
}

.img-phone {
    position: absolute;
    bottom: 0;
    right: 110px;
}

.lanc-box-img {
    margin-bottom: 10px;
}

.lanc-title-height {
    min-height: 50px;
}

.banner-lancamento {
    background-image: url("	https://wbl.blob.core.windows.net/public/lanc-banner.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 322px;
    position: relative;
    background-color: var(--black-dark);
}

.bg-pais-132 {
    background-color: #7ECFFF;
    position: relative;
    min-height: 925px;
}

    .bg-pais-132 img {
        position: absolute;
    }

    .bg-pais-132 .svg-1 {
        top: 0;
        left: 0;
    }

    .bg-pais-132 .svg-2 {
        bottom: 0;
        left: 0;
    }

    .bg-pais-132 .svg-3 {
        top: 0;
        right: 0;
    }

    .bg-pais-132 .svg-4 {
        bottom: 485px;
        right: 0;
    }

    .bg-pais-132 .svg-5 {
        bottom: 32px;
        right: 0;
    }

    .bg-pais-132 .svg-6 {
        bottom: 0;
        right: 128px;
    }

.bg-produtos-pais {
    background-color: #41aeed;
    position: relative;
    min-height: 1000px;
}

    .bg-produtos-pais img {
        position: absolute;
    }

    .bg-produtos-pais .svg1 {
        top: 123px;
        left: 70px;
    }

    .bg-produtos-pais .svg2 {
        top: 272px;
        left: 0;
    }

    .bg-produtos-pais .svg3 {
        top: 602px;
        left: 38px;
    }

    .bg-produtos-pais .svg4 {
        top: 1295px;
        left: 79px;
    }

    .bg-produtos-pais .svg5 {
        top: 1780px;
        left: 21px;
    }

    .bg-produtos-pais .svg6 {
        top: 30px;
        left: 392px;
    }

    .bg-produtos-pais .svg7 {
        top: 77px;
        right: 312px;
    }

    .bg-produtos-pais .svg8 {
        top: 0;
        right: 0;
    }

    .bg-produtos-pais .svg9 {
        top: 372px;
        right: 27px;
    }

    .bg-produtos-pais .svg10 {
        top: 1062px;
        right: 0;
    }

    .bg-produtos-pais .svg11 {
        bottom: 655px;
        right: 63px;
    }

    .bg-produtos-pais .svg12 {
        bottom: 0;
        right: 0;
    }

    .bg-produtos-pais .svg13 {
        bottom: 42px;
        left: 50%;
    }

.bg-produtos-lanc {
    background-color: var(--gray-light-background);
    position: relative;
}

.lanc-bg-saiba-mais {
    width: 100%;
    background-color: #FD0;
    position: relative;
    z-index: -2;
}

    .lanc-bg-saiba-mais.bg-bf-132 {
        width: 100%;
        background-color: transparent;
        z-index: 0;
    }

    .lanc-bg-saiba-mais img {
        position: absolute;
    }

    .lanc-bg-saiba-mais .svg-1 {
        top: 0;
        right: 0;
        z-index: -1;
    }

    .lanc-bg-saiba-mais .svg-2 {
        top: 211px;
        left: 0;
        z-index: -1;
    }

    .lanc-bg-saiba-mais .svg-3 {
        top: 294px;
        left: 30px;
        z-index: -1;
    }

    .lanc-bg-saiba-mais .svg-4 {
        top: 688px;
        right: 0;
    }

    .lanc-bg-saiba-mais .svg-5 {
        bottom: 720px;
        left: 0;
        z-index: -1;
    }

    .lanc-bg-saiba-mais .svg-6 {
        bottom: 798px;
        right: 0;
    }

    .lanc-bg-saiba-mais .svg-7 {
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .lanc-bg-saiba-mais .svg-8 {
        bottom: 0;
        right: 96px;
    }

    .lanc-bg-saiba-mais .svg-9 {
        bottom: 70px;
        right: 0;
    }

.box-saiba-mais {
    background-color: #FFFFFF;
    border-radius: 10px;
    gap: 40px;
    padding: 45px 29.5px 45px 29.5px;
    margin: 20px 10px;
    box-shadow: 8px 10px;
    height: 242px;
    justify-content: flex-end;
}

    .box-saiba-mais.box-saiba-mais-bf {
        background-color: #FFFFFF;
        border-radius: 10px;
        gap: 7px;
        margin: 20px 10px;
        box-shadow: 8px 10px #141414;
        height: 340px;
        justify-content: center;
    }

@media (min-width: 768px) {
    .bg-pais-132 .svg-7,
    .bg-pais-132 .svg-8,
    .bg-pais-132 .svg-9,
    .bg-pais-132 .svg-10 {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .box-saiba-mais {
        gap: 10px;
        padding: 15px;
        margin: 10px 5px;
        height: 165px;
        justify-content: center;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .lanc-bg-saiba-mais .svg-8 {
        display: none;
    }

    .bg-pais-132 .svg-1,
    .bg-pais-132 .svg-2,
    .bg-pais-132 .svg-3,
    .bg-pais-132 .svg-4,
    .bg-pais-132 .svg-5,
    .bg-pais-132 .svg-6 {
        display: none;
    }

    .bg-pais-132 .svg-7 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .bg-pais-132 .svg-8 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .bg-pais-132 .svg-9 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .bg-pais-132 .svg-10 {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .bg-pais-132 h3 {
        margin-top: 100px !important;
    }

    .bg-pais-132 .container {
        margin-bottom: 160px !important;
    }
}

.box-saiba-mais img {
    position: relative;
}

.box-saiba-mais p {
    margin-bottom: 0;
    min-height: 40px;
}

.bg-produtos-lanc img {
    position: absolute;
}

.bg-produtos-lanc .svg1 {
    top: 538px;
    left: 86px;
}

.bg-produtos-lanc .svg2 {
    bottom: 412px;
}

.bg-produtos-lanc .svg3 {
    top: 45px;
    right: 140px;
}

.bg-produtos-lanc .svg4 {
    bottom: 936px;
    right: 0;
}

.bg-produtos-lanc .svg5 {
    bottom: 81px;
    left: 771px;
}

.header-principal-pais {
    background-color: var(--hotsite-dia-dos-pais-dark);
    height: 533px;
    position: relative;
}

    .header-principal-pais img {
        position: absolute;
    }

    .header-principal-pais .svg1 {
        bottom: 0;
        left: 20px;
    }

    .header-principal-pais .svg2 {
        top: -156px;
        right: 20px;
    }

    .header-principal-pais .svg3 {
        bottom: 29px;
        right: 50px;
    }

    .header-principal-pais .svg4 {
        top: 10px;
        left: 40px;
    }

    .header-principal-pais .svg5 {
        top: 20px;
        right: 20px;
    }

    .header-principal-pais .svg6 {
        bottom: 20px;
        right: 40px;
    }

@media (max-width: 575.98px) {
    .bg-produtos-lanc .svg3 {
        display: none;
    }

    .header-principal-pais a {
        align-items: flex-end !important;
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .header-principal-pais .svg1, .header-principal-pais .svg7 {
        display: none;
    }

    .header-principal-pais .svg4 {
        top: 0;
    }

    .header-principal-pais .svg6 {
        left: 50px;
    }
}

@media (max-width: 1199.98px) {
    .header-principal-pais .svg2 {
        right: 0;
    }

    .header-principal-pais .svg6 {
        right: 10px;
    }
}

@media (max-width: 892.98px) {
    .header-principal-pais .svg1, .header-principal-pais .svg2 {
        display: none;
    }

    .header-principal-pais .svg4 {
        left: 0;
    }

    .header-principal-pais .svg6 {
        right: 0;
    }

    .box-banner-title {
        align-items: center !important;
    }
}

/*Background Newsletter - HTML*/
.bg-newsletter {
    background-color: var(--black-medium);
    height: 339px;
    position: relative;
}

.black-bg-newsletter {
    background-color: var(--amost-black);
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .black-bg-newsletter
    .bg-newsletter-secondary {
        margin: 180px 50px 0px 50px !important;
    }

.bg-newsletter-secondary {
    background-color: black;
    height: 267px;
    position: relative;
    border-radius: 20px;
    margin: 180px 50px 50px 50px;
}

.img-news-whats {
    position: absolute;
    bottom: 0;
}

.lanc-news-phone {
    position: relative !important;
    bottom: 38px;
    z-index: 5;
}

.bg-newsletter img {
    position: absolute;
}

.bg-newsletter .svg1 {
    right: 256px;
    bottom: 54px;
}

.bg-newsletter .svg2 {
    left: 270px;
    bottom: 102px;
}

.bg-newsletter .svg3 {
    left: 0;
    top: 47px;
}

.bg-newsletter .svg4 {
    right: 239px;
    top: 0;
}

@media (min-width: 768px) {
    .bg-newsletter .svg5, .bg-newsletter .svg6, .bg-newsletter .svg7 {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .box-footer div {
        justify-content: center !important;
    }

    .bg-newsletter-secondary {
        margin: 0;
        margin-top: 100px !important;
    }

    .lanc-news-phone, .img-news-whats {
        display: none;
    }

    .bg-newsletter {
        height: 431px;
    }

        .bg-newsletter .svg3, .bg-newsletter .svg4 {
            display: none;
        }

        .bg-newsletter .svg5 {
            left: 29px;
            top: 53px;
        }

        .bg-newsletter .svg6 {
            left: 0;
            bottom: 0;
        }

        .bg-newsletter .svg7 {
            right: 0;
            bottom: 0;
        }

    .bg-produtos-pais .svg6, .bg-produtos-pais .svg7, .bg-produtos-pais .svg13 {
        display: none;
    }
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #212121;
    font-family: var(--fonte-site);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.8rem;
}

h1, .h1 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.223;
}

h2, .h2 {
    font-size: 1.7em;
    line-height: 1.5;
}

h3, .h3 {
    font-size: 1.5em;
    line-height: 1.28;
}

h4, .h4 {
    font-size: 1.4em;
    line-height: 1.35;
}

h5, .h5 {
    font-size: 1.2em;
    line-height: 1.429;
}

h6, .h6 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.385;
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 2.5rem;
    }

    .heading {
        margin-bottom: 4rem;
    }
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 3rem;
    }

    .heading {
        margin-bottom: 5rem;
    }

    .w-lg-max {
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }
}

@media (min-width: 1220px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: none;
    }
}

footer .container {
    position: relative;
}

footer {
    font-size: 1.34rem;
    line-height: 24px;
}

.footer .social-icon {
    border-radius: 50%;
    height: 3.2rem;
    line-height: 3.2rem;
    width: 3.2rem;
}

    .footer .social-icon:not(:hover):not(:active):not(:focus) {
        background-color: #ffffff;
        color: #333;
    }

.social-icon {
    background-color: #08C;
    color: #fff;
    display: inline-block;
    font-size: var(--fonte-size-base);
    line-height: 3.2rem;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    width: 3.2rem;
}

    .social-icon + .social-icon {
        margin-left: .6rem;
    }

.social-icons .social-icon:hover, .social-icons .social-icon:focus {
    color: #fff;
    opacity: .85;
    text-decoration: none;
}

.social-icon.social-facebook {
    background-color: #3b5a9a;
}

.social-icons {
    display: flex;
}

.social-icon.social-twitter {
    background-color: #1aa9e1;
}

.social-icon.social-instagram {
    background-color: #c1558b;
}

.social-icon.social-tiktok {
    background-color: #000;
}

.social-icon.social-linkedin {
    background-color: #0073b2;
}

.social-icon.social-pinterest {
    background-color: #c70000;
}

.social-icon.social-whatsapp {
    background-color: #2ca639;
}

.social-icon.social-gplus {
    background-color: #dd4b39;
}

.social-icon.social-mail {
    background-color: #dd4b39;
}

.social-icon.social-youtube {
    background-color: #ff0000;
}

.social-icon.social-blog {
    background-color: #f75307;
}

.icon-header img {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

.icon-footer img {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icons-social a:hover > img:not(.whatsapp) {
    opacity: 0.85;
    text-decoration: none;
    filter: invert(100%);
}

.icons-social-mobile img {
    filter: invert(100%);
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-orc {
    border-radius: 20px;
}

.label-group-up {
    left: 1rem;
    position: absolute;
    top: 1rem;
    z-index: 2;
}

.product-label-up {
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    padding: 5px 11px;
    text-align: center;
    text-transform: capitalize;
}

.label-group-down {
    margin: 0px;
    position: relative;
    z-index: 2;
}

.product-label-down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: .8rem;
    color: #fff;
    letter-spacing: .075em;
    font-family: var(--fonte-site);
    margin: 0;
    border: none;
    text-align: center;
}

.a-underline {
    color: black;
    text-decoration: none !important;
}

    .a-underline:hover {
        color: blue !important;
        text-decoration: underline !important;
    }

.carousel-control-prev, .carousel-control-next {
    border: none;
    background-color: transparent;
    opacity: unset;
    width: 0;
}

.icon-angle-up:before {
    content: '\e81b';
}

#scroll-top {
    background-color: #43494e;
    border-radius: 0 0 0 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 1;
    opacity: 0;
    padding: 11px 0;
    position: fixed;
    right: 15px;
    text-align: center;
    transform: translateY(40px);
    transition: all .3s, margin-right 0s;
    visibility: hidden;
    width: 40px;
    z-index: 9999;
    margin-right: 0;
}

    #scroll-top:hover, #scroll-top:focus {
        background-color: #3a4045;
    }

    #scroll-top.fixed {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-presentes {
    border-radius: 10px;
    position: relative;
    z-index: -2;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    max-height: 350px;
    justify-content: center;
}

.card-presentes-small {
    border-radius: 10px;
    position: relative;
    z-index: -2;
    display: flex;
    flex-direction: column;
    min-height: 256px;
    max-height: 256px;
    justify-content: center;
}

    .card-presentes-small img {
        height: 100%;
        width: auto;
    }

.card-presentes-small-black {
    border-radius: 10px;
    position: relative;
    display: flex;
    background-color: #2c2c2c;
    flex-direction: column;
    min-height: 256px;
    max-height: 256px;
    height: 256px;
    justify-content: center;
}

    .card-presentes-small-black img {
        height: 100%;
        width: auto;
    }

.card-presentes .card-presentes-small .title {
    height: 65px;
}

.bg img {
    position: absolute;
}

.bg .svg1 {
    top: 42px;
    left: 53px;
}

.bg .svg2 {
    top: 15px;
    right: 38px;
}

@media (max-width: 959.98px) {
    .img-absolute {
        width: 110px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-presentes .card-presentes-small {
        height: 380px;
    }
}

@media (max-width: 767.98px) {
    .card-presentes .card-presentes-small {
        height: 320px;
        margin-bottom: 10px;
    }

    .bg {
        height: 350px;
    }

    .box-img-card {
        height: unset !important;
        margin-top: 1rem;
    }

        .box-img-card img {
            display: none;
        }

        .box-img-card h3 {
            text-align: center;
        }

        .box-img-card p {
            text-align: center;
            margin-bottom: 1rem !important;
        }

    .box-carrosel {
        min-height: 790px;
    }
}

.show-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .text-descricao-galeria {
        font-size: 1.5rem;
    }

    .box .rectangle {
        height: 50rem !important;
    }

    .sticky.sticky-black {
        display: none;
    }

    .column-items-black-friday {
        max-width: fit-content !important;
    }

    .banner-black-giv {
        left: 0rem !important;
        position: inherit;
    }

    .tex-banner-black-giv {
        left: 0rem !important;
    }
}

.bg-banner-carrosel {
    background-image: url("https://wbl.blob.core.windows.net/public/bg-banner-carrosel.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #CEEAFD;
}

.bg-brindes {
    display: flex;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #CEEAFD;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 809.98px) {
    .box-brindes {
        justify-content: flex-start !important;
    }
}

.border-radius-15 {
    border-radius: 15px;
}

.hot-sticky-header {
    background-color: #008aff;
    border: 1px solid #008aff;
}

.logo-img {
    position: relative !important;
    top: 5%;
    left: 5%;
}

.baixe-app-135 {
    font-family: Verdana;
}

    .baixe-app-135 h1 {
        font-family: Verdana;
        font-size: 4rem
    }

    .baixe-app-135 h2 {
        font-family: Verdana;
        font-size: 2.4rem
    }

.title-medium {
    font-size: 22px;
}

.content-medium {
    font-size: 19px;
}

.baixe-app-135 .header-principal {
    position: relative;
    background-color: #0445DF;
    min-height: 600px;
    border-radius: 0px 0px 90px 90px;
}

.baixe-app-132 .header-principal {
    position: relative;
    background-color: var(--bg-footer-hotsite);
    min-height: 600px;
}

.baixe-app-135 .img-banner {
    position: absolute;
    top: 0;
    right: 0;
}

.baixe-app-132 .img-banner {
    position: absolute;
    bottom: 0;
    right: 78px;
}

.baixe-app-135 .grid-desconto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.baixe-app-132 .grid-desconto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.baixe-app-135 .box-desconto {
    width: 33%;
}

.baixe-app-132 .box-desconto {
    width: 33%;
    color: #FFFFFF;
}

.baixe-app-135 .bg-absolute {
    position: relative;
    padding-top: 60px;
}

.baixe-app-132 .bg-absolute {
    background-color: var(--cor-padrao-secondary);
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
}

    .baixe-app-132 .bg-absolute .svg1 {
        position: absolute;
        right: 0;
        top: 0;
    }

    .baixe-app-132 .bg-absolute .svg2 {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.baixe-app-135 .bg-absolute .svg1 {
    position: absolute;
    left: 0px;
    top: 52px;
}

.baixe-app-135 .bg-absolute .svg2 {
    position: absolute;
    left: 0;
    top: 65rem;
}

.baixe-app-135 .bg-absolute .svg4 {
    position: absolute;
    right: 0;
    top: -2rem;
}

.baixe-app-135 .bg-absolute .svg5 {
    position: absolute;
    right: 0;
    top: 580px;
}

.baixe-app-135 .bg-absolute .svg6 {
    position: absolute;
    right: 15px;
    bottom: 150px;
}

.baixe-app-135 .bg-absolute .svg7 {
    position: absolute;
    left: 50px;
    top: 170px;
}

.baixe-app-135 .bg-absolute .svg8 {
    position: absolute;
    left: 0;
    bottom: 200px;
}

.baixe-app-135 .bg-absolute .svg9 {
    position: absolute;
    right: 0;
    top: 120px;
}

.baixe-app-135 .bg-absolute .svg10 {
    position: absolute;
    right: 0;
    bottom: 20px;
}

@media (max-width: 1199.98px) {
    .baixe-app-135 .header-principal {
        min-height: 520px;
    }

    .baixe-app-135 .img-banner {
        top: 20px;
        width: 700px;
    }

    .baixe-app-132 .img-banner {
        bottom: 0;
        width: 520px;
    }
}

@media (max-width: 991.98px) {
    .baixe-app-135 .header-principal {
        min-height: 490px;
    }

        .baixe-app-135 .header-principal h1 {
            font-size: 3.2rem;
        }

        .baixe-app-135 .header-principal h3 {
            font-size: 2.5rem;
        }

    .baixe-app-135 .img-banner {
        width: 650px;
    }

    .baixe-app-132 .img-banner {
        right: 30px;
        width: 480px;
    }
}

@media (max-width: 889.98px) {
    .baixe-app-135 .header-principal {
        min-height: 445px;
    }

    .baixe-app-135 .img-banner {
        top: 70px;
        width: 520px;
    }

    .baixe-app-132 .img-banner {
        bottom: 0;
        right: 20px;
        width: 390px;
    }
}

@media (max-width: 767.98px) {
    .baixe-app-135 .header-principal {
        min-height: 650px;
    }

    .baixe-app-135 .img-banner {
        top: 370px;
        width: 400px;
        left: auto;
        right: 25%;
    }

    .baixe-app-135 .header-principal {
        align-items: flex-start !important;
        padding-top: 20px;
    }

    .baixe-app-135 .title-app {
        text-align: center !important;
    }

    .baixe-app-132 .title-app {
        text-align: center !important;
    }

    .baixe-app-135 .col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .baixe-app-132 .header-principal {
        min-height: 820px;
    }

    .baixe-app-132 .img-banner {
        bottom: 0;
        width: 400px;
        left: auto;
        right: 25%;
    }

    .baixe-app-132 .header-principal {
        align-items: flex-start !important;
        padding-top: 20px;
    }

    .baixe-app-132 .col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .baixe-app-135 .box-desconto {
        width: 50%;
    }

    .baixe-app-132 .box-desconto {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .baixe-app-135 .box-desconto {
        width: 100%;
    }

    .baixe-app-132 .box-desconto {
        width: 100%;
    }
}

@media (max-width: 481.98px) {
    .baixe-app-135 .header-principal {
        min-height: 630px;
    }

    .baixe-app-135 .img-banner {
        top: 375px;
        width: 360px;
        left: auto;
        right: 4%;
    }

    .baixe-app-132 .header-principal {
        min-height: 865px;
    }

    .baixe-app-132 .img-banner {
        bottom: 0;
        width: 360px;
        left: auto;
        right: 4%;
    }
}

.box-qrcode {
    border-radius: 10px;
    padding: 15px;
    gap: 8px;
    width: fit-content;
}

.filtro-btns-galeria-folhinhas {
    text-align: center;
    background-color: var(--backgroundcolor-btn-group);
    padding: 1rem;
    margin: 1rem;
    justify-content: center;
    align-items: center;
}

.btn-galeria-folhinhas {
    background-color: white;
    color: var(--color-btn-group);
    cursor: pointer;
    font-size: 1.35rem;
    font-weight: 500;
    border-radius: 0;
    margin: 0.3rem;
    padding: .5rem 2rem !important;
}

    .btn-galeria-folhinhas:hover {
        border-color: var(--color-btn-group);
        color: var(--color-btn-group);
    }

    .btn-galeria-folhinhas.active {
        border-color: var(--color-btn-group);
        background-color: var(--color-btn-group);
        color: white;
        font-weight: bold;
    }

.filtro-btns-galeria-agendas {
    text-align: center;
    background-color: var(--backgroundcolor-btn-group);
    padding: 1rem;
    margin: 1rem 0rem;
    justify-content: center;
    align-items: center;
}

.btn-galeria-agendas {
    background-color: white;
    color: var(--btn-agenda);
    cursor: pointer;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    width: inherit;
    font-weight: 500;
    border-radius: 0;
    margin: 0.3rem;
    padding: .5rem 2rem !important;
}

    .btn-galeria-agendas:hover {
        border-color: var(--btn-agenda);
        color: var(--btn-agenda);
    }

    .btn-galeria-agendas.active {
        border-color: var(--btn-agenda);
        background-color: var(--btn-agenda);
        color: white;
    }

.menu-hotsite {
    position: relative;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(244, 244, 244);
}

.perguntas-frequentes .text-gray {
    min-height: unset;
    font-size: initial;
}

.box-bf {
    background-color: black;
}

.box-bf-text * :not(strong) {
    color: white;
}

.txt-mini-cards {
    color: black;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    left: 18rem;
    top: 3.5rem;
}

.small {
    width: 100px;
}

.medium {
    width: 150px;
}

.large {
    width: 250px;
}

.white-container .card {
    background-color: #151515;
    margin: 10px;
    width: 150px;
    height: 200px;
}

.svg-logo-principal {
    position: absolute;
    top: 50%;
}

.card-black-friday {
    border-radius: 10px;
    z-index: -2;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    max-height: 260px;
    justify-content: center;
    background-color: white;
}

.bg-hotsite-black {
    background-color: var(--amost-black);
}

.card-header-black {
    background-color: var(--amost-black);
}

.black-container {
    z-index: 10;
    position: relative;
}

.black-container {
}

.bg-black-friday {
    background-color: white;
    font-size: 38px;
    color: var(--amost-black);
}

.countdown {
    background-color: var(--amost-black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 4rem;
}

.countdown-item {
    margin: 0 10px;
}

    .countdown-item span {
        font-size: 2em;
        font-weight: bold;
        background-color: var(--back-contador);
        color: var(--cor-contador);
        padding: 10px 20px;
        border-radius: 5px;
    }

    .countdown-item p {
        margin: 1rem 0;
        color: white;
        font-weight: bold;
    }

.box-perguntas-frequentes {
    width: max-content;
    box-shadow: 10px 10px #141414;
    background-color: white;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: large;
}

.logos-lojas {
    display: flex;
    flex-flow: row wrap;
    column-gap: 3rem;
}

.header {
    border-bottom: 1px solid #f4f4f4;
    background-color: white !important;
    font-weight: normal !important;
}

.card-prods-black-friday {
    border-radius: 3px;
    display: flex;
    background: linear-gradient(150deg, #f03d25, #f36425 100%);
    flex-direction: column;
    min-height: 350px;
    max-height: 350px;
    justify-content: center;
}

    .card-prods-black-friday img {
        height: 335px;
        width: 335px
    }

.card-img-overlay {
    position: absolute;
    top: 200px;
}

.place-center {
    place-items: center;
}

/*quinzena do consumidor*/

@media (max-width: 1528px) {
    .categorias {
        top: 7% !important;
    }

    .banner-faq-quinzena-consumidor {
        margin-top: 5rem !important;
    }

    .faq-quinzena-consumidor {
        top: 2% !important;
    }

    .banner-principal-cupons {
        height: 54rem !important;
    }
}

@media(max-width: 1024px) {
    .banner-container-quinzena {
        height: 550px !important;
    }

    .banner-principal-cupons {
        min-height: 72rem !important;
    }

    .banner-top-categorias {
        height: 185rem !important;
    }

    .texto-container {
        top: 38% !important;
        gap: 2rem !important;
        display: flex !important;
        padding: 0px !important;
        align-items: center !important;
    }

    .titulo-quinzena {
        font-size: 3rem !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .texto-informativo {
        max-width: 100% !important;
        padding: 15px !important;
        font-size: 14px !important;
    }
}

@media(max-width: 600px) {
    .banner-container-quinzena {
        height: 600px !important;
    }

    .texto-container {
        flex-direction: column !important;
        top: 14% !important;
        left: 0 !important;
        gap: 2rem;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding: 0px !important;
        position: absolute !important;
    }

    .titulo-quinzena {
        font-size: 3rem !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .texto-informativo {
        max-width: 100% !important;
        padding: 14px !important;
        font-size: 16px !important;
    }

    .banner-cupons {
        top: 4% !important;
        width: 90% !important
    }

    .banner-principal-cupons {
        min-height: 130vh !important
    }

    .titulo-cupons {
        font-size: 20px !important;
    }

    .subtitulo-cupons {
        font-size: 16px !important;
    }

    .categorias {
        top: 0% !important;
    }

    .banner-top-categorias {
        height: 220rem !important;
    }

    .descricao-categoria {
        max-width: 100% !important
    }

    .titulo-categorias {
        font-size: 40px !important;
        margin-bottom: 3rem !important;
    }

    .quadrado-roxo {
        height: 180px !important;
        width: 100% !important;
        margin-bottom: 3rem !important;
    }

    .banner-faq-quinzena-consumidor {
        min-height: 180vh !important;
    }

    .faq-quinzena-consumidor {
        top: 0% !important;
    }

    .back-categorias {
        margin-bottom: 4rem !important;
        height: 160px !important;
    }
}

.accordion-radius {
    border-radius: 15px;
}

.self-center {
    align-self: center
}


.card-prod {
    min-width: 290px;
    min-height: 480px;
    max-width: 290px;
    max-height: 496px;
    padding: 5px 7px;
    margin: 2px;
    color: #555;
    display: flex;
    flex-flow: column;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
}

    .card-prod a {
        padding: .3rem 0rem;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #444;
        display: -webkit-box;
        text-overflow: ellipsis;
        white-space: normal !important;
    }

    .card-prod:hover {
        box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    }

        .card-prod:hover figure {
            box-shadow: none;
        }

    .card-prod .card-prod-header {
        flex-grow: 1;
    }

    .card-prod .card-prod-footer {
    }

    .card-prod .prod-preco {
        color: var(--cor-padrao);
        font-size: 2.4rem;
        font-weight: 600;
        line-height: .8;
    }

/*Novo card de produto*/
.card-prod-novo {
    border: 1px solid #f4f4f4;
    border-radius: var(--radius-card);
    overflow: hidden;
    background-color: #fff;
}

    .card-prod-novo .card-prod-img {
        height: auto;
        width: 100%;
        border-radius: var(--radius-card);
    }

    .card-prod-novo figure {
        position: relative;
        margin-bottom: 1rem;
    }

    .card-prod-novo .card-prod-marcadores {
        position: absolute;
        left: 1rem;
        top: 1rem;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }

        .card-prod-novo .card-prod-marcadores .label-group-up,
        .card-prod-novo .card-prod-marcadores .label-group-down {
            position: static !important;
            left: auto !important;
            right: auto !important;
            top: auto !important;
            bottom: auto !important;
            width: auto !important;
            height: auto !important;
            margin: 0 !important;
        }

            .card-prod-novo .card-prod-marcadores .product-label-up,
            .card-prod-novo .card-prod-marcadores .product-label-down,
            .card-prod-novo .card-prod-marcadores .label-group-up > *,
            .card-prod-novo .card-prod-marcadores .label-group-down > * {
                position: static !important;
                left: auto !important;
                right: auto !important;
                top: auto !important;
                bottom: auto !important;
                width: auto !important;
                margin: 0 !important;
            }

.card-prod-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.card-prod-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.card-prod-tag-marcador {
    border-radius: 10px;
    font-size: 1.1rem;
    padding: .3rem 1rem;
    display: inline-flex;
    letter-spacing: .05em;
    align-items: center;
    gap: .4rem;
}

.card-prod-tag {
    border-radius: 0px 10px 10px 0px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    padding: .4rem .8rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

    .card-prod-tag:has(img) {
        padding: .4rem 2rem .4rem .7rem;
    }


/*redes sociais*/
.rs-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

    .rs-icons .rs-link {
        font-size: 2.4rem;
        line-height: 1;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

        .rs-icons .rs-link:hover {
            transform: scale(1.15);
        }

    .rs-icons .rs-whatsapp i {
        color: #25D366;
    }

    .rs-icons .rs-instagram i {
        color: #E1306C;
    }

    .rs-icons .rs-youtube i {
        color: #FF0000;
    }

    .rs-icons .rs-linkedin i {
        color: #0A66C2;
    }

    .rs-icons .rs-pinterest i {
        color: #E60023;
    }

    .rs-icons .rs-tiktok i {
        color: #69C9D0;
    }

    .rs-icons .rs-blog i {
        color: #FF6600;
    }

    .rs-icons .rs-facebook i {
        color: #1877F2;
    }

    .rs-icons .rs-twitter i {
        color: #1DA1F2;
    }
