:root {
	--primary-c: #EAC4A5;
	/*--secondary-c: #89827C;
	--primary-text-c: #89827C;*/
    --secondary-c: #000;
	--primary-text-c: #000;
	--backdrop-c: #F9F8F3;
    --primary-c-faded: #eac4a598;
}

.top-header-center-item {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.form-floating i {
    color: var(--primary-c);
	font-size: 1.5rem;
}

.form-floating.search > label {
    padding: .5rem 3rem;
}

.form-floating > .form-control.search-input {
    padding-left: 3.1rem;
}

.cart-wrapper > span:first-child {
    width: 36px;
	height: 36px;
}

.cart-count {
    top: -5px;
    right: -5px;
}


.hamburger-button-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hamburger-button-wrapper > label {
    color: var(--primary-text-c);
}

.promotion-label-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-bg {
	background-image: none;
}

.sintoma-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.sintoma-info-wrapper > h1 {
	color: var(--primary-text-c);
}

.sintoma-info-wrapper > h5 {
    color: var(--primary-text-c);
}

.sintoma-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 3px solid var(--secondary-c);
    color: var(--secondary-c);
    padding-bottom: 10px;
}

.sintoma-select-wrapper > form {
    position: relative;
}

.sintoma-select-wrapper > form::after {
    content: "▼";
    font-size: .8rem;
    top: 2px;
    right: 67%;
    position: absolute;
    color: var(--secondary-c);
}
.sintoma-select-wrapper form > select {
    width: 35%;
}

.sintoma-info-wrapper > span {
    font-size: 14px;
    font-style: italic;
    color: var(--primary-text-c);
}

.backgound-sintomas {
    background-repeat: no-repeat;
    height: 279px;
    background-position: right;
}

.banner-list-wrapper {
    position: relative;
    margin-left: 0px;
    width: 100%;
}

.end-25{
    right: 25%;
}

.splide-arrow-center {
    transform: unset;
    top: 50%;
    bottom: -10%;
}

.splide-arrow-left-center {
    left: 0%;
    transform: translateX(-100%) rotateZ(180deg);
}

.splide-arrow-right-center {
    right: 0%;
    transform: translateX(100%);
}

.banner-label {
    position: absolute;
    left: 6%;
    top: 35%;
    padding: 0.8rem 1.25rem;
    background-color: unset;
    bottom: unset;
}

.banner-label > h1 {
    color: white;
}

.banner-label > h5 {
    color: white;
}

.banner-label > a {
	padding: 1rem;
    background-color: var(--primary-c);
    color: white;
    border-radius: 0;
    width: 100%;
    font-size: 1.5rem;
}

.banner-label > a:hover {
    color: white;
    text-decoration: none;
}

.bn_home_box-text > a {
    color: var(--primary-text-c);
    font-weight: 800;
    font-size: 18px;
    justify-content: flex-start;
}

.header-menu-item {
    font-size: .8rem;
}

.btn-theme-light > a {
    color: var(--primary-c);
}

.btn-theme-light > a:hover {
    color: white;
    text-decoration: none;
}


.footer-padding-top {
    padding-top: 0 !important;
}

.footer-menu {
    background-color: white;
	padding-top: 0 !important;
}

.footer-menu .container{
    border-top: 20px solid var(--secondary-c);
    padding-top: 2rem;
}

.footer-logo-info {
    align-items: center;
}

.footer-header-text {
    color: var(--primary-text-c);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-menu li, .footer-menu li a {
    text-decoration: none;
    margin-bottom: 0.3rem;
    font-size: .7rem;
    color: var(--primary-c);
    font-weight: bold;
}

.footer-menu li, .footer-menu li a:hover {
    color: var(--primary-text-c);
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin-top: .5rem;
}

.infarmed-imgs a img {
    width: 130px;
}

.infarmed-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 0;
    align-items: center;
    gap: 2rem;
}

.infarmed-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #BCBCBC;
    font-weight: 500;
}

.coolsis-rights {
    background-color: white;
}

.header-logo-wrapper a img {
    height: 6vh;
}

footer .logo {
    max-height: 60px;
}

.mobile-nav .menu-header {
    background: var(--primary-c);
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: var(--bs-border-radius);
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: var(--bs-border-radius);
}

