/* =========================================================================
   IndiaBuy.org — main stylesheet
   Design system for the "From India to Russia" storefront.
   ========================================================================= */

:root {
    --navy: #16375f;
    --navy-dark: #0f2947;
    --navy-top: #12294a;
    --orange: #f47b20;
    --orange-dark: #d9660f;
    --cream: #f5efe6;
    --ink: #24313f;
    --muted: #6b7a90;
    --line: #e4e8ee;
    --bg-soft: #f6f8fb;
    --star: #f6a623;
    --radius: 10px;
    --shadow-sm: 0 2px 8px rgba(20, 40, 70, .06);
    --shadow-md: 0 8px 24px rgba(20, 40, 70, .10);
    --font: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    font-family: var(--font);
    color: var(--ink);
    background: #fff;
    font-size: 15px;
    line-height: 1.55;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container-xl {
    max-width: 1200px;
}

/* ---------------------------------------------------------------- buttons */
.btn-orange {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
    font-weight: 600;
}

.btn-orange:hover,
.btn-orange:focus {
    background: var(--orange-dark);
    border-color: var(--orange-dark);
    color: #fff;
}

.btn-navy {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
    font-weight: 600;
}

.btn-navy:hover,
.btn-navy:focus {
    background: var(--navy-dark);
    border-color: var(--navy-dark);
    color: #fff;
}

.btn-outline-navy {
    border: 1px solid var(--navy);
    color: var(--navy);
    font-weight: 600;
}

.btn-outline-navy:hover {
    background: var(--navy);
    color: #fff;
}

.section-title {
    text-align: center;
    color: var(--navy);
    font-weight: 800;
    letter-spacing: .5px;
    margin: 0 0 26px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.block-title {
    color: var(--navy);
    font-weight: 800;
    font-size: 1.25rem;
    margin: 0;
}

/* ================================================================= HEADER */
@media (min-width: 992px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 1050;
        width: 100%;
        box-shadow: 0 2px 10px rgba(9, 38, 70, .08);
    }
}

/* top strip */
.topbar {
    background: var(--navy-top);
    color: #cdd8e6;
    font-size: 12.5px;
}

.topbar a {
    color: #cdd8e6;
}

.topbar .list-inline-item:not(:last-child) {
    margin-right: 1.4rem;
}

.topbar select {
    background: transparent;
    border: none;
    color: #cdd8e6;
    font-size: 12.5px;
    cursor: pointer;
}

.topbar select option {
    color: #222;
}

/* main header */
.mainbar {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
}

.mainbar .logo img {
    height: 58px;
    width: auto;
}

@media (min-width: 992px) {
    .mainbar {
        padding: 7px 0;
    }

    .mainbar .logo img {
        height: 50px;
    }

    .navstrip .navbar-nav .nav-link,
    .all-cat-btn {
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }
}

.mobile-language,
.site-language-select {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 38px;
    padding: 6px 9px;
    border: 1px solid #dce3eb;
    border-radius: 9px;
    background: #fff;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.mobile-language i,
.site-language-select i {
    color: var(--orange);
    font-size: 17px;
}

.mobile-language select,
.site-language-select select {
    border: 0;
    outline: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.topbar .site-language-select {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #cdd8e6;
}

@media (max-width: 767.98px) {
    .mainbar .logo img {
        height: 48px;
    }

    .header-actions {
        gap: 12px !important;
    }
}

@media (max-width: 374.98px) {
    .header-actions {
        gap: 8px !important;
    }

    .mobile-language {
        padding-inline: 7px;
    }
}

/* footer logo sits in a white chip so it reads on the navy footer */
.footer-logo-chip {
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    padding: 8px 12px;
}

.footer-logo-chip img {
    height: 52px;
    width: auto;
    display: block;
}

.search-box {
    display: flex;
    width: 100%;
    max-width: 560px;
    border: 1px solid #d6dce4;
    border-radius: 6px;
    overflow: hidden;
}

.search-box select {
    border: none;
    background: #f4f6f9;
    padding: 0 12px;
    font-size: 13px;
    color: var(--muted);
    border-right: 1px solid #e2e6ec;
    max-width: 150px;
}

.search-box input {
    border: none;
    flex: 1;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    min-width: 60px;
}

.search-box button {
    background: var(--orange);
    border: none;
    color: #fff;
    padding: 0 18px;
    font-size: 16px;
}

.header-action {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--ink);
    font-size: 13.5px;
    position: relative;
}

.header-action i {
    font-size: 20px;
    color: var(--navy);
}

.badge-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--orange);
    color: #fff;
    border-radius: 50%;
    font-size: 10.5px;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-weight: 700;
}

/* nav strip */
.navstrip {
    background: var(--navy);
}

.navstrip .navbar-nav .nav-link {
    color: #e7edf5;
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 13px 15px;
}

.navstrip .navbar-nav .nav-link:hover,
.navstrip .navbar-nav .nav-link.active {
    color: var(--orange);
}

.all-cat-btn {
    background: var(--navy-dark);
    color: #fff !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 18px !important;
    text-transform: uppercase;
    font-size: 13px;
}

/* ---- mobile menu toggle (custom, not Bootstrap-dependent) ---- */
.navstrip .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 6px;
    background: transparent;
}

.navstrip .navbar-toggler .menu-label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
}

.navstrip .navbar-toggler i {
    font-size: 20px;
}

/* desktop: menu always shown inline, toggler hidden */
@media (min-width: 992px) {
    .mobile-menu {
        display: flex !important;
    }

    /* hide the mobile "МЕНЮ/MENU" toggle on desktop */
    .navstrip .navbar-toggler {
        display: none !important;
    }
}

/* mobile: menu hidden until .open */
@media (max-width: 991.98px) {
    .mobile-menu {
        display: none;
        width: 100%;
        background: var(--navy-dark);
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding: 6px 0 10px;
    }

    .mobile-menu.open {
        display: block;
    }

    .navstrip .navbar-nav .nav-link {
        padding: 12px 6px;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
        text-transform: none;
        font-size: 15px;
    }
}

/* ================================================================== HERO */
.hero {
    position: relative;
}

.hero .carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 0 0 6px 6px;
}

/* editable text overlay on top of each hero slide (replaces baked-in SVG text) */
.hero-caption {
    position: absolute;
    top: 50%;
    left: 5.4%;
    transform: translateY(-50%);
    width: 52%;
    max-width: 660px;
    z-index: 3;
}

.hero-title {
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 1.6vw;
    font-size: 3.5vw;
}

.hero-title--lg {
    font-size: 4.4vw;
}

.hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2vw;
    color: #33465c;
    font-size: 1.6vw;
}

.hero-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .5em;
}

.hero-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--orange);
    font-weight: 700;
}

.hero-sub {
    margin: 0 0 .8vw;
    font-size: 2vw;
    color: #e2ebf6;
}

.hero-sub--dark { color: #5a4a34; }
.hero-sub--accent { color: var(--orange); font-weight: 700; }

.text-navy   { color: var(--navy) !important; }
.text-orange { color: var(--orange) !important; }

.hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 1.4vw;
}

.trust-badge {
    position: absolute;
    top: 40px;
    right: 5%;
    background: #fff;
    border-radius: 10px;
    padding: 14px 20px;
    box-shadow: var(--shadow-md);
    text-align: center;
}

.trust-badge .num {
    color: var(--orange);
    font-size: 1.7rem;
    font-weight: 800;
}

/* feature strip under hero */
.feature-strip {
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 8px;
    font-size: 12.5px;
}

.feature-item i {
    font-size: 24px;
    color: var(--navy);
}

.feature-item strong {
    display: block;
    color: var(--ink);
    font-size: 13px;
}

.feature-item span {
    color: var(--muted);
}

