@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-Light.ttf?f39669207260f9d0ea64d1cc5e3638f8) format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-LightItalic.ttf?5a5b956a42b7fd651172df48a416c4fb) format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-Regular.ttf?dfe5c1e7502e7ee7e3a2b23834ee70cb) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-Italic.ttf?ecbb61d7639c5b6b09570c20c1b941db) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-style: italic;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-Medium.ttf?3f3a8f4b5d08610296307a7a42a76e2e) format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-MediumItalic.ttf?eabfc4443e250fca304dadef2594fb3e) format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url(/fonts/RedHatDisplay-SemiBold.ttf?b94b9208e727364cd12acbe14f689e07) format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-SemiBoldItalic.ttf?4126a52a9d928bfd15638a6d73136e7d) format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-Bold.ttf?32531281c0951bd9b8d18b00b0a4a7a2) format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-BoldItalic.ttf?e3cf36e79a80419f8b273a960d963566) format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-ExtraBold.ttf?161fa7e3fc5ece5990c8c73fecbfb031) format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-ExtraBoldItalic.ttf?a265c007ce784e77aad7e3f6f9f220d8) format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-Black.ttf?4dd2d9a951df7e121026e696c8a70fb9) format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url(/fonts/RedHatDisplay-BlackItalic.ttf?17183c71ac941f2f895b71d48b1b5f36) format('truetype');
	font-weight: 900;
	font-style: italic;
}


:root {
	--primary-c: #99c221;
    --secondary-c: #7bb785;
    --primary-text-c: #334b4a;
	--btn-selection-border-color: var(--primary-c);
    --primary-c-faded: #edf3db;
}


html {
	font-family: 'RedHatDisplay', sans-serif;
}

body {
	font-family: 'RedHatDisplay', sans-serif;
}

h2 {
	font-family: 'RedHatDisplay', sans-serif;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 15px;
    text-transform: unset;
    font-size: 28px;
    color: var(--primary-text-c);
    font-weight: 900;
}

h3 {
	font-family: 'RedHatDisplay', sans-serif;
}

h4 {
    font-family: 'RedHatDisplay', sans-serif;
}

