/** Shopify CDN: Minification failed

Line 1282:0 Unexpected "}"

**/
/* EXACT CLONE CSS - UNIQUEWHOLESALEATL.COM */

/* ===== RESET & BASE ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color-primary: #d62828;
  --color-text: #333;
  --color-border: #ddd;
  --font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
}

/* ===== ACCESSIBILITY & SEO HELPERS ===== */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-to-content {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: #e31e24;
  color: white;
  padding: 12px 24px;
  z-index: 999999;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  transition: top 0.3s ease;
}

.skip-to-content:focus {
  top: 0;
  outline: 3px solid #000;
  outline-offset: 2px;
}

/* Focus visible for keyboard navigation */
*:focus-visible {
  outline: 2px solid #e31e24;
  outline-offset: 2px;
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  font-family: var(--font-family);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  outline: none;
}

/* ===== MATERIAL-UI CONTAINER ===== */
.MuiContainer-root {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.MuiContainer-maxWidthLg {
  max-width: 1280px;
}

/* ===== HEADER STYLING ===== */
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-top {
  background: #f5f5f5;
  padding: 8px 0;
  font-size: 12px;
  text-align: center;
}

.header-main {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header-logo img {
  height: 60px;
  width: auto;
}

.header-search {
  flex: 1;
  max-width: 500px;
}

.header-search input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--color-border);
  border-radius: 25px;
  font-size: 14px;
}

.header-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--color-primary);
}

.header-cart {
  position: relative;
}

.header-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--color-primary);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
}

.header-nav {
  background: var(--color-primary);
  padding: 12px 0;
}

.header-nav ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
}

.header-nav a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: opacity 0.3s;
}

.header-nav a:hover {
  opacity: 0.8;
}

/* ===== PRODUCT CARD STYLING (EXACT) ===== */
.sc-iA-DsXs.klmuPF.product-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sc-iA-DsXs.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.sc-fEiIrt.kAfSJf {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
}

.sc-fEiIrt img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}

