/* SharikClub Modern — soft emerald storefront skin */
:root {
    --scm-emerald: #0c644d;
    --scm-emerald-dark: #084b3a;
    --scm-emerald-soft: #dceee4;
    --scm-mint: #edf5ef;
    --scm-peach: #f1d2b8;
    --scm-gold: #c7a34b;
    --scm-ink: #18372e;
    --scm-muted: #688077;
    --scm-line: #dce8e0;
    --scm-paper: #fffefa;
    --scm-radius: 20px;
    --scm-shadow: 0 14px 40px rgba(12, 100, 77, .09);
}

body.sharikclub-modern {
    background: var(--scm-paper) !important;
    color: var(--scm-ink);
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.sharikclub-modern a { color: var(--scm-emerald); }
.sharikclub-modern a:hover { color: var(--scm-emerald-dark); }
.sharikclub-modern .container-fluid { max-width: 1420px; }
.sharikclub-modern .maincontent { overflow: hidden; }

/* Header */
.sharikclub-modern #topnav {
    min-height: 38px;
    background: var(--scm-emerald-dark);
    color: #fff;
    border: 0;
}
.sharikclub-modern #topnav a,
.sharikclub-modern #topnav .fa { color: #fff; }
.sharikclub-modern #topnav .menu > li > a { padding-top: 9px; padding-bottom: 9px; }
.sharikclub-modern .scm-header { padding-top: 0; padding-bottom: 0; }
.sharikclub-modern .scm-header-note {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 34px;
    padding: 6px 15px;
    color: var(--scm-muted);
    font-size: 12px;
    border-bottom: 1px solid var(--scm-line);
}
.sharikclub-modern .scm-header-note .fa { margin-right: 6px; color: var(--scm-emerald); }
.sharikclub-modern #header > .row {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 17px 0;
}
.sharikclub-modern #header .col { float: none; }
.sharikclub-modern #header .h_logo { width: 24%; }
.sharikclub-modern #header .h_search { width: 34%; }
.sharikclub-modern #header .h_contacts { width: 23%; text-align: right; }
.sharikclub-modern #header .h_cart { width: 19%; }
.sharikclub-modern #header .h_logo img { max-height: 68px; width: auto; }
.sharikclub-modern #header .h_search form {
    display: flex;
    overflow: hidden;
    border: 1px solid var(--scm-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(12, 100, 77, .05);
}
.sharikclub-modern #header .h_search .search-field {
    height: 48px;
    padding: 0 16px;
    border: 0;
    box-shadow: none;
}
.sharikclub-modern #header .h_search .btn {
    width: 52px;
    min-width: 52px;
    border: 0;
    border-radius: 0;
    background: var(--scm-emerald);
}
.sharikclub-modern #header .h_search .btn:after { content: "\f002"; font-family: FontAwesome; color: #fff; }
.sharikclub-modern #header .h_search .shop-regions-btn-wrapper { display: none; }
.sharikclub-modern #header .h_contacts .phone,
.sharikclub-modern #header .h_contacts .phone a {
    color: var(--scm-ink);
    font-size: 19px;
    font-weight: 700;
    white-space: nowrap;
}
.sharikclub-modern .scm-phone-caption { margin-top: 3px; color: var(--scm-muted); font-size: 12px; }
.sharikclub-modern #header .s-schedule-wrapper { margin-top: 4px; }
.sharikclub-modern #header .h_cart .in {
    padding: 12px 15px;
    border: 1px solid var(--scm-line);
    border-radius: 14px;
    background: var(--scm-mint);
}
.sharikclub-modern #header .h_cart #cart { color: var(--scm-ink); }

