.quick-view-btn {
  border-color: var(--theme-color-2) !important;
  background-color: var(--theme-color-2) !important;
  color: #fff !important;
}

.header-auth-btn {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font: inherit;
  padding: 0;
}

.header-auth-btn:hover {
  color: #f47c20;
}

/* New css */

.sale-pill {
  background: linear-gradient(135deg,
      #FFD54A 0%,
      #FFB300 30%,
      #F28C28 70%,
      #D46A1F 100%) !important;
  color: #fff !important;
  padding: 2px 18px;
  font-size: 14px;
}

.home-product-price .current {
  background: linear-gradient(90deg, #D85A30, #BA7517);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
  font-weight: 700 !important;
  font-size: 15px;
}

.home-category-card h4 {
  color: #000000 !important;
  font-weight: 700 !important;
}

.home-section-head h2 {
  font-size: 50px;
  font-weight: 700 !important;
  background: linear-gradient(90deg, #D85A30, #BA7517);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
}

.home-product-price .original {
  color: #aaa !important;
}

.nav-custom .cart-count {
  background: linear-gradient(135deg, #FFD54A 0%, #FFB300 30%, #F28C28 70%, #D46A1F 100%) !important;
}

.highlights-section .inner-container {
  border-radius: 10px;
  padding: 30px 48px !important;
}

.newsletter-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.newsletter-card {
  background: linear-gradient(135deg, #C96A25 0%, #E8823A 45%, #F09D5A 100%);
  border-radius: 24px;
  padding: 3.5rem 4rem;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(201, 106, 37, 0.35),
    0 8px 20px rgba(232, 130, 58, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.newsletter-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.newsletter-card::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: 180px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.deco-ring {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 28px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.badge-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  margin-bottom: 1.2rem;
}

.newsletter-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 2.9rem);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.newsletter-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  max-width: 380px;
  margin: 0;
}

.input-group-custom {
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  backdrop-filter: blur(8px);
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.input-group-custom:focus-within {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12), 0 4px 20px rgba(0, 0, 0, 0.1);
}

.email-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  padding: 1rem 1.2rem;
  flex: 1;
  min-width: 0;
}

.email-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.01em;
}

.subscribe-btn {
  background: #fff;
  color: #C96A25;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.85rem 1.5rem;
  margin: 0.35rem;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.subscribe-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background: #FFF8F0;
}

.subscribe-btn:active {
  transform: translateY(0);
}

.subscribe-btn svg {
  transition: transform 0.2s;
}

.subscribe-btn:hover svg {
  transform: translateX(3px);
}

.trust-line {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.stats-row {
  display: flex;
  gap: 2rem;
  margin-top: 1.8rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.stat-label {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.2rem;
}

.stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  align-self: stretch;
}

.success-msg {
  display: none;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 1rem 1.4rem;
  color: #fff;
  font-size: 0.92rem;
  backdrop-filter: blur(4px);
  animation: fadeInUp 0.4s ease forwards;
}


.social-links li a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
}

.social-links li a:hover {
  color: #fff;
  background: #F5B020;
  border-color: #F5B020;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .newsletter-card {
    padding: 2.5rem 2rem;
  }

  .deco-ring {
    display: none;
  }

  .stats-row {
    gap: 1.2rem;
  }
}

@media (max-width: 767px) {

  .home-usp-grid,
  .home-blog-grid,
  .home-categories-grid,
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}