@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #5A5A52;
  background: #FFFDF8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: #5C6B52;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover, a:focus {
  color: #B89460;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500;
  color: #1F2620;
  margin: 0 0 1rem;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1rem;
}

.lead {
  font-size: 1.125rem;
  color: rgb(103.3430232558, 103.3430232558, 94.1569767442);
}

.text-script {
  font-family: "Italianno", cursive;
  font-size: 2rem;
  color: #B89460;
  line-height: 1;
}

.section-tag {
  display: inline-block;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #B89460;
  margin-bottom: 1rem;
}
.section-tag::before, .section-tag::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #B89460;
  vertical-align: middle;
  margin: 0 0.75rem;
}

.section-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 1rem;
}
.section-title em {
  font-style: normal;
  color: #7A8A6E;
}

.section-divider {
  display: block;
  width: 60px;
  height: 1px;
  background: #B89460;
  margin: 1.25rem auto;
}

.bg-sand {
  background: #F4ECE0 !important;
}

.bg-sand-light {
  background: #FBF7F1 !important;
}

.bg-sand-dark {
  background: #E6DBC9 !important;
}

.bg-sage {
  background: #7A8A6E !important;
  color: #FFFDF8;
}

.bg-ink {
  background: #1F2620 !important;
  color: #FFFDF8;
}

.text-sage {
  color: #7A8A6E !important;
}

.text-gold {
  color: #B89460 !important;
}

.text-ink {
  color: #1F2620 !important;
}

.text-cream {
  color: #FFFDF8 !important;
}

.text-muted-2 {
  color: #8A8A82 !important;
}

.section {
  padding: 7rem 0;
}

@media (max-width: 767.98px) {
  .section {
    padding: 4.5rem 0;
  }
}
.section-sm {
  padding: 4rem 0;
}

::selection {
  background: #7A8A6E;
  color: #FFFDF8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 2.1rem;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.btn:focus-visible {
  outline: 2px solid #B89460;
  outline-offset: 3px;
}

.btn-primary {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}
.btn-primary:hover, .btn-primary:focus {
  background: #5C6B52;
  border-color: #5C6B52;
  color: #FFFDF8;
}

.btn-gold {
  background: #B89460;
  color: #FFFDF8;
  border-color: #B89460;
}
.btn-gold:hover, .btn-gold:focus {
  background: rgb(165.36, 127.92, 73.84);
  border-color: rgb(165.36, 127.92, 73.84);
  color: #FFFDF8;
}

.btn-outline {
  background: transparent;
  color: #1F2620;
  border-color: #1F2620;
}
.btn-outline:hover, .btn-outline:focus {
  background: #1F2620;
  color: #FFFDF8;
}

.btn-outline-light {
  background: transparent;
  color: #FFFDF8;
  border-color: #FFFDF8;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background: #FFFDF8;
  color: #1F2620;
}

.btn-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1F2620;
  border-bottom: 1px solid #1F2620;
  padding-bottom: 4px;
}
.btn-link-arrow:hover {
  color: #B89460;
  border-color: #B89460;
}

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: 0.82rem;
}

.btn-sm {
  padding: 0.7rem 1.5rem;
  font-size: 0.7rem;
}

.topbar {
  background: #1F2620;
  color: rgba(255, 253, 248, 0.7);
  padding: 0.6rem 0;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.topbar a {
  color: rgba(255, 253, 248, 0.7);
}
.topbar a:hover {
  color: #B89460;
}
.topbar .topbar-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar .topbar-info{
    gap: 0.7rem;
  }
}
.topbar .topbar-info i {
  margin-right: 0.4rem;
  color: #B89460;
}
.topbar .topbar-social a {
  margin-left: 0.85rem;
}

@media (max-width: 767.98px) {
  .topbar {
    display: none;
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.has-topbar {
  top: 40px;
}
.logged-in .site-header.has-topbar {
    top: 72px;
}

.logged-in .site-header.is-sticky,
.logged-in .elementor-editor-active .site-header{
  top: 32px;
}

.site-header.is-sticky,
.elementor-editor-active .site-header {
  position: fixed;
  top: 0;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 4px 30px rgba(31, 38, 32, 0.06);
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  max-width: 100%;
}
.elementor-editor-active .site-header{
  top: 0!important;
}
.wpcf7-response-output {
    margin: 30px 0 0 !important;
}
.site-header.is-sticky .nav-link,
.elementor-editor-active .nav-link {
  color: #1F2620;
}
.site-header.header-on-dark .nav-link {
  color: #FFFDF8;
}
.site-header.header-on-dark.is-sticky .nav-link,
.elementor-editor-active .site-header.header-on-dark .nav-link {
  color: #1F2620;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1F2620;
}
.site-logo img {
  height: 44px;
  width: auto;
}
.site-header.header-on-dark:not(.is-sticky) .site-logo {
  color: #FFFDF8;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-list > li {
  position: relative;
}

.nav-link {
  display: inline-block;
  padding: 0.5rem 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1F2620;
  position: relative;
  cursor: pointer;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #B89460;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-editor-active .nav-link::after {
  
  background: #B89460!important;
}
header:not(.is-sticky) .nav-link::after{
  background: #fff;
}
.nav-link:hover, .nav-link.active {
  color: #B89460;
}
.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
}
footer.comment-meta {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.has-submenu > .nav-link::before {
  content: "+";
  display: inline-block;
  margin-left: 6px;
  font-size: 0.85rem;
  color: #B89460;
  font-weight: 400;
}
header.header-on-dark:not(.is-sticky) .has-submenu > .nav-link::before{
  color: #fff;
}
ul.check-list {
    list-style: none;
    padding: 0;
}
.blog-content h2{
  font-size: 28px;;
}

.elementor-editor-active .has-submenu > .nav-link::before {
  color: #B89460!important;
}
.elementor-editor-active header.header-on-dark .icon-btn {
    color: #B89460!important;
}

.submenu {
  position: absolute;
  top: 100%;
  left: -1rem;
  min-width: 220px;
  background: #FFFDF8;
  border: 1px solid #E5DFD3;
  padding: 0.5rem 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.25s;
  box-shadow: 0 20px 50px rgba(31, 38, 32, 0.1);
  z-index: 60;
}
.submenu li a {
  display: block;
  padding: 0.65rem 1.25rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1F2620;
}
.submenu li a:hover {
  background: #FBF7F1;
  color: #B89460;
}

.has-submenu:hover > .submenu,
.has-submenu:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0s;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header.header-on-dark:not(.is-sticky) .icon-btn{
  color: #fff;
}

.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  position: relative;
}
.icon-btn:hover,
header:not(.is-sticky) .icon-btn:hover{
  color: #B89460;
}

/* Account dropdown */
.account-dropdown-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.account-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 190px;
  background: #FFFDF8;
  border: 1px solid #E5DFD3;
  box-shadow: 0 12px 36px rgba(31, 38, 32, 0.13);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.22s, transform 0.22s, visibility 0.22s;
}
.account-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.account-greeting {
  display: block;
  padding: 0.75rem 1.25rem 0.6rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #7A8A6E;
  border-bottom: 1px solid #E5DFD3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.account-dropdown a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1.25rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F2620;
  text-decoration: none;
  border-bottom: 1px solid #E5DFD3;
  transition: background 0.18s, color 0.18s;
}
.account-dropdown a:last-child { border-bottom: none; }
.account-dropdown a:hover { background: #F4ECE0; color: #7A8A6E; }
.account-dropdown a.account-logout { color: #8A8A82; }
.account-dropdown a.account-logout:hover { background: #FFF0F0; color: #c44; }

/* Force dropdown to correct color on dark header */
header.header-on-dark:not(.is-sticky) .account-dropdown-wrap .account-btn {
  color: #fff;
}

.icon-btn .badge-count {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  background: #B89460;
  color: #FFFDF8;
  font-size: 0.65rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: currentColor;
  margin: 5px auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991.98px) {
  .nav-list, .header-actions .btn-book {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  header:not(.is-sticky) .menu-toggle span{
    background: #fff;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 340px;
  min-height: 100vh;
  background: #FFFDF8;
  z-index: 200;
  padding: 2rem 1.75rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 40px rgba(31, 38, 32, 0.15);
  bottom: 0;
}
.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(31, 38, 32, 0.55);
  opacity: 0;
  visibility: hidden;
  z-index: 150;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.4s;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E5DFD3;
  margin-bottom: 1rem;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  border: 1px solid #E5DFD3;
  background: transparent;
  color: #1F2620;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu-close:hover {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem;
}
.mobile-nav > li {
  border-bottom: 1px solid #E5DFD3;
}
.mobile-nav a {
  display: block;
  padding: 1rem 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #1F2620;
}
.mobile-nav a:hover {
  color: #B89460;
  padding-left: 0.5rem;
}
.mobile-nav .submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.mobile-nav .submenu-toggle .icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5DFD3;
  font-size: 1rem;
  color: #7A8A6E;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav .mobile-submenu {
  list-style: none;
  padding: 0 0 0.75rem 0.5rem;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav .mobile-submenu li {
  border: 0;
}
.mobile-nav .mobile-submenu a {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
}
.mobile-nav .is-expanded .submenu-toggle .icon {
  transform: rotate(45deg);
  border-color: #B89460;
  color: #B89460;
}
.mobile-nav .is-expanded .mobile-submenu {
  max-height: 500px;
}

.mobile-contact {
  padding-top: 1.5rem;
  border-top: 1px solid #E5DFD3;
  font-size: 0.9rem;
}
.mobile-contact p {
  margin-bottom: 0.5rem;
}
.mobile-contact i {
  color: #B89460;
  margin-right: 0.5rem;
}
.mobile-contact .mobile-social {
  margin-top: 1rem;
}
.mobile-contact .mobile-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5DFD3;
  color: #1F2620;
  margin-right: 0.4rem;
}
.mobile-contact .mobile-social a:hover {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}

.hero-slider {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
}
.hero-slider .swiper, .hero-slider .swiper-wrapper, .hero-slider .swiper-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFDF8;
}
.hero-slide .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 8s ease-out;
}
.hero-slide.swiper-slide-active .hero-bg {
  transform: scale(1);
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 38, 32, 0.50), rgba(31, 38, 32, 0.7));
  z-index: 1;
}
.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 720px;
}
.hero-content .hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #D4B587;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
.hero-content .hero-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 1.05;
  color: #FFFDF8;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.hero-content .hero-text {
  font-size: 1.05rem;
  color: rgba(255, 253, 248, 0.85);
  margin-bottom: 2.25rem;
  max-width: 560px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
}
.hero-content .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
}

