/**
 * VeyraStone Stone Library and material-profile skin.
 * Scoped to .vsl-page so the rest of the site retains the brand system.
 */

.vsl-page {
    --vsl-blue: #1683c5;
    --vsl-blue-dark: #096ca8;
    --vsl-text: #2f3337;
    --vsl-muted: #66717a;
    --vsl-line: #e4e8ed;
    --vsl-bg: #f4f6f9;
    --vsl-white: #fff;
    background: var(--vsl-bg);
    color: var(--vsl-text);
    font-family: Inter, Arial, sans-serif;
    overflow-x: clip;
}

.vsl-page *,
.vsl-page *::before,
.vsl-page *::after {
    box-sizing: border-box;
}

.vsl-page img {
    max-width: 100%;
}

.vsl-shell {
    width: min(calc(100% - 32px), 1500px);
    margin-inline: auto;
}

.vsl-page .vsa-breadcrumbs,
.vsl-page .breadcrumbs {
    width: min(calc(100% - 32px), 1500px);
    max-width: none;
    margin-inline: auto;
    padding-block: 10px;
    font-size: 12px;
}

.vsl-page a {
    text-underline-offset: 3px;
}

.vsl-page a:focus-visible,
.vsl-page button:focus-visible,
.vsl-page select:focus-visible {
    outline: 3px solid rgba(22, 131, 197, .32);
    outline-offset: 2px;
}

.vsl-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vsl-blue);
    border-radius: 3px;
    background: var(--vsl-blue);
    color: #fff !important;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.vsl-button:hover {
    border-color: var(--vsl-blue-dark);
    background: var(--vsl-blue-dark);
}

.vsl-button--outline {
    background: #fff;
    color: var(--vsl-blue) !important;
}

.vsl-button--full {
    width: 100%;
}

/* Archive */

.vsl-archive-title {
    padding: 12px 12px 10px;
    border: 1px solid var(--vsl-line);
    background: #fff;
}

.vsl-archive-title h1 {
    margin: 0;
    color: var(--vsl-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(19px, 1.55vw, 24px);
    font-weight: 700;
    line-height: 1.25;
}

.vsl-archive-title h1 span {
    color: var(--vsl-muted);
    font-size: .78em;
    font-weight: 500;
}

.vsl-archive-title p {
    max-width: 1080px;
    margin: 6px 0 0;
    color: var(--vsl-muted);
    font-size: 13px;
    line-height: 1.55;
}

.vsl-facets {
    border: 1px solid var(--vsl-line);
    border-top: 0;
    background: #fff;
}

.vsl-facet-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 48px;
    border-bottom: 1px dashed var(--vsl-line);
    padding: 4px 12px;
}

.vsl-facet-row:last-child {
    border-bottom: 0;
}

.vsl-facet-row__label {
    align-self: start;
    padding-top: 10px;
    color: #52606b;
    font-size: 13px;
    line-height: 1.4;
}

.vsl-facet-row__items {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 5px;
}

.vsl-facet-row__items > a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: var(--vsl-text);
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.vsl-facet-row__items > a:hover {
    color: var(--vsl-blue);
}

.vsl-facet-row__items > a.is-active {
    border-color: #b9dcf0;
    background: #eef8fe;
    color: var(--vsl-blue-dark);
}

.vsl-facet-row__items > a img {
    width: 18px;
    height: 12px;
    border: 1px solid #d8dde2;
    object-fit: cover;
}

.vsl-facet-toggle {
    min-width: 108px;
    min-height: 44px;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #4b5963;
    padding: 7px 6px;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.vsl-facet-toggle:hover {
    color: var(--vsl-blue);
}

.vsl-active {
    display: flex;
    min-height: 52px;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--vsl-line);
    border-top: 0;
    background: #fff;
    padding: 7px 12px;
    font-size: 13px;
}

.vsl-active > a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 8px;
    border: 1px solid #b9dcf0;
    border-radius: 2px;
    background: #eef8fe;
    color: var(--vsl-blue-dark);
    padding: 6px 10px;
    text-decoration: none;
}

.vsl-active .vsl-active__clear {
    margin-left: auto;
    border-color: transparent;
    background: transparent;
    color: var(--vsl-muted);
}

