/*
 * SCHTOFF home redesign — step 07
 * Loaded after the theme's original css/style.css.
 * Scope is intentionally limited to body.home.
 */

:root {
    --sv-red: #ef2b2d;
    --sv-red-dark: #cf1f21;
    --sv-black: #080808;
    --sv-dark: #121212;
    --sv-text: #171717;
    --sv-muted: #767676;
    --sv-border: #e8e8e8;
    --sv-radius: 18px;
    --sv-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
}

body.home {
    padding-top: 0;
    overflow-x: hidden;
    background: #fff;
}

body.home main,
body.home #page,
body.home .site {
    overflow: visible;
}

/* --------------------------------------------------------------------------
   Header over hero
   -------------------------------------------------------------------------- */

body.home header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    color: #fff;
    background: transparent !important;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}


body.home header.sticky.sv-header--scrolled {
    background: rgb(0 0 0 / 85%) !important;
    border-bottom-color: rgba(255, 255, 255, 0.09);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(14px);
}

body.admin-bar.home header.sticky {
    top: 32px;
}

body.home header.sticky .top_header_row,
body.home header.sticky .menu_header_row,
body.home header.sticky .top_header_row a,
body.home header.sticky .top_header_row li {
    color: rgba(255, 255, 255, 0.9);
}

body.home header.sticky .logo img,
body.home header.sticky .custom-logo-link img,
body.home header.sticky img.custom-logo {
    filter: brightness(0) invert(1);
}

body.home header.sticky .top_header_row img:not(.custom-logo) {
    filter: brightness(0) invert(1);
    opacity: 0.86;
}

body.home header.sticky .top_header_row .ls ul li:hover {
    margin-right: 14px;
    color: #fff;
    opacity: 1;
}

body.home header.sticky .menu_header_row .catalog_button .catalog_button_item,
body.home header.sticky .menu_header_row .wishlist_button .wishlist_button_item,
body.home header.sticky .menu_header_row .cart_button .cart_button_item {
    color: #fff;
    background: linear-gradient(135deg, #f2383a, #df2224);
    border-color: transparent;
    box-shadow: 0 8px 22px rgba(239, 43, 45, 0.2);
}

body.home header.sticky .menu_header_row .catalog_button .catalog_button_item:hover,
body.home header.sticky .menu_header_row .wishlist_button .wishlist_button_item:hover,
body.home header.sticky .menu_header_row .cart_button:hover .cart_button_item {
    color: #fff;
    background: var(--sv-red-dark);
    border-color: transparent;
}

body.home header.sticky .menu_header_row .catalog_button .catalog_button_item:hover svg path,
body.home header.sticky .menu_header_row .wishlist_button .wishlist_button_item:hover svg path,
body.home header.sticky .menu_header_row .cart_button:hover .cart_button_item svg path {
    fill: #fff;
}

body.home header.sticky .menu_header_row .search_form .search_item input[type="search"] {
    width: clamp(300px, 32vw, 520px);
    height: 46px;
    padding-left: 52px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background-color: rgba(8, 8, 8, 0.38);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23cfcfcf' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    background-position: 19px center;
    backdrop-filter: blur(10px);
}

body.home header.sticky .menu_header_row .search_form .search_item input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.58);
    font-size: 16px;
}

body.home header.sticky.sv-header--scrolled .menu_header_row .search_form .search_item input[type="search"] {
    background-color: rgba(26, 26, 26, 0.9);
}

body.home header.sticky .search-result,
body.home header.sticky .wishlist__popup,
body.home header.sticky .cart__popup,
body.home header.sticky .rs_call {
    color: #444;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.sv-home-hero {
    position: relative;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background: var(--sv-black);
}

.sv-home-hero .owl-stage-outer,
.sv-home-hero .owl-stage,
.sv-home-hero .owl-item,
.sv-home-hero__slide {
    min-height: 760px;
}