.swiper-slide-active .hero-content .hero-tag, .swiper-slide-active .hero-content .hero-title, .swiper-slide-active .hero-content .hero-text, .swiper-slide-active .hero-content .hero-cta {
  opacity: 1;
  transform: translateY(0);
}

.hero-nav {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 5;
  display: flex;
  gap: 0.75rem;
}
.hero-nav button {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 253, 248, 0.4);
  background: transparent;
  color: #FFFDF8;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-nav button:hover {
  background: #FFFDF8;
  color: #1F2620;
  border-color: #FFFDF8;
}

.hero-pagination {
  position: absolute;
  left: 3rem;
  bottom: 3.2rem;
  z-index: 5;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.2rem;
  color: #FFFDF8;
  letter-spacing: 0.1em;
}
.hero-pagination .current {
  font-size: 2rem;
  color: #D4B587;
}
.hero-pagination .divider {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: rgba(255, 253, 248, 0.4);
  margin: 0 0.5rem;
  vertical-align: middle;
}

.price-amount{
  font-size: 1.6rem;
}
.price-item h3{
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .hero-slider {
    min-height: 560px;
  }
  .hero-nav, .hero-pagination {
    display: none;
  }
  .site-header.has-topbar{
    top: 0;
  }
  .container, .container-sm {
      max-width: 100%;
  }
}
.page-header {
  position: relative;
  padding: 11rem 0 5rem;
  background: #F4ECE0;
  text-align: center;
  overflow: hidden;
}
.page-header.has-image {
  color: #FFFDF8;
  background-size: cover;
  background-position: center;
}
.page-header.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 38, 32, 0.4), rgba(31, 38, 32, 0.65));
}
.page-header.has-image .container {
  position: relative;
  z-index: 2;
}
.page-header.has-image .page-title, .page-header.has-image .breadcrumb a, .page-header.has-image .breadcrumb-item.active {
  color: #FFFDF8;
}
.page-header.has-image .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 253, 248, 0.6);
}
.page-header .page-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
  color: #1F2620;
}
.page-header .breadcrumb {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.page-header .breadcrumb li + li::before {
  content: "/";
  margin: 0 0.6rem;
  color: #B89460;
}
.page-header .breadcrumb a {
  color: inherit;
}
.page-header .breadcrumb .active {
  color: #B89460;
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 8rem 0 3.5rem;
  }
}

/* Solid-colour page header — used on single posts, no background image.
   Dark ink background so white header nav links remain legible. */
.page-header.no-image {
  background: #4b4b4b;
  padding: 11rem 0 4rem;
  color: #FFFDF8;
}
.page-header.no-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: #B89460;
}
/* Title */
.page-header.no-image .page-title {
  color: #FFFDF8;
  font-size: clamp(1.875rem, 4vw, 3rem);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}
/* Eyebrow tag — override the default dark lines with light ones */
.page-header.no-image .section-tag {
  color: #B89460;
  margin-bottom: 0.75rem;
}
.page-header.no-image .section-tag::before,
.page-header.no-image .section-tag::after {
  background: rgba(255, 253, 248, 0.25);
}
/* Breadcrumb */
.page-header.no-image .breadcrumb a {
  color: rgba(255, 253, 248, 0.7);
}
.page-header.no-image .breadcrumb a:hover {
  color: #B89460;
}
.page-header.no-image .breadcrumb li + li::before {
  color: rgba(255, 253, 248, 0.35);
}
.page-header.no-image .breadcrumb .active {
  color: #B89460;
}
@media (max-width: 767.98px) {
  .page-header.no-image {
    padding: 8rem 0 3rem;
  }
}

.service-card {
  position: relative;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  background: #FBF7F1;
  border: 1px solid #E5DFD3;
}
.elementor-editor-active div#site-content {
    padding-top: 54px;
}
section.page-header > div {
    z-index: 9;
    position: relative;
}

.service-card .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F4ECE0;
  color: #7A8A6E;
  font-size: 2rem;
  border-radius: 50%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card h3 {
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.service-card p {
  color: #5A5A52;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.service-card .service-link {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1F2620;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.service-card .service-link:hover {
  color: #B89460;
  border-color: #B89460;
}
.service-card:hover {
  transform: translateY(-6px);
}
.service-card:hover .service-icon {
  background: #7A8A6E;
  color: #FFFDF8;
}

.service-photo-card {
  position: relative;
  overflow: hidden;
  background: #1F2620;
}
.service-photo-card .service-img {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-photo-card .service-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: #FFFDF8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(31, 38, 32, 0.85));
}
.service-photo-card .service-body h3 {
  color: #FFFDF8;
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  font-style: italic;
}
.service-photo-card .service-body .price {
  font-size: 0.9rem;
  color: #D4B587;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.service-photo-card:hover .service-img {
  transform: scale(1.08);
}

.feature-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.feature-item .feature-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F4ECE0;
  color: #7A8A6E;
  font-size: 1.5rem;
}
.feature-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-style: italic;
}
.feature-item p {
  font-size: 0.95rem;
  margin: 0;
}

.about-images {
  position: relative;
}
.about-images .img-1, .about-images .img-2 {
  background-size: cover;
  background-position: center;
}
.about-images .img-1 {
  aspect-ratio: 4/5;
}
.about-images .img-2 {
  aspect-ratio: 1;
  margin-top: -25%;
  margin-left: 30%;
  border: 8px solid #FFFDF8;
  box-shadow: 0 30px 60px rgba(31, 38, 32, 0.15);
}
.about-images .exp-badge {
  position: absolute;
  bottom: 10%;
  left: 0px;
  width: 140px;
  height: 140px;
  background: #B89460;
  color: #FFFDF8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  text-align: center;
  line-height: 1.1;
  padding: 1rem;
}
.about-images .exp-badge strong {
  font-size: 2.4rem;
  display: block;
}
.about-images .exp-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stat {
  text-align: center;
}
.stat .stat-num {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 3.5rem;
  color: #7A8A6E;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat .stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #5A5A52;
}

.team-card {
  text-align: center;
  background: transparent;
}
.team-card .team-photo {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.team-card .team-photo .team-social {
  position: absolute;
  inset: auto 0 -60px 0;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(31, 38, 32, 0.85), transparent);
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-card .team-photo .team-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, 0.4);
  color: #FFFDF8;
}
.team-card .team-photo .team-social a:hover {
  background: #B89460;
  border-color: #B89460;
}
.team-card:hover .team-social {
  inset: auto 0 0 0;
}
.team-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
  font-style: italic;
}
.team-card .team-role {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #B89460;
}

