@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/inter-v20-latin-italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/inter-v20-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/inter-v20-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/inter-v20-latin-600italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/inter-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/inter-v20-latin-800.woff2') format('woff2');
}


/* noto-sans-arabic-regular */
@font-face {
    font-display: swap;
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/noto-sans-arabic-v33-arabic_latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/noto-sans-arabic-v33-arabic_latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/noto-sans-arabic-v33-arabic_latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/noto-sans-arabic-v33-arabic_latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/noto-sans-arabic-v33-arabic_latin-800.woff2') format('woff2');
}


/* ===================================
   ROOT VARIABLES - WePremium v2
   =================================== */

:root {
    /* ========== COLORS ========== */

    /* Primary Brand Colors */
    --color-primary-blue: #207DE9;
    --color-primary-blue-dark: #1666C3;
    --color-primary-purple: #4423A7;
    --color-primary-purple-dark: #301582;

    /* Neutral Colors */
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-gray-e4: #E4E4E5;
    --color-gray-79: #797979;
    --color-gray-bf: #BFC6CD;
    --color-gray-input: #8E8E8E;

    /* Semantic Colors */
    --color-success: #31BD37;
    --color-success-light: #31BD37;
    --color-error: #FF3D64;
    --color-error-light: #FFF5F7;
    --color-info: #128BE2;
    --color-info-light: #F3F9FD;

    /* Text Colors */
    --text-primary: #212121;
    --text-secondary: #606060;
    --text-tertiary: #A4A4A4;
    --text-45: #454545;
    --text-white: #FFFFFF;

    /* Background Colors */
    --bg-primary: #FFFFFF;
    --bg-secondary: #F9FAFB;
    --bg-tertiary: #F3F4F6;
    --bg-dark: #111827;

    /* Border Colors */
    --border-light: #E4E4E5;
    --border-medium: #D2D2D2;
    --border-dark: #D1D1D1;


    /* ========== TYPOGRAPHY ========== */

    /* Font Families */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;

    /* Font Weights */
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;


    /* ========== BORDER RADIUS ========== */

    --radius-4: 0.25rem;
    /* 4px */
    --radius-8: 0.5rem;
    /* 8px */
    --radius-12: 0.75rem;
    /* 12px */


    /* ========== CONTAINER ========== */

    --container-max-width-1: 1500px;
    --container-max-width-2: 1300px;
    --container-sm-padding: 0.8rem 3rem;
    --container-section-padding: 4.375rem 3rem;
    --container-mobile-padding: 0.8rem 1.5rem;

    /* ========== BUTTONS ========== */

    --btn-padding: 1rem 1.75rem;
    --btn-cta-padding: 1rem 2.5rem;
}


/* ===================================
   BASE RESET & DEFAULTS
   =================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    /*overflow-x: hidden;*/
}

body {
    font-family: var(--font-primary);
    font-weight: var(--font-regular);
    font-size: var(--text-base);
    line-height: var(--leading-normal);
    color: var(--text-primary);
    background-color: var(--bg-primary);
    /*overflow-x: hidden;*/
}

[dir="rtl"] body {
    font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
}

html[dir="rtl"],
body[dir="rtl"],
html[lang="ar"],
body[lang="ar"] {
    overflow-x: hidden;
}

/* Remove default list styles */
ul,
ol {
    list-style: none;
}

/* Remove default link styles */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--color-primary);
}

/* Image defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    /*max-width: 100%;
    height: auto;*/
}

/* Form elements reset */
input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

/* Remove default button focus outline */
button:focus-visible,
a:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Heading defaults */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
}

/* Paragraph defaults */
p:last-child {
    margin-bottom: 0;
}

/* ===================================
   TOP BAR
   =================================== */

.top-bar {
    background-color: #212121;
    color: var(--text-white);
    padding: var(--container-sm-padding);
}

.top-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: var(--container-max-width-1);
    margin: 0 auto;
}

.top-text {
    text-align: center;
}

.top-bar span {
    color: var(--text-white);
    font-weight: var(--font-regular);
    font-size: 0.87rem;
}


/* ===================================
   HEADER & NAVIGATION
   =================================== */

.header {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    padding: var(--container-sm-padding);
    border-bottom: 1px solid #D1D1D1;
}

.header nav.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--container-max-width-1);
    margin: 0 auto;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
    list-style: none;
}

.nav-links a {
    font-size: 1rem;
    color: var(--text-primary);
}

.nav-links a:hover {
    color: #000;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}


/* ===================================
   BREADCRUMB SECTION
   =================================== */

.breadcrumb {
    background-color: #ffffff;
    padding: 1.5rem 3rem;
}

.breadcrumb .container {
    max-width: var(--container-max-width-2);
    margin: 0 auto;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
}

.breadcrumb-list a {
    font-size: 0.85rem;
    color: #808080;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-list a:hover {
    color: #258D50;
}

.separator {
    font-size: 0.85rem;
    color: #D1D1D1;
    margin: 0 0.25rem;
}

.current {
    font-size: 0.85rem;
    color: #212121;
}

/* ===================================
   LANGUAGE SELECTOR
   =================================== */

.language-selector {
    position: relative;
}

.language-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    background-color: transparent;
    cursor: pointer;
}

.language-btn:hover {
    color: #000;
}

.language-btn[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.language-dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: var(--bg-primary);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-8);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1100;
}

.language-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    color: var(--text-primary);
    transition: all 0.2s ease;
}

.language-option:hover {
    color: #000;
}

.language-option.current {
    background-color: var(--bg-secondary);
    color: #000;
}


/* ===================================
   CTA BUTTON
   =================================== */

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--btn-cta-padding);
    font-size: 1rem;
    font-weight: var(--font-medium);
    color: var(--text-white);
    background-color: #258D50;
    border-radius: 0.0625rem;
    transition: all 0.3s ease;
    text-align: center;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg,
            transparent,
            transparent 30%,
            rgba(255, 255, 255, 0.3));
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.cta-button:hover {
    background-color: #1e7340;
    color: var(--text-white);
}

.cta-button:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(120%);
}


/* ===================================
   MOBILE MENU
   =================================== */

.hamburger-menu {
    display: none;
}

