/* App overlays that live outside theme styles.css */

/* ===== Silkaara storefront header ===== */
.silkaara-header.tf-header {
  position: sticky;
  top: 0 !important;
  z-index: 100;
  background: #fff !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(85, 21, 49, 0.1);
  overflow: visible;
  transition: box-shadow 0.35s ease;
  isolation: isolate;
}

.silkaara-header.tf-header.header-sticky {
  box-shadow: 0 6px 20px rgba(85, 21, 49, 0.12);
}

.silkaara-header.tf-header.header-sticky .silkaara-header-row {
  min-height: 64px;
  padding: 1px 0;
}

.silkaara-header.tf-header.header-sticky .silkaara-header-logo img {
  height: 62px;
}

.silkaara-promo-bar {
  overflow: hidden;
  background: #E9C086;
  color: #551531;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  max-height: 36px;
  opacity: 1;
  border-bottom: 1px solid rgba(85, 21, 49, 0.12);
  transition: none;
}

.silkaara-header.is-scrolled .silkaara-promo-bar {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  border-bottom-width: 0;
  transition: none;
}

.silkaara-header.is-scrolled .silkaara-promo-track,
.silkaara-header.is-scrolled .silkaara-promo-group {
  padding-top: 0;
  padding-bottom: 0;
}

.silkaara-header.is-scrolled .silkaara-promo-track {
  animation: none;
  transform: translate3d(0, 0, 0);
}

.silkaara-promo-viewport {
  overflow: hidden;
  width: 100%;
}
.testimonial-v01 .tes-infor p{
  text-align: center!important;
  display: flex!important;
  justify-content:center!important ;
}
.silkaara-promo-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: silkaara-promo-marquee 28s linear infinite;
  will-change: transform;
}

.silkaara-promo-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.25rem;
  padding: 8px 1.25rem 8px 0;
}

.silkaara-promo-item {
  display: inline-block;
  text-transform: uppercase;
  color: #551531;
}

.silkaara-promo-dot {
  opacity: 0.7;
  font-size: 10px;
  color: #551531;
  flex-shrink: 0;
}

@keyframes silkaara-promo-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes silkaara-logo-in {
  from { opacity: 0; transform: translateY(-6px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes silkaara-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(233, 192, 134, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(233, 192, 134, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .silkaara-promo-track {
    animation: silkaara-promo-marquee 60s linear infinite;
  }
}

/* Full-width burgundy middle row (logo + menus) */
.silkaara-header-main {
  background: #551531;
  border-bottom: none;
  position: relative;
}

.silkaara-header-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 1px 0;
  transition: min-height 0.3s ease, padding 0.3s ease;
}

.silkaara-header-left,
.silkaara-header-right {
  display: flex;
  align-items: center;
  
  gap: 12px;
  min-width: 0;
}

.silkaara-header-left { justify-content: flex-start; }
.silkaara-header-right {
  justify-content: flex-end;
  gap: 14px;
}

.silkaara-header-left > .silkaara-header-nav-inline {
  margin-left: 8px;
}

.silkaara-header-left .silkaara-header-nav-inline {
  gap: 4px 16px;
}

.silkaara-header-right > .silkaara-header-nav-inline {
  margin-right: 4px;
}

.silkaara-country-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 92px;
  width: auto;
  height: 36px;
  padding: 0 28px 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #E9C086;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
  cursor: pointer;
}

.silkaara-country-picker::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #E9C086;
  border-bottom: 1.5px solid #E9C086;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.silkaara-country-picker:focus-within,
.silkaara-country-picker:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 4px 15px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.silkaara-country-picker .icon {
  color: #E9C086;
  font-size: 14px;
  pointer-events: none;
  flex: 0 0 auto;
}

.silkaara-country-label {
  position: relative;
  z-index: 1;
  color: #E9C086;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  pointer-events: none;
}

.silkaara-country-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  min-width: 240px;
  height: 100%;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
  opacity: 0;
  font: inherit;
  cursor: pointer;
  z-index: 2;
}

.silkaara-country-select:focus-visible {
  outline: none;
}

.silkaara-country-select option {
  background: #fff;
  color: #541530;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
}

.silkaara-country-select option:checked {
  background: #f7f1ea;
  color: #541530;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .silkaara-header-left,
  .silkaara-header-right {
    gap: 26px;
  }

  .silkaara-header-left .silkaara-header-nav-inline {
    gap: 4px 13px;
  }
}

.silkaara-header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.silkaara-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: silkaara-logo-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 0.3s ease;
}

.silkaara-header-logo:hover {
  transform: scale(1.04);
}

.silkaara-header-logo img {
  display: block;
  width: auto;
  height: 62px;
  max-width: min(240px, 52vw);
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
  transition: none;
}

.silkaara-header-icon {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #E9C086;
    text-decoration: none;

    /* Glass circle */
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition: all 0.25s ease;
}

.silkaara-header-icon:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #F5D39B;
    transform: translateY(-1px);
}

.silkaara-header-icon i {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.silkaara-header-icon:hover i {
    transform: scale(1.08);
}
.silkaara-header-badge {
  position: absolute;
  top: 2px;
  right: 1px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  border-radius: 999px;
  background: #E9C086;
  color: #551531;
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.silkaara-header-nav-inline {
  display: flex;
  align-items: center;
  gap: 4px 10px;
  flex-wrap: wrap;
}

.silkaara-header-main .silkaara-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.88);
  font-size: .9vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 0;
  position: relative;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.silkaara-header-main .silkaara-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #E9C086;
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.silkaara-header-main .silkaara-nav-link:hover,
.silkaara-header-main .silkaara-nav-item:hover > .silkaara-nav-link,
.silkaara-header-main .silkaara-nav-item.is-open > .silkaara-nav-link {
  color: #E9C086;
}

.silkaara-header-main .silkaara-nav-link:hover::after,
.silkaara-header-main .silkaara-nav-item:hover > .silkaara-nav-link::after,
.silkaara-header-main .silkaara-nav-item.is-open > .silkaara-nav-link::after {
  width: 100%;
}

.silkaara-header-main .silkaara-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #E9C086;
  color: #551531 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 0.25s ease, transform 0.25s ease;
  animation: silkaara-cta-pulse 2.8s ease-in-out infinite;
  white-space: nowrap;
}