.testimonial {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.testimonial .quote-mark {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 5rem;
  color: #B89460;
  line-height: 0.5;
  margin-bottom: 1rem;
  display: block;
}
.testimonial blockquote {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  color: #1F2620;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
.testimonial .testimonial-author {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7A8A6E;
}
.testimonial .testimonial-role {
  font-size: 0.8rem;
  color: #8A8A82;
}

.price-card {
  background: #FFFDF8;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid #E5DFD3;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
}
.price-card .price-name {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.price-card .price-amount {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 3.5rem;
  color: #7A8A6E;
  display: block;
  margin-bottom: 0.25rem;
}
.price-card .price-amount sup {
  font-size: 1.2rem;
  vertical-align: super;
}
.price-card .price-amount sub {
  font-size: 0.9rem;
  color: #8A8A82;
  vertical-align: baseline;
}
.price-card .price-features {
  list-style: none;
  padding: 1.5rem 0;
  margin: 1rem 0;
  border-top: 1px solid #E5DFD3;
  border-bottom: 1px solid #E5DFD3;
}
.price-card .price-features li {
  padding: 0.55rem 0;
  font-size: 0.95rem;
}
.price-card .price-features li i {
  color: #7A8A6E;
  margin-right: 0.5rem;
}
.price-card .price-features li.disabled {
  color: #8A8A82;
  text-decoration: line-through;
}
.price-card .price-features li.disabled i {
  color: #8A8A82;
}
.price-card.featured {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}
.price-card.featured .price-name, .price-card.featured .price-amount, .price-card.featured h3, .price-card.featured h4 {
  color: #FFFDF8;
}
.price-card.featured .price-amount sub {
  color: rgba(255, 253, 248, 0.7);
}
.price-card.featured .price-features {
  border-color: rgba(255, 253, 248, 0.2);
}
.price-card.featured .price-features li i {
  color: #D4B587;
}
.price-card.featured .price-tag {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #B89460;
  color: #FFFDF8;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
}
.price-card.featured .btn-outline {
  color: #FFFDF8;
  border-color: #FFFDF8;
}
.price-card.featured .btn-outline:hover {
  background: #FFFDF8;
  color: #7A8A6E;
}

.blog-card {
  background: #FFFDF8;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-card .blog-img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.blog-card .blog-img .blog-date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #FFFDF8;
  color: #1F2620;
  padding: 0.6rem 0.85rem;
  text-align: center;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  line-height: 1;
}
.blog-card .blog-img .blog-date strong {
  display: block;
  font-size: 1.3rem;
}
.blog-card .blog-img .blog-date span {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B89460;
}
.blog-card .blog-body {
  padding: 1.75rem;
}
.blog-card .blog-body .blog-meta {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B89460;
  margin-bottom: 0.75rem;
}
.blog-card .blog-body h2 {
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 0.85rem;
}
.blog-card .blog-body h3 a {
  color: #1F2620;
}
.blog-card .blog-body h3 a:hover {
  color: #B89460;
}
.blog-card .blog-body p {
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.blog-card:hover {
  box-shadow: 0 30px 60px rgba(31, 38, 32, 0.08);
  transform: translateY(-4px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
iframe{
  width: 100%;
}

@media (max-width: 991.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.gallery-item .gallery-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item::after {
  content: "+";
  position: absolute;
  inset: 0;
  background: rgba(31, 38, 32, 0.5);
  color: #FFFDF8;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item:hover .gallery-img {
  transform: scale(1.08);
}
.gallery-item:hover::after {
  opacity: 1;
}

.product-card {
  text-align: left;
  background: transparent;
}
.product-card .product-img {
  background: #FBF7F1;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.product-card .product-img .product-actions {
  position: absolute;
  inset: auto 0 -60px 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card .product-img .product-actions button {
  width: 42px;
  height: 42px;
  background: #FFFDF8;
  border: 0;
  color: #1F2620;
  cursor: pointer;
}
.product-card .product-img .product-actions button:hover {
  background: #7A8A6E;
  color: #FFFDF8;
}
.product-card:hover .product-actions {
  inset: auto 0 0 0;
}
.product-card .product-body {
  padding: 0.875rem 0 0.25rem;
}
.product-card .product-body h3,
.product-card .product-body h2,
.product-card h4 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #1F2620;
  line-height: 1.3;
}
.product-card .product-body h3 a,
.product-card .product-body h2 a,
.product-card h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.product-card .product-body h3 a:hover,
.product-card .product-body h2 a:hover,
.product-card h4 a:hover {
  color: #B89460;
}
.product-card .product-price {
  color: #7A8A6E;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: 1;
}
.product-card .product-price del {
  color: #C5BFB3;
  margin-right: 0.35rem;
  font-size: 1.1rem;
}

.cta-banner {
  position: relative;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFFDF8;
  text-align: center;
}
.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 38, 32, 0.65);
}
.cta-banner .container {
  position: relative;
  z-index: 2;
}
.cta-banner h2 {
  color: #FFFDF8;
  font-style: italic;
}

.form-control, .form-select {
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  border-radius: 0;
  padding: 0.61rem 1.1rem;
  font-size: 0.95rem;
  color: #1F2620;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-control:focus, .form-select:focus {
  border-color: #7A8A6E;
  box-shadow: none;
  outline: none;
}
/* Custom select arrow — replaces Bootstrap's default */
.form-select,
.woocommerce form .form-row select,
.woocommerce .quantity select,
.woocommerce-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%237A8A6E' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 11px 7px;
  padding-right: 2.75rem;
  cursor: pointer;
}
aside.col-lg-4 h2 {
    font-size: 1.8rem;
}
aside h3 {
    font-size: 1.6rem;
}

.form-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1F2620;
  margin-bottom: 0.5rem;
}

.site-footer {
  background: #1F2620;
  color: rgba(255, 253, 248, 0.7);
  padding: 5rem 0 0;
  position: relative;
}
.site-footer h3 {
  color: #FFFDF8;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
}
.site-footer a {
  color: rgba(255, 253, 248, 0.7);
}
.site-footer a:hover {
  color: #B89460;
}
.site-footer .footer-about p {
  font-size: 0.95rem;
  margin: 1.25rem 0;
}
.site-footer .footer-about .footer-logo {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  color: #FFFDF8;
}
.site-footer .footer-about .footer-logo img {
  height: 50px;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  padding: 0.4rem 0;
  font-size: 0.95rem;
}
.site-footer .footer-links a::before {
  content: "→";
  margin-right: 0.5rem;
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .footer-links a:hover::before {
  opacity: 1;
  margin-right: 0.75rem;
  color:  #B89460;;
}
.site-footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-contact li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.4rem 0;
  font-size: 0.95rem;
}
.site-footer .footer-contact li i {
  color: #B89460;
  margin-top: 0.3rem;
}
.site-footer .footer-newsletter .newsletter-form {
  display: flex;
  margin-top: 1rem;
}
.site-footer .footer-newsletter .newsletter-form input {
  flex: 1;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.15);
  color: #FFFDF8;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  max-width: calc(100% - 55px);
}
.site-footer .footer-newsletter .newsletter-form input::placeholder {
  color: rgba(255, 253, 248, 0.5);
}
.site-footer .footer-newsletter .newsletter-form input:focus {
  outline: 0;
  border-color: #B89460;
}
.site-footer .footer-newsletter .newsletter-form button {
  background: #B89460;
  color: #FFFDF8;
  border: 0;
  padding: 0 1.25rem;
  cursor: pointer;
  height: 50px;
}
.site-footer .footer-newsletter .newsletter-form button:hover {
  background: rgb(165.36, 127.92, 73.84);
}
/* CF7 form in footer — dark background context */
.site-footer .footer-cf7 { margin-top: 1rem; }

.site-footer .footer-cf7 .wpcf7-form { margin: 0; }

/* All text inputs and textareas */
.site-footer .footer-cf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.site-footer .footer-cf7 textarea,
.site-footer .footer-cf7 select {
  width: 100%;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.15);
  color: #FFFDF8;
  padding: 0.65rem 0.875rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  border-radius: 0;
  outline: none;
  margin-bottom: 0.625rem;
  transition: border-color 0.2s;
}
.site-footer .footer-cf7 input:not([type="submit"])::placeholder,
.site-footer .footer-cf7 textarea::placeholder {
  color: rgba(255, 253, 248, 0.4);
}
.site-footer .footer-cf7 input:not([type="submit"]):focus,
.site-footer .footer-cf7 textarea:focus,
.site-footer .footer-cf7 select:focus {
  border-color: #B89460;
}

/* Labels */
.site-footer .footer-cf7 label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.5);
  display: block;
  margin-bottom: 0.3rem;
}

.newsletter-form span.wpcf7-form-control-wrap {
    display: block;
}
.newsletter-form span.wpcf7-form-control-wrap input#newsletterEmail {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 50px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  padding: 0 15px;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
}
.row>*{
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-privacy-policy-text p {
  font-size: 14px;
  margin-bottom: 36px;
}

/* Submit button */
.site-footer .footer-cf7 input[type="submit"],
.site-footer .footer-cf7 .wpcf7-submit {
  width: 100%;
  background: #B89460;
  color: #FFFDF8;
  border: 1px solid #B89460;
  padding: 0.7rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  margin-top: 0.25rem;
  transition: background 0.2s, border-color 0.2s;
}
.site-footer .footer-cf7 input[type="submit"]:hover,
.site-footer .footer-cf7 .wpcf7-submit:hover {
  background: #a07d50;
  border-color: #a07d50;
}

/* CF7 validation messages */
.site-footer .footer-cf7 .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #f8a0a0;
}
.site-footer .footer-cf7 .wpcf7-response-output {
  margin: 0.5rem 0 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 253, 248, 0.2);
  color: rgba(255, 253, 248, 0.75);
}

.site-footer .footer-social {
  margin-top: 1.5rem;
}
.site-footer .footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, 0.2);
  margin-right: 0.4rem;
}
.site-footer .footer-social a:hover {
  background: #B89460;
  border-color: #B89460;
  color: #FFFDF8;
}
.site-footer .footer-bottom {
  margin-top: 4rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 253, 248, 0.1);
  font-size: 0.85rem;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 46px;
  height: 46px;
  background: #7A8A6E;
  color: #FFFDF8;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #B89460;
}

.preloader {
  position: fixed;
  inset: 0;
  background: #FFFDF8;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.preloader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader .preloader-spinner {
  width: 50px;
  height: 50px;
  border: 2px solid #E5DFD3;
  border-top-color: #7A8A6E;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ================================================================
   Mini Cart
   ================================================================ */
.cart-count-empty { display: none !important; }

.mini-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(31, 38, 32, 0.55);
  opacity: 0;
  visibility: hidden;
  z-index: 99997;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.4s;
}
.mini-cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #FFFDF8;
  z-index: 99999;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 40px rgba(31, 38, 32, 0.15);
}
.mini-cart.is-open {
  transform: translateX(0);
}

.mini-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid #E5DFD3;
  flex-shrink: 0;
}
.mini-cart-head h5 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.5rem;
  margin: 0;
  color: #1F2620;
}

.mini-cart-close {
  width: 40px;
  height: 40px;
  border: 1px solid #E5DFD3;
  background: transparent;
  color: #1F2620;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mini-cart-close:hover {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}

.mini-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem 1.75rem;
  scrollbar-width: thin;
  scrollbar-color: #E5DFD3 transparent;
}

.mini-cart-empty {
  text-align: center;
  padding: 2.5rem 1rem;
}
.mini-cart-empty i {
  font-size: 3rem;
  color: #E5DFD3;
  display: block;
  margin-bottom: 1rem;
}
.mini-cart-empty p {
  color: #8A8A82;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.mini-cart-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mini-cart-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #E5DFD3;
}
.mini-cart-item:last-child {
  border-bottom: 0;
}
.mini-cart-img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
  background: #F4ECE0;
}
.mini-cart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mini-cart-item-info {
  flex: 1;
  min-width: 0;
}
.mini-cart-name {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #1F2620;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.mini-cart-name:hover { color: #B89460; }

.mini-cart-qty-price {
  font-size: 0.85rem;
  color: #7A8A6E;
}
.mini-cart-remove {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5DFD3;
  color: #8A8A82;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mini-cart-remove:hover {
  background: #1F2620;
  border-color: #1F2620;
  color: #FFFDF8;
}

.mini-cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0.75rem;
  font-size: 0.9rem;
  border-top: 1px solid #E5DFD3;
  margin-top: 0.5rem;
}
.mini-cart-subtotal strong {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #1F2620;
}
.mini-cart-actions { padding-top: 0.5rem; }

/* ================================================================
   WooCommerce — Global wrapper
   ================================================================ */
.sereniva-wc-wrap { padding: 5rem 0; }

nav.woocommerce-breadcrumb {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #8A8A82;
}
nav.woocommerce-breadcrumb a { color: #5A5A52; }
nav.woocommerce-breadcrumb a:hover { color: #B89460; }

.woocommerce-message,
.woocommerce-info {
  border-left: 4px solid #7A8A6E;
  background: #F4ECE0;
  padding: 1rem 1.25rem;
  margin-bottom: 30px;
  font-size: 0.95rem;
  list-style: none;
}
.woocommerce-error {
  border-left: 4px solid #c44;
  background: #fff0f0;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  list-style: none;
}

/* ================================================================
   WooCommerce — Shop / Product Loop
   ================================================================ */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}
@media (max-width: 575.98px) {
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 1rem; }
}
.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0;
  float: none;
}

/* Product image wrapper (WC override uses .product-img-wrap) */
.product-card .product-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #F4ECE0;
  margin-bottom: 1rem;
}
.product-card .product-img-wrap a:first-child {
  display: block;
  height: 100%;
}
.product-card .product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card:hover .product-img-wrap img {
  transform: scale(1.06);
}

