* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, sans-serif;
  color: #191c1d;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  max-height: 44px;
  width: auto;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

.champagne-gradient {
  background: linear-gradient(135deg, #e9c176 0%, #775a19 100%);
}

.surface-gradient {
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.ghost-shadow {
  box-shadow: 0 12px 40px rgba(25, 28, 29, 0.05);
}

.metallic-frame {
  border: 2px solid rgba(127, 118, 103, 0.28);
}

.champagne-border {
  border: 2px solid rgba(127, 118, 103, 0.2);
}

.yo-menu-primary,
.yo-menu-mobile,
.yo-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yo-menu-primary li,
.yo-menu-mobile li,
.yo-footer-menu li {
  margin: 0;
}

.yo-menu-primary .current-menu-item > a,
.yo-menu-primary .current_page_item > a {
  color: #d97706 !important;
  border-bottom: 2px solid rgba(217, 119, 6, 0.35);
  padding-bottom: 4px;
}

.yo-footer-menu li {
  margin-bottom: 10px;
}

.yo-footer-menu .current-menu-item > a,
.yo-footer-menu .current_page_item > a {
  color: #92400e !important;
  font-weight: 600;
}

.yo-mobile-nav {
  display: none;
  border-top: 2px solid rgba(127, 118, 103, 0.2);
  background: rgba(255, 255, 255, 0.96);
}

.yo-mobile-nav.is-open {
  display: block;
}

.yo-mobile-nav .yo-menu-mobile {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 0;
}

.yo-mobile-nav .yo-menu-mobile a {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4e4639;
}

.yo-card-link {
  display: block;
}

.yo-price .amount,
.yo-price-box .amount {
  font-family: 'Noto Serif', serif;
}

.woocommerce .quantity .qty {
  background: #edeeef;
  border: 0;
  padding: 10px;
  min-width: 84px;
}

.single-product .single_add_to_cart_button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  border: 0;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, #e9c176 0%, #775a19 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.73rem;
  font-weight: 700;
  padding: 14px 22px;
}

.single-product .cart {
  display: block;
}

.single-product .cart .quantity {
  display: none !important;
}

.single-product .cart .single_add_to_cart_button.button {
  width: 100%;
  display: block;
  padding: 20px;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 12px 40px rgba(25, 28, 29, 0.05);
}

.single-product .cart .single_add_to_cart_button.button:hover {
  opacity: 0.9;
}

.js-credit-calculator .yo-month-btn.is-active {
  border-color: #775a19;
  background: rgba(233, 193, 118, 0.2);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top: 2px solid rgba(127, 118, 103, 0.45);
  background: #fff;
}

.yo-alert {
  border: 2px solid rgba(127, 118, 103, 0.3);
  background: #f3f4f5;
  padding: 12px 14px;
  margin-bottom: 18px;
}

.yo-alert-success {
  border-color: rgba(31, 156, 85, 0.45);
  background: rgba(31, 156, 85, 0.08);
}

.yo-alert-error {
  border-color: rgba(186, 26, 26, 0.45);
  background: rgba(186, 26, 26, 0.08);
}

.yo-map-wrap iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.yo-main-image-trigger {
  cursor: zoom-in;
}

body.yo-no-scroll {
  overflow: hidden;
}

.yo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.yo-lightbox.is-open {
  display: flex;
}

.yo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 13, 15, 0.88);
}

.yo-lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(1280px, 96vw);
  max-height: 94vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yo-lightbox__image {
  max-width: 100%;
  max-height: 94vh;
  width: auto;
  height: auto;
  border-radius: 0.35rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.yo-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 13, 15, 0.7);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.yo-lightbox__close:hover {
  background: rgba(12, 13, 15, 0.9);
}

@media (max-width: 767px) {
  .yo-desktop-nav {
    display: none !important;
  }

  .yo-lightbox {
    padding: 16px;
  }

  .yo-lightbox__close {
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 768px) {
  .yo-map-wrap iframe {
    min-height: 500px;
  }
}