.silkaara-header-main .silkaara-nav-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #551531 !important;
}

.silkaara-nav-item {
  position: static;
}

.silkaara-mega {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: min(1100px, calc(100vw - 24px));
  background: #fff;
  border: 1px solid rgba(85, 21, 49, 0.08);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 18px 48px rgba(85, 21, 49, 0.16);
  padding: 22px 8px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 120;
}

.silkaara-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  height: 28px;
}

.silkaara-nav-item.has-mega:hover .silkaara-mega,
.silkaara-nav-item.has-mega:focus-within .silkaara-mega,
.silkaara-nav-item.has-mega.is-open .silkaara-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.silkaara-mega-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #541530;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.silkaara-mega-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 6px;
  object-fit: cover;
  display: block;
  background: #f3ebe3;
  border: 1px solid rgba(85, 21, 49, 0.08);
}

.silkaara-mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.silkaara-mega-list li + li {
  margin-top: 6px;
}

.silkaara-mega-list a {
  color: #444;
  font-size: 14px;
  text-decoration: none;
}

.silkaara-mega-list a:hover,
.silkaara-mega-all {
  color: #541530;
}

.silkaara-mega-all {
  font-weight: 600;
  text-decoration: none;
}

.silkaara-mega-cta {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #F7F6F1 0%, #f3ebe3 100%);
  border: 1px solid rgba(233, 192, 134, 0.45);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.silkaara-mega-cta .silkaara-nav-cta {
  background: #551531;
  color: #E9C086 !important;
  animation: none;
  box-shadow: none;
}

.silkaara-mega-cta strong {
  display: block;
  color: #541530;
  font-size: 14px;
  margin-bottom: 2px;
}

.silkaara-mega-cta span {
  color: #666;
  font-size: 13px;
}

.silkaara-cat-strip {
  background: #fff;
  border-top: 1px solid rgba(85, 21, 49, 0.08);
  position: relative;
  z-index: 2;
}

.silkaara-cat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  min-width: 0;
}

.silkaara-cat-label {
  flex: 0 0 auto;
  color: #551531;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.silkaara-cat-pills {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  min-width: 0;
  padding-bottom: 1px;
}

.silkaara-cat-pills::-webkit-scrollbar { display: none; }

.silkaara-cat-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(214, 184, 129, 0.85);
  background: #fff;
  color: #551531;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.silkaara-cat-pill:hover {
  background: #551531;
  border-color: #551531;
  color: #E9C086;
  transform: translateY(-1px);
}

@media (max-width: 1199px) {
  .silkaara-header-row {
    min-height: 64px;
    padding: 8px 0;
  }

  .silkaara-header-logo img {
    height: 48px;
  }

  .silkaara-header.tf-header.header-sticky .silkaara-header-logo img {
    height: 48px;
  }
}

@media (max-width: 575px) {
  .silkaara-promo-bar {
    font-size: 10px;
  }

  .silkaara-promo-track {
    padding: 5px 0;
    gap: 12px;
  }

  .silkaara-header-row {
    min-height: 68px;
    gap: 6px;
  }

  .silkaara-header-logo img {
    height: 62px;
    max-width: min(180px, 48vw);
  }

  .silkaara-header.tf-header.header-sticky .silkaara-header-logo img {
    height: 62px;
  }

  .silkaara-header-icon {
    width: 34px;
    height: 34px;
  }

  .silkaara-header-icon i {
    font-size: 16px;
  }

  .silkaara-country-picker {
    height: 34px;
    min-width: 86px;
    padding: 0 26px 0 9px;
  }

  .silkaara-country-label {
    font-size: 10px;
  }

  .silkaara-header-right { gap: 7px; }

  .silkaara-cat-label {
    display: none;
  }
}

/* Floating WhatsApp / Call */
.edug-contact-icons {
  position: fixed;
  bottom: 140px;
  right: 24px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 1;
  pointer-events: auto;
}

.edug-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: visible;
}

.edug-contact-icon svg {
  display: block;
  fill: currentColor;
}

.edug-contact-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}

.edug-contact-icon[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #111;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, right 0.2s ease;
}

.edug-contact-icon[data-tooltip]:hover::before {
  opacity: 1;
  right: 55px;
}

.edug-contact-icon:nth-child(1) {
  color: #19ce1d;
}

.edug-contact-icon:nth-child(2) {
  color: #111;
}

@media (max-width: 768px) {
  .edug-contact-icons {
    bottom: 100px;
    right: 16px;
  }

  .edug-contact-icon {
    width: 44px;
    height: 44px;
  }
}

/* Share your review modal */
.ilanji-testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ilanji-testimonial-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ilanji-testimonial-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 5, 12, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ilanji-testimonial-modal__panel {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(214, 184, 129, 0.4);
  border-top: 4px solid #510c24;
  transform: scale(0.95) translateY(12px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  scrollbar-width: thin;
  scrollbar-color: #d6b881 transparent;
}

.ilanji-testimonial-modal.is-open .ilanji-testimonial-modal__panel {
  transform: scale(1) translateY(0);
}

.ilanji-testimonial-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: #f8f6f3;
  color: #510c24;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ilanji-testimonial-modal__close:hover {
  background: #510c24;
  color: #ffffff;
  border-color: #510c24;
  transform: rotate(90deg) scale(1.05);
}

.ilanji-testimonial-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #510c24;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  padding-right: 32px;
}

.ilanji-testimonial-modal__subtitle {
  font-size: 13.5px;
  color: #555555;
  margin: 0 0 24px;
  line-height: 1.55;
}