/* Badge on img-wrap */
.product-card .product-img-wrap .product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  background: #B89460;
  color: #FFFDF8;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
}

/* Hover action buttons on img-wrap */
.product-card .product-img-wrap .product-actions {
  position: absolute;
  inset: auto 0 -60px 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(251, 247, 241, 0.92);
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.product-card:hover .product-img-wrap .product-actions {
  inset: auto 0 0 0;
}
.product-card .product-img-wrap .product-actions .btn-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFDF8;
  border: 1px solid #E5DFD3;
  color: #1F2620;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card .product-img-wrap .product-actions .btn-icon:hover {
  background: #7A8A6E;
  border-color: #7A8A6E;
  color: #FFFDF8;
}

/* WC price inside product card */
.product-card .product-price .woocommerce-Price-amount {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.5rem;
  color: #7A8A6E;
}
.product-card .product-price del .woocommerce-Price-amount {
  font-size: 1.2rem;
  color: #8A8A82;
}
.product-card .product-price ins { text-decoration: none; }
.product-card .product-price del { margin-right: 0.5rem; }

/* Wishlist active state */
.wishlist-btn.is-wishlisted {
  background: #F4ECE0 !important;
  border-color: #B89460 !important;
  color: #B89460 !important;
}

/* Add-to-cart: icon turns green-sage after item is added */
.add-to-cart-btn.added,
.add-to-cart-btn.is-added {
  background: #5C6B52 !important;
  border-color: #5C6B52 !important;
  color: #FFFDF8 !important;
}
/* Add-to-cart loading state on icon */
.add-to-cart-btn.loading { opacity: 0.6; pointer-events: none; }

/* =============================================================
   WISHLIST PAGE — inherits shop layout classes
   ============================================================= */

/* "Continue Shopping" link sits in .shop-toolbar where ordering normally is */
.shop-toolbar .btn-link-arrow {
  white-space: nowrap;
}

/* Fade-out animation when item is removed via heart toggle */
.wishlist-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.wishlist-item.is-removing {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}

/* Empty state */
.wishlist-empty {
  padding: 4rem 0;
}
.wishlist-empty__icon {
  font-size: 3.5rem;
  color: #E5DFD3;
  display: block;
  margin-bottom: 1.25rem;
}
.wishlist-empty__heading {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: #1F2620;
  margin-bottom: 0.75rem;
}
.wishlist-empty__text {
  color: #9A9A8E;
  margin-bottom: 0;
}


/* ================================================================
   WooCommerce — Single Product
   ================================================================ */
.woocommerce div.product .product_title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: #1F2620;
  margin-bottom: 1rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  color: #7A8A6E;
  margin-bottom: 1.25rem;
  display: block;
}
.woocommerce div.product form.cart .qty {
  border: 1px solid #E5DFD3;
  padding: 0.6rem 0.8rem;
  background: #FFFDF8;
  width: 70px;
  text-align: center;
  font-size: 1rem;
  border-radius: 0;
  height: auto;
}
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #7A8A6E;
  color: #FFFDF8 !important;
  border-radius: 0;
  padding: 0.95rem 2.1rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid #7A8A6E;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #5C6B52;
  border-color: #5C6B52;
  color: #FFFDF8 !important;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0;
  border-bottom: 1px solid #E5DFD3;
  display: flex;
  gap: 2rem;
  list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0.75rem 0;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5A5A52;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #1F2620;
  border-bottom: 2px solid #B89460;
  padding-bottom: calc(0.75rem - 2px);
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 2rem 0;
  background: none;
  border: 0;
  margin: 0;
  border-radius: 0;
}

/* ================================================================
   WooCommerce — Shared table styles
   ================================================================ */
.woocommerce table.shop_table {
  border: 1px solid #E5DFD3;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.95rem;
}
.woocommerce table.shop_table th {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1rem 1.25rem;
  background: #F4ECE0;
  color: #1F2620;
  border-bottom: 1px solid #E5DFD3;
  font-weight: 500;
}
.woocommerce table.shop_table td {
  padding: 1.25rem;
  border-bottom: 1px solid #E5DFD3;
  vertical-align: middle;
}
.woocommerce table.shop_table td.product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  min-width: 80px;
}
.woocommerce table.shop_table td.product-name a {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #1F2620;
}
.woocommerce table.shop_table td.product-name a:hover { color: #B89460; }
.woocommerce table.shop_table a.remove {
  color: #8A8A82 !important;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
}
.woocommerce table.shop_table a.remove:hover {
  color: #1F2620 !important;
  background: transparent !important;
}

/* ================================================================
   WooCommerce — Cart Page (two-column layout)
   ================================================================ */

/* Cart: form left, totals right */
.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 0 40px;
  align-items: start;
}
/* Notices always span full width */
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce .woocommerce-message,
.woocommerce-cart .woocommerce .woocommerce-error,
.woocommerce-cart .woocommerce .woocommerce-info {
  grid-column: 1 / -1;
}
/* Cross-sells below full width */
.woocommerce-cart .woocommerce .cross-sells {
  grid-column: 1 / -1;
}

/* Sticky totals panel */
.woocommerce-cart .cart_totals {
  position: sticky;
  top: 110px;
  background: #FBF7F1;
  padding: 2rem;
}
.woocommerce .cart_totals h2,
.woocommerce .cross-sells h2 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.woocommerce .cart_totals table {
  border: 1px solid #E5DFD3;
  width: 100%;
}
.woocommerce .cart_totals table td,
.woocommerce .cart_totals table th {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #E5DFD3;
}

/* ── Shipping totals row ────────────────────────────────────── */
.woocommerce .cart_totals table tr.woocommerce-shipping-totals th {
  vertical-align: top;
  padding-top: 1rem;
}
.woocommerce .cart_totals table tr.woocommerce-shipping-totals td {
  padding-top: 0.75rem;
}

/* Shipping method radio list */
#shipping_method {
  list-style: none;
  padding: 0;
  margin: 0 0 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#shipping_method li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.875rem;
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}
#shipping_method li:has(input:checked) {
  border-color: #7A8A6E;
  background: #F4ECE0;
}
#shipping_method input[type="radio"] {
  accent-color: #5C6B52;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0;
}
#shipping_method label {
  font-size: 0.875rem;
  color: #1F2620;
  cursor: pointer;
  margin: 0;
  line-height: 1.4;
}
#shipping_method .woocommerce-Price-amount {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #7A8A6E;
}

/* "Shipping to City" destination text */
.woocommerce-shipping-destination {
  font-size: 0.8rem;
  color: #9A9A8E;
  margin: 0 0 0.35rem;
  line-height: 1.5;
}
.woocommerce-shipping-destination strong {
  color: #1F2620;
  font-weight: 500;
}

/* "Change address" toggle link */
.shipping-calculator-button {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A8A6E;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: color 0.2s;
}
.shipping-calculator-button::before {
  content: "\F282"; /* bi-geo-alt unicode */
  font-family: "bootstrap-icons";
  font-size: 0.85em;
}
.shipping-calculator-button:hover { color: #B89460; }

/* Shipping calculator form */
.shipping-calculator-form {
  margin-top: 0.875rem;
  padding: 1rem;
  background: #FBF7F1;
  border: 1px solid #E5DFD3;
}
.shipping-calculator-form .form-row {
  margin-bottom: 0.625rem;
}
.shipping-calculator-form .form-row:last-of-type { margin-bottom: 0; }
.shipping-calculator-form select,
.shipping-calculator-form input.input-text {
  width: 100%;
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  padding: 0.55rem 0.875rem;
  font-size: 0.875rem;
  color: #1F2620;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  outline: none;
  transition: border-color 0.2s;
  height: auto;
  -webkit-appearance: none;
  appearance: none;
}
.shipping-calculator-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%237A8A6E' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 11px 7px;
  padding-right: 2.25rem;
  cursor: pointer;
}
.shipping-calculator-form select:focus,
.shipping-calculator-form input.input-text:focus {
  border-color: #7A8A6E;
}
.shipping-calculator-form p.form-row-wide { margin-bottom: 0.625rem; }
.shipping-calculator-form .button[name="calc_shipping"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.625rem;
  padding: 0.65rem 1rem;
  background: #1F2620;
  color: #FFFDF8;
  border: 1px solid #1F2620;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s, border-color 0.2s;
}
.shipping-calculator-form .button[name="calc_shipping"]:hover {
  background: #5C6B52;
  border-color: #5C6B52;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  background: #7A8A6E;
  color: #FFFDF8 !important;
  padding: 1rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid #7A8A6E;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 1rem;
  text-decoration: none;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: #5C6B52;
  border-color: #5C6B52;
}

