:root {
    --st-background: #303033;
    --st-dark: #171719;
    --st-header-dark: rgba(20, 20, 22, 0.72);
    --st-red: #cf1720;
    --st-red-light: #f22d34;
    --st-white: #ffffff;
    --st-muted: #b9b9bc;
    --st-border: rgba(255, 255, 255, 0.15);
    --st-content-width: 1440px;
    --st-desktop-header-height: 182px;
    --st-mobile-header-height: 151px;
}

html {
    scroll-behavior: smooth;
}

body.shoetrend-custom-theme {
    margin: 0;
    color: var(--st-white);
    background: var(--st-background);
}

body.shoetrend-custom-theme.st-no-scroll {
    overflow: hidden;
}

body.shoetrend-custom-theme .website-wrapper,
body.shoetrend-custom-theme .main-page-wrapper {
    background: var(--st-background);
}

/*
 * Hide the complete Woodmart header.
 */
body.shoetrend-custom-theme .whb-header,
body.shoetrend-custom-theme .whb-clone,
body.shoetrend-custom-theme .whb-sticky-header {
    display: none !important;
}

/*
 * Remove Woodmart's homepage container restrictions.
 */
body.home.shoetrend-custom-theme .main-page-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home.shoetrend-custom-theme .main-page-wrapper > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home.shoetrend-custom-theme .main-page-wrapper > .container > .row {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home.shoetrend-custom-theme
.main-page-wrapper > .container > .row > .site-content {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home.shoetrend-custom-theme .st-homepage {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.shoetrend-custom-theme:not(.home) .website-wrapper {
    padding-top: var(--st-desktop-header-height);
}

.st-content-width {
    width: min(var(--st-content-width), calc(100% - 80px));
    margin-right: auto;
    margin-left: auto;
}

/*
 * Reset Woodmart button styling inside the custom header.
 * This removes the white boxes seen in the screenshot.
 */
.st-site-header button,
.st-search-overlay button {
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.st-site-header svg,
.st-search-overlay svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/*
 * Header.
 */
.st-site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9990;
    color: var(--st-white);
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        backdrop-filter 0.3s ease;
}

body.admin-bar .st-site-header {
    top: 32px;
}

.st-store-bar {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--st-red);
}

.st-store-bar a {
    color: var(--st-white) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
}

.st-store-bar a:hover {
    color: var(--st-white) !important;
    opacity: 0.82;
}

.st-desktop-header {
    background:
        linear-gradient(
            180deg,
            rgba(28, 28, 30, 0.88) 0%,
            rgba(23, 23, 25, 0.7) 100%
        );
    border-bottom: 1px solid var(--st-border);
    backdrop-filter: blur(6px);
}

.st-site-header.is-scrolled .st-desktop-header,
.st-site-header.is-scrolled .st-mobile-header {
    background: rgba(24, 24, 26, 0.97);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.st-brand-row {
    min-height: 96px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 7px 54px;
}

.st-logo-link {
    display: block;
    line-height: 0;
}

.st-logo {
    width: auto;
    height: 82px;
    max-width: 345px;
    display: block;
    object-fit: contain;
}

.st-header-side {
    display: flex;
    align-items: center;
    gap: 12px;
}

.st-header-side-left {
    justify-content: flex-start;
}

.st-header-side-right {
    justify-content: flex-end;
}

.st-icon-button {
    position: relative;
    width: 43px !important;
    height: 43px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--st-white) !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.st-icon-button:hover {
    color: var(--st-white) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--st-border) !important;
}

.st-icon-button svg {
    width: 21px;
    height: 21px;
}

.st-cart-count {
    position: absolute;
    top: 0;
    right: -1px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--st-white);
    background: var(--st-red);
    border: 2px solid #242426;
    border-radius: 20px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

/*
 * Desktop categories and dropdowns.
 */
.st-main-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.st-main-nav > .st-nav-list {
    min-height: 52px;
}

.st-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 3.2vw, 58px);
    margin: 0;
    padding: 0 30px;
    list-style: none;
}

.st-nav-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.st-nav-link-wrap {
    display: flex;
    align-items: center;
}

.st-nav-link {
    position: relative;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    color: var(--st-white) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    white-space: nowrap;
}

.st-nav-link::after {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 2px;
    background: var(--st-red);
    content: "";
    opacity: 0;
    transform: scaleX(0);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.st-nav-item:hover > .st-nav-link-wrap .st-nav-link::after,
.st-nav-item:hover > .st-nav-link::after {
    opacity: 1;
    transform: scaleX(1);
}

.st-desktop-arrow {
    width: 18px;
    height: 20px;
    margin-left: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
}

.st-desktop-arrow svg {
    width: 12px;
    height: 12px;
}

.st-submenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    z-index: 50;
    min-width: 225px;
    margin: 0;
    padding: 13px 0;
    background: #1e1e20;
    border: 1px solid var(--st-border);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.5);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.st-nav-item:hover > .st-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.st-submenu li {
    margin: 0;
    padding: 0;
}

.st-submenu a {
    display: block;
    padding: 11px 20px;
    color: #e7e7e8 !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        padding-left 0.2s ease;
}

.st-submenu a:hover {
    padding-left: 25px;
    color: var(--st-white) !important;
    background: rgba(255, 255, 255, 0.07);
}

.st-sale-item > .st-nav-link,
.st-mobile-sale-link {
    color: #ff3c43 !important;
}

.st-sale-item > .st-nav-link::after {
    background: #ff3c43;
}

/*
 * Mobile header.
 */
.st-mobile-header {
    display: none;
}

.st-mobile-main-row {
    min-height: 70px;
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    padding: 5px 12px;
    background: rgba(18, 18, 20, 0.78);
    border-bottom: 1px solid var(--st-border);
    backdrop-filter: blur(8px);
}

.st-mobile-logo-link {
    justify-self: center;
    line-height: 0;
}

.st-mobile-logo {
    width: auto;
    height: 57px;
    max-width: 205px;
    display: block;
    object-fit: contain;
}

.st-mobile-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

/*
 * Automatically sliding mobile categories.
 */
.st-mobile-category-ticker {
    width: 100%;
    height: 47px;
    overflow: hidden;
    background: rgba(13, 13, 15, 0.9);
    border-bottom: 1px solid var(--st-border);
}

.st-mobile-ticker-track {
    width: max-content;
    height: 100%;
    display: flex;
    align-items: stretch;
    animation: st-category-slide 24s linear infinite;
    will-change: transform;
}

.st-mobile-ticker-track > div[aria-hidden="true"] {
    display: flex;
}