.sv-home-hero__slide {
    position: relative;
    display: flex;
    box-sizing: border-box;
    min-height: 760px;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.sv-home-hero__slide::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.7) 38%, rgba(5, 5, 5, 0.22) 68%, rgba(5, 5, 5, 0.08) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.44), transparent 52%);
}

.sv-home-hero__slide::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 30%, rgba(0, 0, 0, 0.26));
}

.sv-home-hero__container {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 610px;
    padding-bottom: 92px;
}

.sv-home-hero__content {
    width: min(540px, 48vw);
}

.sv-home-hero__eyebrow {
    margin: 0 0 16px;
    color: var(--sv-red);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.sv-home-hero .title {
    max-width: 650px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(48px, 4.5vw, 70px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.sv-home-hero .title span {
    display: block;
    color: var(--sv-red);
}

.sv-home-hero .desc {
    max-width: 520px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.52;
}

.sv-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sv-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 25px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sv-home-button svg {
    margin-left: 18px;
}

.sv-home-button:hover {
    transform: translateY(-2px);
}

.sv-home-button--primary {
    color: #fff;
    background: var(--sv-red);
    box-shadow: 0 12px 28px rgba(239, 43, 45, 0.24);
}

.sv-home-button--primary:hover {
    color: #fff;
    background: var(--sv-red-dark);
}

.sv-home-button--ghost,
.sv-home-button--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
}

.sv-home-button--ghost:hover,
.sv-home-button--outline:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.09);
}

.sv-home-hero__mini-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.sv-home-hero__mini-benefits li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.35;
}

.sv-home-hero__mini-benefits svg {
    flex: 0 0 auto;
    color: #fff;
}

.sv-home-hero .slider_nav .prev_next button {
    position: absolute;
    top: 52%;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    transform: translateY(-50%);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.sv-home-hero .slider_nav .prev_next button:hover {
    border-color: var(--sv-red);
    background: var(--sv-red);
}

.sv-home-hero .slider_nav .prev {
    left: 22px;
}

.sv-home-hero .slider_nav .next {
    right: 22px;
}

.sv-home-hero .owl-dots {
    position: absolute;
    bottom: 26px;
    left: max(40px, calc((100vw - 1320px) / 2));
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sv-home-hero .owl-dots .owl-dot {
    width: 24px;
    height: 4px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    transition: width 0.2s ease, background-color 0.2s ease;
}

.sv-home-hero .owl-dots .owl-dot.active {
    width: 40px;
    background: var(--sv-red);
}

.sv-home-hero__quick-categories {
    position: absolute;
    right: max(40px, calc((100vw - 1320px) / 2));
    bottom: 22px;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(17, 17, 17, 0.78);
    backdrop-filter: blur(12px);
}

.sv-home-hero__quick-categories a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 14px 20px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.25;
}

.sv-home-hero__quick-categories a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.sv-home-hero__quick-categories a:hover,
.sv-home-hero__quick-categories a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.sv-home-hero__quick-categories a.is-active::after {
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    content: "";
    border-radius: 4px 4px 0 0;
    background: var(--sv-red);
}

.sv-home-hero__quick-number {
    margin-right: 12px;
    color: var(--sv-red);
    font-size: 12px;
    font-weight: 700;
}

/* --------------------------------------------------------------------------
   Shared section heading
   -------------------------------------------------------------------------- */

.sv-home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.sv-home-section-heading h2 {
    margin: 0;
    color: var(--sv-text);
    font-size: clamp(28px, 2.15vw, 36px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.sv-home-section-heading__eyebrow {
    margin: 0 0 6px;
    color: var(--sv-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sv-home-section-heading > a {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    font-weight: 700;
}

.sv-home-section-heading > a svg {
    margin-left: 8px;
}

.sv-home-section-heading > a:hover {
    color: var(--sv-red);
}

/* --------------------------------------------------------------------------
   Categories
   -------------------------------------------------------------------------- */

.sv-home-categories {
    padding: 54px 0 58px;
    background: #fff;
}

.sv-home-categories > .container,
.sv-home-promo > .container,
.sv-home-products > .container,
.sv-home-benefits > .container,
.sv-home-cta > .container {
    width: min(100% - 40px, 1320px);
    max-width: 1320px;
}

.sv-home-categories__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.sv-home-category-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    color: var(--sv-text);
    border: 0 !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.075);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sv-home-category-card:hover {
    z-index: 2;
    color: var(--sv-text);
    box-shadow: 0 17px 38px rgba(0, 0, 0, 0.13);
    transform: translateY(-5px);
}

.sv-home-category-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 0.82;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.35s ease;
}

.sv-home-category-card__image--contain {
    background-size: contain;
}

.sv-home-category-card:hover .sv-home-category-card__image {
    transform: scale(1.025);
}

.sv-home-category-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 14px 10px;
    text-align: center;
}

.sv-home-category-card__content strong,
.sv-home-category-card__content span {
    display: block;
}

.sv-home-category-card__content strong {
    color: #424242;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.sv-home-category-card__content span {
    margin-top: 7px;
    color: var(--sv-muted);
    font-size: 11px;
    line-height: 1.25;
}

.sv-home-category-card--all {
    align-items: center;
    justify-content: center;
    min-height: 100%;
    background: linear-gradient(135deg, #fbfbfb, #eeeeee);
}

.sv-home-category-card__all-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 48px;
    color: #333;
}

.sv-home-category-card--all .sv-home-category-card__content {
    flex: initial;
    margin-top: auto;
}

/* --------------------------------------------------------------------------
   Promo banner
   -------------------------------------------------------------------------- */

.sv-home-promo {
    padding: 0 0 58px;
    background: #fff;
}

.sv-home-promo__banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 330px;
    overflow: hidden;
    color: #fff;
    border-radius: 18px;
    background-color: #111;
    background-repeat: no-repeat;
    background-position: center 48%;
    background-size: cover;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.11);
    isolation: isolate;
}