.countdown-order {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--primary-c);
    font-size: 1.2rem;
}

.social-style {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--primary-c);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.social-style > i {
    color: white;
}

#slide-menu #nav-bar-ul li {
    max-height: unset;
    height: 100%;
}

#slide-menu #nav-bar-ul li div {
    height: 100%;
}


.callout-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.callout-wrapper img {
    height: 80px;
}

.callout-wrapper span {
    color: var(--primary-text-c);
    font-size: 1rem;
    font-weight: 600
}

.ul-decoration-menu > li > a {
    justify-content: flex-start;
    margin-left: 1.8rem;
    font-size: .7rem;
    padding-bottom: .5rem;
}

.title-wrapper.mb-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.header-menu-wrapper {
    justify-content: space-between;
}

.fav-mobile {
    width: 26px;
    height: 26px;
}

/* Estilo base para o menu */
.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu li {
    display: inline-block;
    margin-right: 20px;
}

.main-menu li:last-child {
    margin-right: 0;
}

.main-menu a {
    text-decoration: none;
    color: #333;
}

.nochild-color {
    color: var(--primary-c) !important;
}

/* Estilos personalizados para o pop-up */
#discountModal .modal-dialog {
    max-width: 600px;
}   

#discountModal .modal-content {
    height: 500px;
} 

#discountModal .modal-content {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

#discountModal .modal-content:before {
    content: ""; /* Necessário para a pseudo-classe funcionar */
    position: absolute; /* Posiciona a pseudo-classe em relação ao elemento pai */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/themes/lojasaude/images/newsletterbg.png');
    background-size: cover;
    background-position: center;
    filter: brightness(0.80); /* Ajuste o valor conforme necessário */
}

#discountModal .modal-header {
    border-radius: 10px 10px 0 0;
}

#discountModal .modal-body {
    text-align: center;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

#discountModal p {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.newsletterModalBoldSize {
    font-size: 3rem;
}

.newsletterModalInput {
    border-radius: 25px;
}

.newsletterModalButton {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 17px;
    font-weight: bold;
}

#discountModal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    filter: invert(1);
    --bs-btn-close-color: #fff;
    --bs-btn-close-opacity: 1;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 3.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}
.a-tag-decoration-menu {
    font-size: .8rem;
}

.socials-subs > ul > li:nth-last-child(-n+2) {
    display: inline-block;
    margin-right: 10px;
}

.top-header {
    background: var(--primary-c);
    height: 40px;
}

.top-header-center-item {
    color: black;
    font-weight: bold;
    height: 40px;
}

.top-header-center-item > span > a {
    color: black;
    font-weight: bold;
    font-size: .9rem;
}

.toast.success {
    background-color: var(--primary-c);
    border: 1px solid var(--primary-c);
    color: white;
}

.footer-menu li div span {
    color: var(--primary-c);
    font-size: .6rem;
}

.footer-header-text-news {
    color: var(--primary-text-c);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.svg-icon {
    width: 28px;
    height: 28px;
}

#splide-lemas {
    position: relative;
}

#splide-lemas .splide__pagination {
    position: absolute;
    bottom: -20px; /* Ajuste a distância vertical conforme necessário */
    left: 50%;
    transform: translateX(-50%);
}

#splide-lemas .splide__pagination__page.is-active {
    background-color: var(--primary-c); /* Defina a cor desejada para a página ativa */
}

.menu-primary-bold > a {
    font-weight: bold;
}

.bn_home_box-img {
    height: 250px;
}

.price-original-product {
    width: 100%;
    font-size: 1.3rem;
    color: var(--primary-c);
    font-weight: 600;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: var(--primary-text-c);
    -webkit-text-decoration-color: var(--primary-text-c);
}

.shopping-cart-item-price-old, .product-price-old {
    color: var(--primary-c);
    font-weight: 600;
    font-size: .9rem;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: var(--primary-text-c);
    -webkit-text-decoration-color: var(--primary-text-c);
}

.shopping-cart-item-price, .product-price {
    color: var(--primary-text-c);
    font-weight: 600;
    font-size: 1.2rem;
}

