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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
}

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

ul,
ol {
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-variable.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #0f0d0b;
  background-color: #faf8f5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 600;
  line-height: 1.15;
  color: #0f0d0b;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

p {
  color: #35302a;
}

a {
  transition: color 150ms ease;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #0f0d0b;
  color: #ffffff;
  padding: 0.5rem 1rem;
  z-index: 999;
}
.skip-link:focus {
  top: 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.container.title-center {
  text-align: center;
}

.section {
  padding-block: 4rem;
}
@media (min-width: 1024px) {
  .section {
    padding-block: 6rem;
  }
}

.section--tinted {
  background-color: #f3ece0;
}

.section-title {
  display: inline-block;
  position: relative;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 0.5rem;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c2570a, #b8901f);
}

.section-title--left {
  text-align: left;
}
.section-title--left::after {
  left: 0;
  transform: none;
}

.section-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.section-title-row .section-title {
  margin-bottom: 0;
  text-align: left;
}

.section-title-row__link {
  font-weight: 600;
  color: #b8901f;
  white-space: nowrap;
}
.section-title-row__link:hover {
  color: #8f6f17;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #0f0d0b;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
}
.site-header__top {
  background: #0f0d0b;
  color: #ffffff;
  font-size: 0.8125rem;
}
.site-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.5rem;
  gap: 1.5rem;
}
.site-header__tagline {
  color: #e6dac2;
  margin: 0;
}
.site-header__legal-menu {
  display: none;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .site-header__legal-menu {
    display: flex;
  }
}
.site-header__legal-menu a {
  color: #e6dac2;
}
.site-header__legal-menu a:hover {
  color: #ffffff;
}
.site-header__main-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1rem;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.site-header__icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #e6dac2;
}
.site-header__icon-btn:hover {
  background: #e6dac2;
  color: #0f0d0b;
}
.site-header__icon-btn.is-hidden-preview {
  display: none;
}
.site-header__count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  padding-inline: 3px;
  border-radius: 999px;
  background: #b8901f;
  color: #ffffff;
  font-size: 0.65rem;
  line-height: 16px;
  text-align: center;
}

.site-branding {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .site-branding {
    margin-right: 2.5rem;
  }
}
.site-branding .custom-logo-link {
  display: block;
  max-width: 150px;
}
@media (min-width: 1024px) {
  .site-branding .custom-logo-link {
    max-width: 200px;
  }
}
.site-branding__placeholder-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-branding__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #0f0d0b;
  color: #ffffff;
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 600;
  font-size: 0.95rem;
}
.site-branding__name {
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #0f0d0b;
}

.main-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .main-navigation {
    display: block;
  }
}

.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.mobile-menu-toggle__bar {
  width: 22px;
  height: 2px;
  background: #e6dac2;
  transition: transform 150ms ease, opacity 150ms ease;
}