/* Mobile storefront hero: compact app-style carousel */
@media (max-width: 767.98px) {
    .hero {
        background: #061d38;
    }

    .hero #heroCarousel,
    .hero #heroCarousel .carousel-inner,
    .hero #heroCarousel .carousel-item {
        min-height: 430px;
    }

    .hero #heroCarousel .hero-slide {
        min-height: 430px;
        align-items: center;
        background-size: cover;
        background-position: center;
    }

    .hero #heroCarousel .hero-slide::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(3,22,43,.9) 0%, rgba(3,22,43,.58) 46%, rgba(3,22,43,.05) 78%);
    }

    .hero #heroCarousel .hero-slide.light::before {
        background: linear-gradient(90deg, rgba(255,246,233,.95) 0%, rgba(255,246,233,.68) 48%, rgba(255,246,233,.08) 82%);
    }

    .hero #heroCarousel .container-xl {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0 28px;
    }

    .hero #heroCarousel .hero-caption {
        max-width: 68%;
        padding: 38px 0 54px;
    }

    .hero #heroCarousel .hero-title {
        margin-bottom: 14px;
        font-size: clamp(2rem, 8.7vw, 2.75rem) !important;
        line-height: 1.02;
        letter-spacing: -.025em;
    }

    .hero #heroCarousel .hero-sub {
        display: block;
        margin-bottom: 20px;
        font-size: clamp(.92rem, 4vw, 1.08rem);
        line-height: 1.35;
    }

    .hero #heroCarousel .hero-caption .btn {
        min-height: 48px;
        padding: 12px 21px !important;
        border-radius: 7px;
        font-size: .95rem;
        font-weight: 800;
    }

    .hero #heroCarousel .hero-caption .d-flex {
        gap: 8px !important;
    }

    .hero #heroCarousel .carousel-indicators {
        display: flex;
        align-items: center;
        gap: 7px;
        z-index: 4;
        margin-bottom: 13px;
    }

    .hero #heroCarousel .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        margin: 0;
        border: 1px solid rgba(255,255,255,.9);
        border-radius: 50%;
        background: transparent;
        opacity: 1;
    }

    .hero #heroCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        border-color: var(--orange);
        background: var(--orange);
    }

    .feature-strip .container-xl {
        padding: 0 6px;
    }

    .feature-strip .row {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        margin: 0;
    }

    .feature-strip .col {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .feature-strip .col:last-child {
        border-right: 0;
    }

    .feature-strip .col:nth-child(odd) {
        border-right: 0;
    }

    .feature-strip .feature-item {
        width: 100%;
        min-height: 102px;
        padding: 12px 4px 9px;
        flex-direction: column;
        justify-content: flex-start;
        gap: 5px;
        text-align: center;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    .feature-strip .feature-item i {
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        margin: 0 auto 2px;
        border-radius: 50%;
        background: #f3f7fb;
        font-size: 17px;
    }

    .feature-strip .feature-item strong {
        min-height: 25px;
        font-size: 9.5px;
        line-height: 1.15;
    }

    .feature-strip .feature-item span {
        font-size: 8.5px;
        line-height: 1.15;
    }

    .hero #heroCarousel .hero-slide.influencer-hero {
        background-position: 67% center;
    }

    .hero #heroCarousel .hero-slide.influencer-hero::before {
        background: linear-gradient(90deg,#fff0dc 0%,rgba(255,240,220,.96) 39%,rgba(255,240,220,.55) 55%,rgba(255,240,220,0) 74%);
    }

    .hero #heroCarousel .influencer-hero .hero-caption {
        max-width: 55%;
        padding-top: 28px;
    }

    .hero #heroCarousel .influencer-hero .hero-title {
        color: var(--navy);
        font-size: clamp(1.72rem,7.3vw,2.15rem)!important;
        line-height: 1.05;
        text-shadow: none;
    }

    .hero #heroCarousel .influencer-hero .hero-sub {
        color: #263d57;
        font-size: clamp(.82rem,3.45vw,.96rem);
        line-height: 1.35;
        text-shadow: none;
    }

    .hero #heroCarousel .influencer-hero .hero-caption .btn {
        min-height: 44px;
        padding: 10px 15px!important;
        font-size: .82rem;
        white-space: nowrap;
    }

    .hero #heroCarousel .hero-slide.light {
        background-position: 67% center;
    }

    .hero #heroCarousel .hero-slide.light .hero-caption {
        max-width: 55%;
        padding-top: 28px;
    }

    .hero #heroCarousel .hero-slide.light .hero-title {
        font-size: clamp(1.72rem,7.3vw,2.15rem)!important;
        line-height: 1.05;
    }

    .hero #heroCarousel .hero-slide.light .hero-sub {
        font-size: clamp(.82rem,3.45vw,.96rem);
        line-height: 1.35;
    }

    .hero #heroCarousel .hero-slide.light .hero-caption .btn {
        min-height: 44px;
        padding: 10px 15px!important;
        font-size: .82rem;
    }
}

@media (max-width: 420px) {
    .hero #heroCarousel,
    .hero #heroCarousel .carousel-inner,
    .hero #heroCarousel .carousel-item,
    .hero #heroCarousel .hero-slide {
        min-height: 390px;
    }

    .hero #heroCarousel .container-xl {
        padding: 0 20px;
    }

    .hero #heroCarousel .hero-caption {
        max-width: 72%;
    }

    .hero #heroCarousel .influencer-hero .hero-caption {
        max-width: 56%;
    }

    .hero #heroCarousel .hero-slide.light .hero-caption {
        max-width: 56%;
    }
}

/* =============================================================== CATEGORY */
.section {
    padding: 46px 0;
}

.category-card {
    text-align: center;
    display: block;
    padding: 8px;
    transition: transform .18s ease;
}

.category-card:hover {
    transform: translateY(-4px);
}

.category-card .thumb {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
}

.category-card .thumb img {
    width: 78px;
    height: 78px;
}

.category-card span {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
}

/* 7-per-row category grid on desktop (matches mockup) */
@media (min-width: 992px) {
    .col-lg-cat {
        flex: 0 0 auto;
        width: 14.2857%;
    }
}

/* audience tiles (retail / business / shipping) */
.audience-tile {
    border-radius: 8px;
    padding: 22px;
    height: 100%;
}

.audience-tile h5 {
    font-weight: 700;
    color: var(--navy);
}

.audience-tile p {
    color: #5a6572;
    font-size: 13.5px;
}

/* ============================================================ PRODUCT CARD */
.product-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: box-shadow .18s ease, transform .18s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.product-card .media {
    position: relative;
    background: #f3f5f8;
}

.product-card .media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 6px;
}

.product-card .badge-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 4px;
    color: #fff;
}

.badge-new {
    background: #3aa657;
}

.badge-sale {
    background: var(--orange);
}

.wish-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    box-shadow: var(--shadow-sm);
}

.wish-btn:hover,
.wish-btn.active {
    color: #e0392b;
    border-color: #f2b4ad;
}

.product-card .body {
    padding: 12px 14px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card .title {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 6px;
    min-height: 38px;
    line-height: 1.35;
}

.stars {
    color: var(--star);
    font-size: 12px;
    letter-spacing: 1px;
}

.stars .count {
    color: var(--muted);
    margin-left: 5px;
}

.price {
    color: var(--navy);
    font-weight: 800;
    font-size: 16px;
    margin-top: 6px;
}

.price .old {
    color: var(--muted);
    font-weight: 500;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 6px;
}

.product-card .add-cart {
    margin-top: auto;
}

.view-all-link {
    color: var(--navy);
    font-weight: 700;
    font-size: 13.5px;
}

/* promo banners */
.promo-banner img {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}

/* import CTA banner */
.import-cta img {
    width: 100%;
    border-radius: 10px;
}

/* why-choose strip */
.why-item {
    text-align: center;
    padding: 10px;
}

.why-item i {
    font-size: 30px;
    color: var(--navy);
}

.why-item strong {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.why-item span {
    color: var(--muted);
    font-size: 12.5px;
}

/* =============================================================== SUBPAGES */
.page-hero {
    background: linear-gradient(120deg, var(--navy), var(--navy-dark));
    color: #fff;
    padding: 40px 0;
}

.page-hero h1 {
    font-weight: 800;
    margin: 0;
}

.breadcrumb-bar {
    background: var(--bg-soft);
    border-bottom: 1px solid var(--line);
    padding: 10px 0;
    font-size: 13px;
}

.breadcrumb-bar a {
    color: var(--navy);
}

/* shop filters sidebar */
.filter-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    margin-bottom: 18px;
}

.filter-card h6 {
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .3px;
}

.filter-card .form-check-label {
    font-size: 13.5px;
}

.mobile-shop-categories {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
}

.mobile-shop-categories summary {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 15px;
    color: var(--navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.mobile-shop-categories summary::-webkit-details-marker {
    display: none;
}

.mobile-shop-categories summary::after {
    content: "\F282";
    margin-left: auto;
    font-family: "bootstrap-icons";
    transition: transform .2s;
}

.mobile-shop-categories[open] summary::after {
    transform: rotate(180deg);
}

.mobile-shop-category-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    max-height: 280px;
    padding: 12px;
    overflow-y: auto;
    border-top: 1px solid var(--line);
    background: var(--bg-soft);
}

.mobile-shop-category-list a {
    padding: 9px 10px;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    background: #fff;
    color: var(--navy);
    font-size: 12.5px;
    line-height: 1.25;
}

.mobile-shop-category-list a.active {
    border-color: var(--orange);
    color: var(--orange);
    font-weight: 800;
}

.shop-pagination .pagination {
    flex-wrap: wrap;
    gap: 5px;
}

.shop-pagination-summary {
    color: var(--muted);
    font-size: 14px;
}

.shop-pagination .page-link {
    min-width: 38px;
    border-radius: 8px;
    color: var(--navy);
    text-align: center;
}

.shop-pagination .active > .page-link {
    border-color: var(--orange);
    background: var(--orange);
}

@media (max-width: 575.98px) {
    .section:has(.mobile-shop-categories) {
        padding-top: 20px;
    }

    .shop-toolbar {
        gap: 10px;
    }

    .shop-toolbar .form-select {
        width: 100% !important;
    }

    .shop-pagination {
        gap: 10px !important;
    }

    .shop-pagination-summary {
        width: 100%;
        text-align: center;
        font-size: 12.5px;
    }

    .shop-pagination .pagination {
        justify-content: center;
    }

    .shop-pagination .page-link {
        min-width: 36px;
        padding: 7px 10px;
    }
}

/* forms */
.form-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow-sm);
}

/* info boxes on B2B / services */
.info-box {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    height: 100%;
    text-align: center;
    transition: transform .18s;
}

.info-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.info-box .ic {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--cream);
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 14px;
}

.info-box h5 {
    color: var(--navy);
    font-weight: 700;
}