.product-card-365:hover {
    box-shadow: 0 .125rem .25rem rgba(234,196,165,1)!important;
}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.col-menu {
    height: 40px;
}

.no-display-flex {
    display: contents;
}

.warnings-order {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}

.splide .splide-banner-img {
    width: 100%;
}

.splide__track {
    padding-bottom: 1rem;
}

div#countdown-timer {
    font-weight: bold;
}

.wrapper-footer-text {
    color: var(--primary-text-c);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.expandable-footer {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.arrow::before {
    content: "▼"; /* Seta para baixo como um caractere Unicode */
    font-size: 18px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}
.expanded .arrow::before {
    content: "▲"; /* Seta para cima como um caractere Unicode */
    transform: rotate(180deg);
}

.expandable-footer {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-text-c);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.logo-menu-mobile {
    width: 15vh;
}
.newsletter-footer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.newsletter-footer-text-wrapper>h2 {
    color: var(--primary-text-c);
    text-align: left;
}
.newsletter-footer-text-wrapper>span {
    font-size: 14px;
    font-style: italic;
    color: var(--primary-text-c);
}
.newsletter-footer-btn {
    background-color: var(--primary-c);
    width: 50%;
    color: #fff;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.newsletter-footer-btn:hover{
    background-color: var(--primary-c);
    color: #fff;
}
#footer-newsletter {
    display: inline-flex;
}
#footer-newsletter input {
    border-radius: 10px 0 0 10px;
    padding: 0 45px 0 26px;
    color: rgba(56, 56, 56, 0.5);
    height: 3rem;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    width: 390px;
    letter-spacing: 1px;
}
#footer-newsletter button {
    min-width: 75px;
    color: #fff;
    background: var(--primary-c);
    border: 1px solid var(--primary-c);
    font-weight: 700;
    text-decoration: none;
    width: 8rem;
    height: 3rem;
    line-height: 38px;
    border-radius: 0 10px 10px 0;
}
.newsletter {
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
}
#section-footer-newsletter{
    text-align: center;
    color: #FFF;
}
#section-footer-newsletter h2{
    color: #FFF;
    font-size: 2rem;
}
.newsletter_mobile{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}
.newsletter_mobile h2{
    color: #FFF;
}
.newsletter_mobile p{
    color: #FFF;
    text-align: center;
}

/*.product-promo-tag-365 {
    background-color: #333333;
}*/

