.btn-primary {
  --bs-btn-bg: var(--theme-color);
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-hover-bg: var(--theme-color);
  --bs-btn-hover-border-color: var(--theme-color);
  --bs-btn-active-bg: var(--theme-color);
  --bs-btn-active-border-color: var(--theme-color);
  --bs-btn-color: white !important;
  --bs-btn-disabled-bg: var(--theme-color);
  --bs-btn-disabled-border-color: var(--theme-color);
}

.btn-outline-primary {
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-hover-border-color: var(--theme-color);
  --bs-btn-hover-bg: var(--theme-color);
  --bs-btn-active-bg: var(--theme-color);
  --bs-btn-active-border-color: var(--theme-color);
  --bs-btn-color: var(--theme-color);
}

.text-bg-primary {
  color: #fff !important;
  background-color: var(--theme-color) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: var(--theme-color) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--theme-color) !important;
}

.form-check-input:checked {
  background-color: black !important;
  border-color: black !important;
}

@media screen and (max-width: 500px) {
  .footer-font {
    font-size: 14px;
  }
}
.ui-link {
  color: black;
  text-decoration: none;
}
.ui-link:hover {
  text-underline-offset: 6px;
  text-decoration: none;
}

.ui-active {
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
}

.ui-apply {
  text-decoration: none;
  color: var(--theme-color);
  font-weight: 600;
}

.announcement-container {
  background-color: var(--theme-color);
  color: white;
}

.announcement-link {
  color: white;
  text-decoration: none;
}
.announcement-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

a {
  color: var(--theme-color);
}

.variantcolor {
  border: 2px solid var(--theme-color);
}

.optioncol {
  font-weight: 600;
  padding: 5px;
  color: var(--theme-color);
}

.form-control:focus {
  border-color: var(--theme-color);
  box-shadow: none;
}

.form-input:focus {
  border-color: var(--theme-color);
  box-shadow: none;
}

.img-container {
  position: relative;
}

.image {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

.overlay {
  position: absolute;
  bottom: -15%;
  left: 0;
  right: 0;
  transition: 0.5s ease 0s;
  opacity: 0;
}

.btn-no-hover-bg {
  background-color: transparent;
  color: white;
}

.btn-no-hover-bg:hover,
.btn-no-hover-bg:focus,
.btn-no-hover-bg:active {
  background-color: transparent !important;
  color: white;
  box-shadow: none;
}

.img-container:hover .overlay {
  bottom: 0;
  opacity: 1;
}

.single__title {
  color: black;
}

.single__title:hover {
  color: var(--theme-color);
}

.product__title {
  color: #282c3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .product__title {
    overflow: none;
    text-overflow: none;
    white-space: normal;
  }
}
.texts {
  color: #282c3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .texts {
    max-width: 200px;
  }
}
.product__title:hover {
  color: var(--theme-color);
}

.product__titles:hover {
  color: var(--theme-color);
}

.wrapper {
  max-width: 1320px;
}