.st-mobile-ticker-group {
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.st-mobile-ticker-group a {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: var(--st-white) !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
}

.st-mobile-ticker-group a:hover {
    color: var(--st-white) !important;
}

@keyframes st-category-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/*
 * Search overlay.
 */
.st-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 10100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    background: rgba(16, 16, 18, 0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.st-search-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.st-search-close {
    position: absolute !important;
    top: 30px;
    right: 35px;
}

.st-search-inner {
    width: min(820px, 100%);
}

.st-search-label {
    display: block;
    margin-bottom: 24px;
    color: var(--st-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.st-search-inner form {
    display: grid;
    grid-template-columns: 1fr auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.st-search-inner input {
    width: 100%;
    height: 80px;
    padding: 0;
    color: var(--st-white);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: clamp(27px, 4vw, 50px);
    font-weight: 300;
}

.st-search-inner input:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

.st-search-inner button[type="submit"] {
    padding: 0 16px !important;
    color: var(--st-white) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase !important;
}

/*
 * Full-screen homepage hero.
 */
.st-homepage {
    width: 100%;
    max-width: none;
    overflow: hidden;
    background: var(--st-background);
}

.st-hero {
    position: relative;
    width: 100%;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(
            90deg,
            rgba(7, 7, 8, 0.78) 0%,
            rgba(7, 7, 8, 0.38) 34%,
            rgba(7, 7, 8, 0.02) 70%
        ),
        url("https://shoetrend.net/wp-content/uploads/2026/06/ChatGPT-Image-Jun-26-2026-09_37_06-PM.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.st-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.1) 0%,
            transparent 42%,
            rgba(0, 0, 0, 0.25) 100%
        );
    pointer-events: none;
}

.st-hero-content {
    position: relative;
    z-index: 2;
    width: min(610px, calc(100% - 110px));
    margin-left: max(55px, calc((100vw - var(--st-content-width)) / 2));
    padding-top: var(--st-desktop-header-height);
}

.st-hero-kicker,
.st-section-kicker {
    display: block;
    margin-bottom: 16px;
    color: #f0333a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.st-hero h1 {
    max-width: 620px;
    margin: 0;
    color: var(--st-white);
    font-size: clamp(55px, 7vw, 112px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.87;
    text-transform: uppercase;
}

.st-hero p {
    max-width: 430px;
    margin: 25px 0 32px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.7;
}

.st-primary-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 31px;
    color: var(--st-white) !important;
    background: var(--st-red);
    border: 1px solid var(--st-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.st-primary-button:hover {
    color: var(--st-white) !important;
    background: var(--st-red-light);
    border-color: var(--st-red-light);
    transform: translateY(-2px);
}

.st-scroll-indicator {
    position: absolute;
    right: 40px;
    bottom: 34px;
    z-index: 3;
    width: 29px;
    height: 52px;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 30px;
}

.st-scroll-indicator span {
    width: 4px;
    height: 8px;
    margin-top: 9px;
    background: var(--st-white);
    border-radius: 5px;
    animation: st-scroll-dot 1.7s ease infinite;
}

@keyframes st-scroll-dot {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    35% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

/*
 * Intro section.
 */
.st-home-intro {
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 75% 20%,
            rgba(207, 23, 32, 0.14),
            transparent 32%
        ),
        var(--st-background);
    text-align: center;
}

.st-home-intro .st-content-width {
    max-width: 850px;
}

.st-home-intro h2 {
    margin: 0;
    color: var(--st-white);
    font-size: clamp(36px, 5vw, 67px);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.st-home-intro p {
    max-width: 680px;
    margin: 27px auto 0;
    color: var(--st-muted);
    font-size: 17px;
    line-height: 1.8;
}

/*
 * Internal pages and WooCommerce.
 */
body.shoetrend-custom-theme:not(.home) .main-page-wrapper {
    min-height: 70vh;
    background: var(--st-background);
}

body.shoetrend-custom-theme .page-title {
    background-color: #252527;
}

body.shoetrend-custom-theme .page-title,
body.shoetrend-custom-theme .page-title h1,
body.shoetrend-custom-theme .page-title a,
body.shoetrend-custom-theme .breadcrumbs {
    color: var(--st-white);
}

body.shoetrend-custom-theme .product-grid-item .product-wrapper,
body.shoetrend-custom-theme .product-grid-item .product-element-top {
    background: #29292c;
}

body.shoetrend-custom-theme .product-grid-item .wd-entities-title,
body.shoetrend-custom-theme .product-grid-item .wd-entities-title a,
body.shoetrend-custom-theme .product-grid-item .price {
    color: var(--st-white);
}

body.shoetrend-custom-theme .product-grid-item .price del {
    color: var(--st-muted);
}

body.shoetrend-custom-theme .product-grid-item .price ins {
    color: #ff4248;
}

/*
 * Tablet and mobile.
 */
@media (max-width: 1024px) {
    body.shoetrend-custom-theme:not(.home) .website-wrapper {
        padding-top: var(--st-mobile-header-height);
    }

    .st-desktop-header {
        display: none;
    }

    .st-mobile-header {
        display: block;
    }

    .st-hero {
        background-position: 66% center;
    }

    .st-hero-content {
        width: min(560px, calc(100% - 70px));
        margin-left: 35px;
        padding-top: var(--st-mobile-header-height);
    }

    .st-content-width {
        width: min(var(--st-content-width), calc(100% - 50px));
    }
}

@media (max-width: 782px) {
    body.admin-bar .st-site-header {
        top: 46px;
    }

    body.admin-bar .st-search-overlay {
        top: 46px;
        height: calc(100% - 46px);
    }
}

@media (max-width: 767px) {
    :root {
        --st-mobile-header-height: 148px;
    }

    .st-store-bar {
        min-height: 31px;
    }

    .st-store-bar a {
        font-size: 9px;
        letter-spacing: 0.19em;
    }

    .st-mobile-main-row {
        min-height: 69px;
        grid-template-columns: 44px 1fr auto;
        padding: 4px 8px;
    }

    .st-mobile-logo {
        height: 55px;
        max-width: 180px;
    }

    .st-mobile-main-row .st-icon-button {
        width: 39px !important;
        height: 39px !important;
    }

    .st-mobile-main-row .st-icon-button svg {
        width: 19px;
        height: 19px;
    }

    .st-mobile-account {
        display: none !important;
    }

    .st-mobile-category-ticker {
        height: 48px;
    }

    .st-mobile-ticker-group a {
        padding: 0 18px;
        font-size: 11px;
    }

    .st-content-width {
        width: calc(100% - 36px);
    }

    .st-hero {
        min-height: 100svh;
        align-items: flex-end;
        background-image:
            linear-gradient(
                180deg,
                rgba(5, 5, 6, 0.05) 20%,
                rgba(5, 5, 6, 0.26) 56%,
                rgba(5, 5, 6, 0.94) 100%
            ),
            url("https://shoetrend.net/wp-content/uploads/2026/06/ChatGPT-Image-Jun-26-2026-09_37_06-PM.png");
        background-position: 69% center;
        background-size: cover;
    }

    .st-hero-content {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 0 0 52px;
    }

    .st-hero-kicker {
        margin-bottom: 11px;
        font-size: 10px;
    }

    .st-hero h1 {
        max-width: 350px;
        font-size: clamp(47px, 15vw, 70px);
        line-height: 0.91;
    }

    .st-hero p {
        max-width: 320px;
        margin: 17px 0 24px;
        font-size: 14px;
        line-height: 1.6;
    }

    .st-primary-button {
        min-height: 49px;
        padding: 0 24px;
        font-size: 10px;
    }

    .st-scroll-indicator {
        display: none;
    }

    .st-home-intro {
        padding: 75px 0;
    }

    .st-home-intro h2 {
        font-size: 38px;
    }

    .st-home-intro p {
        font-size: 15px;
    }

    .st-search-overlay {
        padding: 20px;
    }

    .st-search-close {
        top: 15px;
        right: 15px;
    }

    .st-search-inner form {
        display: block;
    }

    .st-search-inner input {
        height: 65px;
        font-size: 28px;
    }

    .st-search-inner button[type="submit"] {
        min-height: 48px !important;
        padding: 0 !important;
    }
}

@media (max-width: 360px) {
    .st-mobile-logo {
        max-width: 155px;
    }

    .st-mobile-ticker-group a {
        padding: 0 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .st-mobile-ticker-track,
    .st-scroll-indicator span {
        animation: none;
    }
}


/* ==========================================================
   SHOETREND CRITICAL FULL-SCREEN HOMEPAGE FIX
   ========================================================== */

/*
 * Remove any remaining Woodmart header placeholder that pushes
 * the homepage underneath the custom fixed header.
 */
body.shoetrend-custom-theme .whb-placeholder,
body.shoetrend-custom-theme .whb-header-placeholder,
body.shoetrend-custom-theme .whb-main-header,
body.shoetrend-custom-theme .whb-sticky-shadow {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*
 * Force all Woodmart homepage wrappers to full width.
 */
html,
body.home.shoetrend-custom-theme {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home.shoetrend-custom-theme .website-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

body.home.shoetrend-custom-theme .main-page-wrapper,
body.home.shoetrend-custom-theme #main,
body.home.shoetrend-custom-theme #primary,
body.home.shoetrend-custom-theme .site-content,
body.home.shoetrend-custom-theme .content-layout-wrapper,
body.home.shoetrend-custom-theme .main-page-wrapper > .container,
body.home.shoetrend-custom-theme .main-page-wrapper .container,
body.home.shoetrend-custom-theme .main-page-wrapper .container-fluid,
body.home.shoetrend-custom-theme .main-page-wrapper .row,
body.home.shoetrend-custom-theme .main-page-wrapper [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

/*
 * Remove any sidebar space on the homepage.
 */
body.home.shoetrend-custom-theme .sidebar-container,
body.home.shoetrend-custom-theme .area-sidebar-shop,
body.home.shoetrend-custom-theme aside.sidebar-container,
body.home.shoetrend-custom-theme aside.widget-area {
    display: none !important;
}

/*
 * Break the homepage out of every possible parent container.
 */
body.home.shoetrend-custom-theme .st-homepage {
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 0 0 -50vw !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/*
 * The image begins from the very top of the screen.
 * The custom header is fixed above it instead of occupying space.
 */
body.home.shoetrend-custom-theme .st-hero {
    position: relative !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;

    background-image:
        linear-gradient(
            90deg,
            rgba(5, 5, 6, 0.78) 0%,
            rgba(5, 5, 6, 0.36) 32%,
            rgba(5, 5, 6, 0.02) 66%
        ),
        url("https://shoetrend.net/wp-content/uploads/2026/06/ChatGPT-Image-Jun-26-2026-09_37_06-PM.png") !important;

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

/*
 * Keep the header over the hero.
 */
body.home.shoetrend-custom-theme .st-site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    margin: 0 !important;
}

body.admin-bar.home.shoetrend-custom-theme .st-site-header {
    top: 32px;
}

/*
 * Force the Visit Our Store bar to remain visible.
 */
.st-store-bar {
    width: 100% !important;
    height: 34px !important;
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: var(--st-red) !important;
}

.st-store-bar a {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    color: #ffffff !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/*
 * Transparent dark header layered over the banner.
 */
body.home .st-desktop-header {
    background:
        linear-gradient(
            180deg,
            rgba(16, 16, 18, 0.88) 0%,
            rgba(16, 16, 18, 0.72) 100%
        ) !important;
    backdrop-filter: blur(8px);
}

body.home .st-mobile-main-row,
body.home .st-mobile-category-ticker {
    background: rgba(14, 14, 16, 0.82) !important;
    backdrop-filter: blur(8px);
}

/*
 * Position the hero text below the desktop header while the image
 * itself continues behind the header.
 */
body.home .st-hero-content {
    padding-top: calc(var(--st-desktop-header-height) + 55px) !important;
}

/*
 * Make sure the hero is not covered by an Elementor or WordPress
 * page-content background.
 */
body.home .entry-content,
body.home .page-content,
body.home article.page,
body.home article.type-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/*
 * Mobile full-screen banner.
 */
@media (max-width: 1024px) {
    body.home.shoetrend-custom-theme .st-hero {
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: 100vh !important;
        min-height: 100svh !important;
        background-position: 68% center !important;
        background-size: cover !important;
    }

    body.home .st-hero-content {
        padding-top: calc(var(--st-mobile-header-height) + 25px) !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar.home.shoetrend-custom-theme .st-site-header {
        top: 46px;
    }
}

@media (max-width: 767px) {
    body.home.shoetrend-custom-theme .st-hero {
        align-items: flex-end !important;

        background-image:
            linear-gradient(
                180deg,
                rgba(5, 5, 6, 0.03) 15%,
                rgba(5, 5, 6, 0.18) 52%,
                rgba(5, 5, 6, 0.94) 100%
            ),
            url("https://shoetrend.net/wp-content/uploads/2026/06/ChatGPT-Image-Jun-26-2026-09_37_06-PM.png") !important;

        background-position: 69% center !important;
        background-size: cover !important;
    }

    body.home .st-hero-content {
        width: calc(100% - 40px) !important;
        margin: 0 20px !important;
        padding: 0 0 52px !important;
    }
}


/* ==========================================================
   END CRITICAL FULL-SCREEN HOMEPAGE FIX
   ========================================================== */


/* ==========================================================
   FINAL STANDALONE HOMEPAGE LAYOUT
   The front page no longer uses Woodmart content wrappers.
   ========================================================== */

html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.home.shoetrend-standalone-home {
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #303033;
}

/*
 * The custom header floats above the hero image.
 */
body.home.shoetrend-standalone-home .st-site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
    margin: 0;
}

body.admin-bar.home.shoetrend-standalone-home .st-site-header {
    top: 32px;
}

/*
 * Homepage occupies the complete viewport.
 */
body.home.shoetrend-standalone-home .st-homepage {
    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #303033;
}

/*
 * True full-screen hero.
 */
body.home.shoetrend-standalone-home .st-hero {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #101012 !important;
}

/*
 * Use a real image element rather than a constrained background.
 */
body.home.shoetrend-standalone-home .st-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none !important;
    margin: 0;
    padding: 0;
    display: block;
    object-fit: cover;
    object-position: center center;
}

/*
 * Dark gradient improves text visibility without hiding the image.
 */
body.home.shoetrend-standalone-home .st-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 6, 0.78) 0%,
            rgba(5, 5, 6, 0.38) 31%,
            rgba(5, 5, 6, 0.04) 65%,
            rgba(5, 5, 6, 0.02) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.12) 0%,
            transparent 60%,
            rgba(0, 0, 0, 0.3) 100%
        );
    pointer-events: none;
}

/*
 * Hero content positioned below the header, while the image remains
 * visible behind the header.
 */
body.home.shoetrend-standalone-home .st-hero-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 2;
    width: min(610px, calc(100% - 110px)) !important;
    max-width: 610px !important;
    margin: 130px 0 0 max(
        55px,
        calc((100vw - var(--st-content-width)) / 2)
    ) !important;
    padding: 0 !important;
    transform: none !important;
}

/*
 * Keep the desktop header transparent over the image.
 */
body.home.shoetrend-standalone-home .st-desktop-header {
    background:
        linear-gradient(
            180deg,
            rgba(14, 14, 16, 0.88) 0%,
            rgba(14, 14, 16, 0.69) 100%
        ) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.home.shoetrend-standalone-home
.st-site-header.is-scrolled
.st-desktop-header {
    background: rgba(17, 17, 19, 0.97) !important;
}

/*
 * The intro starts only after the full-screen hero.
 */
body.home.shoetrend-standalone-home .st-home-intro {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}

/*
 * Logged-in WordPress toolbar.
 */
@media (max-width: 782px) {
    body.admin-bar.home.shoetrend-standalone-home .st-site-header {
        top: 46px;
    }
}

/*
 * Tablet.
 */
@media (max-width: 1024px) {
    body.home.shoetrend-standalone-home .st-hero-image {
        object-position: 65% center;
    }

    body.home.shoetrend-standalone-home .st-hero-content {
        width: min(550px, calc(100% - 70px)) !important;
        margin-top: 115px !important;
        margin-left: 35px !important;
    }

    body.home.shoetrend-standalone-home .st-mobile-main-row {
        background: rgba(13, 13, 15, 0.76) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    body.home.shoetrend-standalone-home .st-mobile-category-ticker {
        background: rgba(9, 9, 11, 0.88) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}

/*
 * Mobile.
 */
@media (max-width: 767px) {
    body.home.shoetrend-standalone-home .st-hero {
        min-height: 100vh !important;
        min-height: 100svh !important;
        align-items: flex-end !important;
    }

    body.home.shoetrend-standalone-home .st-hero-image {
        object-position: 67% center;
    }

    body.home.shoetrend-standalone-home .st-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(5, 5, 6, 0.03) 10%,
                rgba(5, 5, 6, 0.13) 48%,
                rgba(5, 5, 6, 0.93) 100%
            );
    }

    body.home.shoetrend-standalone-home .st-hero-content {
        width: calc(100% - 40px) !important;
        max-width: none !important;
        margin: 0 20px 51px !important;
        padding: 0 !important;
    }
}


/* ==========================================================
   END FINAL STANDALONE HOMEPAGE LAYOUT
   ========================================================== */

/* SHOETREND COMPACT HEADER START */

/*
 * Reduced header dimensions.
 *
 * Desktop total:
 * 31px top bar + 76px logo row + 44px menu = approximately 151px.
 */
:root {
    --st-desktop-header-height: 151px;
    --st-mobile-header-height: 124px;
}

/* Top red announcement bar */
.st-store-bar {
    height: 31px !important;
    min-height: 31px !important;
}

.st-store-bar a {
    min-height: 31px !important;
    font-size: 10px !important;
    letter-spacing: 0.22em !important;
}

/* Desktop logo area */
.st-brand-row {
    min-height: 76px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.st-logo {
    height: 63px !important;
    max-width: 285px !important;
}

/* Slightly smaller desktop icons */
.st-header-side .st-icon-button {
    width: 39px !important;
    height: 39px !important;
}

.st-header-side .st-icon-button svg {
    width: 19px !important;
    height: 19px !important;
}

/* Shorter desktop menu */
.st-main-nav > .st-nav-list {
    min-height: 44px !important;
}

.st-nav-link {
    min-height: 44px !important;
    font-size: 11px !important;
}

.st-nav-link::after {
    bottom: 5px !important;
}

.st-desktop-arrow {
    height: 18px !important;
}

/*
 * Move the hero content slightly higher now that the header is shorter.
 */
body.home.shoetrend-standalone-home .st-hero-content {
    margin-top: 105px !important;
}

/* Tablet and mobile */
@media (max-width: 1024px) {
    .st-store-bar {
        height: 29px !important;
        min-height: 29px !important;
    }

    .st-store-bar a {
        min-height: 29px !important;
        font-size: 9px !important;
    }

    .st-mobile-main-row {
        min-height: 57px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .st-mobile-logo {
        height: 47px !important;
        max-width: 168px !important;
    }

    .st-mobile-main-row .st-icon-button {
        width: 36px !important;
        height: 36px !important;
    }

    .st-mobile-main-row .st-icon-button svg {
        width: 18px !important;
        height: 18px !important;
    }

    .st-mobile-category-ticker {
        height: 38px !important;
    }

    .st-mobile-ticker-group a {
        padding-right: 17px !important;
        padding-left: 17px !important;
        font-size: 10px !important;
    }

    body.home.shoetrend-standalone-home .st-hero-content {
        margin-top: 88px !important;
    }
}

@media (max-width: 767px) {
    :root {
        --st-mobile-header-height: 124px;
    }

    body.home.shoetrend-standalone-home .st-hero-content {
        margin: 0 20px 45px !important;
    }
}

/* SHOETREND COMPACT HEADER END */

/* SHOETREND LOGO AND HERO TUNING START */

/*
 * Keep the menu compact but restore a stronger, larger logo.
 */
:root {
    --st-desktop-header-height: 157px;
    --st-mobile-header-height: 130px;
}

.st-brand-row {
    min-height: 82px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.st-logo {
    width: auto !important;
    height: 74px !important;
    max-width: 325px !important;
    object-fit: contain !important;
}

/*
 * Keep the navigation row short.
 */
.st-main-nav > .st-nav-list {
    min-height: 44px !important;
}

.st-nav-link {
    min-height: 44px !important;
}

/*
 * Make the hero slightly taller than the browser screen.
 */
body.home.shoetrend-standalone-home .st-hero {
    min-height: 108vh !important;
    min-height: 108svh !important;
}

/*
 * Move the banner artwork slightly downward.
 * The small scale prevents an empty edge from appearing.
 */
body.home.shoetrend-standalone-home .st-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: translateY(24px) scale(1.025) !important;
    transform-origin: center center !important;
}

/*
 * Keep the hero wording balanced under the larger logo.
 */
body.home.shoetrend-standalone-home .st-hero-content {
    margin-top: 118px !important;
}

/*
 * Tablet and mobile logo.
 */
@media (max-width: 1024px) {
    .st-mobile-main-row {
        min-height: 63px !important;
    }

    .st-mobile-logo {
        width: auto !important;
        height: 53px !important;
        max-width: 190px !important;
    }

    body.home.shoetrend-standalone-home .st-hero {
        min-height: 106vh !important;
        min-height: 106svh !important;
    }

    body.home.shoetrend-standalone-home .st-hero-image {
        object-position: 66% center !important;
        transform: translateY(20px) scale(1.03) !important;
    }

    body.home.shoetrend-standalone-home .st-hero-content {
        margin-top: 100px !important;
    }
}

@media (max-width: 767px) {
    :root {
        --st-mobile-header-height: 130px;
    }

    .st-mobile-logo {
        height: 51px !important;
        max-width: 182px !important;
    }

    body.home.shoetrend-standalone-home .st-hero {
        min-height: 105vh !important;
        min-height: 105svh !important;
    }

    body.home.shoetrend-standalone-home .st-hero-image {
        object-position: 67% center !important;
        transform: translateY(17px) scale(1.035) !important;
    }

    body.home.shoetrend-standalone-home .st-hero-content {
        margin: 0 20px 48px !important;
    }
}

/* SHOETREND LOGO AND HERO TUNING END */

/* SHOETREND EDITORIAL SECTIONS START */

:root {
    --ste-bg: #303033;
    --ste-dark: #151517;
    --ste-dark-soft: #1e1e20;
    --ste-card: #252527;
    --ste-white: #ffffff;
    --ste-muted: #aaaab0;
    --ste-red: #dc1820;
    --ste-red-bright: #f22e35;
    --ste-border: rgba(255, 255, 255, 0.13);
}

/*
 * Remove the old theme footer.
 */
body.shoetrend-custom-theme .footer-container,
body.shoetrend-custom-theme .wd-prefooter,
body.shoetrend-custom-theme footer.footer-container {
    display: none !important;
}

/*
 * Guarantee visible typography regardless of Woodmart heading colors.
 */
body.home .st-category-rail strong,
body.home .st-original-section h2,
body.home .st-original-section h3,
body.home .st-editorial-heading h2,
body.home .st-products-placeholder h3,
body.home .st-editorial-campaign h2,
body.home .st-movement-section h2,
body.home .st-sale-banner h2,
body.home .st-confidence-bar strong,
.st-apparel-main h1,
.st-apparel-main h2,
.st-apparel-main strong,
.st-site-footer h2,
.st-site-footer h3,
.st-site-footer strong {
    color: #ffffff !important;
}

.st-editorial-kicker {
    display: block;
    margin-bottom: 17px;
    color: var(--ste-red) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.24em;
    line-height: 1.3;
    text-transform: uppercase;
}

.st-red-button,
.st-white-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 29px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.st-red-button {
    color: #ffffff !important;
    background: var(--ste-red);
    border: 1px solid var(--ste-red);
}

.st-red-button:hover {
    color: #ffffff !important;
    background: var(--ste-red-bright);
    border-color: var(--ste-red-bright);
    transform: translateY(-2px);
}

.st-white-button {
    color: #161618 !important;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.st-white-button:hover {
    color: #ffffff !important;
    background: var(--ste-red);
    border-color: var(--ste-red);
    transform: translateY(-2px);
}


/* Four-card category rail */

.st-category-rail {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 80px 26px 90px;
    background: #f5f5f3;
}

.st-category-rail > a {
    min-width: 0;
    display: block;
    color: #111113 !important;
    text-align: center;
}

.st-category-rail img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    background: #dedede;
    transition:
        transform 0.55s ease,
        filter 0.55s ease;
}

.st-category-rail a:hover img {
    transform: scale(1.018);
    filter: brightness(0.88);
}

.st-category-rail strong {
    display: block;
    margin-top: 18px;
    color: #111113 !important;
    font-size: clamp(19px, 1.7vw, 30px);
    font-weight: 450;
    letter-spacing: -0.025em;
    line-height: 1;
    text-transform: uppercase;
}


/* Original guarantee */

.st-original-section {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--ste-dark);
}

.st-original-image {
    position: relative;
    min-height: 920px;
    overflow: hidden;
}

.st-original-image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 44%;
    transition: transform 0.9s ease;
}

.st-original-section:hover .st-original-image > img {
    transform: scale(1.025);
}

.st-original-image::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 40%,
            rgba(0, 0, 0, 0.55) 100%
        );
    content: "";
}

.st-original-image-label {
    position: absolute;
    right: 45px;
    bottom: 45px;
    z-index: 2;
    width: 155px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--ste-red);
    border-radius: 50%;
    text-align: center;
    transform: rotate(-7deg);
}

.st-original-image-label strong {
    color: #ffffff !important;
    font-size: 42px;
    letter-spacing: -0.055em;
    line-height: 1;
}

.st-original-image-label span {
    margin-top: 5px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.st-original-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(70px, 7vw, 135px);
}

.st-original-content h2 {
    max-width: 720px;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(54px, 6.7vw, 110px);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.84;
    text-transform: uppercase;
}

.st-original-lead {
    max-width: 650px;
    margin: 32px 0 40px;
    color: #d2d2d5 !important;
    font-size: 17px;
    line-height: 1.8;
}

.st-original-points {
    margin-bottom: 42px;
    border-top: 1px solid var(--ste-border);
}

.st-original-points article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--ste-border);
}

.st-original-points article > span {
    color: var(--ste-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.st-original-points h3 {
    margin: 0 0 7px !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 750;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-transform: uppercase;
}

.st-original-points p {
    max-width: 550px;
    margin: 0;
    color: var(--ste-muted) !important;
    font-size: 14px;
    line-height: 1.7;
}

.st-original-content .st-red-button {
    align-self: flex-start;
}


/* New products */

.st-new-products {
    width: min(1500px, calc(100% - 80px));
    margin: auto;
    padding: 120px 0;
    background: var(--ste-bg);
}

.st-editorial-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 48px;
}

.st-editorial-heading h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(49px, 6vw, 92px);
    font-weight: 680;
    letter-spacing: -0.06em;
    line-height: 0.9;
    text-transform: uppercase;
}

.st-editorial-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 5px;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.st-product-scroll {
    overflow: hidden;
}

.st-product-scroll ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 0 13px !important;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.st-product-scroll ul.products > li.product {
    width: calc((100% - 60px) / 4) !important;
    min-width: calc((100% - 60px) / 4) !important;
    flex: 0 0 calc((100% - 60px) / 4) !important;
    margin: 0 !important;
    scroll-snap-align: start;
}

.st-product-scroll .product-wrapper,
.st-product-scroll .product-element-top {
    background: #252527 !important;
}

.st-product-scroll .wd-entities-title,
.st-product-scroll .wd-entities-title a,
.st-product-scroll .price {
    color: #ffffff !important;
}

.st-products-placeholder {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    background:
        linear-gradient(
            90deg,
            rgba(12, 12, 14, 0.95),
            rgba(12, 12, 14, 0.45)
        ),
        url("https://shoetrend.net/wp-content/uploads/2026/06/releases.png");
    background-position: center;
    background-size: cover;
    border: 1px solid var(--ste-border);
}

.st-products-placeholder > span {
    color: var(--ste-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.st-products-placeholder h3 {
    max-width: 720px;
    margin: 14px 0 24px !important;
    color: #ffffff !important;
    font-size: clamp(32px, 4vw, 61px);
    letter-spacing: -0.05em;
    line-height: 0.96;
}

.st-products-placeholder > a {
    align-self: flex-start;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
}


/* Full-width apparel editorial */

.st-editorial-campaign {
    position: relative;
    min-height: 930px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #121214;
}

.st-editorial-campaign > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 54%;
    transition: transform 1s ease;
}

.st-editorial-campaign:hover > img {
    transform: scale(1.025);
}

.st-editorial-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 25%,
            rgba(0, 0, 0, 0.82) 100%
        ),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.55),
            transparent 65%
        );
}