.splide-category-img {
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.splide-arrow-left-noshadow {
    top: 35%;
}

.splide-arrow-right-noshadow {
    top: 35%;
}

.product-promo-tag-text-365 {
    font-size: 1.2rem;
}

.product-promo-percent {
    font-size: 1rem;
}

.title-product > span {
    color: var(--primary-text-c);
    font-size: 15px;
    font-weight: 600;
}

.product-card-title .title-product {
    height: 4rem;
}

.product-card-default-c .product-card-promo-date {
    justify-content: center;
    padding-top: 1.5rem;
}

.product-card-default-c .product-promo {
    background: var(--primary-c);
}

.header-search-wrapper {
    width: 70%;
}

.add-to-cart-btn{
    gap: .3rem;
}

.img-pos-0-card {
    height: 260px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.title-pos-0-card {
    padding-left: 0;
    font-size: 22px;
    font-weight: 900;
    height: 40px;
    text-transform: unset;
    text-align: left;
}

.subtitle-pos-0-card {
    color: var(--primary-text-c);
    font-size: 15px;
    font-weight: 400;
    height: 30px;
}

.btn-pos-0-card {
    border-radius: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6.81px;
}

.card-pos-0-card {
    border-color: #e5e5e5;
    border-radius: 10px;
}

.product-card-default-c {
    border: 1px solid var(--primary-c);
}

.footer-menu li a {
    font-size: .75rem;
    padding: 0.5rem 0;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .newsletter {
        bottom: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .newsletter {
        bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .newsletter {
        bottom: 20px;
    }
    .newsletterModalBoldSize {
        font-size: 2.5rem;
    }
}
@media (max-width: 1200px) { 
    .hamburger-button-wrapper{
        display: none;
    }

    .top-header-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: .6rem;
        gap: 1rem;
        justify-content: center;
    }

    .top-header-center-item {
        position: unset; 
        left: unset; 
        transform: unset;
        color: white;
    }

    .top-header {
        background: var(--primary-c);
    }

    .header-logo-wrapper > a {
        position: unset;
        left: unset;
        transform: unset;
    }

    .countdown-order {
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: .9rem;
        gap: .2rem;
        justify-content: center;
        padding-bottom: .5rem;
        padding-top: .5rem;
    }

    .header-logo-wrapper a img {
        height: 5vh;
    }

    .footer-header-text {
        display: none;
    }

    .splide .splide-banner-img {
        width: 100%;
        min-height: 0px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu, .mobile-menu ul, .mobile-menu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menu-header > span {
        font-size: 1rem;
        font-weight: bold;
    }
    
    .mobile-menu > ul > li {
        display: block;
        position: relative;
        border-bottom: solid 1px;
        padding: 1rem;
    }

    .mobile-menu > ul > li > a {
        justify-content: space-between;
        font-size: 18px;
    }

    .mobile-menu ul ul li > a {
        justify-content: space-between;
        font-size: 14px;
    }
    
    .mobile-menu ul ul li {
        position: relative;
        border-bottom: solid 1px;
        padding: 1rem;
    }

    ul.level-2 {
        padding-top: 1rem;
    }

    .mobile-menu ul ul {
        display: none;
    }

    .mobile-menu .level-1 {
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }
    
    ul.level-3 {
        padding-top: 1rem;
    }

    ul.level-3 > li {
        border-bottom: none !important;
    }

    .fav-li {
        border-bottom: none !important;
        background-color: var(--primary-c);
    }

    .user-li {
        border-bottom: none !important;
        background-color: var(--primary-c);
    }

    .user-li > a {
        color: white;
        justify-content: flex-start !important;
        gap: 1rem;
        font-size: 16px!important;
    }

    .fav-li > a {
        color: white;
        justify-content: flex-start !important;
        gap: 1rem;
        font-size: 16px!important;
    }

    .infarmed-imgs {
        flex-direction: row;
        align-items: center;
    }

    .infarmed-imgs a img {
        width: 100px;
    }

    .padding-top-class {
        padding-top: 10px!important;
    }

    .top-header-center-item > span > a {
        color: black;
        font-weight: bold;
        font-size: .6rem;
    }

    .warnings-order {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-free-shipping-count {
        font-size: .7rem;
    }

    #vertical-slider > div > ul > li {
        font-size: .6rem;
        color: black;
    }

    .add-to-cart-btn {
        height: 50px !important;
        width: 50px !important;
        background: #790b0c;
    }

    .splide-category-label {
        font-size: .6rem;
    }

    .title-product>h3 {
        font-size: 12px;
    }

    .product-card-title .title-product {
        height: 3rem;
    }

    .product-price {
        font-size: .9rem;
    }

    .search-mobile-css {
        border-radius: 0px !important;
    }

    .main-header {
        padding-bottom: 10px;
    }
}
  

@media (max-width: 575.98px) { 
    .sintoma-info-wrapper {
        width: 100%;
    }

    .sintoma-select-wrapper form > select {
        width: 100%;
    }

    .sintoma-select {
        padding-bottom: 5px;
        background-color: transparent;
        border-top: unset;
        border-left: unset;
        border-right: unset;
    }

    .sintoma-select-wrapper > form::after {
        right: 5px;
    }

    .banner-label {
        left: unset;
        top: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-label > a {
        width: 100%;
    }

    .callout-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-personal-wrapper {
        gap: 0.5rem;
    }

    .footer-header-text {
        padding-left: 6rem;
    }

    .infarmed-info {
        font-size: .8rem;
        text-align: center;
    }

    .footer-wrapper {
        --bs-gutter-y: 1rem;
    }

    #footer-newsletter input{
        width: 100%;
        border: 1px solid var(--border-c);
        padding: 0 10px 0 10px;
    }

    #footer-newsletter button{
        width: 60%;
    }

    .newsletter {
        bottom: 3rem;
    }

    #footer-newsletter {
        width: 95%;
        justify-content: center;
    }
}




/*# sourceMappingURL=theme.css.map*/