/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */

/* ===== RESPONSIVE STYLES - DROPDOWN MENU ===== */

.mobile-search-container {
    display: none;
}

/* Tablets and Below (1024px) */
@media (max-width: 1024px) {
    .navbar-collapse {
        position: fixed;
        top: 90px;
        /* header height */
        left: 0;
        width: 100vw;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;

        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;

        transition:
            transform 0.4s ease,
            opacity 0.3s ease;

        z-index: 999;
    }

    .navbar-collapse.show {
        opacity: 1;
        visibility: visible;
        display: flex !important;
        flex-direction: column;
    }

    .nav-link {
        line-height: 1.6;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse {
        position: fixed;
        top: 90px;
        /* header height */
        left: 0;
        height: 400px;
        width: 100vw;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;

        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;

        transition:
            transform 0.4s ease,
            opacity 0.3s ease;

        z-index: 999;
    }

    .navbar-collapse.show {
        opacity: 1;
        visibility: visible;
    }

    .nav-link {
        line-height: 1.6;
        /* more elegant */
    }

    .cart-count {
        right: -8px !important;
        right: 30px;
    }
}

@media (max-width: 1024px) {
    .navbar-nav .nav-item {
        opacity: 0;
        transform: translateY(8px);
        transition: all 0.35s ease;
    }

    .navbar-collapse.show .nav-item {
        opacity: 1;
        transform: translateY(0);
    }

    .navbar-collapse.show .nav-item:nth-child(1) {
        transition-delay: 0.05s;
    }

    .navbar-collapse.show .nav-item:nth-child(2) {
        transition-delay: 0.1s;
    }

    .navbar-collapse.show .nav-item:nth-child(3) {
        transition-delay: 0.15s;
    }

    .navbar-collapse.show .nav-item:nth-child(4) {
        transition-delay: 0.2s;
    }

    .navbar-collapse.show .nav-item:nth-child(5) {
        transition-delay: 0.25s;
    }
}

/* Larger Tablets */
/* @media (min-width: 1025px) {
    .navbar-collapse {
        display: flex !important;
        opacity: 1;
    }

    .navbar-toggler {
        display: none !important;
    }
}
 */
/* Medium Tablets */
@media (min-width: 992px) {
    .gap-lg-5 {
        gap: 2rem !important;
    }
}

@media (max-width: 768px) {
    header {
        height: 80px;
        padding: 0 1.5rem !important;
    }

    .logo img {
        height: 40px;
    }

    .navbar-nav {
        padding: 1.25rem 1.5rem;
    }

    .header-icons {
        gap: 0.75rem;
    }

    .search-wrapper,
    .header-search-btn {
        display: none !important;
    }

    .mobile-search-container {
        display: none !important;
        padding: 10px 1.5rem;
        width: 100%;
    }

    .navbar-collapse.show .mobile-search-container {
        display: block !important;
    }

    .mobile-search-bar {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid var(--border-light);
        border-radius: 8px;
        font-family: var(--text-font-family-secondary);
        font-size: 14px;
        outline: none;
    }
}

/* Mobile Phones */
@media (max-width: 576px) {
    header {
        height: 70px;
        padding: 0 1rem !important;
    }

    .logo img {
        height: 35px;
    }

    .navbar-nav {
        padding: 1rem;
    }

    .nav-link {
        padding: 0.875rem 0 !important;
        font-size: 14px;
    }

    .header-icons {
        gap: 0.5rem;
    }

    .navbar-toggler img {
        width: 20px;
        height: 20px;
    }

    .cart-count {
        right: -3px !important;
        width: 16px;
    }
}

/* Extra Small Devices */
@media (max-width: 400px) {
    header {
        height: 65px;
    }

    .logo img {
        height: 30px;
    }

    .nav-link {
        font-size: 13px;
    }
}

/* --------Hero section -------------*/
@media (min-width: 1441px) {
    .hero {
        min-height: 900px;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .hero {
        min-height: 500px;
        margin: 0 auto;
    }

    .heading {
        text-align: center;
    }

    .see-collection-btn {
        padding: 8px 18px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 400px;
        margin: 0 auto;
    }

    .heading {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }

    .content-hero {
        max-width: 400px;
        gap: 5px;
    }

    .see-collection-btn {
        padding: 10px 22px;
        font-size: 13px;
    }
}

@media (max-width: 425px) {
    .hero {
        min-height: 250px;
        margin: 0 auto;
    }

    .heading {
        font-size: 28px;
        line-height: normal;
        text-align: center;
    }

    .heading-info {
        font-size: 12px;
        line-height: normal;
    }

    .see-collection-btn {
        padding: 6px 15px;
        font-size: 12px;
    }

    .content-hero {
        max-width: 325px;
        gap: 5px;
    }
}

/*---------- Latest product -------------*/
@media (max-width: 1300px) {
    .category-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 20px;
    }

    .desk-gadgets,
    .table-decor {
        height: 195px;
    }

    .wall-decor,
    .kitchen-dining,
    .be-with-nature,
    .utilities {
        height: 400px;
    }

    .table-decor {
        margin-top: -215px;
    }
}
@media (max-width: 992px) {
    .category-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 15px;
    }

    .wall-decor {
        grid-column: 1;
        grid-row: 1 / 3;
        height: 500px;
    }

    .desk-gadgets {
        grid-column: 2;
        grid-row: 1;
        height: 240px;
        margin-top: 0;
    }

    .table-decor {
        grid-column: 2;
        grid-row: 2;
        height: 240px;
        margin-top: 0;
    }

    .kitchen-dining {
        grid-column: 1 / 3;
        grid-row: 3;
        height: 350px;
    }

    .be-with-nature {
        grid-column: 1 / 3;
        grid-row: 4;
        height: 350px;
    }

    .utilities {
        grid-column: 1 / 3;
        grid-row: 5;
        height: 350px;
    }
}

