﻿/* =================================
    Vastraa Responsive Styles
================================== */
/*
TABLE OF CONTENTS
01. Global Container Adjustments
02. Header and Navigation
03. Hero / Slider
04. Product / Shop Pages
05. Blog / Content Pages
06. Account / Dashboard Pages
07. Footer and Utility Blocks
08. Mobile Optimization
*/

@media (max-width: 1400px) {
    .container {
        width: 95% !important;
    }
}

@media (max-width: 1199px) {
    .slider-section .slide-content {
        padding: 130px 6vw 90px;
    }

    .slider-section .content-left {
        max-width: 600px;
    }

    .about-elite-grid {
        gap: 50px;
    }

    .about-main-title {
        font-size: 52px;
    }

    .main-img-frame {
        height: 500px;
    }

    .sub-img-frame {
        width: 240px;
        height: 300px;
    }

    .nav-link {
        padding: 8px 16px !important;
        font-size: 14px;
    }

    .products-grid-premium {
        grid-template-columns: repeat(3, 1fr);
    }

    .promo-title {
        font-size: 28px;
    }

    .promo-card {
        height: 320px;
    }

    .testimonial-wrapper {
        padding: 0 60px;
    }

    .newsletter-form-content {
        padding: 40px 50px;
    }

    .news-title {
        font-size: 32px;
    }

    .philosophy-row {
        gap: 60px;
    }

    .philo-image img {
        height: 400px;
    }

    .section-title {
        font-size: 42px;
    }

    .team-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .member-img-wrap {
        height: 320px;
    }

    .global-wrapper {
        gap: 40px;
    }

    .product-info-sticky {
        padding-left: 16px;
    }

    .detail-title {
        font-size: 30px;
    }

    .detail-price-row .current-price {
        font-size: 26px;
    }

    .blog-post-detail {
        padding: 50px 40px;
    }

    .post-header .detail-title {
        font-size: 44px;
    }

    .vastraa-blockquote {
        padding: 25px 25px 25px 30px !important;
    }

    .vastraa-blockquote p {
        font-size: 18px;
    }

    .blog-sidebar {
        top: 80px;
    }

    .search-box {
        padding: 10px 16px;
    }

    .search-input {
        font-size: 13px;
    }

}

@media (max-width: 1100px) {
    .vastraa-bento-grid {
        height: 540px;
        gap: 16px;
    }
}

