﻿
.hide {
    visibility: hidden !important;
    display: none !important;
}


body {
    color: #3E5948 !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(105, 117, 71, 0.21) !important;
}

.justify-content-right {
    justify-content: right !important;
}

.pagination .page-link:hover, .pagination .page-link.active {
    background-color: #82AC9F !important;
    color: #fff;
}

label.error {
    font-size: 10px !important;
    /*background-color: #EF4048;*/
    background-color: rgba(240, 64, 64, 0.8);
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    top: -10px;
    position: relative;
    border-radius: 0px;
}


.color-red{
    color: red;
}

.titulo-artigo {
    font-weight: bold !important;
    font-size: 16px !important;
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 600;
    color: #2d2926;
    padding: 0;
    height: 2.2rem;
}

.titulo-artigo a:hover {
    color: #FF7900  !important;
}

.search-container {
    position: relative;
    padding-right: 20px;
}

.search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}

.pointer{
    cursor: pointer;
}

.breadcrumb-item a {
    text-decoration: none !important;
    color: #3E5948 !important;
}
.breadcrumb-item a:hover {
    text-decoration: none !important;
    color: #FF7900 !important;
}

#abrir-whatsapp {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 60px;
    z-index: 10000;
}

.responsive-width-menus {
    width: 100% !important; /* padrão para telas menores */
}

@media (min-width: 992px) { /* lg ou maior */
    .responsive-width-menus {
        width: 50% !important;
    }
}

.color-green {
    color: #119132 !important;
}

/* Tabela responsiva para ecrãs menores que 992px */
@media screen and (max-width: 991px) {
    .cart-responsive {
        border: 0;
    }

    .cart-responsive thead {
        display: none;
    }

    .cart-responsive tbody tr {
        display: block;
        margin-bottom: 2rem;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        padding: 1rem;
        background-color: #fff;
    }

    .cart-responsive tbody td {
        display: block;
        text-align: right;
        padding: 0.2rem 0;
        border-bottom: 0px solid #dee2e6;
        position: relative;
        padding-left: 50%;
        width: 100% !important;
    }

    .cart-responsive tbody td:last-child {
        border-bottom: 0;
    }

    .cart-responsive tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 45%;
        padding-left: 0.75rem;
        font-weight: bold;
        text-align: left;
    }

    /* Ajustes específicos para células com conteúdo especial */
    .cart-responsive tbody td img {
        max-width: 100%;
        height: auto;
    }

    .cart-responsive .qty-btn {
        justify-content: flex-end;
    }
}

.carousel-indicators {
 
    bottom: -63px !important;
}

.navbar-brand {
    margin-right: 0rem !important;
}

.background-color-efefef {
    background: #efefef; 
}

.font-size-10{
    font-size: 10px !important;
}

.pvpAnterior {
    color: #8d8d8d;
    display: inline-flex;
    text-decoration-line: line-through;
    font-size: 14px;
    font-weight: bold;
}
/* Produto/Categorias - lista de artigos e etiqueta */
.rating-stars-sm i {
    font-size: 0.8rem;
    margin-right: 1px;
}

.product-card-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 85%;
}

.product-card-label {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 999px;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Produto - galeria swiper e avaliacao */
.mySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.mySwiper .swiper-slide {
    background-size: cover;
    background-position: center;
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide img,
.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2,
.mySwiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper2 {
    height: 80%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-etiquetas-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.rating-stars i {
    font-size: 0.95rem;
    margin-right: 2px;
}

.product-etiqueta-inline {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 999px;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.contrast-text-dark {
    color: #141414 !important;
}

.contrast-text-light {
    color: #fff !important;
}

/* Home - categorias em destaque */
.home-destaque-item .home-destaque-image-link {
    display: flex;
    width: 100%;
    justify-content: center;
}

.home-destaque-item .home-destaque-image {
    width: 100%;
    max-width: 234px;
    max-height: 234px;
    height: auto;
    object-fit: cover;
}

.home-banner-shadow-dark {
    text-shadow: 1px 3px var(--home-banner-shadow-blur, 21px) #000;
}

.home-banner-shadow-light {
    text-shadow: 1px 3px var(--home-banner-shadow-blur, 21px) #fff;
}

/* Home - banner texto + imagem */
#template-mo-zay-hero-carousel {
    --home-hero-height: 170px;
    --home-hero-container-max: 100vw;
    --home-hero-gutter-x: 0.75rem;
    --home-banner-shadow-blur: clamp(10px, 1.4vw, 21px);
}

#template-mo-zay-hero-carousel .carousel-inner,
#template-mo-zay-hero-carousel .carousel-item {
    height: var(--home-hero-height);
}

#template-mo-zay-hero-carousel .carousel-control-prev,
#template-mo-zay-hero-carousel .carousel-control-next {
    z-index: 10;
    pointer-events: auto;
    width: auto !important;
    height: 100%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
}

#template-mo-zay-hero-carousel .carousel-control-prev i,
#template-mo-zay-hero-carousel .carousel-control-next i {
    pointer-events: none;
}

