.modernista-shop-categories {
    padding: 100px 20px 30px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.modernista-shop-categories .shop-categories-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.modernista-shop-categories .shop-categories-title {
    margin: 0 0 14px;
    padding-top: 50px;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: "Jost", sans-serif;
}

.modernista-shop-categories .shop-categories-divider {
    display: none;
}

.modernista-shop-categories .shop-categories-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 36px;
    width: 100%;
}

.modernista-shop-categories .shop-categories-card {
    position: relative;
    display: block;
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

.modernista-shop-categories .shop-categories-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modernista-shop-categories .shop-categories-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    text-align: center;
}

.modernista-shop-categories .shop-categories-label {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgb(0, 0, 0);
}

.modernista-shop-categories .shop-categories-cta {
    margin-top: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.modernista-shop-categories .shop-categories-cta .btn-primary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.45em;
    max-width: 290px;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    padding: 10px 18px;
    text-decoration: none;
}

.new-arrivals-section {
    padding: 30px 20px;
}

.new-arrivals-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.new-arrivals-section .product-grid-title {
    padding-bottom: 20px;
    margin: 0;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 800;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
}

.new-arrivals-section .new-arrivals-divider {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 18px;
    border: 0;
    border-top: 1px solid #000;
}

.new-arrivals-section .new-arrivals-subtitle {
    margin: 0 0 40px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #222;
}

.new-arrivals-section .new-arrivals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.new-arrivals-section .new-arrivals-card {
    --modernista-card-actions-top: 32px;
}

.new-arrivals-section .modernista-card__title {
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 700;
}

.new-arrivals-section .modernista-card__excerpt {
    margin: 0 0 22px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #000;
}

.new-arrivals-section .modernista-card__meta {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    color: #222;
}

.new-arrivals-section .new-arrivals-cta {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.new-arrivals-section .new-arrivals-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45em;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 25px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 18px;
    text-decoration: none;
}

.hot-deals-section {
    padding: 30px 20px;
}

.hot-deals-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.hot-deals-section .hot-deals-title {
    margin: 0;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.hot-deals-section .hot-deals-divider {
    width: 100%;
    max-width: 100px;
    margin: 14px auto 18px;
    border: 0;
    border-top: 1px solid #000;
}

.hot-deals-section .hot-deals-subtitle {
    margin: 0 0 40px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #222;
}

.hot-deals-section .hot-deals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.hot-deals-section .hot-deals-card {
    --modernista-card-actions-top: 32px;
}

.hot-deals-section .modernista-card__title {
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 700;
}

.hot-deals-section .modernista-card__excerpt {
    margin: 0 0 22px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #000;
}

.hot-deals-section .modernista-card__old-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: #000;
}

.hot-deals-section .modernista-card__new-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.hot-deals-section .modernista-card__discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
}

.hot-deals-section .modernista-card__status-badge {
    background: #000;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
}