.header-search {
  background: #faf8f5;
  border-top: 1px solid #e6dac2;
  padding-block: 1rem;
}
.header-search[hidden] {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-menu__item {
  position: relative;
}
.nav-menu__item--has-children:hover > .nav-menu__submenu, .nav-menu__item--has-children:focus-within > .nav-menu__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-block: 1rem;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #e6dac2;
}
.nav-menu__link:hover {
  color: #b8901f;
}
.nav-menu__caret {
  font-size: 0.6rem;
  opacity: 0.6;
}
.nav-menu__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 20px 48px rgba(28, 26, 24, 0.14);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease;
  z-index: 50;
}
.nav-menu__submenu .nav-menu__link {
  display: block;
  padding: 0.5rem 1.5rem;
  width: 100%;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 300;
}
.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 26, 24, 0.4);
}
.mobile-menu[hidden] {
  display: none;
}
.mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(85vw, 360px);
  background: #ffffff;
  padding: 1.5rem;
  overflow-y: auto;
  box-shadow: 0 20px 48px rgba(28, 26, 24, 0.14);
  z-index: 1;
}
.mobile-menu__close {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.mobile-menu__list li {
  border-bottom: 1px solid #e6dac2;
}
.mobile-menu__list a {
  display: block;
  padding: 1rem 0;
  font-weight: 500;
}
.mobile-menu__actions {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-menu__actions a {
  font-weight: 600;
  color: #b8901f;
}

.site-footer {
  background: #0f0d0b;
  color: #e6dac2;
}
.site-footer__top {
  display: grid;
  gap: 2.5rem;
  padding-block: 2.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-footer__top {
    grid-template-columns: 1.3fr repeat(2, 1fr);
    justify-content: initial;
  }
}
.site-footer__brand .site-branding__name,
.site-footer__brand .site-branding__mark {
  color: #ffffff;
}
.site-footer__brand .custom-logo-link {
  display: block;
  max-width: 150px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .site-footer__brand .custom-logo-link {
    max-width: 200px;
    margin-inline: initial;
  }
}
.site-footer__desc {
  margin-top: 0.5rem;
  color: #8c8072;
  max-width: 32ch;
  text-align: center;
}
@media (min-width: 1024px) {
  .site-footer__desc {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.site-footer__socials {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-footer__socials {
    justify-content: initial;
  }
}
.site-footer__socials a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer__socials a:hover {
  background: #b8901f;
  border-color: #b8901f;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding-block: 1.5rem;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .site-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__legal-menu {
  display: flex;
  gap: 1.5rem;
}
.site-footer__legal-menu a:hover {
  color: #ffffff;
}
.site-footer__column {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__column {
    text-align: initial;
  }
}

.footer-widget__title {
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  text-transform: capitalize;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}

.footer-links li {
  margin-bottom: 0.5rem;
}
.footer-links a:hover {
  color: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background 150ms ease, color 150ms ease, transform 150ms ease, border-color 150ms ease;
}
.btn:active {
  transform: scale(0.98);
}
.btn:disabled, .btn[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--primary {
  background: #b8901f;
  color: #ffffff;
}
.btn--primary:hover:not(:disabled) {
  background: #8f6f17;
}

.btn--secondary {
  background: #e9cd8c;
  color: #0f0d0b;
}
.btn--secondary:hover:not(:disabled) {
  background: #ffffff;
}

.btn--outline {
  background: transparent;
  color: #0f0d0b;
  border: 1.5px solid #0f0d0b;
}
.btn--outline:hover:not(:disabled) {
  background: #0f0d0b;
  color: #ffffff;
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}

.btn--block {
  width: 100%;
}

.placeholder-swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: linear-gradient(135deg, #e6dac2 0%, #f3ece0 100%);
  color: #8c8072;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: inherit;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon-search {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

.icon-account {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c0-4 4-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c0-4 4-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
}

.icon-wishlist {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 21s-7-4.6-9.5-9C0.7 8.2 2.6 4 6.6 4c2 0 3.5 1.1 4.4 2.5C11.9 5.1 13.4 4 15.4 4c4 0 5.9 4.2 4.1 8-2.5 4.4-9.5 9-9.5 9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 21s-7-4.6-9.5-9C0.7 8.2 2.6 4 6.6 4c2 0 3.5 1.1 4.4 2.5C11.9 5.1 13.4 4 15.4 4c4 0 5.9 4.2 4.1 8-2.5 4.4-9.5 9-9.5 9z'/%3E%3C/svg%3E");
}

.icon-cart {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1.5'/%3E%3Ccircle cx='18' cy='21' r='1.5'/%3E%3Cpath d='M2 3h2l2.4 12.2a2 2 0 0 0 2 1.6h8.4a2 2 0 0 0 2-1.6L21 7H6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1.5'/%3E%3Ccircle cx='18' cy='21' r='1.5'/%3E%3Cpath d='M2 3h2l2.4 12.2a2 2 0 0 0 2 1.6h8.4a2 2 0 0 0 2-1.6L21 7H6'/%3E%3C/svg%3E");
}

.icon-facebook {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M15 3h-3a4 4 0 0 0-4 4v3H5v4h3v7h4v-7h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M15 3h-3a4 4 0 0 0-4 4v3H5v4h3v7h4v-7h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
}

.icon-instagram {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='2' y='2' width='20' height='20' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='2' y='2' width='20' height='20' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1'/%3E%3C/svg%3E");
}

.icon-pinterest {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 20c1-3 2-7 2-9a3 3 0 0 1 6 0c0 2-1 5-2 5s-1.5-1-1.5-2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 20c1-3 2-7 2-9a3 3 0 0 1 6 0c0 2-1 5-2 5s-1.5-1-1.5-2'/%3E%3C/svg%3E");
}

.icon-truck {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='1' y='6' width='14' height='10'/%3E%3Cpath d='M15 10h4l3 3v3h-7z'/%3E%3Ccircle cx='6' cy='19' r='2'/%3E%3Ccircle cx='18' cy='19' r='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='1' y='6' width='14' height='10'/%3E%3Cpath d='M15 10h4l3 3v3h-7z'/%3E%3Ccircle cx='6' cy='19' r='2'/%3E%3Ccircle cx='18' cy='19' r='2'/%3E%3C/svg%3E");
}

.icon-support {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cline x1='4.9' y1='4.9' x2='9.2' y2='9.2'/%3E%3Cline x1='14.8' y1='14.8' x2='19.1' y2='19.1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cline x1='4.9' y1='4.9' x2='9.2' y2='9.2'/%3E%3Cline x1='14.8' y1='14.8' x2='19.1' y2='19.1'/%3E%3C/svg%3E");
}

.icon-design {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 21l4-1 11-11-3-3L4 17z'/%3E%3Cpath d='M14 6l3 3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 21l4-1 11-11-3-3L4 17z'/%3E%3Cpath d='M14 6l3 3'/%3E%3C/svg%3E");
}

.icon-inspiration {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M9 18h6M10 22h4M12 2a6 6 0 0 0-4 10c1 1 1 2 1 3h6c0-1 0-2 1-3a6 6 0 0 0-4-10z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M9 18h6M10 22h4M12 2a6 6 0 0 0-4 10c1 1 1 2 1 3h6c0-1 0-2 1-3a6 6 0 0 0-4-10z'/%3E%3C/svg%3E");
}

.icon-badge-shield {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V6z'/%3E%3C/svg%3E");
}

.icon-badge-store {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 9l1-5h16l1 5'/%3E%3Cpath d='M4 9v11h16V9'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 9l1-5h16l1 5'/%3E%3Cpath d='M4 9v11h16V9'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.icon-badge-sample {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M4 9h16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M4 9h16'/%3E%3C/svg%3E");
}

.icon-badge-truck {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='1' y='6' width='14' height='10'/%3E%3Cpath d='M15 10h4l3 3v3h-7z'/%3E%3Ccircle cx='6' cy='19' r='2'/%3E%3Ccircle cx='18' cy='19' r='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='1' y='6' width='14' height='10'/%3E%3Cpath d='M15 10h4l3 3v3h-7z'/%3E%3Ccircle cx='6' cy='19' r='2'/%3E%3Ccircle cx='18' cy='19' r='2'/%3E%3C/svg%3E");
}

.search-form {
  display: flex;
  max-width: 480px;
  margin-inline: auto;
}

.search-form__field {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #e6dac2;
  border-radius: 999px 0 0 999px;
  background: #ffffff;
}
.search-form__submit {
  padding-inline: 1.5rem;
  background: #0f0d0b;
  color: #ffffff;
  border-radius: 0 999px 999px 0;
}
.search-form__submit:hover {
  background: #b8901f;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 480px;
  margin-inline: auto;
}
.newsletter-form input {
  flex: 1;
  min-width: 200px;
  padding: 0.75rem 1rem;
  border: 1px solid #e6dac2;
  border-radius: 999px;
}
.newsletter-form--compact {
  margin-inline: 0;
  max-width: none;
}
.newsletter-form--compact input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.newsletter-form--compact input::placeholder {
  color: #8c8072;
}

.categories__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 480px) {
  .categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .categories__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.category-card:hover .category-card__image {
  box-shadow: 0 8px 24px rgba(28, 26, 24, 0.1);
}
.category-card:hover .category-card__image img {
  transform: scale(1.05);
}
.category-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.category-card__label {
  font-weight: 600;
  font-size: 0.9375rem;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .product-grid--carousel {
    grid-auto-columns: minmax(240px, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }
  .product-grid--carousel .product-card {
    scroll-snap-align: start;
  }
}

.product-card {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #e6dac2;
}
.product-card:hover {
  box-shadow: 0 8px 24px rgba(28, 26, 24, 0.1);
}
.product-card:hover .product-card__image img {
  transform: scale(1.06);
}
.product-card--placeholder .product-card__title,
.product-card--placeholder .product-card__price {
  color: #8c8072;
}
.product-card__image {
  position: relative;
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.product-card__wishlist {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-card__wishlist:hover {
  background: #ffffff;
}
.product-card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-card__category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8c8072;
}
.product-card__title {
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__title a:hover {
  color: #b8901f;
}
.product-card__price {
  font-weight: 700;
  color: #0f0d0b;
  margin-bottom: 0.5rem;
}
.product-card__size {
  font-size: 0.75rem;
  color: #8c8072;
}
.product-card__unit {
  font-weight: 400;
  font-size: 0.75rem;
  color: #8c8072;
}
.product-card__add-to-cart {
  margin-top: auto;
}

.product-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.product-badge--sale {
  background: #b8901f;
  color: #ffffff;
}
.product-badge--stock {
  background: #0f0d0b;
  color: #ffffff;
  top: auto;
  bottom: 0.5rem;
}
.product-badge--placeholder {
  background: #8c8072;
  color: #ffffff;
}

.mini-cart {
  position: fixed;
  inset: 0;
  z-index: 300;
}
.mini-cart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 26, 24, 0.4);
}
.mini-cart[hidden] {
  display: none;
}
.mini-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(90vw, 400px);
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(28, 26, 24, 0.14);
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  z-index: 1;
}
.mini-cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.mini-cart__close {
  font-size: 1.5rem;
  line-height: 1;
}
.mini-cart__body {
  flex: 1;
  overflow-y: auto;
}
.mini-cart__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.mini-cart__item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6dac2;
}
.mini-cart__item-thumb img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
}
.mini-cart__item-name {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: #0f0d0b;
  margin-bottom: 2px;
}
.mini-cart__item-name:hover {
  color: #c2570a;
}
.mini-cart__item-qty-price {
  font-size: 0.8125rem;
  color: #8c8072;
}
.mini-cart__item-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #c73a1f;
  font-size: 1rem;
}
.mini-cart__item-remove:hover {
  background: rgba(179, 69, 44, 0.1);
}
.mini-cart__total {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mini-cart__empty {
  color: #8c8072;
  margin-bottom: 1rem;
}
.mini-cart__footer {
  padding-top: 1.5rem;
  border-top: 1px solid #e6dac2;
}

.mini-wishlist {
  position: fixed;
  inset: 0;
  z-index: 300;
}
.mini-wishlist::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 26, 24, 0.4);
}
.mini-wishlist[hidden] {
  display: none;
}
.mini-wishlist__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(90vw, 400px);
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(28, 26, 24, 0.14);
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  z-index: 1;
}
.mini-wishlist__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.mini-wishlist__close {
  font-size: 1.5rem;
  line-height: 1;
}
.mini-wishlist__body {
  flex: 1;
  overflow-y: auto;
}
.mini-wishlist__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mini-wishlist__item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6dac2;
}
.mini-wishlist__image {
  display: block;
}
.mini-wishlist__image img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
}
.mini-wishlist__details {
  min-width: 0;
}
.mini-wishlist__name {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: #0f0d0b;
  margin-bottom: 2px;
}
.mini-wishlist__name:hover {
  color: #c2570a;
}
.mini-wishlist__price {
  font-size: 0.8125rem;
  color: #8c8072;
}
.mini-wishlist__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #c73a1f;
  font-size: 1rem;
}
.mini-wishlist__remove:hover {
  background: rgba(179, 69, 44, 0.1);
}
.mini-wishlist__empty {
  color: #8c8072;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero__track {
  position: relative;
  height: 60vh;
  min-height: 420px;
}
@media (min-width: 1024px) {
  .hero__track {
    height: 70vh;
    min-height: 560px;
  }
}
.hero__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease;
}
.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.hero__placeholder-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e6dac2, #0f0d0b);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(28, 26, 24, 0.75) 0%, rgba(28, 26, 24, 0.15) 60%);
}
.hero__content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding-bottom: 6rem;
  max-width: 640px;
}
.hero__title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.hero__subtitle {
  color: #f3ece0;
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
}
.hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero__nav {
    display: inline-flex;
  }
}
.hero__nav:hover {
  background: #ffffff;
}
.hero__nav--prev {
  left: 1.5rem;
}
.hero__nav--next {
  right: 1.5rem;
}
.hero__dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
.hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 150ms ease, transform 150ms ease;
}
.hero__dot.is-active {
  background: #ffffff;
  transform: scale(1.2);
}

