@charset "UTF-8";
/*!
 * ╔═════════════════════════════════════════╗
 * ║                                         ║
 * ║   ███╗   ██╗ ██████╗ ██████╗ ███████╗   ║
 * ║   ████╗  ██║██╔═══██╗██╔══██╗██╔════╝   ║
 * ║   ██╔██╗ ██║██║   ██║██║  ██║█████╗     ║
 * ║   ██║╚██╗██║██║   ██║██║  ██║██╔══╝     ║
 * ║   ██║ ╚████║╚██████╔╝██████╔╝███████╗   ║
 * ║   ╚═╝  ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝   ║
 * ║                                         ║
 * ║   ███╗   ███╗ █████╗ ██████╗ ███████╗   ║
 * ║   ████╗ ████║██╔══██╗██╔══██╗██╔════╝   ║
 * ║   ██╔████╔██║███████║██║  ██║███████╗   ║
 * ║   ██║╚██╔╝██║██╔══██║██║  ██║╚════██║   ║
 * ║   ██║ ╚═╝ ██║██║  ██║██████╔╝███████║   ║
 * ║   ╚═╝     ╚═╝╚═╝  ╚═╝╚═════╝ ╚══════╝   ║
 * ║                                         ║
 * ╚═════════════════════════════════════════╝
 *    Nice to see you digging into the code. 
 */
/** BREAKPOINTS MEDIA **/
/**
 * EXAMPLE:
 * input: @include media('xs') {...}
 * output: @media (min-width: 576px) {...}
 */
/**
   * EXAMPLE:
   * input: @include media-down('xs') {...}
   * output: @media (max-width: 576px) {...}
   */
/* Fonts */
/* Globals */
/* Breakpoints */
/* Colors */
/* Tailwind CSS Colors */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
body, html {
  font-family: "Montserrat", sans-serif;
}

main {
  padding-block: 6rem 0;
}
@media (min-width: 768px) {
  main {
    padding-block: 6.85rem 0;
  }
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/**
	* Normalize base on:
	* ! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize
	* and:
	* https://mattbrictson.com/blog/css-normalize-and-reset
	*
	*/
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
:root {
  line-height: 1.5;
  color-scheme: light only;
}

*,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*:focus-visible {
  outline: 3px solid gray !important;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: "Montserrat", sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: normal;
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */
  tab-size: 4;
  /* 3 */
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  /* Additional font settings */
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
}

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */
  background-color: white;
  color: #0a0a0a;
}

main {
  display: block;
}

/*
links
=====
*/
a {
  text-decoration: none;
}

/*
Lists in menu
========
*/
nav ol,
nav ul {
  list-style: none;
  padding-inline: 0;
}

/*
Images
========
*/
img {
  display: block;
  max-inline-size: 100%;
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: 700;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "Montserrat", sans-serif, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=button],
[type=reset],
[type=submit],
::-webkit-file-upload-button {
  -webkit-appearance: button;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none !important;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search],
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Other things
===========
*/
address {
  font-style: normal;
}

.s-contact-form .wpcf7 {
  width: 100%;
}
.s-contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.s-contact-form .s-cf7__label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #000;
}
.s-contact-form .s-cf7__input,
.s-contact-form .s-cf7__textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 0.9375rem;
  padding: 0.625rem 0;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 0;
}
.s-contact-form .s-cf7__input::placeholder,
.s-contact-form .s-cf7__textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.s-contact-form .s-cf7__input:focus,
.s-contact-form .s-cf7__textarea:focus {
  border-bottom-color: #fff;
}
.s-contact-form .s-cf7__textarea {
  resize: none;
  min-height: 120px;
}
.s-contact-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  background-color: #991b1b;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.s-contact-form .wpcf7-submit:hover {
  background-color: theme("colors.red.800");
  color: #fff;
}
.s-contact-form .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  color: #fca5a5;
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
}
.s-contact-form .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.s-contact-form .s-cf7__input.wpcf7-not-valid,
.s-contact-form .s-cf7__textarea.wpcf7-not-valid {
  border-bottom-color: #fca5a5;
}