.sv-home-promo__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.74) 38%, rgba(5, 5, 5, 0.2) 70%, rgba(5, 5, 5, 0.04) 100%);
}

.sv-home-promo__content {
    position: relative;
    z-index: 1;
    width: min(520px, 58%);
    padding: 50px 44px;
}

.sv-home-promo__eyebrow,
.sv-home-cta__eyebrow {
    margin: 0 0 12px;
    color: var(--sv-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sv-home-promo h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(36px, 3.25vw, 52px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.sv-home-promo p:not(.sv-home-promo__eyebrow) {
    max-width: 420px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
}

/* --------------------------------------------------------------------------
   Product grid
   -------------------------------------------------------------------------- */

.sv-home-products {
    padding: 4px 0 52px;
    background: #fff;
}

.sv-home-products__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.sv-home-product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 14px;
    background: #fff;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.sv-home-product-card:hover {
    border-color: transparent;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.09);
    transform: translateY(-4px);
}

.sv-home-product-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(176px, 13vw, 232px);
    padding: 14px;
    overflow: hidden;
    background: #fafafa;
}

.sv-home-product-card__image img {
    width: auto;
    height: auto;
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
    transition: transform 0.28s ease;
}

.sv-home-product-card:hover .sv-home-product-card__image img {
    transform: scale(1.035);
}

.sv-home-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 15px 15px 14px;
}

.sv-home-product-card__category,
.sv-home-product-card__sku {
    margin: 0;
    color: #969696;
    font-size: 9px;
    line-height: 1.35;
}

.sv-home-product-card__category a {
    color: inherit;
    transition: color 0.2s ease;
}

.sv-home-product-card__category a:hover {
    color: var(--sv-red);
}

.sv-home-product-card h3 {
    min-height: 42px;
    margin: 5px 0 7px;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.38;
}

.sv-home-product-card h3 a:hover {
    color: var(--sv-red);
}

.sv-home-product-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
}

