/**
 * Custom CSS - M Poonamchand Jewellers
 * Consolidated custom styles
 * Last Updated: November 3, 2025
 */

/* ====================================
   NEW THEME COLOR SYSTEM (November 2025)
   ==================================== */
:root {
  /* Brand palette */
  --brand-primary: #0B3C5D;
  --brand-primary-dark: #102A43;
  --brand-primary-light: #1d4e72;
  --brand-secondary: #E0E6ED;
  /* Cool Silver Gray */
  --brand-accent-gold: #C9A646;
  /* Warm Gold */
  --brand-accent-gold-light: #E1C979;
  --brand-accent-blue: #7BAFD4;
  /* Sea Foam Blue */
  --brand-hover-blue: #4A90E2;
  /* Sky Blue */
  --brand-text-primary: #34495E;
  /* Slate Gray */
  --brand-background-alt: #F9F9F9;
  /* Pearl White */
  --brand-background-contrast: #EEF3F7;
  --brand-card-surface: #ffffff;

  /* Legacy variable overrides from base template */
  --white: #ffffff;
  --primary: var(--brand-primary);
  --primary-2: var(--brand-primary-dark);
  --primary-3: var(--brand-primary-light);
  --secondary: var(--brand-accent-gold);
  --secondary-2: #b3892f;
  --secondary-3: var(--brand-accent-gold-light);
  --secondary-4: var(--brand-hover-blue);
  --bg: var(--brand-secondary);
  --bg-2: var(--brand-primary);
  --bg-3: rgba(16, 42, 67, 0.85);
  --bg-4: rgba(16, 42, 67, 0.75);
  --bg-5: #0f3154;
  --bg-8: #102A43;
  --bg-9: #E0E6ED;
  --bg-11: var(--brand-background-alt);
  --bg-20: var(--brand-accent-gold);
  --bg-21: #f4e7c9;
  --bg-23: #f7efdb;
  --bg-24: #d4e4f2;
  --bg-25: var(--brand-background-alt);
  --line-13: rgba(201, 166, 70, 0.65);

  /* Custom helpers */
  --pearl-white: var(--brand-background-alt);
  --btn-gradient: linear-gradient(135deg, var(--brand-accent-gold) 0%, var(--brand-accent-gold-light) 100%);
}

body {
  color: var(--brand-text-primary);
  background-color: var(--brand-card-surface);
}

a,
.link {
  color: var(--brand-primary);
  transition: color 0.25s ease;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: var(--brand-hover-blue);
}

.bg-clr,
.tb-topbar {
  background: #34495E !important;
  color: #fff;
}

.tb-topbar .top-contact,
.tb-topbar .top-contact i,
.tb-topbar .tf-social-icon a {
  color: #fff !important;
}

.tb-topbar .tf-social-icon a:hover,
.tb-topbar .tf-social-icon a:focus {
  color: var(--brand-accent-blue) !important;
}

.count-notice {
  background: var(--brand-hover-blue) !important;
}

.tf-header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
  box-shadow: 0 6px 24px rgba(16, 42, 67, 0.06);
}

.box-nav-menu>.menu-item>.item-link {
  color: var(--brand-text-primary);
  transition: color 0.25s ease;
}

.box-nav-menu>.menu-item>.item-link:hover,
.box-nav-menu>.menu-item>.item-link:focus,
.box-nav-menu>.menu-item.current-menu-item>.item-link {
  color: var(--brand-hover-blue);
}

.nav-icon-item {
  color: var(--brand-text-primary) !important;
  transition: color 0.25s ease;
}

.nav-icon-item:hover,
.nav-icon-item:focus {
  color: var(--brand-hover-blue) !important;
}

.tf-topbar {
  border-bottom: 4px solid var(--brand-accent-gold);
  background: #34495E;
}

.cat-link {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  transition: color 0.25s ease, background-color 0.25s ease;
}

.cat-link:hover,
.cat-link:focus {
  color: var(--brand-accent-blue);
  background-color: rgba(74, 144, 226, 0.12);
}

.buttonbar-nav .nav-list li::after {
  background-color: rgba(255, 255, 255, 0.15);
}

.best-sellers-section,
.flat-spacing,
.account-section,
.login-section,
.s-shop-cart,
.section_bg {
  background-color: var(--brand-background-alt);
}

.blog-section,
.contact-section,
.flat-spacing-3,
.section-contrast,
.mpc-product-detail-wrapper {
  background-color: var(--brand-background-contrast);
}

.btn-gold-gradient,
.btn-gold,
.tf-btn.btn-fill,
.btn-fill,
.cart-btn-checkout,
.btn-add-to-cart-wl,
.btn-login,
.btn-register,
.login-box .tf-btn.btn-fill,
.checkout-sidebar .tf-btn.btn-fill,
.banner_V02 .tf-btn,
.banner_countdown-v3 .tf-btn,
.mpc-btn-add,
.addToCart-index,
.btn-blog,
.btn-gold:hover,
.btn-gold-gradient:hover,
.product-actions .action-btn:hover,
.list-product-btn .box-icon:hover,
.contact-info-icon:hover,
.contact-section .tf-social-icon li a,
.collections-swiper .swiper-button-prev:hover,
.collections-swiper .swiper-button-next:hover,
.tf-btn-icon:hover {
  background: #8b46c9;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 10px 30px rgba(201, 166, 70, 0.25);
}

