/*
Theme Name: SmartAura
Theme URI: https://smartaura.shop
Author: SmartAura
Description: قالب متجر إلكتروني احترافي للدفع عند الاستلام - WooCommerce
Version: 3.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: smartaura
Tags: rtl-language, arabic, woocommerce, e-commerce, right-to-left
*/

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

/* ═══════════════════════════════════════
   CSS VARIABLES — يتم تحديثها من الكاستميزر
═══════════════════════════════════════ */
:root {
  /* Colors */
  --sa-primary:       #e63946;
  --sa-primary-dark:  #c1121f;
  --sa-primary-light: #ff6b6b;
  --sa-accent:        #ffd700;
  --sa-dark:          #1a1a2e;
  --sa-header-bg:     #1a1a2e;
  --sa-topbar-bg:     #e63946;
  --sa-footer-bg:     #1a1a2e;
  --sa-section-bg:    #f7f7f7;
  --sa-card-bg:       #ffffff;
  --sa-text:          #1e1e1e;
  --sa-text-muted:    #6c757d;
  --sa-border:        #e4e4e4;
  --sa-nav-link:      #ffffff;
  --sa-nav-title:     #ffffff;
  /* Typography */
  --sa-font:          'Cairo', Tahoma, sans-serif;
  --sa-font-size:     15px;
  --sa-h1-size:       32px;
  --sa-h2-size:       26px;
  --sa-h3-size:       20px;
  --sa-h4-size:       16px;
  --sa-h5-size:       14px;
  --sa-h6-size:       13px;
  /* Price */
  --sa-price-color:   #e63946;
  --sa-price-size:    30px;
  /* Radius */
  --sa-radius:        11px;
  --sa-radius-sm:     8px;
  --sa-radius-lg:     16px;
  /* Order button */
  --sa-btn-bg:        #e63946;
  --sa-btn-color:     #ffffff;
  --sa-btn-size:      16px;
  --sa-btn-radius:    9px;
}

