/* eyedigo responsive css */

/* eyedigo header responsive css */
@media screen and (max-width: 1120px) {
    .sm-mt-6 {
        margin-top: 6rem !important;
    }

    .home-category-section2 .product-image-wrapper {
        max-height: 178px;
    }

    .view-all-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view-all-box .category-image-container {
        width: 100%;
        height: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .d-none-sm {
        display: none;
    }

    /* desktop Header */
    .header {
        display: none;
    }

    .mobile-category-slider {
        display: flex;
    }

    /* Mobile Header */
    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        background: #fff;
        border-bottom: 1px solid #ddd;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .mobile-header .mobile-header-left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .mobile-header-left .logo-wrapper .header-logo {
        max-width: 150px;
    }

    .mobile-header-left .menu-icon {
        font-size: 24px;
        cursor: pointer;
        /* color: #405C9D; */
        color: #000;
    }

    .mobile-header-right {
        display: flex;
        gap: 15px;
    }

    .icon {
        font-size: 22px;
        cursor: pointer;
    }

    .about-heading h2.mt-5 {
        margin-top: 0rem !important;
    }

    /* Sidebar Menu */
    .sidebar-menu {
        position: fixed;
        top: 0;
        left: -90%;
        width: 90%;
        height: 100%;
        background: #fff;
        border-radius: 0 25px 25px 0;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        padding: 15px;
        z-index: 1100;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        overflow-y: scroll;
    }

    .sidebar-menu ul {
        width: 100%;
        list-style: none;
        padding: 0;
    }

    .sidebar-menu ul li {
        width: 100%;
        padding: 8px 0;
    }

    .sidebar-menu ul li a {
        text-decoration: none;
        color: #333;
        font-size: 18px;
    }

    .close-btn {
        font-size: 26px;
        cursor: pointer;
        text-align: right;
    }

    /* Overlay (to darken background when menu is open) */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 1000;
    }

    .sidebar-menu .menu-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .menu-top .menu-user-login {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .menu-top .menu-user-login .menu-user-name {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .menu-user-login .menu-user-name span {
        font-weight: 600;
        font-size: 15px;
    }

    .menu-user-login .menu-user-name a {
        font-size: 13px;
        color: #207bb4;
        text-decoration: none;
    }

    .sidebar-menu .menu-list h4 {
        color: #737e93;
        font-size: 13px;
        font-weight: 400;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        gap: 10px;
        overflow-x: hidden;
        padding-left: 3px;
    }

    .sidebar-menu .menu-list h4 span {
        display: inline-block;
        width: fit-content;
    }

    .sidebar-menu .menu-list h4 .line-through {
        display: inline-block;
        position: relative;
        width: -webkit-fill-available;
        width: 100%;
    }

    .sidebar-menu .menu-list h4 .line-through::after {
        content: "";
        display: block;
        width: 100%;
        height: 1.2px;
        background-color: #efefef;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .sidebar-menu .menu-list .menu-list-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .sidebar-menu .menu-list .menu-list-item figure {
        margin: 0;
    }

    .sidebar-menu .menu-list .menu-list-item img {
        width: 38px;
        height: 38px;
        border-radius: 50%;
    }

    .sidebar-menu .menu-list.menu-profile-list .menu-list-item img {
        border-radius: 0;
    }

    .sidebar-menu .menu-list .menu-list-item span {
        font-size: 13px;
        color: #111111;
        font-weight: 500;
    }

    .sidebar-menu ul.menu-profile-list {
        text-align: left;
    }

    .sidebar-menu ul.menu-profile-list li {
        width: 32.3%;
        display: inline-block;
    }

    .sidebar-menu .menu-list.menu-profile-list .menu-list-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .sidebar-menu .menu-list.menu-profile-list .menu-list-item span {
        font-size: 11px;
        text-align: center;
    }

    .sidebar-menu .menu-list.menu-profile-list .menu-list-item figure {
        text-align: center;
    }

    .sidebar-menu .menu-list.menu-profile-list .menu-list-item img {
        width: 70%;
        height: auto;
    }

    .swiper-container {
        width: 100%;
        margin-top: 0;
        padding: 0 10px 3rem;
    }

    .swiper-container.mb-3 {
        margin-bottom: 0 !important;
    }

    .coupon-image-main.mb-5 {
        margin-bottom: 2rem !important;
    }

    .swiper-container .swiper-slide {
        height: auto;
        box-shadow: none;
    }

    .swiper-container .swiper-slide img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .desktop-coupon-img {
        display: none;
    }

    .collection-swiper-container .swiper-slide {
        padding: 0;
        height: 100%;
    }

    .collection-swiper-container {
        width: 100%;
        height: fit-content;
        padding: 0 10px;
    }

    .home-category-section {
        padding: 0 10px;
    }

    .home-category-section .category-image-container img,
    .collection-swiper-container .swiper-slide img {
        border-radius: 0;
    }

    .home-category-section .col-sm-6 {
        width: 50%;
    }

    .worthy-deals-section .col-sm-4 {
        width: 33%;
        padding: 0;
    }

    .home-category-section .row {
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
    }

    .home-category-section .category-image-container {
        height: 100%;
    }

    /* .home-category-section .category-image-container .category-image-wrapper {
        min-height: 150px;
        max-width: 180px;
    } */

    .section-title {
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 18px;
        text-align: left;
        margin-bottom: 0;
    }

    .collection-swiper-container .section-title {
        padding-left: 2px;
    }

    .product-slider .swiper-slide .product-image-wrapper,
    .product-slider2 .swiper-slide .product-image-wrapper {
        height: 168px;
    }

    .product-lower-content {
        min-height: 74px;
    }

    .last-card .last-card-inner h2 {
        font-size: 22px;
    }

    .section-title-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 5px;
    }

    .explore-btn-wrapper {
        width: 125px;
        text-align: right;
    }

    .Fandom-container .swiper-slide,
    .hot-items-container .swiper-slide {
        width: auto;
        max-width: 90%;
    }

    .hot-items-container {
        margin-top: 15px;
    }

    footer .flex-column {
        padding: 50px 10px;
    }

    .flex-column .logo-widget {
        padding-left: 12px;
    }

    .flex-column .footer-widget {
        padding: 0 3px;
    }

    .flex-column .footer-links-list,
    .flex-column .footer-social-list,
    .flex-column .footer-policy-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 4px 15px;
    }

    .flex-column .footer-social-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 15px;
    }

    .footer-widget .footer-list-title {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .category-section {
        margin-top: 60px !important;
    }

    .breadcrumb-wrapper {
        padding: 10px 10px;
    }

    .category-section .main-row {
        padding: 0 !important;
    }

    .offcanvas.offcanvas-start {
        max-width: 80%;
    }

    .offcanvas.offcanvas-start .offcanvas-header {
        border-bottom: 1px solid rgb(209, 213, 219);
    }

    .offcanvas.offcanvas-start .offcanvas-title {
        color: #405d9e;
        font-size: 20px;
        font-weight: 600;
    }

    .product-wrapper.col-sm-6,
    .top-banner.col-lg-12,
    .category-section .main-row .col-lg-10 {
        padding: 0;
    }

    .category-section .products-section {
        margin-top: 20px;
        gap: 20px 4px;
        justify-content: space-between;
    }

    .category-section .filter-wrapper {
        flex-wrap: wrap;
        padding: 0 10px;
        margin: 30px 0;
    }

    .category-section .filter-wrapper h4 {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
        color: #5f585b;
    }

    .filter-sidebar .arrow-icon {
        font-size: 12px;
    }

    .filter-sidebar .sidebar-heading {
        padding: 0;
        border-bottom: none !important;
        margin-bottom: 0;
        justify-content: right !important;
    }
}