/* Cart actions row: coupon left, update button right */
.woocommerce .cart .actions .actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 0;
}
.woocommerce .cart .coupon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.woocommerce .cart .coupon input.input-text {
  border: 1px solid #E5DFD3;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  background: #FFFDF8;
  border-radius: 0;
  height: auto;
  width: 180px;
}
.woocommerce .cart .coupon .button {
  padding: 0.6rem 1.2rem;
  background: #1F2620;
  color: #FFFDF8;
  border: 1px solid #1F2620;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
  border-radius: 0;
}
.woocommerce .cart .coupon .button:hover { background: #B89460; border-color: #B89460; }
.woocommerce .cart .actions button[name="update_cart"] {
  padding: 0.6rem 1.5rem;
  background: #1F2620;
  color: #1F2620;
  border: 1px solid #1F2620;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
  border-radius: 0;
  margin-left: auto;
}
.elementor .e-flexbox-base{
  padding: 0!important;
}
.elementor-editor-active span.hero-tag {
    opacity: 1;
}

.elementor-editor-active .hero-title {
    opacity: 1;
}
.elementor-editor-active .hero-text {
    opacity: 1;
}
.elementor-editor-active .hero-cta {
    opacity: 1;
}
.woocommerce .cart .actions button[name="update_cart"]:hover {
  background: #1F2620;
  color: #FFFDF8;
}
.woocommerce .cart .actions button[name="update_cart"]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.woocommerce .cart-collaterals { /* right grid cell — no extra styles needed */ }
.woocommerce-Addresses .u-column1.col-1.woocommerce-Address {
    width: 100%;
}
.u-column2.col-2.woocommerce-Address {
    width: 100%;
}
/* ── Cart: two-column → single column ──────────────────────── */
@media (max-width: 900px) {
  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-cart .cart_totals {
    position: static;
  }
}

/* ── Cart table: responsive stacking on mobile ──────────────── */
@media (max-width: 767.98px) {

  /* Hide column headers — replaced by inline data-title labels */
  .woocommerce table.cart thead {
    display: none;
  }

  /* Each product row becomes a card */
  .woocommerce table.cart,
  .woocommerce table.cart tbody {
    display: block;
    width: 100%;
  }
  .woocommerce table.cart tbody tr.cart_item {
    display: block;
    position: relative;
    padding: 1.25rem 0;
    border-bottom: 1px solid #E5DFD3;
  }

  /* All cells default to block, no border */
  .woocommerce table.cart tbody tr.cart_item td {
    display: block;
    border: none;
    padding: 0 15px;
    text-align: left;
  }

  /* Product cell spans full width — thumbnail + name */
  .woocommerce table.cart tbody tr.cart_item td.product-name {
    padding-bottom: 0.75rem;
    padding-right: 2.5rem; /* space for the remove button */
  }

  /* Price / Quantity / Subtotal: inline row */
  .woocommerce table.cart tbody tr.cart_item td.product-price,
  .woocommerce table.cart tbody tr.cart_item td.product-quantity,
  .woocommerce table.cart tbody tr.cart_item td.product-subtotal {
    display: inline-flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0 0 0 15px;
    vertical-align: top;
  }

  /* Inline labels from data-title */
  .woocommerce table.cart tbody tr.cart_item td.product-price::before,
  .woocommerce table.cart tbody tr.cart_item td.product-quantity::before,
  .woocommerce table.cart tbody tr.cart_item td.product-subtotal::before {
    content: attr(data-title);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9A9A8E;
  }

  /* Remove button: absolute top-right corner */
  .woocommerce table.cart tbody tr.cart_item td.product-remove {
    position: absolute;
        top: 1.0em;
        right: 10px;
        padding: 0;
  }

  /* Compact thumbnail in combined cell */
  .cart-product-thumb img {
    width: 60px;
    height: 60px;
  }

  /* Actions row: stack vertically */
  .woocommerce table.cart tr.cart_item ~ tr td,
  .woocommerce table.cart tr td.actions {
    display: block;
    border: none;
  }
  .woocommerce .cart .actions .actions-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .woocommerce .cart .coupon {
    width: 100%;
  }
  .woocommerce .cart .coupon input.input-text {
    flex: 1;
    width: auto;
  }
  .woocommerce .cart .coupon .button,
  .woocommerce .cart .button[name="update_cart"] {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ================================================================
   WooCommerce — Checkout Page (two-column layout)
   ================================================================ */

/* Checkout: billing/shipping left, order summary right */
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 3rem;
  align-items: start;
}
.woocommerce-checkout form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1;
}
/* Heading + order review wrapped together in right column */
.woocommerce-checkout form.checkout .checkout-order-review-wrap {
  grid-column: 2;
  grid-row: 1;
  background: #FBF7F1;
  padding: 2rem;
  position: sticky;
  top: 110px;
}
.woocommerce-checkout form.checkout .checkout-order-review-wrap #order_review_heading {
  margin-bottom: 1.25rem;
}
.woocommerce-checkout form.checkout #order_review {
  background: none;
  padding: 0;
}

/* Billing/Shipping stacked inside the left column */
.woocommerce-checkout .col2-set { display: block; }
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  margin-bottom: 2rem;
}

.woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.woocommerce form .form-row label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1F2620;
  margin-bottom: 0.5rem;
  display: block;
}
.woocommerce form .form-row {
  margin-bottom: 1rem;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid #E5DFD3;
  background-color: #FFFDF8;
  border-radius: 0;
  padding: 0.61rem 1.1rem;
  font-size: 0.95rem;
  color: #1F2620;
  width: 100%;
  transition: border-color 0.25s;
  height: auto;
  box-sizing: border-box;
}
/* Select specifically: add the SVG arrow (background-color above doesn't override background-image) */
.woocommerce form .form-row select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%237A8A6E' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 11px 7px;
  padding-right: 2.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: #7A8A6E;
  box-shadow: none;
  outline: none;
}
.woocommerce #payment {
  background: #F4ECE0;
  border-radius: 0;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.woocommerce #payment ul.payment_methods {
  border-bottom: 1px solid #E5DFD3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 0;
}
.woocommerce #payment ul.payment_methods li { padding: 0.5rem 0; }
.woocommerce #payment #place_order {
  display: block;
  width: 100%;
  text-align: center;
  background: #7A8A6E;
  color: #FFFDF8;
  padding: 1rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid #7A8A6E;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 1rem;
  border-radius: 0;
}
.woocommerce #payment #place_order:hover {
  background: #5C6B52;
  border-color: #5C6B52;
}

.woocommerce .order-total .woocommerce-Price-amount {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #7A8A6E;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 0.75rem 1rem !important;
}

/* Order review sticky sidebar on checkout */
@media (max-width: 992px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout form.checkout #customer_details,
  .woocommerce-checkout form.checkout .checkout-order-review-wrap {
    grid-column: 1;
    grid-row: auto;
  }
  .woocommerce-checkout form.checkout .checkout-order-review-wrap {
    position: static;
  }
}

/* ================================================================
   WooCommerce — My Account & Login
   ================================================================ */

/* Logged-in: nav sidebar + content grid */
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: start;
}

/* Account sidebar navigation */
.woocommerce-MyAccount-navigation {
  position: sticky;
  top: 110px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  padding: 0.9rem 1.25rem;
  color: #1F2620;
  text-decoration: none;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #E5DFD3;
  transition: background 0.2s, padding-left 0.2s, color 0.2s;
}
.woocommerce-MyAccount-navigation ul li:last-child a { border-bottom: none; }
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #F4ECE0;
  color: #7A8A6E;
  padding-left: 1.75rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
  padding-left: 1.25rem;
}

/* Account content headings */
.woocommerce-MyAccount-content h2 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  color: #1F2620;
}
.woocommerce-MyAccount-content h3 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: #1F2620;
}

/* Account orders/content table */
.woocommerce-MyAccount-content .woocommerce-orders-table {
  border: 1px solid #E5DFD3;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.woocommerce-MyAccount-content .woocommerce-orders-table th {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.875rem 1rem;
  background: #F4ECE0;
  color: #1F2620;
  border-bottom: 1px solid #E5DFD3;
}
.woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #E5DFD3;
  vertical-align: middle;
}
.woocommerce-MyAccount-content .woocommerce-orders-table a {
  color: #7A8A6E;
  text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-orders-table a:hover { text-decoration: underline; }

/* Account edit form */
.woocommerce-MyAccount-content fieldset {
  border: 1px solid #E5DFD3;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-content fieldset legend {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.1rem;
  padding: 0;
  color: #7A8A6E;
}
span.password-input {
    width: 100%;
    display: block;
}
.sereniva-pw-wrap .woocommerce-Input, .sereniva-pw-wrap input.input-text {
    flex: 1;
    padding-right: 2.8rem;
    border: 1px solid #E5DFD3;
    background-color: #FFFDF8;
    border-radius: 0;
    padding: 0.61rem 1.1rem;
    font-size: 0.95rem;
    color: #1F2620;
    width: 100%;
    transition: border-color 0.25s;
    height: auto;
    box-sizing: border-box;
}
.sereniva-pw-wrap {
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0 30px;
    align-items: start;
    flex-direction: column;
}
.woocommerce-Reviews ol.commentlist {
    list-style: none;
    padding: 0;
}
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button[type="submit"] {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2rem;
  background: #7A8A6E;
  color: #FFFDF8 !important;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid #7A8A6E;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 0;
  margin-top: 0.5rem;
}
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover {
  background: #5C6B52;
  border-color: #5C6B52;
}

/* ================================================================
   Sereniva Login / Register (template override: myaccount/form-login.php)
   ================================================================ */

/* Page background for account pages */
.woocommerce-account .sereniva-wc-wrap {
  background: #F4ECE0;
}

/* Notices span full width */
.sereniva-login-notices { grid-column: 1 / -1; }

/* Two-column layout */
.sereniva-login-wrap {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

/* Panel cards */
.sereniva-login-panel {
  background: #FFFDF8;
  border: 1px solid #E5DFD3;
}
.login-panel-inner { padding: 3rem; }

/* Eyebrow */
.login-eyebrow {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #B89460;
  margin-bottom: 0.5rem;
}

/* Heading */
.sereniva-login-panel h2 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 2.25rem;
  color: #1F2620;
  margin-bottom: 0.4rem;
  line-height: 1.15;
}

/* Subtext */
.login-sub {
  font-size: 0.87rem;
  color: #8A8A82;
  margin-bottom: 2rem;
  line-height: 1.65;
}

/* Field group */
.sereniva-field {
  margin-bottom: 1.25rem;
}
.sereniva-field label {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5A5A52;
  margin-bottom: 0.45rem;
}
.sereniva-field label span { color: #B89460; }
.sereniva-field .woocommerce-Input,
.sereniva-field input.input-text {
  display: block;
  width: 100%;
  padding: 0.78rem 1rem;
  border: 1px solid #E5DFD3;
  background-color: #F9F6F1;
  color: #1F2620;
  font-size: 0.95rem;
  border-radius: 0;
  transition: border-color 0.22s, background-color 0.22s;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.sereniva-field .woocommerce-Input:focus,
.sereniva-field input.input-text:focus {
  border-color: #7A8A6E;
  background-color: #FFFDF8;
}

/* Password wrapper + toggle */
.sereniva-pw-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.sereniva-pw-wrap .woocommerce-Input,
.sereniva-pw-wrap input.input-text {
  flex: 1;
  padding-right: 2.8rem;
}
.toggle-pw {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #ADADAD;
  cursor: pointer;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  z-index: 2;
}
.toggle-pw:hover,
.toggle-pw:focus { color: #7A8A6E; outline: none; }

/* Suppress WooCommerce's own injected password toggle — we use .toggle-pw instead */
.show-password-input { display: none !important; }

/* Remember me / forgot password row */
.sereniva-form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
}
.sereniva-check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: #5A5A52;
  cursor: pointer;
  user-select: none;
}
.sereniva-check-label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #7A8A6E;
  flex-shrink: 0;
  cursor: pointer;
}
.sereniva-lost-pw {
  font-size: 0.8rem;
  color: #8A8A82;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.sereniva-lost-pw:hover { color: #7A8A6E; }

/* Auto-password note */
.sereniva-auto-pw {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #7A8A6E;
  font-style: italic;
  margin-bottom: 1rem;
}

/* Privacy text */
.sereniva-privacy-text {
  font-size: 0.78rem;
  color: #8A8A82;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.sereniva-privacy-text a { color: #7A8A6E; text-decoration: underline; }

/* Auth buttons */
.sereniva-auth-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.9rem 2rem;
  background: #7A8A6E;
  color: #FFFDF8;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid #7A8A6E;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  margin-top: 1.5rem;
}
.sereniva-auth-btn:hover { background: #5C6B52; border-color: #5C6B52; }
.sereniva-auth-btn--outline {
  background: transparent;
  color: #7A8A6E;
}
.sereniva-auth-btn--outline:hover {
  background: #7A8A6E;
  color: #FFFDF8;
}

/* OR divider */
.sereniva-login-or {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  align-self: stretch;
  position: relative;
}
.sereniva-login-or::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 1px;
  background: #E5DFD3;
  transform: translateX(-50%);
}
.sereniva-login-or span {
  position: relative;
  background: #F4ECE0;
  padding: 0.6rem 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1rem;
  color: #8A8A82;
}

@media (max-width: 768px) {
  .sereniva-login-wrap { grid-template-columns: 1fr; }
  .sereniva-login-or {
    flex-direction: row;
    width: 100%;
    height: 2.5rem;
  }
  .sereniva-login-or::before {
    top: 50%; bottom: auto; left: 0; right: 0;
    width: 100%; height: 1px;
    transform: none;
  }
  .sereniva-login-or span { padding: 0 0.75rem; }
}

/* Dashboard welcome text */
.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  font-size: 1rem;
  line-height: 1.8;
  color: #5A5A52;
  margin-bottom: 1.5rem;
}

/* Address blocks */
.woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid #E5DFD3;
  padding: 1.5rem;
  background: #FBF7F1;
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5DFD3;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7A8A6E;
}