h5 {
	font-family: 'RedHatDisplay', sans-serif;
    color: var(--primary-text-c);
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*.top-header-wrapper {
    justify-content: center;
    font-size: 10px;
    color: #739200;
    font-weight: bold;
    letter-spacing: 1px;
    height: 30px;
}*/

.top-header-wrapper {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    letter-spacing: 1px;
}

/*.top-header {
    background: #edf3db;
    border-bottom: none;
}*/

.top-header {
    background: #6daa76;
    border-bottom: none;
}

.form-floating > .form-control.search-input {
    width: 39vw;
}

.form-floating.search > label {
	font-size: 13px;
    color: var(--primary-text-c);
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 60%;
}

.search-input {
    border-radius: 5rem !important; 
    background-color: #f1f2f2;
}

.form-floating i {
    position: absolute;
    top: 50%;
    right: 1rem;
    left: auto;
    transform: translateY(-50%);
    font-size: 1.5rem;
	color: #646464;
}

.header-menu-item-secondary > a{
    color: var(--secondary-c);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}

.header-menu-item-secondary > a:hover{
    color: var(--secondary-c);
}

.header-menu-item{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}

.splide__pagination {
    bottom: auto;
    position: unset;
}

.splide__pagination__page {
    border: solid 1px #ccc;
}

.news-label-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.img-see-more {
    width: 35%;
}

.slider-bg {
    background-color: #f5f5f2;
    background-image: none;
}

.newsletter {
    display: flex;
    gap: 4rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-wrapper > .col-12 > .top-header-text {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.footer-menu li, .footer-menu li a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.footer-contacts-wrapper {
    display: flex;
    flex-direction: column;
}

.contact-footer > div > img {
    width: 25px;
}

.contact-footer > div > a > img {
    width: 25px;
}

.contact-footer {
    display: flex;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	text-decoration: none;
}

.contact-footer:hover{
	text-decoration: none;
}

.contact-footer > .footer-phone-wrapper > span {
    font-size: 15px;
    font-weight: 700;
    color: white;
}

.contact-footer > div > small {
    font-size: 9px;
}

.footer-phone-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.footer-phone-info-wrapper {
    display: flex;
    flex-direction: column;
}

.footer-menu li div span {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.icon-footer img {
    width: 55px;
    position: absolute;
    bottom: 0;
    margin-left: 13rem;
}

.footer-info-text > p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

.footer-info-imgs {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.footer-info-imgs > a > img {
    width: 130px;
}

.img-newsletter {
    width: 20%;
}

.bottom-mobile {
    background: white;
    display: flex;
    gap: 30%;
    align-items: flex-end;
    position: absolute;
    padding-left: 1rem;
    padding-bottom: 1.5rem;
    bottom: 0;
}

.bottom-mobile img {
    width: 20%;
}

.bottom-mobile .social a i {
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
}

.social {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.bottom-mobile ul li a {
    padding: 0!important;
    color: #383838!important;
    font-weight: 700;
    font-size: 20px;
}

.header-btn {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    fill: white;
    border: none;
}

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

.ref-product {
    font-size: 13px;
    color: rgb(56, 56, 56, 50%);
    margin-bottom: 10px;
}

.price-original-product {
    font-size: 16px;
    color: rgb(56, 56, 56, 50%);
    font-weight: 600;
}

.validade_campanha {
    background-color: white;
    color: var(--primary-text-c);
    font-size: 15px;
    justify-content: flex-start;
    font-weight: 500;
}

.add-cart-product-group {
    height: auto;
    justify-content: flex-start;
}

.wrapper-add-to-cart-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.more-product, .less-product {
    background: none;
    height: 33px;
    width: 33px;
    text-align: center;
    padding-left: 0;
    border-radius: 0;
    border: 1px solid #dddddd;
    font-weight: 800;
    color: #3B3B3B;
}

.add-cart-product-group input {
    width: 52px;
    height: 33px;
    border: 1px solid #dddddd;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
}

#tabs-product-description {
    justify-content: center;
}

#tabs-product-description > .nav-item > .nav-link {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

#tabs-product-description > .nav-item > .nav-link:hover {
    text-decoration: none;
    color: var(--primary-c) 
}

#tabs-product-description > .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--primary-c) !important;
}

.container-fluid.pb-3.prod-related-bg {
    background: #f5f5f2;
    padding: 1rem;
}

#tags-area {
    position: relative;
    color: white;
}

#tags-area ul {
    float: left;
    padding: 0;
    margin: 0;
}

#tags-area li {
    float: left;
    list-style: none;
    margin: 5px;
}

#tags-area li div.desconto_val {
    background: var(--primary-c);
    border-radius: 6px;
    padding: 3px 14px;
}

.header-prescription-btn {
    text-transform: uppercase;
    font-size: 13px;
    height: 33px;
    width: 150px;
    letter-spacing: 1px;
    border-radius: 1rem;
}

.menu-btn {
	width: 22px;
    height: 22px;
    background-size: contain;
}

.product-card-default-c .title-product:hover,
.product-card-default-c .product-card-brand:hover {
	text-decoration: none;
}

.product-card-default-c .product-image-link img {
	max-width: 100%;
}

.product-card-default-c .product-card-price {
	align-items: flex-start;
}

.btn-theme-primary-important {
    font-size: .8rem;
    text-transform: uppercase;
    width: 130px !important;
    border-radius: 5rem;
    gap: 1rem;
    letter-spacing: 1px;
}

.header-personal-wrapper {
    gap: 10px;
}

.product-fav {
    left: unset;
    right: 1rem;
}

.product-promo {
    left: 1rem;
    right: unset;
}

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

.product-fav-icon {
    color: #bcd86c;
}

.product-card-default-c {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: unset;
}

.product-card-default-c .product-card-brand {
    color: #334b4a;
    font-size: 12px;
    opacity: 50%;
    font-weight: 400;
}

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

.shopping-cart-item-price, .product-price {
    color: var(--primary-text-c);
    font-weight: 900;
    font-size: 15px;
}