.trust-badges {
  background: #0f0d0b;
  padding-block: 1.5rem;
}

.trust-badges__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .trust-badges__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.trust-badges__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.trust-badges__item .icon {
  width: 28px;
  height: 28px;
  color: #b8901f;
}
.trust-badges__item:nth-child(even) .icon {
  color: #f0924c;
}

.trust-badges__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #f3ece0;
}

.about__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about__grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}

.about__image {
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__body {
  margin-block: 1rem 1.5rem;
  max-width: 55ch;
}

.about__points {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.about__points li {
  position: relative;
  padding-left: 1.5rem;
  color: #35302a;
}
.about__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #b8901f;
}

.promo-banners__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .promo-banners__grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

.promo-banner {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  min-height: 220px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.promo-banner:hover .promo-banner__cta {
  color: #ffffff;
}
@media (min-width: 768px) {
  .promo-banner--large {
    grid-row: 1/span 2;
    min-height: 460px;
  }
}
.promo-banner__image {
  position: absolute;
  inset: 0;
}
.promo-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-banner__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(0deg, rgba(28, 26, 24, 0.7) 0%, transparent 60%);
}
.promo-banner__title {
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 4px;
}
.promo-banner__cta {
  color: #f3ece0;
  font-weight: 600;
  font-size: 0.875rem;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .benefits__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.benefit-card {
  text-align: center;
  padding: 1.5rem;
}
.benefit-card__icon {
  width: 40px;
  height: 40px;
  color: #b8901f;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.benefit-card__title {
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.benefit-card__text {
  font-size: 0.875rem;
}

.testimonials__track {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .testimonials__track {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  padding: 1.5rem;
}
.testimonial-card__rating {
  color: #b8901f;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
.testimonial-card__quote {
  font-style: italic;
  margin-bottom: 1rem;
}
.testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 600;
  font-size: 0.875rem;
  color: #8c8072;
}
.testimonial-card__project {
  font-weight: 400;
  font-size: 0.8rem;
  color: #b8901f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.newsletter {
  background: #0f0d0b;
}
.newsletter .section-title {
  color: #ffffff;
}
.newsletter__inner {
  text-align: center;
  max-width: 640px;
}
.newsletter__body {
  margin-bottom: 1.5rem;
  color: #f3ece0;
}

.cta-band {
  background: #0f0d0b;
  padding-block: 4rem;
}
.cta-band__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-band__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.cta-band__heading {
  color: #ffffff;
  margin: 0;
}

.page-content {
  padding-block: 4rem;
}

.page-header {
  margin-bottom: 2.5rem;
}
.page-header__image {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 1.5rem;
}

.entry-content > * + * {
  margin-top: 1.5rem;
}

.post-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-block: 2.5rem;
}
@media (min-width: 768px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  overflow: hidden;
}
.post-card__thumb img {
  aspect-ratio: 16/10;
  object-fit: cover;
}
.post-card__body {
  padding: 1.5rem;
}
.post-card__title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card__excerpt {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-post__meta {
  color: #8c8072;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.post-tags {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.post-tags a {
  padding: 4px 12px;
  border-radius: 999px;
  background: #f3ece0;
  font-size: 0.8125rem;
}

.page-hero {
  background: #0f0d0b;
  padding-block: 4rem;
  text-align: center;
}
.page-hero__title {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.page-hero__subtitle {
  color: #e6dac2;
}

.about-page__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-page__grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}

.about-page__image {
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.about-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page__content p {
  margin-bottom: 1rem;
  max-width: 60ch;
}

.contact-page__grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .contact-page__grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 6rem;
  }
}

.contact-form__row {
  margin-bottom: 1rem;
}
.contact-form__row label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-form__row input,
.contact-form__row select,
.contact-form__row textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e6dac2;
  border-radius: 4px;
  background: #ffffff;
}
.contact-form__note {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #8c8072;
}

.contact-detail {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-detail .icon {
  width: 24px;
  height: 24px;
  color: #c2570a;
  flex-shrink: 0;
}
.contact-detail strong {
  display: block;
  margin-bottom: 2px;
}
.contact-detail a {
  color: #35302a;
}
.contact-detail a:hover {
  color: #c2570a;
}

.contact-page__map,
.store-locator__map {
  margin-top: 1.5rem;
  aspect-ratio: 16/9;
  border-radius: 20px;
  background: linear-gradient(135deg, #e6dac2, #f3ece0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8072;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.contact-page__map iframe,
.store-locator__map iframe {
  width: 100%;
  height: 100%;
}

.faq-page__inner {
  max-width: 800px;
  margin-inline: auto;
}

.accordion__item {
  border-bottom: 1px solid #e6dac2;
}

.accordion__heading {
  margin: 0;
}

.accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
}
.accordion__trigger[aria-expanded=true] .accordion__icon {
  transform: rotate(45deg);
  background: #c2570a;
  color: #ffffff;
}

.accordion__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f3ece0;
  color: #c2570a;
  font-size: 1rem;
  transition: transform 150ms ease;
}

.accordion__panel {
  padding-bottom: 1.5rem;
  color: #35302a;
  max-width: 65ch;
}
.accordion__panel[hidden] {
  display: none;
}

.faq-page__extra {
  margin-top: 4rem;
}

.store-locator__search {
  display: flex;
  gap: 1rem;
  max-width: 520px;
  margin-inline: auto 2.5rem;
}
.store-locator__search input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #e6dac2;
  border-radius: 999px;
}
.store-locator__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .store-locator__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .store-locator__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.store-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  box-shadow: none;
  border: 1px solid #e6dac2;
  padding: 1.5rem;
}
.store-card__name {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.store-card__address {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.store-card__meta {
  font-size: 0.75rem;
  color: #8c8072;
  margin-bottom: 1rem;
}
.store-card__phone {
  display: block;
  font-weight: 600;
  color: #c2570a;
  margin-bottom: 1rem;
}

.breadcrumb {
  font-size: 0.8125rem;
  color: #8c8072;
  padding-block: 1.5rem;
}
.breadcrumb a {
  color: #8c8072;
}
.breadcrumb a:hover {
  color: #c2570a;
}

.shop-header {
  padding-block: 1.5rem 2.5rem;
  text-align: center;
}
.shop-header__title {
  margin-bottom: 1rem;
}

.woocommerce-products-header__description {
  max-width: 65ch;
  margin-inline: auto;
  color: #35302a;
}

.shop-layout {
  padding-block: 2.5rem 6rem;
}
.shop-layout__grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .shop-layout__grid {
    gap: 6rem;
  }
}
.shop-layout__content .product-grid {
  display: block;
}
.shop-layout__content .product-grid .products::before, .shop-layout__content .product-grid .products::after {
  display: none;
}
.shop-layout__content .product-grid .products li.product-card {
  width: 100%;
  margin: 0;
}
.shop-layout__sidebar .widget {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  box-shadow: none;
  border: 1px solid #e6dac2;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.shop-layout__sidebar .widget__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
.shop-layout__sidebar .widget__list li {
  margin-bottom: 0.5rem;
}
.shop-layout__sidebar .widget__list li a {
  display: flex;
  justify-content: space-between;
  color: #35302a;
}
.shop-layout__sidebar .widget__list li a:hover {
  color: #c2570a;
}
.shop-layout__sidebar .widget__note {
  font-size: 0.8125rem;
  color: #8c8072;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.woocommerce-result-count {
  color: #8c8072;
  font-size: 0.875rem;
}

.woocommerce-ordering select {
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6dac2;
  border-radius: 4px;
  background: #ffffff;
}
.product-grid--shop ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}
@media (min-width: 768px) {
  .product-grid--shop ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .product-grid--shop ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-grid--shop ul.products > li {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-grid--shop .product-card,
.product-grid--shop .product {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.product-grid--shop .product-card__body {
  flex: 1 1 auto;
}
.product-grid--shop .product-card__image {
  display: block;
  width: 100%;
}

.product-card__stock {
  font-size: 0.75rem;
  color: #c73a1f;
  font-weight: 600;
}

.product-card .button,
.product-card .add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: #c2570a;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  transition: background 150ms ease;
}
.product-card .button:hover,
.product-card .add_to_cart_button:hover {
  background: #8f3f07;
}
.product-card .button.loading::after,
.product-card .add_to_cart_button.loading::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: luxvera-spin 0.6s linear infinite;
}
.product-card .button.added::after,
.product-card .add_to_cart_button.added::after {
  content: "✓";
  margin-left: 0.5rem;
}

@keyframes luxvera-spin {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce-pagination {
  margin-top: 2.5rem;
}
.woocommerce-pagination ul.page-numbers {
  width: 100%;
  display: flex !important;
  gap: 0.5rem;
  justify-content: center;
  border: none;
}
.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none !important;
}
.woocommerce-pagination .page-numbers li {
  border: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-radius: 999px;
}
.woocommerce-pagination .page-numbers.current {
  background: #c2570a;
  border-color: #c2570a;
  color: #ffffff;
}
.woocommerce-pagination .page-numbers:hover:not(.current) {
  border-color: #c2570a;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce-notice {
  list-style: none;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  background: #f3ece0;
  border-left: 3px solid #b8901f;
}

.woocommerce-error {
  border-left-color: #c73a1f;
  background: rgba(179, 69, 44, 0.08);
}

.woocommerce-message {
  border-left-color: #3f7d5c;
  background: rgba(63, 125, 92, 0.08);
}

.site-main--product {
  padding-block: 1.5rem 6rem;
}

.product-single__grid {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 4rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .product-single__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 8rem;
  }
}

.product-single__gallery {
  width: 100%;
}
.product-single__gallery .woocommerce-product-gallery {
  position: relative;
  width: 100% !important;
}
.product-single__gallery .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper div {
  width: 100%;
}
.product-single__gallery .woocommerce-product-gallery__image {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  width: 100%;
  background: #faf8f5;
}
@media (min-width: 768px) {
  .product-single__gallery .woocommerce-product-gallery__image {
    aspect-ratio: 4/5;
  }
}
.product-single__gallery .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.product-single__gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(64px, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0;
}
.product-single__gallery .flex-control-thumbs li {
  list-style: none;
  float: none !important;
  width: auto !important;
  display: block;
  align-self: stretch;
}
.product-single__gallery .flex-control-thumbs img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 150ms ease, border-color 150ms ease;
}
.product-single__gallery .flex-control-thumbs img:hover {
  opacity: 1;
}
.product-single__gallery .flex-control-thumbs .flex-active-slide img {
  opacity: 1;
  border-color: #c2570a;
}
.product-single__gallery .product-badge--sale {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.product-single__summary {
  width: 100% !important;
  max-width: 100%;
  padding-inline: 0;
}
.product-single__summary .product_title {
  margin-bottom: 0.5rem;
}
.product-single__summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #b8901f;
}
.product-single__summary .woocommerce-product-rating .star-rating {
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.product-single__summary .woocommerce-product-rating .woocommerce-review-link {
  color: #8c8072;
  font-size: 0.8125rem;
}
.product-single__summary .price {
  display: block;
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #0f0d0b;
  margin-bottom: 1.5rem;
}
.product-single__summary .price del {
  color: #8c8072;
  font-size: 1.1rem;
  margin-right: 0.5rem;
}
.product-single__summary .price ins {
  text-decoration: none;
  color: #c2570a;
}
.product-single__summary .woocommerce-product-details__short-description {
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.product-single__summary .woocommerce-product-details__short-description p {
  margin-bottom: 0.5rem;
}
.product-single__summary .cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  width: 100%;
}
.product-single__summary .quantity .qty {
  width: 88px;
  padding: 0.7rem;
  text-align: center;
  border: 1px solid #e6dac2;
  border-radius: 999px;
}
.product-single__summary button.single_add_to_cart_button {
  padding: 0.95rem 2.4rem;
  border-radius: 999px;
  background: #c2570a;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background 150ms ease;
}
.product-single__summary button.single_add_to_cart_button:hover {
  background: #8f3f07;
}
.product-single__summary button.single_add_to_cart_button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product-single__summary table.variations {
  width: 100%;
  margin-bottom: 1.5rem;
}
.product-single__summary table.variations td,
.product-single__summary table.variations th {
  padding-block: 0.5rem;
  text-align: left;
}
.product-single__summary table.variations select {
  width: 100%;
  max-width: 260px;
  padding: 0.6rem 0.75rem;
  border: 1px solid #e6dac2;
  border-radius: 4px;
}
.product-single__summary .woocommerce-variation-price .price {
  font-size: 1.4rem;
}
.product-single__summary .product_meta {
  font-size: 0.8125rem;
  color: #8c8072;
  padding-top: 1.5rem;
  border-top: 1px solid #e6dac2;
  margin-top: 2.5rem;
}
.product-single__summary .product_meta a {
  color: #c2570a;
}

.product-single__trust {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #e6dac2;
  width: 100%;
}
.product-single__trust .trust-badges__item {
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5rem;
}
.product-single__trust .trust-badges__item .icon {
  width: 22px;
  height: 22px;
  color: #b8901f;
}
.product-single__trust .trust-badges__item span:last-child {
  font-size: 0.8125rem;
  color: #35302a;
  font-weight: 500;
}

.woocommerce-tabs {
  margin-top: 4rem;
}
.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 1.5rem;
  border-bottom: 1px solid #e6dac2;
  margin-bottom: 2.5rem;
}
.woocommerce-tabs ul.tabs li {
  list-style: none;
}
.woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding-block: 1rem;
  font-weight: 600;
  color: #8c8072;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #0f0d0b;
  border-bottom: 2px solid #c2570a;
}
.woocommerce-tabs .panel {
  max-width: 100%;
}

