:root {
  --fs-70: 70px;
  --fs-68: 68px;
  --fs-64: 64px;
  --fs-60: 60px;
  --fs-56: 56px;
  --fs-54: 54px;
  --fs-52: 52px;
  --fs-48: 48px;
  --fs-44: 44px;
  --fs-40: 40px;
  --fs-38: 38px;
  --fs-36: 36px;
  --fs-32: 32px;
  --fs-28: 28px;
  --fs-26: 26px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px;
  --fs-12: 12px;
  --primary: #8A1538;
}

@media (max-width: 768px) {
  :root {
    --fs-70: 50px;
    --fs-68: 48px;
    --fs-64: 48px;
    --fs-60: 46px;
    --fs-56: 44px;
    --fs-54: 42px;
    --fs-52: 40px;
    --fs-48: 38px;
    --fs-44: 34px;
    --fs-40: 32px;
    --fs-38: 30px;
    --fs-36: 30px;
    --fs-32: 26px;
    --fs-28: 24px;
    --fs-26: 22px;
    --fs-24: 20px;
    --fs-22: 18px;
    --fs-20: 18px;
    --fs-18: 16px;
    --fs-16: 15px;
    --fs-14: 13px;
    --fs-12: 12px;
  }
}

@media (max-width: 480px) {
  :root {
    --fs-70: 40px;
    --fs-68: 38px;
    --fs-64: 38px;
    --fs-60: 36px;
    --fs-56: 34px;
    --fs-54: 32px;
    --fs-52: 32px;
    --fs-48: 30px;
    --fs-44: 28px;
    --fs-40: 26px;
    --fs-38: 24px;
    --fs-36: 24px;
    --fs-32: 22px;
    --fs-28: 20px;
    --fs-26: 18px;
    --fs-24: 18px;
    --fs-22: 16px;
    --fs-20: 16px;
    --fs-18: 15px;
    --fs-16: 14px;
    --fs-14: 12px;
    --fs-12: 12px;
  }
}

.fs-70 {
  font-size: var(--fs-70);
}

.fs-68 {
  font-size: var(--fs-68);
}

.fs-64 {
  font-size: var(--fs-64);
}

.fs-60 {
  font-size: var(--fs-60);
}

.fs-56 {
  font-size: var(--fs-56);
}

.fs-54 {
  font-size: var(--fs-54);
}

.fs-52 {
  font-size: var(--fs-52);
}

.fs-48 {
  font-size: var(--fs-48);
}

.fs-44 {
  font-size: var(--fs-44);
}

.fs-40 {
  font-size: var(--fs-40);
}

.fs-38 {
  font-size: var(--fs-38);
}

.fs-36 {
  font-size: var(--fs-36);
}

.fs-32 {
  font-size: var(--fs-32);
}

.fs-28 {
  font-size: var(--fs-28);
}

.fs-26 {
  font-size: var(--fs-26);
}

.fs-24 {
  font-size: var(--fs-24);
}

.fs-22 {
  font-size: var(--fs-22);
}

.fs-20 {
  font-size: var(--fs-20);
}

.fs-18 {
  font-size: var(--fs-18);
}

.fs-16 {
  font-size: var(--fs-16);
}

.fs-14 {
  font-size: var(--fs-14);
}

.fs-12 {
  font-size: var(--fs-12);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}

p {
  font-size: var(--fs-16);
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

.hide {
  display: none;
}

/* Override Bootstrap container widths */
@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 560px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 740px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1440px;
    }
}

/* —— CUSTOM BREAKPOINT ABOVE 1440px —— */
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

body {
  font-family: miui, system-ui, -apple-system, BlinkMacSystemFont, \.SFNSText-Regular,
    Helvetica, Arial, sans-serif, serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

img {
  max-width: 100%;
  height: auto;
}

header .topa {
  color: white;
}

header {
    background-color: var(--primary);
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  border: 0;
}

#cart .btn:hover {
  color: white;
}

.cart-count {
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

#search .input-group-btn {
  position: absolute;
  right: 0;
  border-radius: 80px;
  z-index: 9;
}

#search .btn-lg {
  border-radius: 80px;
  border: 2px solid;
}

#search {
    margin: 0;
}