.st-editorial-campaign-content {
    position: relative;
    z-index: 2;
    width: min(720px, calc(100% - 80px));
    margin: 0 0 70px max(40px, calc((100vw - 1500px) / 2));
}

.st-editorial-campaign h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(74px, 11vw, 175px);
    font-weight: 730;
    letter-spacing: -0.075em;
    line-height: 0.8;
    text-transform: uppercase;
}

.st-editorial-campaign p {
    max-width: 550px;
    margin: 29px 0 34px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 17px;
    line-height: 1.75;
}


/* Movement section */

.st-movement-section {
    width: 100%;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    background: #f2f0ec;
}

.st-movement-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(65px, 7vw, 130px);
}

.st-movement-content h2 {
    max-width: 700px;
    margin: 0 !important;
    color: #161618 !important;
    font-size: clamp(56px, 7vw, 110px);
    font-weight: 710;
    letter-spacing: -0.07em;
    line-height: 0.86;
    text-transform: uppercase;
}

.st-movement-content p {
    max-width: 540px;
    margin: 30px 0 37px;
    color: #56565a;
    font-size: 16px;
    line-height: 1.8;
}

.st-movement-content .st-red-button {
    align-self: flex-start;
}

.st-movement-image {
    min-height: 900px;
    overflow: hidden;
}

