.verify-user-popup {
  width: 520px !important;
  border-radius: 22px !important;
  padding: 1.35rem 1.1rem 1.1rem !important;
}

.verify-user-popup .swal2-html-container {
  margin: 0;
  padding: 0;
}

.verify-user-backdrop {
  background: rgba(47, 43, 61, 0.45) !important;
}

.verify-user-modal {
  text-align: center;
  color: #2f2b3d;
}

.verify-user-hero {
  position: relative;
  width: 118px;
  height: 118px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(115, 103, 240, 0.1) 0, rgba(115, 103, 240, 0.08) 65%, rgba(115, 103, 240, 0.04) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.verify-user-hero::before,
.verify-user-hero::after {
  content: '';
  position: absolute;
  background: rgba(115, 103, 240, 0.22);
  border-radius: 50%;
}

.verify-user-hero::before {
  width: 14px;
  height: 14px;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.verify-user-hero::after {
  width: 12px;
  height: 12px;
  right: -10px;
  top: 34%;
}

.verify-user-shield {
  color: #7367f0;
}

.verify-user-shield svg {
  width: 58px;
  height: 58px;
}

.verify-user-check {
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #7367f0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(115, 103, 240, 0.34);
}

.verify-user-check svg {
  width: 15px;
  height: 15px;
}

.verify-user-stars span {
  position: absolute;
  color: rgba(115, 103, 240, 0.35);
  font-size: 14px;
  line-height: 1;
}

.verify-user-stars span:nth-child(1) {
  top: 12px;
  left: -28px;
}

.verify-user-stars span:nth-child(2) {
  top: 4px;
  right: -6px;
}

.verify-user-stars span:nth-child(3) {
  right: -22px;
  bottom: 34px;
}

.verify-user-title {
  margin-bottom: 0.45rem;
  color: #2f2b5c;
  font-size: 1.55rem;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.verify-user-subtitle {
  max-width: 355px;
  margin: 0 auto 1rem;
  color: #6d6b77;
  font-size: 0.88rem;
  line-height: 1.45;
}

.verify-user-card {
  max-width: 410px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.verify-user-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.7rem 0;
  text-align: left;
}

.verify-user-row + .verify-user-row {
  border-top: 1px solid rgba(115, 103, 240, 0.12);
}

.verify-user-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(115, 103, 240, 0.12);
  color: #7367f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.verify-user-icon svg {
  width: 20px;
  height: 20px;
}

.verify-user-meta small {
  display: block;
  color: #6d6b77;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.05rem;
}

.verify-user-meta strong {
  color: #2f2b3d;
  font-size: 0.78rem;
  font-weight: 700;
}

.verify-user-actions {
  max-width: 410px;
  margin: 1rem auto 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(47, 43, 61, 0.1);
}

.verify-user-confirm,
.verify-user-cancel {
  min-width: 160px;
  min-height: 44px;
  border-radius: 10px !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
}

.verify-user-confirm {
  background: #7367f0 !important;
  border: 1px solid #7367f0 !important;
  box-shadow: 0 10px 22px rgba(115, 103, 240, 0.28);
}

.verify-user-cancel {
  background: #fff !important;
  color: #a8a5b5 !important;
  border: 1px solid #dbdade !important;
  box-shadow: none !important;
}

.seller-empty-state {
  min-height: calc(100vh - 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.seller-empty-state__title {
  max-width: 28rem;
  margin: 0 auto 1.5rem;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.seller-empty-state__button {
  min-width: 7.75rem;
  padding: 0.7rem 1.25rem;
  border: 0;
  border-radius: 0.4rem;
  background: var(--bs-primary);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(var(--bs-primary-rgb), 0.18);
}

.seller-empty-state__button:hover {
  background: color-mix(in srgb, var(--bs-primary) 88%, #000);
  color: #fff;
}

.otp-input-group {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.auth-status-alert {
  background: #eaf8ee;
  color: #1f9d55;
  font-weight: 500;
}

.admin-dashboard {
  display: grid;
  gap: 1.25rem;
}

.admin-dashboard-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 132px;
  padding: 1.5rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  background: var(--bs-paper-bg);
  box-shadow: 0 0.25rem 1rem rgba(15, 23, 42, 0.06);
}

.admin-dashboard-eyebrow {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--bs-primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.admin-dashboard-hero h3 {
  margin: 0 0 0.35rem;
  color: var(--bs-heading-color);
  font-size: 1.55rem;
  font-weight: 700;
}

.admin-dashboard-hero p {
  margin: 0;
  max-width: 36rem;
  color: var(--bs-secondary-color);
}

.admin-dashboard-hero__action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
}

.admin-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.admin-dashboard-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  background: var(--bs-paper-bg);
  box-shadow: 0 0.25rem 1rem rgba(15, 23, 42, 0.05);
}

.admin-dashboard-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 0.5rem;
  font-size: 1.3rem;
}

.admin-dashboard-stat__icon--warning {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.admin-dashboard-stat__icon--success {
  background: rgba(34, 197, 94, 0.14);
  color: #15803d;
}

.admin-dashboard-stat__icon--primary {
  background: rgba(var(--bs-primary-rgb), 0.14);
  color: var(--bs-primary);
}

.admin-dashboard-stat small {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--bs-secondary-color);
  font-size: 0.78rem;
  font-weight: 600;
}

.admin-dashboard-stat strong {
  display: block;
  color: var(--bs-heading-color);
  font-size: 1.55rem;
  line-height: 1;
}

.admin-dashboard-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  background: var(--bs-paper-bg);
}

.admin-dashboard-panel h5 {
  margin: 0 0 0.35rem;
  color: var(--bs-heading-color);
  font-weight: 700;
}

.admin-dashboard-panel p {
  margin: 0;
  color: var(--bs-secondary-color);
}

.app-toast-wrap {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1085;
  width: min(370px, calc(100vw - 24px));
}

.app-toast {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  align-items: start;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid transparent;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.app-toast--success {
  background: linear-gradient(135deg, #a7efc8 0%, #d8f8df 100%);
  border-color: #bdeecf;
  color: #133322;
}

.app-toast--error {
  background: linear-gradient(135deg, #f6b7bd 0%, #ffd6da 100%);
  border-color: #f0b0b7;
  color: #3f1b20;
}

.app-toast::before {
  content: '';
  position: absolute;
  left: -26px;
  top: -18px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.app-toast__icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(17, 24, 39, 0.08);
}

.app-toast__icon svg {
  width: 24px;
  height: 24px;
}

.app-toast--success .app-toast__icon {
  color: #22b36b;
}

.app-toast--error .app-toast__icon {
  color: #e24b5b;
}

.app-toast__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.app-toast__title {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  color: inherit;
}

.app-toast__description {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(17, 24, 39, 0.78);
}

.app-toast__close {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(17, 24, 39, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.app-toast__close svg {
  width: 16px;
  height: 16px;
}

.app-toast--hidden {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.verification-pending-copy {
  line-height: 1.6;
}

.verification-pending-button {
  background: #6c63ff;
  border-radius: 10px;
}

.verification-rejected-button {
  background: var(--bs-danger);
  border-radius: 10px;
}

.misc-error-code {
  line-height: 6rem;
  font-size: 6rem;
}

.auth-hero-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.auth-hero-title__rocket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
}

.auth-hero-title__rocket svg {
  display: block;
  width: 100%;
  height: 100%;
}

.otp-digit-input {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #d9dee3;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #566a7f;
  background-color: #fff;
}

.otp-digit-input:focus {
  border-color: #696cff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 108, 255, 0.16);
}

.product-form-card {
  border: 1px solid #e6e8ef;
  border-radius: 0;
  box-shadow: none;
  background: var(--bs-paper-bg);
}

.product-form-card .card-body {
  padding: 1rem;
}

.product-form-label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--bs-heading-color);
}

.product-form-hint {
  display: inline-flex;
  align-items: center;
  padding: 0.08rem 0.35rem;
  border-radius: 0.25rem;
  background: #eef0f4;
  font-size: 0.65rem;
  font-weight: 500;
  color: #5f6b7a;
}

.product-form-required {
  margin-left: 0.15rem;
  color: var(--bs-danger);
  font-weight: 700;
}

.product-form-control,
.product-form-select {
  min-height: 2.35rem;
  border-color: var(--bs-border-color);
  border-radius: 0;
  box-shadow: none;
  background-color: var(--bs-paper-bg);
  color: var(--bs-body-color);
}

.product-form-control:focus,
.product-form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.12rem rgba(var(--bs-primary-rgb), 0.16);
}

.application-multiselect {
  position: relative;
}

.application-multiselect__native {
  display: none;
}

.application-multiselect__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 2.35rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0;
  box-shadow: none;
  background-color: var(--bs-paper-bg);
  color: var(--bs-body-color);
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.application-multiselect__trigger:hover,
.application-multiselect__trigger:active {
  border-color: var(--bs-border-color);
  background-color: var(--bs-paper-bg);
  color: var(--bs-body-color);
  box-shadow: none;
}

.application-multiselect__value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
}

.application-multiselect__icon {
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--bs-secondary-color);
  transition: transform 0.15s ease;
}

.application-multiselect.is-open .application-multiselect__icon {
  transform: rotate(180deg);
}

.application-multiselect__menu {
  position: absolute;
  z-index: 1050;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  max-height: 14rem;
  overflow-y: auto;
  background: var(--bs-paper-bg);
  border: 1px solid var(--bs-border-color);
  box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.12);
}

.application-multiselect__option {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--bs-body-color);
}

.application-multiselect__option:hover {
  background: rgba(var(--bs-primary-rgb), 0.08);
}

.application-multiselect__option .form-check-input {
  margin: 0;
  flex-shrink: 0;
}

.application-multiselect.is-invalid .application-multiselect__trigger {
  border-color: var(--bs-form-invalid-border-color);
}

.application-multiselect.is-open .application-multiselect__trigger,
.application-multiselect__trigger:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.12rem rgba(var(--bs-primary-rgb), 0.16);
  outline: 0;
}