@media (max-width: 1024px) {
    .slider-section {
        min-height: 620px;
    }

    .slider-section .slide-content {
        padding: 115px 40px 80px;
    }

    .slider-section .content-title {
        font-size: clamp(34px, 6vw, 58px);
    }

    .slider-section .swiper-button-prev,
    .slider-section .swiper-button-next {
        width: 48px;
        height: 48px;
        margin-top: 0 !important;
    }

    .qv-modal-content {
        max-width: 90vw;
    }

    .qv-grid {
        grid-template-columns: 1fr;
    }

    .qv-details-side {
        padding: 30px;
        max-height: none;
        overflow-y: visible;
    }

    .qv-title {
        font-size: 24px;
    }

    .product-tabs {
        gap: 30px;
        margin-top: 25px;
    }

    .testimonial-wrapper {
        padding: 0 55px;
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        position: relative;
        top: auto;
    }

    .input-row {
        grid-template-columns: 1fr;
    }

    .checkout-page-section {
        padding: 32px 0;
    }

    .blog-post-detail {
        padding: 40px 30px;
    }

    .post-header .detail-title {
        font-size: 40px;
    }

    .post-body-content p {
        font-size: 16px;
    }

    .post-body-content h3 {
        font-size: 26px;
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    .header-top-row {
        display: none;
    }

    .navbar-main-row {
        padding: 10px 0;
    }

    .announcement-bar-item {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .best-seller-products-section {
        padding: 80px 0;
    }

    .products-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-media {
        aspect-ratio: 1/1.2;
    }

    .promo-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .promo-card {
        height: 350px;
    }

    .promo-content {
        padding: 40px;
    }

    .deal-wrapper {
        flex-direction: column;
    }

    .deal-image-side {
        height: 400px;
    }

    .deal-content-side {
        padding: 60px 30px;
    }

    .countdown-timer {
        gap: 15px;
    }

    .testimonial-section {
        padding: 80px 0;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .newsletter-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-visual {
        min-height: 300px;
    }

    .newsletter-form-content {
        padding: 60px 40px;
        text-align: center;
    }

    .news-desc {
        margin: 0 auto 40px;
    }

    .news-form-premium .btn-primary {
        width: 100%;
        justify-content: center;
    }

    .breadcrumb-section-premium {
        padding: 70px 0;
    }

    .bc-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .bc-content .page-title {
        font-size: 38px;
    }

    .bc-subtitle {
        margin: 0 auto;
    }

    .bc-nav-box {
        justify-self: center;
        padding: 15px 30px;
    }

    .about-elite-section {
        padding: 80px 0;
    }

    .about-elite-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }

    .about-elite-content {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-main-title {
        font-size: 42px;
    }

    .about-lead-text {
        margin: 0 auto 40px;
    }

    .about-elite-images {
        order: 1;
        padding-right: 30px;
        max-width: 600px;
        margin: 0 auto;
    }

    .main-img-frame {
        height: 450px;
    }

    .sub-img-frame {
        width: 200px;
        height: 260px;
        bottom: -30px;
    }

    .about-stats-premium {
        justify-content: center;
        width: 100%;
    }

    .philosophy-stack {
        gap: 80px;
    }

    .philosophy-row,
    .philosophy-row.row-reverse {
        flex-direction: column;
        text-align: center;
    }

    .philo-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .philo-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .global-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .global-map-side {
        max-width: 600px;
        margin: 0 auto;
    }

    .shop-page-wrapper {
        padding: 60px 0;
    }

    .shop-sidebar {
        position: static;
        margin-bottom: 40px;
    }

    #product-container.list-view .product-media {
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
    }

    #product-container.list-view .product-info {
        padding: 20px 22px !important;
    }

    .product-details-section {
        padding: 60px 0;
    }

    .product-gallery-wrapper {
        position: static;
        margin-bottom: 40px;
    }

    .product-info-sticky {
        position: static;
        padding-left: 0;
    }

    .detail-title {
        font-size: 28px;
    }

    .detail-price-row .current-price {
        font-size: 24px;
    }

    .product-specs-section {
        padding: 50px 0;
    }

    .product-tabs .nav-item .nav-link {
        padding: 10px 18px !important;
        font-size: 14px;
    }

    .related-products-section {
        padding: 50px 0;
    }

    .related-products-section .products-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .blog-detail-section .row {
        flex-direction: column;
    }

    .blog-post-detail {
        padding: 35px 25px;
        margin-bottom: 30px;
    }

    .post-header .detail-title {
        font-size: 36px;
    }

    .post-meta-detailed {
        padding: 20px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .post-meta-detailed .small {
        font-size: 13px;
    }

    .post-main-image {
        margin-bottom: 40px;
        aspect-ratio: 4/3;
    }

    .post-body-content h3 {
        font-size: 24px;
        margin-top: 30px;
    }

    .vastraa-blockquote {
        padding: 20px 20px 20px 25px !important;
    }

    .vastraa-blockquote p {
        font-size: 17px;
    }

    .post-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-share-wishlist {
        width: 100%;
    }

    .blog-sidebar {
        position: static;
        top: auto;
    }

    .blog-sidebar .widget {
        margin-bottom: 20px;
    }

    .mini-item {
        padding: 12px;
    }

    .mini-img {
        width: 60px;
        height: 60px;
    }

    .bd-post-meta {
        gap: 0;
        padding: 12px 16px;
    }

    .bd-meta-divider {
        margin: 0 14px;
    }

    .bd-author-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
    }

    .bd-author-card-socials {
        justify-content: center;
    }

    .bd-post-nav {
        grid-template-columns: 1fr;
    }

    .bd-nav-divider {
        width: 100%;
        height: 1px;
    }

    .bd-nav-next {
        text-align: left;
        align-items: flex-start;
    }

    .bd-nav-next .bd-nav-direction {
        flex-direction: row;
    }

    .bd-comment-reply-item {
        margin-left: 15px;
        padding-left: 60px;
    }

    .bd-comment-form {
        padding: 24px 20px;
    }

    .cp-trust-bar {
        flex-direction: column;
    }

    .cp-trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        width: 100%;
    }

    .cp-trust-item:last-child {
        border-bottom: none;
    }

    .cp-form-panel {
        padding: 32px 28px;
        margin-top: 0;
    }

    #mobileMenu {
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        height: calc(100vh - 78px);
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 9999;
        transition:
            top 0.35s ease,
            height 0.35s ease;
        -webkit-overflow-scrolling: touch;
    }

    .header.is-compact #mobileMenu {
        top: 70px;
        height: calc(100vh - 70px);
    }

    .mobile-menu-wrap {
        padding: 16px;
        min-height: 100%;
    }

    .mobile-sub-menu {
        padding-bottom: 15px;
    }

    .mobile-sub-menu,
    .collapse {
        transition: all 0.3s ease;
    }

    body.menu-open {
        overflow: hidden;
    }

    .premium-qv-modal {
        padding: 10px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .qv-modal-content {
        width: 100%;
        max-width: 100%;
        max-height: 95vh;
        overflow-y: auto;
        border-radius: 12px;
    }

    .qv-grid {
        display: flex;
        flex-direction: column;
    }

    .qv-details-side {
        width: 100%;
        padding: 25px 20px;
        overflow: visible;
        max-height: unset;
    }

    .qv-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .qv-current-price {
        font-size: 30px;
    }

    .qv-actions {
        flex-direction: row;
        gap: 12px;
    }

    .thumb-gallery {
        justify-content: center;
        flex-wrap: wrap;
    }

    .qv-close-btn {
        top: 10px;
        right: 10px;
        width: 42px;
        height: 42px;
        z-index: 10;
    }

    .testimonial-card-v2.featured-card {
        padding: 40px 30px;
        border-radius: 16px;
        overflow: hidden;
    }

    .testimonial-card-v2.featured-card .row {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .testimonial-card-v2.featured-card .featured-author-img {
        display: flex;
        justify-content: center;
    }

    .testimonial-card-v2.featured-card .featured-author-img img {
        width: 180px;
        height: 180px;
        object-fit: cover;
        border-radius: 16px !important;
    }

    .testimonial-card-v2.featured-card .quote-icon {
        justify-content: center;
        margin-bottom: 20px;
    }

    .testimonial-card-v2.featured-card .quote-icon i {
        font-size: 42px;
    }

    .testimonial-card-v2.featured-card .testimonial-text.large {
        font-size: 28px;
        line-height: 1.6;
        max-width: 100%;
        margin: 0 auto;
    }

    .testimonial-card-v2.featured-card .testimonial-author {
        justify-content: center;
        margin-top: 24px;
    }

    .testimonial-card-v2.featured-card .author-name {
        font-size: 24px;
    }

    .blog-card .blog-image-wrap img {
        height: 280px;
    }

    .cp-trust-item {
        flex-direction: row;
        align-items: center;
        padding: 18px 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.03);
        min-height: 100px;
    }

    .cp-trust-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        margin-right: 14px;
    }

    .cp-trust-icon i {
        font-size: 18px;
    }

    .cp-trust-text strong {
        display: block;
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .cp-trust-text span {
        font-size: 14px;
        line-height: 1.5;
    }

    .search-box {
        padding: 9px 14px;
        border-radius: 8px;
    }

    .search-icon {
        font-size: 15px;
        margin-right: 6px;
    }

    .search-input {
        font-size: 12px;
    }

    .search-clear-btn {
        font-size: 12px;
        margin-left: 6px;
    }
}

