/* Extra Large Devices (Small Desktop) */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }

    .menu-right {
        margin-left: 60px;
        gap: 15px;
    }

    .menu-right .level-1 {
        gap: 30px;
    }

    .level-1 > li > a.menu-item {
        font-size: 13px;
    }
}

/* Large Devices (Tablets) */
@media (max-width: 991px) {
    /* Menu */
    .menu-right {
        margin-left: 40px;
        gap: 12px;
    }

    .menu-right .level-1 {
        gap: 20px;
    }

    .level-1 > li > a.menu-item {
        font-size: 12px;
    }

    .search-input {
        min-width: 120px;
    }

    .menu__icons {
        gap: 10px;
    }

    /* Footer */
    .footer__boot {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }

    .footer-newsletter {
        width: 100%;
    }

    .newsletter-form {
        min-width: 100%;
    }

    .footer-bottom {
        width: 100%;
        align-items: center;
    }

    .brand-name h2 {
        text-align: center;
    }

    .footer-links-navigation {
        gap: 15px 25px;
    }

    .footer-links-navigation a {
        font-size: 16px;
    }
}

/* Medium Devices (Tablets) */
@media (max-width: 767px) {
    /* Menu */

    .mobile-header {
        display: flex;
    }

    /* Footer */
    .footer-links-section {
        padding: 20px 0;
    }

    .footer-links-navigation {
        flex-direction: column;
        gap: 12px 0;
    }

    .footer-links-navigation a {
        font-size: 14px;
    }

    .footer__boot {
        padding: 25px 0 40px;
    }

    .footer-newsletter h3 {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .newsletter-form {
        min-width: 100%;
    }

    .input-group input {
        padding: 11px 15px;
        font-size: 0.9rem;
    }

    .input-group button {
        padding: 11px 15px;
    }

    .payment-methods {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .brand-name {
        margin-top: 12px;
    }

    .brand-name h2 {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .heading-title h2 {
        font-size: 24px;
    }
    .menu-sticky {
        display: none !important;
    }
    .mobile-menu {
        display: block !important;
    }
    .menu {
        display: none !important;
    }
    .slider-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .heading-title p {
        font-size: 14px;
        margin-top: 8px;
    }
    .heading-title {
        margin-bottom: 25px;
    }
    .product-title__hot_one {
        font-size: 24px;
    }
    .product-hot-one-content {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: auto;
    }
    body {
        background-image: none;
    }
}

/* Small Devices (Phones) */
@media (max-width: 575px) {
    /* Menu */

    .mobile-header {
        display: flex;
    }

    .category-sidebar {
        display: none;
        max-width: 100%;
    }

    .category-sidebar.active {
        display: flex;
    }

    .sidebar-content {
        flex-direction: column;
    }

    .category-list {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        max-height: 200px;
    }

    .category-preview {
        width: 100%;
        flex: 1;
    }

    /* Footer */
    .footer-links-section {
        padding: 16px 0;
    }

    .footer-links-navigation {
        flex-direction: column;
        gap: 10px 0;
        justify-content: center;
    }


    .footer__boot {
        flex-direction: column;
        gap: 25px;
        padding: 20px 0 35px;
    }

    .footer-newsletter {
        width: 100%;
        order: 1;
    }

    .footer-newsletter h3 {
        font-size: 0.85rem;
        margin-bottom: 6px;
        letter-spacing: 0.2px;
    }

    .newsletter-form {
        min-width: 100%;
    }

    .input-group {
        border-radius: 0;
    }

    .input-group input {
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    .input-group button {
        padding: 10px 12px;
    }

    .footer-bottom {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        order: 2;
    }

    .payment-methods {
        grid-template-columns: repeat(5, 1fr);
        gap: 6px;
    }

    .brand-name {
        margin-top: 10px;
        width: 100%;
    }

    .brand-name h2 {
        font-size: 0.8rem;
        letter-spacing: 0.5px;
        text-align: center;
    }

    .heading-title h2::before,
    .heading-title h2::after {
        display: none;
    }

    .heading-title h2 {
        font-size: 20px;
    }

    .flex-header-top {
        flex-direction: column;
        gap: 8px;
    }

    .flex-header-top-left {
        flex-direction: column;
        gap: 6px;
    }

    .flex-footer {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .product-category,
    .news-index,
    .why-choice-us,
    .partner,
    .footer-main,
    .product-hot {
        padding: 32px 0;
    }
}

/* Extra Small Devices */
@media (max-width: 374px) {
    /* Footer */
    .footer-links-section {
        padding: 12px 0;
    }

    .footer-links-navigation {
        gap: 8px 0;
    }

    .footer-links-navigation a {
        font-size: 11px;
        font-weight: 500;
    }

    .footer__boot {
        gap: 20px;
        padding: 16px 0 28px;
    }

    .footer-newsletter h3 {
        font-size: 0.75rem;
        margin-bottom: 4px;
    }

    .newsletter-form {
        min-width: 100%;
    }

    .input-group input {
        padding: 8px 10px;
        font-size: 0.8rem;
    }

    .input-group button {
        padding: 8px 10px;
        min-width: 50px;
    }

    .payment-methods {
        grid-template-columns: repeat(4, 1fr);
        gap: 4px;
    }

    .brand-name {
        margin-top: 8px;
    }

    .brand-name h2 {
        font-size: 0.7rem;
        letter-spacing: 0.3px;
    }

    .heading-title h2 {
        font-size: 18px;
    }

    .product-category,
    .news-index,
    .why-choice-us,
    .partner,
    .footer-main,
    .product-hot {
        padding: 24px 0;
    }
}



/* Product Hot Item Hover Effect */


/* Responsive */
@media only screen and (max-width: 768px) {
    .product-hot {
        padding: 40px 16px;
    }

    .product-hot-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .product-hot-image-wrapper {
        border-radius: 6px;
    }

    .product-hot-overlay {
        border-radius: 6px;
    }

    .product-hot-btn {
        padding: 8px 20px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .product-hot {
        padding: 30px 12px;
    }

    .product-hot-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .product-hot-image-wrapper {
        padding-bottom: 120%;
    }

    .product-hot-info h3 {
        font-size: 14px;
    }

    .product-hot-desc {
        font-size: 12px;
    }
}


/* Responsive */
@media only screen and (max-width: 768px) {
    .product-news {
        padding: 60px 0;
    }

    .product-news-nav {
        bottom: -60px;
        gap: 10px;
    }

    .product-news-nav-btn {
        width: 35px;
        height: 35px;
    }

    .product-news-info h3 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .product-news {
        padding: 40px 0;
    }

    .product-news-info h3 {
        font-size: 11px;
    }
}

/* Responsive */
@media only screen and (max-width: 1200px) {
    .product-hot-one-wrapper {
        gap: 40px;
        min-height: auto;
    }

    .product-hot-one-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .product-hot-one-featured {
        height: 300px;
        margin-bottom: 30px;
    }

    .product-hot-one-featured::before {
        width: 220px;
        height: 220px;
    }

    .product-hot-one-image-container {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .product-hot-one {
        padding: 60px 0;
    }

    .product-hot-one-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        min-height: auto;
    }

    .product-hot-one-left {
        padding: 0 20px;
    }

    .product-hot-one-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .product-hot-one-featured {
        height: 250px;
        margin-bottom: 25px;
    }

    .product-hot-one-featured::before {
        width: 180px;
        height: 180px;
    }

    .product-hot-one-image-container {
        width: 160px;
        height: 160px;
    }

    .product-hot-one-right {
        min-height: 400px;
    }

    .product-hot-one-fashion {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .product-hot-one {
        padding: 40px 0;
    }

    .product-hot-one-wrapper {
        gap: 20px;
    }

    .product-hot-one-left {
        padding: 0 15px;
    }

    .product-hot-one-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .product-hot-one-featured {
        height: 200px;
        margin-bottom: 20px;
    }

    .product-hot-one-featured::before {
        width: 140px;
        height: 140px;
    }


    .product-hot-one-right {
        min-height: 300px;
    }

    .product-hot-one-fashion {
        height: auto;
    }
}


/* Responsive Banner Product Seller */
@media only screen and (max-width: 768px) {
    .banner-product-seller {
        padding: 40px 0;
    }

    .banner-product-seller-container {
        min-height: 300px;
    }

    .banner-product-seller-title {
        font-size: 48px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-product-seller {
        padding: 30px 0;
    }

    .banner-product-seller-container {
        min-height: 250px;
    }

    .banner-product-seller-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
    .mobile-search input {
        width: 75px;
    }
}


/* Responsive */
@media (max-width: 1240px) {
    .product-seller-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-seller-header {
        gap: 40px;
    }

    .product-seller-title h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .product__seller_section {
        padding: 40px 0;
    }

    .product-seller-header {
        gap: 20px;
        margin-bottom: 30px;
    }

    .product-seller-title h2 {
        font-size: 20px;
    }

    .product-seller-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 40px;
    }

    .product-seller-see-all {
        margin-bottom: 30px;
    }

    .product-seller-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-seller-grid {
        grid-template-columns: 1fr;
    }

    .product-seller-header {
        gap: 15px;
    }

    .product-seller-title h2 {
        font-size: 18px;
    }

    .product-seller-nav-btn {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .pagination-seller-wrapper {
        gap: 20px;
    }
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .banner__home__section {
        min-height: 80vh;
    }

    .banner-home-container {
        min-height: 80vh;
    }

    .banner-home-title {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .banner__home__section {
        min-height: 70vh;
    }

    .banner-home-container {
        min-height: 70vh;
    }

    .banner-home-title {
        font-size: 42px;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .banner__home__section {
        min-height: 60vh;
    }

    .banner-home-container {
        min-height: 60vh;
    }

    .banner-home-title {
        font-size: 32px;
        letter-spacing: 1px;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .social-home-cta {
        padding: 60px 20px;
    }

    .social-home-cta-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .social-home-follow {
        padding: 60px 20px;
    }

    .social-home-icons {
        gap: 20px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .social-home-cta {
        padding: 40px 15px;
    }

    .social-home-cta-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .social-home-cta-btn {
        padding: 14px 30px;
        font-size: 12px;
    }

    .social-home-follow {
        padding: 40px 15px;
    }

    .social-home-follow-title {
        font-size: 14px;
    }

    .social-home-icons {
        gap: 15px;
        margin-bottom: 30px;
    }

    .social-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .social-home-handle {
        font-size: 14px;
    }
}

