@charset "UTF-8";
.card-back, .card-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 5px 30px 5px 30px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #E5FFF0;
  display: flex;
  flex-direction: column;
}

.ingredient-item, .fit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #F2F2F2;
  font-size: 14px;
  color: #001C22;
  line-height: 1.4;
}
.ingredient-item:last-child, .fit-item:last-child {
  border-bottom: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif !important;
}

body {
  color: #323232;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.signin-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
}

.signin-left {
  flex: 1 0 55%;
  background: linear-gradient(135deg, #a32ede 8.586%, #7d59fe 100%);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .signin-left {
    display: none;
  }
}
.signin-left .signin-left-inner {
  padding: 60px 0 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60%;
  flex: 1 0 auto;
}
.signin-left .signin-left-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 632px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 991px) {
  .signin-left .signin-left-image {
    width: 100%;
    height: auto;
    opacity: 0.3;
  }
}
.signin-left .signin-logo {
  position: relative;
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}
.signin-left .signin-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.signin-left .signin-heading {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -6px;
  margin: 0;
  max-width: 474px;
}
@media (max-width: 991px) {
  .signin-left .signin-heading {
    font-size: 60px;
    letter-spacing: -3px;
  }
}
@media (max-width: 576px) {
  .signin-left .signin-heading {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
.signin-left .signin-features {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  padding: 30px 36px 16px 58px;
  border-top: 1px solid rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .signin-left .signin-features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .signin-left .signin-features {
    flex-direction: column;
  }
}
.signin-left .feature-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 991px) {
  .signin-left .feature-item {
    max-width: 160px;
  }
}
.signin-left .feature-item .feature-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.signin-left .feature-item .feature-icon svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}
.signin-left .feature-item .feature-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.signin-right {
  flex: 1 0 45%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .signin-right {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .signin-right {
    padding: 16px;
  }
}
.signin-right .signin-back-btn {
  position: absolute;
  top: 32px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: #7E57FE;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
  outline: none !important;
}
.signin-right .signin-back-btn:hover {
  opacity: 0.7;
}
.signin-right .signin-back-btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 576px) {
  .signin-right .signin-back-btn {
    top: 16px;
    left: 16px;
    font-size: 14px;
  }
}

.signin-form-container {
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: 100%;
  justify-content: center;
}
@media (max-width: 576px) {
  .signin-form-container {
    max-width: 100%;
  }
}

.signin-form-title {
  font-size: 32px;
  font-weight: 600;
  color: #7E57FE;
  text-align: center;
}
@media (max-width: 576px) {
  .signin-form-title {
    font-size: 24px;
    letter-spacing: -0.8px;
  }
}

.form-group-custom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.form-group-custom label {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 0px;
}
.form-group-custom .form-control {
  height: 48px;
  border: 1px solid #D9DBE9;
  border-radius: 40px;
  padding: 0 16px;
  font-size: 16px;
  color: #323232;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
  transition: all 0.3s ease;
}
.form-group-custom .form-control::-moz-placeholder {
  color: #6F6C90;
}
.form-group-custom .form-control::placeholder {
  color: #6F6C90;
}
.form-group-custom .form-control:focus {
  border-color: #7E57FE;
  box-shadow: 0 0 0 3px rgba(126, 87, 254, 0.1);
  outline: none;
}
.form-group-custom .form-control:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form-group-custom .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.form-group-custom .input-wrapper .form-control.password-field {
  width: 100%;
  padding-right: 45px;
}
.form-group-custom .input-wrapper .input-icon {
  position: absolute;
  right: 16px;
  cursor: pointer;
  color: #6F6C90;
  transition: color 0.3s ease;
}
.form-group-custom .input-wrapper .input-icon:hover {
  color: #7E57FE;
}
.form-group-custom .input-wrapper .input-icon svg {
  width: 20px;
  height: 20px;
}

.password-field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.forgot-password-link {
  text-align: right;
  font-size: 16px;
  color: #7E57FE;
  text-decoration: none;
  width: 133px;
  margin-left: auto;
  transition: opacity 0.3s ease;
}
.forgot-password-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.recaptcha-container {
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.recaptcha-container .recaptcha-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.recaptcha-container .recaptcha-left .checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.recaptcha-container .recaptcha-left .checkbox:hover {
  border-color: #7E57FE;
}
.recaptcha-container .recaptcha-left .checkbox.checked {
  background-color: #7E57FE;
  border-color: #7E57FE;
}
.recaptcha-container .recaptcha-left .checkbox.checked::after {
  content: "✓";
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.recaptcha-container .recaptcha-left .checkbox input[type=checkbox] {
  display: none;
}
.recaptcha-container .recaptcha-left .recaptcha-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  margin: 0;
}
.recaptcha-container .recaptcha-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.recaptcha-container .recaptcha-logo .logo-image {
  width: 38px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recaptcha-container .recaptcha-logo .logo-text {
  font-family: "Roboto", sans-serif;
  font-size: 6px;
  color: #a6a6a6;
  text-align: center;
  margin: 0;
}

.signin-link a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.signin-link a:hover {
  opacity: 0.7;
}

.social-login-container {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
}
@media (max-width: 576px) {
  .social-login-container {
    gap: 12px;
  }
}
.social-login-container .social-btn {
  flex: 1;
  height: 48px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
}
.social-login-container .social-btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 576px) {
  .social-login-container .social-btn {
    font-size: 12px;
    gap: 8px;
  }
  .social-login-container .social-btn span {
    display: none;
  }
}
.social-login-container .divider {
  width: 1px;
  height: 20px;
  margin: 0 8px;
}
@media (max-width: 576px) {
  .social-login-container .divider {
    margin: 0 4px;
  }
}

.signin-signup-link a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.signin-signup-link a:hover {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .signin-wrapper {
    min-height: 97vh;
  }
}
@media (max-width: 991px) {
  .signin-right {
    padding: 24px;
    align-self: stretch;
  }
}
@media (max-width: 576px) {
  .signin-wrapper {
    padding: 0;
  }
  .signin-left {
    min-height: 250px;
    padding: 16px;
  }
  .signin-right {
    padding: 16px;
    padding-bottom: 30px;
  }
  .signin-form-container {
    gap: 16px;
  }
  .signin-form-title {
    font-size: 24px;
  }
  .form-group-custom .form-control {
    font-size: 14px;
  }
}
.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
}

.step-indicator::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e9ecef;
  z-index: 0;
}

.step-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-number {
  width: 40px;
  height: 40px;
  margin: 0 auto 0.5rem;
  background: #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #6c757d;
  transition: all 0.3s ease;
}

.step-item.active .step-number {
  background: linear-gradient(90deg, #7E57FE, #20c997);
  color: #ffffff;
}

.step-item.completed .step-number {
  background: #20c997;
  color: #ffffff;
}

.step-label {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
}

.step-item.active .step-label {
  color: #7E57FE;
  font-weight: 600;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pw-hints {
  display: flex;
  gap: 12px;
  font-size: 11px;
  color: #b0b0cc;
  margin-top: 4px;
  flex-wrap: wrap;
}

.pw-hints span.ok {
  color: #198754;
  font-weight: 600;
}

.allergen-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fafafa;
  transition: border-color 0.2s;
  cursor: pointer;
}

.allergen-row:hover {
  border-color: #7E57FE;
}

.allergen-row.selected {
  border-color: #7E57FE;
  background: #f3eeff;
}

.allergen-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.allergen-info img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.severity-btns {
  display: flex;
  gap: 0.35rem;
}

.severity-btn {
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  background: #ffffff;
  font-size: 0.78rem;
  cursor: pointer;
  transition: all 0.2s;
  color: #6c757d;
}

.severity-btn:hover {
  border-color: #7E57FE;
  color: #7E57FE;
}

.severity-btn.active-high {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

.severity-btn.active-medium {
  background: #fd7e14;
  border-color: #fd7e14;
  color: #ffffff;
}

.severity-btn.active-low {
  background: #198754;
  border-color: #198754;
  color: #ffffff;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

.error-message.show {
  display: block;
}

.form-control.is-invalid {
  border-color: #dc3545;
}

.otp-login-section {
  width: 100%;
}

.otp-info-text {
  font-size: 14px;
  color: #6F6C90;
  text-align: center;
  line-height: 1.5;
}
.otp-info-text strong {
  color: #323232;
  font-weight: 600;
}

.otp-resend-btn {
  color: #7E57FE;
  text-decoration: underline;
  font-weight: 400;
  transition: opacity 0.3s ease;
  background-color: transparent;
  border: none;
  outline: 0 !important;
}
.otp-resend-btn:hover {
  opacity: 0.8;
}

.otp-back-btn {
  background: none;
  border: none;
  color: #6F6C90;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s ease;
}
.otp-back-btn:hover {
  color: #7E57FE;
  text-decoration: underline;
}

.success-message {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  display: none;
}

.success-message.show {
  display: block;
}

.btn-loading {
  position: relative;
  color: transparent !important;
}

.btn-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.resend-timer {
  font-size: 0.85rem;
  color: #6c757d;
}

.success-step-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #7E57FE, #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(126, 87, 254, 0.3);
  animation: scaleIn 0.4s ease;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.summary-box {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 1rem 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.875rem;
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-row span:first-child {
  color: #6c757d;
}

.summary-row span:last-child {
  font-weight: 600;
  color: #212529;
  text-align: right;
  max-width: 60%;
}

#site-header {
  background: #ffffff;
  border-bottom: 1px solid #efefef;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 12px 0;
}

#site-header .navbar-header {
  padding: 0;
  min-height: auto;
}

.navbar-brand-header {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111 !important;
  letter-spacing: -0.3px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}
.navbar-brand-header .brand-p {
  color: #a855f7;
  font-weight: 900;
}
.navbar-brand-header .brand-plate {
  color: #f97316;
  font-weight: 800;
}
.navbar-brand-header .logo-image {
  height: 32px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s ease;
}
.navbar-brand-header:hover .logo-image {
  opacity: 0.8;
}

.header-search {
  position: relative;
  flex: 1;
  max-width: 350px;
  margin: 0 24px;
  display: none;
}
.header-search svg {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 16px;
  height: 16px;
}
.header-search svg path {
  stroke: #7E57FE;
  fill: transparent;
}
.header-search .search-input {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  padding: 8px 18px 8px 40px;
  font-size: 14px;
  background: #f8f8f8;
  outline: none;
  transition: all 0.2s ease;
}
.header-search .search-input::-moz-placeholder {
  color: #999;
}
.header-search .search-input::placeholder {
  color: #999;
}
.header-search .search-input:focus {
  border-color: #a855f7;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

#site-header-guest {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 9;
}

.navbar-menu-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 0 24px;
}

#primary-menu {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#primary-menu li {
  display: block;
}
#primary-menu li a {
  display: inline-block;
  padding: 5px 16px;
  font-weight: 500;
  color: #323232;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 32px;
  border: 1px solid #DBDBDB;
  transition: all 0.15s ease;
  position: relative;
}
#primary-menu li:hover a {
  color: #7E57FE;
  border-color: #7E57FE;
}
#primary-menu li.current-menu-item a {
  color: #7E57FE;
  border-color: #7E57FE;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.btn-signin-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #7E57FE;
  background: #ffffff;
  border: 1px solid #7E57FE;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn-signin-header:hover {
  background: rgba(168, 85, 247, 0.08);
  color: #a855f7;
  text-decoration: none;
}
.btn-signin-header:active {
  transform: scale(0.98);
}

.btn-getstarted-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #7E57FE;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn-getstarted-header:hover {
  background: #6e3fd9;
  color: #ffffff;
  text-decoration: none;
}
.btn-getstarted-header:active {
  transform: translateY(0);
}

.cart-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  transition: all 0.15s ease;
  cursor: pointer;
}
.cart-icon-wrap:hover {
  background: #f3f0ff;
  color: #a855f7;
}

.cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #a855f7;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 3px;
}

.navbar-toggler {
  border: none;
  padding: 6px;
  color: #333;
  font-size: 20px;
  background: none;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.user-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.user-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.user-avatar img {
  width: 32px;
  height: 32px;
}

.user-name {
  font-weight: 500;
  color: #323232;
}

.dropdown-chevron {
  font-size: 12px;
  color: #999;
  transition: transform 0.2s ease;
}

.user-dropdown:hover .dropdown-chevron,
.user-dropdown.open .dropdown-chevron {
  transform: rotate(180deg);
}

.user-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  background: #ffffff;
  border: 1px solid #CFD6DC;
  border-radius: 30px;
  min-width: 289px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 0;
  z-index: 999;
  overflow: hidden;
  animation: slideDown 0.2s ease;
  padding: 24px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.user-dropdown.open .user-dropdown-menu {
  display: block;
}

.user-dropdown-menu .dropdown-header {
  font-size: 20px;
  font-weight: 500;
  color: #7E57FE;
  padding-bottom: 23px;
}

.user-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: all 0.12s ease;
  border-bottom: 1px solid #f5f5f5;
}
.user-dropdown-menu a:last-child {
  border-bottom: none;
}
.user-dropdown-menu a i {
  width: 18px;
  text-align: center;
  color: #999;
}
.user-dropdown-menu a:hover {
  background: #f8f5ff;
  color: #a855f7;
}
.user-dropdown-menu a:hover i {
  color: #a855f7;
}

.user-dropdown-menu .dropdown-divider {
  border-top: 1px solid #f0f0f0;
  margin: 0;
  height: 1px;
}

.user-dropdown-menu .logout-link {
  color: #e53935 !important;
  border-bottom: none;
}
.user-dropdown-menu .logout-link i {
  color: #e53935 !important;
}
.user-dropdown-menu .logout-link:hover {
  background: #fff5f5 !important;
  color: #e53935 !important;
}
.user-dropdown-menu .logout-link:hover i {
  color: #e53935 !important;
}

@media (max-width: 991px) {
  .header-search {
    max-width: 100%;
    margin: 12px 0;
    order: 3;
  }
  .navbar-menu-wrapper {
    margin: 0;
    justify-content: flex-start;
    order: 3;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #efefef;
  }
  #primary-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 0;
    width: 100%;
  }
  #primary-menu li {
    width: 100%;
  }
  #primary-menu li a {
    padding: 10px 12px 10px 0;
    border-radius: 0px;
    border-width: 0;
    border-bottom-width: 1px;
    display: block;
  }
  .header-actions {
    gap: 8px;
  }
  .btn-signin-header,
  .btn-getstarted-header {
    width: 100%;
    justify-content: center;
  }
  #header-auth-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .user-dropdown-trigger {
    padding: 4px 8px;
  }
  .user-name {
    display: none;
  }
  .dropdown-chevron {
    display: none;
  }
}
@media (max-width: 576px) {
  .navbar-brand-header {
    font-size: 1.1rem;
  }
  .header-search {
    max-width: 100%;
  }
  .header-search .search-input {
    font-size: 13px;
    padding: 8px 16px 8px 36px;
  }
  #primary-menu li a {
    padding: 8px 10px;
    font-size: 13px;
  }
  .btn-signin-header,
  .btn-getstarted-header {
    padding: 8px 14px;
    font-size: 12px;
  }
  .user-dropdown-menu {
    min-width: 200px;
  }
  .user-dropdown-menu a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
.profile-layout {
  display: flex;
  gap: 40px;
  padding: 24px 0;
}

.profile-sidebar {
  width: 330px;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 24px 8px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 100px;
  height: 626px;
}

.sidebar-header {
  padding: 0 24px 18px;
  margin: 0 -8px;
  border-bottom: 1px solid #D9DBE9;
}
.sidebar-header p {
  font-size: 24px;
  font-weight: 500;
  color: #7E57FE;
  margin: 0;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 16px;
}

.sidebar-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  color: #6F6C90;
  text-decoration: none;
  border-bottom: 1px solid #D9DBE9;
  transition: all 0.2s ease;
  cursor: pointer;
}
.sidebar-menu-item:hover {
  background: #ede9fe;
}
.sidebar-menu-item.active {
  background: #7E57FE;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
}
.sidebar-menu-item.active svg path, .sidebar-menu-item.active svg circle {
  stroke: #ffffff;
}
.sidebar-menu-item.logout {
  color: #fa0000;
}
.sidebar-menu-item.logout:hover {
  background: #fff5f5;
  color: #fa0000;
}

.profile-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-greeting {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #ffffff;
  border-radius: 24px;
}

.greeting-text {
  flex: 1;
}

.profile-card {
  background: #F7F7F7;
  border-radius: 24px;
  padding: 24px;
}
.profile-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.profile-card .card-header h5 {
  letter-spacing: -3%;
}
.profile-card .btn-edit {
  background: none;
  border: none;
  color: #7E57FE;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.profile-card .btn-edit:hover {
  opacity: 0.9;
}
.profile-card .btn-edit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.preferences-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pref-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pref-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6F6C90;
}
.pref-label span {
  display: inline-block;
}

.profile-editable .pref-label {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  gap: 4px;
}
.profile-editable .pref-label img {
  display: none;
}

.pref-value-wrapper {
  position: relative;
}

.pref-value {
  font-size: 20px;
  transition: all 0.2s ease;
  border-bottom: 1px solid #D9DBE9;
  padding-bottom: 4px;
}

.pref-input {
  color: #323232;
  padding: 10px 16px;
  border: 1px solid #D9DBE9;
  border-radius: 40px;
  background: #ffffff;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
  width: 100%;
}
.pref-input:focus {
  outline: none;
  border-color: #D9DBE9;
}
.pref-input::-moz-placeholder {
  color: #999;
}
.pref-input::placeholder {
  color: #999;
}

.phone-input-wrapper {
  display: flex;
  gap: 8px;
}

.allergen-card .allergen-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.allergen-card .allergen-item:last-child {
  border-bottom: none;
}
.allergen-card .allergen-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.allergen-card .allergen-icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.allergen-card .allergen-name {
  font-size: 20px;
  color: #323232;
  padding: 8px 0;
}

.allergen-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.allergen-info {
  flex: 1;
  display: flex;
  gap: 0;
}

.allergen-severity {
  font-size: 14px;
  font-weight: 400;
  color: #6F6C90;
}

.profile-page {
  padding: 16px 0 0 0;
  min-height: 80vh;
}

.profile-tab-nav {
  display: flex;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 8px;
  margin-bottom: 28px;
}