.related.products,
.upsells.products {
  margin-top: 6rem;
}
.related.products > h2,
.upsells.products > h2 {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.related.products ul.products,
.upsells.products ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  list-style: none;
}
.related.products ul.products::before, .related.products ul.products::after,
.upsells.products ul.products::before,
.upsells.products ul.products::after {
  display: none;
}
@media (min-width: 768px) {
  .related.products ul.products,
  .upsells.products ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.related.products ul.products li.product-card,
.upsells.products ul.products li.product-card {
  width: 100%;
}

.site-main--cart {
  padding-block: 2.5rem 6rem;
}

.woocommerce-cart-wrapper .page-title {
  margin-bottom: 2.5rem;
}

.cart-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .cart-layout {
    grid-template-columns: 1fr 340px;
    gap: 6rem;
  }
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}
.cart-table th {
  text-align: left;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8c8072;
  padding-block: 1rem;
  border-bottom: 1px solid #e6dac2;
}
.cart-table td {
  padding-block: 1.5rem;
  border-bottom: 1px solid #e6dac2;
  vertical-align: middle;
}
.cart-table .product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
}
.cart-table .product-name a {
  font-weight: 600;
  color: #0f0d0b;
}
.cart-table .product-name a:hover {
  color: #c2570a;
}
.cart-table .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #c73a1f;
  font-size: 1.1rem;
  line-height: 1;
}
.cart-table .product-remove a.remove:hover {
  background: rgba(179, 69, 44, 0.1);
}
.cart-table .quantity .qty {
  width: 64px;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #e6dac2;
  border-radius: 999px;
}
.cart-table .product-subtotal {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem 1rem;
  }
  .cart-table td {
    border-bottom: none;
  }
  .cart-table td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    display: block;
    font-size: 0.75rem;
    color: #8c8072;
  }
}