.sv-home-product-card__price {
    color: #222;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.sv-home-product-card__price del {
    display: block;
    color: #9a9a9a;
    font-size: 10px;
    font-weight: 500;
}

.sv-home-product-card__price ins {
    text-decoration: none;
}

.sv-home-product-card__cart {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: var(--sv-red) !important;
    box-shadow: none !important;
}

.sv-home-product-card__cart:hover {
    background: var(--sv-red-dark) !important;
}

/* --------------------------------------------------------------------------
   Benefits
   -------------------------------------------------------------------------- */

.sv-home-benefits {
    padding: 0 0 56px;
    background: #fff;
}

.sv-home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 16px;
    background: #fafafa;
}

.sv-home-benefit {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 112px;
    padding: 24px 28px;
    color: #232323;
}

.sv-home-benefit:not(:last-child) {
    border-right: 1px solid #e8e8e8;
}

.sv-home-benefit svg {
    flex: 0 0 auto;
}

.sv-home-benefit strong,
.sv-home-benefit span {
    display: block;
}

.sv-home-benefit strong {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 700;
}

.sv-home-benefit span {
    color: #696969;
    font-size: 12px;
    line-height: 1.4;
}

/* --------------------------------------------------------------------------
   Final CTA
   -------------------------------------------------------------------------- */

.sv-home-cta {
    position: relative;
    padding: 0;
    color: #fff;
    background: #0c0c0c;
}

.sv-home-cta__inner {
    position: relative;
    min-height: 310px;
    margin: 0 -100vw;
    padding: 0 100vw;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.88) 40%, rgba(8, 8, 8, 0.16) 76%),
        var(--sv-home-cta-bg);
    background-repeat: no-repeat;
    background-position: center, right center;
    background-size: cover, auto 100%;
}

.sv-home-cta__content {
    display: flex;
    min-height: 310px;
    width: min(600px, 56%);
    flex-direction: column;
    justify-content: center;
    padding: 48px 0;
}