/* step list */
.step {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.step .num {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* ============================================================ B2B PAGE */
.b2b-hero {
    position: relative;
}

.b2b-hero img {
    display: block;
    border-radius: 0 0 6px 6px;
}

.b2b-hero-cta {
    position: absolute;
    left: 5%;
    bottom: 32px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.text-navy {
    color: var(--navy) !important;
    font-weight: 700;
}

/* value proposition */
.value-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px;
    margin-bottom: 16px;
}

.value-item h6 {
    margin: 0 0 3px;
    font-weight: 700;
    color: var(--navy);
    font-size: 14.5px;
}

.vic {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.bg-purple { background: #7a5aa0; }

.growth-circle {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    border: 8px solid var(--navy);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    box-shadow: var(--shadow-md);
}

.growth-circle i {
    font-size: 42px;
    color: var(--orange);
    margin-bottom: 8px;
}

.growth-circle span {
    font-weight: 800;
    font-size: 19px;
    line-height: 1.25;
    text-align: center;
}

/* how it works step circles */
.step-circle {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto 14px;
    background: var(--bg-soft);
    border: 2px dashed #c3d0de;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: var(--navy);
}

.num-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--orange);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
}

/* stats bar */
.stats-bar {
    background: linear-gradient(120deg, var(--navy), var(--navy-dark));
    padding: 44px 0;
}

.stat-ic {
    font-size: 30px;
    color: var(--orange);
    display: block;
    margin-bottom: 8px;
}

.stat-n {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.stat-l {
    font-size: 13px;
    opacity: .85;
    margin-top: 4px;
}

/* form section titles */
.form-section-title {
    font-weight: 700;
    color: var(--navy);
    border-bottom: 2px solid var(--line);
    padding-bottom: 8px;
    margin-bottom: 4px;
    font-size: 15px;
}

.form-section-title i {
    color: var(--orange);
    margin-right: 6px;
}

/* B2B registration form: consistent labels, controls and select plugin layout */
body[data-page="b2b"] .form-panel {
    padding: 36px 40px;
    background: #fff;
    border-top: 4px solid var(--orange);
    border-radius: 14px;
    box-shadow: 0 18px 46px rgba(15, 41, 71, .1);
}

body[data-page="b2b"] .form-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 11px;
    font-size: 16px;
}

body[data-page="b2b"] .form-section-title i {
    margin-right: 0;
    font-size: 18px;
}

body[data-page="b2b"] .form-panel .row.g-3 {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.15rem;
}

body[data-page="b2b"] .form-panel .form-label {
    display: block;
    margin-bottom: 7px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 600;
}

body[data-page="b2b"] .form-panel .form-control,
body[data-page="b2b"] .form-panel .form-select {
    width: 100%;
    min-height: 50px;
    border-color: #d6dce4;
    border-radius: 8px;
}

body[data-page="b2b"] .form-panel textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

body[data-page="b2b"] .form-panel .SumoSelect {
    display: block;
    width: 100% !important;
}

body[data-page="b2b"] .form-panel .SumoSelect > .CaptionCont {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 11px 42px 11px 14px;
    border-radius: 8px;
}

body[data-page="b2b"] .form-panel .SumoSelect > .CaptionCont > span {
    padding-right: 0;
    line-height: 1.35;
}

body[data-page="b2b"] .form-panel .SumoSelect > .optWrapper {
    width: 100%;
}

/* Product purchase actions */
.product-buy-actions .btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.bulk-buy-btn {
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .product-buy-actions {
        align-items: stretch !important;
    }

    .product-cart-form {
        width: 100%;
    }

    .product-cart-form .form-control {
        flex: 0 0 86px;
    }

    .product-cart-form .btn {
        flex: 1 1 auto;
    }

    /* Favorites + Buy wholesale side by side on one line */
    .product-wishlist-form,
    .product-wishlist-action,
    .bulk-buy-btn {
        flex: 1 1 0;
        min-width: 0;
    }

    .product-wishlist-form {
        display: flex;
    }

    .product-wishlist-form .btn {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    body[data-page="b2b"] .form-panel {
        padding: 26px 20px;
    }
}

/* ================================================================ FOOTER */
.site-footer {
    background: var(--navy-dark);
    color: #b8c6db;
    padding: 46px 0 0;
    font-size: 13.5px;
}

.site-footer h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 13px;
    margin-bottom: 16px;
}

.site-footer a {
    color: #b8c6db;
    display: inline-block;
    padding: 4px 0;
}

.site-footer a:hover {
    color: var(--orange);
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    color: #dbe4f0;
}

.footer-social a:hover {
    background: var(--orange);
    color: #fff;
}

.footer-social-mark {
    color: inherit;
    font-family: Arial, sans-serif;
    font-weight: 900;
    line-height: 1;
}

.footer-max-mark {
    font-size: 8px;
}

.footer-vk-mark {
    font-size: 13px;
    letter-spacing: -.08em;
}

.newsletter input {
    border: none;
    padding: 10px 12px;
    border-radius: 5px 0 0 5px;
    width: 100%;
    font-size: 13px;
}

.newsletter button {
    background: var(--orange);
    border: none;
    color: #fff;
    padding: 0 18px;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 34px;
    padding: 16px 0;
    font-size: 12.5px;
}

/* copyright pinned left, "made for Russia" truly centered */
.footer-bottom .footer-copy {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-copy {
        position: static;
        display: block;
        transform: none;
        margin-bottom: 4px;
    }
}

.footer-bottom img {
    height: 26px;
    display: inline-block;
}

/* ============================================================ COOKIE BAR */
.cookie-bar {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    padding: 16px 20px;
    z-index: 1080;
    display: none;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cookie-bar.show {
    display: flex;
}

.cookie-bar p {
    margin: 0;
    flex: 1;
    min-width: 240px;
    font-size: 13px;
    color: #4a5666;
}

.cookie-bar p a {
    color: var(--orange);
    font-weight: 600;
    text-decoration: underline;
}

.cookie-bar p a:hover {
    color: var(--orange-dark);
}

/* toast */
.mini-toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: var(--navy);
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    z-index: 1090;
    opacity: 0;
    transform: translateY(12px);
    transition: all .25s ease;
    font-size: 13.5px;
}

.mini-toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================ RESPONSIVE */
@media (max-width: 991.98px) {
    .hero-cta {
        gap: 8px;
    }

    .hero-cta .btn {
        padding: 5px 11px;
        font-size: 1.5vw;
    }

    .trust-badge {
        display: none;
    }

    .section-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .category-card .thumb {
        width: 74px;
        height: 74px;
    }

    .category-card .thumb img {
        width: 58px;
        height: 58px;
    }

    .category-card span {
        font-size: 11.5px;
    }

    /* show the feature strip on phones as a compact 2-column grid */
    .feature-strip .row {
        margin: 0;
    }

    .feature-strip .col {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        border-bottom: 1px solid var(--line);
    }

    .feature-strip .col:nth-child(odd) {
        border-right: 1px solid var(--line);
    }

    .feature-item {
        gap: 8px;
        padding: 12px 10px;
        width: 100%;
        justify-content: center;
    }

    .feature-item i {
        font-size: 19px;
    }

    .feature-item strong {
        font-size: 11.5px;
    }

    .feature-item span {
        font-size: 10.5px;
    }

    /* keep caption text proportional and readable on phones */
    .hero-list {
        display: none;
    }

    .hero-title {
        margin-bottom: 1vw;
    }

    .hero-cta {
        margin-top: 1.2vw;
        gap: 6px;
    }

    .hero-cta .btn {
        padding: 4px 8px;
        font-size: 2vw;
    }

    .hero .carousel-indicators {
        display: none;
    }

    .hero .carousel-control-prev,
    .hero .carousel-control-next {
        display: none;
    }

    .price {
        font-size: 15px;
    }

    .b2b-hero-cta {
        position: static;
        justify-content: center;
        padding: 14px;
        background: var(--navy);
    }

    .b2b-hero-cta .btn {
        flex: 1;
    }

    .growth-circle {
        width: 170px;
        height: 170px;
        margin: 20px auto;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    .product-card .title {
        font-size: 13px;
        min-height: 34px;
    }
}

/* =========================================================================
   REALISTIC PHOTO THEME (overrides) — real images instead of SVG
   ========================================================================= */

/* ---- hero: real photo background + readable text overlay ---- */
.hero .carousel-control-prev,
.hero .carousel-control-next { display: none !important; }

.hero-slide {
    position: relative;
    min-height: 420px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero #heroCarousel .hero-slide {
    background-size: 100% 100%;
    background-position: center;
}

/* the designed SVG already has its own dark gradient — keep overlay subtle,
   only on slide 1 background is dark so text is white; slides 2/3 are light */
.hero-slide::before { content: none; }

.hero-slide.b2b-import-hero {
    background-position: center center;
}

@media (max-width: 767.98px) {
    .hero-slide.b2b-import-hero {
        background-position: 72% center;
    }

    .hero-slide.b2b-import-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(5, 27, 52, .7);
    }
}

/* FULL reset of the older static-site hero-caption rules (fixes text clipping) */
.hero .hero-caption {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 560px;
    z-index: 2;
    padding: 46px 0;
}

.hero .hero-title {
    font-size: 2.5rem !important;
    font-weight: 800;
    line-height: 1.12;
    color: #ffffff;
    margin: 0 0 16px;
    text-shadow: 0 1px 12px rgba(15,41,71,.35);
}

.hero-sub {
    font-size: 1.05rem;
    color: #eaf1f9;
    margin-bottom: 22px;
    max-width: 460px;
    text-shadow: 0 1px 8px rgba(15,41,71,.3);
}

/* slides 2 & 3 have light backgrounds -> dark text */
.hero-slide.light .hero-title { color: var(--navy); text-shadow: none; }
.hero-slide.light .hero-sub { color: #3a4a5c; text-shadow: none; }

.text-orange { color: var(--orange); }

/* ---- product photos: fill the card ---- */
.product-card .media img {
    object-fit: cover !important;
    padding: 0 !important;
    aspect-ratio: 1 / 1;
}

/* ---- category photos: round, cover-cropped ---- */
.category-card .thumb {
    overflow: hidden;
    background: #eef1f5;
}
.category-card .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}

/* ---- promo cards: photo + caption overlay ---- */
.promo-card {
    display: block;
    position: relative;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-sm);
}
.promo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,41,71,.05) 30%, rgba(15,41,71,.82) 100%);
}
.promo-body {
    position: absolute;
    left: 20px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
}
.promo-body h5 { font-weight: 800; margin: 0; }
.promo-body span { font-size: 13px; opacity: .92; }

/* ---- import CTA: photo banner ---- */
.import-cta-card {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 46px 40px;
    color: #fff;
    min-height: 220px;
}
.import-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15,41,71,.92) 0%, rgba(15,41,71,.72) 55%, rgba(15,41,71,.35) 100%);
}
.import-cta-body { position: relative; z-index: 2; max-width: 560px; }
.import-cta-body h3 { font-weight: 800; }

/* ---- logo a touch larger ---- */
.mainbar .logo img { height: 60px; }

@media (max-width: 767.98px) {
    .hero-slide { min-height: 340px; }
    .hero-slide::before { background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.8) 100%); }
    .hero-title { font-size: 1.8rem; }
    .mainbar .logo img { height: 46px; }
}

/* ---------------- category panel (Товары / Услуги) ---------------- */
.cat-panel-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 30, 50, .45);
    z-index: 1090; /* above the cookie bar (1080) */
}