.cart-actions-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
}

.coupon {
  display: flex;
  gap: 0.5rem;
}
.coupon .input-text {
  padding: 0.65rem 1rem;
  border: 1px solid #e6dac2;
  border-radius: 999px;
  min-width: 180px;
}

.cart-collaterals {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  box-shadow: none;
  border: 1px solid #e6dac2;
  padding: 1.5rem;
}

.cart_totals h2 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.cart_totals table {
  width: 100%;
}
.cart_totals table th,
.cart_totals table td {
  padding-block: 0.5rem;
  text-align: left;
}
.cart_totals table th {
  color: #8c8072;
  font-weight: 500;
  font-size: 0.875rem;
}
.cart_totals .order-total th,
.cart_totals .order-total td {
  border-top: 1px solid #e6dac2;
  padding-top: 1rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: #0f0d0b;
}

.wc-proceed-to-checkout {
  margin-top: 1.5rem;
}
.wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.9rem;
  border-radius: 999px;
  background: #c2570a;
  color: #ffffff;
  font-weight: 700;
}
.wc-proceed-to-checkout .checkout-button:hover {
  background: #8f3f07;
}

.woocommerce-shipping-calculator {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.woocommerce-shipping-calculator .shipping-calculator-button {
  color: #c2570a;
  font-weight: 600;
}

.cart-empty {
  text-align: center;
  padding-block: 4rem;
}
.cart-empty + .return-to-shop .button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 1.75rem;
  border-radius: 999px;
  background: #0f0d0b;
  color: #ffffff;
  font-weight: 600;
}