@media screen and (min-width: 1121px) {
    .d-none-lg {
        display: none;
    }

    .lg-mt-7 {
        margin-top: 8rem !important;
    }

    .mobile-coupon-img {
        display: none;
    }

    /* Mobile Header */
    .mobile-header {
        display: none;
    }

    .sidebar-menu {
        display: none;
    }

    /* desktop Header */
    .header {
        display: flex;
    }

    .category-section .main-row .col-lg-2 {
        width: 20% !important;
        position: sticky;
        top: 100px
    }

    .category-section .main-row .col-lg-10 {
        width: 80% !important;
    }

    .mobile-category-slider {
        display: none;
    }

    .cart-items {
        position: sticky;
        top: 7rem;
    }
}

@media (min-width: 1181px) and (max-width: 1380px) {
    .image-sec {
        min-height: 16.6em;
    }
}

@media screen and (min-width:1380px) {
    .Fandom-container .swiper-slide img {
        height: 30em !important;
    }

    .image-sec {
        min-height: 19.4em;
    }
}

@media (min-width: 768px) and (max-width: 1120px) {
    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 32.3%;
    }

    .cart-section {
        padding: 60px 10px 30px !important;
    }

    .cart-items {
        position: sticky;
        top: 4.5rem;
    }

    .login-right {
        margin-top: -40% !important;
        padding: 2rem 0 1.4rem !important;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        background: #fff;
    }

    .home-category-section {
        padding: 0 6px !important;
    }

    .worthy-deals-section .col-md-4 {
        width: 31.3%;
    }

    .home-category-section .row {
        justify-content: space-between !important;
        gap: 12px 0 !important;
    }

    .home-category-section2 .row {
        padding: 0 6px !important;
    }

    .home-category-section .col-md-3 {
        width: 25% !important;
    }

    .filter-offcanvas-btn,
    .custom-select-wrapper {
        width: 49%;
    }

    .category-section .filter-wrapper {
        gap: 0 10px;
    }

    .mobile-category-slider {
        display: flex;
        justify-content: space-evenly !important;
    }

    .mobile-category-slider .category-item h5 {
        font-size: 14px;
    }

    .mobile-category-slider .category-item {
        width: 112px;
        height: 100%;
    }

    .mobile-category-slider .category-item img {
        aspect-ratio: 1 / 1;
        height: auto;
        width: 100%;
        object-fit: cover
    }
}

