html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top right, rgba(225, 6, 19, 0.22), transparent 22%),
        linear-gradient(180deg, var(--ev-color-surface), var(--ev-color-surface-alt) 46%, #070707);
    color: var(--ev-color-text);
    font-family: "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 18px;
    line-height: 1;
}

p,
ul,
ol,
blockquote {
    margin: 0 0 18px;
}

.ev-container {
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
}

.ev-main-shell {
    min-height: 60vh;
}

.ev-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(225, 6, 19, 0.12) 0%, rgba(95, 5, 13, 0.06) 28%, rgba(5, 5, 5, 0.86) 62%, rgba(225, 6, 19, 0.08) 100%);
}

.ev-topbar__inner,
.ev-topbar__left,
.ev-topbar__right,
.ev-topbar__socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ev-topbar__inner {
    justify-content: space-between;
    min-height: 34px;
}

.ev-topbar__eyebrow {
    color: var(--ev-color-primary);
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ev-topbar a {
    color: var(--ev-color-text-muted);
    font-size: 11px;
    text-decoration: none;
}

.ev-topbar__socials a {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ev-social-link--instagram {
    color: #f77737;
    border-color: rgba(247, 119, 55, 0.38);
    background: linear-gradient(135deg, rgba(131, 58, 180, 0.16), rgba(253, 29, 29, 0.12) 48%, rgba(252, 176, 69, 0.16));
}

.ev-social-link--tiktok {
    color: #7ff9f3;
    border-color: rgba(127, 249, 243, 0.28);
    background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(5, 5, 5, 0.12) 52%, rgba(254, 44, 85, 0.14));
}

.ev-social-link--spotify {
    color: #1ed760;
    border-color: rgba(30, 215, 96, 0.3);
    background: linear-gradient(135deg, rgba(30, 215, 96, 0.15), rgba(5, 5, 5, 0.1));
}

.ev-social-link--youtube {
    color: #ff3131;
    border-color: rgba(255, 49, 49, 0.3);
    background: linear-gradient(135deg, rgba(255, 49, 49, 0.14), rgba(5, 5, 5, 0.12));
}

.ev-topbar__socials a i {
    font-size: 10px;
}

.ev-topbar__socials a:hover {
    color: #fff;
    border-color: rgba(225, 6, 19, 0.5);
    background: rgba(225, 6, 19, 0.12);
    transform: translateY(-1px);
}

.ev-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(225, 6, 19, 0.14) 0%, rgba(225, 6, 19, 0.05) 18%, rgba(5, 5, 5, 0.82) 40%, rgba(5, 5, 5, 0.82) 62%, rgba(225, 6, 19, 0.07) 100%);
    backdrop-filter: blur(18px);
}

.ev-header.is-glass {
    background:
        linear-gradient(90deg, rgba(225, 6, 19, 0.1) 0%, rgba(225, 6, 19, 0.04) 20%, rgba(5, 5, 5, 0.7) 44%, rgba(5, 5, 5, 0.68) 62%, rgba(225, 6, 19, 0.06) 100%);
}

.ev-header__inner,
.ev-footer__inner,
.ev-footer__newsletter-row,
.ev-header__menu,
.ev-hero__actions,
.ev-home-grid,
.ev-social-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ev-header__inner,
.ev-footer__inner {
    justify-content: space-between;
    min-height: 84px;
}

.ev-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.ev-brand,
.ev-inline-link,
.ev-header__menu a,
.ev-social-list a {
    text-decoration: none;
}

.ev-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.ev-brand__mark {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: rgba(255, 255, 255, 0.04);
}

.ev-brand__copy {
    display: grid;
    gap: 4px;
}

.ev-brand__copy span {
    color: var(--ev-color-text-muted);
    font-size: 12px;
}

.ev-header__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    position: relative;
}

.ev-header__nav {
    position: relative;
    justify-self: end;
    margin-left: auto;
}

.ev-header__actions {
    display: flex;
    align-items: center;
    justify-self: end;
}

.ev-header-cart {
    position: relative;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(225, 6, 19, 0.34);
    background:
        linear-gradient(180deg, rgba(26, 6, 6, 0.96), rgba(8, 8, 8, 0.98));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ev-header-cart i {
    font-size: 17px;
}

.ev-header-cart:hover {
    border-color: rgba(225, 6, 19, 0.7);
    box-shadow: 0 18px 36px rgba(225, 6, 19, 0.18);
    transform: translateY(-1px);
}

.ev-header-cart__count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff2d2d, #b8010d);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(225, 6, 19, 0.28);
}

.ev-header__menu > li {
    position: relative;
}

.ev-header__menu a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.ev-header__menu > li > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.ev-header__menu .menu-item-has-children > a::after {
    content: "\f107";
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.68);
    font: var(--fa-font-solid);
    font-size: 10px;
}

.ev-header__menu .current-menu-item a,
.ev-header__menu a:hover {
    color: var(--ev-color-primary-soft);
}

.ev-header__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 18px;
    min-width: 240px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(6, 6, 6, 0.98));
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.38);
    display: grid;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.ev-header__menu > li > .sub-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    z-index: 60;
}

.ev-header__menu li:hover > .sub-menu,
.ev-header__menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.ev-header__menu .sub-menu li {
    position: relative;
}

.ev-header__menu .sub-menu a {
    min-height: 38px;
    padding: 0 2px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.12em;
}

.ev-header__menu .sub-menu .sub-menu {
    position: absolute;
    top: -18px;
    left: calc(100% + 12px);
}

.ev-header__menu > li.ev-menu-mega {
    position: static;
}

.ev-header__menu > li.ev-menu-mega > .sub-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    z-index: 60;
    width: min(1120px, calc(100vw - 96px));
    min-width: 880px;
    padding: 30px 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    transform: translate(-50%, 10px);
}

.ev-header__menu > li.ev-menu-mega:hover > .sub-menu,
.ev-header__menu > li.ev-menu-mega:focus-within > .sub-menu {
    transform: translate(-50%, 0);
}

.ev-header__menu > li.ev-menu-mega > .sub-menu > li > a {
    min-height: auto;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.ev-header__menu > li.ev-menu-mega > .sub-menu > li > .sub-menu {
    position: static;
    min-width: 0;
    padding: 14px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    gap: 10px;
}

.ev-header__menu > li.ev-menu-mega > .sub-menu > li > .sub-menu a {
    min-height: auto;
    padding: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    letter-spacing: 0.12em;
}

.ev-cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 120;
    pointer-events: none;
}

.ev-cart-drawer__overlay {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.56);
    opacity: 0;
    transition: opacity 220ms ease;
    cursor: pointer;
}

.ev-cart-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(440px, 100vw);
    height: 100%;
    padding: 22px 22px 18px;
    border-left: 1px solid rgba(225, 6, 19, 0.16);
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.985), rgba(4, 4, 4, 0.995));
    box-shadow: -28px 0 80px rgba(0, 0, 0, 0.42);
    transform: translateX(100%);
    transition: transform 240ms ease;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 18px;
}

.ev-cart-drawer.is-open,
body.ev-cart-open .ev-cart-drawer {
    pointer-events: auto;
}

.ev-cart-drawer.is-open .ev-cart-drawer__overlay,
body.ev-cart-open .ev-cart-drawer__overlay {
    opacity: 1;
}

.ev-cart-drawer.is-open .ev-cart-drawer__panel,
body.ev-cart-open .ev-cart-drawer__panel {
    transform: translateX(0);
}

body.ev-cart-open {
    overflow: hidden;
}

.ev-cart-drawer__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-cart-drawer__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--ev-color-primary);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ev-cart-drawer__head h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.02;
    text-transform: uppercase;
}

.ev-cart-drawer__close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ev-cart-drawer__body {
    min-height: 0;
    overflow: hidden;
}

.ev-cart-drawer__body-inner {
    height: 100%;
    overflow: auto;
    padding-right: 4px;
}

.ev-cart-drawer .woocommerce-mini-cart {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.ev-cart-drawer .woocommerce-mini-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.ev-cart-drawer .woocommerce-mini-cart-item a {
    color: #fff;
    text-decoration: none;
}

.ev-cart-drawer__item-copy {
    display: grid;
    gap: 8px;
}

.ev-cart-drawer__item-copy > a,
.ev-cart-drawer__item-copy > span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
}

.ev-cart-drawer .woocommerce-mini-cart-item img {
    width: 84px;
    height: 100px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.02);
}

.ev-cart-drawer .woocommerce-mini-cart-item .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    color: rgba(255, 255, 255, 0.62) !important;
    line-height: 22px;
    text-align: center;
}

.ev-cart-drawer .quantity,
.ev-cart-drawer .woocommerce-mini-cart-item .amount {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.ev-cart-drawer__item-meta {
    display: grid;
    gap: 4px;
}

.ev-cart-drawer__summary {
    display: grid;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-cart-drawer__subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
}

.ev-cart-drawer__subtotal span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ev-cart-drawer__subtotal strong {
    font-size: 18px;
}

.ev-cart-drawer__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ev-cart-drawer__actions .ev-button {
    width: 100%;
    justify-content: center;
}

.ev-cart-drawer__empty {
    min-height: 100%;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    text-align: center;
    padding: 28px 10px;
}

.ev-cart-drawer__empty i {
    font-size: 28px;
    color: var(--ev-color-primary);
}

.ev-cart-drawer__empty h3 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

.ev-cart-drawer__empty p {
    max-width: 280px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.65;
}

.ev-toast-viewport {
    position: fixed;
    top: 112px;
    right: 22px;
    z-index: 140;
    display: grid;
    gap: 12px;
    pointer-events: none;
}

.ev-toast {
    width: min(360px, calc(100vw - 32px));
    padding: 14px 16px;
    border: 1px solid rgba(225, 6, 19, 0.2);
    background:
        linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(6, 6, 6, 0.99));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    opacity: 0;
    transform: translate3d(0, -8px, 0);
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: auto;
    cursor: pointer;
}

.ev-toast.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.ev-toast.is-leaving {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
}