@media (max-width: 900px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-MyAccount-navigation { position: static; }
  .woocommerce-account #customer_login.col2-set {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   Search overlay
   ================================================================ */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 25, 21, 0.96);
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.search-overlay-close {
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  background: transparent;
  border: 0;
  color: rgba(255, 253, 248, 0.55);
  font-size: 1.35rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
  transition: color 0.2s, transform 0.2s;
}
.search-overlay-close:hover {
  color: #FFFDF8;
  transform: rotate(90deg);
}

.search-overlay-inner {
  width: 100%;
  max-width: 680px;
  padding: 2rem;
  text-align: center;
}

.search-label {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: rgba(255, 253, 248, 0.5);
  margin-bottom: 2.5rem;
  letter-spacing: 0.04em;
}

.search-input-row {
  display: flex;
  align-items: stretch;
  border-bottom: 2px solid rgba(255, 253, 248, 0.22);
  margin-bottom: 2.5rem;
  transition: border-color 0.25s;
}
.search-input-row:focus-within {
  border-bottom-color: #B89460;
}
.search-overlay-input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  color: #FFFDF8;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-style: italic;
  padding: 0.5rem 0;
  caret-color: #B89460;
  width: 100%;
}
.search-overlay-input::placeholder {
  color: rgba(255, 253, 248, 0.28);
}
.search-overlay-submit {
  background: transparent;
  border: 0;
  color: rgba(255, 253, 248, 0.4);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0.25rem 0 0.25rem 1rem;
  transition: color 0.2s;
  line-height: 1;
  flex-shrink: 0;
}
.search-overlay-submit:hover { color: #B89460; }

.search-quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.search-quick-links span {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.35);
}
.search-quick-links a {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.55);
  text-decoration: none;
  padding: 0.3rem 0.9rem;
  border: 1px solid rgba(255, 253, 248, 0.18);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.search-quick-links a:hover {
  color: #FFFDF8;
  border-color: rgba(255, 253, 248, 0.45);
  background: rgba(255, 253, 248, 0.07);
}

/* ================================================================
   WooCommerce — Shop ordering / filter bar
   ================================================================ */
/* ── Shop toolbar: result count + ordering ── */
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
  background: #FBF7F1;
  border: 1px solid #E5DFD3;
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .shop-toolbar { flex-direction: column; align-items: flex-start; }
}

.woocommerce .woocommerce-result-count {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9A9A8E;
  margin: 0;
  float: none;
  line-height: 1;
}

.woocommerce-ordering {
  margin: 0;
  float: none;
}
.woocommerce-ordering select.orderby {
  border: 1px solid #E5DFD3;
  background-color: #FFFDF8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%237A8A6E' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 11px 7px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F2620;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  min-width: 185px;
  transition: border-color 0.22s;
}
.woocommerce-ordering select.orderby:focus {
  border-color: #7A8A6E;
  outline: none;
  box-shadow: none;
}

/* ================================================================
   Add-to-cart: WC-generated .added_to_cart link & toast
   ================================================================ */

/* Hide the raw "View cart" link WC appends next to the icon (we use toast instead) */
.product-actions .added_to_cart { display: none !important; }

/* Toast notification */
.sereniva-toast {
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  background: #1F2620;
  color: #FFFDF8;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.5rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s, transform 0.32s, visibility 0.32s;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 8px 32px rgba(31, 38, 32, 0.28);
}
.sereniva-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.sereniva-toast i { font-size: 1rem; color: #B89460; }
.sereniva-toast a {
  color: #B89460;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-left: 0.9rem;
  margin-left: 0.1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s;
}
.sereniva-toast a:hover { color: #c9a96e; }

/* ================================================================
   WooCommerce — Cart buttons (refined)
   ================================================================ */
/* Ensure the cart form table cells don't bleed into actions */
.woocommerce-cart-form .cart { margin-bottom: 0; }

/* Quantity input in cart table */
.woocommerce-cart-form .qty {
  border: 1px solid #E5DFD3;
  padding: 0.45rem 0.6rem;
  font-size: 0.95rem;
  width: 70px;
  text-align: center;
  background: #FFFDF8;
  color: #1F2620;
  border-radius: 0;
  -moz-appearance: textfield;
}
.woocommerce-cart-form .qty::-webkit-inner-spin-button,
.woocommerce-cart-form .qty::-webkit-outer-spin-button { -webkit-appearance: none; }
.woocommerce-cart-form .qty:focus {
  border-color: #7A8A6E;
  outline: none;
}

/* =============================================================
   BLOG SINGLE
   ============================================================= */
.blog-single__image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.blog-content {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #5A5A52;
}
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  color: #1F2620;
}
.blog-content h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.blog-content h3 { font-size: clamp(1.25rem, 2vw, 1.625rem); }
.blog-content p  { margin-bottom: 1.25rem; }
.blog-content ul,
.blog-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.blog-content li { margin-bottom: 0.35rem; }
.blog-content strong { color: #1F2620; font-weight: 600; }
.blog-content em { font-style: italic; }
.blog-content a {
  color: #5C6B52;
  text-decoration: underline;
  text-decoration-color: #E5DFD3;
  text-underline-offset: 3px;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.blog-content a:hover { color: #B89460; text-decoration-color: #B89460; }
.blog-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 3px solid #B89460;
  background: #FBF7F1;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #1F2620;
}
.blog-content blockquote p { margin-bottom: 0; }
.blog-content hr {
  border: none;
  border-top: 1px solid #E5DFD3;
  margin: 2.5rem 0;
}
.blog-content img {
  border-radius: 2px;
  margin: 1.5rem 0;
}
.blog-content figcaption {
  font-size: 0.8125rem;
  color: #9A9A8E;
  text-align: center;
  margin-top: 0.5rem;
}
.blog-content code {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.875em;
  background: #F4ECE0;
  padding: 0.15em 0.45em;
  border-radius: 3px;
  color: #1F2620;
}
.blog-content pre {
  background: #1F2620;
  color: #FFFDF8;
  padding: 1.5rem;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.blog-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}

/* Tags */
.blog-tags .btn {
  font-size: 0.75rem;
  padding: 0.3rem 0.8rem;
  letter-spacing: 0.04em;
}

/* Author box */
.blog-author { border-radius: 2px; }
.blog-author img.avatar { border-radius: 50%; }

/* Prev / Next navigation */
.blog-nav a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-style: italic;
  color: #1F2620;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s;
}
.blog-nav a:hover { color: #B89460; }

/* =============================================================
   COMMENTS
   ============================================================= */
.comments-area {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #E5DFD3;
}

.comments-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  color: #1F2620;
  margin-bottom: 2rem;
}

/* Comment list */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.comment-list .children {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0;
  border-left: 2px solid #E5DFD3;
}
@media (max-width: 575px) {
  .comment-list .children { padding-left: 0.75rem; }
}

/* Individual comment */
.comment-list > li { margin-bottom: 1.5rem; }
.comment-list .children > li { margin-top: 1.25rem; }

.comment-body {
  background: #FBF7F1;
  border: 1px solid #E5DFD3;
  padding: 1.5rem;
  position: relative;
}
.comment-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #E5DFD3;
}
.bypostauthor > .comment-body::before { background: #B89460; }

/* Comment meta */
.comment-meta {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}
.comment-author img.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid #E5DFD3;
}
.comment-author .fn {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  color: #1F2620;
  display: block;
  line-height: 1.2;
}
.comment-author .fn a {
  color: inherit;
  text-decoration: none;
}
.comment-author .fn a:hover { color: #B89460; }
.comment-metadata {
  margin-top: 0.15rem;
}
.comment-metadata time {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9A9A8E;
}
.comment-metadata a {
  color: inherit;
  text-decoration: none;
}

/* Comment content */
.comment-content p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #5A5A52;
  margin-bottom: 0;
}
.comment-content p + p { margin-top: 0.75rem; }

/* Awaiting moderation */
.comment-awaiting-moderation {
  font-size: 0.8125rem;
  color: #B89460;
  font-style: italic;
  margin-top: 0.5rem;
}

/* Reply link */
.reply {
  margin-top: 0.875rem;
}
.comment-reply-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7A8A6E;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: color 0.2s;
}
.comment-reply-link::before {
  content: "↩";
  font-size: 0.9em;
}
.comment-reply-link:hover { color: #B89460; }

/* No comments */
.no-comments {
  font-style: italic;
  color: #9A9A8E;
  margin-bottom: 2rem;
}

/* =============================================================
   COMMENT FORM
   ============================================================= */
.comment-respond {
  background: #F4ECE0;
  padding: 2.5rem;
}
@media (max-width: 575px) {
  .comment-respond { padding: 1.5rem; }
}

.comment-reply-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 500;
  color: #1F2620;
  margin-bottom: 0.25rem;
}
.comment-reply-title small {
  display: block;
  font-size: 0.8rem;
  font-family: "Inter", sans-serif;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}
