@import "https://use.typekit.net/uyb8fuw.css";
html, body {
  font-size: 16px !important;
  font-family: "hanken-grotesk", sans-serif !important;
  font-weight: "300" !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
}

h1, h2 {
  margin-top: 36px !important;
  color: #000;
  line-height: 1.25em !important;
  font-family: "reross-quadratic", sans-serif !important;
  font-weight: 400 !important;
}

h1:first-child, h2:first-child {
  margin-top: 0;
}

h1 {
  font-size: 4rem !important;
  margin-bottom: 24px !important;
  text-transform: uppercase;
}

h2 {
  font-size: 3.0769230769rem;
  margin-bottom: 18.4615384615px;
}

h3 {
  font-size: 2.6666666667rem;
  margin-bottom: 16px !important;
}

h4 {
  font-size: 2.3529411765rem;
  margin-bottom: 14.1176470588px;
}

h5 {
  font-size: 2rem;
  margin-bottom: 12px;
}

h6 {
  font-size: 1.8181818182rem;
  margin-bottom: 10.9090909091px;
}

p {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #000;
}

p:last-of-type {
  margin-bottom: 0;
}

.banner-header {
  font-family: "reross-quadratic", sans-serif;
}

.primary-menu-container .menu-item a {
  color: #e7ded8 !important;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "reross-quadratic", sans-serif !important;
}

.primary-menu-container .menu-item a:hover {
  color: #e7ded8;
}

p a {
  color: #dfc886;
  font-weight: 600;
  text-decoration: underline;
}

p a:hover {
  color: #caa335;
}

h1.product_title {
  font-size: 35px !important;
  margin-top: 0 !important;
}

.search-toggle-open-container .search-toggle-label {
  font-family: "reross-quadratic", sans-serif;
}

.search-toggle-open-container span.search-toggle-icon {
  display: none !important;
}

@media (max-width: 600px) {
  .search-toggle-open-container span.search-toggle-icon {
    display: flex !important;
  }
}
.header-cart-inner-wrap .header-cart-label {
  font-family: "reross-quadratic", sans-serif;
  display: none;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

.single-product .woocommerce-Price-amount {
  font-family: "reross-quadratic", sans-serif;
}

.single-product button.single_add_to_cart_button.button.alt {
  background-color: #231f1f;
  color: #e7ded8;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 !important;
}

.single-product button.single_add_to_cart_button.button.alt:hover {
  background-color: #3e3737;
}

.single-product .variations .kad_radio_variations label {
  flex-basis: 20%;
  align-self: baseline;
}

@media (max-width: 1280px) {
  .single-product .variations .kad_radio_variations label {
    flex-basis: 25%;
  }
}
@media (max-width: 1010px) {
  .single-product .variations .kad_radio_variations label {
    flex-basis: 30%;
  }
}
.product_meta .posted_in {
  display: none !important;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: none !important;
}

.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
  display: flex !important;
  justify-content: space-between;
}