.premium-buyers-landing {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

.modernista-featured {
    margin-top: 50px;
}

.premium-buyers-landing .section {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.premium-buyers-landing .hero-below {
    padding: 60px 20px 30px;
}

.premium-buyers-landing .hero-below-inner {
    max-width: 1280px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.5rem;
    color: #555;
    text-align: justify;
}

.modernista-premium-buyers-page {
    overflow-x: hidden;
}

.modernista-premium-buyers-page .premium-buyers-hero {
    padding: 0 20px 30px;
}

.modernista-premium-buyers-page .premium-buyers-hero .hero-below-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.modernista-premium-buyers-page .premium-buyers-hero-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 0 0 30px;
}

.modernista-premium-buyers-page .premium-buyers-hero-copy {
    width: 100%;
    max-width: none;
    font-size: 1.25rem;
    line-height: 1.4;
}

.modernista-premium-buyers-page .premium-buyers-hero h1 {
    margin: 0;
    font-weight: 800;
    font-family: "Jost", sans-serif !important;
    font-size: 60px;
    line-height: 1.05;
    color: #000;
}

.modernista-premium-buyers-page .premium-buyers-hero .alt-rows .row-1 .premium-buyers-hero-copy hr {
    width: 100%;
    max-width: 100px;
    margin: 30px auto 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-top: 1px solid #000;
    padding: 0;
}

.modernista-premium-buyers-page .premium-buyers-hero-lead {
    white-space: pre-wrap;
    margin: 8px 0 40px;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 300;
    font-family: var(--wp--preset--font-family--system-sans-serif);
    color: #222;
}

.modernista-premium-buyers-page .premium-buyers-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.modernista-premium-buyers-page .premium-buyers-hero .cta-button {
    margin-top: 0;
}

.modernista-premium-buyers-page .premium-buyers-hero-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f0f0f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modernista-premium-buyers-page .premium-buyers-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modernista-premium-buyers-page .hero-below {
    padding: 30px 20px;
}

.modernista-premium-buyers-page .hero-below-inner {
    max-width: 1100px;
    line-height: 1.6;
    font-size: 1.7rem;
    color: #000;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    font-family: var(--wp--preset--font-family--system-sans-serif);
}

.modernista-premium-buyers-page .premium-buyers-hero-below-title {
    font-weight: 800;
    font-size: 1.75rem;
    font-family: "Jost", sans-serif !important;
    text-align: center;
    margin: 80px 0 20px;
}

.modernista-premium-buyers-page .hero-below-separator,
.modernista-premium-buyers-page .efficiency-separator {
    width: 50px;
    margin: 0 auto;
    border: 0;
    border-top: 1px solid #000;
    padding: 20px;
    padding-bottom: 50px;
}

.modernista-premium-buyers-page h2 {
    text-align: center;
    margin: 0;
    font-size: 1.75rem;
    font-family: "Jost", sans-serif !important;
}

.modernista-premium-buyers-page .efficiency-title {
    font-size: 1.75rem;
    font-family: "Jost", sans-serif !important;
    font-weight: 800;
    padding-top: 100px;
    margin-bottom: 40px;
}

.modernista-premium-buyers-page .alt-rows .copy p:first-child {
    font-weight: 800;
    font-family: "Jost", sans-serif !important;
    font-size: 1.75rem;
}

.modernista-premium-buyers-page .alt-rows .copy p + p {
    white-space: pre-wrap;
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 1.7rem;
    font-weight: 300;
    font-family: "Jost", sans-serif;
    color: #555;
}

.modernista-premium-buyers-page .alt-rows .row-1 .copy p:nth-of-type(2) {
    margin: 0 0 40px;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #555;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}

.modernista-premium-buyers-page .premium-buyers-content-card {
    text-align: left;
}

.modernista-premium-buyers-page .premium-buyers-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    border: 1px dashed #ccc;
    font-weight: 600;
}

.modernista-premium-buyers-page .membership-section {
    padding: 0 40px 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.modernista-premium-buyers-page .membership-container {
    margin: 0 auto;
}

.modernista-premium-buyers-page .membership-form {
    padding-bottom: 40px;
}

.modernista-premium-buyers-page .membership-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.modernista-premium-buyers-page .membership-form .form-field {
    flex: 1;
    min-width: 240px;
}

.modernista-premium-buyers-page .premium-buyers-form-field--full {
    flex: 1 1 100%;
}

.modernista-premium-buyers-page .membership-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #333;
}

.modernista-premium-buyers-page .membership-form label a {
    color: green;
}

.modernista-premium-buyers-page .membership-form label a:hover {
    color: green;
}

.modernista-premium-buyers-page .membership-form input[type="text"],
.modernista-premium-buyers-page .membership-form input[type="email"],
.modernista-premium-buyers-page .membership-form select,
.modernista-premium-buyers-page .membership-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e6;
    border-radius: 25px;
    font-size: 16px;
    box-sizing: border-box;
    background: #e3e3e6;
}