.ilanji-testimonial-field {
  margin-bottom: 20px;
}

.ilanji-testimonial-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 0.01em;
  margin-bottom: 7px;
}

.ilanji-testimonial-field label .text-muted {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 400;
}

.ilanji-testimonial-field input[type="text"],
.ilanji-testimonial-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2dbd3;
  border-radius: 10px;
  background: #fcfbfa;
  font-size: 14px;
  color: #1a1a1a;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.ilanji-testimonial-field input[type="text"]::placeholder,
.ilanji-testimonial-field textarea::placeholder {
  color: #a09890;
}

.ilanji-testimonial-field input[type="text"]:focus,
.ilanji-testimonial-field textarea:focus {
  background: #ffffff;
  border-color: #d6b881;
  box-shadow: 0 0 0 3.5px rgba(214, 184, 129, 0.25);
  outline: none;
}

.ilanji-testimonial-field textarea {
  resize: vertical;
  min-height: 105px;
}

.ilanji-testimonial-field input[type="file"] {
  width: 100%;
  font-size: 13px;
  color: #555;
  padding: 6px 0;
  box-sizing: border-box;
}

.ilanji-testimonial-field input[type="file"]::file-selector-button,
.ilanji-testimonial-field input[type="file"]::-webkit-file-upload-button {
  background: rgba(214, 184, 129, 0.15);
  color: #510c24;
  border: 1px solid rgba(214, 184, 129, 0.6);
  border-radius: 8px;
  padding: 7px 16px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  margin-right: 12px;
  transition: all 0.2s ease;
}

.ilanji-testimonial-field input[type="file"]::file-selector-button:hover,
.ilanji-testimonial-field input[type="file"]::-webkit-file-upload-button:hover {
  background: #510c24;
  color: #ffffff;
  border-color: #510c24;
}

.ilanji-testimonial-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}

.ilanji-testimonial-star {
  border: none;
  background: none;
  padding: 4px 6px;
  cursor: pointer;
  font-size: 24px;
  color: #dddddd;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
  border-radius: 6px;
}

.ilanji-testimonial-star:hover {
  transform: scale(1.22);
  color: #f5c045;
}

.ilanji-testimonial-star.is-active {
  color: #f3b431;
  filter: drop-shadow(0 2px 4px rgba(243, 180, 49, 0.35));
}

.ilanji-testimonial-char-count,
.ilanji-testimonial-hint {
  display: block;
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
}

.ilanji-testimonial-error {
  color: #b42318;
  background: #fef3f2;
  border: 1px solid #fee4e2;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  margin: 0 0 16px;
}

.ilanji-testimonial-submit {
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #510c24 0%, #7b1539 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(81, 12, 36, 0.28);
  transition: all 0.25s ease;
  margin-top: 8px;
}

.ilanji-testimonial-submit:hover:not(:disabled) {
  background: linear-gradient(135deg, #620e2c 0%, #921b44 100%);
  box-shadow: 0 12px 28px rgba(81, 12, 36, 0.38);
  transform: translateY(-2px);
}

.ilanji-testimonial-submit:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(81, 12, 36, 0.3);
}

.ilanji-testimonial-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (max-width: 575px) {
  .ilanji-testimonial-modal {
    padding: 12px;
  }

  .ilanji-testimonial-modal__panel {
    padding: 24px 18px 20px;
    border-radius: 16px;
    max-height: 94vh;
  }

  .ilanji-testimonial-modal__title {
    font-size: 1.3rem;
  }

  .ilanji-testimonial-field input[type="text"],
  .ilanji-testimonial-field textarea {
    font-size: 16px;
    padding: 10px 12px;
  }

  .ilanji-testimonial-star {
    font-size: 22px;
    padding: 4px;
  }
}

/* Product details gallery */
.silkaara-pdp-gallery.product-thumbs-slider {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.silkaara-pdp-gallery .tf-product-media-main {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f6f1;
  position: relative;
}

.silkaara-pdp-gallery .tf-product-media-main .swiper-slide {
  height: auto;
}

.silkaara-pdp-gallery .tf-product-media-main .item {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #f7f6f1;
}

.silkaara-pdp-gallery .tf-product-media-main .item img,
.silkaara-pdp-gallery .tf-product-media-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.silkaara-pdp-gallery .tf-product-media-thumbs {
  width: 100% !important;
  max-height: none !important;
  height: auto !important;
  margin: 0;
  overflow: hidden;
}

.silkaara-pdp-gallery .tf-product-media-thumbs .swiper-wrapper {
  align-items: stretch;
}

.silkaara-pdp-gallery .tf-product-media-thumbs .swiper-slide {
  width: 84px !important;
  height: auto !important;
  opacity: 0.72;
  cursor: pointer;
}

.silkaara-pdp-gallery .tf-product-media-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.silkaara-pdp-gallery .tf-product-media-thumbs .item {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  background: #f7f6f1;
  position: relative;
}

.silkaara-pdp-gallery .tf-product-media-thumbs .swiper-slide-thumb-active .item {
  border-color: #541530;
  box-shadow: 0 0 0 1px #541530;
}

.silkaara-pdp-gallery .tf-product-media-thumbs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.silkaara-pdp-gallery .thumbs-next,
.silkaara-pdp-gallery .thumbs-prev {
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(84, 21, 48, 0.12);
  box-shadow: 0 6px 18px rgba(84, 21, 48, 0.14);
  color: #541530;
  opacity: 1;
}

.silkaara-pdp-gallery .thumbs-prev {
  left: 12px;
  right: auto;
}

.silkaara-pdp-gallery .thumbs-next {
  right: 12px;
  left: auto;
}

.silkaara-pdp-gallery .thumbs-next::after,
.silkaara-pdp-gallery .thumbs-prev::after {
  font-size: 14px;
  font-weight: 700;
  color: #541530;
}

.silkaara-pdp-gallery .thumbs-next:hover,
.silkaara-pdp-gallery .thumbs-prev:hover {
  background: #541530;
  border-color: #541530;
}

.silkaara-pdp-gallery .thumbs-next:hover::after,
.silkaara-pdp-gallery .thumbs-prev:hover::after {
  color: #E9C086;
}

.silkaara-pdp-gallery .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.tf-product-media-wrap.sticky-top {
  top: 100px;
}

/* PDP: hide site mobile bottom navbar; use product action bar instead */
body.silkaara-pdp-page .tf-toolbar-bottom {
  display: none !important;
}

body.silkaara-pdp-page .silkaara-floating-contacts {
  bottom: 92px !important;
}

body.silkaara-pdp-page .ara-chat-root {
  bottom: 96px;
}

.silkaara-pdp-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(252, 251, 250, 0.98);
  border-top: 1px solid rgba(84, 21, 48, 0.1);
  box-shadow: 0 -8px 28px rgba(84, 21, 48, 0.12);
  backdrop-filter: blur(10px);
}

