/*
Theme Name: Rasht
Author: Volodymyr | Majecode team
Description: The Rasht Theme is a special WordPress theme for rashtdelectables.com.
Version: 1.0.0
Text Domain: rasht
*/
@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fjallaone/v8/Yq6R-LCAWCX3-6Ky7FAFrO96kigt.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fjallaone/v8/Yq6R-LCAWCX3-6Ky7FAFrOF6kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ul, ol {
  list-style: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

abbr {
  text-decoration: none;
}

.inner-container {
  --responsive-width-mobile: min(calc(100vw - 40px), 740px);
  --responsive-width-tablet: min(calc(100vw - 80px), 740px);
  --responsive-width-default: min(calc(100vw - 120px), 1498px);
  --responsive-width-medium: min(calc(100vw - 120px), 1260px);
  --responsive-width-small: min(calc(100vw - 120px), 740px);
  width: 100%;
  max-width: var(--responsive-width-mobile);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .inner-container {
    max-width: var(--responsive-width-tablet);
  }
}
@media (min-width: 1366px) {
  .inner-container {
    max-width: var(--responsive-width-default);
  }
}

@media (min-width: 1366px) {
  .inner-container--md {
    max-width: var(--responsive-width-medium);
  }
}

@media (min-width: 1366px) {
  .inner-container--sm {
    max-width: var(--responsive-width-small);
  }
}

.padding {
  padding: 40px 0;
}
@media (min-width: 1366px) {
  .padding {
    padding: 80px 0;
  }
}

.margin-top {
  padding-bottom: 40px;
}

.margin-bottom {
  padding-bottom: 40px;
}

.grid {
  display: grid;
  max-width: 100%;
}
.grid > * {
  order: 1;
}

.grid--gap {
  gap: 20px;
}

@media (min-width: 1366px) {
  .grid--gap-lg {
    gap: 40px;
  }
}

.grid--gap-xlg {
  gap: 40px;
}
@media (min-width: 1366px) {
  .grid--gap-xlg {
    gap: 60px;
  }
}

@media (min-width: 1024px) {
  .grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--cols-2,
.grid--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.order-mobile--first {
  order: 0;
}

@media (min-width: 1024px) {
  .order-mobile--first {
    order: 1;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3e4252;
  line-height: 1.4;
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

button,
input,
select,
textarea {
  font-size: 1.9rem;
}

label {
  font-size: 1.6rem;
}

strong {
  font-weight: 700;
}

figcaption,
caption,
cite {
  margin-top: 5px;
  text-align: center;
  font-style: normal;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  padding: 20px;
  border: 1px solid rgba(62, 66, 82, 0.12);
}
fieldset legend {
  color: #67686a;
  font-size: 1.5rem;
}

mark {
  background-color: #ffe842;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1,
.heading--1 {
  font-size: 6.4rem;
  line-height: 1.1;
}
@media (min-width: 1366px) {
  h1,
.heading--1 {
    font-size: 8rem;
  }
}

h2,
.heading--2 {
  font-size: 3.8rem;
}
@media (min-width: 1366px) {
  h2,
.heading--2 {
    font-size: 5.4rem;
  }
}

h3,
.heading--3 {
  font-size: 3rem;
}
@media (min-width: 1366px) {
  h3,
.heading--3 {
    font-size: 3.8rem;
  }
}

h4,
.heading--4 {
  font-size: 2.4rem;
}
@media (min-width: 1366px) {
  h4,
.heading--4 {
    font-size: 2.8rem;
  }
}

h5 {
  font-size: 2rem;
}
@media (min-width: 1366px) {
  h5 {
    font-size: 2.4rem;
  }
}

h6 {
  font-size: 1.8rem;
}

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

.link {
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover {
  color: #ff7642;
}
.link--danger:hover {
  color: #ff4242;
}

.link--icon {
  white-space: nowrap;
}
.link--icon .svg-icon {
  margin-right: 0.6em;
  width: 1em;
  height: 1em;
  top: -0.05em;
}

.link--cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: currentColor;
}

.link--simple {
  text-decoration: underline;
}
.link--simple:hover {
  text-decoration: none;
}

img,
video {
  height: auto;
  max-width: 100%;
}

embed,
iframe,
object {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.svg-icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  fill: currentColor;
}

.media-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.media-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-cover--contain img {
  object-fit: contain;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.338%;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-thumbnail img,
.post-thumbnail video {
  display: block;
}

hr {
  background: none;
  border: 0;
}

::selection {
  color: white;
  background: #ff7642;
}

.input-text,
#comment,
#author,
#email,
.country_select,
.state_select {
  display: block;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 6px 20px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.34;
  background: #f1eae2;
  border: 0;
  border-radius: 21px;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.input-text:focus,
#comment:focus,
#author:focus,
#email:focus,
.country_select:focus,
.state_select:focus {
  background-color: #f6f2ec;
}
.input-text:focus::placeholder,
#comment:focus::placeholder,
#author:focus::placeholder,
#email:focus::placeholder,
.country_select:focus::placeholder,
.state_select:focus::placeholder {
  opacity: 0.7;
}
.input-text:focus::-webkit-input-placeholder,
#comment:focus::-webkit-input-placeholder,
#author:focus::-webkit-input-placeholder,
#email:focus::-webkit-input-placeholder,
.country_select:focus::-webkit-input-placeholder,
.state_select:focus::-webkit-input-placeholder {
  opacity: 0.7;
}
.input-text:not(.input-text--white):focus,
#comment:not(.input-text--white):focus,
#author:not(.input-text--white):focus,
#email:not(.input-text--white):focus,
.country_select:not(.input-text--white):focus,
.state_select:not(.input-text--white):focus {
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.16);
}
.input-text.input-text--error,
#comment.input-text--error,
#author.input-text--error,
#email.input-text--error,
.country_select.input-text--error,
.state_select.input-text--error {
  color: #ff4242;
}
.input-text.input-text--error::placeholder,
#comment.input-text--error::placeholder,
#author.input-text--error::placeholder,
#email.input-text--error::placeholder,
.country_select.input-text--error::placeholder,
.state_select.input-text--error::placeholder {
  color: #ff4242;
}
.input-text.input-text--error::-webkit-input-placeholder,
#comment.input-text--error::-webkit-input-placeholder,
#author.input-text--error::-webkit-input-placeholder,
#email.input-text--error::-webkit-input-placeholder,
.country_select.input-text--error::-webkit-input-placeholder,
.state_select.input-text--error::-webkit-input-placeholder {
  color: #ff4242;
}

textarea.input-text,
#comment {
  height: auto;
  padding: 12px 20px;
  resize: vertical;
}

.input-text--white,
[name=coupon_code] {
  background-color: rgba(255, 255, 255, 0.87);
}
.input-text--white:focus,
[name=coupon_code]:focus {
  background-color: #fff;
}
.input-text--white ::placeholder,
[name=coupon_code] ::placeholder {
  color: #7e849b;
}
.input-text--white ::-webkit-input-placeholder,
[name=coupon_code] ::-webkit-input-placeholder {
  color: #7e849b;
}

@media (min-width: 1366px) {
  .input-text--lg,
.summary .qty {
    min-height: 50px;
    border-radius: 25px;
  }
}

.input-text--select,
.country_select,
.state_select {
  width: auto;
  padding-right: 44px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%233e4252' d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E");
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
}

@media (min-width: 1366px) {
  .input-text--sm,
#comment,
#author,
#email {
    min-height: 42px;
  }
}

::placeholder {
  color: rgba(62, 66, 82, 0.7);
  font-style: italic;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

::-webkit-input-placeholder {
  color: rgba(62, 66, 82, 0.7);
  font-style: italic;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.input-text__wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.button,
#submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.2em;
  min-width: 42px;
  min-height: 42px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3e4252;
  line-height: 1;
  text-overflow: clip;
  text-shadow: none;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  overflow-wrap: break-word;
  white-space: nowrap;
  text-decoration: none;
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 21px;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover, .button:focus, .button:active,
#submit:hover,
#submit:focus,
#submit:active {
  text-decoration: none;
}
.button[disabled], .button[aria-disabled=true],
#submit[disabled],
#submit[aria-disabled=true] {
  pointer-events: none;
}
.button[disabled],
#submit[disabled] {
  opacity: 0.8;
}

@media (min-width: 1366px) {
  .button--lg,
.single_add_to_cart_button,
.checkout-button,
#place_order {
    min-height: 50px;
    font-size: 2.1rem;
    border-radius: 25px;
  }
}

.button--icon {
  padding: 0;
}
.button--icon:hover {
  color: #ff7642;
}
.button--icon .svg-icon + .button__text {
  margin-left: 0.6rem;
}
.button--icon .button__text + .svg-icon {
  margin-left: 0.6rem;
}

.button__text {
  font-size: 1.6rem;
}

.button--accent,
.button--dark,
.single_add_to_cart_button,
.checkout-button,
[name=update_cart],
[name=save_address],
[name=calc_shipping],
#submit,
#place_order,
a.wc-backward,
.woocommerce-button,
.woocommerce-Button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  color: #fff;
}

.button--dark,
#submit,
[name=update_cart],
[name=save_address],
[name=calc_shipping],
a.wc-backward,
.woocommerce-button,
.woocommerce-Button,
.woocommerce-form-register__submit {
  background-color: #67686a;
}
.button--dark:hover,
#submit:hover,
[name=update_cart]:hover,
[name=save_address]:hover,
[name=calc_shipping]:hover,
a.wc-backward:hover,
.woocommerce-button:hover,
.woocommerce-Button:hover,
.woocommerce-form-register__submit:hover {
  background-color: #58595a;
}

.button--accent,
.single_add_to_cart_button,
.checkout-button,
#place_order,
.woocommerce-form-login__submit {
  background-color: #ff7642;
}
.button--accent:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover,
.woocommerce-form-login__submit:hover {
  background-color: #ff6023;
}

.button--accent:hover,
.button--dark:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.button--full-width {
  width: 100%;
  padding: 0;
}

label,
.label {
  font-weight: 600;
  font-size: 1.6rem;
}

.input-label {
  display: block;
  margin-bottom: 5px;
}

.input-radio {
  position: relative;
  display: flex;
  margin-right: 1rem;
  overflow: hidden;
}

.input-radio__label {
  display: inline-flex;
  align-items: center;
  padding: 0.2em 0.6em;
  font-weight: bold;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 0.6em;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: #fcfcfc;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.input-radio__label:hover {
  color: #ff7642;
}

.input-radio__radio {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  pointer-events: none;
}
.input-radio__radio:checked + .input-radio__label {
  color: #ff7642;
  background-color: #f7f7f7;
}

.site-header {
  position: relative;
}

.site-header--absolute {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}

.header-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-navigation__logo,
.header-navigation__cta {
  flex-shrink: 0;
}

.header-navigation__logo .site-logo {
  transition: max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-navigation__menu {
  margin-left: auto;
  margin-right: 30px;
}

.menu a {
  font-weight: 600;
}

.menu--inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.primary-menu {
  display: flex;
  font-size: 2.1rem;
}
.primary-menu .menu-item {
  margin: 0 20px;
}
.primary-menu a {
  display: block;
  position: relative;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-menu a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  border-radius: 2px;
  transform: translateY(5px);
  background-color: #ff7642;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-menu a:hover {
  color: #282b35;
}
.primary-menu a:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.sidenav-menu {
  font-size: 2.8rem;
}
.sidenav-menu .menu-item {
  padding: 10px 0;
}

.navigation--secondary {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .navigation--secondary {
    margin-top: 60px;
  }
}

.secondary-menu .menu-item {
  margin-bottom: 5px;
  text-align: center;
}
.secondary-menu a {
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.secondary-menu a:hover {
  color: #ff7642;
}
@media (min-width: 768px) {
  .secondary-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .secondary-menu .menu-item {
    margin: 0 15px;
  }
}

.social-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  color: #f6f6f7;
  line-height: 1;
  background-color: #67686a;
  border-radius: 25px;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-menu a:hover {
  color: #f6f6f7;
  background-color: #ff7642;
}
@media (min-width: 1024px) {
  .social-menu a {
    margin: 0 20px;
  }
}

.drawer__footer .social-menu a {
  color: #ddccb9;
  background-color: #3e4252;
}

.custom-logo-link,
.custom-logo {
  display: block;
}

.custom-logo {
  max-width: 140px;
}
@media (min-width: 1366px) {
  .custom-logo {
    max-width: 300px;
  }
}

.cart-link {
  position: relative;
  margin: 0 5px;
}
.cart-link[data-cart-bubble-count]:after {
  content: attr(data-cart-bubble-count);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: white;
  background-color: #ff7642;
  border-radius: 50%;
}

.scroll-to-top {
  padding: 0;
  border-radius: 21px;
}
.scroll-to-top .svg-icon {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-to-top:hover .svg-icon {
  transform: translateY(-5px);
}
@media (min-width: 1024px) {
  .scroll-to-top {
    position: fixed;
    right: 1em;
    bottom: calc(50% - 21px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .scroll-to-top.is-show {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

.navigation__heading {
  margin-bottom: 30px;
}

.woocommerce-pagination,
.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  line-height: 1;
}

.woocommerce-pagination,
.pagination,
.page-numbers {
  justify-content: center;
  align-items: center;
}

.page-numbers {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #808184;
  border-radius: 50%;
}
.page-numbers.next:before, .page-numbers.prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(315deg);
}
.page-numbers.prev:before {
  transform: rotate(135deg);
}

a.page-numbers {
  background-color: #67686a;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
a.page-numbers:hover {
  background-color: #ff7642;
}

.site-footer {
  padding-top: 40px;
  background-color: #f6f6f7;
}
@media (min-width: 1366px) {
  .site-footer {
    padding-top: 80px;
  }
}

.site-footer__to-top {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .site-footer__to-top {
    margin-top: 0;
  }
}

.site-footer__site-logo {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 1366px) {
  .site-footer__site-logo {
    margin-top: 60px;
  }
  .site-footer__site-logo .custom-logo {
    max-width: 220px;
  }
}

.site-rights a:hover {
  text-decoration: underline;
}

.prevent-scrolling {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.drawer {
  position: fixed;
  top: 0;
  width: 100%;
  will-change: transform;
  background-color: white;
  transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer--side {
  width: calc(100% - 3.2rem);
  max-width: 300px;
  height: 100%;
}

.drawer--right {
  right: 0;
  transform: translateX(100%);
}

.is-open-popup .drawer {
  transform: none;
}
.is-open-popup .drawer--right {
  box-shadow: -18px 0 24px rgba(0, 0, 0, 0.04), -4px 0 10px rgba(0, 0, 0, 0.06);
}

.drawer__container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.drawer__header,
.drawer__footer {
  padding: 20px 40px;
}

.drawer__content {
  padding: 20px 40px;
}

.drawer__header,
.drawer__footer {
  background-color: #ddccb9;
}

.drawer__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.drawer--side .drawer__container {
  overflow-y: auto;
}
.drawer--side .drawer__content {
  overflow-y: auto;
  overflow-x: hidden;
}

.stage,
.stage__overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stage {
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
}
.stage.is-transition-ready {
  visibility: visible;
  z-index: 7;
}

.stage__overlay {
  display: block;
  position: absolute;
  opacity: 0;
  will-change: opacity;
  background-color: rgba(0, 0, 0, 0.27);
  transition: opacity 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-open-popup {
  pointer-events: auto;
}
.is-open-popup .stage__overlay {
  opacity: 0.7;
}

.columns-3 {
  display: grid;
  gap: 40px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .columns-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

li.product {
  text-align: center;
}
li.product .star-rating {
  transform: scale(0.75);
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
}

.woocommerce-loop-product__link {
  display: block;
  position: relative;
}
.woocommerce-loop-product__link:hover .more-button__wrapper {
  opacity: 1;
}
.woocommerce-loop-product__link:hover .more-button {
  transform: translateY(0);
}
.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #ff7642;
}

.product-thumbnail__wrapper {
  position: relative;
  padding-bottom: 79.505%;
}

.woocommerce-loop-product__title,
.woocommerce-loop-product__link .price {
  margin-top: 10px;
  line-height: 1.2;
}

.woocommerce-loop-product__title {
  font-size: 3rem;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1366px) {
  .woocommerce-loop-product__title {
    font-size: 3.8rem;
  }
}

.more-button__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.67);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.more-button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 21px;
  font-weight: 700;
  color: white;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-user-select: none;
          user-select: none;
  background-color: #67686a;
  border-radius: 21px;
  transform: translateY(12px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.price__from-text {
  margin-right: 7px;
  color: #67686a;
  font-weight: 600;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .price__from-text {
    font-size: 2.2rem;
  }
}

.onsale {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  background-color: rgba(255, 66, 66, 0.87);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.price {
  display: block;
  font-size: 2.5rem;
  color: #67686a;
  line-height: 1;
}
.price del,
.price ins {
  display: inline-block;
  text-decoration: none;
}
.price del {
  position: relative;
  font-size: 0.88em;
  opacity: 0.85;
}
.price del:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 48%;
  left: 0;
  pointer-events: none;
  transform: rotate(175deg);
  background-color: #ff4242;
}
.price ins {
  margin-left: 0.2em;
  color: #ff4242;
}

.amount {
  font-weight: bold;
  letter-spacing: 0.03em;
}

.price__from-text {
  margin-right: 0.2em;
  color: #67686a;
  font-weight: 600;
  opacity: 0.85;
  font-size: 0.85em;
}

.qty__wrapper {
  position: relative;
}

.qty {
  text-align: center;
  font-weight: bold;
}

.cart_item .qty {
  max-width: 9rem;
  min-height: auto;
  padding: 0.3em 0;
}
@media (min-width: 1024px) {
  .cart_item .qty {
    padding: 0.3em 0 0.3em 0.9em;
  }
}

.summary .qty {
  padding: 8px 42px;
}
@media (min-width: 1366px) {
  .summary .qty {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 2.2rem;
  }
}
.summary .qty::-webkit-outer-spin-button, .summary .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.summary .qty[type=number] {
  -moz-appearance: textfield;
}

.qty__button {
  position: absolute;
  top: 0;
  min-height: 100%;
}
.qty__button:first-child {
  left: 0;
}
.qty__button:last-child {
  right: 0;
}
.qty__button .svg-icon {
  pointer-events: none;
}
@media (min-width: 1366px) {
  .qty__button {
    min-width: 50px;
  }
}

.weight {
  font-family: "Fjalla One", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width: 1366px) {
  .weight {
    font-size: 2.8rem;
  }
}

.star-rating:after,
.star-rating:before,
.stars a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='30px' height='30px' fill='%23dbbf39'%3E%3Cpath d='M12,17.27l4.15,2.51c0.76,0.46,1.69-0.22,1.49-1.08l-1.1-4.72l3.67-3.18c0.67-0.58,0.31-1.68-0.57-1.75l-4.83-0.41 l-1.89-4.46c-0.34-0.81-1.5-0.81-1.84,0L9.19,8.63L4.36,9.04c-0.88,0.07-1.24,1.17-0.57,1.75l3.67,3.18l-1.1,4.72 c-0.2,0.86,0.73,1.54,1.49,1.08L12,17.27z'/%3E%3C/svg%3E");
}

.star-rating {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 30px;
  width: 100%;
}
.star-rating:before, .star-rating:after {
  height: 100%;
}
.star-rating:before {
  opacity: 0.45;
  width: 150px;
}
.star-rating:after {
  width: calc(var(--star-rating) * 30px);
}

.stars {
  display: inline-block;
  margin: 0;
}
.stars a {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  text-indent: -999em;
  overflow: hidden;
}
.stars a:before {
  content: "";
  width: 30px;
  height: 30px;
  opacity: 0.45;
}
.stars a:hover ~ a:before {
  opacity: 0.45;
}
.stars:hover a:before {
  opacity: 1;
}
.stars.selected a.active::before {
  opacity: 1;
}
.stars.selected a.active ~ a::before {
  opacity: 0.45;
}
.stars.selected a:not(.active):before {
  opacity: 1;
}

.woocommerce-review-link {
  display: none;
}

.woocommerce-Reviews {
  margin-top: 40px;
}

.woocommerce-Reviews-title {
  margin-bottom: 0.75em;
  font-size: 2.5rem;
}

.woocommerce-Reviews-title,
.woocommerce-verification-required {
  color: #67686a;
}

.woocommerce-verification-required {
  position: relative;
  margin-top: 1em;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 600;
}
.woocommerce-verification-required:before {
  content: "*";
  position: absolute;
  top: 0.1em;
  left: 0;
  color: #ff4242;
}

.commentlist li + li {
  margin-top: 1em;
}

.comment-text,
.comment-form {
  padding: 20px;
  background-color: #fcfcfc;
  border-radius: 13px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
}

.comment-text__row {
  display: flex;
  justify-content: space-between;
}

.comment-text .meta {
  display: block;
  color: #67686a;
  font-size: 1.5rem;
}
.comment-text .meta span {
  display: none;
}
.comment-text .meta time {
  display: block;
  opacity: 0.77;
}
.comment-text .description {
  margin-top: 0.75em;
  font-size: 1.6rem;
}
.comment-text .star-rating {
  width: 150px;
  order: 1;
  margin: 0;
  transform: scale(0.75);
  transform-origin: 100% 50%;
}

#reply-title,
.woocommerce-noreviews,
.comment-notes {
  display: none;
}

.comment-respond {
  padding-top: 20px;
}
.comment-respond label {
  display: block;
  margin: 5px 0;
}

.form-submit {
  margin-top: 20px;
}

.comment-form-cookies-consent {
  display: flex;
  margin: 20px 0;
}
.comment-form-cookies-consent label {
  margin: 0 0 0 5px;
  padding-left: 0;
  line-height: 1.2;
  color: #67686a;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .woocommerce-product-gallery {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .flex-viewport {
    order: 1;
  }
}

.flex-control-thumbs {
  display: flex;
  overflow-x: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .flex-control-thumbs {
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
.flex-control-thumbs li {
  flex-shrink: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.flex-control-thumbs li:hover img {
  opacity: 0.8;
}
.flex-control-thumbs img {
  display: block;
  width: 84px;
  height: 84px;
  border: 2px solid transparent;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.flex-control-thumbs img.flex-active {
  border-color: #ff7642;
}

.wpcf7 br {
  display: none;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  margin-top: 10px;
  text-align: center;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form .wpcf7-not-valid {
  color: #ff4242;
  border-color: #ff4242;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: animShake;
}
.wpcf7-form .wpcf7-not-valid::placeholder {
  color: #ff4242;
}

.invalid .wpcf7-response-output {
  color: #ff4242;
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

@keyframes animShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.social-share__wrapper,
.social-share {
  display: flex;
  align-items: center;
}

.social-share__link {
  margin-left: 10px;
}
.social-share__link .svg-icon {
  width: 24px;
  height: 24px;
}

.entry-header img {
  display: block;
  margin: 0 auto;
}

.page-title {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-title {
    margin-bottom: 40px;
  }
}

.entry-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.entry-meta {
  font-size: 1.5rem;
}

.text-404 {
  font-size: 14rem;
  line-height: 1;
  opacity: 0.5;
}

.rte {
  line-height: 1.6;
}
.rte > * {
  margin-bottom: 1.5rem;
}
.rte > *:last-child {
  margin-bottom: 0;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}
.rte a {
  color: #ff7642;
}
.rte a:hover {
  text-decoration: underline;
}
.rte ul, .rte ol {
  padding-left: 1.2em;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .rte ul, .rte ol {
    padding-left: 4rem;
  }
}
.rte ul {
  list-style: disc;
}
.rte ol {
  list-style: decimal;
}
.rte li {
  margin-bottom: 0.6em;
}
.rte blockquote {
  padding: 2rem;
}
@media (min-width: 1024px) {
  .rte blockquote {
    padding: 2.4rem;
    font-size: 2.5rem;
  }
}
.rte td, .rte th {
  padding: 0.4em 0.6em;
  font-size: 1.6rem;
  border: 1px solid rgba(62, 66, 82, 0.12);
}
@media (min-width: 1024px) {
  .rte td, .rte th {
    padding: 0.6em 1em;
  }
}
.rte .wp-block-columns {
  margin-bottom: 30px;
}
.rte .wp-block-quote {
  margin-top: 2em;
  margin-bottom: 2em;
}
.rte .has-background {
  padding: 0.8em 0.4em;
}

.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 3.5em;
  line-height: 0.7;
  margin: 0.11em 0.15em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

@media (min-width: 1024px) {
  .product-grid {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .product-grid {
    grid-template-columns: 680px 1fr;
    gap: 60px;
  }
}

.woocommerce-product-gallery {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .woocommerce-product-gallery {
    margin-bottom: 0;
    position: sticky;
    top: 20px;
  }
}

/* Product Form */
.summary p.price,
.variations,
.product-description,
.social-share__wrapper {
  margin-top: 10px;
}
@media (min-width: 1366px) {
  .summary p.price,
.variations,
.product-description,
.social-share__wrapper {
    margin-top: 20px;
  }
}

.woocommerce-product-rating {
  margin-top: 10px;
}

@media (min-width: 1366px) {
  .summary .price {
    font-size: 2.8rem;
  }
}
.summary .price__from-text {
  display: none;
}
.summary .weight {
  margin-bottom: 20px;
}

.stock {
  margin: 20px 0;
}
.stock.out-of-stock {
  font-size: 1.7rem;
}

.product__add-to-cart-wrapper {
  display: grid;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product__add-to-cart-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.single_add_to_cart_button {
  width: 100%;
  text-transform: uppercase;
}

.woocommerce-variation-add-to-cart-disabled {
  opacity: 0.57;
  pointer-events: none;
}

.variations td {
  padding: 0;
  border: 0;
}
.variations select {
  display: none;
}
.variations .label {
  color: #67686a;
}

.woocommerce-variation-price {
  display: none;
}

.product-variants {
  display: flex;
  flex-wrap: wrap;
}

.product-media {
  position: relative;
}

.product-status {
  display: none;
}
.product-status.locked {
  pointer-events: none;
  filter: grayscale(1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.summary .product-status {
  font-size: 1.7rem;
}

.related.products {
  padding-top: 40px;
}
.related.products > h2 {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .related.products > h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .related.products {
    padding-top: 60px;
  }
}

.cart__grid {
  display: grid;
  gap: 30px;
}
@media (min-width: 1024px) {
  .cart__grid {
    grid-template-columns: 1fr 400px;
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .checkout .cart__grid {
    grid-template-columns: 1fr 460px;
  }
}

.cart-collaterals {
  max-width: 600px;
}

.cart-collaterals,
.cart__order-wrapper {
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 13px;
}
@media (min-width: 1024px) {
  .cart-collaterals,
.cart__order-wrapper {
    padding: 30px;
    align-self: self-start;
  }
}

.shop_table {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.shop_table th,
.shop_table td {
  padding: 8px 4px;
  text-align: left;
}
@media (min-width: 1024px) {
  .shop_table th,
.shop_table td {
    padding: 16px 8px;
  }
}
.shop_table th {
  color: #67686a;
  font-weight: 600;
  vertical-align: top;
}
.shop_table td {
  vertical-align: middle;
}
.shop_table tbody tr {
  border-top: 1px solid rgba(62, 66, 82, 0.12);
}
.shop_table dl {
  font-size: 0.9em;
}
.shop_table dl dt {
  font-weight: 400;
}
.shop_table dl dd {
  margin-left: 0;
  font-weight: 600;
}
.shop_table dl dd + dt {
  margin-top: 5px;
}
.shop_table .product-remove {
  padding: 0;
}
.shop_table .remove:hover {
  color: #ff4242;
}
@media (min-width: 1024px) {
  .shop_table .remove {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.shop_table .product-name {
  font-weight: 600;
}
.shop_table .product-thumbnail img {
  max-width: 120px;
}
@media (min-width: 1024px) {
  .shop_table .product-thumbnail {
    width: 110px;
    text-align: center;
  }
  .shop_table .product-thumbnail img {
    max-width: 80px;
  }
}
@media (min-width: 1024px) {
  .shop_table .product-quantity {
    width: 105px;
  }
}

@media (max-width: 1023px) {
  .shop_table_responsive thead {
    display: none;
  }
  .shop_table_responsive .cart_item {
    display: flex;
    flex-wrap: wrap;
  }
  .shop_table_responsive .product-remove {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: #f7f7f7;
    border: 0;
  }
  .shop_table_responsive .remove {
    width: auto;
    padding: 18px 8px 12px 8px;
  }
  .shop_table_responsive .remove:before {
    content: attr(aria-label);
    display: inline-block;
    margin-right: 5px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .shop_table_responsive .product-thumbnail {
    width: 100%;
    display: none;
  }
  .shop_table_responsive .product-name,
.shop_table_responsive .product-price,
.shop_table_responsive .product-quantity,
.shop_table_responsive .product-subtotal {
    width: 100%;
    display: flex;
    color: #67686a;
  }
  .shop_table_responsive .product-name:before,
.shop_table_responsive .product-price:before,
.shop_table_responsive .product-quantity:before,
.shop_table_responsive .product-subtotal:before {
    content: attr(data-title) ": ";
    display: block;
    margin-right: 12px;
    width: 90px;
  }
}

.cart-collaterals h2 {
  margin-bottom: 0.5em;
  font-size: 3rem;
}
@media (min-width: 1366px) {
  .cart-collaterals h2 {
    font-size: 3.8rem;
  }
}
.cart-collaterals .cart-subtotal {
  border-top: 0;
}
.cart-collaterals .woocommerce-shipping-methods {
  margin-bottom: 10px;
}
.cart-collaterals .woocommerce-shipping-methods li {
  font-size: 1.5rem;
}
.cart-collaterals .woocommerce-shipping-methods li + li {
  margin-top: 5px;
}
.cart-collaterals .woocommerce-shipping-destination,
.cart-collaterals .shipping-calculator-button {
  font-size: 1.4rem;
  line-height: 1.3;
}
.cart-collaterals .shipping-calculator-button {
  font-weight: 600;
  text-decoration: underline;
}
.cart-collaterals .shipping-calculator-button:hover {
  text-decoration: none;
}
.cart-collaterals .shipping-calculator-form {
  margin-top: 10px;
}
.cart-collaterals [name=calc_shipping],
.cart-collaterals .checkout-button {
  width: 100%;
}
.cart-collaterals .input-text,
.cart-collaterals select {
  margin-bottom: 10px;
}

.woocommerce-checkout h3 {
  margin-bottom: 0.5em;
}

.form-row label {
  display: block;
  margin-bottom: 5px;
}
.form-row label .required {
  color: #ff4242;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 1366px) {
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
  .woocommerce-billing-fields__field-wrapper .form-row-wide {
    grid-column: 1/span 2;
  }
}

.mailchimp-newsletter .input-checkbox,
.checkbox .input-checkbox {
  margin: 0 8px 0 0;
}

.mailchimp-newsletter {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

#ship-to-different-address {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  margin: 20px 0;
}

#account_password_field {
  padding: 8px 0 0 25px;
}
#account_password_field label {
  font-size: 1.5rem;
}
#account_password_field small {
  display: block;
  line-height: 1.3;
}

.woocommerce-password-strength,
.woocommerce-password-hint {
  padding: 4px 20px 0 20px;
}

.woocommerce-password-strength {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff4242;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce-password-strength.good {
  color: #b9c32c;
}
.woocommerce-password-strength.strong {
  color: #23b837;
}

.cart__order-wrapper .shop_table .product-name {
  line-height: 1.3;
}
.cart__order-wrapper .shop_table input[type=radio] {
  margin-right: 10px;
}
.cart__order-wrapper .shop_table label {
  font-size: 1.5rem;
}
.cart__order-wrapper .shop_table li {
  white-space: nowrap;
}
.cart__order-wrapper .shop_table li + li {
  margin-top: 5px;
}

.woocommerce-checkout-review-order-table tr > th {
  width: 40%;
}

.woocommerce-checkout-payment {
  font-size: 1.5rem;
}
.woocommerce-checkout-payment p,
.woocommerce-checkout-payment ul {
  margin-bottom: 10px;
}

.wc_payment_method {
  margin: 15px 0;
}
.wc_payment_method > label > img {
  margin-left: 10px;
}
.wc_payment_method .input-radio {
  display: inline-block;
  margin-right: 0.5rem;
}
.wc_payment_method .payment_box {
  margin-top: 5px;
}
.wc_payment_method fieldset {
  margin: 15px 0;
  padding: 20px 20px 0 20px;
  border: 0;
  border-radius: 13px;
}
.wc_payment_method fieldset .form-row + .form-row {
  margin-top: 10px;
}
.wc_payment_method .woocommerce-validated {
  margin-top: 10px;
  margin-bottom: 0;
}
.wc_payment_method #wcpay-card-element, .wc_payment_method #wcpay-sepa-element {
  padding: 8px 12px;
  border-radius: 6px;
}

.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 1.5rem;
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  margin-left: 5px;
}

.woocommerce-privacy-policy-text {
  margin-top: 20px;
}

.woocommerce-terms-and-conditions-wrapper a {
  color: currentColor;
  text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper a:hover {
  text-decoration: none;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  padding: 0;
  font-size: 1.5rem;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {
  margin-right: 5px;
}

.country_select,
.state_select,
#place_order {
  width: 100%;
}

.actions [name=update_cart] {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .actions .coupon {
    float: left;
  }
  .actions [name=update_cart] {
    float: right;
    margin-top: 0;
  }
}

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  margin-bottom: 20px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.coupon,
.woocommerce-form-coupon,
.out-of-stock,
.product-status {
  padding: 0.9em 1em;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  background-color: rgba(35, 184, 55, 0.05);
  border-left: 3px solid #23b837;
}
.woocommerce-message a,
.woocommerce-message .button,
.woocommerce-info a,
.woocommerce-info .button,
.woocommerce-error a,
.woocommerce-error .button,
.woocommerce-noreviews a,
.woocommerce-noreviews .button,
p.no-comments a,
p.no-comments .button,
.coupon a,
.coupon .button,
.woocommerce-form-coupon a,
.woocommerce-form-coupon .button,
.out-of-stock a,
.out-of-stock .button,
.product-status a,
.product-status .button {
  color: currentColor;
  text-decoration: underline solid #ff7642 2px;
}
.woocommerce-message a:hover,
.woocommerce-message .button:hover,
.woocommerce-info a:hover,
.woocommerce-info .button:hover,
.woocommerce-error a:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews a:hover,
.woocommerce-noreviews .button:hover,
p.no-comments a:hover,
p.no-comments .button:hover,
.coupon a:hover,
.coupon .button:hover,
.woocommerce-form-coupon a:hover,
.woocommerce-form-coupon .button:hover,
.out-of-stock a:hover,
.out-of-stock .button:hover,
.product-status a:hover,
.product-status .button:hover {
  text-decoration: none;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button,
.coupon .button,
.woocommerce-form-coupon .button,
.out-of-stock .button,
.product-status .button {
  display: inline-block;
  min-width: unset;
  min-height: unset;
  padding: unset;
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: none;
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover,
.coupon .button:hover,
.woocommerce-form-coupon .button:hover,
.out-of-stock .button:hover,
.product-status .button:hover {
  color: currentColor;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
.coupon,
.woocommerce-form-coupon,
.out-of-stock {
  background-color: rgba(66, 154, 255, 0.05);
  border-color: #429aff;
}

.woocommerce-error {
  background-color: rgba(255, 66, 66, 0.05);
  border-color: #ff4242;
}

ul.woocommerce-error {
  text-align: left;
}
ul.woocommerce-error li {
  margin-bottom: 0;
}
ul.woocommerce-error li:not(:last-child) {
  margin-bottom: 10px;
}

.woocommerce-thankyou-order-received {
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce-notice--success {
  color: #23b837;
}

.coupon,
.woocommerce-form-coupon {
  display: flex;
  position: relative;
  width: 100%;
  font-weight: inherit;
  background-color: rgba(66, 154, 255, 0.1);
}
.coupon .button,
.woocommerce-form-coupon .button {
  display: flex;
  min-height: 42px;
  padding: 0 1em;
  font-weight: bold;
  text-decoration: none;
  flex-shrink: 0;
  text-transform: uppercase;
}
.coupon .button:hover,
.woocommerce-form-coupon .button:hover {
  color: #ff7642;
}
@media (min-width: 768px) {
  .coupon,
.woocommerce-form-coupon {
    max-width: 420px;
  }
}

.coupon label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.woocommerce-form-coupon p:not(.form-row) {
  display: none;
}
.woocommerce-form-coupon .form-row-first {
  width: 100%;
}
.woocommerce-form-coupon .form-row-last {
  flex-shrink: 0;
}

[name=coupon_code]:not(:focus) {
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.08);
}

.woocommerce-remove-coupon {
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.woocommerce-remove-coupon:hover {
  text-decoration: none;
  color: #ff4242;
}

.woocommerce .blockOverlay {
  background: rgba(247, 247, 247, 0.67) !important;
}

.cart-empty {
  margin-top: 20px;
  margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce-order {
  max-width: 700px;
  margin: 0 auto;
}
.woocommerce-order-received h2 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 3rem;
}
@media (min-width: 1366px) {
  .woocommerce-order-received h2 {
    font-size: 3.8rem;
  }
}

.u-columns {
  display: grid;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .u-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}

.u-column1,
.u-column2,
.woocommerce-ResetPassword {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 13px;
}
.u-column1 h2,
.u-column2 h2,
.woocommerce-ResetPassword h2 {
  margin-bottom: 0.85em;
  text-align: center;
  font-size: 3rem;
}
@media (min-width: 1366px) {
  .u-column1 h2,
.u-column2 h2,
.woocommerce-ResetPassword h2 {
    font-size: 3.8rem;
  }
}
.u-column1 p:not(:last-child),
.u-column2 p:not(:last-child),
.woocommerce-ResetPassword p:not(:last-child) {
  margin-bottom: 20px;
}
.u-column1 p a,
.u-column2 p a,
.woocommerce-ResetPassword p a {
  text-decoration: underline;
}
.u-column1 p a:hover,
.u-column2 p a:hover,
.woocommerce-ResetPassword p a:hover {
  color: #ff7642;
  text-decoration: none;
}
.u-column1 .woocommerce-form-login__rememberme,
.u-column2 .woocommerce-form-login__rememberme,
.woocommerce-ResetPassword .woocommerce-form-login__rememberme {
  margin: 20px 0;
}

#customer_login .u-column2 {
  position: relative;
}
#customer_login .u-column2:before {
  content: "OR";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 20px;
  top: -40px;
  left: calc(50% - 20px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #67686a;
}
@media (min-width: 1024px) {
  #customer_login .u-column2:before {
    top: calc(50% - 10px);
    left: -80px;
    width: 80px;
  }
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  width: 100%;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.woocommerce-ResetPassword {
  max-width: 440px;
  margin: 0 auto;
}
.woocommerce-ResetPassword .button {
  width: 100%;
}

.account-dashboard .woocommerce {
  display: grid;
  gap: 40px;
}
@media (min-width: 1024px) {
  .account-dashboard .woocommerce {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 1366px) {
  .account-dashboard .woocommerce {
    gap: 60px;
  }
}
.account-dashboard .woocommerce-address-fields__field-wrapper {
  margin: 20px 0;
}

.woocommerce-lost-password .account-dashboard .woocommerce {
  display: block;
}

.woocommerce-MyAccount-navigation {
  padding: 20px 0;
  background-color: #f7f7f7;
  border-radius: 13px;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 30px;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation a:hover {
  color: #ff7642;
}

.woocommerce-MyAccount-content p:not(:last-child) {
  margin-bottom: 1em;
}
.woocommerce-MyAccount-content a:not([class]),
.woocommerce-MyAccount-content a.edit {
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce-MyAccount-content a:not([class]):hover,
.woocommerce-MyAccount-content a.edit:hover {
  color: #ff7642;
  text-decoration: none;
}
.woocommerce-MyAccount-content .title {
  margin-bottom: 0.5em;
}
.woocommerce-MyAccount-content a.edit {
  font-size: 1.6rem;
}
.woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content h2 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 3rem;
}
@media (min-width: 1366px) {
  .woocommerce-MyAccount-content h2 {
    font-size: 3.8rem;
  }
}

.block {
  position: relative;
  min-height: 40px;
}

.block-header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .block-header {
    margin-bottom: 40px;
  }
}

.block-header__subheading {
  margin-top: 0.3em;
}
@media (min-width: 1024px) {
  .block-header__subheading {
    letter-spacing: 0.01em;
  }
}

.block-footer {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .block-footer {
    margin-top: 40px;
  }
}

.hero {
  padding-top: 178px;
  background-image: url("./assets/images/home-hero-bg-mob.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero {
    position: relative;
    padding-top: 246px;
    background-image: url("./assets/images/home-hero-bg.jpeg");
    background-position: 0 0;
  }
}
@media (min-width: 1366px) {
  .hero {
    padding-bottom: 100px;
  }
}

.hero-header__heading {
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .hero-header__heading {
    font-size: 10rem;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1366px) {
  .hero-header__heading {
    font-size: 13.2rem;
  }
}

.hero-header__subheading {
  letter-spacing: 0.04em;
}
@media (min-width: 1366px) {
  .hero-header__subheading {
    letter-spacing: 0.06em;
  }
}

.hero-content {
  display: grid;
  gap: 20px;
  margin-top: 600px;
}
@media (min-width: 1366px) {
  .hero-content {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

.hero-content__text p {
  font-weight: 600;
}

@media (min-width: 1366px) {
  .hero-product-image__wrapper {
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: -3%;
    overflow: hidden;
  }
}
.newsletter {
  background-image: url("./assets/images/newsletter-bg-min.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.newsletter__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.newsletter__icons img {
  display: block;
  max-width: 130px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .newsletter__icons img {
    max-width: unset;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.newsletter-form__grid {
  justify-items: center;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .newsletter-form__grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: unset;
  }
}

.newsletter-form__text {
  text-align: center;
}
@media (min-width: 1024px) {
  .newsletter-form__text {
    text-align: right;
  }
}

.newsletter-form__group {
  display: flex;
  max-width: 440px;
}
.newsletter-form__group .form__input {
  padding-right: 40px;
}
.newsletter-form__group .button {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-left: -40px;
}

.newsletter-form__response {
  display: none;
  margin-top: 20px;
}
.newsletter-form__response a {
  text-decoration: underline;
}
.newsletter-form__response a:hover {
  text-decoration: none;
  color: #67686a;
}

.contacts-list__item {
  position: relative;
  padding-left: 40px;
  font-weight: 600;
}
.contacts-list__item:not(:first-child) {
  margin-top: 1em;
}
.contacts-list__item .svg-icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  color: #67686a;
}
.contacts-list__item a {
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contacts-list__item a:hover {
  color: #ff7642;
}

.contact-form .button--lg {
  min-width: 200px;
}

.has-accent-color {
  color: #ff7642;
}

.has-gray-color {
  color: #67686a;
}

.has-accent-background-color {
  background-color: #ff7642;
}

.has-secondary-background-color {
  background-color: #ddccb9;
}

.has-small-font-size {
  font-size: 1.6rem;
}

.has-large-font-size,
.has-huge-font-size {
  font-size: 2.2rem;
  line-height: 1.3;
}

@media (min-width: 1366px) {
  .has-large-font-size {
    font-size: 2.5rem;
  }
}

@media (min-width: 1366px) {
  .has-huge-font-size {
    font-size: 3.1rem;
    line-height: 1.2;
  }
}

.has-normal-font-weight {
  font-weight: 400;
}

.has-semibold-font-weight {
  font-weight: 600;
}

.has-bold-font-weight {
  font-weight: 700;
}

.has-primary-font-family {
  font-family: "Open Sans", sans-serif;
}

.has-secondary-font-family {
  font-family: "Fjalla One", sans-serif;
}

.has-text-align-center,
.aligncenter {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-center-content {
  justify-content: center;
}

.background-image {
  background-repeat: no-repeat;
}

.background-image--full {
  background-image: url("./assets/images/page-bg-top-min.png"), url("./assets/images/page-bg-bot-min.png");
  background-position: -200px 0, -400px 100%;
}
@media (min-width: 768px) {
  .background-image--full {
    background-position: 0 0, 0 100%;
  }
}

.background-image--top {
  background-image: url("./assets/images/page-bg-top-min.png");
  background-position: -200px 0;
}
@media (min-width: 768px) {
  .background-image--top {
    background-position: 0 0;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: white;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  background-color: #3e4252;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
.hidden,
.hidden--mobile-down,
.hidden--tablet-down,
.hidden--desktop-down {
  display: none;
}

@media (min-width: 1024px) {
  .hidden--mobile-up {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hidden--mobile-down {
    display: block;
  }
}

@media (min-width: 1024px) {
  .hidden--tablet-up {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hidden--tablet-down {
    display: block;
  }
}

@media (min-width: 1366px) {
  .hidden--desktop-up {
    display: none;
  }
}

@media (min-width: 1366px) {
  .hidden--desktop-down {
    display: block;
  }
}

@media (max-width: 767px) {
  .ignore-br-mobile br {
    display: none;
  }
}