/* Mobile Landscape - Small tablets */
@media (max-width: 768px) {
    .category-section {
        padding: 0 10px;
    }

    .section-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .category-grid {
        gap: 12px;
    }

    .category-name {
        font-size: 20px;
    }
}

/* Mobile Portrait - Phones */
@media (max-width: 576px) {
    .category-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
    }

    .category-card {
        grid-column: 1 !important;
        grid-row: auto !important;
        height: 280px !important;
        margin-top: 0 !important;
    }

    .section-heading {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .category-name {
        font-size: 18px;
    }
}

/* Extra Small Devices */
@media (max-width: 400px) {
    .category-card {
        height: 250px !important;
    }

    .section-heading {
        font-size: 20px;
    }

    .category-name {
        font-size: 16px;
    }

    .category-grid {
        gap: 10px;
    }
}

/* -------Video section----------- */
@media (max-width: 992px) {
    .video-section {
        height: 450px;
    }

    .video-title {
        font-size: clamp(24px, 4vw, 36px);
    }

    .video-description {
        font-size: clamp(10px, 2vw, 14px);
        max-width: 80vw;
    }

    .play-button {
        width: 70px;
        height: 70px;
    }

    .play-button::after {
        border-left: 20px solid #333;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
}

@media (max-width: 768px) {
    .video-section {
        height: 350px;
    }

    .video-title {
        font-size: clamp(18px, 5vw, 28px);
        margin-bottom: 15px;
    }

    .video-description {
        font-size: clamp(9px, 2.5vw, 12px);
        max-width: 95vw;
        margin-bottom: 20px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button::after {
        border-left: 16px solid #333;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}

@media (max-width: 576px) {
    .video-section {
        height: 300px;
    }

    .video-title {
        font-size: clamp(16px, 7vw, 24px);
    }

    .video-description {
        font-size: clamp(8px, 3vw, 10px);
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button::after {
        border-left: 14px solid #333;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 4px;
    }
}

/*---------- Footer----------- */

/* ===============================
   TABLET (≤ 1024px)
================================ */
@media (max-width: 1024px) {
    .footer-container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .right-footer {
        gap: 60px;
    }

    .menu_account {
        gap: 48px;
    }
}

/* ===============================
   TABLET / SMALL LAPTOP (≤ 768px)
================================ */
@media (max-width: 768px) {
    .footer-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* Stack brand & right content */
    .footer-bg > .footer-container > .d-flex {
        flex-direction: column;
        gap: 48px;
    }

    .right-footer {
        width: 100%;
        justify-content: space-between;
        gap: 40px;
    }

    .menu_account {
        gap: 40px;
    }
}

/* ===============================
   MOBILE (≤ 576px)
================================ */
@media (max-width: 576px) {
    .footer-container {
        padding-top: 60px;
        padding-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Stack everything vertically */
    .right-footer {
        flex-direction: column;
        gap: 40px;
    }

    .menu_account {
        flex-direction: column;
        gap: 32px;
    }

    .menu-view,
    .Accountl-view {
        width: auto;
        height: auto;
    }

    /* Contact spacing */
    .footer-contact {
        gap: 16px;
    }

    /* Bottom section */
    .footer-bg .d-flex.flex-column.flex-md-row {
        align-items: flex-start;
        gap: 20px;
    }

    .footer-socials {
        gap: 16px;
    }

    .footer-socials img {
        width: 36px;
        height: 36px;
    }
    .view-toggle {
        margin-left: 8px;
    }
}

/*---------- All Product page ---------------*/

/* ===== Mobile (≤576px) ===== */
@media (max-width: 375px) {
    /* .product-grid,
    .product-grid.product-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    } */

    .product-grid-container {
        padding: 0 !important;
    }

    .RightControls {
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .results-count {
        display: none;
    }

    .product-grid,
    .product-grid.product-grid.product-grid {
        gap: 15px !important;
        grid-template-columns: 1fr !important;
    }

    /*  .cart-btn,
    .buy-btn {
        padding: 10px 9px !important;
    } */
}
@media (max-width: 580px) {
    .results-count {
        display: none !important;
    }
}

@media (max-width: 619px) {
    .results-count {
        margin-left: 20px;
        text-wrap: nowrap;
    }

    .cart-btn,
    .buy-btn {
        width: 100%;
    }

    .filter-bar {
        display: flex;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 740px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .product-grid {
        gap: 16px;
    }

    .filter-sidebar {
        margin: 0 !important;
        padding-top: 30px;
        padding-left: 30px;
    }

    .cart-btn,
    .buy-btn {
        padding: 6px 13px;
    }

    .filter-bar {
        display: flex;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .filter-sidebar {
        max-width: 350px;
        margin: 0 !important;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-grid-container {
        max-width: 100%;
        padding: 20px;
        border: none;
    }

    .filter-bar {
        max-width: 150px;
        display: none !important;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 280px;
        height: 100vh;
        background: #fff;
        z-index: 1050;
        box-shadow: 2px 0 16px rgba(0, 0, 0, 0.08);
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        margin: 0 !important;
        padding-top: 30px;
        padding-left: 30px;
    }

    .filter-sidebar.show {
        left: 0;
    }

    /* Filter Sidebar Overlay */
    #filterSidebarOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
    }
}

@media (min-width: 992px) {
    .filter-sidebar {
        position: static;
        transform: none !important;
        visibility: visible !important;
    }
}

@media (max-width: 1024px) {
    .filter-bar {
        display: none !important;
    }

    .product-img {
        width: 100%;
    }

    .cart-btn,
    .buy-btn {
        padding: 12px 20px;
    }
}

@media (max-width: 1280px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .filter-sidebar {
        margin-left: 20px;
    }

    .filter-bar {
        max-width: 350px !important;
    }
}

/* -------------Product Details----------------- */
@media (max-width: 992px) {
    .product-detail-section {
        flex-direction: column;
        margin: 30px 30px 80px 30px;
        align-items: center;
    }

    .main-product-img-box {
        margin-left: 20px;
        margin-right: 0;
    }

    .Product-info-box {
        max-width: none !important;
        width: 90;
    }

    .row-1 {
        margin-top: 50px;
        gap: 20px;
    }
}

/* ================= TABLET FIX (768px – 1024px) ================= */
@media (max-width: 1300px) {
    .Product-info-box {
        max-width: 450px;
    }

    .main-product-img-box {
        width: 350px;
        height: 350px;
    }

    .main-product-img {
        max-width: 100%;
        height: auto;
    }

    .buy-now {
        padding: 20px 38px;
    }

    .ATC {
        padding: 18px 38px !important;
    }

    .row-3 {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .Product-info-box {
        max-width: 550px !important;
    }

    /* ---------------- Breadcrumb ---------------- */
    .breadcrumb-bar {
        padding: 15px 16px;
    }

    /* ---------------- Main Layout ---------------- */
    .product-detail-section {
        margin: 20px 16px 60px 16px;
        flex-direction: column;
    }

    /* ---------------- Image Section ---------------- */
    /* Reverse order: MAIN IMAGE first, thumbnails below */
    .product-detail-section > div:first-child {
        flex-direction: column-reverse;
        align-items: center;
    }

    .main-product-img-box {
        margin: 0 0 16px 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-product-img {
        max-width: 100%;
        height: auto;
    }

    /* Thumbnails in ROW */
    .product-detail-section > div:first-child > div {
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }

    .thumb-img {
        width: 54px;
        height: 54px;
    }

    .name_price {
        margin-bottom: 25px;
    }

    /* ---------------- Quantity + Buttons ---------------- */
    .row-3 {
        justify-content: center;
        align-items: center;
        gap: 14px;
    }

    .qty-box {
        width: 30%;
        justify-content: space-between;
    }

    .buy-now {
        width: 100%;
        padding: 16px;
        text-align: center;
    }

    /* ---------------- Tabs ---------------- */
    .tab-view {
        overflow-x: auto;
        white-space: nowrap;
        gap: 24px;
    }

    .tab-view::-webkit-scrollbar {
        display: none;
    }
}

/*------------------- Cart-page------------------- */
@media (max-width: 991px) {
    .cart-detail-section {
        margin: 60px 20px 80px 20px;
        flex-direction: column;
        align-items: stretch;
    }

    .left_cart {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .product_list {
        width: 100%;
    }

    .CartTotal {
        width: 100%;
        margin-top: 50px;
    }

    .checkout-btn {
        width: 100%;
        padding: 14px 0;
    }
}

@media (max-width: 576px) {
    .cart-item {
        flex-wrap: wrap;
        gap: 14px;
    }

    .cart-item img {
        height: auto;
    }

    .ctqty-bin {
        justify-content: space-between;
        align-items: center!important;

    }

    .cart_qty-box {
        width: 110px;
        padding: 10px;
    }

    .coupon-box {
        flex-direction: column;
        gap: 12px;
    }

    .coupon-input {
        width: 100%;
    }

    .Applt-btn {
        width: 100%;
    }

    .final-price {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .F-price {
        font-size: 22px;
    }
}

/* -------------------Checkout-page----------------- */
@media (max-width: 500px) {
    .Checkout-detail-section {
        margin: 28px 10px 50px 10px;
        flex-wrap: wrap;
        gap: 28px;
    }
    .address-slider-wrap {
        --address-card-width: 100%;
        overflow: visible;
    }
 
    .Shadow_contianer,
    .Shadow_contianer_right {
        width: auto;
        background: none;
    }
 
    .address-slide-btn {
        width: 20px;
        height: 20px;
    }
 
    .address-slide-prev {
        left: 8px;
    }
 
    .address-slide-next {
        right: 8px;
    }
 
    .shipping_addresses_select {
        width: 100%;
        justify-content: flex-start;
        align-items: stretch;
        gap: 12px;
        padding-left: 18px;
        padding-right: 34px;
        scroll-padding-left: 34px;
        scroll-padding-right: 34px;
        scroll-snap-type: x proximity;
    }
 
    .shipping_addresses_select .checkout_address,
    .checkout_address {
        flex: 0 0 calc(100% - 68px);
        min-width: calc(100% - 68px) !important;
        max-width: calc(100% - 68px) !important;
        width: calc(100% - 68px) !important;
        scroll-snap-align: start;
    }
 
    /* Order Summary */
    .Order_Summary {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding: 14px;
        min-height: auto;
    }
 
    /* Customer Info */
    .cus-info {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
 
    /* Stack form rows */
    .r2 {
        flex-direction: column;
        gap: 12px;
    }
 
    .r2 input,
    .r2 .custom-dropdown-co {
        width: 100%;
    }
 
    /* Price area full width */
    .price-box,
    .price-box2 {
        max-width: 100%;
        margin-left: 0;
    }
 
    /* Button */
    .place-order-btn {
        padding: 12px 0;
        font-size: 14px;
    }
 
    /* Text tweaks */
    .ords,
    .cus-info-title {
        font-size: 14px;
    }
 
    .l4 {
        font-size: 13px;
    }
 
    .txtarea {
        height: 76px;
    }
}
 
@media (max-width: 992px) {
    .Checkout-detail-section {
        margin: 40px 12px 60px 12px;
        gap: 50px;
        flex-direction: column;
        justify-content: center;
        
    }
 
    .cus-info {
        max-width: 550px;
    }
    .order-summary-main {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }
    .Order_Summary {
        width: 100%;
        max-width: 750px;
        /* increase width here */
        margin: 0 auto;
    }
 
    .ords {
        font-size: 15px;
    }
 
    .price-box,
    .price-box2 {
        margin-left: auto;
    }
}
 
@media (max-width: 500px) {
    .screen {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }
 
    .Checkout-detail-section {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin: 28px 10px 50px 10px !important;
        gap: 28px !important;
    }
 
    .Checkout-detail-section > * {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
 
    .order-summary-main,
    .Order_Summary,
    .cus-info,
    .cus-info2,
    .address-slider-wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
 
    .Order_Summary,
    .cus-info {
        overflow: hidden;
    }
 
    .ords,
    .Order_Summary,
    .price-box,
    .price-box2,
    .cus-info,
    .cus-info2 {
        padding-left: 14px;
        padding-right: 14px;
    }
 
    .price-box,
    .price-box2 {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
    }
 
    .price-box2 {
        gap: 12px;
        flex-wrap: wrap;
    }
 
    .F-price {
        font-size: 22px;
        word-break: break-word;
    }
 
    .shipping_addresses_select .checkout_address,
    .checkout_address {
        flex: 0 0 calc(100% - 68px);
        min-width: calc(100% - 68px) !important;
        max-width: calc(100% - 68px) !important;
        width: calc(100% - 68px) !important;
    }
}
 


/*------- Contact Us----------- */
@media (max-width: 768px) {
    .contact-section {
        margin: 80px 20px;
    }

    .contact-container {
        gap: 30px;
    }

    .contact-us-form,
    .Contact-info {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .Contact-info {
        margin-top: 50px;
    }
}

/* Blog-detail-pg */
/* ===============================
   Tablet (Below 992px)
================================ */
@media (max-width: 992px) {
    .blog-title {
        font-size: 28px;
        text-align: start;
    }

    .recent-post-title {
        font-size: 26px;
    }

    .blog-img {
        height: auto;
    }

    .blog-img {
        width: 100%;
        height: auto;
    }
}

/* ===============================
   Mobile (Below 768px)
================================ */
@media (max-width: 768px) {
    .blog-detail-section {
        padding: 50px 20px;
    }

    .blog-title {
        font-size: 22px;
        margin-bottom: 30px;
        text-align: start;
    }
    .blog-title br {
        display: none;
    }

    .blog-icon {
        gap: 20px;
        font-size: 14px;
        flex-wrap: wrap;
    }

    .blog_discription {
        font-size: 14px;
        text-align: left;
    }

    .recent-post-title {
        font-size: 22px;
        margin: 30px 0;
    }

    /* Important: Fix scroll alignment */
    .blog-card-scroll {
        padding-left: 20px;
        padding-right: 20px;
    }

    .arrow-wrapper {
        margin-top: 40px;
    }
}

/* Responsive table for order_table */
.responsive-table-wrapper {
    width: 100%;
    overflow-x: auto;
}
.order_table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}
@media (max-width: 768px) {
    .view_product_btn {
        padding: 20px 60px;
    }
    .order_table {
        min-width: 500px;
        font-size: 0.95rem;
    }
    .responsive-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/*============== Login_page=============*/
@media (max-width: 1024px) {
    .container_login {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        align-items: stretch;
    }

    .carousel {
        flex: 1;
        width: 48%;
        max-width: 500px;
        margin: 10px;
        padding: 10px;
    }

    .carousel-container {
        width: 100%;
        aspect-ratio: 696 / 976;
    }

    .carousel-slide {
        background-size: cover;
        background-position: center;
    }

    .info-section {
        flex: 1;
    }

    .coming-soon-badge {
        top: 15px;
        right: 20px;
        font-size: 14px;
        width: 150px;
        height: 40px;
    }

    .slide-content {
        bottom: 30px;
        left: 30px;
    }

    .slide-content h1 {
        font-size: 2rem;
    }

    .description p {
        font-size: 0.9rem;
    }

    .social-btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    .footer {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .container_login {
        flex-direction: column;
        align-items: center;
    }

    .carousel {
        display: none !important;
    }

    .carousel-container {
        width: 100%;
        aspect-ratio: 696 / 976;
    }

    .info-section {
        width: 100%;
    }

    .coming-soon-badge {
        align-content: center;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        transform: none;
        margin-top: 40px !important;
        margin: 0 auto;
        font-size: 14px;
        width: 160px;
        height: 40px;
        display: block;
    }

    .slide-content {
        bottom: 40px;
        left: 40px;
    }

    .slide-content h1 {
        font-size: 2.5rem;
    }

    .carousel-indicators {
        bottom: 30px;
        right: 30px;
        gap: 10px;
    }

    .dot {
        width: 35px;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
        max-width: 200px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .description p {
        font-size: 1rem;
    }

    .social-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .footer {
        top: auto;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .info-section {
        padding: 15px;
        max-height: unset;
        padding: 0;
    }

    .coming-soon-badge {
        font-size: 12px;
        width: 140px;
        height: 35px;
    }

    .slide-content {
        bottom: 80px;
        left: 20px;
    }

    .slide-content h1 {
        font-size: 1.8rem;
    }

    .carousel-indicators {
        bottom: 20px;
        right: 20px;
        gap: 8px;
    }

    .dot {
        width: 25px;
        height: 2px;
    }

    .social-buttons {
        margin-bottom: 0;
    }

    .social-btn {
        width: 100%;
        justify-content: center;
    }
}
/*=========== product_list_view============== */
@media (max-width: 650px) {
    .PL_name {
        max-width: 200px;
    }
    .PL_button {
        flex-direction: column;
    }
}
@media (max-width: 496px) {
    .PL_container {
        width: 100%;
    }
    .PL_button {
        flex-direction: row;
        width: 100%;
    }
    .P_list_item {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .logoutmodal {
        padding: 30px 18px 25px 18px;
    }

    .modal_txt {
        margin-bottom: 20px;
    }
}

@media (max-width: 619px) {
    .filter-sidebar {
        width: 200px;
    }
}
@media (max-width: 768px) {
    .search-bar {
        font-size: 14px;
        padding: 8px 40px;
    }

    .search-close {
        right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1400px) {
    .shipping_box {
        max-width: 461px;
        flex: 0 0 461px;
    }
}

@media (max-width: 992px) {
    .side-bar {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .sidebar-item span {
        margin-right: 10px;
    }

    .sidebar-item {
        padding: 5px 10px !important;
        text-wrap: nowrap;
    }

    .side-bar {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        overflow-x: auto;
        gap: 10px;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

    .order-sec-continer {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .billing_box {
        max-width: 95%;
    }

    .shipping_box {
        max-width: 95%;
    }

    .Addresses_detail {
        min-width: 100%;
    }

    .detail_box {
        margin: 10px;
    }
}
@media (max-width: 768px) {
    .Edit_Section {
        padding: 40px 20px 72px 20px;
    }

    .video-container {
        height: 100%;
    }
}
@media (max-width: 500px) {
    .sidebar-item {
        justify-content: center;
    }

    .sidebar-text {
        display: none;
    }

    .sidebar-item span:first-child {
        margin-right: 0;
    }

    .billing_address_box{
        min-width: 240px;
    }
}
