.elementor-259 .elementor-element.elementor-element-3c00c31{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600&family=EB+Garamond:wght@400;500&display=swap');

.psw-nav {
  --psw-bg: #F2EDE4;
  --psw-oxblood: #6B1E2A;
  --psw-oxblood-dark: #521521;
  --psw-copper: #B5622A;
  --psw-purple: #4A1060;
  --psw-ink: #2A2320;

  width: 100%;
  background: var(--psw-bg);
  border-bottom: 0.5px solid var(--psw-copper);
}

.psw-nav__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.psw-nav__logo-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  line-height: 1;
}

.psw-nav__logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--psw-oxblood);
}

.psw-nav__tagline {
  font-family: "EB Garamond", serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--psw-ink);
  opacity: 0.75;
}

.psw-nav__links {
  justify-self: center;
  display: flex;
  gap: 40px;
}

.psw-nav__link {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--psw-ink);
  text-decoration: none;
}

.psw-nav__link:hover {
  color: var(--psw-oxblood);
}

.psw-nav__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}

.psw-nav__btn {
  font-family: "EB Garamond", serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 20px;
  white-space: nowrap;
}

.psw-nav__btn--outline {
  color: var(--psw-purple);
  background: transparent;
  border: 1px solid var(--psw-purple);
}

.psw-nav__btn--solid {
  color: #FBF8F3;
  background: var(--psw-oxblood);
  border: 1px solid var(--psw-oxblood);
}

.psw-nav__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--psw-ink);
  text-decoration: none;
}

.psw-nav__cart-icon {
  width: 22px;
  height: 22px;
}

.psw-cart__badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "EB Garamond", serif;
  font-size: 10px;
  font-weight: 600;
  color: #FBF8F3;
  background: var(--psw-copper);
  border-radius: 999px;
}

@media (max-width: 768px) {
  .psw-nav__links,
  .psw-nav__btn--outline {
    display: none;
  }
  .psw-nav__container {
    padding: 12px 20px;
  }
}/* End custom CSS */