.cat-panel {
    background: #fff;
    z-index: 1100;
    box-shadow: var(--shadow-md);
}

.cat-panel-tabs {
    display: flex;
    border-bottom: 1px solid var(--line);
}

.cat-tab {
    flex: 1;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 14px 10px;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 600;
    color: var(--muted);
    cursor: pointer;
}

.cat-tab.active {
    color: var(--orange);
    border-bottom-color: var(--orange);
}

.cat-panel-list {
    overflow-y: auto;
    padding: 4px 0;
}

.cat-panel-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    color: var(--ink);
    border-bottom: 1px solid #f0f2f6;
    font-size: 15px;
}

.cat-panel-item:last-child {
    border-bottom: none;
}

.cat-panel-item:hover {
    background: var(--bg-soft);
    color: var(--orange);
}

.cat-panel-item .bi-chevron-right {
    color: var(--muted);
    font-size: 13px;
}

.cat-panel-parent {
    padding-right: 8px;
}

.cat-panel-parent a {
    color: inherit;
}

.cat-panel-parent a:hover {
    color: var(--orange);
}

.cat-expand {
    background: none;
    border: none;
    color: var(--muted);
    padding: 6px 10px;
    cursor: pointer;
    line-height: 1;
}

.cat-expand i {
    display: inline-block;
    transition: transform .2s;
    font-size: 13px;
}

.cat-expand.open i {
    transform: rotate(180deg);
}

.cat-panel-sub {
    background: var(--bg-soft);
}

.cat-panel-subitem {
    padding-left: 34px;
    font-size: 14px;
}

/* третий уровень меню — товары внутри подкатегории */
.cat-panel-prod {
    background: #eef1f6;
}

.cat-panel-proditem {
    padding-left: 52px;
    font-size: 13px;
    color: #4a5666;
}

.cat-panel-handle {
    width: 44px;
    height: 4px;
    border-radius: 2px;
    background: var(--line);
    margin: 10px auto 2px;
}

/* desktop: dropdown anchored under the "Все категории" button */
@media (min-width: 992px) {
    .cat-panel {
        position: absolute;
        top: 100%;
        left: 0;
        width: 340px;
        border-radius: 0 0 var(--radius) var(--radius);
        border: 1px solid var(--line);
        border-top: none;
    }

    .cat-panel-list {
        max-height: 62vh;
    }
}

/* mobile: bottom sheet */
@media (max-width: 991.98px) {
    .cat-panel {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 16px 16px 0 0;
        max-height: 80vh;
        min-height: 45vh;
        display: flex;
        flex-direction: column;
    }

    .cat-panel[hidden] {
        display: none;
    }

    .cat-panel-list {
        flex: 1;
    }

    body.cat-panel-open {
        overflow: hidden;
    }
}