form.cart div.quantity {
  float: unset !important;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.button.single_add_to_cart_button {
  width: 100%;
  background-color: #231f1f;
  color: #e7ded8;
}

.woocommerce-variation-availability .in-stock {
  background-color: #dfc886;
  color: #231f1f !important;
  padding: 5px 10px 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 700;
}

.variations td.value .kad_radio_variations {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.variations td.value .kad_radio_variations .selectedValue {
  background: none !important;
  color: #000 !important;
  border: 2px solid #231f1f;
  align-content: center;
}

.variations .reset_variations {
  display: none !important;
}

.kwt-add-to-cart-single.kwt-add-to-cart-_c64be2-89 .cart:not(.variations_form) {
  display: unset !important;
}

.shop {
  display: flex;
  flex-direction: row;
}

@media (max-width: 799px) {
  .shop {
    flex-direction: column;
  }
}
.shop__filters {
  width: 30%;
  background-color: #ebe8e5;
  padding: 2rem 4rem;
}

@media (max-width: 799px) {
  .shop__filters {
    width: 100%;
    padding: 1rem;
  }
}
@media (max-width: 799px) {
  .shop__filters-wrap {
    display: none;
  }
}
.shop__list {
  width: 70%;
  background-color: #fff;
  padding: 2rem 4rem;
}

@media (max-width: 799px) {
  .shop__list {
    width: 100%;
    padding: 2rem;
  }
}
.shop .product-details.content-bg.entry-content-wrap {
  margin: 0 !important;
}

@media (max-width: 600px) {
  .shop .products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: unset;
    column-gap: unset;
  }
  .shop .products .product {
    width: 49%;
  }
}
.woocommerce-products-header__title {
  text-align: center;
}

.product-coming-soon {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #dfc886;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.header-cart-button .header-cart-total {
  padding-top: 0.3em;
}

.woocommerce-checkout .cross-sells {
  display: none;
}

.woocommerce-cart .woocommerce .cart-empty.woocommerce-info {
  margin-top: 0;
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none !important;
}

.woocommerce-cart .woocommerce-shipping-calculator {
  display: none !important;
}

@media (max-width: 799px) {
  .header-banner {
    min-height: 800px !important;
  }
}
@media (max-width: 799px) {
  .header-banner-container {
    flex-direction: column-reverse;
    align-items: self-end !important;
  }
}
@media (max-width: 799px) {
  .header-banner-title .banner-header {
    font-size: 100px !important;
  }
}
@media (max-width: 600px) {
  .header-banner-title .banner-header {
    font-size: 75px !important;
  }
}
@media (max-width: 480px) {
  .header-banner-title .banner-header {
    font-size: 55px !important;
  }
}
@media (max-width: 799px) {
  .header-banner-text {
    margin-top: 2rem !important;
    flex-basis: unset !important;
  }
}
.facetwp-counter {
  display: none;
}

.facet-label {
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 16px;
  font-family: "reross-quadratic", sans-serif;
  font-weight: 300 !important;
}

.facetwp-display-value {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.facetwp-toggle-wrap a {
  color: #231f1f;
  text-decoration: underline;
}

.facetwp-flyout-open {
  display: none;
}

@media (max-width: 799px) {
  .facetwp-flyout-open {
    display: block;
    background-color: #dfc886;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
  }
}
.facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}

.facetwp-type-search .facetwp-input-wrap input {
  width: 100%;
}

.facetwp-pager .facetwp-page {
  display: inline-block;
  margin-right: 0.5em;
  border: 2px solid rgba(0, 0, 0, 0);
  min-width: 2.5em;
  line-height: 2.25em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  color: #231f1f;
  margin-top: 2rem;
}

.facetwp-pager .facetwp-page:hover {
  border-color: #dfc886;
}

.facetwp-pager .facetwp-page.active {
  background: #dfc886;
  color: #fff;
}

.hero-slider {
  height: 100vh;
}

.hero-slider .hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}

.hero-slider .hero-slide__overlay {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  z-index: 1;
}

.hero-slider .hero-slide .slide-content {
  z-index: 2;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1010px) {
  .hero-slider .hero-slide .slide-content {
    display: block;
  }
}
.hero-slider .hero-slide .slide-content__title {
  width: 50%;
  text-align: left;
  font-size: clamp(3rem, 8vw, 9rem) !important;
  margin-bottom: 1rem;
  color: #e7ded8;
  text-transform: uppercase;
  line-height: 1.1 !important;
  word-break: keep-all;
  white-space: normal;
}

@media (max-width: 1010px) {
  .hero-slider .hero-slide .slide-content__title {
    width: 100%;
  }
}
.hero-slider .hero-slide .slide-content__title span {
  display: block;
}

.hero-slider .hero-slide .slide-content__title .highlighted-word {
  color: #dfc886;
}

.hero-slider .hero-slide .slide-content__text-wrapper {
  width: 25%;
  text-align: left;
  align-content: center;
  margin-left: 3rem;
}