.silkaara-pdp-mobile-bar *,
.silkaara-pdp-mobile-bar *::before,
.silkaara-pdp-mobile-bar *::after {
  box-sizing: border-box;
}

.silkaara-pdp-mobile-bar button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  line-height: 1;
  vertical-align: middle;
}

.silkaara-pdp-mobile-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 1px solid #ece8e2;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
  flex: 0 0 auto;
}

.silkaara-pdp-mobile-qty-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 44px;
  border: 0 !important;
  background: transparent !important;
  color: #541530 !important;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1 !important;
  padding: 0 !important;
}

.silkaara-pdp-mobile-qty-input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 44px;
  border: 0 !important;
  outline: none;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  background: transparent;
  padding: 0 !important;
  margin: 0;
  line-height: 44px !important;
  -moz-appearance: textfield;
}

.silkaara-pdp-mobile-qty-input::-webkit-outer-spin-button,
.silkaara-pdp-mobile-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.silkaara-pdp-mobile-icon-btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  border: 1px solid #ece8e2 !important;
  background: #fff !important;
  color: #541530 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  padding: 0 !important;
}

.silkaara-pdp-mobile-icon-btn i,
.silkaara-pdp-mobile-icon-btn svg {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

.silkaara-pdp-mobile-buy {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  border: 0 !important;
  border-radius: 999px;
  background: #541530 !important;
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0 16px !important;
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1 !important;
}

.silkaara-pdp-mobile-wish.ilanji-wishlist-filled,
.silkaara-pdp-mobile-wish.ilanji-wishlist-filled svg {
  color: #c62828 !important;
}

.silkaara-pdp-mobile-oos {
  flex: 1 1 auto;
  height: 44px;
  border: 0 !important;
  border-radius: 999px;
  background: #eee !important;
  color: #888 !important;
  font-weight: 600;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
  line-height: 1 !important;
}

body.silkaara-pdp-page {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  body.silkaara-pdp-page main#wrapper {
    padding-bottom: 84px;
  }

  .silkaara-pdp-gallery .tf-product-media-thumbs .swiper-slide {
    width: 72px !important;
  }

  .silkaara-pdp-gallery .thumbs-next,
  .silkaara-pdp-gallery .thumbs-prev {
    width: 34px;
    height: 34px;
  }

  .silkaara-pdp-gallery .thumbs-next::after,
  .silkaara-pdp-gallery .thumbs-prev::after {
    font-size: 12px;
  }

  .tf-product-media-wrap.sticky-top {
    position: static !important;
  }
}

@media (min-width: 768px) {
  body.silkaara-pdp-page .silkaara-floating-contacts {
    bottom: 92px !important;
  }

  body.silkaara-pdp-page .ara-chat-root {
    bottom: 42px;
  }
}

/* Product CMS HTML on storefront */
.product-cms-content,
.silkaara-cms-block {
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.ilanji-product-details-description.product-cms-content {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.65;
}

.ilanji-product-details-description.product-cms-content > *:last-child {
  margin-bottom: 0;
}

.product-cms-content h1,
.product-cms-content h2,
.product-cms-content h3,
.product-cms-content h4,
.product-cms-content h5,
.product-cms-content h6,
.silkaara-cms-block h1,
.silkaara-cms-block h2,
.silkaara-cms-block h3,
.silkaara-cms-block h4 {
  color: #541530;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.4em 0 0.55em;
}

.product-cms-content h1,
.silkaara-cms-block h1 { font-size: 1.75rem; }
.product-cms-content h2,
.silkaara-cms-block h2 { font-size: 1.4rem; }
.product-cms-content h3,
.silkaara-cms-block h3 { font-size: 1.2rem; }
.product-cms-content h4,
.silkaara-cms-block h4 { font-size: 1.05rem; }

.product-cms-content p,
.silkaara-cms-block p {
  margin: 0 0 1em;
}

.product-cms-content ul,
.product-cms-content ol,
.silkaara-cms-block ul,
.silkaara-cms-block ol {
  margin: 0 0 1em;
  padding-left: 1.35rem;
}

.product-cms-content li,
.silkaara-cms-block li {
  margin-bottom: 0.4em;
}

.product-cms-content li > p,
.silkaara-cms-block li > p {
  margin-bottom: 0.35em;
}

.product-cms-content img,
.silkaara-cms-block img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25rem auto;
  border-radius: 8px;
}

.product-cms-content a,
.silkaara-cms-block a {
  color: #541530;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-cms-content blockquote,
.silkaara-cms-block blockquote {
  margin: 1.25rem 0;
  padding: 0.85rem 1.1rem;
  border-left: 3px solid #E9C086;
  background: #F7F6F1;
  color: #444;
}

.product-cms-content table,
.silkaara-cms-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.95rem;
}

