/* home page css start */
body,html {
  overflow-x: hidden;
  box-sizing: border-box;

}

.lost_password a {
  color: #000;
}
.site-main .page-content .woocommerce {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .entry-title {
    font-size: 20px;
  }
}
.woocommerce ul.products li.product a img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 280px !important;
  object-fit: cover;
  margin: 0 !important;
}
.woocommerce-Address-title h2 {
  font-size: 22px !important;
  font-weight: 600 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 12px !important;
    font-family: 'League Spartan', sans-serif !important;
    margin-bottom: 5px !important;
    color: rgb(88, 92, 112);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: normal;
    border-bottom: 1px rgba(0, 0, 0, 0.13) solid;
    font-weight: 700;
    padding: 5px 10px !important;
    white-space: nowrap; 
}
.woocommerce ul.products li.product span {
  margin-left: 4px !important;
  margin-bottom: 0 !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding-bottom: 14px !important;
  border: 1px solid #eee !important;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.woocommerce ul.products li.product .button {
  margin-left: 10px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  color: #000 !important;
  font-size: 14px !important;
}
.shop-gender {
  width: 100%;
  overflow: hidden;
}

/* Desktop */
.shop-slider {
  display: flex;
  gap: 5px;
}

/* Card */
.gender-card {
  position: relative;
  flex: 1;
  min-height: 500px;
  background-size: cover;
  background-position: top left;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.gender-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.gender-card .overlay {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.gender-card h2 {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.gender-card .btn {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #fff;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 4px;
}
.gender-card:hover {
  color: #fff;
}

/* =========================
     MOBILE PEEK SLIDER
  ========================= */
@media (max-width: 500px) {
  .shop-slider {
    display: flex;

    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE / Edge */
  }

  .shop-slider::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
  }

  .gender-card {
    flex: 0 0 78.5%;
    min-height: 300px;
    scroll-snap-align: start;
  }

  .gender-card .overlay {
    bottom: 25px;
    left: 25px;
  }

  .gender-card h2 {
    font-size: 22px;
  }
}

/* =====================
   BEST SELLERS
===================== */
.best-sellers {
  max-width: 1200px;
  margin: 20px auto;
  /* padding: 0 15px; */
}

.best-sellers h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
  font-family: "League Spartan", sans-serif;
}

/* Desktop grid */
.best-seller-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* .best-seller-grid .product-card */
.home_product-image {
  height: 330px;
  object-fit: cover;
  object-position: top;
  position: relative;
  overflow: hidden;
}

/* Product card */
.product-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.home_product-image a {
  position: relative;
  z-index: 1;
}
.woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 700;
  color: rgb(88, 92, 112);
}
.home_product-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Info */
.product-info {
  padding: 5px 10px;
}
.product-info .product_info_sub .product_title h5 {
  margin: 0 !important;
  list-style: 15px !important;
}
.product-info .product_info_sub .product_title h5 a {
  font-size: 12px;
  font-family: "League Spartan", sans-serif !important;
  margin-bottom: 5px;
  color: rgb(88, 92, 112);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  overflow-wrap: normal;

  border-bottom: 1px rgba(0, 0, 0, 0.13) solid;
  font-weight: 700;

  /* font-size: 14px;
  border-bottom: 1px rgba(0, 0, 0, 0.13) solid;
  padding: 8px 0 1px 0;
  text-align: center;
  margin-bottom: 0px;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  overflow-wrap: normal;
  color: rgb(88, 92, 112);
  width:100%;
  font-weight: 700; */
}

.product-info .product_info_sub span {
  font-size: 12px;
  color: #555;
}

/* =====================
     MOBILE SLIDER
  ===================== */
@media (max-width: 500px) {
  .best-seller-grid {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .best-seller-grid::-webkit-scrollbar {
    display: none;
  }

  .product-card {
    flex: 0 0 81%;
    scroll-snap-align: start;
  }
  .home_product-image {
    height: 260px;
  }
  .woocommerce-Price-amount {
    font-size: 12px;
    font-weight: 700;
    color: rgb(88, 92, 112);
  }
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.product-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.product-tabs .tab {
  padding: 6px 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 10px;
  color: #000000;
}

.product-tabs .tab.active {
  background: #000;
  color: #fff;
}

#products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 5px;
}

.product-card {
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.product-card .info {
  padding: 5px 10px;
}

.product-card h4 a {
  font-size: 16px;
  margin-bottom: 6px;
  color: #000000;
}

#loader {
  text-align: center;
  padding: 20px;
  display: none;
}

/* 📱 Mobile: 2 products */
@media (max-width: 500px) {
  #products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .product-card h4 {
    font-size: 14px;
  }

  .product-card .info {
    padding: 8px;
  }

  .product-tabs {
    justify-content: center;
  }
}

