:root {
    --vs-bg: #ffffff;
    --vs-soft: #f5f6f7;
    --vs-panel: #ffffff;
    --vs-ink: #171b21;
    --vs-muted: #69707b;
    --vs-line: #e1e5ea;
    --vs-dark: #141820;
    --vs-radius: 8px;
    --vs-shadow: 0 18px 48px rgba(20, 24, 32, .08);
}

* { box-sizing: border-box; }

body.vs-body {
    margin: 0;
    background: var(--vs-bg);
    color: var(--vs-ink);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.vs-trustbar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    min-height: 42px;
    padding: 0 clamp(18px, 4.5vw, 78px);
    background: #f7f8f9;
    border-bottom: 1px solid var(--vs-line);
    font-size: 13px;
    color: #242932;
}

.vs-trustbar__item { display: inline-flex; align-items: center; gap: 9px; }
.vs-trustbar__center { justify-content: center; }
.vs-trustbar__item:last-child { justify-content: flex-end; }
.vs-trustbar__center:last-child { justify-content: center; }
.vs-trustbar img { width: 18px; height: 18px; }

.vs-header {
    display: grid;
    grid-template-columns: 260px minmax(360px, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 24px clamp(18px, 4.5vw, 78px);
    background: #fff;
    border-bottom: 1px solid var(--vs-line);
}

.vs-logo img { width: 215px; height: auto; }

.vs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 30px;
    font-size: 14px;
    font-weight: 600;
}

.vs-nav a:hover,
.vs-section__head a:hover { color: #000; text-decoration: underline; text-underline-offset: 4px; }

.vs-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.vs-search {
    display: grid;
    grid-template-columns: minmax(180px, 260px) 48px;
    height: 44px;
    border: 1px solid var(--vs-line);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.vs-search input {
    border: 0;
    min-width: 0;
    padding: 0 16px;
    color: var(--vs-ink);
    outline: none;
}

.vs-search button,
.vs-icon-button,
.vs-cart-button {
    border: 0;
    background: transparent;
    color: var(--vs-ink);
    cursor: pointer;
}

.vs-search button {
    display: grid;
    place-items: center;
    border-left: 1px solid var(--vs-line);
}

.vs-search img,
.vs-icon-button img,
.vs-cart-button img,
.vs-wishlist img { width: 24px; height: 24px; }

.vs-icon-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
}

.vs-cart-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 100px;
    height: 42px;
    font-weight: 700;
    position: relative;
}

.vs-cart-button #cartCount {
    position: absolute;
    top: 0;
    left: 20px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--vs-dark);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
}

.vs-main {
    width: min(100% - 36px, 1680px);
    margin: 0 auto;
}

.vs-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 440px) 1fr;
    align-items: center;
    height: clamp(340px, 27vw, 438px);
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f8f8;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
}

.vs-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0 auto 0 0;
    width: min(58%, 760px);
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 45%, rgba(255,255,255,.78) 70%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.vs-hero__copy {
    position: relative;
    z-index: 2;
    padding: clamp(26px, 3.2vw, 42px) 0 clamp(26px, 3.2vw, 42px) clamp(32px, 5.2vw, 92px);
}

.vs-hero__copy p {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
}

.vs-hero__copy h1 {
    margin: 0;
    max-width: 390px;
    font-size: clamp(32px, 3.2vw, 46px);
    line-height: 1.08;
    font-weight: 800;
}

.vs-hero__copy span {
    display: block;
    max-width: 370px;
    margin-top: 16px;
    color: #343a43;
    font-size: 16px;
    line-height: 1.5;
}

.vs-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.vs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 32px;
    border-radius: 6px;
    border: 1px solid var(--vs-line);
    font-weight: 800;
    cursor: pointer;
}

.vs-button--dark { background: var(--vs-dark); color: #fff; border-color: var(--vs-dark); }
.vs-button--light { background: rgba(255,255,255,.76); color: var(--vs-ink); }

.vs-hero__actions .vs-button {
    min-height: 44px;
    padding: 0 22px;
}

.vs-hero__image {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center right;
}

.vs-slider-button {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.92);
    box-shadow: 0 8px 24px rgba(0,0,0,.09);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.vs-slider-button--left { left: 14px; }
.vs-slider-button--right { right: 14px; }

.vs-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.vs-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cfd3d8;
}

.vs-dots span.active { background: #161a21; }

.vs-service-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 28px 14px;
    border-bottom: 1px solid var(--vs-line);
}

.vs-service-strip article {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 28px;
    border-right: 1px solid var(--vs-line);
}

.vs-service-strip article:last-child { border-right: 0; }
.vs-service-strip img { width: 54px; height: 54px; padding: 12px; border-radius: 50%; background: var(--vs-soft); }
.vs-service-strip strong { display: block; margin-bottom: 5px; font-size: 15px; }
.vs-service-strip span span { color: var(--vs-muted); font-size: 14px; }