.profile-tab-btn {
  flex: 1;
  padding: 10px 16px;
  border: none;
  background: transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.profile-tab-btn:hover {
  background: #f3f0ff;
  color: #7c3aed;
}
.profile-tab-btn.active {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
}
.profile-tab-btn i {
  font-size: 15px;
}

.profile-tab-panel {
  display: none;
}
.profile-tab-panel.active {
  display: block;
  width: 100%;
}

.profile-form-label {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
  display: block;
}

.profile-form-control {
  border: 1px solid #e0e0e0;
  border-radius: 9px;
  padding: 10px 14px;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.profile-form-control:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
  outline: none;
}
.profile-form-control[readonly] {
  background: #f9f9f9;
  color: #888;
}

.btn-profile-primary {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 11px 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  width: 100%;
}
.btn-profile-primary:hover {
  opacity: 0.88;
}

.profile-msg-box {
  margin-top: 14px;
  font-size: 14px;
}

.address-tab-container {
  display: flex;
  flex-direction: column;
}

.addr-cards-grid {
  display: block;
  width: 100%;
}

.addr-card {
  background: #F7F7F7;
  border-radius: 24px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid transparent;
}
.addr-card:hover {
  border-color: #7E57FE;
  box-shadow: 0 4px 16px rgba(126, 87, 254, 0.1);
}
.addr-card.selected {
  border-color: #7E57FE;
  box-shadow: 0 4px 16px rgba(126, 87, 254, 0.15);
}

.addr-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.addr-label-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #7E57FE;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: capitalize;
}
.addr-label-badge i {
  font-size: 12px;
}
.addr-label-badge span {
  display: inline-block;
}

.addr-card-actions {
  display: flex;
  gap: 8px;
}

.addr-btn-edit,
.addr-btn-delete {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
}
.addr-btn-edit img,
.addr-btn-delete img {
  width: 20px;
  height: 20px;
}

.addr-btn-edit {
  color: #7E57FE;
}
.addr-btn-edit:hover {
  background: rgba(126, 87, 254, 0.1);
  color: #6d28d9;
}

.addr-btn-delete {
  color: #fa0000;
}
.addr-btn-delete:hover {
  background: rgba(250, 0, 0, 0.1);
  color: #d90000;
}

.addr-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.addr-info-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.addr-info-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6F6C90;
}
.addr-info-label span {
  display: inline-block;
}

.addr-info-value {
  font-size: 18px;
}

.addr-card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}

.addr-primary-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.addr-primary-check label {
  font-weight: 500;
  cursor: pointer;
  margin: 0;
}

.primary-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  border: 2px solid #c9c9d1;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.primary-check:checked {
  border-color: #7e57fe;
  background-color: #7e57fe;
}
.primary-check:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.primary-check:focus-visible {
  outline: 2px solid rgba(126, 87, 254, 0.4);
  outline-offset: 2px;
}

.addr-saving-spinner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7E57FE;
  font-size: 12px;
}

.tab-empty {
  text-align: center;
  padding: 60px 20px;
  color: #6F6C90;
}
.tab-empty i {
  font-size: 3rem;
  color: #ddd;
  margin-bottom: 12px;
}
.tab-empty p {
  margin: 0;
}

.tab-loading {
  text-align: center;
  padding: 60px 20px;
}

@media (max-width: 1200px) {
  .addr-cards-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .address-tab-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .addr-cards-grid {
    grid-template-columns: 1fr;
  }
  .addr-card {
    padding: 16px;
  }
}
.my-subscription-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .my-subscription-container {
    grid-template-columns: 1fr;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal-overlay.active {
  display: flex;
}

.modal-box {
  background: #ffffff;
  border-radius: 22px;
  width: 100%;
  max-height: 95vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.modal-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 16px;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1;
}
.modal-hdr h5 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.modal-close-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  line-height: 1;
}
.modal-close-btn:hover {
  color: #111;
}

.modal-bdy {
  padding: 20px 24px 24px;
}

.confirm-box {
  max-width: 380px;
  padding: 32px 28px;
  text-align: center;
}

.confirm-icon {
  font-size: 2.8rem;
  color: #dc2626;
  margin-bottom: 12px;
}

.confirm-box h5 {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.confirm-box p {
  font-size: 13px;
  color: #666;
  margin-bottom: 24px;
}

.confirm-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.btn-cancel {
  padding: 10px 24px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
}
.btn-cancel:hover {
  background: #f5f5f5;
}

.btn-del {
  padding: 10px 24px;
  border-radius: 10px;
  border: none;
  background: #dc2626;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.btn-del:hover {
  background: #b91c1c;
}
.btn-del:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.order-card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.order-card:hover {
  box-shadow: 0 4px 18px rgba(124, 58, 237, 0.1);
  border-color: #c4b5fd;
}

.order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.order-number {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.order-date {
  font-size: 12px;
  color: #999;
  margin-top: 3px;
}

.order-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.status-pending {
  background: #fef9c3;
  color: #854d0e;
}

.status-processing {
  background: #dbeafe;
  color: #1e40af;
}

.status-confirmed {
  background: #dcfce7;
  color: #166534;
}

.status-completed {
  background: #d1fae5;
  color: #065f46;
}

.status-cancelled {
  background: #fee2e2;
  color: #991b1b;
}

.status-default {
  background: #f3f4f6;
  color: #374151;
}

.order-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.order-items-preview {
  display: flex;
  gap: 6px;
}
.order-items-preview img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  border: 1px solid #eee;
}

.order-items-more {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #f3f0ff;
  color: #7c3aed;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-total-label {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.order-view-link {
  font-size: 12px;
  color: #7c3aed;
  font-weight: 600;
}

.orders-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.orders-toolbar .orders-search {
  position: relative;
  flex: 1 1 260px;
}
.orders-toolbar .orders-search input {
  width: 100%;
  height: 48px;
  border: 1px solid #D9DBE9;
  border-radius: 40px;
  padding: 0 44px 0 20px;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.0784313725);
  color: #323232;
  background: #ffffff;
}
.orders-toolbar .orders-search input::-moz-placeholder {
  color: #6F6C90;
}
.orders-toolbar .orders-search input::placeholder {
  color: #6F6C90;
}
.orders-toolbar .orders-search input:focus {
  outline: none;
  border-color: #7E57FE;
}
.orders-toolbar .orders-search .orders-search-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.orders-toolbar .orders-filter-select + .custom-select-wrapper {
  flex: 0 0 auto;
  width: 230px;
}
.orders-toolbar .custom-select-wrapper .multi-select-display {
  border-radius: 40px;
}

.orders-group-title {
  font-size: 20px;
  font-weight: 600;
  color: #323232;
  margin: 24px 0 12px;
}
.orders-group-title:first-child {
  margin-top: 0;
}

.order-card {
  background: #F7F7F7;
  border: 0;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 16px;
  cursor: default;
}
.order-card:hover {
  box-shadow: none;
  border-color: transparent;
}

.order-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.order-supplier-name {
  font-weight: 500;
}

.order-ships {
  font-size: 13px;
  color: #6F6C90;
  margin-top: 2px;
}

.order-box-total {
  color: #323232;
  margin-top: 4px;
  font-weight: 500;
}
.order-box-total span {
  color: #7E57FE;
}

.order-head-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
  color: #7E57FE;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.order-head-action svg {
  flex: 0 0 auto;
}
.order-head-action:hover {
  color: #6e3fd9;
}

.order-track-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 24px 16px 0;
  margin: 12px -24px 0;
  border-bottom: 1px solid #D9DBE9;
}

.order-track {
  display: flex;
  flex: 1 1 auto;
  min-width: 320px;
}

.order-track-step {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.order-track-step .order-track-label {
  font-size: 12px;
  color: #6F6C90;
  line-height: 1.25;
  max-width: 68px;
  min-height: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-track-step .order-track-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #D9DBE9;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.order-track-step:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -50%;
  right: 50%;
  bottom: 7px;
  height: 0;
  border-top: 2px dashed #D9DBE9;
  z-index: 0;
}
.order-track-step.is-done .order-track-dot {
  background: #27AE60;
  border-color: #27AE60;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.order-track-step.is-done::before {
  border-top-style: solid;
  border-top-color: #27AE60;
}

.order-track-meta {
  font-size: 14px;
  color: #323232;
  white-space: nowrap;
  align-self: flex-end;
}
.order-track-meta span {
  color: #7E57FE;
}

.order-items-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 8px;
}

.order-items-title {
  font-weight: 500;
}

.order-items-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
  color: #6F6C90;
}
.order-items-toggle svg {
  transition: transform 0.25s ease;
  width: 20px;
  height: 20px;
}

.order-items-body {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.order-items-body .order-item:last-child .order-item-row {
  padding-bottom: 0;
}

.order-items.is-collapsed .order-items-body {
  max-height: 0 !important;
}
.order-items.is-collapsed .order-items-toggle svg {
  transform: rotate(-180deg);
}

.order-item:not(:first-child) {
  border-top: 1px solid #D9DBE9;
}

.order-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
}

.order-item-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.order-item-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 1px solid #D9DBE9;
  flex: 0 0 auto;
  background: #ffffff;
}
.order-item-img--ph {
  background: #eee;
  display: inline-block;
}

.order-item-name {
  font-size: 14px;
  font-weight: 500;
}

.order-item-price {
  font-size: 14px;
  color: #7E57FE;
  font-weight: 600;
  margin-top: 2px;
}

.order-item-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.item-caution {
  color: #EA7418;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.item-caution span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #EA7418;
}

.item-badge.item-recommended {
  color: #27AE60;
  background: #E5FFF0;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.item-badge.item-recommended span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #27AE60;
}

.item-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
  color: #7E57FE;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.item-link svg {
  flex: 0 0 auto;
}
.item-link:hover {
  color: #6e3fd9;
}

.item-like-btn {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #6F6C90;
  line-height: 0;
}
.item-like-btn.is-liked {
  color: #D60000;
}
.item-like-btn.is-liked svg path {
  fill: currentColor;
  stroke: currentColor;
}

.item-subcard-wrap {
  padding: 0 0 12px;
}

.item-subcard-label {
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0 6px;
}

.item-subcard {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
  border-radius: 10px;
  padding: 16px;
}

.item-subcard-title {
  font-size: 14px;
  margin-bottom: 4px;
}

.item-subcard-text {
  font-size: 14px;
  line-height: 1.5;
}

.item-subcard-img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-top: 12px;
}

.item-subcard-actions {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}
.item-subcard-actions button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 2px;
}
.item-subcard-actions .subcard-edit {
  color: #7E57FE;
}
.item-subcard-actions .subcard-del {
  color: #D60000;
}

.issue-modal-box {
  max-width: 460px;
  padding: 24px;
}

.issue-modal-title {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  margin: 0 0 16px;
}

.issue-field {
  margin-bottom: 16px;
}

.issue-label {
  display: block;
  font-size: 14px;
  color: #323232;
  margin-bottom: 4px;
}

.form-textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #D9DBE9;
  border-radius: 20px;
  padding: 12px 16px;
  color: #323232;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.0784313725);
}
.form-textarea::-moz-placeholder {
  color: #6F6C90;
}
.form-textarea::placeholder {
  color: #6F6C90;
}
.form-textarea:focus {
  outline: none;
  border-color: #7E57FE;
}

.char-counter {
  text-align: right;
  font-size: 12px;
  color: #6F6C90;
}

.upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 60px;
  border: 2px dashed #D9DBE9;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  padding: 12px;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.0784313725);
  transition: border-color 0.2s ease;
}
.upload-box:hover {
  border-color: #7E57FE;
}
.upload-box .upload-box-text {
  font-size: 12px;
  color: #6F6C90;
}
.upload-box .upload-box-text span {
  text-decoration: underline;
}
.upload-box .upload-box-preview.has-img {
  margin-top: 8px;
}
.upload-box .upload-box-preview img {
  max-height: 90px;
  border-radius: 8px;
}

.upload-hint {
  font-size: 12px;
  color: #6F6C90;
  margin-top: 6px;
}

.issue-modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 45px;
}
.issue-modal-actions button {
  flex: 1 1 0;
}

@media (max-width: 768px) {
  .order-card {
    padding: 16px;
  }
  .orders-toolbar .orders-search {
    flex: 1 1 100%;
  }
  .orders-toolbar .orders-filter-select + .custom-select-wrapper {
    flex: 1 1 45%;
    width: auto;
  }
  .order-track-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 24px 0 16px;
    margin: 12px 0 0 0;
  }
  .order-track {
    min-width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .order-track-step {
    min-width: 64px;
  }
  .order-track-meta {
    align-self: flex-start;
    padding-bottom: 0;
  }
  .order-item-row {
    align-items: flex-start;
  }
  .order-item-actions {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .orders-toolbar .orders-filter-select + .custom-select-wrapper {
    flex: 1 1 100%;
  }
  .order-head-action span {
    display: none;
  }
  .order-card-top {
    gap: 8px;
  }
}
.order-modal-box {
  max-width: 560px;
}

.modal-section {
  margin-bottom: 20px;
}

.modal-section-title {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.modal-item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.modal-item-row:last-child {
  border-bottom: none;
}
.modal-item-row img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
  flex-shrink: 0;
  border: 1px solid #eee;
}

.modal-item-info {
  flex: 1;
}

.modal-item-name {
  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.modal-item-meta {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}

.modal-item-price {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.modal-addr-box {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  color: #444;
  line-height: 1.7;
}

.modal-totals-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
}
.modal-totals-row.grand {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 4px;
}

.modal-meta-row {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}
.modal-meta-row span {
  color: #444;
  font-weight: 600;
}

.tab-empty {
  text-align: center;
  padding: 60px 20px;
}

.spinner-purple {
  width: 2rem;
  height: 2rem;
  border-width: 3px;
  color: #7c3aed;
}

.allergen-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fafafa;
  transition: border-color 0.2s;
}
.allergen-row:hover {
  border-color: #7c3aed;
}
.allergen-row.selected {
  border-color: #7c3aed;
  background: #f3eeff;
}

.allergen-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.allergen-info img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.severity-btns {
  display: flex;
  gap: 0.35rem;
}

.severity-btn {
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  background: #ffffff;
  font-size: 0.78rem;
  cursor: pointer;
  transition: all 0.2s;
  color: #6c757d;
}
.severity-btn:hover {
  border-color: #7c3aed;
  color: #7c3aed;
}
.severity-btn.active-high {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}
.severity-btn.active-medium {
  background: #fd7e14;
  border-color: #fd7e14;
  color: #ffffff;
}
.severity-btn.active-low {
  background: #198754;
  border-color: #198754;
  color: #ffffff;
}

.rating-section {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 14px;
  margin-top: 12px;
}

.rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.rating-item:last-child {
  border-bottom: none;
}

.rating-item-name {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  flex: 1;
}

.rating-stars {
  display: flex;
  gap: 4px;
  cursor: pointer;
}
.rating-stars .star {
  font-size: 18px;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s;
}
.rating-stars .star.active, .rating-stars .star:hover, .rating-stars .star.hover {
  color: #ffc107;
}

.ticket-section {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 14px;
  margin-top: 12px;
}

.ticket-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ticket-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
  resize: vertical;
  min-height: 80px;
}
.ticket-textarea:focus {
  outline: none;
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.ticket-submit-btn {
  align-self: flex-start;
  padding: 8px 16px;
  background: #7c3aed;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.ticket-submit-btn:hover {
  background: #6d28d9;
}
.ticket-submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.ticket-list {
  margin-top: 12px;
}

.ticket-item {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 8px;
  font-size: 12px;
}

.ticket-item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.ticket-item-date {
  color: #999;
  font-size: 11px;
}

.ticket-item-status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.ticket-status-open {
  background: #dbeafe;
  color: #1e40af;
}

.ticket-status-resolved {
  background: #dcfce7;
  color: #166534;
}

.greeting-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #D9DBE9;
}
.greeting-avatar .user-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting-avatar .edit-avatar {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 25px;
  height: 25px;
  z-index: 99;
  background-color: #F7F7F7;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.greeting-avatar .edit-avatar input {
  position: absolute;
  opacity: 0;
  left: -1000px;
}
.greeting-avatar .edit-avatar svg {
  width: 16px;
  height: 16px;
}
.greeting-avatar .edit-avatar svg path {
  stroke: #6F6C90;
}
.greeting-avatar .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: none;
}
.greeting-avatar .overlay button {
  padding: 0;
  border: 0;
  background: transparent;
}
.greeting-avatar .overlay svg path {
  stroke: #ffffff;
}
.greeting-avatar:hover .overlay {
  display: inline-flex;
}

@media (max-width: 1200px) {
  .profile-layout {
    flex-direction: column;
  }
  .profile-sidebar {
    width: 100%;
    position: static;
  }
}
@media (max-width: 768px) {
  .profile-layout {
    padding: 16px;
    gap: 16px;
  }
  .profile-sidebar {
    display: none;
  }
  .profile-greeting {
    flex-direction: column;
    text-align: center;
  }
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .card-header h5 {
    font-size: 18px;
  }
  .preferences-content {
    gap: 12px;
  }
  .preferences-content .row {
    gap: 12px;
  }
  .pref-item {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .pref-item:last-child {
    border-bottom: none;
  }
  .allergen-content {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
  }
  .allergen-item {
    padding: 12px;
  }
  .allergen-name {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .profile-layout {
    padding: 12px;
  }
  .profile-greeting {
    padding: 16px;
  }
  .profile-card {
    padding: 16px;
  }
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .card-header h5 {
    font-size: 16px;
  }
  .pref-item {
    padding: 10px 0;
  }
  .pref-value {
    font-size: 16px;
    margin-left: 24px;
  }
  .allergen-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .allergen-item {
    padding: 12px;
    flex-direction: row;
  }
  .allergen-icon {
    width: 40px;
    height: 40px;
  }
  .allergen-name {
    font-size: 14px;
  }
  .allergen-severity {
    font-size: 10px;
    padding: 3px 8px;
  }
}
.add-address-container,
.update-address-container {
  max-width: 54%;
  margin: 0 auto;
  padding: 32px 16px;
}
@media (max-width: 768px) {
  .add-address-container,
  .update-address-container {
    padding: 24px 12px;
    max-width: 90%;
  }
}

.add-address-header,
.update-address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  .add-address-header,
  .update-address-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

.add-address-title,
.update-address-title {
  font-size: 24px;
  font-weight: 600;
  color: #323232;
  margin: 0;
}

.btn-back-address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7E57FE;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-back-address:hover {
  color: #6e3fd9;
  gap: 12px;
}
.btn-back-address i {
  font-size: 16px;
}

.add-address-form .row,
.update-address-form .row {
  margin-bottom: 16px;
}
.add-address-form .col-6,
.add-address-form .col-12,
.update-address-form .col-6,
.update-address-form .col-12 {
  margin-bottom: 12px;
}

.profile-form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}

.add-address-actions,
.update-address-actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 576px) {
  .add-address-actions,
  .update-address-actions {
    flex-direction: column;
  }
}

.profile-msg-box {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  display: none;
}
.profile-msg-box:not(:empty) {
  display: block;
}
.profile-msg-box .text-success {
  color: #10b981;
}
.profile-msg-box .text-danger {
  color: #ef4444;
}

.tab-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px;
  min-height: 200px;
}
.tab-loading .spinner-border {
  width: 40px;
  height: 40px;
  border-width: 4px;
}
.tab-loading .spinner-purple {
  border-color: rgba(125, 89, 254, 0.2);
  border-right-color: #7E57FE;
}