.single-product__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .single-product__hero-grid {
    grid-template-columns: 1fr 1fr;
    min-height: 50vh;
  }
}
@media (max-width: theme("screens.lg")) {
  .archive-products__sidebar {
    position: relative;
    border-bottom: 1px solid theme("colors.gray.100");
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
}
.archive-products__filter-label {
  padding: 0.25rem 0;
}
.archive-products__checkbox-ui svg {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.archive-products__checkbox:checked ~ .archive-products__checkbox-ui svg {
  opacity: 1;
}
.archive-products__per-page {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.25rem;
}
.archive-products__grid {
  transition: opacity 0.2s ease;
}
.archive-products__pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-products__pagination .page-numbers li a,
.archive-products__pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  color: theme("colors.gray.700");
  border: 1px solid theme("colors.gray.200");
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.archive-products__pagination .page-numbers li a:hover,
.archive-products__pagination .page-numbers li span:hover {
  background-color: theme("colors.gray.100");
}
.archive-products__pagination .page-numbers li a.current,
.archive-products__pagination .page-numbers li span.current {
  background-color: theme("colors.stone.800");
  color: white;
  border-color: theme("colors.stone.800");
}
.archive-products__pagination .page-numbers li a.dots,
.archive-products__pagination .page-numbers li span.dots {
  border: none;
  color: theme("colors.gray.400");
}

.product-card__favorite path {
  stroke: theme("colors.red.800");
  fill: transparent;
  transition: fill 0.25s ease, stroke 0.25s ease;
}
.product-card__favorite:hover path, .product-card__favorite:has(input:checked) path {
  fill: theme("colors.red.800");
  stroke: theme("colors.red.800");
}

#productActiveFiltersSwiper {
  width: 100%;
  overflow: hidden;
}

#productActiveFiltersSwiper .swiper-slide {
  width: auto !important;
  max-width: 200px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: transform 0.3s ease;
}
.site-header--hidden {
  transform: translateY(-100%);
}
.site-header__logo {
  text-decoration: none;
}
.site-header__hamburger {
  position: relative;
  z-index: 101;
}
.site-header--scrolled {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__list--mobile {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
}
.nav__item {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .nav__item {
    width: auto;
  }
}
@media (min-width: 768px) {
  .nav__item--has-children.nav__item--active > .nav__submenu {
    max-height: 600px;
    opacity: 1;
    pointer-events: auto;
  }
  .nav__item--has-children.nav__item--active > .nav__link .nav__arrow {
    transform: rotate(180deg);
  }
}
.nav__item--has-children.nav__item--open > .nav__submenu {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
}
.nav__item--has-children.nav__item--open > .nav__link .nav__arrow {
  transform: rotate(180deg);
}
.nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 300;
  color: #171717;
  transition: color 0.2s ease;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .nav__link {
    font-size: 0.8rem;
    justify-content: flex-start;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: none;
    width: auto;
  }
}
.nav__link:hover {
  color: #991b1b;
}
.nav__submenu .nav__link {
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .nav__submenu .nav__link {
    border-bottom: none;
    padding: 0.75rem 1.25rem;
  }
  .nav__submenu .nav__link:hover {
    background-color: #991b1b;
    color: #ffffff;
  }
}
.nav__arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
@media (min-width: 768px) {
  .nav__arrow {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.nav__submenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.35s ease, opacity 0.2s ease;
}
@media (min-width: 768px) {
  .nav__submenu {
    position: absolute;
    top: 51px;
    left: -2rem;
    min-width: 220px;
    width: auto;
    background: #C9A96E;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 50;
    border-radius: 0.5rem;
  }
}
@media (max-width: 768px) {
  .nav__submenu {
    border-left: 3px solid #e5e5e5;
  }
}
.nav__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #fafafa;
  z-index: 99;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
@media (min-width: 768px) {
  .nav__mobile {
    display: none !important;
  }
}
.nav__mobile--open {
  transform: translateX(0);
  visibility: visible;
}
.nav__mobile-inner {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5rem 1.5rem 3rem;
  scrollbar-width: thin;
  scrollbar-color: #d4d4d4 transparent;
}
.nav__mobile-inner::-webkit-scrollbar {
  width: 4px;
}
.nav__mobile-inner::-webkit-scrollbar-track {
  background: transparent;
}
.nav__mobile-inner::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 2px;
}

.site-footer {
  background-color: #000000;
  color: #f5f5f5;
}
.site-footer__main {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .site-footer__main {
    padding: 5rem 0;
  }
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 4rem;
  }
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer__logo {
  display: inline-block;
  text-decoration: none;
}
.site-footer__logo-img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}
.site-footer__logo-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.site-footer__tagline {
  font-size: 0.875rem;
  color: #a3a3a3;
  line-height: 1.6;
  max-width: 280px;
}
.site-footer__heading {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #a3a3a3;
  margin-bottom: 1.25rem;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.site-footer__address {
  font-size: 0.875rem;
  color: #d4d4d4;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.site-footer__link {
  font-size: 0.875rem;
  color: #d4d4d4;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
}
.site-footer__link:hover {
  color: #991b1b;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0;
}
.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__bottom-inner {
    flex-direction: row;
    text-align: left;
  }
}
.site-footer__copy {
  font-size: 0.8rem;
  color: #737373;
}
.site-footer__legal .footer-nav__link {
  font-size: 0.75rem;
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-nav__link {
  font-size: 0.875rem;
  color: #d4d4d4;
  text-decoration: none;
  transition: color 0.2s ease;
  letter-spacing: 0.02em;
}
.footer-nav__link:hover {
  color: #991b1b;
}
.footer-nav__item--active .footer-nav__link {
  color: #991b1b;
}