.woocommerce-checkout {
  padding-block: 2.5rem 6rem;
}
.woocommerce-checkout .col2-set {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr 1fr;
  }
}

#customer_details {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  #customer_details {
    grid-template-columns: 1fr 1fr;
  }
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
}

.form-row {
  margin-bottom: 1rem;
}
.form-row label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.form-row .required {
  color: #c73a1f;
}
.form-row input.input-text,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #e6dac2;
  border-radius: 4px;
  background: #ffffff;
}
#order_review_heading {
  font-size: 1.15rem;
  margin: 2.5rem 0 1.5rem;
}

#order_review,
table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  box-shadow: none;
  border: 1px solid #e6dac2;
  padding: 1.5rem;
}
#order_review th,
#order_review td,
table.shop_table th,
table.shop_table td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e6dac2;
  text-align: left;
}
#order_review .order-total th,
#order_review .order-total td,
table.shop_table .order-total th,
table.shop_table .order-total td {
  font-weight: 700;
  font-size: 1.05rem;
  border-bottom: none;
}

.woocommerce-checkout-payment {
  margin-top: 1.5rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(28, 26, 24, 0.08);
  transition: box-shadow 250ms ease, transform 250ms ease;
  box-shadow: none;
  border: 1px solid #e6dac2;
  padding: 1.5rem;
}
.woocommerce-checkout-payment ul.payment_methods {
  list-style: none;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout-payment ul.payment_methods li {
  padding-block: 0.5rem;
  border-bottom: 1px solid #e6dac2;
}
.woocommerce-checkout-payment ul.payment_methods li label {
  font-weight: 600;
}
.woocommerce-checkout-payment .payment_box {
  padding: 1rem;
  background: #f3ece0;
  border-radius: 4px;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

#place_order {
  width: 100%;
  padding: 1rem;
  border-radius: 999px;
  background: #c2570a;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  transition: background 150ms ease;
}
#place_order:hover {
  background: #8f3f07;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-block: 1rem;
  font-size: 0.875rem;
}

