@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary-100: #fbf8f1;
  --primary-800: #3a1a07;

  --secondary-100: #f7eed9;
  --secondary-300: #d2b387;
  --secondary-500: #6b4a2b;
  --secondary-700: #4d2a15;

  --gray-200: #e5e5e5;
  --gray-300: #d4d4d4;
  --gray-500: #737373;
  --gray-600: #525252;
  --gray-700: #404040;
  --gray-800: #262626;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.product-swiper {
  --swiper-theme-color: var(--gray-700);
}

.swiper-button-prev.product-nav-ext,
.swiper-button-next.product-nav-ext {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  box-shadow:
    0 20px 24px -4px rgba(0, 0, 0, 0.08),
    0 8px 8px -4px rgba(0, 0, 0, 0.03),
    0 3px 3px -1.5px rgba(0, 0, 0, 0.04);
  color: var(--gray-800);
}

.swiper-button-prev.product-nav-ext svg,
.swiper-button-next.product-nav-ext svg {
  width: 16px;
  height: 16px;
}

.product-section .swiper-button-prev.product-nav-ext {
  left: 0px;
  transform: translateX(-50%);
}

.product-section .swiper-button-next.product-nav-ext {
  right: 0px;
  transform: translateX(50%);
}

.review-swiper {
  --swiper-theme-color: var(--gray-700);
  --swiper-pagination-bottom: 0;
}

.review-swiper .swiper-button-prev,
.review-swiper .swiper-button-next {
  color: var(--gray-600);
}

.review-swiper .swiper-button-prev svg,
.review-swiper .swiper-button-next svg {
  height: 28px;
}

.why-choose-swiper {
  --swiper-theme-color: var(--gray-700);
  --swiper-pagination-bottom: 0;
}

.btn-default {
  cursor: pointer;
  position: relative;
  background: linear-gradient(to top, #925c2a, #c47b38);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 10px;
  box-shadow:
    0 1px 2px 0 rgba(0, 0, 0, 0.05),
    inset 0 0 0 1px rgba(0, 0, 0, 0.12),
    inset 0 -2px 0 0px rgba(0, 0, 0, 0.05),
    0 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s ease;
}

.btn-default:hover {
  opacity: 0.8;
}

.btn-default::before {
  content: "";
  display: block;
  position: absolute;
  inset: 1px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}

.btn-group-shadow {
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.12),
    inset 0 -2px 0 0px rgba(0, 0, 0, 0.05),
    0 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.nav-swiper .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-swiper .swiper-slide {
  width: auto;
}

.nav-swiper li.nav-link-active a {
  background-color: var(--secondary-100) !important;
  border-color: var(--secondary-300) !important;
  color: var(--secondary-500) !important;
}

html {
  scroll-behavior: smooth;
}

[data-nav-section] {
  scroll-margin-top: var(--nav-offset, 72px);
}

#site-header {
  transition: transform 0.3s ease;
  will-change: transform;
}

#site-header.is-hidden {
  transform: translate3d(0, -100%, 0) !important;
  pointer-events: none;
}

#site-nav {
  transition: top 0.3s ease;
}

.contact-intro a {
  color: #2563eb;
}

.contact-intro a:hover {
  text-decoration: underline;
}

#landing-form-toast.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* Fallback: hide any Flatsome chrome that still slips through wp_footer */
body.hqa-landing-page #header,
body.hqa-landing-page #footer,
body.hqa-landing-page #main-menu,
body.hqa-landing-page .ux-body-overlay,
body.hqa-landing-page .custom-product-portfolio {
  display: none !important;
}
