/* ============================================================
   LUXEAURA RESPONSIVE
============================================================ */


/* ============================================================
   BELOW 1200px
============================================================ */

@media (
    max-width: 1199.98px
) {

    .product-grid {
        grid-template-columns:
            repeat(3,1fr);
    }

    .hero-default {
        grid-template-columns:
            1fr
            .78fr;

        padding: 52px;
    }

    .floating-tile {
        width: 130px;

        min-height: 130px;
    }

    .category-card {
        min-height: 390px;
    }

    .story-grid {
        gap: 40px;
    }
}


/* ============================================================
   TABLET / SMALL LAPTOP
============================================================ */

@media (
    max-width: 991.98px
) {

    .section-space {
        padding:
            68px
            0;
    }


    /* Announcement */

    .announcement-bar {
        font-size: 9px;
    }


    /* Navbar */

    .store-header {
        padding:
            7px
            0;
    }

    .luxe-navbar {
        width:
            calc(100% - 20px);

        border-radius: 19px;
    }


    /* Hero */

    .hero-carousel,
    .hero-banner,
    .hero-default {
        min-height: 580px;
    }

    .hero-banner {
        padding: 42px;
    }

    .hero-default {
        grid-template-columns:
            1fr;

        padding: 48px;
    }

    .hero-art {
        position: absolute;

        inset:
            0
            0
            0
            45%;

        height: 100%;

        opacity: .45;
    }

    .hero-copy {
        max-width: 650px;
    }

    .hero-default::after {
        content: "";

        position: absolute;

        inset: 0;

        z-index: 2;

        background:
            linear-gradient(
                90deg,
                rgba(12,10,14,.94)
                    0%,

                rgba(12,10,14,.80)
                    48%,

                transparent
                    100%
            );
    }

    .hero-copy {
        z-index: 4;
    }


    /* Trust */

    .trust-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .trust-grid > div:nth-child(2) {
        border-right: 0;
    }


    /* Categories */

    .category-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .category-card:last-child:nth-child(odd) {
        grid-column:
            span 2;

        min-height: 330px;
    }


    /* Products */

    .product-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .quick-cart {
        transform:
            translateY(0);

        opacity: 1;
    }


    /* Editorial */

    .editorial-banner {
        grid-template-columns:
            1fr
            .55fr;

        padding: 42px;
    }


    /* Product */

    .product-description-card {
        grid-template-columns:
            1fr;

        gap: 20px;
    }

    .sticky-product-info,
    .sticky-summary,
    .review-form-card {
        position: static;
    }


    /* Authentication */

    .auth-shell {
        grid-template-columns:
            1fr;
    }

    .auth-visual {
        min-height: 390px;
    }

    .auth-form-side {
        padding: 42px;
    }


    /* About */

    .story-grid {
        grid-template-columns:
            1fr;
    }

    .philosophy-grid {
        grid-template-columns:
            1fr;
    }

    .philosophy-card {
        min-height: 250px;
    }

    .philosophy-card h3 {
        margin-top: 45px;
    }

    .promise-card {
        grid-template-columns:
            1fr;

        gap: 25px;
    }

    .about-hero-card {
        grid-template-columns:
            1fr
            .5fr;

        padding: 48px;
    }


    /* Orders */

    .order-card-top {
        grid-template-columns:
            repeat(3,1fr);
    }

    .order-card-top .order-status {
        grid-column:
            span 3;

        justify-self: start;
    }
}


/* ============================================================
   MOBILE / TABLET
============================================================ */