.comment-reply-title small a {
  color: #7A8A6E;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.comment-reply-title small a:hover { color: #B89460; }

.comment-notes {
  font-size: 0.8125rem;
  color: #9A9A8E;
  margin-bottom: 1.5rem;
}

/* Form row layout */
#commentform {
  margin-top: 1.5rem;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment,
.comment-form-cookies-consent {
  margin-bottom: 1.25rem;
}
#commentform label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1F2620;
  margin-bottom: 0.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
  width: 100%;
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  border-radius: 0;
  padding: 0.61rem 1.1rem;
  font-size: 0.95rem;
  color: #1F2620;
  font-family: "Inter", sans-serif;
  transition: border-color 0.25s;
  outline: none;
}
#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus {
  border-color: #7A8A6E;
}
#commentform textarea#comment {
  width: 100%;
  min-height: 160px;
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  border-radius: 0;
  padding: 0.75rem 1.1rem;
  font-size: 0.95rem;
  color: #1F2620;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  resize: vertical;
  transition: border-color 0.25s;
  outline: none;
}
#commentform textarea#comment:focus { border-color: #7A8A6E; }

/* Name + email side by side on desktop using grid on the form */
@media (min-width: 576px) {
  #commentform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.25rem;
  }
  /* Full-width items */
  #commentform .comment-notes,
  #commentform .comment-form-url,
  #commentform .comment-form-comment,
  #commentform .comment-form-cookies-consent,
  #commentform .form-submit {
    grid-column: 1 / -1;
  }
  #commentform .comment-form-author,
  #commentform .comment-form-email {
    margin-bottom: 1.25rem;
  }
}

/* Submit */
.form-submit {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
#commentform input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2.25rem;
  background: #1F2620;
  color: #FFFDF8;
  border: 1px solid #1F2620;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
#commentform input#submit:hover,
#commentform input#submit:focus {
  background: #5C6B52;
  border-color: #5C6B52;
  color: #FFFDF8;
  outline: none;
}

/* Cookies consent checkbox */
.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 0.2rem;
  accent-color: #5C6B52;
  flex-shrink: 0;
}
.comment-form-cookies-consent label {
  font-size: 0.8rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #9A9A8E !important;
  font-weight: 400 !important;
}

/* =============================================================
   SEARCH RESULTS
   ============================================================= */

/* Page header overrides for search */
.page-header.no-image .page-title em {
  font-style: normal;
  color: #B89460;
}

/* Refine bar — sits between dark header and white content */
.search-refine {
    background: #fff;
    padding: 40px 0 0;
}
.search-card .btn-link-arrow {
    margin-top: auto;
    display: inline-block;
    width: auto;
    border: none;
    padding: 0;
}

/* Floating white card that overlaps the content section */
.search-refine__card {
  background: #FFFDF8;
  box-shadow: 0 8px 32px rgba(31, 38, 32, 0.12), 0 2px 8px rgba(31, 38, 32, 0.06);
  padding: 2rem 2.5rem;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575px) {
  .search-refine__card { padding: 1.5rem 1.25rem; }
}

/* Pull the results section up so it meets the card cleanly */
.search-refine + section.section {
  padding-top: 3rem;
}

.search-refine__form {
  display: flex;
  align-items: stretch;
}
.search-refine__input {
  flex: 1;
  border: 1px solid #E5DFD3;
  border-right: none;
  background: #FFFDF8;
  color: #1F2620;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  padding: 0.7rem 1.1rem;
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s;
}
.search-refine__input::placeholder { color: #C5BFB3; }
.search-refine__input:focus { border-color: #7A8A6E; }
.search-refine__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.375rem;
  background: #1F2620;
  border: 1px solid #1F2620;
  color: #FFFDF8;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s, border-color 0.2s;
}
.search-refine__btn:hover {
  background: #5C6B52;
  border-color: #5C6B52;
}

/* ── Generic searchform.php output (sereniva-search-form) ────── */
/* Base: used in blog sidebar and anywhere get_search_form() appears */
.sereniva-search-form__row {
  display: flex;
  align-items: stretch;
}
.sereniva-search-form__input {
  flex: 1;
  border: 1px solid #E5DFD3;
  border-right: none;
  background: #FFFDF8;
  color: #1F2620;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  padding: 0.6rem 0.875rem;
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s;
}
.sereniva-search-form__input::placeholder { color: #C5BFB3; }
.sereniva-search-form__input:focus { border-color: #7A8A6E; }
.sereniva-search-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: #1F2620;
  border: 1px solid #1F2620;
  color: #FFFDF8;
  font-size: 0.9375rem;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s, border-color 0.2s;
}
.sereniva-search-form__btn:hover {
  background: #5C6B52;
  border-color: #5C6B52;
}

/* Search refine bar context: larger input, same as old .search-refine__form */
.search-refine__card .sereniva-search-form { margin: 0; }
.search-refine__card .sereniva-search-form__input {
  font-size: 0.9375rem;
  padding: 0.7rem 1.1rem;
}
.search-refine__card .sereniva-search-form__btn {
  padding: 0 1.375rem;
  font-size: 1rem;
}

/* Blog sidebar context: input inherits sand bg */
.bg-sand .sereniva-search-form__input {
  background: #FFFDF8;
}

.search-refine__count {
  margin: 0.875rem 0 0;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9A9A8E;
}

/* Search result card */
.search-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  transition: box-shadow 0.25s, transform 0.25s;
}
.search-card:hover {
  box-shadow: 0 6px 24px rgba(31, 38, 32, 0.08);
  transform: translateY(-2px);
}
.search-card__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.search-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.search-card:hover .search-card__img img { transform: scale(1.04); }
.search-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.375rem 1.5rem 1.5rem;
}
.search-card__type {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B89460;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
}
.search-card__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  color: #1F2620;
}
.search-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.search-card__title a:hover { color: #B89460; }
.search-card__excerpt {
  font-size: 0.875rem;
  color: #9A9A8E;
  line-height: 1.65;
  margin-bottom: 1rem;
  flex: 1;
}
.search-card .btn-link-arrow { margin-top: auto; }

/* No results state */
.search-no-results {
    max-width: 100%;
    margin: 0 auto;
}
.search-no-results__icon {
  font-size: 3rem;
  color: #E5DFD3;
  display: block;
  margin-bottom: 1.25rem;
}
.search-no-results__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-style: italic;
  color: #1F2620;
  margin-bottom: 0.75rem;
}
.search-no-results__text {
  color: #9A9A8E;
  margin-bottom: 1.75rem;
}
.search-no-results__form {
  display: flex;
  max-width: 420px;
  margin: 0 auto 1.5rem;
}
.search-no-results__form .search-refine__input {
  border-right: none;
}

/* =============================================================
   PAGINATION
   ============================================================= */
.sereniva-pagination {
  display: flex;
  justify-content: center;
}

.sereniva-pagination .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Base item — number boxes */
.sereniva-pagination .page-numbers li a.page-numbers,
.sereniva-pagination .page-numbers li span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.5rem;
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  color: #1F2620;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  line-height: 1;
}
.sereniva-pagination .page-numbers li a.page-numbers:hover {
  background: #F4ECE0;
  border-color: #B89460;
  color: #1F2620;
}

/* Current / active page */
.sereniva-pagination .page-numbers li span.current {
  background: #1F2620;
  border-color: #1F2620;
  color: #FFFDF8;
  cursor: default;
}

/* Ellipsis dots */
.sereniva-pagination .page-numbers li span.dots {
  border-color: transparent;
  background: transparent;
  color: #9A9A8E;
  letter-spacing: 0.1em;
  min-width: 28px;
}

/* Prev / Next arrows */
.sereniva-pagination .page-numbers li a.prev.page-numbers,
.sereniva-pagination .page-numbers li a.next.page-numbers {
  min-width: 52px;
  background: #F4ECE0;
  border-color: #E5DFD3;
  color: #1F2620;
  gap: 0.3rem;
  font-size: 0.9375rem;
}
.sereniva-pagination .page-numbers li a.prev.page-numbers:hover,
.sereniva-pagination .page-numbers li a.next.page-numbers:hover {
  background: #1F2620;
  border-color: #1F2620;
  color: #FFFDF8;
}

/* Disabled prev/next (first/last page) */
.sereniva-pagination .page-numbers li span.prev,
.sereniva-pagination .page-numbers li span.next {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .sereniva-pagination .page-numbers li a.page-numbers,
  .sereniva-pagination .page-numbers li span.page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 0.75rem;
  }
  .sereniva-pagination .page-numbers li a.prev.page-numbers,
  .sereniva-pagination .page-numbers li a.next.page-numbers {
    min-width: 44px;
  }
}

