.vbs-bath-stoves-template #content > .ast-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.vbs-bath-stoves-template #primary {
    margin: 0;
    padding: 0;
    width: 100%;
}

.vbs-page {
    background: #f7f5f1;
    color: #616161;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 44px 0 56px;
    width: 100%;
}

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

.vbs-container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 32px;
    width: 100%;
}

.vbs-landing-hero,
.vbs-quick-nav,
.vbs-section,
.vbs-section--plain,
.vbs-section-heading,
.vbs-category-grid,
.vbs-product-grid,
.vbs-feature-grid,
.vbs-scenario-grid,
.vbs-faq-grid,
.vbs-cta-panel,
.vbs-card-list,
.vbs-soft-panel,
.vbs-stock-panel,
.vbs-final-cta,
.vbs-bottom-content {
    width: 100%;
}

.vbs-header {
    margin-bottom: 30px;
}

.vbs-landing-hero {
    align-items: stretch;
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    margin-bottom: 34px;
    padding: 34px;
}

.vbs-landing-hero__content {
    align-self: center;
}

.vbs-landing-hero__side {
    display: grid;
    gap: 12px;
}

.vbs-landing-hero__media,
.vbs-context-media,
.vbs-soft-panel__media,
.vbs-wide-media {
    background: #eee8dc;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.vbs-landing-hero__media {
    aspect-ratio: 16 / 9;
    min-height: 210px;
}

.vbs-landing-hero__media img,
.vbs-context-media img,
.vbs-soft-panel__media img,
.vbs-wide-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.vbs-landing-hero__note {
    margin-top: 10px;
}

.vbs-landing-hero__extra {
    color: #616161;
    font-size: 16px;
    line-height: 1.6;
    margin: 12px 0 0;
    max-width: 820px;
}

.vbs-landing-hero__panel {
    align-content: start;
    background: transparent;
    color: #2a241e;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
}

.vbs-landing-hero__panel span {
    background: #f7f5f1;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    font-weight: 700;
    min-height: 98px;
    padding: 18px 16px 16px 44px;
    position: relative;
}

.vbs-landing-hero__panel span::before {
    background: #df3c1d;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 18px;
    position: absolute;
    top: 25px;
    width: 10px;
}

.vbs-header h1,
.vbs-product-summary h1,
.vbs-landing-hero h1 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 14px;
}

.vbs-header p,
.vbs-lead,
.vbs-muted {
    color: #616161;
    font-size: 16px;
    line-height: 1.6;
    max-width: 780px;
}

.vbs-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.vbs-trust-line {
    color: #2a241e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin: 14px 0 0;
}