.product_info_sub {
  display: flex;
  justify-content: space-between;
}
/* ❤️ Wishlist icon */
.wishlist-icon {
  /* position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
  z-index: 999;
}

.wishlist-icon svg {
  width: 18px;
  height: 18px;
  stroke: #000;
  fill: none;
}

.wishlist-icon.active svg {
  fill: #000;
}
.wishlist-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 18px 26px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  font-size: 14px;
  display: none;
}

/* Wishlist Container */
.wishlist-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.wishlist-heading {
  text-align: center;
  margin: 40px 0 30px;
  font-size: 2em;
  font-weight: 600;
}

/* Grid */
.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.wishlist-item {
  position: relative;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.wishlist-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

/* Image & Remove Button */
.product-image {
  position: relative;
}

.product-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.remove-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.55) !important;
  color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
  padding-bottom: 2px;
}

/* Details */
.product-details {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 14px !important;
  font-weight: 600;
  color: #464545 !important;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative !important;
  margin-top: 10px;
  padding: 0 10px;
}
.wishlist_divider {
  width: 95%;
  height: 1px;
  background-color: rgb(177, 175, 175);
  margin: 5px auto;
}
.product-subtitle {
  font-size: 0.92em;
  color: #666;
  margin-top: -4px;
}

.product-price {
  font-size: 1.18em;
  font-weight: 700;
  padding: 0 10px;
  font-size: 14px;
}

.stock-badge {
  align-self: center;
  padding: 6px 14px;
  font-size: 0.82em;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.in-stock {
  color: #2e7d32;
  border: 1px solid #2e7d32;
  background: #e8f5e9;
}

.out-of-stock {
  color: #c62828;
  border: 1px solid #c62828;
  background: #ffebee;
}

.product-details .actions {
  background: transparent;
  text-decoration: none;
  border-radius: 0 !important;
  border-top: 1px solid rgb(177, 175, 175);
  width: 100% !important;
  margin: 10px auto;
  text-align: center;
  padding-top: 7px;
}

/* WooCommerce button override */
.product-details .actions .button {
  width: 100%;
  background: transparent !important;
  color: #117a7a !important;
  border: none;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.2s;
  text-decoration: none !important;
}

/* .actions .button:hover {
    background: #333 !important;
} */

/* Notice */
.wishlist-notice {
  max-width: 1280px;
  margin: 20px auto;
  padding: 15px;
  background: #f0fff0;
  border-left: 4px solid #2e7d32;
  text-align: center;
  font-weight: 500;
}

/* Empty state */
.empty-wishlist {
  text-align: center;
  padding: 60px 20px;
  font-size: 1.3em;
  color: #666;
}

/* Responsive */
@media (max-width: 1199px) {
  .wishlist-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .product-image img {
    height: 260px;
  }
  .remove-wishlist {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}

/* product details page tab css  */

@media (max-width: 768px) {
  .woocommerce-Tabs-panel {
    display: block !important;
  }

  .woocommerce-tabs ul.tabs {
    display: none;
  }

  .wc-accordion-title {
    cursor: pointer;
    background: #f5f5f5;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-weight: 600;
  }

  .wc-accordion-title::after {
    content: "▼";
    position: absolute;
    right: 15px;
    font-size: 12px;
  }

  .wc-accordion-panel.active .wc-accordion-title::after {
    content: "▲";
  }

  .wc-accordion-content {
    padding: 15px;
    background: #fff;
  }
}

.category-cards {
  border: none !important;
}
/* ===================Custom header===================== */
:root {
  --gold: #e6b800;
  --black: #000;
  --bg-dark: #18181b;
  --border-dark: #27272a;
  --white: #fff;
  --red: #dc2626;
  --transition: all 0.25s ease;
}
header {
  background: var(--black);
  border-bottom: 1px solid var(--border-dark);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.custom_headercontainer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.custom_headerheader-bar {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.custom_headernav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.custom_headernav-list {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom_headernav-list li {
  position: relative;
  transition: var(--transition);
}
.custom_headernav-list li a {
  text-decoration: none;
  color: #fff !important;
  transition: var(--transition);
  font-family: "League Spartan", sans-serif;
}
.custom_headernav-list li a:hover,
.custom_headernav-list li a:focus {
  color: var(--gold) !important;
  outline: none;
}
.custom_headernav-list .current-menu-item a {
  color: var(--gold) !important;
  outline: none;
}

.custom_headernav-list li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  background: var(--gold);
  transition: width 0.35s ease;
}

.custom_headernav-list li:hover:after,
.custom_headernav-list li:focus:after {
  width: 100%;
}
.custom_headernav-list .current-menu-item:after {
  width: 100%;
}
#hamburger {
  font-size: 1.9rem;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 8px;
  transition: var(--transition);
  display: none;
  font-family: "League Spartan", sans-serif;
}

#hamburger:hover,
#hamburger:focus {
  color: var(--gold);
  transform: scale(1.1);
}

.custom_headermobile-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  padding: 0 8px;
}

.custom_headerheader-icons {
  display: flex;
  align-items: center;
  /* gap: 10px; */
}

.custom_headerheader-icons a {
  font-size: 1.5rem;
  text-decoration: none !important;
  background: transparent !important;
  padding: 6px;
  transition: var(--transition);
  position: relative;
  font-family: "League Spartan", sans-serif;
}

.custom_headerheader-icons a img {
  height: 24px;
}

.custom_headercart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--red);
  color: var(--white);
  font-size: 0.69rem;
  font-weight: bold;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  font-family: "League Spartan", sans-serif;
}

.custom_headerlogo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom_headerlogo-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom_headerlogo-v {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  font-size: 2.9rem;
  letter-spacing: -0.06em;
  color: var(--gold);
  line-height: 0.85;
  margin-top: -6px;
}

.custom_headerlogo-circle .custom_headerinner-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(230, 184, 0, 0.25);
  pointer-events: none;
}

.custom_headerlogo-texts {
  display: flex;
  flex-direction: column;
}

.custom_headerlogo-vybe {
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: -1.8px;
  color: var(--gold);
  line-height: 1;
  font-family: "League Spartan", sans-serif;
}

.custom_headerlogo-gear {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: rgba(230, 184, 0, 0.92);
  margin-top: -6px;
  font-family: "League Spartan", sans-serif;
}

/* ── MOBILE MENU WRAPPER + ANIMATED MENU ── */

#mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-100%);
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease;
}

#mobile-menu-wrapper.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

#mobile-menu-wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.138);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.1s ease;
}

#mobile-menu-wrapper.active::before {
  opacity: 1;
}

#mobile-menu {
  background: #030303;
  width: 80%;
  max-width: 380px;
  height: 100vh;
  padding: 80px 20px 40px;
  position: relative;
  transform: translateX(-40px);
  opacity: 0;
  transition:
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
    opacity 0.5s ease 0.2s;
  font-family: "League Spartan", sans-serif;
  overflow-y: auto;
}

#mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
}

/* Close button */
.custom_headermobile-menu-close-btn {
  position: absolute;
  top: 10px;
  right: 0px;
  background: transparent !important;
  border: none !important;
  padding: 0;
  cursor: pointer;
  z-index: 20;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.custom_headermobile-menu-close-btn:hover,
.custom_headermobile-menu-close-btn:focus {
  transform: rotate(90deg);
}

.custom_headermobile-menu-close-btn img {
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
}

/* Mobile Menu Tabs */
.custom_headermobile-menu-tabs-row {
  width: 90%;
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 24px;
}

.custom_headermobile-menu-tab {
  flex: 1;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition:
    color 0.23s,
    border-color 0.21s;
  border-radius: 0 !important;
}

.custom_headermobile-menu-tab.active {
  color: var(--gold) !important;
  border-bottom: 1px solid var(--gold) !important;
  background: none;
}

/* Mobile Menu Sections */
.custom_headermobile-menu-section {
  display: none;
  flex-direction: column;
  gap: 18px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-family: "League Spartan", sans-serif;
}

.custom_headermobile-menu-section.active {
  display: flex;
}

.custom_headermobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-family: "League Spartan", sans-serif;
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom_headermobile-menu-list li a {
  text-decoration: none;
  color: #fff !important;
  background: none !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  border: none;
  text-align: left;
  font-family: "League Spartan", sans-serif;
  font-size: inherit;
  cursor: pointer;
  padding: 8px 0;
  transition: var(--transition);
  text-transform: capitalize !important;
}

.custom_headermobile-menu-list li:hover,
.custom_headermobile-menu-list li:focus {
  color: var(--gold) !important;
}

.custom_headermobile-icons-row {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 48px;
  font-size: 2.1rem;
  font-family: "League Spartan", sans-serif;
}

.custom_headermobile-icons-row button {
  background: none;
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  font-family: "League Spartan", sans-serif;
}

.custom_headermobile-icons-row button:hover,
.custom_headermobile-icons-row button:focus {
  color: var(--gold);
}

.custom_headermobile-cart-badge {
  top: -10px;
  right: -10px;
  font-size: 0.75rem;
  min-width: 22px;
  height: 22px;
  font-family: "League Spartan", sans-serif;
}

#custom_headerhamburger-mobile {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  font-family: "League Spartan", sans-serif;
}

#custom_headerhamburger-mobile img {
  height: 26px;
}

.custom_headermobile_user_ack {
  display: flex !important;
  align-items: center;
  line-height: 0;
}
.custom_headermobile_user_ack:first-child {
  margin-top: 20px !important;
}
.custom_headermobile_user_ack img {
  height: 20px !important;
}

.custom_headermobile_user_ack span {
  text-transform: capitalize !important;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background: none;
  border: none;
  text-align: left;
  font-family: "League Spartan", sans-serif;
  font-size: inherit;
  cursor: pointer;
  letter-spacing: 0;
  padding-left: 10px;
}

/* ── MEDIA QUERIES ── */

@media (max-width: 900px) {
  .custom_headerheader-bar {
    display: none;
  }
  .custom_headermobile-header-bar {
    display: flex;
  }
  .custom_headernav {
    display: none;
  }
  #hamburger {
    display: block;
  }
  .custom_headercontainer {
    padding: 0 12px;
  }
  .custom_headerheader-bar {
    padding: 0 4px;
  }
}

@media (max-width: 900px) {
  .custom_headerheader-bar .custom_headerlogo-wrap {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .custom_headerheader-bar,
  .custom_headermobile-header-bar {
    height: 68px;
  }
  .custom_headerlogo-vybe {
    font-size: 1.6rem;
  }
  .custom_headerlogo-v {
    font-size: 2.1rem;
  }
  .custom_headerlogo-circle {
    width: 38px;
    height: 38px;
  }
  .custom_headerlogo-gear {
    font-size: 0.62rem;
    letter-spacing: 3px;
  }
  .custom_headermobile-header-bar
    .custom_headerright
    .custom_headerheader-icons {
    gap: 5px;
  }
  .custom_headerheader-icons a img {
    height: 20px;
  }
  .custom_headermobile-menu-close-btn {
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
  }
  .custom_headermobile-menu-close-btn img {
    width: 20px;
    height: 20px;
  }
  #mobile-menu {
    padding-top: 18px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .custom_headernav {
    gap: 28px;
    font-size: 0.92rem;
  }
  .custom_headerlogo-vybe {
    font-size: 2.1rem;
  }
  .custom_headerheader-icons {
    gap: 14px;
  }
}

@media (min-width: 1201px) {
  .custom_headercontainer {
    padding: 0 32px;
  }
  .custom_headernav {
    gap: 30px;
    font-size: 1rem;
  }
}

@media (min-width: 1441px) {
  .custom_headercontainer {
    max-width: 1600px;
  }
}

/* header search css  */

/* ===============================
   SEARCH OVERLAY
================================= */

#search-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  width: 100%;
}

/* Wrapper */
.search-wrapper {
  /* max-width: 1200px; */
  margin: 0px auto;
  padding: 10px;
}

/* Close Button */
.close-search {
  float: right;
  font-size: 28px;
  cursor: pointer;
  margin-bottom: 20px;
}

/* Search Input */
#ajax-product-search {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
}

#ajax-product-search:focus {
  border-color: #000;
}

/* ===============================
 PRODUCT GRID
================================= */

#search-results {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* Mobile → 2 per row */
@media (max-width: 768px) {
  #search-results {
    grid-template-columns: repeat(2, 1fr);
  }
  .search-thumb{
    height: 260px;
  }
}

/* ===============================
 PRODUCT CARD
================================= */

.search-item {
 

  border-radius: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* .search-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
} */

.search-item a {
  display: block;
  text-decoration: none;
  color: #000;
}

/* Image Container */
.search-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

/* .search-item:hover .search-thumb img {
  transform: scale(1.05);
} */

/* Content */
.search-content {
  padding: 5px 10px;
}

.search-content .product_info_sub .product_title h5 {
  font-size: 12px;
    font-family: 'League Spartan', sans-serif !important;
    margin-bottom: 5px;
    color: rgb(88, 92, 112);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: normal;
    border-bottom: 1px rgba(0, 0, 0, 0.13) solid;
    font-weight: 700;
}
.search-content h5{
  font-size: 12px;
    font-family: 'League Spartan', sans-serif !important;
    margin-bottom: 5px;
    color: rgb(88, 92, 112);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: normal;
    border-bottom: 1px rgba(0, 0, 0, 0.13) solid;
    font-weight: 700;
}
/* Price */
.price {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

/* No Results */
.no-results {
  text-align: center;
  font-size: 16px;
}