.wrapper .carousel {
  white-space: nowrap;
  object-fit: cover;
  width: 20%;
  border: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.wrapper .carousels {
  white-space: nowrap;
  object-fit: cover;
  width: 20%;
}

i {
  height: 46px;
  width: 46px;
  cursor: pointer;
  font-size: 1.2rem;
  z-index: 10;
  text-align: center;
  line-height: 46px;
  background: #fff;
  align-content: space-evenly;
  border-radius: 50%;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  .wrapper .carousel {
    width: 20%;
  }
}
@media screen and (max-width: 900px) {
  .wrapper .carousel {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .carousel {
    width: 77%;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .carousels {
    width: 20%;
  }
}
@media screen and (max-width: 900px) {
  .wrapper .carousels {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .wrapper .carousels {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .navigation-icon {
    opacity: 0;
    transition: opacity 0.5s ease, margin 0.5s ease;
    margin-left: 32px;
  }
  .product-list-container:hover .navigation-icon {
    opacity: 1;
    margin-left: 0px;
  }
  .navigation-icon.clicked:hover {
    background-color: var(--theme-color);
    color: white;
  }
  .navigation-icons {
    opacity: 0;
    transition: opacity 0.5s ease, margin 0.5s ease;
    margin-right: 32px;
  }
  .product-list-container:hover .navigation-icons {
    opacity: 1;
    margin-right: 0px;
  }
  .navigation-icons.clicked:hover {
    background-color: var(--theme-color);
    color: white;
  }
}
.share-icons {
  display: flex;
  justify-content: center;
  gap: 22px;
  position: absolute;
  background-color: white;
  padding-top: 12px;
  margin-top: 12px;
  z-index: 1000;
}

.s-m {
  margin-top: 20px;
  justify-content: space-around;
  display: flex;
  max-width: 210px;
}

.s-m a {
  text-decoration: none;
  font-size: 25px;
  color: #f1f1f1;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: 0.4s all;
  line-height: 46px;
  cursor: pointer;
  background: #c2c2c2;
  border-radius: 50%;
}

.s-m a:hover {
  transform: scale(1.2);
}

.wishlist-top-right {
  position: absolute;
  top: 3px;
  right: 0px;
}

.addtocart-top-left {
  position: absolute;
  top: 3px;
  left: 8px;
}

@keyframes add_to_cart_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.add-to-cart-animate {
  position: relative;
}

.add-to-cart-animate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  animation: add_to_cart_pulse 2s infinite linear;
}

.thin-spinner {
  border-width: 0.12em !important;
}

#about {
  width: 100%;
  height: 100vh;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}

#about .container {
  padding-top: 70px;
}

.heading {
  text-align: center;
  margin-bottom: 50px;
  color: black;
  font-size: 30px;
  font-weight: bold;
}

.heading span {
  color: #b2744c;
}

#about .card {
  border-radius: 10px;
}

#about .card img {
  border-radius: 10px;
}

#about-btn {
  width: 200px;
  height: 36px;
  background: transparent;
  border: 2px solid #b2744c;
  color: #b2744c;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
}

#about-btn:hover {
  background: #b2744c;
  color: white;
}

@media screen and (max-width: 982px) {
  #about p {
    font-size: 8px;
  }
}
@media screen and (max-width: 766px) {
  #about p {
    font-size: 15px;
  }
  #about {
    height: 120vh;
  }
}
#share-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 8px;
  z-index: 1000;
  white-space: nowrap;
}

#share-dropdown .dropdown-menu {
  display: flex;
  flex-direction: row;
  padding: 0;
}

#share-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  margin: 0 4px;
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  color: #333;
  font-size: 10px;
}

#share-dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
  transform: translateY(-2px);
}

#share-dropdown .dropdown-item i {
  margin-right: 8px;
  font-size: 18px;
}

#share-dropdown .dropdown-item span {
  margin: 0;
}

.redo {
  cursor: pointer;
  color: #c2c2c2;
}

.redo:hover {
  color: #1885F2;
}

.custom-tooltip {
  --bs-tooltip-bg: #f7f7f7;
  --bs-tooltip-color: black;
}

.page-container,
#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}

.page-button {
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 13px;
  line-height: 1;
  background-color: transparent;
  color: var(--theme-color);
}

.page-button:hover {
  background-color: var(--theme-color);
  color: white;
}

.page-button.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: white;
}

.first-page,
.prev-page,
.next-page,
.last-page {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  color: var(--theme-color);
  width: 30px;
}

.page-container button:disabled {
  cursor: default;
  color: var(--bs-border-color);
}

.swiper-navigation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 38px;
  height: 38px;
  width: 38px;
}

.view-all-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 38px;
  height: 38px;
  width: 38px;
  background: var(--theme-color);
}

.order-on-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bs-border-color);
  column-gap: 10px;
  height: 50px;
  background-color: #25d366;
  color: white;
  transition: all 0.3s ease;
  width: 100%;
}

