:root {
    --accent: #fac211;
    --white: #ffffff;
    --dark: #1f1f1f;
    --light: #f5f5f5;
    --black: #000000;
    --nav-btn-h: 44px;
    --radius: 14px;
    --shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
    --transition: all 0.28s ease;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
}

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

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.section {
    padding: 70px 0;
}

#category-products {
    scroll-margin-top: 110px;
}

.section-light {
    background: var(--light);
}

.section-accent {
    background: linear-gradient(180deg, #fff5d0, #ffffff);
}

.best-offers-section {
    position: relative;
    background: linear-gradient(165deg, #fff8dc 0%, #fff3b8 22%, #ffe89f 38%, #ffffff 85%);
    overflow: hidden;
}

.best-offers-section::before {
    content: '';
    position: absolute;
    top: -90px;
    right: -90px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(250, 194, 17, 0.35), rgba(250, 194, 17, 0));
}

.best-offers-section::after {
    content: '';
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(235, 95, 78, 0.25), rgba(235, 95, 78, 0));
}

.section-head-offers {
    position: relative;
    z-index: 2;
}

.offer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: #e25f00;
    margin-bottom: 8px;
}

.offer-kicker::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #eb5f4e;
    box-shadow: 0 0 0 4px rgba(235, 95, 78, 0.2);
}

.section-head-offers h2 {
    background: linear-gradient(140deg, #1f1f1f, #f06a00 45%, #f0a100 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-head-offers p {
    margin-top: 8px;
    color: #4e4e4e;
}

.offer-link {
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(145deg, #ffffff, #fff2c8);
    border: 1px solid #f1d887;
    font-weight: 700;
    font-size: 0.88rem;
    color: #272727;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.11);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.offer-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
}

.best-sellers-section {
    position: relative;
    background: linear-gradient(160deg, #f6f8ff 0%, #eef2ff 30%, #ffffff 82%);
}

.section-head-sellers h2 {
    background: linear-gradient(140deg, #111827, #2a4cb2 50%, #5c2ccf 92%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-head-sellers p {
    margin-top: 8px;
    color: #4f5562;
}

.seller-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: #4252a0;
    margin-bottom: 8px;
}

.seller-kicker::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #5b44cc;
    box-shadow: 0 0 0 4px rgba(91, 68, 204, 0.18);
}

.seller-link {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #cfd9ff;
    background: linear-gradient(145deg, #ffffff, #eef2ff);
    color: #1b2e7a;
    font-weight: 700;
    font-size: 0.88rem;
    box-shadow: 0 10px 20px rgba(47, 74, 167, 0.16);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.seller-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 24px rgba(47, 74, 167, 0.22);
}

.section-head.section-head-categories {
    align-items: center;
}

.category-head-box {
    display: flex;
    flex-direction: column;
}

.category-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 0.74rem;
    letter-spacing: 0.13em;
    font-weight: 800;
    color: #ef4f08;
    margin-bottom: 8px;
}

.category-kicker::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f07b5b;
    box-shadow: 0 0 0 4px rgba(240, 123, 91, 0.2);
}

.category-main-link {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #dadada;
    background: linear-gradient(145deg, #ffffff, #f2f2f2);
    color: #1f1f1f;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.category-main-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 22px rgba(0, 0, 0, 0.16);
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 28px;
}

.section-head h1,
.section-head h2,
h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--black);
}

.section-head p {
    margin: 0;
    color: #4d4d4d;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(232, 232, 232, 0.85);
    backdrop-filter: blur(12px) saturate(140%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.site-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(250, 194, 17, 0.9), transparent);
}

.header-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        'logo actions'
        'nav nav';
    align-items: center;
    gap: 10px 18px;
    min-height: 88px;
    padding: 10px 0 12px;
    perspective: 1000px;
}