.st-movement-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 48%;
    transition: transform 1s ease;
}

.st-movement-section:hover .st-movement-image img {
    transform: scale(1.02);
}


/* Mega Sale */

.st-sale-banner {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #121214;
}

.st-sale-banner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 65% center;
    transition: transform 1s ease;
}

.st-sale-banner:hover > img {
    transform: scale(1.02);
}

.st-sale-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 7, 8, 0.95) 0%,
            rgba(7, 7, 8, 0.66) 44%,
            rgba(7, 7, 8, 0.04) 78%
        );
}

.st-sale-content {
    position: relative;
    z-index: 2;
    width: min(700px, calc(100% - 80px));
    margin-left: max(40px, calc((100vw - 1500px) / 2));
}

.st-sale-content h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(74px, 10vw, 162px);
    font-weight: 730;
    letter-spacing: -0.075em;
    line-height: 0.82;
    text-transform: uppercase;
}

.st-sale-content p {
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 17px;
}


/* Confidence bar */

.st-confidence-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    background: var(--ste-red);
}

.st-confidence-bar > div,
.st-confidence-bar > a {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.23);
}

.st-confidence-bar strong {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.st-confidence-bar div span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.st-confidence-bar > a {
    min-width: 230px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    border-right: 0;
}


/* Apparel page */

body.st-apparel-page {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff;
    background: var(--ste-bg);
}

.st-apparel-main {
    width: 100%;
    overflow: hidden;
    background: var(--ste-bg);
}

.st-apparel-hero {
    position: relative;
    min-height: 830px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.st-apparel-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 52%;
}

.st-apparel-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.18) 20%,
            rgba(0, 0, 0, 0.82) 100%
        );
}

