.discounty-cart-widget__wrapper {
  display: flex;
  justify-content: end;
}

.discounty-cart-widget__wrapper > .discounty-cart-widget {
  width: 224px;
  font-size: 14px;
}

.discounty-cart-widget > .discounty-cart-widget__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.discounty-cart-widget > .discounty-cart-widget__row.discounty-cart-widget__saving-row {
  font-weight: 700;
}

.discounty-cart-widget > .discounty-cart-widget__row > .discounty-cart-widget__line-through {
  text-decoration: line-through;
}

.discounty-volume-discount-widget {
  font-size: 12px;
  margin-bottom: 24px;
}

.discounty-volume-discount-widget > .discounty-volume-discount-widget__title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2px;
}

.discounty-volume-discount-widget > .discounty-volume-discount-widget__table-wrapper {
  width: 100%;
  overflow: hidden;
}

.discounty-volume-discount-widget__table-wrapper > .discounty-volume-discount-widget__table {
  width: 100%;
  color: inherit;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: none;
  margin-bottom: 0;
}

.discounty-volume-discount-widget__table td,
.discounty-volume-discount-widget__table th {
  border-color: inherit;
  padding: 8px 12px;
}

.discounty-volume-discount-widget__table th {
  color: inherit;
  font-weight: 700;
}

.discounty-volume-discount-widget__table .discounty-volume-discount-widget__criteria {
  font-weight: 700;
}

.discounty-count-down-timer-widget {
  margin: 16px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 9px 11px;
}

.discounty-count-down-timer-widget__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.discounty-count-down-timer-widget__timer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.discounty-count-down-timer-widget__time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.discounty-count-down-timer-widget__time-amount {
  width: 26px;
  height: 28px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
}

.discounty-count-down-timer-widget__time-label {
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}

/* Bxgy Product Card Styles */
.discounty-bxgy-product-card {
  width: 33.333%;
  min-width: 33.333%;
  padding: 8px;
  box-sizing: border-box;
}

.discounty-bxgy-product-card__inner {
  padding: 12px;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background-color: white;
}

.discounty-bxgy-product-card__image-wrapper {
  position: relative;
  margin-bottom: 8px;
}

.discounty-bxgy-product-card__image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.discounty-bxgy-product-card__discount-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #3b82f6;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.discounty-bxgy-product-card__title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discounty-bxgy-product-card__variant-selector-wrapper {
  margin-bottom: 10px;
}

.discounty-bxgy-product-card__variant-selector {
  width: 60%;
  max-width: 200px;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 12px;
  background-color: white;
  color: #374151;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  padding-right: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discounty-bxgy-product-card__price-wrapper {
  margin-bottom: 10px;
}

.discounty-bxgy-product-card__price {
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.discounty-bxgy-product-card__compare-at-price {
  font-size: 12px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 8px;
}

.discounty-bxgy-product-card__quantity-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 4px;
}

.discounty-bxgy-product-card__quantity-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #6b7280;
  padding: 4px 8px;
}

.discounty-bxgy-product-card__quantity-button:disabled {
  cursor: not-allowed;
  color: #d1d5db;
}

.discounty-bxgy-product-card__quantity-display {
  font-size: 14px;
  font-weight: 500;
  min-width: 20px;
  text-align: center;
}

.discounty-bxgy-product-card__select-button {
  width: 100%;
  padding: 12px 16px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

.discounty-bxgy-product-card__select-button:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

/* Bxgy Desktop Widget Styles */
.discounty-bxgy-desktop-widget {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.discounty-bxgy-desktop-widget__icon {
  width: auto;
  height: auto;
}

.discounty-bxgy-desktop-widget__container {
  background-color: #616161;
  border-radius: 16px;
  max-width: 750px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.discounty-bxgy-desktop-widget__header {
  background-color: #616161;
  padding: 15px 24px;
  position: relative;
}

.discounty-bxgy-desktop-widget__header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.discounty-bxgy-desktop-widget__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: white;
}

.discounty-bxgy-desktop-widget__subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.discounty-bxgy-desktop-widget__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: white;
}

.discounty-bxgy-desktop-widget__main-body {
  background-color: #f4f4f4;
  padding: 12px 0px;
  flex: 1;
  overflow: auto;
}

.discounty-bxgy-desktop-widget__info-banner {
  background-color: #f9f9f9;
  margin: 0px 20px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
}

.discounty-bxgy-desktop-widget__info-text {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.discounty-bxgy-desktop-widget__product-grid-nav {
  position: relative;
  padding: 8px 28px;
}

.discounty-bxgy-desktop-widget__nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: white;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.discounty-bxgy-desktop-widget__nav-arrow--left {
  left: 18px;
}

.discounty-bxgy-desktop-widget__nav-arrow--right {
  right: 18px;
}

.discounty-bxgy-desktop-widget__product-grid-container {
  overflow: hidden;
}

.discounty-bxgy-desktop-widget__product-grid {
  display: flex;
  transition: transform 0.3s ease;
}

.discounty-bxgy-desktop-widget__nav-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}

.discounty-bxgy-desktop-widget__nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
}