.ev-toast__icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(225, 6, 19, 0.12);
    color: var(--ev-color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.ev-toast__content {
    display: grid;
    gap: 4px;
}

.ev-toast__content strong {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ev-toast__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.5;
}

.ev-image-viewer {
    position: fixed;
    inset: 0;
    z-index: 150;
    pointer-events: none;
}

.ev-image-viewer__overlay {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.82);
    opacity: 0;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.ev-image-viewer__dialog {
    position: absolute;
    inset: 28px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    gap: 18px;
    opacity: 0;
    transform: scale(0.985);
    transition: opacity 200ms ease, transform 200ms ease;
}

.ev-image-viewer.is-open {
    pointer-events: auto;
}

.ev-image-viewer.is-open .ev-image-viewer__overlay,
.ev-image-viewer.is-open .ev-image-viewer__dialog {
    opacity: 1;
}

.ev-image-viewer.is-open .ev-image-viewer__dialog {
    transform: scale(1);
}

body.ev-image-viewer-open {
    overflow: hidden;
}

.ev-image-viewer__figure {
    margin: 0;
    min-width: 0;
    height: calc(100vh - 56px);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 14px;
}

.ev-image-viewer__image {
    max-width: min(1180px, 100%);
    max-height: calc(100vh - 140px);
    object-fit: contain;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

.ev-image-viewer__caption {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.ev-image-viewer__close,
.ev-image-viewer__arrow {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(10, 10, 10, 0.72);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ev-image-viewer__close:hover,
.ev-image-viewer__arrow:hover {
    border-color: rgba(225, 6, 19, 0.58);
    background: rgba(24, 6, 6, 0.9);
    transform: translateY(-1px);
}

.ev-image-viewer__close {
    position: absolute;
    top: 0;
    right: 0;
}

.ev-button {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(225, 6, 19, 0.76);
    border-radius: 2px;
    background: linear-gradient(180deg, var(--ev-color-primary), #8f0714);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ev-button--outline,
.ev-button--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.ev-hero {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-hero__slides,
.ev-hero__slide {
    position: absolute;
    inset: 0;
}

.ev-hero__slide {
    opacity: 0;
    transition: opacity 0.8s ease;
    background-image: var(--ev-hero-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ev-hero__slide.is-active {
    opacity: 1;
}

.ev-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, calc(var(--ev-hero-overlay) + 0.02)) 34%, rgba(10, 10, 10, 0.28) 72%, rgba(5, 5, 5, 0.48) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.38));
}

.ev-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 700px;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(340px, 420px);
    gap: 84px;
    align-items: center;
    padding: 56px 0 48px;
}

.ev-hero__content-rail {
    position: relative;
    min-height: 360px;
}

.ev-hero__release-rail {
    position: relative;
    min-height: 470px;
    width: min(360px, 100%);
    justify-self: end;
}

.ev-hero__copy {
    max-width: 520px;
    position: absolute;
    inset: 50% auto auto 0;
    z-index: 2;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.ev-hero__copy.is-active {
    opacity: 1;
    pointer-events: auto;
}

.ev-hero__release-card {
    position: absolute;
    inset: 50% 0 auto auto;
    transform: translate(250px, -50%);
    width: 100%;
    display: grid;
    gap: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.ev-hero__release-card::before {
    content: "";
    position: absolute;
    left: -36px;
    bottom: -26px;
    width: 320px;
    height: 160px;
    background: radial-gradient(circle, rgba(225, 6, 19, 0.46) 0%, rgba(225, 6, 19, 0.18) 42%, rgba(225, 6, 19, 0) 74%);
    filter: blur(12px);
    opacity: 0.95;
    pointer-events: none;
}

.ev-hero__release-card.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(250px, -50%);
}

.ev-hero__release-stage {
    position: relative;
    width: 360px;
    min-height: 270px;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.ev-hero__release-cover-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: stretch;
    width: 262px;
}

.ev-hero__release-cover-footer {
    position: relative;
    z-index: 2;
    margin-top: 0;
    min-height: 42px;
    padding: 8px 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 0;
    background:
        linear-gradient(180deg, rgba(16, 16, 16, 0.96), rgba(6, 6, 6, 0.96));
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.34);
    display: grid;
    place-items: center;
}

.ev-hero__release-vinyl {
    position: absolute;
    top: 8px;
    left: 162px;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #0f0f0f 0 15px, #f5f5f5 16px 20px, #090909 21px 24px, transparent 25px),
        radial-gradient(circle at center, rgba(174, 0, 0, 0.92) 0, rgba(111, 0, 0, 0.88) 28%, rgba(18, 18, 18, 0.96) 62%, #040404 100%);
    border: 5px solid rgba(0, 0, 0, 0.9);
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    animation: ev-spin 8s linear infinite;
}

.ev-hero__release-vinyl::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    background:
        repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0 2px, rgba(0, 0, 0, 0) 3px 9px);
    opacity: 0.24;
}

.ev-hero__release-vinyl::after {
    content: "EV";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.88);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
}

@keyframes ev-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ev-hero__release-cover {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 262px;
    overflow: hidden;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.44);
}

.ev-hero__release-cover img,
.ev-hero__release-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev-hero__release-fallback {
    display: grid;
    place-items: center;
    font-size: 56px;
}

.ev-hero__release-body {
    display: grid;
    align-content: start;
    gap: 10px;
    max-width: 322px;
    padding-left: 0;
    padding-top: 0;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.ev-hero__release-label {
    position: relative;
    z-index: 1;
    width: 100%;
    color: rgba(255, 255, 255, 0.94);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.ev-hero__release-body h3 {
    margin: 0;
    max-width: 322px;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.ev-hero__release-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.ev-hero__release-date {
    color: rgba(255, 255, 255, 0.76);
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
}

.ev-hero__release-actions .ev-button--ghost {
    width: 100%;
    min-height: 42px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(5, 5, 5, 0.18);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ev-hero__kicker,
.ev-section-kicker,
.ev-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(225, 6, 19, 0.14);
    color: var(--ev-color-primary-soft);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ev-hero h1 {
    margin: 12px 0 20px;
    position: relative;
}

.ev-hero__display {
    display: block;
    font-size: clamp(78px, 10vw, 132px);
    line-height: 0.82;
    letter-spacing: 0.02em;
}

.ev-hero__script {
    display: block;
    color: var(--ev-color-primary-soft);
    font-size: clamp(54px, 7vw, 96px);
    line-height: 0.8;
    margin-top: -8px;
    font-style: italic;
    font-family: "Brush Script MT", "Segoe Script", cursive;
}

.ev-hero__tagline {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 11px;
    margin-top: 28px;
}

.ev-hero__dots {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 10px;
}

.ev-hero__dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    cursor: pointer;
}

.ev-hero__dot.is-active {
    background: var(--ev-color-primary);
}

.ev-hero p,
.ev-module p,
.ev-footer p {
    color: var(--ev-color-text-muted);
    line-height: 1.7;
}

.ev-hero__card,
.ev-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 48px rgba(0, 0, 0, 0.22);
}

.ev-hero__cta-float {
    position: absolute;
    left: 0;
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ev-inline-link {
    color: #fff;
    font-weight: 600;
}

.ev-home-sections {
    padding: 12px 0 0;
}

.ev-home-panel {
    padding: 18px 0;
}

.ev-about-section,
.ev-section-head,
.ev-footer__brand-row,
.ev-footer__legal,
.ev-footer__legal-links,
.ev-home-newsletter__inner,
.ev-home-newsletter__copy {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ev-about-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1.25fr) minmax(220px, 0.68fr);
    gap: 28px;
    align-items: stretch;
    padding: 14px 0 10px;
}

.ev-about-section__visual,
.ev-about-section__copy,
.ev-about-section__stats,
.ev-release-card,
.ev-event-card,
.ev-gallery-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 20px 38px rgba(0, 0, 0, 0.24);
}

.ev-about-section__visual,
.ev-about-section__copy,
.ev-about-section__stats {
    min-height: 240px;
}

.ev-about-section__visual {
    padding: 14px;
}

.ev-about-section__media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #0a0a0a;
}

.ev-about-section__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 68px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
}

.ev-about-section__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 80%;
}

.ev-about-section__copy {
    padding: 26px 30px;
    display: grid;
    align-content: center;
    gap: 10px;
}

.ev-about-section__copy h2 {
    margin: 4px 0 12px;
    font-size: clamp(42px, 4.2vw, 66px);
    line-height: 0.92;
    text-transform: uppercase;
}

.ev-about-section__copy h2 strong {
    color: var(--ev-color-primary-soft);
    display: block;
}

.ev-about-section__copy p {
    max-width: 520px;
    color: var(--ev-color-text-muted);
}

.ev-about-section__stats {
    padding: 20px 24px;
    display: grid;
    gap: 0;
    align-content: center;
}

.ev-about-stat {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-about-stat:last-child {
    border-bottom: 0;
}

.ev-about-stat__icon {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(225, 6, 19, 0.26);
    border-radius: 999px;
    color: var(--ev-color-primary-soft);
    display: grid;
    place-items: center;
    font-size: 13px;
}

.ev-about-stat__content {
    display: grid;
    gap: 4px;
}

.ev-about-stat__content strong {
    color: #fff;
    font-size: 32px;
    line-height: 0.9;
}

.ev-about-stat__content span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ev-section-head {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 18px;
}

.ev-section-head h2 {
    margin: 10px 0 0;
    font-size: clamp(34px, 3.4vw, 52px);
    line-height: 0.94;
    text-transform: uppercase;
}

.ev-release-grid,
.ev-event-list,
.ev-gallery-grid {
    display: grid;
    gap: 18px;
}

.ev-release-grid,
.ev-event-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ev-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ev-release-card {
    padding: 12px;
}

.ev-release-card__cover {
    display: block;
    aspect-ratio: 1 / 1;
    background: #090909;
    overflow: hidden;
}

.ev-release-card__cover img,
.ev-release-card__fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ev-release-card:hover .ev-release-card__cover img {
    transform: scale(1.04);
}

.ev-release-card__fallback {
    display: grid;
    place-items: center;
    font-size: 60px;
}

.ev-release-card__body {
    padding: 14px 4px 2px;
}

.ev-release-card__body h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.02;
    text-transform: uppercase;
}

.ev-release-card__body h3 a {
    color: #fff;
    text-decoration: none;
}

.ev-release-card__body p,
.ev-release-card__body span {
    color: var(--ev-color-text-muted);
    font-size: 11px;
}

.ev-release-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.ev-release-card__arrow {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(225, 6, 19, 0.4);
    background: rgba(225, 6, 19, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 10px;
}

.ev-release-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.ev-release-dots span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.ev-release-dots .is-active {
    background: var(--ev-color-primary);
}

.ev-event-card {
    min-height: 154px;
    padding: 16px 16px 14px;
    display: grid;
    align-content: space-between;
    gap: 18px;
}

.ev-event-card__date {
    width: 56px;
    min-height: 56px;
    border: 1px solid rgba(225, 6, 19, 0.34);
    background: rgba(0, 0, 0, 0.22);
    display: grid;
    place-items: center;
    align-content: center;
}

.ev-event-card__date strong {
    font-size: 28px;
    line-height: 0.92;
}

.ev-event-card__date span {
    color: var(--ev-color-primary-soft);
    font-size: 8px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ev-event-card__content {
    display: grid;
    gap: 6px;
}

.ev-event-card__content h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.04;
    text-transform: uppercase;
}

.ev-event-card__content p {
    margin: 0;
    color: var(--ev-color-text-muted);
    font-size: 11px;
}

.ev-event-card .ev-button {
    width: 92px;
    min-height: 32px;
    padding: 0 10px;
    font-size: 9px;
    letter-spacing: 0.14em;
}

.ev-gallery-card {
    display: block;
    overflow: hidden;
    aspect-ratio: 1.9 / 0.78;
}

.ev-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ev-gallery-card:hover img {
    transform: scale(1.04);
}

.ev-home-newsletter {
    margin-top: 22px;
    background:
        linear-gradient(90deg, rgba(149, 0, 0, 0.96), rgba(225, 6, 19, 0.88) 42%, rgba(160, 8, 8, 0.98) 100%);
}

.ev-home-newsletter__inner {
    justify-content: space-between;
    min-height: 86px;
    padding: 0 12px;
}

.ev-home-newsletter__copy {
    max-width: 430px;
    gap: 16px;
}

.ev-home-newsletter__icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
}

.ev-home-newsletter__copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ev-home-newsletter__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    line-height: 1.5;
}

.ev-home-newsletter__form {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.ev-home-newsletter__form input {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
}

.ev-home-newsletter__form input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.ev-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.ev-social-list a {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
}

.ev-page-shell {
    padding: 96px 0 72px;
}

.ev-page-shell.ev-page-shell--flush {
    padding: 0 !important;
    margin-top: 0 !important;
}

.ev-page-card {
    padding: 32px;
}

.ev-entry-meta,
.wp-block-post-date,
.wp-block-post-author {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ev-color-text-muted);
    font-size: 14px;
}