.product-editor {
  border: 1px solid var(--bs-border-color);
  border-radius: 0;
  overflow: hidden;
  background: var(--bs-paper-bg);
}

.product-editor__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid var(--bs-border-color);
  background: var(--bs-paper-bg);
}

.product-editor__tools,
.product-editor__actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--bs-body-color);
  font-size: 0.85rem;
}

.product-editor__tool {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  line-height: 1;
}

.product-editor__tool:hover,
.product-editor__tool:focus {
  color: var(--bs-primary);
}

.product-editor__area {
  width: 100%;
  min-height: 9rem;
  border: 0;
  padding: 0.9rem;
  background: var(--bs-paper-bg);
  color: var(--bs-body-color);
  outline: none;
  overflow-y: auto;
}

.product-editor__area:empty::before {
  content: attr(data-placeholder);
  color: var(--bs-secondary-color);
}

.product-upload-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 42rem;
}

.product-upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 66px;
  padding: 12px;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  background: color-mix(in srgb, var(--bs-paper-bg) 88%, var(--bs-body-bg));
  color: var(--bs-body-color);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.product-upload-box:hover,
.product-upload-box:focus {
  border-color: var(--bs-primary);
}

.product-upload-box__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  height: 42px;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.6rem;
  background: var(--bs-paper-bg);
  box-shadow: 0 1px 1px rgba(17, 24, 39, 0.06);
}