.vsl-results-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 12px;
    align-items: start;
    margin-top: 12px;
}

.vsl-results {
    min-width: 0;
}

.vsl-results__head {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--vsl-line);
    background: #fff;
    padding: 8px 12px;
}

.vsl-results__head h2 {
    margin: 0;
    color: var(--vsl-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.vsl-results__head span {
    color: var(--vsl-muted);
    font-size: 12px;
    white-space: nowrap;
}

.vsl-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.vsl-card {
    min-width: 0;
    border: 1px solid var(--vsl-line);
    background: #fff;
}

.vsl-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #eef1f4;
}

.vsl-card__image > img,
.vsl-card__image .vsa-media-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.vsl-card:hover .vsl-card__image > img {
    transform: scale(1.025);
}

.vsl-card__image > span {
    position: absolute;
    right: 6px;
    bottom: 6px;
    max-width: calc(100% - 12px);
    border-radius: 2px;
    background: rgba(35, 42, 47, .82);
    color: #fff;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1.2;
}

.vsl-card__body {
    padding: 11px 12px 12px;
}

.vsl-card__body h2,
.vsl-card__body h3,
.vsl-card__body h4 {
    min-height: 2.5em;
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.vsl-card__body h2 a,
.vsl-card__body h3 a,
.vsl-card__body h4 a {
    color: var(--vsl-text);
    text-decoration: none;
}

.vsl-card__body h2 a:hover,
.vsl-card__body h3 a:hover,
.vsl-card__body h4 a:hover {
    color: var(--vsl-blue);
}

.vsl-card__alias {
    overflow: hidden;
    margin: 6px 0;
    color: var(--vsl-muted);
    font-size: 11px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vsl-card__facts {
    display: flex;
    min-height: 36px;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin: 5px 0 8px;
    color: #515c65;
    font-size: 11px;
    line-height: 1.35;
}

.vsl-card__facts img {
    width: 18px;
    height: 12px;
    border: 1px solid #d8dde2;
    object-fit: cover;
}

.vsl-card__actions {
    display: flex;
    border-top: 1px solid var(--vsl-line);
    padding-top: 8px;
}

.vsl-card__actions a {
    display: inline-flex;
    min-height: 36px;
    flex: 1;
    align-items: center;
    color: var(--vsl-blue);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.vsl-card__actions a + a {
    justify-content: flex-end;
}

.vsl-knowledge {
    position: sticky;
    top: 96px;
    border: 1px solid var(--vsl-line);
    background: #fff;
    padding: 12px;
}

.vsl-knowledge h2 {
    margin: 0 0 8px;
    border-left: 3px solid var(--vsl-blue);
    color: var(--vsl-text);
    padding-left: 9px;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
}

.vsl-knowledge ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vsl-knowledge li {
    border-bottom: 1px solid var(--vsl-line);
    padding: 12px 0;
}

.vsl-knowledge li > a {
    display: block;
    color: var(--vsl-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.vsl-knowledge li > a:hover {
    color: var(--vsl-blue);
}

.vsl-knowledge li p {
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0;
    color: var(--vsl-muted);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 11px;
    line-height: 1.45;
}

.vsl-knowledge li span,
.vsl-knowledge__all {
    color: var(--vsl-blue);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.vsl-knowledge__all {
    display: inline-block;
    min-height: 36px;
    padding-top: 10px;
}

.vsl-pagination {
    margin-top: 14px;
    border: 1px solid var(--vsl-line);
    background: #fff;
    padding: 10px;
    text-align: center;
}

.vsl-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.vsl-pagination .page-numbers {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vsl-line);
    color: var(--vsl-text);
    padding: 5px 9px;
    text-decoration: none;
}

.vsl-pagination .current {
    border-color: var(--vsl-blue);
    background: var(--vsl-blue);
    color: #fff;
}

.vsl-empty {
    border: 1px solid var(--vsl-line);
    border-top: 0;
    background: #fff;
    padding: clamp(28px, 5vw, 64px);
    text-align: center;
}

.vsl-empty__status {
    color: var(--vsl-blue);
    font-weight: 700;
}

.vsl-empty h2 {
    margin: 8px 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 24px;
}

.vsl-empty > p {
    max-width: 680px;
    margin-inline: auto;
}

.vsl-empty > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.vsl-shortlist {
    display: grid;
    grid-template-columns: minmax(240px, .8fr) minmax(300px, 1.5fr) auto;
    gap: 24px;
    align-items: center;
    margin: 24px 0 36px;
    border: 1px solid var(--vsl-line);
    border-top: 4px solid var(--vsl-blue);
    background: #fff;
    padding: 20px 24px;
}

.vsl-shortlist h2 {
    margin: 4px 0 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.3;
}

.vsl-shortlist p {
    margin: 0;
    color: var(--vsl-muted);
    font-size: 13px;
    line-height: 1.6;
}

.vsl-shortlist > div > p {
    color: var(--vsl-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Single profile */

.vsl-profile-title {
    padding: 8px 0 5px;
    text-align: center;
}

.vsl-profile-title h1 {
    margin: 0;
    color: var(--vsl-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(23px, 2vw, 31px);
    font-weight: 700;
    line-height: 1.25;
}

.vsl-profile-title p {
    margin: 4px 0 0;
    color: var(--vsl-muted);
    font-size: 12px;
}

.vsl-tabs {
    position: sticky;
    z-index: 20;
    top: 72px;
    display: flex;
    overflow-x: auto;
    justify-content: center;
    border: 1px solid var(--vsl-line);
    background: rgba(255, 255, 255, .97);
    scrollbar-width: thin;
}

.vsl-tabs a {
    position: relative;
    display: inline-flex;
    min-width: max-content;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    color: var(--vsl-text);
    padding: 9px 24px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.vsl-tabs a::after {
    position: absolute;
    right: 20px;
    bottom: -1px;
    left: 20px;
    height: 2px;
    background: transparent;
    content: "";
}

.vsl-tabs a.is-active {
    color: var(--vsl-blue);
}

.vsl-tabs a.is-active::after {
    background: var(--vsl-blue);
}

.vsl-tabs .vsl-tabs__order {
    margin: 5px;
    min-height: 36px;
    border-radius: 2px;
    background: var(--vsl-blue);
    color: #fff;
    padding-block: 6px;
}

.vsl-tabs .vsl-tabs__order::after {
    display: none;
}

.vsl-profile-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(390px, .85fr);
    gap: 14px;
    align-items: start;
    margin-top: 12px;
}

.vsl-gallery {
    display: grid;
    min-width: 0;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
}

.vsl-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vsl-gallery__thumbs button {
    width: 84px;
    min-height: 72px;
    overflow: hidden;
    border: 2px solid var(--vsl-line);
    background: #fff;
    padding: 2px;
    cursor: pointer;
}

.vsl-gallery__thumbs button.is-active {
    border-color: var(--vsl-blue);
}

.vsl-gallery__thumbs img {
    display: block;
    width: 100%;
    height: 68px;
    object-fit: cover;
}

.vsl-gallery__stage {
    min-width: 0;
    border: 1px solid var(--vsl-line);
    background: #fff;
}

.vsl-gallery__stage figure {
    position: relative;
    margin: 0;
}

.vsl-gallery__stage figure[hidden] {
    display: none;
}

.vsl-gallery__stage figure > img,
.vsl-gallery__stage .vsa-media-fallback {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.vsl-gallery__stage figcaption {
    position: static;
    max-width: none;
    border-top: 1px solid var(--vsl-line);
    background: #f8fafc;
    color: var(--vsl-muted);
    padding: 7px 9px;
    font-size: 10px;
    line-height: 1.4;
}

.vsl-facts {
    border: 1px solid var(--vsl-line);
    background: #fff;
    padding: 14px;
}

.vsl-facts h2 {
    margin: 0 0 12px;
    border-left: 3px solid var(--vsl-blue);
    padding-left: 9px;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
}

.vsl-facts dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.vsl-facts dl > div {
    min-width: 0;
    border-top: 1px solid var(--vsl-line);
    padding: 9px 8px;
}

.vsl-facts dl > div:nth-child(-n+2) {
    border-top: 0;
}

.vsl-facts__wide {
    grid-column: 1 / -1;
}

.vsl-facts dt {
    margin-bottom: 3px;
    color: var(--vsl-muted);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.vsl-facts dd {
    min-width: 0;
    margin: 0;
    color: var(--vsl-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.vsl-facts dd img {
    width: 18px;
    height: 12px;
    margin-right: 4px;
    border: 1px solid #d8dde2;
    object-fit: cover;
}

.vsl-facts dd small {
    display: block;
    color: var(--vsl-muted);
    font-size: 10px;
    font-weight: 400;
}

.vsl-facts .vsl-button {
    margin-top: 12px;
}

.vsl-facts__notice {
    margin: 8px 0 0;
    color: var(--vsl-muted);
    font-size: 10px;
    line-height: 1.45;
}

.vsl-profile-section {
    scroll-margin-top: 132px;
    margin-top: 16px;
    border: 1px solid var(--vsl-line);
    background: #fff;
    padding: clamp(20px, 3vw, 38px);
}

.vsl-profile-section > header {
    margin-bottom: 18px;
    border-bottom: 1px solid var(--vsl-line);
    padding-bottom: 12px;
}

.vsl-profile-section > header > p,
.vsl-order > div > p {
    margin: 0 0 4px;
    color: var(--vsl-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vsl-profile-section > header h2,
.vsl-order h2 {
    margin: 0;
    color: var(--vsl-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.25;
}

.vsl-direct-answer {
    margin: 0 0 20px;
    border-left: 4px solid var(--vsl-blue);
    background: #f1f8fc;
    padding: 16px 18px;
    color: #35434d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.vsl-copy {
    max-width: 920px;
    color: #444e55;
    font-size: 15px;
    line-height: 1.75;
}

.vsl-copy h2,
.vsl-copy h3 {
    color: var(--vsl-text);
    font-family: Inter, Arial, sans-serif;
}

.vsl-buyer-check {
    margin-top: 24px;
    border: 1px solid #cfe5f2;
    background: #f8fcfe;
    padding: 16px 18px;
}

.vsl-buyer-check h3 {
    margin: 0 0 8px;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
}

.vsl-buyer-check ul {
    margin: 0;
    padding-left: 20px;
}

.vsl-buyer-check li {
    margin: 5px 0;
    color: #48565f;
    font-size: 13px;
    line-height: 1.55;
}

.vsl-sources {
    margin-top: 26px;
    border-top: 1px solid var(--vsl-line);
    padding-top: 20px;
}

.vsl-sources h3 {
    margin: 0 0 12px;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
}

.vsl-sources ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vsl-sources li {
    border: 1px solid var(--vsl-line);
    padding: 13px;
}

.vsl-sources li a {
    display: block;
    color: var(--vsl-blue);
    font-size: 13px;
    font-weight: 700;
}

.vsl-sources li span {
    display: block;
    margin-top: 3px;
    color: var(--vsl-text);
    font-size: 11px;
    font-weight: 600;
}

.vsl-sources li p {
    margin: 7px 0;
    color: var(--vsl-muted);
    font-size: 11px;
    line-height: 1.5;
}

.vsl-sources li small,
.vsl-sources__note {
    color: #7a858d;
    font-size: 10px;
    line-height: 1.45;
}

.vsl-sources__note {
    margin: 12px 0 0;
}

.vsl-faq .vsa-faq-block > h2 {
    display: none;
}

.vsl-faq details {
    border-color: var(--vsl-line);
    background: #fff;
}

.vsl-commercial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    gap: 28px;
}

.vsl-commercial-grid dl {
    margin: 0;
    border: 1px solid var(--vsl-line);
}

.vsl-commercial-grid dl > div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    border-bottom: 1px solid var(--vsl-line);
}

.vsl-commercial-grid dl > div:last-child {
    border-bottom: 0;
}

.vsl-commercial-grid dt,
.vsl-commercial-grid dd {
    margin: 0;
    padding: 12px;
    font-size: 13px;
    line-height: 1.5;
}

.vsl-commercial-grid dt {
    background: #f7f9fb;
    color: var(--vsl-muted);
    font-weight: 600;
}

.vsl-commercial-grid dd strong {
    color: var(--vsl-blue-dark);
}

.vsl-commercial-grid h3 {
    margin: 0 0 8px;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
}

.vsl-commercial-grid p {
    color: var(--vsl-muted);
    font-size: 13px;
    line-height: 1.65;
}

.vsl-document {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--vsl-blue);
    font-size: 13px;
    font-weight: 700;
}

.vsl-order {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 32px;
    border-top: 4px solid var(--vsl-blue);
}

.vsl-order > div > p:last-child {
    margin-top: 12px;
    color: var(--vsl-muted);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
    text-transform: none;
}

.vsl-order form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: end;
}

.vsl-order label {
    color: var(--vsl-text);
    font-size: 12px;
    font-weight: 600;
}

.vsl-order select {
    display: block;
    width: 100%;
    min-height: 44px;
    margin-top: 5px;
    border: 1px solid #cbd3da;
    border-radius: 2px;
    background: #fff;
    color: var(--vsl-text);
    padding: 8px 30px 8px 10px;
    font: inherit;
    font-weight: 400;
}

.vsl-order button {
    grid-column: 1 / -1;
}

.vsl-related {
    margin-bottom: 36px;
}

.vsl-related .vsl-product-grid {
    margin-top: 0;
}

@media (max-width: 1179px) {
    .vsl-results-layout {
        grid-template-columns: minmax(0, 1fr) 220px;
    }

    .vsl-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vsl-profile-overview {
        grid-template-columns: minmax(0, 1fr) 410px;
    }

    .vsl-gallery {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .vsl-gallery__thumbs button {
        width: 72px;
    }
}

@media (max-width: 979px) {
    .vsl-tabs {
        top: 62px;
        justify-content: flex-start;
    }

    .vsl-profile-overview {
        grid-template-columns: 1fr;
    }

    .vsl-facts {
        position: static;
    }

    .vsl-facts dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vsl-commercial-grid,
    .vsl-order {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 899px) {
    .vsl-results-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .vsl-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vsl-knowledge {
        position: static;
        order: 2;
    }

    .vsl-shortlist {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vsl-shortlist .vsl-button {
        justify-self: start;
    }
}

@media (max-width: 679px) {
    .vsl-shell,
    .vsl-page .vsa-breadcrumbs,
    .vsl-page .breadcrumbs {
        width: min(calc(100% - 20px), 1500px);
    }

    .vsl-facet-row {
        grid-template-columns: 1fr;
        padding: 6px 9px;
    }

    .vsl-facet-row__label {
        padding: 4px 6px 1px;
    }

    .vsl-facet-row__items {
        align-items: flex-start;
    }

    .vsl-facet-row__items > a {
        min-height: 44px;
        white-space: normal;
    }

    .vsl-facet-toggle {
        margin-left: 0;
    }

    .vsl-active .vsl-active__clear {
        width: 100%;
        margin-left: 0;
    }

    .vsl-product-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vsl-card__body h2,
    .vsl-card__body h3,
    .vsl-card__body h4 {
        min-height: 0;
    }

    .vsl-shortlist {
        padding: 18px;
    }

    .vsl-tabs a {
        padding-inline: 16px;
    }

    .vsl-gallery {
        grid-template-columns: 1fr;
    }

    .vsl-gallery__thumbs {
        order: 2;
        overflow-x: auto;
        flex-direction: row;
        padding-bottom: 3px;
    }

    .vsl-gallery__thumbs button {
        width: 72px;
        flex: 0 0 72px;
    }

    .vsl-facts dl {
        grid-template-columns: 1fr;
    }

    .vsl-facts dl > div:nth-child(2) {
        border-top: 1px solid var(--vsl-line);
    }

    .vsl-facts__wide {
        grid-column: auto;
    }

    .vsl-profile-section {
        scroll-margin-top: 120px;
        padding: 18px 14px;
    }

    .vsl-sources ol {
        grid-template-columns: 1fr;
    }

    .vsl-commercial-grid dl > div {
        grid-template-columns: 1fr;
    }

    .vsl-commercial-grid dt {
        padding-bottom: 4px;
    }

    .vsl-commercial-grid dd {
        padding-top: 5px;
    }

    .vsl-order form {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vsl-page *,
    .vsl-page *::before,
    .vsl-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
