:root {
    --bg: #f5f3ef;
    --panel: #ffffff;
    --panel-soft: #f9f7f3;
    --text: #201a17;
    --muted: #645d5a;
    --line: rgba(32, 26, 23, 0.09);
    --gold: #b99057;
    --gold-deep: #8f6d34;
    --charcoal: #1d1b1a;
    --shadow: 0 18px 42px rgba(27, 20, 17, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

html[lang="ar"] body {
    font-family: 'Noto Sans Arabic', 'Frutiger LT Arabic 55 Roman', sans-serif;
    letter-spacing: 0;
    line-height: 1.75;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] .brand-name {
    font-family: 'Noto Sans Arabic', 'Frutiger LT Arabic 55 Roman', sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button, input, select, textarea {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
    background: rgba(245, 243, 239, 0.82);
    border-bottom: 1px solid var(--line);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    gap: 8px;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    min-width: 0;
    max-width: 220px;
}

.brand-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(32, 26, 23, 0.08);
    box-shadow: 0 8px 18px rgba(27, 20, 17, 0.08);
}

.brand-name {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-family: 'Cormorant Garamond', serif;
}

.brand-wrap small {
    color: var(--muted);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--muted);
    font-weight: 500;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 420px;
}

.main-nav a {
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.main-nav a:hover {
    color: var(--text);
}

.nav-action, .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border-radius: 999px;
    transition: 0.2s ease;
}

.nav-action {
    background: linear-gradient(135deg, #1c1a1a, #352d29);
    color: white;
    padding: 0.8rem 1.2rem;
    font-weight: 600;
    box-shadow: 0 14px 24px rgba(28, 26, 26, 0.18);
}

.nav-action i,
.btn i,
.mini-btn i,
.mobile-bottom-bar i,
.whatsapp-float i,
.trust-grid i {
    font-size: 0.95rem;
}

.nav-action:hover, .btn:hover {
    transform: translateY(-1px);
}

.hero {
    padding: 64px 0 34px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 36px;
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    font-size: 0.72rem;
    color: var(--gold-deep);
    margin-bottom: 16px;
}

.hero-copy h1, .section-heading h2, .order-copy h2 {
    font-family: 'Cormorant Garamond', serif;
    line-height: 0.98;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.hero-copy h1 {
    font-size: clamp(3rem, 5vw, 5rem);
}

.hero-copy p {
    margin: 0 0 26px;
    color: var(--muted);
    font-size: 1.08rem;
    max-width: 620px;
}

.cta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.btn {
    border: none;
    cursor: pointer;
    padding: 0.9rem 1.5rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    color: white;
    box-shadow: 0 16px 28px rgba(143, 109, 52, 0.25);
}

.btn-secondary {
    background: white;
    border: 1px solid var(--line);
    color: var(--text);
}

.hero-stats {
    list-style: none;
    display: flex;
    gap: 26px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.hero-stats li {
    min-width: 120px;
}

.hero-stats strong {
    display: block;
    font-size: 1.65rem;
    line-height: 1.2;
}

.hero-stats span {
    color: var(--muted);
    font-size: 0.85rem;
}

.hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-showcase {
    width: min(520px, 100%);
    height: 540px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 12px solid rgba(255, 255, 255, 0.8);
    background: #ddd;
}

.product-showcase img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(32, 26, 23, 0.04);
}

.floating-card span,
.floating-card small {
    display: block;
    color: var(--muted);
}

.floating-card strong {
    display: block;
    font-size: 1.05rem;
    margin: 6px 0;
}

.card-one {
    left: -6px;
    top: 50px;
}

.card-two {
    right: 12px;
    bottom: 42px;
}

.trust-bar {
    padding: 18px 0 8px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 14px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1rem 1.2rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
}

.trust-grid div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 46px;
    padding: 0.35rem 0.55rem;
}

.catalog,
.featured,
.order-section {
    padding: 90px 0;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-heading h2,
.order-copy h2 {
    font-size: clamp(2.2rem, 4vw, 3.3rem);
    margin-bottom: 0;
}

.section-heading p,
.order-copy p {
    color: var(--muted);
    max-width: 500px;
}

.category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
    width: 100%;
}

.filter-btn {
    border: 1px solid var(--line);
    background: white;
    color: var(--text);
    border-radius: 999px;
    padding: 0.65rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
    white-space: nowrap;
    font-size: 0.8rem;
}

.filter-btn.active {
    background: var(--charcoal);
    color: white;
    border-color: var(--charcoal);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.price-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.old-price {
    text-decoration: line-through;
    color: var(--muted);
    font-size: 0.72rem;
}

.product-discount {
    position: absolute;
    right: 12px;
    top: 12px;
    background: linear-gradient(135deg, #b99057, #8f6d34);
    color: white;
    border-radius: 999px;
    padding: 0.32rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
    z-index: 1;
}

.product-card {
    background: var(--panel);
    border-radius: 22px;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.product-image-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.4rem 0.7rem;
}

.product-body {
    padding: 1.2rem 1.2rem 1.4rem;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    color: var(--muted);
    font-size: 0.85rem;
}

.product-body h3 {
    margin: 12px 0 10px;
    font-size: 1.3rem;
}

.product-body p {
    margin: 0 0 18px;
    color: var(--muted);
    min-height: 72px;
}

.mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border: 1px solid rgba(143, 109, 52, 0.35);
    color: var(--gold-deep);
    background: linear-gradient(135deg, rgba(185, 144, 87, 0.12), rgba(143, 109, 52, 0.06));
    border-radius: 999px;
    padding: 0.75rem 1rem;
    font-weight: 700;
    cursor: pointer;
}

.cart-panel {
    position: fixed;
    right: 20px;
    top: 92px;
    bottom: 20px;
    z-index: 80;
    width: min(420px, calc(100% - 24px));
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(27, 20, 17, 0.12);
    padding: 1.2rem 1.3rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(120%);
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.cart-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

body.modal-open {
    overflow: hidden;
}

.variation-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(32, 26, 23, 0.5);
    backdrop-filter: blur(4px);
}

.variation-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 101;
    width: min(440px, calc(100% - 28px));
    transform: translate(-50%, -50%);
    background: #fffdf9;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.5rem;
    box-shadow: 0 24px 70px rgba(32, 26, 23, 0.25);
}

.variation-modal[hidden],
.variation-backdrop[hidden] {
    display: none;
}

.variation-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--muted);
    background: #fff;
    cursor: pointer;
}