.product-upload-box.is-dragover {
  border-color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary) 16%, var(--bs-paper-bg));
}

.product-upload-box.is-filled .product-upload-placeholder {
  display: none;
}

.product-upload-box.is-filled .product-upload-preview {
  display: inline-flex;
}

.product-upload-icon {
  width: 18px;
  height: 18px;
  color: currentColor;
  flex: 0 0 auto;
}

.product-upload-preview {
  display: none;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding-inline: 0.75rem;
}

.product-upload-preview__thumb {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 0.45rem;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-paper-bg);
  flex: 0 0 auto;
}

.product-upload-preview__name {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-upload-input {
  display: none;
}

.product-form-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.product-back-button {
  min-width: 6rem;
}

.product-submit-button {
  min-width: 6rem;
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-primary-rgb), 0.32);
}

.product-submit-button:hover,
.product-submit-button:focus {
  background: color-mix(in srgb, var(--bs-primary) 88%, #000);
  border-color: color-mix(in srgb, var(--bs-primary) 88%, #000);
  box-shadow: 0 0.25rem 0.75rem 0 rgba(var(--bs-primary-rgb), 0.42);
}

.seller-profile-card {
  border: 1px solid #e6e8ef;
  border-radius: 0;
  box-shadow: none;
  background: var(--bs-paper-bg);
  min-height: 501px;
}

.seller-profile-card__body {
  padding: 16px;
}

.seller-profile-title {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
  color: var(--bs-heading-color);
}

.seller-profile-layout {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 32px;
}

.seller-profile-image-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.seller-profile-image-box {
  width: 100px;
  height: 100px;
  border: 1px solid #edf0f5;
  background: #f6f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.seller-profile-image-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.seller-profile-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f7;
  color: #7b8190;
  font-size: 2rem;
  font-weight: 600;
}

.seller-profile-image-input {
  display: none;
}

.seller-profile-fields {
  padding-top: 22px;
}

.seller-profile-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--bs-heading-color);
}