@media (max-width: 576px) {
  .add-address-container,
  .update-address-container {
    padding: 16px 12px;
  }
}
.breadcrumb-nav {
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
}
.breadcrumb-nav svg {
  width: 20px;
  height: 20px;
}
.breadcrumb-nav .breadcrumb-link {
  color: #6F6C90;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}
.breadcrumb-nav .breadcrumb-link:hover {
  color: #7d59fe;
}
.breadcrumb-nav .breadcrumb-current {
  color: #7E57FE;
}

.breadcrumb-separator {
  color: #ddd;
}

.add-address-title {
  font-size: 32px;
  font-weight: 500;
  color: #7E57FE;
  margin: 0;
}

.add-address-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.add-address-form .form-row.full-width {
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .add-address-form .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.add-address-form .input-group-phone {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.add-address-form .input-group-phone .custom-select-native + .custom-select-wrapper {
  flex: 0 0 auto;
  width: 110px;
}
.add-address-form .input-group-phone .form-control {
  flex: 1;
}
.add-address-form .radio-group {
  display: flex;
  gap: 24px;
  margin-top: 12px;
}
@media (max-width: 576px) {
  .add-address-form .radio-group {
    gap: 16px;
  }
}
.add-address-form .radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.add-address-form .radio-item input[type=radio] {
  display: none;
}
.add-address-form .radio-item input[type=radio]:checked + .radio-label .radio-dot {
  background: #7E57FE;
  border-color: #7E57FE;
}
.add-address-form .radio-item input[type=radio]:checked + .radio-label .radio-dot::after {
  opacity: 1;
}
.add-address-form .radio-item .radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #323232;
  font-weight: 500;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.add-address-form .radio-item .radio-label .radio-dot {
  width: 20px;
  height: 20px;
  border: 2px solid #6F6C90;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
.add-address-form .radio-item .radio-label .radio-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.add-address-form .form-actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.add-address-form .form-actions .btn {
  flex: 1 1 0;
}
@media (max-width: 576px) {
  .add-address-form .form-actions {
    flex-direction: column;
  }
}

.profile-msg-box {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  display: none;
}
.profile-msg-box:not(:empty) {
  display: block;
}
.profile-msg-box .text-success {
  color: #10b981;
}
.profile-msg-box .text-danger {
  color: #ef4444;
}

.tab-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  min-height: 200px;
}
.tab-loading .spinner-border {
  width: 40px;
  height: 40px;
  border-width: 4px;
}
.tab-loading .spinner-purple {
  border-color: rgba(125, 89, 254, 0.2);
  border-right-color: #7d59fe;
}

.register-wrapper {
  display: flex;
  min-height: 100vh;
  background-color: #ffffff;
}

.register-left {
  flex: 1;
  background: linear-gradient(135deg, #a32ede, #7d59fe);
  color: #ffffff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .register-left {
    display: none;
  }
}

.register-left-inner {
  position: relative;
  z-index: 2;
}

.register-logo {
  margin-bottom: 60px;
}
.register-logo img {
  height: 40px;
  width: auto;
}

.register-heading-section {
  margin-bottom: 80px;
}

.register-heading {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -1px;
}

.register-left-image {
  position: absolute;
  bottom: 0;
  right: -50px;
  height: 500px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
}

.register-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.feature-icon svg {
  width: 20px;
  height: 20px;
}

.feature-text {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

.register-right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .register-right {
    padding: 20px;
    justify-content: flex-start;
    padding-top: 80px;
  }
}

.register-back-btn {
  position: absolute;
  top: 24px;
  left: 40px;
  background: none;
  border: none;
  color: #7E57FE;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}
.register-back-btn:hover {
  color: #6e3fd9;
}
.register-back-btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .register-back-btn {
    left: 20px;
  }
}

.register-form-container {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.register-step {
  animation: fadeIn 0.3s ease;
}
.register-step.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.register-title {
  font-size: 28px;
  font-weight: 700;
  color: #7E57FE;
  margin-bottom: 12px;
  line-height: 1.2;
}

.register-subtitle {
  font-size: 14px;
  color: #6F6C90;
  margin-bottom: 24px;
  line-height: 1.5;
}
.register-subtitle strong {
  color: #323232;
  font-weight: 600;
}

.register-form-group {
  margin-bottom: 24px;
}
.register-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 8px;
}

.register-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D9DBE9;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #ffffff;
}
.register-input:focus {
  outline: none;
  border-color: #7E57FE;
  box-shadow: 0 0 0 3px rgba(126, 87, 254, 0.1);
}
.register-input::-moz-placeholder {
  color: #999;
}
.register-input::placeholder {
  color: #999;
}

.otp-inputs {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.otp-input {
  width: 42px;
  height: 48px;
  padding: 0 !important;
  border: 1px solid #D9DBE9;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #ffffff;
  color: #6F6C90;
}
.otp-input:focus {
  outline: none;
  border-color: #7E57FE;
  box-shadow: 0 0 0 3px rgba(126, 87, 254, 0.1);
}
.otp-input::-moz-placeholder {
  color: #ccc;
}
.otp-input::placeholder {
  color: #ccc;
}

.register-error {
  display: none;
  font-size: 12px;
  color: #dc3545;
  margin-top: 6px;
  animation: slideDown 0.2s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.register-btn-primary {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #a32ede, #7d59fe);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  margin-bottom: 20px;
}
.register-btn-primary:hover:not(:disabled) {
  opacity: 0.9;
  transform: translateY(-2px);
}
.register-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.register-btn-primary:active:not(:disabled) {
  transform: translateY(0);
}

.register-divider {
  text-align: center;
  font-size: 13px;
  color: #6F6C90;
  margin: 24px 0;
  position: relative;
}
.register-divider::before, .register-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 40px);
  height: 1px;
  background-color: #D9DBE9;
}
.register-divider::before {
  left: 0;
}
.register-divider::after {
  right: 0;
}

.register-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.register-social-btn {
  padding: 12px;
  border: 1px solid #D9DBE9;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  color: #323232;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.register-social-btn:hover {
  border-color: #7E57FE;
  background-color: rgba(126, 87, 254, 0.05);
}
.register-social-btn svg {
  width: 20px;
  height: 20px;
}

.register-terms {
  font-size: 12px;
  color: #6F6C90;
  margin-bottom: 24px;
  line-height: 1.5;
}

.register-link {
  color: #7E57FE;
  font-weight: 600;
  transition: color 0.2s ease;
}
.register-link:hover {
  color: #6e3fd9;
}

.register-link-btn {
  background: none;
  border: none;
  color: #7E57FE;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  transition: color 0.2s ease;
}
.register-link-btn:hover {
  color: #6e3fd9;
}

.register-signin-link {
  text-align: center;
  font-size: 13px;
  color: #6F6C90;
  margin-top: 20px;
}
.register-signin-link a {
  color: #7E57FE;
  font-weight: 600;
}

.register-resend {
  text-align: center;
  font-size: 13px;
  color: #6F6C90;
  margin-top: 16px;
}
.register-resend strong {
  color: #323232;
}

@media (max-width: 768px) {
  .register-wrapper {
    flex-direction: column;
  }
  .register-right {
    padding: 20px;
    padding-top: 80px;
  }
  .register-back-btn {
    top: 16px;
    left: 20px;
  }
  .register-form-container {
    max-width: 100%;
  }
  .register-title {
    font-size: 24px;
  }
  .otp-inputs {
    gap: 8px;
  }
  .otp-input {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .register-social {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .register-right {
    padding: 16px;
    padding-top: 70px;
  }
  .register-title {
    font-size: 20px;
  }
  .register-btn-primary {
    padding: 12px;
    font-size: 14px;
  }
  .otp-inputs {
    gap: 6px;
  }
  .otp-input {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.onboarding-wrapper {
  height: 100%;
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .onboarding-wrapper {
    flex-direction: column;
  }
}

.onboarding-logo {
  height: 30px;
}
.onboarding-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .onboarding-logo {
    width: 140px;
    height: 32px;
  }
}

.onboarding-left-inner {
  display: flex;
  flex-direction: column;
  gap: 255px;
  align-items: flex-start;
  height: 100%;
}
.onboarding-left-inner .onboarding-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  max-width: 435px;
}
.onboarding-left-inner .onboarding-heading {
  color: #7E57FE;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -3%;
  margin: 0;
}
@media (max-width: 991px) {
  .onboarding-left-inner .onboarding-heading {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 576px) {
  .onboarding-left-inner .onboarding-heading {
    font-size: 36px;
    letter-spacing: -1px;
  }
}
.onboarding-left-inner .onboarding-subtitle {
  color: #6F6C90;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 576px) {
  .onboarding-left-inner .onboarding-subtitle {
    font-size: 16px;
  }
}
.onboarding-left-inner .onboarding-footer {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.onboarding-left-inner .onboarding-footer .onboarding-signin-text {
  color: #6F6C90;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 576px) {
  .onboarding-left-inner .onboarding-footer .onboarding-signin-text {
    font-size: 14px;
  }
}
.onboarding-left-inner .onboarding-footer .onboarding-signin-text .onboarding-signin-link {
  color: #7E57FE;
  font-weight: 400;
  text-decoration: underline;
  animation-duration: 0ms;
}
.onboarding-left-inner .onboarding-footer .onboarding-signin-text .onboarding-signin-link:hover {
  opacity: 0.8;
}

.onboarding-right-inner {
  max-height: calc(100vh - 115px);
  overflow: auto;
}
@media (max-width: 1024px) {
  .onboarding-right-inner {
    max-height: calc(100vh - 700px);
  }
}
@media (max-width: 912px) {
  .onboarding-right-inner {
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.onboarding-right-inner {
  /* Firefox */
  scrollbar-width: none;
  /* IE and Edge */
  -ms-overflow-style: none;
}

/* Chrome, Safari, Opera */
.onboarding-right-inner::-webkit-scrollbar {
  display: none;
}

.onboarding-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.3s ease;
}

.progress-step.active .step-number {
  background: linear-gradient(135deg, #7E57FE, #20c997);
  color: #ffffff;
}

.step-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.progress-step.active .step-label {
  color: #7E57FE;
  font-weight: 600;
}

.progress-line {
  width: 60px;
  height: 2px;
  background: #e9ecef;
}
@media (max-width: 576px) {
  .progress-line {
    width: 40px;
  }
}

.onboarding-section-header {
  text-align: center;
  margin-bottom: 16px;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #323232;
  margin: 0 0 8px 0;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }
}

.section-description {
  color: #6F6C90;
  margin: 0;
}
@media (max-width: 576px) {
  .section-description {
    font-size: 14px;
  }
}

.allergen-accordion-wrapper {
  margin-bottom: 24px;
}

.allergen-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.allergen-accordion .allergen-item {
  border-color: transparent;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.allergen-accordion .allergen-item .selected-icon {
  display: none;
}
.allergen-accordion .allergen-item.selected {
  border: 1px solid #7E57FE;
}
.allergen-accordion .allergen-item.selected .accordion-button {
  background-color: #ffffff;
}
.allergen-accordion .allergen-item.selected .accordion-button::after {
  opacity: 1;
}
.allergen-accordion .allergen-item.selected .allergen-icon-box {
  background-color: #7E57FE;
}
.allergen-accordion .allergen-item.selected .allergen-icon-box .allergen-icon-img {
  display: none;
}
.allergen-accordion .allergen-item.selected .allergen-icon-box .allergen-icon-img.selected-icon {
  display: block;
}
.allergen-accordion .allergen-item.has_severity {
  border: 1px solid #7E57FE;
}
.allergen-accordion .allergen-item.has_severity .accordion-button {
  background: #ffffff;
  border-color: #7E57FE;
}
.allergen-accordion .allergen-item:hover {
  box-shadow: 0 2px 8px rgba(126, 87, 254, 0.1);
}
.allergen-accordion .accordion-header {
  margin: 0;
  width: 100%;
}

.noUi-handle {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  border: 3px solid #a020f0;
  background: #ffffff;
  box-shadow: none !important;
}

.noUi-handle::before,
.noUi-handle::after {
  display: none !important;
}

.noUi-handle:focus {
  outline: none;
  box-shadow: none !important;
}

.accordion-button {
  background: rgba(229, 221, 255, 0.5019607843);
  border: none;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
  background: #ffffff;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion-button.accordion-button:not(.collapsed)::after, .accordion-button::after {
  content: "";
  margin-left: auto;
  transition: transform 0.3s ease;
  background-image: url("../assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 6px;
  background-size: 14px;
  opacity: 0;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-button .allergen-header-content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.accordion-button .allergen-header-content .allergen-icon-box {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-button .allergen-header-content .allergen-icon-box .allergen-icon-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 28px;
  height: 28px;
}

.allergen-icon-placeholder {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.allergen-title {
  font-size: 20px;
  font-weight: 400;
  color: #323232;
}

.allergen-severity-label {
  font-size: 14px;
  font-weight: 400;
  color: #7E57FE;
  margin-left: auto;
  margin-right: 12px;
}

.accordion-body {
  padding: 24px;
  padding-top: 0;
  background: #ffffff;
}
.accordion-body .allergen-content {
  padding-left: 40px;
}
.accordion-body .allergen-content hr {
  border-top: 1px solid #E5DDFF;
  opacity: 1;
  margin: 0 0 4px;
}

.allergen-description {
  font-size: 14px;
  color: #6F6C90;
  line-height: 1.6;
  margin: 0 0 24px 0;
}

.allergen-learn-more {
  color: #7E57FE;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.allergen-learn-more:hover {
  opacity: 0.8;
}

.allergen-slider-container {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.allergen-slider-container .slider-track {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #6ED728 0%, #FFEF0D 50.96%, #FD2626 100%);
  position: relative;
  /* White Points */
}
.allergen-slider-container .slider-track .point {
  width: 8px;
  height: 8px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.allergen-slider-container .slider-track .point:nth-child(1) {
  left: 12%;
}
.allergen-slider-container .slider-track .point:nth-child(2) {
  left: 38%;
}
.allergen-slider-container .slider-track .point:nth-child(3) {
  left: 62%;
}
.allergen-slider-container .slider-track .point:nth-child(4) {
  left: 88%;
}

.slider-emoji {
  position: absolute;
  left: 12%;
  top: 6px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  z-index: 5;
  pointer-events: none;
  transition: left 0.2s ease;
}

.allergen-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: 10;
}
.allergen-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  box-shadow: none !important;
}
.allergen-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  box-shadow: none !important;
}
.allergen-slider::-moz-range-track {
  background: transparent;
  border: none;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 4px;
}
.slider-labels span {
  font-size: 14px;
  font-weight: 400;
  color: #6F6C90;
  text-align: center;
  flex: 1;
  max-width: 25%;
}
@media (max-width: 576px) {
  .slider-labels span {
    font-size: 9px;
  }
}

.allergen-info-box {
  gap: 12px;
  padding: 16px;
  background: #B7FFBC;
  border-radius: 20px;
  margin-top: 16px;
  font-size: 14px;
  color: #323232;
}
.allergen-info-box .info-label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.allergen-search-box {
  position: relative;
  margin-bottom: 24px;
}
.allergen-search-box i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #6F6C90;
  pointer-events: none;
}

.allergen-search-input {
  width: 100%;
  padding: 12px 16px 12px 48px;
  border: 1px solid #D9DBE9;
  border-radius: 40px;
  font-size: 16px;
  color: #323232;
  background: #ffffff;
  transition: all 0.3s ease;
}
.allergen-search-input::-moz-placeholder {
  color: #6F6C90;
}
.allergen-search-input::placeholder {
  color: #6F6C90;
}
.allergen-search-input:focus {
  outline: none;
  border-color: #7E57FE;
  box-shadow: 0 0 0 3px rgba(126, 87, 254, 0.1);
}
@media (max-width: 576px) {
  .allergen-search-input {
    font-size: 14px;
    padding: 8px 12px 8px 40px;
  }
}

.onboarding-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 576px) {
  .onboarding-actions {
    flex-direction: column;
    gap: 12px;
  }
}

.btn-onboarding-skip {
  flex: 1;
  padding: 12px 24px;
  border: 2px solid #D9DBE9;
  border-radius: 20px;
  background: #ffffff;
  color: #6F6C90;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-onboarding-skip:hover {
  border-color: #7E57FE;
  color: #7E57FE;
  background: #f8f5ff;
}
@media (max-width: 576px) {
  .btn-onboarding-skip {
    width: 100%;
  }
}

.btn-primary {
  padding: 8px 24px;
  border: none;
  border-radius: 50px;
  background: #7E57FE;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-primary i {
  font-size: 18px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):hover {
  background-color: #6e3fd9;
  text-decoration: none;
}
.btn-primary:active {
  transform: translateY(0);
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 576px) {
  .btn-primary {
    width: 100%;
  }
}

.onboarding-message {
  display: none;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 16px;
}
.onboarding-message.message-info {
  background: #dbeafe;
  border: 1px solid #93c5fd;
  color: #1e40af;
}
.onboarding-message.message-success {
  background: #dcfce7;
  border: 1px solid #86efac;
  color: #166534;
}
.onboarding-message.message-error {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}
.onboarding-message.message-warning {
  background: #fef3c7;
  border: 1px solid #fcd34d;
  color: #92400e;
}

@media (max-width: 991px) {
  .onboarding-wrapper {
    flex-direction: column;
  }
  .onboarding-left {
    min-height: 300px;
  }
  .onboarding-left-inner {
    min-height: 300px;
  }
}
@media (max-width: 912px) {
  .onboarding-left {
    min-height: 250px;
  }
  .onboarding-left-inner {
    min-height: auto;
    gap: 5px;
    padding: 16px;
  }
  .onboarding-heading {
    font-size: 32px;
  }
  .onboarding-subtitle {
    font-size: 14px;
  }
  .section-title {
    font-size: 20px;
  }
  .allergen-accordion {
    gap: 8px;
  }
  .accordion-button {
    padding: 10px;
    font-size: 14px;
  }
  .accordion-body {
    padding: 16px;
  }
  .allergen-slider-container {
    padding-top: 35px;
  }
  .slider-emoji {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
.auth-heading {
  font-size: 54px;
  font-weight: 400;
  color: #7E57FE;
  line-height: 1.2;
}

.no-allergen-wrapper {
  background-color: rgba(229, 221, 255, 0.5019607843);
  border-radius: 50px;
  padding: 8px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 16px;
}
.no-allergen-wrapper span {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-allergen-wrapper span img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 16px;
  height: 16px;
}

.text-purple {
  color: #7E57FE;
}

.no-allergen-wrapper {
  cursor: pointer;
}
.no-allergen-wrapper.active {
  background: #ffffff;
  border: 1px solid #7E57FE;
}
.no-allergen-wrapper.active span {
  background-color: #7E57FE;
}

.allergen-accordion {
  transition: opacity 0.3s ease;
}
.allergen-accordion.disabled-allergens {
  opacity: 0.4;
  pointer-events: none;
}

.text-gray {
  color: #6F6C90;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.preference-card {
  background: #F7F7F7;
  border-radius: 24px;
  padding: 24px;
  max-width: 430px;
}
.preference-card img {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.preference-card .title.active img {
  transform: rotate(180deg);
}

.divider {
  height: 1px;
  background: #D9DBE9;
}

.preference-tags {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.preference-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  margin-top: 0;
  transition: all 0.35s ease;
}
.preference-tags.open {
  margin-top: 16px;
}

.preference-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E5DDFF;
  color: #323232;
  border-radius: 50px;
  padding: 3px 16px 3px 4px;
  font-size: 14px;
  font-weight: 400;
}

.tag-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.tag-icon img {
  width: 17px;
}

.stats-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.stat-item {
  flex: 1;
}

.stat-number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 10px;
}

.stat-label {
  font-weight: 500;
  color: #323232;
  margin-bottom: 4px;
}

.stat-text {
  font-size: 14px;
  line-height: 1.5;
  color: #6F6C90;
}

.signin-text {
  margin-top: 70px;
  color: #6F6C90;
}

.signin-text a {
  color: #7E57FE;
  text-decoration: underline;
}

.vertical-divider {
  width: 1px;
  background: #E7E1F4;
}

.numbered-accordion .accordion-item {
  border-bottom: 1px solid #D9DBE9;
  padding: 22px 0;
}
.numbered-accordion .accordion-item:last-child {
  border: 0;
}
.numbered-accordion .accordion-header {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.numbered-accordion .accordion-left {
  display: flex;
  gap: 18px;
  align-items: flex-end;
}
.numbered-accordion .accordion-number {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #E5DDFF;
  min-width: 60px;
}
.numbered-accordion .accordion-title {
  line-height: 1.45;
  color: #323232;
  max-width: 250px;
}
.numbered-accordion .accordion-icon {
  color: #2C2540;
  font-size: 20px;
}
.numbered-accordion .accordion-body {
  padding-top: 24px;
  display: none;
}
.numbered-accordion .accordion-image-card {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}
.numbered-accordion .accordion-image-card img {
  width: 100%;
  max-width: 420px;
  display: block;
}
.numbered-accordion .accordion-item.active .accordion-body {
  display: block;
}
.numbered-accordion .accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}
.numbered-accordion .accordion-item.active .accordion-title, .numbered-accordion .accordion-item.active .accordion-number {
  color: #7E57FE;
}

.btn-outline {
  border: 1px solid #7E57FE;
  background: #ffffff;
  border-radius: 50px;
  padding: 8px 24px;
  color: #7E57FE;
  text-decoration: none;
}
.btn-outline:hover {
  background: rgba(126, 87, 254, 0.1);
  border-color: rgba(126, 87, 254, 0.1);
  text-decoration: none;
}

@media (max-width: 1200px) {
  .preference-card {
    max-width: 100%;
  }
  .accordion-body {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .accordion-number {
    font-size: 40px;
    min-width: 50px;
  }
  .accordion-title {
    font-size: 18px;
  }
  .action-buttons {
    flex-direction: column;
  }
  .btn-primary {
    min-width: auto;
  }
  .stats-wrapper {
    flex-direction: column;
  }
  .vertical-divider {
    width: 100%;
    height: 1px;
  }
  .signin-text {
    margin-top: 40px;
  }
}
.hero-swiper-slider.swiper {
  width: 100%;
  height: 700px;
  overflow: visible;
}
.hero-swiper-slider .swiper-pagination {
  position: relative;
  opacity: 1;
  padding: 10px 0;
}
.hero-swiper-slider .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 20px;
  background: #E5DDFF;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.hero-swiper-slider .swiper-pagination-bullet-active {
  background: #E5DDFF;
  width: 60px;
}
.hero-swiper-slider .swiper-pagination-bullet span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #7E57FE;
}
.hero-swiper-slider .swiper-slide {
  background-color: #E9E2FF;
  border-radius: 40px;
  padding: 36px;
  overflow: hidden;
}

.slide-bg-text {
  font-size: 90px;
  color: #7E57FE;
  font-weight: 700;
  letter-spacing: -5%;
  line-height: 1;
}
.slide-bg-text:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.slide-bg-text.top::before {
  left: -35px;
  top: -35px;
  width: 600px;
  height: 220px;
  background-image: url("./../assets/images/slide-one-top-text.png");
}
.slide-bg-text.bottom {
  text-align: right;
  margin-top: auto;
}
.slide-bg-text.bottom::before {
  background-image: url("./../assets/images/slide-one-bottom-text.png");
  right: -35px;
  bottom: -35px;
  height: 258px;
  width: 670px;
}

.grid-slide-one {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
}

.slide-one-girl {
  bottom: -36px;
  left: -15px;
  width: 475px;
}

.alergic-badges {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: absolute;
  right: -40px;
  top: 70px;
}
.alergic-badges li {
  border-radius: 40px;
  padding: 7px 16px 5px 49px;
  line-height: 1.5;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  font-weight: 500;
  color: #7E57FE;
  position: relative;
  transition: background-color 0.5s ease, color 0.5s ease, padding 0.5s ease;
}
.alergic-badges li:nth-child(2) {
  left: 40px;
}
.alergic-badges li:nth-child(3) {
  left: 60px;
}
.alergic-badges li:nth-child(4) {
  left: 100px;
}
.alergic-badges li:nth-child(5) {
  left: 50px;
}
.alergic-badges li:nth-child(6) {
  left: 27px;
}
.alergic-badges li span {
  width: 30px;
  height: 30px;
  background-color: #E9E2FF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.5s ease, background-color 0.5s ease;
}
.alergic-badges li span img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease 0.2s;
}
.alergic-badges li.is-checked {
  background-color: #7E57FE;
  color: #ffffff;
  padding: 7px 49px 5px 16px;
}
.alergic-badges li.is-checked span {
  left: calc(100% - 40px);
  background-color: #ffffff;
}
.alergic-badges li.is-checked span img {
  opacity: 1;
}

.slide-one-right .product-stack {
  position: absolute;
  right: 50px;
  top: 110px;
  width: 360px;
  height: 300px;
}
.slide-one-right .product-stack img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.slide-one-right .product-stack img.active {
  opacity: 1;
  transform: translateY(0);
}

.slide-one-cta {
  position: absolute;
  left: 290px;
  bottom: 0px;
  z-index: 5;
}
.slide-one-cta .cta-text {
  font-size: 16px;
  color: #323232;
  margin-bottom: 12px;
}
.slide-one-cta .btn-build {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #E96D14;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.slide-one-cta .btn-build:hover {
  background-color: #d3650f;
  transform: translateY(-1px);
}

@keyframes s1SlideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-90px);
  }
  55% {
    opacity: 1;
    transform: translateX(20px);
  }
  75% {
    transform: translateX(-8px);
  }
  90% {
    transform: translateX(3px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes s1DropInTop {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  55% {
    opacity: 1;
    transform: translateY(16px);
  }
  75% {
    transform: translateY(-6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.s1-anim .alergic-badges,
.s1-anim .slide-one-girl,
.s1-anim .product-stack {
  opacity: 0;
}
.s1-anim .slide1.s1-animate .slide-one-girl {
  animation: s1SlideInLeft 0.75s ease-out 0.1s both;
}
.s1-anim .slide1.s1-animate .alergic-badges {
  animation: s1SlideInLeft 0.75s ease-out 0.2s both;
}
.s1-anim .slide1.s1-animate .product-stack {
  animation: s1DropInTop 0.75s ease-out 0.2s both;
}

.slide2 {
  background-color: #E9E2FF;
}

.slide-two {
  height: 100%;
}
.slide-two .s2-title {
  position: relative;
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #7E57FE;
  white-space: nowrap;
  z-index: 2;
}
.slide-two .s2-title::before {
  content: attr(data-text);
  position: absolute;
  left: -42px;
  top: -73px;
  font-size: 90px;
  color: rgba(126, 87, 254, 0.1);
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
}
.slide-two .s2-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 200px;
  left: 6px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 3;
}
.slide-two .s2-legend li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}
.slide-two .s2-legend li img {
  width: 26px;
  height: 26px;
}
.slide-two .s2-legend li.safe {
  background: #E5FFF0;
  color: #27AE60;
}
.slide-two .s2-legend li.caution {
  background: #FFFCE5;
  color: #F6B616;
  left: 26px;
}
.slide-two .s2-legend li.danger {
  background: #FFEAEA;
  color: #E50505;
  left: 48px;
}
.slide-two .s2-products {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-44%);
  width: 460px;
  z-index: 2;
}
.slide-two .s2-products .s2-cluster {
  width: 100%;
  display: block;
}
.slide-two .s2-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 12px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  z-index: 5;
}
.slide-two .s2-tag img {
  top: -18px;
  position: absolute;
}
.slide-two .s2-tag.safe {
  background-color: #E5FFF0;
  color: #27AE60;
}
.slide-two .s2-tag.caution {
  background-color: #FFFCE5;
  color: #E96D14;
}
.slide-two .s2-tag.danger {
  background-color: #FFEAEA;
  color: #E50505;
}
.slide-two .tag-matches {
  top: 130px;
  left: -46px;
}
.slide-two .tag-gluten {
  top: 30px;
  right: -70px;
  white-space: normal;
  max-width: 200px;
}
.slide-two .tag-soy {
  bottom: -15px;
  left: -20px;
  white-space: normal;
  max-width: 200px;
  text-align: right;
}
.slide-two .tag-soy img {
  right: 15px;
}
.slide-two .s2-dot {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #E5FFF0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 6;
}
.slide-two .s2-dot img {
  width: 22px;
  height: 22px;
}
.slide-two .dot-1 {
  top: 60px;
  right: 96px;
}
.slide-two .dot-2 {
  top: 250px;
  left: 128px;
}
.slide-two .dot-3 {
  top: 200px;
  right: 4px;
}
.slide-two .s2-cta {
  left: 6px;
  bottom: 0px;
}
.slide-two .s2-tagline {
  position: absolute;
  letter-spacing: -5%;
  right: 0px;
  bottom: 0px;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  color: #6F6C90;
  z-index: 3;
  text-align: right;
}

@keyframes s2Pop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes s2FadeUp {
  0% {
    opacity: 0;
    transform: translateX(122px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.s1-anim .slide2 .s2-el {
  opacity: 0;
}

.slide2.s2-animate .s2-title {
  animation: s2FadeUp 0.6s ease-out 0.05s both;
}
.slide2.s2-animate .s2-legend li:nth-child(1) {
  animation: s1SlideInLeft 0.7s ease-out 0.15s both;
}
.slide2.s2-animate .s2-legend li:nth-child(2) {
  animation: s1SlideInLeft 0.7s ease-out 0.28s both;
}
.slide2.s2-animate .s2-legend li:nth-child(3) {
  animation: s1SlideInLeft 0.7s ease-out 0.41s both;
}
.slide2.s2-animate .s2-cluster {
  animation: s2Pop 0.7s ease-out 0.2s both;
}
.slide2.s2-animate .tag-matches {
  animation: s2Pop 0.55s ease-out 0.75s both;
}
.slide2.s2-animate .tag-gluten {
  animation: s2Pop 0.55s ease-out 0.9s both;
}
.slide2.s2-animate .tag-soy {
  animation: s2Pop 0.55s ease-out 1.05s both;
}
.slide2.s2-animate .dot-1 {
  animation: s2Pop 0.5s ease-out 1s both;
}
.slide2.s2-animate .dot-2 {
  animation: s2Pop 0.5s ease-out 1.12s both;
}
.slide2.s2-animate .dot-3 {
  animation: s2Pop 0.5s ease-out 1.24s both;
}
.slide2.s2-animate .s2-cta {
  animation: s2FadeUp 0.6s ease-out 0.5s both;
}
.slide2.s2-animate .s2-tagline {
  animation: s2FadeUp 0.6s ease-out 0.55s both;
}

.slide3 {
  background-color: #E9E2FF;
}

.slide-three {
  height: 100%;
}
.slide-three .s3-top, .slide-three .s3-bottom {
  position: absolute;
  margin: 0;
  font-size: 78px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -5%;
  color: #7E57FE;
  z-index: 4;
}
.slide-three .s3-top::before, .slide-three .s3-bottom::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
.slide-three .s3-top {
  top: 0px;
  left: 0;
}
.slide-three .s3-top::before {
  background-image: url("./../assets/images/slide-three-top-text.png");
  width: 540px;
  height: 210px;
  left: -34px;
  top: -35px;
}
.slide-three .s3-bottom {
  right: 0px;
  bottom: 100px;
  text-align: right;
}
.slide-three .s3-bottom::before {
  background-image: url("./../assets/images/slide-three-bottom-text.png");
  width: 460px;
  height: 240px;
  right: -40px;
  bottom: -24px;
}
.slide-three .s3-girl-wrap {
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 500px;
  margin-left: -250px;
  z-index: 3;
}
.slide-three .s3-girl-float {
  position: relative;
  will-change: transform;
}
.slide-three .s3-girl {
  width: 100%;
  display: block;
}
.slide-three .s3-hand-left {
  position: absolute;
  width: 150px;
  left: -25px;
  bottom: 135px;
  z-index: 2;
}
.slide-three .s3-hand-right {
  position: absolute;
  width: 104px;
  right: 13px;
  bottom: 143px;
  z-index: 2;
}
.slide-three .s3-float {
  position: absolute;
  z-index: 5;
  will-change: transform;
}
.slide-three .s3-float img {
  width: 100%;
  display: block;
}
.slide-three .f-p2 {
  width: 110px;
  top: 175px;
  left: 415px;
}
.slide-three .f-p3 {
  width: 146px;
  top: 37px;
  left: 525px;
}
.slide-three .f-p4 {
  width: 100px;
  top: 175px;
  right: 410px;
}
.slide-three .f-p1 {
  width: 126px;
  top: 270px;
  left: 300px;
}
.slide-three .f-p5 {
  width: 140px;
  top: 280px;
  right: 294px;
}
.slide-three .s3-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  z-index: 6;
}
.slide-three .s3-card .s3-card-thumb {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #F2F2F2;
  flex-shrink: 0;
}
.slide-three .s3-card .s3-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  line-height: 1.2;
}
.slide-three .s3-card .s3-card-sub {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.slide-three .s3-card .s3-card-sub.safe {
  color: #6F6C90;
}
.slide-three .s3-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  border-radius: 2px;
  background: #7D59FE;
}
.slide-three .card-left {
  top: 340px;
  left: 0px;
}
.slide-three .card-left::after {
  left: 6px;
  width: 250px;
  transform-origin: left center;
}
.slide-three .card-left.s3-el:before {
  content: "";
  position: absolute;
  bottom: -11px;
  height: 4px;
  width: 50px;
  border-radius: 2px;
  background: #7D59FE;
}
.slide-three .card-left div::after {
  content: "";
  position: absolute;
  bottom: -45.6px;
  height: 1px;
  border-radius: 2px;
  background: #7D59FE;
  z-index: 999;
  width: 100px;
  left: 240px;
  transform: rotate(45deg);
}
.slide-three .card-right {
  top: 175px;
  right: 0px;
}
.slide-three .card-right::after {
  right: 6px;
  width: 250px;
  transform-origin: right center;
}
.slide-three .card-right.s3-el:before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 0;
  height: 4px;
  width: 50px;
  border-radius: 2px;
  background: #7D59FE;
}
.slide-three .card-right div::after {
  content: "";
  position: absolute;
  bottom: -45.5px;
  height: 1px;
  border-radius: 2px;
  background: #7D59FE;
  z-index: 999;
  width: 100px;
  right: 241px;
  transform: rotate(135deg);
}
.slide-three .s3-cta {
  left: 6px;
  bottom: 125px;
}
.slide-three .s3-social {
  position: absolute;
  left: 6px;
  bottom: 0px;
  display: flex;
  gap: 16px;
  z-index: 5;
  padding-top: 26px;
}
.slide-three .s3-social::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 175px;
  height: 1px;
  background: #ffffff;
}
.slide-three .s3-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.slide-three .s3-social a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.slide-three .s3-social a:hover {
  transform: translateY(-3px);
}
.slide-three .s3-social a:nth-child(1) {
  background: #7E57FE;
}
.slide-three .s3-social a:nth-child(2) {
  background: #EA7418;
}
.slide-three .s3-social a:nth-child(3) {
  background: #7E57FE;
}
.slide-three .s3-watch {
  position: absolute;
  right: 16px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 40px;
  border: none;
  border-radius: 50px;
  background: #EA7418;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  z-index: 6;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.slide-three .s3-watch:hover {
  background: #d3650f;
  transform: translateY(-1px);
}

@keyframes s3DrawX {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes s3RiseUp {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes s3SlideInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  55% {
    opacity: 1;
    transform: translateX(-14px);
  }
  80% {
    transform: translateX(6px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.s1-anim .slide3 .s3-el {
  opacity: 0;
}

.s1-anim .slide3 .s3-card::after {
  transform: scaleX(0);
}

.slide3.s3-animate .s3-top {
  animation: s2FadeUp 0.6s ease-out 0.05s both;
}
.slide3.s3-animate .s3-bottom {
  animation: s2FadeUp 0.6s ease-out 0.15s both;
}
.slide3.s3-animate .s3-girl-wrap {
  animation: s3RiseUp 0.7s ease-out 0.1s both;
}
.slide3.s3-animate .f-p2 .s3-pop {
  animation: s2Pop 0.55s ease-out 0.4s both;
}
.slide3.s3-animate .f-p3 .s3-pop {
  animation: s2Pop 0.55s ease-out 0.52s both;
}
.slide3.s3-animate .f-p4 .s3-pop {
  animation: s2Pop 0.55s ease-out 0.64s both;
}
.slide3.s3-animate .f-p1 .s3-pop {
  animation: s2Pop 0.55s ease-out 0.76s both;
}
.slide3.s3-animate .f-p5 .s3-pop {
  animation: s2Pop 0.55s ease-out 0.88s both;
}
.slide3.s3-animate .card-left {
  animation: s1SlideInLeft 0.7s ease-out 0.7s both;
}
.slide3.s3-animate .card-right {
  animation: s3SlideInRight 0.7s ease-out 0.8s both;
}
.slide3.s3-animate .card-left::after,
.slide3.s3-animate .card-right::after {
  animation: s3DrawX 0.5s ease-out 1s both;
}
.slide3.s3-animate .s3-cta {
  animation: s2FadeUp 0.6s ease-out 0.85s both;
}
.slide3.s3-animate .s3-social {
  animation: s2FadeUp 0.6s ease-out 0.95s both;
}
.slide3.s3-animate .s3-watch {
  animation: s2FadeUp 0.6s ease-out 0.95s both;
}

/* Custom Pagination */
@media (max-width: 991.98px) {
  .hero-swiper-slider.hero-fit .swiper-slide {
    padding: 0;
    border-radius: 20px;
  }
  .hero-swiper-slider.hero-fit .grid-slide-one,
  .hero-swiper-slider.hero-fit .slide-two,
  .hero-swiper-slider.hero-fit .slide-three {
    width: 1044px;
    height: 628px;
    transform: scale(var(--hero-scale, 1));
    transform-origin: top left;
  }
}
@media (max-width: 575.98px) {
  .hero-swiper-slider.hero-fit {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .hero-swiper-slider.hero-fit .swiper-slide {
    border-radius: 0;
  }
}
.why-trust {
  position: relative;
  padding: 64px 0 72px;
  overflow: hidden;
}

.wt-stage {
  position: relative;
  width: 1140px;
  height: 510px;
  margin: 0 auto;
}

.wt-title {
  position: absolute;
  top: 20px;
  left: -4px;
  margin: 0;
  font-size: 140px;
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -3px;
  color: #DFD4F7;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wt-bowl {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-52%);
  width: 432px;
  height: auto;
  z-index: 1;
}

.wt-feature {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 320px;
}

.wt-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F1ECFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wt-icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.wt-text h4 {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 700;
  color: #323232;
  line-height: 1.25;
}
.wt-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #323232;
}

.wt-personalized {
  top: 365px;
  right: 770px;
  width: 320px;
  flex-direction: row-reverse;
  text-align: right;
}

.wt-ingredient {
  top: 125px;
  left: 710px;
}

.wt-certification {
  top: 235px;
  left: 765px;
}

.wt-cross {
  top: 370px;
  left: 760px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .wt-stage {
    transform: scale(0.92);
    transform-origin: top center;
    margin-bottom: -40px;
  }
}
@media (max-width: 1199.98px) {
  .why-trust {
    padding: 48px 0 56px;
  }
  .wt-stage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .wt-title {
    position: static;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -1px;
    color: #C9BDF0;
    text-align: center;
  }
  .wt-bowl {
    position: static;
    transform: none;
    width: 100%;
    max-width: 360px;
  }
  .wt-feature {
    position: static;
    width: 100%;
    max-width: 460px;
  }
  .wt-personalized {
    flex-direction: row;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .why-trust {
    padding: 40px 0 48px;
  }
  .wt-title {
    font-size: 40px;
  }
  .wt-bowl {
    max-width: 280px;
  }
  .wt-feature {
    gap: 12px;
  }
  .wt-icon {
    width: 52px;
    height: 52px;
  }
  .wt-icon img {
    width: 26px;
    height: 26px;
  }
  .wt-text h4 {
    font-size: 18px;
  }
}
.personalize {
  padding: 64px 0 72px;
  overflow: hidden;
}

.pz-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #7E57FE;
}
@media (max-width: 575.98px) {
  .pz-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

.pz-carousel {
  position: relative;
  padding: 0 45px;
}

.pz-card {
  text-align: center;
}

.pz-thumb {
  position: relative;
  width: 240px;
  max-width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto 18px;
  border-radius: 50%;
}
.pz-thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(126, 87, 254, 0.08);
}

.pz-go {
  position: absolute;
  left: 75%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #E96D14;
  transition: transform 0.15s ease, filter 0.2s ease;
}
@media (max-width: 992px) {
  .pz-go {
    width: 40px;
    height: 40px;
  }
}
.pz-go img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  .pz-go img {
    width: 25px;
    height: 25px;
  }
}
.pz-go:hover {
  transform: translateX(-50%) scale(1.08);
}

.personalizeSwiper .swiper-slide:nth-child(even) .pz-go {
  background: #7D59FE;
}

.pz-name {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #323232;
}
@media (max-width: 575.98px) {
  .pz-name {
    font-size: 16px;
  }
}

.pz-nav {
  position: absolute;
  top: 0;
  bottom: 46px;
  margin: auto 0;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(229, 221, 255, 0.2509803922);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.15s ease, opacity 0.2s ease;
}
.pz-nav img {
  width: 25px;
  height: 25px;
}
.pz-nav:hover {
  transform: scale(1.06);
}
.pz-nav.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pz-prev {
  left: 0;
}

.pz-next {
  right: 0;
}

@media (max-width: 575.98px) {
  .pz-nav {
    width: 40px;
    height: 40px;
  }
  .pz-prev {
    left: -6px;
  }
  .pz-next {
    right: -6px;
  }
}
.how-it-works {
  padding: 64px 0 80px;
}

.hiw-grid {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media (max-width: 991.98px) {
  .hiw-grid {
    flex-direction: column;
    gap: 32px;
  }
}

.hiw-left {
  flex: 0 0 36%;
  position: sticky;
  top: 110px;
}
@media (max-width: 991.98px) {
  .hiw-left {
    position: static;
    top: auto;
    flex-basis: auto;
  }
}

.hiw-title {
  margin: 10px 0 24px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -5%;
  color: #7E57FE;
}
@media (max-width: 991.98px) {
  .hiw-title {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .hiw-title {
    font-size: 30px;
  }
}

.hiw-desc {
  margin: 0;
  max-width: 410px;
  font-size: 22px;
  line-height: 1.2;
  color: #6F6C90;
}

.hiw-steps {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

.hiw-step {
  position: sticky;
  top: 100px;
  padding-left: 42px;
}
.hiw-step + .hiw-step {
  margin-top: 33px;
}
.hiw-step:nth-child(2) {
  top: 122px;
}
.hiw-step:nth-child(3) {
  top: 144px;
}
@media (min-width: 991.98px) {
  .hiw-step:nth-child(3)::after {
    content: "";
    width: 2px;
    position: absolute;
    background-color: #ffffff;
    height: 38%;
    z-index: 9;
    bottom: -40px;
    left: 7px;
  }
}
.hiw-step::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: -40px;
  width: 2px;
  background: #E2DAF8;
}
.hiw-step:last-child::before {
  display: none;
}
@media (max-width: 991.98px) {
  .hiw-step {
    position: static;
    top: auto;
  }
  .hiw-step + .hiw-step {
    margin-top: 28px;
  }
}

.hiw-dot {
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7E57FE;
  box-shadow: 0px 0px 10px 0px rgba(126, 87, 254, 0.5019607843);
}

.hiw-step-card {
  min-height: 590px;
  background: #ffffff;
  border-radius: 18px;
  padding: 0px 28px 28px 0;
}
@media (max-width: 991.98px) {
  .hiw-step-card {
    min-height: 0;
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

.hiw-step-num {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7E57FE;
}

.hiw-step-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #323232;
  letter-spacing: -3%;
}
@media (max-width: 575.98px) {
  .hiw-step-title {
    font-size: 20px;
  }
}

.hiw-step-desc {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #6F6C90;
  letter-spacing: -2%;
}

.hiw-step-media img {
  display: block;
  max-width: 80%;
  height: auto;
  border-radius: 14px;
}

.popular {
  padding: 56px 0 72px;
  overflow: hidden;
}

.pop-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #7E57FE;
}
@media (max-width: 575.98px) {
  .pop-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .popular-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .popular-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479.98px) {
  .popular-grid {
    grid-template-columns: 1fr;
  }
}

.pp-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pp-top {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-bottom: 16px;
}

.pp-status {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 14px 4px 8px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.pp-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pp-card--safe .pp-status {
  background: #E7F9EF;
  color: #27AE60;
}
.pp-card--safe .pp-status .pp-dot {
  background: #27AE60;
}

.pp-card--caution .pp-status {
  background: #FFE7AA;
  color: #E96D14;
}
.pp-card--caution .pp-status .pp-dot {
  background: #E96D14;
}

.pp-card--danger .pp-status {
  background: #FFF0F0;
  color: #D60000;
}
.pp-card--danger .pp-status .pp-dot {
  background: #D60000;
}

.pp-thumb {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  min-width: 0;
  min-height: 210px;
}
.pp-thumb img {
  max-width: 100%;
  max-height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pp-review {
  flex: 1 1 auto;
  background: #FFE4CC;
  border-radius: 0px 40px 0px 40px;
  padding: 18px 20px;
}

.pp-review-title {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 500;
  color: #EA7418;
}

.pp-review-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pp-review-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #4A4A4A;
}
.pp-review-list .pp-warn {
  flex-shrink: 0;
  margin-top: 1px;
  width: 18px;
  height: 18px;
}

.pp-name {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.get-smarter {
  padding: 56px 0 72px;
  overflow: hidden;
}

.gs-grid {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .gs-grid {
    flex-direction: column;
    gap: 36px;
  }
}

.gs-left {
  flex: 0 0 34%;
  padding-top: 24px;
}
@media (max-width: 991.98px) {
  .gs-left {
    flex-basis: auto;
    padding-top: 0;
  }
}

.gs-title {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #7E57FE;
}
@media (max-width: 991.98px) {
  .gs-title {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .gs-title {
    font-size: 30px;
  }
}

.gs-desc {
  margin: 0;
  max-width: 360px;
  font-size: 17px;
  line-height: 1.6;
  color: #6F6C90;
}
@media (max-width: 991.98px) {
  .gs-desc {
    max-width: 560px;
  }
}

.gs-plans {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.gs-plan {
  display: block;
  width: 100%;
  height: auto;
}

.featured-makers {
  padding: 48px 0 24px;
}

.fm-title {
  text-align: center;
  margin: 0 0 36px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #7E57FE;
}

.makersSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.fm-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
}
.fm-logo img {
  max-width: 80%;
  max-height: 90px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.why-built {
  padding: 40px 0 72px;
  overflow: hidden;
}

.wb-grid {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 991.98px) {
  .wb-grid {
    flex-direction: column;
    gap: 28px;
  }
}

.wb-text {
  flex: 1 1 55%;
}

.wb-title {
  margin: 0 0 28px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  color: #E5DDFF;
}
@media (max-width: 1199.98px) {
  .wb-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .wb-title {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .wb-title {
    font-size: 34px;
  }
}

.wb-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wb-body p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #6F6C90;
}
@media (max-width: 991.98px) {
  .wb-body {
    max-width: none;
  }
}

.wb-media {
  flex: 1 1 45%;
}
.wb-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px 0 40px 0;
}

.blogs {
  padding: 56px 0 80px;
  overflow: hidden;
}

.blogs-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #7E57FE;
}
@media (max-width: 575.98px) {
  .blogs-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
}

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .blogs-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-thumb {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.blog-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.blog-thumb:hover img {
  transform: scale(1.04);
}

.blog-date {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #777777;
  text-transform: uppercase;
}

.blog-card-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  line-height: 1.3;
}

.blog-excerpt {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.5;
  color: #6F6C90;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-readmore {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #E96D14;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  transition: gap 0.15s ease;
}
.blog-readmore svg {
  display: block;
}
.blog-readmore:hover {
  gap: 10px;
}

.faqs {
  padding: 56px 0 80px;
}

.faqs-title {
  text-align: center;
  margin: 0 0 28px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #7E57FE;
}
@media (max-width: 575.98px) {
  .faqs-title {
    font-size: 32px;
  }
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}
.faq-accordion .accordion-item {
  background: none;
  border: none;
  border-bottom: 1px solid #E6E6EA;
}
.faq-accordion .accordion-header {
  margin: 0;
}
.faq-accordion .accordion-button {
  padding: 22px 4px;
  background: none;
  box-shadow: none;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.3;
  color: #4A4A4A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button::after {
  display: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #7E57FE;
  background: none;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .faq-accordion .accordion-button {
    font-size: 18px;
    padding: 18px 2px;
  }
}
.faq-accordion .faq-q-text {
  flex: 1;
}
.faq-accordion .faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.faq-accordion .faq-icon::before, .faq-accordion .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #7E57FE;
  border-radius: 2px;
}
.faq-accordion .faq-icon::before {
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.faq-accordion .faq-icon::after {
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.faq-accordion .accordion-button:not(.collapsed) .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-accordion .accordion-body {
  padding: 0 4px 26px;
}
.faq-accordion .faq-p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #2B2B2B;
}
@media (max-width: 575.98px) {
  .faq-accordion .faq-p {
    font-size: 15px;
  }
}

.njf-head h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #7E57FE;
}

.subscribe-page-wrapper {
  min-height: calc(100vh - 80px);
  background: #ffffff;
  padding: 48px 0 64px;
}

.subscribe-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  align-items: start;
}

/* ---- LEFT ---- */
.subscribe-heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -3%;
  color: #7E57FE;
  margin-bottom: 16px;
}

.subscribe-subtext {
  font-size: 18px;
  font-weight: 500;
  color: #6F6C90;
  margin: 0;
}

/* ---- CENTER: Plan Cards ---- */
.subscribe-center {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-card {
  background: #ffffff;
  border: 1px solid #E5DDFF;
  border-radius: 24px;
  padding: 24px;
  position: relative;
  cursor: pointer;
  min-height: 210px;
  transition: all 0.25s ease;
}

/* Premium card inactive state (white bg, dark text) */
.plan-card--premium .billing-option {
  color: #323232;
}

.plan-card--premium .billing-option input[type=radio] {
  border-color: #6F6C90;
}

.plan-card--premium .billing-option input[type=radio]:checked {
  border-color: #7E57FE;
  background: #7E57FE;
}

.plan-card--premium .billing-option input[type=radio]:checked::after {
  background: #ffffff;
}

.plan-card--premium .plan-price__amount {
  color: #7E57FE;
}

.plan-card--premium .plan-price__period {
  color: #7E57FE;
}

.plan-card--premium .plan-description {
  color: #6F6C90;
}

.plan-card--premium .plan-trial-banner {
  background: rgba(229, 221, 255, 0.5019607843);
}

.plan-card--premium .plan-trial-banner p {
  color: #323232;
}

.plan-card--premium .plan-trial-banner strong {
  color: #323232;
}

/* Premium card active state */
.plan-card--premium.active {
  background: linear-gradient(287.95deg, #B69ECB 6.4%, #7E57FE 94.26%);
  border: 0;
  color: #ffffff;
}

.plan-card--premium.active .billing-option {
  color: rgba(255, 255, 255, 0.9);
}

.plan-card--premium.active .billing-option input[type=radio] {
  border-color: rgb(255, 255, 255);
}

.plan-card--premium.active .billing-option input[type=radio]:checked {
  border-color: #ffffff;
  background: #ffffff;
}

.plan-card--premium.active .billing-option input[type=radio]:checked::after {
  background: #7E57FE;
}

.plan-card--premium.active .plan-price__amount {
  color: #ffffff;
}

.plan-card--premium.active .plan-price__period {
  color: rgb(255, 255, 255);
}

.plan-card--premium.active .plan-description {
  color: rgb(255, 255, 255);
}

.plan-card--premium.active .plan-trial-banner {
  background: rgba(255, 255, 255, 0.18);
}

.plan-card--premium.active .plan-trial-banner p {
  color: rgb(255, 255, 255);
}

.plan-card--premium.active .plan-trial-banner strong {
  color: #ffffff;
}

/* Self-guided card active state */
.plan-card--self-guided.active {
  background: linear-gradient(287.95deg, #B69ECB 6.4%, #7E57FE 94.26%);
  border: 0;
  color: #ffffff;
}

/* Premium badge */
.plan-badge {
  position: absolute;
  top: -16px;
  right: 25px;
  background: radial-gradient(196.26% 116.91% at -21.8% -13.4%, #EFD46D 0%, #FFF3A7 33.21%, #E3C261 80.18%);
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 18px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Billing toggle */
.billing-toggle {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 8px;
  border-bottom: 1px solid #E5DDFF;
  padding-bottom: 16px;
}

.billing-option {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.billing-option input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.billing-option input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  transition: background 0.2s ease;
}

/* Price */
.plan-price {
  margin-bottom: 8px;
}

.plan-price__amount {
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
}

.plan-price__period {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-left: 4px;
}

.plan-description {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
  line-height: 1.5;
}

/* Trial banner */
.plan-trial-banner {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 8px 16px 8px 8px;
  display: flex;
  align-items: center;
  /* gap: 10px; */
  margin-bottom: 20px;
}

/* .plan-trial-emoji {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
} */
.plan-trial-banner p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.5;
}

.plan-trial-banner strong {
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}

.cancel-plan-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  margin-top: 12px;
  text-decoration: none;
}
.cancel-plan-btn span {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 2px;
}

/* Subscribe Now button */
.btn-subscribe-now {
  width: 100%;
  background: #ffffff;
  color: #7E57FE;
  border: none;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-subscribe-now:hover {
  background: #f0ebff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(126, 87, 254, 0.25);
}

/* Self-guided card */
.self-guided-title {
  font-size: 40px;
  font-weight: 600;
  color: #7E57FE;
  margin-bottom: 8px;
  transition: color 0.25s ease;
}

.plan-card--self-guided.active .self-guided-title {
  color: #ffffff;
}

.self-guided-desc {
  font-size: 16px;
  color: #6F6C90;
  margin: 0;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.plan-card--self-guided.active .self-guided-desc {
  color: rgb(255, 255, 255);
}

/* Get started button */
.btn-get-started {
  width: 100%;
  background: #ffffff;
  color: #7E57FE;
  border: none;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
  transition: all 0.2s ease;
}

.btn-get-started:hover {
  background: #f0ebff;
  transform: translateY(-1px);
}

/* ---- RIGHT: Features ---- */
.subscribe-right {
  padding-top: 4px;
}

.features-heading {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 4px;
}

.features-toggle-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #E96D14;
  text-decoration: none;
  margin-bottom: 20px;
  transition: opacity 0.2s;
}

.features-toggle-link:hover {
  opacity: 0.8;
  color: #F97316;
}

.features-toggle-link svg rect {
  transition: all 0.2s;
}

/* Features list */
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: opacity 0.25s ease;
}

/* Greyed out when self-guided is active */
.feature-item.greyed {
  opacity: 1;
}

.feature-icon-wrap {
  width: 40px;
  height: 40px;
  background: #F3EEFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease;
}

.feature-icon-wrap svg {
  width: 24px;
  height: 24px;
}

.feature-item.greyed .feature-icon-wrap {
  background: #F0F0F0;
}

.feature-item.greyed .feature-icon-wrap svg path,
.feature-item.greyed .feature-icon-wrap svg circle,
.feature-item.greyed .feature-icon-wrap svg rect {
  /* stroke: #D9DBE9; */
  opacity: 0.3;
}

.feature-content {
  flex: 1;
  padding-top: 6px;
}

.feature-name {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
  display: block;
  line-height: 1.3;
  transition: color 0.25s ease;
}

.feature-item.greyed .feature-name {
  color: #6F6C90;
  text-decoration: line-through;
}

.feature-desc {
  font-size: 16px;
  color: #6F6C90;
  margin: 4px 0 0;
  line-height: 1.5;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .subscribe-layout {
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto auto;
  }
  .subscribe-left {
    grid-column: 1/-1;
  }
  .subscribe-center {
    grid-column: 1;
    grid-row: 2;
  }
  .subscribe-right {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 768px) {
  .subscribe-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .subscribe-left,
  .subscribe-center,
  .subscribe-right {
    grid-column: 1;
    grid-row: auto;
  }
  .subscribe-heading {
    font-size: 28px;
  }
}
.subscription-success-wrapper {
  min-height: calc(100vh - 66px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Background curved shape */
.subscription-success-wrapper::after {
  content: "";
  position: absolute;
  bottom: -380px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 700px;
  background: rgba(229, 221, 255, 0.5);
  border-radius: 50%;
  z-index: 0;
}

.subscription-success-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 0 16px;
}

.success-icon-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 70px;
  /* Floating dots */
}
.success-icon-wrapper .dot {
  position: absolute;
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}
.success-icon-wrapper .dot-1 {
  width: 10px;
  height: 10px;
  background: #5b4cf0;
  top: 0;
  left: 50%;
}
.success-icon-wrapper .dot-2 {
  width: 8px;
  height: 8px;
  background: #ff3ca6;
  top: 25px;
  right: 10px;
}
.success-icon-wrapper .dot-3 {
  width: 12px;
  height: 12px;
  background: #7b2ff7;
  bottom: 15px;
  right: 0;
}
.success-icon-wrapper .dot-4 {
  width: 9px;
  height: 9px;
  background: #5b4cf0;
  bottom: 0;
  left: 20px;
}
.success-icon-wrapper .dot-5 {
  width: 7px;
  height: 7px;
  background: #d946ef;
  top: 40px;
  left: 0;
}
.success-icon-wrapper .dot-6 {
  width: 6px;
  height: 6px;
  background: #9ca3ff;
  bottom: 40px;
  left: 50%;
}

.success-icon {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.subscription-success-title {
  font-size: 32px;
  font-weight: 700;
  color: #7E57FE;
  margin-bottom: 18px;
  line-height: 1.2;
}

.subscription-success-description {
  font-size: 16px;
  line-height: 1.7;
  color: #323232;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .subscription-success-title {
    font-size: 36px;
  }
  .subscription-success-description {
    font-size: 16px;
  }
  .success-icon-wrapper {
    width: 130px;
    height: 130px;
  }
  .success-icon {
    width: 90px;
    height: 90px;
  }
  .subscription-success-wrapper::after {
    height: 500px;
    bottom: -320px;
  }
}
.quantity {
  background: #F7F7F7;
  padding: 1px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.quantity .quantity-btn {
  background-color: transparent;
  border: none;
  padding: 4px 12px;
  cursor: pointer;
  outline: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quantity input {
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  width: 48px;
  height: 38px;
  color: #000;
  border: 0;
  outline: none;
}

.add-zip-modal {
  max-width: 400px;
}
.add-zip-modal .modal-content {
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border: 0;
}

.map-pin {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #F7F7F7;
  border-radius: 50%;
}

.gps-box {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 10px;
}

.box-item-qty-controls {
  background: #F7F7F7;
  padding: 1px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.qty-btn {
  background-color: transparent;
  border: none;
  padding: 4px 12px;
  cursor: pointer;
  outline: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.box-qty-display {
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  width: 48px;
  height: 38px;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.shop-cart-box {
  background: #F7F7F7;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 75px;
  max-height: calc(100vh - 85px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shop-cart-box-header {
  padding: 20px 20px 5px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
}

.shop-cart-box-header h5 {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
}

.cart-badge {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

.shop-cart-box-content {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

.shop-cart-box-content::-webkit-scrollbar {
  width: 6px;
}

.shop-cart-box-content::-webkit-scrollbar-track {
  background: #f3f4f6;
}

.shop-cart-box-content::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

.shop-cart-box-content::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.shop-cart-box-footer {
  padding: 20px;
  flex-shrink: 0;
}

.cart-total-section {
  display: flex;
  flex-direction: column;
}

/* ── Supplier Group in Cart Box ── */
.box-supplier-group {
  margin-bottom: 16px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.box-supplier-group:last-child {
  margin-bottom: 0;
}

.box-supplier-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #E5DDFF;
  cursor: pointer;
  transition: background 0.2s ease;
  border-bottom: 1px solid #e5e7eb;
}

.box-supplier-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
}

.box-progress {
  background: #ffffff;
  padding: 16px;
  margin: 11px -16px -9px -16px;
  flex-grow: 1;
}
.box-progress .progress {
  height: 8px;
  background-color: #F7F7F7;
  border-radius: 10px;
}
.box-progress .progress .progress-bar {
  background-color: #7E57FE;
}

.box-supplier-group .box-supplier-toggle img {
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}

.box-supplier-group.collapsed .box-supplier-toggle img {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.box-supplier-items {
  display: block;
}

.box-supplier-items .box-cart-item:nth-first-child(2) {
  margin-bottom: 0;
  border-top: 0;
}

.box-supplier-group.collapsed .box-supplier-items {
  display: none;
}

.box-cart-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #ffffff;
  margin-bottom: 8px;
  position: relative;
  transition: all 0.2s ease;
  flex-wrap: wrap;
  border-top: 1px solid #D9DBE9;
}
.box-cart-item .box-item-qty-controls {
  width: 150px;
  margin-left: 1%;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .box-cart-item .box-item-qty-controls {
    width: 175px;
  }
}

.box-item-image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  flex-shrink: 0;
  border: 1px solid #D9DBE9;
  background-color: #ffffff;
  padding: 3px;
}
.box-item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  font-size: 12px;
}

.box-item-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.box-item-name {
  font-size: 14px;
  font-weight: 500;
  color: #001C22;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box-item-meta {
  font-size: 11px;
  color: #6b7280;
}

.box-item-price {
  font-size: 14px;
  font-weight: 600;
  color: #7E57FE;
}

.box-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.box-item-delete {
  background: transparent;
  border: none;
  color: #ef4444;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.box-item-delete:hover {
  background: #fee2e2;
}

.box-item-delete i {
  font-size: 14px;
}

.box-supplier-subtotal {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 500;
}

.box-supplier-subtotal div {
  color: #323232;
}

.box-supplier-subtotal span {
  color: #7E57FE;
}

/* ── Empty State ── */
.cart-empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #6b7280;
}

.cart-empty-state i {
  font-size: 48px;
  color: #d1d5db;
  margin-bottom: 16px;
}

.cart-empty-state p {
  font-size: 14px;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 992px) {
  .shop-cart-box {
    position: static;
    height: auto;
    max-height: 600px;
  }
}
@media (max-width: 576px) {
  .shop-cart-box-header {
    padding: 16px;
  }
  .shop-cart-box-footer {
    padding: 16px;
  }
  .box-cart-item {
    gap: 8px;
    padding: 10px;
  }
  .box-item-image {
    width: 50px;
    height: 50px;
  }
}
.success {
  color: #27AE60;
}

.warning {
  color: #EA7418;
}

.danger {
  color: #D60000;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* Change this number to your desired line count */
  overflow: hidden;
}

.filter-wrapper {
  align-items: center;
}
.filter-wrapper .filter-icon-container {
  width: 40px;
  height: 40px;
  background: #F7F7F7;
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.filter-wrapper .filter-icon-container img {
  width: 20px;
  height: 20px;
}
.filter-wrapper .filter-icon-container.has-active-filters .dot {
  background-color: #D60000;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 10px;
  left: 26px;
}

.filter-card {
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  background: #F7F7F7;
  border-radius: 100px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 16px;
}
.filter-card.success .filter-text {
  color: #27AE60;
}
.filter-card.success .slider {
  background: #F7F7F7;
}
.filter-card.warning .filter-text {
  color: #EA7418;
}
.filter-card.warning .slider {
  background: #F7F7F7;
}
.filter-card.danger .filter-text {
  color: #D60000;
}
.filter-card.danger .slider {
  background: #F7F7F7;
}
.filter-card {
  /* Toggle Switch */
}
.filter-card .switch {
  position: relative;
  width: 40px;
  height: 15px;
  display: inline-block;
}
.filter-card .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-card .switch input:checked + .slider {
  background-color: #00c853;
}
.filter-card .switch input:checked + .slider:before {
  right: -3px;
  box-shadow: -2.4px 0px 4.8px 0px rgba(0, 0, 0, 0.2);
}
.filter-card .switch input:checked + .slider:after {
  right: -2px;
}
.filter-card .switch .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #E7E7E7;
  transition: 0.3s;
  border-radius: 50px;
}
.filter-card .switch .slider:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(133.73deg, #ffffff 15.63%, #F0F0F0 85.97%);
  border-radius: 50%;
  transition: 0.3s ease;
  box-shadow: 2.4px 0px 4.8px 0px rgba(0, 0, 0, 0.2);
}
.filter-card .switch .slider:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(143.97deg, #E8E8E8 15.23%, #ffffff 84.77%);
  border-radius: 50%;
  transition: 0.3s ease;
}

.card-scene {
  width: 100%;
  height: 507px;
  perspective: 1200px;
}
.card-scene.is-flipped .card-flipper {
  transform: rotateY(180deg);
}

.card-flipper {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.75s cubic-bezier(0.42, 0, 0.28, 1.17);
}

.card-back {
  border-radius: 30px 5px 30px 5px;
  background-color: #F9FDFA;
  transform: rotateY(180deg);
  z-index: 9;
}

.badge-recommended {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  background: #E5FFF0;
  border-radius: 20px;
  padding: 5px 12px 5px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.badge-recommended .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.badge-recommended.success {
  background: #E5FFF0;
  color: #27AE60;
}
.badge-recommended.success .dot {
  background: #27AE60;
}
.badge-recommended.danger {
  background: #FFE5E5;
  color: #FF0000;
}
.badge-recommended.danger .dot {
  background: #FF0000;
}
.badge-recommended.warning {
  background: #FFF4E5;
  color: #FF6D00;
}
.badge-recommended.warning .dot {
  background: #FF6D00;
}

.card-actions {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.action-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.action-btn svg {
  width: 16px;
  height: 16px;
}
.action-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.slider-wrap {
  position: relative;
  height: 240px;
  flex-shrink: 0;
}
.slider-wrap .swiper {
  width: 100%;
  height: 100%;
}
.slider-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.slider-wrap .swiper-slide img {
  max-width: 100%;
  max-height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper-btn {
  position: absolute;
  bottom: 10px;
  z-index: 20;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: transform 0.2s;
}
.swiper-btn svg {
  width: 18px;
  height: 18px;
}
.swiper-btn:hover {
  transform: scale(1.15);
}

.swiper-prev {
  left: calc(50% - 28px);
}

.swiper-next {
  left: calc(50% + 8px);
}

.card-body-custom {
  flex: 1;
  padding: 16px 18px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: #E5FFF0 solid 1px;
}

.product-name {
  font-weight: 500;
  color: #323232;
  line-height: 1.3;
  cursor: pointer;
}

.seller-name {
  font-size: 14px;
  color: #6F6C90;
  font-weight: 400;
}

.product-price {
  font-weight: 700;
  color: #7E57FE;
}

.btn-cart,
.supplier-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 18px;
  margin-top: 12px;
  border-radius: 50px;
  background: #7E57FE;
  color: #ffffff;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.btn-cart svg,
.supplier-btn svg {
  width: 18px;
  height: 18px;
}
.btn-cart:hover,
.supplier-btn:hover {
  background: #6818e8;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(123, 47, 247, 0.38);
}
.btn-cart.out-of-stock, .btn-cart:disabled,
.supplier-btn.out-of-stock,
.supplier-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-cart.out-of-stock:hover, .btn-cart:disabled:hover,
.supplier-btn.out-of-stock:hover,
.supplier-btn:disabled:hover {
  transform: none;
  box-shadow: none;
}

.allergy-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #E5FFF0;
  border-radius: 0 20px 0 20px;
  padding: 9px 12px;
  margin: 18px -8px 0;
  font-size: 12px;
  color: #27AE60;
}
.allergy-strip.success {
  background: #E5FFF0;
  color: #27AE60;
}
.allergy-strip.danger {
  background: #FFE5E5;
  color: #FF0000;
}
.allergy-strip.warning {
  background: #FFF4E5;
  color: #FF6D00;
}

.puroscore-bar {
  margin-top: auto;
  background: #27AE60;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.2s;
  border-bottom-left-radius: 5px 30px 5px 30px;
  border-bottom-right-radius: 5px 30px 5px 30px;
}
.puroscore-bar span {
  color: #ffffff;
  font-size: 14px;
}
.puroscore-bar:hover {
  background: #17a360;
}
.puroscore-bar.success {
  background: #27AE60;
}
.puroscore-bar.danger {
  background: #FF0000;
}
.puroscore-bar.warning {
  background: #FF6D00;
}

.back-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px 0;
}

.back-thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.back-header-info .back-product-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.back-header-info .back-price {
  font-size: 14px;
  font-weight: 700;
  color: #7E57FE;
  margin-top: 2px;
}

.back-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scrollbar-width: none;
}
.back-body::-webkit-scrollbar {
  display: none;
}

.back-section-title {
  font-size: 14px;
  font-weight: 500;
  color: #27AE60;
  margin-bottom: 5px;
}

.fit-list,
.ingredient-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.and-more {
  font-size: 12px;
  color: #6F6C90;
  padding-top: 10px;
}

.see-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 6px;
  font-size: 14px;
  font-weight: 400;
  color: #001C22;
  cursor: pointer;
  text-decoration: none;
}
.see-full:hover {
  color: #27AE60;
}

.view-product-bar {
  background: #27AE60;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: auto;
}
.view-product-bar span {
  color: #ffffff;
  font-size: 14px;
}
.view-product-bar:hover {
  background: #17a360;
}

@keyframes spin-once {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin-icon {
  animation: spin-once 0.6s ease;
}

.feature-supplier {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.feature-supplier figure {
  margin-bottom: 0;
}
.feature-supplier figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-supplier-info {
  background-color: #fafafa;
}
.feature-supplier-info h5 {
  margin-bottom: 3px;
}
.feature-supplier-info p {
  max-width: 188px;
  margin: auto;
}

#productList {
  position: relative;
  padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 820px) {
  #productList.col-md-9 {
    flex: 0 0 auto;
    width: 50%;
  }
  .cart-sidebar-wrapper:not(.d-none) {
    flex: 0 0 auto;
    width: 50%;
  }
  #productList.col-md-9 .row > .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  #productList.col-md-9 {
    flex: 0 0 auto;
    width: 66.6667%;
  }
  .cart-sidebar-wrapper:not(.d-none) {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  #productList.col-md-9 .row > .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
}
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.pagination-wrapper .pagination-nav {
  display: flex;
  justify-content: center;
}
.pagination-wrapper .pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination-wrapper .pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  border: 1px solid #D9DBE9;
  border-radius: 8px;
  background-color: #ffffff;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination-wrapper .pagination-btn:hover:not(.disabled):not(.active) {
  border-color: #E96D14;
  color: #323232;
  background-color: rgba(233, 109, 20, 0.05);
}
.pagination-wrapper .pagination-btn:active:not(.disabled):not(.active) {
  transform: scale(0.95);
}
.pagination-wrapper .pagination-btn.active {
  background-color: #E96D14;
  color: #ffffff;
  border-color: #E96D14;
  font-weight: 600;
}
.pagination-wrapper .pagination-btn.disabled, .pagination-wrapper .pagination-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.pagination-wrapper .pagination-btn.disabled:hover, .pagination-wrapper .pagination-btn:disabled:hover {
  border-color: #D9DBE9;
  background-color: #ffffff;
  color: #6F6C90;
}
.pagination-wrapper .pagination-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

@media (max-width: 768px) {
  .pagination-wrapper {
    gap: 16px;
  }
  .pagination-controls {
    gap: 8px;
  }
  .pagination-btn {
    min-width: 36px;
    height: 36px;
    padding: 8px 12px;
    font-size: 13px;
  }
  .pagination-ellipsis {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .pagination-wrapper {
    gap: 12px;
  }
  .pagination-controls {
    gap: 4px;
  }
  .pagination-btn {
    min-width: 32px;
    height: 32px;
    padding: 4px 6px;
    font-size: 12px;
    border-width: 1px;
  }
  .pagination-info {
    font-size: 12px;
  }
}
.custom-close {
  border: 0;
  background-color: transparent;
  outline: 0 !important;
}

.custom-footer {
  border-top: 1px solid #D9DBE9;
  padding: 24px;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}

.small-select {
  max-width: 120px;
}

.filter-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
  overflow: visible;
}
.filter-dropdown[hidden] {
  display: none;
}

.filter-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #D9DBE9;
}
.filter-dropdown-header .filter-dropdown-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #323232;
}

.filter-dropdown-body {
  padding: 24px;
}

.filter-dropdown-footer {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  padding: 24px;
  border-top: 1px solid #D9DBE9;
}

@media (max-width: 768px) {
  .filter-dropdown-header,
  .filter-dropdown-body,
  .filter-dropdown-footer {
    padding: 16px;
  }
  .filter-dropdown-title {
    font-size: 16px;
  }
  .small-select {
    max-width: 100%;
  }
}
.multi-select-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.filter-label {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 0px;
}

.multi-select-wrapper {
  position: relative;
  width: 100%;
}

.multi-select-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  height: 48px;
  border: 1px solid #D9DBE9;
  border-radius: 40px;
  padding: 0 16px;
  font-size: 16px;
  color: #323232;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
  transition: all 0.3s ease;
}
.multi-select-display:hover {
  border-color: #7E57FE;
  background-color: rgba(126, 87, 254, 0.02);
}
.multi-select-display .multi-select-placeholder {
  color: #6F6C90;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-select-display i {
  color: #6F6C90;
  transition: transform 0.3s ease;
}

.multi-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: 1.5px solid #D9DBE9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.0784313725);
  z-index: 1000;
  margin-top: 12px;
}
.multi-select-dropdown .multi-select-options {
  padding: 8px 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: #D9DBE9 transparent;
}
.multi-select-dropdown .multi-select-options::-webkit-scrollbar {
  width: 6px;
}
.multi-select-dropdown .multi-select-options::-webkit-scrollbar-thumb {
  background-color: #D9DBE9;
  border-radius: 3px;
}
.multi-select-dropdown .multi-select-options::-webkit-scrollbar-track {
  background: transparent;
}
.multi-select-dropdown .multi-select-options .multi-select-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #D9DBE9;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
}
.multi-select-dropdown .multi-select-options .multi-select-option:last-child {
  border-bottom: 0;
}
.multi-select-dropdown .multi-select-options .multi-select-option:hover {
  background-color: rgba(126, 87, 254, 0.05);
}
.multi-select-dropdown .multi-select-options .multi-select-option input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1.5px solid #6F6C90;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.multi-select-dropdown .multi-select-options .multi-select-option input[type=checkbox]:checked {
  background-color: #7E57FE;
  border-color: #7E57FE;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%279%27%20height%3D%277%27%20viewBox%3D%270%200%209%207%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7.21967%200.219659C7.51257-0.0732125%207.98733-0.0732269%208.28022%200.219659C8.57301%200.512553%208.57306%200.987342%208.28022%201.28021L3.28022%206.28021C2.98735%206.57307%202.51257%206.57301%202.21967%206.28021L0.21967%204.28021C-0.0732233%203.98731-0.0732233%203.51255%200.21967%203.21966C0.512565%202.92679%200.987331%202.92677%201.28022%203.21966L2.74994%204.68939L7.21967%200.219659Z%27%20fill%3D%27white%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top 6px;
  background-size: 10px;
}
.multi-select-dropdown .multi-select-options .multi-select-option input[type=checkbox]:focus-visible {
  outline: 2px solid rgba(126, 87, 254, 0.4);
  outline-offset: 2px;
}
.multi-select-dropdown .multi-select-options .multi-select-option span {
  font-size: 16px;
  color: #323232;
  flex: 1;
  white-space: nowrap;
}

.multi-select-search {
  display: none;
  padding: 12px;
  border-bottom: 1px solid #D9DBE9;
  position: sticky;
  top: 0;
  background-color: #ffffff;
}
.multi-select-search .form-control {
  border-radius: 10px;
  border: 1px solid #D9DBE9;
  font-size: 13px;
}
.multi-select-search .form-control:focus {
  border-color: #7E57FE;
  box-shadow: 0 0 0 3px rgba(126, 87, 254, 0.1);
}

.custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 1.5px solid #6f6c90;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.custom-checkbox:checked {
  background-color: #7e57fe;
  border-color: #7e57fe;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%279%27%20height%3D%277%27%20viewBox%3D%270%200%209%207%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7.21967%200.219659C7.51257-0.0732125%207.98733-0.0732269%208.28022%200.219659C8.57301%200.512553%208.57306%200.987342%208.28022%201.28021L3.28022%206.28021C2.98735%206.57307%202.51257%206.57301%202.21967%206.28021L0.21967%204.28021C-0.0732233%203.98731-0.0732233%203.51255%200.21967%203.21966C0.512565%202.92679%200.987331%202.92677%201.28022%203.21966L2.74994%204.68939L7.21967%200.219659Z%27%20fill%3D%27white%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.custom-checkbox:focus-visible {
  outline: 2px solid rgba(126, 87, 254, 0.4);
  outline-offset: 2px;
}

.custom-select-native {
  display: none;
}

.custom-select-wrapper .multi-select-search {
  display: block;
}
.custom-select-wrapper .cs-arrow {
  color: #6F6C90;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}
.custom-select-wrapper.cs-open .cs-arrow {
  transform: rotate(180deg);
}
.custom-select-wrapper .cs-single-option {
  justify-content: space-between;
}
.custom-select-wrapper .cs-single-option.is-selected {
  color: #7E57FE;
  background-color: rgba(126, 87, 254, 0.06);
}
.custom-select-wrapper .cs-single-option.is-selected span {
  color: #7E57FE;
  font-weight: 500;
}
.custom-select-wrapper .cs-single-option.is-selected::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%279%27%20height%3D%277%27%20viewBox%3D%270%200%209%207%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7.21967%200.219659C7.51257-0.0732125%207.98733-0.0732269%208.28022%200.219659C8.57301%200.512553%208.57306%200.987342%208.28022%201.28021L3.28022%206.28021C2.98735%206.57307%202.51257%206.57301%202.21967%206.28021L0.21967%204.28021C-0.0732233%203.98731-0.0732233%203.51255%200.21967%203.21966C0.512565%202.92679%200.987331%202.92677%201.28022%203.21966L2.74994%204.68939L7.21967%200.219659Z%27%20fill%3D%27%237E57FE%27/%3E%3C/svg%3E");
}

.phone-input-wrapper {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.phone-input-wrapper .pref-country-code + .custom-select-wrapper,
.phone-input-wrapper .custom-select-wrapper {
  flex: 0 0 auto;
  width: 120px;
}
.phone-input-wrapper .pref-input {
  flex: 1 1 auto;
  width: auto;
}

.multi-select-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}

.multi-select-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: rgba(126, 87, 254, 0.1);
  color: #7E57FE;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}

.filter-price-input {
  border: 1px solid #D9DBE9;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
}
.filter-price-input:focus {
  border-color: #7E57FE;
  box-shadow: 0 0 0 3px rgba(126, 87, 254, 0.1);
}
.filter-price-input::-moz-placeholder {
  color: #6F6C90;
}
.filter-price-input::placeholder {
  color: #6F6C90;
}

@media (max-width: 768px) {
  .multi-select-dropdown {
    max-height: 250px;
  }
  .multi-select-option {
    padding: 8px 12px;
  }
  .multi-select-display {
    padding: 8px 12px;
  }
}
.applied-filters-section {
  padding-top: 16px;
  border-top: 1px solid #D9DBE9;
  margin: 0px -24px;
  padding: 20px 24px 0px;
}

.applied-filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 32px;
  align-items: center;
}

.applied-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background-color: #F7F7F7;
  border-radius: 20px;
  font-size: 12px;
  color: #6F6C90;
  transition: all 0.3s ease;
}
.applied-filter-tag:hover {
  border-color: #7E57FE;
  background-color: rgba(126, 87, 254, 0.05);
}
.applied-filter-tag .applied-filter-remove {
  cursor: pointer;
  color: #6F6C90;
  font-size: 14px;
  transition: all 0.2s ease;
}
.applied-filter-tag .applied-filter-remove:hover {
  color: #dc3545;
  transform: scale(1.2);
}

.multi-select-footer {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-top: 1px solid #D9DBE9;
  background-color: #ffffff;
  position: sticky;
  bottom: 0;
}
.multi-select-footer .btn {
  flex: 1;
}

@media (max-width: 768px) {
  .applied-filters-section {
    padding: 12px;
  }
  .applied-filter-tag {
    font-size: 12px;
    padding: 4px 12px;
  }
  .multi-select-footer {
    padding: 8px;
    gap: 8px;
  }
  .cancel-btn,
  .add-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
}
.image-zoom-modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.image-zoom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #D9DBE9;
}

.image-zoom-title {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  margin: 0;
}

.image-zoom-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9DBE9;
  border-radius: 10px;
  background-color: #ffffff;
  color: #323232;
  transition: all 0.3s ease;
  padding: 0;
}
.image-zoom-close:hover {
  border-color: #7E57FE;
  background-color: rgba(126, 87, 254, 0.05);
  color: #7E57FE;
}
.image-zoom-close::after {
  content: "✕";
  font-size: 16px;
  font-weight: 600;
}

.productModal .modal-dialog {
  max-width: 450px;
}
.productModal .modal-content {
  border-radius: 23px;
  border: 0;
  padding: 14px 18px 24px;
}

.image-zoom-body {
  padding: 24px;
}

.image-zoom-main {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}

.image-zoom-main .swiper {
  width: 100%;
  height: 350px;
}

.image-zoom-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.image-counter {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  z-index: 10;
}
.image-counter .current-image {
  font-weight: 600;
}

.image-zoom-thumbnails {
  margin-top: 16px;
}

.thumbnails-wrapper {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.thumbnails-wrapper::-webkit-scrollbar {
  height: 6px;
}
.thumbnails-wrapper::-webkit-scrollbar-track {
  background: #D9DBE9;
  border-radius: 10px;
}
.thumbnails-wrapper::-webkit-scrollbar-thumb {
  background: #7E57FE;
  border-radius: 10px;
}
.thumbnails-wrapper::-webkit-scrollbar-thumb:hover {
  background: #6e3fd9;
}

.thumbnail-item {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 2px solid #D9DBE9;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail-item:hover {
  border-color: #7E57FE;
  box-shadow: 0 2px 8px rgba(126, 87, 254, 0.2);
}
.thumbnail-item.active {
  border-color: #7E57FE;
  box-shadow: 0 0 0 2px rgba(126, 87, 254, 0.2);
}

@media (max-width: 768px) {
  .image-zoom-header {
    padding: 16px;
  }
  .image-zoom-body {
    padding: 16px;
  }
  .image-zoom-main .swiper {
    height: 350px;
  }
  .zoom-nav-btn {
    width: 40px;
    height: 40px;
  }
  .zoom-nav-btn svg {
    width: 20px;
    height: 20px;
  }
  .zoom-prev {
    left: 12px;
  }
  .zoom-next {
    right: 12px;
  }
  .image-counter {
    bottom: 12px;
    font-size: 12px;
    padding: 4px 12px;
  }
  .thumbnail-item {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .image-zoom-main .swiper {
    height: 280px;
  }
  .zoom-nav-btn {
    width: 36px;
    height: 36px;
  }
  .zoom-nav-btn svg {
    width: 18px;
    height: 18px;
  }
  .zoom-prev {
    left: 8px;
  }
  .zoom-next {
    right: 8px;
  }
  .thumbnail-item {
    width: 60px;
    height: 60px;
  }
}
body.cart-drawer-open {
  overflow: hidden;
}

.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-drawer.active {
  transform: translateX(0);
}
@media (max-width: 576px) {
  .cart-drawer {
    max-width: 100%;
  }
}

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #D9DBE9;
  flex-shrink: 0;
  background-color: #ffffff;
}

.cart-drawer-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-drawer-title {
  font-size: 20px;
  font-weight: 600;
  color: #323232;
  margin: 0;
}

.cart-drawer-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #6F6C90;
}

.cart-drawer-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9DBE9;
  border-radius: 10px;
  background-color: #ffffff;
  color: #323232;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.cart-drawer-close:hover {
  border-color: #7E57FE;
  background-color: rgba(126, 87, 254, 0.05);
  color: #7E57FE;
}
.cart-drawer-close svg {
  width: 20px;
  height: 20px;
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  background-color: #fafafa;
}
.cart-drawer-body::-webkit-scrollbar {
  width: 6px;
}
.cart-drawer-body::-webkit-scrollbar-track {
  background: transparent;
}
.cart-drawer-body::-webkit-scrollbar-thumb {
  background: #D9DBE9;
  border-radius: 10px;
}
.cart-drawer-body::-webkit-scrollbar-thumb:hover {
  background: rgb(184.7, 188.4, 214.3);
}

.cart-drawer-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  text-align: center;
}

.cart-empty-icon {
  margin-bottom: 24px;
}
.cart-empty-icon svg {
  width: 80px;
  height: 80px;
}

.cart-empty-title {
  font-size: 20px;
  font-weight: 600;
  color: #323232;
  margin: 0 0 8px 0;
}

.cart-empty-text {
  font-size: 14px;
  color: #6F6C90;
  margin: 0 0 24px 0;
}

.btn-continue-shopping {
  padding: 12px 32px;
  background: linear-gradient(135deg, #7E57FE, #4f46e5);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-continue-shopping:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(126, 87, 254, 0.3);
}
.btn-continue-shopping:active {
  transform: translateY(0);
}

.cart-drawer-suppliers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-supplier-group {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.cart-supplier-group:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.cart-supplier-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #D9DBE9;
}
.cart-supplier-header:hover {
  background-color: #f0f0f0;
}
.cart-supplier-header[aria-expanded=true] .cart-supplier-toggle svg {
  transform: rotate(180deg);
}

.cart-supplier-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.cart-supplier-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(126, 87, 254, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cart-supplier-icon svg {
  width: 18px;
  height: 18px;
  stroke: #7E57FE;
}

.cart-supplier-name {
  font-size: 15px;
  font-weight: 600;
  color: #323232;
}

.cart-supplier-toggle {
  flex-shrink: 0;
}
.cart-supplier-toggle svg {
  width: 16px;
  height: 16px;
  stroke: #6F6C90;
  transition: transform 0.3s ease;
}
.cart-supplier-toggle.rotated svg {
  transform: rotate(180deg);
}

.cart-supplier-body {
  padding: 16px;
}

.cart-shipping-progress {
  margin-bottom: 16px;
  padding: 12px;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #D9DBE9;
}

.shipping-progress-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.shipping-progress-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.shipping-progress-icon svg {
  width: 16px;
  height: 16px;
  stroke: #7E57FE;
}

.shipping-progress-text {
  font-size: 13px;
  font-weight: 500;
  color: #323232;
}
.shipping-progress-text.success {
  color: #27AE60;
  font-weight: 600;
}

.shipping-progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.shipping-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #7E57FE, #4f46e5);
  border-radius: 10px;
  transition: width 0.4s ease;
  position: relative;
}
.shipping-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.cart-supplier-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-drawer-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #D9DBE9;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
}
.cart-drawer-item:hover {
  border-color: rgba(126, 87, 254, 0.3);
  box-shadow: 0 2px 8px rgba(126, 87, 254, 0.1);
}

.cart-item-image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cart-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 600;
  color: #323232;
  line-height: 1.3;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cart-item-variant {
  font-size: 12px;
  color: #6F6C90;
  font-weight: 400;
}

.cart-item-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.cart-item-price {
  font-size: 15px;
  font-weight: 700;
  color: #7E57FE;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 4px;
}

.qty-value {
  min-width: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #323232;
}

.cart-item-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #6F6C90;
}
.cart-item-delete svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}
.cart-item-delete:hover {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.cart-item-delete:active {
  transform: scale(0.95);
}

.cart-drawer-footer {
  flex-shrink: 0;
  padding: 24px;
  background-color: #ffffff;
  border-top: 1px solid #D9DBE9;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
}

.cart-footer-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D9DBE9;
}

.cart-footer-label {
  font-size: 15px;
  font-weight: 500;
  color: #6F6C90;
}

.cart-footer-amount {
  font-size: 22px;
  font-weight: 700;
  color: #7E57FE;
}

.btn-cart-checkout {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #7E57FE, #4f46e5);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.btn-cart-checkout svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.btn-cart-checkout:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(126, 87, 254, 0.4);
}
.btn-cart-checkout:active {
  transform: translateY(0);
}
.btn-cart-checkout:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 768px) {
  .cart-drawer {
    max-width: 100%;
  }
  .cart-drawer-header {
    padding: 16px;
  }
  .cart-drawer-body {
    padding: 16px;
  }
  .cart-drawer-footer {
    padding: 16px;
  }
  .cart-supplier-header {
    padding: 12px;
  }
  .cart-supplier-body {
    padding: 12px;
  }
  .cart-drawer-item {
    padding: 8px;
  }
  .cart-item-image {
    width: 60px;
    height: 60px;
  }
  .cart-item-name {
    font-size: 13px;
  }
  .cart-item-price {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cart-drawer-title {
    font-size: 18px;
  }
  .cart-drawer-subtitle {
    font-size: 12px;
  }
  .cart-footer-amount {
    font-size: 20px;
  }
  .btn-cart-checkout {
    padding: 12px;
    font-size: 15px;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar-main {
  padding: 11px 0;
  border-bottom: 1px solid #D9DBE9;
  position: relative;
}
.navbar-main .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-main .nav-right .input-group .form-control {
  border-color: #D9DBE9;
  border-radius: 50px;
  border-right: 0;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 400px;
}
@media (max-width: 992px) {
  .navbar-main .nav-right .input-group .form-control {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .navbar-main .nav-right .input-group .form-control {
    max-width: 100%;
  }
}
.navbar-main .nav-right .input-group .form-control:focus {
  box-shadow: none;
}
.navbar-main .nav-right .input-group .input-group-text {
  border-radius: 50px;
  border-color: #D9DBE9;
  background-color: #F7F7F7;
}
.navbar-main .nav-right .search-toggle-btn,
.navbar-main .nav-right .search-close-btn {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.navbar-main .nav-right .header-search-user {
  position: relative;
}
.navbar-main .nav-right .header-search-user .search-suggestions {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-height: 420px;
  background: #ffffff;
  border: 1px solid #D9DBE9;
  border-radius: 20px;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.0784313725);
  overflow: hidden;
}
.navbar-main .nav-right .header-search-user .search-suggestions[hidden] {
  display: none;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-suggestions-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 6px 0;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-recent-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 4px;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-recent-head .search-recent-title {
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6F6C90;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-recent-head .search-recent-clear {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #7E57FE;
  cursor: pointer;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-recent {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  border: none;
  font-weight: 500;
  color: #6F6C90;
  text-align: left;
  cursor: pointer;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-recent .recent-icon {
  flex: 0 0 auto;
  color: #7E57FE;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-recent:hover {
  background: #F7F7F7;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-results .search-result-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  border-top: 1px solid #D9DBE9;
  color: #323232;
  text-decoration: none;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-results .search-result-item:hover a {
  background: #F7F7F7;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-results .search-result-item:first-child a {
  border-top: 0;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-results .search-result-thumb {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #D9DBE9;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-results .search-result-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-results .search-result-name {
  font-weight: 500;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-suggestions-footer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-top: 1px solid #EEEEEE;
  background: #ffffff;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-suggestions-footer .result-count {
  font-weight: 500;
  color: #6F6C90;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-suggestions-footer .view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #7E57FE;
}
.navbar-main .nav-right .header-search-user .search-suggestions .search-suggestions-footer .view-all img {
  width: 20px;
  height: 20px;
}
.navbar-main .nav-right .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.navbar-main .nav-right .dropdown .dropdown-toggle span {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-main .nav-right .dropdown .dropdown-toggle::after {
  display: none;
}
.navbar-main .nav-right .dropdown .dropdown-menu {
  border-radius: 30px;
  border: 1px solid #D9DBE9;
  min-width: 290px;
}
.navbar-main .nav-right .dropdown .dropdown-menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.navbar-main .nav-right .dropdown .dropdown-menu ul li a {
  display: block;
  border-bottom: 1px solid #D9DBE9;
  padding: 10px 0;
}
.navbar-main .nav-right .dropdown .dropdown-menu ul li a:hover {
  background-color: transparent;
}
.navbar-main .nav-right .dropdown .dropdown-menu ul li a.logout {
  color: #FA0000;
}
.navbar-main .nav-right .dropdown .dropdown-menu ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.navbar-main .nav-right .bag-btn {
  background: transparent;
  border: none;
  position: relative;
}
.navbar-main .nav-right .bag-btn .count {
  position: absolute;
  top: -9px;
  right: -9px;
  background: #FA0000;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .navbar-main .nav-right .search-toggle-btn {
    display: inline-flex;
  }
  .navbar-main .nav-right .header-search-user {
    display: none;
  }
}

@media (max-width: 767px) {
  #site-header-user.search-open .navbar-main .nav-right .search-toggle-btn {
    display: none;
  }
  #site-header-user.search-open .navbar-main .header-search-user {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    inset: 0;
    z-index: 5;
    padding: 11px 16px;
    background: #ffffff;
  }
  #site-header-user.search-open .navbar-main .header-search-user .input-group {
    flex: 1 1 auto;
  }
  #site-header-user.search-open .navbar-main .header-search-user .search-close-btn {
    display: inline-flex;
    flex: 0 0 auto;
  }
  #site-header-user.search-open .navbar-main .header-search-user .search-suggestions {
    top: calc(100% + 6px);
    left: 16px;
    right: 16px;
    max-height: 70vh;
  }
}
.site-footer#main-footer {
  padding-top: 60px;
  background-color: #E96D14;
}
.site-footer#main-footer .footer-title {
  font-size: 17px;
  color: #FFD2DD;
  font-weight: 600;
  margin-bottom: 20px;
}
.site-footer#main-footer .footer-links {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 18px;
}
.site-footer#main-footer .footer-links a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.site-footer#main-footer .footer-links a:hover {
  transform: translateX(4px);
}

.hero-section {
  background-color: #F6F3FF;
  border-radius: 40px;
  position: relative;
  margin: 24px 0;
}
.hero-section h1 {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -5%;
}
@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.hero-section .top-text {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.hero-section .top-text span {
  color: #E96D14;
  font-weight: 600;
}
.hero-section .desc {
  color: #6F6C90;
  margin-top: 15px;
  line-height: 1.3;
}

.bowl-wrapper {
  position: relative;
  transition: transform 0.2s ease-out;
  animation: floatBowl 4s ease-in-out infinite;
}

@keyframes floatBowl {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.leaf {
  position: absolute;
  transition: transform 0.2s linear;
  pointer-events: none;
}

.leaf1 {
  top: 0;
  left: 0;
  width: 250px;
}

.leaf2 {
  bottom: 0;
  right: 0;
  width: 250px;
}

#scoreLable {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 34px;
  gap: 4px;
}
#scoreLable .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
#scoreLable.success {
  background: #E5FFF0;
  color: #27AE60;
}
#scoreLable.success .dot {
  background: #27AE60;
}
#scoreLable.danger {
  background: #FFF0F0;
  color: #D60000;
}
#scoreLable.danger .dot {
  background: #D60000;
}
#scoreLable.warning {
  background: #FFF4EC;
  color: #EA7418;
}
#scoreLable.warning .dot {
  background: #EA7418;
}

