@media (max-width: 1399px) {
    .tech-details {
        padding: 80px 24px;
    }
    .dashboard-content {
        padding: 24px;
    }

    .account-card {
        padding: 32px;
    }
    .profile-avatar-wrapper {
        width: 180px;
        height: 180px;
    }
    .personal-info-list {
        gap: 24px;
    }
}

.order-detail-modal-close {
    display: none;
}

@media (max-width: 1199px) {
    header .d-grid {
        grid-template-columns: 1fr auto;
        gap: 0 12px;
    }

    .menu-item {
        grid-column: 1 / -1;
    }

    .navbar-nav .nav-item {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--color-cool-white);
    }

    main {
        padding-top: 102px;
    }

    .product-secondary-info {
        width: 55%;
    }

    .product-main-info {
        padding: 40px;
        width: 45%;
    }


    .profile-avatar-wrapper {
        width: 160px;
        height: 160px;
    }

    .personal-info-list {
        grid-template-columns: 1fr 1fr;
    }

    .account-sidebar-component {
        width: 260px;
        padding: 24px;
    }

    .order-item-card {
        padding: 12px 16px;
    }

    .order-item-img-wrapper {
        width: 112px;
        height: 84px;
        flex: 0 0 112px;
    }

    .step-title {
        font-size: 12px;
        letter-spacing: 1.4px;
    }

    body.order-modal-open {
        overflow: hidden;
    }

    .single-order-card-box {
        position: fixed;
        inset: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        padding: 24px;
        background: var(--color-dark-gray-50);
        z-index: 10050;
        overflow-y: auto;
        display: none;
    }

    .single-order-card-box.is-open {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .single-order-card-box .single-order-card {
        position: relative;
        width: min(100%, 720px);
        height: auto !important;
        max-height: calc(100vh - 48px);
        overflow-y: auto;
        margin: 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    .single-order-card-box .single-order-header {
        padding-right: 44px;
    }

    .order-detail-modal-close {
        display: flex;
        position: absolute;
        top: 16px;
        right: 16px;
        width: 36px;
        height: 36px;
        border: 1px solid var(--color-gray-200);
        background: var(--color-white);
        color: var(--color-rich-black);
        font-size: 24px;
        line-height: 1;
        z-index: 2;
    }
}

@media (max-width: 991.98px) {
    .features-section, .tech-details, .similar-section, footer{
        padding: 60px 0;
    }
    .hero-banner,
    .bestseller-banner, .shop-top-banner {
        min-height: 520px;
        aspect-ratio: auto;
        padding: 40px 24px;
    }

    .secondary-banner,
    .summer-drop-banner,
    .shop-bottom-banner,
    .single-page-banner {
        min-height: 480px;
        background-position: center !important;
    }

    .shop-container, .single-page-banner-container {
        padding: 0 16px 60px;
    }

    .filter-section {
        max-width: 100%;
        border-right: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--color-black-20);
        z-index: 10000;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .filter-section > div {
        background-color: var(--color-white);
        min-height: calc(100% - 48px);
    }

    .promo-container {
        padding: 0 16px;
    }

    .curated-glasses-section-title {
        align-items: flex-start !important;
        gap: 16px;
    }

    .trendin-now-section {
        padding: 48px 0;
    }

    .trendin-section-info {
        margin-bottom: 40px;
    }

    .trendin-prooduct-info img {
        width: 100%;
        max-width: 300px;
    }

    .product-secondary-info, .product-main-info, .tech-details {
        width: 100%;
    }

    .product-main-info {
        position: relative;
        top: 0;
    }

    .tech-details {
        padding: 40px;
        max-width: 100%;
    }

    .tech-details-section {
        margin: 0;
    }

    .order-summary-card {
        padding: 24px;
    }


    .account-sidebar-component {
        width: 100%;
        padding: 24px 24px 16px;
        border-right: 0;
        border-bottom: 1px solid var(--color-cool-white);
    }

    .account-sidebar-component .account-nav {
        gap: 8px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .account-sidebar-component .account-nav::-webkit-scrollbar {
        display: none;
    }

    .account-sidebar-component .account-nav .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .dashboard-content {
        width: 100%;
        padding: 32px 24px;
    }

    .account-card {
        padding: 28px;
    }

    .profile-avatar-wrapper {
        width: 132px;
        height: 132px;
    }

    .address-map-placeholder {
        height: 180px;
    }

    .order-item-card {
        align-items: flex-start !important;
    }

    .order-item-main {
        min-width: 0;
    }

    .order-item-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .single-order-header {
        flex-wrap: wrap;
        gap: 12px !important;
    }


}

@media (max-width: 768px) {

    .brand-logo-link {
        font-size: 36px;
        letter-spacing: -1.2px;
    }

    .mb-74 {
        margin-bottom: 48px !important;
    }

    .hero-banner .button-container {
        width: 100%;
    }

    .btn-outline-white, .btn-dark, .btn-white {
        height: 54px;
        padding: 14px 24px;
    }

    .quantity-selector {
        height: 54px;
    }
    .product-color-radio-label{
        min-width: 150px;
    }
    .qty-btn {
        width: 54px;
        height: 54px;
    }

    /*.promo-tile {*/
    /*    min-height: 420px;*/
    /*    aspect-ratio: auto;*/
    /*}*/
    .promo-category {
        top: 20px;
        left: 20px;
        font-size: 13px;
    }

    .promo-overlay {
        height: 72%;
    }

    .promo-overlay h5 {
        font-size: 18px;
    }

    .curated-glasses-section-title {
        flex-direction: column;
    }

    .product-card {
        gap: 20px !important;
        padding: 20px !important;
    }

    .product-card img {
        width: 100%;
    }

    .bestseller-banner {
        justify-content: center !important;
    }

    .features-section {
        padding: 48px 0;
    }

    .features-section .container {
        padding: 0 16px;
    }

    .features-card-icon {
        width: 64px;
        height: 64px;
    }

    .features-card span {
        font-size: 13px;
        letter-spacing: 1.2px;
    }

    .product-detail-img {
        width: 96px;
        height: 96px;
        flex: 0 0 96px;
    }

    .product-detail-name {
        font-size: 16px;
    }

    .btn-continue-shopping,
    .btn-checkout {
        width: 100%;
    }

    .container-checkout, .container-cart {
        padding: 32px 16px 48px;
    }

    .checkout-main-title {
        font-size: 22px;
    }

    .checkout-order-summary-card {
        position: static;
        padding: 24px;
    }

    .summary-product-img {
        width: 72px;
        height: 72px;
        flex: 0 0 72px;
    }

    .promo-code-box {
        flex-wrap: wrap;
    }

    .promo-code-box .checkout-input,
    .btn-apply-promo {
        width: 100%;
    }

    .product-main-info, .tech-details{
        padding: 24px 16px;
    }

    .dashboard-content {
        padding: 24px;
    }

    .account-card {
        padding: 24px;
    }


    .profile-avatar-wrapper {
        width: 112px;
        height: 112px;
    }

    .profile-summary-row {
        row-gap: 20px;
    }

    .profile-summary-row > .col-auto,
    .profile-summary-row > .col {
        flex: 0 0 100%;
        width: 100%;
    }

    .personal-info-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .address-map-placeholder {
        height: 170px;
        margin-top: 20px;
    }

    .order-item-card {
        padding: 14px;
    }

    .order-item-img-wrapper {
        width: 96px;
        height: 72px;
        flex-basis: 96px;
    }

    .order-item-id {
        font-size: 15px;
    }

    .order-item-meta-date,
    .single-order-date,
    .step-date {
        font-size: 13px;
    }

    .order-item-card .badge,
    .single-order-card .badge {
        font-size: 13px;
    }

    .order-detail-product-card {
        padding: 20px !important;
    }

    .btn-download-invoice {
        width: 100%;
    }

}

@media (max-width: 576px) {
    .hero-banner,
    .bestseller-banner,
    .shop-top-banner {
        min-height: 440px;
        padding: 24px 16px;
        justify-content: center !important;
    }

    .brand-slider-section {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .brand-logo-link {
        font-size: 30px;
    }

    .secondary-banner,
    .summer-drop-banner,
    .shop-bottom-banner,
    .single-page-banner {
        min-height: 420px;
    }


    .summer-drop-banner .position-absolute {
        top: 14%;
    }


    /*.promo-tile {*/
    /*    min-height: 380px;*/
    /*}*/
    .promo-overlay h5 {
        font-size: 16px;
    }

    .promo-overlay p {
        font-size: 14px;
    }

    .product-card-content {
        align-items: flex-start !important;
        gap: 12px;
    }

    .product-card-content h6 {
        font-size: 16px;
    }

    .product-card-content a {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .retail-price,
    .from-price {
        font-size: 17px;
    }

    .best-seller-card > div {
        min-height: 420px;
        aspect-ratio: auto;
    }

    .features-section .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.5rem;
    }

    .summer-drop-banner div span {
        letter-spacing: 3px;
    }


    .trendin-section-info {
        gap: 18px !important;
        text-align: left;
    }

    .trendin-section-info p {
        font-size: 15px;
        margin-bottom: 8px !important;
    }

    .cart-main-title {
        font-size: 28px;
    }

    .product-detail-img {
        width: 100%;
        height: auto;
        min-height: 180px;
        flex-basis: auto;
        background: var(--color-gray-50);
    }

    .product-detail-img img {
        max-height: 160px;
    }

    .product-detail-price {
        font-size: 16px;
    }

    .shipping-estimate-box {
        align-items: flex-start !important;
        padding: 16px !important;
    }

    .estimate-title {
        font-size: 15px;
    }

    .estimate-desc {
        font-size: 13px;
    }

    .order-summary-card {
        gap: 20px !important;
        padding: 20px;
    }


    .tech-details-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .checkout-main-title {
        font-size: 20px;
        line-height: 140%;
    }

    .checkout-section-title {
        margin-bottom: 12px !important;
    }

    .payment-method-option {
        padding: 14px !important;
    }

    .checkout-input {
        height: 44px;
        padding: 10px 14px;
    }

    .container-checkout form > .row > div:first-child > .d-flex.justify-content-between {
        flex-direction: column-reverse;
        align-items: stretch !important;
        gap: 16px;
    }

    .btn-continue-checkout {
        width: 100%;
        padding: 14px 20px;
    }

    .return-to-cart {
        text-align: center;
    }

    .checkout-order-summary-card {
        gap: 20px !important;
        padding: 20px;
    }

    .summary-title {
        font-size: 18px;
    }

    .summary-products-list > .d-flex {
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .summary-product-img {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .total-value {
        font-size: 20px;
    }

    .tech-details-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }


    .checkout-main-title {
        font-size: 20px;
        line-height: 140%;
    }

    .checkout-section-title {
        margin-bottom: 12px !important;
    }

    .payment-method-option {
        padding: 14px !important;
    }

    .checkout-input {
        height: 44px;
        padding: 10px 14px;
    }

    .container-checkout form > .row > div:first-child > .d-flex.justify-content-between {
        flex-direction: column-reverse;
        align-items: stretch !important;
        gap: 16px;
    }

    .btn-continue-checkout {
        width: 100%;
        padding: 14px 20px;
    }

    .return-to-cart {
        text-align: center;
    }

    .checkout-order-summary-card {
        gap: 20px !important;
        padding: 20px;
    }

    .summary-title {
        font-size: 18px;
    }

    .summary-products-list > .d-flex {
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .summary-product-img {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .total-value {
        font-size: 20px;
    }

    .account-sidebar-component h2 {
        font-size: 14px;
        margin-bottom: 12px !important;
    }

    .account-sidebar-component .account-nav .nav-link {
        padding: 10px 12px;
        font-size: 14px;
        gap: 8px;
    }

    .account-sidebar-component .account-nav .nav-link svg {
        width: 20px;
        height: 20px;
    }
    .dashboard-content {
        padding: 16px;
    }
    .account-card {
        padding: 20px;
    }

    .single-order-card-box {
        padding: 12px;
    }

    .single-order-card-box .single-order-card {
        max-height: calc(100vh - 24px);
    }

    .account-card h3 {
        font-size: 16px;
        line-height: 140%;
    }

    .edit-profile-btn {
        width: 100%;
    }

    .profile-avatar-wrapper {
        width: 96px;
        height: 96px;
    }
    .personal-info-list {
        grid-template-columns: 1fr;
    }
    .personal-info-label {
        font-size: 12px;
    }

    .address-map-placeholder {
        height: 150px;
    }

    .auth-input, .checkout-input {
        height: 44px;
        padding: 10px 14px;
    }

    .orders-list {
        gap: 12px !important;
    }

    .order-item-card {
        flex-direction: column;
        align-items: stretch !important;
    }

    .order-item-main {
        align-items: flex-start !important;
    }

    .order-item-actions {
        width: 100%;
        justify-content: space-between;
        gap: 10px !important;
    }

    .order-item-actions svg {
        display: none;
    }

    .order-item-img-wrapper {
        width: 84px;
        height: 64px;
        flex-basis: 84px;
    }

    .order-item-id {
        font-size: 14px;
        line-height: 140%;
    }

    .order-item-price,
    .product-detail-price {
        font-size: 15px;
    }

    .single-order-header {
        align-items: flex-start !important;
    }

    .single-order-header .badge {
        width: fit-content;
    }

    .step-indicator {
        width: 34px;
        height: 34px;
    }

    .order-detail-product-card .product-detail-img {
        width: 100%;
        height: 150px;
        flex: 0 0 auto;
    }

    .order-detail-price-row {
        gap: 10px;
    }
}