.seller-profile-control {
  min-height: 36px;
  border-radius: 0;
  border-color: var(--bs-border-color);
  box-shadow: none;
  background-color: var(--bs-paper-bg);
  color: var(--bs-body-color);
  padding: 8px 12px;
  font-size: 13px;
}

select.seller-profile-control {
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 22px 24px;
  padding-right: 40px;
}

select.seller-profile-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.seller-profile-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.12rem rgba(var(--bs-primary-rgb), 0.16);
}

.seller-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.seller-profile-textarea {
  min-height: 92px;
  resize: vertical;
}

.seller-profile-pdf-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.seller-profile-pdf-link {
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.seller-profile-pdf-link--empty {
  border-color: var(--bs-border-color);
  color: var(--bs-secondary-color);
}

.seller-profile-pdf-name {
  margin-top: 8px;
  color: var(--bs-secondary-color);
  font-size: 12px;
}

.seller-profile-submit {
  min-width: 6rem;
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-primary-rgb), 0.32);
}

.seller-profile-submit:hover,
.seller-profile-submit:focus {
  background: color-mix(in srgb, var(--bs-primary) 88%, #000);
  border-color: color-mix(in srgb, var(--bs-primary) 88%, #000);
  box-shadow: 0 0.25rem 0.75rem 0 rgba(var(--bs-primary-rgb), 0.42);
}

.seller-listing-page {
  padding: 8px 0 0;
}

.seller-listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.seller-listing-title {
  margin: 0;
  color: var(--bs-heading-color);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.seller-listing-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1 1 auto;
}

.seller-listing-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(100%, 212px);
  height: 34px;
  padding: 0 10px;
  border: 1px solid #e1e5ea;
  border-radius: 4px;
  background: var(--bs-paper-bg);
  color: #9aa0aa;
}

.seller-listing-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--bs-body-color);
  font-size: 12px;
}

.seller-listing-search input::placeholder {
  color: #a8adb7;
}

.seller-listing-sort {
  width: 170px;
  height: 34px;
  padding: 0 32px 0 12px;
  border: 1px solid #e1e5ea;
  border-radius: 4px;
  background-color: var(--bs-paper-bg);
  color: var(--bs-body-color);
  font-size: 12px;
  outline: 0;
}

.seller-listing-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 37px;
  padding: 0 18px;
  border-radius: 4px;
  background: var(--bs-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-primary-rgb), 0.32);
}

.seller-listing-add:hover,
.seller-listing-add:focus {
  background: color-mix(in srgb, var(--bs-primary) 88%, #000);
  color: #fff;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(var(--bs-primary-rgb), 0.42);
}

.seller-listing-table-wrap {
  overflow-x: auto;
  border: 1px solid #e8ebef;
  background: var(--bs-paper-bg);
}

.seller-listing-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  color: var(--bs-body-color);
}

.seller-listing-table thead th {
  height: 46px;
  padding: 0 16px;
  background: #f8f9fb;
  color: #666c75;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.seller-listing-table tbody td {
  height: 68px;
  padding: 10px 16px;
  border-top: 1px solid #e8ebef;
  color: #666c75;
  font-size: 14px;
  vertical-align: middle;
}