.sv-home-cta h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.sv-home-cta p:not(.sv-home-cta__eyebrow) {
    max-width: 520px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.sv-home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.home footer {
    margin-top: 0;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1399px) {
    .sv-home-hero__quick-categories {
        right: 30px;
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }

    .sv-home-hero .owl-dots {
        left: 30px;
    }
}

@media (max-width: 1199px) {
    .sv-home-hero .owl-stage-outer,
    .sv-home-hero .owl-stage,
    .sv-home-hero .owl-item,
    .sv-home-hero__slide {
        min-height: 700px;
    }

    .sv-home-hero__slide {
        min-height: 700px;
        padding-top: 140px;
    }

    .sv-home-hero__container {
        min-height: 560px;
    }

    .sv-home-hero__content {
        width: min(520px, 58vw);
    }

    .sv-home-products__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.home header.sticky {
        padding: 10px 0;
        background: transparent !important;
    }

    body.home header.sticky.sv-header--scrolled {
        background: rgb(0 0 0 / 85%) !important;
    }

    body.home header.sticky .mobile_header .logo img {
        width: auto;
        max-width: 135px;
        max-height: 48px;
    }

    body.home header.sticky .mobile_header .catalog_button .catalog_button_item {
        padding: 8px 15px;
        color: #fff;
        background: var(--sv-red);
        border-radius: 999px;
        font-size: 15px;
    }

    body.home header.sticky .mobile_header .search_form .search_item input[type="search"] {
        border-color: rgba(255, 255, 255, 0.18);
        background-color: #171717;
    }

    body.home header.sticky .mobile_header .mobile_topmenu .open_bt img,
    body.home header.sticky .mobile_header .mobile_topmenu .open_bt svg {
        filter: brightness(0) invert(1);
    }

    .sv-home-hero .owl-stage-outer,
    .sv-home-hero .owl-stage,
    .sv-home-hero .owl-item,
    .sv-home-hero__slide {
        min-height: 650px;
    }

    .sv-home-hero__slide {
        min-height: 650px;
        padding-top: 112px;
        background-position: 62% center;
    }

    .sv-home-hero__slide::before {
        background: linear-gradient(90deg, rgba(4, 4, 4, 0.94) 0%, rgba(4, 4, 4, 0.78) 58%, rgba(4, 4, 4, 0.4) 100%);
    }

    .sv-home-hero__container {
        min-height: 538px;
        padding-bottom: 72px;
    }

    .sv-home-hero__content {
        width: min(500px, 76vw);
    }

    .sv-home-hero .title {
        font-size: clamp(40px, 6.8vw, 54px);
    }

    .sv-home-hero__quick-categories {
        display: none;
    }

    .sv-home-categories__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sv-home-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sv-home-benefit:nth-child(2) {
        border-right: 0;
    }

    .sv-home-benefit:nth-child(-n+2) {
        border-bottom: 1px solid #e8e8e8;
    }

    .sv-home-cta__content {
        width: min(620px, 72%);
    }
}

@media (max-width: 767px) {
    .sv-home-hero .owl-stage-outer,
    .sv-home-hero .owl-stage,
    .sv-home-hero .owl-item,
    .sv-home-hero__slide {
        min-height: 620px;
    }

    .sv-home-hero__slide {
        min-height: 620px;
        padding-top: 105px;
        background-position: 68% center;
    }

    .sv-home-hero__slide::before {
        background:
            linear-gradient(90deg, rgba(4, 4, 4, 0.96) 0%, rgba(4, 4, 4, 0.8) 72%, rgba(4, 4, 4, 0.52) 100%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.46), transparent 55%);
    }

    .sv-home-hero__container {
        align-items: flex-end;
        min-height: 515px;
        padding-bottom: 70px;
    }

    .sv-home-hero__content {
        width: 100%;
    }

    .sv-home-hero__eyebrow {
        font-size: 11px;
    }

    .sv-home-hero .title {
        max-width: 430px;
        font-size: clamp(38px, 11vw, 50px);
    }

    .sv-home-hero .desc {
        max-width: 430px;
        margin-bottom: 22px;
        font-size: 15px;
    }

    .sv-home-hero__mini-benefits,
    .sv-home-hero .slider_nav .prev_next button {
        display: none;
    }

    .sv-home-button {
        min-height: 46px;
        padding: 11px 18px;
        font-size: 13px;
    }

    .sv-home-button svg {
        margin-left: 12px;
    }

    .sv-home-categories,
    .sv-home-products {
        padding-top: 42px;
        padding-bottom: 48px;
    }

    .sv-home-categories > .container,
    .sv-home-promo > .container,
    .sv-home-products > .container,
    .sv-home-benefits > .container,
    .sv-home-cta > .container {
        width: min(100% - 24px, 1320px);
    }

    .sv-home-section-heading > a {
        display: none;
    }

    .sv-home-categories__grid,
    .sv-home-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .sv-home-category-card {
        border-radius: 13px;
    }

    .sv-home-category-card__image {
        aspect-ratio: 1 / 0.88;
    }

    .sv-home-category-card__content {
        min-height: 82px;
    }

    .sv-home-category-card__all-icon {
        padding-top: 48px;
    }

    .sv-home-promo {
        padding-bottom: 48px;
    }

    .sv-home-promo__banner {
        min-height: 380px;
        background-position: 66% center;
    }

    .sv-home-promo__overlay {
        background: linear-gradient(90deg, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.78) 72%, rgba(5, 5, 5, 0.4) 100%);
    }

    .sv-home-promo__content {
        width: 100%;
        padding: 42px 32px 54px;
    }

    .sv-home-product-card__image {
        aspect-ratio: 1 / 0.92;
    }

    .sv-home-benefit {
        padding: 21px 18px;
    }

    .sv-home-cta__inner {
        min-height: 390px;
        background-image:
            linear-gradient(90deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.86) 74%, rgba(8, 8, 8, 0.48) 100%),
            var(--sv-home-cta-bg);
        background-position: center, 70% center;
        background-size: cover;
    }

    .sv-home-cta__content {
        min-height: 390px;
        width: 100%;
        padding: 52px 0;
    }
}

