@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');
@import url('/assets/vendor/fontawesome/css/all.min.css');

:root {
  --red: #c40001;
  --red-dark: #780001;
  --red-deep: #430006;
  --rose: #f6dedf;
  --blush: #fbf3f3;
  --cream: #fffaf7;
  --ink: #21191a;
  --muted: #786b6d;
  --line: #eadedf;
  --white: #fff;
  --green: #148759;
  --shadow: 0 22px 60px rgba(88, 0, 8, .12);
  --radius: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Cairo", Tahoma, Arial, sans-serif; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
svg.fill-icon { fill: currentColor; stroke: none; }
.gh-icon { width: 1.15em; display: inline-grid; place-items: center; line-height: 1; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--blush); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head.center { max-width: 760px; margin-inline: auto; margin-bottom: 40px; text-align: center; display: block; }
.section-head h1, .section-head h2 { margin: 4px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.3; letter-spacing: -.035em; }
.section-head p { margin: 10px 0 0; color: var(--muted); }
.eyebrow { margin: 0; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.button { min-height: 48px; padding: 11px 22px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 800; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 14px 28px rgba(196,0,1,.22); }
.button-primary:hover { background: #a90001; box-shadow: 0 17px 34px rgba(196,0,1,.3); }
.button-outline { border-color: var(--line); background: #fff; color: var(--red-dark); }
.button.full { width: 100%; }
.button.grow { flex: 1; }
.button:disabled, .add-cart-btn:disabled { opacity: .48; cursor: not-allowed; transform: none; box-shadow: none; }

/* Header */
.announcement { min-height: 38px; background: linear-gradient(90deg, var(--red-dark), var(--red)); color: #fff; font-size: 10px; font-weight: 700; }
.announcement .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.55); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 8px 28px rgba(64,0,4,.05); backdrop-filter: blur(12px); }
.header-main { min-height: 86px; display: grid; grid-template-columns: auto minmax(260px,1fr) auto; align-items: center; gap: 35px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; direction: ltr; }
.brand-logo { width: 58px; height: 58px; padding: 4px; border: 1px solid #e5d4d5; border-radius: 17px; background: #fff; box-shadow: 0 9px 20px rgba(87,0,4,.09); overflow: hidden; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 12px; }
.brand strong { display: block; font-size: 20px; font-weight: 900; line-height: 1.1; }
.brand small { color: var(--red); font-size: 8px; font-weight: 700; }
.header-search { height: 48px; display: flex; border: 1px solid var(--line); border-radius: 14px; background: #fbf8f8; overflow: hidden; transition: .2s; }
.header-search:focus-within { border-color: rgba(196,0,1,.45); box-shadow: 0 0 0 4px rgba(196,0,1,.07); background: #fff; }
.header-search input { width: 100%; min-width: 0; padding: 0 18px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.header-search button { width: 54px; border: 0; background: var(--red); color: #fff; display: grid; place-items: center; }
.header-actions { display: flex; align-items: center; gap: 8px; direction: ltr; }
.icon-link, .icon-btn, .lang-toggle { height: 42px; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; transition: .22s; }
.icon-link { width: 42px; position: relative; }
.icon-link:hover, .icon-btn:hover { color: var(--red); border-color: rgba(196,0,1,.35); transform: translateY(-2px); }
.icon-link em { position: absolute; top: -7px; right: -6px; min-width: 19px; height: 19px; padding: 0 4px; border: 2px solid #fff; border-radius: 20px; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 8px; font-style: normal; font-weight: 900; }
.icon-link em.is-empty { background: #aaa; }
.lang-toggle { width: 55px; gap: 3px; color: var(--red-dark); font-size: 10px; font-weight: 900; }
.lang-toggle b { display: none; }
.main-nav { border-top: 1px solid #f2e9ea; }
.main-nav .container { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: clamp(18px,2.4vw,34px); }
.main-nav a { position: relative; font-size: 13px; font-weight: 800; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 50% auto; bottom: -14px; width: 0; height: 2px; border-radius: 4px; background: var(--red); transition: .25s; }
.main-nav a:hover { color: var(--red); }
.main-nav a:hover::after { width: 100%; inset-inline: 0 auto; }
.main-nav .deal-link { color: var(--red); }
.mobile-menu-btn, .mobile-search, .mobile-panel, .mobile-overlay { display: none; }

/* Hero */
.store-hero { position: relative; min-height: 610px; overflow: hidden; background: linear-gradient(130deg,#fff8f5 0%,#f8dcdd 52%,#f0b2b3 100%); }
.store-hero::before { content: ""; position: absolute; width: 520px; height: 520px; inset: -190px auto auto -160px; border-radius: 50%; background: rgba(196,0,1,.09); }
.store-hero .container { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 2; max-width: 640px; padding: 70px 0; }
.hero-copy h1 { margin: 10px 0 18px; max-width: 620px; font-size: clamp(45px, 5.3vw, 74px); line-height: 1.2; letter-spacing: -.05em; }
.hero-copy h1 b { font: inherit; }
.hero-copy h1 span { color: var(--red); }
.hero-copy > p { max-width: 570px; margin: 0; color: #655658; font-size: 15px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; }
.hero-points span::before { content: "✓"; width: 22px; height: 22px; border-radius: 50%; background: #fff; color: var(--red); display: grid; place-items: center; box-shadow: 0 5px 13px rgba(91,0,6,.1); }
.hero-visual { align-self: end; height: 570px; position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 50px 0 0; border-radius: 260px 260px 0 0; background: linear-gradient(145deg,var(--red),var(--red-dark)); box-shadow: var(--shadow); }
.hero-visual > img { position: absolute; inset: 25px 0 0; width: 100%; height: calc(100% - 25px); object-fit: contain; object-position: center bottom; filter: drop-shadow(0 30px 30px rgba(60,0,6,.16)); }
.hero-offer-card { position: absolute; z-index: 3; top: 88px; inset-inline-end: -15px; width: 160px; padding: 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.91); box-shadow: var(--shadow); }
.hero-offer-card small { color: var(--red); font-weight: 800; }
.hero-offer-card strong { display: block; margin-top: 5px; font-size: 24px; line-height: 1; }
.service-strip { border-bottom: 1px solid var(--line); background: #fff; }
.service-strip .container { display: grid; grid-template-columns: repeat(4,1fr); }
.service-strip div { min-height: 88px; padding: 18px 24px; border-inline-end: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.service-strip div:last-child { border: 0; }
.service-strip i { width: 40px; height: 40px; border-radius: 13px; background: var(--blush); color: var(--red); display: grid; place-items: center; font-style: normal; font-weight: 900; }
.service-strip strong { display: block; font-size: 12px; }
.service-strip span { display: block; color: var(--muted); font-size: 9px; }

/* Categories and products */
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.category-card { min-height: 390px; position: relative; border-radius: 30px; overflow: hidden; background: #eee; box-shadow: 0 18px 42px rgba(55,0,5,.09); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%,rgba(31,0,4,.78)); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.category-card:hover img { transform: scale(1.055); }
.category-card span { position: absolute; z-index: 2; inset-inline: 24px; bottom: 22px; color: #fff; }
.category-card small { display: block; font-size: 9px; font-weight: 700; }
.category-card strong { display: block; font-size: 21px; }
.products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; transition: .28s ease; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(196,0,1,.25); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #f7eeee; }
.product-media > a, .product-media > a img { width: 100%; height: 100%; }
.product-media img { object-fit: cover; transition: .45s ease; }
.product-card:hover .product-media img { transform: scale(1.045); }
.discount-badge, .hot-badge { position: absolute; z-index: 3; top: 13px; min-height: 25px; padding: 4px 8px; border-radius: 8px; color: #fff; font-size: 9px; font-weight: 900; }
.discount-badge { inset-inline-start: 13px; background: var(--red); }
.hot-badge { inset-inline-end: 13px; background: var(--red-deep); }
.card-tools { position: absolute; z-index: 4; inset-inline-end: 12px; bottom: 12px; display: flex; flex-direction: column; gap: 7px; opacity: 0; transform: translateX(9px); transition: .25s; }
.product-card:hover .card-tools { opacity: 1; transform: none; }
.card-tools button { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.8); border-radius: 11px; background: rgba(255,255,255,.92); color: var(--ink); display: grid; place-items: center; box-shadow: 0 7px 18px rgba(60,0,5,.12); }
.card-tools button:hover, .card-tools button.active { background: var(--red); color: #fff; }
.card-tools svg { width: 17px; }
.card-tools .gh-icon { font-size: 17px; }
.stock-cover { position: absolute; z-index: 2; inset: 0; background: rgba(255,255,255,.62); display: grid; place-items: center; backdrop-filter: grayscale(1); }
.stock-cover span { padding: 8px 14px; border-radius: 9px; background: var(--red-deep); color: #fff; font-size: 10px; font-weight: 900; }
.product-info { padding: 17px; }
.product-category { color: var(--red); font-size: 8px; font-weight: 800; }
.product-info h3 { min-height: 48px; margin: 4px 0 1px; font-size: 14px; line-height: 1.65; }
.product-info h3 a:hover { color: var(--red); }
.product-brand { color: var(--muted); font-size: 8px; font-weight: 700; }
.price-row { min-height: 35px; margin-top: 10px; display: flex; align-items: center; gap: 8px; }
.price-row strong { color: var(--red-dark); font-size: 16px; }
.price-row del { color: #a89d9f; font-size: 10px; }
.add-cart-btn { width: 100%; min-height: 42px; margin-top: 9px; border: 0; border-radius: 11px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 10px; font-weight: 800; transition: .22s; }
.add-cart-btn:hover { background: var(--red); }
.add-cart-btn svg { width: 17px; }
.offer-banner { min-height: 370px; position: relative; border-radius: 34px; background: linear-gradient(100deg,rgba(52,0,5,.96),rgba(154,0,1,.86)), url('/assets/images/products/lipsticks-main.webp') center/cover; color: #fff; display: flex; align-items: center; overflow: hidden; box-shadow: var(--shadow); }
.offer-banner::after { content: "HOT DEALS"; position: absolute; inset-inline-end: 2%; bottom: -5%; color: rgba(255,255,255,.045); font: 900 clamp(70px,12vw,170px)/1 Arial; white-space: nowrap; }
.offer-banner > div { position: relative; z-index: 2; max-width: 570px; padding: 55px; }
.offer-banner h2 { margin: 10px 0; font-size: clamp(35px,5vw,62px); line-height: 1.25; }
.offer-banner p { color: #f6dfe1; }
.offer-banner .button { margin-top: 14px; background: #fff; color: var(--red-dark); }

/* Inner pages */
.page-hero { padding: 68px 0; background: linear-gradient(135deg,#fff8f5,#f3d5d6); border-bottom: 1px solid var(--line); }
.page-hero .container { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.page-hero h1 { margin: 5px 0 0; font-size: clamp(34px,5vw,58px); line-height: 1.25; }
.page-hero p { max-width: 550px; margin: 0; color: var(--muted); }
.catalog-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 34px; }
.filters { position: sticky; top: 170px; height: fit-content; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.filters h2 { margin: 0 0 18px; font-size: 17px; }
.filter-group { margin-top: 16px; }
.filter-group label { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 800; }
.filter-group input[type=search], .filter-group select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: #fbf8f8; }
.check-line { display: flex !important; align-items: center; gap: 8px; }
.catalog-main-head { min-height: 45px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.catalog-main-head span { color: var(--muted); font-size: 11px; }
.catalog-main-head select { height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.empty-state { grid-column: 1 / -1; min-height: 280px; padding: 50px 20px; border: 1px dashed #d9c7c9; border-radius: 24px; background: var(--blush); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-state.large { min-height: 440px; }
.empty-state strong { font-size: 24px; }
.empty-state p { color: var(--muted); }
.empty-state .button { margin-top: 20px; }

/* Product details */
.product-detail-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 16px; direction: ltr; }
.main-product-image { min-width: 0; position: relative; aspect-ratio: 1 / 1; border-radius: 28px; background: var(--blush); overflow: hidden; }
.main-product-image > img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbnails { display: flex; flex-direction: column; gap: 10px; }
.product-thumbnails button { width: 88px; height: 88px; padding: 0; border: 2px solid transparent; border-radius: 14px; background: var(--blush); overflow: hidden; }
.product-thumbnails button.active { border-color: var(--red); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.detail-stock-out { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); padding: 10px 16px; border-radius: 10px; background: rgba(49,0,5,.9); color: #fff; font-size: 11px; font-weight: 900; white-space: nowrap; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 9px; }
.detail-brand { display: inline-block; margin-top: 34px; color: var(--red); font-size: 11px; font-weight: 900; }
.product-summary h1 { margin: 8px 0 12px; font-size: clamp(31px,4vw,49px); line-height: 1.35; }
.detail-rating { display: flex; align-items: center; gap: 12px; }
.detail-rating span { color: #e2a72a; letter-spacing: 2px; }
.detail-rating small { color: var(--muted); font-size: 9px; }
.product-summary > p { margin: 22px 0; color: var(--muted); font-size: 13px; line-height: 2; }
.detail-price { display: flex; align-items: center; gap: 12px; }
.detail-price strong { color: var(--red-dark); font-size: 31px; }
.detail-price del { color: #9b9092; }
.detail-price span { padding: 4px 8px; border-radius: 7px; background: var(--rose); color: var(--red); font-size: 10px; font-weight: 900; }
.stock-line { margin-top: 15px; color: var(--green); display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; }
.stock-line i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(20,135,89,.1); }
.stock-line.out { color: var(--red); }
.product-buy-row { display: flex; gap: 12px; margin-top: 26px; }
.qty-control { height: 48px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; overflow: hidden; background: #fff; direction: ltr; }
.qty-control button { width: 38px; height: 100%; border: 0; background: #fff; font-size: 17px; }
.qty-control input { width: 42px; height: 100%; border: 0; outline: 0; text-align: center; appearance: textfield; }
.product-secondary-actions { display: flex; gap: 10px; margin-top: 11px; }
.product-secondary-actions button { min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 11px; background: #fff; display: flex; align-items: center; gap: 7px; font-size: 9px; font-weight: 800; }
.product-secondary-actions button:hover { color: var(--red); border-color: rgba(196,0,1,.3); }
.product-promises { margin: 26px 0 0; padding: 20px 22px; border-radius: 17px; background: var(--blush); list-style: none; }
.product-promises li { position: relative; padding-inline-start: 21px; font-size: 10px; font-weight: 700; }
.product-promises li + li { margin-top: 7px; }
.product-promises li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--red); font-weight: 900; }

/* Brands, cart, compare */
.brands-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.brand-card { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: .25s; }
.brand-card:hover { transform: translateY(-5px); border-color: rgba(196,0,1,.28); box-shadow: var(--shadow); }
.brand-card > span { width: 65px; height: 65px; border-radius: 20px; background: linear-gradient(145deg,var(--red),var(--red-dark)); color: #fff; display: grid; place-items: center; font-size: 23px; font-weight: 900; }
.brand-card strong { margin-top: 18px; font-size: 18px; direction: ltr; }
.brand-card small { color: var(--muted); }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 34px; align-items: start; }
.cart-items { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.cart-item { min-height: 150px; padding: 20px; display: grid; grid-template-columns: 110px minmax(0,1fr) auto 100px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border: 0; }
.cart-item img { width: 110px; height: 110px; border-radius: 16px; object-fit: cover; }
.cart-item span, .cart-item small { color: var(--muted); font-size: 8px; }
.cart-item h3 { margin: 3px 0; font-size: 14px; }
.cart-item div > button { padding: 0; border: 0; background: transparent; color: var(--red); font-size: 9px; }
.order-summary { position: sticky; top: 170px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 45px rgba(71,0,6,.07); }
.order-summary h2 { margin: 0 0 20px; }
.order-summary > div, .summary-lines > div { padding: 11px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 10px; }
.order-summary b { font-size: 10px; }
.summary-total { margin-top: 7px; padding-top: 18px !important; border-top: 1px solid var(--line); }
.summary-total strong { color: var(--red-dark); font-size: 20px; }
.continue-link { margin-top: 15px; display: block; text-align: center; color: var(--red); font-size: 10px; font-weight: 800; }
.compare-premium { padding: 16px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg,#fff,#fff8f7); box-shadow: var(--shadow-soft); overflow-x: auto; }
.compare-intro { padding: 15px 13px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.compare-intro h2 { margin: 0; font-size: 25px; }.compare-intro p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.compare-intro > span { min-width: 42px; height: 42px; padding: 0 13px; border-radius: 14px; background: var(--red); color: #fff; display: grid; place-items: center; font-weight: 900; }
.compare-table { --compare-count: 1; min-width: max(780px,calc(190px + (var(--compare-count) * 225px))); border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; }
.compare-row { display: grid; grid-template-columns: 190px repeat(var(--compare-count),minmax(225px,1fr)); border-bottom: 1px solid var(--line); }
.compare-row:last-child { border: 0; }
.compare-row > * { min-height: 76px; padding: 17px; border-inline-end: 1px solid var(--line); display: flex; align-items: center; justify-content: center; text-align: center; }
.compare-row > :last-child { border-inline-end: 0; }
.compare-row > b { justify-content: flex-start; gap: 9px; background: linear-gradient(135deg,#fff1f1,#fff9f8); color: var(--red-dark); font-size: 12px; text-align: start; }
.compare-row > b i { color: var(--red); }
.compare-head > article { min-height: 330px; padding: 20px; position: relative; flex-direction: column; justify-content: flex-start; }
.compare-head img { width: 150px; height: 150px; border-radius: 19px; object-fit: cover; box-shadow: 0 12px 28px rgba(67,0,5,.1); }
.compare-head small { margin-top: 15px; color: var(--red); font-size: 9px; font-weight: 900; }.compare-head h3 { margin: 5px 0 8px; font-size: 14px; line-height: 1.55; }
.compare-head strong { color: var(--red-dark); font-size: 17px; }
.compare-remove { position: absolute; top: 12px; inset-inline-end: 12px; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--red); display: grid; place-items: center; transition: .2s; }
.compare-remove:hover { background: var(--red); color: #fff; transform: rotate(6deg); }
.compare-description { margin: 0; align-items: flex-start !important; color: var(--muted); font-size: 11px; line-height: 1.9; text-align: start !important; }
.compare-action-cell { gap: 8px; }
.compare-add { width: auto; min-height: 38px; padding: 8px 13px; border: 0; border-radius: 10px; background: var(--red); color: #fff; display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 900; box-shadow: 0 9px 20px rgba(196,0,1,.18); }
.compare-add:hover { background: #a90001; transform: translateY(-2px); }.compare-add:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.compare-details-link { min-height: 38px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--red-dark); display: inline-flex; align-items: center; font-size: 10px; font-weight: 800; }
.in-stock { color: var(--green); font-weight: 800; }
.out-stock { color: var(--red); font-weight: 800; }

/* Checkout and forms */
.checkout-form-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; }
.checkout-form-card h2 { margin: 0 0 23px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 10px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus { border-color: rgba(196,0,1,.45); box-shadow: 0 0 0 4px rgba(196,0,1,.06); }
.field textarea:focus { border-color: #cfc4c5; box-shadow: 0 0 0 3px rgba(33,25,26,.045); }
.field textarea:focus-visible, textarea:focus-visible { outline-color: rgba(33,25,26,.13); }
.fulfillment-options { margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fulfillment-options label { min-height: 86px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; display: flex; align-items: center; gap: 10px; cursor: pointer; }
.fulfillment-options label:has(input:checked) { border-color: var(--red); background: var(--blush); }
.fulfillment-options strong { display: block; font-size: 11px; }
.fulfillment-options small { color: var(--muted); font-size: 8px; }
.checkout-summary { position: sticky; top: 170px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.checkout-summary h2 { margin: 0 0 18px; }
.checkout-products > div { padding: 11px 0; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.checkout-products img { width: 54px; height: 54px; border-radius: 10px; object-fit: cover; }
.checkout-products b { display: block; font-size: 9px; }
.checkout-products small { color: var(--muted); font-size: 8px; }
.checkout-products strong { font-size: 9px; }
.coupon-box { margin: 18px 0; padding: 15px; border-radius: 15px; background: var(--blush); }
.coupon-box label { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 800; }
.coupon-box > div { height: 40px; display: flex; }
.coupon-box input { width: 100%; min-width: 0; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px 0 0 9px; outline: 0; direction: ltr; }
[dir=rtl] .coupon-box input { border-radius: 0 9px 9px 0; }
.coupon-box button { border: 0; padding: 0 13px; background: var(--red); color: #fff; border-radius: 0 9px 9px 0; font-size: 9px; font-weight: 800; }
[dir=rtl] .coupon-box button { border-radius: 9px 0 0 9px; }
.coupon-box small { display: block; margin-top: 6px; color: var(--green); }
.discount-line { color: var(--green); }
.success-state { grid-column: 1/-1; min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-state > span { width: 80px; height: 80px; border-radius: 50%; background: #e2f5ed; color: var(--green); display: grid; place-items: center; font-size: 35px; }

/* Content pages */
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.content-card { min-height: 260px; padding: 34px; border: 1px solid var(--line); border-radius: 25px; background: #fff; }
.content-card h2 { margin: 0 0 12px; }
.content-card p, .content-card li { color: var(--muted); font-size: 12px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; }
.contact-info { padding: 34px; border-radius: 28px; background: linear-gradient(145deg,var(--red-deep),var(--red-dark)); color: #fff; }
.contact-info h2 { font-size: 32px; }
.contact-info p { color: #f2d8db; }
.contact-info a, .contact-info span { display: block; margin-top: 12px; font-size: 11px; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 28px; }

/* Footer */
.site-footer { padding-top: 70px; background: linear-gradient(145deg,#2b0004,#5d0009 55%,#760001); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 48px; padding-bottom: 50px; }
.brand-light strong { color: #fff; }
.footer-brand p { max-width: 360px; color: #e9cfd2; font-size: 11px; }
.footer-grid h3 { margin: 4px 0 17px; font-size: 13px; }
.footer-grid > div > a, .footer-grid > div > span { display: block; margin-top: 9px; color: #e5c9cc; font-size: 10px; }
.footer-social { display: flex; gap: 8px; margin-top: 20px; direction: ltr; }
.footer-social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.24); border-radius: 11px; display: grid !important; place-items: center; color: #fff !important; font-weight: 900; transition: .22s; }
.footer-social svg { width: 18px; height: 18px; }
.footer-social .gh-icon { font-size: 18px; }
.footer-social a:hover { background: var(--red); transform: translateY(-3px); }
.footer-bottom { min-height: 62px; border-top: 1px solid rgba(255,255,255,.13); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #caadb0; font-size: 9px; }
.whatsapp-float, .back-to-top { position: fixed; z-index: 90; bottom: 20px; width: 54px; height: 54px; border: 0; border-radius: 50%; color: #fff; display: grid; place-items: center; box-shadow: 0 15px 34px rgba(0,0,0,.22); }
.whatsapp-float { inset-inline-start: 20px; background: #19a762; font-size: 11px; font-weight: 900; }
.whatsapp-float svg { width: 27px; height: 27px; }
.back-to-top .gh-icon { font-size: 20px; }
.back-to-top { inset-inline-end: 20px; background: var(--red); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s; }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.toast { position: fixed; z-index: 300; inset-inline-start: 50%; bottom: 25px; max-width: calc(100% - 40px); padding: 12px 19px; border-radius: 12px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; opacity: 0; visibility: hidden; transform: translate(-50%,12px); transition: .24s; }
[dir=rtl] .toast { transform: translate(50%,12px); }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%,0); }
[dir=rtl] .toast.show { transform: translate(50%,0); }

@media (max-width: 1050px) {
  .header-main { gap: 18px; }
  .main-nav .container { justify-content: flex-start; overflow-x: auto; }
  .products-grid { grid-template-columns: repeat(3,1fr); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .brand-card { min-height: 190px; }
  .product-detail-layout { gap: 35px; }
  .cart-item { grid-template-columns: 90px minmax(0,1fr) auto; }
  .cart-item > strong { grid-column: 2/4; justify-self: end; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement { display: none; }
  .site-header { top: 0; }
  .header-main { min-height: 74px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .header-main > .header-search, .main-nav { display: none; }
  .mobile-menu-btn, .mobile-search { display: block; }
  .mobile-menu-btn { width: 42px; }
  .mobile-search { padding-bottom: 12px; }
  .mobile-search .header-search { height: 44px; }
  .brand-logo { width: 48px; height: 48px; border-radius: 14px; }
  .brand strong { font-size: 17px; }
  .header-actions .icon-link:not(.cart-link) { display: none; }
  .mobile-panel { position: fixed; z-index: 220; inset: 0 auto 0 0; width: min(330px,87vw); padding: 22px; background: #fff; display: block; transform: translateX(-105%); transition: .3s; direction: rtl; }
  [dir=ltr] .mobile-panel { inset: 0 0 0 auto; transform: translateX(105%); direction: ltr; }
  .menu-open .mobile-panel { transform: none; }
  .mobile-panel-head { min-height: 55px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
  .mobile-panel nav { padding-top: 15px; }
  .mobile-panel nav a { min-height: 47px; padding: 8px 5px; border-bottom: 1px solid #f1e8e9; display: flex; align-items: center; font-size: 12px; font-weight: 800; }
  .mobile-overlay { position: fixed; z-index: 210; inset: 0; background: rgba(35,0,4,.5); display: block; opacity: 0; visibility: hidden; transition: .25s; }
  .menu-open .mobile-overlay { opacity: 1; visibility: visible; }
  .store-hero .container { grid-template-columns: 1fr; }
  .hero-copy { padding: 55px 0 15px; text-align: center; margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { height: 520px; width: min(100%,540px); margin-inline: auto; }
  .service-strip .container { grid-template-columns: repeat(2,1fr); }
  .service-strip div:nth-child(2) { border: 0; }
  .service-strip div { border-bottom: 1px solid var(--line); }
  .products-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { position: static; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
  .filters h2 { grid-column: 1/-1; margin: 0; }
  .filter-group { margin: 0; }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-gallery { max-width: 650px; margin-inline: auto; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .order-summary, .checkout-summary { position: static; }
  .brands-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .contact-layout, .content-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 62px 0; }
  .section-head { display: block; margin-bottom: 24px; }
  .section-head h1, .section-head h2 { font-size: 29px; }
  .header-main { min-height: 66px; }
  .brand-logo { width: 43px; height: 43px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 6px; }
  .header-actions { gap: 5px; }
  .lang-toggle { width: 42px; height: 38px; }
  .icon-link { width: 38px; height: 38px; }
  .store-hero { min-height: auto; }
  .store-hero .container { min-height: auto; }
  .hero-copy { padding-top: 40px; }
  .hero-copy h1 { font-size: clamp(34px,10vw,43px); line-height: 1.35; }
  .hero-copy > p { font-size: 11px; }
  .hero-actions .button { width: 100%; }
  .hero-points { gap: 10px; }
  .hero-points span { font-size: 8px; }
  .hero-visual { width: 100%; height: 420px; }
  .hero-visual::before { inset: 50px 0 0; }
  .hero-offer-card { top: 65px; inset-inline-end: 0; width: 125px; padding: 12px; }
  .hero-offer-card strong { font-size: 18px; }
  .service-strip div { min-height: 78px; padding: 12px; }
  .service-strip i { width: 34px; height: 34px; }
  .category-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .category-card { min-height: 230px; border-radius: 20px; }
  .category-card span { inset-inline: 15px; bottom: 14px; }
  .category-card strong { font-size: 14px; }
  .products-grid { gap: 9px; }
  .product-card { border-radius: 16px; }
  .product-info { padding: 11px; }
  .product-info h3 { min-height: 43px; font-size: 11px; }
  .product-category, .product-brand { font-size: 7px; }
  .price-row { gap: 5px; }
  .price-row strong { font-size: 12px; }
  .price-row del { font-size: 8px; }
  .add-cart-btn { min-height: 38px; font-size: 8px; }
  .card-tools { opacity: 1; transform: none; bottom: 8px; inset-inline-end: 8px; }
  .card-tools button { width: 31px; height: 31px; }
  .discount-badge, .hot-badge { top: 8px; min-height: 20px; font-size: 7px; }
  .discount-badge { inset-inline-start: 8px; }
  .hot-badge { inset-inline-end: 8px; }
  .offer-banner { min-height: 340px; border-radius: 24px; }
  .offer-banner > div { padding: 28px; }
  .page-hero { padding: 48px 0; }
  .page-hero .container { display: block; }
  .page-hero h1 { font-size: 35px; }
  .page-hero p { margin-top: 12px; }
  .filters { padding: 16px; border-radius: 17px; }
  .catalog-main-head { display: block; }
  .catalog-main-head select { width: 100%; margin-top: 10px; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-thumbnails { order: 2; flex-direction: row; overflow-x: auto; }
  .product-thumbnails button { flex: 0 0 70px; width: 70px; height: 70px; }
  .main-product-image { border-radius: 22px; }
  .detail-brand { margin-top: 8px; }
  .product-summary h1 { font-size: 30px; }
  .detail-price strong { font-size: 24px; }
  .product-buy-row { flex-wrap: wrap; }
  .product-buy-row .button { min-width: calc(100% - 115px); }
  .product-secondary-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cart-item { grid-template-columns: 76px minmax(0,1fr); gap: 12px; }
  .cart-item img { width: 76px; height: 76px; }
  .cart-item .qty-control { grid-column: 1/2; }
  .cart-item > strong { grid-column: 2/3; }
  .checkout-form-card, .checkout-summary, .order-summary, .contact-form, .contact-info { padding: 20px; border-radius: 20px; }
  .form-grid, .fulfillment-options { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .brand-card { min-height: 155px; padding: 17px; border-radius: 18px; }
  .brand-card > span { width: 52px; height: 52px; border-radius: 15px; }
  .brand-card strong { font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 18px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; justify-content: center; flex-direction: column; }
  .whatsapp-float, .back-to-top { width: 50px; height: 50px; bottom: 14px; }
  .whatsapp-float { inset-inline-start: 14px; }
  .back-to-top { inset-inline-end: 14px; }
}

/* Premium storefront refinement — mobile first */
:root {
  --red-soft: #df2026;
  --red-faint: #fff1f1;
  --surface: #fffdfc;
  --shadow-soft: 0 12px 38px rgba(70, 0, 5, .08);
  --shadow-red: 0 20px 55px rgba(196, 0, 1, .16);
}
::selection { background: var(--red); color: #fff; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, .custom-select-trigger:focus-visible { outline: 3px solid rgba(196,0,1,.2); outline-offset: 3px; }

/* Header and live search */
.announcement { min-height: 40px; background: linear-gradient(110deg,#430006,#860002 50%,#c40001); }
.announcement .container { min-height: 40px; }
.announcement a { border: 0; display: inline-flex; align-items: center; gap: 7px; font-size: 9px; }
.announcement a svg, .announcement a .gh-icon { width: 14px; transition: transform .22s; }
.announcement a:hover svg, .announcement a:hover .gh-icon { transform: translateX(-4px); }
[dir=ltr] .announcement a:hover svg, [dir=ltr] .announcement a:hover .gh-icon { transform: translateX(4px); }
.header-main { min-height: 88px; grid-template-columns: auto minmax(320px,1fr) auto; gap: 30px; }
.brand { direction: ltr; text-align: left; gap: 10px; }
[dir=rtl] .brand { direction: rtl; text-align: right; }
.brand-logo { width: 56px; height: 56px; flex: 0 0 56px; padding: 5px; border: 1px solid #eadbdd; border-radius: 18px; box-shadow: 0 9px 24px rgba(81,0,6,.09); }
.brand-logo img { border-radius: 13px; }
.brand-copy { min-width: 0; }
.brand strong { font-size: 20px; line-height: 1.2; }
.brand small { margin-top: 3px; display: block; color: var(--red); font-size: 8px; letter-spacing: .01em; }
.header-search { height: 50px; position: relative; border: 1px solid #e6d9da; border-radius: 16px; overflow: visible; background: #faf6f6; }
.header-search:focus-within { border-color: rgba(196,0,1,.4); box-shadow: 0 0 0 5px rgba(196,0,1,.055); }
.header-search .search-leading { width: 49px; flex: 0 0 49px; display: grid; place-items: center; color: var(--red); }
.header-search input { padding: 0 2px; }
.header-search > button { width: 47px; height: 38px; margin: 5px; border-radius: 11px; }
.header-search > button svg { width: 17px; }
.header-search > button .gh-icon { font-size: 16px; }
.search-suggestions { position: absolute; z-index: 180; inset: calc(100% + 10px) 0 auto; max-height: min(480px,70vh); padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 28px 70px rgba(49,0,4,.18); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s; overflow-y: auto; }
.header-search.search-open .search-suggestions { opacity: 1; visibility: visible; transform: none; }
.search-result { min-height: 70px; padding: 8px; border-radius: 13px; display: grid; grid-template-columns: 52px minmax(0,1fr) auto; align-items: center; gap: 11px; transition: .2s; }
.search-result + .search-result { border-top: 1px solid #f4eded; }
.search-result:hover { background: var(--red-faint); transform: translateX(-3px); }
[dir=ltr] .search-result:hover { transform: translateX(3px); }
.search-result img { width: 52px; height: 52px; border-radius: 11px; object-fit: cover; background: var(--blush); }
.search-result b { display: block; font-size: 10px; }
.search-result small { color: var(--muted); font-size: 8px; }
.search-result strong { color: var(--red-dark); font-size: 10px; white-space: nowrap; }
.search-all { min-height: 49px; margin-top: 6px; padding: 8px 13px; border-radius: 12px; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 10px; font-weight: 900; }
.search-all b { min-width: 23px; height: 23px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; }
.search-all svg { width: 15px; }
.search-all:hover { background: #a90001; transform: translateY(-1px); }
.search-empty { padding: 24px; color: var(--muted); text-align: center; font-size: 10px; }
.header-actions { gap: 7px; }
.icon-link, .icon-btn, .lang-toggle { border-radius: 13px; }
.icon-link:hover, .icon-btn:hover, .lang-toggle:hover { background: var(--red-faint); color: var(--red); border-color: rgba(196,0,1,.25); }
.main-nav { background: #fff; }
.main-nav .container { min-height: 58px; gap: clamp(18px,2.1vw,31px); }
.main-nav a { min-height: 58px; display: inline-flex; align-items: center; font-size: 13px; }
.main-nav a::after { bottom: 0; height: 3px; }
.main-nav .deal-link { gap: 6px; }
.main-nav .deal-link i { padding: 2px 5px; border-radius: 5px; background: var(--red); color: #fff; font-size: 6px; font-style: normal; }
.header-benefits { border-top: 1px solid #f2e9ea; background: linear-gradient(90deg,#fff9f8,#fff); }
.header-benefits .container { min-height: 37px; display: flex; align-items: center; justify-content: center; gap: clamp(35px,6vw,90px); }
.header-benefits span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 8px; }
.header-benefits i { color: var(--red); font-style: normal; font-weight: 900; }
.mobile-panel-social { display: flex; gap: 8px; margin-top: 22px; }
.mobile-panel-social a { width: 39px; height: 39px; border-radius: 11px; background: var(--red-faint); color: var(--red); display: grid; place-items: center; }

/* Curved custom dropdowns */
.custom-select { min-width: 0; position: relative; }
.custom-select-native { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.custom-select-trigger { width: 100%; min-height: 47px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg,#fff,#fdf9f9); color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: start; font-size: 10px; font-weight: 700; transition: .22s; }
.custom-select-trigger svg, .custom-select-trigger .gh-icon { width: 16px; color: var(--red); transition: transform .22s; }
.custom-select:hover .custom-select-trigger, .custom-select.open .custom-select-trigger { border-color: rgba(196,0,1,.35); box-shadow: 0 0 0 4px rgba(196,0,1,.05); background: #fff; }
.custom-select.open .custom-select-trigger svg, .custom-select.open .custom-select-trigger .gh-icon { transform: rotate(180deg); }
.custom-select-menu { position: absolute; z-index: 160; inset: calc(100% + 8px) 0 auto; max-height: 270px; padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 20px 55px rgba(55,0,5,.16); opacity: 0; visibility: hidden; transform: translateY(-5px) scale(.98); transform-origin: top; transition: .18s; overflow-y: auto; }
.custom-select.open .custom-select-menu { opacity: 1; visibility: visible; transform: none; }
.custom-select-menu button { width: 100%; min-height: 42px; padding: 8px 11px; border: 0; border-radius: 10px; background: transparent; color: var(--ink); display: flex; align-items: center; justify-content: space-between; text-align: start; font-size: 10px; transition: .18s; }
.custom-select-menu button:hover { background: var(--red-faint); color: var(--red); padding-inline-start: 15px; }
.custom-select-menu button.selected { background: var(--red); color: #fff; font-weight: 900; }
.custom-select-menu button i { font-style: normal; }

/* Catalog filters */
.catalog-hero { position: relative; overflow: hidden; background: linear-gradient(120deg,#fff9f7 0%,#f8e1e2 70%,#f0c8ca); }
.catalog-hero::after { content: "G"; position: absolute; inset-inline-end: 5%; top: -45%; color: rgba(196,0,1,.055); font: 900 260px/1 Arial; }
.catalog-section { background: #fffdfc; }
.catalog-layout { grid-template-columns: 275px minmax(0,1fr); gap: 38px; }
.filters { top: 195px; padding: 22px; border: 1px solid #ebdfe0; border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-soft); }
.filters-head { margin-bottom: 22px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.filters-head small { color: var(--red); font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.filters-head h2 { margin: 3px 0 0; font-size: 18px; }
.filters-head button { padding: 4px 0; border: 0; background: transparent; color: var(--red); font-size: 8px; font-weight: 800; }
.filters-head button:hover { text-decoration: underline; }
.filter-group { margin-top: 18px; }
.filter-group label { margin-bottom: 8px; font-size: 9px; }
.filter-input { position: relative; }
.filter-group input[type=search] { height: 47px; padding-inline-end: 40px; border-radius: 14px; background: #fdf9f9; transition: .2s; }
.filter-group input[type=search]:focus { border-color: rgba(196,0,1,.38); background: #fff; box-shadow: 0 0 0 4px rgba(196,0,1,.055); }
.filter-input span { position: absolute; inset-inline-end: 14px; top: 50%; color: var(--red); transform: translateY(-50%); }
.filter-note { margin-top: 22px; padding: 14px; border-radius: 15px; background: linear-gradient(135deg,#fff0f0,#fff9f7); display: flex; gap: 9px; color: var(--muted); font-size: 8px; }
.filter-note i { color: var(--red); font-style: normal; }
.catalog-main-head { min-height: 61px; margin-bottom: 19px; padding: 8px 10px 8px 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 25px rgba(60,0,4,.04); }
.catalog-main-head > div > b { display: block; font-size: 12px; }
.catalog-main-head > div > span { display: block; font-size: 8px; }
.catalog-main-head .custom-select { width: 210px; }

/* Product cards and wishlist feedback */
.product-card { border-radius: 23px; box-shadow: 0 8px 26px rgba(70,0,5,.035); }
.product-card:hover { transform: translateY(-7px); }
.product-media { aspect-ratio: 1 / .94; }
.card-tools { opacity: 1; transform: none; }
.card-tools button { transition: .2s; }
.card-tools button:hover { transform: scale(1.08); }
.card-tools button.active { border-color: var(--red); background: #fff; color: var(--red); box-shadow: 0 7px 19px rgba(196,0,1,.18); }
.card-tools button.active .fa-heart, .product-secondary-actions button.active .fa-heart, .icon-link.is-active .fa-heart { font-family: "Font Awesome 7 Free"; font-weight: 900; }
.product-secondary-actions button.active { border-color: rgba(196,0,1,.35); background: var(--red-faint); color: var(--red); }

/* Fixed product gallery and a shorter detail card */
.product-detail-section { padding: 58px 0 68px; background: linear-gradient(180deg,#fff,#fffafa); }
.product-detail-layout { grid-template-columns: minmax(0,1.03fr) minmax(360px,.97fr); gap: 48px; }
.product-gallery { width: 100%; min-width: 0; display: flex; flex-direction: column; gap: 13px; align-items: stretch; }
.main-product-image { order: 1; width: 100%; height: 490px; aspect-ratio: auto; border: 1px solid var(--line); border-radius: 26px; background: #f8eeee; box-shadow: var(--shadow-soft); }
.main-product-image > img { width: 100% !important; height: 100% !important; max-height: none !important; object-fit: cover; }
.product-thumbnails { order: 2; width: 100%; display: flex; flex-direction: row; gap: 10px; overflow-x: auto; padding: 2px 1px 5px; scrollbar-width: thin; }
.product-thumbnails button { flex: 0 0 78px; width: 78px; height: 78px; }
.product-summary { min-height: 490px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: var(--shadow-soft); }
.detail-brand { margin-top: 20px; }
.product-summary h1 { margin: 6px 0 8px; font-size: clamp(29px,3.4vw,43px); }
.product-summary > p { margin: 15px 0; line-height: 1.85; }
.detail-price strong { font-size: 27px; }
.stock-line { margin-top: 10px; }
.product-buy-row { margin-top: 19px; }
.product-promises { margin-top: 18px; padding: 15px 18px; }
.related-products-section { background: #fdf5f5; }

/* Brands page */
.brands-hero { min-height: 580px; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 30%,rgba(196,0,1,.12),transparent 28%),linear-gradient(135deg,#fffaf7,#f7dedf); }
.brands-hero::after { content: "BRANDS"; position: absolute; inset-inline-start: -2%; bottom: -6%; color: rgba(99,0,6,.035); font: 900 clamp(90px,17vw,260px)/1 Arial; }
.brands-hero-grid { min-height: 580px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 65px; }
.brands-hero-copy { position: relative; z-index: 2; }
.brands-hero h1 { max-width: 700px; margin: 10px 0 18px; font-size: clamp(42px,5.5vw,74px); line-height: 1.22; letter-spacing: -.045em; }
.brands-hero-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); }
.brands-search { width: min(480px,100%); height: 54px; margin-top: 28px; padding: 0 17px; border: 1px solid #e7d5d6; border-radius: 17px; background: rgba(255,255,255,.85); display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-soft); }
.brands-search span { color: var(--red); }
.brands-search input { width: 100%; border: 0; outline: 0; background: transparent; }
.brands-orbit { width: min(430px,100%); aspect-ratio: 1; position: relative; border: 1px solid rgba(196,0,1,.15); border-radius: 50%; display: grid; place-items: center; animation: softFloat 5s ease-in-out infinite; }
.brands-orbit::before, .brands-orbit::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(196,0,1,.2); border-radius: 50%; }
.brands-orbit::after { inset: 29%; background: rgba(255,255,255,.42); }
.brands-orbit b { position: relative; z-index: 3; width: 112px; height: 112px; border-radius: 35px; background: linear-gradient(145deg,var(--red),var(--red-dark)); color: #fff; display: grid; place-items: center; font: 900 53px/1 Arial; box-shadow: var(--shadow-red); }
.brands-orbit span { position: absolute; z-index: 4; padding: 8px 12px; border: 1px solid rgba(196,0,1,.12); border-radius: 10px; background: rgba(255,255,255,.9); color: var(--red-dark); font: 800 9px/1.3 Arial; box-shadow: var(--shadow-soft); }
.brands-orbit span:nth-child(1) { top: 7%; left: 23%; }.brands-orbit span:nth-child(2) { top: 29%; right: -2%; }.brands-orbit span:nth-child(3) { bottom: 17%; right: 4%; }.brands-orbit span:nth-child(5) { bottom: 4%; left: 28%; }.brands-orbit span:nth-child(6) { top: 41%; left: -5%; }
@keyframes softFloat { 50% { transform: translateY(-9px); } }
.brands-showcase { position: relative; background: #fff; }
.brands-section-head { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.brands-section-head h2 { margin: 4px 0 0; font-size: clamp(30px,4vw,47px); }
.brands-section-head > span { color: var(--muted); font-size: 10px; }
.brands-grid { grid-template-columns: repeat(4,1fr); gap: 16px; }
.brand-card { min-height: 190px; position: relative; padding: 24px; border-radius: 25px; overflow: hidden; background: linear-gradient(155deg,#fff,#fff7f7); align-items: flex-start; text-align: start; }
.brand-card::after { content: "↗"; position: absolute; inset-inline-end: 19px; top: 17px; width: 32px; height: 32px; border-radius: 50%; background: #fff; color: var(--red); display: grid; place-items: center; opacity: 0; transform: translate(-5px,5px); transition: .24s; box-shadow: var(--shadow-soft); }
.brand-card:hover::after { opacity: 1; transform: none; }
.brand-card > span { width: 58px; height: 58px; border-radius: 18px; }
.brand-card strong { margin-top: 27px; font-size: 17px; }
.brand-card small { font-size: 9px; }

/* Contact page and forms */
.contact-hero { padding: 95px 0 125px; position: relative; overflow: hidden; background: linear-gradient(125deg,#350005,#850001); color: #fff; text-align: center; }
.contact-hero::before, .contact-hero::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact-hero::before { inset: -160px auto auto -80px; }.contact-hero::after { inset: auto -110px -190px auto; }
.contact-hero .eyebrow { color: #ffc4c7; }
.contact-hero h1 { max-width: 900px; margin: 10px auto 15px; font-size: clamp(38px,5.7vw,70px); line-height: 1.25; }
.contact-hero p:last-child { max-width: 650px; margin: auto; color: #eccfd1; }
.contact-section { margin-top: -72px; position: relative; z-index: 2; padding-top: 0; }
.contact-layout { grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: stretch; }
.contact-info, .contact-form { min-height: 650px; border-radius: 28px; box-shadow: 0 24px 65px rgba(49,0,4,.13); }
.contact-info { padding: 32px; background: linear-gradient(160deg,#4a0007,#810003); }
.contact-info-head { display: flex; align-items: center; gap: 14px; }
.contact-info-head > span { width: 58px; height: 58px; margin-top: 0; border-radius: 18px; background: #fff; color: var(--red); display: grid; place-items: center; font-size: 24px; font-weight: 900; }
.contact-info-head h2 { margin: 3px 0 0; font-size: 26px; }
.contact-info-head .eyebrow { color: #ffbfc2; }
.contact-methods { margin-top: 25px; display: grid; gap: 10px; }
.contact-methods a { min-height: 72px; margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.06); display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; transition: .22s; }
.contact-methods a > span { margin-top: 0; }
.contact-methods a:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.3); transform: translateX(-4px); }
[dir=ltr] .contact-methods a:hover { transform: translateX(4px); }
.contact-methods i { width: 38px; height: 38px; border-radius: 11px; background: #fff; color: var(--red); display: grid; place-items: center; font-style: normal; font-size: 8px; font-weight: 900; }
.contact-methods small { color: #e7c8ca; font-size: 8px; }.contact-methods b { display: block; font-size: 10px; }.contact-methods strong { font-size: 16px; }
.contact-address { margin-top: 24px; padding: 17px; border-radius: 17px; background: #fff; color: var(--ink); }
.contact-address small { margin: 0; color: var(--red); font-size: 8px; }.contact-address b { display: block; margin-top: 4px; font-size: 11px; }
.contact-form { padding: 36px; border: 1px solid var(--line); background: #fff; }
.form-heading { margin-bottom: 25px; }.form-heading h2 { margin: 3px 0 5px; font-size: 30px; }.form-heading p:last-child { margin: 0; color: var(--muted); font-size: 10px; }
.field { gap: 7px; }
.field input, .field select, .field textarea { border-radius: 13px; background: #fdfafa; transition: .2s; }
.field input:hover, .field textarea:hover { border-color: #d8c7c9; background: #fff; }
.field input[type=file] { min-height: 62px; padding: 11px; border-style: dashed; cursor: pointer; }
.field input[type=file]::file-selector-button { height: 37px; margin-inline-end: 10px; padding: 0 13px; border: 0; border-radius: 9px; background: var(--red-faint); color: var(--red); font-weight: 800; cursor: pointer; }
.upload-field { margin-bottom: 6px; }
.contact-form .form-submit, .contact-form > .button { min-width: 190px; margin-top: 24px; }
.form-submit b { font-size: 16px; }

/* Professional footer */
.site-footer { position: relative; padding-top: 0; overflow: hidden; background: linear-gradient(135deg,#230003,#500008 48%,#760001); }
.category-nav-slot { display: contents; }
.footer-glow { position: absolute; width: 460px; height: 460px; inset: -250px -100px auto auto; border-radius: 50%; background: rgba(196,0,1,.35); filter: blur(20px); }
.footer-top { min-height: 180px; position: relative; z-index: 2; padding-block: 35px; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-top .eyebrow { color: #ffbfc2; }.footer-top h2 { max-width: 650px; margin: 5px 0 0; font-size: clamp(26px,4vw,45px); line-height: 1.35; }
.footer-shop-button { min-height: 52px; padding: 10px 20px; border-radius: 14px; background: #fff; color: var(--red-dark); display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 900; transition: .23s; }
.footer-shop-button:hover { background: var(--red); color: #fff; transform: translateY(-3px); box-shadow: 0 14px 28px rgba(0,0,0,.2); }
.footer-shop-button .gh-icon { width: 16px; }
.footer-grid { position: relative; z-index: 2; grid-template-columns: 1.35fr .7fr .8fr 1.1fr; gap: 45px; padding-block: 50px; }
.footer-brand-card { min-width: 0; }
.footer-grid > .footer-brand-card > .brand { margin-top: 0 !important; color: #fff !important; display: inline-flex !important; font-size: inherit !important; }
.footer-brand-card .brand-logo { width: 66px; height: 66px; flex-basis: 66px; border-color: rgba(255,255,255,.18); }
.footer-brand-card .brand strong { font-size: 23px; }
.footer-brand-card p { max-width: 370px; color: #e3c8cb; font-size: 14px; line-height: 1.9; }
.footer-links h3, .footer-contact-card h3 { margin: 5px 0 18px; color: #fff; font-size: 18px; }
.footer-links a { width: fit-content; position: relative; margin-top: 12px !important; color: #dfc5c8 !important; font-size: 14px !important; line-height: 1.7; transition: .2s; }
.footer-links a::after { content: ""; position: absolute; inset-inline-start: 0; bottom: -2px; width: 0; height: 1px; background: #fff; transition: .22s; }
.footer-links a:hover { color: #fff !important; transform: translateX(-3px); }.footer-links a:hover::after { width: 100%; }[dir=ltr] .footer-links a:hover { transform: translateX(3px); }
.footer-contact-card { padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.055); }
.footer-grid > .footer-contact-card > a { margin-top: 13px !important; color: #e5cdd0 !important; display: flex !important; align-items: flex-start; gap: 9px; font-size: 13px !important; line-height: 1.7; transition: .2s; }
.footer-grid > .footer-contact-card > a:hover { color: #fff !important; transform: translateX(-3px); }
[dir=ltr] .footer-grid > .footer-contact-card > a:hover { transform: translateX(3px); }
.footer-contact-card .gh-icon { width: 16px; height: 16px; flex: 0 0 16px; color: #ffb6ba; }
.footer-social a { border-radius: 12px; }
.footer-social a:hover { background: #fff; color: var(--red) !important; transform: translateY(-4px) rotate(-3deg); }
[dir=rtl] .footer-social { direction: rtl; justify-content: flex-start; }
.footer-bottom { position: relative; z-index: 2; min-height: 72px; color: #c8aeb1; font-size: 13px; }
.footer-copyright { margin-inline-end: auto; }
.footer-credit { position: absolute; left: 50%; display: inline-flex; align-items: center; gap: 5px; color: #ead9da; transform: translateX(-50%); white-space: nowrap; }
.footer-credit b { font-size: 14px; }
.footer-bottom a { color: #fff; font-weight: 900; transition: .2s; }.footer-bottom a:hover { color: #ffb8bc; }
.whatsapp-float { border: 0 !important; outline: 0; background: #25d366; box-shadow: 0 14px 32px rgba(37,211,102,.34); transition: .22s; }.whatsapp-float:hover { border: 0 !important; background: #16b858; box-shadow: 0 17px 36px rgba(37,211,102,.42); transform: translateY(-4px) scale(1.04); }
.whatsapp-float .gh-icon { width: 28px; height: 28px; font-size: 28px; }
.back-to-top:hover { background: #a90001; transform: translateY(-3px); }
.back-to-top.show:hover { transform: translateY(-3px); }

/* General motion and varied content pages */
.content-card, .order-summary, .checkout-summary, .checkout-form-card, .empty-state { transition: transform .24s, box-shadow .24s, border-color .24s; }
.content-card:hover { transform: translateY(-5px); border-color: rgba(196,0,1,.2); box-shadow: var(--shadow-soft); }
.page-hero { position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 210px; height: 210px; inset-inline-end: 4%; top: -80px; border: 1px solid rgba(196,0,1,.11); border-radius: 50%; }
.contact-form .button:hover, .checkout-form-card .button:hover { transform: translateY(-3px); }

@media (max-width: 1050px) {
  .header-main { gap: 16px; }
  .main-nav .container { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); gap: 28px; }
  .brands-grid { grid-template-columns: repeat(3,1fr); }
  .product-detail-layout { gap: 28px; }
  .main-product-image { height: 440px; }
  .product-summary { min-height: 440px; }
}

@media (max-width: 820px) {
  .site-header { box-shadow: 0 9px 28px rgba(65,0,5,.08); }
  .header-main { min-height: 70px; }
  .header-benefits { display: none; }
  .mobile-search { padding-bottom: 11px; }
  .mobile-search .header-search { height: 45px; }
  .mobile-panel .brand-logo { width: 48px; height: 48px; flex-basis: 48px; }
  .catalog-layout { grid-template-columns: 1fr; gap: 20px; }
  .filters { display: grid; grid-template-columns: repeat(2,1fr); }
  .filters-head, .filter-note { grid-column: 1/-1; }
  .filter-group { margin: 0; }
  .catalog-main-head { margin-top: 2px; }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-gallery { max-width: 650px; }
  .main-product-image { height: min(620px,76vw); }
  .product-summary { min-height: auto; }
  .brands-hero-grid { grid-template-columns: 1fr; padding-block: 70px; text-align: center; }
  .brands-hero-copy > p, .brands-search { margin-inline: auto; }
  .brands-orbit { width: 370px; margin-inline: auto; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand-card { grid-column: 1/-1; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-info, .contact-form { min-height: 0; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-main { min-height: 64px; grid-template-columns: 38px 1fr auto; gap: 8px; }
  .mobile-menu-btn { width: 38px; height: 38px; }
  .header-main .brand-logo { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; }
  .header-main .brand { gap: 7px; }
  .header-main .brand strong { font-size: 14px; }
  .header-main .brand small { max-width: 92px; font-size: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .header-actions .lang-toggle { width: 38px; }
  .header-actions .cart-link { width: 38px; }
  .mobile-search { width: calc(100% - 24px); padding: 0 0 10px; }
  .mobile-search .header-search { width: 100%; }
  .search-suggestions { position: fixed; inset: 120px 12px auto; max-height: calc(100vh - 145px); }
  .search-result { grid-template-columns: 48px minmax(0,1fr) auto; }
  .main-nav { display: none; }
  .catalog-hero { padding: 43px 0; }
  .catalog-hero h1 { font-size: 33px; }
  .catalog-section { padding-top: 28px; }
  .filters { padding: 15px; border-radius: 20px; grid-template-columns: 1fr; gap: 13px; }
  .filters-head, .filter-note { grid-column: auto; }
  .filters-head { margin: 0; }
  .filter-group { width: 100%; }
  .catalog-main-head { min-height: auto; padding: 12px; display: grid; grid-template-columns: 1fr; gap: 10px; }
  .catalog-main-head .custom-select { width: 100%; margin: 0; }
  .product-media { aspect-ratio: 1 / 1.04; }
  .card-tools { flex-direction: row; }
  .product-info { padding: 12px; }
  .product-detail-section { padding: 24px 0 45px; }
  .product-gallery { display: flex; flex-direction: column; gap: 10px; }
  .main-product-image { order: 1; width: 100%; height: 340px; border-radius: 20px; }
  .product-thumbnails { order: 2; width: 100%; flex-direction: row; overflow-x: auto; padding-bottom: 3px; }
  .product-thumbnails button { flex: 0 0 67px; width: 67px; height: 67px; }
  .product-summary { padding: 21px 18px; border-radius: 21px; }
  .product-summary h1 { font-size: 27px; }
  .product-summary > p { font-size: 11px; }
  .product-promises { display: grid; gap: 4px; }
  .brands-hero { min-height: auto; }
  .brands-hero-grid { min-height: auto; padding-block: 55px; gap: 45px; }
  .brands-hero h1 { font-size: 37px; }
  .brands-orbit { width: 280px; }
  .brands-orbit b { width: 85px; height: 85px; border-radius: 27px; font-size: 40px; }
  .brands-orbit span { font-size: 7px; }
  .brands-section-head { display: block; }
  .brands-grid { grid-template-columns: repeat(2,1fr); }
  .brand-card { min-height: 150px; padding: 16px; }
  .brand-card strong { margin-top: 18px; }
  .contact-hero { padding: 62px 0 105px; }
  .contact-hero h1 { font-size: 37px; }
  .contact-section { margin-top: -56px; }
  .contact-info, .contact-form { padding: 20px; border-radius: 21px; }
  .contact-info-head h2 { font-size: 21px; }
  .contact-methods a { min-height: 66px; }
  .contact-methods b { max-width: 205px; overflow-wrap: anywhere; }
  .contact-form .form-grid { gap: 13px; }
  .contact-form .form-submit, .contact-form > .button { width: 100%; margin-top: 22px; }
  .footer-top { min-height: auto; padding-block: 37px; display: block; text-align: center; }
  .footer-top h2 { font-size: 29px; }
  .footer-shop-button { margin-top: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 16px; padding-block: 38px; }
  .footer-brand-card { grid-column: 1/-1; text-align: center; }
  .footer-brand-card .brand { justify-content: center; }
  .footer-brand-card p { margin-inline: auto; }
  .footer-social { justify-content: center; }
  [dir=rtl] .footer-brand-card .footer-social { justify-content: flex-start; }
  .footer-contact-card { grid-column: 1/-1; }
  .footer-bottom { min-height: auto; padding-block: 20px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
  .footer-copyright { margin-inline-end: 0; }
  .footer-credit { position: static; transform: none; }
}

@media (max-width: 680px) {
  .compare-premium { padding: 8px; border-radius: 20px; }
  .compare-intro { padding: 13px 8px 18px; align-items: flex-start; }
  .compare-intro h2 { font-size: 20px; }
  .compare-intro p { max-width: 270px; font-size: 10px; }
  .compare-table { min-width: max(680px,calc(145px + (var(--compare-count) * 205px))); border-radius: 16px; }
  .compare-row { grid-template-columns: 145px repeat(var(--compare-count),minmax(205px,1fr)); }
  .compare-row > * { padding: 13px; }
  .compare-head > article { min-height: 300px; }
  .compare-head img { width: 135px; height: 135px; }
  .compare-description { font-size: 10px; }
}

@media (max-width: 380px) {
  .header-main .brand small { display: none; }
  .header-main .brand strong { font-size: 13px; }
  .products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-info { padding: 9px; }
  .product-info h3 { font-size: 10px; }
  .main-product-image { height: 300px; }
}