.variation-modal h2 {
    margin: 0.35rem 2rem 0.25rem 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
}

.variation-product-name {
    margin: 0 0 1.2rem;
    color: var(--gold-deep);
    font-weight: 700;
}

.variation-fields {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1.2rem;
}

.cart-variation {
    display: block;
    margin: 0.25rem 0;
    color: var(--gold-deep);
    font-size: 0.76rem;
}

.qty-row,
.checkout-item-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.55rem;
}

.cart-edit-btn,
.cart-delete-btn {
    border: 0;
    padding: 0;
    background: transparent;
    font: inherit;
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
}

.cart-edit-btn {
    color: var(--gold-deep);
}

.cart-delete-btn {
    color: #a52020;
}

.checkout-item-actions form {
    margin: 0;
}

.cart-header {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.cart-header h3 {
    margin: 0;
    font-size: 1.5rem;
}

.cart-close {
    color: var(--muted);
    font-weight: 600;
}

.empty-cart {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem 0 0.5rem;
    text-align: center;
}

.empty-cart p {
    margin: 0 0 16px;
    color: var(--muted);
}

.cart-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
    display: grid;
    gap: 14px;
}

.cart-item {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 12px;
    background: #fff;
}

.cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 14px;
}

.cart-item-info {
    display: grid;
    gap: 6px;
}

.cart-item-info span {
    color: var(--muted);
    font-size: 0.82rem;
}

.qty-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.qty-form input {
    width: 72px;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.5rem 0.6rem;
}

.qty-form button {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f8f6f3;
    padding: 0.5rem 0.75rem;
    font-weight: 700;
    cursor: pointer;
}

.cart-line-total {
    white-space: nowrap;
}

.cart-summary {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.98);
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.cart-summary > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--muted);
}

.cart-summary strong {
    color: var(--text);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.feature-box {
    background: white;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 2rem 1.5rem;
}

.feature-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(185, 144, 87, 0.1);
    align-items: center;
    justify-content: center;
    color: var(--gold-deep);
    font-weight: 800;
    margin-bottom: 18px;
}

