@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;
    }
}

@media (max-width: 1199.98px) {
    .profile-account-page .dashboard-content {
        padding: 30px 28px;
    }

    .profile-command-center .personal-info-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orders-account-page .dashboard-content {
        padding: 30px 28px;
    }

    .orders-command-center {
        flex-direction: column;
    }

    .orders-account-page .single-order-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 991.98px) {
    .profile-account-page .dashboard-content {
        padding: 28px 20px;
    }

    .profile-hero-panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .profile-hero-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .profile-account-page .profile-avatar-wrapper {
        width: 104px;
        height: 104px;
        flex-basis: 104px;
    }

    .profile-section-card,
    .profile-edit-panel {
        padding: 24px;
    }

    .orders-account-page .dashboard-content {
        padding: 28px 20px;
    }

    .orders-command-center {
        padding: 24px;
    }

    .orders-metrics {
        min-width: 0;
        width: 100%;
    }

    .orders-account-page .orders-list-card,
    .orders-account-page .single-order-card {
        padding: 24px;
    }
}

@media (max-width: 575.98px) {
    .profile-account-page .dashboard-content {
        padding: 22px 14px;
    }

    .profile-hero-panel {
        padding: 20px;
    }

    .profile-identity-block {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .profile-account-page .profile-avatar-wrapper {
        width: 92px;
        height: 92px;
        flex-basis: 92px;
    }

    .profile-hero-panel .dashboard-content-title {
        font-size: 30px;
    }

    .profile-hero-actions,
    .profile-hero-actions .edit-profile-btn,
    .profile-account-page .add-address-btn,
    .profile-account-page .auth-submit-btn {
        width: 100%;
    }

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

    .profile-info-tile {
        min-height: auto;
    }

    .profile-section-card,
    .profile-edit-panel {
        padding: 20px;
    }

    .profile-account-page .address-item {
        flex-direction: column;
    }

    .address-item-action,
    .address-item-action .edit-profile-btn {
        width: 100%;
    }

    .orders-account-page .dashboard-content {
        padding: 22px 14px;
    }

    .orders-command-center {
        padding: 20px;
    }

    .orders-command-center .dashboard-content-title {
        font-size: 34px;
    }

    .orders-metrics {
        grid-template-columns: 1fr;
    }

    .orders-metric {
        min-height: auto;
    }

    .orders-account-page .orders-list-card,
    .orders-account-page .single-order-card,
    .orders-account-page .orders-empty-state {
        padding: 20px;
    }

    .orders-account-page .order-item-card {
        padding: 12px;
    }

    .orders-account-page .order-item-img-wrapper {
        width: 76px;
        height: 58px;
        flex-basis: 76px;
    }

    .orders-account-page .single-order-header {
        flex-direction: column;
        gap: 12px !important;
    }

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

    .orders-account-page .product-detail-img {
        width: 100%;
        height: 150px;
        flex: 0 0 auto;
    }
}

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

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

    .luxury-header-grid {
        grid-template-columns: 1fr auto;
        min-height: 74px;
    }

    .luxury-navbar {
        min-height: 74px;
    }

    .luxury-header .header-logo {
        font-size: 22px;
        letter-spacing: 3.6px;
        text-align: left;
    }

    .luxury-nav-block {
        grid-column: 1 / -1;
        width: 100%;
    }

    .luxury-nav-block .navbar-collapse {
        border-top: 1px solid rgba(10, 10, 10, .1);
        margin-top: 18px;
        padding: 18px 0 8px;
    }

    .luxury-nav {
        align-items: stretch;
        gap: 0;
    }

    .luxury-nav .nav-link {
        display: block;
        font-size: 12px;
        letter-spacing: 2.4px;
        padding: 16px 0;
    }

    .luxury-nav .nav-link::after {
        display: none;
    }

    .luxury-language-mobile {
        display: inline-flex !important;
        margin-top: 18px;
        width: fit-content;
    }

    .luxury-actions {
        gap: 8px;
    }

    .luxury-header .header-icon {
        height: 34px;
        width: 34px;
    }

    .country-bar-inner {
        min-height: 40px;
        gap: 8px !important;
    }

    .country-selector {
        padding: 5px 10px;
    }

    .country-selector-action {
        display: none;
    }

    .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: 74px;
    }

    .country-region-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .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;
    }

    .shop-pagination .pagination {
        flex-wrap: wrap;
        gap: 6px;
    }

    .shop-pagination .page-item .page-link {
        min-width: 38px;
        height: 38px;
        padding: 0 11px;
        line-height: 36px;
    }

    .wishlist-feedback {
        right: 16px;
        bottom: 16px;
        left: 16px;
        max-width: none;
        text-align: center;
    }

    .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-products-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;
    }

    .cart-redesign-summary {
        position: static;
    }


    .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-products-section-title {
        flex-direction: column;
    }

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

    .wishlist-redesign-container {
        padding-bottom: 48px;
        padding-top: 34px;
    }

    .wishlist-redesign-hero {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
        padding-bottom: 22px;
    }

    .wishlist-redesign .wishlist-main-title {
        font-size: 46px;
    }

    .wishlist-redesign-shop-link {
        text-align: center;
        width: 100%;
    }

    .wishlist-redesign-toolbar {
        align-items: flex-start !important;
        padding: 18px;
    }

    .wishlist-redesign-meta {
        flex-wrap: wrap;
        width: 100%;
    }

    .wishlist-redesign-grid .product-card {
        padding: 0 !important;
    }

    .wishlist-redesign-grid .product-card-image {
        margin: 16px 18px 0;
        min-height: 240px;
    }

    .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-redesign .container-checkout {
        padding-top: 34px;
    }

    .checkout-redesign-head {
        margin-bottom: 28px;
        padding-bottom: 22px;
    }

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

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

    .checkout-redesign-section {
        padding: 22px;
    }

    .checkout-payment-grid {
        grid-template-columns: 1fr;
    }

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

    .checkout-redesign-summary .summary-product-img {
        flex-basis: 76px;
        height: 92px;
        width: 76px;
    }

    .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) {
    .country-choose-section {
        padding: 48px 0 72px;
    }

    .country-choose-header {
        margin-bottom: 36px;
    }

    .country-region-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .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 {
        font-size: 16px;
    }

    .from-price {
        font-size: 18px;
    }

    .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;
    }

    .cart-redesign-header {
        align-items: flex-start;
        padding-bottom: 22px;
    }

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

    .cart-redesign-item {
        padding: 18px;
    }

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

    .cart-product-media {
        background: #f4f1ea;
        min-height: 220px;
        width: 100%;
    }

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

    .cart-product-media img {
        max-height: 190px;
    }

    .cart-item-footer {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .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;
    }

    .cart-empty-state {
        padding: 32px 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;
    }

    .cookie-consent-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-consent-content {
        padding: 16px;
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .cookie-consent-actions {
        width: 100%;
    }

    .cookie-consent-btn {
        flex: 1 1 0;
        min-width: 0;
    }

    .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;
    }
}