.st-apparel-hero-content {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 80px));
    margin: 0 auto 75px;
}

.st-apparel-hero h1 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(85px, 14vw, 215px);
    font-weight: 740;
    letter-spacing: -0.08em;
    line-height: 0.76;
    text-transform: uppercase;
}

.st-apparel-hero p {
    max-width: 620px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.75;
}

.st-apparel-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 80px 25px;
    background: #f3f2ef;
}

.st-apparel-categories > a {
    position: relative;
    min-height: 670px;
    display: block;
    overflow: hidden;
}

.st-apparel-categories img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.st-apparel-categories a:hover img {
    transform: scale(1.035);
}

.st-apparel-categories a::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 40%,
            rgba(0, 0, 0, 0.76) 100%
        );
    content: "";
}

.st-apparel-categories a > span {
    position: absolute;
    right: 42px;
    bottom: 40px;
    left: 42px;
    z-index: 2;
}

.st-apparel-categories small {
    display: block;
    margin-bottom: 7px;
    color: #ff373e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.st-apparel-categories strong {
    color: #ffffff !important;
    font-size: clamp(52px, 6vw, 95px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.9;
    text-transform: uppercase;
}

.st-apparel-products {
    width: min(1500px, calc(100% - 80px));
    margin: auto;
    padding: 115px 0;
}

.st-apparel-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px 19px !important;
}

.st-apparel-products ul.products > li.product {
    width: auto !important;
    margin: 0 !important;
}


/* Footer */

.st-site-footer {
    position: relative;
    z-index: 10;
    width: 100%;
    color: #ffffff;
    background: #111113;
}

.st-footer-statement {
    padding: 115px 40px;
    background:
        radial-gradient(
            circle at 78% 50%,
            rgba(220, 24, 32, 0.27),
            transparent 32%
        ),
        #1b1b1d;
    border-bottom: 1px solid var(--ste-border);
    text-align: center;
}