.sefety-content {
  padding: 16px 42px 12px 16px;
  border-radius: 4px;
  display: none;
}
.sefety-content.success {
  background: #E5FFF0;
}
.sefety-content.success .sefety-title {
  color: #27AE60;
}
.sefety-content.danger {
  background: #FFF0F0;
}
.sefety-content.danger .sefety-title {
  color: #D60000;
}
.sefety-content.warning {
  background: #FFF4EC;
}
.sefety-content.warning .sefety-title {
  color: #EA7418;
}
.sefety-content .sefety-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 14px 0;
}
.sefety-content .sefety-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sefety-content .sefety-items .sefety-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 8px;
}
.sefety-content .sefety-items .sefety-item:first-child {
  border-bottom: 1px solid #ffffff;
}

.viewBtn {
  background: #F7F7F7;
  padding: 4px 16px;
  border-radius: 30px;
  color: #7E57FE;
  font-size: 14px;
  gap: 10px;
}
.viewBtn:hover {
  color: #7E57FE;
  text-decoration: none;
}

.analysis-section .analysis-card {
  background: #F7F7F7;
  padding: 24px;
  border-radius: 30px;
  /* Score Circle */
}
.analysis-section .analysis-card .score-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analysis-section .analysis-card .score-circle span {
  position: absolute;
  left: 55px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #7E57FE;
}
.analysis-section .analysis-card .score-circle.green {
  background: conic-gradient(#27AE60 0deg 240deg, #e9ecef 240deg 360deg);
}
.analysis-section .analysis-card .score-circle.orange {
  background: conic-gradient(#E96D14 0deg 180deg, #e9ecef 180deg 360deg);
}
.analysis-section .analysis-card .score-circle::before {
  content: "";
  position: absolute;
  inset: 8px;
  background: white;
  border-radius: 50%;
}
.analysis-section .analysis-card .accordion-body {
  border-top: 1px solid #D9DBE9;
  padding: 16px 20px;
  color: #6b7280;
}
.analysis-section .analysis-card .view-all {
  display: inline-block;
  margin-top: 12px;
  color: #7E57FE;
  text-decoration: none;
  font-weight: 600;
}
.analysis-section .analysis-card .view-all:hover {
  color: rgb(94.8568047337, 46.4414201183, 253.7585798817);
}

.certified-badge {
  background-color: #F7F7F7;
  padding: 0 8px;
  height: 56px;
}
.certified-badge .icon-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #7E57FE;
  text-align: center;
}
.certified-badge .icon-circle.bg_pink {
  background: #C933D4;
}
.certified-badge .icon-circle.bg_success {
  background: #27AE60;
}

.text-purple {
  color: #7E57FE;
}

.text-pink {
  color: #C933D4;
}

.text-green {
  color: #27AE60;
}

.confidence-badge {
  width: -moz-max-content;
  width: max-content;
  background: #F7F7F7;
  padding: 8px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.confidence-badge .badge-label {
  color: #6F6C90;
  font-size: 16px;
  font-weight: 400;
}
.confidence-badge .badge-value {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.analysis-dot {
  width: 16px;
  height: 16px;
  background-color: #6F6C90;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.risk-icon img {
  width: 20px;
  height: 20px;
}

.supplier-card {
  background: #F7F7F7;
  border-radius: 30px;
  padding: 24px;
}

.shipping-card {
  border: 1px solid #7E57FE;
  border-radius: 20px;
  background: url("../assets/images/supplier-card-left.png") top left no-repeat, url("../assets/images/supplier-card-right.png") top right no-repeat, #F7F7F7;
}

.supplier-logo {
  border-radius: 24px;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Dynamic Progress */
.progress-wrapper {
  width: 100%;
}

.custom-progress {
  position: relative;
  height: 4px;
  border-radius: 50px;
  background: #ffffff;
  overflow: hidden;
}
.custom-progress::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #7E57FE;
  border-radius: 50px;
  transition: width 0.4s ease;
}

.product-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.product-image {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #F7F8FA;
}

.product-price span {
  color: #6F6C90;
  font-weight: 400;
}

@media (max-width: 991px) {
  .supplier-name {
    font-size: 32px;
  }
  .supplier-tagline {
    font-size: 18px;
  }
  .product-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .add-cart-btn {
    width: 100%;
  }
}
.certified-wrap p {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.productModal .modal-content {
  border-radius: 23px;
  border: 0;
  padding: 14px 18px 24px;
}

.productModal .modal-dialog {
  max-width: 450px;
}

.productModal .modal-title {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.productModal .btn-close {
  opacity: 1;
  font-size: 16px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main Image Area */
.main-slider-wrapper {
  border: 1.5px solid #000;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 350px;
}

.productMainSlider {
  height: 100%;
}

.productMainSlider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.productMainSlider .swiper-slide img {
  width: 100%;
  max-width: 315px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Navigation */
.custom-nav {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.zoom-prev,
.zoom-next {
  position: relative;
  width: 34px;
  height: 34px;
  margin-top: 0;
  color: #8f00ff;
  border: none;
  background: transparent;
}

.zoom-prev::after,
.zoom-next::after {
  content: "";
  font-size: 16px;
  font-weight: 700;
}

/* Thumbnail Area */
.thumb-slider-wrapper {
  margin-top: 22px;
}

/* .productThumbSlider .swiper-slide {
   width: 148px !important;
 } */
.thumb-img {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid transparent;
  cursor: pointer;
  transition: 0.25s ease;
  background: #f5f5f5;
}

.thumb-img img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.productThumbSlider .swiper-slide-thumb-active .thumb-img {
  border-color: #7E57FE;
}

/* Responsive */
@media (max-width: 767px) {
  .productModal .modal-dialog {
    margin: 12px;
  }
  .main-slider-wrapper {
    height: 380px;
    border-radius: 20px;
  }
  .productMainSlider .swiper-slide {
    padding: 20px;
  }
  .productThumbSlider .swiper-slide {
    width: 100px !important;
  }
  .thumb-img img {
    height: 82px;
  }
  .productModal .modal-title {
    font-size: 22px;
  }
}
.puro-tabs {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .puro-tabs {
    padding-left: 0;
  }
}
.puro-tabs .nav-item:not(:first-child) {
  margin-left: -3px;
}
@media (max-width: 767px) {
  .puro-tabs .nav-item {
    flex: 1;
    margin-left: 0 !important;
  }
}
.puro-tabs .nav-link {
  position: relative;
  border: none;
  background: transparent;
  min-width: 170px;
  height: 38px;
  font-weight: 500;
  color: #6F6C90;
}
.puro-tabs .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(86.33deg, #D9D9D9 0.08%, #7E57FE 94.3%);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 167 38'%3E%3Cpath d='M20.0215 0.5H146.979C151.053 0.500019 154.674 3.09835 155.979 6.95801L166.303 37.5H0.697266L11.0215 6.95801C12.2855 3.21907 15.7231 0.663984 19.6406 0.507812L20.0215 0.5Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 167 38'%3E%3Cpath d='M20.0215 0.5H146.979C151.053 0.500019 154.674 3.09835 155.979 6.95801L166.303 37.5H0.697266L11.0215 6.95801C12.2855 3.21907 15.7231 0.663984 19.6406 0.507812L20.0215 0.5Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.puro-tabs .nav-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 167 38'%3E%3Cpath d='M20.0215 0.5H146.979C151.053 0.500019 154.674 3.09835 155.979 6.95801L166.303 37.5H0.697266L11.0215 6.95801C12.2855 3.21907 15.7231 0.663984 19.6406 0.507812L20.0215 0.5Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 167 38'%3E%3Cpath d='M20.0215 0.5H146.979C151.053 0.500019 154.674 3.09835 155.979 6.95801L166.303 37.5H0.697266L11.0215 6.95801C12.2855 3.21907 15.7231 0.663984 19.6406 0.507812L20.0215 0.5Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  margin: 0.5px 0px 0px 0.5px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 167 38'%3E%3Cpath d='M20.0215 0.5H146.979C151.053 0.500019 154.674 3.09835 155.979 6.95801L166.303 37.5H0.697266L11.0215 6.95801C12.2855 3.21907 15.7231 0.663984 19.6406 0.507812L20.0215 0.5Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.puro-tabs .nav-link.active::before {
  background: #7E57FE;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 169 38'%3E%3Cpath d='M16.3224 8.20056L10.6385 29.7994C9.36682 34.6319 4.99767 38 0.000694275 38H168.68C163.581 38 159.151 34.4964 157.976 29.5351L152.985 8.46487C151.81 3.50358 147.38 0 142.281 0H26.9602C21.9633 0 17.5941 3.36812 16.3224 8.20056Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 169 38'%3E%3Cpath d='M16.3224 8.20056L10.6385 29.7994C9.36682 34.6319 4.99767 38 0.000694275 38H168.68C163.581 38 159.151 34.4964 157.976 29.5351L152.985 8.46487C151.81 3.50358 147.38 0 142.281 0H26.9602C21.9633 0 17.5941 3.36812 16.3224 8.20056Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.puro-tabs .nav-link.active::after {
  display: none;
}
.puro-tabs .nav-link.active {
  color: #ffffff;
  font-weight: 700;
}
.puro-tabs .nav-link span {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .puro-tabs .nav-link {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #D9DBE9;
    border-radius: 8px 8px 0 0;
  }
  .puro-tabs .nav-link.active {
    background-color: #7E57FE;
    border-color: #7E57FE;
  }
  .puro-tabs .nav-link::before {
    display: none;
  }
  .puro-tabs .nav-link::after {
    display: none;
  }
}

.br-6 {
  border-radius: 6px;
}

.analysis-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.analysis-table tr td {
  padding: 8px;
}
.analysis-table tr td:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #D9DBE9;
}
.analysis-table tr td:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #D9DBE9;
}
.analysis-table thead {
  border-spacing: 0 10px;
}
.analysis-table thead tr {
  background-color: #F7F7F7;
}
.analysis-table thead tr td {
  color: #6F6C90;
  border: 0 !important;
}
.analysis-table tbody tr:hover {
  background-color: #F7F7F7;
}
.analysis-table tbody tr td {
  color: #001C22;
  border-top: 1px solid #D9DBE9;
}
.analysis-table tbody tr:last-child td {
  border-bottom: 1px solid #D9DBE9;
}

/* ─── Radial PuroScore pie (Analysis ▸ Ingredients) ──────────────────────────
   The conic-gradient background is injected by JS from each pie's data-score
   (green when score >= 60, orange below). Markup:
     <div class="score-pie-wrap">
       <span class="score-pie" data-score="60"></span>
       <span class="score-pct">60%</span>
     </div>
   ──────────────────────────────────────────────────────────────────────────── */
.score-pie-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.score-pie {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  transform: rotate(130deg);
  /* fallback until JS paints the data-score value */
  background: conic-gradient(#27ae60 0deg 216deg, #f0f0f0 216deg 360deg);
}

.score-pct {
  color: #7E57FE;
}

.product-info-img {
  border-radius: 20px;
  border: 1px solid #D9DBE9;
  width: 100%;
  height: 300px;
  background: #fff9f9;
  overflow: hidden;
}

#mainImage img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

#mainImage .row {
  row-gap: 24px;
}

.share-button-wrapper {
  position: relative;
}

.btn-share {
  background: transparent;
  border: none;
  cursor: pointer;
}

.share-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
  min-width: 180px;
  z-index: 1000;
  margin-top: 8px;
  overflow: hidden;
}

.share-menu.d-none {
  display: none;
}

.share-head {
  padding: 15px 16px 8px;
  border-bottom: 1px solid #D9DBE9;
}
.share-head button {
  font-size: 20px;
  line-height: 0;
}

.share-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #D9DBE9;
  transition: all 0.2s ease;
  cursor: pointer;
}

.share-option:last-child {
  border-bottom: none;
}

.share-option:hover {
  background-color: #f5f5f5;
  color: #7c3aed;
  padding-left: 20px;
}

.share-option i {
  font-size: 18px;
  width: 24px;
}

.auth-info {
  background: #F7F7F7;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  align-items: start;
  gap: 12px;
}
.auth-info svg {
  width: 24px;
  height: 24px;
}

.flex-1 {
  flex: 1;
}

.link-btn {
  outline: 0 !important;
  color: #7E57FE;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.link-btn span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.link-btn.danger {
  color: #FA0000;
}

/* Address Display */
.address-display {
  min-height: 60px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #F7F7F7;
  border-radius: 10px;
  margin-bottom: 24px;
}
.address-display .address-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.address-display svg {
  width: 20px;
  height: 20px;
}
.address-display.danger {
  color: #FA0000;
}
.address-display.danger svg path {
  stroke: #FA0000;
}
.address-display .address-text {
  color: #6F6C90;
  flex: 1;
}

/* Supplier Accordion */
.supplier-accordion {
  margin-bottom: 24px;
}
.supplier-accordion .progress-top {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
  color: #6F6C90;
}
.supplier-accordion .custom-progress {
  height: 8px;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
}
.supplier-accordion .custom-progress::before {
  display: none;
}
.supplier-accordion .custom-progress div {
  height: 100%;
  width: 60%;
  background: #7E57FE;
  border-radius: 50px;
}
.supplier-accordion .accordion-body {
  background: transparent;
}
.supplier-accordion .supplier-name {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
}
.supplier-accordion .supplier-meta {
  color: #8E9C9F;
  margin-top: 3px;
  margin-left: 35px;
  margin-bottom: 0;
  font-weight: 400;
}
.supplier-accordion .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 24px;
  background: #F7F7F7;
}
.supplier-accordion .accordion-button {
  padding: 0 0 16px 0;
  box-shadow: none;
  background: transparent;
  border: none;
}
.supplier-accordion .accordion-button svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.supplier-accordion .accordion-button:not(.collapsed) {
  color: #111;
  box-shadow: none;
}
.supplier-accordion .accordion-button:not(.collapsed) svg {
  transform: rotate(180deg);
}
.supplier-accordion .accordion-button::after {
  display: none;
}

.supplier-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

/* Product Card */
.product-card-wrapper {
  background: #ffffff;
  border-radius: 16px;
  margin-top: 16px;
}
.product-card-wrapper .product-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-top: 1px solid #D9DBE9;
}
.product-card-wrapper .product-card:first-child {
  border-top: 0;
}
.product-card-wrapper .left-side {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  width: 100%;
}
.product-card-wrapper .left-side img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #D9DBE9;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  font-size: 12px;
}
.product-card-wrapper .price {
  font-size: 24px;
  font-weight: 600;
  color: #7E57FE;
  min-width: 80px;
  text-align: right;
}
.product-card-wrapper .delete-btn {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}
.product-card-wrapper .delete-btn img {
  width: 20px;
  height: 20px;
}
.product-card-wrapper .qty {
  display: flex;
  background: #7E57FE;
  border-radius: 50px;
  overflow: hidden;
  padding: 1px 0;
}
.product-card-wrapper .qty button {
  width: 42px;
  height: 38px;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s;
}
.product-card-wrapper .qty button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.product-card-wrapper .qty input {
  width: 40px;
  border: none;
  text-align: center;
  background: #fff;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}
.product-card-wrapper .qty input:focus {
  outline: none;
}
.product-card-wrapper .tag {
  background: #fff2dd;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  color: #ff8300;
  margin-top: 4px;
  display: inline-block;
}
.product-card-wrapper .right-side {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

/* Hide delete button inside the address picker modal (keep profile page delete intact) */
#addressPickerModal .addr-btn-delete {
  display: none !important;
}

.bottom-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  font-size: 13px;
  color: #666;
}

.bottom-add a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

/* Price Box */
.cart-page .price-box {
  position: sticky;
  top: 80px;
  padding-left: 0 0 0 24px;
  background: #fff;
  border-radius: 20px;
}
.cart-page .price-box h3 {
  font-size: 24px;
  font-weight: 500;
  color: #7E57FE;
  margin-bottom: 20px;
}
.cart-page .row-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #D9DBE9;
  font-size: 18px;
  font-weight: 400;
}
.cart-page .row-item span:last-child {
  font-weight: 500;
  color: #7E57FE;
}