.product-price-old {
    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-text-c);
    font-weight: 400;
    font-size: 12px;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: var(--primary-c);
    -webkit-text-decoration-color: var(--primary-c);
    opacity: 50%;
}

footer {
    background-color: var(--primary-text-c);
}

.footer-menu li a:hover {
    color: white;
    text-decoration: underline;
}

.copyright {
    color: white;
}

.coolsis-logo {
    filter: brightness(0) invert(1);
}

.arrow {
    border-color: white transparent transparent transparent;
}

.arrow-up {
    border-width: 0 8px 8px;
    border-color: transparent transparent white transparent;
}

.footer-info-shop {
    background: white;
}

.svg-footer {
    color: var(--primary-c);
}

.span-info-footer {
    font-size: 14px;
    font-weight: 700;
    padding-left: 1rem;
    letter-spacing: 1px;
}

.newsletter-container-fluid{
    background: #f0f7f2;
}

.radius-newsletter-input{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 400px !important;
    border: solid 1px var(--primary-c);
}

.radius-newsletter-button{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.newsletter-terms-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.newsletter-terms-label {
    width: 400px;
    font-size: 12px;
}

.newsletter-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #99c221; /* Border color */
    border-radius: 4px; /* Border radius */
    background-color: white; /* Background color */
}
.newsletter-checkbox:checked{
    background-color: white !important;
}

/* Style for the custom checkbox when checked */
.newsletter-checkbox:checked::after {
    content: '\2713';
    position: absolute;
    top: -15%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #99c221;
}

/* Additional styles for the custom checkbox icon */
.newsletter-checkbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    background-color: white !important;
    visibility: hidden; /* Initially hide the icon */
}

/* Show the custom checkbox icon when checked */
.newsletter-checkbox:checked::after {
    visibility: visible;
}

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

.splide-arrow-right-noshadow {
    box-shadow: unset;
    transform: unset;
    top: 35%;
}

.splide-arrow-left-noshadow-bf {
    box-shadow: unset;
    top: 45%;
}

.splide-arrow-right-noshadow-bf {
    box-shadow: unset;
    transform: unset;
    top: 45%;
}

.splide-arrow-left-nospace{
    left: 0;
    background: white;
}

.splide-arrow-right-nospace {
    right: 0;
    background: white;
    transform: unset;
}

.splide-arrow-left-nospace svg {
    fill: var(--primary-text-c);
}

.splide-arrow-right-nospace svg {
    fill: var(--primary-text-c);
}

.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;
}

.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;
}


.card-pos-1-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.img-pos-1-card{
    width: 100%;
    height: 430px;
    border-radius: 10px;
}

.promotion-slider {
    width: 61%;
}

.link-overlay {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: var(--primary-c);
    padding: 10px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border: unset;
    border-radius: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.card-container{
    position: relative;
    display: inline-block;
    width: 100%;
}

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

.product-card-promo-date {
    height: 35px;
}

.mobile-nav .menu-header {
    background: var(--primary-text-c);
}
#close-mobile-menu > i{
    color: white;
}

.menu-header > label{
    color: white;
}

.mobile-nav .menu ul li:not(.nav-item) a {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    color: var(--primary-text-c);
    width: 100%;
    min-height: 52px;
    padding: 0 1rem;
    font-size: 12px;
}

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

#menu-mobile-back > i{
    color: white;
}

.product-in-stock {
    color: #999999;
}

.icons-info-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 35px;
    gap: 1rem;
}

.header-logo-wrapper a object {
    height: 3.6rem;
}

.splide__arrow svg {
    fill: var(--primary-text-c);
    height: 1.2em;
    width: 1.2em;
    opacity: 50%;
}

.splide-category-label {
    font-size: 12px;
    font-weight: 500;
}

.splide-category-img {
    border-radius: 55px;
}

a.destaques_home {
    font-size: 13px;
    text-transform: lowercase;
    letter-spacing: 1px;
}

.product-card-default-c .product-promo-tag-text {
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
}

.product-card-default-c .product-image-link {
    margin-top: 50px;
    margin-bottom: 10px;
}

.mobile-menu-header-btn-wrapper {
    gap: 10px;
}

.space-first-slide{
    padding-bottom: 95px;
}