.indicator-wrapper {
  height: 4px;
  background: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: width 0.3s ease;
}

.indicator-wrapper.active {
  width: 30px;
}

.indicator-wrapper.inactive {
  width: 10px;
}

.indicator-fill {
  width: 0%;
  height: 100%;
  background: var(--theme-color);
  transition: width 0.1s linear;
  border-radius: 10px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  overflow-y: auto;
  width: auto;
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #f8f9fa;
  text-decoration: none;
  background: none;
  border: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.locked-select {
  pointer-events: none;
  background-color: #e9ecef; /* light gray like readonly inputs */
}

.store-closed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f84f4f;
  color: #ffffff;
  border-top: 1px solid #ff0d0d;
  padding: 12px 16px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}

.store-closed-banner.stopped {
  position: fixed;
}

@media (max-width: 480px) {
  .store-closed-banner {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.faq-toggle-btn {
  box-shadow: none !important;
  background: transparent !important;
  font-size: 15px;
}

.faq-toggle-btn:not(.collapsed) .faq-icon {
  transform: rotate(45deg);
}

.faq-icon {
  font-size: 22px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.accordion-item {
  padding: 10px 0;
}

.accordion-button {
  padding: 0;
}

.accordion-button::after {
  display: none !important;
}

.add-btn {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-color) !important;
  color: #fff !important;
  border: 1px solid var(--theme-color);
  z-index: 1;
  transition: color 0.3s ease;
}

/* animated fill layer */
.add-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: width 0.4s ease;
}

.add-btn:hover {
  color: #000 !important;
  border-color: var(--theme-color);
}

.add-btn:hover::before {
  width: 100%;
}

.variant button {
  border: 1px solid black !important;
  color: black !important;
}

.variant button:hover {
  border-color: var(--theme-color) !important;
}

.variant button.active,
.variant button.variantcolor {
  color: var(--theme-color) !important;
  border: 3px solid var(--theme-color) !important;
}

.form-floating > .form-control {
  height: 48px !important;
  min-height: 42px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.35rem !important;
  font-size: 14px !important;
}

.form-floating > select.form-select {
  height: 48px !important;
  min-height: 42px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.35rem !important;
  font-size: 14px !important;
}

.form-floating > label {
  padding-top: 10px !important;
  font-size: 14px !important;
}

.order-summary-header {
  list-style: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem 12px;
  font-weight: 500;
  color: #212529;
  background-color: #f6f6f6;
}

.order-summary-header span.fw-bold {
  font-size: 1rem;
  font-weight: 600 !important;
  color: #212529;
}

.order-summary[open] .order-summary-content {
  max-height: 1000px;
  opacity: 1;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
  content: "";
}

.order-summary-details {
  font-size: 16px;
}

.order-summary-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.purchaseSwiper .card-body h5 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.purchaseSwiper .card-body {
  flex: 1 !important;
  min-width: 0 !important;
}

@media (max-width: 300px) {
  .purchaseSwiper .swiper-slide .card {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 10px;
  }
  .purchaseSwiper .card img {
    width: 100% !important;
    height: auto !important;
    max-width: 140px;
  }
  .purchaseSwiper .card-body {
    margin-left: 0 !important;
    align-items: center !important;
    min-width: 0 !important;
  }
  .purchaseSwiper button {
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
}
@media (max-width: 300px) {
  .purchaseSwiper .card-body h5 {
    max-width: 20%;
  }
}
.variant .d-flex {
  align-items: stretch;
}

.standard-variant-btn {
  width: 120px; /* same width for all */
  height: 160px; /* same height for all */
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  text-align: center;
}

.standard-variant-btn img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
}

.standard-variant-btn span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  height: 40px; /* fixed height for text area */
  overflow: hidden; /* hides extra long text */
  text-overflow: ellipsis;
}

/*# sourceMappingURL=theme.css.map */