.woocommerce-order {
  text-align: center;
  padding-block: 4rem;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.5rem;
  color: #c2570a;
  margin-bottom: 1.5rem;
}
.woocommerce-order ul.woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  list-style: none;
  margin-block: 2.5rem;
  padding: 1.5rem;
  background: #f3ece0;
  border-radius: 10px;
}
.woocommerce-order ul.woocommerce-order-overview li {
  text-align: center;
}
.woocommerce-order ul.woocommerce-order-overview li strong {
  display: block;
  font-family: "Fraunces", "Georgia", serif;
}

.site-main--account {
  padding-block: 2.5rem 6rem;
}

.account-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .account-layout {
    grid-template-columns: 220px 1fr;
    gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .account-layout__nav {
    position: sticky;
    top: calc(80px + 1.5rem);
  }
}
.account-layout__content {
  background: #ffffff;
  border: 1px solid #e6dac2;
  border-radius: 10px;
  padding: 2.5rem;
  min-width: 0;
}
.account-layout__content--login {
  grid-column: 1/-1;
  max-width: 900px;
  margin-inline: auto;
  width: 100%;
}

.woocommerce-MyAccount-navigation {
  width: 100% !important;
  background: #ffffff;
  border: 1px solid #e6dac2;
  border-radius: 10px;
  padding: 0.5rem;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #35302a;
  transition: background 150ms ease, color 150ms ease;
}
.woocommerce-MyAccount-navigation li a:hover {
  background: #f3ece0;
  color: #0f0d0b;
}
.woocommerce-MyAccount-navigation li.is-active > a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active > a {
  background: #0f0d0b;
  color: #ffffff;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
}
.woocommerce-MyAccount-content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e6dac2;
}
.woocommerce-MyAccount-content h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content p {
  margin-bottom: 1rem;
  color: #35302a;
}
.woocommerce-MyAccount-content p a {
  color: #c2570a;
  font-weight: 600;
}
.woocommerce-MyAccount-content p a:hover {
  color: #8f3f07;
}
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content .woocommerce-button {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  background: #0f0d0b;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background 150ms ease;
}
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-MyAccount-content .woocommerce-button:hover {
  background: #c2570a;
  color: #ffffff;
}

.woocommerce-orders-table,
table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-orders-table thead th,
table.shop_table thead th {
  padding: 0.5rem 1rem;
  text-align: left;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8c8072;
  font-weight: 700;
  border-bottom: 2px solid #e6dac2;
  white-space: nowrap;
}
.woocommerce-orders-table tbody td,
table.shop_table tbody td {
  padding: 1rem;
  border-bottom: 1px solid #e6dac2;
  text-align: left;
  font-size: 0.875rem;
  vertical-align: middle;
  color: #35302a;
}
.woocommerce-orders-table tbody tr:last-child td,
table.shop_table tbody tr:last-child td {
  border-bottom: none;
}
.woocommerce-orders-table tbody tr:hover td,
table.shop_table tbody tr:hover td {
  background: #faf8f5;
}

.woocommerce-orders-table__cell-order-number a {
  font-weight: 700;
  color: #0f0d0b;
}
.woocommerce-orders-table__cell-order-number a:hover {
  color: #c2570a;
}

.woocommerce-orders-table__cell-order-status mark,
.woocommerce-orders-table__cell-order-status span {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #f3ece0;
  color: #0f0d0b;
}

.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status mark {
  background: rgba(63, 125, 92, 0.12);
  color: #3f7d5c;
}
.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status mark {
  background: rgba(63, 125, 92, 0.12);
  color: #3f7d5c;
}
.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status mark {
  background: rgba(184, 144, 31, 0.12);
  color: #8f6f17;
}
.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status mark {
  background: rgba(194, 87, 10, 0.1);
  color: #c2570a;
}
.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status mark, .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status mark, .woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status mark {
  background: rgba(199, 58, 31, 0.1);
  color: #c73a1f;
}