@media (
    max-width: 767.98px
) {

    .section-space {
        padding:
            54px
            0;
    }


    /* Headings */

    .section-heading {
        align-items: start;

        flex-direction: column;

        gap: 13px;

        margin-bottom: 24px;
    }

    .section-heading h2 {
        font-size: 41px;
    }


    /* Hero */

    .hero-carousel,
    .hero-banner,
    .hero-default {
        min-height: 540px;

        border-radius: 26px;
    }

    .hero-banner {
        padding:
            34px
            28px
            74px;
    }

    .hero-content h1,
    .hero-default h1 {
        font-size: 54px;
    }

    .hero-default {
        padding:
            36px
            28px;
    }

    .hero-art {
        left: 28%;
    }

    .hero-trust {
        display: none;
    }

    .hero-carousel
    .carousel-indicators {
        left: 28px;

        bottom: 28px;
    }

    .hero-control {
        display: none;
    }


    /* Trust */

    .trust-grid {
        grid-template-columns:
            1fr
            1fr;
    }

    .trust-grid > div {
        padding:
            12px
            10px;
    }

    .trust-grid strong {
        font-size: 10px;
    }

    .trust-grid small {
        display: none;
    }


    /* Categories */

    .category-grid {
        grid-template-columns:
            1fr;
    }

    .category-card,
    .category-card:last-child:nth-child(odd) {
        grid-column: auto;

        min-height: 390px;
    }


    /* Products */

    .product-grid {
        gap: 12px;
    }

    .product-media {
        border-radius: 19px;
    }

    .product-info h3 {
        font-size: 18px;
    }

    .product-heart {
        width: 34px;
        height: 34px;
    }

    .quick-cart {
        left: 8px;

        right: 8px;

        bottom: 8px;
    }

    .quick-cart button {
        min-height: 40px;
    }


    /* Editorial */

    .editorial-banner {
        grid-template-columns:
            1fr;

        min-height: 440px;

        padding:
            34px
            28px;
    }

    .editorial-art {
        position: absolute;

        inset:
            auto
            0
            0
            auto;

        width: 45%;
        height: 65%;

        opacity: .45;
    }


    /* New Arrivals */

    .arrival-item {
        grid-template-columns:
            54px
            1fr
            auto;
    }

    .arrival-item > i {
        display: none;
    }


    /* Page Hero */

    .page-hero-card {
        min-height: 260px;

        padding:
            34px
            28px;

        border-radius: 26px;
    }

    .page-hero-mark {
        right: 15px;

        font-size: 90px;
    }


    /* Shop */

    .shop-toolbar {
        align-items: stretch;

        flex-direction: column;
    }

    .shop-search
    .luxe-btn {
        display: none;
    }

    .shop-sort-wrap {
        justify-content:
            space-between;
    }


    /* Product Detail */

    .main-product-image {
        border-radius: 24px;
    }

    .product-detail-copy h1 {
        font-size: 47px;
    }

    .detail-cart-form {
        flex-wrap: wrap;
    }

    .detail-cart-form
    .luxe-btn {
        min-width: 200px;
    }

    .product-description-card {
        margin-top: 45px;

        padding: 28px;
    }


    /* Cart */

    .cart-list {
        padding:
            6px
            16px;
    }

    .cart-item {
        grid-template-columns:
            90px
            1fr;

        gap: 14px;
    }

    .cart-item-image {
        width: 90px;
        height: 110px;
    }

    .cart-item-actions {
        grid-column: 2;

        grid-template-columns:
            auto
            auto
            auto;

        min-width: 0;

        justify-items: start;

        align-items: center;
    }

    .cart-item-actions label {
        display: none;
    }

    .cart-list-footer {
        gap: 12px;

        flex-wrap: wrap;
    }


    /* Checkout / Account */

    .checkout-card,
    .account-card,
    .order-detail-card,
    .contact-form-card,
    .contact-info-card {
        padding: 22px;
    }


    /* Authentication */

    .auth-section {
        padding-top: 30px;
    }

    .auth-shell {
        border-radius: 26px;
    }

    .auth-visual {
        min-height: 320px;

        padding:
            32px
            28px;
    }

    .auth-visual h1 {
        font-size: 48px;
    }

    .auth-benefits {
        display: none;
    }

    .auth-form-side {
        padding:
            32px
            25px;
    }


    /* Account */

    .account-welcome {
        min-height: 240px;

        align-items: start;

        flex-direction: column;

        padding:
            32px
            28px;
    }

    .account-welcome h1 {
        font-size: 43px;
    }

    .account-avatar-large {
        width: 72px;
        height: 72px;

        border-radius: 22px;

        font-size: 34px;
    }

    .account-stats {
        grid-template-columns:
            1fr;
    }


    /* Orders */

    .order-timeline {
        padding:
            18px
            10px;
    }

    .timeline-step strong {
        font-size: 7px;
    }

    .timeline-step span {
        width: 30px;
        height: 30px;
    }

    .timeline-step::after {
        top: 15px;
    }

    .detail-two-col {
        grid-template-columns:
            1fr;

        gap: 15px;
    }


    /* About */

    .about-hero-card {
        grid-template-columns:
            1fr;

        min-height: 500px;

        padding:
            38px
            28px;
    }

    .about-symbol {
        position: absolute;

        right: -60px;
        bottom: -60px;

        width: 280px;
        height: 280px;

        opacity: .38;
    }

    .promise-points {
        grid-template-columns:
            1fr;
    }


    /* Footer */

    .footer-card {
        padding:
            36px
            26px
            20px;

        border-radius: 28px;
    }

    .footer-bottom {
        flex-direction: column;

        gap: 5px;
    }
}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (
    max-width: 575.98px
) {

    .container {
        padding-left: 16px;

        padding-right: 16px;
    }


    /* Brand */

    .brand-copy small {
        display: none;
    }

    .brand-copy strong {
        font-size: 13px;
    }

    .brand-gem {
        width: 38px;
        height: 38px;
    }

    .nav-icon-btn {
        width: 36px;
        height: 36px;
    }


    /* Hero */

    .hero-section {
        padding-top: 4px;
    }

    .hero-carousel,
    .hero-banner,
    .hero-default {
        min-height: 510px;
    }

    .hero-content h1,
    .hero-default h1 {
        font-size: 47px;
    }

    .hero-content p,
    .hero-default p {
        font-size: 12px;
    }

    .hero-actions
    .luxe-btn {
        width: 100%;

        justify-content: center;
    }


    /* Trust */

    .trust-grid {
        grid-template-columns:
            1fr;
    }

    .trust-grid > div {
        border-right: 0;

        border-bottom:
            1px solid var(--line);
    }

    .trust-grid > div:last-child {
        border-bottom: 0;
    }


    /* Product Grid */

    .product-grid {
        grid-template-columns:
            1fr
            1fr;

        gap: 10px;
    }

    .product-media {
        aspect-ratio: .78;
    }

    .product-info {
        padding-top: 10px;
    }

    .product-info > small {
        font-size: 7px;
    }

    .product-info h3 {
        font-size: 16px;
    }

    .price-row {
        flex-wrap: wrap;
    }

    .price-row strong {
        font-size: 10px;
    }

    .price-row del {
        font-size: 8px;
    }

    .product-heart {
        right: 10px;

        top: 10px;
    }

    .quick-cart button span {
        display: none;
    }

    .quick-cart button i {
        font-size: 17px;
    }


    /* Categories */

    .category-card {
        min-height: 340px;
    }


    /* Editorial */

    .editorial-copy h2 {
        font-size: 43px;
    }


    /* Arrivals */

    .arrival-list {
        padding:
            5px
            13px;
    }

    .arrival-item {
        grid-template-columns:
            48px
            1fr;
    }

    .arrival-item > strong {
        grid-column: 2;
    }

    .arrival-image {
        width: 48px;
        height: 52px;
    }


    /* Page Hero */

    .page-hero-card h1 {
        font-size: 43px;
    }


    /* Shop */

    .shop-sort-wrap {
        align-items: stretch;

        flex-direction: column;
    }

    .luxe-select {
        width: 100%;

        min-width: 0;
    }


    /* Product Detail */

    .detail-price strong {
        font-size: 20px;
    }

    .detail-cart-form
    .quantity-control {
        width: 100%;

        grid-template-columns:
            1fr
            1fr
            1fr;
    }

    .detail-cart-form
    .luxe-btn {
        width: 100%;
    }


    /* Reviews */

    .review-head {
        grid-template-columns:
            38px
            1fr;
    }

    .review-head time {
        grid-column: 2;
    }


    /* Cart */

    .cart-item {
        grid-template-columns:
            72px
            1fr;
    }

    .cart-item-image {
        width: 72px;
        height: 92px;
    }

    .cart-item-copy h3 {
        font-size: 20px;
    }

    .cart-item-actions {
        grid-template-columns:
            auto
            1fr;
    }

    .cart-item-actions
    .remove-link {
        grid-column:
            span 2;
    }


    /* Checkout */

    .checkout-login-callout {
        align-items: flex-start;

        flex-direction: column;
    }

    .payment-option {
        grid-template-columns:
            18px
            30px
            1fr;

        padding:
            13px
            10px;
    }


    /* Account */

    .account-order {
        grid-template-columns:
            1fr
            auto;
    }

    .account-order
    .order-status {
        grid-row:
            span 2;
    }

    .account-order > b {
        grid-column: 1;
    }


    /* Orders */

    .order-card-top {
        grid-template-columns:
            1fr
            1fr;
    }

    .order-card-top
    .order-status {
        grid-column:
            span 2;
    }

    .order-card-bottom {
        align-items: stretch;

        flex-direction: column;
    }

    .order-card-bottom
    .luxe-btn {
        justify-content: center;
    }

    .order-timeline {
        overflow-x: auto;

        grid-template-columns:
            repeat(
                5,
                minmax(
                    76px,
                    1fr
                )
            );
    }


    /* About */

    .about-hero-copy h1 {
        font-size: 48px;
    }

    .story-copy h2 {
        font-size: 43px;
    }

    .promise-card {
        padding: 28px;
    }


    /* Search */

    .search-overlay {
        padding:
            100px
            16px
            20px;
    }

    .search-close {
        top: 22px;

        right: 20px;
    }

    .search-shell h2 {
        font-size: 40px;
    }

    .search-result {
        grid-template-columns:
            50px
            1fr;
    }

    .search-result-img {
        width: 50px;
        height: 50px;
    }

    .search-result-price {
        grid-column: 2;

        text-align: left;
    }


    /* Footer */

    .footer-card .col-6 {
        width: 50%;
    }
}


/* ============================================================
   EXTRA SMALL DEVICES
============================================================ */

@media (
    max-width: 390px
) {

    .hero-content h1,
    .hero-default h1 {
        font-size: 42px;
    }

    .section-heading h2 {
        font-size: 36px;
    }

    .product-info h3 {
        font-size: 15px;
    }

    .category-card {
        min-height: 310px;
    }

    .auth-visual h1 {
        font-size: 42px;
    }

    .account-welcome h1 {
        font-size: 38px;
    }

    .about-hero-copy h1 {
        font-size: 42px;
    }
}