.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}


.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}





.dashboard-icon {
  width: 30% !important;
  margin-left: auto !important;
}

.floating-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  z-index: 1 !important;
  background-color: #2020207e;
}


.floating-icon2 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  z-index: 1 !important;
  background-color: #2020207e;
}

.floating-icon:hover {
  color: #fff;
  /* change color on hover */
  transform: scale(1.1);
}

/* 
.text-red{
  color: #ac1b05;
} */
#auth-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
}

#auth-banner .text-side {
  top: 350px;
  position: relative;
}

#storeStatusIcon {
  color: gray;
  pointer-events: none;
}


/* Overlay using ::before */
#auth-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.7);
  /* adjust opacity or color */
  z-index: 1;
}

.img-height-50 {
  /* max-width: 50px; */
  max-height: 50px;
  min-height: 50px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 50px;
  max-width: 50px;
  height: 100%;
}

.img-height-110 {
  /* max-width: 50px; */
  max-height: 110px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 110px;
  max-width: 110px;
  height: 100%;
  border: #9c9c9c solid 2px;
}


.img-height-70 {
  /* max-width: 50px; */
  max-height: 70px;
  min-height: 70px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 70px;
  max-width: 70px;
  height: 100%;
  border: #9c9c9c solid 2px;
}




.thumbnail .brand-dp {
  /* max-width: 50px; */
  max-height: 120px;
  min-height: 120px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 120px;
  max-width: 120px;
  height: 100%;
  border-radius: 50%;
  border: #9c9c9c solid 2px;
}

.store-price {
  color: #000;
}


.active-dark-mode .store-price {
  color: #fff;
}



.img-height-100 {
  max-height: 100px;
  min-height: 100px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 100px;
  max-width: 100px;
  border: #9c9c9c solid 2px;
}


.img-height-150 {
  max-height: 150px;
  min-height: 150px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 150px;
  max-width: 150px;
}

.img-height-200 {
  max-height: 200px;
  min-height: 200px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* width: 100%; */
  /* height: 100%; */
}

.img-height-250 {
  max-height: 250px;
  min-height: 250px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* width: 100%; */
  /* height: 100%; */
}

.img-height-350 {
  max-height: 350px;
  min-height: 350px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* width: 100%; */
  /* height: 100%; */
}

/* .product-image {
  max-height: 120px;
  min-height: 120px;
  border-radius: 6px;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 120px;
  /* max-width: 120px; */
/* height: 100%; */
/* border: #9c9c9c solid 2px; */

/* } */
.mvl-card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* Keeps it square */
  border-radius: 6px;
  overflow: hidden;

  position: relative;
  border: #e0e0e0 solid 1px;
}

.active-dark-mode .mvl-card-img {
  border: #383838 solid 1px;
}

.mvl-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image fills the box */
  object-position: center;
  display: block;
  position: absolute;

}

.web-product {
  max-width: 20%;
  max-height: 300px;
}

.store-product {
  max-width: 20%;
  max-height: 300px;
}

.store-header-product {
  max-width: 20%;
  max-height: 300px;
}

.modal-width {
  width: 40% !important;
  max-height: 90% !important;
  margin: 0% auto;
}


.delete-modal-width {
  width: 40% !important;
  max-height: 90% !important;
  margin: 0% auto;
}

.checkout-modal-width {
  width: 40% !important;
  max-height: 90% !important;
  margin: 0% auto;
}


.category-single {
  max-width: 25%;
  max-height: 250px;
  /* min-height: 200px; */
  /* margin-bottom: 30px; */
}

.category-single-inner {
  min-height: 250px;
}