@media (min-width: 768px) and (max-width: 1220px) {
    .cart-container {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .lg-hide {
        display: none !important;
    }

    .sm-hide {
        display: flex !important;
    }

    .home-category-section2 .last-card .category-image-container {
        height: 100%;
        min-height: 17em;
    }
}

/* eyedigo body responsive css */
@media screen and (max-width: 767px) {
    .wishlist-btn {
        font-size: 16px;
        padding: 6px;
    }

    .home-category-section2 .wishlist-btn {
        top: 205px;
        bottom: auto;
    }

    .home-category-section {
        padding: 0 !important;
    }

    .home-category-section .row {
        padding: 0 3px !important;
        gap: 12px 0;
        align-items: unset;
    }

    .col-sm-12,
    .col-xs-12 {
        width: 100%;
    }

    .col-sm-6,
    .col-xs-6 {
        width: 49%;
    }

    .filter-sidebar .accordion-body {
        padding: 0px !important;
    }

    .custom-select-wrapper {
        width: 49%;
    }

    .product-wrapper .product-lower-content {
        padding: 0 8px 10px;
    }

    .product-wrapper .product-name,
    .product-wrapper .product-desc,
    .product-wrapper .price {
        font-size: 12px;
    }

    .product-wrapper .rupee-symbol,
    .product-wrapper .del-price,
    .product-wrapper .discount-amount {
        font-size: 11px;
    }

    .product-slider .swiper-slide,
    .product-slider2 .swiper-slide {
        height: auto;
    }

    .product-slider .swiper-slide img,
    .product-slider2 .swiper-slide img {
        height: auto;
    }

    .product-slider .product-name,
    .product-slider2 .product-name {
        font-size: 14px;
    }

    .product-slider .product-desc,
    .product-slider2 .product-desc {
        font-size: 12px;
    }

    .product-slider .price,
    .product-slider2 .price {
        font-size: 14px;
    }

    .fanbook-main-section {
        margin-top: 70px;
    }

    .fanbook-main-section .top-content {
        margin: 14px 0;
        padding: 60px 15px;
    }

    .image-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .fanbook-main-section .top-banner img {
        height: 140px;
    }

    .contact-section {
        padding: 90px 10px 60px;
    }

    .contact-grid {
        flex-direction: column;
    }

    .blog-section {
        flex-direction: column;
        align-items: center;
    }

    .blog-card img {
        height: 145px;
    }

    .blog-title {
        padding: 0;
        font-size: 14px;
    }

    .blog-card:last-of-type img {
        height: 20em;
        max-height: 22em;
    }

    .worthy-deals-section .row {
        gap: 10px 0;
        justify-content: space-between;
    }

    .read-more {
        display: inline-block;
        font-size: 12px;
        padding: 8px 16px;
        margin: 10px auto 10px;
    }

    .lg-hide {
        display: flex !important;
    }

    .sm-hide {
        display: none !important;
    }

    .image-gallery img {
        height: auto;
    }
}

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