@media (max-width: 575px) {
    .sv-home-hero__slide {
        background-position: 72% center;
    }

    .sv-home-hero .title {
        font-size: clamp(34px, 12vw, 44px);
        line-height: 1;
    }

    .sv-home-button--ghost {
        display: none;
    }

    .sv-home-category-card__content {
        min-height: 76px;
        padding: 11px 7px;
    }

    .sv-home-category-card__content strong {
        font-size: 12px;
    }

    .sv-home-category-card__content span {
        font-size: 10px;
    }

    .sv-home-product-card__body {
        padding: 12px 11px;
    }

    .sv-home-product-card__category a {
    color: inherit;
    transition: color 0.2s ease;
}

.sv-home-product-card__category a:hover {
    color: var(--sv-red);
}

.sv-home-product-card h3 {
        min-height: 38px;
        font-size: 11px;
    }

    .sv-home-products__grid {
        gap: 9px;
    }

    .sv-home-benefits__grid {
        grid-template-columns: 1fr;
    }

    .sv-home-benefit,
    .sv-home-benefit:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .sv-home-benefit:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 782px) {
    body.admin-bar.home header.sticky {
        top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sv-home-button,
    .sv-home-category-card,
    .sv-home-category-card__image,
    .sv-home-product-card,
    .sv-home-product-card__image img,
    .sv-home-hero .owl-dots .owl-dot {
        transition: none;
    }
}

/* Step 06 refinements */
.sv-home-products .sv-home-section-heading,
.sv-home-categories .sv-home-section-heading {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .sv-home-product-card__image {
        height: 180px;
    }
}

/* --------------------------------------------------------------------------
   Step 07 — final home content, product rail and SEO sections
   -------------------------------------------------------------------------- */

.sv-home-guides > .container,
.sv-home-faq > .container,
.sv-home-about > .container,
.sv-home-shops > .container {
    width: min(100% - 40px, 1320px);
    max-width: 1320px;
}

/* Product rail */
.sv-home-products {
    padding: 8px 0 62px;
}

.sv-home-section-heading--slider {
    align-items: center;
}

.sv-home-slider-controls {
    display: flex;
    gap: 9px;
}

.sv-home-slider-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #252525;
    border: 1px solid #dedede;
    border-radius: 50%;
    background: #fff;
    transition: color .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease;
}

.sv-home-slider-controls button:hover:not(:disabled) {
    color: #fff;
    border-color: var(--sv-red);
    background: var(--sv-red);
}

.sv-home-slider-controls button:disabled {
    cursor: default;
    opacity: .32;
}

.sv-home-products__viewport {
    position: relative;
    margin: -18px -20px;
    padding: 18px 20px 24px;
    overflow: hidden;
}

.sv-home-products__track {
    display: flex;
    gap: 14px;
    padding-bottom: 4px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.sv-home-products__track::-webkit-scrollbar {
    display: none;
}

.sv-home-products__track .sv-home-product-card {
    flex: 0 0 calc((100% - 70px) / 6);
    scroll-snap-align: start;
}

.sv-home-product-card {
    min-height: 430px;
}

.sv-home-product-card__image {
    height: 248px;
    padding: 8px;
    background: #fbfbfb;
}

.sv-home-product-card__image img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: scale(1.06);
}

.sv-home-product-card:hover .sv-home-product-card__image img {
    transform: scale(1.1);
}

.sv-home-product-card__body {
    padding: 16px 15px 15px;
}

.sv-home-product-card__category {
    min-height: 17px;
    font-size: 10px;
}

.sv-home-product-card h3 {
    min-height: 44px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.34;
}

.sv-home-product-card__price {
    font-size: 16px;
}