@media (max-width: 1010px) {
  .hero-slider .hero-slide .slide-content__text-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.hero-slider .hero-slide .slide-content p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

.hero-slider .hero-slide .slide-content .button {
  background-color: #dfc886;
  padding: 10px 25px 6px 25px;
  color: #231f1f;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}

.featured-product-block {
  background-color: #ebe8e5;
}

.featured-product-block__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 4rem 2rem;
  margin: 0 auto;
}

@media (max-width: 1010px) {
  .featured-product-block__wrapper {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    text-align: center;
  }
}
@media (max-width: 799px) {
  .featured-product-block__wrapper {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.featured-product-block .left {
  flex: 1;
  max-width: 50%;
}

@media (max-width: 1010px) {
  .featured-product-block .left {
    max-width: 100%;
  }
}
.featured-product-block .left h2 {
  font-size: clamp(3rem, 8vw, 4rem);
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 2rem;
  font-family: "hanken-grotesk", sans-serif !important;
  text-transform: uppercase;
}

.featured-product-block .left p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}

@media (max-width: 1010px) {
  .featured-product-block .left p {
    margin: 0 auto 2rem auto;
  }
}
.featured-product-block .left .btn {
  display: inline-block;
  padding: 0.5em 3rem;
  border: 2px solid #231f1f;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #231f1f;
  transition: all 0.3s ease;
}

.featured-product-block .left .btn:hover {
  background: #231f1f;
  color: #fff;
}

.featured-product-block .right {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-product-block .right .product-box {
  position: relative;
  background: #231f1f;
  width: 100%;
  max-width: 400px;
  height: 450px;
  overflow: visible;
}

.featured-product-block .right .product-box .handle-img {
  position: absolute;
  top: 77px;
  left: -116px;
  max-width: 180%;
  height: auto;
  z-index: 2;
}

@media (max-width: 799px) {
  .featured-product-block .right .product-box .handle-img {
    top: 77px;
    left: -45px;
    max-width: 100%;
  }
}
.featured-product-block .right .product-box .product-name {
  position: absolute;
  bottom: 2rem;
  left: 7rem;
  z-index: 3;
  width: 47%;
}

.featured-product-block .right .product-box .product-name p {
  color: #ebe8e5;
  width: 80%;
  text-align: left;
}

.featured-product-block .right .product-box .product-name p:first-child {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.featured-product-block .right .product-box .product-name p:first-child::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #ebe8e5;
  margin: 0.75rem 0;
}

.featured-product-block .right .product-box .product-name p:last-child {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.most-loved-block {
  display: flex;
  flex-wrap: nowrap;
  background-color: #f1f0ef;
  align-items: stretch;
}

@media (max-width: 600px) {
  .most-loved-block {
    flex-direction: column;
  }
}
.most-loved-block .text-column {
  width: 50%;
  background-color: #1e1b1c;
  color: #ebe8e5;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 6rem;
}

@media (max-width: 600px) {
  .most-loved-block .text-column {
    width: 100%;
    margin-bottom: 0;
    border: none;
  }
}
.most-loved-block .text-column .sub-title {
  color: #d6c895;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.most-loved-block .text-column .title {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 2rem !important;
  color: #ebe8e5;
  font-family: "hanken-grotesk", sans-serif !important;
  font-weight: 900 !important;
}

@media (max-width: 1010px) {
  .most-loved-block .text-column .title {
    font-size: 3rem;
  }
}
.most-loved-block .text-column .cta-button {
  background-color: #d6c895;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
}

.most-loved-block .image-column {
  width: 50%;
  background-color: #ebe8e5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 2rem;
  position: relative;
}

@media (max-width: 600px) {
  .most-loved-block .image-column {
    width: 100%;
  }
}
.most-loved-block .image-column .image-caption-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1010px) {
  .most-loved-block .image-column .image-caption-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .most-loved-block .image-column .image-caption-wrapper {
    justify-content: space-around;
    flex-direction: row-reverse;
  }
}
@media (max-width: 480px) {
  .most-loved-block .image-column .image-caption-wrapper {
    flex-direction: column;
  }
}
.most-loved-block .image-column .image-wrapper {
  border: 1rem solid #ebe8e5;
  flex-shrink: 0;
  margin-left: -25%;
  margin-top: 3%;
}

@media (max-width: 1010px) {
  .most-loved-block .image-column .image-wrapper {
    margin-left: -30%;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .most-loved-block .image-column .image-wrapper {
    margin-left: 0;
    margin-top: -32%;
    border: 0.5rem solid #ebe8e5;
  }
}
@media (max-width: 480px) {
  .most-loved-block .image-column .image-wrapper {
    margin-top: -25%;
  }
}
.most-loved-block .image-column img {
  max-width: 400px;
  height: auto;
  display: block;
}

@media (max-width: 1010px) {
  .most-loved-block .image-column img {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .most-loved-block .image-column img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .most-loved-block .image-column img {
    max-width: 100%;
  }
}
.most-loved-block .image-column .product-caption {
  color: #000;
  max-width: 240px;
  width: 50%;
}

@media (max-width: 480px) {
  .most-loved-block .image-column .product-caption {
    margin-left: auto;
  }
}
.most-loved-block .image-column .product-caption p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.most-loved-block .image-column .product-caption p:first-child {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.most-loved-block .image-column .product-caption p:first-child::after {
  content: "";
  width: 20px;
  border-top: 2px solid #000;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
}
/*# sourceMappingURL=main.css.map */