.vs-section { padding: 24px 0 0; }

.vs-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.vs-section__head h1,
.vs-section__head h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
}

.vs-section__head a { font-weight: 700; font-size: 14px; }

.vs-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.vs-category-card {
    min-height: 82px;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: #fff;
}

.vs-category-card__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid var(--vs-line);
    border-radius: 6px;
    background: #fafafa;
}

.vs-category-card__icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.vs-category-card strong { display: block; font-size: 15px; }
.vs-category-card small { color: var(--vs-muted); }

.category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}

.category-tabs__item {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--vs-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .84);
    color: var(--vs-ink);
    font-size: 14px;
    font-weight: 700;
}

.category-tabs__item.active,
.category-tabs__item:hover {
    border-color: var(--vs-dark);
    background: var(--vs-dark);
    color: #fff;
    text-decoration: none;
}

.vs-category-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 24px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: #fff;
}

.vs-category-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--vs-category-bg, none);
    background-position: center;
    background-size: cover;
    opacity: .42;
}

.vs-category-page::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .78));
}

.vs-category-page__content {
    position: relative;
    z-index: 1;
}

.vs-category-page__description {
    max-width: 680px;
    margin: 8px 0 0;
    color: var(--vs-muted);
    line-height: 1.6;
}

.vs-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.vs-product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: #fff;
}

.vs-product-card__media {
    display: grid;
    place-items: center;
    aspect-ratio: 1.16;
    background: #f4f4f4;
}

.vs-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vs-product-card__body {
    position: relative;
    padding: 14px 16px 16px;
}

.vs-product-card h3 {
    margin: 0 38px 8px 0;
    font-size: 15px;
    line-height: 1.35;
}

.vs-product-card strong { font-size: 17px; }

.vs-rating {
    margin-top: 10px;
    color: #111;
    font-size: 13px;
}

.vs-rating span { color: var(--vs-muted); margin-left: 6px; }

.apparel-badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    border-radius: 5px;
    background: var(--vs-dark);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.vs-wishlist {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.vs-add {
    position: absolute;
    right: 14px;
    bottom: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--vs-line);
    background: #fff;
    font-size: 22px;
    cursor: pointer;
}

.vs-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px;
    border: 1px dashed var(--vs-line);
    border-radius: 8px;
    color: var(--vs-muted);
    background: #fbfbfb;
}

.vs-proof-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 26px 0 0;
    padding: 20px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f9f9f9, #f3f4f5);
    color: #333a43;
    text-align: center;
}

.vs-proof-row span { border-right: 1px solid var(--vs-line); }
.vs-proof-row span:last-child { border-right: 0; }

.vs-newsletter {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 520px);
    gap: 26px;
    align-items: center;
    margin: 34px 0;
    padding: 28px;
    border-radius: 8px;
    background: var(--vs-soft);
}

.vs-newsletter h2 { margin: 0 0 6px; }
.vs-newsletter p { margin: 0; color: var(--vs-muted); }
.vs-newsletter form { display: grid; grid-template-columns: 1fr 150px; }
.vs-newsletter input,
.vs-search-page input,
.vs-form input,
.vs-form textarea {
    min-height: 50px;
    border: 1px solid var(--vs-line);
    border-radius: 5px;
    padding: 0 16px;
    font: inherit;
}

.vs-newsletter form .vs-button { border-radius: 0 6px 6px 0; }

.vs-panel,
.vs-form,
.vs-checkout-summary {
    padding: 28px;
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: #fff;
}

.vs-form {
    display: grid;
    gap: 16px;
}

.vs-form label { display: grid; gap: 7px; font-weight: 700; }
.vs-form fieldset { border: 1px solid var(--vs-line); border-radius: 8px; padding: 16px; }
.vs-richtext { color: #343a43; line-height: 1.7; }
.vs-richtext h1,
.vs-richtext h2,
.vs-richtext h3 { color: var(--vs-ink); }

.vs-page-hero {
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff 0%, #f7f9fb 100%);
    box-shadow: 0 18px 46px rgba(17, 24, 39, .06);
}

.vs-page-hero h1 {
    margin: 10px 0 18px;
    font-size: clamp(34px, 4vw, 56px);
    letter-spacing: 0;
}

.vs-page-hero .vs-richtext {
    max-width: 880px;
    font-size: 17px;
}

.vs-contact-shell {
    display: grid;
    grid-template-columns: minmax(300px, 420px) 1fr;
    gap: 28px;
    align-items: start;
}

.vs-contact-intro,
.vs-contact-card {
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .06);
}

.vs-contact-intro {
    padding: 34px;
    background: linear-gradient(160deg, #fff 0%, #f7f9fb 100%);
}

.vs-contact-intro h1 {
    margin: 10px 0 14px;
    font-size: clamp(32px, 3vw, 48px);
    letter-spacing: 0;
}

.vs-contact-card {
    padding: 28px;
}

.vs-contact-card .vs-form {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.vs-contact-card .vs-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.vs-contact-card .vs-form textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #f8fafc;
    color: var(--vs-ink);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .03);
}

