@media (max-width: 768px) {
  .superdeal-container {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.superdeal-container .superdeal-cat-wrapper {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .superdeal-container .superdeal-cat-wrapper {
    padding: 2rem 0 2rem 20px;
  }
}
.superdeal-container .superdeal-cat-wrapper .superdeal-cat-list {
  display: flex !important;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  margin-right: 0 !important;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .superdeal-container .superdeal-cat-wrapper .superdeal-cat-list {
    gap: 8px;
  }
}
.superdeal-container .superdeal-cat-wrapper .superdeal-cat-list .superdeal-cat-item {
  flex: 0 0 140px;
}
@media (max-width: 768px) {
  .superdeal-container .superdeal-cat-wrapper .superdeal-cat-list .superdeal-cat-item {
    flex: 0 0 100px;
  }
}
.superdeal-container .superdeal-cat-wrapper .superdeal-cat-list .superdeal-cat-item:hover .superdeal-cat-circle img {
  transform: scale(1.2) translateY(-15px);
}
.superdeal-container .superdeal-cat-wrapper .superdeal-cat-list a {
  text-decoration: none;
}
.superdeal-container .superdeal-cat-wrapper .superdeal-cat-circle {
  border-radius: 50%;
  background-color: #f7f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 198px;
  height: 200px;
  transition: background-color 0.25s ease;
}
@media (max-width: 768px) {
  .superdeal-container .superdeal-cat-wrapper .superdeal-cat-circle {
    width: 110px;
    height: 110px;
    margin: auto;
  }
}
.superdeal-container .superdeal-cat-wrapper .superdeal-cat-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease-in-out;
}
.superdeal-container .superdeal-cat-wrapper .superdeal-cat-name {
  text-transform: inherit;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 35px;
  font-size: 16px;
  text-align: center;
  color: #7A7A7B;
  position: relative;
  font-family: "Open Sans";
}
@media (max-width: 768px) {
  .superdeal-container .superdeal-cat-wrapper .superdeal-cat-name {
    font-size: 12px;
  }
}
.superdeal-container .superdeal-cat-wrapper .superdeal-cat-name:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 2px;
  background-color: #1f2a2a;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.superdeal-cat-item.active .superdeal-cat-name {
  color: #000;
  font-weight: 600;
}

.superdeal-cat-item.active .superdeal-cat-name::after {
  width: 60px;
}

/* Tabs Section */
.superdeal-tabs-wrapper {
  margin-bottom: 2.5rem;
  background: #f7f6f7;
  padding: 1.5rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.superdeal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  justify-content: flex-start;
  max-width: 1380px;
  margin: 0 auto;
}

.superdeal-tab {
  margin: 0;
  padding: 0;
}

.superdeal-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0 1rem;
  background-color: unset;
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .superdeal-tab-btn {
    color: #7a7a7b;
    padding: 0 5px;
    font-size: 14px;
  }
}

.superdeal-tab-btn::after {
  display: none;
}

.superdeal-tab-btn:hover,
.superdeal-tab-btn:focus {
  background: unset;
  color: #000;
}

.superdeal-tab:hover {
  font-weight: 600;
}

.superdeal-tab.active .superdeal-tab-btn {
  font-weight: 600;
  color: #000;
}

.superdeal-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: #ffffff;
  color: #4a5568;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: none;
}

.superdeal-tab.active .superdeal-tab-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.superdeal-tab-btn:hover .superdeal-tab-count {
  background: #ffffff;
  color: #000;
}

.superdeal-products-wrapper {
  position: relative;
  min-height: 300px;
}
@media (max-width: 768px) {
  .superdeal-products-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.superdeal-products-wrapper .superdeal-products-container .astra-shop-summary-wrap .review-rating {
  flex-wrap: wrap;
}

.superdeal-loader {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.superdeal-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e8e8f0;
  border-top-color: #000;
  border-radius: 50%;
  animation: superdeal-spin 0.8s linear infinite;
}

@keyframes superdeal-spin {
  to {
    transform: rotate(360deg);
  }
}
.superdeal-loader span {
  color: #6c6c80;
  font-size: 0.9rem;
}

/* Load More Button */
.superdeal-load-more-wrapper {
  display: flex;
  justify-content: center;
}

.superdeal-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 0.875rem 2rem;
  background: #000;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.superdeal-load-more-btn:hover {
  background: #000;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.superdeal-load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.superdeal-load-more-btn.loading::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: superdeal-spin 0.6s linear infinite;
}

@keyframes superdeal-spin {
  to {
    transform: rotate(360deg);
  }
}
/* No Products/Deals Messages */
.superdeal-no-products,
.superdeal-no-deals {
  text-align: center;
  padding: 3rem 2rem;
  color: #6c6c80;
  font-size: 1rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .superdeal-wrapper {
    margin: 1.5em 0 !important;
  }
  .superdeal-tabs-wrapper {
    padding: 1rem;
  }
  .superdeal-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .superdeal-tabs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 480px) {
  .superdeal-load-more-btn {
    width: 50%;
  }
}
.superdeal-hidden {
  display: none;
}

/*# sourceMappingURL=global.css.map */