/* Mobile-first design */
@media (max-width: 575px) {
  .category-single {
    max-width: 50%;
    max-height: 150px;
    /* min-height: 200px; */
    /* margin-bottom: 30px; */
  }

  .category-single-inner {
    min-height: 150px;
  }

  .web-product {
    max-width: 50% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .store-product {
    max-width: 50% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .store-header-product {
    max-width: 50% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }


  .product-image {
    width: 80px;
  }

  .modal-width {
    width: 100% !important;

  }

  .delete-modal-width {
    width: 90% !important;
  }

  .checkout-modal-width {
    width: 90% !important;
  }

}

@media (min-width: 576px) and (max-width: 767px) {
  .category-single {
    max-width: 50%;
    max-height: 250px;
    /* min-height: 200px; */
    /* margin-bottom: 30px; */
  }

  .category-single-inner {
    min-height: 250px;
  }


  .web-product {
    max-width: 33.33333333% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .store-product {
    max-width: 33.33333333% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .store-header-product {
    max-width: 33.33333333% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .product-image {
    width: 80px;
  }

  .modal-width {
    width: 80% !important;

  }

  .delete-modal-width {
    width: 60% !important;
  }

  .checkout-modal-width {
    width: 60% !important;
  }

}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .category-single {
    max-width: 33.33333333% !important;
    max-height: 250px;
    /* min-height: 200px; */
    /* margin-bottom: 30px; */
  }

  .category-single-inner {
    min-height: 250px;
  }

  .web-product {
    max-width: 33.33333333% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .store-product {
    max-width: 33.33333333% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .store-header-product {
    max-width: 33.33333333% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .product-image {
    width: 150px;
  }

  .modal-width {
    width: 70% !important;

  }

  .delete-modal-width {
    width: 60% !important;
  }

  .checkout-modal-width {
    width: 60% !important;
  }

}

@media (min-width: 992px) and (max-width: 1190px) {
  .category-single {
    max-width: 25% !important;
    max-height: 250px;
    /* min-height: 200px; */
    /* margin-bottom: 30px; */
  }

  .category-single-inner {
    min-height: 250px;
  }

  .web-product {
    max-width: 25% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .store-product {
    max-width: 25% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .store-header-product {
    max-width: 25% !important;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .product-image {
    width: 150px;
  }

  .modal-width {
    width: 55% !important;

  }

  .delete-modal-width {
    width: 55% !important;
  }

  .checkout-modal-width {
    width: 55% !important;
  }

}

/* Desktops */
@media (min-width: 1200px) {
  .category-single {
    max-width: 25% !important;
    max-height: 250px;
    /* min-height: 200px; */
    /* margin-bottom: 30px; */
  }

  .category-single-inner {
    min-height: 250px;
  }

  .web-product {
    max-width: 20% !important;
    /* max-width: 10%; */
    max-height: 300px;
  }

  .store-product {
    max-width: 14.28% !important;
    /* max-width: 10%; */
    max-height: 300px;
  }

  .store-header-product {
    max-width: 20% !important;
    /* max-width: 10%; */
    max-height: 300px;
  }

  .modal-width {
    width: 35% !important;

  }

  .delete-modal-width {
    width: 30% !important;
  }

  .checkout-modal-width {
    width: 35% !important;
  }

}

/* Dark mode */
/* @media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    color: #fff;
  }
} */


.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.minitext {
  font-size: 13px !important;
  white-space: nowrap;
}



.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  /* background-color: #eefef4;  Adjust color as needed */
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #0a1819;
  /*Adjust color as needed*/
  /* background-color: #023044;   */
  transition: width 0.2s;
}






.onscreen-cart {
  height: 95%;
  max-width: 400px;
  margin-right: 0.5%;
  margin-top: 1%;
}

.store-details {
  padding: 60px 0px 20px !important;
}

@media (max-width: 991px) {
  #notification-container {
    min-width: 350px !important;
    max-width: 95%;
    /* Center text */
  }



  .store-details {
    /* padding-top: 40% !important; */
    padding: 60px 0px 20px !important;
  }

  .onscreen-cart {
    margin-top: 5% !important;
    margin-right: 3% !important;
    width: 340px;
  }
}

@media (max-width: 575px) {
  .mvl-tutor-information-left {
    display: flex !important;
  }

  .mvl-avatars {
    margin-right: 20px !important;
  }

  .store-details {
    /* padding-top: 40% !important; */
    padding: 50px 0px 20px !important;
  }

}

#notification-container {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999999;
  /* width: 500px;  */
  text-align: center;
  /* Center text */
}

.notification {
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 999999999;
  /* z-index: 99999999; */
}

.notification.success {
  background-color: #21565e;
}

.notification.error {
  background-color: #F01E00;
}

.notification.info {
  background-color: #F9AB00;
  color: rgb(49, 49, 49);
  /* Adjust text color for better readability */
}

.notification.show {
  opacity: 1;
}

/* 

.product-gallery {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.product-main {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.product-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumbs {
  margin-top: 15px;
  height: 100px;
}

.product-thumbs .swiper-slide {
  width: 25%;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}

.product-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007bff;
  border-radius: 5px;
}

.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
} */


/* --- Main product images --- */
.product-gallery .product-main .swiper-slide {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* makes each slide a perfect square */
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery .product-main img.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
}

/* --- Thumbnails --- */
.product-gallery .product-thumbs .swiper-slide {
  aspect-ratio: 1 / 1;
  /* makes each thumb square */
  width: 80px;
  /* or whatever size you want for thumbs */
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  height: 80px;
  margin-top: 20px;
}

.product-gallery .product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.product-gallery .product-thumbs .swiper-slide-thumb-active img {
  transform: scale(0.95);
  outline: 2px solid #333;
  /* active state border */
  outline-offset: 2px;
}



.mvl-avatars img {
  border-radius: 10px !important;
  ;
}


/* Store Banner */
.store-banner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.store-banner::after {
  /* background: linear-gradient(var(--color-secondary) 0%, var(--color-primary) 100%); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -3;
}



/* Clamo text */

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mvl-footer {
  background-color: #e7ebebff;
}

.active-dark-mode .mvl-footer {
  background-color: #011c20;
}


input:-webkit-autofill {
  background-color: #e8f0fe !important;
  /* Your own background */
  color: #000 !important;
  box-shadow: 0 0 0px 1000px #e8f0fe inset !important;
  /* Override Chrome autofill background */
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
  /* Prevent flash */
}

body.active-dark-mode input:-webkit-autofill {
  background-color: #2b2b2b !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 0 0px 1000px #2b2b2b inset !important;
}




/* Add item to cart button */
.add-to-cart-btn {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Cart Button on store */
.cart-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1042;
  /* background: #000; */
  /* your preferred color */
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;

  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cart-items-number {
  position: absolute;
  top: -5px;
  right: -6px;
  background-color: white;
  color: black;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 3px 5px;
  /* width: auto; */
  text-align: center;
  display: inline-flex;
  /* Ensures the content is centered */
  align-items: center;
  /* Vertically center the content */
  justify-content: center;
  /* Horizontally center the content */
  width: 26px;
  /* Set a fixed width based on the largest possible content */
  height: 26px;
  /* Set a fixed width based on the largest possible content */
}

.cart-item-count {
  color: black;
  min-width: 24px;
  /* Set a minimum width based on the largest possible content */
  text-align: center;
  /* Center the text within the span */
}











.modal-body::-webkit-scrollbar {
  width: 0;
}

.mvl-minicart-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

.minicart-item {
  display: flex;
  align-items: center;
  /* ensures top alignment across all items */
  justify-content: space-between;
  /* padding: 10px 0; */
  /* border-bottom: 1px solid #eee; */
}

.minicart-item .thumbnail {
  flex-shrink: 0;
}

.minicart-item .product-content {
  flex: 1;
  margin-left: 10px;
}

.minicart-item .close-btn {
  align-self: flex-start;
  /* ensures delete stays at top always */
}


/* Container like your Tailwind example */
/* .qty-wrapper { */
/* background: #ffffff; */
/* border: 0.5px solid #b9b9b9ff; */
/* border-radius: 0.75rem; rounded-lg */
/* box-shadow: 0 0 0 rgba(0,0,0,0); */
/* } */

/* Remove default input chrome + appearance */
.qty-input {
  width: 56px;
  font-weight: 600;
  font-size: 0.95rem;
  background: transparent;
  outline: none;
}

/* Hide native spinner (Chrome, Edge, Safari) */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* .qty-input[type=number] {
        -moz-appearance: textfield;
    } */

/* Buttons styling — small rounded circles like Tailwind */
.qty-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  /* rounded-full */
  background: #ffffff;
  border: 1px solid #e6e6e6;
  color: #374151;
  /* slightly dark */
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

/* Hover/focus states */
.qty-btn:hover,
.qty-btn:focus {
  background: #f8f9fa;
  border-color: #dcdcdc;
  color: #111827;
  outline: none;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.04);
}

/* Slight spacing & alignment */
.qty-wrapper .d-flex>.d-flex {
  gap: 0.375rem;
  /* small gap between buttons */
}



/* Make the whole thing responsive smaller on tiny screens */
@media (max-width: 420px) {
  .qty-wrapper {
    min-width: 150px;
  }

  .qty-input {
    width: 44px;
    font-size: 0.9rem;
  }

  .qty-btn {
    width: 30px;
    height: 30px;
  }
}