/* ═══════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }
body {
  font-family: var(--sa-font);
  font-size: var(--sa-font-size);
  color: var(--sa-text);
  background: #fff;
  direction: rtl;
  text-align: right;
  line-height: 1.7;
}
a { color: var(--sa-primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--sa-primary-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
h1 { font-size: var(--sa-h1-size); }
h2 { font-size: var(--sa-h2-size); }
h3 { font-size: var(--sa-h3-size); }
h4 { font-size: var(--sa-h4-size); }
h5 { font-size: var(--sa-h5-size); }
h6 { font-size: var(--sa-h6-size); }

/* ═══════════════════════════════════════
   LAYOUT
═══════════════════════════════════════ */
.sa-container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.sa-section { padding: 50px 0; }
.sa-section-white { background: #fff; }
.sa-section-gray  { background: var(--sa-section-bg); }
.sa-section-title { text-align: center; margin-bottom: 32px; }
.sa-section-title h2 { font-weight: 900; color: var(--sa-text); display: inline-block; position: relative; padding-bottom: 10px; margin-bottom: 0; }
.sa-section-title h2::after { content: ''; position: absolute; bottom: 0; right: 50%; transform: translateX(50%); width: 46px; height: 4px; background: var(--sa-primary); border-radius: 2px; }
.sa-section-title p { color: var(--sa-text-muted); margin-top: 14px; font-size: 15px; }

/* ═══════════════════════════════════════
   TOPBAR
═══════════════════════════════════════ */
.sa-topbar { background: var(--sa-topbar-bg); color: #fff; text-align: center; padding: 8px 20px; font-size: 13px; font-weight: 600; }
.sa-topbar a { color: #fff; }

/* ═══════════════════════════════════════
   HEADER
═══════════════════════════════════════ */
.sa-header { background: var(--sa-header-bg); position: sticky; top: 0; z-index: 200; box-shadow: 0 2px 20px rgba(0,0,0,.25); }
.sa-header-inner { display: flex; align-items: center; justify-content: space-between; height: 60px; padding: 0 20px; max-width: 1160px; margin: 0 auto; gap: 16px; }
.sa-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; flex-shrink: 0; }
.sa-logo-icon { font-size: 22px; }
.sa-logo-name { font-size: 19px; font-weight: 900; color: var(--sa-nav-title); letter-spacing: -.3px; }
.sa-logo-name em { color: var(--sa-primary); font-style: normal; }
.sa-nav { display: flex; align-items: center; }
.sa-nav ul { display: flex; gap: 2px; }
.sa-nav ul li a { color: var(--sa-nav-link); font-size: 13.5px; font-weight: 600; padding: 7px 13px; border-radius: 7px; display: block; opacity: .85; transition: .15s; }
.sa-nav ul li a:hover, .sa-nav ul li a.current-menu-item { background: rgba(255,255,255,.13); opacity: 1; color: var(--sa-nav-link); }
.sa-header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.sa-cart-btn { background: var(--sa-primary); color: #fff; border: none; padding: 8px 16px; border-radius: 7px; font-family: var(--sa-font); font-size: 13.5px; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 6px; text-decoration: none; transition: .2s; white-space: nowrap; }
.sa-cart-btn:hover { background: var(--sa-primary-dark); color: #fff; }
.sa-cart-count { background: var(--sa-accent); color: #1a1a2e; width: 19px; height: 19px; border-radius: 50%; font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.sa-mobile-btn { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; padding: 4px; line-height: 1; }

/* Mobile Panel */
.sa-mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 300; }
.sa-mobile-overlay.open { display: block; }
.sa-mobile-panel { position: fixed; top: 0; right: -290px; width: 290px; height: 100vh; background: #fff; z-index: 301; transition: right .3s ease; overflow-y: auto; box-shadow: -4px 0 20px rgba(0,0,0,.2); }
.sa-mobile-panel.open { right: 0; }
.sa-mobile-head { background: var(--sa-header-bg); padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; }
.sa-mobile-close { background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; line-height: 1; }
.sa-mobile-nav { padding: 8px 0; }
.sa-mobile-nav li a { display: block; padding: 13px 20px; color: var(--sa-text); font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--sa-border); transition: .15s; }
.sa-mobile-nav li a:hover { color: var(--sa-primary); background: var(--sa-section-bg); }

/* ═══════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════ */
.sa-breadcrumb { background: #fff; border-bottom: 1px solid var(--sa-border); padding: 10px 20px; font-size: 12.5px; color: var(--sa-text-muted); }
.sa-breadcrumb a { color: var(--sa-text-muted); }
.sa-breadcrumb a:hover { color: var(--sa-primary); }
.sa-breadcrumb .sa-bc-sep { margin: 0 7px; opacity: .4; }
.sa-breadcrumb .sa-bc-cur { color: var(--sa-primary); font-weight: 700; }

/* ═══════════════════════════════════════
   HERO SLIDER
═══════════════════════════════════════ */
.sa-hero-wrap { position: relative; overflow: hidden; }
.sa-hero-slide { min-height: 420px; background: var(--sa-header-bg); display: none; align-items: center; position: relative; background-size: cover; background-position: center; }
.sa-hero-slide.active { display: flex; }
.sa-hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,26,46,.9) 0%, rgba(230,57,70,.2) 100%); }
.sa-hero-content { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; padding: 60px 20px; color: #fff; width: 100%; }
.sa-hero-badge { display: inline-block; background: var(--sa-primary); color: #fff; padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.sa-hero-title { font-size: clamp(24px, 5vw, 44px); font-weight: 900; line-height: 1.2; margin-bottom: 12px; }
.sa-hero-title span { color: var(--sa-accent); }
.sa-hero-sub { font-size: 16px; opacity: .88; margin-bottom: 24px; line-height: 1.7; max-width: 600px; }
.sa-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.sa-slider-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 10; }
.sa-slider-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.35); border: none; cursor: pointer; transition: .25s; padding: 0; }
.sa-slider-dot.active { background: var(--sa-primary); width: 26px; border-radius: 5px; }

/* ═══════════════════════════════════════
   BUTTONS
═══════════════════════════════════════ */
.sa-btn { display: inline-flex; align-items: center; gap: 7px; padding: 11px 26px; border-radius: 8px; font-family: var(--sa-font); font-size: 14px; font-weight: 800; border: none; cursor: pointer; text-decoration: none; transition: .2s; }
.sa-btn-primary { background: var(--sa-primary); color: #fff; box-shadow: 0 4px 14px rgba(230,57,70,.3); }
.sa-btn-primary:hover { background: var(--sa-primary-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(230,57,70,.4); }
.sa-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.sa-btn-outline:hover { background: rgba(255,255,255,.1); color: #fff; }
.sa-btn-lg { padding: 13px 32px; font-size: 15px; }

/* ═══════════════════════════════════════
   FEATURES STRIP
═══════════════════════════════════════ */
.sa-features { background: #fff; border-bottom: 1px solid var(--sa-border); padding: 16px 0; }
.sa-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sa-feat-item { display: flex; align-items: center; gap: 11px; }
.sa-feat-icon { width: 44px; height: 44px; background: var(--sa-primary); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 21px; flex-shrink: 0; }
.sa-feat-text h4 { font-size: 13px; font-weight: 800; color: var(--sa-text); margin-bottom: 1px; }
.sa-feat-text p { font-size: 11.5px; color: var(--sa-text-muted); margin: 0; }

/* ═══════════════════════════════════════
   CATEGORIES
═══════════════════════════════════════ */
.sa-cats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.sa-cat-item { text-align: center; padding: 20px 10px; background: #fff; border-radius: var(--sa-radius); border: 2px solid var(--sa-border); text-decoration: none; display: block; transition: .2s; }
.sa-cat-item:hover { border-color: var(--sa-primary); transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,.1); }
.sa-cat-icon { width: 58px; height: 58px; background: var(--sa-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0 auto 10px; }
.sa-cat-name { font-size: 13px; font-weight: 800; color: var(--sa-text); }

/* ═══════════════════════════════════════
   PRODUCT CARDS
═══════════════════════════════════════ */
.sa-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sa-product-card { background: var(--sa-card-bg); border-radius: var(--sa-radius); overflow: hidden; border: 1px solid var(--sa-border); transition: .22s; }
.sa-product-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.11); transform: translateY(-3px); }
.sa-product-img { aspect-ratio: 1; background: var(--sa-section-bg); display: flex; align-items: center; justify-content: center; font-size: 65px; position: relative; overflow: hidden; text-decoration: none; }
.sa-product-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.sa-product-card:hover .sa-product-img img { transform: scale(1.05); }
.sa-product-badge { position: absolute; top: 9px; right: 9px; padding: 3px 9px; border-radius: 50px; font-size: 10.5px; font-weight: 800; }
.sa-badge-red { background: var(--sa-primary); color: #fff; }
.sa-badge-gold { background: var(--sa-accent); color: #1a1a2e; }
.sa-badge-green { background: #e6f4ea; color: #1e7e34; }
.sa-product-body { padding: 13px; }
.sa-product-name { font-size: 13px; font-weight: 700; color: var(--sa-text); margin-bottom: 8px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sa-product-price-row { display: flex; align-items: center; gap: 7px; margin-bottom: 11px; flex-wrap: wrap; }
.sa-product-price { font-size: 17px; font-weight: 900; color: var(--sa-price-color); }
.sa-product-old-price { font-size: 12px; color: var(--sa-text-muted); text-decoration: line-through; }
.sa-add-btn { width: 100%; background: var(--sa-primary); color: #fff; border: none; padding: 9px; border-radius: var(--sa-radius-sm); font-family: var(--sa-font); font-size: 13px; font-weight: 800; cursor: pointer; transition: .15s; text-align: center; display: block; text-decoration: none; }
.sa-add-btn:hover { background: var(--sa-primary-dark); color: #fff; }

/* ═══════════════════════════════════════
   PROMO BANNER
═══════════════════════════════════════ */
.sa-promo-banner { background: linear-gradient(135deg, var(--sa-dark) 0%, #0f3460 100%); border-radius: var(--sa-radius-lg); padding: 50px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; position: relative; }
.sa-promo-banner::before { content: ''; position: absolute; top: -40px; left: -40px; width: 200px; height: 200px; background: var(--sa-primary); border-radius: 50%; opacity: .12; }
.sa-promo-content { position: relative; z-index: 2; }
.sa-promo-label { display: inline-block; background: var(--sa-primary); color: #fff; padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.sa-promo-title { font-size: 34px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.sa-promo-title span { color: var(--sa-accent); }
.sa-promo-desc { color: rgba(255,255,255,.75); font-size: 15px; margin-bottom: 24px; }
.sa-promo-img { font-size: 100px; position: relative; z-index: 2; }

/* ═══════════════════════════════════════
   SINGLE PRODUCT PAGE
═══════════════════════════════════════ */
.sa-product-wrap { max-width: 1160px; margin: 0 auto; padding: 28px 20px; }
.sa-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }

/* Gallery */
.sa-gallery { position: sticky; top: 72px; }
.sa-gallery-main { aspect-ratio: 1; border-radius: var(--sa-radius); overflow: hidden; border: 2px solid var(--sa-border); background: var(--sa-section-bg); display: flex; align-items: center; justify-content: center; font-size: 100px; margin-bottom: 12px; transition: opacity .2s; }
.sa-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.sa-gallery-thumbs { display: flex; gap: 9px; flex-wrap: wrap; }
.sa-gallery-thumb { width: 66px; height: 66px; border-radius: var(--sa-radius-sm); border: 2px solid var(--sa-border); overflow: hidden; background: var(--sa-section-bg); cursor: pointer; transition: .15s; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.sa-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sa-gallery-thumb:hover, .sa-gallery-thumb.active { border-color: var(--sa-primary); transform: scale(1.05); }

/* Product info */
.sa-product-badges { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 12px; }
.sa-product-badge-item { padding: 4px 12px; border-radius: 50px; font-size: 11.5px; font-weight: 700; }
.sa-badge-sale { background: #ffe5e7; color: #c1121f; }
.sa-badge-feat { background: #fff8dc; color: #b8860b; }
.sa-badge-avail { background: #e6f4ea; color: #1e7e34; }
.sa-product-title { font-size: 22px; font-weight: 900; line-height: 1.35; margin-bottom: 14px; color: var(--sa-text); }
.sa-price-box { background: var(--sa-section-bg); border: 1px solid var(--sa-border); border-radius: var(--sa-radius); padding: 13px 17px; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sa-price-main { font-size: var(--sa-price-size); font-weight: 900; color: var(--sa-price-color); }
.sa-price-old { font-size: 15px; color: var(--sa-text-muted); text-decoration: line-through; }
.sa-price-disc { background: var(--sa-primary); color: #fff; padding: 3px 10px; border-radius: 50px; font-size: 11.5px; font-weight: 700; }

/* Variants */
.sa-variant-group { margin-bottom: 14px; }
.sa-variant-label { font-size: 13px; font-weight: 700; color: var(--sa-text); margin-bottom: 8px; display: flex; align-items: center; gap: 7px; }
.sa-variant-label span { background: var(--sa-section-bg); border: 1px solid var(--sa-border); border-radius: 5px; padding: 2px 9px; font-size: 12px; font-weight: 800; color: var(--sa-primary); }
.sa-variant-options { display: flex; gap: 8px; flex-wrap: wrap; }
.sa-color-swatch { width: 34px; height: 34px; border-radius: 50%; border: 2.5px solid var(--sa-border); cursor: pointer; transition: .15s; position: relative; flex-shrink: 0; }
.sa-color-swatch:hover { transform: scale(1.1); }
.sa-color-swatch.active { border-color: var(--sa-primary); box-shadow: 0 0 0 3px rgba(230,57,70,.2); }
.sa-color-swatch.active::after { content: '✓'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; font-weight: 900; text-shadow: 0 1px 3px rgba(0,0,0,.5); }
.sa-size-chip { padding: 7px 15px; border-radius: var(--sa-radius-sm); border: 1.5px solid var(--sa-border); background: #fff; font-family: var(--sa-font); font-size: 13px; font-weight: 700; cursor: pointer; transition: .15s; color: var(--sa-text); }
.sa-size-chip:hover { border-color: var(--sa-primary); color: var(--sa-primary); }
.sa-size-chip.active { background: var(--sa-primary); color: #fff; border-color: var(--sa-primary); }
.sa-size-chip.disabled { opacity: .35; cursor: not-allowed; text-decoration: line-through; }

/* Order Form */
.sa-order-form { background: #fff; border: 2px solid var(--sa-border); border-radius: var(--sa-radius-lg); padding: 22px; }
.sa-form-title { font-size: 15px; font-weight: 800; color: var(--sa-text); display: flex; align-items: center; gap: 8px; padding-bottom: 13px; border-bottom: 2px solid var(--sa-border); margin-bottom: 16px; }
.sa-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-bottom: 12px; }
.sa-form-field { display: flex; flex-direction: column; gap: 5px; }
.sa-form-field label { font-size: 12px; font-weight: 700; color: var(--sa-text); }
.sa-input { width: 100%; padding: 10px 12px; border: 1.5px solid var(--sa-border); border-radius: var(--sa-radius-sm); font-family: var(--sa-font); font-size: 14px; color: var(--sa-text); direction: rtl; outline: none; transition: .15s; background: #fff; }
.sa-input:focus { border-color: var(--sa-primary); box-shadow: 0 0 0 3px rgba(230,57,70,.1); }
.sa-input::placeholder { color: #bbb; }
/* Qty */
.sa-qty-wrap-row { margin-bottom: 13px; }
.sa-qty-wrap-row label { font-size: 12px; font-weight: 700; color: var(--sa-text); display: block; margin-bottom: 6px; }
.sa-qty-box { display: inline-flex; align-items: center; border: 1.5px solid var(--sa-border); border-radius: var(--sa-radius-sm); overflow: hidden; }
.sa-qty-btn { width: 40px; height: 40px; background: var(--sa-section-bg); border: none; font-size: 19px; font-weight: 700; cursor: pointer; color: var(--sa-text); display: flex; align-items: center; justify-content: center; transition: .15s; font-family: var(--sa-font); }
.sa-qty-btn:hover { background: var(--sa-primary); color: #fff; }
.sa-qty-input { width: 50px; height: 40px; border: none; border-right: 1.5px solid var(--sa-border); border-left: 1.5px solid var(--sa-border); text-align: center; font-family: var(--sa-font); font-size: 15px; font-weight: 800; background: #fff; outline: none; }
/* Submit btn */
.sa-order-submit { width: 100%; background: var(--sa-btn-bg); color: var(--sa-btn-color); border: none; padding: 14px; border-radius: var(--sa-btn-radius); font-family: var(--sa-font); font-size: var(--sa-btn-size); font-weight: 900; cursor: pointer; transition: .2s; box-shadow: 0 4px 16px rgba(230,57,70,.3); margin-bottom: 10px; }
.sa-order-submit:hover { filter: brightness(.9); transform: translateY(-2px); }
.sa-order-submit:active { transform: translateY(0); }
.sa-secure-note { text-align: center; font-size: 11.5px; color: var(--sa-text-muted); margin-bottom: 13px; }
/* Summary collapsible tab */
.sa-summary-tab { border: 1.5px solid var(--sa-border); border-radius: var(--sa-radius-sm); overflow: hidden; margin-top: 0; }
.sa-summary-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; background: var(--sa-section-bg); border: none; font-family: var(--sa-font); font-size: 14px; font-weight: 700; color: var(--sa-text); cursor: pointer; transition: background .2s; user-select: none; }
.sa-summary-toggle:hover { background: #e3e3e3; }
.sa-summary-arrow { font-size: 20px; line-height: 1; transition: transform .3s ease; display: inline-block; color: var(--sa-primary); font-weight: 400; }
.sa-summary-toggle[aria-expanded="true"] .sa-summary-arrow { transform: rotate(180deg); }
.sa-order-summary { background: var(--sa-section-bg); border-radius: 0; border-top: 1.5px solid var(--sa-border); padding: 4px 0; }
.sa-sum-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 15px; font-size: 13.5px; border-bottom: 1px dashed var(--sa-border); }
.sa-sum-row:last-child { border-bottom: none; font-weight: 800; font-size: 15px; padding: 11px 15px; }
.sa-sum-free { color: #1e7e34; font-weight: 700; }
.sa-sum-total { color: var(--sa-price-color); font-weight: 900; }
.sa-sum-variant { font-size: 11.5px; color: var(--sa-text-muted); font-weight: 400; text-align: left; max-width: 55%; }
.sa-sum-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; font-size: 13.5px; border-bottom: 1px dashed var(--sa-border); }
.sa-sum-row:last-child { border: none; font-weight: 800; font-size: 15px; }
.sa-sum-free { color: #1e7e34; font-weight: 700; }
.sa-sum-total { color: var(--sa-price-color); font-weight: 900; }
.sa-sum-variant { font-size: 11.5px; color: var(--sa-text-muted); font-weight: 400; }
/* Description */
.sa-product-description { margin-top: 26px; padding-top: 22px; border-top: 2px solid var(--sa-border); }
.sa-product-description p { font-size: 15px; line-height: 1.9; margin-bottom: 12px; }
.sa-product-description ul { padding-right: 18px; }
.sa-product-description ul li { font-size: 14.5px; line-height: 1.85; margin-bottom: 6px; }
.sa-product-description ul li::marker { color: var(--sa-primary); }

/* Thank You */
.sa-thankyou-wrap { text-align: center; padding: 40px 20px; }
.sa-thankyou-icon { font-size: 72px; margin-bottom: 16px; display: block; }
.sa-thankyou-title { font-size: 24px; font-weight: 900; margin-bottom: 12px; }
.sa-thankyou-text { color: var(--sa-text-muted); font-size: 15px; line-height: 1.8; margin-bottom: 24px; }

/* ═══════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════ */
.sa-about-wrap { max-width: 800px; margin: 50px auto; padding: 0 22px; text-align: center; }
.sa-about-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 32px; }
.sa-about-card { background: var(--sa-section-bg); border-radius: var(--sa-radius); padding: 26px 15px; border: 1px solid var(--sa-border); }
.sa-about-card .icon { font-size: 36px; margin-bottom: 12px; }
.sa-about-card h3 { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.sa-about-card p { font-size: 13px; color: var(--sa-text-muted); }
.sa-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.sa-stat { background: var(--sa-primary); color: #fff; border-radius: var(--sa-radius); padding: 22px 10px; text-align: center; }
.sa-stat-num { font-size: 26px; font-weight: 900; }
.sa-stat-label { font-size: 12px; opacity: .85; }

/* ═══════════════════════════════════════
   CONTACT & SHIPPING PAGES
═══════════════════════════════════════ */
.sa-page-wrap { max-width: 860px; margin: 50px auto; padding: 0 22px; }
.sa-page-wrap h1 { font-size: 28px; font-weight: 900; margin-bottom: 24px; }
.sa-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
.sa-info-card { background: var(--sa-section-bg); border-radius: var(--sa-radius); padding: 24px; border: 1px solid var(--sa-border); }
.sa-info-card .icon { font-size: 32px; margin-bottom: 12px; }
.sa-info-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.sa-info-card p { font-size: 14px; color: var(--sa-text-muted); line-height: 1.7; }
.sa-contact-form { background: #fff; border: 2px solid var(--sa-border); border-radius: var(--sa-radius-lg); padding: 28px; }
.sa-contact-form h2 { font-size: 20px; font-weight: 800; margin-bottom: 20px; }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.sa-footer { background: var(--sa-footer-bg); color: rgba(255,255,255,.8); padding: 48px 0 0; }
.sa-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 36px; }
.sa-footer-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; margin-bottom: 14px; }
.sa-footer-logo-name { color: #fff; font-size: 18px; font-weight: 900; }
.sa-footer-logo-name em { color: var(--sa-primary); font-style: normal; }
.sa-footer-desc { font-size: 13px; line-height: 1.8; opacity: .65; margin-bottom: 16px; }
.sa-socials { display: flex; gap: 9px; flex-wrap: wrap; }
.sa-social { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: .2s; text-decoration: none; flex-shrink: 0; }
.sa-social:hover { transform: translateY(-3px); }
.sa-social-fb { background: #1877f2; }
.sa-social-ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.sa-social-tt { background: #010101; border: 1px solid #333; }
.sa-social-wa { background: #25d366; }
.sa-social-yt { background: #ff0000; }
.sa-footer-heading { font-size: 14.5px; font-weight: 800; color: #fff; margin-bottom: 14px; padding-bottom: 7px; border-bottom: 2px solid var(--sa-primary); display: inline-block; }
.sa-footer-links li { margin-bottom: 8px; }
.sa-footer-links a { color: rgba(255,255,255,.6); font-size: 13px; display: flex; align-items: center; gap: 5px; transition: .15s; }
.sa-footer-links a:hover { color: var(--sa-primary); padding-right: 4px; }
.sa-footer-contact { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.sa-footer-contact-row { display: flex; align-items: flex-start; gap: 8px; }
.sa-footer-contact-ic { color: var(--sa-primary); flex-shrink: 0; margin-top: 1px; font-size: 14px; }
.sa-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.sa-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; font-size: 12.5px; color: rgba(255,255,255,.38); flex-wrap: wrap; gap: 8px; }
.sa-pay-badges { display: flex; gap: 7px; }
.sa-pay-badge { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.6); padding: 3px 10px; border-radius: 4px; font-size: 11px; font-weight: 600; }

/* ═══════════════════════════════════════
   WP/WC OVERRIDES
═══════════════════════════════════════ */
.woocommerce-notices-wrapper { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.woocommerce-message, .woocommerce-error, .woocommerce-info { border-radius: var(--sa-radius-sm); font-family: var(--sa-font); margin-bottom: 16px; padding: 12px 16px; }
.sa-wc-wrap { max-width: 1160px; margin: 0 auto; padding: 30px 20px; }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .sa-products-grid { grid-template-columns: repeat(3, 1fr); }
  .sa-cats-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 880px) {
  .sa-nav { display: none; }
  .sa-mobile-btn { display: flex; }
  .sa-product-grid { grid-template-columns: 1fr; }
  .sa-gallery { position: static; }
  .sa-products-grid { grid-template-columns: repeat(2, 1fr); }
  .sa-features-grid { grid-template-columns: repeat(2, 1fr); }
  .sa-footer-grid { grid-template-columns: 1fr 1fr; }
  .sa-cats-grid { grid-template-columns: repeat(3, 1fr); }
  .sa-promo-banner { flex-direction: column; text-align: center; padding: 32px 24px; }
  .sa-info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .sa-form-grid { grid-template-columns: 1fr; }
  .sa-products-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .sa-footer-grid { grid-template-columns: 1fr; }
  .sa-cats-grid { grid-template-columns: repeat(2, 1fr); }
  .sa-hero-title { font-size: 24px; }
  .sa-about-cards { grid-template-columns: 1fr; }
  .sa-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .sa-footer-bottom-inner { flex-direction: column; text-align: center; }
  .sa-promo-banner { padding: 24px 18px; }
  .sa-promo-title { font-size: 24px; }
}