.menu-overlay {
    display: none;
}


/* ===================================
   SCROLL TO TOP BUTTON
   =================================== */

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--white);
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    transition: all 0.3s ease;
    z-index: 1000;
    color: var(--hero-bg);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    color: var(--white);
    background: var(--hero-bg);
}

/* ===================================
   HERO SECTION
   =================================== */

.hero {
    position: relative;
    background-image: url('../images/hero-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: var(--container-section-padding);
    overflow: hidden;
    min-height: 500px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.hero-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    justify-items: stretch;
    max-width: var(--container-max-width-2);
    margin: 0 auto;
}

.hero-content {
    justify-self: start;
}

.hero-image {
    justify-self: end;
}

.hero-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 0.75rem;
    object-fit: cover;
}

.hero-title {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: var(--font-semibold);
    color: var(--text-white);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    border-radius: 50px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-white);
    line-height: 1.5;
    margin-bottom: 3rem;
    opacity: 0.9;
}

/* CTA Buttons */
.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: var(--btn-cta-padding);
    font-size: 1rem;
    font-weight: var(--font-bold);
    color: var(--text-white);
    background-color: #258D50;
    border-radius: 0.0625rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg,
            transparent,
            transparent 30%,
            rgba(255, 255, 255, 0.3));
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.btn-primary:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(120%);
}

.btn-primary:hover {
    background-color: #1e7340;
    color: var(--text-white);
}

.btn-primary svg {
    width: 20px;
    height: 20px;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: var(--btn-padding);
    font-size: 1rem;
    font-weight: var(--font-semibold);
    color: var(--text-white);
    background: transparent;
    border: 2px solid var(--text-white);
    border-radius: 0.0625rem;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: var(--text-white);
    color: var(--text-primary);
}

/* ===================================
   PRODUCTS SECTION
   =================================== */

.products {
    position: relative;
    background-color: var(--bg-primary);
    padding: 4rem 3rem;
    overflow: hidden;
}

.products .container {
    max-width: var(--container-max-width-2);
    margin: 0 auto;
}

/* Section Header */
.products-header {
    text-align: center;
    margin-bottom: 4rem;
}