.product-cms-content th,
.product-cms-content td,
.silkaara-cms-block th,
.silkaara-cms-block td {
  border: 1px solid #ece8e2;
  padding: 0.65rem 0.85rem;
  text-align: left;
  vertical-align: top;
}

.product-cms-content th,
.silkaara-cms-block th {
  background: #F7F6F1;
  color: #541530;
  font-weight: 600;
}

.product-cms-content .ql-align-center { text-align: center; }
.product-cms-content .ql-align-right { text-align: right; }
.product-cms-content .ql-align-justify { text-align: justify; }
.product-cms-content .ql-indent-1 { padding-left: 1.5em; }
.product-cms-content .ql-indent-2 { padding-left: 3em; }
.product-cms-content .ql-size-small { font-size: 0.875em; }
.product-cms-content .ql-size-large { font-size: 1.25em; }
.product-cms-content .ql-size-huge { font-size: 1.6em; }

.silkaara-pdp-cms {
  max-width: 820px;
}

.silkaara-cms-section + .silkaara-cms-section {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid #ece8e2;
}

.silkaara-cms-heading {
  margin: 0 0 1rem !important;
  font-size: 1.15rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #541530 !important;
}

.widget-tabs.style-has-border .widget-content-inner.product-cms-content,
.widget-tabs .widget-content-inner.active.product-cms-content {
  padding-top: 0;
}

.tf-pr-attrs {
  width: 100%;
  border-collapse: collapse;
}

.tf-pr-attrs th,
.tf-pr-attrs td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #ece8e2;
  text-align: left;
  vertical-align: top;
}

.tf-pr-attrs th {
  width: 32%;
  color: #541530;
  font-weight: 600;
  background: #fcfbfa;
}

.tf-pr-attrs td {
  color: #333;
}

/* Product details tab buttons */
.widget-tabs.style-has-border {
  border: 1px solid #ece8e2;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.widget-tabs .widget-menu-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid #ece8e2;
  background: #fcfbfa;
}

.widget-tabs .widget-menu-tab .item-title,
.widget-tabs .widget-menu-tab li {
  list-style: none;
}

.widget-tabs .widget-menu-tab .item-title {
  margin: 0;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #555;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  user-select: none;
}

.widget-tabs .widget-menu-tab .item-title .inner {
  display: inline-block;
  color: inherit;
  pointer-events: none;
}

.widget-tabs .widget-menu-tab .item-title:hover {
  color: #541530;
  background: rgba(84, 21, 48, 0.06);
}

.widget-tabs .widget-menu-tab .item-title.active {
  color: #fff;
  background: #541530;
  border-color: #541530;
}

.widget-tabs .widget-content-tab {
  padding: 20px 18px 24px;
}

.widget-tabs .widget-content-inner {
  display: none;
}

.widget-tabs .widget-content-inner.active {
  display: block;
}