#keep-shopping-modal .modal-footer .btn {
    font-size: 1rem; /* Aumenta o tamanho da fonte */
}

/* Estilo para aumentar o tamanho do link "Tramitar pedido" */
#keep-shopping-modal .modal-footer a.btn {
    font-size: 1rem; /* Aumenta o tamanho da fonte */
}

.link-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Espaço entre os links */
    max-width: 100%; /* Limita a largura, se necessário */
}

.card-link {
    flex: 1 1 calc(11.1% - 10px); /* Cada link ocupa 1/9 do espaço */
    max-width: calc(11.1% - 10px); /* Limitado a 9 links por linha */
    text-align: center;
    padding: 10px;
    text-decoration: underline;
    font-size: 1rem;
}

.image-card-6 {
    display: inline-block;

    overflow: hidden;
    border-radius: 12px; /* Bordas arredondadas */
    transition: transform 0.2s ease;
    text-align: center;
}

.image-card-6:hover {
    transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
}

.rounded-img-6 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* Garante que a imagem preencha o espaço */
    border-radius: 12px; /* Bordas arredondadas na imagem */
}


@media(max-width: 1199.98px)
{
    .footer-phone-wrapper {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        align-items: flex-start;
    }

    .promotion-slider {
        width: 51%;
    }
}

@media (max-width: 991.98px) { 
    .form-floating.search > label {
        font-size: 12px;
    }

    .form-floating i {
        height: 100%;
        padding-top: 1rem;
    }

    .img-cuida-mobile {
        position: unset !important;
        margin-left: unset !important;
    }

    .icon-footer{
        text-align: center;
    }

    .newsletter {
        flex-direction: column;
        gap: 2rem;
    }

    .space-first-slide{
        padding-bottom: 47.5px;
    }

    .footer-info-imgs {
        padding-top: 1rem;
    }

    a.destaques_home {
        font-size: 15px;
    }

    .header-logo-wrapper a object {
        height: 3.3rem;
    }
    
}
@media (max-width: 768px) { 
    .btn-theme-primary-important {
        width: 60px !important;
        border-radius: 10px;
    }

    .card-pos-1-wrapper {
        flex-direction: column;
    }

    #promotion-slider {
        width: 100%; 
    }

    .promotion-slider {
        width: 100%; 
    }

    .radius-newsletter-input {
        width: 200px !important;
    }

    .top-header-wrapper {
        font-size: 10px;
    }

    .newsletter-terms-label {
        width: 300px;
    }

    .splide-arrow-left {
        left: -1.5rem;
        background: transparent;
        box-shadow: none;
    }

    .splide-arrow-right {
        right: -1.5rem;
        background: transparent;
        box-shadow: none;
    }

    .svg-footer {
        font-size: 35px;
    }

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

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

    .title-product {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* Limita a 2 linhas */
        overflow: hidden; /* Esconde o texto extra */
        text-overflow: ellipsis; /* Adiciona os três pontos ao final */
        line-height: 1.2em; /* Ajuste para altura da linha */
        max-height: calc(1.2em * 2); /* Define altura máxima para 2 linhas */
        word-break: break-word; /* Quebra de palavra para evitar que palavras longas causem problemas */
    }

    .card-link {
        flex: 1 1 calc(33.3% - 10px); /* Ajuste para telas menores */
        max-width: calc(33.3% - 10px);
    }

    .link-grid {
        justify-content: flex-start;
    }

    .image-card-6 {
        width: 100%;
        max-width: 320px; /* Limita a largura para telas menores */
    }
}

@media (max-width: 575.98px) { 
    .img-newsletter {
        width: 70%;
    }

    .newsletter {
        width: 100%;
    }

    #tags-area {
        position: absolute;
        top: 0;
        color: white;
		z-index: 2;
    }

    .splide-category-label {
        font-size: 10px;
    }

    .splide-arrow-no-visible-mobile .splide__arrow 
    {
        background: transparent;
        box-shadow: none;
    }

    .splide-arrow-no-visible-mobile .splide__arrow svg
    {
        fill: transparent;
    }

    .search  i
    {
        top: 30%;
    }
}


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