:root {
    --r1-red: #ed1c24;
    --r1-black: #111111;
    --r1-black-2: #171717;
    --r1-soft: #f2f2f2;
    --r1-white: #ffffff;
    --r1-text: #161616;
    --r1-muted: #767676;
    --r1-line: #dddddd;
    --r1-radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.r1-commerce-page {
    margin: 0;
    background: #f1f1f1;
    color: var(--r1-text);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.r1-commerce-page #wpadminbar { position: fixed; }
.r1-site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(17,17,17,.97);
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
}
.admin-bar .r1-site-header { top: 32px; }
.r1-site-header-inner {
    width: min(100% - 44px, 1460px);
    min-height: 76px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}
.r1-site-brand {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}
.r1-site-brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--r1-red);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.r1-site-brand-copy { display: grid; line-height: 1; }
.r1-site-brand-copy strong { font-size: 12px; letter-spacing: .12em; }
.r1-site-brand-copy small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .22em; }
.r1-site-nav { justify-self: center; }
.r1-site-nav a,
.r1-site-account {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
.r1-site-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.r1-site-cart {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 11px 0 14px;
    border-radius: 11px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}
.r1-site-cart b {
    min-width: 28px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--r1-red);
    color: #fff;
    font-size: 11px;
}
.r1-commerce-main { min-height: calc(100vh - 220px); }
.r1-store-shell,
.r1-product-page,
.r1-commerce-system-head,
.r1-commerce-panel {
    width: min(100% - 44px, 1460px);
    margin-left: auto;
    margin-right: auto;
}
.r1-store-shell { padding: 26px 0 70px; }
.r1-store-hero {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 64px;
    border-radius: 28px;
    background: #0f0f0f;
    color: #fff;
}
.r1-store-hero:after {
    content: "R1";
    position: absolute;
    right: -20px;
    bottom: -86px;
    color: rgba(237,28,36,.2);
    font-size: 250px;
    font-weight: 900;
    line-height: 1;
}
.r1-store-kicker,
.r1-store-section-head > div > span,
.r1-info-head > span,
.r1-product-eyebrow,
.r1-filter-panel-head span,
.r1-commerce-system-head > span {
    color: var(--r1-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.r1-store-hero h1 {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 12px 0 20px;
    font-size: clamp(68px, 9vw, 144px);
    font-weight: 500;
    line-height: .86;
    letter-spacing: -.06em;
}
.r1-store-hero p {
    position: relative;
    z-index: 2;
    max-width: 740px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 17px;
    line-height: 1.6;
}
.r1-store-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}
.r1-store-feature-card {
    position: relative;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 22px;
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.r1-store-feature-card:before {
    content: "";
    position: absolute;
    inset: 7px;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 16px;
}
.r1-store-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(237,28,36,.65);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 16px 34px rgba(0,0,0,.08);
}
.r1-store-feature-card > span {
    position: absolute;
    top: 24px;
    left: 28px;
    font-size: 18px;
    font-weight: 900;
    opacity: .62;
}
.r1-store-feature-card strong { position: relative; z-index: 2; font-size: 30px; line-height: 1; }
.r1-store-feature-card small { position: relative; z-index: 2; max-width: 420px; margin-top: 10px; font-size: 13px; line-height: 1.4; }
.r1-store-feature-card-dark { background: #111; color: #fff; }
.r1-store-feature-card-red { background: var(--r1-red); color: #fff; }
.r1-store-feature-card-light { background: #f7f7f7; color: #151515; border-color: #dedede; }
.r1-store-feature-card-light:before { border-color: rgba(0,0,0,.06); }
.r1-store-feature-card-light:hover { border-color: rgba(237,28,36,.5); }
.r1-store-section { margin-top: 78px; scroll-margin-top: 120px; }
.r1-store-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 28px;
}
.r1-store-section-head h2,
.r1-info-head h2 {
    max-width: 900px;
    margin: 8px 0 0;
    font-size: clamp(34px, 4vw, 64px);
    line-height: .98;
    letter-spacing: -.05em;
}
.r1-store-section-head p {
    max-width: 420px;
    margin: 0;
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.55;
}
.r1-store-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}
.r1-filter-panel {
    position: sticky;
    top: 100px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
        #111;
    background-size: 28px 28px;
    color: #fff;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}
.admin-bar .r1-filter-panel { top: 132px; }
.r1-filter-form { margin: 0; }
.r1-filter-panel-head {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.r1-filter-panel-head > div:first-child { display: grid; gap: 5px; }
.r1-filter-panel-head strong { font-size: 22px; }
.r1-filter-head-actions { display: flex; align-items: center; gap: 8px; }
.r1-filter-reset,
.r1-filter-close {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.55);
    cursor: pointer;
}
.r1-filter-reset { padding: 0; font-size: 11px; font-weight: 800; }
.r1-filter-reset:hover { color: #fff; }
.r1-filter-close { display: none; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; font-size: 24px; line-height: 1; }
.r1-filter-group { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
.r1-filter-group:last-of-type { border-bottom: 0; }
.r1-filter-label,
.r1-filter-search > span {
    display: block;
    margin-bottom: 11px;
    color: rgba(255,255,255,.38);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.r1-filter-search-field { position: relative; }
.r1-filter-search-field:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border: 1.5px solid rgba(255,255,255,.5);
    border-radius: 50%;
}
.r1-filter-search-field:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 57%;
    width: 7px;
    height: 1.5px;
    background: rgba(255,255,255,.5);
    transform: rotate(45deg);
}
.r1-filter-panel input[type="search"],
.r1-filter-panel input[type="number"] {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    outline: none;
    background: rgba(255,255,255,.045);
    color: #fff;
    font: inherit;
    transition: border-color .2s ease, background .2s ease;
}
.r1-filter-panel input[type="search"] { padding: 0 42px 0 13px; }
.r1-filter-panel input[type="number"] { padding: 0 10px 0 31px; }
.r1-filter-panel input:focus { border-color: rgba(237,28,36,.85); background: rgba(255,255,255,.07); }
.r1-filter-panel input::placeholder { color: rgba(255,255,255,.28); }
.r1-filter-segments { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.r1-filter-segments label { cursor: pointer; }
.r1-filter-segments input { position: absolute; opacity: 0; pointer-events: none; }
.r1-filter-segments span {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
    font-weight: 800;
    transition: .2s ease;
}
.r1-filter-segments span b { color: rgba(255,255,255,.3); font-size: 9px; }
.r1-filter-segments input:checked + span { border-color: var(--r1-red); background: var(--r1-red); color: #fff; }
.r1-filter-segments input:checked + span b { color: rgba(255,255,255,.75); }
.r1-filter-options { display: grid; }
.r1-filter-choice {
    min-height: 38px;
    display: grid;
    grid-template-columns: 19px 1fr auto;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.72);
    cursor: pointer;
    font-size: 12px;
}
.r1-filter-choice input { position: absolute; opacity: 0; pointer-events: none; }
.r1-filter-choice i {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 5px;
    background: rgba(255,255,255,.03);
    transition: .2s ease;
}
.r1-filter-choice i:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(45deg);
}
.r1-filter-choice input:checked + i { border-color: var(--r1-red); background: var(--r1-red); }
.r1-filter-choice input:checked + i:after { opacity: 1; }
.r1-filter-choice input:checked ~ span { color: #fff; font-weight: 800; }
.r1-filter-choice b { color: rgba(255,255,255,.27); font-size: 10px; }
.r1-filter-size-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.r1-filter-size-grid label { cursor: pointer; }
.r1-filter-size-grid input { position: absolute; opacity: 0; pointer-events: none; }
.r1-filter-size-grid span {
    min-height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 9px;
    color: rgba(255,255,255,.7);
    font-size: 10px;
    font-weight: 800;
    transition: .2s ease;
}
.r1-filter-size-grid input:checked + span { border-color: var(--r1-red); background: var(--r1-red); color: #fff; }
.r1-filter-colors { display: grid; gap: 8px; }
.r1-filter-colors label { display: flex; align-items: center; gap: 10px; min-height: 32px; cursor: pointer; color: rgba(255,255,255,.72); font-size: 12px; }
.r1-filter-colors input { position: absolute; opacity: 0; }
.r1-filter-colors i {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: var(--r1-swatch);
    border: 2px solid #222;
    box-shadow: 0 0 0 1px rgba(255,255,255,.2);
    transition: box-shadow .2s ease;
}
.r1-filter-colors input:checked + i { box-shadow: 0 0 0 2px #111, 0 0 0 4px var(--r1-red); }
.r1-filter-colors input:checked ~ span { color: #fff; font-weight: 800; }
.r1-filter-price { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.r1-filter-price label { position: relative; }
.r1-filter-price label span { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.33); font-size: 10px; }
.r1-filter-switch { display: flex; align-items: center; gap: 11px; cursor: pointer; color: rgba(255,255,255,.78); font-size: 12px; }
.r1-filter-switch input { position: absolute; opacity: 0; }
.r1-filter-switch i {
    position: relative;
    width: 42px;
    height: 24px;
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: #282828;
    transition: .2s ease;
}
.r1-filter-switch i:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: .2s ease;
}
.r1-filter-switch input:checked + i { border-color: var(--r1-red); background: var(--r1-red); }
.r1-filter-switch input:checked + i:after { transform: translateX(18px); }
.r1-mobile-filter-apply,
.r1-mobile-filter-open,
.r1-mobile-filter-overlay { display: none; }
.r1-catalog-content { min-width: 0; }
.r1-catalog-toolbar {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 10px 12px 10px 20px;
    border: 1px solid var(--r1-line);
    border-radius: 16px;
    background: #fff;
}
.r1-catalog-count { color: #777; font-size: 12px; }
.r1-catalog-count span { color: #111; font-size: 22px; font-weight: 900; }
.r1-sort-control { display: flex; align-items: center; gap: 10px; color: #777; font-size: 11px; font-weight: 800; }
.r1-sort-control select {
    width: 220px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #dedede;
    border-radius: 10px;
    outline: none;
    background: #f7f7f7;
    color: #111;
    font-weight: 700;
}
.r1-catalog-status { min-height: 18px; margin: -4px 0 10px; color: #777; font-size: 11px; }
.r1-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.r1-catalog-grid { transition: opacity .2s ease, transform .2s ease; }
.is-filtering .r1-catalog-grid { opacity: .38; transform: translateY(3px); pointer-events: none; }
.r1-product-card {
    overflow: hidden;
    border: 1px solid var(--r1-line);
    border-radius: 20px;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.r1-product-card:hover { transform: translateY(-4px); border-color: #c8c8c8; box-shadow: 0 18px 38px rgba(0,0,0,.07); }
.r1-product-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    display: block;
    background: #f4f4f4;
}
.r1-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.r1-product-card:hover .r1-product-image img { transform: scale(1.035); }
.r1-product-badge,
.r1-product-new {
    position: absolute;
    z-index: 3;
    top: 15px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}
.r1-product-badge { left: 15px; background: #111; color: #fff; }
.r1-product-new { right: 15px; background: var(--r1-red); color: #fff; }
.r1-product-body { padding: 17px 17px 16px; }
.r1-product-category { color: #909090; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.r1-product-body h3 { min-height: 48px; margin: 7px 0 9px; font-size: 18px; line-height: 1.28; }
.r1-product-body h3 a { color: #111; text-decoration: none; }
.r1-product-price { min-height: 30px; display: flex; align-items: baseline; gap: 8px; margin-bottom: 13px; color: #111; font-size: 20px; font-weight: 900; }
.r1-product-price .woocommerce-Price-currencySymbol { font-size: .88em; }
.r1-product-price del { color: #aaa; font-size: 13px; font-weight: 600; }
.r1-product-price ins { color: var(--r1-red); text-decoration: none; }
.r1-product-variants { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.r1-card-swatches { display: flex; align-items: center; gap: 6px; }
.r1-card-swatches i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--r1-swatch);
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 0 2px #fff;
}
.r1-card-sizes { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.r1-card-sizes span { min-width: 25px; height: 24px; display: grid; place-items: center; padding: 0 4px; border: 1px solid #e0e0e0; border-radius: 6px; color: #777; font-size: 8px; font-weight: 800; }
.r1-product-button {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
    border-radius: 11px;
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
    transition: background .2s ease;
}
.r1-product-button i { font-style: normal; font-size: 16px; }
.r1-product-card:hover .r1-product-button { background: var(--r1-red); }
.r1-catalog-empty {
    grid-column: 1 / -1;
    min-height: 300px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 9px;
    border: 1px dashed #cfcfcf;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}
.r1-catalog-empty strong { font-size: 28px; }
.r1-catalog-empty span { color: #777; }
.r1-catalog-empty button { margin-top: 8px; padding: 11px 16px; border: 0; border-radius: 10px; background: #111; color: #fff; cursor: pointer; font-weight: 800; }
.r1-product-page { padding: 24px 0 76px; }
.r1-commerce-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 18px; color: #929292; font-size: 11px; }
.r1-commerce-breadcrumb a { color: var(--r1-red); text-decoration: none; font-weight: 800; }
.r1-product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 22px; }
.r1-product-gallery,
.r1-product-summary {
    border: 1px solid #e0e0e0;
    border-radius: 26px;
    background: #fff;
}
.r1-product-gallery { padding: 16px; }
.r1-product-main-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 19px;
    background: #f4f4f4;
}
.r1-product-main-image img { width: 100%; height: 100%; object-fit: contain; }
.r1-product-thumbs { display: grid; grid-template-columns: repeat(5, 72px); gap: 8px; margin-top: 10px; }
.r1-product-thumbs button { width: 72px; height: 72px; padding: 4px; overflow: hidden; border: 1px solid #ddd; border-radius: 10px; background: #f7f7f7; cursor: pointer; }
.r1-product-thumbs button.is-active { border-color: var(--r1-red); }
.r1-product-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.r1-product-summary { align-self: start; padding: 44px; }
.r1-product-summary h1 { margin: 10px 0 18px; font-size: clamp(42px, 4.6vw, 72px); font-weight: 500; line-height: .96; letter-spacing: -.05em; }
.r1-single-price { margin-bottom: 22px; display: flex; align-items: baseline; gap: 10px; color: #111; font-size: 30px; font-weight: 900; }
.r1-single-price del { color: #aaa; font-size: 17px; font-weight: 600; }
.r1-single-price ins { color: var(--r1-red); text-decoration: none; }
.r1-product-short { max-width: 650px; margin-bottom: 26px; color: #4d4d4d; font-size: 16px; line-height: 1.65; }
.r1-product-short p { margin: 0; }
.r1-option-block { margin-top: 24px; }
.r1-option-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; color: #111; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.r1-option-title button { padding: 0; border: 0; background: transparent; color: var(--r1-red); cursor: pointer; font-size: 11px; font-weight: 800; }
.r1-size-options { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.r1-size-options label { cursor: pointer; }
.r1-size-options input { position: absolute; opacity: 0; }
.r1-size-options span { min-height: 46px; display: grid; place-items: center; border: 1px solid #dcdcdc; border-radius: 10px; background: #fff; color: #111; font-size: 11px; font-weight: 900; transition: .2s ease; }
.r1-size-options input:checked + span { border-color: var(--r1-red); background: var(--r1-red); color: #fff; }
.r1-size-options input:disabled + span { opacity: .35; cursor: not-allowed; }
.r1-color-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.r1-color-options label { cursor: pointer; }
.r1-color-options input { position: absolute; opacity: 0; }
.r1-color-options span { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #dcdcdc; border-radius: 10px; background: #fff; color: #111; font-size: 11px; font-weight: 800; transition: .2s ease; }
.r1-color-options i { width: 18px; height: 18px; border-radius: 50%; background: var(--r1-swatch); border: 1px solid #d1d1d1; box-shadow: 0 0 0 2px #fff; }
.r1-color-options input:checked + span { border-color: #111; box-shadow: inset 0 0 0 1px #111; }
.r1-option-error { min-height: 16px; margin-top: 7px; color: var(--r1-red); font-size: 11px; }
.r1-primary-buy {
    width: 100%;
    min-height: 56px;
    margin-top: 24px;
    border: 0;
    border-radius: 13px;
    background: #111;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    transition: background .2s ease, transform .2s ease;
}
.r1-primary-buy:hover { background: var(--r1-red); transform: translateY(-1px); }
.r1-primary-buy:disabled { opacity: .4; cursor: not-allowed; }
.r1-product-stock { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: #676767; font-size: 11px; }
.r1-product-stock i { width: 8px; height: 8px; border-radius: 50%; background: #29a65a; }
.r1-product-stock i.is-out { background: var(--r1-red); }
.r1-ticket-facts,
.r1-membership-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 22px; }
.r1-ticket-facts > div,
.r1-membership-facts > div { min-height: 76px; display: grid; align-content: center; gap: 5px; padding: 13px 15px; border: 1px solid #e1e1e1; border-radius: 12px; background: #f8f8f8; }
.r1-ticket-facts span,
.r1-membership-facts span { color: #8b8b8b; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.r1-ticket-facts strong,
.r1-membership-facts strong { font-size: 13px; line-height: 1.3; }
.r1-product-note { margin-top: 11px; color: #777; font-size: 11px; line-height: 1.5; }
.r1-info-section,
.r1-related-section { margin-top: 72px; }
.r1-info-head { margin-bottom: 24px; }
.r1-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.r1-info-card { min-height: 210px; padding: 24px; border: 1px solid #ddd; border-radius: 18px; background: #fff; }
.r1-info-card > span { color: var(--r1-red); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.r1-info-card p { margin: 48px 0 0; color: #454545; font-size: 14px; line-height: 1.55; }
.r1-info-card p p { margin: 0; }
.r1-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.r1-size-modal { position: fixed; z-index: 99999; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; }
.r1-size-modal.is-open { display: flex; }
.r1-size-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(6px); }
.r1-size-modal-dialog { position: relative; z-index: 2; width: min(100%, 720px); max-height: min(88vh, 760px); overflow: auto; padding: 30px; border-radius: 22px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.r1-size-modal-dialog > span { color: var(--r1-red); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.r1-size-modal-dialog h2 { margin: 7px 0 22px; font-size: 36px; letter-spacing: -.04em; }
.r1-size-modal-close { position: absolute; right: 18px; top: 18px; width: 38px; height: 38px; border: 1px solid #ddd; border-radius: 10px; background: #f5f5f5; cursor: pointer; font-size: 24px; }
.r1-size-table-wrap { overflow: auto; }
.r1-size-table-wrap table { width: 100%; border-collapse: collapse; }
.r1-size-table-wrap th,
.r1-size-table-wrap td { padding: 13px 12px; border-bottom: 1px solid #e5e5e5; text-align: left; font-size: 12px; }
.r1-size-table-wrap th { color: #888; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.r1-size-modal-dialog > p { margin: 18px 0 0; color: #777; font-size: 11px; line-height: 1.5; }
.r1-commerce-system-head { padding: 54px 0 24px; }
.r1-commerce-system-head h1 { margin: 8px 0 8px; font-size: clamp(46px, 6vw, 88px); font-weight: 500; line-height: .95; letter-spacing: -.055em; }
.r1-commerce-system-head p { margin: 0; color: #777; font-size: 14px; }
.r1-commerce-panel { margin-bottom: 70px; padding: 28px; border: 1px solid #ddd; border-radius: 24px; background: #fff; }
.r1-system-page .woocommerce { color: #151515; }
.r1-system-page .woocommerce a { color: var(--r1-red); }
.r1-system-page .woocommerce table.shop_table { overflow: hidden; border: 1px solid #ddd; border-radius: 14px; border-collapse: separate; }
.r1-system-page .woocommerce table.shop_table th,
.r1-system-page .woocommerce table.shop_table td { padding: 14px; }
.r1-system-page .woocommerce button.button,
.r1-system-page .woocommerce a.button,
.r1-system-page .woocommerce input.button,
.r1-system-page #place_order { border-radius: 10px !important; background: #111 !important; color: #fff !important; font-weight: 800 !important; }
.r1-system-page .woocommerce button.button:hover,
.r1-system-page .woocommerce a.button:hover,
.r1-system-page .woocommerce input.button:hover,
.r1-system-page #place_order:hover { background: var(--r1-red) !important; }
.r1-system-page .woocommerce input.input-text,
.r1-system-page .woocommerce textarea,
.r1-system-page .woocommerce select { min-height: 44px; border: 1px solid #ddd; border-radius: 9px; padding: 0 11px; }
.r1-system-page .woocommerce textarea { padding-top: 10px; }
.r1-site-footer { background: #111; color: #fff; }
.r1-site-footer-inner { width: min(100% - 44px, 1460px); min-height: 150px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.r1-site-footer-inner > div { display: grid; gap: 8px; }
.r1-site-footer strong { color: var(--r1-red); font-size: 34px; }
.r1-site-footer span { color: rgba(255,255,255,.52); font-size: 11px; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error { border-radius: 12px; }
.r1-product-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.r1-product-options label { display: grid; gap: 7px; font-weight: 700; }
.r1-product-options select { min-height: 46px; border: 1px solid var(--r1-line); border-radius: 10px; background: #fff; padding: 0 12px; }
@media (min-width: 1540px) {
    .r1-store-shell,
    .r1-product-page,
    .r1-commerce-system-head,
    .r1-commerce-panel,
    .r1-site-header-inner,
    .r1-site-footer-inner { width: min(100% - 80px, 1600px); }
    .r1-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1180px) {
    .r1-store-layout { grid-template-columns: 265px minmax(0, 1fr); }
    .r1-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .r1-product-detail { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); }
    .r1-product-summary { padding: 32px; }
    .r1-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .r1-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .admin-bar .r1-site-header { top: 46px; }
    .r1-site-header-inner { min-height: 66px; grid-template-columns: 1fr auto; }
    .r1-site-nav { display: none; }
    .r1-site-account { display: none; }
    .r1-store-shell,
    .r1-product-page,
    .r1-commerce-system-head,
    .r1-commerce-panel { width: min(100% - 24px, 1460px); }
    .r1-store-hero { min-height: 330px; padding: 38px 28px; border-radius: 22px; }
    .r1-store-hero:after { font-size: 190px; bottom: -58px; }
    .r1-store-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .r1-store-feature-card:last-child { grid-column: 1 / -1; }
    .r1-store-section { margin-top: 56px; }
    .r1-store-section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
    .r1-store-layout { display: block; }
    .r1-mobile-filter-open {
        width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        padding: 0 16px;
        border: 0;
        border-radius: 12px;
        background: #111;
        color: #fff;
        font-weight: 900;
    }
    .r1-mobile-filter-open b { min-width: 30px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: var(--r1-red); font-size: 10px; }
    .r1-filter-panel { position: fixed; z-index: 10002; top: 0 !important; right: 0; bottom: 0; width: min(92vw, 430px); border-radius: 0; overflow-y: auto; transform: translateX(105%); transition: transform .22s ease; }
    .r1-filter-panel.is-open { transform: translateX(0); }
    .r1-filter-close { display: grid; place-items: center; }
    .r1-mobile-filter-overlay { position: fixed; z-index: 10001; inset: 0; background: rgba(0,0,0,.58); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
    .r1-mobile-filter-overlay.is-open { display: block; opacity: 1; pointer-events: auto; }
    .r1-mobile-filter-apply { position: sticky; bottom: 0; width: calc(100% - 32px); min-height: 52px; display: block; margin: 16px; border: 0; border-radius: 12px; background: var(--r1-red); color: #fff; font-weight: 900; }
    .r1-product-detail { grid-template-columns: 1fr; }
    .r1-product-summary { padding: 28px; }
    .r1-size-options { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 620px) {
    .r1-site-header-inner,
    .r1-site-footer-inner { width: calc(100% - 24px); }
    .r1-site-brand-copy { display: none; }
    .r1-site-cart span { display: none; }
    .r1-site-cart { padding: 0 8px; }
    .r1-store-hero { min-height: 280px; }
    .r1-store-hero h1 { font-size: 74px; }
    .r1-store-hero p { font-size: 14px; }
    .r1-store-feature-grid { grid-template-columns: 1fr; }
    .r1-store-feature-card,
    .r1-store-feature-card:last-child { grid-column: auto; min-height: 180px; }
    .r1-store-feature-card strong { font-size: 26px; }
    .r1-store-section-head h2,
    .r1-info-head h2 { font-size: 38px; }
    .r1-catalog-toolbar { align-items: stretch; flex-direction: column; }
    .r1-sort-control { justify-content: space-between; }
    .r1-sort-control select { width: 190px; }
    .r1-product-grid,
    .r1-related-grid { grid-template-columns: 1fr; }
    .r1-product-summary h1 { font-size: 46px; }
    .r1-product-main-image { aspect-ratio: 4 / 5; }
    .r1-size-options { grid-template-columns: repeat(3, 1fr); }
    .r1-color-options { grid-template-columns: 1fr; }
    .r1-ticket-facts,
    .r1-membership-facts,
    .r1-info-grid { grid-template-columns: 1fr; }
    .r1-info-card { min-height: 160px; }
    .r1-info-card p { margin-top: 28px; }
    .r1-site-footer-inner { min-height: 170px; align-items: flex-start; justify-content: center; flex-direction: column; }
    .r1-commerce-panel { padding: 16px; }
}

.r1-filter-panel {
    max-height: calc(100vh - 116px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(237,28,36,.9) rgba(255,255,255,.07);
}
.admin-bar .r1-filter-panel { max-height: calc(100vh - 148px); }
.r1-filter-panel::-webkit-scrollbar { width: 8px; }
.r1-filter-panel::-webkit-scrollbar-track { background: rgba(255,255,255,.05); }
.r1-filter-panel::-webkit-scrollbar-thumb { background: rgba(237,28,36,.88); border: 2px solid #111; border-radius: 999px; }
.r1-filter-group { transition: opacity .2s ease, max-height .2s ease, padding .2s ease, border-color .2s ease; }
.r1-filter-group.is-cascade-hidden { display: none; }
.r1-filter-panel label.is-disabled { opacity: .24; cursor: not-allowed; }
.r1-filter-panel label.is-disabled span,
.r1-filter-panel label.is-disabled i { cursor: not-allowed; }
.r1-filter-panel input:disabled { cursor: not-allowed; }

.r1-product-card { display: flex; flex-direction: column; height: 100%; }
.r1-product-body { flex: 1; display: flex; flex-direction: column; }
.r1-product-body h3 { min-height: 48px; }
.r1-product-price { flex: 0 0 auto; }
.r1-product-variants { flex: 0 0 auto; }
.r1-product-button { margin-top: auto; }

.r1-pagination-wrap { min-height: 58px; display: flex; align-items: center; justify-content: center; margin-top: 28px; }
.r1-pagination { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 8px; border: 1px solid #dedede; border-radius: 16px; background: #fff; }
.r1-pagination button { min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #111; cursor: pointer; font: inherit; font-size: 12px; font-weight: 900; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.r1-pagination button:hover:not(:disabled) { border-color: #d7d7d7; background: #f3f3f3; transform: translateY(-1px); }
.r1-pagination button.is-active { border-color: var(--r1-red); background: var(--r1-red); color: #fff; }
.r1-pagination button:disabled { opacity: .28; cursor: default; }
.r1-pagination-dots { min-width: 24px; color: #999; text-align: center; font-size: 12px; font-weight: 900; }

.r1-option-title > div { display: flex; align-items: center; gap: 12px; }
.r1-option-title b { color: #6d6d6d; font-size: 10px; font-weight: 800; letter-spacing: 0; text-transform: none; }
.r1-size-options label,
.r1-color-options label { position: relative; }
.r1-size-options input:focus-visible + span,
.r1-color-options input:focus-visible + span { outline: 2px solid var(--r1-red); outline-offset: 2px; }
.r1-size-options input:checked + span { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(237,28,36,.15); }
.r1-color-options input:checked + span { transform: translateY(-1px); border-color: var(--r1-red); box-shadow: inset 0 0 0 1px var(--r1-red), 0 8px 18px rgba(0,0,0,.05); }

@media (min-width: 1181px) {
    .r1-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .r1-filter-panel { max-height: none; scrollbar-gutter: auto; }
    .admin-bar .r1-filter-panel { max-height: none; }
    .r1-pagination-wrap { margin-top: 20px; }
    .r1-pagination { max-width: 100%; overflow-x: auto; justify-content: flex-start; }
}

/* R1 Core 0.7 */
body.r1-home-page {
    background: #0f0f0f;
}
body.r1-home-page .r1-commerce-main {
    min-height: calc(100vh - 76px);
}
.admin-bar.r1-home-page .r1-commerce-main {
    min-height: calc(100vh - 108px);
}
.r1-home-shell {
    position: relative;
    min-height: calc(100vh - 76px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 70px max(44px, calc((100vw - 1460px) / 2));
    background:
        radial-gradient(circle at 78% 52%, rgba(237,28,36,.13), transparent 26%),
        #0f0f0f;
    color: #fff;
}
.admin-bar .r1-home-shell {
    min-height: calc(100vh - 108px);
}
.r1-home-grid {
    position: absolute;
    inset: 0;
    opacity: .55;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.88) 58%, transparent 100%);
}
.r1-home-code {
    position: absolute;
    top: 34px;
    right: max(44px, calc((100vw - 1460px) / 2));
    z-index: 2;
    color: rgba(255,255,255,.34);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
}
.r1-home-copy {
    position: relative;
    z-index: 3;
    width: min(860px, 72vw);
}
.r1-home-kicker {
    color: var(--r1-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
}
.r1-home-copy h1 {
    margin: 18px 0 22px;
    font-size: clamp(90px, 13vw, 210px);
    font-weight: 500;
    line-height: .72;
    letter-spacing: -.075em;
}
.r1-home-copy p {
    width: min(620px, 100%);
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 17px;
    line-height: 1.6;
}
.r1-home-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
}
.r1-home-primary,
.r1-home-secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding: 0 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.r1-home-primary {
    min-width: 210px;
    background: var(--r1-red);
    color: #fff;
}
.r1-home-primary:hover {
    transform: translateY(-2px);
    background: #ff2730;
}
.r1-home-secondary {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.04);
    color: #fff;
}
.r1-home-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.34);
}
.r1-home-mark {
    position: absolute;
    right: -2vw;
    bottom: -7vw;
    z-index: 1;
    color: rgba(237,28,36,.16);
    font-size: clamp(300px, 42vw, 720px);
    font-weight: 900;
    line-height: .7;
    letter-spacing: -.1em;
    user-select: none;
}
.r1-home-meta {
    position: absolute;
    left: max(44px, calc((100vw - 1460px) / 2));
    right: max(44px, calc((100vw - 1460px) / 2));
    bottom: 28px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,.32);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.r1-notice-stack {
    width: min(100% - 44px, 1460px);
    margin: 18px auto 0;
}
body.r1-commerce-page .woocommerce-notices-wrapper,
.r1-notice-stack {
    display: grid;
    gap: 10px;
}
body.r1-commerce-page .woocommerce-message,
body.r1-commerce-page .woocommerce-info,
body.r1-commerce-page .woocommerce-error {
    position: relative;
    width: 100%;
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 !important;
    padding: 13px 15px 13px 58px !important;
    border: 1px solid #dedede !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #151515 !important;
    box-shadow: 0 8px 26px rgba(0,0,0,.045);
    list-style: none !important;
}
body.r1-commerce-page .woocommerce-message:before,
body.r1-commerce-page .woocommerce-info:before,
body.r1-commerce-page .woocommerce-error:before {
    position: absolute !important;
    left: 17px !important;
    top: 50% !important;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    margin: 0 !important;
    transform: translateY(-50%);
    border-radius: 999px;
    background: #eaf7ef;
    color: #1d9d54 !important;
    font-size: 14px;
    line-height: 1;
}
body.r1-commerce-page .woocommerce-info:before {
    background: #f0f0f0;
    color: #333 !important;
}
body.r1-commerce-page .woocommerce-error:before {
    background: #fff0f0;
    color: var(--r1-red) !important;
}
body.r1-commerce-page .woocommerce-error {
    border-color: rgba(237,28,36,.24) !important;
}
.r1-notice-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}
.r1-notice-copy strong {
    font-size: 13px;
    line-height: 1.25;
}
.r1-notice-copy small {
    overflow: hidden;
    color: #757575;
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.r1-commerce-page .woocommerce-message .button,
body.r1-commerce-page .woocommerce-info .button,
body.r1-commerce-page .woocommerce-error .button,
.r1-notice-action {
    order: 3;
    margin-left: auto !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #111 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    white-space: nowrap;
}
body.r1-commerce-page .woocommerce-message .button:hover,
body.r1-commerce-page .woocommerce-info .button:hover,
body.r1-commerce-page .woocommerce-error .button:hover,
.r1-notice-action:hover {
    background: var(--r1-red) !important;
}

.r1-cart-page {
    padding: 0;
    overflow: hidden;
}
.r1-cart-page .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 22px;
    align-items: start;
    padding: 24px;
}
.r1-cart-page .woocommerce > .woocommerce-notices-wrapper,
.r1-cart-page .woocommerce > .woocommerce-message,
.r1-cart-page .woocommerce > .woocommerce-error,
.r1-cart-page .woocommerce > .woocommerce-info {
    grid-column: 1 / -1;
}
.r1-cart-page .woocommerce-cart-form {
    grid-column: 1;
    min-width: 0;
}
.r1-cart-page .cart-collaterals {
    grid-column: 2;
    grid-row: 2;
    width: 100% !important;
    margin: 0 !important;
}
.r1-cart-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
    position: sticky;
    top: 118px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid #dedede;
    border-radius: 18px;
    background: #f7f7f7;
}
.r1-cart-page .cart_totals h2 {
    margin: 0 0 18px;
    font-size: 24px;
    letter-spacing: -.035em;
}
.r1-cart-page .cart_totals table.shop_table {
    margin: 0 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
}
.r1-cart-page .cart_totals table.shop_table th,
.r1-cart-page .cart_totals table.shop_table td {
    padding: 12px 0 !important;
    border-top: 1px solid #dedede !important;
    font-size: 13px;
}
.r1-cart-page .cart_totals table.shop_table tr:first-child th,
.r1-cart-page .cart_totals table.shop_table tr:first-child td {
    border-top: 0 !important;
}
.r1-cart-page .cart_totals .order-total th,
.r1-cart-page .cart_totals .order-total td {
    padding-top: 18px !important;
    font-size: 18px;
}
.r1-cart-page .wc-proceed-to-checkout {
    padding: 0 !important;
}
.r1-cart-page .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    min-height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-radius: 12px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}
.r1-cart-page .wc-proceed-to-checkout .checkout-button:hover {
    background: var(--r1-red) !important;
}
.r1-cart-page table.shop_table.cart {
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #dedede !important;
    border-radius: 18px !important;
    background: #fff;
}
.r1-cart-page table.shop_table.cart thead th {
    padding: 14px 16px !important;
    background: #f7f7f7;
    color: #8a8a8a;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.r1-cart-page table.shop_table.cart td {
    padding: 18px 16px !important;
    border-top: 1px solid #e7e7e7 !important;
    vertical-align: middle;
}
.r1-cart-page table.shop_table.cart .product-remove {
    width: 44px;
    text-align: center;
}
.r1-cart-page table.shop_table.cart .product-remove a.remove {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 9px;
    background: #fafafa;
    color: #111 !important;
    font-size: 18px;
    line-height: 1;
}
.r1-cart-page table.shop_table.cart .product-remove a.remove:hover {
    border-color: var(--r1-red);
    background: var(--r1-red);
    color: #fff !important;
}
.r1-cart-page table.shop_table.cart .product-thumbnail {
    width: 98px;
}
.r1-cart-page table.shop_table.cart .product-thumbnail img {
    width: 78px !important;
    height: 92px !important;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #f5f5f5;
}
.r1-cart-page table.shop_table.cart .product-name a {
    color: #111 !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}
.r1-cart-page table.shop_table.cart .product-name dl.variation {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    margin: 7px 0 0;
    color: #757575;
    font-size: 11px;
}
.r1-cart-page table.shop_table.cart .product-name dl.variation dt,
.r1-cart-page table.shop_table.cart .product-name dl.variation dd {
    float: none;
    margin: 0;
    padding: 0;
}
.r1-cart-page table.shop_table.cart .product-name dl.variation dt {
    font-weight: 800;
}
.r1-cart-page table.shop_table.cart .product-price,
.r1-cart-page table.shop_table.cart .product-subtotal {
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}
.r1-cart-page table.shop_table.cart .quantity .qty {
    width: 68px;
    min-height: 44px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    font-weight: 800;
}
.r1-cart-page table.shop_table.cart td.actions {
    padding: 14px !important;
    background: #fafafa;
}
.r1-cart-page .coupon {
    display: flex;
    gap: 8px;
}
.r1-cart-page .coupon label {
    display: none;
}
.r1-cart-page .coupon .input-text {
    width: 190px !important;
    min-height: 44px;
    margin: 0 !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    background: #fff;
}
.r1-cart-page table.shop_table.cart td.actions .button {
    min-height: 44px;
    padding: 0 16px !important;
    border-radius: 10px !important;
}
.r1-cart-page table.shop_table.cart td.actions > .button {
    float: right;
    background: #ececec !important;
    color: #777 !important;
}
.r1-cart-page table.shop_table.cart td.actions > .button:not(:disabled):hover {
    background: #111 !important;
    color: #fff !important;
}
.r1-cart-page table.shop_table.cart td.actions > .button:disabled {
    opacity: .72 !important;
}
.r1-cart-page .woocommerce-shipping-calculator,
.r1-cart-page .shipping-calculator-button {
    font-size: 12px;
}

@media (max-width: 900px) {
    body.r1-home-page .r1-commerce-main,
    .r1-home-shell,
    .admin-bar .r1-home-shell {
        min-height: calc(100vh - 66px);
    }
    .r1-home-shell {
        align-items: flex-end;
        padding: 90px 24px 84px;
    }
    .r1-home-code {
        top: 24px;
        right: 24px;
    }
    .r1-home-copy {
        width: 100%;
    }
    .r1-home-copy h1 {
        font-size: clamp(78px, 23vw, 130px);
    }
    .r1-home-copy p {
        max-width: 520px;
        font-size: 15px;
    }
    .r1-home-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .r1-home-primary,
    .r1-home-secondary {
        width: 100%;
    }
    .r1-home-meta {
        left: 24px;
        right: 24px;
        bottom: 20px;
    }
    .r1-home-meta span:nth-child(2) {
        display: none;
    }
    .r1-notice-stack {
        width: min(100% - 24px, 1460px);
    }
    body.r1-commerce-page .woocommerce-message,
    body.r1-commerce-page .woocommerce-info,
    body.r1-commerce-page .woocommerce-error {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 14px 14px 52px !important;
    }
    body.r1-commerce-page .woocommerce-message .button,
    body.r1-commerce-page .woocommerce-info .button,
    body.r1-commerce-page .woocommerce-error .button,
    .r1-notice-action {
        margin: 8px 0 0 !important;
    }
    .r1-cart-page .woocommerce {
        grid-template-columns: 1fr;
        padding: 14px;
    }
    .r1-cart-page .woocommerce-cart-form,
    .r1-cart-page .cart-collaterals {
        grid-column: 1;
        grid-row: auto;
    }
    .r1-cart-page .cart-collaterals .cart_totals {
        position: static;
    }
    .r1-cart-page table.shop_table.cart thead {
        display: none;
    }
    .r1-cart-page table.shop_table.cart tr.cart_item {
        display: grid;
        grid-template-columns: 36px 74px minmax(0, 1fr);
        gap: 0;
        padding: 14px;
        border-top: 1px solid #e7e7e7;
    }
    .r1-cart-page table.shop_table.cart tr.cart_item:first-child {
        border-top: 0;
    }
    .r1-cart-page table.shop_table.cart tr.cart_item td {
        display: block;
        width: auto !important;
        padding: 5px !important;
        border: 0 !important;
        background: transparent !important;
    }
    .r1-cart-page table.shop_table.cart .product-remove {
        grid-column: 1;
        grid-row: 1 / 4;
    }
    .r1-cart-page table.shop_table.cart .product-thumbnail {
        grid-column: 2;
        grid-row: 1 / 4;
    }
    .r1-cart-page table.shop_table.cart .product-thumbnail img {
        width: 64px !important;
        height: 78px !important;
    }
    .r1-cart-page table.shop_table.cart .product-name {
        grid-column: 3;
    }
    .r1-cart-page table.shop_table.cart .product-price,
    .r1-cart-page table.shop_table.cart .product-quantity,
    .r1-cart-page table.shop_table.cart .product-subtotal {
        grid-column: 3;
    }
    .r1-cart-page table.shop_table.cart .product-price:before,
    .r1-cart-page table.shop_table.cart .product-quantity:before,
    .r1-cart-page table.shop_table.cart .product-subtotal:before {
        display: inline-block;
        min-width: 78px;
        color: #929292;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
    }
    .r1-cart-page table.shop_table.cart .product-price:before { content: 'Цена'; }
    .r1-cart-page table.shop_table.cart .product-quantity:before { content: 'Количество'; }
    .r1-cart-page table.shop_table.cart .product-subtotal:before { content: 'Подытог'; }
    .r1-cart-page table.shop_table.cart td.actions {
        display: grid;
        gap: 10px;
    }
    .r1-cart-page .coupon {
        width: 100%;
    }
    .r1-cart-page .coupon .input-text,
    .r1-cart-page .coupon .button,
    .r1-cart-page table.shop_table.cart td.actions > .button {
        width: 100% !important;
        float: none !important;
    }
}