.ev-entry-media,
.ev-entry-thumb {
    margin: 24px 0;
    overflow: hidden;
    border-radius: 20px;
}

.ev-entry-content {
    display: grid;
    gap: 18px;
}

.ev-entry-content h2 {
    font-size: clamp(32px, 4vw, 56px);
}

.ev-entry-content h3 {
    font-size: clamp(24px, 3vw, 38px);
}

.ev-entry-content p,
.ev-entry-content li,
.ev-entry-content blockquote,
.ev-entry-content figcaption {
    color: var(--ev-color-text-muted);
    line-height: 1.8;
}

.ev-entry-content ul,
.ev-entry-content ol {
    padding-left: 22px;
}

.ev-entry-content blockquote {
    padding: 20px 24px;
    border-left: 3px solid var(--ev-color-primary);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
}

.ev-entry-content a {
    color: var(--ev-color-primary-soft);
}

.ev-entry-content input,
.ev-entry-content textarea,
.ev-entry-content select,
.ev-entry-content button,
.search-form input[type="search"] {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.ev-entry-content textarea {
    min-height: 140px;
    padding-top: 16px;
}

.ev-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.pagination,
.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.page-numbers {
    min-width: 44px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.page-numbers.current {
    border-color: rgba(225, 6, 19, 0.8);
    background: rgba(225, 6, 19, 0.16);
}

.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-columns {
    margin-bottom: 24px;
}

.ev-shop-page-shell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.post-type-archive-product .ev-main-shell.ev-woo-shell,
.tax-product_cat .ev-main-shell.ev-woo-shell,
.tax-product_tag .ev-main-shell.ev-woo-shell {
    margin-top: 0;
    padding-top: 0;
}

.post-type-archive-product .ev-page-shell.ev-page-shell--flush.ev-shop-page-shell,
.tax-product_cat .ev-page-shell.ev-shop-page-shell,
.tax-product_tag .ev-page-shell.ev-shop-page-shell {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.ev-shop-hero,
.ev-shop-usps,
.ev-shop-merch,
.ev-shop-release-promo {
    margin-bottom: 18px;
}

.ev-shop-hero,
.ev-shop-usps,
.ev-shop-merch .ev-woo-content .woocommerce,
.ev-shop-release-promo {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 20px 38px rgba(0, 0, 0, 0.24);
}

.ev-shop-hero {
    position: relative;
    min-height: 420px;
    display: grid;
    grid-template-columns: minmax(320px, 0.76fr) minmax(420px, 1.24fr);
    align-items: stretch;
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
    border: 0 !important;
    box-shadow: none !important;
    background-color: #080808;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ev-shop-content-wrap {
    width: min(1480px, calc(100% - 48px));
}

.ev-shop-hero__copy {
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding: 44px 34px 40px;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 12px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.74) 56%, rgba(0, 0, 0, 0.12) 100%);
}

.ev-shop-hero__copy .ev-section-kicker {
    margin-bottom: 4px;
}

.ev-shop-hero__copy h1 {
    margin: 0;
    font-size: clamp(42px, 5.4vw, 72px);
    line-height: 0.92;
    text-transform: uppercase;
}

.ev-shop-hero__copy h1 span,
.ev-shop-hero__copy h1 strong {
    display: block;
}

.ev-shop-hero__copy h1 strong {
    color: var(--ev-color-primary-soft);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 0.72em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 2px;
}

.ev-shop-hero__copy p {
    margin: 0;
    max-width: 290px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.55;
}

.ev-shop-hero__cta {
    margin-top: 8px;
    min-height: 44px;
    padding: 0 18px;
    gap: 10px;
}

.ev-shop-hero__stage {
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding: 36px 34px 26px 12px;
    display: grid;
    align-items: center;
}

.ev-shop-hero__products {
    position: relative;
    display: grid;
    justify-items: center;
    width: min(460px, 100%);
    margin-left: auto;
}

.ev-shop-hero__arrow {
    position: absolute;
    top: 46%;
    z-index: 4;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.54);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
}

.ev-shop-hero__arrow--prev {
    left: 14px;
}

.ev-shop-hero__arrow--next {
    right: 14px;
}

.ev-shop-hero__product-stage {
    position: relative;
    width: 100%;
    min-height: 312px;
    display: grid;
    place-items: center;
}

.ev-shop-hero__halo {
    position: absolute;
    top: -2px;
    left: 50%;
    width: 326px;
    height: 326px;
    border-radius: 50%;
    transform: translateX(-50%);
    background:
        radial-gradient(circle, rgba(225, 6, 19, 0.12) 0%, rgba(225, 6, 19, 0.05) 46%, transparent 66%);
    box-shadow:
        0 0 0 2px rgba(225, 6, 19, 0.18),
        0 0 0 18px rgba(225, 6, 19, 0.04),
        0 0 42px rgba(225, 6, 19, 0.32);
}

.ev-shop-hero__platform {
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 286px;
    height: 28px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: radial-gradient(circle at center, rgba(225, 6, 19, 0.52), rgba(225, 6, 19, 0.08) 54%, rgba(0, 0, 0, 0.86) 78%);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.34),
        inset 0 -6px 12px rgba(0, 0, 0, 0.54);
}

.ev-shop-hero__product {
    position: absolute;
    inset: -4px 0 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-content: end;
    justify-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.98);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.ev-shop-hero__product.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.ev-shop-hero__product-image {
    display: block;
    position: relative;
    z-index: 2;
    width: 272px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 44%, rgba(225, 6, 19, 0.14), rgba(225, 6, 19, 0.03) 42%, rgba(0, 0, 0, 0) 70%),
        linear-gradient(180deg, rgba(24, 24, 24, 0.88), rgba(8, 8, 8, 0.36));
    box-shadow: 0 30px 44px rgba(0, 0, 0, 0.4);
}

.ev-shop-hero__product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: contrast(1.04) saturate(1.02) drop-shadow(0 18px 24px rgba(0, 0, 0, 0.36));
    mix-blend-mode: multiply;
}

.ev-shop-hero__product-body {
    position: relative;
    z-index: 3;
    width: 272px;
    margin-top: -2px;
    padding: 10px 10px 0;
    display: grid;
    gap: 6px;
    justify-items: start;
    text-align: left;
}

.ev-shop-hero__product-meta {
    display: grid;
    gap: 6px;
}

.ev-shop-hero__product-body .ev-product-badge {
    position: static;
    min-height: 18px;
    padding: 0 8px;
    font-size: 8px;
    letter-spacing: 0.14em;
    border-color: rgba(225, 6, 19, 0.52);
    background: #d40c18;
}

.ev-shop-hero__product-body h2 {
    margin: 0;
    max-width: 228px;
    font-size: 14px;
    line-height: 1.15;
    text-transform: uppercase;
}

.ev-shop-hero__product-body h2 a {
    color: #fff;
    text-decoration: none;
}

.ev-shop-hero__product-price,
.ev-shop-hero__product-price .price,
.ev-shop-hero__product-price ins,
.ev-shop-hero__product-price del {
    color: var(--ev-color-primary-soft);
    font-size: 13px;
    font-weight: 700;
}

.ev-shop-hero__product-dots {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ev-shop-hero__product-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
}

.ev-shop-hero__product-dots button.is-active {
    background: var(--ev-color-primary);
}

.ev-shop-usps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
}

.ev-shop-usps-wrap {
    position: relative;
    z-index: 4;
    width: 100%;
    margin-top: -24px;
    margin-bottom: 18px;
    padding: 0 24px;
}

.ev-shop-usp {
    min-height: 84px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 16px;
    align-items: start;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-shop-usp:last-child {
    border-right: 0;
}

.ev-shop-usp__icon {
    color: var(--ev-color-primary-soft);
    font-size: 18px;
    line-height: 1;
    padding-top: 4px;
}

.ev-shop-usp__content h2 {
    margin: 0 0 6px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ev-shop-usp__content p {
    margin: 0;
    color: var(--ev-color-text-muted);
    font-size: 11px;
    line-height: 1.45;
}

.ev-shop-merch {
    padding-top: 8px;
}

.ev-shop-merch__head {
    margin-bottom: 14px;
}

.ev-shop-merch__ordering {
    display: grid;
    gap: 8px;
    justify-items: end;
}

.ev-shop-merch__ordering span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ev-shop-merch .ev-woo-content .woocommerce {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ev-shop-merch .woocommerce-result-count {
    display: none;
}

.ev-shop-merch .woocommerce-ordering {
    margin: 0;
}

.ev-shop-merch .woocommerce-ordering select {
    min-width: 180px;
    min-height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.98));
    color: #fff;
    font-size: 11px;
    appearance: none;
}

.ev-shop-merch .woocommerce-ordering select option {
    background: #0a0a0a;
    color: #fff;
}

.ev-shop-merch .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ev-product-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ev-product-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.ev-product-card__inner {
    position: relative;
    min-height: 100%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.98));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
    display: grid;
    grid-template-rows: auto 1fr;
}

.ev-product-card:hover .ev-product-card__inner {
    transform: translateY(-4px);
    border-color: rgba(225, 6, 19, 0.34);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.26);
}

.ev-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    min-height: 24px;
    padding: 0 10px;
    border: 1px solid rgba(225, 6, 19, 0.42);
    background: rgba(225, 6, 19, 0.18);
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ev-product-card__image {
    display: block;
    aspect-ratio: 0.88;
    overflow: hidden;
    background: radial-gradient(circle at center, rgba(225, 6, 19, 0.08), rgba(0, 0, 0, 0.28));
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ev-product-card__image img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform 0.32s ease;
}

.ev-product-card:hover .ev-product-card__image img {
    transform: scale(1.05);
}

.ev-product-card__body {
    padding: 12px 2px 2px;
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 12px;
}

.ev-product-card__info {
    display: grid;
    gap: 10px;
    min-height: 84px;
}

.ev-product-card__body .woocommerce-loop-product__title {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.12;
    min-height: 34px;
    text-transform: uppercase;
}

.ev-product-card__body .woocommerce-loop-product__title a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ev-product-card__price {
    color: var(--ev-color-primary-soft);
    font-size: 22px;
    font-weight: 700;
}

.ev-product-card__price .price,
.ev-product-card__price ins,
.ev-product-card__price del {
    color: inherit;
}

.ev-product-card__options {
    min-height: 34px;
    display: grid;
    align-content: start;
    gap: 8px;
}