/* on-page Goods/Services tabs (services page) */
.page-tabs {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.page-tabs .cat-tab {
    padding: 15px 10px;
    font-size: 16px;
}

/* ---------------- SumoSelect: match site design ---------------- */
.SumoSelect > .CaptionCont {
    border: 1px solid #d6dce4;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: var(--ink);
    box-shadow: none;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect.open > .CaptionCont {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(244, 123, 32, .15);
}

.SumoSelect > .optWrapper {
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 9px 14px;
    border-bottom: 1px solid #f0f2f6;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background: var(--bg-soft);
    color: var(--orange);
}

.SumoSelect > .optWrapper > .options li.opt.selected {
    background: var(--orange);
    color: #fff;
}

.SumoSelect .select-all,
.SumoSelect > .optWrapper > .options li.opt label {
    cursor: pointer;
}

.SumoSelect > .optWrapper > .MultiControls,
.SumoSelect .search-txt {
    border: none;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    padding: 10px 14px;
}

/* header search box: keep the compact grey caption */
.search-box .SumoSelect {
    max-width: 170px;
    background: #f4f6f9;
    border-right: 1px solid #e2e6ec;
}

.search-box .SumoSelect > .CaptionCont {
    border: none;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    color: var(--muted);
    padding: 10px 12px;
    min-width: 130px;
}

.search-box .SumoSelect.open > .CaptionCont,
.search-box .SumoSelect:focus > .CaptionCont {
    box-shadow: none;
}

/* let the SumoSelect dropdown escape the rounded search box */
.search-box {
    overflow: visible;
}

.search-box .SumoSelect > .CaptionCont {
    border-radius: 6px 0 0 6px;
}

.search-box input {
    border-radius: 0;
}

.search-box button {
    border-radius: 0 6px 6px 0;
}

.search-box .SumoSelect > .optWrapper {
    top: calc(100% + 4px);
    min-width: 240px;
}

/* SumoSelect: убрать дублирующуюся стрелку Bootstrap (.form-select) */
.SumoSelect .CaptionCont.form-select,
.SumoSelect .CaptionCont.form-control {
    background-image: none;
}

/* =====================================================================
   IndiaBuy customer account + refined header (2026 workflow update)
   ===================================================================== */
.mainbar {
    padding: 10px 0;
}
.mainbar .logo img {
    height: 76px !important;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 3px 7px rgba(15, 41, 71, .12));
}
.header-logo-col { min-width: 220px; }
.wishlist-form { margin: 0; }
.wish-btn { z-index: 3; cursor: pointer; text-decoration: none; }
.wish-btn.active { background: #fff4f2; }

.account-hero { padding: 30px 0; }
.account-section { background: #f6f8fb; min-height: 650px; }
.account-nav {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    position: sticky;
    top: 20px;
    box-shadow: var(--shadow-sm);
}
.account-user { display:flex; align-items:center; gap:12px; padding:12px; border-bottom:1px solid var(--line); margin-bottom:8px; }
.account-user strong,.account-user small { display:block; overflow:hidden; text-overflow:ellipsis; }
.account-user small { color:var(--muted); font-size:12px; }
.account-avatar { width:44px; height:44px; flex:0 0 44px; border-radius:50%; background:#fff1e7; color:var(--orange); display:flex; align-items:center; justify-content:center; font-size:22px; }
.account-nav > a,.account-nav form button { width:100%; border:0; background:transparent; color:#536176; display:flex; align-items:center; gap:10px; padding:11px 12px; border-radius:9px; font-weight:600; text-align:left; }
.account-nav > a:hover,.account-nav > a.active,.account-nav form button:hover { background:#fff3e9; color:var(--orange); }
.account-title { color:var(--navy); font-weight:800; }
.account-stat { background:#fff; border:1px solid var(--line); border-radius:12px; padding:18px; box-shadow:var(--shadow-sm); }
.account-stat span { display:block; color:var(--navy); font-size:28px; line-height:1; font-weight:800; }
.account-stat small { color:var(--muted); display:block; margin-top:7px; }
.account-order-card,.account-panel { background:#fff; border:1px solid var(--line); border-radius:14px; padding:20px; box-shadow:var(--shadow-sm); }
.account-order-card { margin-bottom:16px; }
.account-order-head { display:grid; grid-template-columns:1.1fr .8fr .65fr .75fr auto; align-items:center; gap:16px; }
.account-order-head small { display:block; color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.3px; }
.account-order-head a,.account-order-head strong { color:var(--navy); font-weight:750; }
.account-order-items { display:flex; flex-wrap:wrap; align-items:center; gap:12px; padding-top:16px; margin-top:16px; border-top:1px dashed var(--line); }
.account-order-mini-item { display:flex; align-items:center; gap:8px; background:#f7f9fb; border-radius:8px; padding:6px 9px; font-size:12px; }
.account-order-mini-item img { width:34px; height:34px; border-radius:6px; object-fit:cover; }
.account-order-mini-item small { color:var(--muted); }
.account-empty { grid-column:1/-1; text-align:center; background:#fff; border:1px dashed #ccd5e0; border-radius:14px; padding:55px 20px; width:100%; }
.account-empty > i { font-size:52px; color:#b5c0cd; }
.account-empty h4 { color:var(--navy); margin-top:12px; }
.account-panel h5 { color:var(--navy); font-weight:750; margin-bottom:16px; }
.account-line-item { display:flex; align-items:center; gap:12px; padding:12px 0; border-bottom:1px solid #edf0f4; }
.account-line-item img { width:58px; height:58px; object-fit:cover; border-radius:9px; }
.account-line-item small { display:block; color:var(--muted); margin-top:3px; }
.account-total-row { display:flex; justify-content:space-between; padding:10px 0; }
.account-total-row.grand { margin-top:5px; padding-top:14px; border-top:2px solid var(--navy); color:var(--navy); font-size:18px; }
.order-progress { display:flex; justify-content:space-between; background:#fff; border:1px solid var(--line); border-radius:14px; padding:20px 14px; overflow:auto; }
.order-progress-step { min-width:120px; text-align:center; position:relative; color:#9aa6b5; }
.order-progress-step:not(:last-child)::after { content:""; position:absolute; height:2px; background:#dfe4ea; left:62%; right:-38%; top:17px; }
.order-progress-step.done:not(:last-child)::after { background:#35a267; }
.order-progress-step span { width:34px; height:34px; margin:0 auto 7px; border-radius:50%; border:2px solid #dfe4ea; background:#fff; display:flex; align-items:center; justify-content:center; position:relative; z-index:1; }
.order-progress-step.done { color:#237b4c; }
.order-progress-step.done span { background:#35a267; border-color:#35a267; color:#fff; }
.order-progress-step small { font-weight:650; }
.payment-state { display:flex; align-items:center; gap:12px; border-radius:10px; padding:14px; }
.payment-state i { font-size:24px; }
.payment-state strong,.payment-state small { display:block; }
.payment-state small { margin-top:2px; opacity:.8; }
.payment-state.success { background:#eaf7f0; color:#217248; }
.payment-state.warning { background:#fff7df; color:#7c5a00; }
.payment-state.muted { background:#f3f5f7; color:#647386; }
.shipping-quote { display:flex; justify-content:space-between; gap:12px; background:#eef4fb; color:var(--navy); border-radius:9px; padding:12px; margin-bottom:12px; }
/* Checkout: форма «Адрес доставки» */
.co-form-title { margin-bottom:18px; color:var(--navy); font-size:15px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.co-form { max-width:640px; }
.co-row-2col { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.co-field { margin-bottom:14px; }
.co-field > label { display:block; margin-bottom:6px; color:#3c4a5c; font-size:12.5px; font-weight:600; }
.co-req { color:#c62828; }
.co-opt { color:#8a97a6; font-weight:500; }
.co-input { display:block; width:100%; padding:9px 12px; border:1px solid #cfd6de; border-radius:4px; background:#fff; color:#24313f; font-size:13.5px; outline:0; transition:border-color .15s ease, box-shadow .15s ease; }
.co-input::placeholder { color:#a5afbc; }
.co-input:focus { border-color:rgba(244,123,32,.7); box-shadow:0 0 0 3px rgba(244,123,32,.12); }
.co-input.is-invalid { border-color:#dc6670; background:#fffafb; }
.co-textarea { min-height:100px; resize:vertical; }
.co-field .SumoSelect { display:block; width:100%; }
.co-field .SumoSelect > .CaptionCont { border:1px solid #cfd6de; border-radius:4px; padding:9px 12px; font-size:13.5px; }
.co-phone-row { display:flex; gap:10px; }
.co-phone-code { position:relative; flex:0 0 45%; max-width:45%; }
.co-phone-code select { width:100%; padding:9px 12px; border:1px solid #cfd6de; border-radius:4px; background:#fff; color:#24313f; font-size:13.5px; outline:0; }
.co-phone-code.is-invalid select, .co-phone-code.is-invalid .SumoSelect > .CaptionCont { border-color:#dc6670; }
.co-phone-code .SumoSelect > .optWrapper { min-width:250px; }
.co-phone-number { flex:1 1 auto; }
.co-hint { display:block; margin-top:6px; color:#8a97a6; font-size:11.5px; line-height:1.5; }
.co-error { display:block; margin-top:5px; color:#bf3542; font-size:11.5px; }
@media (max-width:575.98px){ .co-row-2col { grid-template-columns:1fr; } .co-phone-code { flex-basis:47%; max-width:47%; } }
/* Инструкция по оплате: перевод в Индию (Сбербанк) */
.pay-instr { overflow:hidden; border:1px solid #e3e9f0; border-radius:12px; background:#f9fbfd; }
.pay-instr-toggle { display:flex; width:100%; align-items:center; gap:9px; padding:13px 14px; border:0; background:transparent; color:#1c2b3a; font-weight:750; font-size:13px; text-align:left; cursor:pointer; }
.pay-instr-toggle > .bi-bank { color:var(--orange); font-size:16px; }
.pay-instr-caret { margin-left:auto; color:#8391a3; font-size:13px; transition:transform .2s ease; }
.pay-instr.open .pay-instr-caret { transform:rotate(180deg); }
.pay-instr-body { display:none; padding:0 14px 14px; }
.pay-instr.open .pay-instr-body { display:block; }
.pay-instr-steps { margin:0 0 14px; padding-left:18px; color:#42536b; font-size:12.5px; }
.pay-instr-steps li { margin-bottom:6px; }
.pay-instr-steps li::marker { color:var(--orange); font-weight:750; }
.pay-instr-req { margin-bottom:12px; padding:4px 12px 6px; border:1px solid #e3e9f0; border-radius:10px; background:#fff; }
.pay-instr-req-title { display:flex; align-items:center; gap:7px; padding:9px 0 5px; color:#1c2b3a; font-weight:750; font-size:12.5px; }
.pay-instr-req-title i { color:var(--orange); }
.pay-instr-row { display:flex; align-items:center; gap:8px; padding:7px 0; border-bottom:1px dashed #edf1f6; font-size:12.5px; }
.pay-instr-row:last-child { border-bottom:0; }
.pay-instr-row small { flex:0 0 128px; color:#78879a; }
.pay-instr-row code { flex:1; min-width:0; background:transparent; padding:0; color:#1c2b3a; font-weight:700; font-size:12px; word-break:break-word; }
.pay-copy { display:inline-flex; flex:0 0 28px; align-items:center; justify-content:center; width:28px; height:28px; border:0; border-radius:7px; background:#f1f5f9; color:#5b6b7f; cursor:pointer; transition:background .15s ease,color .15s ease; }
.pay-copy:hover { background:var(--orange); color:#fff; }
.pay-copy.copied { background:#2e9e5b; color:#fff; }
/* мобайл: колонки не хватает на значение (128px метка + кнопка) — метка переезжает на свою строку,
   иначе номер счёта/SWIFT ломаются по 1-2 символа, особенно в переводе (английские метки длиннее) */
@media (max-width: 575.98px) {
    .pay-instr-row { flex-wrap: wrap; row-gap: 2px; }
    .pay-instr-row small { flex: 0 0 100%; }
}
.pay-instr-warn { display:flex; gap:9px; padding:10px 12px; border:1px solid #f6dcbe; border-radius:10px; background:#fff7ed; color:#7a4a12; font-size:12px; line-height:1.55; }
.pay-instr-warn i { margin-top:1px; color:#e08a2e; }
.pay-instr-warn a { color:#c05a10; font-weight:750; }
.pay-guide { margin-bottom:14px; }
.pay-guide-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px; }
.pay-guide-head small { display:block; color:var(--orange); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; }
.pay-guide-head strong { display:block; margin-top:2px; color:#1c2b3a; font-size:13px; }
.pay-guide-nav { display:flex; gap:6px; }
.pay-guide-nav button { display:grid; width:32px; height:32px; place-items:center; border:1px solid #dfe6ee; border-radius:50%; background:#fff; color:#173d67; }
.pay-guide-track { display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; overscroll-behavior-x:contain; }
.pay-guide-track::-webkit-scrollbar { display:none; }
.pay-guide-slide { position:relative; flex:0 0 calc(50% - 6px); min-height:178px; padding:18px 16px 16px; border:1px solid #e3e9f0; border-radius:14px; background:linear-gradient(145deg,#fff 20%,#f5f8fc); scroll-snap-align:start; }
.pay-guide-slide > span { position:absolute; top:12px; right:14px; color:#d7e0eb; font-size:25px; font-weight:900; }
.pay-guide-slide > i { display:grid; width:42px; height:42px; place-items:center; margin-bottom:14px; border-radius:12px; background:#fff1e5; color:var(--orange); font-size:20px; }
.pay-guide-slide h6 { margin-bottom:7px; color:#173d67; font-weight:800; }
.pay-guide-slide p { margin:0; color:#65758a; font-size:12px; line-height:1.55; }
.pay-guide-dots { display:flex; justify-content:center; gap:5px; margin-top:10px; }
.pay-guide-dots span { width:6px; height:6px; border-radius:10px; background:#d6dee8; transition:.2s; }
.pay-guide-dots span.active { width:18px; background:var(--orange); }
.payment-flow { padding:20px; border:1px solid #e4e9ef; border-radius:16px; background:#fff; box-shadow:0 10px 28px rgba(23,61,103,.07); }
.payment-flow-title small { color:var(--orange); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.payment-flow-title h5 { margin:3px 0 18px; color:#173d67; font-weight:800; }
.payment-flow-list { display:grid; grid-template-columns:repeat(5,1fr); }
.payment-flow-step { position:relative; text-align:center; padding:0 7px; }
.payment-flow-step:not(:last-child)::after { content:""; position:absolute; top:22px; left:calc(50% + 24px); width:calc(100% - 48px); height:2px; background:#e4e9ef; }
.payment-flow-step > span { position:relative; z-index:1; display:grid; width:46px; height:46px; place-items:center; margin:0 auto 10px; border:2px solid #e1e7ee; border-radius:50%; background:#f7f9fc; color:#173d67; font-size:18px; }
.payment-flow-step.done > span { border-color:#ffd1ad; background:#fff1e5; color:var(--orange); }
.payment-flow-step small { display:block; color:#98a5b5; font-size:10px; }
.payment-flow-step strong { display:block; margin:2px 0 5px; color:#1c2b3a; font-size:12px; line-height:1.3; }
.payment-flow-step p { margin:0; color:#78879a; font-size:10.5px; line-height:1.45; }
@media (max-width:767.98px) {
    .pay-guide-slide { flex-basis:88%; min-height:170px; }
    .pay-guide-head strong { font-size:12px; }
    .payment-flow { padding:17px 15px; }
    .payment-flow-list { display:block; }
    .payment-flow-step { display:grid; grid-template-columns:46px 1fr; gap:12px; min-height:92px; padding:0; text-align:left; }
    .payment-flow-step:not(:last-child)::after { top:46px; bottom:0; left:22px; width:2px; height:auto; }
    .payment-flow-step > span { margin:0; }
    .payment-flow-step strong { font-size:13px; }
    .payment-flow-step p { font-size:11.5px; }
}
.tracking-card { display:flex; gap:16px; align-items:center; border-left:4px solid var(--orange); }
.tracking-card > i { font-size:34px; color:var(--orange); }
.tracking-card small,.tracking-card strong,.tracking-card span { display:block; }
.tracking-card strong { color:var(--navy); font-size:18px; }
.tracking-card span { color:var(--muted); font-size:12px; }

@media (max-width: 991.98px) {
    .header-logo-col { min-width: auto; }
    .mainbar .logo img { height: 62px !important; }
    /* мобильная шапка: иконка входа/аккаунта — после корзины */
    .header-actions > :first-child { order: 5; }
    .account-nav { position:static; display:grid; grid-template-columns:repeat(3,1fr); gap:6px; }
    .account-user { grid-column:1/-1; }
    .account-nav form { grid-column:1/-1; }
    .account-order-head { grid-template-columns:1fr 1fr; }
    .account-order-head .badge { justify-self:start; }
}
@media (max-width: 575.98px) {
    .mainbar .logo img { height: 52px !important; }
    .account-nav { grid-template-columns:1fr; }
    .account-nav form,.account-user { grid-column:auto; }
    .account-order-head { grid-template-columns:1fr; gap:9px; }
    .shipping-quote { flex-direction:column; }
}

/* =====================================================================
   Customer login & registration refresh
   ===================================================================== */
.auth-page {
    position: relative;
    overflow: hidden;
    padding: 58px 0 72px;
    background:
        radial-gradient(circle at 8% 10%, rgba(244, 123, 32, .14), transparent 28%),
        radial-gradient(circle at 92% 90%, rgba(22, 55, 95, .14), transparent 32%),
        linear-gradient(135deg, #f8fafc 0%, #fffaf6 48%, #f4f8fc 100%);
}
.auth-page::before,
.auth-page::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.auth-page::before {
    width: 260px;
    height: 260px;
    top: -135px;
    right: 8%;
    border: 45px solid rgba(244, 123, 32, .05);
}
.auth-page::after {
    width: 190px;
    height: 190px;
    left: 4%;
    bottom: -110px;
    border: 34px solid rgba(22, 55, 95, .05);
}
.auth-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
    max-width: 1040px;
    min-height: 610px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(22, 55, 95, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(22, 55, 95, .16);
}
.auth-shell-login { min-height: 570px; }
.auth-showcase {
    position: relative;
    isolation: isolate;
    padding: 54px 46px;
    color: #fff;
    background:
        linear-gradient(155deg, rgba(8, 28, 53, .98), rgba(22, 55, 95, .94)),
        #16375f;
}
.auth-showcase::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .9;
    background:
        radial-gradient(circle at 84% 16%, rgba(244, 123, 32, .76) 0 4px, transparent 5px),
        radial-gradient(circle at 78% 23%, rgba(244, 123, 32, .38), transparent 22%),
        linear-gradient(120deg, transparent 0 68%, rgba(255, 255, 255, .035) 68% 69%, transparent 69% 100%);
}
.auth-showcase::after {
    content: "IN → RU";
    position: absolute;
    right: 22px;
    bottom: 13px;
    color: rgba(255, 255, 255, .045);
    font-size: 64px;
    font-weight: 900;
    letter-spacing: -4px;
}
.auth-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #ffe0c7;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .25px;
}
.auth-showcase h1 {
    max-width: 440px;
    margin: 28px 0 16px;
    color: #fff;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -1.2px;
}
.auth-showcase > p {
    max-width: 450px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.75;
}
.auth-benefits {
    display: grid;
    gap: 16px;
    margin-top: 39px;
}
.auth-benefits > div {
    display: flex;
    align-items: center;
    gap: 14px;
}
.auth-benefits > div > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .09);
    color: #ffab68;
    font-size: 19px;
}
.auth-benefits p {
    margin: 0;
}
.auth-benefits strong,
.auth-benefits small {
    display: block;
}
.auth-benefits strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 14px;
}
.auth-benefits small {
    color: rgba(255, 255, 255, .59);
    font-size: 12px;
    line-height: 1.45;
}
.auth-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 58px;
    background: #fff;
}
.auth-form-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}
.auth-heading-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff1e6, #fff8f2);
    color: var(--orange);
    box-shadow: inset 0 0 0 1px rgba(244, 123, 32, .13);
    font-size: 22px;
}
.auth-form-heading h2 {
    margin: 0 0 4px;
    color: var(--navy);
    font-size: 27px;
    font-weight: 820;
    letter-spacing: -.5px;
}
.auth-form-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}
.auth-alert {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 20px;
    border-radius: 11px;
    font-size: 13px;
}
.auth-alert i { margin-top: 1px; }
.auth-field {
    margin-bottom: 17px;
}
.auth-field > label {
    display: block;
    margin-bottom: 7px;
    color: #344459;
    font-size: 12.5px;
    font-weight: 750;
}
.auth-input-wrap {
    display: flex;
    align-items: center;
    min-height: 50px;
    overflow: hidden;
    border: 1px solid #dce3eb;
    border-radius: 11px;
    background: #fbfcfe;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.auth-input-wrap:focus-within {
    border-color: rgba(244, 123, 32, .70);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(244, 123, 32, .10);
}
.auth-input-wrap.is-invalid {
    border-color: #dc6670;
    background: #fffafb;
}
.auth-input-wrap > i {
    flex: 0 0 auto;
    margin-left: 16px;
    color: #8391a3;
    font-size: 17px;
}
.auth-input-wrap input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 15px 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #24313f;
    font-size: 14px;
}
.auth-input-wrap input::placeholder {
    color: #a5afbc;
}
.auth-password-wrap input { padding-right: 4px; }
.password-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    align-self: stretch;
    border: 0;
    border-left: 1px solid transparent;
    background: transparent;
    color: #718096;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.password-toggle:hover,
.password-toggle:focus-visible {
    border-left-color: #e8edf2;
    outline: 0;
    background: #f4f7fa;
    color: var(--orange);
}
.password-toggle i {
    font-size: 18px;
}
.auth-error {
    display: block;
    margin-top: 5px;
    color: #bf3542;
    font-size: 11.5px;
}
.auth-phone-row {
    display: flex;
    gap: 10px;
}
.auth-phone-code {
    position: relative;
    flex: 0 0 45%;
    max-width: 45%;
}
.auth-phone-code select {
    width: 100%;
    height: 48px;
    padding: 0 32px 0 15px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #24313f;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.auth-phone-code .auth-select-caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin: 0;
    transform: translateY(-50%);
    pointer-events: none;
    color: #8391a3;
    font-size: 13px;
}
.auth-phone-number {
    flex: 1 1 auto;
}
/* SumoSelect внутри поля кода страны: без внутренней рамки, выпадашка не обрезается */
.auth-phone-code.auth-input-wrap {
    overflow: visible;
}
.auth-phone-code .SumoSelect {
    width: 100%;
}
.auth-phone-code .SumoSelect > .CaptionCont {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 30px 0 15px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    box-shadow: none;
}
.auth-phone-code .SumoSelect:focus > .CaptionCont,
.auth-phone-code .SumoSelect.open > .CaptionCont {
    border: 0;
    box-shadow: none;
}
.auth-phone-code .SumoSelect > .CaptionCont > span {
    color: #24313f;
    font-size: 14px;
}
.auth-phone-code .SumoSelect > .optWrapper {
    top: calc(100% + 6px);
    min-width: 250px;
    border-radius: 11px;
}
.auth-phone-code .SumoSelect ~ .auth-select-caret {
    display: none;
}
.auth-hint {
    display: block;
    margin-top: 6px;
    color: #8290a0;
    font-size: 11.5px;
    line-height: 1.5;
}
.auth-check .form-check-input:checked {
    border-color: var(--orange);
    background-color: var(--orange);
}
.auth-check .form-check-label {
    color: #647386;
    font-size: 12.5px;
}
.auth-secure-note {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #8290a0;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .5px;
}
.auth-form .consent-wrap,
.auth-form .form-check:has(input[name="consent"]) {
    margin-bottom: 18px !important;
}
.auth-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 50px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #f47b20, #ec6611);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(244, 123, 32, .22);
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
.auth-submit:hover,
.auth-submit:focus-visible {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 15px 29px rgba(244, 123, 32, .29);
}
.auth-submit i {
    transition: transform .18s ease;
}
.auth-submit:hover i {
    transform: translateX(3px);
}
.auth-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #edf0f4;
    color: #7a8797;
    font-size: 13px;
}
.auth-switch a {
    color: var(--orange);
    font-weight: 800;
}
.auth-switch a:hover {
    color: var(--orange-dark);
}
.auth-switch a i {
    font-size: 10px;
}

@media (max-width: 991.98px) {
    .auth-page { padding: 38px 0 52px; }
    .auth-shell {
        grid-template-columns: 1fr;
        max-width: 670px;
    }
    .auth-showcase {
        padding: 38px 42px;
    }
    .auth-showcase h1 {
        max-width: 560px;
        margin-top: 22px;
        font-size: 34px;
    }
    .auth-benefits {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-top: 28px;
    }
    .auth-benefits > div {
        align-items: flex-start;
    }
    .auth-benefits small { display: none; }
    .auth-form-panel {
        padding: 42px;
    }
}

@media (max-width: 575.98px) {
    .auth-page {
        padding: 20px 0 34px;
    }
    .auth-page .container-xl {
        padding-left: 12px;
        padding-right: 12px;
    }
    .auth-shell {
        width: 100%;
        min-width: 0;
        border-radius: 17px;
        box-shadow: 0 18px 40px rgba(22, 55, 95, .13);
    }
    .auth-showcase {
        padding: 28px 24px;
    }
    .auth-showcase h1 {
        margin: 18px 0 10px;
        font-size: 28px;
    }
    .auth-showcase > p {
        font-size: 13px;
        line-height: 1.6;
    }
    .auth-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 22px;
    }
    .auth-benefits > div > span {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 10px;
        font-size: 16px;
    }
    .auth-benefits small { display: block; }
    .auth-showcase::after { font-size: 42px; }
    .auth-form-panel {
        min-width: 0;
        padding: 30px 22px;
    }
    .auth-input-wrap input {
        font-size: 16px;
    }
    .auth-phone-code select {
        font-size: 15px;
    }
    .auth-phone-code {
        flex-basis: 47%;
        max-width: 47%;
    }
    .auth-form .form-check,
    .auth-form .form-check-label {
        max-width: 100%;
    }
    .auth-form .form-check-label {
        overflow-wrap: anywhere;
    }
    .auth-form-heading {
        margin-bottom: 23px;
    }
    .auth-form-heading h2 { font-size: 23px; }
    .auth-heading-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
        border-radius: 13px;
    }
}

/* -------------------------------------------------------------------------
   Home + offer enhancements
   ------------------------------------------------------------------------- */
.offer-section-note {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}
.offer-card {
    min-height: 300px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-md);
}

.offer-carousel {
    width: min(100%, 1280px);
    margin-inline: auto;
}

.offer-card-horizontal {
    min-height: 220px;
    background-position: center;
}

.offer-card-horizontal .offer-card-body {
    min-height: 220px;
    width: 100%;
    padding: 24px 32px;
}

.offer-card-horizontal .offer-card-body > h3,
.offer-card-horizontal .offer-card-body > p,
.offer-card-horizontal .offer-card-body > small {
    max-width: 620px;
}

.offer-card-horizontal .offer-footer-row .btn {
    position: absolute;
    right: 28px;
    bottom: 24px;
    padding: 9px 18px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(0,0,0,.2);
}

.offer-public-code {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px dashed rgba(255,255,255,.7);
    border-radius: 999px;
    background: rgba(15,41,71,.72);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.offer-carousel-arrow {
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), #ff5c20);
    color: #fff;
    opacity: 1;
    box-shadow: 0 8px 24px rgba(244,123,32,.35);
}

.offer-carousel-arrow:hover {
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}

.offer-carousel-arrow i {
    font-size: 22px;
}

.offer-carousel .carousel-indicators {
    bottom: 8px;
    margin-bottom: 0;
}

.offer-carousel .carousel-indicators button {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    margin: 0 4px;
}
.offer-card-overlay {
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(10,26,47,.2), rgba(10,26,47,.82));
}
.offer-card-body {
    position:relative;
    z-index:1;
    padding: 22px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:300px;
    color:#fff;
}
.offer-pill {
    display:inline-flex;
    align-items:center;
    background: rgba(255,255,255,.92);
    color: var(--navy-dark);
    border-radius:999px;
    padding:8px 14px;
    font-size:12px;
    font-weight:800;
}
.offer-scope {
    display:inline-flex;
    background: rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.22);
    color:#fff;
    border-radius:999px;
    padding:8px 12px;
    font-size:11px;
    font-weight:700;
}
.offer-scope.active { background: rgba(244,123,32,.95); border-color: rgba(244,123,32,.95); }
.offer-card-body h3 {
    font-size: 1.7rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.offer-card-body p,
.offer-card-body small {
    margin:0;
    color: rgba(255,255,255,.88);
}
.offer-footer-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-top:18px;
}
.offer-discount {
    font-size: 1.15rem;
    font-weight: 800;
}
.checkout-offer-box {
    border-radius: 16px;
    background: linear-gradient(135deg, #fff6ea, #fffdf8);
    border: 1px solid #ffe1c1;
    padding: 18px;
    box-shadow: var(--shadow-sm);
}
.checkout-offer-box h6 {
    color: var(--navy);
    font-weight: 800;
}
.checkout-offer-box p { color: var(--muted); font-size: 14px; }
@media (max-width: 767.98px) {
    .offer-card,
    .offer-card-body { min-height: 260px; }
    .offer-card-body h3 { font-size: 1.4rem; }
    .offer-footer-row { flex-wrap: wrap; }
    .offer-card-horizontal .offer-card-body { width: 100%; padding: 24px; }
    .offer-card-horizontal .offer-footer-row .btn {
        position: static;
        margin-left: auto;
    }
}

/* =========================================================================
   MOBILE FIXES — корзина и магазин на телефонах
   ========================================================================= */

/* ---- корзина: карточная раскладка вместо сжатой таблицы ---- */
@media (max-width: 575.98px) {
    .cart-table thead { display: none; }

    .cart-table,
    .cart-table tbody,
    .cart-table tbody tr,
    .cart-table tbody td {
        display: block;
        width: 100%;
    }

    .cart-table tbody tr {
        position: relative;
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 14px 14px 6px;
        margin-bottom: 14px;
        background: #fff;
    }

    .cart-table tbody td {
        border: none;
        padding: 7px 0;
    }

    /* товар: картинка + название, место справа под кнопку удаления */
    .cart-table td.cart-prod {
        padding-right: 40px;
        border-bottom: 1px solid var(--line);
        margin-bottom: 4px;
    }

    /* подписи Цена / Кол-во / Сумма */
    .cart-table td[data-label] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .cart-table td[data-label]::before {
        content: attr(data-label);
        color: var(--muted);
        font-size: 12.5px;
        text-transform: uppercase;
        letter-spacing: .3px;
    }

    /* корзина: удалить — в правом верхнем углу карточки */
    .cart-table td.cart-remove {
        position: absolute;
        top: 8px;
        right: 8px;
        width: auto;
        padding: 0;
    }
}

/* ---- /shop: категории горизонтальной лентой на телефоне ---- */
@media (max-width: 991.98px) {
    .shop-cats {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding: 12px;
    }

    .shop-cats h6 {
        margin: 0 4px 0 0;
        white-space: nowrap;
    }

    .shop-cats a {
        display: inline-flex !important;
        align-items: center;
        white-space: nowrap;
        padding: 7px 14px !important;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: #fff;
        font-size: 13px;
        flex: 0 0 auto;
    }

    .shop-cats a.fw-bold {
        border-color: var(--orange);
        color: var(--orange);
    }
}

/* ---- русский <input type="file"> (см. js/file-input-ru.js) ---- */
.file-ru {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    overflow: hidden;
}

.file-ru input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-ru .file-ru-btn {
    flex: 0 0 auto;
    background: #eef2f7;
    border: 1px solid #d7dee8;
    border-radius: 6px;
    padding: 3px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #16375f;
    white-space: nowrap;
}

.file-ru .file-ru-name {
    color: #6b7a90;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-ru .file-ru-name.has-file {
    color: #24313f;
    font-weight: 600;
}

.file-ru:focus-within {
    outline: 2px solid rgba(244, 123, 32, .35);
    outline-offset: 1px;
}

/* ---- аккаунт в мобильном меню ---- */
.mobile-menu-divider {
    border-top: 1px solid rgba(255, 255, 255, .18);
    margin: 6px 12px;
}

.mobile-logout-btn {
    background: none;
    border: 0;
    width: 100%;
    text-align: left;
    display: block;
}

/* =============================================================== FLOATING CONTACT BUTTONS */
.floating-contacts {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1040;
    width: 64px;
    height: 64px;
}

.floating-contact {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 31px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(15, 41, 71, .28);
    transition: transform .15s ease, box-shadow .15s ease;
}

.floating-contact:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 10px 24px rgba(15, 41, 71, .34);
    color: #fff;
}

.floating-contact.wa {
    background: #25d366;
}

.floating-contact.telegram {
    background: #229ed9;
}

.floating-contact.max {
    background: linear-gradient(135deg, #7257ff, #445dff);
}

.floating-contact.vk {
    background: #0077ff;
}

.floating-contact.email {
    background: linear-gradient(135deg, #f59a23, #f56a1f);
}

.floating-contact-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
}

.max-mark {
    font-size: 14px;
}

.vk-mark {
    font-size: 19px;
    letter-spacing: -.08em;
}

.floating-contact-toggle {
    display: flex;
    position: relative;
    z-index: 2;
    border: 0;
    background: linear-gradient(135deg, #ff8a1f, #ff5d22);
    cursor: pointer;
    outline: 3px solid rgba(255, 255, 255, .9);
    box-shadow: 0 8px 28px rgba(255, 105, 31, .42);
}

.floating-contact-toggle::after {
    content: "";
    position: absolute;
    inset: -7px;
    z-index: -1;
    border: 2px solid rgba(255, 115, 31, .42);
    border-radius: 50%;
    animation: floating-contact-pulse 2s ease-out infinite;
}

.floating-contact-toggle-label {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 13px;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 5px 18px rgba(15, 41, 71, .2);
}

.floating-contacts > a.floating-contact {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(.8);
    transition: opacity .2s ease, transform .24s cubic-bezier(.2, .75, .25, 1.2), visibility .2s;
}

.floating-contacts > a.floating-contact:nth-of-type(1) { --contact-offset: 78px; }
.floating-contacts > a.floating-contact:nth-of-type(2) { --contact-offset: 156px; }
.floating-contacts > a.floating-contact:nth-of-type(3) { --contact-offset: 234px; }
.floating-contacts > a.floating-contact:nth-of-type(4) { --contact-offset: 312px; }
.floating-contacts > a.floating-contact:nth-of-type(5) { --contact-offset: 390px; }

.floating-contacts.open > a.floating-contact {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(calc(-1 * var(--contact-offset))) scale(1);
}

.floating-contact-toggle i {
    transition: transform .22s ease;
}

.floating-contacts.open .floating-contact-toggle i {
    transform: rotate(45deg);
}

.floating-contacts.open .floating-contact-toggle {
    background: linear-gradient(135deg, #173e68, #0d2746);
    box-shadow: 0 8px 28px rgba(15, 41, 71, .38);
}

@keyframes floating-contact-pulse {
    0% { transform: scale(.88); opacity: .8; }
    75%, 100% { transform: scale(1.18); opacity: 0; }
}

@media (max-width: 575.98px) {
    .floating-contacts {
        right: 16px;
        bottom: 18px;
        width: 56px;
        height: 56px;
    }

    .floating-contact {
        width: 56px;
        height: 56px;
        font-size: 27px;
    }

    .floating-contacts > a.floating-contact:nth-of-type(1) { --contact-offset: 68px; }
    .floating-contacts > a.floating-contact:nth-of-type(2) { --contact-offset: 136px; }
    .floating-contacts > a.floating-contact:nth-of-type(3) { --contact-offset: 204px; }
    .floating-contacts > a.floating-contact:nth-of-type(4) { --contact-offset: 272px; }
    .floating-contacts > a.floating-contact:nth-of-type(5) { --contact-offset: 340px; }

    .floating-contact-toggle-label {
        right: calc(100% + 9px);
        padding: 7px 11px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .floating-contact-toggle::after {
        animation: none;
    }
}

/* =============================================================== ABOUT PAGE */
.about-eyebrow {
    display: inline-block;
    background: #fff2e6;
    color: var(--orange);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .04em;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.about-h2 {
    color: var(--navy);
    margin-bottom: 14px;
}

.about-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: var(--ink);
}

.about-checklist i {
    color: #25a45a;
    font-size: 18px;
    flex-shrink: 0;
}

.about-image-frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 41, 71, .18);
    aspect-ratio: 3 / 2;
    background: linear-gradient(135deg, #16375f, #0d233f);
}

.about-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: inherit;
    box-shadow: inset 0 -90px 70px -70px rgba(8, 32, 58, .55);
    pointer-events: none;
}

.about-image-caption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 36px);
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: 0 8px 24px rgba(8, 32, 58, .18);
    backdrop-filter: blur(8px);
}

.about-image-caption i {
    color: var(--orange);
    font-size: 16px;
}

.about-stats {
    background: var(--navy);
    padding: 34px 0;
}

.about-stat-num {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.about-stat-label {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    margin-top: 6px;
}

.about-step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px 18px;
    height: 100%;
    transition: transform .15s ease, box-shadow .15s ease;
}

.about-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 41, 71, .12);
}

.about-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-weight: 800;
    margin-bottom: 12px;
}

.about-step h6 {
    color: var(--navy);
    font-weight: 700;
}

.about-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(120deg, #16375f, #22507f);
    color: #fff;
    border-radius: 18px;
    padding: 32px 36px;
}

@media (max-width: 575.98px) {
    .about-stat-num {
        font-size: 24px;
    }

    .about-cta {
        padding: 24px 22px;
        text-align: center;
        justify-content: center;
    }
}

/* "price does not include postal delivery" note */
.shipping-excl-note {
    color: #d81f26;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.35;
}

.checkout-shipping-box { padding: 14px; border: 1px solid #dfe6ef; border-radius: 10px; background: #f7f9fc; color: #183a63; }
.checkout-shipping-calculated { border-color: #a9dfc1; background: #f0fbf5; color: #16643b; }
.checkout-shipping-partially-unknown { border-color: #ffd29e; background: #fff8ef; color: #8c4b0e; }
.checkout-shipping-pending { border-color: #cbd5e1; background: #f8fafc; color: #475569; }
.product-shipping-unknown { display: flex; align-items: center; gap: 9px; width: fit-content; margin: -2px 0 16px; color: #d71920; font-size: 17px; font-weight: 800; line-height: 1.35; text-decoration: none; }
.product-shipping-unknown:hover { color: #a80f15; text-decoration: underline; }
.cart-shipping-quote,.cart-shipping-review{padding:12px 13px;border-radius:10px}.cart-shipping-quote{border:1px solid #a9dfc1;background:#effaf4;color:#17623d}.cart-shipping-review{border:1px solid #ffd29e;background:#fff8ef;color:#8c4b0e}.cart-shipping-quote small,.cart-shipping-review small{display:block;margin-top:4px;color:inherit;opacity:.8}

/* web-development pricing */
.web-service-hero {
    max-width: 680px;
    margin-inline: auto;
    padding: 30px 34px;
    height: auto;
}

.web-service-hero > p {
    max-width: 560px;
    margin-inline: auto;
}

.web-service-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
}

.web-price-badge {
    padding: 8px 4px;
    font-size: 26px;
    color: var(--orange);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .web-service-hero {
        padding: 24px 18px;
    }

    .web-service-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .web-price-badge {
        min-width: 0;
        text-align: center;
    }

    .web-service-hero-actions .btn {
        width: 100%;
    }
}

.services-price-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 18px;
    background: #fff8ec;
    border: 1px solid #f6d9a8;
    border-radius: 12px;
    color: #6b5330;
    font-size: 14px;
    line-height: 1.5;
}

.services-price-note i {
    color: var(--orange);
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* coupon box on checkout */
.coupon-box h6 {
    color: var(--navy);
}

/* offer coupon-code chip (admin preview) */
.offer-code-chip {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(15, 41, 71, .9);
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .04em;
    padding: 4px 9px;
    border-radius: 20px;
}
/* Marketplace product gallery and variants */
.marketplace-gallery{display:grid;grid-template-columns:84px minmax(0,1fr);gap:14px;position:sticky;top:20px}.product-thumbnails{display:flex;flex-direction:column;gap:9px;max-height:560px;overflow:auto}.product-thumb{width:76px;height:76px;padding:5px;border:2px solid #e1e7ef;border-radius:10px;background:#fff}.product-thumb.active{border-color:var(--orange);box-shadow:0 0 0 2px rgba(255,118,25,.12)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-main-image{position:relative;display:grid;place-items:center;min-height:520px;padding:24px;border:1px solid #e1e7ef;border-radius:16px;background:#f8fafc;overflow:hidden}.product-main-image img{max-width:100%;max-height:500px;object-fit:contain;transition:transform .25s}.product-main-image:hover img{transform:scale(1.08)}.product-main-image span{position:absolute;right:14px;bottom:14px;padding:7px 10px;border-radius:20px;color:#fff;background:rgba(10,43,78,.82);font-size:12px}.product-info-panel{padding:10px 8px}.product-info-panel h1{color:var(--navy);font-size:34px;font-weight:850}.product-short-description{color:#5f6f82;line-height:1.7}.variant-picker{padding:18px;margin-top:20px;border:1px solid #e1e7ef;border-radius:14px;background:#fbfcfe}.variant-label{margin-bottom:8px;color:#637286;font-size:13px}.variant-options{display:flex;flex-wrap:wrap;gap:9px}.variant-color,.variant-size{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:8px 13px;border:1px solid #ced8e5;border-radius:9px;color:var(--navy);background:#fff;font-weight:700}.variant-color i{width:18px;height:18px;border:1px solid #b8c2ce;border-radius:50%}.variant-color.active,.variant-size.active{color:#fff;border-color:var(--navy);background:var(--navy)}.variant-size:disabled{opacity:.35;text-decoration:line-through}.product-qty{width:95px}.product-tabs{overflow:hidden;border:1px solid #e0e7ef;border-radius:14px;background:#fff}.product-tabs .nav-tabs{padding:0 16px;border-bottom:1px solid #e0e7ef;background:#f8fafc}.product-tabs .nav-link{padding:16px 20px;color:#52647a;font-weight:750}.product-tabs .nav-link.active{color:var(--orange);border-color:transparent transparent var(--orange);background:transparent}.product-tabs .tab-content{padding:26px;line-height:1.75}.product-tabs th{width:30%;color:var(--navy)}.product-lightbox{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;background:rgba(3,15,29,.94);touch-action:pinch-zoom}.product-lightbox[hidden]{display:none}.product-lightbox img{max-width:88vw;max-height:88vh;object-fit:contain}.product-lightbox button{position:absolute;display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;color:#fff;background:rgba(255,255,255,.15);font-size:22px}.lightbox-close{top:22px;right:22px}.lightbox-prev{left:22px}.lightbox-next{right:22px}
@media(max-width:767.98px){.marketplace-gallery{display:flex;flex-direction:column-reverse;position:static}.product-thumbnails{flex-direction:row;max-width:100%;overflow-x:auto}.product-thumb{min-width:66px;width:66px;height:66px}.product-main-image{min-height:360px;padding:14px}.product-main-image img{max-height:340px}.product-main-image:hover img{transform:none}.product-info-panel h1{font-size:27px}.product-tabs .nav-tabs{display:grid;grid-template-columns:1fr 1fr;padding:0}.product-tabs .nav-link{width:100%;padding:12px 6px;font-size:13px}.product-tabs .tab-content{padding:18px}.product-lightbox button{width:42px;height:42px}.lightbox-prev{left:8px}.lightbox-next{right:8px}}
.product-zoom-lens{position:absolute;z-index:4;display:none;width:130px;height:130px;pointer-events:none;border:1px solid rgba(18,59,104,.55);background:rgba(255,255,255,.32)}.product-zoom-lens.show{display:block}.hover-zoom-pane{position:absolute;z-index:30;top:0;left:calc(100% + 24px);display:none;width:min(620px,48vw);height:520px;border:1px solid #d8e1ec;border-radius:14px;background-color:#fff;background-repeat:no-repeat;background-size:230%;box-shadow:0 18px 45px rgba(8,35,65,.2)}.hover-zoom-pane.show{display:block}.b2b-product-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:210px}
@media(max-width:767.98px){.product-zoom-lens,.hover-zoom-pane{display:none!important}.product-cart-form .b2b-product-button{display:flex;width:100%;margin-top:12px!important}}

/* Carousel aspect-ratio correction: never stretch source artwork */
.hero #heroCarousel,
.hero #heroCarousel .carousel-inner,
.hero #heroCarousel .carousel-item,
.hero #heroCarousel .hero-slide {
    height: clamp(400px, 27vw, 500px);
    min-height: 0;
}
.hero #heroCarousel .hero-slide {
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767.98px) {
    .hero #heroCarousel,
    .hero #heroCarousel .carousel-inner,
    .hero #heroCarousel .carousel-item,
    .hero #heroCarousel .hero-slide {
        height: 350px;
        min-height: 350px;
    }
    .hero #heroCarousel .hero-slide {
        background-size: cover;
        background-position: center center;
    }
    .hero #heroCarousel .hero-caption,
    .hero #heroCarousel .hero-slide.light .hero-caption,
    .hero #heroCarousel .influencer-hero .hero-caption {
        padding-top: 20px;
        padding-bottom: 38px;
    }
    .hero #heroCarousel .hero-title,
    .hero #heroCarousel .hero-slide.light .hero-title,
    .hero #heroCarousel .influencer-hero .hero-title {
        font-size: clamp(1.48rem, 6.8vw, 1.9rem) !important;
    }
    .hero #heroCarousel .hero-sub,
    .hero #heroCarousel .hero-slide.light .hero-sub,
    .hero #heroCarousel .influencer-hero .hero-sub {
        margin-bottom: 14px;
        font-size: clamp(.78rem, 3.3vw, .92rem);
    }
    .hero #heroCarousel .hero-caption .btn {
        min-height: 40px;
        padding: 9px 14px !important;
        font-size: .78rem;
    }
}

@media (max-width: 420px) {
    .hero #heroCarousel,
    .hero #heroCarousel .carousel-inner,
    .hero #heroCarousel .carousel-item,
    .hero #heroCarousel .hero-slide {
        height: 330px;
        min-height: 330px;
    }
}