.seller-listing-image-col {
  width: 100px;
}

.seller-listing-action-col {
  width: 150px;
  text-align: center;
}

.seller-listing-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid #e8ebef;
  background: #f6f7f9;
  color: #6f7785;
  font-size: 18px;
  font-weight: 700;
}

.seller-listing-thumb--empty {
  text-transform: uppercase;
}

.seller-listing-product-name {
  color: #000;
  font-weight: 500;
}

.seller-listing-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.seller-listing-status span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.seller-listing-status--active {
  color: #168d18;
}

.seller-listing-status--inactive {
  color: #b42318;
}

.seller-listing-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.seller-listing-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  height: 28px;
  padding: 0 14px;
  border: 0;
  border-radius: 5px;
  background: var(--bs-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-primary-rgb), 0.28);
}

.seller-listing-action:hover,
.seller-listing-action:focus {
  background: color-mix(in srgb, var(--bs-primary) 88%, #000);
  color: #fff;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(var(--bs-primary-rgb), 0.38);
}

.seller-listing-empty {
  padding: 28px 12px;
  text-align: center;
  color: #8a9099;
}

.product-detail-page {
  width: 100%;
  max-width: 1322px;
  margin: 0 auto;
}

.product-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 30px;
  margin-bottom: 18px;
  padding: 0 16px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--bs-paper-bg) 88%, var(--bs-body-bg));
  color: var(--bs-secondary-color);
  font-size: 12px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 580px 632px;
  gap: 20px;
  align-items: start;
}

.product-detail-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-detail-seller,
.product-detail-info,
.product-detail-gallery {
  border: 1px solid var(--bs-border-color);
  border-radius: 7px;
  background: var(--bs-paper-bg);
}

.product-detail-seller {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 160px;
  gap: 10px;
  width: 580px;
  height: auto;
  min-height: 91px;
  padding: 12px;
}

.product-detail-seller__logo {
  width: 56px;
  height: 56px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--bs-paper-bg) 82%, var(--bs-body-bg));
  color: var(--bs-secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

.product-detail-seller__main {
  min-width: 0;
}

.product-detail-seller__name {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 5px 0 6px;
  color: var(--bs-heading-color);
  font-size: 16px;
  font-weight: 500;
}

.product-detail-seller__name span,
.product-detail-contact-row span,
.product-detail-seller__meta span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--bs-secondary-color);
  font-size: 11px;
  font-weight: 400;
}

.buyer-saved-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.product-review-panel {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--bs-border-color);
}

.product-review-panel__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.product-review-panel__header h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bs-heading-color);
}

.product-review-status {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
}

.product-review-status--pending {
  background: rgba(255, 180, 0, 0.14);
  color: #b78103;
}

.product-review-status--approved {
  background: rgba(31, 157, 85, 0.14);
  color: #1f9d55;
}

.product-review-status--rejected {
  background: rgba(234, 84, 85, 0.14);
  color: #ea5455;
}

.product-review-form {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.product-review-form__label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--bs-heading-color);
}

.product-review-stars {
  display: inline-flex;
  gap: 0.2rem;
}

.product-review-star {
  margin: 0;
  cursor: pointer;
}

.product-review-star input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-review-star span {
  font-size: 1.35rem;
  color: #d5d8e1;
  transition: color 0.15s ease;
}

.product-review-star:hover span,
.product-review-star:has(~ .product-review-star:hover) span,
.product-review-star input:checked ~ span,
.product-review-star:has(~ .product-review-star input:checked) span {
  color: #ffb400;
}

.product-review-form__textarea {
  min-height: 110px;
  border-radius: 0;
  resize: vertical;
}

.product-review-form__submit {
  justify-self: start;
  min-width: 150px;
}

.product-review-list {
  display: grid;
  gap: 0.85rem;
}

.product-review-item {
  padding: 0.9rem 1rem;
  border: 1px solid var(--bs-border-color);
  background: color-mix(in srgb, var(--bs-paper-bg) 94%, var(--bs-body-bg));
}

.product-review-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.35rem;
}

.product-review-item__stars {
  color: #ffb400;
  letter-spacing: 1px;
}