.logo {
    grid-area: logo;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 6px 8px;
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.logo:hover {
    transform: translateY(-2px);
    background: rgba(250, 194, 17, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffd34a, #f6b800);
    color: var(--black);
    font-weight: 800;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 8px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.logo:hover .logo-mark {
    transform: translateY(-1px) rotateX(12deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 12px 20px rgba(0, 0, 0, 0.18);
}

.logo strong {
    display: block;
    font-size: 1.08rem;
    line-height: 1.15;
}

.logo small {
    color: #707070;
    font-size: 0.74rem;
}

.main-nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    margin: 0;
    width: 100%;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(237, 237, 237, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 24px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
}

.main-nav a {
    font-weight: 600;
    font-size: 0.92rem;
    color: #2f2f2f;
    transition: var(--transition);
    position: relative;
    padding: 8px 12px;
    border-radius: 999px;
    transform-style: preserve-3d;
    white-space: nowrap;
}

.main-nav a::before {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 5px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.main-nav a:hover,
.main-nav a.is-active {
    color: var(--black);
    background: rgba(250, 194, 17, 0.14);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) rotateX(8deg);
}

.main-nav a:hover::before,
.main-nav a.is-active::before {
    opacity: 1;
}

.main-nav a.is-active::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 3px;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
}

.header-actions {
    grid-area: actions;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.header-actions a {
    height: var(--nav-btn-h);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-sizing: border-box;
}

.search-btn {
    width: var(--nav-btn-h);
    height: var(--nav-btn-h);
    min-width: var(--nav-btn-h);
    padding: 0;
    border-radius: 999px;
    border: 1px solid #dbdbdb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #2a2a2a;
    background: linear-gradient(145deg, #ffffff, #f1f1f1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.search-btn:hover {
    transform: translateY(-2px) rotateX(10deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.header-cta {
    background: linear-gradient(145deg, #ffd34a, #f8bf06);
    color: #111;
    min-width: 124px;
    padding: 0 16px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.83rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(250, 194, 17, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.header-cta:hover {
    transform: translateY(-2px) rotateX(10deg);
    box-shadow: 0 16px 24px rgba(250, 194, 17, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    filter: brightness(1.03);
}

.quick-link {
    background: linear-gradient(145deg, #ffffff, #f1f1f1);
    color: #111 !important;
    min-width: 118px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.quick-link:hover,
.quick-link.is-active {
    transform: translateY(-2px) rotateX(6deg);
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.14);
}

.quick-link span {
    display: inline-flex;
    min-width: 22px;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    background: #222;
    color: #fff;
    border-radius: 999px;
    font-size: 0.74rem;
}

.cart-link {
    background: linear-gradient(145deg, #262626, #121212);
    color: var(--white) !important;
    min-width: 124px;
    padding: 0 14px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.09);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.cart-link:hover {
    transform: translateY(-2px) rotateX(8deg);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.cart-link span {
    display: inline-flex;
    min-width: 24px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: var(--black);
    border-radius: 999px;
    font-size: 0.84rem;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #dddddd;
    background: linear-gradient(145deg, #ffffff, #f3f3f3);
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.nav-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.12);
}

.nav-toggle span {
    width: 22px;
    height: 3px;
    border-radius: 99px;
    background: var(--black);
}

.hero-slider-section {
    padding: 20px 0 34px;
    background: #ffffff;
}

.hero-slider {
    position: relative;
    background: #ffffff;
    border: 1px solid #ededed;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.09);
    height: 560px;
}

.hero-track {
    position: relative;
    height: 100%;
}

.hero-slide {
    display: none;
    grid-template-columns: 1.08fr 1fr;
    height: 100%;
    background: #ffffff;
}

.hero-slide.is-active {
    display: grid;
}

.hero-left {
    position: relative;
    padding: 95px 72px 84px;
    background: #ffffff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-left::before {
    content: none;
}

.hero-left::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--accent), #ffdf75);
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #4b4f55;
    margin-bottom: 12px;
}

.hero-tag::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: var(--accent);
}

.hero-slide h1 {
    font-size: clamp(2rem, 3.8vw, 3.35rem);
    line-height: 1.08;
    margin-bottom: 14px;
    max-width: 530px;
    color: #111316;
}

.hero-slide p {
    color: #4e5359;
    font-size: 1rem;
    margin-bottom: 24px;
    max-width: 470px;
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-actions .btn {
    border-radius: 12px;
    transform-style: preserve-3d;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-actions .btn-primary {
    background: linear-gradient(145deg, #ffd34d, #f5bc00);
}

.hero-actions .btn-light {
    background: linear-gradient(145deg, #ffffff, #f2f2f2);
}

.hero-actions .btn:hover {
    transform: translateY(-2px) rotateX(10deg);
    box-shadow: 0 18px 24px rgba(0, 0, 0, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-right {
    position: relative;
    overflow: hidden;
    background: #f7f8fa;
    height: 100%;
}

.hero-photo-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 16%);
    background: #dce1e8;
}

.hero-photo-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 22px;
    background: var(--accent);
    z-index: 2;
}

.hero-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    background: rgba(31, 31, 31, 0.88);
    color: #fff;
    font-size: 1.85rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
}

.hero-arrow-prev {
    left: 12px;
}

.hero-arrow-next {
    right: 12px;
}

.hero-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 4;
}

.hero-dots button {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 0;
    background: rgba(31, 31, 31, 0.22);
    cursor: pointer;
}

.hero-dots button.is-active {
    background: var(--accent);
}

.btn {
    border: 0;
    padding: 11px 18px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--accent);
    color: var(--black);
}

.btn-light {
    background: #f2f2f2;
    color: var(--black);
}

.btn-dark {
    background: var(--dark);
    color: var(--white);
}

.btn-outline {
    border: 1px solid #dadada;
    background: transparent;
    color: var(--black);
}

.btn-block {
    width: 100%;
}

.category-grid,
.product-grid,
.blog-grid,
.info-grid,
.trust-boxes {
    display: grid;
    gap: 18px;
}

.categories-showcase {
    background: linear-gradient(180deg, #f1f1f1 0%, #fafafa 32%, #ffffff 100%);
}

.categories-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.categories-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.categories-stat {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fff;
    padding: 10px 12px;
    min-width: 140px;
}

.categories-stat strong {
    display: block;
    font-size: 1rem;
    color: #232323;
}

.categories-stat span {
    color: #636363;
    font-size: 0.8rem;
}

.category-shortcuts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.category-shortcuts a {
    border: 1px solid #e4e4e4;
    border-radius: 999px;
    background: #fff;
    padding: 6px 11px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #2c2c2c;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.category-shortcuts a:hover {
    background: #fac211;
    border-color: #fac211;
    color: #000;
}

.category-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
    perspective: 1200px;
}

.category-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 16px 14px 12px;
    min-height: 272px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    transform-style: preserve-3d;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #af6f2b, #fac211);
}

.category-card::after {
    content: '';
    position: absolute;
    right: -48px;
    top: -48px;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(250, 194, 17, 0.28), rgba(250, 194, 17, 0));
    pointer-events: none;
}

.category-icon-wrap {
    width: 82px;
    height: 82px;
    margin-bottom: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.category-icon-svg {
    width: 56px;
    height: 56px;
    filter: none;
    transition: transform 0.28s ease;
}

.category-meta {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.category-count {
    font-size: 0.8rem;
    font-weight: 700;
    color: #363636;
    padding: 6px 11px;
    border-radius: 999px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
}

.category-card:hover {
    border-color: #edc66d;
    transform: translateY(-10px) rotateX(7deg) rotateY(-5deg);
    box-shadow: 0 26px 32px rgba(0, 0, 0, 0.16);
}

.category-card:hover .category-icon-svg {
    transform: translateY(-3px) scale(1.04);
}

.category-card h3 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.25;
    color: #8f4f1a;
}

.category-card p {
    color: #555;
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-link {
    margin-top: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    font-size: 0.84rem;
    font-weight: 700;
    color: #1f1f1f;
    text-align: center;
    opacity: 1;
    transform: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.category-card:hover .category-link {
    background: linear-gradient(90deg, #975628, #fac211);
    color: #ffffff;
    border-color: transparent;
}

.category-meter {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.category-meter span {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #bdbdbd;
}

.category-meter span.is-active {
    background: linear-gradient(145deg, #a1612f, #fac211);
    box-shadow: 0 5px 10px rgba(250, 194, 17, 0.34);
}

.product-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: stretch;
    grid-auto-rows: 1fr;
}

.compact-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 280px));
    justify-content: flex-start;
    align-items: start;
}

.compact-grid .product-card {
    min-height: 390px;
    width: 100%;
}

.compact-grid .offer-badges {
    left: 10px;
    top: 10px;
    gap: 5px;
}

.compact-grid .offer-badge {
    min-height: 26px;
    padding: 4px 10px;
    font-size: 0.8rem;
}

.compact-grid .product-image-wrap {
    margin: 14px 14px 0;
    padding: 12px;
    aspect-ratio: 4 / 3;
}

.compact-grid .product-content {
    padding: 12px 14px 14px;
    gap: 8px;
}

.compact-grid .product-content small {
    font-size: 0.78rem;
}

.compact-grid .product-content h3 {
    font-size: 0.98rem;
    min-height: 2.5em;
}

.compact-grid .product-content p {
    font-size: 0.9rem;
    min-height: 2.7em;
}

.compact-grid .price-row strong,
.compact-grid .offer-price-row strong,
.compact-grid .product-card .price-row strong {
    font-size: 1.55rem;
}

.compact-grid .price-row span,
.compact-grid .offer-price-row span,
.compact-grid .product-card .price-row span {
    font-size: 0.92rem;
}

.compact-grid .offer-extra {
    font-size: 0.84rem !important;
}

.compact-grid .chip-btn {
    font-size: 0.72rem;
    padding: 5px 10px;
}

.compact-grid .btn {
    padding: 9px 12px;
    font-size: 0.88rem;
}

.compact-grid .support-link {
    font-size: 0.78rem;
}

.wishlist-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 300px));
    justify-content: flex-start;
}

.product-card {
    position: relative;
    border: 1px solid #f0d58a;
    border-radius: 18px;
    background: linear-gradient(165deg, #ffffff 0%, #fff8e3 58%, #ffffff 100%);
    box-shadow: 0 14px 28px rgba(235, 155, 42, 0.18);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    min-height: 450px;
    height: 100%;
}

.product-card::before {
    content: '';
    position: absolute;
    right: -22px;
    top: -22px;
    width: 90px;
    height: 90px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(235, 95, 78, 0.25), rgba(235, 95, 78, 0));
    pointer-events: none;
}

.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 34px rgba(235, 155, 42, 0.28);
}

.offers-grid {
    position: relative;
    z-index: 2;
}

.offer-badges {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 3;
    display: flex;
    gap: 6px;
}

.offer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.offer-badge.hot {
    color: #ffffff;
    background: linear-gradient(145deg, #f25f5c, #d8403c);
}

.offer-badge.discount {
    color: #151515;
    background: linear-gradient(145deg, #ffe07a, #fac211);
}

.offer-price-row strong {
    color: #111111;
    font-size: 2rem;
    letter-spacing: -0.01em;
}

.offer-price-row span {
    color: #8f8f8f;
}

.offer-extra {
    margin-top: 2px;
    font-size: 0.92rem !important;
    color: #6a6a6a !important;
    line-height: 1.4;
}

.card-mini-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.product-page-actions {
    margin-bottom: 12px;
}

.chip-btn {
    border: 1px solid #dedede;
    border-radius: 999px;
    background: #fff;
    color: #1f1f1f;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.chip-btn:hover {
    transform: translateY(-1px);
    border-color: #cfcfcf;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.chip-btn-danger {
    border-color: #efc3c3;
    color: #8f2626;
    background: #fff5f5;
}

.chip-link {
    text-decoration: none;
}

.support-link {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #125f3a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sellers-grid {
    position: relative;
    z-index: 2;
}

.sellers-slider {
    position: relative;
}

.sellers-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 54px) / 4);
    gap: 18px;
    align-items: stretch;
    overflow-x: auto;
    padding: 4px 2px 10px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sellers-slider-track::-webkit-scrollbar {
    display: none;
}

.sellers-slider-track .seller-card {
    scroll-snap-align: start;
}

.seller-arrow {
    position: absolute;
    top: calc(50% - 22px);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #d4ddff;
    background: #fff;
    color: #253b9d;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(47, 74, 167, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    z-index: 5;
}

.seller-arrow:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(47, 74, 167, 0.25);
}

.seller-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.seller-arrow-prev {
    left: -18px;
}

.seller-arrow-next {
    right: -18px;
}

.sellers-slider.is-static .seller-arrow {
    display: none;
}

.product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    margin: 18px 18px 0;
    padding: 16px;
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-content {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

.product-content small {
    color: #666;
    font-weight: 600;
    font-size: 0.84rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-content h3 {
    font-size: 1.08rem;
    line-height: 1.35;
    margin: 0;
    min-height: 2.7em;
}

.product-content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-content p {
    margin: 0;
    color: #595959;
    font-size: 0.96rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.9em;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    flex-wrap: wrap;
}

.price-row strong {
    color: var(--black);
    font-size: 1.03rem;
}

.price-row span {
    color: #888;
    text-decoration: line-through;
    font-size: 0.87rem;
}

.product-card .price-row strong {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
}

.product-card .price-row span {
    font-size: 1.03rem;
}

.price-row.lg strong {
    font-size: 1.42rem;
}

.product-content p.offer-extra {
    -webkit-line-clamp: 1;
    min-height: 1.4em;
}

.product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

.inline-form {
    margin: 0;
}

.about-split,
.contact-grid,
.checkout-grid,
.product-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.trust-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-box {
    border: 1px solid #ececec;
    border-left: 5px solid var(--accent);
    border-radius: 12px;
    padding: 18px;
    background: #fffdf3;
}

.trust-box strong {
    display: block;
    margin-bottom: 6px;
}

.flash {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 12px 14px;
    font-weight: 600;
}

.flash-success {
    background: #ecf9ec;
    color: #1e6b2b;
}

.flash-error {
    background: #fdeeee;
    color: #8f1e1e;
}

.filter-bar {
    border: 1px solid #ececec;
    border-radius: 14px;
    background: var(--light);
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.filter-bar label {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    gap: 5px;
    font-weight: 600;
}

.filter-checks {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.filter-checks label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 0.86rem;
}

.filter-checks input[type='checkbox'] {
    width: 16px;
    height: 16px;
}

.filter-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-pagination {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-pagination a {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.product-pagination a.is-active {
    background: var(--accent);
    border-color: #e1ae00;
}

input,
select,
textarea {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 11px;
    font-family: inherit;
    font-size: 0.95rem;
    width: 100%;
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px solid #ffe085;
    border-color: var(--accent);
}

.empty-state {
    border: 1px dashed #d8d8d8;
    border-radius: 14px;
    padding: 30px;
    text-align: center;
}

.product-detail-grid h1 {
    margin-bottom: 10px;
}

.product-gallery {
    border: 1px solid #ececec;
    background: #fafafa;
    border-radius: 14px;
    padding: 12px;
}

.breadcrumb {
    display: inline-flex;
    background: #f7f7f7;
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.product-desc {
    color: #444;
}

.meta-list {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.buy-box {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 16px;
    display: grid;
    gap: 12px;
    margin-bottom: 10px;
}

.buy-actions {
    display: flex;
    gap: 10px;
}

.quick-buy-form {
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.certificate-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.certificate-tags span {
    background: #f0f0f0;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.82rem;
}

.product-extra-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

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

.certificate-doc-list a {
    color: #1f1f1f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tier-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.tier-table th,
.tier-table td {
    border-bottom: 1px solid #ececec;
    padding: 8px 6px;
    text-align: left;
    font-size: 0.88rem;
}

.tier-table th {
    color: #5d5d5d;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.faq-section {
    padding-top: 46px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    padding: 12px 14px;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 700;
}

.faq-item p {
    margin: 10px 0 2px;
    color: #444;
}

.cart-table-wrap {
    overflow-x: auto;
    border: 1px solid #ececec;
    border-radius: 12px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.cart-table th,
.cart-table td {
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #efefef;
}

.cart-table th {
    background: var(--light);
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 10px;
}

.remove-link {
    color: #c02f2f;
    font-weight: 600;
}

.remove-link-btn {
    border: 0;
    background: transparent;
    color: #c02f2f;
    cursor: pointer;
    font-weight: 700;
    padding: 0;
}

.remove-link-btn:hover {
    text-decoration: underline;
}

.cart-summary {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.line-through {
    text-decoration: line-through;
    color: #8a8a8a;
}

.compare-toolbar {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.compare-table-wrap {
    overflow-x: auto;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.compare-table th,
.compare-table td {
    border-bottom: 1px solid #efefef;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.compare-table th {
    background: #f8f8f8;
    width: 170px;
    font-size: 0.88rem;
}

.compare-product-head {
    display: grid;
    gap: 8px;
}

.compare-product-head img {
    width: 100%;
    max-width: 170px;
    height: 130px;
    object-fit: contain;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 8px;
}

.compare-product-head strong {
    line-height: 1.35;
}

.compare-actions {
    display: grid;
    gap: 8px;
}

.summary-box {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 18px;
    width: min(380px, 100%);
    background: #fff;
}

.summary-box.sticky {
    position: sticky;
    top: 110px;
}

.summary-box p {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
}

.checkout-form {
    display: grid;
    gap: 12px;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 18px;
}

.company-only-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.quick-order-text {
    font-size: 0.92rem;
    margin: 6px 0 12px;
}

.quick-order-text a {
    color: #1f1f1f;
    font-weight: 700;
}

.compact-form {
    margin-top: 12px;
}

.checkout-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.checkout-items li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.92rem;
}

.success-panel,
.error-list {
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

.success-panel {
    background: #ecf9ec;
    border: 1px solid #b2deb4;
}

.success-panel.compact {
    margin-bottom: 0;
}

.error-list {
    background: #fdeeee;
    border: 1px solid #f6c3c3;
}

.error-list p {
    margin: 0 0 6px;
}

.error-list p:last-child {
    margin-bottom: 0;
}

.content-narrow {
    max-width: 860px;
}

.check-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.auth-grid {
    align-items: flex-start;
}

.checkout-auth-note p {
    margin: 0;
}

.account-stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    margin-bottom: 18px;
}

.account-stat-card {
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #fff8df 100%);
}

.account-stat-card strong {
    display: block;
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 4px;
}

.account-stat-card span {
    color: #5f5f5f;
    font-size: 0.84rem;
    font-weight: 600;
}

.account-loyalty-grid {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.account-loyalty-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(145deg, #0b1220 0%, #111827 45%, #1f2937 100%);
    color: #fff;
    padding: 14px 18px;
    height: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.36);
}

.account-loyalty-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    top: -120px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 200, 74, 0.4) 0%, rgba(255, 200, 74, 0) 70%);
    pointer-events: none;
}

.account-loyalty-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    border-top: 1px dashed rgba(255, 255, 255, 0.22);
    pointer-events: none;
}

.account-loyalty-card.is-passive {
    border-color: rgba(173, 173, 173, 0.45);
    background: linear-gradient(145deg, #3e3e3e 0%, #575757 100%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.account-loyalty-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.account-loyalty-card small {
    display: block;
    margin-bottom: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.account-loyalty-brand {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.96);
}

.account-loyalty-chip {
    position: relative;
    width: 38px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e6e7eb 0%, #b5bac4 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.account-loyalty-chip::before,
.account-loyalty-chip::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.account-loyalty-chip::before {
    left: 7px;
    background: rgba(255, 255, 255, 0.58);
}

.account-loyalty-chip::after {
    left: 16px;
    background: rgba(255, 255, 255, 0.38);
}

.account-loyalty-card h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 1.08rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    letter-spacing: 0.16em;
    color: #ffe6a0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}

.account-loyalty-holder {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.account-loyalty-points {
    position: relative;
    z-index: 1;
    margin-top: auto;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.account-loyalty-points strong {
    font-size: 1.45rem;
    line-height: 1.05;
}

.account-loyalty-points span {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}

.account-loyalty-meta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.88);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 9px;
}

.account-loyalty-meta strong {
    color: #ffffff;
}

.account-loyalty-summary {
    margin: 0;
}

.account-loyalty-summary p {
    margin: 8px 0;
}

.account-layout {
    display: grid;
    grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.account-orders-panel,
.account-detail-panel {
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    padding: 16px;
}

.account-orders-panel h2,
.account-detail-panel h2 {
    margin-bottom: 12px;
}

.account-order-list {
    display: grid;
    gap: 10px;
}

.account-order-card {
    display: grid;
    gap: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.account-order-card:hover {
    transform: translateY(-1px);
    border-color: #dedede;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.account-order-card.is-active {
    border-color: #f3c63a;
    background: #fff9e8;
}

.account-order-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.account-order-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: #545454;
    font-size: 0.88rem;
}

.order-status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.order-status-warning {
    background: #fff3cc;
    color: #7a5600;
}

.order-status-info {
    background: #e8f2ff;
    color: #214a8f;
}

.order-status-success {
    background: #e9f8eb;
    color: #1d7a35;
}

.order-status-danger {
    background: #fdebec;
    color: #9b2c2c;
}

.order-status-default {
    background: #f3f3f3;
    color: #4f4f4f;
}

.account-order-summary {
    width: 100%;
}

.account-items-wrap {
    margin-top: 12px;
}

.account-items-table {
    min-width: 620px;
}

.account-timeline {
    margin-top: 12px;
    width: 100%;
}

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

.order-timeline li {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fbfbfb;
}

.order-timeline-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
}

.order-timeline p {
    margin: 6px 0 0;
    color: #565656;
    font-size: 0.9rem;
}

.account-loyalty-history {
    margin-top: 12px;
}

.account-loyalty-delta {
    font-weight: 700;
}

.account-loyalty-delta.is-positive {
    color: #1d7a35;
}

.account-loyalty-delta.is-negative {
    color: #9b2c2c;
}

.store-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin-bottom: 24px;
}

.info-card {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
}

.info-card h3 {
    margin-bottom: 8px;
}

.about-hero {
    align-items: stretch;
}

.about-hero-main,
.about-hero-side {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
}

.about-hero-main {
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.07);
}

.about-lead {
    margin-top: 12px;
    margin-bottom: 0;
    color: #4c4c4c;
    font-size: 1.02rem;
}

.about-points {
    margin-top: 16px;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.about-hero-side h2 {
    font-size: 1.15rem;
}

.about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-stat-card {
    text-align: center;
    padding: 16px 12px;
}

.about-stat-card strong {
    display: block;
    font-size: 1.48rem;
    line-height: 1.1;
    margin-bottom: 4px;
}

.about-stat-card span {
    color: #616161;
    font-size: 0.84rem;
    font-weight: 600;
}

.about-side-note {
    margin: 12px 0 0;
    color: #525252;
    font-size: 0.92rem;
}

.about-values-grid,
.about-process-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.about-value-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.about-value-card p {
    margin: 0;
    color: #505050;
}

.about-step-card {
    position: relative;
    padding-top: 44px;
}

.about-step-number {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-step-card p {
    margin: 0;
    color: #545454;
}

.about-trust-grid {
    margin-top: 20px;
}

.about-trust-grid .trust-box p {
    margin: 0 0 12px;
}

.about-cta {
    border: 1px solid #f0dd9e;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 14px 24px rgba(212, 159, 20, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.about-cta p {
    margin: 8px 0 0;
    color: #4f4f4f;
}

.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.blog-card {
    border: 1px solid #ececec;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: var(--transition);
}

.blog-card > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0;
}

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

.blog-content {
    padding: 14px;
}

.blog-content h2 {
    font-size: 1.08rem;
    margin: 8px 0;
}

.blog-content p {
    margin-top: 0;
    color: #555;
}

.text-link {
    color: #000;
    font-weight: 700;
}

.article img {
    margin-bottom: 14px;
}

.article .lead {
    font-size: 1.08rem;
    color: #444;
}

.article-body {
    color: #333;
}

.site-footer {
    background: #141414;
    color: #ddd;
    margin-top: 30px;
    padding-top: 42px;
}

.footer-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

.site-footer h3,
.site-footer h4 {
    color: #fff;
    margin-bottom: 10px;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.badge-list li {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    display: inline-flex;
    width: fit-content;
    padding: 5px 11px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 26px;
    padding: 16px 0;
}

.footer-admin-link {
    margin-left: 12px;
    color: #fac211;
    font-weight: 600;
}

.footer-admin-link:hover {
    text-decoration: underline;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(145deg, #25d366, #16b254);
    color: #fff;
    font-weight: 800;
    font-size: 0.86rem;
    box-shadow: 0 12px 22px rgba(9, 128, 57, 0.35);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 26px rgba(9, 128, 57, 0.42);
}

.reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .main-nav {
        gap: 14px;
        margin-right: 0;
    }

    .main-nav a {
        font-size: 0.86rem;
    }

    .header-actions {
        gap: 6px;
    }

    .quick-link {
        min-width: 106px;
        padding: 0 10px;
        font-size: 0.75rem;
    }

    .header-cta {
        padding: 0 13px;
        font-size: 0.75rem;
    }

    .hero-slider {
        height: 520px;
    }

    .hero-left {
        padding: 80px 54px 68px;
    }

    .filter-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .sellers-slider-track {
        grid-auto-columns: calc((100% - 36px) / 3);
    }
}

@media (max-width: 860px) {
    .hero-slider {
        height: auto;
    }

    .hero-slide,
    .about-split,
    .contact-grid,
    .checkout-grid,
    .product-detail-grid,
    .product-extra-grid {
        grid-template-columns: 1fr;
    }

    .hero-slide {
        height: auto;
    }

    .hero-left {
        padding: 58px 30px 64px;
    }

    .hero-left::before {
        display: none;
    }

    .hero-right {
        min-height: 320px;
        height: 320px;
    }

    .hero-photo-wrap {
        clip-path: none;
    }

    .categories-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .category-shortcuts {
        justify-content: flex-start;
    }

    .category-card {
        min-height: 252px;
    }

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

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

    .summary-box.sticky {
        position: static;
    }

    .filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-only-fields {
        grid-template-columns: 1fr;
    }

    .sellers-slider-track {
        grid-auto-columns: calc((100% - 18px) / 2);
    }

    .seller-arrow-prev {
        left: -10px;
    }

    .seller-arrow-next {
        right: -10px;
    }

    .account-layout {
        grid-template-columns: 1fr;
    }

    .account-loyalty-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-main,
    .about-hero-side {
        padding: 20px;
    }

    .about-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 760px) {
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-height: 74px;
        padding: 10px 0;
    }

    .logo {
        max-width: calc(100% - 176px);
    }

    .nav-toggle {
        display: inline-flex;
        margin-left: 0;
    }

    .main-nav {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #e8e8e8;
        padding: 12px 4%;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin: 0;
        z-index: 30;
        border-radius: 0;
        box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
        backdrop-filter: none;
    }

    .main-nav a {
        width: 100%;
        padding: 10px 12px;
        transform: none;
    }

    .main-nav a:hover,
    .main-nav a.is-active {
        transform: none;
        box-shadow: none;
    }

    .main-nav.is-open {
        display: flex;
    }

    .header-actions {
        margin-left: 0;
    }

    .header-actions .search-btn,
    .header-actions .header-cta,
    .header-actions .quick-link {
        display: none;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .account-orders-panel,
    .account-detail-panel {
        padding: 14px;
    }

    .account-order-head,
    .account-order-meta {
        flex-wrap: wrap;
    }

    .account-loyalty-meta {
        grid-template-columns: 1fr;
    }

    .about-hero-main,
    .about-hero-side,
    .about-cta {
        padding: 18px;
    }

    .hero-slider-section {
        padding-top: 14px;
    }

    .hero-left h1,
    .hero-slide h1 {
        font-size: 1.9rem;
    }

    .hero-arrow {
        width: 36px;
        height: 36px;
    }

    .hero-arrow-prev {
        left: 8px;
    }

    .hero-arrow-next {
        right: 8px;
    }

    .section-head.section-head-categories {
        align-items: flex-start;
    }

    .categories-stats {
        width: 100%;
    }

    .categories-stat {
        flex: 1 1 140px;
    }

    .section {
        padding: 52px 0;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-summary {
        flex-direction: column;
    }

    .filter-bar {
        grid-template-columns: 1fr;
    }

    .filter-checks {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .sellers-slider-track {
        grid-auto-columns: 100%;
    }

    .seller-arrow {
        display: none;
    }

    .product-card .product-image-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 16px 16px 0;
        padding: 12px;
        min-height: clamp(250px, 72vw, 310px);
    }

    .product-card .product-image-wrap img {
        width: 100%;
        height: clamp(220px, 64vw, 280px);
        object-fit: contain;
        object-position: center;
        border-radius: 10px;
    }

    .product-card {
        min-height: 450px;
    }

    .compact-grid .product-card {
        min-height: 380px;
    }

    .compact-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .compact-grid .product-image-wrap {
        margin: 12px 12px 0;
        padding: 10px;
        min-height: clamp(190px, 56vw, 240px);
    }

    .compact-grid .product-image-wrap img {
        height: clamp(170px, 50vw, 220px);
    }

    .wishlist-grid {
        grid-template-columns: 1fr;
    }

    .whatsapp-float {
        right: 12px;
        bottom: 12px;
        min-width: 102px;
        height: 40px;
        font-size: 0.78rem;
    }
}