.vs-contact-card .vs-form textarea {
    min-height: 168px;
    padding-top: 14px;
    resize: vertical;
}

.vs-contact-card .vs-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
.vs-contact-card .vs-form textarea:focus {
    border-color: #111827;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, .08);
    outline: none;
}

.vs-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vs-contact-span-2 {
    grid-column: 1 / -1;
}

.vs-contact-submit-row {
    display: flex;
    justify-content: flex-end;
}

.vs-contact-submit-row .vs-button {
    min-width: 220px;
}

.vs-contact-highlights {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--vs-line);
    color: var(--vs-muted);
}

.vs-contact-highlights span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.vs-contact-highlights span::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--vs-dark);
    box-shadow: 0 0 0 5px #edf2f7;
}
.vs-message {
    padding: 14px 16px;
    border: 1px solid var(--vs-line);
    border-radius: 6px;
    background: var(--vs-soft);
}

.vs-checkout .vs-form,
.vs-checkout-summary {
    border-color: #dfe6ee;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .07);
}

.vs-checkout-form {
    gap: 24px;
    padding: 34px;
}

.vs-checkout-form__header {
    display: grid;
    gap: 8px;
}

.vs-checkout-form__header h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: 0;
}

.vs-checkout-form__header p:last-child {
    margin: 0;
    color: var(--vs-muted);
    line-height: 1.6;
}

.vs-checkout-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    background: #f8fafc;
}

.vs-checkout-step__number {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--vs-dark);
    color: #fff;
    font-weight: 800;
}

.vs-checkout-step h2,
.vs-checkout-step p {
    margin: 0;
}

.vs-checkout-step h2 {
    font-size: 18px;
}

.vs-checkout-step p {
    margin-top: 4px;
    color: var(--vs-muted);
    line-height: 1.5;
}

.vs-checkout-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vs-field span {
    color: #161b24;
    font-size: 14px;
}

.vs-field input {
    transition: border-color .18s ease, box-shadow .18s ease;
}

.vs-field input:focus,
.vs-payment-option:focus-within,
.vs-consent-card:focus-within {
    border-color: #111827;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, .08);
    outline: none;
}

.vs-payment-methods {
    display: grid;
    gap: 12px;
    border: 0;
    padding: 0;
}

.vs-payment-methods legend {
    margin-bottom: 4px;
    font-weight: 800;
}

.vs-payment-option {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    gap: 14px;
    min-height: 78px;
    padding: 16px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.vs-payment-option:hover {
    border-color: #b8c4d2;
    background: #fbfcfe;
}

.vs-payment-option:has(input:checked) {
    border-color: #111827;
    background: #f7f9fc;
}

.vs-payment-option input {
    width: 20px;
    height: 20px;
    accent-color: #111827;
}

.vs-payment-option span {
    display: grid;
    gap: 3px;
}

.vs-payment-option small {
    color: var(--vs-muted);
    font-weight: 500;
    line-height: 1.35;
}

.vs-checkout-access {
    display: grid;
    gap: 16px;
    padding: 20px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.vs-checkout-access__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.vs-checkout-access h2,
.vs-checkout-access p {
    margin: 0;
}

.vs-checkout-access h2 {
    margin-top: 5px;
    font-size: 22px;
}

.vs-checkout-access p {
    color: var(--vs-muted);
    line-height: 1.55;
}

.vs-checkout-access__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vs-checkout-access__options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vs-checkout-access-card {
    display: grid;
    gap: 7px;
    min-height: 118px;
    padding: 16px;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    background: #fff;
    color: var(--vs-ink);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vs-checkout-access-card:hover {
    border-color: #111827;
    box-shadow: 0 14px 30px rgba(17, 24, 39, .08);
    transform: translateY(-1px);
}

.vs-checkout-access-card small {
    color: var(--vs-muted);
    line-height: 1.4;
}

.vs-checkout-access-card--guest {
    border-style: dashed;
    background: #fbfcfe;
}

.vs-checkout-access--required .vs-checkout-access__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vs-consent-card {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
}

.vs-consent-card input {
    width: 20px;
    height: 20px;
    margin: 0;
    align-self: center;
    accent-color: #111827;
}

.vs-consent-card span {
    line-height: 1.45;
}

.vs-consent-card a {
    color: #111827;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vs-checkout-submit {
    min-height: 56px;
    width: 100%;
}

.vs-checkout-submit:disabled {
    cursor: progress;
    opacity: .72;
}

.vs-account-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 28px;
    align-items: start;
}

.vs-account-card {
    box-shadow: 0 18px 44px rgba(17, 24, 39, .06);
}

.vs-account-card--wide {
    max-width: none;
}

.vs-account-card__header {
    display: grid;
    gap: 8px;
    margin-bottom: 4px;
}

.vs-account-card__header h1,
.vs-account-card__header p {
    margin: 0;
}

.vs-account-card__header p {
    color: var(--vs-muted);
    line-height: 1.55;
}

.vs-account-aside {
    display: grid;
    gap: 16px;
    padding: 26px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    box-shadow: 0 18px 44px rgba(17, 24, 39, .05);
}

.vs-account-aside h2,
.vs-account-aside p {
    margin: 0;
}

.vs-account-aside h2 {
    font-size: 24px;
}

.vs-account-aside ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vs-account-aside li {
    position: relative;
    padding-left: 24px;
    color: var(--vs-muted);
    line-height: 1.45;
}

.vs-account-aside li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #111827;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, .08);
}

.vs-account-dashboard {
    display: grid;
    gap: 16px;
}

.vs-account-hero,
.vs-account-tabs,
.vs-account-panel {
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .045);
}