/* Buying guides */
.sv-home-guides {
    padding: 64px 0 30px;
    background: #fafafa;
}

.sv-home-guides__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sv-home-guide-card {
    display: flex;
    min-height: 292px;
    flex-direction: column;
    padding: 26px 25px 24px;
    border: 1px solid #e8e8e8;
    border-radius: 17px;
    background: #fff;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.sv-home-guide-card:hover {
    border-color: transparent;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .08);
    transform: translateY(-4px);
}

.sv-home-guide-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    color: #242424;
    border-radius: 15px;
    background: #f5f5f5;
}

.sv-home-guide-card h3 {
    margin: 0 0 10px;
    color: #222;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.sv-home-guide-card p {
    margin: 0 0 22px;
    color: #6d6d6d;
    font-size: 13px;
    line-height: 1.55;
}

.sv-home-guide-card a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: auto;
    color: #252525;
    font-size: 13px;
    font-weight: 800;
}

.sv-home-guide-card a:hover {
    color: var(--sv-red);
}

/* FAQ and consultation */
.sv-home-faq {
    padding: 34px 0 64px;
    background: #fafafa;
}

.sv-home-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(300px, .75fr);
    gap: 20px;
    padding: 22px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background: #fff;
}

.sv-home-faq__content .sv-home-section-heading {
    margin-bottom: 16px;
}

.sv-home-faq__list {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
}

.sv-home-faq__list details {
    background: #fff;
}

.sv-home-faq__list details + details {
    border-top: 1px solid #e8e8e8;
}

.sv-home-faq__list summary {
    position: relative;
    display: block;
    padding: 17px 52px 17px 19px;
    color: #292929;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.sv-home-faq__list summary::-webkit-details-marker {
    display: none;
}

.sv-home-faq__list summary::before,
.sv-home-faq__list summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 1.5px;
    content: "";
    background: #282828;
    transform: translateY(-50%);
    transition: transform .2s ease;
}

.sv-home-faq__list summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.sv-home-faq__list details[open] summary::after {
    transform: translateY(-50%) rotate(0);
}

.sv-home-faq__list details > div {
    padding: 0 52px 18px 19px;
    color: #6d6d6d;
    font-size: 13px;
    line-height: 1.6;
}

.sv-home-consultation {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 34px 32px;
    color: #fff;
    border-radius: 16px;
    background:
        radial-gradient(circle at 90% 15%, rgba(239, 43, 45, .26), transparent 35%),
        linear-gradient(145deg, #1b1b1b, #090909);
}

.sv-home-consultation__icon {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .9);
}

.sv-home-consultation h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

.sv-home-consultation p {
    margin: 0 0 23px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.55;
}

.sv-home-consultation .sv-home-button {
    align-self: stretch;
}

/* Compact trust strip */
.sv-home-benefits {
    padding: 58px 0;
}

.sv-home-benefit strong {
    font-size: 15px;
}

/* Expert content */
.sv-home-about {
    padding: 0 0 64px;
    background: #fff;
}

.sv-home-about__inner {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
    min-height: 410px;
    overflow: hidden;
    border-radius: 22px;
    background: #f5f5f5;
}

.sv-home-about__content {
    align-self: center;
    padding: 48px 50px;
}

.sv-home-about h2 {
    margin: 0 0 18px;
    color: #202020;
    font-size: clamp(30px, 2.5vw, 42px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.035em;
}

.sv-home-about p:not(.sv-home-section-heading__eyebrow) {
    margin: 0 0 14px;
    color: #666;
    font-size: 14px;
    line-height: 1.65;
}

.sv-home-about p a {
    color: #2b2b2b;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(239, 43, 45, .45);
    text-underline-offset: 3px;
}

.sv-home-about p a:hover {
    color: var(--sv-red);
}

.sv-home-about__links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    margin-top: 24px;
}

.sv-home-about__links a {
    color: #252525;
    font-size: 13px;
    font-weight: 800;
}