.discounty-bxgy-desktop-widget__nav-dot--active {
  background-color: #6b7280;
}

.discounty-bxgy-desktop-widget__nav-dot--inactive {
  background-color: #d1d5db;
}

.discounty-bxgy-desktop-widget__actions {
  display: flex;
  justify-content: center;
}

.discounty-bxgy-desktop-widget__actions-container {
  display: inline-flex;
  width: auto;
  gap: 12px;
  justify-content: center;
  border-top: 1px solid #c0c0c0;
  padding: 14px 28px;
}

.discounty-bxgy-desktop-widget__button {
  padding: 12px 24px;
  min-width: 180px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.discounty-bxgy-desktop-widget__button:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

.discounty-bxgy-desktop-widget__button--secondary {
  color: black;
  border: 1px solid #d1d5db;
}

.discounty-bxgy-desktop-widget__button--primary {
  background-color: black;
  color: white;
  border: none;
}

/* Bxgy Mobile Widget - Product Row Styles */
.discounty-bxgy-mobile-product-row {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #e5e7eb;
}

.discounty-bxgy-mobile-product-row:last-child {
  border-bottom: none;
}

.discounty-bxgy-mobile-product-row__image-wrapper {
  position: relative;
  flex-shrink: 0;
}

.discounty-bxgy-mobile-product-row__image {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
  background-color: #f3f4f6;
}

.discounty-bxgy-mobile-product-row__discount-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #5b21b6;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

.discounty-bxgy-mobile-product-row__details {
  flex: 1;
}

.discounty-bxgy-mobile-product-row__title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px 0;
  color: #111827;
}

.discounty-bxgy-mobile-product-row__price-wrapper {
  margin-bottom: 8px;
}

.discounty-bxgy-mobile-product-row__price {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.discounty-bxgy-mobile-product-row__compare-at-price {
  font-size: 14px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 6px;
}

.discounty-bxgy-mobile-product-row__controls {
  display: flex;
  gap: 8px;
  align-items: center;
}

.discounty-bxgy-mobile-product-row__variant-selector {
  flex: 1;
  padding: 6px 32px 6px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
  color: #374151;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}

.discounty-bxgy-mobile-product-row__quantity-controls {
  display: flex;
  align-items: center;
  gap: 4px;
}

.discounty-bxgy-mobile-product-row__quantity-button {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 18px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #6b7280;
  cursor: pointer;
}

.discounty-bxgy-mobile-product-row__quantity-button:disabled {
  cursor: not-allowed;
  color: #d1d5db;
}

.discounty-bxgy-mobile-product-row__quantity-display {
  font-size: 14px;
  font-weight: 500;
  min-width: 24px;
  text-align: center;
  color: #374151;
}

/* Bxgy Mobile Widget Styles */
.discounty-bxgy-mobile-widget {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 10000;
  transition: background-color 0.3s ease-in-out;
  pointer-events: none;
}

.discounty-bxgy-mobile-widget.discounty-bxgy-mobile-widget--is-open {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.discounty-bxgy-mobile-widget__container {
  background-color: white;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.discounty-bxgy-mobile-widget--is-open .discounty-bxgy-mobile-widget__container {
  transform: translateY(0);
}

.discounty-bxgy-mobile-widget__header {
  padding: 20px 16px 4px 16px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.discounty-bxgy-mobile-widget__close-button {
  position: absolute;
  top: 20px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #6b7280;
}

.discounty-bxgy-mobile-widget__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #111827;
  padding-right: 40px;
}

.discounty-bxgy-mobile-widget__subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.discounty-bxgy-mobile-widget__products-list {
  height: calc(75vh - 200px);
  overflow-y: auto;
  padding: 16px;
  padding-bottom: 150px;
}

.discounty-bxgy-mobile-widget__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid #e5e7eb;
  padding: 16px;
}

.discounty-bxgy-mobile-widget__button {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.discounty-bxgy-mobile-widget__button:disabled {
  background-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}

.discounty-bxgy-mobile-widget__button--primary {
  background-color: black;
  color: white;
  margin-bottom: 12px;
}

.discounty-bxgy-mobile-widget__button--secondary {
  background-color: #f3f4f6;
  color: black;
  font-weight: 500;
}