/* Navigation */
.sharikclub-modern .menubars { margin-bottom: 0; }
.sharikclub-modern .h_menu2 {
    border: 0;
    border-radius: 14px;
    background: var(--scm-emerald) !important;
    box-shadow: 0 8px 25px rgba(12, 100, 77, .14);
}
.sharikclub-modern .h_menu2 .menu > li > .link a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0;
}
.sharikclub-modern .h_menu2 .menu > li:first-child > .link a { padding-left: 23px; }
.sharikclub-modern .h_menu2 .menu > li:hover > .link a,
.sharikclub-modern .h_menu2 .menu > li.active > .link a { background: rgba(255,255,255,.12) !important; }

/* Hero */
.sharikclub-modern .scm-hero {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1420px;
    margin: 22px auto 8px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--scm-mint);
    box-shadow: var(--scm-shadow);
}
.sharikclub-modern .scm-hero-track { position: relative; aspect-ratio: 2055 / 765; }
.sharikclub-modern .scm-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s ease, visibility .55s ease;
}
.sharikclub-modern .scm-hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.sharikclub-modern .scm-hero-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sharikclub-modern .scm-hero-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    padding: 0;
    border: 1px solid rgba(12,100,77,.14);
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    color: var(--scm-emerald);
    font-size: 28px;
    line-height: 44px;
    box-shadow: 0 7px 24px rgba(12,100,77,.13);
    transition: transform .2s ease, background .2s ease;
}
.sharikclub-modern .scm-hero-arrow:hover { transform: scale(1.06); background: #fff; }
.sharikclub-modern .scm-hero-prev { left: 18px; }
.sharikclub-modern .scm-hero-next { right: 18px; }
.sharikclub-modern .scm-hero-dots {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 15px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}
.sharikclub-modern .scm-hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(12,100,77,.3);
    transition: width .25s ease, background .25s ease;
}
.sharikclub-modern .scm-hero-dots button.is-active { width: 27px; background: var(--scm-emerald); }