.top_lists {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top_lists li {
  padding: 10px;
}

.top_lists .dropdown li {
  padding: 0;
}

/* --- Breadcrumb (Modernized Chevron Style) --- */
:root {
  --primary: #8A1538;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  list-style: none;
  text-transform: capitalize;
  overflow: hidden;
}

/* Breadcrumb items */
.breadcrumb>li {
  position: relative;
  padding: 8px 24px;
  font-weight: 500;
  color: #555;
  background: #f8f9fa;
  transition: all 0.2s ease-in-out;
}

/* Link styling */
.breadcrumb>li a {
  color: var(--primary);
  text-decoration: none;
}

.breadcrumb>li a:hover {
  color: #6c0f2c;
  text-decoration: underline;
}

/* Chevron effect */
.breadcrumb>li+li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 15px solid #fff;
  z-index: 1;
}

.breadcrumb>li+li {
  margin-left: 10px;
}

/* Chevron overlay (color join) */
.breadcrumb>li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 15px solid #ddd;
  z-index: 2;
}

.breadcrumb>li:last-child::after {
  display: none;
}

/* Active breadcrumb */
.breadcrumb>li:last-child {
  background: var(--primary);
  color: #fff;
}

.breadcrumb>li:last-child a {
  color: #fff;
  pointer-events: none;
}

/* RTL support */
html[dir=rtl] .breadcrumb>li::after {
  left: -15px;
  right: unset;
  border-left: none;
  border-right: 15px solid #ddd;
}

html[dir=rtl] .breadcrumb>li+li::before {
  right: 0;
  left: unset;
  border-left: none;
  border-right: 15px solid #fff;
}

.dropdown-menu li>a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--primary);
}

.top_lists li .topa {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
  border-left: 1px solid;
  font-weight: 500;
  text-transform: capitalize;
}

.top_lists .dropdown li .topa {
  padding-left: 10px;
  padding-bottom: 10px;
  border: 0;
}

.top_lists li:first-child .topa {
  border: none;
}

.top_lists .topa img {
  width: 24px;
}

.menubar .nav-link {
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.featuredplus h3 {
  color: #190000;
  text-align: left;
  font-weight: 500;
  font-style: italic;
  font-size: var(--fs-32);
  text-transform: capitalize;
  margin: 0;
}

.featured_top_head {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 40px; */
  align-items: center;
}

.primary_btn {
  font-weight: 400;
  font-size: var(--fs-16);
  text-transform: capitalize;
  color: #000;
  padding: 8px 16px;
  border: 1px solid var(--primary);
  border-radius: 8px;
  transition: 0.4s ease-in-out;
}

.primary_btn:hover {
  color: white;
  background: var(--primary);
}

.product-thumb {
  box-shadow: 0px 0px 6px 0px #8A153833;
  /* padding: 20px; */
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.product-thumb .caption {
  padding: 20px;
}

.product-thumb:hover {
  box-shadow: 0px 2px 6px 0px #8A153833;
}

.product-thumb .image {
  aspect-ratio: 1;
  overflow: hidden;
}

.product-thumb .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}

.product-thumb h4 {
  font-size: var(--fs-18);
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  text-transform: capitalize;
}

.product-thumb .caption .desc {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  color: #666666;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: calc(1.4em * 2);
  margin-bottom: 8px;
}

.product-thumb .price-new {
  font-weight: 500;
  font-size: var(--fs-18);
}

.product-thumb .price-old {
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
  font-size: var(--fs-18);
  margin-left: 10px;
}

.filter {
  filter: invert(1);
}

.add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: var(--fs-16);
  text-transform: capitalize;
  color: white;
  background: var(--primary);
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  width: max-content;
}

.product-thumb .add_cart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.wishlisticon {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 222;
}