#cart-empty {
  text-align: center;
  padding: 80px 20px;
}

#cart-empty i {
  font-size: 3.5rem;
  color: #ddd;
}

#cart-empty h5 {
  color: #999;
  margin-top: 16px;
}

.shipping-section {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  .price-box {
    position: relative;
  }
  .product-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .right-side {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
  .supplier-name {
    font-size: 16px;
  }
  .right-side {
    flex-wrap: wrap;
  }
  .bottom-add {
    flex-direction: column;
    gap: 15px;
  }
  .price {
    min-width: auto;
  }
}
.change-address-modal .modal-content {
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
}
.change-address-modal .modal-header, .change-address-modal modal-footer {
  border-color: #D9DBE9;
}

.variant-btn {
  background: #E5DDFF;
  border-radius: 24px;
  padding: 8px 16px;
  border: none;
  color: #6F6C90;
  border: 1px solid transparent;
}

.variant-btn.active {
  color: #7E57FE;
  border-color: #7E57FE;
}

.s-text-default .multi-select-placeholder {
  color: #323232;
}

.delivery-updates {
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  color: #6F6C90;
}
.delivery-updates > span {
  flex: 1;
  padding: 8px;
}
.delivery-updates > span:last-child {
  border-left: 1px dashed #6F6C90;
}
.delivery-updates .box-total {
  color: #7E57FE;
  font-weight: 600;
}

.qty-light {
  background: #F7F7F7;
  padding: 1px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
}
.qty-light input {
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  width: 48px;
  height: 38px;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border: 0;
  padding: 0;
  outline: 0 !important;
  box-shadow: none !important;
}
.qty-light button {
  background-color: transparent;
  outline: 0;
  border: 0;
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */