/* Imported from: ../../sub-components/QuantityStepper/styles.css */
.cc_gEwzV6oWLN_ffim050PJK .ad-qty {
  display: grid;
  grid-template-columns: 2.15rem 2.35rem 2.15rem;
  align-items: stretch;
  height: 2.35rem;
  border: 1px solid #8a7340;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: #5a4a22;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-qty-btn:hover:not(:disabled) {
  background: #fff8e8;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-qty-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-qty-value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  border-left: 1px solid #e6dcc4;
  border-right: 1px solid #e6dcc4;
  font-family: var(--font-sans, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  color: #2a2a26;
  text-align: center;
}

/* End import: ../../sub-components/QuantityStepper/styles.css */
/* Imported from: ../../sub-components/WhatsAppFloat/styles.css */
.cc_gEwzV6oWLN_ffim050PJK .ad-wa-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 1400;
  width: 3.65rem;
  height: 3.65rem;
  display: grid;
  place-items: center;
  overflow: visible;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-wa-ping, .cc_gEwzV6oWLN_ffim050PJK .ad-wa-btn {
  grid-area: 1 / 1;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-wa-ping {
  width: 3.65rem;
  height: 3.65rem;
  border-radius: 50%;
  background: #25d366;
  z-index: 0;
  pointer-events: none;
  animation: cc_gEwzV6oWLN_ffim050PJK_ad-wa-ripple 2.4s ease-out infinite;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-wa-ping--late {
  animation-delay: 1.2s;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-wa-btn {
  position: relative;
  z-index: 2;
  width: 3.65rem;
  height: 3.65rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  opacity: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(18, 110, 55, 0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-wa-float:hover .ad-wa-btn {
  background: #1ebe5d;
  transform: scale(1.06);
}

.cc_gEwzV6oWLN_ffim050PJK .ad-wa-icon {
  width: 1.7rem;
  height: 1.7rem;
  opacity: 1;
}

@keyframes cc_gEwzV6oWLN_ffim050PJK_ad-wa-ripple {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_gEwzV6oWLN_ffim050PJK .ad-wa-ping {
    animation: none;
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .cc_gEwzV6oWLN_ffim050PJK .ad-wa-float {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 3.35rem;
    height: 3.35rem;
  }

  .cc_gEwzV6oWLN_ffim050PJK .ad-wa-ping, .cc_gEwzV6oWLN_ffim050PJK .ad-wa-btn {
    width: 3.35rem;
    height: 3.35rem;
  }
}

/* End import: ../../sub-components/WhatsAppFloat/styles.css */

.cc_gEwzV6oWLN_ffim050PJK .ad-header {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  min-height: 88px;
  height: 88px;
  background: #f7f6f2;
  color: var(--text);
  font-family: var(--font-sans);
  position: relative;
  z-index: 1000;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-header #mainNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background: #f7f6f2;
  border-bottom: 1px solid rgba(201, 168, 76, 0.18);
  min-height: 88px;
  height: 88px;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-header.is-overlay {
  overflow: visible;
  max-height: none;
  height: auto;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-header #slideMenu:not(.open), .cc_gEwzV6oWLN_ffim050PJK .ad-header #cartDrawer:not(.open) {
  width: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  visibility: hidden;
  pointer-events: none;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-header .nav-cats {
  display: flex !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .cc_gEwzV6oWLN_ffim050PJK .ad-header .nav-cats {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .cc_gEwzV6oWLN_ffim050PJK .ad-header .hamburger {
    display: none !important;
  }
}

.cc_gEwzV6oWLN_ffim050PJK .ad-header .nav-cat {
  position: relative;
  text-transform: none;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-header .nav-cat::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.18rem;
  width: calc(100% - 2.2rem);
  height: 2px;
  background: #ead9b8;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-header .nav-cat:hover::after, .cc_gEwzV6oWLN_ffim050PJK .ad-header .nav-cat:focus-visible::after, .cc_gEwzV6oWLN_ffim050PJK .ad-header .nav-cat.active::after {
  transform: translateX(-50%) scaleX(1);
}

.cc_gEwzV6oWLN_ffim050PJK .nav-logo-text {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  color: #2a2a26;
}
.cc_gEwzV6oWLN_ffim050PJK #slideMenu.open, .cc_gEwzV6oWLN_ffim050PJK #menuOverlay.open, .cc_gEwzV6oWLN_ffim050PJK #cartOverlay.open, .cc_gEwzV6oWLN_ffim050PJK #searchOverlay.open, .cc_gEwzV6oWLN_ffim050PJK #cartDrawer.open {
  visibility: visible;
}

.cc_gEwzV6oWLN_ffim050PJK #menuOverlay.open, .cc_gEwzV6oWLN_ffim050PJK #cartOverlay.open {
  opacity: 1;
  pointer-events: all;
}
.cc_gEwzV6oWLN_ffim050PJK .cart-line {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
}
.cc_gEwzV6oWLN_ffim050PJK .cart-line img {
  width: 56px;
  height: 72px;
  object-fit: contain;
  background: #fff;
}
.cc_gEwzV6oWLN_ffim050PJK .cart-line-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.82rem;
}

.cc_gEwzV6oWLN_ffim050PJK .cart-line-info .ad-qty {
  margin-top: 0.15rem;
  align-self: flex-start;
  height: 1.85rem;
  grid-template-columns: 1.85rem 2.1rem 1.85rem;
}

.cc_gEwzV6oWLN_ffim050PJK .cart-qty-error {
  margin: 0.5rem 1.25rem 0;
  color: #8a3a32;
  font-size: 0.8rem;
}

.cc_gEwzV6oWLN_ffim050PJK #cartDrawer .cart-empty {
  margin-top: 4.5rem;
  padding: 0 0.5rem;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.6vw, 1.45rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #2c2a26;
  white-space: pre-line;
}

.cc_gEwzV6oWLN_ffim050PJK #cartDrawer .btn-gold-block {
  color: #8a6200;
  border-color: #c29a2d;
  font-weight: 600;
  letter-spacing: 0.22em;
}
.cc_gEwzV6oWLN_ffim050PJK .cart-view-link {
  margin-top: 0.75rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: #9b6f05;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie {
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  pointer-events: none;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-panel {
  pointer-events: auto;
  width: min(520px, 100%);
  padding: 1.5rem 1.6rem 1.35rem;
  background: #161616;
  border: 1px solid rgba(201, 168, 76, 0.32);
  color: #f4eee4;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c9a84c;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-panel h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-body {
  margin: 0.85rem 0 0.7rem;
  font-size: 0.82rem;
  line-height: 1.65;
  color: #c8c0b4;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-policy {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4bc6a;
  border-bottom: 1px solid rgba(201, 168, 76, 0.45);
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-toggles {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(201, 168, 76, 0.18);
  font-size: 0.78rem;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-row.is-locked {
  opacity: 0.72;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-primary, .cc_gEwzV6oWLN_ffim050PJK .ad-cookie-ghost, .cc_gEwzV6oWLN_ffim050PJK .ad-cookie-text {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-primary {
  background: #c9a84c;
  color: #161616;
  border: 0;
  padding: 0.7rem 1rem;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-ghost {
  background: transparent;
  color: #f4eee4;
  border: 1px solid rgba(244, 238, 228, 0.28);
  padding: 0.65rem 0.9rem;
}

.cc_gEwzV6oWLN_ffim050PJK .ad-cookie-text {
  background: none;
  border: 0;
  color: #d4bc6a;
  padding: 0.4rem 0;
}

@media (max-width: 640px) {
  .cc_gEwzV6oWLN_ffim050PJK .ad-cookie {
    inset: auto 0.6rem max(0.65rem, env(safe-area-inset-bottom)) 0.6rem;
    z-index: 1000;
  }

  .cc_gEwzV6oWLN_ffim050PJK .ad-cookie-panel {
    width: 100%;
    padding: 1.25rem 1.15rem 1.15rem;
  }

  .cc_gEwzV6oWLN_ffim050PJK .ad-cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cc_gEwzV6oWLN_ffim050PJK .ad-cookie-primary, .cc_gEwzV6oWLN_ffim050PJK .ad-cookie-ghost {
    width: 100%;
    text-align: center;
  }
}