.modernista-premium-buyers-page .membership-form textarea {
    border-radius: 10px;
    min-height: 120px;
}

.modernista-premium-buyers-page .membership-form .form-actions {
    text-align: center;
    margin-top: 20px;
}

.modernista-premium-buyers-page .membership-success {
    background: #e6ffed;
    color: #065f46;
    border: 1px solid #a7f3d0;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.modernista-premium-buyers-page .membership-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.modernista-premium-buyers-page .premium-buyers-membership-title {
    padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
    .modernista-premium-buyers-page .alt-rows .alt-row {
        grid-template-columns: 1fr;
    }

    .modernista-premium-buyers-page .alt-rows .copy {
        order: 0;
        max-width: 100%;
    }

    .modernista-premium-buyers-page .alt-rows .photo {
        order: 1;
        width: 100%;
    }

    .modernista-premium-buyers-page .premium-buyers-hero-row .premium-buyers-hero-photo {
        order: 0;
    }

    .modernista-premium-buyers-page .premium-buyers-hero-row .premium-buyers-hero-copy {
        order: 1;
    }
}

@media screen and (max-width: 768px) {
    body.page-premium-buyers .wp-block-spacer {
        height: 0 !important;
    }

    body.page-premium-buyers .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .modernista-premium-buyers-page .premium-buyers-hero {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .modernista-premium-buyers-page .premium-buyers-hero h1 {
        font-size: 56px;
    }
}

@media screen and (max-width: 640px) {
    .modernista-premium-buyers-page .premium-buyers-hero h1 {
        font-size: 38px;
        text-align: center;
    }

    .modernista-premium-buyers-page .premium-buyers-hero hr {
        margin: 12px auto 20px;
    }

    .modernista-premium-buyers-page .premium-buyers-hero-lead {
        text-align: center;
    }

    .modernista-premium-buyers-page .premium-buyers-hero-cta {
        justify-content: center;
    }
}

.premium-buyers-landing .alt-rows .alt-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 30px 0;
}

.premium-buyers-landing .alt-rows .copy {
    width: 100%;
    max-width: none;
    font-size: 1.25rem;
    line-height: 1.4;
}

.premium-buyers-landing .alt-rows .row-1 .copy h2 {
    margin: 0;
    font-weight: 800;
    font-family: "Jost", sans-serif !important;
    font-size: 1.75rem;
    color: #000;
    line-height: 1.2;
}

.premium-buyers-landing.inside-the-collection-block .alt-rows .row-1 .copy h2 {
    padding-top: 30px;
}

.premium-buyers-landing .alt-rows .row-1 .copy hr {
    width: 100%;
    max-width: 100px;
    margin: 14px 0 18px;
    border: 0;
    border-top: 1px solid #000;
    padding: 0;
}

.premium-buyers-landing .alt-rows .row-1 .copy p + p {
    white-space: pre-wrap;
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: normal;
    font-family: sans-serif;
    color: #555;
}

.premium-buyers-landing .alt-rows .row-1 .copy p:nth-of-type(2) {
    margin: 0 0 40px;
    font-size: 1.45rem;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
}