.vs-account-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 24px 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.vs-account-hero h1,
.vs-account-hero p,
.vs-account-panel h2,
.vs-account-panel p {
    margin: 0;
}

.vs-account-hero > div:first-child {
    display: grid;
    gap: 6px;
}

.vs-account-metrics {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.vs-account-metrics span {
    display: grid;
    min-width: 128px;
    gap: 4px;
    padding: 13px 15px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
}

.vs-account-metrics small {
    color: var(--vs-muted);
    font-weight: 700;
}

.vs-account-metrics strong {
    font-size: 22px;
    line-height: 1;
}

.vs-account-tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
}

.vs-account-tabs a {
    padding: 10px 13px;
    border-radius: 6px;
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.vs-account-tabs a:hover,
.vs-account-tabs a.is-active {
    background: #eef3f8;
}

.vs-account-tabs button {
    margin-left: auto;
}

.vs-account-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(340px, .65fr);
    gap: 18px;
    align-items: start;
}

.vs-account-panel {
    padding: 22px;
}

.vs-account-panel__header {
    display: grid;
    gap: 7px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf1f5;
}

.vs-account-form,
.vs-account-section {
    display: grid;
    gap: 14px;
}

.vs-account-section {
    padding-top: 2px;
}

.vs-account-section h3 {
    margin: 0;
    color: #374151;
    font-size: 14px;
    font-weight: 900;
}

.vs-account-form label {
    display: grid;
    gap: 6px;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.vs-account-form input {
    min-height: 42px;
    border: 1px solid #dfe6ee;
    border-radius: 6px;
    padding: 9px 12px;
    font: inherit;
    font-weight: 700;
    background: #fff;
}

.vs-account-form input:focus {
    outline: 2px solid rgba(17, 24, 39, .12);
    border-color: #111827;
}

.vs-account-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 16px;
    border-top: 1px solid #edf1f5;
}

.vs-account-grid--compact {
    grid-template-columns: minmax(100px, .6fr) minmax(0, 1fr);
}

.vs-account-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid #edf1f5;
}

.vs-account-actions .vs-account-message {
    flex: 1;
}

.vs-account-actions .vs-button {
    width: auto;
    min-width: 176px;
}

.vs-account-actions--stacked {
    display: grid;
    justify-content: stretch;
}

.vs-account-actions--stacked .vs-button {
    width: 100%;
}

.vs-account-side {
    display: grid;
    gap: 18px;
}

.vs-account-dashboard {
    padding-top: 0;
}

.vs-account-portal {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.vs-account-rail {
    position: sticky;
    top: 112px;
    min-height: min(720px, calc(100vh - 150px));
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px 16px;
    border: 1px solid #e5eaf0;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 18px 44px rgba(17, 24, 39, .045);
}

.vs-account-rail__brand {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9eef4;
}

.vs-account-rail__brand strong,
.vs-account-rail__brand small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vs-account-rail__brand small,
.vs-account-rail__label,
.vs-account-heading p,
.vs-account-panel p {
    color: var(--vs-muted);
}

.vs-account-avatar {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}

.vs-account-rail__label {
    margin: 0;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.vs-account-rail__nav {
    display: grid;
    gap: 6px;
}

.vs-account-rail__nav a,
.vs-account-logout {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #273142;
    font: inherit;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
}

.vs-account-rail__nav a::before,
.vs-account-logout::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1.6px solid #94a3b8;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
    box-shadow: inset 0 0 0 4px #fff;
}

.vs-account-rail__nav a:hover,
.vs-account-rail__nav a.is-active {
    background: #eef3f8;
    color: #111827;
}

.vs-account-rail__nav a.is-active::before {
    border-color: #111827;
    background: #111827;
    box-shadow: inset 0 0 0 5px #eef3f8;
}

.vs-account-logout {
    margin-top: auto;
    width: 100%;
    background: transparent;
    cursor: pointer;
}

.vs-account-logout:hover {
    background: #f8fafc;
    border-color: #dfe6ee;
}

.vs-account-workspace {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.vs-account-heading {
    padding: 0 0 22px;
    border-bottom: 1px solid #dfe6ee;
}

.vs-account-heading h1,
.vs-account-heading p,
.vs-account-panel h2,
.vs-account-panel h3,
.vs-account-panel p {
    margin: 0;
}

.vs-account-heading h1 {
    font-size: 30px;
    line-height: 1.15;
}

.vs-account-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, .72fr);
    gap: 24px;
}