/* Homepage sections */
.sharikclub-modern .page_wrapper { padding-top: 28px; }
.sharikclub-modern .home_services {
    margin: 0 0 38px;
    padding: 24px 18px;
    border: 1px solid var(--scm-line);
    border-radius: var(--scm-radius);
    background: #fff;
    box-shadow: var(--scm-shadow);
}
.sharikclub-modern .home_services .item { margin: 0; }
.sharikclub-modern .home_services .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--scm-mint);
}
.sharikclub-modern .home_services .item_icon svg { width: 28px; height: 28px; fill: var(--scm-emerald); }
.sharikclub-modern .home_services .item_title { color: var(--scm-ink); font-weight: 700; }
.sharikclub-modern .home_services .item_text { color: var(--scm-muted); }
.sharikclub-modern .scm-pick,
.sharikclub-modern .scm-order,
.sharikclub-modern .scm-contact { margin: 52px 0; }
.sharikclub-modern .scm-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
}
.sharikclub-modern .scm-kicker {
    display: block;
    margin-bottom: 7px;
    color: var(--scm-emerald);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.sharikclub-modern .scm-section-heading h2,
.sharikclub-modern .scm-contact h2 {
    margin: 0;
    color: var(--scm-ink);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.15;
}
.sharikclub-modern .scm-text-link { font-weight: 600; white-space: nowrap; }
.sharikclub-modern .scm-pick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sharikclub-modern .scm-pick-grid > a {
    display: flex;
    flex-direction: column;
    min-height: 164px;
    padding: 22px;
    border: 1px solid var(--scm-line);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff 30%, var(--scm-mint));
    color: var(--scm-ink);
    box-shadow: 0 8px 28px rgba(12,100,77,.05);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.sharikclub-modern .scm-pick-grid > a:nth-child(2n) { background: linear-gradient(145deg, #fff 30%, #fff5ed); }
.sharikclub-modern .scm-pick-grid > a:hover { transform: translateY(-4px); border-color: #b8d7c5; box-shadow: var(--scm-shadow); text-decoration: none; }
.sharikclub-modern .scm-pick-grid span { margin-bottom: 18px; font-size: 31px; }
.sharikclub-modern .scm-pick-grid strong { margin-bottom: 6px; font-size: 16px; }
.sharikclub-modern .scm-pick-grid small { color: var(--scm-muted); font-size: 13px; }

/* Existing category and product grids */
.sharikclub-modern .content_slider { margin-top: 48px; }
.sharikclub-modern .content_slider > .title,
.sharikclub-modern .home_categories > .title {
    margin-bottom: 22px;
    color: var(--scm-ink);
    font-size: 29px;
    font-weight: 700;
    text-transform: none;
}
.sharikclub-modern .products_list.grid > .product,
.sharikclub-modern .products_list.slider .product {
    border-color: transparent;
    background: transparent;
}
.sharikclub-modern .products_list .product > .in {
    overflow: hidden;
    height: 100%;
    padding: 12px 12px 16px;
    border: 1px solid var(--scm-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(12,100,77,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.sharikclub-modern .products_list .product > .in:hover { transform: translateY(-4px); box-shadow: var(--scm-shadow); }
.sharikclub-modern .products_list .product .image_wrap { border-radius: 13px; background: #f8faf8; }
.sharikclub-modern .products_list .product_name a { color: var(--scm-ink); font-weight: 600; }
.sharikclub-modern .products_list .price { color: var(--scm-emerald); font-size: 19px; font-weight: 700; }
.sharikclub-modern .btn-primary,
.sharikclub-modern .products_list .btn_add2cart {
    border-color: var(--scm-emerald) !important;
    border-radius: 11px;
    background: var(--scm-emerald) !important;
    color: #fff !important;
    box-shadow: none;
}
.sharikclub-modern .btn-primary:hover { border-color: var(--scm-emerald-dark) !important; background: var(--scm-emerald-dark) !important; }

/* Steps and contacts */
.sharikclub-modern .scm-order {
    padding: 38px;
    border-radius: 24px;
    background: var(--scm-mint);
}
.sharikclub-modern .scm-order-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sharikclub-modern .scm-order-grid > div { position: relative; display: flex; flex-direction: column; padding-top: 17px; border-top: 1px solid #bdd7c7; }
.sharikclub-modern .scm-order-grid b { margin-bottom: 18px; color: var(--scm-gold); font-size: 24px; }
.sharikclub-modern .scm-order-grid strong { margin-bottom: 7px; color: var(--scm-ink); font-size: 15px; }
.sharikclub-modern .scm-order-grid span { color: var(--scm-muted); font-size: 13px; line-height: 1.6; }
.sharikclub-modern .scm-contact {
    display: grid;
    grid-template-columns: 1.55fr .75fr;
    gap: 22px;
    padding: 40px;
    border-radius: 24px;
    background: var(--scm-emerald-dark);
    color: #fff;
    box-shadow: var(--scm-shadow);
}
.sharikclub-modern .scm-contact .scm-kicker { color: #afd8be; }
.sharikclub-modern .scm-contact h2 { color: #fff; }
.sharikclub-modern .scm-contact-main > p { max-width: 680px; margin: 15px 0 24px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.65; }
.sharikclub-modern .scm-contact-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.sharikclub-modern .scm-contact-actions a { color: #fff; }
.sharikclub-modern .scm-contact-phone { font-size: 20px; font-weight: 700; }
.sharikclub-modern .scm-contact-phone .fa { margin-right: 8px; }
.sharikclub-modern .scm-contact-email { border-bottom: 1px solid rgba(255,255,255,.38); }
.sharikclub-modern .scm-contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 18px;
    background: rgba(255,255,255,.08);
}
.sharikclub-modern .scm-contact-card > .fa { margin-bottom: 16px; color: var(--scm-peach); font-size: 30px; }
.sharikclub-modern .scm-contact-card strong { margin-bottom: 8px; font-size: 16px; }
.sharikclub-modern .scm-contact-card span { margin-bottom: 15px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.sharikclub-modern .scm-contact-card a { color: #fff; font-weight: 600; }

/* Footer */
.sharikclub-modern #footer { border-top: 0; background: #f4f8f5; }
.sharikclub-modern #footer .footer_top { border-top: 1px solid var(--scm-line); }
.sharikclub-modern #f_up { background: var(--scm-emerald); }

@media (max-width: 991px) {
    .sharikclub-modern #header > .row { flex-wrap: wrap; }
    .sharikclub-modern #header .h_logo { width: 33.333%; }
    .sharikclub-modern #header .h_contacts { width: 33.333%; margin-left: auto; }
    .sharikclub-modern #header .h_cart { width: 33.333%; }
    .sharikclub-modern .scm-pick-grid { grid-template-columns: repeat(2, 1fr); }
    .sharikclub-modern .scm-order-grid { grid-template-columns: repeat(2, 1fr); }
    .sharikclub-modern .scm-contact { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .sharikclub-modern .scm-header-note { justify-content: center; text-align: center; }
    .sharikclub-modern .scm-header-note span:last-child { display: none; }
    .sharikclub-modern #header > .row { padding: 12px 0; }
    .sharikclub-modern #header .h_logo { width: 52%; }
    .sharikclub-modern #header .h_contacts { width: 48%; }
    .sharikclub-modern #header .h_contacts .phone,
    .sharikclub-modern #header .h_contacts .phone a { font-size: 14px; }
    .sharikclub-modern #header .h_logo img { max-height: 50px; }
    .sharikclub-modern .menubars { padding-left: 15px; padding-right: 15px; }
    .sharikclub-modern .h_menu1,
    .sharikclub-modern .h_menu2 { border-radius: 12px; }
    .sharikclub-modern .h_menu2 .menu_header { color: #fff; }
    .sharikclub-modern .scm-hero { width: calc(100% - 20px); margin-top: 14px; border-radius: 15px; }
    .sharikclub-modern .scm-hero-track { aspect-ratio: 2055 / 765; }
    .sharikclub-modern .scm-hero-arrow { width: 34px; height: 34px; margin-top: -17px; font-size: 21px; line-height: 32px; }
    .sharikclub-modern .scm-hero-prev { left: 8px; }
    .sharikclub-modern .scm-hero-next { right: 8px; }
    .sharikclub-modern .scm-hero-dots { bottom: 7px; }
    .sharikclub-modern .page_wrapper { padding-top: 20px; }
    .sharikclub-modern .home_services { padding: 18px; }
    .sharikclub-modern .home_services .item { margin-bottom: 15px; }
    .sharikclub-modern .home_services .item:last-child { margin-bottom: 0; }
    .sharikclub-modern .scm-pick,
    .sharikclub-modern .scm-order,
    .sharikclub-modern .scm-contact { margin: 36px 0; }
    .sharikclub-modern .scm-section-heading { align-items: flex-start; flex-direction: column; }
    .sharikclub-modern .scm-pick-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .sharikclub-modern .scm-pick-grid > a { min-height: 145px; padding: 16px; }
    .sharikclub-modern .scm-pick-grid span { margin-bottom: 12px; font-size: 25px; }
    .sharikclub-modern .scm-order { padding: 25px 20px; }
    .sharikclub-modern .scm-order-grid { grid-template-columns: 1fr; gap: 17px; }
    .sharikclub-modern .scm-order-grid b { margin-bottom: 8px; }
    .sharikclub-modern .scm-contact { padding: 27px 21px; }
    .sharikclub-modern .scm-contact-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 440px) {
    .sharikclub-modern .scm-pick-grid { grid-template-columns: 1fr; }
    .sharikclub-modern .scm-pick-grid > a { min-height: 128px; }
    .sharikclub-modern .scm-hero-arrow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .sharikclub-modern *,
    .sharikclub-modern *:before,
    .sharikclub-modern *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