.product-review-item__comment {
  margin: 0 0 0.35rem;
  color: var(--bs-body-color);
  font-size: 0.88rem;
  line-height: 1.55;
}

.product-review-item__date {
  color: var(--bs-secondary-color);
  font-size: 0.75rem;
}

.product-review-empty {
  margin: 0;
  color: var(--bs-secondary-color);
  font-size: 0.86rem;
}

.product-detail-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 7px;
}

.product-detail-rating span {
  color: #ffb000;
  font-size: 11px;
  letter-spacing: 1px;
}

.product-detail-rating small {
  color: var(--bs-secondary-color);
  font-size: 11px;
}

.product-detail-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.product-detail-seller__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 6px;
}

.product-detail-seller__meta i {
  color: var(--bs-primary);
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: 100px 470px;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-detail-thumbs {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.product-detail-thumb {
  width: 100px;
  height: 100px;
  padding: 6px;
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  background: var(--bs-paper-bg);
  overflow: hidden;
}

.product-detail-thumb.is-active {
  border-color: var(--bs-primary);
  box-shadow: inset 0 0 0 1px var(--bs-primary);
}

.product-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail-thumb--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary-color);
  font-size: 24px;
  font-weight: 700;
}

.product-detail-main-image {
  position: relative;
  width: 470px;
  height: 412px;
  padding: 14px;
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  background: var(--bs-paper-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-detail-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  background: color-mix(in srgb, var(--bs-paper-bg) 94%, transparent);
  color: var(--bs-body-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.product-detail-slider-arrow:hover,
.product-detail-slider-arrow:focus {
  border-color: var(--bs-primary);
  background: var(--bs-primary);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.product-detail-slider-arrow--prev {
  left: 14px;
}

.product-detail-slider-arrow--next {
  right: 14px;
}

.product-detail-main-placeholder {
  color: var(--bs-secondary-color);
  font-size: 72px;
  font-weight: 700;
}

.product-detail-info {
  width: 632px;
  padding: 26px 24px;
}

.product-detail-info h1 {
  margin: 0 0 6px;
  color: var(--bs-heading-color);
  font-size: 29px;
  line-height: 1.25;
  font-weight: 700;
}

.product-detail-price {
  margin-bottom: 24px;
  color: var(--bs-heading-color);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.product-detail-price span {
  font-size: 14px;
  font-weight: 400;
}

.product-detail-description,
.product-detail-specs {
  color: var(--bs-body-color);
  font-size: 12px;
  line-height: 1.75;
}

.product-detail-description {
  margin-bottom: 16px;
}

.product-detail-description p,
.product-detail-specs p {
  margin: 0 0 9px;
}

.product-detail-specs strong {
  font-weight: 700;
}

.product-detail-info .btn-primary {
  min-width: 88px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
}

.buyer-contact-otp-modal .modal-dialog {
  max-width: 480px;
}

.buyer-contact-otp-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: var(--bs-paper-bg);
  color: var(--bs-body-color);
  box-shadow: 0 10px 30px rgba(28, 28, 36, 0.18);
}

.buyer-contact-otp-modal .modal-body {
  padding: 24px;
}

.buyer-contact-otp-modal .form-label {
  margin-bottom: 8px;
  color: #2f2b3de5;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}

.buyer-contact-otp-modal [data-buyer-contact-phone-step] .form-label,
.buyer-contact-otp-modal [data-buyer-login-phone-step] .form-label {
  margin-bottom: 8px;
  color: #2f2b3de5;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.buyer-contact-otp-modal .form-control {
  height: 38px;
  border-radius: 4px;
  font-size: 14px;
}

.buyer-contact-otp-modal .btn-primary {
  height: 38px;
  margin-top: 16px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.buyer-contact-otp-step {
  min-height: 232px;
}

.buyer-contact-otp-title {
  display: block;
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 24px;
}

.buyer-contact-otp-inputs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.buyer-contact-otp-digit {
  width: 38px;
  height: 38px;
  border: 2px solid #2f2b3d38;
  border-radius: 4px;
  background: var(--bs-paper-bg);
  color: #040404d4;
  text-align: center;
  font-size: 16px;
  outline: 0;
}

.buyer-contact-otp-digit:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--bs-primary) 18%, transparent);
}

.buyer-contact-demo-otp {
  margin-bottom: 8px;
  color: var(--bs-secondary-color);
  text-align: center;
  font-size: 12px;
}

.buyer-contact-details-step {
  width: 480px;
  min-height: 232px;
  padding: 32px;
}

.buyer-contact-details {
  display: grid;
  grid-template-columns: 1fr 178px;
  gap: 28px;
  align-items: center;
}

.buyer-contact-details h3 {
  margin: 0 0 8px;
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.buyer-contact-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.buyer-contact-rating span {
  color: #fdc12a;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 20px;
  font-weight: 400;
}

.buyer-contact-rating small {
  color: #777777;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.buyer-contact-gst-label,
.buyer-contact-gst {
  color: #303030;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.buyer-contact-phone-card {
  width: 178px;
  height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: #D9D9D9;
  color: var(--bs-heading-color);
}

.buyer-contact-phone-card i {
  color: #0d9394;
  font-size: 45px;
}

.buyer-contact-phone-card strong {
  color: var(--bs-heading-color);
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  white-space: nowrap;
}

[data-bs-theme="dark"] .product-form-hint {
  background: rgba(255, 255, 255, 0.08);
  color: var(--bs-secondary-color);
}

[data-bs-theme="dark"] .product-form-card {
  border-color: rgba(255, 255, 255, 0.16);
}

[data-bs-theme="dark"] .application-multiselect__menu {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.35);
}

[data-bs-theme="dark"] .product-form-control,
[data-bs-theme="dark"] .product-form-select,
[data-bs-theme="dark"] .product-editor,
[data-bs-theme="dark"] .product-editor__toolbar,
[data-bs-theme="dark"] .product-editor__area,
[data-bs-theme="dark"] .product-upload-box,
[data-bs-theme="dark"] .product-upload-box__inner {
  box-shadow: none;
}

[data-bs-theme="dark"] .product-form-control::placeholder,
[data-bs-theme="dark"] .product-editor__area:empty::before,
[data-bs-theme="dark"] .product-upload-preview__name {
  color: var(--bs-secondary-color);
}

[data-bs-theme="dark"] .product-editor__tool,
[data-bs-theme="dark"] .product-upload-icon {
  color: var(--bs-body-color);
}

[data-bs-theme="dark"] .auth-status-alert {
  background: rgba(31, 157, 85, 0.16);
  color: #8ae5af;
}

[data-bs-theme="dark"] .app-toast--success {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.28) 0%, rgba(22, 101, 52, 0.58) 100%);
  border-color: rgba(134, 239, 172, 0.18);
  color: #ecfdf5;
}

[data-bs-theme="dark"] .app-toast--error {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.28) 0%, rgba(127, 29, 29, 0.58) 100%);
  border-color: rgba(252, 165, 165, 0.18);
  color: #fff1f2;
}

[data-bs-theme="dark"] .app-toast__icon {
  background: rgba(255, 255, 255, 0.92);
}

[data-bs-theme="dark"] .app-toast__description {
  color: rgba(255, 255, 255, 0.8);
}

[data-bs-theme="dark"] .app-toast__close {
  color: rgba(255, 255, 255, 0.6);
}

[data-bs-theme="dark"] .seller-profile-card {
  border-color: rgba(255, 255, 255, 0.16);
}

[data-bs-theme="dark"] .seller-profile-image-box,
[data-bs-theme="dark"] .seller-profile-image-placeholder {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme="dark"] .seller-listing-title {
  color: #eef1ff;
}

[data-bs-theme="dark"] .seller-listing-search,
[data-bs-theme="dark"] .seller-listing-sort {
  border-color: rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.04);
  color: #d9def0;
}

[data-bs-theme="dark"] .seller-listing-search input {
  color: #eef1ff;
}

[data-bs-theme="dark"] .seller-listing-search input::placeholder {
  color: #aab1c5;
}

[data-bs-theme="dark"] .seller-listing-sort option {
  background-color: #2b3048;
  color: #eef1ff;
}

[data-bs-theme="dark"] .seller-listing-table-wrap {
  border-color: rgba(255, 255, 255, 0.14);
  background: #2b3048;
}

