/**
 * Brinexa Commerce — visual language aligned with Shopie Store
 * (navy shell, #f28b00 accent, rounded cards). Loads after main.css.
 */

:root {
  --brx-navy: #0f172a;
  --brx-navy-mid: #1e293b;
  --brx-navy-footer: #0c1222;
  --brx-accent: #f28b00;
  --brx-accent-hover: #d97a00;
  --brx-text: #0f172a;
  --brx-muted: #64748b;
  --brx-radius: 12px;
  --brx-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  --brx-shadow-hover: 0 12px 32px rgba(15, 23, 42, 0.12);
}

/* ---- Logo (SVG wordmark) ---- */
body.brx-shopie-theme .site-logo {
  max-width: 240px;
  display: flex;
  align-items: center;
}

body.brx-shopie-theme .site-logo a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

body.brx-shopie-theme .site-logo img {
  height: 46px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  body.brx-shopie-theme .site-logo img {
    height: 38px;
  }
  body.brx-shopie-theme .site-logo {
    max-width: 200px;
  }
}

/* ---- Top promo strip (Shopie Store CTA) ---- */
.brx-promo-strip {
  position: relative;
  z-index: 1002;
  background: linear-gradient(90deg, var(--brx-navy) 0%, var(--brx-navy-mid) 50%, var(--brx-navy) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.brx-promo-strip a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.95;
}
.brx-promo-strip a:hover {
  opacity: 1;
  color: #fff !important;
}

/* ---- Layout: header in flow (below promo), not over hero ---- */
body.brx-shopie-theme .top-header-area {
  position: relative !important;
  z-index: 1000;
  width: 100%;
  padding: 16px 0 !important;
  background: linear-gradient(90deg, var(--brx-navy) 0%, var(--brx-navy-mid) 52%, #1a2744 100%) !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.18);
}

body.brx-shopie-theme .sticky-wrapper {
  position: relative !important;
  left: auto;
  top: auto !important;
  width: 100%;
}

body.brx-shopie-theme .sticky-wrapper.is-sticky .top-header-area {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  padding: 16px 0 !important;
  background: linear-gradient(90deg, var(--brx-navy) 0%, var(--brx-navy-mid) 52%, #1a2744 100%) !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.18);
}

body.brx-shopie-theme .sticky-wrapper.is-sticky {
  min-height: 0;
}

body.brx-shopie-theme .hero-area {
  min-height: calc(100vh - 120px);
}

/* Hero background image: ecommerce workspace scene */
body.brx-shopie-theme .hero-bg {
  background-image: url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1920&q=80") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Accent color (replaces template orange #F28123) */
body.brx-shopie-theme .orange-text,
body.brx-shopie-theme .breadcrumb-text p,
body.brx-shopie-theme .hero-text p.subtitle {
  color: var(--brx-accent) !important;
}

body.brx-shopie-theme a:hover {
  color: var(--brx-accent-hover);
}

body.brx-shopie-theme nav.main-menu ul li.current-list-item > a,
body.brx-shopie-theme nav.main-menu li:hover > a {
  color: var(--brx-accent) !important;
}

body.brx-shopie-theme .top-header-area .header-icons a:hover {
  color: var(--brx-accent) !important;
}

body.brx-shopie-theme a.boxed-btn {
  background-color: var(--brx-accent) !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 999px;
  padding: 12px 26px !important;
  box-shadow: 0 4px 14px rgba(242, 139, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.brx-shopie-theme a.boxed-btn:hover {
  background-color: var(--brx-accent-hover) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(242, 139, 0, 0.45);
}

body.brx-shopie-theme a.bordered-btn {
  border-color: var(--brx-accent) !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 9px 26px !important;
}

body.brx-shopie-theme a.bordered-btn:hover {
  background: rgba(242, 139, 0, 0.15) !important;
  color: #fff !important;
}

body.brx-shopie-theme a.cart-btn {
  background-color: var(--brx-accent) !important;
  color: #fff !important;
}

body.brx-shopie-theme a.cart-btn:hover {
  background-color: var(--brx-accent-hover) !important;
  color: #fff !important;
}

body.brx-shopie-theme .section-title h3:after {
  background-color: var(--brx-accent) !important;
}

body.brx-shopie-theme input[type="submit"] {
  background-color: var(--brx-accent) !important;
  color: #fff !important;
  border-radius: 8px !important;
}

body.brx-shopie-theme input[type="submit"]:hover {
  background-color: var(--brx-accent-hover) !important;
}

body.brx-shopie-theme .mean-bar a.meanmenu-reveal {
  background-color: var(--brx-accent) !important;
}

/* Hero: navy gradient overlay (Shopie-style) */
body.brx-shopie-theme .hero-area:after {
  background: linear-gradient(125deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 41, 59, 0.75) 45%, rgba(15, 23, 42, 0.82) 100%) !important;
  opacity: 1 !important;
}

body.brx-shopie-theme .hero-text h1 {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.02em;
}

/* Feature / list strip */
body.brx-shopie-theme .list-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

body.brx-shopie-theme .list-box {
  background: #fff;
  border-radius: var(--brx-radius);
  padding: 1.25rem 1.5rem !important;
  box-shadow: var(--brx-shadow);
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.brx-shopie-theme .list-box:hover {
  box-shadow: var(--brx-shadow-hover);
  transform: translateY(-2px);
}

body.brx-shopie-theme .list-box .list-icon {
  background: linear-gradient(135deg, rgba(242, 139, 0, 0.18) 0%, rgba(15, 23, 42, 0.08) 100%);
  border-radius: 12px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.brx-shopie-theme .list-box .list-icon i {
  color: var(--brx-accent) !important;
}

/* Product cards */
body.brx-shopie-theme .single-product-item {
  border-radius: var(--brx-radius);
  padding-bottom: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.brx-shopie-theme .single-product-item:hover {
  transform: translateY(-4px);
}

body.brx-shopie-theme .single-product-item .product-image {
  border-radius: var(--brx-radius) var(--brx-radius) 0 0;
  overflow: hidden;
  box-shadow: var(--brx-shadow);
}

body.brx-shopie-theme .single-product-item h3 {
  color: var(--brx-text);
  margin-top: 1rem !important;
}

/* Cart banner / deal block */
body.brx-shopie-theme .cart-banner {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
}

body.brx-shopie-theme .cart-banner .inner-price {
  background: linear-gradient(135deg, var(--brx-accent) 0%, var(--brx-accent-hover) 100%) !important;
}

/* Shop banner CTA section */
body.brx-shopie-theme .shop-banner {
  background: linear-gradient(90deg, var(--brx-navy) 0%, #1a2744 50%, var(--brx-navy-mid) 100%) !important;
}

body.brx-shopie-theme .shop-banner h3 {
  color: #fff !important;
}

body.brx-shopie-theme .shop-banner .sale-percent {
  color: var(--brx-accent) !important;
}

body.brx-shopie-theme .shop-banner .sale-percent span {
  color: #fff !important;
  opacity: 0.95;
}

/* About page right panel image + safer text layer */
body.brx-shopie-theme .feature-bg:after {
  background-image: url("https://images.unsplash.com/photo-1557825835-70d97c4aa567?auto=format&fit=crop&w=1400&q=80") !important;
}

body.brx-shopie-theme .feature-bg .featured-text {
  position: relative;
  z-index: 2;
}

/* About page: keep focus cards equal height */
body.brx-shopie-theme .feature-bg .list-box {
  height: 350px;
  align-items: flex-start !important;
}

@media (max-width: 767.98px) {
  body.brx-shopie-theme .feature-bg .list-box {
    height: auto;
  }
}

/* Testimonials */
body.brx-shopie-theme .testimonail-section {
  background: #f8fafc;
}

/* About video block */
body.brx-shopie-theme .abt-bg {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1400&q=80") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.brx-shopie-theme .abt-text .top-sub {
  color: var(--brx-accent) !important;
}

/* News cards */
body.brx-shopie-theme .single-latest-news {
  border-radius: var(--brx-radius);
  overflow: hidden;
  box-shadow: var(--brx-shadow);
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

/* Blog / news imagery: ecommerce-themed photos */
body.brx-shopie-theme .news-bg-1 {
  background-image: url("https://images.unsplash.com/photo-1472851294608-062f824d29cc?auto=format&fit=crop&w=1200&q=80") !important;
}

body.brx-shopie-theme .news-bg-2 {
  background-image: url("https://images.unsplash.com/photo-1481437156560-3205f6a55735?auto=format&fit=crop&w=1200&q=80") !important;
}

body.brx-shopie-theme .news-bg-3 {
  background-image: url("https://images.unsplash.com/photo-1555529669-e69e7aa0ba9a?auto=format&fit=crop&w=1200&q=80") !important;
}

body.brx-shopie-theme .news-bg-4 {
  background-image: url("https://images.unsplash.com/photo-1556740738-b6a63e27c4df?auto=format&fit=crop&w=1200&q=80") !important;
}

body.brx-shopie-theme .news-bg-5 {
  background-image: url("https://images.unsplash.com/photo-1607082350899-7e105aa886ae?auto=format&fit=crop&w=1200&q=80") !important;
}

body.brx-shopie-theme .news-bg-6 {
  background-image: url("https://images.unsplash.com/photo-1556742208-999815fca738?auto=format&fit=crop&w=1200&q=80") !important;
}

body.brx-shopie-theme .single-artcile-bg {
  background-image: url("https://images.unsplash.com/photo-1556740738-b6a63e27c4df?auto=format&fit=crop&w=1600&q=80") !important;
  background-position: center center !important;
  background-size: cover !important;
}

body.brx-shopie-theme .single-latest-news:hover {
  box-shadow: var(--brx-shadow-hover);
  transform: translateY(-3px);
}

body.brx-shopie-theme .news-text-box {
  background: #fff;
}

body.brx-shopie-theme a.read-more-btn:hover {
  color: var(--brx-accent) !important;
}

/* Logo row */
body.brx-shopie-theme .logo-carousel-section {
  background: #fff !important;
  border-top: 1px solid #e2e8f0;
}

/* Hidden for now per current homepage cleanup */
body.brx-shopie-theme .logo-carousel-section {
  display: none !important;
}

/* Footer — warm accent lines like Shopie */
body.brx-shopie-theme .footer-area {
  background: linear-gradient(180deg, var(--brx-navy-footer) 0%, #0a0f1a 100%) !important;
  padding: 100px 0 !important;
}

body.brx-shopie-theme h2.widget-title:after {
  background-color: var(--brx-accent) !important;
}

body.brx-shopie-theme .footer-box.subscribe form input[type="email"] {
  background-color: rgba(15, 23, 42, 0.6) !important;
  border-radius: 8px 0 0 8px !important;
}

body.brx-shopie-theme .footer-box.subscribe form button {
  background-color: rgba(15, 23, 42, 0.6) !important;
  color: var(--brx-accent) !important;
  border-radius: 0 8px 8px 0 !important;
}

body.brx-shopie-theme .copyright {
  background-color: #080c14 !important;
  border-top-color: rgba(255, 255, 255, 0.06) !important;
}

body.brx-shopie-theme .copyright a {
  color: var(--brx-accent) !important;
}

body.brx-shopie-theme .copyright a:hover {
  color: #ffb347 !important;
}

/* Breadcrumb pages */
body.brx-shopie-theme .breadcrumb-text p {
  letter-spacing: 0.2em;
}

/* Contact / blue bars */
body.brx-shopie-theme .find-location.blue-bg {
  background: linear-gradient(90deg, var(--brx-navy) 0%, var(--brx-navy-mid) 100%) !important;
}

/* Typography tweak */
body.brx-shopie-theme {
  color: var(--brx-text);
}

body.brx-shopie-theme h2,
body.brx-shopie-theme h3,
body.brx-shopie-theme h4 {
  color: var(--brx-text);
}

body.brx-shopie-theme .breadcrumb-section .breadcrumb-text h1 {
  color: #fff !important;
}

body.brx-shopie-theme .footer-area h2,
body.brx-shopie-theme .footer-area h3,
body.brx-shopie-theme .footer-area h4 {
  color: #fff !important;
}

body.brx-shopie-theme .section-title p {
  color: var(--brx-muted) !important;
  max-width: 36rem;
}

/* Pagination & misc */
body.brx-shopie-theme .pagination-wrap ul li a.active,
body.brx-shopie-theme .product-filters ul li.active {
  background-color: var(--brx-accent) !important;
  border-color: var(--brx-accent) !important;
}


/* ---- Top categories block ---- */
body.brx-shopie-theme .brx-top-categories {
  background: #fff;
}

body.brx-shopie-theme .brx-top-categories .row.g-3 {
  margin-left: -10px;
  margin-right: -10px;
}

body.brx-shopie-theme .brx-top-categories .row.g-3 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

body.brx-shopie-theme .brx-cat-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: var(--brx-shadow);
  min-height: 110px;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.brx-shopie-theme .brx-cat-card i {
  color: var(--brx-accent);
  font-size: 1.2rem;
}

body.brx-shopie-theme .brx-cat-card span {
  color: var(--brx-text);
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.35;
}

body.brx-shopie-theme .brx-cat-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--brx-shadow-hover);
  border-color: rgba(242, 139, 0, .45);
}