.st-footer-statement > span {
    display: block;
    margin-bottom: 18px;
    color: var(--ste-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.st-footer-statement h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(61px, 8vw, 128px);
    font-weight: 720;
    letter-spacing: -0.07em;
    line-height: 0.82;
    text-transform: uppercase;
}

.st-footer-statement p {
    max-width: 720px;
    margin: 31px auto 34px;
    color: #b7b7bb;
    font-size: 16px;
    line-height: 1.8;
}

.st-footer-statement > a {
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.st-footer-statement > a:hover {
    background: var(--ste-red);
    border-color: var(--ste-red);
}

.st-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 0.7fr 0.9fr;
    gap: 75px;
    padding: 90px max(40px, calc((100vw - 1500px) / 2));
}

.st-footer-brand img {
    width: auto;
    height: 90px;
    max-width: 330px;
    display: block;
    object-fit: contain;
}

.st-footer-brand p {
    max-width: 400px;
    margin: 27px 0 20px;
    color: #95959a;
    font-size: 14px;
    line-height: 1.75;
}

.st-footer-brand > strong {
    color: var(--ste-red) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.st-footer-column h3 {
    margin: 0 0 25px !important;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.st-footer-column > a {
    display: block;
    margin-bottom: 13px;
    color: #97979c !important;
    font-size: 14px;
}

.st-footer-column > a:hover {
    color: #ffffff !important;
}

.st-footer-column > .st-footer-red-link {
    color: #ef333a !important;
}

.st-footer-bottom {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 20px max(40px, calc((100vw - 1500px) / 2));
    border-top: 1px solid var(--ste-border);
}

.st-footer-bottom p {
    margin: 0;
    color: #737378;
    font-size: 11px;
    letter-spacing: 0.04em;
}

.st-footer-bottom a {
    color: #ffffff !important;
    font-weight: 750;
}

.st-footer-bottom a:hover {
    color: var(--ste-red) !important;
}


/* Reveal animation */

.st-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
}

.st-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Tablet */

@media (max-width: 1100px) {
    .st-category-rail {
        gap: 15px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .st-original-section,
    .st-movement-section {
        grid-template-columns: 1fr;
    }

    .st-original-image,
    .st-movement-image {
        min-height: 720px;
    }

    .st-movement-content {
        order: 2;
    }

    .st-movement-image {
        order: 1;
    }

    .st-product-scroll ul.products > li.product {
        width: calc((100% - 40px) / 3) !important;
        min-width: calc((100% - 40px) / 3) !important;
        flex-basis: calc((100% - 40px) / 3) !important;
    }

    .st-confidence-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .st-confidence-bar > a {
        min-width: 0;
    }

    .st-footer-grid {
        grid-template-columns: 1.4fr 0.7fr 0.7fr;
    }

    .st-footer-column:last-child {
        grid-column: 1 / -1;
        padding-top: 35px;
        border-top: 1px solid var(--ste-border);
    }

    .st-apparel-products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


/* Mobile */

@media (max-width: 767px) {
    .st-category-rail {
        display: flex;
        gap: 13px;
        padding: 48px 14px 56px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .st-category-rail > a {
        width: 78vw;
        min-width: 78vw;
        flex: 0 0 78vw;
        scroll-snap-align: start;
    }

    .st-category-rail strong {
        margin-top: 14px;
        font-size: 23px;
    }

    .st-original-image {
        min-height: 620px;
    }

    .st-original-image-label {
        right: 20px;
        bottom: 20px;
        width: 118px;
        height: 118px;
    }

    .st-original-image-label strong {
        font-size: 31px;
    }

    .st-original-content {
        padding: 75px 20px;
    }

    .st-original-content h2 {
        font-size: 57px;
    }

    .st-original-lead {
        margin-top: 25px;
        font-size: 15px;
    }

    .st-original-points article {
        grid-template-columns: 38px 1fr;
        gap: 11px;
    }

    .st-new-products {
        width: calc(100% - 36px);
        padding: 78px 0;
    }

    .st-editorial-heading {
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .st-editorial-heading h2 {
        font-size: 43px;
    }

    .st-editorial-heading > a {
        margin-top: 22px;
        font-size: 9px;
    }

    .st-product-scroll ul.products {
        gap: 13px !important;
    }

    .st-product-scroll ul.products > li.product {
        width: 78vw !important;
        min-width: 78vw !important;
        flex-basis: 78vw !important;
    }

    .st-products-placeholder {
        min-height: 390px;
        padding: 29px;
    }

    .st-editorial-campaign {
        min-height: 730px;
    }

    .st-editorial-campaign > img {
        object-position: 58% center;
    }

    .st-editorial-campaign-content {
        width: calc(100% - 40px);
        margin: 0 20px 48px;
    }

    .st-editorial-campaign h2 {
        font-size: 75px;
    }

    .st-editorial-campaign p {
        font-size: 14px;
    }

    .st-movement-image {
        min-height: 650px;
    }

    .st-movement-content {
        padding: 75px 20px;
    }

    .st-movement-content h2 {
        font-size: 57px;
    }

    .st-movement-content p {
        font-size: 15px;
    }

    .st-sale-banner {
        min-height: 680px;
        align-items: flex-end;
    }

    .st-sale-banner > img {
        object-position: 72% center;
    }

    .st-sale-shade {
        background:
            linear-gradient(
                180deg,
                rgba(7, 7, 8, 0.08) 20%,
                rgba(7, 7, 8, 0.94) 100%
            );
    }

    .st-sale-content {
        width: calc(100% - 40px);
        margin: 0 20px 52px;
    }

    .st-sale-content h2 {
        font-size: 72px;
    }

    .st-confidence-bar {
        grid-template-columns: 1fr 1fr;
    }

    .st-confidence-bar > div,
    .st-confidence-bar > a {
        min-height: 112px;
        padding: 20px 17px;
    }

    .st-confidence-bar strong {
        font-size: 10px;
    }

    .st-confidence-bar div span {
        font-size: 10px;
    }

    .st-confidence-bar > a {
        font-size: 10px;
    }

    .st-apparel-hero {
        min-height: 720px;
    }

    .st-apparel-hero > img {
        object-position: 56% center;
    }

    .st-apparel-hero-content {
        width: calc(100% - 40px);
        margin-bottom: 48px;
    }

    .st-apparel-hero h1 {
        font-size: 85px;
    }

    .st-apparel-hero p {
        font-size: 14px;
    }

    .st-apparel-categories {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 50px 14px;
    }

    .st-apparel-categories > a {
        min-height: 530px;
    }

    .st-apparel-categories a > span {
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .st-apparel-categories strong {
        font-size: 55px;
    }

    .st-apparel-products {
        width: calc(100% - 36px);
        padding: 78px 0;
    }

    .st-apparel-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px !important;
    }

    .st-footer-statement {
        padding: 82px 20px;
    }

    .st-footer-statement h2 {
        font-size: 59px;
    }

    .st-footer-statement p {
        font-size: 14px;
    }

    .st-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px 25px;
        padding: 65px 20px;
    }

    .st-footer-brand {
        grid-column: 1 / -1;
    }

    .st-footer-brand img {
        height: 76px;
        max-width: 285px;
    }

    .st-footer-column:last-child {
        grid-column: 1 / -1;
    }

    .st-footer-bottom {
        display: block;
        min-height: 0;
        padding: 25px 20px;
        text-align: center;
    }

    .st-footer-bottom p + p {
        margin-top: 9px;
    }
}


@media (prefers-reduced-motion: reduce) {
    .st-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .st-category-rail img,
    .st-original-image > img,
    .st-editorial-campaign > img,
    .st-movement-image img,
    .st-sale-banner > img {
        transition: none;
    }
}

/* SHOETREND EDITORIAL SECTIONS END */

/* SHOETREND ALL-DARK SECTIONS START */

html,
body,
body.shoetrend-custom-theme,
body.shoetrend-standalone-home,
body.st-apparel-page {
    background: #171719 !important;
}


/* Header slides away while scrolling down */

.st-site-header {
    will-change: transform;
    transition:
        transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        backdrop-filter 0.3s ease !important;
}

.st-site-header.st-header-hidden {
    transform: translateY(calc(-100% - 8px)) !important;
}

body.st-no-scroll .st-site-header {
    transform: translateY(0) !important;
}


/* Four main category cards */

.st-category-rail {
    background: #171719 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.st-category-rail > a {
    color: #ffffff !important;
}

.st-category-rail img {
    background: #252527 !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.st-category-rail strong {
    color: #ffffff !important;
}


/* Original-products section */

.st-original-section,
.st-original-content {
    background: #171719 !important;
}

.st-original-content h2,
.st-original-content h3 {
    color: #ffffff !important;
}

.st-original-lead {
    color: #d0d0d3 !important;
}

.st-original-points p {
    color: #a9a9ae !important;
}


/* New-arrivals section */

.st-new-products {
    background: #303033 !important;
}

.st-products-placeholder {
    background-color: #1c1c1e !important;
}


/* Apparel campaign remains dark */

.st-editorial-campaign {
    background: #171719 !important;
}


/* Movement section: remove the white background */

.st-movement-section {
    background: #171719 !important;
}

.st-movement-content {
    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(220, 24, 32, 0.12),
            transparent 36%
        ),
        #171719 !important;
}

.st-movement-content h2 {
    color: #ffffff !important;
}

.st-movement-content p {
    color: #b2b2b6 !important;
}


/* Mega Sale */

.st-sale-banner {
    background: #111113 !important;
}


/* Apparel landing page */

.st-apparel-main,
.st-apparel-products {
    background: #303033 !important;
}

.st-apparel-categories {
    background: #171719 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.st-apparel-categories > a {
    background: #252527 !important;
}


/* WooCommerce products inside custom pages */

.st-new-products .product-wrapper,
.st-new-products .product-element-top,
.st-apparel-products .product-wrapper,
.st-apparel-products .product-element-top {
    background: #252527 !important;
}

.st-new-products .wd-entities-title,
.st-new-products .wd-entities-title a,
.st-new-products .price,
.st-apparel-products .wd-entities-title,
.st-apparel-products .wd-entities-title a,
.st-apparel-products .price {
    color: #ffffff !important;
}


/* Remove accidental white backgrounds from custom homepage sections */

.st-homepage,
.st-homepage > section,
.st-apparel-main,
.st-apparel-main > section {
    border-color: rgba(255, 255, 255, 0.1);
}

.st-homepage > section:not(
    .st-hero,
    .st-category-rail,
    .st-original-section,
    .st-editorial-campaign,
    .st-movement-section,
    .st-sale-banner,
    .st-confidence-bar
) {
    background-color: #303033;
}


/* Mobile */

@media (max-width: 767px) {
    .st-category-rail {
        background: #171719 !important;
    }

    .st-movement-content {
        background:
            radial-gradient(
                circle at 20% 10%,
                rgba(220, 24, 32, 0.13),
                transparent 40%
            ),
            #171719 !important;
    }

    .st-apparel-categories {
        background: #171719 !important;
    }
}

/* SHOETREND ALL-DARK SECTIONS END */

/* SHOETREND CONTACT PAGE START */

body.st-contact-page {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff;
    background: #171719 !important;
}

.st-contact-main {
    width: 100%;
    overflow: hidden;
    background: #171719;
}

.st-contact-kicker {
    display: block;
    margin-bottom: 15px;
    color: #ed3037;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}


/* Compact hero */

.st-contact-intro {
    position: relative;
    min-height: 455px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding:
        205px
        max(40px, calc((100vw - 1450px) / 2))
        65px;
    background:
        linear-gradient(
            115deg,
            #101012 0%,
            #1a1a1d 58%,
            #260d10 100%
        );
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.st-contact-intro-glow {
    position: absolute;
    top: -180px;
    right: 8%;
    width: 520px;
    height: 520px;
    background: rgba(220, 24, 32, 0.23);
    border-radius: 50%;
    filter: blur(125px);
}

.st-contact-intro-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    gap: 60px;
}

.st-contact-intro-copy h1 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(65px, 8.5vw, 135px);
    font-weight: 720;
    letter-spacing: -0.075em;
    line-height: 0.8;
    text-transform: uppercase;
}

.st-contact-intro-copy p {
    max-width: 590px;
    margin: 26px 0 0;
    color: #a9a9ae;
    font-size: 15px;
    line-height: 1.75;
}

.st-contact-quick-call {
    min-width: 290px;
    padding: 25px 28px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    animation: st-contact-float 4s ease-in-out infinite;
}

.st-contact-quick-call span,
.st-contact-quick-call small {
    display: block;
}

.st-contact-quick-call span {
    color: #8f8f94;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.st-contact-quick-call a {
    display: block;
    margin: 8px 0 4px;
    color: #ffffff !important;
    font-size: 29px;
    font-weight: 650;
    letter-spacing: -0.035em;
}

.st-contact-quick-call a:hover {
    color: #ef3037 !important;
}

.st-contact-quick-call small {
    color: #717176;
    font-size: 10px;
}

@keyframes st-contact-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}


/* Animated information cards */

.st-contact-cards-section {
    padding:
        85px
        max(25px, calc((100vw - 1450px) / 2));
    background: #171719;
}

.st-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.st-contact-card {
    position: relative;
    min-height: 355px;
    display: flex;
    flex-direction: column;
    padding: 34px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    border: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0;
    transform: translateY(30px);
    animation: st-contact-card-enter 0.7s ease forwards;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

.st-contact-card:nth-child(1) {
    animation-delay: 0.08s;
}

.st-contact-card:nth-child(2) {
    animation-delay: 0.2s;
}

.st-contact-card:nth-child(3) {
    animation-delay: 0.32s;
}

@keyframes st-contact-card-enter {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.st-contact-card::before {
    position: absolute;
    top: -90px;
    right: -90px;
    width: 180px;
    height: 180px;
    background: rgba(220, 24, 32, 0.18);
    border-radius: 50%;
    filter: blur(55px);
    content: "";
    opacity: 0;
    transition: opacity 0.35s ease;
}

.st-contact-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #dc1820;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.st-contact-card:hover {
    transform: translateY(-9px);
    background-color: #202023;
    border-color: rgba(237, 48, 55, 0.62);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.35);
}

.st-contact-card:hover::before {
    opacity: 1;
}

.st-contact-card:hover::after {
    transform: scaleX(1);
}

.st-contact-card-icon {
    width: 53px;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(220, 24, 32, 0.13);
    border: 1px solid rgba(220, 24, 32, 0.38);
    border-radius: 50%;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.st-contact-card:hover .st-contact-card-icon {
    background: #dc1820;
    transform: rotate(-7deg) scale(1.06);
}

.st-contact-card-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st-contact-card-number {
    position: absolute;
    top: 35px;
    right: 35px;
    color: rgba(255, 255, 255, 0.24);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.st-contact-card h2 {
    margin: 38px 0 14px !important;
    color: #ffffff !important;
    font-size: 28px;
    font-weight: 650;
    letter-spacing: -0.035em;
}

.st-contact-card p {
    margin: 0 0 30px;
    color: #95959a;
    font-size: 13px;
    line-height: 1.75;
}

.st-contact-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: auto;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.st-contact-card > a:hover {
    color: #ed3037 !important;
}


/* Map */

.st-contact-map-section {
    padding:
        35px
        max(25px, calc((100vw - 1450px) / 2))
        95px;
    background: #171719;
}

.st-contact-map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 34px;
}

.st-contact-map-heading h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(43px, 5vw, 76px);
    font-weight: 690;
    letter-spacing: -0.06em;
    line-height: 0.9;
    text-transform: uppercase;
}

.st-contact-directions-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 23px;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.st-contact-directions-button:hover {
    color: #ffffff !important;
    background: #dc1820;
    border-color: #dc1820;
}

.st-contact-map-frame {
    position: relative;
    height: 535px;
    overflow: hidden;
    background: #252527;
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.st-contact-map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(0.92) invert(0.91) contrast(0.82);
    transition: filter 0.4s ease;
}

.st-contact-map-frame:hover iframe {
    filter: grayscale(0.35) invert(0.08) contrast(0.95);
}

.st-contact-map-card {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 3;
    width: min(320px, calc(100% - 50px));
    padding: 25px;
    background: rgba(20, 20, 22, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(14px);
}

.st-contact-map-card > span {
    display: block;
    margin-bottom: 7px;
    color: #ed3037;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.st-contact-map-card strong {
    display: block;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 650;
}

.st-contact-map-card p {
    margin: 10px 0 16px;
    color: #99999e;
    font-size: 12px;
    line-height: 1.65;
}

.st-contact-map-card a {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
}


/* Bottom call to action */

.st-contact-bottom-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    gap: 60px;
    padding:
        90px
        max(25px, calc((100vw - 1450px) / 2));
    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(220, 24, 32, 0.2),
            transparent 33%
        ),
        #202023;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.st-contact-bottom-cta h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(45px, 6vw, 90px);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.86;
    text-transform: uppercase;
}

.st-contact-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.st-contact-red-button,
.st-contact-home-button {
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.st-contact-red-button {
    color: #ffffff !important;
    background: #dc1820;
    border: 1px solid #dc1820;
}

.st-contact-home-button {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.st-contact-red-button:hover,
.st-contact-home-button:hover {
    color: #ffffff !important;
    transform: translateY(-3px);
}

.st-contact-home-button:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
}


/* Tablet */

@media (max-width: 1000px) {
    .st-contact-intro-inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 35px;
    }

    .st-contact-quick-call {
        min-width: 0;
        width: min(350px, 100%);
    }

    .st-contact-cards {
        grid-template-columns: 1fr;
    }

    .st-contact-card {
        min-height: 310px;
    }

    .st-contact-bottom-cta {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 38px;
    }
}


/* Mobile */

@media (max-width: 767px) {
    .st-contact-intro {
        min-height: 500px;
        padding: 175px 20px 52px;
    }

    .st-contact-intro-copy h1 {
        font-size: 65px;
    }

    .st-contact-intro-copy p {
        font-size: 13px;
    }

    .st-contact-quick-call {
        padding: 20px;
    }

    .st-contact-quick-call a {
        font-size: 25px;
    }

    .st-contact-cards-section {
        padding: 55px 15px;
    }

    .st-contact-card {
        min-height: 300px;
        padding: 28px;
    }

    .st-contact-card-number {
        top: 29px;
        right: 29px;
    }

    .st-contact-card h2 {
        margin-top: 31px !important;
        font-size: 25px;
    }

    .st-contact-map-section {
        padding: 25px 15px 65px;
    }

    .st-contact-map-heading {
        display: block;
        margin-bottom: 25px;
    }

    .st-contact-map-heading h2 {
        font-size: 43px;
    }

    .st-contact-directions-button {
        margin-top: 24px;
    }

    .st-contact-map-frame {
        height: 500px;
    }

    .st-contact-map-card {
        right: 12px;
        bottom: 12px;
        left: 12px;
        width: auto;
        padding: 20px;
    }

    .st-contact-bottom-cta {
        padding: 70px 20px;
    }

    .st-contact-bottom-cta h2 {
        font-size: 50px;
    }

    .st-contact-bottom-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .st-contact-red-button,
    .st-contact-home-button {
        width: 100%;
    }
}


@media (prefers-reduced-motion: reduce) {
    .st-contact-quick-call,
    .st-contact-card {
        animation: none;
    }

    .st-contact-card {
        opacity: 1;
        transform: none;
    }
}

/* SHOETREND CONTACT PAGE END */

/* SHOETREND WHO WE ARE AND MEGA SALE START */

/* Larger ShoeTrend logo */

:root {
    --st-desktop-header-height: 169px;
    --st-mobile-header-height: 136px;
}

.st-brand-row {
    min-height: 94px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.st-logo {
    width: auto !important;
    height: 86px !important;
    max-width: 365px !important;
    object-fit: contain !important;
}

@media (max-width: 1024px) {
    .st-mobile-main-row {
        min-height: 66px !important;
    }

    .st-mobile-logo {
        width: auto !important;
        height: 58px !important;
        max-width: 210px !important;
        object-fit: contain !important;
    }
}


/* Mega Sale becomes a prominent header CTA */

.st-sale-item {
    display: flex;
    align-items: center;
}

.st-sale-item > .st-nav-link {
    min-height: 36px !important;
    padding: 0 22px !important;
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            #ef2830 0%,
            #b90e15 100%
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    box-shadow:
        0 7px 22px rgba(220, 24, 32, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.17);
    font-size: 12px !important;
    letter-spacing: 0.15em !important;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease !important;
}

.st-sale-item > .st-nav-link::after {
    display: none !important;
}

.st-sale-item > .st-nav-link:hover {
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            #ff3941 0%,
            #d5121a 100%
        ) !important;
    box-shadow:
        0 11px 29px rgba(220, 24, 32, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-2px) scale(1.025);
}

.st-mobile-sale-link {
    height: calc(100% - 10px) !important;
    margin: 5px 10px !important;
    padding: 0 23px !important;
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            #ef2830,
            #b90e15
        ) !important;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(220, 24, 32, 0.28);
    font-size: 11px !important;
    font-weight: 800 !important;
}

.st-sale-content .st-red-button {
    min-height: 61px !important;
    padding: 0 37px !important;
    background:
        linear-gradient(
            135deg,
            #ef2830,
            #b90e15
        ) !important;
    border-radius: 999px;
    box-shadow: 0 12px 35px rgba(220, 24, 32, 0.32);
    font-size: 11px !important;
}


/* Animated Who We Are section */

.st-who-section {
    width: 100%;
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    overflow: hidden;
    background: #151517;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.st-who-media {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    background: #1c1c1e;
}

.st-who-media > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 43%;
    transition: transform 1.1s ease;
}