.hover_group {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.product-thumb:hover .hover_group {
  opacity: 1;
  visibility: visible;
}

.highlight {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  color: white;
  padding: 12px;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  margin-bottom: 15px;
  position: relative;
  margin-top: -30px;
}

.highlight-inner {
  width: 100%;
  max-width: 1200px;
}

.highlight-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.highlight p {
  font-weight: 400;
  font-size: var(--fs-20);
  margin: 0;
}

.highlight span {
  display: inline-block;
  font-weight: 700;
  font-size: var(--fs-20);
  margin: 0;
  padding-left: 10px;
  color: #FEFCED;
  background: radial-gradient(50% 50% at 50% 50%, #C63662 0%, rgba(96, 26, 48, 0) 100%);
  animation: myAnimation 3s ease-in-out infinite;
  transform-origin: center;
}

@keyframes myAnimation {

  0%,
  20% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  80%,
  100% {
    transform: scale(1);
  }
}

.divider {
  height: 25px;
  width: 1px;
  background-color: white;
  margin: 0 20px;
}

.truck {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.truck p {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(20px);
  animation: textReveal 5s ease-in-out infinite;
  animation-delay: .2s;
}

.truck-wrapper {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 150%;
  height: 40px;
  pointer-events: none;
  overflow: visible;
}

.truck-icon {
  position: absolute;
  left: -60px;
  width: 45px;
  height: auto;
  animation: driveAcross 5s ease-in-out infinite;
}

@keyframes driveAcross {
  0% {
    left: -60px;
    opacity: 0;
  }

  10% {
    opacity: 1;
    left: 0;
  }

  40% {
    left: calc(100% - 45px);
    opacity: 1;
  }

  70% {
    left: calc(100% - 45px);
    opacity: 0;
  }

  100% {
    left: -60px;
    opacity: 0;
  }
}

@keyframes textReveal {

  0%,
  10% {
    opacity: 0;
    transform: translateX(20px);
  }

  25%,
  55% {
    opacity: 1;
    transform: translateX(0);
  }

  70%,
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 26px;
  }

  .navbar-nav .dropdown-toggle::after {
    content: none;
    display: none;
  }
}

.chev {
  margin-top: -5px;
}

.mega-dropdown {
  position: static;
}

.mega-dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  /* width: 100%; */
  max-width: 800px;
  max-height: 60vh;
  margin: auto;
  /* padding: 30px; */
  border: none;
  border-radius: 8px;
  background: #fff;
  overflow-y: scroll;
}

.subcategory-section {
  border-right: 1px solid #eee;
}

.subcategory-section h6 {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.subcategory-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subcategory-section ul li {
  padding: 8px 16px;
}

.subcategory-section ul li:hover {
  background: #ECECEC;
}

.subcategory-section ul li a {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}

.subcategory-section ul li a:hover {
  background: none;
  color: #000;
}

#subcategory-title {
  font-size: var(--fs-18);
}

.subcategory-columns {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); */
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: start;
}

.subcategory-card {
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  background: #f9f9f9;
}

.subcategory-card img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 4px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.subcategory-card p {
  margin: 0;
  color: #666;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* limits to 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-width: 100%;
  padding: 0 6px;
}

/* .subcategory-card:hover img {
    transform: scale(1.05);
}
.subcategory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */
.navbar {
  background-color: #fff;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  margin-bottom: 20px;
  margin-top: 80px;
}

.nav-link {
  font-weight: 500;
  color: #000 !important;
  font-weight: 400;
  font-size: var(--fs-16);
  text-transform: capitalize;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.nav-link:hover {
  border-bottom: 1px solid var(--primary);
}

.nav-link:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .mega-dropdown-menu {
    position: static;
    box-shadow: none;
    padding: 15px;
  }

  .subcategory-section {
    border-right: none;
    margin-bottom: 20px;
  }

  .subcategory-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .d_none_mobile {
    display: none;
  }
}

/* footer */
.footer {
  background-color: var(--primary);
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  margin-top: 2rem;
}

.footer h5 {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #fff;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 14px;
}

.footer ul li a {
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  color: inherit;
}

.footer ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url('../../../../../image/catalog/icons/arrow.svg') no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.app-badges img {
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 768px) {
  .footer .col-md-3 {
    margin-bottom: 2rem;
  }
}

.pro-content h1 {
  font-weight: 500;
  font-size: var(--fs-32);
  text-transform: capitalize;
}

.p_price {
  background: var(--primary);
  width: fit-content;
  font-weight: 500;
  font-size: var(--fs-28);
  color: white;
  padding: 5px 20px;
  border-radius: 4px;
  display: inline;
}