.products-title {
    font-size: 1.5rem;
    font-weight: var(--font-semibold);
    color: #212121;
    margin: 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.product-card {
    background-color: #ffffff;
    border-radius: 0.0625rem;
    overflow: hidden;
    cursor: pointer;
}

.product-image {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #f9f9f9;
    border: 1px solid #E4E4E5;
    border-radius: 0.0625rem;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.cart-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-icon svg {
    color: #212121;
}

.product-card:hover .cart-icon {
    background-color: #258D50;
}

.product-card:hover .cart-icon svg {
    color: #ffffff;
}

.discount-badge {
    position: absolute;
    bottom: 1rem;
    left: 0;
    background-color: #F9E4B7;
    color: #212121;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    font-weight: var(--font-regular);
    border-radius: 0 0.0625rem 0.0625rem 0;
}

/* Product Info */
.product-info {
    padding: 1rem 0.5rem;
    background-color: #ffffff;
}

.product-title {
    font-size: 1.125rem;
    font-weight: var(--font-regular);
    color: #212121;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.product-category {
    font-size: 0.9375rem;
    font-weight: var(--font-regular);
    color: #808080;
    margin: 0 0 0.5rem 0;
}

[dir="rtl"] .product-category {
    margin: 0 0 0.1rem 0;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

[dir="rtl"] .product-rating {
    margin-bottom: 0.1rem;
}

.stars {
    display: flex;
}

.star {
    font-size: 1rem;
    color: #d1d1d1;
}

.stars[data-rating="1"] .star:nth-child(-n+1),
.stars[data-rating="2"] .star:nth-child(-n+2),
.stars[data-rating="3"] .star:nth-child(-n+3),
.stars[data-rating="4"] .star:nth-child(-n+4),
.stars[data-rating="5"] .star:nth-child(-n+5) {
    color: #F9B300;
}

.rating-count {
    font-size: 0.875rem;
    color: #808080;
    font-weight: var(--font-regular);
}

/* Product Price */
.product-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.current-price {
    font-size: 1.25rem;
    font-weight: var(--font-medium);
    color: #212121;
}

.old-price {
    font-size: 1rem;
    font-weight: var(--font-regular);
    color: #808080;
    text-decoration: line-through;
}

/* ===================================
   FEATURES SECTION (TRUST BADGES)
   =================================== */

.features {
    background-color: #F4F9F6;
    padding: 3rem;
}

.features .container {
    max-width: var(--container-max-width-2);
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: 2rem;
}

.feature-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-icon {
    margin-bottom: 1rem;
}

.feature-title {
    font-size: 1rem;
    font-weight: var(--font-medium);
    color: #212121;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.feature-description {
    font-size: 0.92rem;
    font-weight: var(--font-regular);
    color: #606060;
    line-height: 1.6;
    margin: 0;
    max-width: 250px;
}

.feature-divider {
    width: 1px;
    height: 150px;
    background-color: #DAECE2;
    align-self: center;
}

/* ===================================
   ABOUT SECTION
   =================================== */

.about {
    background-color: #ffffff;
    padding: 5rem 3rem;
}

.about-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    justify-items: stretch;
    max-width: var(--container-max-width-2);
    margin: 0 auto;
}

.about-content {
    justify-self: start;
}

.about-image {
    justify-self: end;
}

.about-label {
    font-size: 0.92rem;
    font-weight: var(--font-regular);
    color: #AEAEAE;
    margin: 0 0 0.6rem 0;
}

.about-title {
    font-size: 1.5rem;
    font-weight: var(--font-semibold);
    color: #212121;
    line-height: 1.5;
    margin: 0 0 1rem 0;
}

.about-description {
    font-size: 1.05rem;
    font-weight: var(--font-regular);
    color: #606060;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.about-badges {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.about-image img {
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: cover;
}

/* ===================================
   FAQ SECTION
   =================================== */

.faq {
    background-color: #F9F9F9;
    padding: 4rem 3rem;
}

.faq .container {
    max-width: var(--container-max-width-2);
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-title {
    font-size: 1.5rem;
    font-weight: var(--font-semibold);
    color: #212121;
    margin: 0;
    line-height: 1.3;
}

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.faq-image {
    justify-self: start;
}

.faq-questions {
    display: flex;
    flex-direction: column;
    justify-self: end;
}

.faq-item {
    border-bottom: 1px solid #E5E5E5;
    padding: 1.5rem 0;
    transition: all 0.3s ease;
}

.faq-item:first-child {
    padding-top: 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.faq-question span {
    font-size: 1rem;
    font-weight: var(--font-regular);
    color: #212121;
    line-height: 1.4;
}

.faq-question svg {
    flex-shrink: 0;
    color: #808080;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-question:hover span {
    color: #000000;
}

.faq-question:hover svg {
    color: #000000;
}

.faq-question[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}

.faq-answer p {
    font-size: 0.9375rem;
    color: #606060;
    line-height: 1.6;
    margin: 0;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    margin-top: 1rem;
}

/* ===================================
   CUSTOMER REVIEWS SECTION
   =================================== */

.reviews {
    background-color: #ffffff;
    padding: 4rem 0;
    overflow: hidden;
}

.reviews .container {
    max-width: var(--container-max-width-2);
    margin: 0 auto;
    padding: 0 3rem;
}

/* Section Header */
.reviews-header {
    text-align: center;
    margin-bottom: 4rem;
}

.reviews-title {
    font-size: 1.5rem;
    font-weight: var(--font-semibold);
    color: #212121;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.reviews-description {
    font-size: 1rem;
    font-weight: var(--font-regular);
    color: #808080;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 800px;
}

.reviews-slider-wrapper {
    position: relative;
    overflow: visible;
    margin: 0 0 1rem 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

[dir="rtl"] .reviews-slider-wrapper {
    margin-right: calc(-50vw + 50%);
}

.reviews-track {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1rem 3rem;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.reviews-track::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.review-card {
    flex: 0 0 calc(33.333% - 1.5rem);
    max-width: 450px;
    background-color: #F9FAFB;
    border-radius: 0.0625rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.review-stars {
    display: flex;
    gap: 0.1rem;
}

.star {
    font-size: 1.25rem;
    color: #d1d1d1;
}

.star.filled {
    color: #F9B300;
}

.quote-icon {
    flex-shrink: 0;
}

.quote-icon svg {
    width: 36px;
    height: 36px;
}

.review-text {
    font-size: 0.95rem;
    font-weight: var(--font-regular);
    color: #454545;
    line-height: 1.5;
    margin: 0;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* User Avatar */
.user-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #A657E3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: var(--font-medium);
    flex-shrink: 0;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.user-name {
    font-size: 0.95rem;
    font-weight: var(--font-medium);
    color: #212121;
    line-height: 1.2;
}

.user-location {
    font-size: 0.87rem;
    font-weight: var(--font-regular);
    color: #808080;
    line-height: 1.2;
}

.reviews-navigation {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background-color: #258D50;
    border-color: #258D50;
}

.nav-btn:hover svg {
    color: #ffffff;
}

.nav-btn svg {
    color: #212121;
    transition: color 0.3s ease;
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.nav-btn:disabled:hover {
    background-color: #ffffff;
    border-color: #E5E5E5;
}

.nav-btn:disabled:hover svg {
    color: #212121;
}

/* ===================================
   PRODUCT SECTION
   =================================== */

.product-section {
    background-color: #ffffff;
    padding: 3rem;
}

.product-section .container {
    max-width: var(--container-max-width-2);
    margin: 0 auto;
}

.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}

/* ===================================
   LEFT SIDE - IMAGE GALLERY (STICKY)
   =================================== */

.product-gallery {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.main-image {
    width: 100%;
    max-width: 500px;
    height: 500px;
    background-color: #F9F9F9;
    border-radius: 0.0625rem;
    border: 1px solid #E4E4E5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.thumbnail-images {
    display: grid;
    grid-template-columns: repeat(4, 100px);
    gap: 1rem;
    justify-content: start;
}

.thumbnail {
    width: 100px;
    height: 100px;
    background-color: #F5F5F5;
    border-radius: 0.0625rem;
    border: 1px solid #E4E4E5;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.thumbnail:hover {
    border-color: #258D50;
}

.thumbnail.active {
    border-color: #258D50;
    border-width: 2px;
}

/* ===================================
   RIGHT SIDE - PRODUCT INFO
   =================================== */

.product-page-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Reviews */
.product-reviews {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Product Page Stars */
.product-page-stars {
    display: flex;
}

.product-star {
    font-size: 1.125rem;
    color: #d1d1d1;
}

.product-star.filled {
    color: #F9B300;
}

.review-count {
    font-size: 0.9375rem;
    color: #606060;
}

/* Stock Badge */
.stock-badge {
    padding: 0.375rem 1rem;
    border-radius: 0.0625rem;
    font-size: 0.85rem;
    font-weight: var(--font-medium);
}

.stock-badge.in-stock {
    color: #258D50;
    border: 1px solid #258D50;
}

.stock-badge.out-of-stock {
    background-color: #FFEBEE;
    color: #E53935;
    border: 1px solid #E53935;
}

/* Product Page Title */
.product-page-title {
    font-size: 2rem;
    font-weight: var(--font-semibold);
    color: #212121;
    margin: 0;
    line-height: 1.3;
}

/* Product Page Category */
.product-page-category {
    font-size: 1.1rem;
    color: #808080;
    margin: 0;
}

/* Product Variant Select Box */
.product-variant {
    width: 100%;
    max-width: 380px;
    margin-top: 1rem;
}

.variant-select {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    color: #212121;
    background-color: #ffffff;
    border: 1px solid #D1D1D1;
    border-radius: 0.0625rem;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
}

[dir="rtl"] .variant-select {
    background-position: left 1rem center;
    padding-right: 1rem;
    padding-left: 3rem;
}

.variant-select:hover {
    border-color: #258D50;
}

.variant-select:focus {
    outline: none;
    border-color: #258D50;
}

/* Price Section */
.product-price-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

/* Product Page Prices */
.product-page-price {
    font-size: 1.3rem;
    font-weight: var(--font-semibold);
    color: #212121;
}

.product-page-old-price {
    font-size: 1.125rem;
    color: #808080;
    text-decoration: line-through;
}

/* Discount Badge */
.product-discount-badge {
    background-color: #FF4757;
    color: #ffffff;
    padding: 0.5rem 0.6rem;
    border-radius: 0.0625rem;
    font-size: 0.85rem;
    font-weight: var(--font-medium);
    margin-left: 1rem;
}

/* Separator Line */
.product-separator {
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    margin-top: 0.6rem;
}

/* About the Product */
.product-about {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.product-about-title {
    font-size: 0.95rem;
    font-weight: var(--font-medium);
    color: #212121;
    margin: 0;
}

.product-about-text {
    font-size: 0.92rem;
    color: #606060;
    line-height: 1.5;
    margin: 0;
}

/* Product Actions: Quantity + Button */
.product-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #D1D1D1;
    border-radius: 2rem;
    padding: 0.5rem;
}

.quantity-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    color: #212121;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.quantity-btn::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F5F5F5;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.quantity-btn svg {
    position: relative;
    z-index: 1;
}

.quantity-btn:hover::before {
    opacity: 1;
}

.quantity-btn.disabled::before {
    opacity: 1;
}

.quantity-btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.quantity-input {
    width: 40px;
    text-align: center;
    font-size: 1rem;
    font-weight: var(--font-medium);
    color: #212121;
    border: none;
    background: transparent;
}

.quantity-input:focus {
    outline: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-input[type=number] {
    -moz-appearance: textfield;
}

/* Order Button */
.order-button {
    flex: 1;
    background-color: #212121;
    color: #ffffff;
    border: none;
    border-radius: 0.0625rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: var(--font-semibold);
    cursor: pointer;
    transition: all 0.3s ease;
}

.order-button:hover {
    background-color: #000000;
}

/* ===================================
   FOOTER SECTION
   =================================== */

.footer {
    position: relative;
    padding: var(--container-section-padding);
    overflow: hidden;
    border-top: 1px solid #D1D1D1;
}

.footer .container {
    max-width: var(--container-max-width-2);
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    margin-bottom: 3rem;
    align-items: center;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-description {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    display: flex;
    transition: transform 0.3s ease;
}

.footer-social a:hover {
    transform: scale(1.1);
}

.footer-social svg {
    width: 40px;
    height: 40px;
}

/* Right Side - 3 Columns */
.footer-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    list-style: none;
}

.footer-links li,
.footer-contact li {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.footer-links a,
.footer-contact a {
    color: var(--text-secondary);
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--text-primary);
}

/* Separator Line */
.footer-separator {
    width: 100%;
    height: 1px;
    background-color: var(--border-light);
    margin-bottom: 1.5rem;
}

/* Bottom Part */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright,
.footer-credit {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin: 0;
}


/* ===================================
   PRIVACY SECTION
   =================================== */

.legal-page {
    padding: 4.375rem 3rem;
    background-color: var(--bg-primary);
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Header */
.legal-header {
    margin-bottom: 3rem;
}

.legal-title {
    font-size: 2.5rem;
    font-weight: var(--font-bold);
    color: var(--text-primary);
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
}

.legal-date {
    font-size: 0.875rem;
    color: var(--text-tertiary);
    margin: 0 0 3rem 0;
}

.legal-intro {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* Separator */
.legal-separator {
    width: 100%;
    height: 1px;
    background-color: var(--border-light);
    margin: 2.5rem 0;
}

/* Article */
.legal-article {
    margin-bottom: 0;
}

.legal-article h2 {
    font-size: 1.5rem;
    font-weight: var(--font-semibold);
    color: var(--text-primary);
    margin: 0 0 1.25rem 0;
    line-height: 1.3;
}

.legal-article p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

.legal-article p a {
    color: var(--color-primary);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.legal-article p a:hover {
    color: var(--color-primary-dark);
}

.legal-article ul {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0 0;
}

.legal-article ul li {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.legal-article ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: var(--font-bold);
}

.legal-article ul li:last-child {
    margin-bottom: 0;
}

[dir="rtl"] .legal-article ul li {
    padding-left: 0;
    padding-right: 1.5rem;
}

[dir="rtl"] .legal-article ul li:before {
    left: auto;
    right: 0;
}

/* ===================================
   404 Error Page
   =================================== */

.error-404 {
    min-height: calc(100vh - 500px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0 7rem;
}

.error-404 .container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 3rem;
}

.error-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.error-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 2.5rem;
    display: block;
}

.error-404 h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.error-404 p {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}


/* ===================================
   MEDIA QUERIES
   =================================== */

@media (max-width: 1400px) {

    /* --- HERO SECTION --- */
    .hero-title {
        font-size: 1.4rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }

    .hero-image img {
        max-width: 380px;
    }

    /* PRODUCTS */
    .products {
        padding: 4rem 2.5rem;
    }

    .products-grid {
        gap: 1.75rem;
    }

    .products-title {
        font-size: 1.4rem;
    }

    .product-image {
        width: 100%;
        height: 280px;
    }

    .cart-icon {
        width: 2.85rem;
        height: 2.85rem;
        top: 0.875rem;
        right: 0.875rem;
    }

    /* FEATURES */
    .features {
        padding: 2.75rem 2.5rem;
    }

    .features-grid {
        gap: 1.75rem;
    }

    .feature-title {
        font-size: 0.95rem;
    }

    .feature-description {
        font-size: 0.875rem;
        max-width: 230px;
    }

    .feature-divider {
        height: 140px;
    }

    /* ABOUT */
    .about {
        padding: 4rem 2.5rem;
    }

    .about-container {
        gap: 2.5rem;
    }

    .about-title {
        font-size: 1.4rem;
    }

    .about-description {
        font-size: 1.0625rem;
    }

    .about-image img {
        max-width: 550px;
    }

    /* FAQ */
    .faq {
        padding: 3.5rem 2.5rem;
    }

    .faq-header {
        margin-bottom: 3.5rem;
    }

    .faq-title {
        font-size: 1.4rem;
    }

    .faq-layout {
        gap: 2.5rem;
    }

    /* REVIEWS */
    .reviews {
        padding: 3.5rem 0;
    }

    .reviews .container {
        padding: 0 2.5rem;
    }

    .reviews-header {
        margin-bottom: 3.5rem;
    }

    .reviews-title {
        font-size: 1.4rem;
    }

    .reviews-track {
        padding: 1rem 2.5rem;
        gap: 1.75rem;
    }

    .review-card {
        flex: 0 0 calc(33.333% - 1.25rem);
        max-width: 420px;
    }

    /* PRODUCT SECTION */
    .product-section {
        padding: 2.5rem;
    }

    .product-layout {
        gap: 4rem;
    }

    .product-page-title {
        font-size: 1.85rem;
    }

    .product-page-category {
        font-size: 1rem;
    }

    .product-page-price {
        font-size: 1.65rem;
    }

    .product-page-old-price {
        font-size: 1.05rem;
    }
}

@media (max-width: 1024px) {

    /* --- HEADER & NAVIGATION --- */
    .nav-links {
        display: none;
    }

    .nav-right .cta-button {
        display: none;
    }

    /* --- MOBILE MENU --- */
    .hamburger-menu {
        display: block;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(19, 19, 19, 0.4);
        display: none;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .menu-overlay.active {
        display: flex;
        opacity: 1;
    }

    .menu-close {
        position: absolute;
        top: 1rem;
        right: 5%;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 1001;
    }

    .mobile-menu {
        background-color: var(--bg-primary);
        padding: 2rem 1.5rem;
        border-radius: var(--radius-12);
        width: 90%;
        margin-bottom: 1.5rem;
    }

    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .mobile-menu li {
        width: 100%;
        text-align: center;
    }

    .mobile-menu a {
        display: block;
        font-size: 1rem;
        font-weight: var(--font-regular);
        color: var(--text-primary);
        padding: 1rem 0;
        transition: color 0.2s ease;
    }

    .mobile-menu a:hover,
    .mobile-menu a.active {
        color: #000;
    }

    .mobile-menu li:last-child a {
        background-color: #258D50;
        color: var(--text-white);
        padding: 1rem 1.5rem;
        border-radius: 0.0625rem;
        font-weight: var(--font-bold);
        border-bottom: none;
        margin-top: 1rem;
    }

    .mobile-menu li:last-child a:hover {
        background-color: #1e7340;
    }

    /* --- HERO SECTION --- */
    .hero {
        padding: 3rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        justify-items: center;
        text-align: center;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 700px;
    }

    .hero-title {
        font-size: 1.35rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image {
        justify-self: center;
    }

    .hero-image img {
        max-width: 350px;
    }

    /* PRODUCTS */
    .products {
        padding: 3.5rem 2rem;
    }

    .products-header {
        margin-bottom: 3rem;
    }

    .products-title {
        font-size: 1.35rem;
    }

    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .product-title {
        font-size: 1.0625rem;
    }

    .current-price {
        font-size: 1.125rem;
    }

    .product-image {
        width: 100%;
        height: 260px;
    }

    .cart-icon {
        width: 2.75rem;
        height: 2.75rem;
    }

    /* FEATURES */
    .features {
        padding: 2.5rem 2rem;
    }

    .features-grid {
        grid-template-columns: 1fr auto 1fr;
        gap: 1.5rem;
        row-gap: 2.5rem;
    }

    .feature-divider:nth-child(4),
    .feature-divider:nth-child(6) {
        display: none;
    }

    .feature-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .feature-divider:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .feature-item:nth-child(3) {
        grid-column: 3;
        grid-row: 1;
    }

    .feature-item:nth-child(5) {
        grid-column: 1;
        grid-row: 2;
    }

    .feature-divider:nth-child(6) {
        display: block;
        grid-column: 2;
        grid-row: 2;
    }

    .feature-item:nth-child(7) {
        grid-column: 3;
        grid-row: 2;
    }

    .feature-title {
        font-size: 0.92rem;
    }

    .feature-description {
        font-size: 0.82rem;
        max-width: 200px;
    }

    .feature-divider {
        height: 120px;
    }

    /* ABOUT */
    .about {
        padding: 3rem 2rem;
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-content {
        justify-self: center;
        text-align: center;
        max-width: 700px;
    }

    .about-image {
        justify-self: center;
        order: -1;
    }

    .about-title {
        font-size: 1.35rem;
    }

    .about-description {
        font-size: 1rem;
    }

    .about-badges {
        justify-content: center;
    }

    .about-image img {
        max-width: 450px;
    }

    /* FAQ */
    .faq {
        padding: 3rem 2rem;
    }

    .faq-header {
        margin-bottom: 3rem;
    }

    .faq-title {
        font-size: 1.35rem;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .faq-image {
        display: none;
    }

    .faq-questions {
        justify-self: center;
        max-width: 700px;
    }

    .faq-question span {
        font-size: 0.95rem;
    }

    .faq-answer p {
        font-size: 0.875rem;
    }

    /* REVIEWS */
    .reviews {
        padding: 3rem 0;
    }

    .reviews .container {
        padding: 0 2rem;
    }

    .reviews-header {
        margin-bottom: 3rem;
    }

    .reviews-title {
        font-size: 1.35rem;
    }

    .reviews-description {
        font-size: 0.95rem;
    }

    .reviews-track {
        padding: 1rem 2rem;
        gap: 1.5rem;
    }

    .review-card {
        flex: 0 0 calc(50% - 1rem);
        max-width: 400px;
    }

    .review-text {
        font-size: 0.92rem;
    }

    .user-name {
        font-size: 0.92rem;
    }

    /* --- FOOTER SECTION --- */
    .footer {
        padding: 3rem;
    }

    .footer-left {
        gap: 1.75rem;
    }

    .footer-description {
        font-size: 0.92rem;
        max-width: 300px;
    }

    .footer-separator {
        margin-bottom: 1.3rem;
    }

    .footer-links li,
    .footer-contact li {
        font-size: 0.88rem;
    }

    /* PRODUCT SECTION */
    .product-section {
        padding: 2rem;
    }

    .product-layout {
        gap: 3rem;
    }

    .product-gallery {
        position: relative;
        top: auto;
    }

    .main-image {
        max-width: 400px;
        height: 400px;
    }

    .thumbnail-images {
        grid-template-columns: repeat(3, 100px);
    }

    .product-page-title {
        font-size: 1.75rem;
    }

    .product-page-category {
        font-size: 0.95rem;
    }

    .variant-select {
        font-size: 0.9rem;
        padding: 0.8rem 1rem;
    }

    .product-page-price {
        font-size: 1.5rem;
    }

    .product-page-old-price {
        font-size: 1rem;
    }

    .product-discount-badge {
        font-size: 0.8rem;
        padding: 0.4rem 0.55rem;
    }

    .peoduct-about-title {
        font-size: 0.9rem;
    }

    .product-about-text {
        font-size: 0.875rem;
    }

    .order-button {
        padding: 0.9rem 1.75rem;
        font-size: 0.95rem;
    }

    /* --- PRIVACY SECTION --- */
    .legal-page {
        padding: 3.5rem 2.5rem;
    }

    .legal-header {
        margin-bottom: 2.5rem;
    }

    .legal-title {
        font-size: 2rem;
    }

    .legal-date {
        font-size: 0.82rem;
    }

    .legal-intro {
        font-size: 0.95rem;
    }

    .legal-separator {
        margin: 2rem 0;
    }

    .legal-article h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .legal-article p,
    .legal-article ul li {
        font-size: 0.92rem;
    }

    .legal-article ul {
        margin-top: 1rem;
    }

    /* --- 404 Error Page --- */

    .error-404 {
        padding: 3.5rem 0 5rem;
    }

    .error-404 .container {
        padding: 0 2rem;
    }

    .error-content {
        max-width: 520px;
    }

    .error-image {
        max-width: 420px;
        margin-bottom: 2rem;
    }

    .error-404 h1 {
        font-size: 2rem;
    }

    .error-404 p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}


@media (max-width: 768px) {

    /* TOP BAR */
    .top-bar span {
        font-size: 0.82rem;
    }

    /* --- HEADER & NAVIGATION --- */
    .header {
        padding: var(--container-mobile-padding);
    }

    .header-logo {
        height: 34px;
        width: auto;
    }

    .nav-right {
        gap: 1.5rem;
    }

    .language-btn {
        font-size: 0.95rem;
    }

    /* --- HERO SECTION --- */
    .hero {
        padding: 2.5rem 1.5rem;
    }

    .hero-container {
        gap: 2.5rem;
    }

    .hero-title {
        font-size: 1.15rem;
        line-height: 1.2;
        max-width: 600px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2rem;
        max-width: 600px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }

    .btn-secondary svg {
        width: 18px;
        height: 18px;
    }

    .hero-image img {
        max-width: 300px;
    }

    /* PRODUCTS */
    .products {
        padding: 3rem 1.5rem;
    }

    .products-header {
        margin-bottom: 2.5rem;
    }

    .products-title {
        font-size: 1.25rem;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .product-info {
        padding: 0.875rem 0.5rem;
    }

    .product-title {
        font-size: 1rem;
    }

    .product-category {
        font-size: 0.875rem;
    }

    .product-image {
        width: 100%;
        height: 240px;
    }

    .current-price {
        font-size: 1.125rem;
    }

    .old-price {
        font-size: 0.9375rem;
    }

    .cart-icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .cart-icon svg {
        width: 18px;
        height: 18px;
    }

    .discount-badge {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem;
    }

    /* ABOUT */
    .about {
        padding: 2.5rem 1.5rem;
    }

    .about-container {
        gap: 2rem;
    }

    .about-label {
        font-size: 0.875rem;
    }

    .about-title {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .about-description {
        font-size: 0.95rem;
        margin-bottom: 1.75rem;
    }

    .about-badges {
        gap: 1.25rem;
    }

    .about-badges img {
        height: 55px;
    }

    .about-image img {
        max-width: 100%;
    }

    /* FAQ */
    .faq {
        padding: 2.5rem 1.5rem;
    }

    .faq-header {
        margin-bottom: 2.5rem;
    }

    .faq-title {
        font-size: 1.25rem;
    }

    .faq-layout {
        gap: 2.5rem;
    }

    .faq-item {
        padding: 1.25rem 0;
    }

    .faq-question span {
        font-size: 0.92rem;
    }

    .faq-answer p {
        font-size: 0.875rem;
    }

    /* REVIEWS */
    .reviews {
        padding: 2.5rem 0;
    }

    .reviews .container {
        padding: 0 1.5rem;
    }

    .reviews-header {
        margin-bottom: 2.5rem;
    }

    .reviews-title {
        font-size: 1.25rem;
    }

    .reviews-description {
        font-size: 0.875rem;
        max-width: 100%;
    }

    .reviews-track {
        padding: 1rem 1.5rem;
        gap: 1.25rem;
    }

    .review-card {
        flex: 0 0 85%;
        max-width: 350px;
        padding: 1.25rem;
        gap: 1.25rem;
    }

    .quote-icon svg {
        width: 32px;
        height: 32px;
    }

    .review-text {
        font-size: 0.875rem;
    }

    .user-avatar {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
    }

    .user-name {
        font-size: 0.875rem;
    }

    .user-location {
        font-size: 0.8125rem;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
    }

    .nav-btn svg {
        width: 20px;
        height: 20px;
    }

    /* --- FOOTER SECTION --- */
    .footer {
        padding: 2.5rem 1.5rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 3rem;
        margin-bottom: 2.5rem;
    }

    .footer-left {
        gap: 1.5rem;
        align-items: center;
        text-align: center;
    }

    .footer-description {
        max-width: 600px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-right {
        gap: 1.5rem;
        text-align: center;
        padding: 0 2rem;
    }

    .footer-column {
        align-items: center;
    }

    .footer-links,
    .footer-contact {
        gap: 0.75rem;
    }

    .footer-links li,
    .footer-contact li {
        font-size: 0.87rem;
    }

    .footer-separator {
        margin-bottom: 1.5rem;
    }

    .footer-bottom {
        gap: 0.5rem;
        text-align: center;
    }

    .footer-copyright,
    .footer-vat {
        font-size: 0.75rem;
    }

    /* PRODUCT SECTION */
    .product-section {
        padding: 1.5rem;
    }

    .product-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .product-gallery {
        order: -1;
        position: relative;
        top: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-image {
        width: 400px;
        height: 400px;
        max-width: 100%;
    }

    .thumbnail-images {
        grid-template-columns: repeat(4, 90px);
        gap: 1rem;
        justify-content: center;
    }

    .thumbnail {
        width: 90px;
        height: 90px;
    }

    .product-page-info {
        order: 1;
    }

    .product-page-title {
        font-size: 1.5rem;
    }

    .product-page-category {
        font-size: 0.9rem;
    }

    .product-variant {
        max-width: 100%;
    }

    .variant-select {
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
    }

    .product-page-price {
        font-size: 1.35rem;
    }

    .product-page-old-price {
        font-size: 0.95rem;
    }

    .product-discount-badge {
        font-size: 0.75rem;
        padding: 0.35rem 0.5rem;
        margin-left: 0.75rem;
    }

    .product-star {
        font-size: 1rem;
    }

    .review-count {
        font-size: 0.875rem;
    }

    .stock-badge {
        font-size: 0.8rem;
        padding: 0.35rem 0.9rem;
    }

    .product-about-title {
        font-size: 0.92rem;
    }

    .product-about-text {
        font-size: 0.85rem;
    }

    .quantity-selector {
        padding: 0.4rem;
        gap: 0.1rem;
    }

    .quantity-btn {
        width: 34px;
        height: 34px;
    }

    .quantity-btn::before {
        width: 38px;
        height: 38px;
    }

    .quantity-input {
        font-size: 0.95rem;
    }

    .order-button {
        padding: 0.85rem 1.5rem;
        font-size: 0.9rem;
    }

    /* --- PRIVACY SECTION --- */
    .legal-page {
        padding: 2.5rem 1.5rem;
    }

    .legal-content {
        max-width: 600px;
    }

    .legal-header {
        margin-bottom: 2rem;
    }

    .legal-title {
        font-size: 1.75rem;
        margin-bottom: 0.875rem;
    }

    .legal-date {
        font-size: 0.8125rem;
        margin-bottom: 1.5rem;
    }

    .legal-intro {
        font-size: 0.9375rem;
    }

    .legal-separator {
        margin: 1.75rem 0;
    }

    .legal-article h2 {
        font-size: 1.125rem;
        margin-bottom: 0.875rem;
    }

    .legal-article p,
    .legal-article ul li {
        font-size: 0.88rem;
    }

    .legal-article ul {
        margin-top: 0.875rem;
    }

    .legal-article ul li {
        padding-left: 1.25rem;
        margin-bottom: 0.375rem;
    }

    /* --- 404 Error Page --- */

    .error-404 {
        padding: 3rem 0 4rem;
    }

    .error-404 .container {
        padding: 0 1.5rem;
    }

    .error-content {
        max-width: 500px;
    }

    .error-image {
        max-width: 400px;
        margin-bottom: 1.5rem;
    }

    .error-404 h1 {
        font-size: 1.5rem;
    }

    .error-404 p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

}

@media (max-width: 480px) {

    /* TOP BAR */
    .top-bar span {
        font-size: 0.75rem;
    }

    .hero-title {
        font-size: 2.1rem;
        line-height: 1.2;
        max-width: 600px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2rem;
        max-width: 600px;
    }

    /* --- HERO SECTION --- */
    .hero-container {
        gap: 2.5rem;
    }

    .hero-title {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        max-width: 400px;
    }

    .hero-subtitle {
        font-size: 0.92rem;
        margin-bottom: 2rem;
        max-width: 350px;
    }

    .hero-buttons {
        margin-bottom: 1.5rem;
    }

    .btn-primary,
    .btn-secondary {
        padding: 1rem 1.25rem;
        font-size: 0.92rem;
    }

    .hero-image img {
        max-width: 280px;
    }

    /* PRODUCTS */
    .products {
        padding: 2.5rem 1rem;
    }

    .products-header {
        margin-bottom: 2rem;
    }

    .products-title {
        font-size: 1rem;
    }

    .products-grid {
        gap: 1rem;
    }

    .cart-icon {
        top: 0.5rem;
        right: 0.5rem;
    }

    .discount-badge {
        bottom: 0.6rem;
    }

    .product-info {
        padding: 0.75rem 0.375rem;
    }

    .product-title {
        font-size: 0.92rem;
        margin-bottom: 0.375rem;
    }

    .product-category {
        font-size: 0.8125rem;
        margin-bottom: 0.375rem;
    }

    .product-image {
        width: 100%;
        height: 200px;
    }

    .stars {
        gap: 0;
    }

    .rating-count {
        font-size: 0.79rem;
    }

    .current-price {
        font-size: 0.95rem;
    }

    .old-price {
        font-size: 0.83rem;
    }

    /* FEATURES */
    .features {
        padding: 1.75rem 1rem;
    }

    .features-grid {
        gap: 1.5rem;
    }

    .feature-icon {
        margin-bottom: 0.75rem;
    }

    .feature-title {
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
    }

    .feature-description {
        font-size: 0.8rem;
    }

    /* ABOUT */
    .about {
        padding: 2rem 1rem;
    }

    .about-container {
        gap: 1.75rem;
        padding: 0;
    }

    .about-label {
        font-size: 0.8125rem;
        margin-bottom: 0.75rem;
    }

    .about-title {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .about-description {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .about-badges {
        gap: 1rem;
    }

    /* FAQ */
    .faq {
        padding: 2rem 1rem;
    }

    .faq-header {
        margin-bottom: 2rem;
    }

    .faq-title {
        font-size: 1rem;
    }

    .faq-layout {
        gap: 2rem;
    }

    .faq-item {
        padding: 1rem 0;
    }

    .faq-question {
        gap: 0.75rem;
    }

    .faq-question span {
        font-size: 0.875rem;
    }

    .faq-question svg {
        width: 20px;
        height: 20px;
    }

    .faq-answer p {
        font-size: 0.8125rem;
    }

    .faq-item.active .faq-answer {
        max-height: 400px;
        margin-top: 0.75rem;
    }

    /* REVIEWS */
    .reviews {
        padding: 2rem 0;
    }

    .reviews .container {
        padding: 0 1rem;
    }

    .reviews-header {
        margin-bottom: 2rem;
    }

    .reviews-title {
        font-size: 1rem;
    }

    .reviews-description {
        font-size: 0.8125rem;
    }

    .reviews-track {
        padding: 1rem;
        gap: 1rem;
    }

    .review-card {
        flex: 0 0 90%;
        max-width: 320px;
        padding: 1rem;
        gap: 1rem;
    }

    .star {
        font-size: 1.125rem;
    }

    .quote-icon svg {
        width: 28px;
        height: 28px;
    }

    .review-text {
        font-size: 0.8125rem;
    }

    .user-avatar {
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
    }

    .user-name {
        font-size: 0.8125rem;
    }

    .user-location {
        font-size: 0.75rem;
    }

    .nav-btn {
        width: 38px;
        height: 38px;
    }

    /* --- FOOTER SECTION --- */
    .footer {
        padding: 2rem 1.5rem;
    }

    .footer-top {
        gap: 2.5rem;
        margin-bottom: 2rem;
    }

    .footer-left {
        gap: 1.25rem;
    }

    .footer-logo {
        width: 120px;
        height: auto;
    }

    .footer-description {
        font-size: 0.85rem;
        max-width: 350px;
    }

    .footer-social {
        gap: 0.875rem;
    }

    .footer-right {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-column {
        text-align: center;
    }

    .footer-links,
    .footer-contact {
        gap: 0.5rem;
    }

    .footer-links li,
    .footer-contact li {
        font-size: 0.85rem;
    }

    .footer-separator {
        margin-bottom: 1rem;
    }

    /* PRODUCT SECTION */
    .product-section {
        padding: 1rem;
    }

    .product-layout {
        gap: 1.5rem;
    }

    .product-gallery {
        align-items: center;
    }

    .main-image {
        width: 350px;
        height: 350px;
        max-width: 100%;
    }

    .thumbnail-images {
        grid-template-columns: repeat(3, 80px);
        gap: 0.75rem;
        justify-content: center;
    }

    .thumbnail {
        width: 80px;
        height: 80px;
    }

    .product-page-title {
        font-size: 1.35rem;
    }

    .product-page-category {
        font-size: 0.85rem;
    }

    .variant-select {
        font-size: 0.8125rem;
    }

    .product-page-price {
        font-size: 1.2rem;
    }

    .product-page-old-price {
        font-size: 0.9rem;
    }

    .product-discount-badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.45rem;
        margin-left: 0.5rem;
    }

    .product-star {
        font-size: 0.95rem;
    }

    .review-count {
        font-size: 0.8125rem;
    }

    .stock-badge {
        font-size: 0.75rem;
        padding: 0.3rem 0.8rem;
    }

    .product-page-info {
        gap: 0.5rem;
    }

    .product-about-title {
        font-size: 0.88rem;
    }

    .product-about-text {
        font-size: 0.82rem;
    }

    /* BREADCRUMB */
    .breadcrumb {
        padding: 1rem 1.5rem;
    }

    .breadcrumb-list a,
    .current {
        font-size: 0.75rem;
    }

    /* --- PRIVACY SECTION --- */
    .legal-page {
        padding: 2rem 1.5rem;
    }

    .legal-content {
        max-width: 100%;
    }

    .legal-header {
        margin-bottom: 1.75rem;
    }

    .legal-title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .legal-date {
        font-size: 0.79rem;
        margin-bottom: 1.25rem;
    }

    .legal-intro {
        font-size: 0.9rem;
    }

    .legal-separator {
        margin: 1.5rem 0;
    }

    .legal-article h2 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .legal-article p,
    .legal-article ul li {
        font-size: 0.85rem;
    }

    .legal-article ul {
        margin-top: 0.75rem;
    }

    .legal-article ul li {
        padding-left: 1rem;
        margin-bottom: 0.25rem;
    }

    /* --- 404 Error Page --- */

    .error-404 {
        padding: 2.5rem 0 3rem;
    }

    .error-content {
        max-width: 400px;
    }

    .error-image {
        max-width: 300px;
        margin-bottom: 1rem;
    }

    .error-404 h1 {
        font-size: 1.1rem;
    }

    .error-404 p {
        font-size: 0.92rem;
        margin-bottom: 1rem;
    }
}


@media (max-width: 360px) {

    /* HERO */
    .hero-image img {
        max-width: 260px;
    }

    /* PRODUCTS */

    .product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    /* ABOUT */
    .about {
        padding: 1.75rem 0.875rem;
    }

    .about-title {
        font-size: 1rem;
    }

    .about-description {
        font-size: 0.8125rem;
    }

    /* FAQ */

    .faq-title {
        font-size: 1rem;
    }

    .faq-question span {
        font-size: 0.8125rem;
    }

    /* --- FOOTER SECTION --- */
    .footer {
        padding: 2rem 1.5rem;
    }

    .footer-top {
        gap: 2rem;
        margin-bottom: 1.75rem;
    }

    .footer-left {
        gap: 1rem;
    }

    .footer-description {
        font-size: 0.88rem;
        max-width: 300px;
    }

    .footer-social {
        gap: 0.75rem;
    }

    .footer-social svg {
        width: 34px;
        height: 34px;
    }

    .footer-right {
        gap: 1.75rem;
    }

    .footer-column-title {
        font-size: 0.8rem;
    }

    .footer-copyright,
    .footer-vat {
        font-size: 0.73rem;
    }

    /* PRODUCT SECTION */
    .product-section {
        padding: 0.875rem;
    }

    .product-gallery {
        align-items: stretch;
        gap: 0.5rem;
    }

    .main-image {
        width: 100%;
        height: auto;
        max-width: 100%;
        aspect-ratio: 1 / 1;
    }

    .thumbnail-images {
        grid-template-columns: repeat(3, 70px);
        gap: 1rem;
        justify-content: start;
    }

    .thumbnail {
        width: 76px;
        height: 76px;
    }

    .product-page-title {
        font-size: 1.2rem;
    }
}