@media (max-width: 400px) {
    .header-logo{
        font-size: 18px;
        letter-spacing: 2.4px;
    }
}


@media (max-width: 1199px) {
    .product-detail-layout {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
        gap: 18px;
    }

    .product-detail-layout .product-thumbs-swiper,
    .product-detail-layout .product-main-swiper {
        height: 650px;
    }

    .product-purchase-panel {
        padding: 28px;
    }
}

@media (max-width: 991.98px) {
    .product-detail-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .product-detail-layout {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 0 48px;
    }

    .product-editorial-strip {
        margin-left: -16px;
        margin-right: -16px;
        min-height: 96px;
        padding: 24px 16px;
    }

    .product-editorial-strip h2 {
        font-size: 36px;
    }

    .product-mobile-gallery {
        margin-left: -16px;
        margin-right: -16px;
    }

    .product-detail-layout .product-mobile-swiper .swiper-slide {
        aspect-ratio: 4 / 5;
        background: #e7dfd2;
    }

    .product-detail-layout .product-mobile-swiper img {
        height: 100%;
        object-fit: cover;
    }

    .product-detail-layout .product-main-info {
        order: -1;
        position: relative;
        top: 0;
        width: 100%;
    }

    .product-purchase-panel {
        border-left: 0;
        border-right: 0;
        margin-left: -16px;
        margin-right: -16px;
        padding: 26px 16px;
    }

    .product-detail-layout .product-sku {
        font-size: 38px;
    }

    .product-story-grid {
        grid-template-columns: 1fr;
    }

    .product-story-panel {
        padding: 28px 20px;
    }

    .product-detail-accordion {
        margin-left: -16px;
        margin-right: -16px;
        padding: 36px 16px;
    }

    .product-detail-accordion .tech-details-header {
        align-items: flex-start !important;
        gap: 16px;
    }

    .product-detail-accordion .tech-details-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .product-detail-breadcrumb .breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-editorial-strip {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 18px;
    }

    .product-editorial-meta {
        text-align: left !important;
    }

    .product-detail-layout .share-btn,
    .product-detail-layout .like-btn {
        height: 42px;
        width: 42px;
    }

    .product-purchase-meta > span:not(:last-child)::after {
        display: none;
    }

    .product-detail-layout .product-color-radio-label {
        flex: 1 1 calc(50% - 8px);
        justify-content: center !important;
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-detail-layout .product-size-radio-label {
        flex: 0 0 auto;
        min-width: 54px;
    }

    .product-quantity-row .d-flex.flex-wrap {
        flex-direction: column;
    }

    .product-detail-layout .quantity-selector,
    .product-detail-layout .btn-dark {
        width: 100%;
    }

    .product-detail-layout .quantity-selector {
        justify-content: space-between;
    }

    .product-detail-accordion .tech-details-header {
        flex-direction: column;
    }

    .product-detail-accordion .tech-details-size-guide {
        width: 100%;
    }

    .product-detail-accordion .tech-details-grid,
    .product-measurement-grid {
        grid-template-columns: 1fr;
    }

    .product-outlet-banner {
        min-height: 460px;
    }

    .product-outlet-banner .single-page-banner-container {
        padding-bottom: 48px;
    }

    .similar-section-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 1199px) {
    .home-atelier-hero,
    .home-hero-content {
        min-height: calc(100svh - 74px);
    }

    .home-hero-content {
        padding-top: 44px;
    }

    .home-hero-quicklinks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero-quicklinks a:nth-child(2n) {
        border-right: 0;
    }

    .home-editorial-tile,
    .home-runway-banner {
        min-height: 540px;
    }

    .home-campaign-layout,
    .home-focus-card {
        grid-template-columns: 1fr;
    }

    .home-campaign-image {
        min-height: 420px;
    }

    .home-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .oc-hero {
        min-height: 620px;
    }

    .oc-hero-copy {
        bottom: 128px;
        left: 32px;
        right: 32px;
    }

    .oc-atelier-grid {
        grid-template-columns: 1fr;
    }

    .oc-atelier-image {
        min-height: 480px;
    }

    .oc-bestseller-banner {
        min-height: 560px;
    }

    .vendor-store-hero {
        min-height: 620px;
        padding-bottom: 42px;
    }

    .vendor-hero-grid {
        grid-template-columns: 1fr;
    }

    .vendor-identity-panel {
        max-width: 420px;
    }
}

@media (max-width: 991.98px) {
    .home-editorial-tile,
    .home-discovery-panel,
    .home-brand-room,
    .home-vendor-room,
    .home-campaign-copy {
        padding: 30px;
    }

    .home-products-section .product-card-image {
        min-height: 220px;
    }

    .oc-secondary .row {
        top: 12%;
    }

    .oc-atelier-copy {
        padding: 40px;
    }

    .oc-vendor-section {
        padding: 64px 0;
    }

    .vendor-store-hero {
        padding-top: 58px;
    }

    .vendor-feature-tile {
        min-height: 500px;
    }

    .vendor-feature-image {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .home-hero-copy {
        padding-bottom: 34px;
    }

    .home-hero-title {
        font-size: clamp(38px, 12vw, 64px);
    }

    .home-section-heading {
        align-items: flex-start !important;
        flex-direction: column;
    }

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

    .home-promo-tile {
        min-height: 460px;
    }

    .home-focus-info h3 {
        font-size: 26px;
    }

    .home-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oc-hero-copy {
        bottom: 150px;
    }

    .oc-hero-copy p {
        font-size: 15px;
    }

    .oc-entry-link {
        min-height: 104px;
        padding: 20px;
    }

    .oc-section-head,
    .curated-products-section-title {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .oc-promo-tile {
        min-height: 460px;
    }

    .oc-banner-caption {
        bottom: 110px;
        left: 24px;
        right: 24px;
    }

    .oc-brand-floor .best-seller-card > div {
        min-height: 460px;
    }

    .oc-vendor-item {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 10px !important;
    }

    .vendor-section-head {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .vendor-title {
        font-size: clamp(46px, 14vw, 78px);
    }

    .vendor-description {
        font-size: 15px;
    }

    .vendor-store-nav-inner {
        gap: 8px !important;
    }

    .vendor-pill {
        padding: 10px 12px;
    }

    .vendor-featured-section,
    .vendor-products-section {
        padding-top: 58px;
    }
}

@media (max-width: 576px) {
    .home-atelier-hero,
    .home-hero-content {
        min-height: calc(100svh - 74px);
    }

    .home-hero-content {
        padding: 30px 0 16px;
    }

    .home-hero-copy {
        padding-bottom: 26px;
    }

    .home-hero-text {
        font-size: 15px;
    }

    .home-btn {
        min-height: 48px;
        padding: 13px 18px;
        width: 100%;
    }

    .home-hero-quicklinks a {
        font-size: 12px;
        min-height: 86px;
        padding: 16px 12px;
    }

    .home-editorial-tile,
    .home-runway-banner {
        min-height: 460px;
        padding: 24px;
    }

    .home-tile-label {
        left: 24px;
        top: 24px;
    }

    .home-editorial-tile,
    .home-discovery-panel,
    .home-brand-room,
    .home-vendor-room,
    .home-campaign-copy {
        padding: 24px;
    }

    .home-campaign-image {
        min-height: 340px;
    }

    .home-focus-image {
        padding: 26px;
    }

    .home-focus-image img {
        max-height: 260px;
    }

    .home-focus-info {
        padding: 24px;
    }

    .home-service-grid {
        grid-template-columns: 1fr;
    }

    .home-service-item {
        min-height: 150px;
    }

    .oc-hero {
        min-height: 560px;
        padding: 24px 16px 18px;
    }

    .oc-hero-copy {
        bottom: 142px;
        left: 16px;
        right: 16px;
    }

    .oc-hero-copy h1 {
        font-size: clamp(38px, 11vw, 56px);
    }

    .oc-hero-type {
        bottom: 104px;
        left: 14px;
    }

    .oc-entry-link {
        font-size: 17px;
        min-height: 94px;
        padding: 16px;
    }

    .oc-secondary h2 {
        font-size: clamp(36px, 10vw, 54px);
    }

    .oc-atelier-image {
        min-height: 360px;
    }

    .oc-atelier-copy {
        padding: 28px 22px;
    }

    .oc-atelier-actions .btn-dark,
    .oc-outline-dark {
        height: 54px;
        padding: 14px 22px;
        width: 100%;
    }

    .oc-products-rail .product-card-image {
        min-height: 210px;
    }

    .oc-bestseller-banner {
        min-height: 500px;
    }

    .oc-vendor-head h2,
    .oc-banner-caption h2,
    .oc-summer-drop div h2 {
        font-size: clamp(36px, 11vw, 56px);
    }

    .oc-trending-section .trendin-prooduct-info {
        padding: 34px 16px;
    }

    .vendor-store-hero {
        min-height: 560px;
        padding: 42px 0 28px;
    }

    .vendor-identity-panel {
        padding: 20px;
    }

    .vendor-logo-mark {
        min-height: 124px;
    }

    .vendor-logo-mark img {
        max-height: 86px;
    }

    .vendor-logo-mark span {
        font-size: 64px;
    }

    .vendor-feature-caption,
    .vendor-feature-image {
        padding: 22px;
    }

    .vendor-feature-caption h3 {
        font-size: 24px;
    }

    .vendor-products-section .product-card-image {
        min-height: 210px;
    }

    .vendor-empty {
        padding: 46px 18px;
    }
}