.sc-kBRoID.kMoaSU.quickView {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(214, 40, 40, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.sc-iA-DsXs.product-card:hover .sc-kBRoID.quickView {
  opacity: 1;
}

.sc-kBRoID.quickView p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.sc-iZzKWI.hxEdck {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sc-gdfaqJ.hMchbd.product-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  min-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.sc-cHMHOW.bNiHnp.price {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc-cHMHOW.price del {
  font-size: 14px;
  color: #999;
}

.sc-cHMHOW.price p {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
}

.sc-kuVLHQ.lhPQne {
  width: 100%;
  padding: 12px 20px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  margin-top: auto;
}

.sc-kuVLHQ.lhPQne:hover {
  background: #b51f1f;
  transform: translateY(-2px);
}

.sc-kuVLHQ.lhPQne:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ===== CAROUSEL/SLIDER STYLING ===== */
.sc-hpGnlu.zhHiq {
  padding: 60px 0;
  background: #fff;
}

.MuiStack-root.css-1jzvu7r {
  margin-bottom: 40px;
  text-align: center;
}

.MuiTypography-h3.css-9997i {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 8px 0;
}

.MuiTypography-h4.css-1grgydu {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin: 0;
}

.sc-enkILE.jZYZWg {
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  display: flex;
  transition-property: transform;
}

.swiper-slide {
  flex-shrink: 0;
  display: grid !important;
  place-items: center !important;
  width: 263.6px !important;
  margin-right: 10px !important;
}

/* ===== FEATURES SECTION ===== */
.features-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.MuiGrid-container {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.MuiGrid-item {
  padding: 8px;
}

.MuiGrid-grid-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.MuiGrid-grid-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.MuiGrid-grid-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.MuiPaper-elevation1 {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.MuiPaper-elevation1:hover {
  transform: translateY(-5px);
}

.MuiBox-root.css-13w5bmq {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  position: relative;
}

.MuiTypography-h5.css-1qwv2sm {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.MuiTypography-body1.css-1kshgr4 {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* ===== BRANDS CAROUSEL ===== */
.sc-fTFjTM.bFCFsb {
  padding: 60px 0;
  background: #fff;
}

.MuiTypography-h3.css-18t5n8h {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.sc-ktJbId.iTzBMC {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.slick-slider {
  position: relative;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  flex-shrink: 0;
  width: 174px !important;
  padding: 0 10px;
}

.sc-jaXxmE.gcYMyq {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 80px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.sc-jaXxmE.gcYMyq:hover {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: var(--color-primary);
  font-size: 24px;
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

/* ===== NEWSLETTER SECTION ===== */
.sc-etlCFv.dhvpOa {
  background: linear-gradient(135deg, var(--color-primary) 0%, #8b1a1a 100%);
  padding: 60px 0;
  color: #fff;
}

.sc-eFRcpv.jvVvam h6 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.sc-eFRcpv.jvVvam p {
  font-size: 16px;
  opacity: 0.9;
}

.sc-cPrPEB.jYJynM {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sc-bizigk.lpsPyv {
  display: flex;
  gap: 15px;
  max-width: 600px;
  margin: 30px auto 0;
}

.sc-bizigk.lpsPyv input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.sc-bizigk.lpsPyv button {
  padding: 15px 40px;
  background: #fff;
  color: var(--color-primary);
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s;
}

.sc-bizigk.lpsPyv button:hover {
  opacity: 0.9;
}

/* ===== FOOTER STYLING ===== */
.sc-jBeBSR.fYgbjC {
  background: #222;
  color: #fff;
  padding: 60px 0 30px;
}

.sc-gplwa-d.dmPAtC h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: var(--color-primary);
}

.sc-cTTdyq.jQTKUi p {
  margin: 0 0 12px 0;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}

.sc-cTTdyq.jQTKUi p:hover {
  color: var(--color-primary);
}

.sc-bWJUgm.gijQMK {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.sc-bWJUgm.gijQMK .icon {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}

.sc-bWJUgm.gijQMK .icon:hover {
  color: var(--color-primary);
}

.sc-kpKSZj.dkhbto {
  text-align: center;
  padding: 30px 0 0;
  border-top: 1px solid #444;
  margin-top: 40px;
}

.sc-kpKSZj.dkhbto p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

/* ===== HERO CAROUSEL (Slick Slider) ===== */
.hero-carousel {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-slick {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Prevent horizontal layout before Slick loads */
.hero-slick > div {
  display: none;
  width: 100%;
  outline: none;
}

.hero-slick > div:first-child {
  display: block;
}

/* When Slick is initialized, override */
.hero-slick.slick-initialized > div {
  display: block;
}

.hero-slick img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.hero-slick .slick-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-slick .slick-track {
  display: flex !important;
  position: relative;
  left: 0;
  top: 0;
}

.hero-slick .slick-slide {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  float: none !important;
  display: block !important;
}

.hero-slick .slick-slide > div {
  width: 100%;
  display: block !important;
}

.hero-slick .slick-slide img {
  width: 100%;
  height: auto;
}

/* Slick arrows styling */
.hero-slick .slick-prev,
.hero-slick .slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
}

.hero-slick .slick-prev {
  left: 20px;
}

.hero-slick .slick-next {
  right: 20px;
}

.hero-slick .slick-prev:before,
.hero-slick .slick-next:before {
  font-size: 30px;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Slick dots styling */
.hero-slick .slick-dots {
  bottom: 20px;
  z-index: 10;
}

.hero-slick .slick-dots li button:before {
  color: white;
  font-size: 12px;
  opacity: 0.5;
}

.hero-slick .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/* ===== PRODUCT IMAGE GRIDS ===== */
.image-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.image-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.image-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.image-grid-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.image-grid-item:hover {
  transform: scale(1.02);
}

.image-grid-item img,
.image-grid-item svg {
  width: 100%;
  height: auto;
  display: block;
}

.image-grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== RESPONSIVE ===== */

/* Large Desktop */
@media (max-width: 1440px) {
  .MuiContainer-maxWidthLg {
    max-width: 1200px;
  }
}

/* Tablet and below */
@media (max-width: 1024px) {
  .MuiContainer-maxWidthLg {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
  
  .header-main {
    gap: 20px;
    padding: 15px 0;
  }
  
  .header-nav ul {
    gap: 15px;
    font-size: 13px;
  }
  
  .sc-jBeBSR.fYgbjC .MuiGrid-container {
    gap: 30px;
  }
  
  /* Typography */
  h1, .MuiTypography-h1 {
    font-size: 32px !important;
  }
  
  h2, .MuiTypography-h2 {
    font-size: 28px !important;
  }
  
  h3, .MuiTypography-h3 {
    font-size: 24px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  /* Container & Spacing */
  .MuiContainer-root {
    padding: 0 12px;
  }
  
  .MuiContainer-maxWidthLg {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Grid System */
  .MuiGrid-grid-sm-6,
  .MuiGrid-grid-md-3,
  .MuiGrid-grid-md-2,
  .MuiGrid-grid-md-4,
  .MuiGrid-grid-md-6,
  .MuiGrid-grid-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Image Grids */
  .image-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  
  .image-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  .image-grid-2 {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  /* 9-column grid to 3 columns on mobile */
  div[style*="grid-template-columns: repeat(9"] {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }
  
  /* Hero Carousel */
  .hero-swiper,
  .hero-carousel {
    margin-bottom: 20px !important;
  }
  
  .hero-swiper .swiper-slide {
    height: 250px !important;
  }
  
  .hero-swiper .swiper-slide svg {
    height: 250px !important;
  }
  
  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }
  
  .hero-swiper .swiper-button-prev:after,
  .hero-swiper .swiper-button-next:after {
    font-size: 14px !important;
  }
  
  .hero-swiper .swiper-pagination {
    bottom: 10px !important;
  }
  
  /* Header */
  .header-top p {
    font-size: 11px;
    padding: 6px 0;
  }
  
  .header-main {
    flex-direction: column;
    gap: 12px !important;
    padding: 12px 0;
  }
  
  .header-logo svg,
  .header-logo img {
    max-width: 140px !important;
    height: auto;
  }
  
  .header-search {
    max-width: 100%;
    width: 100%;
  }
  
  .header-search input {
    font-size: 13px;
    padding: 10px 15px;
  }
  
  .header-actions {
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .header-nav {
    padding: 10px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .header-nav ul {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11px;
    padding: 0 10px;
    white-space: nowrap;
  }
  
  .header-nav ul li a {
    padding: 8px 10px;
  }
  
  /* Product Cards */
  .swiper-slide {
    width: 200px !important;
  }
  
  .sc-iA-DsXs.klmuPF.product-card,
  .product-card {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .product-card h4,
  .sc-gdfaqJ {
    font-size: 13px !important;
  }
  
  .product-card button,
  .sc-kuVLHQ {
    font-size: 12px !important;
    padding: 8px 15px !important;
  }
  
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  
  /* Carousels */
  .slick-arrow {
    display: none !important;
  }
  
  .sc-enkILE.jZYZWg {
    margin: 0 -10px;
  }
  
  /* Typography */
  h1, .MuiTypography-h1 {
    font-size: 26px !important;
  }
  
  h2, .MuiTypography-h2 {
    font-size: 22px !important;
  }
  
  h3, .MuiTypography-h3 {
    font-size: 20px !important;
  }
  
  h4, .MuiTypography-h4 {
    font-size: 18px !important;
  }
  
  h5, .MuiTypography-h5 {
    font-size: 16px !important;
  }
  
  /* Buttons */
  button, .MuiButton-root {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
  
  /* Forms */
  input, select, textarea {
    font-size: 14px !important;
  }
  
  /* Features Section */
  .features-section .MuiPaper-elevation {
    padding: 20px;
  }
  
  /* Footer */
  .sc-jBeBSR.fYgbjC .MuiGrid-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .sc-cTTdyq.jQTKUi {
    text-align: center;
  }
  
  .sc-bWJUgm.gijQMK {
    justify-content: center;
  }
  
  .footer-logo svg,
  .footer-logo img {
    margin: 0 auto;
  }
  
  /* Newsletter */
  .sc-etlCFv.dhvpOa {
    padding: 40px 20px;
  }
  
  .sc-eFRcpv.jvVvam h6 {
    font-size: 20px;
  }
  
  .sc-bizigk.lpsPyv {
    flex-direction: column;
    gap: 15px;
  }
  
  .sc-bizigk.lpsPyv input,
  .sc-bizigk.lpsPyv button {
    width: 100%;
  }
  
  /* Product Page */
  .product-page > div {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  .product-page h1 {
    font-size: 22px !important;
  }
  
  .product-page .product-price {
    font-size: 20px !important;
  }
  
  /* Cart Page */
  .page-width h1 {
    font-size: 22px !important;
  }
  
  .page-width form > div {
    flex-direction: column !important;
    gap: 15px !important;
    padding: 15px !important;
  }
  
  .page-width form > div > div:last-child {
    text-align: left !important;
  }
  
  /* Cart Items */
  .cart-item {
    flex-direction: column !important;
    gap: 10px !important;
  }
  
  .cart-item img {
    max-width: 100px !important;
  }
  
  /* Payment Methods */
  .sc-kpKSZj.dkhbto svg {
    max-width: 100%;
    height: auto;
  }
  
  /* Auth Pages */
  .customer-auth-card {
    padding: 30px 20px !important;
    margin: 20px 15px !important;
  }
  
  .customer-account-wrapper {
    padding: 40px 15px !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  /* Container */
  .MuiContainer-root {
    padding: 0 10px;
  }
  
  /* Navigation */
  .header-nav ul {
    font-size: 10px;
    gap: 5px;
  }
  
  .header-nav ul li a {
    padding: 5px 6px;
  }
  
  /* Hero Carousel */
  .hero-swiper .swiper-slide,
  .hero-swiper .swiper-slide svg {
    height: 200px !important;
  }
  
  /* SVG Text Sizing for Mobile */
  .hero-swiper text[font-size="60"],
  svg text[font-size="60"] {
    font-size: 28px !important;
  }
  
  .hero-swiper text[font-size="48"],
  svg text[font-size="48"] {
    font-size: 24px !important;
  }
  
  .hero-swiper text[font-size="32"],
  svg text[font-size="32"] {
    font-size: 18px !important;
  }
  
  .hero-swiper text[font-size="28"],
  svg text[font-size="28"] {
    font-size: 14px !important;
  }
  
  .hero-swiper text[font-size="24"],
  svg text[font-size="24"] {
    font-size: 13px !important;
  }
  
  .hero-swiper text[font-size="20"],
  svg text[font-size="20"] {
    font-size: 12px !important;
  }
  
  .hero-swiper text[font-size="18"],
  svg text[font-size="18"] {
    font-size: 11px !important;
  }
  
  .hero-swiper text[font-size="16"],
  svg text[font-size="16"] {
    font-size: 10px !important;
  }
  
  /* Carousels */
  .swiper-slide {
    width: 140px !important;
  }
  
  /* Product Grids */
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
  
  .image-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
  
  /* Typography */
  h1, .MuiTypography-h1 {
    font-size: 22px !important;
  }
  
  h2, .MuiTypography-h2 {
    font-size: 20px !important;
  }
  
  h3, .MuiTypography-h3 {
    font-size: 18px !important;
  }
  
  .sc-eFRcpv.jvVvam h6 {
    font-size: 16px !important;
  }
  
  .sc-eFRcpv.jvVvam p {
    font-size: 12px !important;
  }
  
  /* Product Cards */
  .product-card h4,
  .sc-gdfaqJ {
    font-size: 12px !important;
  }
  
  .product-card .price,
  .sc-cHMHOW {
    font-size: 13px !important;
  }
  
  .product-card button,
  .sc-kuVLHQ {
    font-size: 11px !important;
    padding: 6px 12px !important;
  }
  
  /* Forms */
  .customer-auth-card {
    padding: 25px 15px !important;
  }
  
  .customer-auth-card h2 {
    font-size: 20px !important;
  }
  
  .input-group {
    margin-bottom: 15px !important;
  }
  
  .input-group input {
    font-size: 13px !important;
  }
  
  /* Buttons */
  .btn-auth-red,
  .btn-auth-outline {
    font-size: 13px !important;
    padding: 8px 20px !important;
  }
  
  /* Logo */
  .header-logo svg,
  .header-logo img {
    max-width: 120px !important;
  }
}
  
  .swiper-slide {
    width: 160px !important;
  }
  
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .MuiTypography-h3 {
    font-size: 20px !important;
  }
  
  .sc-eFRcpv.jvVvam h6 {
    font-size: 18px;
  }
  
  .sc-eFRcpv.jvVvam p {
    font-size: 13px;
  }
}

/* === Unique Wholesale Login Aesthetic (Montserrat) === */

/* 1. Import Montserrat Font from Google */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* Main Gray Background */
.customer-account-wrapper {
  background-color: #f8f9fa;
  padding: 80px 20px;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Apply Montserrat here */
  font-family: 'Montserrat', sans-serif; 
}

/* The White Card */
.customer-auth-card {
  background-color: #ffffff;
  width: 100%;
  max-width: 480px;
  padding: 40px 50px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border: 1px solid #e1e1e1;
  text-align: center;
  margin: 0 auto;
}

/* "SIGN IN" Title */
.customer-auth-card h2.page-title {
  color: #D32F2F;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 500; /* Medium weight for Montserrat */
  font-size: 22px;
  margin-top: 0;
}

/* Input Fields (The Box with Icon and Divider) */
.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #fff;
  transition: border-color 0.2s;
}
.input-group:focus-within {
  border-color: #aaa;
}

/* The Icon Box on the left */
.input-group-icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  border-right: 1px solid #e1e1e1;
  flex-shrink: 0;
}
.input-group-icon svg {
  width: 16px;
  height: 16px;
  fill: #666;
}

/* The Actual Input */
.input-group input {
  border: none;
  width: 100%;
  padding: 0 15px;
  height: 45px;
  font-size: 14px;
  color: #333;
  outline: none;
  background: transparent;
  font-family: 'Montserrat', sans-serif; /* Ensure inputs use it too */
}
.input-group input::placeholder {
  color: #999;
  font-weight: 400;
}

/* Row for Sign In Button and Forgot Password */
.login-actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* Red Sign In Button */
.btn-auth-red {
  background-color: #e60000;
  color: white;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.3s;
  font-family: 'Montserrat', sans-serif;
}
.btn-auth-red:hover {
  background-color: #cc0000;
}

/* Forgot Password Link */
.forgot-link {
  color: #555;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.forgot-link:hover {
  text-decoration: underline;
}

/* Separator Line "Don't have an account?" */
.auth-separator {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.auth-separator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e1e1e1;
  z-index: 0;
}
.auth-separator span {
  background-color: #fff;
  padding: 0 15px;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

/* Sign Up Button (Outline) */
.btn-auth-outline {
  display: block;
  width: 150px;
  margin: 0 auto;
  background-color: transparent;
  color: #D32F2F;
  border: 1px solid #D32F2F;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.btn-auth-outline:hover {
  background-color: #D32F2F;
  color: white;
}
/* --- UPDATED NAV ICONS --- */
  .ub-nav-icon-img {
    width: 20px; 
    height: 20px; 
    object-fit: contain; 
    display: block;
    /* Optional: If you upload black icons but want them white via code, 
       use filter. Otherwise upload white PNGs. */
    /* filter: invert(1); */ 
  }
  .ub-nav-item span {
    position: relative;
    top: 1px; /* Visual alignment fix */
  }