.ev-product-card__sizes,
.ev-product-card__colors {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.ev-product-card__sizes span {
    min-width: 30px;
    min-height: 24px;
    padding: 0 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    text-transform: uppercase;
}

.ev-product-card__colors span {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 0;
}

.ev-product-card__colors span.is-active {
    background: var(--ev-color-primary);
    box-shadow: 0 0 0 2px rgba(225, 6, 19, 0.16);
}

.ev-product-card__actions {
    margin-top: 2px;
}

.ev-product-card__actions .button {
    width: 100%;
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
    justify-content: space-between;
    border-color: rgba(225, 6, 19, 0.88);
    background: linear-gradient(180deg, #d10d1a, #9f0813);
    color: #fff;
}

.ev-product-card__actions .button::after {
    display: none;
}

.ev-shop-merch__footer {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.ev-shop-release-promo {
    padding: 26px 34px;
    display: grid;
    grid-template-columns: minmax(240px, 0.95fr) minmax(320px, 1.05fr);
    gap: 34px;
    align-items: center;
    background:
        radial-gradient(circle at 22% 50%, rgba(225, 6, 19, 0.28), transparent 28%),
        linear-gradient(90deg, rgba(64, 0, 0, 0.48), rgba(12, 12, 12, 0.92) 52%);
}

.ev-shop-release-promo__cover {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: end;
    justify-content: start;
}

.ev-shop-release-promo__cover img {
    position: relative;
    z-index: 1;
    width: 180px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.36);
}

.ev-shop-release-promo__disc {
    position: absolute;
    left: 120px;
    bottom: 22px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #f6f6f6 0 7px, #0d0d0d 8px 18px, transparent 19px),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.9) 54%, rgba(0, 0, 0, 0.98) 100%);
    box-shadow:
        inset 0 0 0 8px rgba(0, 0, 0, 0.7),
        inset 0 0 0 34px rgba(225, 6, 19, 0.42),
        0 18px 36px rgba(0, 0, 0, 0.34);
}

.ev-shop-release-promo__body {
    display: grid;
    gap: 14px;
    max-width: 560px;
}

.ev-shop-release-promo__body h2 {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 0.94;
    text-transform: uppercase;
}

.ev-shop-release-promo__body p {
    margin: 0;
    color: var(--ev-color-text-muted);
}

.ev-shop-release-promo__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ev-shop-platform {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ev-shop-platform--spotify {
    color: #1ed760;
}

.ev-shop-platform--apple {
    color: #f5f5f5;
}

.ev-shop-platform--youtube {
    color: #ff0033;
}

.ev-shop-platform--deezer {
    color: #8b5cf6;
}

.ev-shop-newsletter {
    margin-top: 0;
}

.ev-woo-shell .ev-container {
    width: min(1480px, calc(100% - 48px));
}

.ev-woo-page-shell {
    padding-top: 0;
}

.ev-woo-hero {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 48px rgba(0, 0, 0, 0.22);
}

.ev-woo-hero {
    padding: 34px;
    margin-bottom: 26px;
}

.ev-shop-merch .ev-woo-content .woocommerce,
.ev-shop-merch .ev-woo-content > .woocommerce-page {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ev-woo-hero h1 {
    margin: 12px 0 0;
    font-size: clamp(42px, 4.5vw, 78px);
    line-height: 0.92;
    text-transform: uppercase;
}

.ev-woo-archive-description,
.ev-woo-archive-description p,
.woocommerce .term-description,
.woocommerce .term-description p {
    color: var(--ev-color-text-muted);
    margin: 14px 0 0;
    line-height: 1.8;
}

.ev-woo-content .woocommerce,
.ev-woo-content > .woocommerce-page {
    padding: 28px;
}

.woocommerce .woocommerce-breadcrumb,
.ev-woo-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
}

.ev-woo-breadcrumb-sep {
    color: rgba(225, 6, 19, 0.72);
}

.woocommerce .woocommerce-notices-wrapper {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgba(225, 6, 19, 0.72);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    list-style: none;
}

.woocommerce-result-count,
.woocommerce-ordering {
    margin: 0 0 18px;
    color: var(--ev-color-text-muted);
}

.woocommerce .woocommerce-ordering select,
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single {
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.woocommerce form .form-row textarea {
    min-height: 120px;
    padding-top: 14px;
}

.woocommerce ul.products {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    width: auto;
    float: none;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    border-color: rgba(225, 6, 19, 0.28);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.woocommerce ul.products li.product a img {
    margin: 0 0 16px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.woocommerce span.onsale {
    min-width: 0;
    min-height: 0;
    left: 14px;
    top: 14px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(225, 6, 19, 0.92);
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    font-size: 24px;
    line-height: 0.96;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--ev-color-primary-soft);
    font-size: 18px;
    font-weight: 700;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating {
    color: #ffcc48;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.wc-block-components-button,
.wc-forward {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(225, 6, 19, 0.76);
    border-radius: 2px;
    background: linear-gradient(180deg, var(--ev-color-primary), #8f0714);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 11px;
    font-weight: 700;
}

.woocommerce ul.products li.product .button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #payment #place_order {
    background: linear-gradient(180deg, var(--ev-color-primary), #8f0714);
}

.single-product .woocommerce div.product {
    display: block;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: auto;
    margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    gap: 14px;
}

.woocommerce div.product div.images img {
    width: 100%;
}

.woocommerce div.product .summary {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.woocommerce-product-details__short-description,
.woocommerce div.product .product_meta,
.woocommerce div.product .woocommerce-product-rating {
    color: var(--ev-color-text-muted);
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 34px 0 18px;
    padding: 0;
    display: flex;
    gap: 12px;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 999px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 16px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.woocommerce section.related.products,
.woocommerce section.up-sells.upsells.products {
    margin-top: 34px;
}

.woocommerce section.related.products > h2,
.woocommerce section.up-sells.upsells.products > h2,
.woocommerce .cross-sells > h2,
.woocommerce-cart .cart_totals > h2,
.woocommerce-checkout-review-order #order_review_heading,
.woocommerce-MyAccount-content > h2,
.woocommerce-Addresses .title h3 {
    margin: 0 0 18px;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 0.96;
    text-transform: uppercase;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.woocommerce-cart .product-name a,
.woocommerce-table__product-name a,
.woocommerce .product-name a {
    color: #fff;
    text-decoration: none;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.woocommerce-cart .cart-collaterals {
    margin-top: 22px;
}

.woocommerce-checkout {
    display: block;
}

.woocommerce-checkout #customer_details {
    width: auto;
}

.woocommerce-checkout #order_review {
    width: auto;
    align-self: start;
}

.woocommerce #payment {
    border: 0;
    background: transparent;
}

.woocommerce #payment div.payment_box {
    background: rgba(255, 255, 255, 0.03);
    color: var(--ev-color-text-muted);
}

.woocommerce-account {
    display: block;
}

.ev-checkout-page-shell {
    padding: 14px 0 44px;
}

.ev-checkout-shell,
.ev-checkout-content,
.ev-checkout-content .woocommerce,
.ev-checkout-content > .woocommerce-page {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ev-checkout-head {
    padding: 18px 0 0;
    margin-bottom: 24px;
}

.ev-checkout-head__breadcrumb {
    margin-bottom: 18px;
}

.ev-checkout-head__breadcrumb .woocommerce-breadcrumb {
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ev-checkout-head__breadcrumb .woocommerce-breadcrumb a {
    color: var(--ev-color-accent);
    text-decoration: none;
}

.ev-checkout-head h1 {
    margin-bottom: 12px;
    font-size: clamp(52px, 5vw, 70px);
    line-height: 0.94;
}

.ev-checkout-head__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 600;
}

.ev-checkout-head__meta i {
    color: var(--ev-color-accent);
}

.woocommerce-checkout .ev-checkout-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
    gap: 28px;
    align-items: start;
}

.woocommerce-checkout .ev-checkout-form__customer {
    width: auto;
    display: grid;
    gap: 24px;
    padding: 0;
    border: 0;
    background: transparent;
}

.woocommerce-checkout .ev-checkout-form__customer .col-1,
.woocommerce-checkout .ev-checkout-form__customer .col-2 {
    float: none;
    width: auto;
}

.woocommerce-checkout .ev-checkout-section {
    padding: 0;
    border: 0;
    background: transparent;
}

.woocommerce-checkout .ev-checkout-section__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.woocommerce-checkout .ev-checkout-section__badge {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: var(--ev-color-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.woocommerce-checkout .ev-checkout-section__header-copy h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.woocommerce-checkout .ev-checkout-section__body {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.96), rgba(6, 6, 6, 0.98));
}

.woocommerce-checkout .ev-checkout-sidebar {
    display: block;
}

.woocommerce-checkout .ev-checkout-sidebar__card {
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.98), rgba(5, 5, 5, 0.99));
    position: sticky;
    top: 112px;
}

.woocommerce-checkout .ev-checkout-sidebar__header {
    margin-bottom: 18px;
}

.woocommerce-checkout #order_review_heading {
    margin: 0;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
}

.woocommerce-checkout #order_review {
    width: auto;
    align-self: start;
    position: static;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout #ship-to-different-address > span {
    display: none;
}

.woocommerce-checkout #ship-to-different-address {
    margin: 0 0 14px;
}

.woocommerce-checkout .form-row {
    margin-bottom: 14px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-checkout label {
    display: inline-block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-selection--multiple {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    box-shadow: none;
}

.woocommerce-checkout .form-row textarea {
    min-height: 110px;
    padding: 14px 16px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 44px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 8px;
}

.woocommerce-checkout .select2-dropdown {
    border-color: rgba(255, 255, 255, 0.1);
    background: #0c0c0c;
}

.woocommerce-checkout .select2-search--dropdown .select2-search__field {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.woocommerce-checkout .ev-checkout-review {
    display: grid;
    gap: 18px;
}

.woocommerce-checkout .ev-checkout-review__head,
.woocommerce-checkout .ev-checkout-review__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.woocommerce-checkout .ev-checkout-review__head {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.woocommerce-checkout .ev-checkout-review__items {
    display: grid;
    gap: 14px;
}

.woocommerce-checkout .ev-checkout-review__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-checkout .ev-checkout-review__product {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.woocommerce-checkout .ev-checkout-review__thumb {
    flex: 0 0 52px;
    width: 52px;
}

.woocommerce-checkout .ev-checkout-review__thumb img {
    width: 52px;
    height: 66px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-checkout .ev-checkout-review__product-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.woocommerce-checkout .ev-checkout-review__product-copy strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.woocommerce-checkout .ev-checkout-review__product-copy span,
.woocommerce-checkout .ev-checkout-review__product-copy dl.variation,
.woocommerce-checkout .ev-checkout-review__product-copy dl.variation dt,
.woocommerce-checkout .ev-checkout-review__product-copy dl.variation dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.4;
}

.woocommerce-checkout .ev-checkout-review__amount,
.woocommerce-checkout .ev-checkout-review__row strong {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
}

.woocommerce-checkout .ev-checkout-review__totals {
    display: grid;
    gap: 14px;
}

.woocommerce-checkout .ev-checkout-review__shipping {
    display: grid;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-checkout .ev-checkout-review__shipping-title {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.woocommerce-checkout .ev-checkout-review__shipping-methods {
    display: grid;
    gap: 12px;
}

.woocommerce-checkout .ev-checkout-review__shipping-option {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin: 0;
    cursor: pointer;
}

.woocommerce-checkout .ev-checkout-review__shipping-option input {
    margin: 0;
}

.woocommerce-checkout .ev-checkout-review__shipping-label,
.woocommerce-checkout .ev-checkout-review__shipping-empty {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.woocommerce-checkout .ev-checkout-review__shipping-price {
    font-size: 14px;
    font-weight: 700;
}

.woocommerce-checkout .ev-checkout-review__row--total {
    align-items: flex-end;
}

.woocommerce-checkout .ev-checkout-review__row--total span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.woocommerce-checkout .ev-checkout-review__row--total strong {
    color: var(--ev-color-accent);
    font-size: 34px;
    line-height: 1;
}

.woocommerce-checkout #payment {
    margin-top: 18px;
    padding-top: 0;
    border-top: 0;
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom: 0;
}

.woocommerce-checkout #payment .payment_box {
    border-radius: 0;
}

.woocommerce-checkout .payment_methods .wc_payment_method > input[type='radio'] {
    margin: 0 10px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li > label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 14px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.woocommerce-checkout #payment div.payment_box {
    margin: 10px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: var(--ev-color-text-muted);
}

.woocommerce-checkout .ev-checkout-payment__footer {
    margin-top: 16px;
}

.woocommerce-checkout .ev-checkout-payment__footer .validate-required {
    margin: 0;
}

.woocommerce-checkout .ev-checkout-payment__footer .woocommerce-terms-and-conditions-wrapper {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 1.55;
}

.woocommerce-checkout .ev-checkout-payment__footer .woocommerce-privacy-policy-text {
    margin-bottom: 10px;
}

.woocommerce-checkout .ev-checkout-payment__footer a {
    color: var(--ev-color-accent);
}

.woocommerce-checkout .place-order {
    margin-top: 18px;
}

.woocommerce-checkout #payment #place_order {
    width: 100%;
    min-height: 54px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.woocommerce-checkout .ev-checkout-sidebar__submit {
    margin-top: 18px;
}

.woocommerce-checkout .ev-checkout-sidebar__tax-note {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.woocommerce-checkout .ev-checkout-sidebar__button {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.woocommerce-checkout .ev-checkout-benefits {
    display: grid;
    gap: 18px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-checkout .ev-checkout-benefit {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
}

.woocommerce-checkout .ev-checkout-benefit__icon {
    color: var(--ev-color-accent);
    font-size: 18px;
}

.woocommerce-checkout .ev-checkout-benefit strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce-checkout .ev-checkout-benefit p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.55;
}

.woocommerce-checkout .ev-checkout-section--payment #payment {
    margin-top: 0;
}

.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
    margin-bottom: 18px;
}

@media (max-width: 1024px) {
    .woocommerce-checkout .ev-checkout-form {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .ev-checkout-sidebar {
        order: -1;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    border-color: rgba(225, 6, 19, 0.4);
    background: rgba(225, 6, 19, 0.12);
}

.woocommerce ul.order_details {
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.woocommerce ul.order_details li {
    float: none;
    width: auto;
    margin: 0;
    padding: 14px 16px;
    border-right: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    display: flex;
    gap: 10px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    min-width: 44px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: rgba(225, 6, 19, 0.8);
    background: rgba(225, 6, 19, 0.16);
}

.ev-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(225, 6, 19, 0.1) 0%, rgba(225, 6, 19, 0.04) 20%, rgba(5, 5, 5, 0.74) 44%, rgba(5, 5, 5, 0.78) 62%, rgba(225, 6, 19, 0.06) 100%);
}

.ev-footer__inner {
    align-items: start;
    padding: 48px 0;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr 1fr;
    gap: 28px;
}

.ev-footer__newsletter {
    display: grid;
    gap: 14px;
    max-width: 420px;
}

.ev-footer__newsletter input {
    flex: 1 1 auto;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.ev-footer__title {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.ev-footer__column,
.ev-footer__nav {
    display: grid;
    gap: 10px;
}

.ev-footer__nav .menu,
.ev-footer__nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.ev-footer__column a,
.ev-footer__nav a,
.ev-footer__legal a {
    color: var(--ev-color-text-muted);
    text-decoration: none;
    font-size: 13px;
}

.ev-footer__socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ev-footer__socials a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ev-footer__socials a.ev-social-link--instagram {
    box-shadow: inset 0 0 0 1px rgba(247, 119, 55, 0.05);
}

.ev-footer__socials a.ev-social-link--tiktok {
    box-shadow: inset 0 0 0 1px rgba(127, 249, 243, 0.04);
}

.ev-footer__socials a.ev-social-link--spotify {
    box-shadow: inset 0 0 0 1px rgba(30, 215, 96, 0.05);
}

.ev-footer__socials a.ev-social-link--youtube {
    box-shadow: inset 0 0 0 1px rgba(255, 49, 49, 0.05);
}

.ev-footer__socials a:hover {
    color: #fff;
    border-color: rgba(225, 6, 19, 0.5);
    background: rgba(225, 6, 19, 0.12);
    transform: translateY(-2px);
}

.ev-footer__legal {
    justify-content: space-between;
    min-height: 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-footer__legal-links {
    gap: 18px;
}

@media (max-width: 1100px) {
    .ev-header__inner,
    .ev-footer__inner,
    .ev-hero__inner,
    .ev-archive-grid,
    .ev-about-section {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ev-release-grid,
    .ev-event-list,
    .ev-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ev-about-section__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
    }

    .ev-home-newsletter__inner,
    .ev-home-newsletter__copy {
        display: grid;
        justify-content: initial;
    }

    .ev-home-newsletter__form {
        grid-template-columns: 1fr auto;
    }

    .ev-shop-hero,
    .ev-shop-release-promo {
        grid-template-columns: 1fr;
    }

    .ev-shop-hero__copy {
        padding: 34px 28px 18px;
    }

    .ev-shop-hero__stage {
        padding: 8px 28px 22px;
    }

    .ev-shop-hero__products {
        width: min(420px, 100%);
        margin: 0 auto;
    }

    .ev-shop-hero__arrow--prev {
        left: 0;
    }

    .ev-shop-hero__arrow--next {
        right: 0;
    }

    .ev-shop-usps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ev-shop-merch .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ev-shop-usps-wrap {
        margin-top: -18px;
        padding: 0 18px;
    }

    .ev-shop-usp {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ev-shop-usp:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .ev-shop-merch__head {
        gap: 16px;
        align-items: start;
    }

    .ev-shop-merch__ordering {
        justify-items: start;
    }

    .ev-header__nav {
        overflow-x: auto;
    }

    .ev-cart-drawer__panel {
        width: min(420px, 100vw);
    }

    .ev-footer__legal {
        align-items: start;
        display: grid;
        gap: 16px;
        padding: 18px 0 28px;
    }

    .woocommerce ul.products,
    .woocommerce div.product,
    .woocommerce-checkout,
    .woocommerce-account,
    .woocommerce ul.order_details {
        grid-template-columns: 1fr;
    }

    .woocommerce ul.products {
        gap: 18px;
    }

    .woocommerce div.product .summary,
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review,
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 20px;
    }

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

    .woocommerce-checkout #order_review {
        position: static;
        top: auto;
    }
}

@media (max-width: 780px) {
    .ev-container {
        width: min(1440px, calc(100% - 28px));
    }

    .ev-hero__inner {
        padding: 48px 0 32px;
    }

    .ev-hero {
        min-height: auto;
    }

    .ev-hero__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ev-hero__display {
        font-size: 62px;
    }

    .ev-hero__script {
        font-size: 58px;
    }

    .ev-header__menu {
        flex-wrap: wrap;
    }

    .ev-header__actions {
        justify-self: start;
    }

    .ev-header-cart {
        width: 48px;
        height: 48px;
    }

    .ev-header__menu,
    .ev-header__menu > li {
        width: 100%;
    }

    .ev-header__menu > li > a {
        justify-content: space-between;
        width: 100%;
    }

    .ev-header__menu > li > .sub-menu,
    .ev-header__menu .sub-menu .sub-menu,
    .ev-header__menu > li.ev-menu-mega > .sub-menu {
        position: static;
        width: 100%;
        min-width: 0;
        margin-top: 8px;
        padding: 14px 16px;
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
    }

    .ev-header__menu > li.ev-menu-mega > .sub-menu {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ev-topbar__inner,
    .ev-topbar__left,
    .ev-topbar__right,
    .ev-section-head,
    .ev-home-newsletter__inner,
    .ev-home-newsletter__copy,
    .ev-footer__newsletter-row {
        display: grid;
        justify-content: initial;
    }

    .ev-about-section__stats,
    .ev-release-grid,
    .ev-event-list,
    .ev-gallery-grid,
    .ev-home-newsletter__form {
        grid-template-columns: 1fr;
    }

    .ev-cart-drawer__panel {
        width: 100vw;
        padding: 18px 16px 16px;
    }

    .ev-cart-drawer__actions {
        grid-template-columns: 1fr;
    }

    .ev-toast-viewport {
        top: 96px;
        right: 14px;
    }

    .ev-image-viewer__dialog {
        inset: 16px;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 10px;
    }

    .ev-image-viewer__close,
    .ev-image-viewer__arrow {
        width: 44px;
        height: 44px;
    }

    .ev-image-viewer__figure {
        height: calc(100vh - 32px);
    }

    .ev-image-viewer__image {
        max-height: calc(100vh - 108px);
    }

    .ev-shop-usps {
        grid-template-columns: 1fr;
    }

    .ev-shop-usps-wrap {
        margin-top: -12px;
        padding: 0 14px;
    }

    .ev-checkout-hero {
        padding: 24px 20px;
    }

    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review {
        padding: 20px;
    }

    .ev-shop-hero__copy,
    .ev-shop-release-promo,
    .ev-shop-merch .ev-woo-content .woocommerce {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ev-shop-hero {
        min-height: auto;
    }


/* Final checkout content alignment */
.ev-checkout-page-shell .ev-container {
    width: min(1440px, calc(100% - 48px));
}

.ev-checkout-page-shell .ev-checkout-head {
    padding: 10px 0 0;
    margin-bottom: 22px;
}

.ev-checkout-page-shell .ev-checkout-head__breadcrumb {
    margin-bottom: 14px;
}

.ev-checkout-page-shell .ev-checkout-head h1 {
    margin: 0 0 10px;
    font-size: clamp(42px, 4.5vw, 60px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 0.96;
}

.ev-checkout-page-shell .ev-checkout-head__meta {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-form {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 410px);
    gap: 30px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-form__customer {
    gap: 22px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-section__header {
    gap: 10px;
    margin-bottom: 14px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-section__badge {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-section__header-copy h2 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-section__body {
    padding: 16px 18px;
    border-color: rgba(255, 255, 255, 0.07);
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(4, 4, 4, 0.98));
}

.ev-checkout-page-shell .woocommerce-checkout .form-row {
    margin-bottom: 12px;
}

.ev-checkout-page-shell .woocommerce-checkout label {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.ev-checkout-page-shell .woocommerce-checkout .form-row input.input-text,
.ev-checkout-page-shell .woocommerce-checkout .form-row textarea,
.ev-checkout-page-shell .woocommerce-checkout .form-row select,
.ev-checkout-page-shell .woocommerce-checkout .select2-container--default .select2-selection--single,
.ev-checkout-page-shell .woocommerce-checkout .select2-container--default .select2-selection--multiple {
    min-height: 42px;
    padding: 0 14px;
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    font-size: 13px;
}

.ev-checkout-page-shell .woocommerce-checkout .form-row textarea {
    min-height: 104px;
    padding: 13px 14px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-sidebar__card {
    padding: 18px 20px;
    border-color: rgba(255, 255, 255, 0.07);
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(3, 3, 3, 0.99));
    top: 104px;
}

.ev-checkout-page-shell .woocommerce-checkout #order_review_heading {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review {
    gap: 16px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__head {
    padding-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__item {
    gap: 14px;
    padding-bottom: 16px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__thumb {
    flex: 0 0 46px;
    width: 46px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__thumb img {
    width: 46px;
    height: 58px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__product-copy strong {
    font-size: 13px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__product-copy span,
.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__product-copy dl.variation,
.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__product-copy dl.variation dt,
.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__product-copy dl.variation dd {
    font-size: 11px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__amount,
.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__row strong {
    font-size: 14px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__shipping {
    gap: 12px;
    padding: 16px 0;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__shipping-label,
.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__shipping-empty {
    font-size: 12px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__shipping-price {
    font-size: 13px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-review__row--total strong {
    font-size: 36px;
}

.ev-checkout-page-shell .woocommerce-checkout #payment {
    margin-top: 14px;
}

.ev-checkout-page-shell .woocommerce-checkout #payment ul.payment_methods li > label {
    padding: 12px 0;
    font-size: 12px;
}

.ev-checkout-page-shell .woocommerce-checkout #payment div.payment_box {
    margin-top: 8px;
    padding: 11px 12px;
    font-size: 12px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-sidebar__submit {
    margin-top: 16px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-sidebar__button,
.ev-checkout-page-shell .woocommerce-checkout #payment #place_order {
    min-height: 52px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-benefits {
    gap: 16px;
    margin-top: 20px;
    padding-top: 20px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-benefit {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-benefit__icon {
    font-size: 16px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-benefit strong {
    margin-bottom: 3px;
    font-size: 12px;
}

.ev-checkout-page-shell .woocommerce-checkout .ev-checkout-benefit p {
    font-size: 11px;
    line-height: 1.45;
}

/* WooCommerce Checkout Block */
.ev-checkout-page-shell .wp-block-woocommerce-checkout,
.ev-checkout-page-shell .wc-block-checkout {
    color: #fff;
}

.ev-checkout-page-shell .wc-block-components-sidebar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 410px);
    gap: 30px;
    align-items: start;
}

.ev-checkout-page-shell .wc-block-components-main,
.ev-checkout-page-shell .wc-block-components-sidebar {
    width: auto;
    padding: 0;
}

.ev-checkout-page-shell .wc-block-components-sidebar {
    position: sticky;
    top: 104px;
}

.ev-checkout-page-shell .wc-block-components-totals-wrapper,
.ev-checkout-page-shell .wc-block-components-order-summary,
.ev-checkout-page-shell .wc-block-checkout__sidebar,
.ev-checkout-page-shell .wc-block-checkout__main .wc-block-components-checkout-step,
.ev-checkout-page-shell .wc-block-components-panel {
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(4, 4, 4, 0.99)) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.ev-checkout-page-shell .wc-block-checkout__main .wc-block-components-checkout-step,
.ev-checkout-page-shell .wc-block-components-panel {
    padding: 18px 20px !important;
    margin-bottom: 22px !important;
}

.ev-checkout-page-shell .wc-block-components-totals-wrapper,
.ev-checkout-page-shell .wc-block-components-order-summary,
.ev-checkout-page-shell .wc-block-checkout__sidebar {
    padding: 18px 20px !important;
}

.ev-checkout-page-shell .wc-block-components-title,
.ev-checkout-page-shell .wc-block-checkout__main h2,
.ev-checkout-page-shell .wc-block-checkout__sidebar h2,
.ev-checkout-page-shell .wc-block-checkout__sidebar h3,
.ev-checkout-page-shell .wc-block-components-checkout-step__heading-title {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

.ev-checkout-page-shell .wc-block-components-checkout-step__heading-content,
.ev-checkout-page-shell .wc-block-checkout__sidebar .wc-block-components-totals-item__description,
.ev-checkout-page-shell .wc-block-components-order-summary-item__description,
.ev-checkout-page-shell .wc-block-components-product-metadata,
.ev-checkout-page-shell .wc-block-components-totals-item__description {
    color: rgba(255, 255, 255, 0.62) !important;
}

.ev-checkout-page-shell .wc-block-components-form .wc-block-components-text-input input,
.ev-checkout-page-shell .wc-block-components-form .wc-block-components-text-input.is-active input,
.ev-checkout-page-shell .wc-block-components-form .wc-block-components-combobox-control .components-combobox-control__input,
.ev-checkout-page-shell .wc-block-components-form .wc-block-components-address-form__country select,
.ev-checkout-page-shell .wc-block-components-form select,
.ev-checkout-page-shell .wc-block-components-form textarea,
.ev-checkout-page-shell .wc-block-components-text-input input,
.ev-checkout-page-shell .wc-block-components-combobox .components-form-token-field__input,
.ev-checkout-page-shell .wc-block-components-select .wc-block-components-select__select {
    min-height: 42px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.01) !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.ev-checkout-page-shell .wc-block-components-form textarea {
    min-height: 104px !important;
    padding: 13px 14px !important;
}

.ev-checkout-page-shell .wc-block-components-text-input label,
.ev-checkout-page-shell .wc-block-components-checkbox label,
.ev-checkout-page-shell .wc-block-components-radio-control__label,
.ev-checkout-page-shell .wc-block-components-address-form__address_1 label,
.ev-checkout-page-shell .wc-block-components-address-form__city label,
.ev-checkout-page-shell .wc-block-components-address-form__state label,
.ev-checkout-page-shell .wc-block-components-address-form__postcode label,
.ev-checkout-page-shell .wc-block-components-address-form__country label {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.ev-checkout-page-shell .wc-block-components-checkbox .wc-block-components-checkbox__mark,
.ev-checkout-page-shell .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: rgba(255, 255, 255, 0.24) !important;
}

.ev-checkout-page-shell .wc-block-components-order-summary .wc-block-components-order-summary-item,
.ev-checkout-page-shell .wc-block-components-totals-item,
.ev-checkout-page-shell .wc-block-components-shipping-rates-control__package,
.ev-checkout-page-shell .wc-block-components-panel__content {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.ev-checkout-page-shell .wc-block-components-order-summary-item__quantity,
.ev-checkout-page-shell .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount,
.ev-checkout-page-shell .wc-block-formatted-money-amount,
.ev-checkout-page-shell .wc-block-components-totals-item__value {
    color: #fff !important;
    font-weight: 700 !important;
}

.ev-checkout-page-shell .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount {
    color: var(--ev-color-accent) !important;
    font-size: 36px !important;
    line-height: 1 !important;
}

.ev-checkout-page-shell .wc-block-components-checkout-place-order-button,
.ev-checkout-page-shell .wc-block-components-button,
.ev-checkout-page-shell .wc-block-checkout__actions_row .wc-block-components-button {
    min-height: 52px !important;
    border: 1px solid rgba(225, 6, 19, 0.92) !important;
    background: linear-gradient(135deg, rgba(170, 4, 18, 0.95), rgba(225, 6, 19, 1)) !important;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.ev-checkout-page-shell .wc-block-components-order-summary__button-text,
.ev-checkout-page-shell .wc-block-components-button__text {
    color: #fff !important;
}

.ev-checkout-page-shell .wc-block-components-notice-banner,
.ev-checkout-page-shell .wc-block-store-notice,
.ev-checkout-page-shell .wc-block-components-notice-banner.is-error,
.ev-checkout-page-shell .wc-block-components-notice-banner.is-info {
    border-color: rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: #fff !important;
}

@media (max-width: 1024px) {
    .ev-checkout-page-shell .wc-block-components-sidebar-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ev-checkout-page-shell .wc-block-components-sidebar {
        position: static;
        top: auto;
        order: -1;
    }
}

@media (max-width: 1024px) {
    .ev-checkout-page-shell .ev-container {
        width: min(1440px, calc(100% - 32px));
    }

    .ev-checkout-page-shell .woocommerce-checkout .ev-checkout-form {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ev-checkout-page-shell .woocommerce-checkout .ev-checkout-sidebar {
        order: -1;
    }
}
    .ev-shop-hero__copy {
        padding-top: 28px;
        padding-bottom: 10px;
    }

    .ev-shop-hero__copy h1 {
        font-size: clamp(34px, 10vw, 52px);
    }

    .ev-shop-hero__copy p {
        max-width: none;
        font-size: 14px;
    }

    .ev-shop-hero__stage {
        padding: 4px 18px 22px;
    }

    .ev-shop-hero__products {
        width: 100%;
    }

    .ev-shop-hero__arrow {
        top: 42%;
        width: 38px;
        height: 38px;
    }

    .ev-shop-merch .woocommerce {
        padding-bottom: 0;
    }

    .ev-shop-merch .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .ev-shop-merch__footer {
        bottom: 20px;
        width: calc(100% - 36px);
    }

    .ev-shop-merch__footer .ev-button {
        width: 100%;
        justify-content: center;
    }

    .ev-shop-hero__product-stage {
        min-height: 286px;
    }

    .ev-shop-hero__product {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ev-shop-hero__product-image {
        width: 176px;
    }

    .ev-shop-hero__product-body h2 {
        max-width: 170px;
        font-size: 12px;
    }

    .ev-shop-release-promo__cover {
        min-height: 180px;
    }

    .ev-shop-release-promo__disc {
        left: 104px;
        width: 132px;
        height: 132px;
    }

    .ev-about-section__copy,
    .ev-about-section__stats,
    .ev-release-card,
    .ev-event-card,
    .ev-home-newsletter__inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ev-hero__content-rail {
        min-height: 360px;
    }

    .ev-hero__release-rail {
        width: 100%;
        min-height: 340px;
    }

    .ev-hero__release-card {
        position: relative;
        inset: auto;
        transform: none;
        gap: 16px;
    }

    .ev-hero__release-card.is-active {
        transform: none;
    }

    .ev-hero__release-stage {
        width: 248px;
        min-height: 196px;
        margin-left: 0;
    }

    .ev-hero__release-cover {
        width: 100%;
        min-height: 172px;
    }

    .ev-hero__release-cover-wrap {
        width: 172px;
    }

    .ev-hero__release-vinyl {
        top: 10px;
        left: 108px;
        width: 146px;
        height: 146px;
    }

    .ev-hero__release-body {
        max-width: 100%;
        padding-left: 0;
    }

    .ev-hero__release-body h3 {
        max-width: 100%;
        font-size: 26px;
    }

    .ev-footer__inner {
        grid-template-columns: 1fr;
    }

    .ev-woo-shell .ev-container {
        width: min(1480px, calc(100% - 28px));
    }

    .ev-woo-hero,
    .ev-woo-content .woocommerce,
    .ev-woo-content > .woocommerce-page {
        padding: 18px;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
    }

    .woocommerce div.product form.cart {
        align-items: stretch;
    }

    .woocommerce ul.order_details {
        grid-template-columns: 1fr;
    }
}

.single-product .ev-single-product-page-shell {
    padding: 0 !important;
    margin-top: 0 !important;
}

.single-product .ev-single-product-content .woocommerce {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.single-product .ev-woo-content,
.single-product .ev-single-product-content,
.single-product .ev-main-shell.ev-woo-shell,
.single-product .ev-single-product-page-shell {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.single-product .ev-woo-content .woocommerce,
.single-product .ev-woo-content > .woocommerce-page,
.single-product .ev-single-product-content .woocommerce,
.single-product .ev-single-product-content > .woocommerce-page {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ev-single-product {
    display: grid;
    gap: 34px;
}

.ev-single-product__breadcrumb-row {
    display: flex;
    align-items: center;
    min-height: 24px;
}

.ev-single-product__breadcrumb-row .woocommerce-breadcrumb {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ev-single-product__breadcrumb-row .woocommerce-breadcrumb a {
    color: var(--ev-color-primary);
}

.ev-single-product__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: 30px;
    align-items: start;
}

.ev-single-product__media {
    position: relative;
    min-width: 0;
}

.ev-single-product__media > .ev-product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 8;
}

.ev-single-product__gallery-shell {
    min-height: 100%;
}

.ev-single-product-gallery {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ev-single-product-gallery__thumb-rail {
    display: grid;
    grid-template-rows: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    align-self: stretch;
}

.ev-single-product-gallery__thumb-viewport {
    height: 520px;
    overflow: hidden;
}

.ev-single-product-gallery__thumbs {
    display: grid;
    gap: 10px;
}

.ev-single-product-gallery__thumb-control {
    width: 100%;
    border: 1px solid rgba(225, 6, 19, 0.26);
    background: rgba(30, 0, 0, 0.5);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.ev-single-product-gallery__thumb {
    width: 100%;
    padding: 4px;
    border: 1px solid rgba(225, 6, 19, 0.28);
    background: rgba(10, 10, 10, 0.9);
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ev-single-product-gallery__thumb:hover,
.ev-single-product-gallery__thumb.is-active {
    border-color: rgba(225, 6, 19, 0.52);
    box-shadow: 0 0 0 1px rgba(225, 6, 19, 0.22);
}

.ev-single-product-gallery__thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.ev-single-product-gallery__stage {
    position: relative;
    min-height: 520px;
    border: 0;
    background:
        radial-gradient(circle at 50% 42%, rgba(225, 6, 19, 0.3), rgba(225, 6, 19, 0.08) 28%, rgba(0, 0, 0, 0) 58%),
        linear-gradient(180deg, rgba(8, 8, 8, 0.94), rgba(1, 1, 1, 0.98));
    overflow: hidden;
    box-shadow: none;
}

.ev-single-product-gallery__stage::before {
    content: "";
    position: absolute;
    inset: 16% 17%;
    border-radius: 999px;
    border: 1px solid rgba(225, 6, 19, 0.68);
    box-shadow:
        0 0 0 12px rgba(225, 6, 19, 0.08),
        0 0 38px rgba(225, 6, 19, 0.34);
    pointer-events: none;
}

.ev-single-product-gallery__main {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
}

.ev-single-product-gallery__main img {
    max-width: 100%;
    max-height: 430px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.56));
}

.ev-single-product-gallery__arrow,
.ev-single-product-gallery__zoom {
    position: absolute;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.ev-single-product-gallery__arrow--prev {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.ev-single-product-gallery__arrow--next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.ev-single-product-gallery__zoom {
    right: 16px;
    bottom: 16px;
}

.single-product .woocommerce span.onsale {
    display: none;
}

.single-product .woocommerce div.product,
.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
    display: block;
    width: auto;
    float: none;
    margin: 0;
}

.single-product .woocommerce div.product div.images {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.single-product .woocommerce-product-gallery,
.single-product .flex-control-thumbs,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery .flex-direction-nav,
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
}

.ev-single-product__summary {
    min-width: 0;
    padding-top: 4px;
}

.ev-single-product__summary .product_title {
    margin: 0 0 18px;
    max-width: 540px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 0.94;
    text-transform: uppercase;
}

.ev-single-product__price-row {
    display: grid;
    gap: 4px;
    margin-bottom: 18px;
}

.ev-single-product__price-row .price,
.ev-single-product__price-row .price ins,
.ev-single-product__price-row .price del {
    color: var(--ev-color-primary);
    font-size: 34px;
    font-weight: 700;
    text-decoration: none;
}

.ev-single-product__shipping {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
}

.ev-single-product__intro {
    max-width: 560px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.65;
}

.ev-single-product__intro p {
    margin: 0;
}

.ev-single-product__features,
.ev-single-product__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.ev-single-product__features {
    margin-bottom: 26px;
}

.ev-single-product__features span,
.ev-single-product__assurances span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
}

.ev-single-product__features i,
.ev-single-product__assurances i {
    color: var(--ev-color-primary);
}

.ev-single-product__attribute-group {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.ev-single-product__attribute-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ev-single-product__attribute-head a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0;
    text-decoration: none;
}

.ev-single-product__attribute-options {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ev-single-product__option {
    min-width: 44px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ev-single-product__option:hover,
.ev-single-product__option.is-active {
    border-color: rgba(225, 6, 19, 0.56);
    background: rgba(225, 6, 19, 0.12);
}

.ev-single-product__option.is-color {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 999px;
    position: relative;
}

.ev-single-product__option.is-color::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ev-color-swatch--black,
.ev-color-swatch--schwarz,
.ev-color-swatch--nero {
    color: #0a0a0a;
}

.ev-color-swatch--white,
.ev-color-swatch--weiss,
.ev-color-swatch--weiss-2 {
    color: #f5f5f5;
}

.ev-color-swatch--red,
.ev-color-swatch--rot {
    color: #d60a1b;
}

.ev-color-swatch--grey,
.ev-color-swatch--gray,
.ev-color-swatch--grau,
.ev-color-swatch--anthrazit,
.ev-color-swatch--charcoal {
    color: #525252;
}

.ev-single-product__availability {
    margin: 8px 0 20px;
}

.ev-single-product__availability .stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #73d490;
    font-size: 13px;
}

.ev-single-product__availability .stock::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 10px currentColor;
}

.ev-single-product__availability .stock.out-of-stock {
    color: #ff6d6d;
}

.ev-single-product__cart form.cart,
.ev-single-product__cart .variations_form.cart {
    display: grid;
    gap: 16px;
    margin: 0 0 22px;
}

.ev-single-product__cart .variations,
.ev-single-product__cart .reset_variations {
    display: none !important;
}

.ev-single-product__cart .single_variation {
    margin: 0;
}

.ev-single-product__cart .single_variation .price,
.ev-single-product__cart .single_variation .stock {
    display: none !important;
}

.ev-single-product__cart .quantity {
    margin: 0 !important;
}

.ev-single-product__cart .quantity .qty,
.ev-single-product__cart input.qty {
    width: 78px;
    min-height: 54px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    text-align: center;
}

.ev-single-product__cart .single_add_to_cart_button,
.ev-single-product__cart .button.alt {
    min-width: 260px;
    min-height: 54px;
    padding: 0 22px;
    justify-content: center;
    box-shadow: 0 16px 34px rgba(225, 6, 19, 0.2);
}

.ev-single-product__cart .single_add_to_cart_button::after,
.ev-single-product__cart .button.alt::after {
    content: "\f07a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 12px;
}

.ev-single-product__cart .variations_button,
.ev-single-product__cart form.cart:not(.variations_form) {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}

.ev-single-product__details-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.ev-single-product__tabs-wrap {
    min-width: 0;
}

.ev-single-product__tabs-wrap .woocommerce-tabs ul.tabs {
    margin-top: 0;
    margin-bottom: 22px;
    gap: 26px;
}

.ev-single-product__tabs-wrap .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent;
    border-radius: 0;
}

.ev-single-product__tabs-wrap .woocommerce-tabs ul.tabs li.active a,
.ev-single-product__tabs-wrap .woocommerce-tabs ul.tabs li a:hover {
    color: var(--ev-color-primary);
}

.ev-single-product__tabs-wrap .woocommerce-tabs ul.tabs li a {
    padding: 0 0 8px;
    border-bottom: 1px solid transparent;
    color: rgba(255, 255, 255, 0.66);
}

.ev-single-product__tabs-wrap .woocommerce-tabs ul.tabs li.active a {
    border-bottom-color: var(--ev-color-primary);
}

.ev-single-product__tabs-wrap .woocommerce-tabs .panel {
    min-height: 190px;
    padding: 26px 28px;
    border-color: rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.96), rgba(5, 5, 5, 0.98));
}

.ev-single-product__tabs-wrap .woocommerce-tabs .panel,
.ev-single-product__tabs-wrap .woocommerce-tabs .panel p,
.ev-single-product__tabs-wrap .woocommerce-tabs .panel li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.72;
}

.ev-single-product__tabs-wrap .woocommerce-tabs .panel ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.ev-single-product__tabs-wrap .woocommerce-tabs .panel li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.ev-single-product__tabs-wrap .woocommerce-tabs .panel li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ev-color-primary);
}

.ev-single-product__promo-card {
    min-height: 190px;
    padding: 26px 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, rgba(12, 12, 12, 0.96), rgba(4, 4, 4, 0.98));
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.ev-single-product__promo-mark {
    color: var(--ev-color-primary);
    font-size: 72px;
    font-weight: 800;
    line-height: 0.8;
    text-align: center;
    font-family: "Brush Script MT", "Segoe Script", cursive;
}

.ev-single-product__promo-copy span {
    display: block;
    margin-bottom: 10px;
    color: var(--ev-color-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ev-single-product__promo-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.7;
}

.ev-single-product__related {
    display: grid;
    gap: 22px;
}

.ev-single-product__related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ev-single-product__related-head h2 {
    margin: 0;
    font-size: 34px;
    line-height: 0.96;
    text-transform: uppercase;
}

.ev-single-product__related-head a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
}

.ev-single-product__related .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ev-single-product-usps {
    margin-top: 34px;
}

.ev-single-product-usps .ev-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ev-single-product-newsletter {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .ev-single-product__hero {
        grid-template-columns: 1fr;
    }

    .ev-single-product__details-row {
        grid-template-columns: 1fr;
    }

    .ev-single-product-usps .ev-container,
    .ev-single-product__related .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    .ev-single-product-gallery {
        grid-template-columns: 1fr;
    }

    .ev-single-product-gallery__thumb-rail {
        order: 2;
        grid-template-rows: 34px minmax(0, 1fr) 34px;
    }

    .ev-single-product-gallery__thumb-viewport {
        height: 96px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .ev-single-product-gallery__thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: column;
        grid-auto-columns: 72px;
    }

    .ev-single-product-gallery__stage,
    .ev-single-product-gallery__main {
        min-height: 420px;
    }

    .ev-single-product-gallery__main img {
        max-height: 320px;
    }

    .ev-single-product__summary .product_title {
        font-size: 34px;
    }

    .ev-single-product__related-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .single-product .ev-single-product-page-shell {
        padding-top: 18px;
    }

    .ev-single-product__summary .product_title,
    .ev-single-product__related-head h2 {
        font-size: 28px;
    }

    .ev-single-product__features,
    .ev-single-product__assurances {
        gap: 12px;
    }

    .ev-single-product__cart .variations_button,
    .ev-single-product__cart form.cart:not(.variations_form) {
        flex-direction: column;
    }

    .ev-single-product__cart .single_add_to_cart_button,
    .ev-single-product__cart .button.alt,
    .ev-single-product__cart .quantity .qty,
    .ev-single-product__cart input.qty {
        width: 100%;
    }

    .ev-single-product__promo-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ev-single-product-usps .ev-container,
    .ev-single-product__related .products {
        grid-template-columns: 1fr;
    }
}

.single-product .ev-woo-shell .ev-container {
    width: min(1480px, calc(100% - 44px));
}

.single-product .ev-single-product-page-shell {
    padding-top: 18px;
}

.ev-single-product {
    gap: 26px;
}

.ev-single-product__hero {
    grid-template-columns: minmax(0, 750px) minmax(340px, 430px);
    gap: 18px;
    align-items: start;
}

.ev-single-product__breadcrumb-row .woocommerce-breadcrumb {
    font-size: 9px;
}

.ev-single-product-gallery {
    gap: 16px;
    grid-template-columns: 72px minmax(0, 1fr);
}

.ev-single-product-gallery__thumbs {
    gap: 8px;
}

.ev-single-product-gallery__thumb {
    padding: 4px;
}

.ev-single-product-gallery__stage,
.ev-single-product-gallery__main {
    min-height: 540px;
}

.ev-single-product-gallery__thumb-viewport {
    height: 540px;
}

.ev-single-product-gallery__main {
    padding: 40px;
}

.ev-single-product-gallery__main img {
    max-height: 470px;
}

.ev-single-product-gallery__stage::before {
    inset: 19% 20%;
}

.ev-single-product__media > .ev-product-badge {
    top: 14px;
    left: 92px;
}

.ev-single-product__summary {
    padding-top: 4px;
}

.ev-single-product__summary .product_title {
    max-width: 430px;
    margin-bottom: 14px;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.08;
}

.ev-single-product__price-row {
    margin-bottom: 12px;
}

.ev-single-product__price-row .price,
.ev-single-product__price-row .price ins,
.ev-single-product__price-row .price del {
    font-size: 17px;
    line-height: 1;
}

.ev-single-product__shipping {
    font-size: 10px;
}

.ev-single-product__intro {
    max-width: 450px;
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.55;
}

.ev-single-product__features {
    gap: 16px;
    margin-bottom: 18px;
}

.ev-single-product__features span,
.ev-single-product__assurances span {
    font-size: 10px;
}

.ev-single-product__attribute-group {
    gap: 8px;
    margin-bottom: 14px;
}

.ev-single-product__attribute-head {
    font-size: 10px;
}

.ev-single-product__attribute-head a {
    font-size: 10px;
}

.ev-single-product__option {
    min-width: 34px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 10px;
}

.ev-single-product__option.is-color {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
}

.ev-single-product__option.is-color::before {
    width: 14px;
    height: 14px;
}

.ev-single-product__availability {
    margin: 4px 0 14px;
}

.ev-single-product__availability .stock {
    font-size: 11px;
}

.ev-single-product__cart form.cart,
.ev-single-product__cart .variations_form.cart {
    gap: 12px;
    margin-bottom: 16px;
}

.ev-single-product__cart .quantity {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
}

.ev-single-product__cart .quantity .qty,
.ev-single-product__cart input.qty {
    width: 54px;
    min-height: 42px;
    border: 0;
    background: transparent;
    font-size: 12px;
}

.ev-qty-button {
    width: 38px;
    min-height: 42px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.ev-qty-button--plus {
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-single-product__cart .single_add_to_cart_button,
.ev-single-product__cart .button.alt {
    min-width: 0;
    min-height: 42px;
    padding: 0 18px;
    font-size: 10px;
    letter-spacing: 0.16em;
}

.ev-single-product__cart .variations_button,
.ev-single-product__cart form.cart:not(.variations_form) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}

.ev-single-product__assurances {
    gap: 18px;
}

.ev-single-product__details-row {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: stretch;
}

.ev-product-tabs__nav {
    display: flex;
    gap: 28px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ev-product-tabs__tab {
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
}

.ev-product-tabs__tab.is-active {
    color: var(--ev-color-primary);
    border-bottom-color: var(--ev-color-primary);
}

.ev-product-tabs__panel {
    min-height: 228px;
    padding: 0;
}

.ev-product-copy {
    min-height: 228px;
    padding: 12px 0 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.7;
    box-shadow: none;
}

.ev-product-copy p {
    margin: 0 0 12px;
}

.ev-product-copy ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.ev-product-copy li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}

.ev-product-copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ev-color-primary);
}

.ev-product-copy__meta-list li {
    display: grid;
    gap: 4px;
    padding-left: 0;
    margin-bottom: 12px;
}

.ev-product-copy__meta-list li::before {
    display: none;
}

.ev-product-copy__meta-list strong {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 10px;
}

.ev-single-product__promo-card {
    min-height: 228px;
    padding: 12px 0 0;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    border: 0;
    background: transparent;
    box-shadow: none;
}


.ev-single-product__promo-mark {
    font-size: 68px;
}

.ev-single-product__promo-copy span {
    margin-bottom: 8px;
    font-size: 11px;
}

.ev-single-product__promo-copy p {
    font-size: 12px;
    line-height: 1.6;
}

.ev-single-product__related {
    gap: 16px;
}

.ev-single-product__related-head h2 {
    font-size: 28px;
}

.ev-single-product__related-head a {
    font-size: 10px;
}

.ev-single-product__related .products {
    gap: 12px;
}

.ev-single-product-usps {
    margin-top: 22px;
}

@media (max-width: 1200px) {
    .ev-single-product__hero {
        grid-template-columns: 1fr;
    }

    .ev-single-product__details-row {
        grid-template-columns: 1fr;
    }
}

/* Final single-product screen override */
.single-product .ev-main-shell.ev-woo-shell,
.single-product .ev-single-product-page-shell,
.single-product .ev-woo-content,
.single-product .ev-single-product-content,
.single-product .ev-woo-content .woocommerce,
.single-product .ev-woo-content > .woocommerce-page,
.single-product .ev-single-product-content .woocommerce,
.single-product .ev-single-product-content > .woocommerce-page {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.single-product .ev-single-product-page-shell {
    padding: 18px 0 0 !important;
}

.single-product .ev-woo-shell .ev-container {
    width: min(1320px, calc(100% - 56px)) !important;
}

.single-product .ev-single-product {
    gap: 24px !important;
}

.single-product .ev-single-product__breadcrumb-row {
    min-height: auto;
    margin-bottom: 6px;
}

.single-product .ev-single-product__breadcrumb-row .woocommerce-breadcrumb {
    font-size: 9px !important;
    letter-spacing: 0.12em !important;
}

.single-product .ev-single-product__hero {
    grid-template-columns: minmax(0, 732px) minmax(340px, 424px) !important;
    gap: 18px !important;
    align-items: start !important;
}

.single-product .ev-single-product__media,
.single-product .ev-single-product__gallery-shell {
    min-width: 0;
}

.single-product .ev-single-product__media > .ev-product-badge {
    top: 18px !important;
    left: 86px !important;
    min-height: 22px;
    padding: 0 9px;
    font-size: 8px;
    letter-spacing: 0.16em;
}

.single-product .ev-single-product-gallery {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
    padding: 0 !important;
    background: transparent !important;
}

.single-product .ev-single-product-gallery__thumb-rail {
    grid-template-rows: 26px minmax(0, 1fr) 26px !important;
    gap: 6px !important;
}

.single-product .ev-single-product-gallery__thumb-viewport {
    height: 500px !important;
    overflow: hidden !important;
}

.single-product .ev-single-product-gallery__thumbs {
    gap: 8px !important;
}

.single-product .ev-single-product-gallery__thumb-control {
    border: 1px solid rgba(225, 6, 19, 0.34) !important;
    background: rgba(20, 0, 0, 0.76) !important;
    min-height: 26px;
}

.single-product .ev-single-product-gallery__thumb {
    padding: 3px !important;
    border: 1px solid rgba(225, 6, 19, 0.38) !important;
    background: rgba(5, 5, 5, 0.94) !important;
    box-shadow: none !important;
}

.single-product .ev-single-product-gallery__thumb.is-active {
    border-color: rgba(225, 6, 19, 0.9) !important;
}

.single-product .ev-single-product-gallery__stage {
    min-height: 500px !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
}

.single-product .ev-single-product-gallery__stage::before {
    inset: 18% 22% !important;
    border-color: rgba(225, 6, 19, 0.82) !important;
    box-shadow:
        0 0 0 10px rgba(225, 6, 19, 0.06),
        0 0 32px rgba(225, 6, 19, 0.3) !important;
}

.single-product .ev-single-product-gallery__main {
    min-height: 500px !important;
    padding: 26px 24px !important;
    background: transparent !important;
}

.single-product .ev-single-product-gallery__main img {
    max-height: 420px !important;
    margin: 0 auto;
}

.single-product .ev-single-product-gallery__arrow,
.single-product .ev-single-product-gallery__zoom {
    width: 34px !important;
    height: 34px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(0, 0, 0, 0.82) !important;
}

.single-product .ev-single-product-gallery__arrow--prev {
    left: 10px !important;
}

.single-product .ev-single-product-gallery__arrow--next {
    right: 10px !important;
}

.single-product .ev-single-product-gallery__zoom {
    right: 8px !important;
    bottom: 8px !important;
}

.single-product .ev-single-product__summary {
    padding-top: 8px !important;
}

.single-product .ev-single-product__summary .product_title {
    max-width: 420px !important;
    margin: 0 0 14px !important;
    font-size: 19px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

.single-product .ev-single-product__price-row {
    gap: 2px !important;
    margin-bottom: 12px !important;
}

.single-product .ev-single-product__price-row .price,
.single-product .ev-single-product__price-row .price ins,
.single-product .ev-single-product__price-row .price del {
    font-size: 15px !important;
    line-height: 1 !important;
}

.single-product .ev-single-product__shipping {
    font-size: 9px !important;
}

.single-product .ev-single-product__intro {
    max-width: 390px !important;
    margin-bottom: 12px !important;
    font-size: 10px !important;
    line-height: 1.55 !important;
}

.single-product .ev-single-product__features {
    gap: 14px !important;
    margin-bottom: 16px !important;
}

.single-product .ev-single-product__features span,
.single-product .ev-single-product__assurances span {
    gap: 6px !important;
    font-size: 9px !important;
}

.single-product .ev-single-product__attribute-group {
    gap: 7px !important;
    margin-bottom: 12px !important;
}

.single-product .ev-single-product__attribute-head {
    font-size: 9px !important;
}

.single-product .ev-single-product__attribute-head a {
    font-size: 9px !important;
}

.single-product .ev-single-product__attribute-options {
    gap: 6px !important;
}

.single-product .ev-single-product__option {
    min-width: 30px !important;
    min-height: 24px !important;
    padding: 0 8px !important;
    font-size: 8px !important;
}

.single-product .ev-single-product__option.is-color {
    width: 22px !important;
    min-width: 22px !important;
    height: 22px !important;
    min-height: 22px !important;
}

.single-product .ev-single-product__option.is-color::before {
    width: 12px !important;
    height: 12px !important;
}

.single-product .ev-single-product__availability {
    margin: 2px 0 10px !important;
}

.single-product .ev-single-product__availability .stock {
    font-size: 10px !important;
}

.single-product .ev-single-product__cart form.cart,
.single-product .ev-single-product__cart .variations_form.cart {
    gap: 10px !important;
    margin-bottom: 12px !important;
}

.single-product .ev-single-product__cart .variations_button,
.single-product .ev-single-product__cart form.cart:not(.variations_form) {
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 8px !important;
}

.single-product .ev-single-product__cart .quantity {
    min-height: 34px !important;
}

.single-product .ev-single-product__cart .quantity .qty,
.single-product .ev-single-product__cart input.qty {
    width: 100% !important;
    min-height: 34px !important;
    font-size: 10px !important;
}

.single-product .ev-qty-button {
    width: 22px !important;
    min-height: 34px !important;
}

.single-product .ev-single-product__cart .single_add_to_cart_button,
.single-product .ev-single-product__cart .button.alt {
    min-height: 34px !important;
    padding: 0 14px !important;
    font-size: 9px !important;
    letter-spacing: 0.16em !important;
}

.single-product .ev-single-product__assurances {
    gap: 14px !important;
}

.single-product .ev-single-product__details-row {
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 18px !important;
    align-items: start !important;
}

.single-product .ev-product-tabs__nav {
    gap: 22px !important;
    margin-bottom: 10px !important;
    border-bottom: 0 !important;
}

.single-product .ev-product-tabs__tab {
    padding: 0 0 8px !important;
    font-size: 9px !important;
}

.single-product .ev-product-tabs__panel {
    min-height: auto !important;
}

.single-product .ev-product-copy {
    min-height: auto !important;
    padding: 8px 0 0 !important;
    font-size: 10px !important;
    line-height: 1.72 !important;
}

.single-product .ev-single-product__promo-card {
    min-height: auto !important;
    padding-top: 10px !important;
}

.single-product .ev-single-product__promo-mark {
    font-size: 62px !important;
}

.single-product .ev-single-product__promo-copy span {
    font-size: 10px !important;
}

.single-product .ev-single-product__promo-copy p {
    font-size: 11px !important;
    line-height: 1.65 !important;
}

.single-product .ev-single-product__related {
    gap: 14px !important;
}

.single-product .ev-single-product__related-head h2 {
    font-size: 22px !important;
}

.single-product .ev-single-product__related-head a {
    font-size: 9px !important;
}
