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

}
.designed-by{
    color:#3b3b3b !important;
    font-size:13px !important;
    margin-bottom:0;
    margin-top: 0;
    display:flex;
}
.designed-by a{
    color:#3b3b3b !important;

}
 ins{
  text-decoration: none !important;
}
.single-product .entry-summary ins  .woocommerce-Price-amount{
  font-size: 20px !important;
}
.single-product .woocommerce-Price-amount{
  font-size:14px;
}

.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;
} */

.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: 5px;
}
/* .best-seller-grid .product-card */
.home_product-image {
  height: 400px;
  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(300px, 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;
  height: 15px !important;
}

.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;
  text-align: 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-radius: 0 !important;

  position: relative;
  transition: color 0.3s ease;
}

/* underline */
.custom_headermobile-menu-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);

  transition: width 0.35s ease;
}

/* hover */
.custom_headermobile-menu-tab:hover {
  color: var(--gold) !important;
}

.custom_headermobile-menu-tab:hover::after {
  width: 100%;
}


/* 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;
}




 .my-account-my-design { max-width: 1000px; margin: 0 auto; padding:5px 10px;}
        .tabs-nav { list-style: none; display: flex; border-bottom: 2px solid #ddd; padding: 0; }
        .tabs-nav li { margin-right: 25px; }
        .tabs-nav li a { text-decoration: none; color: #333; font-weight: 600; padding: 12px 0; display: block; }
        .tabs-nav li.active a { color: #000; border-bottom: 3px solid #000; }
        .tabs-nav .count { background: #eee; border-radius: 12px; padding: 2px 8px; font-size: 0.85em; margin-left: 6px; }

        .designs-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin-top: 30px;
        }

        .design-item {
            border: 1px solid #eee;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,.08);
            overflow: hidden;
            width: 25%;
            cursor: pointer;
            position: relative; /* For absolute positioning the delete btn */
        }

        .design-image {
            position: relative;
        }
        .design-image img { width: 100%; display: block; }
        .design-delete-btn {
            position: absolute;
            top: 8px;
            right: 8px;
            background: #fff;
            color: #e53935;
            border: none;
            border-radius: 50%;
            font-size: 19px;
            font-weight: bold;
            width: 32px;
            height: 32px;
            line-height: 30px;
            text-align: center;
            cursor: pointer;
            z-index: 2;
            box-shadow: 0px 2px 6px rgba(0,0,0,.18);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            transition: background 0.15s;
        }
        .design-delete-btn:hover {
            background: #fbe9e7;
            color: #d32f2f;
        }

        .design-info { padding: 12px; text-align: center; }
        .design-info h3 { margin: 0 0 6px; font-size: 1.05em; }
        .price { color: #e91e63; font-weight: bold; }
        .my-account-upload-design{
            border-radius: 25px;
            background: #000;
            border: 1px solid #fff;
            margin-top:10px;
        }
        .my-account-upload-design:hover{
            background: #000;
            color: #fff;
        }
        .my-account-upload-design:focus{
            background: #000;
            color: #fff;
        }
        .my-account-upload-design a{
            color:#fff;
            text-decoration:none;
        }
        #design-tab-content {
            position: relative;
            min-height: 300px;
        }

        /* Loader wrapper */
        .tab-loader {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,0.7);
            z-index: 10;
        }

        /* Circle spinner */
        .tab-loader::after {
            content: "";
            width: 45px;
            height: 45px;
            border: 4px solid #ddd;
            border-top-color: #e91e63;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }


        .earnings-wrapper {
        font-family: Arial, sans-serif;
        width: 100%;
        display:flex;
        gap:5px;
        margin:10px 0;
        }

        .earnings-card {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
        width: 50%;
        }

        .earnings-card h3 {
        margin-bottom: 15px;
        font-size: 18px;
        }

        .earnings-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border-radius: 6px;
        margin-bottom: 10px;
        }

        .earnings-row span {
        font-size: 14px;
        }

        .earnings-row small {
        color: #777;
        }

        .earnings-row strong {
        font-size: 16px;
        }

        .green {
        background: #e9f8ef;
        color: #1a7f37;
        }

        .gray {
        background: #f3f3f3;
        }

        .earnings-note {
            background: #eef4ff;
            border: 1px solid #cddcff;
            color: #333;
            font-size: 13px;
            padding: 10px;
            border-radius: 6px;
            text-align:center;
        }

        .bank-details {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .bank-icon {
            font-size: 22px;
        }

        .save-btn {
            background: #000;
            color: #fff;
            border: none;
            padding: 6px 16px;
            border-radius: 6px;
            cursor: pointer;
            margin-bottom: 15px;
        }

        .save-btn:hover {
            opacity: 0.9;
        }

        .payment-info h4 {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .payment-info p {
            font-size: 13px;
            line-height: 1.4;
        }
        /* Image modal styles */
        #design-image-modal {
            display: none;
            position: fixed;
            z-index: 99999;
            left: 0; top: 0; right: 0; bottom: 0;
            background: rgba(0,0,0,0.85);
            justify-content: center;
            align-items: center;
            transition: opacity 0.2s;
        }
        #design-image-modal.active { display: flex; }
        #design-image-modal .modal-content {
            position: relative;
            background: transparent;
            padding: 15px;
            max-width: 90vw;
            max-height: 90vh;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        #design-image-modal .modal-img {
            max-width: 80vw;
            max-height: 65vh;
            border-radius: 8px;
            background: #fff;
            padding: 8px;
            margin-bottom: 20px;
        }
        #design-image-modal .close-modal {
            position: absolute;
            top: 8px;
            right: 12px;
            background: #fff;
            color: #000;
            border: none;
            border-radius: 20px;
            font-size: 20px;
            font-weight: bold;
            width: 32px;
            height: 32px;
            line-height: 1;
            cursor: pointer;
            z-index: 999999;
            box-shadow: 0 1px 6px rgba(0,0,0,.16);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #design-image-modal .nav-btn {
            outline: none;
            border: none;
            background: #fff;
            color: #000;
            padding: 8px 14px;
            border-radius: 6px;
            font-size: 18px;
            font-weight: bold;
            margin: 0 10px;
            cursor: pointer;
            transition: background .2s;
        }
        #design-image-modal .nav-btn:hover {
            background: #f3f3f3;
        }
        /* NEW: modal for rejection reason */
        .modal-bg-reason {
            display: none;
            position: fixed;
            z-index: 100000;
            left: 0; top: 0; right: 0; bottom: 0;
            background: rgba(0,0,0,0.45);
            align-items: center;
            justify-content: center;
        }
        .modal-bg-reason.active {
            display: flex;
        }
        .modal-reason {
            min-width: 240px;
            max-width: 95vw;
            background: #fff;
            border-radius: 12px;
            padding: 24px 18px 14px 18px;
            box-shadow: 0 3px 28px rgba(0,0,0,0.14);
            max-width: 400px;
            font-size:1em;
            position: relative;
            text-align:left;
        }
        .modal-reason h4 {
            margin-top:0;margin-bottom: 15px; font-weight:600;
        }
        .close-modal-reason {
            position: absolute;
            top: 10px;
            right: 13px;
            background: #fff;
            color: #666;
            border: none;
            border-radius: 14px;
            font-size: 22px;
            font-weight: bold;
            width: 30px;
            height: 30px;
            line-height: 1;
            cursor: pointer;
            z-index: 999999;
            box-shadow: 0 1px 6px rgba(0,0,0,.14);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .close-modal-reason:hover{
            background:#000;

        }
        .view-reason-btn {
            background: #000 !important;
            color: #fff;
            border: none;
            padding: 2px 11px;
            border-radius: 4px;
            font-size: 0.98em;
            font-weight: 600;
            margin-top: 7px;
            cursor: pointer;
            margin-left:4px;
            transition:background 0.17s;
            vertical-align:middle;
            display:inline-block;
        }
        
        .remove-product-btn{
            padding: 2px;
            background: #000 !important;
            color: #fff !important;
            border-color: #000 !important;
            margin-top:5px;
        }

        .preview-container {
            /* padding: 40px 60px; */
            background: #000;
            /* border-radius: 24px; */
            border: 1px solid #25253f;
            /* box-shadow: 
                0 20px 60px rgba(0,0,0,0.6),
                inset 0 1px 0 rgba(100,100,255,0.06); */
            margin-bottom: 20px;
        }

        .preview-container .button-group {
            display: flex;
            gap: 12px;
            /* background: rgba(30, 30, 60, 0.4); */
            /* backdrop-filter: blur(10px); */
            /* -webkit-backdrop-filter: blur(10px); */
            padding: 12px;
            /* border-radius: 16px; */
            border: 1px solid rgba(60, 60, 120, 0.35);
        }

        .preview-container .button-group .btn {
            padding: 12px 28px;
            font-size: 15px;
            font-weight: 500;
            color: #e0e0ff;
            background: #bd8d2675;
            border: 1px solid #bd8d26;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.22s ease;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            text-shadow: 0 1px 2px rgba(0,0,0,0.4);
        }

        .preview-container .button-group .btn:hover {
            background: #bd8d2675;
            border-color: #bd8d26;
            color: white;
            transform: translateY(-1.5px);
            box-shadow: 0 8px 24px #bd8d26;
        }

        .preview-container .button-group .btn:active {
            transform: translateY(0);
            box-shadow: 0 3px 12px rgba(80, 80, 180, 0.15);
        }

        .preview-container .button-group .btn:focus-visible {
            outline: none;
            box-shadow: 0 0 0 3px rgba(100, 120, 255, 0.4);
        }
        .preview-container .button-group img{
            height:50px;
        }

        .custom-toast {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #111;
            color: #fff;
            padding: 12px 20px;
            border-radius: 6px;
            font-size: 14px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.3s ease;
            z-index: 999999;
        }

        .custom-toast.show {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .earnings-wrapper{
                display: inline;
            }
            .earnings-card{
                width: 100%;
            }
            #design-image-modal .modal-img {
                max-width: 96vw;
                max-height: 60vh;
            }
            
            .preview-container .button-group{
                justify-content: space-evenly;
            }
            .design-item{
                width: 45%;
            }
            .my-account-my-design h2{
                    font-size:17px;
            }
        }
        @media (max-width: 768px) {
            .preview-container .button-group .btn{
                padding:2px 18px;
                font-size:12px;
            }
            
        }

        .profile-header {
            background: #0f172a;
            color: #fff;
            overflow: hidden;
        }
        .profile-header p:first-child{
          display: none !important;

        }

        /* COVER */
        .cover-photo {
            position: relative;
            height: 220px;
        }

        .cover-photo img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
        }

        /* EDIT BUTTON */
        .edit-cover {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #fff;
            color: #000;
            padding: 0px 12px;
            border-radius: 6px;
            cursor: pointer;
        }

        /* OVERLAY */
        .cover-overlay {
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            gap: 30px;
        }

        /* FOLLOW BOX */
        .follow-box {
            text-align: center;
            font-size: 12px;
            margin-top:57px;
        }

        .follow-box strong {
            display: block;
            font-size: 16px;
        }
        .avatar-center{
            width: 100px;
        }
        /* AVATAR */
        .avatar-center img {
            width: 90px;
            height: 90px !important;
            border-radius: 50% !important;
            border: 4px solid #0f172a !important;
            background: #fff;
        }

        /* INFO */
        .profile-info-center {
            text-align: center;
            padding: 38px 0px 16px;
            
        }

        .bio {
            color: #ccc;
            font-size: 14px;
        }

        /* BUTTONS */
        .profile-actions button {
            background: none !important;
            border: 2px solid #1d4ed8 !important;
            color: #fff !important;
            padding: 8px 14px;
            border-radius: 6px;
            margin: 5px;
            cursor: pointer;
        }
        .my-account-upload-design a{
          color:#fff !important;
        }
        
        
        .page-id-13 .entry-title{
            display:none;
        }
        

        @media (max-width:500px){
            .cover-photo{
                height:150px;
            }
            
        }
        #editNameBtn{
            border: none !important;
            background: transparent !important;
            padding: 0 !important;
            cursor: pointer;
            transform: translateY(-10px);
        }
        #saveNameBtn{
            background-color: green !important;
            color: #fff !important;
            border: none !important;

        }
        #editNameBtn img{
            height: 16px;
        }
.profile_name_with_editor{
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
}
.profile_name_with_editor p{
  padding: 0;
  margin:0;
      display: flex;
    justify-content: center;
    align-items: center;
}




.item-cancelled-label{
    background:#000;
    color:#fff;
    padding:4px 10px;
    font-size:12px;
    border-radius:4px;
    display:inline-block;
    margin-top:6px;
    font-weight:600;
    float:right;
}

.woocommerce-orders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.woocommerce-order-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-header {
    font-size: 1.05em;
    display: flex;
    justify-content: space-between;
}

.order-header a{
    color:#000;
}

.order-items-preview {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.preview-item {
    display: flex;
    gap: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee !important;
}

.preview-item a img {
    width: 85px;
    /* height: 70px; */
    object-fit: cover;
    border-radius: 4px;
}

.preview-item .item-info{
    width: 100%;
}

.product-name {
    font-weight: 600;
}

.variation {
    font-size: 0.85em;
    color: #666;
}

.price-qty {
    margin-top: 4px;
}

.cancel-btn {
    background:#000 !important;
    color:#fff !important;
    padding:6px 14px !important;
    border-radius:4px;
    font-size:14px;
    display:inline-block;
    margin-top:6px;
    float:right;
    text-decoration:none !important;
}

.track-order{
    background:#000;
    padding:3px 14px;
    color:#fff !important;
    font-weight:700;
    border-radius:4px;
    text-decoration:none !important;
    float:right;

}

.return-order{
    background:#000;
    padding:4px 8px;
    color:#fff !important;
    font-weight:700;
    border-radius:4px;
    text-decoration:none !important;
    float:right;
}

.order-total{
    text-align:right;
}

.order-payment-row {
    display:flex;
    justify-content:space-between;
}

@media (max-width:768px){
    .woocommerce-orders-grid{
        grid-template-columns:1fr;
    }
}

/* navigation page css  start*/

.woocommerce-MyAccount-navigation ul{
	list-style-type:none;
	padding:0;
}
.woocommerce-MyAccount-navigation ul li{
	padding: 10px 10px;
    margin: 10px 5px;
}
.woocommerce-MyAccount-navigation ul li:hover{
	background-color:#000;
	border-radius:10px;
}
.woocommerce-MyAccount-navigation ul li:hover a{
	color:#fff !important;
	background-color:#000;
}
.woocommerce-MyAccount-navigation ul .is-active{
	background-color:#000;
	border-radius:10px;
}
.woocommerce-MyAccount-navigation ul .is-active a{
	color:#fff !important;
}
.woocommerce-MyAccount-navigation ul li a{
	color:#000 !important;
	text-decoration:none;
}
.woocommerce-MyAccount-navigation{
	width:20% !important;
	box-shadow: 0 0 10px 1px #d9d9d9;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width:78% !important;
	margin-bottom: 70px;
}

.woocommerce-MyAccount-navigation ul .is-active a {
	background-color:#000;
}
.professional-dashboard{
		padding: 0 !important; 
	}
/* MOBILE My Account Navigation Slider */
@media (max-width: 768px) {
	
	.page-id-13 .page-content .woocommerce{
		width: 100% !important;
	}
	.page-id-13 .page-content .woocommerce .woocommerce-MyAccount-content{
		padding:0;
	}
.woocommerce-MyAccount-navigation {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width:100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
		width:100% !important;
		border-radius: 10px;
		padding: 5px 15px;
		background: #f2f2f2;
    	border: 1px solid #eee;
	}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	padding: 10px;
	margin: 0 auto;
	list-style: none;
	width: max-content;
}

.woocommerce-MyAccount-navigation ul li {
	flex: 0 0 auto;
	white-space: nowrap;
	padding: 0px 0px;
}

.woocommerce-MyAccount-navigation li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 90px;
	padding: 5px 10px;
	border-radius: 10px;
	background: #f5f5f5;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size:13px;
}

