:root {
  --xenor-primary: #F8931F;
  --xenor-primary-dark: #D9790B;
  --xenor-primary-soft: #FFF4E7;
  --xenor-ink: #404040;
  --xenor-muted: #757575;
  --xenor-border: #F6C78F;
  --xenor-success: #F8931F;
}

html {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  height: 100%;
  color: var(--xenor-ink);
  background: #ffffff;
}

.self-service-body {
  min-height: 100%;
}

.product-category-dom::-webkit-scrollbar {
  display: none;
}

.product-category-dom {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.brand-shell {
  top: 0;
  z-index: 1030;
  padding-top: 0.75rem;
  background: transparent;
}

.brand-panel {
  border: 1px solid rgba(246, 199, 143, 0.9);
  background: #fff;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 12px;
  padding: 0.35rem;
  background: #fff;
}

.brand-copy {
  min-width: 0;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(248, 147, 31, 0.12);
  color: var(--xenor-primary-dark);
  font-size: 0.74rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.brand-title {
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 0.15rem;
  font-weight: 700;
}

.brand-subtitle {
  color: var(--xenor-muted);
  font-size: 0.84rem;
  line-height: 1.45;
  max-width: 640px;
}

.brand-marquee {
  background: #fff;
  color: var(--xenor-primary-dark);
  border-top: 1px solid rgba(246, 199, 143, 0.75);
  border-bottom: 1px solid rgba(246, 199, 143, 0.75);
  min-height: 38px;
  line-height: 38px;
  margin-top: 0.65rem;
}

.carousel {
  background: linear-gradient(rgba(133, 133, 133, 0.7), rgba(133, 133, 133, 0.7));
}

.hero-carousel {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

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

.forbidden-bg {
  background-image: url("http://s3-jak01.storageraya.com/wellmagic-prod-bucket/kasair/image/resources/bg5.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(246, 199, 143, 0.28);
  border-color: rgba(248, 147, 31, 0.35);
}

.card {
  border-radius: 0.75rem;
}

.card-product {
  min-height: 170px;
}

.card-variant {
  transition: all ease-in-out 0.3s;
}

.card-variant:hover {
  cursor: pointer;
  background-color: #fff4e7;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-footer {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
  background: rgba(255, 255, 255, 0);
}

.card-header {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  background: rgba(255, 255, 255, 0);
}

.card,
.card-header,
.card-footer {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.card-bordered {
  border: 1px solid #dbdbdb !important;
}

.custom-group-text,
.search-product {
  border: none;
  background: #f3f4f6 !important;
}

.modal-header,
.modal-footer {
  border: none !important;
}

.modal-content {
  border-radius: 0.85rem;
  box-shadow: 0 16px 32px rgba(24, 24, 27, 0.1);
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-light-text-success {
  color: var(--xenor-success) !important;
  border-color: #F6C78F !important;
  background-color: #FFF4E7 !important;
}

.btn-light-text-success:hover {
  color: var(--xenor-primary-dark) !important;
  background-color: #FFF4E7 !important;
  border-color: #F6C78F !important;
}

.btn-outline-muted {
  opacity: 1;
  border-radius: 0.5rem;
  border: 1px solid var(--xenor-primary);
  color: #393F4F;
  font-weight: 500;
}

.btn-outline-muted:hover,
.btn-outline-muted.active {
  opacity: 0.9;
  transition: 0.2s;
  border-color: var(--xenor-primary) !important;
  background: var(--xenor-primary);
  color: white;
}

.btn-outline-purple {
  border: 1.28px solid !important;
  border-color: var(--xenor-primary);
  color: var(--xenor-primary);
  opacity: 1;
}

.btn-outline-purple:hover,
.btn-outline-purple.active {
  opacity: 0.95;
  transition: 0.2s;
  border-color: var(--xenor-primary) !important;
  background: var(--xenor-primary);
  color: white;
}

.underline-span {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--xenor-primary);
}

.text-purple {
  color: var(--xenor-primary);
}

.image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-success {
  color: #fff !important;
  background-color: var(--xenor-success) !important;
  border-color: var(--xenor-success) !important;
}

.btn-success:hover {
  background-color: var(--xenor-primary-dark) !important;
  border-color: var(--xenor-primary-dark) !important;
}

.btn-info {
  color: #fff !important;
  background-color: var(--xenor-primary) !important;
  border-color: var(--xenor-primary) !important;
}

.btn-info:hover {
  color: #fff !important;
  background-color: var(--xenor-primary-dark) !important;
  border-color: var(--xenor-primary-dark) !important;
}

.btn-cart {
  border-radius: 1rem;
}

.floating-cart-wrap {
  margin-bottom: 15px;
}

::-webkit-scrollbar {
  width: 3px !important;
  height: 5px !important;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(221, 221, 221) !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
  background: var(--xenor-primary) !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--xenor-primary) !important;
}

@media (max-width: 767.98px) {
  .brand-panel {
    padding: 0.7rem 0.85rem;
  }

  .brand-mark {
    gap: 0.75rem;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    padding: 0.25rem;
  }

  .brand-title {
    font-size: 0.94rem;
  }

  .brand-subtitle {
    font-size: 0.78rem;
  }

  .floating-cart-wrap {
    margin-bottom: 10px;
  }
}