#template-mo-zay-hero-carousel .carousel-control-prev:focus,
#template-mo-zay-hero-carousel .carousel-control-prev:focus-visible,
#template-mo-zay-hero-carousel .carousel-control-next:focus,
#template-mo-zay-hero-carousel .carousel-control-next:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

#template-mo-zay-hero-carousel .carousel-item.carousel-with-text {
    min-height: 0 !important;
    /*background-color: #efefef;*/
}

#template-mo-zay-hero-carousel .home-hero-image-banner {
    display: block;
    height: 100%;
}

#template-mo-zay-hero-carousel .home-hero-image-banner,
#template-mo-zay-hero-carousel .home-hero-text-banner,
#template-mo-zay-hero-carousel .home-hero-image {
    -webkit-user-drag: none;
    user-drag: none;
}

#template-mo-zay-hero-carousel .home-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

#template-mo-zay-hero-carousel .home-hero-text-banner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
}

#template-mo-zay-hero-carousel .home-hero-text-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 0;
    right: auto;
    width: 50%;
   /* background: linear-gradient(90deg, rgba(239, 239, 239, 0.92) 0%, rgba(239, 239, 239, 0.78) 36%, rgba(239, 239, 239, 0.30) 66%, rgba(239, 239, 239, 0) 100%);
   */ z-index: 1;
}

#template-mo-zay-hero-carousel .home-hero-text-content {
    position: relative;
    z-index: 2;
    padding-right: 0.5rem;
}

#template-mo-zay-hero-carousel .home-hero-text-banner > .container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    --home-hero-side-offset: calc(max((100vw - var(--home-hero-container-max)) / 2, 0px) + var(--home-hero-gutter-x));
    padding-left: var(--home-hero-side-offset);
    padding-right: var(--home-hero-side-offset);
}

#template-mo-zay-hero-carousel .home-hero-text-banner > .container > .row {
    margin-left: 0;
    margin-right: 0;
    width: calc(50vw - var(--home-hero-side-offset));
    max-width: 100%;
}

#template-mo-zay-hero-carousel .home-hero-text-banner > .container > .row.home-hero-text-pos-left {
    margin-left: 0;
    margin-right: auto;
}

#template-mo-zay-hero-carousel .home-hero-text-banner > .container > .row.home-hero-text-pos-center {
    margin-left: auto;
    margin-right: auto;
    width: calc(75vw - var(--home-hero-side-offset));
}

#template-mo-zay-hero-carousel .home-hero-text-banner > .container > .row.home-hero-text-pos-right {
    margin-left: auto;
    margin-right: 0;
}

#template-mo-zay-hero-carousel .home-hero-text-banner > .container > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 12px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#template-mo-zay-hero-carousel .home-hero-text-content .h1 {
    font-size: 1.4rem !important;
    line-height: 1.1;
    margin-bottom: 0.2rem;
}

#template-mo-zay-hero-carousel .home-hero-text-content .h2 {
    font-size: 1rem !important;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

#template-mo-zay-hero-carousel .home-hero-text-content p {
    font-size: 0.78rem !important;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    #template-mo-zay-hero-carousel {
        --home-hero-height: 200px;
        --home-hero-container-max: 540px;
    }
}

@media (min-width: 768px) {
    #template-mo-zay-hero-carousel {
        --home-hero-height: 230px;
        --home-hero-container-max: 720px;
    }

    #template-mo-zay-hero-carousel .home-hero-text-content .h1 {
        font-size: 1.8rem !important;
    }

    #template-mo-zay-hero-carousel .home-hero-text-content .h2 {
        font-size: 1.15rem !important;
    }

    #template-mo-zay-hero-carousel .home-hero-text-content p {
        font-size: 0.88rem !important;
    }
}

@media (min-width: 992px) {
    #template-mo-zay-hero-carousel {
        --home-hero-height: 290px;
        --home-hero-container-max: 960px;
    }

    #template-mo-zay-hero-carousel .home-hero-text-content .h1 {
        font-size: 2.2rem !important;
    }

    #template-mo-zay-hero-carousel .home-hero-text-content .h2 {
        font-size: 1.35rem !important;
    }

    #template-mo-zay-hero-carousel .home-hero-text-content p {
        font-size: 0.95rem !important;
    }
}

@media (min-width: 1200px) {
    #template-mo-zay-hero-carousel {
        --home-hero-height: 350px;
        --home-hero-container-max: 1140px;
    }

    #template-mo-zay-hero-carousel .home-hero-text-content .h1 {
        font-size: 3rem !important;
    }
}

@media (min-width: 1400px) {
    #template-mo-zay-hero-carousel {
        --home-hero-height: 536px;
        --home-hero-container-max: 1320px;
    }

    #template-mo-zay-hero-carousel .home-hero-text-content .h1 {
        font-size: 4rem !important;
    }
}