.feature-box h3 {
    margin: 0 0 10px;
    font-size: 1.4rem;
}

.feature-box p {
    margin: 0;
    color: var(--muted);
}

.order-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
    align-items: start;
}

.brand-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: -8px 0 28px;
}

.brand-value {
    padding: 1rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--panel-soft);
}

.brand-value p {
    margin: 0.35rem 0 0;
    color: var(--muted);
}

.helpdesk-card {
    display: grid;
    grid-template-columns: minmax(150px, 0.85fr) 1fr;
    overflow: hidden;
    margin-bottom: 28px;
    background: var(--charcoal);
    border: 1px solid rgba(185, 144, 87, 0.35);
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.helpdesk-card img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    object-position: center;
}

.helpdesk-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem;
    color: white;
}

.helpdesk-copy .eyebrow {
    color: var(--gold);
    margin-bottom: 0.25rem;
}

.helpdesk-copy h3 {
    margin: 0 0 0.35rem;
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
}

.helpdesk-copy p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
}

.helpdesk-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.45rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(185, 144, 87, 0.6);
    border-radius: 999px;
    color: white;
    font-size: 0.78rem;
    font-weight: 700;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    gap: 12px;
    color: var(--muted);
}

.check-list li {
    position: relative;
    padding-left: 28px;
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gold-deep);
    font-weight: 800;
}

.order-form {
    background: var(--panel);
    border-radius: 24px;
    border: 1px solid var(--line);
    padding: 1.5rem;
    box-shadow: var(--shadow);
}

.form-row {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.form-row label {
    font-weight: 600;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    border: 1px solid rgba(32, 26, 23, 0.12);
    background: var(--panel-soft);
    border-radius: 12px;
    padding: 0.9rem 1rem;
    resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: 2px solid rgba(185, 144, 87, 0.25);
    border-color: rgba(185, 144, 87, 0.6);
}

.full-width {
    width: 100%;
    margin-top: 4px;
}

.form-message {
    min-height: 24px;
    margin: 12px 0 0;
    font-weight: 600;
    color: var(--gold-deep);
}

.site-footer {
    border-top: 1px solid var(--line);
    background: white;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 120px;
}

.footer-links {
    display: flex;
    gap: 18px;
    color: var(--muted);
}

.header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-shrink: 0;
    white-space: nowrap;
    max-width: 320px;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.2rem;
}

.lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    padding: 0.38rem 0.55rem;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.lang-link.active {
    background: var(--charcoal);
    color: white;
}

.currency-picker {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.35rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--muted);
}

.currency-picker span {
    white-space: nowrap;
}

.currency-picker select {
    border: none;
    background: transparent;
    color: var(--text);
    font-weight: 700;
    outline: none;
}

.price-alt-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 600;
}

.hidden {
    display: none !important;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 86px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-align: center;
    box-shadow: 0 18px 34px rgba(18, 140, 126, 0.35);
    border: 3px solid rgba(255, 255, 255, 0.55);
}

.whatsapp-float span {
    display: none;
}

.site-toast {
    position: fixed;
    right: 24px;
    bottom: 112px;
    z-index: 90;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    color: white;
    border-radius: 14px;
    padding: 0.9rem 1.1rem;
    box-shadow: 0 18px 32px rgba(143, 109, 52, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    font-weight: 700;
}

.site-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-bottom-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.mobile-bottom-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.7rem 0.5rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdf8, #f3efe8);
    color: var(--text);
    font-weight: 700;
    border: 1px solid rgba(32, 26, 23, 0.06);
}

.mobile-bottom-bar a span {
    font-size: 0.72rem;
}

@media (max-width: 980px) {
    .hero-grid,
    .order-grid,
    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .currency-picker span {
        display: none;
    }

    .nav-action span {
        display: none;
    }

    .header-tools {
        max-width: 200px;
    }
}

