.banner-content {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 50%;
}

.section-category {
    height: calc(100vh - 128px);
}

.section-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-attribute .swiper-slide {
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 24px;
    gap: 8px;
    height: auto;
}

.section-slogan {
    aspect-ratio: 3/1;
}

.section-slogan img {
    aspect-ratio: 3/1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.attribute-button-wrapper {
    gap: 24px;
}

.swiper-attribute .swiper-slide img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.swiper-attribute .swiper-slide .attribute-title {
    font-size: 20px;
}

.attribute-button-wrapper img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.slogan-content {
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    left: 5%;
}

.tab-product {
    background-color: var(--secondary);
    border-radius: 16px;
    overflow: hidden;
}

.tab-product-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

.tab-product-item.active {
    background-color: #221120;
    color: var(--white);
}

.tab-main {
    background-color: #ababab !important;
    color: black;
}

.model-info-wrapper {
    width: 100%;
    gap: 24px;
}

.model-info-wrapper > div {
    flex: 1;
}

.model-info-item {
    padding: 8px 0;
    border-bottom: 1px solid #ababab;
}

.product-wrapper-content.active {
    display: block;
}

.product-wrapper-content {
    display: none;
}

.model-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.model-info-item .model-info-item-name {
    flex: 2;
}
.model-info-item .model-info-item-value {
    flex: 1;
}

.tab-select {
    cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}

.swiper-image-category .swiper-button-next,
.swiper-image-category .swiper-button-prev {
    width: 60px;
    height: 60px;
}

.swiper-image-category .swiper-slide {
    border-radius: 32px;
    overflow: hidden;
}

.section-category-all {
    background: url(../../../../img/pages/comp/bottom.jpg) no-repeat center
        center;
    background-size: cover;
    background-position: top;
    aspect-ratio: 16/12;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-item {
    border-radius: 16px;
    overflow: hidden;
}

.category-item-name {
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
}

.cta-category {
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
}

.category-container {
    position: relative;
}

.category-prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: calc(50% - 8px);
    left: -30px;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
}

.category-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: calc(50% - 8px);
    right: -30px;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
}

.category-pagination {
    text-align: center;
    margin-top: 12px;
    display: none;
}

.category-group .swiper-pagination-bullet-active {
    background: var(--secondary) !important;
}

.category-item-image {
    aspect-ratio: 1/1;
}

.category-item-image img {
    aspect-ratio: 1/1;
}

.category-item-name h3 {
    font-size: 24px;
}

.product-wrapper-content-mobile {
    display: none;
}

.product-wrapper-content-desktop {
    display: block;
}

.model-info-item-value {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1440px) {
    
}

@media (max-width: 768px) {
    .product-wrapper-content-mobile {
        display: block;
    }

    .product-wrapper-content-desktop {
        display: none;
    }
    .section-slogan {
        aspect-ratio: 1/2;
    }
    .slogan-content {
        width: 90%;
        top: 25%;
    }
    .section-slogan img {
        aspect-ratio: 1/2;
    }

    .category-prev,
    .category-next {
        display: block;
    }

    .category-item-name h3 {
        font-size: 16px;
    }

    .swiper-image-category .swiper-button-next,
    .swiper-image-category .swiper-button-prev {
        width: 36px;
        height: 36px;
    }

    .model-info-wrapper {
        flex-direction: column;
    }

    .tab-product {
        flex-direction: column;
        gap: 8px;
        background-color: unset;
    }

    .tab-product-item {
        padding: 16px;
        border-radius: 16px;
        background-color: var(--secondary);
    }

    .section-category-all {
        background-size: 140%;
        aspect-ratio: 5/12;
    }

    .category-next {
        right: -12px;
    }

    .category-prev {
        left: -12px;
    }
}