.vs-account-panel {
    display: grid;
    gap: 22px;
    padding: 28px;
}

.vs-account-profile-panel {
    max-width: none;
    align-content: start;
}

.vs-account-section {
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #edf1f5;
}

.vs-account-section:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.vs-account-section__title {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.vs-account-section__title h2 {
    font-size: 20px;
    line-height: 1.2;
}

.vs-account-section__title--split {
    grid-template-columns: 26px minmax(0, 1fr) auto;
}

.vs-account-section__icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #dfe6ee;
    border-radius: 6px;
    color: #273142;
    font-size: 12px;
    font-weight: 900;
    background: #f8fafc;
}

.vs-account-inline-check {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--vs-muted);
    font-weight: 700;
    white-space: nowrap;
}

.vs-account-inline-check input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #111827;
}

.vs-account-shipping-fields[hidden] {
    display: none !important;
}

.vs-account-span-2 {
    grid-column: 1 / -1;
}

.vs-password-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 48px;
    margin-top: 8px;
    border: 1px solid #d7dee8;
    border-radius: 7px;
    background: #f9fbfd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 1px 2px rgba(15, 23, 42, .04);
    overflow: hidden;
}

.vs-password-field input {
    min-height: 46px;
    margin-top: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.vs-password-field button {
    align-self: stretch;
    min-width: 92px;
    appearance: none;
    border: 0;
    border-left: 1px solid #d7dee8;
    background: #eef3f8;
    color: #111827;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.vs-password-field button:hover,
.vs-password-field button:focus-visible {
    background: #111827;
    color: #fff;
}

.vs-account-card-link {
    width: 100%;
    margin-top: 2px;
}

.vs-account-panel label {
    gap: 8px;
    color: #111827;
    font-size: 13px;
    font-weight: 850;
}

.vs-account-panel input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.vs-account-panel select,
.vs-account-panel textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    border: 1px solid #d7dee8;
    border-radius: 7px;
    background: #f9fbfd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 1px 2px rgba(15, 23, 42, .04);
    color: #111827;
    padding: 12px 14px;
    font: inherit;
    font-weight: 700;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.vs-account-panel input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
.vs-account-panel select:focus,
.vs-account-panel textarea:focus {
    border-color: #111827;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, .09);
    outline: none;
}

.vs-account-panel .vs-button,
.vs-account-card-link {
    min-height: 48px;
    border-radius: 7px;
    font-weight: 900;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}

.vs-account-panel .vs-button--dark {
    border-color: #111827;
    background: #111827;
    color: #fff;
    box-shadow: 0 14px 30px rgba(17, 24, 39, .16);
}

.vs-account-panel .vs-button--light,
.vs-account-card-link {
    border-color: #d7dee8;
    background: #fff;
    color: #111827;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .07);
    text-decoration: none;
}

.vs-account-panel .vs-button:hover,
.vs-account-card-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(17, 24, 39, .14);
}

.vs-account-orders {
    display: grid;
    gap: 8px;
}

.vs-account-orders__row {
    display: grid;
    grid-template-columns: 1.2fr .9fr .9fr .9fr .9fr;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fbfcfe;
}

.vs-account-orders__head {
    color: var(--vs-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.vs-account-empty {
    padding: 16px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: var(--vs-muted);
    background: #f8fafc;
}

.vs-account-link {
    margin: 0;
    color: var(--vs-muted);
}

.vs-account-link a {
    color: var(--vs-ink);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vs-account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.vs-account-grid label {
    display: grid;
    gap: 6px;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.vs-account-grid input {
    width: 100%;
    border: 1px solid #dfe6ee;
    border-radius: 6px;
    padding: 9px 12px;
    font: inherit;
    font-weight: 700;
}

.vs-account-message {
    display: block;
    min-height: 0;
    padding: 10px 12px;
    border: 1px solid #b7e2c9;
    border-radius: 6px;
    background: #edf8f2;
    color: #1f6b4c;
    font-weight: 800;
    line-height: 1.45;
}

.vs-account-message:empty {
    display: none;
}

.vs-account-message.is-error {
    border-color: #f3b4aa;
    background: #fff1ef;
    color: #b42318;
}

.checkout-message {
    min-height: 24px;
    color: #1f6b4c;
    font-weight: 800;
}

.checkout-message.is-error {
    color: #b42318;
}

.vs-product-detail {
    display: grid;
    grid-template-columns: minmax(280px, 500px) minmax(0, 1fr);
    align-items: start;
    gap: 38px;
    padding: 42px 0;
}

.vs-product-detail__media {
    display: grid;
    place-items: center;
    min-height: 520px;
    border-radius: 8px;
    background: #f4f4f4;
}

.vs-product-detail__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.vs-product-detail h1 {
    margin: 8px 0 8px;
    font-size: 42px;
}

.vs-product-summary {
    display: grid;
    align-content: start;
}

.vs-product-manufacturer {
    margin: 0 0 2rem;
}

.vs-product-description {
    margin: 0;
}

.vs-product-purchase {
    display: grid;
    justify-items: start;
    gap: 16px;
    margin-top: 2rem;
}

.vs-product-detail__price {
    display: block;
    margin: 0;
    font-size: 28px;
}

.vs-product-gallery {
    display: grid;
    gap: 14px;
    width: 100%;
    max-width: 500px;
    justify-self: start;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--vs-line);
    border-radius: 8px;
}

.vs-product-gallery figure {
    margin: 0;
}

.vs-product-gallery__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.vs-product-gallery__header h2 {
    margin: 2px 0 0;
    font-size: 18px;
    line-height: 1.2;
}

.vs-product-gallery__eyebrow {
    color: var(--vs-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vs-product-gallery__stage {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f4f4;
    border: 1px solid var(--vs-line);
}

.vs-product-gallery__label {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(20, 24, 32, .9);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vs-product-gallery__count {
    padding: 7px 10px;
    border-radius: 999px;
    background: #f4f4f4;
    color: var(--vs-dark);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.vs-product-gallery__main img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #f4f4f4;
}

.vs-product-gallery__main {
    width: 100%;
}

.vs-product-gallery__open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.vs-product-gallery figcaption {
    border-top: 1px solid var(--vs-line);
    background: #ffffff;
    padding: 8px 12px;
    color: var(--vs-muted);
    font-size: 14px;
}

.vs-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 10px;
}

.vs-product-gallery__thumb {
    display: grid;
    gap: 6px;
    padding: 6px;
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--vs-ink);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    min-height: 108px;
}

.vs-product-gallery__thumb.is-active {
    border-color: var(--vs-dark);
    box-shadow: 0 0 0 2px rgba(20, 24, 32, .12);
}

.vs-product-gallery__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    object-fit: cover;
}

.vs-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 16px;
    padding: 22px;
    background: rgba(10, 12, 16, .92);
    color: #ffffff;
}

.vs-gallery-lightbox[hidden] {
    display: none;
}

.vs-gallery-lightbox__close,
.vs-gallery-lightbox__nav {
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--vs-dark);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.vs-gallery-lightbox__close {
    grid-column: 3;
    justify-self: end;
    width: 44px;
    height: 44px;
    font-size: 24px;
}

.vs-gallery-lightbox__nav {
    align-self: center;
    width: 48px;
    height: 48px;
    font-size: 34px;
    line-height: 1;
}

.vs-gallery-lightbox__nav--prev {
    grid-column: 1;
    grid-row: 2;
}

.vs-gallery-lightbox__nav--next {
    grid-column: 3;
    grid-row: 2;
}

.vs-gallery-lightbox__figure {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 0;
    margin: 0;
}

.vs-gallery-lightbox__image {
    max-width: 100%;
    max-height: 78vh;
    border-radius: 8px;
    object-fit: contain;
    background: #ffffff;
}

.vs-gallery-lightbox__caption {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: min(760px, 92vw);
    color: rgba(255, 255, 255, .9);
    text-align: center;
}

body.vs-gallery-open {
    overflow: hidden;
}

.vs-product-lead,
.vs-product-meta,
.vs-product-description {
    color: var(--vs-muted);
    line-height: 1.6;
}

.vs-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}

.vs-price-row del {
    color: var(--vs-muted);
    font-size: 0.72em;
    font-weight: 500;
}

.vs-price--sale {
    color: #a83232;
}

.vs-product-option {
    display: grid;
    gap: 8px;
    margin: 18px 0;
}

.vs-product-purchase .vs-product-option {
    margin: 0;
}

.vs-product-option select {
    border: 1px solid var(--vs-line);
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
}

.vs-product-section {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: #fff;
}

.vs-product-section--data {
    margin-top: 28px;
    padding: 28px 30px;
    border-color: #d7dde5;
    background: linear-gradient(180deg, #f8fafc 0%, #f2f5f8 100%);
    box-shadow: 0 10px 28px rgba(20, 24, 32, .05);
}

.vs-product-section h2 {
    margin: 0 0 16px;
    font-size: 24px;
}

.vs-spec-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.vs-spec-list div {
    display: grid;
    grid-template-columns: minmax(140px, .35fr) 1fr;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid var(--vs-line);
}

.vs-product-section--data .vs-spec-list div {
    border-bottom-color: #dfe5ec;
}

.vs-spec-list dt {
    color: var(--vs-muted);
}

.vs-spec-list dd {
    margin: 0;
}

.vs-faq-list {
    display: grid;
    gap: 10px;
}

.vs-faq-list details {
    border: 1px solid var(--vs-line);
    border-radius: 6px;
    padding: 12px 14px;
}

.vs-faq-list summary {
    cursor: pointer;
    font-weight: 700;
}

.vs-eyebrow {
    margin: 0;
    color: var(--vs-muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.vs-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 28px;
    align-items: start;
    padding: 36px 0 52px;
}

.vs-checkout-summary {
    position: sticky;
    top: 108px;
    display: grid;
    gap: 18px;
    padding: 28px;
}

.vs-checkout-summary__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.vs-checkout-summary__header h2 {
    margin: 5px 0 0;
    font-size: 24px;
}

.vs-checkout-summary__header > span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef2f6;
    color: #4b5563;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.vs-checkout-summary__items {
    display: grid;
    gap: 12px;
}

.vs-checkout-line {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    background: #fff;
}

.vs-checkout-line img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 6px;
    background: #f3f5f7;
}

.vs-checkout-line strong,
.vs-checkout-line span,
.vs-checkout-line small {
    display: block;
}

.vs-checkout-line strong {
    line-height: 1.25;
}

.vs-checkout-line span,
.vs-checkout-line small {
    color: var(--vs-muted);
    font-size: 13px;
}

.vs-checkout-line__price {
    font-weight: 800;
    white-space: nowrap;
}

.vs-checkout-totals {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid #e4e9ef;
}

.vs-checkout-totals div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vs-checkout-totals dt,
.vs-checkout-totals dd {
    margin: 0;
}

.vs-checkout-totals dt {
    color: var(--vs-muted);
}

.vs-checkout-totals dd {
    font-weight: 800;
}

.vs-checkout-totals__grand {
    margin-top: 6px;
    padding-top: 14px;
    border-top: 1px solid #e4e9ef;
    font-size: 20px;
}

.vs-checkout-summary__hint {
    margin: 0;
    color: var(--vs-muted);
    line-height: 1.55;
}

.vs-search-page {
    display: grid;
    gap: 8px;
    max-width: 620px;
    margin-bottom: 22px;
}

.vs-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 32px clamp(18px, 4.5vw, 78px);
    border-top: 1px solid var(--vs-line);
    background: #fff;
}

.legal-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.cart-panel__backdrop {
    position: fixed;
    inset: 0;
    z-index: 48;
    background: rgba(15, 18, 24, .34);
    backdrop-filter: blur(2px);
}

.cart-panel__backdrop[hidden],
.cart-panel[hidden] {
    display: none;
}

.cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(470px, 100vw);
    height: 100vh;
    padding: 0;
    border-left: 1px solid rgba(216, 222, 230, .9);
    background: #f8fafc;
    box-shadow: -24px 0 70px rgba(15, 23, 42, .22);
}