@media (max-width: 760px) {
    .nav {
        min-height: 72px;
        justify-content: space-between;
        padding: 10px 0;
        gap: 6px;
        flex-wrap: nowrap;
    }

    .main-nav {
        display: flex;
        gap: 6px;
        font-size: 0.62rem;
        flex: 1 1 auto;
        justify-content: center;
        overflow: hidden;
        max-width: none;
    }

    .main-nav a {
        font-size: 0.62rem;
    }

    .brand-wrap {
        min-width: 0;
        flex: 0 0 auto;
        max-width: 160px;
    }

    .brand-wrap small {
        display: none;
    }

    .brand-name {
        font-size: 1rem;
    }

    .header-tools {
        gap: 4px;
        max-width: 160px;
        flex-shrink: 0;
    }

    .language-switcher {
        order: 1;
    }

    .currency-picker {
        flex: 0 0 auto;
        min-width: 0;
        padding: 0.25rem 0.45rem;
        font-size: 0.62rem;
    }

    .nav-action {
        padding: 0.52rem 0.6rem;
        font-size: 0.7rem;
    }

    .btn,
    .nav-action {
        min-height: 36px;
        padding: 0.48rem 0.7rem;
        gap: 0.35rem;
        font-size: 0.76rem;
    }

    .mini-btn {
        width: 100%;
        min-height: 34px;
        padding: 0.5rem 0.55rem;
        gap: 0.35rem;
        font-size: 0.72rem;
    }

    .mini-btn i,
    .btn i,
    .nav-action i {
        font-size: 0.78rem;
    }

    .product-body {
        padding: 0.8rem 0.75rem 0.9rem;
    }

    .product-body h3 {
        margin: 8px 0 6px;
        font-size: 1rem;
    }

    .product-body p {
        margin-bottom: 10px;
        min-height: 54px;
        font-size: 0.76rem;
        line-height: 1.45;
    }

    .price-alt-row {
        gap: 4px;
        margin-bottom: 9px;
        font-size: 0.62rem;
    }

    .category-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: thin;
        padding-bottom: 4px;
    }

    .trust-grid,
    .feature-grid,
    .order-grid {
        grid-template-columns: 1fr;
    }

    .brand-values {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading {
        display: block;
    }

    .hero-copy h1 {
        font-size: 2.7rem;
    }

    .hero-visual {
        min-height: 440px;
    }

    .product-showcase {
        height: 420px;
    }

    .card-one {
        left: 8px;
        top: 12px;
    }

    .card-two {
        right: 8px;
        bottom: 12px;
    }

    .whatsapp-float {
        width: 48px;
        height: 48px;
        right: 10px;
        bottom: 78px;
        border-width: 2px;
        font-size: 0.95rem;
    }

    .mobile-bottom-bar {
        display: grid;
        left: 8px;
        right: 8px;
        bottom: 8px;
        gap: 5px;
        border-radius: 14px;
        padding: 6px;
    }

    .mobile-bottom-bar a {
        min-height: 34px;
        padding: 0.45rem 0.3rem;
        gap: 0.25rem;
        border-radius: 9px;
    }

    .mobile-bottom-bar a span {
        font-size: 0.62rem;
    }

    .footer-inner {
        display: block;
        padding: 1.4rem 0;
    }

    .helpdesk-card {
        grid-template-columns: 0.9fr 1.1fr;
        margin-bottom: 22px;
    }

    .helpdesk-card img {
        min-height: 175px;
    }

    .helpdesk-copy {
        padding: 0.85rem;
    }

    .helpdesk-copy h3 {
        font-size: 1.45rem;
    }

    .helpdesk-copy p {
        font-size: 0.74rem;
        line-height: 1.45;
    }
}

@media (max-width: 420px) {
    .container {
        width: min(100% - 18px, 1180px);
    }

    .header-tools {
        justify-content: center;
    }

    .currency-picker {
        width: 100%;
        justify-content: center;
    }

    .nav-action {
        flex: 1 1 auto;
        text-align: center;
    }

    .product-grid {
        gap: 8px;
    }

    .product-body h3 {
        font-size: 0.9rem;
    }

    .mini-btn span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cart-panel {
        right: 8px;
        top: 76px;
        bottom: 72px;
        width: calc(100% - 16px);
        padding: 0.9rem;
        border-radius: 18px;
    }

    .cart-summary {
        margin-top: 10px;
        padding-top: 10px;
    }

    .cart-summary > div {
        margin-bottom: 10px;
        font-size: 0.82rem;
    }

    .site-toast {
        right: 10px;
        left: 10px;
        bottom: 70px;
        padding: 0.7rem 0.8rem;
        font-size: 0.78rem;
        text-align: center;
    }

    .cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .btn,
    .nav-action {
        width: 100%;
    }
}