/* Cart: combined thumbnail + title cell */
.cart-product-cell {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cart-product-thumb img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.cart-product-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cart-product-info a {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #1F2620;
  text-decoration: none;
  line-height: 1.3;
}
.cart-product-info a:hover { color: #B89460; }
.cart-product-info .variation {
  font-size: 0.8rem;
  color: #9A9A8E;
  margin: 0;
}

/* =============================================================
   SINGLE PRODUCT PAGE
   ============================================================= */
.sereniva-wc-wrap.woocommerce .sereniva-product-single {
  /* Remove WC's default flex/grid so our row g-5 grid takes over */
  display: block;
}

/* ── Gallery (left column) ──────────────────────────────────── */
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}
/* Thumbnail strip */
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0;
  list-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs li { flex: 1; }
.woocommerce-product-gallery .flex-control-thumbs img {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}
/* Sale badge on gallery */
.woocommerce-product-gallery .onsale {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  background: #B89460;
  color: #FFFDF8;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  margin: 0;
  border-radius: 0;
  min-height: auto;
  line-height: 1.4;
}

/* ── Summary (right column) ─────────────────────────────────── */
.product-summary {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* Title */
.product-single__title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
  margin-bottom: 0.5rem !important;
}

/* Star rating */
.woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.woocommerce-product-rating .star-rating {
  color: #B89460;
  font-size: 0.875rem;
}
.woocommerce-product-rating .woocommerce-review-link {
  font-size: 0.8rem;
  color: #9A9A8E;
}

/* Price */
.product-summary .price {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  color: #7A8A6E;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
.product-summary .price del {
  color: #C5BFB3;
  font-size: 1.4rem;
  margin-right: 0.4rem;
}
.product-summary .price del .woocommerce-Price-amount { color: inherit; font-size: inherit; }
.product-summary .price ins {
  text-decoration: none;
}
.product-summary .price .woocommerce-Price-amount {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/* Short description */
.product-single__excerpt {
  font-size: 1rem;
  line-height: 1.75;
  color: #5A5A52;
  margin-bottom: 1rem;
}
.product-single__excerpt ul {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
}
.product-single__excerpt ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
}
.product-single__excerpt ul li::before {
  content: "\F271"; /* bi-check2 unicode */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #B89460;
}

/* Cart form */
.product-single__cart {
  margin-top: 0.5rem;
}
.product-single__cart .quantity {
  display: inline-flex;
  align-items: center;
}
.product-single__cart .quantity input.qty {
  width: 72px;
  height: 48px;
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  text-align: center;
  font-size: 1rem;
  color: #1F2620;
  border-radius: 0;
  padding: 0 0.5rem;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
  transition: border-color 0.2s;
}
.product-single__cart .quantity input.qty::-webkit-inner-spin-button,
.product-single__cart .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.product-single__cart .quantity input.qty:focus { border-color: #7A8A6E; }

/* Wishlist btn inside cart form */
.product-single__cart .wishlist-btn {
  height: 48px;
  min-width: 48px;
  font-size: 1.125rem;
}

/* Product meta (SKU, category) */
.product_meta {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #E5DFD3;
  font-size: 0.8125rem;
  color: #9A9A8E;
}
.product_meta > span {
  display: block;
  margin-bottom: 0.25rem;
}
.product_meta a {
  color: #5C6B52;
}
.product_meta a:hover { color: #B89460; }

/* ── After summary: tabs + related ──────────────────────────── */
.woocommerce-tabs {
  margin-top: 4rem;
  border-top: 1px solid #E5DFD3;
  padding-top: 2.5rem;
}
.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  border-bottom: 1px solid #E5DFD3;
}
.woocommerce-tabs ul.tabs li {
  margin: 0;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0.6rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9A9A8E;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  color: #1F2620;
  border-bottom-color: #B89460;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #5A5A52;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

/* Related / upsell products */
.related.products,
.up-sells.upsells.products {
  margin-top: 4rem;
}
.related.products > h2,
.up-sells.upsells.products > h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #1F2620;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5DFD3;
}

/* =============================================================
   SELECT2 — matches Sereniva form design
   Used by WooCommerce checkout, Elementor SELECT2 controls
   ============================================================= */

/* ── Container ──────────────────────────────────────────────── */
.select2-container {
  width: 100% !important;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem;
}

/* ── Single select trigger ───────────────────────────────────── */
.select2-container--default .select2-selection--single {
  height: auto;
  border: 1px solid #E5DFD3;
  border-radius: 0;
  background: #FFFDF8;
  outline: none;
  transition: border-color 0.2s;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #7A8A6E;
  box-shadow: none;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1F2620;
  line-height: 1;
  padding: 15px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #C5BFB3;
}
p.checkout-inline-error-message {
    color: #f00;
    font-size: 13px;
}

/* Custom arrow — matches theme select arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 2.5rem;
  right: 0;
  top: 0;
  background: none;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%237A8A6E' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 11px 7px;
  transition: transform 0.2s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(180deg);
}

/* ── Multi-select trigger ────────────────────────────────────── */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #E5DFD3;
  border-radius: 0;
  background: #FFFDF8;
  min-height: 42px;
  transition: border-color 0.2s;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #7A8A6E;
  box-shadow: none;
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0.3rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

/* Selected tag pills */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #F4ECE0;
  border: 1px solid #E5DFD3;
  border-radius: 0;
  padding: 0.2rem 0.5rem;
  font-size: 0.8125rem;
  color: #1F2620;
  margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #9A9A8E;
  font-size: 1rem;
  line-height: 1;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  order: 1;
  transition: color 0.15s;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1F2620;
  background: none;
}

/* Inline search field in multi */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #1F2620;
  margin: 0.3rem 0;
  outline: none;
}

/* ── Dropdown panel ──────────────────────────────────────────── */
.select2-dropdown {
  border: 1px solid #7A8A6E;
  border-radius: 0;
  background: #FFFDF8;
  box-shadow: 0 8px 24px rgba(31, 38, 32, 0.1);
  z-index: 99999;
}
.select2-container--default .select2-dropdown--above { border-bottom-color: #E5DFD3; }
.select2-container--default .select2-dropdown--below { border-top-color: #E5DFD3; }

/* ── Search box inside dropdown ──────────────────────────────── */
.select2-container--default .select2-search--dropdown {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #E5DFD3;
  background: #FBF7F1;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  border: 1px solid #E5DFD3;
  border-radius: 0;
  background: #FFFDF8;
  padding: 0.45rem 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #1F2620;
  outline: none;
  transition: border-color 0.2s;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #7A8A6E;
}

/* ── Results list ────────────────────────────────────────────── */
.select2-results__options {
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #E5DFD3 transparent;
}
.select2-results__options::-webkit-scrollbar { width: 4px; }
.select2-results__options::-webkit-scrollbar-track { background: transparent; }
.select2-results__options::-webkit-scrollbar-thumb { background: #E5DFD3; border-radius: 2px; }

.select2-results__option {
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  color: #5A5A52;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.select2-results__option--group { padding: 0; }
.select2-results__group {
  padding: 0.4rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9A9A8E;
  background: #FBF7F1;
  cursor: default;
}

/* Highlighted (hover / keyboard navigation) */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F4ECE0;
  color: #1F2620;
}

/* Already selected option */
.select2-container--default .select2-results__option--selected {
  background: #FBF7F1;
  color: #7A8A6E;
  font-weight: 500;
}
.select2-container--default .select2-results__option--selected::after {
  content: "\F272";
  font-family: "bootstrap-icons";
  float: right;
  color: #7A8A6E;
}

/* Disabled option */
.select2-container--default .select2-results__option--disabled {
  color: #C5BFB3;
  cursor: not-allowed;
}

/* "No results" / "Searching…" messages */
.select2-container--default .select2-results__option.select2-results__message {
  color: #9A9A8E;
  font-style: italic;
  font-size: 0.875rem;
  cursor: default;
}

/* =============================================================
   THANK YOU / ORDER CONFIRMATION PAGE
   ============================================================= */

/* ── Success header ──────────────────────────────────────────── */
.sereniva-thankyou__header {
  text-align: center;
  padding: 0;
  max-width: 560px;
  margin: 0 auto 2.5rem;
}
section.woocommerce-customer-details .col-1 {
    width: 100% !important;
}
section.woocommerce-customer-details .col-2 {
    width: 100% !important;
}
.sereniva-thankyou__header--failed .sereniva-thankyou__icon { background: #fff0f0; color: #c44; }
.sereniva-thankyou__header--failed .sereniva-thankyou__title { color: #c44; }

.sereniva-thankyou__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #F4ECE0;
  color: #7A8A6E;
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.sereniva-thankyou__title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 500;
  color: #1F2620;
  margin-bottom: 0.75rem;
}

.sereniva-thankyou__subtitle {
  font-size: 0.9375rem;
  color: #9A9A8E;
  line-height: 1.65;
  margin-bottom: 0;
}
.sereniva-thankyou__subtitle strong { color: #1F2620; font-weight: 500; }

.sereniva-thankyou__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

/* ── Overview cards ──────────────────────────────────────────── */
.sereniva-thankyou__overview {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .sereniva-thankyou__overview { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 479px) {
  .sereniva-thankyou__overview { grid-template-columns: 1fr; }
}

.sereniva-thankyou__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding: 1.25rem 1rem;
  background: #FBF7F1;
  border: 1px solid #E5DFD3;
}

.sereniva-thankyou__card-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9A9A8E;
  font-family: "Inter", sans-serif;
}

.sereniva-thankyou__card-value {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1F2620;
  line-height: 1.3;
}
.sereniva-thankyou__card-value .woocommerce-Price-amount { font-size: inherit; color: #7A8A6E; }

/* ── Order details section (woocommerce_thankyou action) ─────── */
.woocommerce-order-details {
  margin-bottom: 2.5rem;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1F2620;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5DFD3;
}

/* Order items table */
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.woocommerce-table--order-details thead th {
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9A8E;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #E5DFD3;
  text-align: left;
}
.woocommerce-table--order-details thead th.product-total { text-align: right; }
.woocommerce-table--order-details tbody td {
  padding: 0.875rem 0.75rem;
  border-bottom: 1px solid #E5DFD3;
  color: #5A5A52;
  vertical-align: middle;
}
.woocommerce-table--order-details tbody td.product-name {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #1F2620;
}
.woocommerce-table--order-details tbody td.product-name a { color: inherit; text-decoration: none; }
.woocommerce-table--order-details tbody td.product-name a:hover { color: #B89460; }
.woocommerce-table--order-details tbody td.product-total {
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  color: #7A8A6E;
}
.woocommerce-table--order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #E5DFD3;
  font-size: 0.875rem;
}
.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
  font-size: 1rem;
  font-weight: 600;
  border-bottom: none;
  padding-top: 0.875rem;
}
.woocommerce-table--order-details tfoot tr td { text-align: right; }

/* ── Customer details (billing / shipping addresses) ─────────── */
.woocommerce-customer-details {
  margin-bottom: 2.5rem;
}
.woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 575.98px) {
  .woocommerce-customer-details .woocommerce-columns { grid-template-columns: 1fr; }
}
.woocommerce-customer-details address {
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #5A5A52;
  padding: 1.25rem;
  background: #FBF7F1;
  border: 1px solid #E5DFD3;
}

/*# sourceMappingURL=style.css.map */