.woocommerce-MyAccount-navigation li.is-active a {
	background: #000;
	color: #fff;
	font-weight: 600;
}

/* Hide scrollbar (optional, looks cleaner) */
.woocommerce-MyAccount-navigation::-webkit-scrollbar {
	display: none;
}

.woocommerce-MyAccount-navigation {
	scrollbar-width: none;
}


}
/* navigation page css  End*/
/* My account dashboard page css start  */
.professional-dashboard {
    max-width: 100%;
    padding: 1.5rem 0;
}

.dashboard-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #f9fafb;
    padding: 1.75rem;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px solid #e5e7eb;
}

.dashboard-avatar img {
    border-radius: 9999px;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.dashboard-title {
    margin: 0;
    font-size: 1.75rem;
    color: #111827;
}

.dashboard-subtitle {
    margin: 0.375rem 0 0;
    color: #4b5563;
}

.dashboard-quick-access .dashboard-card {
    display: inline-block;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 1.75rem 1.25rem;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #1f2937;
	width: 33%;
}
.dashboard-info a{
  color: #000 ;
  text-decoration: none !important;
}

.dashboard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #d1d5db;
}

.card-icon {
    margin-bottom: 1rem;
    color: #6366f1; /* accent color - change to your brand */
}

.card-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.card-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}
a{
	color:#000;	
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-header {
        flex-direction: column;
        text-align: center;
    }
    .grid-cols-3 {
        grid-template-columns: 1fr;
    }
	.dashboard-quick-access .dashboard-card{
		width: 100%;
		margin-bottom:10px;
	}
}
/* My account dashboard page css start  */