.vbs-link-inline {
    color: #7c3f20;
    display: inline-flex;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.vbs-link-inline:hover,
.vbs-link-inline:focus {
    color: #df3c1d;
    text-decoration: underline;
}

.vbs-quick-nav {
    align-items: center;
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
    padding: 16px 18px;
}

.vbs-quick-nav strong {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

.vbs-quick-nav__links {
    display: flex;
    flex: 1 1 520px;
    flex-wrap: wrap;
    gap: 8px;
}

.vbs-quick-nav__links a {
    background: #f7f5f1;
    border: 1px solid #e5ded3;
    border-radius: 999px;
    color: #2a241e !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    padding: 8px 12px;
    text-decoration: none;
}

.vbs-quick-nav__links a:hover,
.vbs-quick-nav__links a:focus {
    background: #df3c1d;
    border-color: #df3c1d;
    color: #fff !important;
}

.vbs-eyebrow {
    color: #8a4b28;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.vbs-section-heading {
    margin-bottom: 18px;
}

.vbs-section-heading h2,
.vbs-cta-panel h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}

.vbs-section-heading p,
.vbs-cta-panel p {
    margin-bottom: 0;
    max-width: 860px;
}

.vbs-header--split {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
}

.vbs-header__media img,
.vbs-product-card__image img,
.vbs-category-card__image img,
.vbs-product-media__main {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.vbs-category-grid,
.vbs-product-grid,
.vbs-feature-grid,
.vbs-scenario-grid,
.vbs-faq-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vbs-faq-grid {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
}

.vbs-feature-grid--compact {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vbs-category-grid + .vbs-product-grid {
    margin-top: 34px;
}

.vbs-category-grid--scenario {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vbs-category-card,
.vbs-product-card,
.vbs-buy-box,
.vbs-section,
.vbs-cta-panel,
.vbs-final-cta,
.vbs-info-card,
.vbs-feature-card,
.vbs-faq-item {
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 8px;
}

.vbs-category-card,
.vbs-product-card {
    overflow: hidden;
}

.vbs-product-card {
    display: flex;
    flex-direction: column;
}

.vbs-category-card__image,
.vbs-product-card__image {
    align-items: center;
    background: #eee8dc;
    display: flex;
    height: 220px;
    justify-content: center;
    padding: 18px;
}

.vbs-category-card__body,
.vbs-product-card__body {
    padding: 18px;
}

.vbs-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.vbs-category-card h2,
.vbs-product-card h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 10px;
}

.vbs-category-card--landing .vbs-category-card__body {
    display: grid;
    gap: 12px;
}

.vbs-category-card--landing .vbs-category-card__body p {
    margin: 0;
}

.vbs-card-actions,
.vbs-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.vbs-category-card a,
.vbs-product-card a,
.vbs-breadcrumbs a {
    color: #2a241e;
    text-decoration: none;
}

.vbs-category-card a:hover,
.vbs-product-card a:hover,
.vbs-breadcrumbs a:hover {
    color: #8a4b28;
}

.vbs-product-card p {
    color: #616161;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 16px;
}

.vbs-product-card__specs {
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.vbs-product-card__specs li {
    color: #2a241e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.vbs-feature-card,
.vbs-info-card,
.vbs-faq-item {
    padding: 18px;
}

.vbs-faq-item {
    overflow: hidden;
    padding: 0;
}

.vbs-faq-item summary {
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.25;
    list-style: none;
    min-height: 58px;
    padding: 18px 58px 18px 18px;
    position: relative;
}

.vbs-faq-item summary::-webkit-details-marker {
    display: none;
}

.vbs-faq-item summary::marker {
    content: "";
}

.vbs-faq-item summary::after {
    align-items: center;
    background: #111;
    border-radius: 4px;
    color: #fff;
    content: "+";
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    height: 28px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 16px;
    width: 28px;
}

.vbs-faq-item[open] summary {
    border-bottom: 1px solid #e5ded3;
}

.vbs-faq-item[open] summary::after {
    background: #df3c1d;
    content: "−";
}

.vbs-faq-item p {
    padding: 18px;
}

.vbs-feature-card {
    align-items: center;
    display: flex;
    gap: 10px;
}

.vbs-feature-card__icon {
    background: #df3c1d;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 10px;
    height: 10px;
    width: 10px;
}

.vbs-info-card h3,
.vbs-faq-item h3 {
    color: #000;
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.vbs-info-card p,
.vbs-faq-item p {
    margin-bottom: 0;
}

.vbs-info-card .vbs-link-inline {
    margin-top: 14px;
}

.vbs-product-card__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.vbs-product-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 16px;
}

.vbs-product-card__actions .vbs-button {
    flex: 1 1 130px;
    min-height: 38px;
    padding-left: 12px;
    padding-right: 12px;
}

.vbs-card-price,
.vbs-price {
    color: #7c3f20;
    font-size: 22px;
    font-weight: 800;
}

.vbs-card-availability,
.vbs-availability {
    color: #597344;
    font-size: 14px;
    font-weight: 700;
}

.vbs-breadcrumbs {
    color: #756b61;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 24px;
}

.vbs-product-hero {
    align-items: start;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr);
    margin-bottom: 56px;
}

.vbs-product-media {
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 24px;
}

.vbs-product-media .vbs-product-media__main {
    height: auto;
    max-height: 620px;
}

.vbs-gallery {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 16px;
}

.vbs-gallery .vbs-gallery__button {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: inherit;
    cursor: pointer;
    display: block;
    line-height: 0;
    min-height: 0;
    padding: 0 !important;
    width: 100%;
}

.vbs-gallery .vbs-gallery__button:hover,
.vbs-gallery .vbs-gallery__button:focus,
.vbs-gallery .vbs-gallery__button:focus-visible,
.vbs-gallery .vbs-gallery__button.is-active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: inherit;
}

.vbs-gallery__button img {
    aspect-ratio: 1;
    background: #f2eee6;
    border: 1px solid #e5ded3;
    border-radius: 6px;
    display: block;
    object-fit: contain;
    padding: 5px;
    transition: border-color .15s ease, box-shadow .15s ease;
    width: 100%;
}

.vbs-gallery__button:hover img,
.vbs-gallery__button:focus-visible img,
.vbs-gallery__button.is-active img {
    border-color: #7c3f20;
    box-shadow: 0 0 0 2px rgba(124, 63, 32, .14);
}

.vbs-buy-box {
    margin-top: 22px;
    padding: 20px;
}

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

.vbs-old-price {
    color: #8c847a;
    font-size: 16px;
    text-decoration: line-through;
}

.vbs-button {
    align-items: center;
    appearance: none;
    background: #111;
    border: 1px solid #111;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    min-height: 40px;
    padding: 10px 20px;
    text-decoration: none;
}

.vbs-button--secondary {
    background: #df3c1d;
    border-color: #df3c1d;
}

.vbs-button--ghost {
    background: #111;
    border-color: #111;
    color: #fff !important;
}

.vbs-button--ghost:visited,
.vbs-button--ghost:hover,
.vbs-button--ghost:focus {
    color: #fff !important;
}

.vbs-button:visited,
.vbs-button:hover,
.vbs-button:focus {
    color: #fff !important;
    text-decoration: none;
}

.vbs-button:hover,
.vbs-button:focus-visible {
    background: #df3c1d;
    border-color: #df3c1d;
}

.vbs-button--soft,
.vbs-button--soft:visited {
    background: #fff;
    border-color: #111;
    color: #111 !important;
}

.vbs-button--soft:hover,
.vbs-button--soft:focus {
    background: #df3c1d;
    border-color: #df3c1d;
    color: #fff !important;
}

.vbs-request-form {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.vbs-request-form__interest {
    border: 0;
    margin: 0;
    padding: 0;
}

.vbs-request-form__interest legend {
    color: #1e293b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
    padding: 0;
}

.vbs-interest-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vbs-interest-option {
    cursor: pointer;
    display: block;
}

.vbs-interest-option input {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.vbs-interest-option span {
    background: #f7f5f1;
    border: 1px solid #e5ded3;
    border-radius: 999px;
    color: #2a241e;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 10px;
}

.vbs-interest-option input:checked + span,
.vbs-interest-option input:focus-visible + span {
    background: #111;
    border-color: #111;
    color: #fff;
}

.vbs-request-form__fields {
    display: grid;
    gap: 12px;
}

.vbs-request-form__field {
    color: #1e293b;
    display: grid;
    font-size: 14px;
    font-weight: 500;
    gap: 6px;
    line-height: 1.4;
}

.vbs-request-form input,
.vbs-request-form textarea {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    color: #475569;
    font-family: inherit;
    font-size: 16px;
    height: 40px;
    line-height: 24px;
    padding: 8px 12px;
    width: 100%;
}

.vbs-request-form textarea {
    height: auto;
    min-height: 92px;
    resize: vertical;
}

.vbs-request-form .vbs-interest-option input[type="radio"] {
    border: 0;
    box-shadow: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vbs-request-form input:focus,
.vbs-request-form textarea:focus {
    border-color: #111;
    box-shadow: none;
    outline: none;
}

.vbs-request-form__submit {
    justify-self: start;
}

.vbs-request-form__consent {
    color: #616161;
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

.vbs-request-form__consent a {
    color: #1e293b;
    text-decoration: underline;
}

.vbs-request-form__consent a:hover {
    color: #df3c1d;
}

.vbs-request-form__trap {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.vbs-form-notice {
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.45;
    margin: 12px 0 0;
    padding: 10px 12px;
}

.vbs-form-notice--success {
    background: #edf7ed;
    color: #2f5d2f;
}

.vbs-form-notice--error {
    background: #fff1f0;
    color: #8a1f11;
}

.vbs-section {
    margin-top: 24px;
    padding: 24px;
}

.vbs-section--plain {
    background: transparent;
    border: 0;
    padding: 0;
}

.vbs-section h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 18px;
}

.vbs-collapsible__body {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.vbs-collapsible.is-collapsed .vbs-collapsible__body::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
    bottom: 0;
    content: "";
    height: 72px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.vbs-collapsible.is-expanded .vbs-collapsible__body {
    max-height: none;
}

.vbs-collapse-toggle {
    appearance: none;
    background: transparent;
    border: 1px solid #7c3f20;
    border-radius: 6px;
    color: #7c3f20;
    cursor: pointer;
    font-weight: 700;
    margin-top: 18px;
    min-height: 42px;
    padding: 9px 16px;
}

.vbs-collapse-toggle:hover,
.vbs-collapse-toggle:focus-visible {
    background: #7c3f20;
    color: #fff;
}

.vbs-specs {
    display: grid;
    gap: 0;
    margin: 0;
}

.vbs-specs__row {
    border-top: 1px solid #ece5da;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr);
    padding: 13px 0;
}

.vbs-specs__row:first-child {
    border-top: 0;
}

.vbs-specs dt,
.vbs-specs dd {
    margin: 0;
}

.vbs-specs dt {
    color: #616161;
}

.vbs-specs dd {
    color: #000;
    font-weight: 700;
}

.vbs-content {
    color: #616161;
    font-size: 16px;
    line-height: 1.65;
}

.vbs-cta-panel {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
    margin-top: 30px;
    padding: 28px;
}

.vbs-card-list {
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
    padding: 22px;
}

.vbs-stock-panel {
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
    padding: 28px;
}

.vbs-stock-panel h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}

.vbs-stock-panel p {
    margin: 0;
    max-width: 860px;
}

.vbs-stock-highlights {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.vbs-stock-highlights div,
.vbs-quiz-benefits span {
    background: #f7f5f1;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    color: #2a241e;
    display: grid;
    gap: 6px;
    padding: 14px;
}

.vbs-stock-highlights strong {
    color: #000;
    font-size: 15px;
    line-height: 1.25;
}

.vbs-stock-highlights span {
    color: #616161;
    font-size: 14px;
    line-height: 1.45;
}

.vbs-stock-panel__side {
    display: grid;
    gap: 16px;
}

.vbs-context-media {
    aspect-ratio: 16 / 10;
    max-height: 220px;
}

.vbs-context-media img {
    object-fit: contain;
    padding: 12px;
}

.vbs-section-note,
.vbs-soft-panel {
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding: 18px;
}

.vbs-section-note {
    align-content: start;
    background: #f7f5f1;
}

.vbs-section-note p,
.vbs-soft-panel p {
    margin: 0;
}

.vbs-soft-panel {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
}

.vbs-soft-panel--with-media {
    align-items: stretch;
    grid-template-columns: 220px minmax(0, 1fr);
}

.vbs-soft-panel__media {
    min-height: 150px;
}

.vbs-soft-panel__media img {
    object-fit: contain;
    padding: 12px;
}

.vbs-soft-panel__body {
    align-content: center;
    display: grid;
    gap: 14px;
}

.vbs-wide-media {
    aspect-ratio: 16 / 5;
    margin-bottom: 20px;
    min-height: 180px;
}

.vbs-final-cta {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 30px;
    padding: 28px;
}

.vbs-final-cta h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}

.vbs-final-cta p {
    margin: 0;
    max-width: 860px;
}

.vbs-cta-panel__form {
    background: #f7f5f1;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    padding: 18px;
}

.vbs-cta-panel__form--quiz,
.vbs-cta-panel__form:has(.vbs-quiz-embed) {
    background: transparent;
    border: 0;
    padding: 0;
}

.vbs-quiz-benefits {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.vbs-quiz-benefits span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    min-height: 62px;
    padding-left: 38px;
    position: relative;
}

.vbs-quiz-benefits span::before {
    background: #df3c1d;
    border-radius: 50%;
    content: "";
    height: 9px;
    left: 16px;
    position: absolute;
    top: 19px;
    width: 9px;
}

.vbs-buy-box__quiz-link {
    margin-top: 14px;
    width: 100%;
}

.vbs-quiz-embed {
    width: 100%;
}

.vbs-page .zqb-quiz {
    --zqb-accent: #000;
    --zqb-secondary: #df3c1d;
    --zqb-surface: #fff;
    --zqb-ink: #616161;
    color: #616161;
    font-family: Poppins, sans-serif;
    width: 100%;
}

.vbs-page .zqb-card,
.vbs-page .zqb-hero-card,
.vbs-page .zqb-aside-card {
    border-color: #e5ded3;
    border-radius: 8px;
    box-shadow: none;
}

.vbs-page .zqb-button {
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.vbs-page .zqb-button:hover,
.vbs-page .zqb-button:focus-visible {
    background: #df3c1d;
    border-color: #df3c1d;
    color: #fff;
}

.vbs-page .zqb-policy-check a,
.vbs-page .zqb-policy a {
    color: #16469d;
}

.vbs-check-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vbs-check-list li {
    color: #2a241e;
    padding-left: 24px;
    position: relative;
}

.vbs-check-list li::before {
    background: #597344;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: .75em;
    width: 8px;
}

.vbs-commercial-block,
.vbs-checklist-block,
.vbs-catalog-heading,
.vbs-product-context,
.vbs-faq {
    margin-top: 30px;
}

.vbs-catalog-heading {
    margin-bottom: 18px;
}

.vbs-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.vbs-trust-badges span {
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 999px;
    color: #2a241e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    padding: 7px 10px;
}

.vbs-price-note {
    color: #756b61;
    font-size: 13px;
    line-height: 1.45;
    margin: 8px 0 0;
}

.vbs-bottom-content {
    color: #616161;
    font-size: 16px;
    line-height: 1.65;
    margin-top: 30px;
}

.vbs-placeholder {
    background: linear-gradient(135deg, #dfd5c7, #f3ede5);
    border-radius: 8px;
    display: block;
    height: 100%;
    min-height: 160px;
    width: 100%;
}

.vbs-placeholder--large {
    min-height: 360px;
}

.vbs-empty {
    background: #fff;
    border: 1px solid #e5ded3;
    border-radius: 8px;
    color: #645c52;
    padding: 18px;
}

.vbs-pagination {
    margin-top: 28px;
}

@media (max-width: 900px) {
    .vbs-landing-hero,
    .vbs-landing-hero__panel,
    .vbs-soft-panel--with-media,
    .vbs-header--split,
    .vbs-product-hero,
    .vbs-cta-panel,
    .vbs-card-list,
    .vbs-soft-panel,
    .vbs-stock-panel,
    .vbs-final-cta,
    .vbs-category-grid,
    .vbs-product-grid,
    .vbs-feature-grid,
    .vbs-scenario-grid,
    .vbs-faq-grid {
        grid-template-columns: 1fr;
    }

    .vbs-header h1,
    .vbs-product-summary h1,
    .vbs-landing-hero h1 {
        font-size: 32px;
    }

    .vbs-stock-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .vbs-page {
        padding: 28px 0 42px;
    }

    .vbs-container {
        padding: 0 14px;
    }

    .vbs-landing-hero__media {
        display: none;
    }

    .vbs-landing-hero__panel {
        gap: 8px;
    }

    .vbs-landing-hero__panel span {
        min-height: 0;
        padding: 14px 14px 14px 36px;
    }

    .vbs-landing-hero__panel span::before {
        left: 16px;
        top: 20px;
    }

    .vbs-landing-hero,
    .vbs-cta-panel,
    .vbs-stock-panel,
    .vbs-final-cta {
        padding: 20px;
    }

    .vbs-stock-highlights,
    .vbs-quiz-benefits {
        grid-template-columns: 1fr;
    }

    .vbs-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .vbs-specs__row {
        gap: 5px;
        grid-template-columns: 1fr;
    }
}