.p_price_muted {
  width: fit-content;
  font-weight: 500;
  font-size: var(--fs-24);
  color: #666;
  padding: 5px 20px;
  text-decoration: line-through;
  display: inline;
}

#product-product #button-cart {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: var(--fs-16);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
}

#product-product .wishlist-btn {
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 10px 16px;
  border-radius: 8px;
  font-size: var(--fs-16);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  margin: 0;
  cursor: pointer;
}

.pro_desc ul li {
  font-size: var(--fs-16);
  color: #000;
  line-height: 200%;
}

.q-grp label {
  color: #666;
}

.q-grp #input-quantity {
  flex: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: var(--fs-20);
}

.q-grp button {
  background: #FEFCED;
  border: 1px solid #000;
  font-size: var(--fs-20);
  color: #000;
}

.q-grp button:hover {
  background: #f9f6e3;
  border: 1px solid #000;
  color: #000;
}

.sticky {
  position: sticky;
  top: 70px;
  z-index: 100;
}

.category-tabs {
  position: relative;
}

/* Wrapper ensures arrows and tabs are grouped */
.category-tabs .tabs-wrapper {
  position: relative;
  background: rgba(138, 21, 56, 0.85);
  padding: 0 60px;
  /* space for left/right buttons */
}

/* Tabs bar */
.category-tabs .tabs {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 14px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.category-tabs .tabs::-webkit-scrollbar {
  display: none;
}

/* Buttons inside tabs */
.category-tabs .tab-btn {
  flex: 0 0 auto;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
  padding: 8px 18px;
  cursor: pointer;
  background: transparent;
  text-transform: capitalize;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.category-tabs .tab-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.category-tabs .tab-btn.active {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Scroll buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  /* center vertically */
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #8A1538;
  font-size: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.scroll-btn:hover {
  background: #fff;
}

.scroll-btn.prev {
  left: 10px;
}

.scroll-btn.next {
  right: 10px;
}

.scroll-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* Optional: if you prefer arrows at top instead of center */
.scroll-btn.top-align {
  top: 8px;
  transform: none;
}

.gallery-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: sticky;
  top: 30px;
}

/* Thumbnails (left) */
.gallery-thumbs {
  width: 100px;
  height: 500px;
  position: relative;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #a11;
}

.gallery-thumbs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Thumb navigation arrows */
.thumb-prev,
.thumb-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #333;
}

.thumb-prev {
  top: 0;
}

.thumb-next {
  bottom: 0;
}

img.mfp-img {
  background: white;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000000 !important;
  right: 0 !important;
  padding-right: 15px !important;
}

/* Main image (right) */
.gallery-top {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}

.gallery-top img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}

.swiper-pager {
  width: 100%;
  position: absolute;
  top: 38% !important;
  line-height: 45px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.2s ease;
}

.featured-plus-carousel:hover .swiper-pager {
  opacity: 1;
}

.swiper_next img,
.swiper_prev img {
  box-shadow: 0px 0px 6px 0px #8A15384D;
  border-radius: 50%;
  cursor: pointer;
}

.color-options {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.color-options input[type="radio"] {
  display: none;
}

.color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  display: inline-block;
}

.color-options input[type="radio"]:checked+.color-swatch {
  border: 2px solid #000;
  box-shadow: 0 0 0 2px #fff inset;
}

#product-product .form-group>label,
#product-product .control-label {
  font-weight: 400;
  font-size: var(--fs-18);
  color: #666;
  margin-bottom: .5rem;
  margin-top: 1rem;
}

.selected-color-text {
  font-weight: bold;
  margin-left: 5px;
  font-weight: 400;
  font-size: var(--fs-18);
  text-transform: capitalize;
}

/* ---------- SIZE BUTTON STYLE (like your image) ---------- */
.size-options {
  display: flex;
  gap: 8px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.size-options input[type="radio"] {
  display: none;
}

.size-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  /* height: 35px; */
  padding: 0 14px;
  border: 1px solid #ccc;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.size-btn:hover {
  border-color: #000;
}