[data-bs-theme="dark"] .seller-listing-table {
  color: #d9def0;
}

[data-bs-theme="dark"] .seller-listing-table thead th {
  background: #343a55;
  color: #d9def0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

[data-bs-theme="dark"] .seller-listing-table tbody tr {
  background: #2b3048;
}

[data-bs-theme="dark"] .seller-listing-table tbody tr:nth-child(even) {
  background: #30364f;
}

[data-bs-theme="dark"] .seller-listing-table tbody td {
  border-top-color: rgba(255, 255, 255, 0.13);
  color: #c9cfdf;
}

[data-bs-theme="dark"] .seller-listing-product-name {
  color: #eef1ff;
}

[data-bs-theme="dark"] .seller-listing-thumb {
  border-color: rgba(255, 255, 255, 0.14);
  background: #f7f8fb;
}

[data-bs-theme="dark"] .seller-listing-status--active {
  color: #4ade80;
}

[data-bs-theme="dark"] .seller-listing-status--inactive {
  color: #fb7185;
}

[data-bs-theme="dark"] .seller-listing-empty {
  color: #aab1c5;
}

@media (max-width: 1199.98px) {
  .product-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-detail-seller {
    width: 100%;
  }

  .product-detail-gallery {
    grid-template-columns: 95px minmax(0, 1fr);
  }

  .product-detail-main-image {
    width: 100%;
  }

  .product-detail-info {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .seller-listing-table-wrap {
    min-height: auto;
    border: none;
    background: transparent;
  }
  .seller-listing-table, 
  .seller-listing-table tbody, 
  .seller-listing-table tr, 
  .seller-listing-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .seller-listing-table thead {
    display: none;
  }
  .seller-listing-table tr {
    margin-bottom: 1rem;
    border: 1px solid var(--bs-border-color, #e8ebef);
    border-radius: 8px;
    background: var(--bs-paper-bg, #fff);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .seller-listing-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: auto;
    border: none;
    text-align: right;
  }
  .seller-listing-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--bs-heading-color, #000);
    margin-right: 12px;
    text-align: left;
    flex-shrink: 0;
  }
  .seller-listing-table td:first-child {
    justify-content: center;
    margin-bottom: 8px;
  }
  .seller-listing-table td:first-child::before {
    display: none;
  }
  .seller-listing-actions {
    width: 100%;
    justify-content: flex-end;
    margin-top: 8px;
  }

  .app-toast-wrap {
    top: 12px;
    right: 12px;
    width: calc(100vw - 24px);
  }

  .admin-dashboard-hero,
  .admin-dashboard-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-dashboard-stats {
    grid-template-columns: 1fr;
  }

  .verify-user-popup {
    width: calc(100% - 1.5rem) !important;
    padding: 1.5rem 1rem !important;
  }

  .verify-user-title {
    font-size: 1.45rem;
  }

  .verify-user-card {
    padding: 0.8rem 1rem;
  }

  .verify-user-row {
    align-items: flex-start;
  }

  .verify-user-actions {
    margin-top: 1.5rem;
  }

  .verify-user-confirm,
  .verify-user-cancel {
    min-width: 100%;
  }

  .product-upload-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .seller-profile-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .seller-profile-image-column {
    width: 100px;
  }

  .seller-profile-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .seller-profile-pdf-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .seller-profile-fields {
    padding-top: 0;
  }

  .seller-listing-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .seller-listing-filters {
    align-items: stretch;
    flex-direction: column;
  }

  .seller-listing-search,
  .seller-listing-sort,
  .seller-listing-add {
    width: 100%;
  }

  .product-detail-breadcrumb {
    height: auto;
    min-height: 29px;
    flex-wrap: wrap;
    padding-block: 8px;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-seller {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .product-detail-seller__meta {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .product-detail-gallery {
    grid-template-columns: 1fr;
  }

  .product-detail-thumbs {
    flex-direction: row;
    overflow-x: auto;
  }

  .product-detail-main-image {
    min-height: 280px;
  }

  .product-detail-slider-arrow {
    width: 34px;
    height: 34px;
  }

  .product-detail-info {
    min-height: auto;
    padding: 18px;
  }

  .product-detail-info h1 {
    font-size: 24px;
  }
}