.st-who-section:hover .st-who-media > img {
    transform: scale(1.03);
}

.st-who-image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.02) 35%,
            rgba(0, 0, 0, 0.66) 100%
        ),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.12),
            transparent 40%
        );
}

.st-who-floating-badge {
    position: absolute;
    right: 52px;
    bottom: 52px;
    z-index: 3;
    width: 185px;
    height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #f1262f,
            #ae0c13
        );
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    box-shadow:
        0 25px 65px rgba(0, 0, 0, 0.42),
        0 0 60px rgba(220, 24, 32, 0.28);
    text-align: center;
    animation: st-who-float 4.2s ease-in-out infinite;
}

.st-who-floating-badge span,
.st-who-floating-badge small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.st-who-floating-badge strong {
    margin: 8px 0 4px;
    color: #ffffff !important;
    font-size: 51px;
    font-weight: 750;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.st-who-rotating-ring {
    position: absolute;
    right: 34px;
    bottom: 34px;
    z-index: 2;
    width: 221px;
    height: 221px;
    border: 1px dashed rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    animation: st-who-ring 19s linear infinite;
}

@keyframes st-who-float {
    0%,
    100% {
        transform: translateY(0) rotate(-5deg);
    }

    50% {
        transform: translateY(-12px) rotate(-2deg);
    }
}

@keyframes st-who-ring {
    to {
        transform: rotate(360deg);
    }
}

.st-who-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(70px, 7vw, 135px);
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(220, 24, 32, 0.16),
            transparent 35%
        ),
        #151517;
}

.st-who-content::before {
    position: absolute;
    top: 13%;
    right: 0;
    width: 4px;
    height: 140px;
    background: #dc1820;
    box-shadow: 0 0 24px rgba(220, 24, 32, 0.7);
    content: "";
    animation: st-who-red-line 3.5s ease-in-out infinite;
}

@keyframes st-who-red-line {
    0%,
    100% {
        opacity: 0.4;
        transform: scaleY(0.65);
    }

    50% {
        opacity: 1;
        transform: scaleY(1);
    }
}

.st-who-content h2 {
    max-width: 790px;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(55px, 6.6vw, 108px);
    font-weight: 710;
    letter-spacing: -0.07em;
    line-height: 0.85;
    text-transform: uppercase;
}

.st-who-lead {
    max-width: 680px;
    margin: 34px 0 18px;
    color: #dddddf;
    font-size: 18px;
    line-height: 1.8;
}

.st-who-content > p:not(.st-who-lead) {
    max-width: 680px;
    margin: 0;
    color: #9e9ea3;
    font-size: 15px;
    line-height: 1.82;
}

.st-who-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 42px 0;
}

.st-who-values article {
    position: relative;
    min-height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 23px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.st-who-values article::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #dc1820;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.st-who-values article:hover {
    background: rgba(255, 255, 255, 0.065);
    border-color: rgba(220, 24, 32, 0.55);
    transform: translateY(-7px);
}

.st-who-values article:hover::before {
    transform: scaleX(1);
}

.st-who-values strong {
    color: #ffffff !important;
    font-size: 35px;
    font-weight: 720;
    letter-spacing: -0.055em;
    line-height: 1;
}

.st-who-values span {
    margin-top: 10px;
    color: #99999e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.st-who-button {
    align-self: flex-start;
    margin: 0 !important;
}


