body {
    /* font-family: "Geist", sans-serif; */
    font-family: "Inter", sans-serif;
    /* background-color: #fff; */
    /* background-color: #f4f7fe; */
    background-color: #f2f3f7;
}

.title {
    font-weight: 900;
    color: #0085ca;
}
.bg-complemtent {
    background-color: #74d1ea;
}
.bg-complemtent-2 {
    background-color: #66b6e0;
}
.bg-theme {
    background-color: #0386ca;
}
/* =================== */
.app-root {
    margin: 68px auto 0;
}
section {
    padding: 30px 0;
}
.container-fluid {
    position: relative;
    max-width: 1366px;
}
/* =================== */
.app-card {
    background-color: #fff;
    border: 0;
    border-radius: 20px;
    box-shadow: 14px 17px 40px 4px #7090b014;
}
/* =================== */
.reel-banners {
    position: relative;
    width: 95%;
    max-width: 1366px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f4f7fe;
    border-radius: 1rem;
}

.reel-banners .swiper-slide {
    display: flex;
    aspect-ratio: 21 / 9;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1.2rem;
    transition: all 1.725s cubic-bezier(0.68, -0.135, 0.27, 1.135);
}

.reel-banners .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.625s cubic-bezier(0.68, -0.135, 0.27, 1.135);
}
.reel-banners.swiper-backface-hidden .swiper-slide {
    transform: scale(0.9);
}
.reel-banners.swiper-backface-hidden .swiper-slide-active {
    transform: scale(1);
}

/* @media (max-width: 768px) {
    .swiper-container {
        border-radius: 12px;
    }
    .swiper-slide {
        border-radius: 10px;
        aspect-ratio: 1.59 / 1;
    }
} */

/* =================== */
/* UI APP */
/* =================== */
.card-category {
    position: relative;
    width: 100%;
    display: flex;
    flex: 1;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.card-category .image {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 25px;
    overflow: hidden;
}
.card-category .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}
.card-category:hover .image img {
    transform: scale(1.1);
}

.card-category .content {
    position: relative;
    padding: 5px;
}
.card-category .content h4 {
    position: absolute;
    right: -0.125rem;
    bottom: 0.125rem;
    width: calc(100% - 22px);
    background-color: #fff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1d3972;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1;
    min-height: 48px;
    outline: 4px solid #f2f3f7;
    outline-offset: -1px;
    z-index: 1;
}
.card-category .content::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 50px;
    height: 50px;
    right: 0px;
    top: -93px;
    border-radius: 50%;
    box-shadow: 22px 22px 0 #f2f3f7;
    z-index: 0;
}
/* =================== */
.card-product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #f3f3f7;
    padding: 0.125rem;
    gap: 0.125rem;
    border: 0;
    border-radius: 26px;
}
.card-product .image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}
.card-product .image img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.card-product .image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 130px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: -6px 6px 0 #f3f3f7;
}
/* =================== */
.card-product .content {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 24px 24px;
    aspect-ratio: 21/6;
    padding: 0.625rem 0.125rem 0.125rem;
    z-index: 1;
}
.card-product .content .title {
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #00132c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
}
.card-product .content .price {
    position: absolute;
    left: 0;
    top: -34px;
    width: 130px;
    min-height: 34px;
    background-color: #fff;
    border-top: 0.125rem solid #f3f3f7;
    border-right: 0.125rem solid #f3f3f7;
    border-top-right-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem;
    z-index: -1;
    /* color: #0386ca; */
}
.card-product .content .price .current {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #1d3972;
    /* color: #032755; */
    /* color: #00132c; */
}
.card-product .content .btn-cart {
    background-color: #0386ca;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0.5rem 1rem;
}
/* =================== */
.card-product .content::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0.125rem #f3f3f7;
}
.card-product .content .price::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0.125rem #f3f3f7;
}
.card-product .content .price::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -14px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
    /* box-shadow: -9px 9px 0 #fff; */
    box-shadow: -6px 6px 0 #fff;
}
/* =================== */
.container-products .col:nth-child(even) .card-product .content .price {
    left: initial;
    right: 0;
    border-right: 0;
    border-left: 0.125rem solid #f3f3f7;
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
}
.container-products .col:nth-child(even) .card-product .content .price::before {
    right: -5px;
    left: initial;
}
.container-products .col:nth-child(even) .card-product .content .price::after {
    right: initial;
    left: -14px;
    box-shadow: 6px 6px 0 #fff;
}
.container-products .col:nth-child(even) .card-product .image::after {
    left: initial;
    right: 130px;
    box-shadow: 6px 6px 0 #f3f3f7;
}
.container-products .col:nth-child(even) .card-product .content::before {
    right: initial;
    left: -5px;
}
/* =================== */
/*CARD PRODUCT INVERT. */
/* =================== */
.card-product.light {
    background-color: #fff;
    gap: 0;
}
.card-product.light .content {
    background-color: #f3f3f7;
    border-top-right-radius: 12px;
}
.card-product.light .content .price {
    background-color: #f3f3f7;
    border-top-left-radius: 12px;
}
/* =================== */
.card-product.light .content::before {
    content: none;
}
.card-product.light .content .price::before {
    content: none;
}
.card-product.light .content .price::after {
    box-shadow: -6px 6px 0 #f3f3f7;
}
/* =================== */
.container-products .col:nth-child(even) .card-product.light .content {
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
}
.container-products .col:nth-child(even) .card-product.light .content .price {
    border-top-right-radius: 12px;
}
.container-products
    .col:nth-child(even)
    .card-product.light
    .content
    .price::after {
    box-shadow: 6px 6px 0 #f3f3f7;
}
.container-products .col:nth-child(even) .card-product.light .image::after {
    box-shadow: 6px 6px 0 #f3f3f7;
}
/* =================== */
footer {
    padding-top: 35px;

    background: rgb(31, 59, 117);
    background: -moz-linear-gradient(
        349deg,
        rgba(31, 59, 117, 1) 0%,
        rgba(13, 41, 98, 1) 80%
    );
    background: -webkit-linear-gradient(
        349deg,
        rgba(31, 59, 117, 1) 0%,
        rgba(13, 41, 98, 1) 80%
    );
    background: linear-gradient(
        349deg,
        rgba(31, 59, 117, 1) 0%,
        rgba(13, 41, 98, 1) 80%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f3b75", endColorstr="#0d2962", GradientType=1);
}
footer .footer-bottom {
    background: rgb(31, 59, 117);
    background: -moz-linear-gradient(
        349deg,
        rgba(31, 59, 117, 1) 0%,
        rgba(13, 41, 98, 1) 80%
    );
    background: -webkit-linear-gradient(
        349deg,
        rgba(31, 59, 117, 1) 0%,
        rgba(13, 41, 98, 1) 80%
    );
    background: linear-gradient(
        349deg,
        rgba(31, 59, 117, 1) 0%,
        rgba(13, 41, 98, 1) 80%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f3b75", endColorstr="#0d2962", GradientType=1);
}
footer svg {
    width: 42px;
    height: 42px;
    stroke-width: 1;
}
footer .copyright-text {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