.cart-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 28px 20px;
    border-bottom: 1px solid #e1e6ee;
    background: #ffffff;
}

.cart-panel__eyebrow {
    margin: 0 0 5px;
    color: var(--vs-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cart-panel__header h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
}

.cart-panel__count {
    display: inline-flex;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f1f4f8;
    color: var(--vs-muted);
    font-size: 13px;
    font-weight: 800;
}

.cart-panel__close,
.cart-panel__header > button {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #dce2ea;
    border-radius: 999px;
    background: #fff;
    color: var(--vs-ink);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.cart-panel__close:hover,
.cart-panel__header > button:hover {
    border-color: var(--vs-dark);
    background: var(--vs-dark);
    color: #ffffff;
}

.cart-panel__items {
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 0;
    overflow: auto;
    padding: 22px 22px 26px;
}

.vs-cart-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

.vs-cart-item__media {
    display: block;
    overflow: hidden;
    width: 86px;
    height: 86px;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    background: #f4f6f8;
}

.vs-cart-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vs-cart-item__body {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.vs-cart-item h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
}

.vs-cart-item h3 a {
    color: inherit;
    text-decoration: none;
}

.vs-cart-item__sku,
.vs-cart-empty p,
.cart-panel__hint {
    margin: 0;
    color: var(--vs-muted);
    line-height: 1.5;
}

.vs-cart-item__meta,
.vs-cart-item__actions,
.cart-panel__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vs-cart-item__meta {
    color: var(--vs-muted);
    font-size: 13px;
}

.vs-cart-item__meta strong {
    color: var(--vs-ink);
    font-size: 15px;
}

.vs-cart-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border: 1px solid #dde3eb;
    border-radius: 999px;
    background: #f8fafc;
}

.vs-cart-qty button,
.vs-cart-remove {
    border: 0;
    background: transparent;
    color: var(--vs-ink);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.vs-cart-qty button {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
}

.vs-cart-qty button:hover {
    background: var(--vs-dark);
    color: #ffffff;
}

.vs-cart-qty span {
    min-width: 18px;
    text-align: center;
    font-weight: 900;
}

.vs-cart-remove {
    color: var(--vs-muted);
    font-size: 13px;
}

.vs-cart-remove:hover {
    color: #9f2e2e;
}

.vs-cart-empty {
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 28px;
    border: 1px dashed #d6dde7;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
}

.vs-cart-empty strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.cart-panel__footer {
    display: grid;
    gap: 14px;
    padding: 22px 28px 28px;
    border-top: 1px solid #e1e6ee;
    background: #ffffff;
}

.cart-panel__total span {
    color: var(--vs-muted);
    font-weight: 800;
}

.cart-panel__total strong {
    font-size: 24px;
}

.cart-panel__checkout {
    width: 100%;
    justify-content: center;
}

.cart-panel__continue {
    border: 0;
    background: transparent;
    color: var(--vs-muted);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

.cart-panel__continue:hover {
    color: var(--vs-ink);
}

.vs-cart-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
}

.vs-cart-page-list {
    display: grid;
    gap: 14px;
}

.vs-cart-summary {
    align-self: start;
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    background: #ffffff;
}

@media (max-width: 1180px) {
    .vs-header { grid-template-columns: 1fr; }
    .vs-nav { justify-content: flex-start; }
    .vs-actions { justify-content: flex-start; flex-wrap: wrap; }
    .vs-category-grid { grid-template-columns: repeat(3, 1fr); }
    .vs-product-grid { grid-template-columns: repeat(3, 1fr); }
    .vs-service-strip { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
}

@media (max-width: 760px) {
    .vs-trustbar { grid-template-columns: 1fr; gap: 8px; padding: 12px 18px; }
    .vs-trustbar__center,
    .vs-trustbar__item:last-child { justify-content: flex-start; }
    .vs-hero { grid-template-columns: 1fr; height: auto; min-height: 0; }
    .vs-hero::before {
        width: 100%;
        background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 62%, rgba(255,255,255,.22) 100%);
    }
    .vs-hero__copy { padding: 36px 28px; }
    .vs-hero__copy h1 { font-size: clamp(32px, 9vw, 42px); }
    .vs-hero__copy span { font-size: 16px; }
    .vs-hero__image { height: 230px; min-height: 230px; }
    .vs-service-strip,
    .vs-category-grid,
    .vs-product-grid,
    .vs-proof-row,
    .vs-newsletter,
    .vs-product-detail,
    .vs-account-shell,
    .vs-account-portal,
    .vs-account-layout,
    .vs-account-section-grid,
    .vs-checkout,
    .vs-contact-shell,
    .vs-contact-grid { grid-template-columns: 1fr; }
    .vs-contact-span-2 { grid-column: 1; }
    .vs-contact-submit-row { justify-content: stretch; }
    .vs-contact-submit-row .vs-button { width: 100%; }
    .vs-account-hero,
    .vs-account-tabs { align-items: stretch; flex-direction: column; }
    .vs-account-tabs button { margin-left: 0; }
    .vs-account-metrics { display: grid; grid-template-columns: 1fr; }
    .vs-account-orders__row { grid-template-columns: 1fr; }
    .vs-account-rail { position: static; min-height: 0; }
    .vs-account-section__title--split { grid-template-columns: 26px 1fr; }
    .vs-account-inline-check { grid-column: 2; white-space: normal; }
    .vs-service-strip article { border-right: 0; padding: 0 10px; }
    .vs-newsletter form { grid-template-columns: 1fr; gap: 12px; }
    .vs-spec-list div { grid-template-columns: 1fr; gap: 4px; }
    .vs-checkout-form { padding: 24px; }
    .vs-checkout-fields { grid-template-columns: 1fr; }
    .vs-checkout-access__header { display: grid; }
    .vs-checkout-access__options,
    .vs-checkout-access--required .vs-checkout-access__options,
    .vs-account-grid { grid-template-columns: 1fr; }
    .vs-checkout-summary { position: static; }
    .vs-checkout-line { grid-template-columns: 52px 1fr; }
    .vs-checkout-line__price { grid-column: 2; }
    .cart-panel { width: 100vw; }
    .cart-panel__header,
    .cart-panel__footer { padding-left: 20px; padding-right: 20px; }
    .cart-panel__items { padding-left: 16px; padding-right: 16px; }
    .vs-cart-item { grid-template-columns: 72px minmax(0, 1fr); }
    .vs-cart-item__media { width: 72px; height: 72px; }
    .vs-cart-page-layout { grid-template-columns: 1fr; }
    .vs-footer { align-items: flex-start; flex-direction: column; }
}