.premium-buyers-landing.modernista-premium-buyers-page .alt-rows .row-1 .copy p:nth-of-type(2) {
    font-size: 1.7rem;
    color: #555;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}

.premium-buyers-landing .alt-rows .row-1 .copy .hot-deals-subtitle {
    margin: 0 0 40px;
    font-size: 1.45rem;
    line-height: 1.4;
    color: #222;
    font-weight: 300;
    font-family: var(--wp--preset--font-family--system-sans-serif);
}

.premium-buyers-landing .alt-rows .row-1 .copy .hot-deals-subtitle p {
    margin: 0 0 12px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: 300;
}

.premium-buyers-landing .alt-rows .row-1 .copy .hot-deals-subtitle p:last-child {
    margin-bottom: 0;
}

.premium-buyers-landing .alt-rows .row-1 .copy .featured-cta {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.premium-buyers-landing .alt-rows .row-1 .copy .featured-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45em;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 25px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 18px 10px 0;
    text-decoration: none;
}

.premium-buyers-landing .alt-rows .row-1 .copy .featured-cta .btn-primary svg {
    flex-shrink: 0;
}

.premium-buyers-landing .alt-rows .photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-buyers-landing .alt-rows .photo a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.premium-buyers-landing .alt-rows .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modernista-premium-buyers-page .alt-rows .row-1 .copy {
    order: 2;
}

.modernista-premium-buyers-page .alt-rows .row-1 .photo {
    order: 1;
}

.modernista-premium-buyers-page .alt-rows .row-3 .copy {
    order: 2;
}

.modernista-premium-buyers-page .alt-rows .row-3 .photo {
    order: 1;
}

.premium-buyers-landing.inside-the-collection-block .alt-rows .photo.video-embed {
    aspect-ratio: 16 / 9;
    background: #000;
}

.premium-buyers-landing.inside-the-collection-block .alt-rows .photo.video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.customers-advantages {
    padding: 70px 20px;
    background: #fff;
    margin: 20px auto 0;
    max-width: 1280px;
    box-sizing: border-box;
}

.customers-advantages h2 {
    font-size: 1.75rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 20px;
    font-family: "Jost", sans-serif !important;
}

.customers-advantages .customers-advantages-separator {
    width: 50px;
    margin: 0 auto 0;
    border: 0;
    border-top: 1px solid #000;
    padding: 20px;
    padding-bottom: 50px;
}

.customers-advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    justify-content: center;
    align-items: start;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.customers-advantages-card {
    padding: 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
}

.customers-advantages-card h3 {
    margin: 0 0 8px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 20px;
    font-family: "Jost", sans-serif !important;
}

.customers-advantages-card p {
    margin: 0;
    font-size: 1.5rem;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.55;
    text-align: center;
}

.customers-expectations {
    padding: 50px 0;
    margin-left: 50px;
    margin-right: 50px;
}

.customers-expectations h2 {
    font-size: 1.75rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 20px;
    padding-top: 70px;
    font-family: "Jost", sans-serif !important;
}

.customers-expectations .customers-expectations-separator {
    width: 50px;
    margin: 0 auto 40px;
    border: 0;
    border-top: 1px solid #000;
    padding: 20px;
}

.customers-expectations-grid {
    display: grid;
    gap: 16px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.customers-expectations-grid.logos-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.customers-expectations-grid.logos-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.customers-expectations-grid.logos-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.customers-expectations-grid.logos-grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.customers-expectations-grid.logos-grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

.customers-expectations-grid.logos-grid-7 {
    grid-template-columns: repeat(7, 1fr);
}

.customers-expectations-grid.logos-grid-8 {
    grid-template-columns: repeat(8, 1fr);
}

.customers-expectations-grid.logos-grid-9 {
    grid-template-columns: repeat(9, 1fr);
}

.customers-expectations-grid.logos-grid-10 {
    grid-template-columns: repeat(10, 1fr);
}

.customers-expectations-grid.logos-grid-11 {
    grid-template-columns: repeat(11, 1fr);
}

.customers-expectations-grid.logos-grid-12 {
    grid-template-columns: repeat(12, 1fr);
}

.customers-expectations-grid img {
    width: 120px;
    height: auto;
    display: block;
}

.customers-expectations h3 {
    font-family: "Jost", sans-serif !important;
}

.modernista-site-footer {
    margin-top: 0;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-left: 100px;
    background-color: #fff;
    color: #000;
    line-height: 1.2;
    border-top: 1px solid #ccc;
}

.modernista-site-footer a {
    color: #000;
}

.modernista-site-footer a:hover {
    text-decoration: underline;
}

.modernista-site-footer-table {
    width: 100%;
}

.modernista-site-footer-col-main {
    width: 50%;
    padding-right: 50px;
}

.modernista-site-footer-col {
    width: 16.6667%;
}

.modernista-site-footer-heading {
    font-weight: 700;
}

.top-banner {
    width: 100%;
    line-height: 1.3;
    background: var(--modernista-banner-bg, #000);
    color: var(--modernista-banner-fg, #fff);
}

.top-banner a {
    color: inherit;
}

.top-banner-inner {
    max-width: 1290px;
    margin: 0 auto;
    padding: 12px 56px 12px 16px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    color: inherit;
    position: relative;
}

.top-banner-message-link {
    color: inherit;
    text-decoration: none;
}

.top-banner-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.header-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}

.header-custom nav.custom-menu .menu-desktop > li {
    margin-right: 5px !important;
}

.header-custom nav.custom-menu .menu-desktop svg {
    vertical-align: middle;
}

.header-custom img.custom-logo {
    width: 160px;
    height: 30px;
}

.header-custom .header-logo {
    flex: 0 0 auto;
    margin-left: 30px;
    position: relative;
    top: -10px;
}

.header-custom .header-menu {
    flex: 0 0 auto;
    margin-right: 30px;
}

.modernista-homepage-image-text {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

.modernista-homepage-image-text .section {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.modernista-homepage-image-text .hero-below {
    padding: 0 20px 30px;
}

.modernista-homepage-image-text .hero-below-inner {
    max-width: 1280px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.5rem;
    color: #555;
    text-align: justify;
}

.modernista-homepage-image-text .alt-rows .alt-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 0 0 30px;
}

.modernista-homepage-image-text .alt-rows .copy {
    width: 100%;
    max-width: none;
    font-size: 1.25rem;
    line-height: 1.4;
}

.modernista-homepage-image-text .alt-rows .row-1 .copy h1 {
    margin: 0;
    font-weight: 800;
    font-family: "Jost", sans-serif !important;
    font-size: 100px;
    line-height: 1.05;
    color: #000;
}

.modernista-homepage-image-text .alt-rows .row-1 .copy hr {
    width: 100%;
    max-width: 100px;
    margin: 12px 0 20px;
    border: 0;
    border-top: 1px solid #000;
    padding: 0;
}

.modernista-homepage-image-text .alt-rows .row-1 .copy p {
    white-space: pre-wrap;
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: normal;
    font-family: var(--wp--preset--font-family--system-sans-serif);
    color: #222;
}

.modernista-homepage-image-text .alt-rows .row-1 .copy .new-arrivals-subtitle {
    margin: 0 0 var(--modernista-card-title-gap);
    padding: 0 var(--modernista-card-title-padding-inline);
    text-align: left;
    color: #111;
    font-family: var(--wp--preset--font-family--system-sans-serif);
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 700;
}

.modernista-homepage-image-text .alt-rows .photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modernista-homepage-image-text .alt-rows .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1023px) {
    .modernista-shop-categories .shop-categories-grid {
        gap: 24px;
    }

    .new-arrivals-section .new-arrivals-grid,
    .hot-deals-section .hot-deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .modernista-homepage-image-text .alt-rows .row-1 .copy h1 {
        font-size: 56px;
    }
}

@media screen and (max-width: 900px) {
    .premium-buyers-landing .alt-rows .alt-row {
        grid-template-columns: 1fr;
    }

    .premium-buyers-landing .alt-rows .photo {
        order: 0;
        width: 100%;
    }

    .premium-buyers-landing .alt-rows .copy {
        order: 1;
        max-width: 100%;
    }

    .premium-buyers-landing .alt-rows .row-1 .copy .featured-cta {
        gap: 10px;
    }
}

@media screen and (max-width: 640px) {
    .premium-buyers-landing .alt-rows .row-1 .copy h2 {
        text-align: center;
    }

    .premium-buyers-landing .alt-rows .row-1 .copy hr {
        margin: 14px auto 18px;
    }

    .premium-buyers-landing .alt-rows .row-1 .copy .featured-cta {
        justify-content: center;
    }

    .modernista-homepage-image-text .alt-rows .row-1 .copy h1 {
        font-size: 38px;
    }

    .modernista-homepage-image-text .alt-rows .row-1 .copy hr {
        margin: 12px auto 20px;
    }

    .modernista-homepage-image-text .alt-rows .row-1 .copy p {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .top-banner-inner {
        padding: 10px 12px;
        font-size: 0.95rem;
    }

    .header-custom img.custom-logo {
        width: 150px;
    }

    .header-custom .header-logo {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .header-custom .header-menu {
        margin-right: 0 !important;
    }

    .wp-block-spacer {
        height: 0 !important;
    }

    .customers-advantages {
        padding: 30px 20px;
    }

    .customers-advantages-grid {
        grid-template-columns: 1fr;
    }

    .customers-advantages h2 {
        font-size: 1.5rem !important;
    }

    .customers-expectations {
        padding: 0;
        margin-left: 20px;
        margin-right: 20px;
    }

    .customers-expectations-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .modernista-site-footer {
        padding-top: 30px !important;
        padding-right: 20px !important;
        padding-bottom: 30px !important;
        padding-left: 20px !important;
    }

    .modernista-site-footer-table,
    .modernista-site-footer-table tbody,
    .modernista-site-footer-table tr,
    .modernista-site-footer-table td {
        display: block;
        width: 100% !important;
    }

    .modernista-site-footer-table td {
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .modernista-site-footer p {
        font-size: 1rem;
        line-height: 1.4;
    }

    .modernista-site-footer p a {
        display: inline-block;
        padding: 6px 0;
    }

    .modernista-homepage-image-text .alt-rows .alt-row {
        grid-template-columns: 1fr;
    }

    .modernista-homepage-image-text .alt-rows .copy {
        order: 0;
        max-width: 100%;
    }

    .modernista-homepage-image-text .alt-rows .photo {
        order: 1;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }

    .modernista-homepage-image-text .alt-rows .photo img {
        margin-top: 0;
        padding-top: 0;
    }

    .modernista-homepage-image-text .alt-rows .row-1 .copy {
        text-align: center;
    }

    .modernista-homepage-image-text .alt-rows .row-1 .copy h1 {
        padding-top: 80px;
    }

    .modernista-homepage-image-text .alt-rows .row-1 .copy .new-arrivals-subtitle {
        text-align: center;
        font-family: "Jost", sans-serif;
    }
}

@media screen and (max-width: 575px) {
    .modernista-shop-categories .shop-categories-grid {
        gap: 18px;
    }

    .modernista-shop-categories .shop-categories-label {
        font-size: 0.7rem;
    }

    .new-arrivals-section .new-arrivals-grid,
    .hot-deals-section .hot-deals-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .new-arrivals-section .new-arrivals-subtitle {
        margin-bottom: 32px;
        text-align: center;
    }

    .new-arrivals-section .new-arrivals-thumb,
    .hot-deals-section .hot-deals-thumb {
        aspect-ratio: 1 / 1;
    }

    .hot-deals-section .hot-deals-subtitle {
        margin-bottom: 28px;
    }

    .hot-deals-section .hot-deals-card {
        border: 0;
    }
}

@media screen and (max-width: 480px) {
    .customers-expectations-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 769px) {
    .header-custom {
        padding-top: 25px;
    }

    .logged-in .header-custom.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }

    .logged-in .header-custom.is-fixed.is-scrolled {
        border-bottom: 1px solid #f1f1f1;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .modernista-homepage-image-text .hero-below {
        padding-top: 80px;
    }
}
