/* @import url("componentes/header.css");
@import url("componentes/footer.css"); */
/* @import url("componentes/sidebar.css");
@import url("componentes/cart.css");
@import url("componentes/search.css");
@import url("componentes/product_custom.css");
@import url("componentes/review.css");
@import url("componentes/account_style.css"); */

@font-face {
    font-family: "Vogue Plain";
    src: url("fonts/Vogue/vogue_plain-webfont.woff2") format("woff2"),
        url("fonts/Vogue/vogue_plain-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'amsiprocond-black';
    src: url('fonts/amsiprocond/amsiprocond-black-webfont.woff2') format('woff2'),
        url('fonts/amsiprocond/amsiprocond-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.amsiprocond-black {
    font-family: 'amsiprocond-black';
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: "Vogue Plain";
    font-weight: 400;
    font-size: 16px;
    padding: 0 !important;
}

.container {
    max-width: 1250px !important;
}

#alert {
    z-index: 9999;
    position: fixed;
    top: 30px;
    right: 30px;
    width: auto;
    max-width: 400px
}

#alert .alert {
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.alert {
    border: none;
    border-radius: 4px;
    font-family: var(--font-vogue);
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.alert-danger {
    background-color: #fff5f5;
    color: #c0392b;
    border-left: 4px solid #c0392b;
}

.alert-success {
    background-color: #f0fff4;
    color: #27ae60;
    border-left: 4px solid #27ae60;
}

.breadcrumb .breadcrumb-item:hover a {
    color: #444 !important;
    text-decoration: underline;
}

hr {
    border-color: #EEEEEE !important;
    opacity: 1 !important;
}

header .container-logo {
    position: relative;
    width: calc(180px - 24px);
    height: 50px;

    .logo {
        position: absolute;
        width: 180px;
        top: -30px;
        left: -24px;
    }
}

header #dropdown-products {
    inset: unset !important;
    left: 0 !important;
    top: 100% !important;
    transform: unset !important;
}

header .btn-show-cart[data-items]:after {
    content: attr(data-items);
    position: absolute;
    width: 27px;
    height: 27px;
    top: -11px;
    right: -15px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #096B37;
    background: #fff;
    border-radius: 50%;
}

.card-product-thumb {
    position: relative;
    border-radius: 4px;
    border: 1px solid #EEE;
    transition: border 0.3s ease;
    min-height: 430px;
    overflow: hidden;

    .title {
        height: 56px;
        overflow: hidden;
    }

    .floating-buttons {
        list-style: none;
        position: absolute;
        top: 10px;
        left: 100%;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        transition: left 0.2s;
        margin: 0;
        padding: 0;

        .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            width: 48px;
            height: 48px;
            border: 1px solid #EEE;
            border-radius: 4px;
            background-color: #FFF;

            &:hover {
                color: #fff;
                background-color: #096B37;
            }
        }
    }

    &:hover {
        border: 1px solid #ccc;

        .floating-buttons {
            left: calc(100% - 60px);
        }
    }
}

.card-product-thumb[data-off]::before {
    position: absolute;
    content: "-" attr(data-off) "%";
    width: 48px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #000;
    background-color: #7ED956;
    border-radius: 6px;
    z-index: 1;
    top: 10px;
    left: 10px;
}

.card-category {
    &:hover {
        h4 {
            text-decoration: underline;
        }

        span {
            text-decoration: underline;
        }
    }
}

#mostViewedTabs .nav-item button {
    color: #888888;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    background: transparent;

    &.active {
        color: #fff;
        border-color: #3B9357;
        background-color: #3B9357;
    }
}

.image-additional {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 100px;
    padding: 1rem;
    border: 1px solid #EEE;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    header .container-logo {
        width: auto;
        height: auto;

        .logo {
            position: relative;
            width: 140px;
            top: unset;
            left: unset;
        }
    }

    .image-additional {
        width: 90px;
        height: 80px;
    }
}

.input_container {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    user-select: none;

    input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;

        &:checked {
            ~.checkbox {
                border-color: #1a1a1a;
                background-color: #1a1a1a;

                &::after {
                    content: "";
                    position: absolute;
                    display: block;
                    top: 2px;
                    left: 6px;
                    width: 5px;
                    height: 10px;
                    border: solid white;
                    /* Mudei para branco para contrastar com o laranja */
                    border-width: 0 2px 2px 0;
                    transform: rotate(45deg);
                }
            }
        }
    }

    .checkbox {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 2px solid #aaa;
        border-radius: 5px;
        transition: all 0.2s ease;

        &.active {
            border-color: #1a1a1a;
            background-color: #1a1a1a;

            &::after {
                content: "";
                position: absolute;
                display: block;
                top: 2px;
                left: 6px;
                width: 5px;
                height: 10px;
                border: solid white;
                /* Mudei para branco para contrastar com o laranja */
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }
        }
    }
}



.banner-double {
    img {
        width: 100%;
        height: 290px;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .banner-double {
        img {
            height: 290px;
        }
    }
}

@media screen and (min-width: 768px) and (max-width: 996px) {
    .banner-double {
        img {
            height: 260px;
        }
    }
}

@media screen and (min-width: 1200px) {
    .banner-double {
        img {
            height: 280px;
        }
    }
}

.banner-triple .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px;
    background: #096B37;
}


/*
grid banners 

aspect-ratio: 25 / 9;
    gap: 4px;
    grid-template-areas:
        "left top"
        "left bottom";
    grid-template-columns: 2fr 1fr;
    grid-template-rows: minmax(0, 405px) minmax(0, 405px);
    height: -moz-fit-content;
    height: fit-content;

*/

.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.btn-whatsapp:hover {
    color: #FFF;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .btn-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
}

.shared_button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    border: 1px solid #fafafa;
    background-color: #fafafa;

    color: #4d4d4d;

    transition: all 0.3s ease;



    &:hover {
        background: #096B37;
        border-color: #096B37;
        color: white;
    }
}