.btn-gold-gradient:hover,
.btn-gold:hover,
.tf-btn.btn-fill:hover,
.btn-fill:hover,
.cart-btn-checkout:hover,
.btn-add-to-cart-wl:hover,
.btn-login:hover,
.btn-register:hover,
.login-box .tf-btn.btn-fill:hover,
.checkout-sidebar .tf-btn.btn-fill:hover,
.banner_V02 .tf-btn:hover,
.banner_countdown-v3 .tf-btn:hover,
.mpc-btn-add:hover,
.addToCart-index:hover,
.btn-blog:hover {
  background: linear-gradient(135deg, #357ABD 0%, #1E90FF 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 32px rgba(74, 144, 226, 0.25);
}

.list-product-btn .box-icon,
.product-actions .action-btn,
.btn-add-wishlist,
.contact-info-icon {
  background: #ffffff;
  color: var(--brand-primary);
  border: 1px solid rgba(16, 42, 67, 0.12);
  box-shadow: 0 6px 18px rgba(16, 42, 67, 0.08);
}

.list-product-btn .box-icon:hover,
.product-actions .action-btn:hover,
.btn-add-wishlist:hover,
.contact-info-icon:hover {
  color: #ffffff;
}

.discount-badge {
  background: linear-gradient(135deg, var(--brand-hover-blue), var(--brand-accent-blue)) !important;
}

.blog-meta,
.blog-sidebar h4,
.collection-info h6,
.cart-summary h4,
.account-dashboard .hello-name,
.banner_V02 .title {
  color: var(--brand-primary);
}

.contact-info-box .caption,
.order_product .prd-name,
.blog-title,
.blog-post-title {
  color: var(--brand-text-primary);
}

.contact-info-box a:hover,
.order_product .prd-name:hover,
.blog-title a:hover,
.blog-post-title a:hover {
  color: var(--brand-hover-blue);
}

/* ====================================
   GLOBAL CSS VARIABLES
   ==================================== */

/* ====================================
   INDEX & PRODUCT PAGES
   ==================================== */

/* Best Sellers Section */
.best-sellers-section {
  background: var(--pearl-white);
}

/* Product Cards */
.product-card {
  transition: all 0.4s ease;
  border: none;
  background: #fff;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.product-card .position-relative {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}

/* Product Image Container */
.product_image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product_image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  mix-blend-mode: normal;
  background-color: #fff;
}

.product-img.hover-img {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-card:hover .main-img {
  transform: scale(1.08);
  opacity: 0;
}

.product-card:hover .hover-img {
  opacity: 1;
  transform: scale(1.08);
}

/* Product Actions */
.product_image .product-actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}

.product-actions .action-btn {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-bottom: 6px;
  color: #333;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-actions .action-btn:hover {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.product-actions .action-btn i {
  font-size: 16px;
}

/* Discount Badge */
.discount-badge {
  background: linear-gradient(45deg, #3cd437, #116f00);
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

/* Add to Cart Button */
.addToCart-index {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 18px;
  /* background: linear-gradient(135deg, #D4AF37 0%, #EBCF6C 100%) !important; */
  background: linear-gradient(135deg, var(--brand-hover-blue) 0%, var(--brand-accent-blue) 100%) !important;
  color: #ffffff !important;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(61, 101, 146, 0.28);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.addToCart-index i {
  font-size: 16px;
  color: inherit;
}

/* .addToCart-index::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #3d6592;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
} */

.addToCart-index>* {
  position: relative;
  z-index: 1;
}

.addToCart-index:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(61, 101, 146, 0.38);
}

.addToCart-index:hover::before {
  opacity: 1;
}

/* Share Button */
.btn-share-product {
  background: rgba(255, 255, 255, 0.9);
  color: #3cd437;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all .3s ease;
  position: absolute;
  top: 45px;
  right: 0;
}

.btn-share-product:hover {
  background: #e0b75d;
  color: #fff;
}

/* ====================================
   BUTTONS & UTILITIES
   ==================================== */

.nav-link {
  border-radius: 30px;
  color: #444;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

/* .nav-link.active,
.nav-link:hover {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  color: #fff;
  border-color: transparent;
} */

.decorative-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  margin: 0 auto 10px;
}

.btn-gold-gradient {
  /* background: linear-gradient(45deg, #D4AF37, #FFD966); */
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-gold-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.btn-gold-gradient:hover::after {
  transform: scaleX(1);
}

.hover-glow:hover {
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
  transform: translateY(-2px);
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.list-product-btn .box-icon {
  background: rgba(255, 255, 255, 0.9);
  color: #3cd437;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all .3s ease;
}

.list-product-btn .box-icon:hover {
  background: #e0b75d;
  color: #fff;
}

/* ====================================
   COLLECTIONS
   ==================================== */

.collections-section {
  background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
}

/* Ensure swiper slides have uniform height */
.collections-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.collection-card {
  transition: all 0.4s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.collection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.collection-image {
  height: 400px;
  /* Match card height */
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  flex-shrink: 0;
}

.collection-card:hover .collection-image {
  transform: scale(1.1);
}

.collection-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgb(0 0 0 / 40%) 100%);
  transition: opacity 0.4s ease;
}

/* .collection-card:hover .collection-overlay {
  opacity: 1;
} */

.collection-overlay h5 {
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* Collections Swiper Navigation */
.collections-swiper .swiper-button-prev,
.collections-swiper .swiper-button-next {
  background: rgba(255, 255, 255, 0.9);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.collections-swiper .swiper-button-prev:after,
.collections-swiper .swiper-button-next:after {
  font-size: 18px;
  color: #D4AF37;
  font-weight: bold;
}

.collections-swiper .swiper-button-prev:hover,
.collections-swiper .swiper-button-next:hover {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.collections-swiper .swiper-button-prev:hover:after,
.collections-swiper .swiper-button-next:hover:after {
  color: #fff;
}

.collections-swiper .swiper-pagination-bullet {
  background: #D4AF37;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.collections-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
  background: #D4AF37;
}

/* Responsive adjustments for collection cards */
@media(max-width:992px) {
  .collection-card {
    height: 350px;
  }

  .collection-image {
    height: 350px;
  }
}

@media(max-width:768px) {
  .collection-card {
    height: 300px;
  }

  .collection-image {
    height: 300px;
  }
}

@media(max-width:576px) {
  .collection-card {
    height: 250px;
  }

  .collection-image {
    height: 250px;
  }

  .collection-overlay h5 {
    font-size: 0.9rem;
  }

  .collection-overlay .btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem !important;
  }
}

/* ====================================
   BLOG STYLES
   ==================================== */

.blog-section {
  background-color: var(--soft-cream);
  padding: 80px 0;
}

.blog-card {
  background: #fff;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
  transition: all .3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.blog-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all .4s ease;
}

.blog-card:hover .blog-img {
  transform: scale(1.05);
}

.blog-body {
  padding: 22px 20px 28px;
}

.blog-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-title a {
  color: #222;
  text-decoration: none;
}

.blog-title a:hover {
  color: #3cd437;
}

.blog-meta {
  font-size: .9rem;
  color: #116f00;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.blog-meta i {
  color: var(--accent-gold);
}

.blog-desc {
  color: #555;
  font-size: .95rem;
  min-height: 56px;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #116f00;
  text-decoration: none;
  transition: color .3s;
}

.read-more:hover {
  color: var(--accent-gold);
}

/* ====================================
   PRODUCT PAGE HERO THEME
   ==================================== */

.modern-collections-section {
  background: linear-gradient(135deg, #faf5eb 0%, #f3e7c9 50%, #e0c98d 100%);
  position: relative;
  color: #000;
  overflow: hidden;
}

.modern-collections-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.08), transparent 70%);
  z-index: 1;
  animation: shimmer 8s infinite linear;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.modern-collections-section .container {
  position: relative;
  z-index: 2;
}

.modern-collections-section h1 {
  color: #000;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.modern-collections-section p {
  color: rgba(0, 0, 0, 0.8);
}

/* ====================================
   COLLECTIONS (ABOUT & BLOG PAGES)
   ==================================== */

.collections-heading {
  background: rgb(255 193 7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-line {
  width: 90px;
  height: 3px;
  background: rgb(255 193 7);
  border-radius: 2px;
  margin: 12px auto 40px;
}

.collection-card {
  text-align: center;
  transition: all .4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: block;
}

.collection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.collection-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.collection-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: 2px solid #f0e6c4;
  transition: transform .5s ease;
}

.collection-card:hover img {
  transform: scale(1.1);
}

.collection-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(60, 212, 55, .55); */
  opacity: 0;
  transition: opacity .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .collection-card:hover .collection-overlay {
  opacity: 1;
} */

.overlay-text {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.collection-info h6 {
  margin-top: 15px;
  font-weight: 600;
  color: #116f00;
}

.collection-info p {
  color: #777;
  margin-bottom: 0;
  font-size: .9rem;
}

/* Swiper Navigation Arrows */
.collections-prev,
.collections-next {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.collections-prev:after,
.collections-next:after {
  font-size: 18px;
  font-weight: bold;
  color: #3cd437;
}

.collections-prev:hover,
.collections-next:hover {
  background: linear-gradient(45deg, #3cd437, #e0b75d);
  transform: scale(1.1);
}

.collections-prev:hover:after,
.collections-next:hover:after {
  color: #fff;
}

@media(max-width:768px) {
  .collections-section {
    padding: 60px 0;
  }

  .collection-img-wrap img {
    height: 200px;
  }
}

/* ====================================
   SPECIFICATIONS TABLE - Simple & Clean
   ==================================== */

#specs .table {
  border-collapse: collapse;
  /* border: 2px solid #e0b75d; */
  margin-bottom: 0;
  background: #ffffff;
}

#specs .table td {
  padding: 16px 20px;
  border: 1px solid #f0e6c4;
  vertical-align: middle;
}

#specs .table td:first-child {
  background: linear-gradient(135deg, #fffef7 0%, #fff8e7 100%);
  font-weight: 600;
  color: #000;
  width: 30%;
  /* border-left: 3px solid #D4AF37; */
}

#specs .table td:last-child {
  color: #333;
  font-size: 15px;
  background: #fff;
}

#specs .table tr:hover td {
  background-color: #fffef7;
}

#specs .table code {
  background-color: #E8F4FA !important;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #A8D8F0 !important;
  color: #3E8EC3 !important;
}

#specs .badge {
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

/* GLOBAL OVERRIDE - Remove ALL Bootstrap Red Colors */
.text-danger,
.text-danger:hover,
.text-danger:focus,
code.text-danger,
.badge-danger,
.bg-danger,
.border-danger,
.alert-danger,
.btn-danger,
a.text-danger,
a.text-danger:hover,
a.text-danger:focus {
  color: #fff !important;
  background-color: #3E8EC3 !important;
  border-color: #A8D8F0 !important;
}

/* Override Bootstrap bg-info to use Diamond Blue */
.bg-info,
.badge-info,
.alert-info,
.btn-info {
  background-color: #3E8EC3 !important;
  color: #fff !important;
  border-color: #A8D8F0 !important;
}

/* Ensure text-info uses Diamond Blue */
.text-info,
.text-info:hover,
.text-info:focus,
code.text-info,
a.text-info,
a.text-info:hover {
  color: #3E8EC3 !important;
}

/* Specific override for SKU code in specifications */
#specs .text-danger,
#specs .text-info,
#specs code.text-danger,
#specs code.text-info,
#specs code {
  color: #3E8EC3 !important;
  background-color: #E8F4FA !important;
  border: 1px solid #A8D8F0 !important;
}

/* ====================================
   PAGE HEADERS & COMMON STYLES
   ==================================== */

.page-head,
.page-hero,
.contact-hero,
.blog-hero {
  text-align: center;
  position: relative;
  background: linear-gradient(135deg, #0B3C5D, #102A43);
  color: #F9F9F9;
}

.page-head h1,
.page-hero h1,
.contact-hero h1,
.blog-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F9F9F9;
}

.page-head::after,
.page-hero::after,
.contact-hero::after,
.blog-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: #D4AF37;
  border-radius: 2px;
}

.text-header {
  background: unset !important;
}

.page-title {
  border-bottom: none !important;
}

.tf-btn.btn-fill {
  background: #D4AF37;
  border: none;
  color: #0B3C5D;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tf-btn.btn-fill:hover {
  background: #B99729;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(185, 151, 41, 0.35);
}

/* ====================================
   CART PAGE
   ==================================== */

.cart-hero {
  background: linear-gradient(135deg, #0B3C5D 0%, #102A43 100%);
  padding: 80px 0 80px;
  text-align: center;
  color: #fff;
}

.cart-hero h1 {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.cart-item-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.cart-item-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.cart-item-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.cart-summary {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  position: sticky;
  top: 20px;
}

.cart-summary h4 {
  color: #116f00;
  font-weight: 600;
  border-bottom: 2px solid #3cd437;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.cart-summary-total {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3cd437;
  padding-top: 15px;
}

.cart-btn-checkout {
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 15px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart-btn-checkout:hover {
  background: linear-gradient(135deg, #e0b75d, #3cd437);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(60, 212, 55, 0.3);
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-btn {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.qty-btn:hover {
  background: #3cd437;
  color: #fff;
  border-color: #3cd437;
}

.qty-input {
  width: 60px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 5px;
}

/* ====================================
   LOGIN & REGISTER PAGES
   ==================================== */

.login-hero,
.register-hero {
  background: linear-gradient(135deg, #0B3C5D 0%, #102A43 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.login-hero h1,
.register-hero h1 {
  font-weight: 700;
  letter-spacing: 1px;
}

.login-container,
.register-container {
  max-width: 480px;
  margin: 60px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.login-form .form-label,
.register-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.login-form .form-control,
.register-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.login-form .form-control:focus,
.register-form .form-control:focus {
  border-color: #3cd437;
  box-shadow: 0 0 0 0.2rem rgba(60, 212, 55, 0.15);
}

.btn-login,
.btn-register {
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 14px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.btn-login:hover,
.btn-register:hover {
  background: linear-gradient(135deg, #e0b75d, #3cd437);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(60, 212, 55, 0.3);
}

.login-divider {
  text-align: center;
  margin: 25px 0;
  position: relative;
}

.login-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e9ecef;
  z-index: 1;
}

.login-divider span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  color: #999;
}

/* ====================================
   WISHLIST PAGE
   ==================================== */

.wishlist-hero {
  background: linear-gradient(135deg, #0B3C5D 0%, #102A43 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.wishlist-hero h1 {
  font-weight: 700;
  letter-spacing: 1px;
}

.wishlist-item-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-bottom: 25px;
}

.wishlist-item-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.wishlist-item-img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  padding: 15px;
  background: #f8f9fa;
}

.wishlist-actions {
  padding: 20px;
}

.wishlist-actions .btn {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-add-to-cart-wl {
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  color: #fff;
  border: none;
}

.btn-add-to-cart-wl:hover {
  background: linear-gradient(135deg, #e0b75d, #3cd437);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(60, 212, 55, 0.3);
}

.btn-remove-wl {
  background: #fff;
  color: #3E8EC3;
  border: 2px solid #3E8EC3;
}

.btn-remove-wl:hover {
  background: #3E8EC3;
  color: #fff;
}

/* ====================================
   CONTACT PAGE
   ==================================== */

.contact-hero {
  background: linear-gradient(135deg, #0B3C5D 0%, #102A43 100%);
  padding: 80px 0;
}

.contact-form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.contact-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #3cd437;
  box-shadow: 0 0 0 0.2rem rgba(60, 212, 55, 0.15);
}

.contact-info-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.contact-info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

/* Contact Section */
.contact-section {
  background: #fff8f0;
  padding: 80px 0;
}

/* Contact Info Box */
.contact-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px 35px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.contact-info-box h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-box li {
  margin-bottom: 12px;
}

.contact-info-box .caption {
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.contact-info-box a,
.contact-info-box p.text-main-4 {
  color: #333;
  text-decoration: none;
}

.contact-info-box a:hover {
  color: #e0b75d;
}

/* Social Icons on Contact Page */
.contact-section .tf-social-icon li a {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  box-shadow: 0 3px 10px rgba(212, 175, 55, 0.3);
}

.contact-section .tf-social-icon li a:hover {
  transform: scale(1.15);
  box-shadow: 0 5px 20px rgba(212, 175, 55, 0.5);
  background: linear-gradient(45deg, #FFD966, #D4AF37);
}

/* Contact Form Wrap */
.contact-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 40px 35px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.contact-form-wrap h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form-wrap p.sub-title {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 25px;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: border-color .3s;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  border-color: #e0b75d;
  outline: none;
}

.contact-form-wrap .tf-btn.btn-fill {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.contact-form-wrap .tf-btn.btn-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.contact-form-wrap .tf-btn.btn-fill:hover::after {
  transform: scaleX(1);
}

.contact-form-wrap .tf-btn.btn-fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

/* Map */
.map-wrap iframe {
  border: 0;
  width: 100%;
  height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ====================================
   ORDERS & ACCOUNT PAGES
   ==================================== */

.orders-hero,
.account-hero {
  background: linear-gradient(135deg, #0B3C5D 0%, #102A43 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.orders-table,
.account-table {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.orders-table table,
.account-table table {
  margin-bottom: 0;
}

.orders-table th,
.account-table th {
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  color: #fff;
  font-weight: 600;
  padding: 15px;
  border: none;
}

.orders-table td,
.account-table td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #e9ecef;
}

.orders-table tr:last-child td,
.account-table tr:last-child td {
  border-bottom: none;
}

.order-status-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.status-pending {
  background: #fff3cd;
  color: #856404;
}

.status-processing {
  background: #cce5ff;
  color: #004085;
}

.status-completed {
  background: #d4edda;
  color: #155724;
}

.status-cancelled {
  background: #f8d7da;
  color: #721c24;
}

/* ====================================
   ACCOUNT PAGE LAYOUT
   ==================================== */

.account-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.account-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: start;
}

.account-sidebar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  position: sticky;
  top: 20px;
}

.account-sidebar-inner {
  width: 100%;
}

.my-account-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-account-nav li {
  margin-bottom: 8px;
}

.my-account-nav li a {
  display: block;
  color: #333;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 15px;
}

.my-account-nav li a:hover,
.my-account-nav li a.active {
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  color: #fff;
  transform: translateX(5px);
}

.account-main {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.account-dashboard .hello-name {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.account-dashboard .hello-name .link {
  font-size: 14px;
  font-weight: 500;
  color: #3cd437;
}

.account-dashboard .notice {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.account-dashboard .notice .link {
  color: #3cd437;
  text-decoration: none;
  font-weight: 500;
}

.account-dashboard .notice .link:hover {
  color: #e0b75d;
  text-decoration: underline;
}

.box-check-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.box-check {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.box-check:hover {
  /* border-color: #3cd437; */
  background: #fff;
  box-shadow: 0 5px 15px rgba(60, 212, 55, 0.15);
  transform: translateY(-3px);
}

.box-check .icon {
  font-size: 40px;
  /* color: #3cd437; */
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(60, 212, 55, 0.1);
  border-radius: 50%;
}

.box-check h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 5px 0;
}

.box-check p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.box-check .count-number {
  display: inline-block;
  /* background: linear-gradient(135deg, #3cd437, #e0b75d); */
  color: #fff;
  /* font-size: 12px; */
  font-weight: 600;
  padding: 3px 10px;
  /* border-radius: 20px; */
  margin-left: 8px;
}

/* Account Page Banners */
.banner_V02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  background: linear-gradient(135deg, #fffaf5, #fff);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.banner_V02 .bn-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner_V02 .caption {
  color: #e0b75d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.banner_V02 .title {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.banner_V02 .title .fst-italic {
  font-style: italic;
  color: #3cd437;
}

.banner_V02 .sub-title {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.banner_V02 .tf-btn {
  align-self: flex-start;
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.banner_V02 .tf-btn:hover {
  background: linear-gradient(135deg, #e0b75d, #3cd437);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(60, 212, 55, 0.3);
}

.banner_V02 .bn-image {
  overflow: hidden;
  border-radius: 0 12px 12px 0;
}

.banner_V02 .bn-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.banner_V02:hover .bn-image img {
  transform: scale(1.05);
}

.banner_countdown-v3 {
  background: linear-gradient(135deg, #d437ae, #e0b75d);
  border-radius: 12px;
  padding: 40px;
  margin-top: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.banner_countdown-v3 .bn-countdown-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}

.banner_countdown-v3 .bn-text .text-top {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.banner_countdown-v3 .bn-text h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.banner_countdown-v3 .bn-text h2 .fst-italic {
  font-style: italic;
}

.banner_countdown-v3 .bn-text .sub-title {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: 25px;
}

.banner_countdown-v3 .tf-btn {
  background: #fff;
  color: #3cd437;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.banner_countdown-v3 .tf-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.banner_countdown-v3 .bn-timer {
  display: flex;
  justify-content: center;
}

.banner_countdown-v3 .cd-custom {
  display: flex;
  gap: 15px;
}

/* Responsive Account Layout - Tablet */
@media (max-width: 992px) {
  .account-layout {
    grid-template-columns: 240px 1fr;
    gap: 20px;
  }

  .account-sidebar {
    padding: 20px;
  }

  .my-account-nav li a {
    padding: 10px 16px;
    font-size: 14px;
  }

  .account-main {
    padding: 30px;
  }
}

/* Responsive Account Layout - Mobile & Tablet */
@media (max-width: 768px) {
  .account-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .account-sidebar {
    position: relative;
    top: 0;
    padding: 20px;
    margin-bottom: 0;
  }

  .my-account-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .my-account-nav li {
    margin-bottom: 0;
  }

  .my-account-nav li a {
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
  }

  .account-main {
    padding: 25px;
  }

  .account-dashboard .hello-name {
    font-size: 20px;
  }

  /* Hero section responsive */
  .page-hero h1 {
    font-size: 2rem;
  }

  .page-hero p.lead {
    font-size: 1rem;
  }

  .page-hero {
    padding: 60px 0 50px;
  }

  .banner_V02 {
    grid-template-columns: 1fr;
  }

  .banner_V02 .bn-image {
    min-height: 300px;
  }

  .banner_countdown-v3 .bn-countdown-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* Responsive Account Layout - Small Mobile */
@media (max-width: 576px) {
  .account-section {
    padding: 40px 0;
  }

  .account-sidebar {
    padding: 15px;
  }

  .my-account-nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .my-account-nav li a {
    padding: 12px;
    font-size: 14px;
    text-align: left;
  }

  .account-main {
    padding: 20px;
  }

  .account-dashboard .hello-name {
    font-size: 18px;
  }

  .account-dashboard h4 {
    font-size: 20px;
  }

  /* Hero section extra small screens */
  .page-hero h1 {
    font-size: 1.75rem;
  }

  .page-hero p.lead {
    font-size: 0.9rem;
  }

  .page-hero {
    padding: 50px 0 40px;
  }

  .box-check-list {
    grid-template-columns: 1fr;
  }

  /* Make order tables responsive */
  .table-order-history {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-order-history table {
    font-size: 12px;
  }

  .table-order-history th,
  .table-order-history td {
    padding: 6px 8px;
    white-space: nowrap;
  }

  /* Form fields responsive */
  .tf-field-2 {
    margin-bottom: 15px;
  }

  .tf-field-2 .tf-input {
    font-size: 15px;
    padding: 12px 15px;
  }

  /* Wishlist product grid on mobile */
  .account-main .row.g-4 {
    gap: 1rem !important;
  }

  .banner_V02 .bn-content {
    padding: 25px;
  }

  .banner_V02 .title {
    font-size: 28px;
  }

  .banner_countdown-v3 {
    padding: 25px;
  }

  .banner_countdown-v3 .bn-text h2 {
    font-size: 32px;
  }
}

/* Legacy Support (Remove old styles) */
.account-sidebar .nav-link {
  color: #333;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.account-sidebar .nav-link:hover,
.account-sidebar .nav-link.active {
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  color: #fff;
}

/* ====================================
   BLOG PAGES
   ==================================== */

.blog-hero {
  text-align: center;
  position: relative;
}

.blog-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.blog-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: rgb(255 193 7);
  border-radius: 2px;
}

.blog-post-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.blog-post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-post-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-post-body {
  padding: 25px;
}

.blog-post-meta {
  display: flex;
  gap: 20px;
  color: #116f00;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.blog-post-meta i {
  color: #e0b75d;
  margin-right: 5px;
}

.blog-post-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.blog-post-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-post-title a:hover {
  color: #3cd437;
}

.blog-post-excerpt {
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
}

.blog-sidebar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  margin-bottom: 30px;
  position: sticky;
  top: 20px;
}

.blog-sidebar h4 {
  color: #116f00;
  font-weight: 600;
  border-bottom: 2px solid #3cd437;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.blog-sidebar .list-group-item {
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.blog-sidebar .list-group-item:last-child {
  border-bottom: none;
}

.blog-sidebar .list-group-item a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-sidebar .list-group-item a:hover {
  color: #3cd437;
}

/* Blog Details Page */
.blog-detail-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin-bottom: 40px;
}

.blog-detail-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 30px;
}

.blog-detail-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.blog-detail-meta {
  display: flex;
  gap: 30px;
  color: #116f00;
  font-size: 1rem;
  padding: 15px 0;
  border-top: 2px solid #e9ecef;
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 30px;
}

.blog-detail-meta i {
  color: #e0b75d;
  margin-right: 8px;
}

.blog-detail-body {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
}

.blog-detail-body h2,
.blog-detail-body h3 {
  color: #116f00;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-detail-body p {
  margin-bottom: 20px;
}

.blog-detail-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

/* ====================================
   DISCOUNT BADGE - GREEN THEME
   ==================================== */

.discount-badge {
  background: linear-gradient(45deg, #3cd437, #116f00) !important;
}

/* ====================================
   ABOUT US PAGE
   ==================================== */

@media (min-width: 1200px) {
  .feature-intro .feature-subtitle {
    margin-bottom: 20px;
  }
}

.modern-collections-section {
  position: relative;
  color: #fff;
}

.tf-btn.btn-fill {
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tf-btn.btn-fill:hover {
  background: linear-gradient(135deg, #e0b75d, #3cd437);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(60, 212, 55, 0.2);
}

.text-header {
  background: unset !important;
}

.page-title {
  border-bottom: none !important;
}

/* Collections Section on About Page */
.collections-section {
  background: linear-gradient(180deg, var(--soft-cream) 0%, #fff 100%);
  padding: 80px 0;
  text-align: center;
}

.collections-heading {
  background: #34495e;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-line {
  width: 90px;
  height: 3px;
  background: rgb(255 193 7);
  border-radius: 2px;
  margin: 12px auto 40px;
}

.collection-card {
  text-align: center;
  transition: all .4s ease;
}

.collection-card:hover {
  transform: translateY(-6px);
}

.collection-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.collection-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: 2px solid #f0e6c4;
  transition: transform .5s ease;
}

.collection-card:hover img {
  transform: scale(1.07);
}

.collection-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(60, 212, 55, .55); */
  opacity: 0;
  transition: opacity .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-overlay {
  opacity: 1;
}

.overlay-text {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.collection-info h6 {
  margin-top: 15px;
  font-weight: 600;
  color: #116f00;
}

.collection-info p {
  color: #777;
  margin-bottom: 0;
  font-size: .9rem;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  background: #3cd437;
  opacity: .4;
}

.swiper-pagination-bullet-active {
  background: var(--accent-gold);
  opacity: 1;
}

@media(max-width:768px) {
  .collections-section {
    padding: 60px 0;
  }

  .collection-img-wrap img {
    height: 200px;
  }
}

/* ====================================
   INDEX PAGE UTILITIES
   ==================================== */

.section-description {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text-green {
  color: #3cd437 !important;
}

.testimonial-parallax {
  background-image: url('../images/section/bg-2.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* ====================================
   PRODUCT PAGE
   ==================================== */

/* Hero Section */
.modern-collections-section {
  background: linear-gradient(135deg, #faf5eb 0%, #f3e7c9 50%, #e0c98d 100%);
  position: relative;
  color: #fff;
  overflow: hidden;
}

.modern-collections-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.08), transparent 70%);
  z-index: 1;
  animation: shimmer 8s infinite linear;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.modern-collections-section .container {
  position: relative;
  z-index: 2;
}

.modern-collections-section h1 {
  color: #000;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.modern-collections-section p {
  color: #34495E !important;
}

/* Category Swiper */
.collection-img {
  border-radius: 12px;
  height: 200px !important;
  object-fit: cover;
  transition: transform .5s ease, filter .5s ease, border-color .4s;
  border: 3px solid transparent;
}

.image-wrapper:hover .collection-img {
  transform: scale(1.05);
  filter: brightness(0.8);
  border-color: var(--accent-gold);
}

.explore-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(60, 212, 55, .55); */
  opacity: 0;
  transition: opacity .4s ease;
}

.image-wrapper:hover .explore-overlay {
  opacity: 1;
}

.explore-text {
  color: #fff;
  font-size: 1rem;
  background: rgb(41 64 87 / 96%);
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.collection-card h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Swiper pagination */
.swiper-pagination-bullet {
  background-color: #D4AF37;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  transition: all .3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
  background-color: #fff;
}

/* Filter Sidebar */
.card-title {
  color: #3E8EC3;
  font-weight: 700;
  border-bottom: 2px solid #A8D8F0;
  padding-bottom: 6px;
}

.btn-gold {
  background: var(--accent-gold);
  color: #111;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: #3E8EC3;
  color: #fff;
}

.text-gold {
  color: var(--accent-gold);
  font-weight: 600;
}

.btn-outline-dark:hover {
  background: var(--accent-gold);
  color: #111;
  border-color: var(--accent-gold);
}

/* Pagination */
.pagination .page-item.active .page-link {
  background-color: var(--accent-gold);
  border-color: var(--accent-gold);
  color: #111;
  font-weight: 600;
}

/* Feature Icon Section */
.bg-main {
  background: linear-gradient(135deg, #A8D8F0, #3E8EC3);
  color: #fff;
}

.box_icon--V01.style-white .icon i {
  color: var(--accent-gold);
  font-size: 1.6rem;
}

.box_icon--V01 .title {
  color: #fff;
  font-weight: 600;
}

.box_icon--V01 .text {
  color: rgba(255, 255, 255, 0.9);
}

/* Wishlist Button Visual Feedback */
.btn-add-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: rgb(255 255 255) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease;
}

.btn-add-wishlist i {
  color: #D4AF37;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn-add-wishlist:hover {
  background: #e0b75d;
  box-shadow: 0 0 12px rgba(224, 183, 93, 0.6);
  transform: scale(1.05);
}

.btn-add-wishlist:hover i {
  transform: scale(1.2);
  color: #fff;
}

.btn-add-wishlist .icon-trash {
  color: #2f1509;
}

/* Right-side stacked action icons */
.product-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.product-actions button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #222;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.product-actions button:hover {
  background: #3d6592 !important;
  color: #fff;
  transform: scale(1.08);
}

.product-actions .btn-add-wishlist i {
  color: #34495e;
}

.product-actions .btn-add-wishlist:hover i {
  color: #29a81f;
}

/* ====================================
   WISHLIST PAGE
   ==================================== */

.page-head {
  text-align: center;
  position: relative;
}

.page-head h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.page-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: rgb(255 193 7);
  border-radius: 2px;
}

.flat-spacing {
  background: #fffaf5;
  padding: 80px 0;
}

.empty-state {
  text-align: center;
  padding: 80px 0;
}

.empty-state p {
  color: #555;
  font-size: 1.1rem;
}

.btn-fill {
  background: linear-gradient(135deg, #3cd437, var(--accent-gold));
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-fill:hover {
  background: linear-gradient(135deg, var(--accent-gold), #116f00);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(60, 212, 55, 0.3);
  color: #fff;
}

/* ====================================
   RESPONSIVE ADJUSTMENTS
   ==================================== */

@media (max-width: 768px) {
  .cart-item-img {
    width: 80px;
    height: 80px;
  }

  .cart-summary {
    margin-top: 30px;
  }

  .login-container,
  .register-container {
    margin: 30px 15px;
    padding: 25px;
  }

  .blog-detail-title {
    font-size: 1.6rem;
  }

  .blog-detail-img {
    height: 250px;
  }

  .account-sidebar {
    margin-bottom: 30px;
  }

  .flat-spacing {
    padding: 60px 0;
  }

  .page-head {
    padding: 80px 0 50px;
  }

  /* Product page responsive */
  .collection-img {
    height: 180px;
  }

  .modern-collections-section h1 {
    font-size: 1.8rem;
  }
}

/* ====================================
   PRODUCT DETAILS PAGE STYLES
   ==================================== */

/* Hero Section */
.modern-collections-section {
  position: relative;
  color: #fff;
}

.modern-collections-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgb(255 0 0 / 8%), #dceeff 70%);
  z-index: 1;
}

/* Related Products Section */
.related-products-section .swiper-slide {
  width: 250px !important;
}

.related-products-section .btn-gold {
  background: #c5a05a;
  color: #fff;
  border: none;
  transition: all .3s ease;
}

.related-products-section .btn-gold:hover {
  background: #b08d49;
}

.related-products-section .overlay {
  transition: opacity .4s ease;
}

.related-products-section .overlay:hover {
  opacity: 1 !important;
}

/* Base background & spacing */
.mpc-product-detail-wrapper {
  background-color: #FFF9F3;
}

/* Image gallery styling */
.mpc-gallery-main .swiper-slide img.mpc-main-image {
  border: 2px solid #f0e8df;
  border-radius: 8px;
  object-fit: fill;
}

.mpc-gallery-thumbs .swiper-slide img.mpc-thumb-image {
  border: 1px solid #e0d8d2;
  opacity: 0.75;
  transition: all .3s ease;
  border-radius: 4px;
}

.mpc-gallery-thumbs .swiper-slide-thumb-active img,
.mpc-gallery-thumbs .swiper-slide:hover img {
  opacity: 1;
  border-color: #C5A05A;
}

/* Title & Price */
.mpc-product-name {
  color: #1F1F1F;
  letter-spacing: 0.5px;
}

.mpc-price-wrap .price-new {
  color: #9C1B20;
}

.mpc-price-wrap .price-old {
  color: #888888 !important;
}

/* Stock / Progress */
.mpc-progress-cart {
  background: #f5f2ee;
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
}

.mpc-progress-bar {
  background: #C5A05A;
  height: 100%;
}

/* Quantity buttons */
.mpc-btn-decrease,
.mpc-btn-increase {
  background: #f0eae0 !important;
  border: 1px solid #d8cfc5 !important;
  color: #ebc550;
}

.mpc-btn-decrease:hover,
.mpc-btn-increase:hover {
  background: #e8dfd5 !important;
}

/* Buttons: Add to Bag & Buy Now */
.mpc-btn-add {
  background: linear-gradient(45deg, #D4AF37, #FFD966) !important;
  color: #fff;
  border: none;
}

.mpc-btn-add:hover {
  background: linear-gradient(90deg, #7a1418, #b0181d);
}

.mpc-buy-now {
  border: 1px solid #ebc550 !important;
  color: #9C1B20;
  background: transparent;
}

.mpc-buy-now:hover {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  color: #fff !important;
  border: 1px solid #fff !important;
}

.tf-btn-icon:hover {
  background: linear-gradient(45deg, #D4AF37, #FFD966) !important;
  border-color: #ebc550 !important;
}

/* Description/Tabs Wrapper */
.mpc-long-desc-wrapper {
  border: 1px solid #f1eae2;
}

.mpc-long-desc-wrapper .nav-tabs .nav-link {
  color: #555;
  background: #f9f7f4;
  border-radius: 30px;
  margin: 0 5px;
  transition: all .3s ease;
}

.mpc-long-desc-wrapper .nav-tabs .nav-link.active {
  background: linear-gradient(45deg, #D4AF37, #FFD966) !important;
  color: #fff;
}

.mpc-long-desc-wrapper .tab-pane {
  animation: fadeIn .4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Page Header Styles */
.text-header {
  background: unset !important;
  color: #fff !important;
  padding: 0px 0 !important;
}

.page-title {
  border-bottom: none;
  line-height: clamp(40px, 3vw, 60px) !important;
}

.page-head-inner {
  padding: 20px 0px;
}

/* Review Stars */
.review-star-icon {
  color: #FFD966;
}

/* Review Media */
.review-media-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.review-media-video {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

/* Decorative Line */
.decorative-line {
  width: 60px;
  height: 3px;
  background: #d4af37;
}

/* Related Product Images */
.related-product-image {
  height: 250px;
  object-fit: cover;
}

/* Quantity Selector */
.wg-quantity {
  background-color: unset !important;
}

/* Product Card Styles (Related Products) */
.related-products-section {
  background: #fff;
  position: relative;
}

/* Related Products Swiper Navigation Buttons */
.related-products-section .related-swiper {
  position: relative;
  padding: 0 60px;
}

.related-products-section .swiper-button-prev,
.related-products-section .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #d4af37;
  border-radius: 50%;
  color: #d4af37;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.related-products-section .swiper-button-prev {
  left: 0;
}

.related-products-section .swiper-button-next {
  right: 0;
}

.related-products-section .swiper-button-prev::after,
.related-products-section .swiper-button-next::after {
  display: none;
}

.related-products-section .swiper-button-prev i,
.related-products-section .swiper-button-next i {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.related-products-section .swiper-button-prev:hover,
.related-products-section .swiper-button-next:hover {
  background: #d4af37;
  color: #fff;
  border-color: #d4af37;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.related-products-section .swiper-button-prev:active,
.related-products-section .swiper-button-next:active {
  transform: translateY(-50%) scale(0.95);
}

.related-products-section .swiper-button-prev.swiper-button-disabled,
.related-products-section .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .related-products-section .related-swiper {
    padding: 0 50px;
  }

  .related-products-section .swiper-button-prev,
  .related-products-section .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .related-products-section .swiper-button-prev i,
  .related-products-section .swiper-button-next i {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .related-products-section .related-swiper {
    padding: 0 40px;
  }

  .related-products-section .swiper-button-prev,
  .related-products-section .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .related-products-section .swiper-button-prev i,
  .related-products-section .swiper-button-next i {
    font-size: 14px;
  }
}

.product-card {
  transition: all 0.4s ease;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.product-card .position-relative {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}

.product-img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  background-color: #fff;
}

.product-img.hover-img {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-card:hover .main-img {
  transform: scale(1.08);
}

.product-card:hover .hover-img {
  opacity: 1;
  transform: scale(1.08);
}

.product-actions .action-btn {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-bottom: 6px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.product-actions .action-btn:hover {
  background: var(--gradient-blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(168, 216, 240, 0.4);
}

.list-product-btn .box-icon {
  background: rgba(255, 255, 255, 0.9);
  color: #D4AF37;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all .3s ease;
}

.list-product-btn .box-icon:hover {
  background: #e0b75d;
  color: #fff;
}

.product-card .card-body h6 {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

.price-wrap {
  font-size: 15px;
}

/* .price-wrap span {
  color: #fff !important;
} */

.price-wrap del {
  font-size: 13px;
  color: #888;
}

.btn-gold {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: linear-gradient(90deg, #b08d49, #D4AF37);
}

.r_product a {
  width: 100%;
}

/* Wishlist & Share buttons on product image */
.mpc-media-actions .action-btn {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.3s ease;
  border: none;
}

.mpc-media-actions .action-btn:hover {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  color: #fff;
  transform: translateY(-2px);
}

/* Review Section */
#review .border {
  border-color: #f1eae2 !important;
}

#review .icon-star,
#review .icon-star-o {
  font-size: 15px;
  color: #FFD966;
}

#review .btn-gold {
  background: #D4AF37;
  color: #0B3C5D;
  border: none;
  transition: all .3s ease;
}

#review .btn-gold:hover {
  background: #B99729;
}

#reviewForm .form-control:focus,
#reviewForm .form-select:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, .25);
}

.c_name {
  padding: 5px 0px 10px !important;
}

form textarea {
  height: 120px;
}

/* ====================================
   LOGIN PAGE STYLES
   ==================================== */

/* Hero Section */
.page-hero {
  text-align: center;
  padding: 90px 0 70px;
  position: relative;
  /* background: linear-gradient(135deg, #0B3C5D, #102A43); */
  color: #F9F9F9;
}

.page-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* color: #F9F9F9; */
}

.page-hero p.lead {
  color: #F9F9F9;
}

.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: #D4AF37;
  border-radius: 2px;
}

/* Login Section */
.login-section {
  background: var(--brand-background-alt);
  padding: 80px 0;
}

.login-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px 35px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
}

.login-box h3 {
  color: #0B3C5D;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.login-box p.sub-title {
  color: #666;
  text-align: center;
  margin-bottom: 25px;
}

/* Form Fields */
.tf-field {
  position: relative;
  margin-bottom: 22px;
}

.tf-field .tf-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 18px;
  padding: 12px 40px 12px 14px !important;
  transition: border-color .3s;
}

.tf-field .tf-input:focus {
  border-color: #3cd437;
  outline: none;
  box-shadow: 0 0 0 3px rgba(60, 212, 55, 0.15);
}

.tf-lable {
  position: absolute;
  left: 14px;
  top: -8px;
  background: #fff;
  font-size: 0.8rem;
  color: #3cd437;
  padding: 0 4px;
  font-weight: 500;
}

.tf-field .tf-lable {
  top: 10%;
}

/* Password Eye Icon */
.password-wrapper {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 20px;
  transition: color .3s ease;
}

.password-toggle:hover {
  color: #3cd437;
}

/* Login Button */
.login-box .tf-btn.btn-fill {
  background: linear-gradient(135deg, #3cd437, #e0b75d);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all .3s ease;
  box-shadow: 0 4px 12px rgba(60, 212, 55, 0.3);
}

.login-box .tf-btn.btn-fill:hover {
  background: linear-gradient(135deg, #e0b75d, #3cd437);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(60, 212, 55, 0.4);
}

/* Links */
.login-box .link {
  color: #3cd437;
  text-decoration: none;
  transition: color 0.3s ease;
}

.login-box .link:hover {
  color: #e0b75d;
}

/* Checkbox */
.checkbox-wrap {
  font-size: 0.9rem;
  color: #666;
}

/* Alerts */
.login-box .alert {
  font-size: 0.9rem;
  border-radius: 6px;
}

/* Register Link */
.login-box small {
  color: #666;
}

.login-box small a {
  color: #3cd437;
  font-weight: 600;
}

.login-box small a:hover {
  color: #e0b75d;
}

/* ====================================
   BLOG PAGE STYLES
   ==================================== */

/* Blog Section */
.blog-section {
  background-color: #fff8f0;
  padding: 80px 0;
}

.blog-card {
  background: #fff;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
  transition: all .3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.blog-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all .4s ease;
}

.blog-card:hover .blog-img {
  transform: scale(1.05);
}

.blog-body {
  padding: 22px 20px 28px;
}

.blog-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-meta {
  font-size: .9rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.blog-meta i {
  color: #e0b75d;
}

.blog-desc {
  color: #555;
  font-size: .95rem;
  min-height: 56px;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: color .3s;
}

.read-more:hover {
  color: #e0b75d;
}

.btn-blog {
  background: linear-gradient(135deg, rgb(255, 193, 7) 0%, rgb(230, 170, 20) 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(255, 193, 7, 0.3);
}

.btn-blog:hover {
  background: linear-gradient(135deg, rgb(230, 170, 20) 0%, rgb(255, 193, 7) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(255, 193, 7, 0.4);
}

/* ====================================
   CART PAGE STYLES
   ==================================== */

/* Main Cart Layout */
.s-shop-cart {
  background: #fffaf5;
  padding: 80px 0;
}

.table-shop-cart {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
}

.table-shop-cart table {
  width: 100%;
  border-collapse: collapse;
}

.table-shop-cart th {
  background: #faf7f5;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 16px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #eee;
}

.table-shop-cart td {
  padding: 18px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #f1f1f1;
}

.order_product {
  display: flex;
  align-items: center;
  gap: 14px;
}

.order_product img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eee;
}

.order_product .prd-name {
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}

.order_product .prd-name:hover {
  color: #D4AF37;
}

/* Quantity & Buttons */
.wg-quantity.style-2 {
  display: inline-flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eee;
}

.wg-quantity button {
  border: none;
  background: transparent;
  color: #D4AF37;
  font-weight: bold;
  padding: 6px 10px;
}

.wg-quantity input {
  width: 45px;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 600;
}

.remove-line {
  border: none;
  background: transparent;
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  transition: color .3s;
}

.remove-line:hover {
  color: #e0b75d;
}

/* Checkout Sidebar */
.checkout-sidebar {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
  padding: 24px;
  position: sticky;
  top: 90px;
}

.title-total {
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}

#grandTotal {
  color: #e0b75d;
  font-size: 1.3rem;
  font-weight: 700;
}

.tax-text {
  font-size: 0.9rem;
  color: #777;
}

.br-line {
  display: block;
  height: 1px;
  background: #eee;
  margin: 15px 0;
}

.form-checkout-sidebar .small div {
  display: flex;
  justify-content: space-between;
}

.checkout-sidebar .checkbox-wrap {
  margin-top: 12px;
}

.checkout-sidebar .tf-btn.btn-fill {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all .3s ease;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.checkout-sidebar .tf-btn.btn-fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

/* Empty Cart */
.empty-row td {
  background: #fff;
  color: #888;
  font-size: 1rem;
}

/* Cart Responsive */
@media (max-width: 768px) {
  .order_product img {
    width: 70px;
    height: 70px;
  }

  .checkout-sidebar {
    margin-top: 30px;
    position: relative;
    top: 0;
  }
}

/* ====================================
   END OF CUSTOM CSS
   ==================================== */

/* ====================================
   THEME OVERRIDES – NOV 2025 PALETTE
   ==================================== */
:root {
  --theme-gradient-primary: linear-gradient(135deg, var(--brand-primary) 0%, rgba(16, 42, 67, 0.85) 100%);
  --theme-gradient-alt: linear-gradient(135deg, var(--brand-accent-gold) 0%, var(--brand-accent-gold-light) 100%);
  --theme-gradient-hover: linear-gradient(135deg, var(--brand-hover-blue) 0%, var(--brand-accent-blue) 100%);
}

/* Buttons & CTAs */
.btn-gold-gradient,
.btn-gold,
.tf-btn.btn-fill,
.btn-fill,
.cart-btn-checkout,
.btn-add-to-cart-wl,
.btn-login,
.btn-register,
.login-box .tf-btn.btn-fill,
.checkout-sidebar .tf-btn.btn-fill,
.banner_V02 .tf-btn,
.banner_countdown-v3 .tf-btn,
.mpc-btn-add,
/* .addToCart-index, */
.btn-blog,
.btn-add-wishlist:hover,
.product-actions .action-btn:hover,
.list-product-btn .box-icon:hover,
.contact-section .tf-social-icon li a,
.collections-swiper .swiper-button-prev:hover,
.collections-swiper .swiper-button-next:hover,
.tf-btn-icon:hover,
.btn-add-to-cart-wl,
.btn-add-to-cart-wl:hover,
.btn-gold-gradient:hover,
.btn-gold:hover,
.tf-btn.btn-fill:hover,
.btn-fill:hover,
.cart-btn-checkout:hover,
.btn-add-to-cart-wl:hover,
.btn-login:hover,
.btn-register:hover,
.login-box .tf-btn.btn-fill:hover,
.checkout-sidebar .tf-btn.btn-fill:hover,
.banner_V02 .tf-btn:hover,
.banner_countdown-v3 .tf-btn:hover,
.mpc-btn-add:hover,
.addToCart-index:hover,
.btn-blog:hover,
.btn-fill:hover,
.btn-gold:hover,
.mpc-media-actions .action-btn:hover,
.mpc-buy-now:hover,
.pagination .page-item.active .page-link,
.btn-remove-wl:hover,
.btn-gold-gradient:focus,
.btn-gold:focus,
.tf-btn.btn-fill:focus,
.btn-fill:focus,
.cart-btn-checkout:focus,
.btn-login:focus,
.btn-register:focus {
  background: #3d6592 !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.35);
}

.btn-gold-gradient:hover,
.btn-gold:hover,
.tf-btn.btn-fill:hover,
.btn-fill:hover,
.cart-btn-checkout:hover,
.btn-add-to-cart-wl:hover,
.btn-login:hover,
.btn-register:hover,
.login-box .tf-btn.btn-fill:hover,
.checkout-sidebar .tf-btn.btn-fill:hover,
.banner_V02 .tf-btn:hover,
.banner_countdown-v3 .tf-btn:hover,
.mpc-btn-add:hover,
.addToCart-index:hover,
.btn-blog:hover,
.mpc-media-actions .action-btn:hover,
.btn-remove-wl:hover,
.btn-fill:hover {
  /* background: #B99729 !important; */
  box-shadow: 0 10px 26px rgba(185, 151, 41, 0.35);
}

.btn-outline-dark:hover {
  background: var(--brand-accent-gold);
  color: #1a2433;
  border-color: var(--brand-accent-gold);
}

.btn-remove-wl {
  background: #ffffff;
  color: var(--brand-primary);
  border: 2px solid var(--brand-accent-blue);
}

.btn-remove-wl:hover {
  color: #ffffff !important;
}

/* Navigation & Links */
.nav-link.active,
.nav-link:hover {
  background: #3d6592;
  color: #ffffff;
  border-color: transparent;
}

.decorative-line,
.heading-line,
.page-head::after,
.page-hero::after,
.contact-hero::after,
.blog-hero::after,
.blog-hero::after,
.page-head::after {
  background: linear-gradient(90deg, transparent, var(--brand-accent-gold), transparent);
}

.box-nav-menu>.menu-item>.item-link:hover,
.box-nav-menu>.menu-item>.item-link:focus,
.box-nav-menu>.menu-item.current-menu-item>.item-link {
  color: var(--brand-hover-blue);
}

.my-account-nav li a:hover,
.my-account-nav li a.active {
  background: #3d6592;
  color: #ffffff;
}

.account-dashboard .hello-name .link,
.account-dashboard .notice .link,
.login-box .link,
.blog-title a:hover,
.blog-post-title a:hover,
.read-more:hover,
.contact-info-box a:hover,
.order_product .prd-name:hover {
  color: var(--brand-hover-blue) !important;
}

/* Section backgrounds */
.cart-hero,
.login-hero,
.register-hero,
.wishlist-hero,
.contact-hero,
.orders-hero,
.account-hero,
.banner_countdown-v3 {
  /* background: var(--theme-gradient-primary) !important; */
  color: #ffffff;
}

.s-shop-cart,
.wishlist-item-card,
.login-section,
.account-section,
.best-sellers-section,
.blog-section,
.collection-card,
.account-main,
.checkout-sidebar,
.table-shop-cart,
.contact-section,
.contact-info-card,
.contact-info-box,
.cart-summary,
.collection-card,
.flat-spacing {
  background-color: var(--brand-background-alt) !important;
}

.contact-section .tf-social-icon li a {
  background: #D4AF37;
  color: #0B3C5D;
}

.tf-topbar {
  background: var(--brand-primary);
}

.contact-section .tf-social-icon li a:hover {
  background: #B99729;
  color: #0B3C5D;
}

.contact-info-icon,
.product-actions .action-btn,
.list-product-btn .box-icon,
.btn-add-wishlist {
  background: #ffffff;
  color: var(--brand-primary);
  border: 1px solid rgba(16, 42, 67, 0.12);
  box-shadow: 0 6px 18px rgba(16, 42, 67, 0.08);
}

.contact-info-icon:hover,
.product-actions .action-btn:hover,
.list-product-btn .box-icon:hover,
.btn-add-wishlist:hover {
  color: #ffffff !important;
}

.discount-badge {
  background: linear-gradient(135deg, #4A90E2 0%, #34495E 100%) !important;
}

.blog-meta,
.collection-info h6,
.cart-summary h4,
.account-dashboard .hello-name,
.banner_V02 .title,
.card-title {
  color: var(--brand-primary) !important;
}

.blog-meta i,
.banner_V02 .caption,
/* .collection-info h6, */
/* .price-wrap span, */
/* .btn-gold, */
.btn-gold:hover {
  color: #fff !important;
}

.collection-img-wrap img,
.collection-img {
  border-color: rgba(201, 166, 70, 0.45);
}

.collection-img-wrap img:hover,
.collection-card:hover img,
.collection-img:hover {
  border-color: var(--brand-accent-gold);
}

.collections-prev,
.collections-next,
.collections-swiper .swiper-button-prev,
.collections-swiper .swiper-button-next {
  background: rgba(16, 42, 67, 0.12);
  color: var(--brand-primary);
}

.collections-prev:hover,
.collections-next:hover,
.collections-swiper .swiper-button-prev:hover,
.collections-swiper .swiper-button-next:hover {
  background: var(--theme-gradient-hover);
  color: #ffffff;
}

.collections-prev:after,
.collections-next:after,
.collections-swiper .swiper-button-prev:after,
.collections-swiper .swiper-button-next:after {
  color: var(--brand-accent-gold);
}

.collections-swiper .swiper-pagination-bullet,
.swiper-pagination-bullet {
  background: var(--brand-accent-gold);
  opacity: 0.45;
}

.collections-swiper .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--brand-primary);
}

.bg-main {
  /* background: linear-gradient(135deg, var(--brand-accent-blue), var(--brand-hover-blue)) !important; */
  background: #34495E !important;
  color: #ffffff;
}

.orders-table th,
.account-table th {
  background: var(--theme-gradient-alt);
  color: #ffffff;
}

.orders-table td,
.account-table td {
  border-bottom: 1px solid rgba(16, 42, 67, 0.1);
}

.order-status-badge.status-pending {
  background: rgba(201, 166, 70, 0.15);
  color: var(--brand-accent-gold);
}

.order-status-badge.status-processing {
  background: rgba(74, 144, 226, 0.15);
  color: var(--brand-hover-blue);
}

.order-status-badge.status-completed {
  background: rgba(123, 175, 212, 0.2);
  color: var(--brand-accent-blue);
}

.order-status-badge.status-cancelled {
  background: rgba(16, 42, 67, 0.12);
  color: var(--brand-primary);
}

.tf-topbar {
  border-bottom: 4px solid var(--brand-accent-gold);
  background: linear-gradient(90deg, rgba(16, 42, 67, 0.98) 0%, rgba(16, 42, 67, 0.88) 100%);
}

.cat-link {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.cat-link:hover,
.cat-link:focus {
  color: var(--brand-accent-blue);
  background-color: rgba(74, 144, 226, 0.12);
}

.tb-topbar .tf-social-icon a:hover,
.tb-topbar .tf-social-icon a:focus {
  color: var(--brand-accent-blue) !important;
}

.quantity-control .qty-btn:hover,
.qty-btn:hover {
  background: var(--brand-hover-blue) !important;
  color: #ffffff;
  border-color: var(--brand-hover-blue);
}

.qty-input,
.login-form .form-control:focus,
.register-form .form-control:focus,
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--brand-hover-blue) !important;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.15) !important;
}

.banner_V02 {
  background: linear-gradient(135deg, rgba(16, 42, 67, 0.08) 0%, rgba(224, 230, 237, 0.8) 100%);
}

.banner_V02 .title {
  color: var(--brand-hover-blue);
}

.banner_countdown-v3 {
  box-shadow: 0 5px 20px rgba(16, 42, 67, 0.15);
}

.banner_countdown-v3 .tf-btn {
  background: #ffffff !important;
  color: var(--brand-primary) !important;
}

.banner_countdown-v3 .tf-btn:hover {
  background: var(--brand-hover-blue) !important;
  color: #ffffff !important;
}

.map-wrap iframe {
  box-shadow: 0 4px 12px rgba(16, 42, 67, 0.15);
}

.tf-breadcrumbs .item,
.breadcrumb-item a,
.breadcrumb-item.active {
  color: var(--brand-text-primary) !important;
}

.breadcrumb-item a:hover {
  color: var(--brand-hover-blue) !important;
}

.addToCart-index {
  border: none !important;
}

.mpc-gallery-thumbs .swiper-slide img.mpc-thumb-image {
  border: 1px solid rgba(123, 175, 212, 0.45);
}

.mpc-gallery-thumbs .swiper-slide-thumb-active img,
.mpc-gallery-thumbs .swiper-slide:hover img {
  border-color: var(--brand-accent-gold);
  opacity: 1;
}

.mpc-progress-bar {
  background: var(--brand-hover-blue);
}

.mpc-buy-now {
  border: 1px solid var(--brand-accent-blue) !important;
  color: var(--brand-primary);
}

.mpc-buy-now:hover {
  border-color: transparent !important;
}

.mpc-price-wrap .price-new {
  color: var(--brand-accent-gold) !important;
}

.mpc-price-wrap .price-old {
  color: rgba(16, 42, 67, 0.4);
}

.review-star-icon,
#review .icon-star,
#review .icon-star-o,
.review-star-icon {
  color: var(--brand-accent-gold);
}

.review-media-image,
.review-media-video {
  border: 1px solid rgba(16, 42, 67, 0.12);
}

.table-shop-cart th {
  background: rgba(224, 230, 237, 0.6);
  color: var(--brand-primary);
}

.order_product .prd-name {
  color: var(--brand-primary);
}

.remove-line:hover {
  color: var(--brand-hover-blue);
}

.contact-info-box a {
  color: var(--brand-text-primary);
}

.contact-info-box a:hover {
  color: var(--brand-hover-blue);
}

.tf-footer,
.footer-bottom {
  background: var(--brand-primary);
  color: #ffffff;
}

.tf-footer a:hover {
  color: var(--brand-accent-blue);
}

.scroll-track {
  background: rgba(16, 42, 67, 0.15);
}

.scroll-content .cat-link {
  color: #ffffff;
}

/* .scroll-content .cat-link:hover {
  color: var(--brand-accent-blue);
} */

.order-status-badge {
  box-shadow: none;
}

#grandTotal {
  color: var(--brand-accent-gold) !important;
}

.tax-text {
  color: rgba(16, 42, 67, 0.6) !important;
}

.cart-summary-row {
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
}

.wishlist-item-card {
  border: 1px solid rgba(16, 42, 67, 0.08);
}

.wishlist-item-img {
  background: rgba(224, 230, 237, 0.4);
}

.wishlist-actions .btn {
  border-radius: 8px;
}

.contact-form-wrap .tf-btn.btn-fill {
  border-radius: 8px;
}

.login-box h3 {
  color: var(--brand-primary);
}

.login-box .tf-btn.btn-fill {
  box-shadow: 0 4px 12px rgba(16, 42, 67, 0.15);
}

.login-box .tf-btn.btn-fill:hover {
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.25);
}

.login-divider::before {
  background: rgba(16, 42, 67, 0.12);
}

.login-divider span {
  color: rgba(16, 42, 67, 0.6);
}

.checkbox-wrap {
  color: var(--brand-text-primary);
}

.table-order-history th,
.table-order-history td {
  border-color: rgba(16, 42, 67, 0.1);
}

.tf-btn.btn-outline {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

.tf-btn.btn-outline:hover {
  background: var(--brand-primary);
  color: #ffffff;
}

.page-head,
.page-hero,
/* .contact-hero, */
.blog-hero {
  /* background: linear-gradient(135deg, #0B3C5D, #102A43); */
  color: #F9F9F9;
}

.page-head h1,
/* .page-hero h1, */
.contact-hero h1,
.blog-hero h1 {
  color: #34495E !important;
}

.page-hero p.lead {
  color: #F9F9F9;
}

/* .collection-overlay {
  background: linear-gradient(180deg, rgba(16, 42, 67, 0.15) 0%, rgba(16, 42, 67, 0.6) 100%) !important;
} */

.overlay-text {
  color: #ffffff !important;
}

.flat-spacing .btn-fill {
  background: #3d6592 !important;
  color: #fff !important;
}

.flat-spacing .btn-fill:hover {
  background: #B99729 !important;
}

.r_product a {
  color: var(--brand-primary);
}

.r_product a:hover {
  color: var(--brand-hover-blue);
}

.mpc-long-desc-wrapper .nav-tabs .nav-link.active {
  background: var(--theme-gradient-hover) !important;
}

.nav-link.active {
  color: #fff !important;
}

.mpc-long-desc-wrapper .nav-tabs .nav-link:hover {
  background: rgba(74, 144, 226, 0.12);
  color: var(--brand-hover-blue);
}

#review .btn-gold {
  background: var(--theme-gradient-alt);
}

#review .btn-gold:hover {
  background: var(--theme-gradient-hover);
}

.tf-topbar .top-contact,
.tf-topbar .top-contact i {
  color: #ffffff !important;
}

.tf-topbar .tf-social-icon a {
  color: #ffffff !important;
}

.tf-topbar .tf-social-icon a:hover {
  color: var(--brand-accent-blue) !important;
}

.tf-footer,
.footer-bottom {
  border-top: 1px solid rgba(224, 230, 237, 0.2);
}

.footer-bottom a:hover {
  color: var(--brand-accent-blue);
}

.list-product-btn .box-icon {
  color: var(--brand-primary);
}

.list-product-btn .box-icon:hover {
  color: #ffffff;
}

.product-card .card-body h6 {
  color: var(--brand-primary);
}

.price-wrap del {
  color: rgba(16, 42, 67, 0.45);
}

.banner_countdown-v3 .bn-text .text-top,
.banner_countdown-v3 .bn-text h2,
.banner_countdown-v3 .bn-text .sub-title {
  color: #ffffff;
}

.bn-countdown-inner .countdown .number {
  color: var(--brand-accent-gold);
}

.banner_countdown-v3 .bn-timer .time-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner_countdown-v3 .bn-timer .time-box .label {
  color: rgba(255, 255, 255, 0.85);
}

.tf-footer .tf-social-icon li a {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.tf-footer .tf-social-icon li a:hover {
  background: var(--theme-gradient-hover);
}

.tf-footer .list-nav li a:hover {
  color: var(--brand-accent-blue);
}

.account-sidebar,
.account-main,
.login-box,
.wishlist-item-card,
.table-shop-cart,
.checkout-sidebar,
.blog-card,
.blog-post-card,
.blog-sidebar,
.contact-info-card,
.contact-form,
.contact-info-box,
.contact-form-wrap,
.collection-card,
.product-card,
.cart-item-card {
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(16, 42, 67, 0.08);
  border: 1px solid rgba(16, 42, 67, 0.08);
}

.account-sidebar:hover,
.account-main:hover,
.wishlist-item-card:hover,
.table-shop-cart:hover,
.checkout-sidebar:hover,
.blog-card:hover,
.blog-post-card:hover,
.blog-sidebar:hover,
.contact-info-card:hover,
.contact-form-wrap:hover,
.collection-card:hover,
.product-card:hover,
.cart-item-card:hover {
  box-shadow: 0 16px 40px rgba(16, 42, 67, 0.12);
}

.empty-state p {
  color: var(--brand-text-primary);
}

.empty-state .btn-fill {
  background: var(--theme-gradient-alt) !important;
}

.empty-state .btn-fill:hover {
  background: var(--theme-gradient-hover) !important;
}

.tf-footer .copyright,
.footer-bottom p {
  color: rgba(255, 255, 255, 0.75);
}

.tf-footer .copyright a,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.85);
}

.tf-footer .copyright a:hover,
.footer-bottom a:hover {
  color: var(--brand-accent-blue);
}

.product-actions button:hover {
  background: var(--theme-gradient-alt);
  color: #ffffff;
}

.btn-add-wishlist:hover i {
  color: #ffffff !important;
}

.login-divider span {
  background: var(--brand-card-surface);
}

.product-card:hover .hover-img {
  opacity: 1;
  transform: scale(1.04);
}

.product-card:hover .main-img {
  transform: scale(1.02);
}

.banner_V02 .sub-title,
.contact-form-wrap p.sub-title,
.tax-text,
.login-box p.sub-title,
.account-dashboard .notice,
.blog-desc,
.blog-post-excerpt,
.contact-info-box p.text-main-4,
.contact-info-box li,
.wishlist-actions .btn.btn-outline-dark,
.order_product .prd-name,
.table-order-history td,
.account-table td,
.orders-table td,
.cart-summary-row span,
.cart-summary-row strong {
  color: var(--brand-text-primary);
}

.bg-earth-brown {
  background: rgb(16 42 67 / 98%);
}

.floating-cart-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1F1F1F;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  z-index: 1060;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-cart-btn .floating-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #DEB973;
  color: #1F1F1F;
  font-size: 11px;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
}

.floating-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  .floating-cart-btn {
    display: none;
  }
}

.no-products-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 280px;
  margin: 0 auto;
  width: 100%;
}

.no-products-illustration {
  max-width: 425px;
  width: 100%;
  opacity: 0.9;
}

.order-actions {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
}

.order-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  background: #fff;
  color: #1f1f1f;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.order-action .icon {
  font-size: 1rem;
}

.order-action:hover,
.order-action:focus {
  background: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}

.order-action.danger {
  border-color: rgba(220, 53, 69, 0.4);
  color: #dc3545;
}

.order-action.danger:hover,
.order-action.danger:focus {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.review-preview-item {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px dashed rgba(31, 31, 31, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-right: 10px;
  background: #fff;
}

.review-preview-item img,
.review-preview-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toast-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.toast-message {
  background: #1f1f1f;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  animation: toastSlideIn 0.3s ease;
  min-width: 240px;
}

.toast-success {
  background: #1f1f1f;
}

.toast-error {
  background: #dc3545;
}

.toast-message.hide {
  animation: toastSlideOut 0.3s ease forwards;
}

@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toastSlideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

.col_title {
  font-size: 20px !important;
}