/*
Theme Name: PadelUp Store
Theme URI: https://padelup.store
Author: PadelUp Team
Author URI: https://padelup.store
Description: Тема для падель-магазина на базе WooCommerce + Elementor
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: padelup
Tags: e-commerce, custom-logo, custom-menu, featured-images, theme-options
WC requires at least: 8.0
WC tested up to: 9.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --color-primary: #c8ff00;
    --color-dark: #1a1a1a;
    --color-darker: #111111;
    --color-darkest: #0a0a0a;
    --color-gray-dark: #2a2a2a;
    --color-gray: #555555;
    --color-gray-light: #888888;
    --color-light: #f5f5f5;
    --color-white: #ffffff;
    --color-text: #333333;
    --color-text-light: #666666;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --container-width: 1280px;
    --header-height: 80px;
    --topbar-height: 40px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-family); color: var(--color-text); background-color: var(--color-white); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; }
.container { max-width: var(--container-width); margin: 0 auto; padding: 0 20px; }

/* TOP BAR */
.topbar { background-color: var(--color-darker); color: var(--color-white); font-size: 0.75rem; height: var(--topbar-height); display: flex; align-items: center; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.topbar__info { display: flex; gap: 30px; }
.topbar__info span { opacity: 0.8; }
.topbar__info span:first-child { color: var(--color-primary); font-weight: 600; }
.topbar__links { display: flex; gap: 20px; align-items: center; }
.topbar__links a { opacity: 0.8; transition: opacity 0.3s; }
.topbar__links a:hover { opacity: 1; }
.topbar__lang { font-weight: 600; cursor: pointer; }

/* HEADER */
.header { background-color: var(--color-white); border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 1000; }
.header .container { display: flex; align-items: center; justify-content: space-between; height: var(--header-height); }
.header__logo { font-size: 1.75rem; font-weight: 900; color: var(--color-dark); letter-spacing: -1px; }
.header__logo span { color: var(--color-primary); }
.header__nav { display: flex; gap: 28px; }
.header__nav-list { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.header__nav a, .header__nav-list a { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--color-dark); position: relative; padding: 5px 0; text-decoration: none; }
.header__nav a:hover, .header__nav-list a:hover { color: var(--color-primary); }
.header__nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--color-primary); transition: width 0.3s ease; }
.header__nav a:hover::after { width: 100%; }
.header__actions { display: flex; gap: 18px; align-items: center; }
.header__action-btn { position: relative; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; transition: background-color 0.3s; }
.header__action-btn:hover { background-color: var(--color-light); }
.header__action-btn svg { width: 22px; height: 22px; }
.header__cart-count { position: absolute; top: 2px; right: 2px; background: var(--color-primary); color: var(--color-dark); font-size: 0.65rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* HERO */
.hero { background-color: var(--color-dark); position: relative; overflow: hidden; }
.hero__slide { display: flex; align-items: center; min-height: 520px; padding: 60px 0; }
.hero__content { flex: 1; max-width: 500px; z-index: 2; padding-left: 60px; }
.hero__badge { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--color-gray-light); margin-bottom: 20px; }
.hero__title { font-size: 3.5rem; font-weight: 900; line-height: 1.05; color: var(--color-white); margin-bottom: 20px; text-transform: uppercase; }
.hero__title span { color: var(--color-primary); }
.hero__desc { font-size: 1rem; color: var(--color-gray-light); margin-bottom: 30px; line-height: 1.5; }
.hero__image { flex: 1; display: flex; justify-content: center; align-items: center; position: relative; }
.hero__image img { max-height: 420px; object-fit: contain; transform: rotate(-15deg); }
.hero__dots { display: flex; gap: 8px; margin-top: 30px; }
.hero__dot { width: 40px; height: 3px; background: var(--color-gray); cursor: pointer; transition: background 0.3s; }
.hero__dot.active { background: var(--color-primary); width: 60px; }
.hero__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--color-white); transition: background 0.3s; z-index: 5; font-size: 1.5rem; }
.hero__arrow:hover { background: var(--color-primary); color: var(--color-dark); }
.hero__arrow--prev { left: 20px; }
.hero__arrow--next { right: 20px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 4px; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; cursor: pointer; }
.btn--primary { background: var(--color-primary); color: var(--color-dark); }
.btn--primary:hover { background: #b8ef00; transform: translateY(-2px); }
.btn--outline { border: 2px solid var(--color-white); color: var(--color-white); background: transparent; }
.btn--outline:hover { background: var(--color-white); color: var(--color-dark); }
.btn--dark { background: var(--color-dark); color: var(--color-white); }
.btn--dark:hover { background: #2a2a2a; }
.btn__arrow { font-size: 1.2rem; transition: transform 0.3s; }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* CATEGORIES */
.categories { padding: 60px 0; }
.categories__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.category-card { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 1; cursor: pointer; background: var(--color-dark); display: block; }
.category-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.category-card:hover .category-card__image { transform: scale(1.08); }
.category-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.category-card__badge { position: absolute; top: 12px; left: 12px; background: var(--color-primary); color: var(--color-dark); font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; text-transform: uppercase; }
.category-card__title { color: var(--color-white); font-size: 1rem; font-weight: 700; text-transform: uppercase; margin-bottom: 4px; }
.category-card__link { color: var(--color-primary); font-size: 0.8rem; font-weight: 500; display: flex; align-items: center; gap: 6px; }

/* SECTION TITLES */
.section-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.section-title__text { font-size: 1.5rem; font-weight: 800; text-transform: uppercase; color: var(--color-dark); }
.section-title__link { font-size: 0.85rem; font-weight: 600; color: var(--color-gray-light); display: flex; align-items: center; gap: 6px; transition: color 0.3s; }
.section-title__link:hover { color: var(--color-dark); }

/* PRODUCT CARDS */
.products-section { padding: 40px 0 60px; }
.products__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { border-radius: 12px; overflow: hidden; background: var(--color-white); border: 1px solid #eee; transition: box-shadow 0.3s, transform 0.3s; position: relative; }
.product-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); transform: translateY(-4px); }
.product-card__image-wrapper { position: relative; padding: 20px; background: var(--color-light); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.product-card__image { max-height: 180px; object-fit: contain; transition: transform 0.3s; }
.product-card:hover .product-card__image { transform: scale(1.05); }
.product-card__wishlist { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: var(--color-white); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s; opacity: 0; }
.product-card:hover .product-card__wishlist { opacity: 1; }
.product-card__wishlist:hover { background: var(--color-primary); }
.product-card__wishlist svg { width: 18px; height: 18px; }
.product-card__info { padding: 16px; }
.product-card__brand { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; color: var(--color-gray-light); margin-bottom: 4px; }
.product-card__name { font-size: 0.9rem; font-weight: 500; color: var(--color-dark); margin-bottom: 12px; line-height: 1.3; }
.product-card__name a { color: inherit; }
.product-card__bottom { display: flex; justify-content: space-between; align-items: center; }
.product-card__price { font-size: 1.1rem; font-weight: 800; color: var(--color-dark); }
.product-card__cart-btn { width: 40px; height: 40px; background: var(--color-primary); border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.product-card__cart-btn:hover { background: #b8ef00; }
.product-card__cart-btn svg { width: 18px; height: 18px; }

/* BRAND FILTERS */
.brand-filters { display: flex; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.brand-filter { width: 70px; height: 30px; display: flex; align-items: center; justify-content: center; border: 2px solid #eee; border-radius: 6px; padding: 4px 8px; cursor: pointer; transition: border-color 0.3s; }
.brand-filter:hover, .brand-filter.active { border-color: var(--color-dark); }

/* BRANDS */
.brands-section { padding: 50px 0; background: var(--color-white); border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.brands__title { text-align: center; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--color-gray); margin-bottom: 30px; }
.brands__list { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; }
.brands__item { opacity: 0.5; transition: opacity 0.3s; }
.brands__item:hover { opacity: 1; }

/* PROMO BANNERS */
.promo-banners { padding: 60px 0; }
.promo-banners__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.promo-banner { position: relative; border-radius: 16px; overflow: hidden; min-height: 280px; display: flex; align-items: center; padding: 40px; cursor: pointer; }
.promo-banner--dark { background: var(--color-dark); color: var(--color-white); }
.promo-banner--gray { background: #2a2a2a; color: var(--color-white); }
.promo-banner__content { position: relative; z-index: 2; }
.promo-banner__subtitle { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.promo-banner__title { font-size: 2.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 12px; }
.promo-banner__title span { color: var(--color-primary); }
.promo-banner__desc { font-size: 0.9rem; opacity: 0.7; margin-bottom: 24px; }
.promo-banner__image { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); max-height: 220px; z-index: 1; }

/* BENEFITS */
.benefits { padding: 40px 0; background: var(--color-light); }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.benefit { display: flex; align-items: center; gap: 16px; }
.benefit__icon { width: 48px; height: 48px; background: var(--color-white); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.benefit__icon svg { width: 24px; height: 24px; }
.benefit__text { font-size: 0.8rem; font-weight: 600; line-height: 1.4; }
.benefit__text span { display: block; font-weight: 400; color: var(--color-gray-light); font-size: 0.75rem; margin-top: 2px; }

/* INSTAGRAM */
.instagram { padding: 60px 0; }
.instagram__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.instagram__title { font-size: 1.2rem; font-weight: 700; text-transform: uppercase; }
.instagram__subtitle { font-size: 0.85rem; color: var(--color-gray-light); margin-top: 4px; }
.instagram__follow { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.instagram__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.instagram__item { aspect-ratio: 1; border-radius: 12px; overflow: hidden; position: relative; cursor: pointer; display: block; }
.instagram__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.instagram__item:hover img { transform: scale(1.08); }
.instagram__item-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.instagram__item:hover .instagram__item-overlay { opacity: 1; }
.instagram__item-overlay svg { width: 30px; height: 30px; color: var(--color-white); }

/* NEWSLETTER */
.newsletter { padding: 60px 0; background: var(--color-dark); color: var(--color-white); }
.newsletter .container { display: flex; justify-content: space-between; align-items: center; }
.newsletter__title { font-size: 1.3rem; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; }
.newsletter__desc { font-size: 0.85rem; opacity: 0.6; }
.newsletter__form { display: flex; gap: 0; }
.newsletter__input { padding: 14px 20px; background: var(--color-gray-dark); border: 1px solid #444; border-right: none; border-radius: 4px 0 0 4px; color: var(--color-white); width: 300px; font-size: 0.9rem; }
.newsletter__input::placeholder { color: var(--color-gray); }
.newsletter__input:focus { outline: none; border-color: var(--color-primary); }
.newsletter__btn { padding: 14px 24px; background: var(--color-primary); color: var(--color-dark); border: none; border-radius: 0 4px 4px 0; font-weight: 700; font-size: 1rem; cursor: pointer; transition: background 0.3s; }
.newsletter__btn:hover { background: #b8ef00; }

/* FOOTER */
.footer { background: var(--color-darkest); color: var(--color-white); padding: 60px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer__logo { font-size: 1.5rem; font-weight: 900; margin-bottom: 16px; }
.footer__logo span { color: var(--color-primary); }
.footer__desc { font-size: 0.85rem; opacity: 0.5; line-height: 1.6; margin-bottom: 20px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: background 0.3s; color: var(--color-white); }
.footer__social a:hover { background: var(--color-primary); color: var(--color-dark); }
.footer__social a svg { width: 18px; height: 18px; }
.footer__heading { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.footer__links { display: flex; flex-direction: column; gap: 12px; }
.footer__links a { font-size: 0.85rem; opacity: 0.5; transition: opacity 0.3s; }
.footer__links a:hover { opacity: 1; color: var(--color-primary); }
.footer__contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.footer__contact-item svg { width: 18px; height: 18px; opacity: 0.5; margin-top: 2px; flex-shrink: 0; }
.footer__contact-item p { font-size: 0.85rem; opacity: 0.5; line-height: 1.5; }
.footer__phone { font-size: 1.2rem; font-weight: 700; opacity: 1 !important; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 0.8rem; opacity: 0.4; }
.footer__bottom-links { display: flex; gap: 20px; }
.footer__bottom-links a { opacity: 0.8; }

/* MOBILE MENU */
.mobile-menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-white); z-index: 9999; overflow-y: auto; transform: translateX(-100%); transition: transform 0.3s ease; }
.mobile-menu.active { transform: translateX(0); }
.mobile-menu__header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #eee; }
.mobile-menu__close { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.mobile-menu__nav { padding: 20px; }
.mobile-menu__nav a { display: block; padding: 14px 0; font-size: 1.1rem; font-weight: 600; text-transform: uppercase; border-bottom: 1px solid #eee; }
.mobile-menu__nav a:hover { color: var(--color-primary); }

/* WOOCOMMERCE */
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.woocommerce ul.products li.product { width: auto; margin: 0; padding: 0; float: none; }
.woocommerce nav.woocommerce-pagination ul { border: none; display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { border: 1px solid #ddd; border-radius: 8px; padding: 10px 16px; font-weight: 600; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--color-primary); border-color: var(--color-primary); color: var(--color-dark); }

/* MY ACCOUNT */
.woocommerce-account .woocommerce-MyAccount-content { padding: 0; }
.account-welcome { margin-bottom: 30px; }
.account-welcome h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 8px; }
.account-welcome p { color: var(--color-gray-light); }

.account-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.account-stat { background: var(--color-light); border-radius: 12px; padding: 24px; display: flex; align-items: center; gap: 16px; }
.account-stat__icon { width: 48px; height: 48px; background: var(--color-white); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--color-primary); }
.account-stat__info { flex: 1; }
.account-stat__number { display: block; font-size: 1.5rem; font-weight: 800; }
.account-stat__label { font-size: 0.85rem; color: var(--color-gray-light); }
.account-stat__link { font-size: 0.8rem; font-weight: 600; color: var(--color-gray-light); text-decoration: none; white-space: nowrap; }
.account-stat__link:hover { color: var(--color-dark); }

.account-section { margin-bottom: 40px; }
.account-section__title { font-size: 1.2rem; font-weight: 700; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid #eee; }

.account-orders { display: flex; flex-direction: column; gap: 12px; }
.account-order { display: flex; align-items: center; gap: 20px; padding: 16px 20px; background: var(--color-white); border: 1px solid #eee; border-radius: 8px; }
.account-order__info { flex: 1; }
.account-order__number { font-weight: 700; margin-right: 12px; }
.account-order__date { font-size: 0.85rem; color: var(--color-gray-light); }
.order-status { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.order-status--completed { background: #e8f5e9; color: #2e7d32; }
.order-status--processing { background: #fff3e0; color: #ef6c00; }
.order-status--pending { background: #fff8e1; color: #f9a825; }
.order-status--cancelled { background: #fce4ec; color: #c62828; }
.account-order__total { font-weight: 700; font-size: 1.1rem; }
.account-order__link { font-size: 0.85rem; font-weight: 600; color: var(--color-primary); text-decoration: none; white-space: nowrap; }
.account-order__link:hover { color: var(--color-dark); }

/* LOGIN/REGISTER FORM */
.woocommerce-form-wrapper { display: flex; gap: 40px; align-items: flex-start; }
.woocommerce-form-login-wrap, .woocommerce-form-register-wrap { flex: 1; background: var(--color-white); border: 1px solid #eee; border-radius: 12px; padding: 40px; }
.woocommerce-form-login-wrap h2, .woocommerce-form-register-wrap h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }
.woocommerce-form-login__description, .woocommerce-form-register__description { color: var(--color-gray-light); margin-bottom: 24px; }
.woocommerce-form-divider { display: flex; align-items: center; justify-content: center; width: 40px; color: var(--color-gray-light); font-size: 0.85rem; }
.woocommerce-form-divider span { background: var(--color-white); padding: 12px 0; }
.woocommerce-form label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 0.9rem; }
.woocommerce-form input[type="text"], .woocommerce-form input[type="email"], .woocommerce-form input[type="password"] { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 8px; font-size: 0.95rem; transition: border-color 0.3s; }
.woocommerce-form input:focus { outline: none; border-color: var(--color-primary); }
.woocommerce-form .form-row { margin-bottom: 20px; }
.woocommerce-form .woocommerce-form__label-for-checkbox { display: flex; align-items: center; gap: 8px; font-weight: 400; }
.woocommerce-form .woocommerce-form__label-for-checkbox input { width: auto; }
.woocommerce-button, .woocommerce-form-login__submit, .woocommerce-form-register__submit { display: block; width: 100%; padding: 14px; background: var(--color-primary); color: var(--color-dark); border: none; border-radius: 8px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: background 0.3s; }
.woocommerce-button:hover, .woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover { background: #b8ef00; }
.woocommerce-lost-password { font-size: 0.85rem; color: var(--color-gray-light); text-decoration: none; }
.woocommerce-lost-password:hover { color: var(--color-dark); }

/* NAVIGATION */
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0 0 30px; display: flex; gap: 8px; flex-wrap: wrap; }
.woocommerce-MyAccount-navigation li a { display: flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 8px; font-size: 0.9rem; font-weight: 600; color: var(--color-gray); text-decoration: none; transition: all 0.3s; }
.woocommerce-MyAccount-navigation li a:hover { background: var(--color-light); color: var(--color-dark); }
.woocommerce-MyAccount-navigation li.is-active a { background: var(--color-primary); color: var(--color-dark); }
.woocommerce-MyAccount-navigation li a svg { opacity: 0.6; }
.woocommerce-MyAccount-navigation li.is-active a svg { opacity: 1; }

@media (max-width: 768px) {
    .account-stats { grid-template-columns: 1fr; }
    .account-order { flex-direction: column; align-items: flex-start; gap: 12px; }
    .woocommerce-form-wrapper { flex-direction: column; gap: 20px; }
    .woocommerce-form-divider { width: 100%; flex-direction: row; }
    .woocommerce-form-divider span { padding: 0 16px; }
    .woocommerce-MyAccount-navigation ul { flex-direction: column; }
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .categories__grid { grid-template-columns: repeat(3, 1fr); }
    .products__grid { grid-template-columns: repeat(3, 1fr); }
    .instagram__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 992px) {
    .header__nav { display: none; }
    .hero__title { font-size: 2.5rem; }
    .promo-banners__grid { grid-template-columns: 1fr; }
    .benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .topbar { display: none; }
    .categories__grid { grid-template-columns: repeat(2, 1fr); }
    .products__grid { grid-template-columns: repeat(2, 1fr); }
    .instagram__grid { grid-template-columns: repeat(2, 1fr); }
    .newsletter .container { flex-direction: column; gap: 20px; text-align: center; }
    .footer__grid { grid-template-columns: 1fr; }
    .hero__content { padding-left: 20px; }
    .hero__title { font-size: 2rem; }
    .mobile-menu { display: block; }
}
@media (max-width: 480px) {
    .categories__grid, .products__grid, .instagram__grid { grid-template-columns: 1fr; }
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--color-light); }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #999; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.animate-fade-in { animation: fadeInUp 0.6s ease forwards; }