/* Tablet */

@media (max-width: 1080px) {
    .st-who-section {
        grid-template-columns: 1fr;
    }

    .st-who-media {
        min-height: 720px;
    }

    .st-who-content {
        padding: 90px 45px;
    }
}


/* Mobile */

@media (max-width: 767px) {
    :root {
        --st-mobile-header-height: 136px;
    }

    .st-mobile-logo {
        height: 57px !important;
        max-width: 198px !important;
    }

    .st-who-media {
        min-height: 610px;
    }

    .st-who-media > img {
        object-position: center 43%;
    }

    .st-who-floating-badge {
        right: 22px;
        bottom: 22px;
        width: 132px;
        height: 132px;
    }

    .st-who-floating-badge strong {
        font-size: 37px;
    }

    .st-who-rotating-ring {
        right: 11px;
        bottom: 11px;
        width: 154px;
        height: 154px;
    }

    .st-who-content {
        padding: 75px 20px;
    }

    .st-who-content h2 {
        font-size: 56px;
    }

    .st-who-lead {
        margin-top: 26px;
        font-size: 16px;
    }

    .st-who-content > p:not(.st-who-lead) {
        font-size: 14px;
    }

    .st-who-values {
        grid-template-columns: 1fr;
        margin: 34px 0;
    }

    .st-who-values article {
        min-height: 110px;
    }

    .st-who-button {
        width: 100%;
    }

    .st-sale-item > .st-nav-link {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
}


@media (prefers-reduced-motion: reduce) {
    .st-who-floating-badge,
    .st-who-rotating-ring,
    .st-who-content::before {
        animation: none;
    }

    .st-who-media > img,
    .st-who-values article {
        transition: none;
    }
}

/* SHOETREND WHO WE ARE AND MEGA SALE END */


/* SHOETREND WHO WE ARE LONG-FORM COPY */

.st-who-content > p {
    max-width: 710px;
}

.st-who-content > p + p {
    margin-top: 17px !important;
}

.st-who-content .st-who-lead {
    margin-top: 34px !important;
    margin-bottom: 0 !important;
}

.st-who-content .st-who-closing {
    padding-left: 20px;
    color: #ffffff !important;
    border-left: 3px solid #dc1820;
    font-weight: 550;
}

.st-who-content h2 {
    font-size: clamp(48px, 5.5vw, 91px);
    line-height: 0.91;
}

@media (max-width: 767px) {
    .st-who-content h2 {
        font-size: 48px;
    }

    .st-who-content > p + p {
        margin-top: 15px !important;
    }

    .st-who-content .st-who-closing {
        padding-left: 15px;
    }
}

/* SHOETREND AUTOMATIC HERO SLIDER START */

.st-hero-slider {
    position: relative !important;
    width: 100% !important;
    min-height: 108vh !important;
    min-height: 108svh !important;
    overflow: hidden !important;
    background: #050506 !important;
    isolation: isolate;
}


/* Individual slides */

.st-hero-slider .st-hero-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 1.05s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 1.05s cubic-bezier(0.4, 0, 0.2, 1);
}

.st-hero-slider .st-hero-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.st-hero-slider .st-hero-slide-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    transform: scale(1.035) !important;
    transform-origin: center center !important;
    transition: transform 8s ease-out !important;
}

.st-hero-slider .st-hero-slide.is-active .st-hero-slide-image {
    transform: scale(1) !important;
}


/* Lebanese designers slide */

.st-hero-slide-designers .st-hero-slide-image {
    object-position: center center !important;
}

.st-hero-slide-designers .st-hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.97) 0%,
            rgba(0, 0, 0, 0.87) 22%,
            rgba(0, 0, 0, 0.54) 43%,
            rgba(0, 0, 0, 0.08) 70%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2) 0%,
            transparent 48%,
            rgba(0, 0, 0, 0.4) 100%
        );
}


/* Existing footwear slide */

.st-hero-slide-original .st-hero-slide-image {
    object-position: center center !important;
}

.st-hero-slide-original.is-active .st-hero-slide-image {
    transform: translateY(24px) scale(1.025) !important;
}

.st-hero-slide-original .st-hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 6, 0.9) 0%,
            rgba(5, 5, 6, 0.63) 37%,
            rgba(5, 5, 6, 0.08) 72%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2),
            transparent 48%,
            rgba(0, 0, 0, 0.34)
        );
}


/* Hero text */

.st-hero-slider .st-hero-content {
    position: absolute !important;
    top: 55% !important;
    right: auto !important;
    bottom: auto !important;
    left: max(45px, calc((100vw - 1480px) / 2)) !important;
    z-index: 3 !important;
    width: min(720px, calc(100% - 90px)) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
}

.st-hero-slider .st-hero-copy {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.75s ease 0.25s,
        transform 0.75s ease 0.25s;
}

.st-hero-slider .st-hero-slide.is-active .st-hero-copy {
    opacity: 1;
    transform: translateY(0);
}

.st-hero-slider .st-hero-kicker {
    display: block;
    margin-bottom: 20px;
    color: #ed3037 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.25em;
    line-height: 1.4;
    text-transform: uppercase;
}

.st-hero-slider h1 {
    max-width: 720px;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(72px, 7.5vw, 132px);
    font-weight: 760;
    letter-spacing: -0.075em;
    line-height: 0.77;
    text-transform: uppercase;
    text-shadow: 0 9px 35px rgba(0, 0, 0, 0.35);
}

.st-hero-slide-designers h1 {
    font-size: clamp(68px, 6.8vw, 118px);
    line-height: 0.79;
}

.st-hero-slider .st-hero-copy > p {
    max-width: 570px;
    margin: 28px 0 34px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 18px;
    line-height: 1.65;
}

.st-hero-slider .st-primary-button {
    min-height: 57px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 32px !important;
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            #ef2830,
            #bd0e16
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    box-shadow: 0 12px 35px rgba(220, 24, 32, 0.3);
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.17em !important;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease !important;
}

.st-hero-slider .st-primary-button:hover {
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            #ff3941,
            #d3121a
        ) !important;
    box-shadow: 0 16px 42px rgba(220, 24, 32, 0.44);
    transform: translateY(-3px);
}


/* Automatic timing progress line */

.st-hero-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    height: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.st-hero-progress span {
    width: 100%;
    height: 100%;
    display: block;
    background: #dc1820;
    transform: scaleX(0);
    transform-origin: left;
}

.st-hero-slider.is-playing .st-hero-progress span {
    animation: st-hero-progress 7s linear forwards;
}

@keyframes st-hero-progress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}


/* Keep the scroll icon above both slides */

.st-hero-slider .st-scroll-indicator {
    z-index: 7 !important;
}


/* Tablet */

@media (max-width: 1100px) {
    .st-hero-slider .st-hero-content {
        top: 57% !important;
        left: 35px !important;
        width: min(650px, calc(100% - 70px)) !important;
    }

    .st-hero-slide-designers .st-hero-slide-image {
        object-position: 60% center !important;
    }

    .st-hero-slider h1,
    .st-hero-slide-designers h1 {
        font-size: clamp(62px, 8.7vw, 98px);
    }
}


/* Mobile */

@media (max-width: 767px) {
    .st-hero-slider {
        min-height: 105vh !important;
        min-height: 105svh !important;
    }

    .st-hero-slider .st-hero-content {
        top: auto !important;
        right: 20px !important;
        bottom: 68px !important;
        left: 20px !important;
        width: auto !important;
        transform: none !important;
    }

    .st-hero-slide-designers .st-hero-slide-image {
        object-position: 65% center !important;
    }

    .st-hero-slide-designers .st-hero-slide-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.26) 0%,
                rgba(0, 0, 0, 0.08) 34%,
                rgba(0, 0, 0, 0.93) 82%,
                rgba(0, 0, 0, 0.98) 100%
            ),
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.28),
                transparent 70%
            );
    }

    .st-hero-slide-original .st-hero-slide-image {
        object-position: 67% center !important;
    }

    .st-hero-slide-original.is-active .st-hero-slide-image {
        transform: translateY(17px) scale(1.035) !important;
    }

    .st-hero-slide-original .st-hero-slide-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.14) 0%,
                rgba(0, 0, 0, 0.08) 38%,
                rgba(0, 0, 0, 0.94) 88%,
                rgba(0, 0, 0, 0.98) 100%
            );
    }

    .st-hero-slider .st-hero-kicker {
        margin-bottom: 14px;
        font-size: 9px;
        letter-spacing: 0.2em;
    }

    .st-hero-slider h1,
    .st-hero-slide-designers h1 {
        max-width: 100%;
        font-size: clamp(48px, 14vw, 68px);
        line-height: 0.81;
    }

    .st-hero-slider .st-hero-copy > p {
        max-width: 440px;
        margin: 20px 0 25px !important;
        font-size: 14px;
        line-height: 1.6;
    }

    .st-hero-slider .st-primary-button {
        min-height: 51px !important;
        padding: 0 24px !important;
        font-size: 9px !important;
    }
}


@media (prefers-reduced-motion: reduce) {
    .st-hero-slider .st-hero-slide,
    .st-hero-slider .st-hero-slide-image,
    .st-hero-slider .st-hero-copy {
        transition: none !important;
    }

    .st-hero-progress {
        display: none;
    }
}

/* SHOETREND AUTOMATIC HERO SLIDER END */