@media (max-width: 900px) {
    .vastraa-bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 340px 200px;
        height: auto;
        gap: 16px;
    }

    .bento-item.bento-large:first-child {
        grid-column: 1 / 3;
        grid-row: 1;
        height: 340px;
    }

    .bento-column {
        grid-column: 1 / 2;
        grid-row: 2;
        flex-direction: row;
        gap: 16px;
    }

    .bento-item.bento-large:last-child {
        grid-column: 2 / 3;
        grid-row: 2;
        height: 200px;
    }

    .bento-half {
        flex: 1;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .slider-section {
        height: 620px;
        min-height: 620px;
    }

    .slider-section .slide-content {
        padding: 102px 20px 72px;
    }

    .slider-section .content-left {
        max-width: 100%;
        padding: 24px;
        border-radius: 4px;
    }

    .slider-section .content-title {
        font-size: clamp(30px, 8vw, 44px);
        margin-bottom: 14px;
    }

    .slider-section .content-description {
        font-size: 15px;
        line-height: 1.72;
        margin-bottom: 24px;
    }

    .slider-section .swiper-button-prev,
    .slider-section .swiper-button-next {
        display: none;
    }

    .section-title {
        font-size: 35px;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .best-seller-products-section {
        padding: 60px 0;
    }

    .qv-modal-content {
        max-width: 95vw;
        border-radius: 8px;
    }

    .qv-details-side {
        padding: 30px 20px;
    }

    .qv-title {
        font-size: 24px;
    }

    .qv-current-price {
        font-size: 28px;
    }

    .promo-card {
        height: 350px;
    }

    .deal-sale-badge {
        top: 20%;
        width: 70px;
        height: 70px;
    }

    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-wrapper {
        padding: 0 50px;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .footer-grid {
        display: flex;
        gap: 40px;
        padding-bottom: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .timeline-line {
        left: 20px;
        transform: none;
    }

    .timeline-item,
    .timeline-item.item-reverse {
        width: 100%;
        margin-left: 0;
        padding: 0 0 40px 50px;
        text-align: left;
    }

    .timeline-dot,
    .timeline-item.item-reverse .timeline-dot {
        left: 10px;
        right: auto;
    }

    .timeline-line::before {
        display: none;
    }

    .shop-toolbar {
        padding: 12px 16px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .toolbar-left {
        flex-wrap: wrap;
        gap: 10px;
    }

    .sort-wrapper {
        flex-wrap: wrap;
        gap: 6px;
    }

    .sorting-select {
        min-width: 140px;
    }

    .product-details-section {
        padding: 40px 0;
    }

    .detail-title {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .detail-price-row .current-price {
        font-size: 22px;
    }

    .detail-price-row .old-price {
        font-size: 15px;
    }

    .detail-actions {
        flex-direction: column;
        align-items: stretch !important;
    }

    .detail-actions .qty-stepper {
        width: fit-content;
        justify-content: center;
    }

    .detail-actions .btn-primary {
        width: 100%;
        justify-content: center;
    }

    .thumbnail-row .col-3 {
        width: 25%;
    }

    .thumb-item img {
        height: 65px;
    }

    .product-specs-section {
        padding: 40px 0;
    }

    .product-tabs .nav-item .nav-link {
        padding: 10px 14px !important;
        font-size: 13px;
    }

    #desc .row {
        flex-direction: column;
    }

    #desc .col-md-6:last-child {
        margin-top: 20px;
    }

    .related-products-section {
        padding: 40px 0;
    }

    .related-products-section .products-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 30px;
    }

    .reviews-wrapper {
        grid-template-columns: 1fr;
    }

    .reviews-summary {
        position: static;
    }

    .checkout-step-title {
        font-size: 22px;
    }

    .checkout-form {
        padding: 24px;
    }

    .form-section-title {
        font-size: 16px;
    }

    .payment-methods-list {
        grid-template-columns: 1fr;
    }

    .summary-items {
        max-height: none;
        overflow-y: visible;
    }

    .testimonials-masonry-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .cs-title {
        font-size: 50px;
    }

    .coming-soon-content .timer-item span {
        font-size: 50px;
    }

    .blog-detail-section {
        padding: 60px 0;
    }

    .blog-post-detail {
        padding: 30px 20px;
        border-radius: 8px;
    }

    .post-header .detail-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .post-header .eyebrow {
        font-size: 11px;
        padding: 6px 12px;
        margin-bottom: 12px;
    }

    .post-meta-detailed {
        padding: 15px 0;
        gap: 15px !important;
    }

    .post-meta-detailed .small {
        font-size: 12px;
    }

    .reviewer-avatar {
        width: 40px;
        height: 40px;
    }

    .post-main-image {
        margin-bottom: 30px;
        aspect-ratio: 3/2;
    }

    .post-body-content p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .post-body-content p.lead {
        font-size: 16px;
        padding: 15px;
        line-height: 1.7;
    }

    .post-body-content h3 {
        font-size: 22px;
        margin-top: 25px;
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .post-body-content h4 {
        font-size: 18px;
        margin-top: 20px;
    }

    .vastraa-blockquote {
        padding: 18px 18px 18px 22px !important;
        margin: 30px 0 !important;
    }

    .vastraa-blockquote p {
        font-size: 16px;
    }

    .vastraa-blockquote::before {
        font-size: 40px;
        left: 8px;
        top: 5px;
    }

    .post-footer {
        padding: 20px;
        gap: 15px !important;
    }

    .post-tags {
        gap: 10px;
    }

    .post-tags .border-btn {
        font-size: 11px;
        padding: 8px 12px !important;
    }

    .share-label {
        font-size: 13px;
    }

    .share-links {
        gap: 10px;
    }

    .share-links a {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .blog-sidebar .widget {
        padding: 20px;
        margin-bottom: 15px;
    }

    .blog-sidebar .widget-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .filter-check-group .custom-check {
        font-size: 13px;
        padding: 6px 12px;
        padding-left: 26px;
    }

    .filter-check-group small {
        font-size: 11px;
    }

    .mini-post-list {
        gap: 12px;
    }

    .mini-item {
        gap: 12px;
        padding: 10px;
    }

    .mini-img {
        width: 55px;
        height: 55px;
        border-radius: 6px;
    }

    .mini-post-info h5 {
        font-size: 12px;
    }

    .mini-post-info .small {
        font-size: 11px;
    }

    .bd-post-title {
        font-size: 28px;
    }

    .bd-post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px 16px;
    }

    .bd-meta-divider {
        display: none;
    }

    .bd-meta-author {
        padding-right: 0;
    }

    .bd-featured-image {
        aspect-ratio: 4/3;
        border-radius: 8px;
    }

    .bd-post-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 0;
    }

    .bd-form-row {
        grid-template-columns: 1fr;
    }

    .bd-comment-reply-item {
        margin-left: 0;
        padding-left: 20px;
    }

    .bd-comments-title {
        font-size: 20px;
    }

    .bd-comment-form {
        padding: 20px 16px;
    }

    .bd-comment-form-title {
        font-size: 18px;
    }

    .cp-trust-bar {
        margin-bottom: 40px;
    }

    .cp-form-panel {
        padding: 28px 20px;
    }

    .cp-map-wrap iframe {
        height: 200px;
    }

    .testimonial-card-v2.featured-card {
        padding: 35px 24px;
    }

    .testimonial-card-v2.featured-card .featured-author-img img {
        width: 150px;
        height: 150px;
    }

    .testimonial-card-v2.featured-card .testimonial-text.large {
        font-size: 22px;
        line-height: 1.7;
    }

    .testimonial-card-v2.featured-card .author-name {
        font-size: 20px;
    }

    .blog-card .blog-image-wrap img {
        height: 240px;
    }

    .cp-trust-bar {
        padding: 16px;
    }

    .cp-trust-item {
        padding: 18px;
        min-height: auto;
    }

    .cp-trust-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

    .cp-trust-text strong {
        font-size: 16px;
    }

    .cp-trust-text span {
        font-size: 13px;
    }

    .cart-actions-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px;
    }

    .coupon-box {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .coupon-box .input-group-custom {
        width: 100%;
    }

    .coupon-box input {
        width: 100%;
    }

    .cart-actions-row .btn-primary {
        width: 100%;
        justify-content: center;
        min-height: 54px;
        padding: 14px 20px;
        text-align: center;
    }

    .search-box {
        padding: 10px 16px;
        border-radius: 8px;
        width: 100%;
    }

    .search-icon {
        font-size: 16px;
        margin-right: 8px;
    }

    .search-input {
        font-size: 14px;
    }

    .search-input::placeholder {
        font-size: 14px;
    }

    .error-bg-text {
        font-size: 200px;
    }

}

@media (max-width: 600px) {
    .vastraa-bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        height: auto;
        gap: 14px;
    }

    .bento-item.bento-large:first-child,
    .bento-item.bento-large:last-child {
        grid-column: auto;
        grid-row: auto;
        height: 280px;
    }

    .bento-column {
        grid-column: auto;
        grid-row: auto;
        flex-direction: row;
        gap: 14px;
    }

    .bento-half {
        height: 180px;
    }

    .bento-overlay {
        padding: 20px;
    }

    .bento-badge,
    .bento-desc,
    .bento-cta,
    .bento-link {
        opacity: 1;
        transform: translateY(0);
    }

    .bento-title,
    .bento-title-small {
        transform: translateY(0);
    }

    #product-container.list-view .product-card {
        flex-direction: column !important;
    }

    #product-container.list-view .product-media {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        aspect-ratio: 4/3 !important;
        height: auto !important;
    }

    #product-container.list-view .product-info {
        padding: 16px 18px !important;
    }

    #product-container.list-view .add-to-cart-list {
        width: 100% !important;
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .slider-section {
        height: 560px;
        min-height: 560px;
    }

    .slider-section .slide-content {
        padding: 92px 15px 68px;
    }

    .slider-section .content-left {
        padding: 20px;
    }

    .slider-section .content-title {
        font-size: 32px;
    }

    .slider-section .content-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .slider-section .swiper-pagination {
        bottom: 20px !important;
    }

    .slider-section .swiper-pagination-bullet {
        width: 22px;
    }

    .slider-section .swiper-pagination-bullet-active {
        width: 34px;
    }

    .best-seller-products-section {
        padding: 50px 0;
    }

    .products-grid-premium {
        grid-template-columns: 1fr;
    }

    .product-media {
        aspect-ratio: 1/1;
    }

    .p-title {
        font-size: 15px;
    }

    .action-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .premium-qv-modal {
        padding: 10px;
    }

    .qv-modal-content {
        max-width: 100%;
        border-radius: 8px;
    }

    .qv-details-side {
        padding: 25px 15px;
        max-height: calc(100vh - 100px);
    }

    .qv-title {
        font-size: 20px;
    }

    .qv-current-price {
        font-size: 24px;
    }

    .qv-actions {
        flex-direction: column;
    }

    .qv-wishlist-btn {
        width: 100%;
    }

    .qv-close-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .promo-card {
        height: 280px;
    }

    .promo-content {
        max-width: 90%;
        padding: 30px;
    }

    .promo-title {
        font-size: 22px;
    }

    .timer-item span {
        font-size: 30px;
    }

    .deal-title {
        font-size: 32px;
    }

    .testimonial-section {
        padding: 50px 0;
    }

    .testimonial-wrapper {
        padding: 0 44px;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .author-img {
        width: 50px;
        height: 50px;
    }

    .author-name {
        font-size: 15px;
    }

    .testimonial-pagination {
        margin-top: 30px;
    }

    .news-title {
        font-size: 26px;
    }

    .newsletter-form-content {
        padding: 40px 20px;
    }

    .discount-circle {
        width: 100px;
        height: 100px;
    }

    .search-box {
        padding: 7px 14px;
    }

    .announcement-bar-item {
        font-size: 10px;
        letter-spacing: 1.5px;
        gap: 50px;
    }

    .announcement-bar-track {
        gap: 50px;
    }

    .nav-link {
        padding: 8px 16px !important;
        font-size: 14px;
    }

    .about-elite-section {
        padding: 60px 0;
    }

    .about-main-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .about-lead-text {
        font-size: 15px;
    }

    .main-img-frame {
        height: 350px;
    }

    .sub-img-frame {
        width: 160px;
        height: 200px;
        border-width: 8px;
        bottom: -20px;
        right: 10px;
    }

    .about-stats-premium {
        flex-direction: column;
        gap: 20px;
    }

    .stat-divider {
        width: 40px;
        height: 1px;
    }

    .stat-val {
        font-size: 32px;
    }

    .team-grid-premium {
        grid-template-columns: 1fr;
    }

    .member-img-wrap {
        height: 400px;
    }

    .team-card {
        padding: 10px;
    }

    .shop-page-wrapper {
        padding: 40px 0;
    }

    .shop-toolbar {
        padding: 10px 14px;
    }

    .results-count {
        font-size: 12px;
    }

    .sorting-select {
        min-width: 120px;
        font-size: 12px;
    }

    .view-btn {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .detail-title {
        font-size: 22px;
    }

    .filter-size-group {
        gap: 8px;
    }

    .size-btn span {
        width: 42px;
        height: 42px;
    }

    .detail-trust-footer {
        gap: 8px;
    }

    .product-tabs .nav-item .nav-link {
        padding: 8px 10px !important;
        font-size: 12px;
    }

    .related-products-section .products-grid-premium {
        grid-template-columns: 1fr;
    }

    .related-products-section .product-media {
        aspect-ratio: 4/3;
    }

    .blog-detail-section {
        padding: 50px 0;
    }

    .blog-post-detail {
        padding: 25px 15px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .post-header .detail-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .post-header .eyebrow {
        font-size: 10px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .post-meta-detailed {
        padding: 12px 0;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #e7e7e7;
    }

    .post-meta-detailed .author-info {
        width: 100%;
        margin-bottom: 10px;
    }

    .post-meta-detailed .small {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .reviewer-avatar {
        width: 36px;
        height: 36px;
    }

    .post-main-image {
        margin-bottom: 25px;
        aspect-ratio: 2/1;
        border-radius: 8px;
    }

    .post-body-content {
        margin-bottom: 20px;
    }

    .post-body-content p {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 15px;
    }

    .post-body-content p.lead {
        font-size: 15px;
        padding: 12px;
        border-left: 3px solid var(--primary-color);
        border-radius: 0 4px 4px 0;
        margin-bottom: 20px;
    }

    .post-body-content h3 {
        font-size: 20px;
        margin-top: 22px;
        margin-bottom: 12px;
        padding-left: 12px;
    }

    .post-body-content h3::before {
        width: 3px;
        height: 20px;
    }

    .post-body-content h4 {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .vastraa-blockquote {
        padding: 15px 15px 15px 18px !important;
        margin: 25px 0 !important;
        border-left: 4px solid var(--primary-color) !important;
        border-radius: 4px;
    }

    .vastraa-blockquote p {
        font-size: 15px;
        line-height: 1.6;
    }

    .vastraa-blockquote::before {
        font-size: 32px;
        left: 6px;
        top: 2px;
    }

    .vastraa-blockquote .attribution {
        font-size: 12px;
        margin-top: 10px;
    }

    .post-footer {
        padding: 15px;
        flex-direction: column;
        gap: 12px !important;
        border-radius: 6px;
    }

    .post-tags {
        gap: 8px;
        width: 100%;
    }

    .post-tags .border-btn {
        font-size: 10px;
        padding: 7px 10px !important;
    }

    .social-share-wishlist {
        gap: 10px;
    }

    .share-label {
        font-size: 12px;
    }

    .share-links {
        gap: 8px;
    }

    .share-links a {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .blog-sidebar .widget {
        padding: 18px;
        margin-bottom: 15px;
        border-radius: 8px;
    }

    .blog-sidebar .widget-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .input-group-custom i {
        left: 12px;
        font-size: 14px;
    }

    .input-group-custom input {
        padding: 10px 10px 10px 36px;
        font-size: 12px;
        border-radius: 6px;
    }

    .filter-check-group {
        max-height: 250px;
        overflow-y: auto;
    }

    .filter-check-group li {
        margin-bottom: 10px;
    }

    .filter-check-group .custom-check {
        font-size: 12px;
        padding: 5px 10px;
        padding-left: 24px;
    }

    .filter-check-group .custom-check::before {
        width: 14px;
        height: 14px;
    }

    .filter-check-group small {
        font-size: 10px;
    }

    .mini-post-list {
        gap: 10px;
    }

    .mini-item {
        gap: 10px;
        padding: 8px;
        border-radius: 6px;
    }

    .mini-img {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        flex-shrink: 0;
    }

    .mini-post-info h5 {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .mini-post-info .small {
        font-size: 10px;
    }

    .bd-post-title {
        font-size: 24px;
        letter-spacing: 0;
    }

    .bd-featured-image {
        aspect-ratio: 3/2;
        border-radius: 6px;
        margin-bottom: 28px;
    }

    .bd-image-caption {
        font-size: 11px;
        padding: 16px 14px 10px;
    }

    .bd-author-card {
        padding: 20px 16px;
        gap: 16px;
    }

    .bd-author-card-avatar {
        width: 64px;
        height: 64px;
    }

    .bd-author-card-name {
        font-size: 17px;
    }

    .bd-author-card-bio {
        font-size: 13px;
    }

    .bd-post-nav {
        border-radius: 8px;
    }

    .bd-nav-item {
        padding: 16px 18px;
    }

    .bd-nav-title {
        font-size: 13px;
    }

    .bd-comment {
        gap: 12px;
        padding: 18px 0;
    }

    .bd-comment-avatar {
        width: 40px;
        height: 40px;
    }

    .bd-comment-name {
        font-size: 14px;
    }

    .bd-comment-text {
        font-size: 13px;
    }

    .bd-comment-date {
        margin-left: 0;
        width: 100%;
    }

    .bd-comment-header {
        gap: 6px;
    }

    .bd-tag,
    .bd-sidebar-tag {
        font-size: 11px;
        padding: 5px 11px;
    }

    .bd-share-btn {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .bd-form-group input,
    .bd-form-group textarea {
        padding: 12px 14px;
        font-size: 13px;
    }

    .bd-comment-form {
        padding: 16px 14px;
        border-radius: 8px;
    }

    .bd-about-widget-img {
        height: 130px;
    }

    .cp-form-panel {
        padding: 24px 16px;
    }

    .cp-info-card {
        padding: 18px 16px;
        gap: 14px;
    }

    .cp-card-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .cp-map-wrap iframe {
        height: 180px;
    }

    .cp-trust-item {
        padding: 16px 18px;
    }

    .premium-qv-modal {
        padding: 0;
    }

    .qv-modal-content {
        border-radius: 0;
        min-height: 100vh;
        max-height: 100vh;
    }

    .qv-details-side {
        padding: 20px 15px;
    }

    .qv-title {
        font-size: 24px;
    }

    .qv-current-price {
        font-size: 26px;
    }

    .qv-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .testimonial-card-v2.featured-card {
        padding: 30px 20px;
    }

    .testimonial-card-v2.featured-card .featured-author-img img {
        width: 120px;
        height: 120px;
    }

    .testimonial-card-v2.featured-card .quote-icon i {
        font-size: 34px;
    }

    .testimonial-card-v2.featured-card .testimonial-text.large {
        font-size: 18px;
        line-height: 1.8;
    }

    .testimonial-card-v2.featured-card .author-name {
        font-size: 18px;
    }

    .blog-card .blog-image-wrap img {
        height: 220px;
    }

    .cp-trust-bar {
        padding: 14px;
        border-radius: 16px;
    }

    .cp-trust-item {
        padding: 16px;
        border-radius: 14px;
    }

    .cp-trust-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .cp-trust-icon i {
        font-size: 16px;
    }

    .cp-trust-text strong {
        font-size: 15px;
    }

    .cp-trust-text span {
        font-size: 12px;
    }

    .social-auth-links {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .container {
        width: 95% !important;
    }

    .checkout-step-title {
        font-size: 20px;
    }

    .checkout-form {
        padding: 16px;
    }

    .checkout-summary {
        padding: 16px;
    }

    .summary-item {
        gap: 8px;
    }

    .item-image {
        width: 50px;
        height: 60px;
    }

    .search-box {
        padding: 10px 14px;
    }

    .search-icon {
        font-size: 15px;
        margin-right: 6px;
    }

    .search-input {
        font-size: 13px;
    }

    .search-clear-btn {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .blog-post-detail {
        padding: 20px 12px;
    }

    .post-header .detail-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .post-main-image {
        margin-bottom: 20px;
    }

    .post-body-content p {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .post-body-content h3 {
        font-size: 18px;
        margin-top: 18px;
    }

    .vastraa-blockquote {
        padding: 12px 12px 12px 15px !important;
    }

    .share-links a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .blog-sidebar .widget {
        padding: 15px;
    }

    .blog-sidebar .widget-title {
        font-size: 13px;
    }

}

@media (max-width: 359px) {
    .announcement-bar-item {
        font-size: 9px;
        gap: 30px;
    }

    .announcement-bar-track {
        gap: 30px;
    }

    .hero-title {
        font-size: 28px;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        padding: 10px 18px;
        font-size: 13px;
    }
}

