/*

- config
- header
- swiper config
- propaganda
- opcoes
- tags
- produtos
- social
- footer

*/

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: DM Sans, sans-serif;
}
a{text-decoration: none;};
html{scroll-behavior: smooth;}
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #bebebe8e;
    touch-action: pan-y;
    overflow-x: hidden;
}
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}





/*----------------------header----------------------*/
header {
    width: 100%;

    /*remover esta parte*/
    position: fixed;
    top: 0;
    z-index: 101;
    /*ate aqui*/

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    background-color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.911);
}
header .left-section {
    display: flex;
    align-items: center;
    margin-left: 20px;
    text-decoration: none;
    color: black;
}
header .left-section i {
    font-size: 20px;
    margin-right: 10px;
}
header span {
    font-weight: bold;
    font-size: var(--normalFont);
    white-space: nowrap;
}
header .icon-sino {
    font-size: 20px;
    margin-right: 20px;
}
/*----------------------header----------------------*/







/*----------------------popup informativo----------------------*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.popup-card {
    background-color: #eee;
    color: black;
    border-radius: 15px;
    padding: 25px;
    width: 90%;
    max-width: 350px;
    position: relative;
    text-align: center;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    color: black;
    font-size: 20px;
    cursor: pointer;
}
.dias {
    margin: 10px 0;
}
.linha {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 5px;
}
.dia {
    padding: 1px 13px;
    border-radius: 20px;
    font-weight: bold;
    text-transform: lowercase;
}
.green {
    background-color: #4caf4fda;
}
.yellow {
    background-color: #ccdc39bd;
}
.red {
    background-color: #f44336bd;
}
.legend {
    justify-content: center;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}
.legend li {
    padding: 0 10px;
    margin-bottom: 5px;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}
.icon-ft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #000;
}
/*----------------------popup informativo----------------------*/














/*----------------------swiper config----------------------*/
.swiper {
    width: 98%;
}
.swiper-slide {
    width: 100%;
    height: min-content;
    flex-shrink: 0;
    margin: 5px 0px;
}
.swiper-wrapper{
    text-decoration: none;
    transition: all 0.5s ease;
}
/*----------------------swiper config----------------------*/











/*----------------------propaganda----------------------*/
.slide-top{
    margin-top: 50px;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 500px;
    flex-shrink: 0;
}
.mySwiperTop{
    margin: 1rem 0;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.3s ease;
    background-color: #eee;
}
.swiper-pagination-bullet-active {
    background-color: black;
    width: 30px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/*----------------------propaganda----------------------*/







/*----------------------opcoes----------------------*/
.swiper-options{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.swiper-options:hover{
    transform: scale(1.1);
    transition: all .3s ease-in-out;
    box-shadow: none;
}
.category-box {
    width: 80px;
    height: 80px;
    background-color: #eee;
    color: black;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.category-box i {
    font-size: 24px;
}

.category-box span {
    font-size: 12px;
    margin-top: 6px;
}
/*----------------------opcoes----------------------*/









/*----------------------populares----------------------*/
.popular{
    scroll-margin-top: 60px;
    margin-left: 0px;
    padding: 0px;
    max-width: none;
}
.see-more{
    padding: 2px 15px;
    height: min-content;
    color: #eee;
    border-radius: 1rem;
    background-color: #333;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    margin-top: 5px;
    margin-right: 10px;
    transition-duration: 0.2s;
}
.title{
    margin-left: 5px;
    font-weight: 700;
}
.slide-card{
    width: 290px;
}
.product-top-card {
    background-color: #eee;
    color: black;
    border-radius: 15px;
    overflow: hidden;
}
.product-top-img {
    height: 110px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-top-body {
    padding: .7rem;
    border-top: 1px solid #555;
}
.product-top-title {
    font-weight: bold;
    font-size: 1.2rem;
}
.product-top-desc {
    font-size: .92rem;
    color: black;
    width: 250px;
    max-width: 250px;
    height: 38px;
}
.product-top-price {
    margin-top: 5px;
    float: right;
    font-weight: bold;
}
/*----------------------populares----------------------*/






/*----------------------tags----------------------*/
.swiper-config{
    width: 100%;
    scroll-margin-top: 65px;
}
.sticky-tags {
    position: relative;
    top: 0;
    width: 100% !important;
    margin-left: 3px;
    z-index: 100;
    transition: all 0.3s ease;
}

.sticky-tags.fixed {
    position: fixed;
    top: 0; /*colocar em 0 se nao quiser o header fixo*/
    left: 0;
    z-index: 1010;
    padding: 10px 3px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* efeito visual */
}
.none-sticky{margin-bottom: 0px;}
.none-sticky.margin{margin-bottom: 52px;}
.tags {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    background-color: #eee;
    color: black;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-decoration: none;

    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    padding: 10px;
}


/* trocar essa logica usando js, para mudar em cada tamanho de nav*/
@media (min-width: 900px) {
    nav{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/*----------------------tags----------------------*/














/*----------------------Produtos----------------------*/
.container-limit {
    max-width: 1000px;
    margin: 0;
}
.section-title {
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    scroll-margin-top: 73px;
}
.product-card {
    background-color: #eee;
    border-radius: 5px;
    display: flex;
    padding: 15px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.product-img {
    width: 100px;
    height: 100px;
    background-color: #333;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: 1px solid #777;
    margin-right: 15px;
    flex-shrink: 0;
}

.product-info {
    flex-grow: 1;
}

.product-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-description {
    font-size: 0.9rem;
    color: black;
}

.product-price {
    white-space: nowrap;
    font-weight: bold;
    margin-left: 15px;
}

@media (max-width: 576px) {
    .product-price {
        margin-left: 0;
        margin-top: 10px;
    }

    .product-img {
        width: 75px;
        height: 75px;
    }
}
/*----------------------Produtos----------------------*/









/*----------------------social----------------------*/
.social-icons {
    position: fixed;
    right: -100px; 
    bottom: 20%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    z-index: 102;
    transition: right 0.6s ease-in-out, opacity 0.6s ease;
}
.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);
}
.social-icons.show {
    right: 15px;
    opacity: 1;
}
/*----------------------social----------------------*/








/*----------------------Footer----------------------*/
.custom-footer {
    margin-top: 2rem;
    width: 100%;
    background-color: #eee;
    color: black;
    padding: 20px 0;
    font-size: 14px;
}
.social{
    flex-direction: row;
}
.social .icon-footer{
    color:rgba(0, 0, 0, 0.9);
    padding: 10px;
}
.custom-footer a.footer-link {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
}
.custom-footer a.footer-link:hover {
    text-decoration: underline;
}
.custom-footer p {
    margin: 5px 0;
}
/*----------------------Footer----------------------*/