.size-options input[type="radio"]:checked+.size-btn {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.size-btn:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.review-summary {
  background: #faf6f7;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.redivider {
  width: 1px;
  background: #ccc;
  height: 100px;
}

.avg-rating h3 {
  font-size: var(--fs-40);
  font-weight: 500;
  margin-bottom: 15px;
}

.avg-rating .stars {
  color: #ffda00;
  font-size: var(--fs-22);
}

.rating-breakdown {
  max-width: 350px;
  margin: 0 auto;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rating-row .bar {
  flex: 1;
  background: #e6e6e6;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.rating-row .bar .fill {
  height: 8px;
  background: #5cb85c;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .review-summary .row {
    text-align: center;
  }

  .divider {
    display: none;
  }

  .rating-breakdown {
    margin-top: 20px;
  }
}

.category-wrapper {
  position: relative;
}

/* 2-row horizontal scroll grid */
/* .category-grid {
    display: grid;
    grid-auto-flow: column;       
    grid-template-rows: repeat(2, auto); 
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1.2rem 1rem;
    padding-bottom: 10px;
    scrollbar-width: none;
    scroll-behavior: smooth;
} */
.category-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.category-grid::-webkit-scrollbar {
  display: none;
}

/* Buttons */
.nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

.nav-btn.left {
  left: -12px;
}

.nav-btn.right {
  right: -12px;
}

/* Category items */
.category-card {
  width: 100px;
  text-align: center;
}

.category-card img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}

.category-name {
  margin-top: 5px;
  font-weight: 600;
  color: #333;
}

#column-left .list-group-item {
  text-transform: capitalize;
  border: navajowhite;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background-color: #F8F4EC;
}

.input-group-addon {
  color: #fff;
  text-align: center;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  padding: 5px 12px;
  font-size: var(--fs-16);
}

#column-left .list-group-item.active {
  background: var(--primary);
  color: white;
}

@media (max-width: 576px) {
.top_lists li > a {
  padding-left: 0;
  border-left: none;
}


  html {
    overflow-x: hidden;
  }

  .highlight {
    display: none;
  }
}

.menu-badge {
  background: #00000080;
  color: #fff;
  padding: 0px 8px;
  border-radius: 80px;
  font-size: 12px;
  display: inline;
}

.menu-badge.sale {
  background: #D93A3C;
}

.rating-stars .form-check-input {
  display: none;
}

.rating-stars .form-check-label {
  cursor: pointer;
  font-size: 1.5rem;
  color: #ccc;
  margin-right: 0.5rem;
  transition: color 0.2s;
}

.rating-stars .form-check-input:checked~.form-check-label,
.rating-stars .form-check-label:hover {
  color: #ffc107;
}

.rating-stars .form-check-input:checked~.form-check-label i::before {
  content: '\f005';
}

#input-sort,
#input-limit {
  border-color: var(--primary);
}

#account-register .form-group {
  display: flex;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.swiper-pagination-bullet-active {
  width: 20px !important;
}

@media (max-width: 576px) {
  .gallery-container {
    display: unset;
  }

  .gallery-thumbs .swiper-slide {
    width: 50px;
  }

  .gallery-thumbs {
    width: unset;
    height: unset;
  }

  .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
    gap: 10px;
  }

  .top_lists li .topa {
    border: none;
  }

  .top_lists li {
    padding: 0px;
  }

  .breadcrumb {
    display: none;
  }

  .wishlist-btn img {
    display: none;
  }

  header {
    position: relative;
    height: auto;
    z-index: unset;
    margin-bottom: 30px;
  }

  .navbar {
    margin-top: unset;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: transparent;
  }

  .mobile-link {
    display: block;
    padding: 12px 0;
    font-weight: 600;
  }

  .mobile-category-name {
    display: block;
    padding: 8px 0;
    font-size: 15px;
  }

  .mobile-sub {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #555;
  }

  .top_lists {
    margin-bottom: 0;
  }

  .swiper-pagination {
    bottom: -30px !important;
  }
  
  .featured_top_head {
    align-items: start;
  }
}

.language-switcher .dropdown-menu {
    left: 24px !important;
    top: 12px !important;
}

@media (max-width: 480px) {
    .product-thumb h4 {
    font-size: 20px;
    }
    
    .product-thumb .caption .desc {
    font-size: 14px;
}
.product-thumb .price-new {
    font-size: 18px;
}
}






