@media (max-width: 767px) {
  .widget-tabs .widget-menu-tab {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 12px;
  }

  .widget-tabs .widget-menu-tab .item-title {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.85rem;
    padding: 9px 14px;
  }

  .tf-pr-attrs th,
  .tf-pr-attrs td {
    display: block;
    width: 100%;
  }

  .tf-pr-attrs th {
    border-bottom: 0;
    padding-bottom: 0.25rem;
  }

  .tf-pr-attrs td {
    padding-top: 0.25rem;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 767px) {
  .ilanji-product-details-description.product-cms-content {
    max-width: none;
  }
}

/* ===== Ara AI chatbot (left side â€” avoid goTop / WhatsApp on right) ===== */
.ara-chat-root {
  position: fixed;
  left: 18px;
  right: auto;
  bottom: 22px;
  z-index: 100000;
  font-family: inherit;
}
.ara-chat-launcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  padding: 12px 16px 12px 14px;
  background: var(--gradient-color, linear-gradient(135deg, #471128 0%, #6b1d3e 45%, #3a0d21 100%));
  color: #E9C086;
  cursor: pointer;
  border: 1px solid rgba(233, 192, 134, 0.55);
  box-shadow: 0 10px 28px rgba(84, 21, 48, 0.28), 0 0 0 3px rgba(233, 192, 134, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ara-chat-launcher:hover { transform: translateY(-2px); border-color: #E9C086; box-shadow: 0 12px 34px rgba(84, 21, 48, 0.34), 0 0 0 5px rgba(233, 192, 134, 0.1); }
.ara-chat-launcher-pulse {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 2px solid rgba(233, 192, 134, 0.35);
  animation: ara-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes ara-pulse {
  0% { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(1.25); opacity: 0; }
}
.ara-chat-launcher-icon { display: flex; }
.ara-chat-launcher-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
}
.ara-chat-root.is-open .ara-chat-launcher { display: none; }

.ara-chat-panel {
  width: min(380px, calc(100vw - 24px));
  height: min(560px, calc(100vh - 100px));
  background: #fcfbfa;
  border-radius: 18px 18px 12px 12px;
  box-shadow: 0 18px 50px rgba(84, 21, 48, 0.28), 0 0 0 1px rgba(233, 192, 134, 0.28);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(84, 21, 48, 0.1);
  margin-left: 0;
  margin-right: auto;
}
.ara-chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px 12px;
  background: var(--gradient-color, linear-gradient(135deg, #471128 0%, #6b1d3e 45%, #3a0d21 100%));
  color: #fff;
  border-bottom: 2px solid #E9C086;
}
.ara-chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #E9C086;
  color: #541530;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.ara-chat-heading { flex: 1; min-width: 0; }
.ara-chat-heading strong { display: block; font-size: 15px; }
.ara-chat-heading span { display: block; font-size: 11px; opacity: 0.75; }
.ara-chat-close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  padding: 4px;
}
.ara-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px 14px;
  background: #f7f3ef;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ara-msg { display: flex; flex-direction: column; gap: 8px; max-width: 100%; }
.ara-msg--user { align-items: flex-end; }
.ara-msg--assistant { align-items: flex-start; }
.ara-msg-bubble {
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.45;
  margin-top: 40px;
  background: #fff;
  color: #541530;
  border: 1px solid rgba(84, 21, 48, 0.08);
  box-shadow: 0 3px 10px rgba(84, 21, 48, 0.06);
}
.ara-msg--user .ara-msg-bubble {
  background: #541530;
  color: #fff;
  border-bottom-right-radius: 4px;
}
.ara-msg--assistant .ara-msg-bubble { border-bottom-left-radius: 4px; }
.ara-msg--typing .ara-msg-bubble { display: inline-flex; gap: 5px; align-items: center; }
.ara-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #E9C086;
  animation: ara-bounce 1s infinite ease-in-out;
}
.ara-dot:nth-child(2) { animation-delay: 0.15s; }
.ara-dot:nth-child(3) { animation-delay: 0.3s; }
@keyframes ara-bounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.5; }
  40% { transform: translateY(-4px); opacity: 1; }
}
.ara-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}
.ara-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(233, 192, 134, 0.5);
  box-shadow: 0 3px 10px rgba(84, 21, 48, 0.06);
}
.ara-card img,
.ara-card-placeholder {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #ece7df;
}
.ara-card--cat { align-items: center; padding-bottom: 8px; }
.ara-card--cat span {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 8px 0;
  text-align: center;
}
.ara-card-body { padding: 8px; display: flex; flex-direction: column; gap: 2px; }
.ara-card-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ara-card-price { font-size: 12px; color: #7a5a12; font-weight: 600; }
.ara-chat-suggestions {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 8px 12px;
  border-top: 1px solid rgba(84, 21, 48, 0.1);
  background: #fff;
}
.ara-chat-suggestions button {
  flex: 0 0 auto;
  border: 1px solid rgba(233, 192, 134, 0.75);
  background: #fff;
  color: #541530;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  cursor: pointer;
  white-space: nowrap;
}
.ara-chat-suggestions button:hover { border-color: #541530; background: #541530; color: #E9C086; }
.ara-chat-form {
  display: flex;
  gap: 8px;
  padding: 10px 12px 12px;
  background: #fff;
  border-top: 1px solid rgba(84, 21, 48, 0.1);
}
.ara-chat-form input {
  flex: 1;
  border: 1px solid rgba(84, 21, 48, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  outline: none;
  color: #541530;
}
.ara-chat-form input:focus { border-color: #E9C086; box-shadow: 0 0 0 3px rgba(233, 192, 134, 0.18); }
.ara-chat-form button[type="submit"] {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #541530;
  color: #E9C086;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ara-chat-root {
    left: 14px;
    right: auto;
    bottom: 78px;
  }
  .ara-chat-panel {
    width: min(360px, calc(100vw - 28px));
    height: min(66vh, 500px);
    border-radius: 16px 16px 10px 10px;
  }
  .ara-chat-messages { padding: 8px 10px 12px; gap: 10px; }
  .silkaara-floating-contacts { bottom: 148px !important; }
}

/* Desktop: Ara stays left; WhatsApp stack stays right */
.ara-chat-root {
  left: 18px;
  right: auto;
  bottom: 42px;
}

@media (max-width: 768px) {
  .ara-chat-root {
    bottom: 96px;
  }
}
.silkaara-floating-contacts { bottom: 92px; }

/* -- Silkaara auth offcanvas --------------------------------- */
.silkaara-auth.popup-log {
  background:
    linear-gradient(165deg, #fffdf9 0%, #f7f1ea 48%, #fff 100%);
  border-left: 1px solid rgba(85, 21, 49, 0.08);
}

@media (min-width: 576px) {
  .silkaara-auth.popup-log {
    width: min(440px, 100vw) !important;
  }
}

.silkaara-auth__header.popup-header {
  padding: 28px 28px 0;
}

.silkaara-auth__header .heading {
  align-items: flex-start;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 8px;
  gap: 12px;
}

.silkaara-auth__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding-right: 8px;
}

.silkaara-auth__logo {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: none;
}

.silkaara-auth__header .title {
  color: #541530;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.silkaara-auth__lede {
  color: rgba(84, 21, 48, 0.72);
  font-size: 14px;
  line-height: 1.5;
  max-width: 32ch;
}

.silkaara-auth__close {
  flex: 0 0 auto;
  margin-top: 4px;
  color: #541530;
  opacity: 0.55;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.silkaara-auth__close:hover {
  opacity: 1;
}

.silkaara-auth__body.canvas-body {
  padding: 12px 28px 32px !important;
}

.silkaara-auth__meta {
  color: #541530;
  font-size: 14px;
  font-weight: 600;
}

.silkaara-auth__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.silkaara-auth__form.form-log {
  margin-bottom: 0;
}

.silkaara-auth__label {
  display: block;
  margin-bottom: 8px;
  color: #541530;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.silkaara-auth__optional {
  color: rgba(84, 21, 48, 0.45);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}

.silkaara-auth__hint {
  margin: 8px 0 0;
  color: rgba(84, 21, 48, 0.55);
  font-size: 12px;
  line-height: 1.4;
}

.silkaara-auth__phone {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}

.silkaara-auth__code {
  position: relative;
  border: 1px solid rgba(85, 21, 49, 0.14);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.silkaara-auth__code::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(84, 21, 48, 0.55);
  border-bottom: 1.5px solid rgba(84, 21, 48, 0.55);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.silkaara-auth__code-select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 28px 0 12px;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: #541530;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.silkaara-auth__code-select option {
  color: #541530;
  background: #fff;
}

.silkaara-auth__input.form-control,
.silkaara-auth .form-control.silkaara-auth__input {
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(85, 21, 49, 0.14);
  border-radius: 12px;
  background: #fff;
  color: #541530;
  font-size: 15px;
  box-shadow: none;
}

.silkaara-auth__input.form-control:focus,
.silkaara-auth .form-control.silkaara-auth__input:focus {
  border-color: rgba(233, 192, 134, 0.9);
  box-shadow: 0 0 0 3px rgba(233, 192, 134, 0.28);
}

.silkaara-auth__captcha {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.silkaara-auth__captcha-q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  background: rgba(85, 21, 49, 0.06);
  border: 1px dashed rgba(85, 21, 49, 0.18);
  color: #541530;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.silkaara-auth__captcha-input {
  max-width: 120px;
}

.silkaara-auth__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.silkaara-auth__btn--primary {
  background: #551531;
  color: #E9C086 !important;
  border-color: #551531;
}

.silkaara-auth__btn--primary:hover {
  background: #6a1d3f;
  color: #f3d7a8 !important;
  transform: translateY(-1px);
}

.silkaara-auth__btn--ghost {
  background: transparent;
  color: #541530 !important;
  border-color: rgba(85, 21, 49, 0.18);
}

.silkaara-auth__btn--ghost:hover {
  background: rgba(85, 21, 49, 0.04);
}

.silkaara-auth__submit {
  width: 100%;
  margin-top: 22px;
}

.silkaara-auth__foot {
  margin: 18px 0 0;
  color: rgba(84, 21, 48, 0.55);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.silkaara-auth__foot a {
  color: #541530;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.silkaara-auth__alert {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.silkaara-auth__alert.is-success {
  background: rgba(46, 125, 50, 0.1);
  color: #1b5e20;
}

.silkaara-auth__alert.is-error {
  background: rgba(183, 28, 28, 0.08);
  color: #8a1c1c;
}

@media (max-width: 575.98px) {
  .silkaara-auth__header.popup-header {
    padding: 22px 20px 0;
  }

  .silkaara-auth__body.canvas-body {
    padding: 10px 20px 24px !important;
  }

  .silkaara-auth__phone {
    grid-template-columns: 86px minmax(0, 1fr);
  }
}

/* -- Account page ------------------------------------------- */
.silkaara-account {
  padding-top: 28px;
  padding-bottom: 64px;
  background:
    radial-gradient(circle at top left, rgba(233, 192, 134, 0.18), transparent 34%),
    linear-gradient(180deg, #fffdf9 0%, #f7f1ea 42%, #fff 100%);
}

.silkaara-account__guest {
  max-width: 460px;
  margin: 24px auto;
  padding: 36px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(85, 21, 49, 0.08);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(85, 21, 49, 0.08);
}

.silkaara-account__guest h3 {
  color: #541530;
  margin-bottom: 8px;
}

.silkaara-account__guest p {
  color: rgba(84, 21, 48, 0.68);
  margin-bottom: 22px;
}

.silkaara-account__guest .silkaara-account__btn {
  margin: 6px;
}

.silkaara-account__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: #551531;
  color: #fff;
  box-shadow: 0 18px 40px rgba(85, 21, 49, 0.18);
}

.silkaara-account__identity {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.silkaara-account__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E9C086;
  color: #551531;
  font-size: 28px;
  font-weight: 700;
  flex: 0 0 auto;
}

.silkaara-account__eyebrow {
  margin: 0 0 4px;
  color: rgba(233, 192, 134, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.silkaara-account__name {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.15;
}

.silkaara-account__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.silkaara-account__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.silkaara-account__quick {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.silkaara-account__tile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid rgba(85, 21, 49, 0.08);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(85, 21, 49, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.silkaara-account__tile:hover {
  transform: translateY(-2px);
  border-color: rgba(233, 192, 134, 0.7);
  box-shadow: 0 14px 28px rgba(85, 21, 49, 0.1);
  color: inherit;
}

.silkaara-account__tile-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(85, 21, 49, 0.06);
  color: #551531;
  flex: 0 0 auto;
}

.silkaara-account__tile-icon .icon {
  font-size: 18px;
}

.silkaara-account__tile-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.silkaara-account__tile-copy strong {
  color: #541530;
  font-size: 14px;
  font-weight: 700;
}

.silkaara-account__tile-copy small {
  color: rgba(84, 21, 48, 0.62);
  font-size: 12px;
  line-height: 1.35;
}

.silkaara-account__tile-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #551531;
  color: #E9C086;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.silkaara-account__tabs {
  display: none;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 16px;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.silkaara-account__tabs::-webkit-scrollbar { display: none; }

.silkaara-account__tab {
  flex: 0 0 auto;
  appearance: none;
  border: 1px solid rgba(85, 21, 49, 0.12);
  background: #fff;
  color: #541530;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.silkaara-account__tab.is-active,
.silkaara-account__tab:hover {
  background: #551531;
  border-color: #551531;
  color: #E9C086;
}

.silkaara-account__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.silkaara-account__sidebar {
  position: sticky;
  top: 96px;
  padding: 18px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(85, 21, 49, 0.08);
  box-shadow: 0 10px 28px rgba(85, 21, 49, 0.05);
}

.silkaara-account__sidebar-label {
  margin: 0 0 12px;
  color: rgba(84, 21, 48, 0.5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.silkaara-account__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.silkaara-account__nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 11px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #541530;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.silkaara-account__nav-item:hover,
.silkaara-account__nav-item.is-active {
  background: rgba(85, 21, 49, 0.06);
  color: #541530;
}

.silkaara-account__nav-item--danger {
  color: #8a1c1c;
}

.silkaara-account__main {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.silkaara-account__panel {
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(85, 21, 49, 0.08);
  box-shadow: 0 10px 28px rgba(85, 21, 49, 0.05);
}

.silkaara-account__panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.silkaara-account__panel-head h2 {
  margin: 0 0 4px;
  color: #541530;
  font-size: 1.25rem;
}

.silkaara-account__panel-head p {
  margin: 0;
  color: rgba(84, 21, 48, 0.62);
  font-size: 14px;
}

.silkaara-account__text-link {
  color: #551531;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.silkaara-account__orders {
  display: grid;
  gap: 10px;
}

.silkaara-account__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(85, 21, 49, 0.08);
  background: #fbf8f4;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.silkaara-account__order:hover {
  border-color: rgba(233, 192, 134, 0.8);
  transform: translateY(-1px);
  color: inherit;
}

.silkaara-account__order strong {
  display: block;
  color: #541530;
  font-size: 14px;
}

.silkaara-account__order span {
  color: rgba(84, 21, 48, 0.6);
  font-size: 12px;
}

.silkaara-account__order-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.silkaara-account__status {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(85, 21, 49, 0.08);
  color: #541530 !important;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.silkaara-account__amount {
  color: #541530 !important;
  font-size: 14px !important;
  font-weight: 700;
}

.silkaara-account__empty {
  padding: 28px 18px;
  text-align: center;
  border-radius: 14px;
  background: #fbf8f4;
  border: 1px dashed rgba(85, 21, 49, 0.14);
}

.silkaara-account__empty p {
  margin: 0 0 14px;
  color: rgba(84, 21, 48, 0.65);
}

.silkaara-account__shortcut-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.silkaara-account__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.silkaara-account__btn--primary {
  background: #551531;
  color: #E9C086 !important;
  border-color: #551531;
}

.silkaara-account__btn--primary:hover {
  background: #6a1d3f;
  color: #f3d7a8 !important;
  transform: translateY(-1px);
}

.silkaara-account__btn--ghost {
  background: #fff;
  color: #541530 !important;
  border-color: rgba(85, 21, 49, 0.16);
}

.silkaara-account__btn--ghost:hover {
  background: rgba(85, 21, 49, 0.04);
}

.silkaara-account__hero .silkaara-account__btn--ghost {
  background: transparent;
  color: #E9C086 !important;
  border-color: rgba(233, 192, 134, 0.45);
}

.silkaara-account__btn--soft {
  background: rgba(85, 21, 49, 0.06);
  color: #541530 !important;
  border-color: transparent;
}

.silkaara-account__hero .silkaara-account__btn--soft {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.silkaara-account__form {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.silkaara-account__field label {
  display: block;
  margin-bottom: 6px;
  color: #541530;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.silkaara-account__field .form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(85, 21, 49, 0.14);
  background: #fbf8f4;
  color: #541530;
}

.silkaara-account__settings h3 {
  margin: 0 0 12px;
  color: #541530;
  font-size: 1rem;
}

.silkaara-account__setting-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 14px;
  background: #fbf8f4;
  border: 1px solid rgba(85, 21, 49, 0.08);
}

.silkaara-account__setting-card strong {
  display: block;
  color: #541530;
  margin-bottom: 4px;
}

.silkaara-account__setting-card p {
  margin: 0;
  color: rgba(84, 21, 48, 0.62);
  font-size: 13px;
}

.silkaara-account__setting-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.silkaara-account__setting-links a {
  color: #551531;
  font-size: 13px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.silkaara-account__address-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 18px;
  border-radius: 16px;
  background: #fbf8f4;
  border: 1px solid rgba(85, 21, 49, 0.1);
}

.silkaara-account__address-card.is-default {
  border-color: rgba(233, 192, 134, 0.9);
  box-shadow: inset 0 0 0 1px rgba(233, 192, 134, 0.35);
}

.silkaara-account__chip {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #551531;
  color: #E9C086;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.silkaara-account__chip--muted {
  background: rgba(85, 21, 49, 0.08);
  color: #541530;
}

.silkaara-account__address-top h3 {
  margin: 0;
  color: #541530;
  font-size: 1rem;
}

.silkaara-account__address-phone,
.silkaara-account__address-body {
  margin: 0;
  color: rgba(84, 21, 48, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.silkaara-account__address-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.silkaara-account__address-actions .silkaara-account__btn {
  flex: 1;
}

@media (max-width: 1199.98px) {
  .silkaara-account__quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .silkaara-account__layout {
    grid-template-columns: 1fr;
  }

  .silkaara-account__tabs {
    display: flex;
  }

  .silkaara-account__hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .silkaara-account__hero-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .silkaara-account__quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .silkaara-account {
    padding-top: 16px;
  }

  .silkaara-account__hero,
  .silkaara-account__panel {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .silkaara-account__avatar {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  .silkaara-account__quick {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .silkaara-account__tile {
    min-height: 84px;
    padding: 12px;
  }

  .silkaara-account__panel-head {
    flex-direction: column;
  }

  .silkaara-account__order {
    flex-direction: column;
    align-items: flex-start;
  }

  .silkaara-account__order-meta {
    justify-content: flex-start;
  }

  .silkaara-account__setting-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Toastify — Silkaara theme override */
.toastify.toast-success,
.toast-success {
  background: linear-gradient(135deg, #551531 0%, #6d2143 55%, #3f1026 100%) !important;
  color: #E9C086 !important;
  box-shadow: 0 8px 24px rgba(85, 21, 49, 0.28) !important;
}

.toastify.toast-error,
.toast-error {
  background: linear-gradient(135deg, #7a1f3d 0%, #551531 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(85, 21, 49, 0.28) !important;
}

/* Mobile menu currency */
.silkaara-mb-currency {
  padding: 12px 0 !important;
  border-bottom: none !important;
}

.silkaara-mb-currency__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
}

.silkaara-mb-currency__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #541530;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.silkaara-mb-currency__label .icon {
  font-size: 16px;
  color: #551531;
}

.silkaara-mb-currency__select {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 220px;
  height: 42px;
  padding: 0 36px 0 12px;
  border: 1px solid rgba(85, 21, 49, 0.16);
  border-radius: 12px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23551531' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  color: #541530;
  font-size: 13px;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.silkaara-mb-currency__select:focus {
  outline: none;
  border-color: rgba(233, 192, 134, 0.9);
  box-shadow: 0 0 0 3px rgba(233, 192, 134, 0.25);
}