.sv-home-about__links a:hover {
    color: var(--sv-red);
}

.sv-home-about__visual {
    min-height: 410px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Stores */
.sv-home-shops {
    padding: 58px 0 68px;
    background: #fafafa;
}

.sv-home-shops__cities {
    display: grid;
    gap: 26px;
}

.sv-home-shops__city h3 {
    display: inline-flex;
    margin: 0 0 16px;
    padding: 6px 13px;
    color: var(--sv-red);
    border: 1px solid var(--sv-red);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.sv-home-shops__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.sv-home-shop-card {
    min-height: 155px;
    padding: 23px 22px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
}

.sv-home-shop-card h4 {
    margin: 0 0 7px;
    color: #282828;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.sv-home-shop-card > p {
    margin: 0 0 15px;
    color: #878787;
    font-size: 12px;
}

.sv-home-shop-card__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sv-home-shop-card__meta a,
.sv-home-shop-card__meta span {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 1.35;
}

.sv-home-shop-card__meta a:hover {
    color: var(--sv-red);
}

@media (max-width: 1399px) {
    .sv-home-products__track .sv-home-product-card {
        flex-basis: calc((100% - 56px) / 5);
    }
}

@media (max-width: 1199px) {
    .sv-home-products__track .sv-home-product-card {
        flex-basis: calc((100% - 42px) / 4);
    }

    .sv-home-product-card__image {
        height: 230px;
    }

    .sv-home-guides__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sv-home-about__content {
        padding: 42px 38px;
    }
}

@media (max-width: 991px) {
    .sv-home-products__track .sv-home-product-card {
        flex-basis: calc((100% - 28px) / 3);
    }

    .sv-home-faq__layout {
        grid-template-columns: 1fr;
    }

    .sv-home-consultation {
        min-height: 290px;
    }

    .sv-home-about__inner {
        grid-template-columns: 1fr;
    }

    .sv-home-about__visual {
        min-height: 320px;
        order: -1;
    }

    .sv-home-shops__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .sv-home-guides > .container,
    .sv-home-faq > .container,
    .sv-home-about > .container,
    .sv-home-shops > .container {
        width: min(100% - 24px, 1320px);
    }

    .sv-home-products__track .sv-home-product-card {
        flex-basis: calc((100% - 12px) / 2);
    }

    .sv-home-product-card {
        min-height: 400px;
    }

    .sv-home-product-card__image {
        height: 215px;
    }

    .sv-home-guides {
        padding-top: 48px;
    }

    .sv-home-guides__grid {
        gap: 10px;
    }

    .sv-home-guide-card {
        min-height: 260px;
        padding: 20px 17px;
    }

    .sv-home-guide-card__icon {
        width: 54px;
        height: 54px;
    }

    .sv-home-guide-card h3 {
        font-size: 15px;
    }

    .sv-home-faq__layout {
        padding: 12px;
    }

    .sv-home-consultation {
        min-height: auto;
        padding: 28px 24px;
    }

    .sv-home-about__content {
        padding: 34px 25px;
    }

    .sv-home-shops__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .sv-home-section-heading--slider {
        align-items: flex-end;
    }

    .sv-home-slider-controls button {
        width: 38px;
        height: 38px;
    }

    .sv-home-products__viewport {
        margin-right: -12px;
        padding-right: 12px;
    }

    .sv-home-products__track .sv-home-product-card {
        flex-basis: 78%;
    }

    .sv-home-product-card__image {
        height: 230px;
    }

    .sv-home-guides__grid {
        grid-template-columns: 1fr;
    }

    .sv-home-guide-card {
        min-height: 230px;
    }

    .sv-home-faq__list summary {
        padding-left: 15px;
        font-size: 13px;
    }

    .sv-home-faq__list details > div {
        padding-left: 15px;
        padding-right: 38px;
    }

    .sv-home-benefit strong {
        font-size: 14px;
    }

    .sv-home-about__visual {
        min-height: 245px;
    }
}