@media (max-width: 767px) {
  .woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-orders-table tbody tr {
    display: block;
    border: 1px solid #e6dac2;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .woocommerce-orders-table tbody tr:hover td {
    background: transparent;
  }
  .woocommerce-orders-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #f3ece0;
    padding: 0.5rem 0.5rem;
  }
  .woocommerce-orders-table tbody td:last-child {
    border-bottom: none;
  }
  .woocommerce-orders-table tbody td::before {
    content: attr(data-title);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #8c8072;
    flex-shrink: 0;
  }
}

.woocommerce-form-row,
.form-row {
  margin-bottom: 1rem;
}
.woocommerce-form-row label,
.form-row label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #0f0d0b;
}
.woocommerce-form-row label .required,
.form-row label .required {
  color: #c73a1f;
  margin-left: 2px;
}
.woocommerce-form-row .woocommerce-Input,
.woocommerce-form-row .input-text,
.woocommerce-form-row input[type=text],
.woocommerce-form-row input[type=email],
.woocommerce-form-row input[type=password],
.woocommerce-form-row input[type=tel],
.woocommerce-form-row select,
.woocommerce-form-row textarea,
.form-row .woocommerce-Input,
.form-row .input-text,
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=tel],
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e6dac2;
  border-radius: 4px;
  background: #ffffff;
  font-size: 0.9375rem;
  color: #0f0d0b;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.woocommerce-form-row .woocommerce-Input:focus,
.woocommerce-form-row .input-text:focus,
.woocommerce-form-row input[type=text]:focus,
.woocommerce-form-row input[type=email]:focus,
.woocommerce-form-row input[type=password]:focus,
.woocommerce-form-row input[type=tel]:focus,
.woocommerce-form-row select:focus,
.woocommerce-form-row textarea:focus,
.form-row .woocommerce-Input:focus,
.form-row .input-text:focus,
.form-row input[type=text]:focus,
.form-row input[type=email]:focus,
.form-row input[type=password]:focus,
.form-row input[type=tel]:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #c2570a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(194, 87, 10, 0.1);
}
.woocommerce-form-row textarea,
.form-row textarea {
  min-height: 120px;
  resize: vertical;
}

@media (min-width: 768px) {
  .woocommerce-form-row--first,
  .form-row-first {
    float: left;
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .woocommerce-form-row--last,
  .form-row-last {
    float: right;
    width: calc(50% - 0.5rem);
  }
}

.clear {
  clear: both;
}

fieldset {
  border: 1px solid #e6dac2;
  border-radius: 10px;
  padding: 1.5rem 1.5rem 1rem;
  margin-block: 2.5rem 1.5rem;
}
fieldset legend {
  padding-inline: 0.5rem;
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #0f0d0b;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox,
.woocommerce-form-register .woocommerce-form__label-for-checkbox,
.woocommerce-EditAccountForm .woocommerce-form__label-for-checkbox,
.woocommerce-address-fields .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-form-register .woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-EditAccountForm .woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-address-fields .woocommerce-form__label-for-checkbox input[type=checkbox] {
  width: auto;
  flex-shrink: 0;
}
.woocommerce-form-login button[type=submit],
.woocommerce-form-login input[type=submit],
.woocommerce-form-register button[type=submit],
.woocommerce-form-register input[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-EditAccountForm input[type=submit],
.woocommerce-address-fields button[type=submit],
.woocommerce-address-fields input[type=submit] {
  margin-top: 1rem;
  padding: 0.8rem 2rem;
  border-radius: 999px;
  background: #c2570a;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: background 150ms ease;
}
.woocommerce-form-login button[type=submit]:hover,
.woocommerce-form-login input[type=submit]:hover,
.woocommerce-form-register button[type=submit]:hover,
.woocommerce-form-register input[type=submit]:hover,
.woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-EditAccountForm input[type=submit]:hover,
.woocommerce-address-fields button[type=submit]:hover,
.woocommerce-address-fields input[type=submit]:hover {
  background: #8f3f07;
}

#customer_login,
.u-columns.col2-set {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  #customer_login,
  .u-columns.col2-set {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
#customer_login h2,
.u-columns.col2-set h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e6dac2;
}

.woocommerce-LostPassword {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.woocommerce-LostPassword a {
  color: #c2570a;
  font-weight: 600;
}
.woocommerce-LostPassword a:hover {
  color: #8f3f07;
}

.woocommerce-Addresses {
  display: block !important;
}

.woocommerce-Address {
  border: 1px solid #e6dac2;
  border-radius: 10px;
  padding: 1.5rem;
}
.woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e6dac2;
}
.woocommerce-Address-title h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce-Address-title a.edit {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #c2570a;
  white-space: nowrap;
}
.woocommerce-Address-title a.edit:hover {
  color: #8f3f07;
}

address {
  font-style: normal;
  line-height: 1.8;
  color: #35302a;
  font-size: 0.9375rem;
}

.order-number,
.order-date {
  font-weight: 700;
  color: #0f0d0b;
  background: none;
}

.order-status {
  font-weight: 700;
  color: #c2570a;
  background: none;
}

.woocommerce-pagination--without-numbers {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
.woocommerce-pagination--without-numbers .woocommerce-button {
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  border: 1.5px solid #e6dac2;
  font-weight: 600;
  font-size: 0.875rem;
  color: #0f0d0b;
  background: #ffffff;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}
.woocommerce-pagination--without-numbers .woocommerce-button:hover {
  background: #c2570a;
  border-color: #c2570a;
  color: #ffffff;
}

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