/*
Theme Name: BFNKY Shop
Author: Wojciech Borys
Author URI: https://keplaragency.com/
Description: Shop Template.  
Version: 1.1
*/
/* File to show all of the global styles such as footer, header, variables, or RWD menu. */
body {
  --primary-color: #4d43e2;
  --accent-color: #b96244;
  --text-color: #000000;
  --border-radius: 0px;
  --transition-speed: 0.4s;
}

button:focus,
input:focus {
  outline: none;
}

.active-action:hover::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.active-action:hover::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.active-action {
  width: 20px;
  height: 20px;
  margin-left: 9px;
  cursor: pointer;
  position: absolute;
  top: 1em;
  z-index: 999;
  right: 1em;
  transition-duration: 0.4s;
}
.active-action::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  transition-duration: 0.4s;
  background: black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.active-action::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  transition-duration: 0.4s;
  background: black;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .minus-x {
    margin: 0 -1em !important;
  }
}

.mt-c-xl {
  margin-top: 256px;
}
@media (max-width: 1450px) {
  .mt-c-xl {
    margin-top: 128px;
  }
}

.mb-c-xl {
  margin-bottom: 256px;
}
@media (max-width: 1450px) {
  .mb-c-xl {
    margin-bottom: 128px;
  }
}

.mt-c {
  margin-top: 140px;
}
@media (max-width: 992px) {
  .mt-c {
    margin-top: 110px;
  }
}

.mb-c {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .mb-c {
    margin-bottom: 110px;
  }
}

.pt-c-xl {
  padding-top: 256px;
}
@media (max-width: 1450px) {
  .pt-c-xl {
    padding-top: 128px;
  }
}

.pb-c-xl {
  padding-bottom: 256px;
}
@media (max-width: 1450px) {
  .pb-c-xl {
    padding-bottom: 128px;
  }
}

.pt-c {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .pt-c {
    padding-top: 110px;
  }
}

.pb-c {
  padding-bottom: 140px;
}
@media (max-width: 992px) {
  .pb-c {
    padding-top: 110px;
  }
}

body .wc_stripe_product_payment_methods li {
  padding-left: 0;
}
body .wc_stripe_product_payment_methods li::before {
  display: none;
}
body main ul {
  padding: 0;
  margin-bottom: 2.5em;
}
body main ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 25px;
}
body main ul li::before {
  content: "";
  top: 8px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  background-color: #b96244;
}
@font-face {
  font-family: "AktivGroteskCorp";
  src: url("fonts/AktivGroteskCorp-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "AktivGroteskCorp";
  src: url("fonts/AktivGroteskCorp-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "AktivGroteskCorp";
  src: url("fonts/AktivGroteskCorp-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
body *,
body .normal-text-regular {
  font-family: "AktivGroteskCorp", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
body .text-16 {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.69px;
  margin-bottom: 1.6em;
  line-height: 1em;
}
body .text-18 {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.38px;
}
body a {
  color: #b96244;
}
body a:hover {
  text-decoration: underline;
  color: #b96244;
}
body .h1,
body h1 {
  font-size: 50px;
  line-height: 65px;
  letter-spacing: -3px;
  font-weight: 400;
  color: #000000;
}
body .h1::after,
body h1::after {
  display: none;
}
@media (max-width: 1200px) {
  body .h1,
  body h1 {
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -1.89px;
    color: #000000;
  }
}
body .h1 *,
body h1 * {
  font-size: 50px;
  line-height: 65px;
  letter-spacing: -3px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1200px) {
  body .h1 *,
  body h1 * {
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -1.89px;
    color: #000000;
  }
}
body h2,
body .h2 {
  font-weight: 400;
  color: #000000;
  line-height: 61.7px;
  font-size: 46px;
  letter-spacing: -2.3px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  body h2,
  body .h2 {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.5px;
    color: #000000;
  }
}
body h2 *,
body .h2 * {
  font-weight: 400;
  line-height: 61.7px;
  color: #000000;
  font-size: 46px;
  letter-spacing: -2.3px;
}
@media (max-width: 1200px) {
  body h2 *,
  body .h2 * {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.5px;
    color: #000000;
  }
}
body h3,
body .h3 {
  font-weight: 400;
  color: #000000;
  line-height: 50.4px;
  font-size: 33.6px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  body h3,
  body .h3 {
    font-size: 28px;
  }
}
body h3 *,
body .h3 * {
  font-weight: 400;
  line-height: 50.4px;
  color: #000000;
  font-size: 33.6px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  body h3 *,
  body .h3 * {
    font-size: 28px;
  }
}
body h4,
body .h4 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: -1px;
  color: #171717;
}
body h4 *,
body .h4 * {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: -1px;
  color: #171717;
}
body h5,
body .h5 {
  font-weight: 700;
  line-height: calc(6px * 5);
  font-size: calc(6px * 3);
  margin-bottom: calc(6px * 5);
}
@media (max-width: 1450px) {
  body h5,
  body .h5 {
    line-height: calc(4.5px * 5);
    font-size: calc(4.5px * 3);
    margin-bottom: calc(4.5px * 5);
  }
}
@media (max-width: 992px) {
  body h5,
  body .h5 {
    line-height: calc(4px * 5);
    font-size: calc(4px * 3);
    margin-bottom: calc(4px * 5);
  }
}
@media (max-width: 576px) {
  body h5,
  body .h5 {
    line-height: calc(4px * 5);
    font-size: calc(4px * 4);
    margin-bottom: calc(4px * 5);
  }
}
body h5 *,
body .h5 * {
  font-weight: 700;
  line-height: calc(6px * 5);
  font-size: calc(6px * 3);
  margin-bottom: calc(6px * 5);
}
@media (max-width: 1450px) {
  body h5 *,
  body .h5 * {
    line-height: calc(4.5px * 5);
    font-size: calc(4.5px * 3);
    margin-bottom: calc(4.5px * 5);
  }
}
@media (max-width: 992px) {
  body h5 *,
  body .h5 * {
    line-height: calc(4px * 5);
    font-size: calc(4px * 3);
    margin-bottom: calc(4px * 5);
  }
}
@media (max-width: 576px) {
  body h5 *,
  body .h5 * {
    line-height: calc(4px * 5);
    font-size: calc(4px * 4);
    margin-bottom: calc(4px * 5);
  }
}
body h6,
body .h6 {
  font-weight: 500;
  line-height: calc(6px * 4);
  font-size: calc(6px * 2.66);
  margin-bottom: calc(6px * 5);
}
@media (max-width: 1450px) {
  body h6,
  body .h6 {
    line-height: calc(4.5px * 4);
    font-size: calc(4.5px * 2.66);
    margin-bottom: calc(4.5px * 5);
  }
}
@media (max-width: 992px) {
  body h6,
  body .h6 {
    line-height: calc(4px * 4);
    font-size: calc(4px * 2.66);
    margin-bottom: calc(4px * 5);
  }
}
@media (max-width: 576px) {
  body h6,
  body .h6 {
    line-height: calc(4px * 4);
    font-size: calc(4px * 4);
    margin-bottom: calc(4px * 5);
  }
}
body h6 *,
body .h6 * {
  font-weight: 500;
  line-height: calc(6px * 4);
  font-size: calc(6px * 2.66);
  margin-bottom: calc(6px * 5);
}
@media (max-width: 1450px) {
  body h6 *,
  body .h6 * {
    line-height: calc(4.5px * 4);
    font-size: calc(4.5px * 2.66);
    margin-bottom: calc(4.5px * 5);
  }
}
@media (max-width: 992px) {
  body h6 *,
  body .h6 * {
    line-height: calc(4px * 4);
    font-size: calc(4px * 2.66);
    margin-bottom: calc(4px * 5);
  }
}
@media (max-width: 576px) {
  body h6 *,
  body .h6 * {
    line-height: calc(4px * 4);
    font-size: calc(4px * 4);
    margin-bottom: calc(4px * 5);
  }
}

.button-1, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: white !important;
  padding: 20px 48px;
  background-color: black;
  border-radius: 0;
  transition-duration: 0.4s;
  border: none;
}
@media (max-width: 768px) {
  .button-1, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward {
    padding: 19px 25px;
  }
}
.button-1:hover, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward:hover {
  background-color: #b96244;
  color: white !important;
  cursor: pointer;
}

.button-2, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: black !important;
  padding: 19px 29px;
  background-color: white;
  border-radius: 0;
  transition-duration: 0.4s;
  border: solid 1px black;
}
@media (max-width: 768px) {
  .button-2, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout {
    padding: 19px 25px;
  }
}
.button-2:hover, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout:hover {
  background-color: #b96244;
  border: solid 1px #b96244;
  color: white !important;
  cursor: pointer;
}
.button-2.active, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .active.checkout {
  background-color: #b96244;
  border: solid 1px #b96244;
  padding-right: 50px;
  color: white !important;
}
.button-2.active .active-action, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .active.checkout .active-action {
  display: inline-block;
  right: 25px;
}
.button-2.active:hover .active-action::before, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .active.checkout:hover .active-action::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-2.active:hover .active-action::after, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .active.checkout:hover .active-action::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-2 .active-action, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout .active-action {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition-duration: 0.4s;
}
@media (max-width: 992px) {
  .button-2 .active-action, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout .active-action {
    transition-duration: 0.1s;
  }
}
.button-2 .active-action::before, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout .active-action::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  transition-duration: 0.4s;
  background: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-2 .active-action::after, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout .active-action::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  transition-duration: 0.4s;
  background: rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@font-face {
  font-family: "dashicons";
  src: url("../../../wp-includes/fonts/dashicons.eot");
}
@font-face {
  font-family: "dashicons";
  src: url("../../../wp-includes/fonts/dashicons.woff") format("woff"), url("../../../wp-includes/fonts/dashicons.ttf") format("truetype"), url("../../../wp-includes/fonts/dashicons.svg#dashicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.star-rating .star-full:before {
  content: "\f155";
}

.star-rating .star-half:before {
  content: "\f459";
}

.star-rating .star-empty:before {
  content: "\f154";
}

.star-rating .star {
  color: #4d43e2;
  display: inline-block;
  font-family: dashicons !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  margin-right: 2px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}

a {
  color: #4d43e2;
  transition-duration: 0.4s;
}
a:hover {
  text-decoration: none;
}

.semi-bold {
  font-weight: 600;
}
.semi-bold * {
  font-weight: 600;
}

.accent {
  font-family: "Merriweather", serif;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: -3px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 1200px) {
  .accent {
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -1.89px;
    color: #000000;
  }
}

.container,
.container-fluid,
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 .col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.row {
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
}

.form-row {
  margin-left: 0;
  margin-right: 0;
}
.form-row input:disabled,
.form-row select:disabled {
  opacity: 0.6;
  background-color: white;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: white;
  opacity: 0.6;
}

@media (max-width: 1450px) {
  .mpad {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

.centered-level {
  left: 50% !important;
  transform: translate(-50%, 0%) !important;
  z-index: 999;
}

.centered-absolute {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.centered-absolute-max {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.centered {
  display: flex;
  align-items: center;
}

.centered-max {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .centered-lg {
    display: flex;
    align-items: center;
  }
  .centered-lg-max {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .centered-absolute-lg-max {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .centered-lg-absolute {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 769px) {
  .centered-md {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
  br {
    display: none;
  }
}

input:hover, input:focus, input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  box-shadow: none;
  outline: none;
}

select {
  width: 175px;
  padding: 10px;
  border: solid 1px black;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("img/svg/down.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.breadcrumbs-wrapper span {
  font-size: 14px;
  top: -9px;
  position: relative;
  margin-right: 10px;
}
.breadcrumbs-wrapper .breadcrumbs {
  padding-left: 0;
  overflow: auto;
  margin-bottom: 0;
  display: inline-block;
}
.breadcrumbs-wrapper .breadcrumbs li,
.breadcrumbs-wrapper .breadcrumbs .item-home,
.breadcrumbs-wrapper .breadcrumbs .item-current,
.breadcrumbs-wrapper .breadcrumbs .item-cat,
.breadcrumbs-wrapper .breadcrumbs .separator {
  float: left;
  color: #b96244;
  list-style-type: none;
  position: relative;
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumbs-wrapper .breadcrumbs li::before,
.breadcrumbs-wrapper .breadcrumbs .item-home::before,
.breadcrumbs-wrapper .breadcrumbs .item-current::before,
.breadcrumbs-wrapper .breadcrumbs .item-cat::before,
.breadcrumbs-wrapper .breadcrumbs .separator::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs li strong,
.breadcrumbs-wrapper .breadcrumbs li a,
.breadcrumbs-wrapper .breadcrumbs .item-home strong,
.breadcrumbs-wrapper .breadcrumbs .item-home a,
.breadcrumbs-wrapper .breadcrumbs .item-current strong,
.breadcrumbs-wrapper .breadcrumbs .item-current a,
.breadcrumbs-wrapper .breadcrumbs .item-cat strong,
.breadcrumbs-wrapper .breadcrumbs .item-cat a,
.breadcrumbs-wrapper .breadcrumbs .separator strong,
.breadcrumbs-wrapper .breadcrumbs .separator a {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 576px) {
  .breadcrumbs-wrapper .breadcrumbs li strong,
  .breadcrumbs-wrapper .breadcrumbs li a,
  .breadcrumbs-wrapper .breadcrumbs .item-home strong,
  .breadcrumbs-wrapper .breadcrumbs .item-home a,
  .breadcrumbs-wrapper .breadcrumbs .item-current strong,
  .breadcrumbs-wrapper .breadcrumbs .item-current a,
  .breadcrumbs-wrapper .breadcrumbs .item-cat strong,
  .breadcrumbs-wrapper .breadcrumbs .item-cat a,
  .breadcrumbs-wrapper .breadcrumbs .separator strong,
  .breadcrumbs-wrapper .breadcrumbs .separator a {
    font-size: 13px;
  }
}
.breadcrumbs-wrapper .breadcrumbs .hyperlink {
  overflow: auto;
}
.breadcrumbs-wrapper .breadcrumbs .hyperlink a {
  font-size: 14px;
}
@media (max-width: 576px) {
  .breadcrumbs-wrapper .breadcrumbs .hyperlink a {
    font-size: 11px;
  }
}
.breadcrumbs-wrapper .breadcrumbs .item-home {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs-wrapper .breadcrumbs .item-home a,
.breadcrumbs-wrapper .breadcrumbs .item-current a,
.breadcrumbs-wrapper .breadcrumbs .item-cat a {
  color: #b96244;
}
.breadcrumbs-wrapper .breadcrumbs .item-home a:hover,
.breadcrumbs-wrapper .breadcrumbs .item-current a:hover,
.breadcrumbs-wrapper .breadcrumbs .item-cat a:hover {
  color: #756cfe;
}
.breadcrumbs-wrapper .breadcrumbs .item-home::after,
.breadcrumbs-wrapper .breadcrumbs .item-cat::after,
.breadcrumbs-wrapper .breadcrumbs .item-home::after {
  content: " / ";
  margin: 0.5em;
  color: #000000;
}
@media (max-width: 576px) {
  .breadcrumbs-wrapper .breadcrumbs .item-home::after,
  .breadcrumbs-wrapper .breadcrumbs .item-cat::after,
  .breadcrumbs-wrapper .breadcrumbs .item-home::after {
    font-size: 11px;
    top: 12px;
  }
}
.breadcrumbs-wrapper .breadcrumbs .separator {
  display: none;
}

.pagination .nav-links {
  margin: auto;
  margin-bottom: 4em;
}
.pagination .nav-links .page-numbers {
  padding: 0.5em;
  color: #212529;
  font-size: 14px;
  font-weight: 700;
}
.pagination .nav-links .current {
  font-size: 18px;
  background-color: #f7f8f9;
}
.pagination .nav-links .next,
.pagination .nav-links .prev {
  background-color: #756cfe;
  color: white;
  padding: 4px 9px;
  border-radius: 50%;
}
.pagination .nav-links .next {
  margin-right: 1em;
}
.pagination .nav-links .prev {
  margin-left: 1em;
}

.anchor {
  display: block;
  position: relative;
  top: -250px;
}

#searchform {
  width: 100%;
  background-color: transparent;
}
#searchform .field.form-control {
  border: solid 1px #bdbdbd;
  border-radius: 4px !important;
}
#searchform .submit {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
#searchform #searchsubmit {
  background-image: url("img/svg/search.svg");
  background-size: cover;
  display: inline-block;
  width: 30px;
  background-repeat: no-repeat;
  height: 30px;
  z-index: 99;
  top: 4px;
  right: 4px;
  position: relative;
}
#searchform #searchsubmit:hover {
  cursor: pointer;
}
@media (max-width: 1450px) {
  #searchform #searchsubmit {
    width: 19px;
    height: 17px;
    top: 2px;
    right: 6px;
  }
}

.pagination {
  justify-content: flex-end;
  margin-top: 2em;
  margin-bottom: 2em;
}
.pagination .page-item {
  padding: 0;
}
.pagination .page-item::before {
  display: none;
}
.pagination .page-item .page-link {
  color: #4d43e2;
}
.pagination .page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #4d43e2;
  border-color: #4d43e2;
}

input[type=file] {
  display: none;
}

input {
  font-size: 14px;
  border: 1px solid #000;
  outline: none;
  width: 100%;
  letter-spacing: 1.5px;
  line-height: 16px;
  padding: 19px 10px;
  color: #000;
  border-radius: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input[type=submit] {
  background: #000;
  background-color: rgb(0, 0, 0);
  color: #fff;
  width: auto;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #000;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: white !important;
  padding: 20px 48px;
  background-color: black;
  border-radius: 0;
  transition-duration: 0.4s;
  border: 1px solid #000;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.newletter-form__wrapper {
  display: flex;
}
.newletter-form__wrapper label {
  width: 100%;
  margin-bottom: 0;
}

.send-file {
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  color: white;
  align-items: center;
  font-weight: 600;
  width: auto !important;
  text-align: center;
  padding: 0.3em 2.5em;
  background-color: #b8b8b8;
  border-radius: 0px;
  transition-duration: 0.4s;
  letter-spacing: 1px;
  border: solid 2px #b8b8b8;
}
@media (max-width: 1200px) {
  .send-file {
    font-size: 12px;
  }
}
.send-file:hover {
  background-color: #000000;
  border: solid 2px #000000;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.089);
  color: white;
  cursor: pointer;
}

.cursor {
  display: none;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 999;
}
.cursor.instagram_cursor {
  background-image: url("img/svg/hover-insta.svg");
}
.cursor.product_cursor {
  background-image: url("img/svg/hover-product.svg");
}
@media (max-width: 992px) {
  .cursor {
    display: none !important;
  }
}

/*
.cursor__main {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: black;
    opacity: .3;
    position: fixed;
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
}
*/
.form-group {
  margin-bottom: 1rem;
  width: 100%;
}

.input-text:not(.confirm-password .input-text) {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  padding: 11px 0;
  width: 100%;
}
.input-text:not(.confirm-password .input-text):focus {
  border-bottom: 1px solid #b96244 !important;
}

.confirm-password .input-text {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  padding: 11px 0;
  width: 100%;
}

.woocommerce .woocommerce-invalid-required-field {
  position: relative;
}
.woocommerce .woocommerce-invalid-required-field::after {
  content: "*";
  display: block;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #af2929;
}
.woocommerce .woocommerce-invalid-required-field .input-text {
  border-bottom: solid 1px #af2929 !important;
}
.woocommerce .woocommerce-invalid-required-field .input-text::placeholder {
  color: #af2929 !important;
}

.form-row {
  display: block;
}

.woocommerce .woocommerce-password-strength,
.woocommerce .woocommerce-password-hint,
.woocommerce #elements-dont-match {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5) !important;
}
.woocommerce .weak {
  border-bottom: solid 1px #af2929 !important;
}
.woocommerce .weak:focus, .woocommerce .weak:hover {
  border-bottom: solid 1px #af2929 !important;
}
.woocommerce .medium {
  border-bottom: solid 1px #ff8349 !important;
}
.woocommerce .medium:focus, .woocommerce .medium:hover {
  border-bottom: solid 1px #ff8349 !important;
}
.woocommerce .strong {
  border-bottom: solid 1px #b96244 !important;
}
.woocommerce .strong:focus, .woocommerce .strong:hover {
  border-bottom: solid 1px #b96244 !important;
}
.woocommerce .correct {
  border-bottom: solid 1px #b96244 !important;
}
.woocommerce .wrong {
  border-bottom: solid 1px #af2929 !important;
}
.woocommerce .success {
  background-image: url("img/svg/checked.svg");
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.woocommerce .woocommerce-form-row {
  position: relative;
}

/* File to show all of the modules styles such as testimonials, categories or any other file taken from 'code templates' folder. */
#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  transition-duration: 0.4s;
  top: 0;
}
@media (max-width: 992px) {
  #header {
    background-color: white;
  }
  #header .logo {
    filter: brightness(0%);
  }
}
#header #top-menu-left {
  padding-left: 0;
  gap: 20px;
  margin-bottom: 0;
}
#header.white-navbar {
  background-color: white;
}
#header.white-navbar * {
  color: #000000;
}
#header.white-navbar .menu-item {
  list-style-type: none;
}
#header.white-navbar .menu-item .nav-link:not(.dropdown-toggle) {
  color: #000000;
}
#header.white-navbar .menu-item .nav-link:not(.dropdown-toggle)::after {
  background-color: #000000;
}
#header.white-navbar .cart-contents img {
  width: 26px;
}
#header.white-navbar .cart-contents::after {
  display: none !important;
}
#header.white-navbar .cart-contents:hover {
  cursor: pointer;
}
#header.white-navbar .cart-contents-count {
  color: white;
  background-color: #b96244;
  width: 20px;
  display: block;
  height: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  border-radius: 50%;
  left: -10px;
  position: relative;
}
#header.white-navbar .dropdown-toggle::after {
  filter: brightness(0%);
}
#header .logo {
  width: 155px;
  max-width: 100%;
}
#header .navbar-toggler {
  padding: 0;
}
#header .wpml-ls-item .dropdown-menu {
  background-color: white;
  border: solid 1px white;
  padding: 0rem 1rem;
}
#header .wpml-ls-item .dropdown-menu a {
  background-color: white !important;
}
@media (max-width: 992px) {
  #header #wrapper-navbar1,
  #header #wrapper-navbar2 {
    background-color: white;
  }
}
@media (max-width: 992px) {
  #header #wrapper-navbar1,
  #header #wrapper-navbar2 {
    padding: 0;
  }
}
#header #wrapper-navbar1 .navi,
#header #wrapper-navbar2 .navi {
  padding: 0;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
#header #wrapper-navbar2 {
  position: fixed;
  left: -999%;
  padding: 4em;
  z-index: 999;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  #header #wrapper-navbar2 a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -0.15px;
    color: #000000;
    padding: 0;
  }
}
@media (max-width: 992px) {
  #header #wrapper-navbar2 .big a {
    font-size: 37.4px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.01;
    letter-spacing: normal;
    color: #000000;
    padding: 0;
  }
}
#header #wrapper-navbar2 .second-row {
  margin-top: 5em;
}
#header #wrapper-navbar2 .bottom {
  position: absolute;
  bottom: 3.5em;
  left: 13em;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  #header #wrapper-navbar2 .bottom a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.99;
    letter-spacing: -0.11px;
    color: #000000;
  }
}
#header #wrapper-navbar2 .wpml-ls-item.menu-item-has-children {
  position: absolute;
  bottom: 3.5em;
  transition: all 0.4s;
  background-color: white;
}
#header #wrapper-navbar2 .wpml-ls-item.menu-item-has-children * {
  background-color: white;
  font-size: 20px;
  text-transform: unset;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.99;
  letter-spacing: -0.11px;
  color: #000000;
}
#header #wrapper-navbar2 .wpml-ls-item.menu-item-has-children ul {
  margin: 10px 0;
  padding: 0;
}
#header #wrapper-navbar2.show {
  right: 0;
  left: 0;
  height: 100%;
  top: 0;
  transition: all 0.4s;
}
#header .cart-contents {
  display: flex;
}
#header .cart-contents::after {
  display: none !important;
}
#header .cart-contents img {
  width: 26px;
}
@media (max-width: 992px) {
  #header .cart-contents {
    font-size: 18.2px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }
  #header .cart-contents * {
    font-size: 18.2px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }
}
#header .cart-contents:hover {
  cursor: pointer;
}
#header .cart-contents-count {
  color: white;
  background-color: #b96244;
  width: 20px;
  display: block;
  height: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  border-radius: 50%;
  left: -10px;
  position: relative;
}
@media (max-width: 992px) {
  #header .cart-contents-count {
    color: black;
  }
}
#header .menu-item {
  list-style-type: none;
}
#header .menu-item .nav-link:not(.dropdown-toggle) {
  color: black;
  transition-duration: 0.4s;
  padding: 41px 0;
}
@media (max-width: 1500px) {
  #header .menu-item .nav-link:not(.dropdown-toggle) {
    padding: 20px 29px 20px 0;
  }
}
@media (max-width: 992px) {
  #header .menu-item .nav-link:not(.dropdown-toggle) {
    color: black;
    padding: 1em 1em 1em 0;
  }
}
@media (min-width: 992px) {
  #header .menu-item .nav-link:not(.dropdown-toggle)::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: black;
    transition-duration: 0.4s;
  }
}
#header .menu-item .nav-link:not(.dropdown-toggle):hover::after {
  width: 100%;
}
#header .menu-item .dropdown-toggle {
  transition-duration: 0.4s;
}
#header .menu-item .dropdown-toggle::after {
  transition-duration: 0.4s;
  filter: brightness(0%);
  background-image: url("img/svg/drop-down-white.svg");
  border: none !important;
  height: 7px;
  width: 12px;
  left: 3px;
  top: 2px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .dropdown-menu {
  position: absolute;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  border: none;
  min-width: inherit;
  padding: 0rem 1rem;
}
#header .dropdown-menu .menu-item {
  background-color: black;
}
#header .dropdown-menu .menu-item a {
  background-color: white;
  min-width: inherit;
  padding: 0;
  font-weight: 400;
  color: black;
}
#header .dropdown-menu .menu-item a:hover, #header .dropdown-menu .menu-item a:active, #header .dropdown-menu .menu-item a:focus {
  background-color: white;
}
@media (min-width: 992px) {
  #header #navbarNavDropdown {
    display: flex;
  }
  #header #navbarNavDropdown .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

.textcontent p {
  margin-bottom: 40px;
}
.textcontent p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .textcontent p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #171717;
  }
}
.textcontent__row:nth-of-type(even) {
  margin-top: 5.5em;
}
@media (max-width: 992px) {
  .textcontent__row {
    text-align: center;
  }
}
.textcontent__row--image {
  height: 35em;
  width: 35em;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .textcontent__row--image {
    height: 40em;
    width: 40em;
  }
}
@media (max-width: 1200px) {
  .textcontent__row--image {
    max-width: 100%;
    height: 27em;
  }
}
@media (max-width: 768px) {
  .textcontent__row--image {
    width: 100%;
    height: 52vh;
  }
}

#instagram_section .text-16 {
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  #instagram_section .text-16 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.79px;
    color: #000000;
    text-align: center;
  }
}
#instagram_section.swiper-container-wrapper {
  overflow: hidden;
}
#instagram_section .instagram {
  overflow: visible;
}
#instagram_section .instagram:hover {
  cursor: none;
}
#instagram_section .instagram__wrapper--photo {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1200px) {
  #instagram_section .instagram__wrapper--photo {
    height: 460px;
  }
}
@media (max-width: 576px) {
  #instagram_section .instagram__wrapper--photo {
    height: 285px;
  }
}
#instagram_section .instagram__wrapper--photo::before {
  content: "";
  background-image: url("img/svg/instagram-icon.svg");
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0.75em;
  top: 1em;
  display: block;
  background-size: contain;
  background-position: center;
}
@media (max-width: 576px) {
  #instagram_section .instagram__wrapper--photo::before {
    left: 0;
    top: 0;
  }
}
#instagram_section .instagram__wrapper--name {
  transform: rotate(270deg);
  color: white;
  position: absolute;
  left: 1em;
  bottom: 3em;
  letter-spacing: 0.54px;
}
@media (max-width: 576px) {
  #instagram_section .instagram__wrapper--name {
    left: 0;
    bottom: 30px;
  }
}

.newsletter__popup--element .half {
  width: 100%;
  font-size: 12px;
  padding-bottom: 5px;
  color: white !important;
  border-bottom: 1px solid white;
}
.newsletter__popup--element .half::placeholder {
  color: white !important;
}
.newsletter__popup--element .full {
  width: calc(100% - 85px);
  font-size: 12px;
  margin-bottom: 5px;
  color: white !important;
  border-bottom: 1px solid white;
}
.newsletter__popup--element .full::placeholder {
  color: white !important;
}
.newsletter__popup--element input[type=email] {
  width: calc(100% - 85px);
  color: white !important;
  font-size: 12px;
  margin-bottom: 5px;
}
.newsletter__popup--element input[type=email]::placeholder {
  color: white;
  font-size: 12px;
}
.newsletter__popup--element input[type=submit] {
  width: 80px;
  transition-duration: 0.4s;
}
.newsletter__popup--element input[type=submit]:hover {
  color: #b96244;
  cursor: pointer;
}
.newsletter__popup--element--background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-footer {
  background-color: black;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
}
@media (max-width: 768px) {
  .page-footer br {
    display: none;
  }
  .page-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-footer * {
  color: white;
  letter-spacing: 0.54px;
  font-size: 12px;
}
.page-footer .title {
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-footer .title {
    font-weight: 700;
    font-size: 16px;
  }
}
.page-footer input {
  border: none;
  background-color: transparent;
}
.page-footer .footer-credit {
  margin-bottom: 20px;
  margin-top: 30px;
}
.page-footer .footer-credit img {
  margin-left: 10px;
}
.page-footer .social-btns a {
  margin-right: 10px;
}
.page-footer .page-text {
  position: relative;
  padding-bottom: 10px;
}
.page-footer #bottom-menu {
  list-style-type: none;
  padding-left: 0;
}
.page-footer #bottom-menu .menu-item .nav-link {
  padding: 0;
}
.page-footer__second-row {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .page-footer__second-row {
    margin-top: 0;
  }
}
.page-footer__second-row--payment {
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 20px;
  display: inline-block;
  margin-left: 1.5em;
}
@media (max-width: 768px) {
  .page-footer__second-row--payment {
    margin-left: 0;
    margin-right: 2em;
    margin-bottom: 2em;
  }
}

.testimonials .slider-testimonials {
  padding: 0 4em !important;
}
@media (max-width: 992px) {
  .testimonials .slider-testimonials {
    padding: 0 2em !important;
  }
}
.testimonials .slider-testimonials .swiper-button-next,
.testimonials .slider-testimonials .swiper-button-prev {
  filter: brightness(0%);
}
.testimonials__title {
  color: #fafafa;
}
.testimonials__name {
  color: #525151;
}
.testimonials .star-rating {
  display: inline-block !important;
  margin-bottom: 0.7em;
}

.tags {
  margin-bottom: 3em;
}
.tags__tag {
  background-color: #4d43e2;
  padding: 7px 10px;
  display: inline-block;
  margin-right: 15px;
  color: white;
  margin-bottom: 15px;
  font-size: calc(6px * 2.3);
  transition-duration: 0.4s;
}
@media (max-width: 1450px) {
  .tags__tag {
    font-size: calc(4.5px * 2.5);
  }
}
@media (max-width: 992px) {
  .tags__tag {
    font-size: calc(4px * 2.5);
  }
}
@media (max-width: 576px) {
  .tags__tag {
    font-size: calc(4px * 2.5);
  }
}
.tags__tag:hover {
  background-color: #b96244;
  color: white;
}

.widget-area {
  position: sticky;
  top: 9em;
  margin-bottom: 8em;
  margin-top: 11.5em;
}
@media (max-width: 992px) {
  .widget-area {
    margin-bottom: 2em;
    margin-top: 4em;
    position: relative;
    top: 0;
  }
}
.widget-area .widget-wrapper {
  margin-bottom: 3em;
}
.widget-area .widget-wrapper__single {
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: auto;
  border-bottom: solid 1px #f2f2f2;
  transition-duration: 0.4s;
}
.widget-area .widget-wrapper__single a {
  float: left;
  color: #b96244;
}
.widget-area .widget-wrapper__single span {
  float: right;
  color: #b96244;
}

.widget-wrapper__single {
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: auto;
  border-bottom: 1px solid #f2f2f2;
}
.widget-wrapper__single span {
  float: right;
  color: #4d43e2;
}

.widget_product_categories .children li {
  padding-left: 15px;
}
.widget_product_categories ul {
  margin-bottom: 3em;
}
.widget_product_categories ul li.active > .children {
  display: block;
}
.widget_product_categories ul li.active::before {
  transform: rotate(-90deg);
}
.widget_product_categories ul li::before {
  display: none;
}
.widget_product_categories ul li a {
  color: #fafafa;
}
.widget_product_categories ul.children {
  margin-bottom: 0;
}
.widget_product_categories .cat-parent {
  padding-left: 25px !important;
}
.widget_product_categories .cat-parent .children {
  display: none;
}
.widget_product_categories .cat-parent::before {
  background-image: url("img/svg/down.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 0;
  height: 15px;
  display: inline-block;
  width: 15px;
  top: 7px;
}

.testimonials {
  background-color: #fafafa;
  padding-top: 3em;
  padding-bottom: 6em;
}
.testimonials__content {
  background-color: white;
  padding: 2em 1em;
  text-align: center;
}
.testimonials__content--name {
  margin-top: 1.5em;
}
.testimonials__content--name::before {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  margin-bottom: 9px;
  width: 80px;
  background-color: #4d43e2;
}
.testimonials__content--content {
  min-height: 100px;
}
.testimonials__images {
  position: relative;
}
.testimonials__images--info {
  position: absolute;
  right: 1em;
  top: 2em;
  font-weight: 700;
  padding: 3px 1em;
  background-color: #4d43e2;
  color: white;
}
.testimonials__images--before {
  width: 100%;
}
.testimonials__images--after {
  transition-duration: 0.4s;
  opacity: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
.testimonials__images--after:hover {
  opacity: 1;
}

.label-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 15px;
}
@media (max-width: 1450px) {
  .label-radio {
    padding-left: 25px;
  }
}
.label-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.label-radio .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-color: white;
  border: solid 1px #bdbdbd;
}
@media (max-width: 1450px) {
  .label-radio .checkmark {
    height: 16px;
    width: 16px;
  }
}
.label-radio:hover input[type=radio] ~ .checkmark {
  background-color: rgb(252, 252, 252);
  border: solid 1px #bdbdbd;
}
.label-radio input[type=radio]:checked ~ .checkmark {
  background-color: #4d43e2;
  border-color: #4d43e2;
}
.label-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label-radio input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.label-radio .checkmark:after {
  left: 5px;
  top: 5px;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background-color: white;
}
@media (max-width: 1450px) {
  .label-radio .checkmark:after {
    left: 3px;
    top: 3px;
  }
}

.label-checkbox {
  display: inline-block;
  position: absolute;
  margin-bottom: 0;
  margin-top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1450px) {
  .label-checkbox {
    padding-left: 25px;
  }
}
.label-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.label-checkbox .checkmark {
  position: relative;
  right: 0;
  top: 0px;
  margin-left: auto;
  display: block;
  height: 28px;
  width: 28px !important;
  background-color: white;
  border: solid 1px #bdbdbd;
}
.label-checkbox .checkmark:hover {
  background-color: #fafafa;
}
.label-checkbox:hover input[type=checkbox] ~ .checkmark {
  background-color: #fafafa;
  border: solid 1px #bdbdbd;
}
.label-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #4d43e2;
  border-color: #4d43e2;
}
.label-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.label-checkbox .checkmark:after {
  left: 10px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-popup {
  position: fixed;
  display: none;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.form-popup__form {
  width: 70%;
  overflow: auto;
  max-height: 100vh;
  position: relative;
  background-color: white;
  padding: 4em;
  margin: auto;
}
@media (max-width: 768px) {
  .form-popup__form {
    width: 95%;
    padding: 2em;
  }
}

.specs__title {
  margin-bottom: 3em;
}
.specs__title::after {
  content: "";
  background-color: transparent;
  height: 45px;
  width: 45px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-size: contain;
  margin: auto;
  margin-top: 0.5em;
  background-image: url("img/svg/down-chevron.svg");
}

.button--play {
  display: flex;
  align-items: center;
  flex-direction: center;
  justify-content: center;
  position: absolute;
  bottom: 2em;
  left: 2em;
}
.button--play:hover {
  cursor: pointer;
}
.button--play .button__shape {
  width: 15px;
  height: 40px;
  background: #b96244;
  transition: 0.3s ease-in-out;
}
.button--play .button__shape--one {
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 75%, 0% 100%);
  transform: translateX(5px);
}
.button--play .button__shape--two {
  -webkit-clip-path: polygon(0 25%, 100% 50%, 100% 50%, 0 75%);
  transform: translateX(4.9px);
  right: 1px;
  position: relative;
}
.button--play.active .button__shape--one {
  -webkit-clip-path: polygon(0 15%, 50% 15%, 50% 85%, 0% 85%);
  transform: translateX(0px);
}
.button--play.active .button__shape--two {
  -webkit-clip-path: polygon(50% 15%, 100% 15%, 100% 85%, 50% 85%);
  transform: translateX(0px);
}

.sidebar__widget {
  width: 30%;
  transition-duration: 0.4s;
  position: fixed;
  right: -999%;
  top: 0;
  z-index: 99;
  height: 100%;
}
@media (max-width: 1500px) {
  .sidebar__widget {
    width: 44%;
  }
}
@media (max-width: 1200px) {
  .sidebar__widget {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .sidebar__widget {
    width: 90%;
  }
}
.sidebar__widget .return-to-shop {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.sidebar__widget .button-2, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout {
  width: 100%;
}
.sidebar__widget .woocommerce-cart-form .shop_table {
  max-height: 51vh;
  overflow: auto;
}
.sidebar__widget .product-thumbnail {
  flex: 0 0 140px;
  max-width: 140px;
}
@media (max-width: 768px) {
  .sidebar__widget .product-thumbnail {
    height: 111px;
    max-width: 111px;
  }
}
.sidebar__widget .product-thumbnail__image {
  height: 140px;
  width: 140px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
}
.sidebar__widget .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sidebar__widget .cart_list {
  padding: 0;
}
.sidebar__widget .quantity-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: auto;
  position: relative;
  width: 100px;
}
.sidebar__widget .quantity-wrapper .price {
  margin-left: auto;
  display: block;
}
.sidebar__widget .quantity-wrapper input[type=number] {
  text-align: center;
  -moz-appearance: textfield;
}
.sidebar__widget .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.sidebar__widget .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sidebar__widget .price {
  margin-left: auto;
}
.sidebar__widget .woocommerce-mini-cart-item {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.sidebar__widget {
  /* Remove button (X) - czarny */
}
.sidebar__widget .woocommerce-mini-cart-item .remove_from_cart_button {
  color: #000 !important;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__widget .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  color: #e74c3c !important;
}
.sidebar__widget {
  /* Image - mniejsze */
}
.sidebar__widget .woocommerce-mini-cart-item img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.sidebar__widget {
  /* Product name + details */
}
.sidebar__widget .woocommerce-mini-cart-item a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  gap: 20px;
  display: flex;
  align-items: center;
}
.sidebar__widget .product__name {
  width: 170px;
}
.sidebar__widget .woocommerce-mini-cart-item.removing * {
  animation: none !important;
}
.sidebar__widget .woocommerce-mini-cart .remove_from_cart_button {
  opacity: 1 !important;
}
.sidebar__widget .woocommerce-mini-cart-item .quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
.sidebar__widget {
  /* Buttons - no padding/border */
}
.sidebar__widget .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 !important;
  margin-top: 20px;
}
.sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward {
  position: relative !important;
}
.sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout {
  display: none !important;
}
.sidebar__widget .woocommerce-mini-cart__buttons.buttons a:hover {
  text-decoration: none;
}
.sidebar__widget {
  /* Total */
}
.sidebar__widget .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 2px solid #000;
  margin: 16px 0;
  font-size: 16px;
  margin-top: auto;
}
.sidebar__widget .product-content {
  flex: 0 0 calc(100% - 140px);
  padding-left: 3em;
  max-width: calc(100% - 140px);
  position: relative;
}
@media (max-width: 768px) {
  .sidebar__widget .product-content {
    flex: 0 0 calc(100% - 115px);
    max-width: calc(100% - 115px);
  }
}
@media (max-width: 992px) {
  .sidebar__widget .product-content {
    padding-left: 30px;
  }
}
.sidebar__widget.show {
  right: -1px;
}
.sidebar__widget .cart__title {
  display: none;
}
.sidebar__widget .coupon-button {
  padding: 12px 12px;
}
.sidebar__widget--overlay {
  transition-delay: 0.3s;
  transition-duration: 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar__widget--inner {
  background-color: white;
  height: 100%;
  padding: 65px 30px;
  padding-bottom: 0;
  z-index: 999;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sidebar__widget--inner .woocommerce-message {
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .sidebar__widget--inner {
    padding: 4em 2em 0 2em;
  }
}
.sidebar__widget .button-1, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward {
  padding: 30px 48px;
  position: absolute;
  bottom: 0;
  z-index: 999;
}
.sidebar__widget button[name=update_cart],
.sidebar__widget input[name=update_cart] {
  display: none !important;
}
.sidebar__widget .coupon-button {
  padding: 10px;
  position: relative;
  bottom: 0;
  max-width: 160px;
  line-height: 1em;
  vertical-align: bottom;
}
.sidebar__widget .cart .cart_item {
  padding-top: 0em;
  padding-bottom: 4em;
}
.sidebar__widget .cart .cart_item .product-thumbnail__image {
  height: 140px;
  width: 140px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sidebar__widget .cart .cart_item .product-thumbnail__image {
    height: 111px;
    width: 111px;
  }
}
.sidebar__widget .cart .cart_item .quantity {
  display: inline-block;
}
.sidebar__widget .cart .cart_item .quantity .qty {
  width: 30px;
  margin-left: 5px;
  padding: 0;
  border: none !important;
}
.sidebar__widget .cart .cart_item .product-name {
  margin-bottom: 1.5em;
  line-height: normal;
}
.sidebar__widget .cart .cart_item .product-name a {
  font-size: 16.8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .sidebar__widget .cart .cart_item .product-name a {
    font-size: 13.3px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
  }
}
.sidebar__widget .cart .cart_item .product-remove {
  text-decoration: underline;
}
.sidebar__widget .cart .cart_item .product-remove a {
  color: #000000;
  font-size: 12px;
}
.sidebar__widget .cart .cart_item .product-remove a:hover {
  color: #b96244;
}
.sidebar__widget .cart .cart_item .product-price-wrapper {
  position: absolute;
  bottom: 0;
  line-height: normal;
}
@media (max-width: 992px) {
  .sidebar__widget .cart .cart_item .product-price-wrapper {
    left: 30px;
    right: 0;
  }
}
.sidebar__widget .cart .button-1, .sidebar__widget .cart .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .cart .wc-forward {
  border: none;
}
.sidebar__widget .cart-collaterals {
  margin-top: 14em;
  overflow: auto;
  max-height: 25vh;
  left: 5em;
  right: 5em;
  position: absolute;
  bottom: 8em;
  background-color: white;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .sidebar__widget .cart-collaterals {
    left: 2em;
    right: 2em;
  }
}
.sidebar__widget .cart-collaterals .coupon {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar__widget .cart-collaterals .woocommerce-Price-amount {
  margin-bottom: 0 !important;
}
.sidebar__widget .cart-collaterals .cart_totals .woocommerce-Price-amount * {
  font-size: 14px !important;
}
.sidebar__widget .cart-collaterals .cart_totals .tax-rate div {
  display: inline-block;
  width: 49%;
}
.sidebar__widget .cart-collaterals .cart_totals .tax-rate div:nth-of-type(2) {
  text-align: right;
}
.sidebar__widget .cart-collaterals .cart_totals .tax-rate div:nth-of-type(2) .woocommerce-Price-amount {
  width: auto;
}
.sidebar__widget .cart-collaterals .cart_totals .tax-rate div .woocommerce-remove-coupon {
  color: #b96244;
}
.sidebar__widget .cart-collaterals .cart_totals .subtotal-text,
.sidebar__widget .cart-collaterals .cart_totals .total-price {
  display: none !important;
}
.sidebar__widget .cart-collaterals .cart_totals .total__subtotal-text {
  display: inline-block;
  width: 49%;
}
.sidebar__widget .cart-collaterals .cart_totals .total__subtotalprice {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.sidebar__widget .cart-collaterals .cart_totals .total__tax-rate div {
  display: inline-block;
  width: 49%;
}
.sidebar__widget .cart-collaterals .cart_totals .total__tax-rate div:nth-of-type(2) {
  text-align: right;
}
.sidebar__widget .cart-collaterals .cart_totals .total__tax-rate div:nth-of-type(2) .woocommerce-Price-amount {
  width: auto;
}
.sidebar__widget .cart-collaterals .cart_totals .woocommerce-Price-amount {
  display: inline-block;
  text-align: right;
  width: 49%;
}
.sidebar__widget .cart-collaterals .cart-discount div {
  display: inline-block;
  width: 49%;
}
.sidebar__widget .cart-collaterals .cart-discount div:nth-of-type(2) {
  text-align: right;
}
.sidebar__widget .cart-collaterals .cart-discount div:nth-of-type(2) .woocommerce-Price-amount {
  width: auto;
}
.sidebar__widget .cart-collaterals .cart-discount div .woocommerce-remove-coupon {
  color: #b96244;
}
.sidebar__widget .cart-collaterals .order-total .subtotal-text {
  display: inline-block;
  width: 49%;
}
.sidebar__widget .cart-collaterals .order-total .total-price {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.sidebar__widget .cart-collaterals .total {
  width: 100%;
  display: inline-block;
}
.sidebar__widget .cart-collaterals .total__text {
  display: inline-block;
  width: 49%;
}
.sidebar__widget .cart-collaterals .total__price {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.sidebar__widget .cart-collaterals .product__accordion--elem #coupon_code {
  width: calc(100% - 156px);
}
.sidebar__widget .cart-collaterals .product__accordion--elem .coupon__name {
  width: 100%;
}
.sidebar__widget .cart-collaterals .product__accordion--elem .coupon__name p {
  color: #ff8349;
  margin-bottom: 0;
}
.sidebar__widget .cart-collaterals .product__accordion--elem .coupon__name--sub {
  display: none;
}
.sidebar__widget .cart-collaterals .product__accordion--elem.active .coupon__name--sub {
  display: block;
}

.newsletter {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.37);
  z-index: 999;
}
.newsletter__popup {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4em;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 1100px;
}
.newsletter__popup .sub__title {
  display: none;
}
.newsletter__popup .half {
  width: 100%;
  font-size: 12px;
  padding-bottom: 5px;
  color: black !important;
  border-bottom: 1px solid black;
}
.newsletter__popup .half::placeholder {
  color: black !important;
}
.newsletter__popup .full {
  width: calc(100% - 85px);
  font-size: 12px;
  margin-bottom: 5px;
  color: black !important;
  border-bottom: 1px solid black;
}
.newsletter__popup .full::placeholder {
  color: black !important;
}
@media (max-width: 768px) {
  .newsletter__popup {
    padding: 3em;
    width: 80%;
  }
}
.newsletter__popup .active-action {
  background-color: black;
  padding: 3px;
  right: 8px;
  top: 8px;
  margin-left: 0;
}
.newsletter__popup .active-action::before, .newsletter__popup .active-action::after {
  background-color: white;
  left: 2px;
  right: 2px;
  bottom: 2px;
  width: auto;
}
.newsletter__popup--title {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: -0.5px;
  color: #171717;
  margin-bottom: 1em;
}
.newsletter__popup--element .mc4wp-form {
  margin-top: 3.5em;
}
.newsletter__popup--element input {
  border: none;
  background-color: transparent;
}
.newsletter__popup--element input[type=email] {
  width: calc(100% - 85px);
  color: black;
  font-size: 12px;
  margin-bottom: 5px;
}
.newsletter__popup--element input[type=email]::placeholder {
  color: black;
  font-size: 12px;
}
.newsletter__popup--element input[type=submit] {
  width: 80px;
  transition-duration: 0.4s;
}
.newsletter__popup--element input[type=submit]:hover {
  color: #b96244;
  cursor: pointer;
}

.woocommerce-loop-product__link:hover .product__image--second {
  opacity: 1 !important;
}

.custom-toggle-pagination {
  margin-bottom: 15px;
  text-align: center;
}

.toggle-wrapper {
  position: relative;
  display: inline-flex;
  border: solid 1px black;
}

.toggle-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: transparent;
  border: none;
  border-radius: 0px;
  padding: 12px 48px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  cursor: pointer;
  transition: color var(--transition-speed) ease;
}

.toggle-btn.active {
  color: #fff;
  background-color: black;
}

.toggle-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toggle-slider {
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  transition: transform var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* Image Wrapper */
.product-viewer__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Square aspect ratio */
  border-radius: var(--border-radius);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.product-viewer__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Hotspots */
.hotspots-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  pointer-events: all;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  animation: hotspotAppear 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
}

@keyframes hotspotAppear {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
/* Staggered animation delay */
.hotspot:nth-child(1) {
  animation-delay: 0.1s;
}

.hotspot:nth-child(2) {
  animation-delay: 0.2s;
}

.hotspot:nth-child(3) {
  animation-delay: 0.3s;
}

.hotspot:nth-child(4) {
  animation-delay: 0.4s;
}

.hotspot:nth-child(5) {
  animation-delay: 0.5s;
}

.hotspot-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: var(--accent-color);
  border-radius: 50%;
  opacity: 0.6;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
.hotspot-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid var(--accent-color);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.hotspot:hover .hotspot-dot {
  transform: translate(-50%, -50%) scale(1.2);
}

/* Tooltip */
.hotspot-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  max-width: 300px;
  width: 300px;
}
.hotspot-tooltip h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  color: white;
}
.hotspot-tooltip p {
  font-size: 14px;
  line-height: 18px;
  color: white;
  font-weight: 400;
}

.hotspot-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}

.hotspot:hover .hotspot-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-12px);
}

.product-viewer__content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.product-viewer__content p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.product-viewer__row {
  min-height: 500px;
}

/* Responsive */
@media (max-width: 991px) {
  .product-viewer__image-wrapper {
    padding-bottom: 75%;
  }
  .product-viewer__row {
    min-height: auto;
  }
  .toggle-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .toggle-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 575px) {
  .toggle-wrapper {
    width: 100%;
    flex-direction: column;
    border-radius: 16px;
  }
  .toggle-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
  .toggle-slider {
    width: calc(100% - 12px) !important;
    height: 0;
    padding-bottom: calc((100% - 12px) / 2 - 6px);
    top: 6px;
    transition: transform var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1), height 0s;
  }
  .hotspot {
    width: 50px;
    height: 50px;
  }
  .hotspot-dot {
    width: 20px;
    height: 20px;
  }
}
/* Loading dots wave animation */
.updating {
  position: relative;
  pointer-events: none;
}
.updating::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 997;
}

.updating::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 998;
}

/* Kropki - tworzymy przez dodatkowy wrapper w JS */
.loading-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 8px;
  z-index: 999;
}

.loading-dots span {
  width: 12px;
  height: 12px;
  background: #b96244;
  border-radius: 50%;
  animation: wave 1.4s ease-in-out infinite;
}

.loading-dots span:nth-child(1) {
  animation-delay: 0s;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
}
.blockUI {
  display: none !important;
}

.page-template-home .bestsellers-controls {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 20;
  left: 0;
  right: 0;
}
.page-template-home .bestsellers-controls .custom-swiper-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.12s ease;
}
.page-template-home .bestsellers-controls .custom-swiper-button.custom-swiper-button-next {
  margin-left: auto;
}
.page-template-home .bestsellers-controls .custom-swiper-button.custom-swiper-button-prev {
  margin-right: auto;
}
.page-template-home .bestsellers-controls .custom-swiper-button:hover {
  transform: translateY(-2px);
}
.page-template-home .bestsellers-controls .custom-swiper-button.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.page-template-home .bestsellers-controls .custom-swiper-button-prev {
  /* place prev on left of next */
  margin-right: 0.25rem;
}
.page-template-home .bestsellers-controls .icon {
  display: inline-block;
  width: 12px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-home .bestsellers-controls .icon-arrow-right {
  background-image: url("img/svg/drop-down-white.svg");
  transform: rotate(-90deg);
}
.page-template-home .bestsellers-controls .icon-arrow-left {
  background-image: url("img/svg/drop-down-white.svg");
  transform: rotate(90deg);
}
.page-template-home .hero {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .page-template-home .hero {
    height: 80vh;
  }
}
@media (min-width: 1025px) {
  .page-template-home .hero {
    background-image: none !important;
  }
}
.page-template-home .hero video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.page-template-home .hero__title {
  position: absolute;
  bottom: 2em;
  left: 2em;
}
.page-template-home .hero__title h1,
.page-template-home .hero__title h2 {
  margin-left: -2px;
}
@media (max-width: 992px) {
  .page-template-home .hero__title {
    bottom: 8em;
    left: 24px;
  }
}
.page-template-home .hero__title * {
  font-size: 50px;
  line-height: 65px;
  color: black;
}
@media (max-width: 992px) {
  .page-template-home .hero__title * {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -1.54px;
    color: black;
  }
}
.page-template-home .hero .shop-now {
  font-size: 21.6px;
  position: absolute;
  bottom: 2em;
  right: 2em;
  color: black;
}
@media (max-width: 992px) {
  .page-template-home .hero .shop-now {
    bottom: 2em;
    font-size: 29px;
    left: 24px;
  }
}
.page-template-home .hero .shop-now:hover {
  color: #b96244;
}
.page-template-home .hero .shop-now:hover::after {
  background-image: url("img/svg/arrow-more-green.svg");
  filter: none;
}
.page-template-home .hero .shop-now::after {
  content: "";
  transition-duration: 0.4s;
  background-image: url("img/svg/arrow-more.svg");
  height: 12px;
  width: 12px;
  filter: brightness(0%);
  margin-left: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-template-home .form-wrapper {
  padding: 2em 0;
  background-color: #e8f1de;
}
.page-template-home .form-wrapper h3 {
  text-align: center;
}
.page-template-home .form-wrapper label:nth-of-type(1) {
  width: 47%;
  float: left;
}
.page-template-home .form-wrapper label:nth-of-type(2) {
  width: 47%;
  float: right;
}
.page-template-home .contact-wrapper {
  background-color: #f2f2f2;
}
.page-template-home .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block !important;
  margin-left: 10px;
}
@media (max-width: 576px) {
  .page-template-home .wpcf7-acceptance .wpcf7-list-item-label {
    width: 86%;
  }
}
.page-template-home .partners {
  background-color: #fafafa;
  padding: 100px 0 110px;
}
@media (max-width: 992px) {
  .page-template-home .partners .h3 {
    font-size: 20px;
    padding: 0 4em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #171717;
  }
}
.page-template-home .partners__second {
  margin-top: 0%;
}
.page-template-home .partners__second--logo {
  width: 100%;
  padding: 2.5em;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-home .partners__second--logo {
    padding: 1em;
  }
}
@media (max-width: 576px) {
  .page-template-home .partners__second--logo {
    padding: 1.5em;
  }
}

.page-template-about .mt-c {
  margin-top: 80px;
}
.page-template-about .mb-c {
  margin-bottom: 80px;
}
.page-template-about .hero {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .page-template-about .hero {
    background-image: none !important;
    background-color: white;
    height: 100%;
    margin-top: 180px;
  }
}
.page-template-about .hero::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-about .hero__title {
  position: absolute;
  bottom: 2em;
  left: 2em;
}
.page-template-about .hero__title h1,
.page-template-about .hero__title h2 {
  margin-left: -2px;
}
@media (max-width: 992px) {
  .page-template-about .hero__title {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .page-template-about .hero__title p {
    margin: 3em 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #171717;
  }
}
.page-template-about .hero__title * {
  color: black;
}
.page-template-about .mobile-photo {
  height: 52vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 992px) {
  .page-template-about .mobile-photo {
    display: none;
  }
}
.page-template-about .textcontent__row {
  margin-bottom: 0;
}
.page-template-about .textcontent__row--image {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-about .textcontent__row--image img {
  width: 100%;
  height: auto;
}
.page-template-about .partners {
  background-color: #f5f5f5;
  padding: 12em 0;
}
.page-template-about .partners__second {
  margin-top: 3em;
}
.page-template-about .partners__second--logo {
  width: 100%;
  padding: 5.5em;
}
@media (max-width: 1500px) {
  .page-template-about .partners__second--logo {
    padding: 2.5em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-about .partners__second--logo {
    padding: 1em;
  }
}
@media (max-width: 576px) {
  .page-template-about .partners__second--logo {
    padding: 1.5em;
  }
}
.page-template-about .cta {
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-about .cta .cta__photo--mobile {
  display: none;
}
@media (max-width: 992px) {
  .page-template-about .cta {
    height: 100%;
    background-image: none !important;
  }
  .page-template-about .cta .cta__photo--mobile {
    width: 100%;
    display: block;
  }
  .page-template-about .cta p {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
  }
  .page-template-about .cta p:last-child {
    margin-bottom: 0;
  }
}
.page-template-about .cta__text {
  position: absolute;
  bottom: 2em;
  left: 3em;
  width: 40%;
}
@media (max-width: 992px) {
  .page-template-about .cta__text {
    width: 100%;
    position: relative;
    bottom: inherit;
    left: inherit;
    padding: 0em;
  }
}
.page-template-about .cta__text * {
  color: black;
}
.page-template-about .cta__text p {
  margin-bottom: 2em;
}

.page-template-support main,
.page-template-faq main {
  margin-top: 180px;
  margin-bottom: 150px;
}
.page-template-support h1,
.page-template-faq h1 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: -1px;
  color: #171717;
}
.page-template-support .partners__title,
.page-template-faq .partners__title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.44;
  letter-spacing: -0.38px;
  color: #ababab;
  margin-bottom: 10px;
}
.page-template-support .partners__title--mob,
.page-template-faq .partners__title--mob {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.44;
  letter-spacing: -0.38px;
  color: #ababab;
  margin-bottom: 10px;
}
.page-template-support .partners__title--mob a,
.page-template-faq .partners__title--mob a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.44;
  letter-spacing: -0.38px;
  color: #ababab;
  margin-bottom: 10px;
}
.page-template-support .partners__title--mob.active a,
.page-template-faq .partners__title--mob.active a {
  color: black;
}
.page-template-support .partners__title a,
.page-template-faq .partners__title a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.44;
  letter-spacing: -0.38px;
  color: #ababab;
}
.page-template-support .partners__title.active a,
.page-template-faq .partners__title.active a {
  color: black;
}
.page-template-support .partners__title:hover,
.page-template-faq .partners__title:hover {
  cursor: pointer;
}
.page-template-support .partners .toggle-content,
.page-template-faq .partners .toggle-content {
  display: none;
}

@media (max-width: 992px) {
  .page-template-support main {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .page-template-support .content__elem--question {
    padding-right: 3em;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
  }
  .page-template-support .content__elem--answer {
    display: block;
    max-height: 0px;
    overflow: hidden;
    margin-top: 1.8em;
    transition-duration: 0.4s;
  }
  .page-template-support .content__elem--answer p {
    margin-bottom: 1.8em;
  }
  .page-template-support .content__elem .product__accordion--elem {
    margin-bottom: 1.8em;
    border-bottom: solid 1px black;
    overflow: hidden;
  }
  .page-template-support .content__elem .product__accordion--elem.active {
    display: block;
  }
  .page-template-support .content__elem .product__accordion--elem.active .content__elem--answer {
    max-height: 99999px;
  }
  .page-template-support .toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    width: 24px;
    margin-right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
    border-radius: 50%;
  }
  .page-template-support .toggle:hover {
    cursor: pointer;
    background-color: #b96244;
  }
  .page-template-support .toggle.disabled::before {
    content: "+";
    color: rgb(0, 0, 0);
    display: block;
  }
  .page-template-support .toggle.active {
    background-color: #b96244;
  }
  .page-template-support .toggle.active::before {
    content: "-";
    color: rgb(0, 0, 0);
    display: block;
  }
}

.page-template-faq .content__elem {
  display: none;
}
.page-template-faq .content__elem--question {
  padding-right: 3em;
  position: relative;
}
.page-template-faq .content__elem--answer {
  display: block;
  max-height: 0px;
  overflow: hidden;
  margin-top: 2.2em;
  transition-duration: 0.4s;
}
.page-template-faq .content__elem--answer p {
  margin-bottom: 2.2em;
}
.page-template-faq .content__elem .product__accordion--elem {
  margin-bottom: 2.2em;
  border-bottom: solid 1px black;
  overflow: hidden;
}
.page-template-faq .content__elem .product__accordion--elem.active {
  display: block;
}
.page-template-faq .content__elem .product__accordion--elem.active .content__elem--answer {
  max-height: 9999px;
}
.page-template-faq .toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  border-radius: 50%;
}
.page-template-faq .toggle:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .page-template-faq .toggle:hover {
    background-color: #b96244;
  }
}
.page-template-faq .toggle.disabled::before {
  content: "+";
  color: rgb(0, 0, 0);
  display: block;
}
.page-template-faq .toggle.active {
  background-color: #b96244;
}
.page-template-faq .toggle.active::before {
  content: "-";
  color: rgb(0, 0, 0);
  display: block;
}

.error404 .wrapper,
.page-template-mailing-thankyou .wrapper {
  height: 100vh;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .error404 .wrapper,
  .page-template-mailing-thankyou .wrapper {
    background-image: none !important;
  }
}
.error404 .wrapper .form-row,
.page-template-mailing-thankyou .wrapper .form-row {
  width: 100%;
  display: inline-block;
  margin: 1em 0;
}
.error404 .wrapper .form-row.half,
.page-template-mailing-thankyou .wrapper .form-row.half {
  width: 45%;
}
.error404 .wrapper .form-row.half:nth-of-type(even),
.page-template-mailing-thankyou .wrapper .form-row.half:nth-of-type(even) {
  float: right;
}

.home .woocommerce ul.products {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5em;
}
@media (max-width: 1450px) {
  .home .woocommerce ul.products {
    margin: 0;
  }
}
.home .woocommerce ul.products .product {
  padding: 0 1.5em;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1450px) {
  .home .woocommerce ul.products .product {
    padding: 0 1em;
  }
}
@media (max-width: 576px) {
  .home .woocommerce ul.products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home .woocommerce ul.products .product .woocommerce-loop-product__title {
  transition-duration: 0.4s;
}
.home .woocommerce ul.products .product:hover .woocommerce-loop-product__title {
  color: #b96244;
}
.home .woocommerce ul.products .product .woocommerce-LoopProduct-link {
  display: block;
  position: relative;
}
.home .woocommerce ul.products .product .woocommerce-LoopProduct-link:hover {
  cursor: none;
}
.home .woocommerce ul.products .product .woocommerce-LoopProduct-link:hover .product__image--second {
  opacity: 1;
}
.home .woocommerce ul.products .product::before {
  display: none;
}
.home .woocommerce ul.products .product__image {
  height: 425px;
  width: auto;
  margin-bottom: 1.9em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) and (max-width: 1200px) {
  .home .woocommerce ul.products .product__image {
    height: 325px;
  }
}
.home .woocommerce ul.products .product__image--second {
  top: 0;
  transition-duration: 0.6s;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.home .woocommerce ul.products .product .price {
  float: right;
}
.home .woocommerce ul.products .product__excerpt {
  width: 75%;
}
.home .swiper ul.products .product .woocommerce-loop-product__title {
  transition-duration: 0.4s;
}
.home .swiper ul.products .product:hover .woocommerce-loop-product__title {
  color: #b96244;
}
.home .swiper ul.products .product .woocommerce-LoopProduct-link:hover {
  cursor: none;
}
.home .swiper ul.products .product::before {
  display: none;
}
.home .swiper ul.products .product__image {
  height: 425px;
  width: auto;
  margin-bottom: 1.9em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .swiper ul.products .product .price {
  float: right;
}
.home .swiper ul.products .product__excerpt {
  width: 75%;
}
.home .bestseller__wrapper ul.products {
  display: flex;
}
.home .bestseller__wrapper ul.products .product {
  padding: 0;
}
.home .bestseller__wrapper ul.products .product .woocommerce-loop-product__title {
  transition-duration: 0.4s;
}
.home .bestseller__wrapper ul.products .product:hover .woocommerce-loop-product__title {
  color: #b96244;
}
.home .bestseller__wrapper ul.products .product .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
}
.home .bestseller__wrapper ul.products .product .woocommerce-LoopProduct-link:hover {
  cursor: none;
}
.home .bestseller__wrapper ul.products .product::before {
  display: none;
}
.home .bestseller__wrapper ul.products .product__image {
  height: 425px;
  width: auto;
  margin-bottom: 1.9em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .bestseller__wrapper ul.products .product__image--second {
  top: 0;
  transition-duration: 0.6s;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.home .bestseller__wrapper ul.products .product .price {
  float: right;
}
.home .bestseller__wrapper ul.products .product__excerpt {
  width: 75%;
}
.home .view-all {
  display: inline-block;
  float: right;
}
.home .view-all:hover::after {
  background-image: url("img/svg/arrow-more-green.svg");
  filter: none;
}
.home .view-all::after {
  content: "";
  transition-duration: 0.4s;
  background-image: url("img/svg/arrow-more.svg");
  height: 12px;
  width: 12px;
  margin-left: 8px;
  display: inline-block;
  filter: brightness(0%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 700;
  color: black;
  margin-bottom: 0.5em;
  display: inline-block;
  line-height: 14px;
  letter-spacing: 0;
}
.woocommerce-loop-product__title::after {
  display: none;
}

.woocommerce-shop .shop-archive-top {
  display: flex;
  margin: 0 -1.5em;
  margin-bottom: 6em;
}
@media (max-width: 1450px) {
  .woocommerce-shop .shop-archive-top {
    margin: 0;
    margin-bottom: 6em;
  }
}
.woocommerce-shop .shop-archive-top__featured {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 1.5em;
  position: relative;
}
.woocommerce-shop .shop-archive-top__featured a {
  position: relative;
  display: block;
  height: 100%;
}
.woocommerce-shop .shop-archive-top__featured a:hover {
  cursor: none;
}
.woocommerce-shop .shop-archive-top__featured:hover .shop-archive-top__featured--photo--second {
  opacity: 1;
}
@media (max-width: 1450px) {
  .woocommerce-shop .shop-archive-top__featured {
    padding: 0 1em;
  }
}
.woocommerce-shop .shop-archive-top__featured .woocommerce-loop-product__title {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-shop .shop-archive-top__featured .woocommerce-Price-amount {
  font-size: 16px;
}
.woocommerce-shop .shop-archive-top__featured .woocommerce-Price-amount * {
  font-size: 16px;
}
.woocommerce-shop .shop-archive-top__featured--photo {
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.woocommerce-shop .shop-archive-top__featured--photo--second {
  top: 0;
  transition-duration: 0.6s;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.woocommerce-shop .shop-archive-top__featured--wrapper {
  position: absolute;
  bottom: 2em;
  left: 2em;
}
.woocommerce-shop .shop-archive-top__photo {
  height: 540px;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding: 0 1.5em;
}
@media (max-width: 992px) {
  .woocommerce-shop .shop-archive-top__photo {
    height: 340px;
  }
}
.woocommerce-shop .shop-archive-top__photo--photo {
  background-size: cover;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
}
.woocommerce-shop #cat-list-form {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .woocommerce-shop #cat-list-form {
    width: 100%;
  }
}
.woocommerce-shop ul.products {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5em;
  margin-bottom: 5em;
}
@media (max-width: 1450px) {
  .woocommerce-shop ul.products {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .woocommerce-shop ul.products {
    margin: 1em;
  }
}
.woocommerce-shop ul.products .product {
  padding: 0 1.5em;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 5em;
}
@media (max-width: 1450px) {
  .woocommerce-shop ul.products .product {
    padding: 0 1em;
  }
}
@media (max-width: 992px) {
  .woocommerce-shop ul.products .product {
    padding: 1em;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5em;
  }
}
@media (max-width: 576px) {
  .woocommerce-shop ul.products .product {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5em;
  }
}
.woocommerce-shop ul.products .product .woocommerce-loop-product__title {
  transition-duration: 0.4s;
}
.woocommerce-shop ul.products .product .woocommerce-loop-product__link:hover {
  cursor: none;
}
.woocommerce-shop ul.products .product:hover .woocommerce-loop-product__title {
  color: #b96244;
}
.woocommerce-shop ul.products .product .woocommerce-loop-product__link {
  display: block;
  position: relative;
  height: 540px;
  width: auto;
  margin-bottom: 1.9em;
}
@media (max-width: 992px) {
  .woocommerce-shop ul.products .product .woocommerce-loop-product__link {
    height: 420px;
  }
}
.woocommerce-shop ul.products .product .woocommerce-loop-product__link:hover .product__image--second {
  opacity: 1;
}
.woocommerce-shop ul.products .product .woocommerce-loop-product__link:hover {
  cursor: none;
}
.woocommerce-shop ul.products .product .price {
  float: right;
}
.woocommerce-shop ul.products .product::before {
  display: none;
}
.woocommerce-shop ul.products .product__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.woocommerce-shop ul.products .product__image--second {
  top: 0;
  transition-duration: 0.6s;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.woocommerce-shop .cat-list {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% - 60px);
  margin-bottom: 2.8em;
}
@media (max-width: 992px) {
  .woocommerce-shop .cat-list {
    width: 100%;
    margin-bottom: 4.5em;
  }
}
.woocommerce-shop .cat-list__elem {
  padding: 0;
  margin-right: 1em;
  margin-bottom: 0;
  width: auto;
}
.woocommerce-shop .cat-list__elem::before {
  display: none;
}
.woocommerce-shop .cat-list__elem--link {
  height: 100%;
  font-size: 11.2px;
  letter-spacing: 0;
  text-transform: inherit;
  line-height: normal;
}

.woocommerce-result-count {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  float: right;
  width: 55px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .woocommerce-result-count {
    display: none;
  }
}
.woocommerce-result-count span {
  font-size: 16px;
  line-height: normal;
}

#woocommerce-wrapper {
  margin-top: 150px;
}
@media (max-width: 768px) {
  #woocommerce-wrapper {
    margin-top: 105px;
  }
}

@media (max-width: 1450px) {
  .single-product #woocommerce-wrapper {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.single-product .cart {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-product .swiper-pagination {
  text-align: left;
  left: 3em;
  bottom: 3em;
  font-size: 16px;
}
.single-product .swiper-pagination * {
  font-size: 16px;
}
.single-product .product_title {
  font-family: "Merriweather", serif;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: -3px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 1200px) {
  .single-product .product_title {
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -1.89px;
    color: #000000;
  }
}
.single-product .woocommerce-product-gallery {
  width: 50%;
  height: calc(100% + 50em);
  display: inline-block;
}
@media (max-width: 992px) {
  .single-product .woocommerce-product-gallery {
    width: 100%;
  }
}
.single-product .woocommerce-product-gallery__wrapper {
  height: 50em;
}
@media (max-width: 1100px) {
  .single-product .woocommerce-product-gallery__wrapper {
    height: 35em;
  }
}
@media (max-width: 992px) {
  .single-product .woocommerce-product-gallery__wrapper {
    height: 40em;
  }
}
@media (max-width: 576px) {
  .single-product .woocommerce-product-gallery__wrapper {
    height: 22em;
  }
}
.single-product .woocommerce-product-gallery__wrapper .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-product .single_add_to_cart_button {
  font-size: 13px;
  margin-top: 0em;
  font-weight: normal;
  font-stretch: normal;
  background-color: black;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.5px;
  color: #ffffff;
  border: none;
  display: block;
  text-align: center;
  padding: 1.8em;
  text-transform: uppercase;
  width: 100%;
  transition-duration: 0.4s;
}
@media (max-width: 992px) {
  .single-product .single_add_to_cart_button {
    transition-duration: 0.1s;
  }
}
.single-product .single_add_to_cart_button:hover {
  color: white;
  background-color: #b96244;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.0196078431);
  cursor: pointer;
}
.single-product .cart__wrapper {
  position: relative;
}
.single-product .qty__buttons {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: transparent;
  border: none;
  height: 18px;
  width: 18px;
}
.single-product .qty__buttons:hover {
  cursor: pointer;
}
.single-product .qty__buttons.minus {
  left: 13px;
}
.single-product .qty__buttons.minus::before {
  content: "";
  width: 17px;
  display: block;
  height: 2px;
  background-color: black;
}
.single-product .qty__buttons.plus {
  right: 13px;
}
.single-product .qty__buttons.plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 2px;
  display: block;
  height: 17px;
  background-color: black;
}
.single-product .qty__buttons.plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background-color: black;
}
.single-product .sticky-summary {
  width: 49%;
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  margin-bottom: 17em;
}
.single-product .sticky-summary .entry-summary {
  width: 100%;
}
@media (min-width: 1100px) {
  .single-product .sticky-summary {
    height: 102em;
    float: right;
  }
}
@media (max-width: 992px) {
  .single-product .sticky-summary {
    width: 100%;
    margin-top: 2em;
    text-align: center;
  }
}
.single-product .sticky-summary .entry-summary__wrapper {
  width: 65%;
  margin: auto;
}
@media (min-width: 1100px) {
  .single-product .sticky-summary .entry-summary__wrapper {
    margin-top: 12.5em;
    position: sticky;
    top: 12.5em;
  }
}
@media (max-width: 992px) {
  .single-product .sticky-summary .entry-summary__wrapper {
    width: 100%;
  }
}
.single-product .sticky-summary .entry-summary__wrapper .price {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
}
.single-product .sticky-summary .entry-summary__wrapper .price * {
  color: rgba(0, 0, 0, 0.4);
}
.single-product .sticky-summary .entry-summary__wrapper--qty {
  margin-right: 1.15em;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.single-product .sticky-summary .entry-summary__wrapper--description {
  margin-top: 4em;
}
.single-product .quantity {
  border: solid 1px black;
}
.single-product .quantity input[type=number] {
  text-align: center;
  -moz-appearance: textfield;
}
.single-product .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .quantity .input-text {
  text-align: center;
  border: none !important;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #171717;
  -webkit-appearance: none;
}
.single-product .product__video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 51em;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 13px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .single-product .product__video {
    height: 34em;
  }
}
@media (max-width: 992px) {
  .single-product .product__video {
    height: 52em;
    margin-top: 9em;
  }
}
@media (max-width: 576px) {
  .single-product .product__video {
    height: 20em;
    margin-top: 1em;
  }
}
.single-product .product__video--source {
  width: 100%;
}
.single-product .product__accordion {
  width: 90%;
  margin-top: 4.5em;
}
@media (max-width: 992px) {
  .single-product .product__accordion {
    width: 100%;
  }
}
.single-product .product__accordion--elem {
  border-bottom: solid 1px black;
  margin-bottom: 1.7em;
  position: relative;
  max-height: 40px;
  overflow: hidden;
  transition-duration: 0.4s;
  text-align: left;
}
.single-product .product__accordion--elem.active {
  max-height: 5000px;
  overflow: visible;
}
.single-product .product__accordion--elem.disabled .toggle::before {
  content: "+";
  color: white;
  display: block;
  line-height: 0;
}
.single-product .product__accordion--elem.active .toggle {
  background-color: #b96244;
}
.single-product .product__accordion--elem.active .toggle::before {
  content: "-";
  color: white;
  display: block;
  line-height: 0;
}
.single-product .product__accordion--elem .toggle {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: black;
  height: 26px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
}
.single-product .product__accordion--elem .toggle:hover {
  cursor: pointer;
  background-color: #b96244;
}
.single-product .product__accordion--elem--title {
  font-size: 16px;
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  position: relative;
  z-index: 100;
}
.single-product .product__accordion--elem--title:hover {
  cursor: pointer;
}
.single-product .ingredients {
  margin-bottom: 15em;
  width: 100%;
}
@media (max-width: 992px) {
  .single-product .ingredients {
    padding-top: 8em;
    margin-bottom: 8em;
    text-align: center;
  }
}
.single-product .ingredients__title {
  font-size: 17.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.23px;
  color: #000000;
}
.single-product .ingredients__single {
  font-size: 90px;
  margin-right: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -7.01px;
  color: #000000;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .single-product .ingredients__single {
    font-size: 61px;
    letter-spacing: -2.6px;
  }
}
.single-product .ingredients__single--image {
  display: none;
  height: 220px;
  position: absolute;
  width: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -170px;
  right: 2em;
}
.single-product .ingredients__single:hover .ingredients__single--image {
  display: block;
}
.single-product .ingredients #cursor-ingredients {
  height: 20px;
  width: 20px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  z-index: 999;
}
.single-product .box {
  width: 100%;
}
@media (min-width: 1450px) {
  .single-product .box {
    margin: 0 -1.5em;
  }
}
.single-product .box__single--inner {
  background-color: black;
  padding: 7em;
}
@media (max-width: 1450px) {
  .single-product .box__single--inner {
    padding: 5em;
  }
}
@media (max-width: 1100px) {
  .single-product .box__single--inner {
    padding: 4.5em;
    margin-bottom: 2em;
  }
}
.single-product .box__single--inner * {
  color: white;
}
.single-product .box__single--inner h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 3em;
}
.single-product .box__single--inner img {
  float: right;
  display: inline-block;
  height: 34px;
  width: 34px;
}
.single-product .up-sells {
  margin-bottom: 10em;
  padding: 0 1em;
}
.single-product .up-sells .upsells-title__wrapper {
  display: flex;
  justify-content: space-between;
}
.single-product .up-sells .upsells-title__wrapper h2 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.69px;
  color: #000000;
}
.single-product .up-sells .upsells-title__wrapper .view-all:hover::after {
  filter: none;
  background-image: url("img/svg/arrow-more-green.svg");
}
.single-product .up-sells .upsells-title__wrapper .view-all::after {
  content: "";
  background-image: url("img/svg/arrow-more.svg");
  height: 12px;
  width: 12px;
  margin-left: 8px;
  transition-duration: 0.4s;
  display: inline-block;
  filter: brightness(0%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-product .up-sells ul.products {
  padding: 0;
  display: flex;
  margin: 0 -1.5em;
  flex-wrap: wrap;
}
.single-product .up-sells ul.products:hover {
  cursor: none;
}
@media (max-width: 1450px) {
  .single-product .up-sells ul.products {
    margin: 0 -1em;
  }
}
.single-product .up-sells ul.products .product {
  padding: 0 1.5em;
  flex: 0 0 25%;
  max-width: 25%;
  list-style-type: none;
}
@media (max-width: 1450px) {
  .single-product .up-sells ul.products .product {
    padding: 0 1em;
  }
}
@media (max-width: 992px) {
  .single-product .up-sells ul.products .product {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2em;
    padding: 1em;
  }
}
@media (max-width: 576px) {
  .single-product .up-sells ul.products .product {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2em;
    padding: 0;
  }
}
.single-product .up-sells ul.products .product .woocommerce-LoopProduct-link {
  display: block;
  position: relative;
}
.single-product .up-sells ul.products .product .woocommerce-loop-product__title {
  transition-duration: 0.4s;
}
.single-product .up-sells ul.products .product:hover {
  cursor: none;
}
.single-product .up-sells ul.products .product:hover .product__image--second {
  opacity: 1;
}
.single-product .up-sells ul.products .product:hover .woocommerce-loop-product__title {
  color: #b96244;
}
.single-product .up-sells ul.products .product .woocommerce-LoopProduct-link:hover {
  cursor: none;
}
.single-product .up-sells ul.products .product::before {
  display: none;
}
.single-product .up-sells ul.products .product__image {
  height: 425px;
  width: auto;
  margin-bottom: 1.9em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single-product .up-sells ul.products .product__image--second {
  top: 0;
  transition-duration: 0.6s;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.single-product .up-sells ul.products .product .price {
  float: right;
}
.single-product .up-sells ul.products .product__excerpt {
  width: 75%;
}
.single-product .hover-content {
  opacity: 0;
  transition: opacity 0.25s linear;
  position: absolute;
  left: -200vw;
  top: -200vh;
  z-index: -9999;
}
.single-product .hover-content.active {
  z-index: 2000;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.25s linear;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
}
.single-product .hover-content__content {
  max-width: 40vw;
  max-height: 40vh;
}
.single-product .hover-content__content img {
  max-width: 100%;
  height: auto;
}
.single-product .hover-content__content video {
  max-width: 100%;
  height: auto;
}

.woocommerce .select2-container .select2-selection--single {
  height: 50px;
  padding: 10px 5px;
}
.woocommerce .select2-container--default .select2-selection--single {
  border: solid 1px black;
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #b96244 !important;
}

.select2-selection__arrow {
  background-image: url("img/svg/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50% !important;
  transform: translate(0, -50%);
  height: 7px !important;
  right: 5px !important;
}
.select2-selection__arrow b {
  display: none;
}

.lost_password a u,
.create_account a u {
  transition-duration: 0.4s;
}
.lost_password a u:hover,
.create_account a u:hover {
  color: #b96244;
}

.woocommerce-privacy-policy-link {
  color: #000000;
  text-decoration: underline;
}
.woocommerce-privacy-policy-link:hover {
  color: #b96244;
}

.woocommerce-checkout .form-row label {
  display: none !important;
}
@media (min-width: 1100px) {
  .woocommerce-checkout .cart-checkout__wrapper .woocommerce {
    position: sticky;
    top: 9em;
    margin-bottom: 2em;
  }
}
.woocommerce-checkout .place-order .order-total {
  margin: 3em 0;
}
.woocommerce-checkout .place-order .woocommerce-privacy-policy-text {
  margin-top: 2em;
  margin-bottom: 7em;
}
.woocommerce-checkout .place-order #place_order {
  width: 100%;
  display: block;
  margin: auto;
  border: none;
  background-color: black;
  color: white;
  padding: 21px;
  font-size: 13px;
  transition-duration: 0.4s;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
}
.woocommerce-checkout .place-order #place_order:hover {
  color: white;
  background-color: #b96244;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.0196078431);
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  background-color: #f9f9f9;
  padding: 2em;
  margin-bottom: 2em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-shipping {
  margin-bottom: 1em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal {
  border-top: solid 1px black;
  padding-top: 1em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount * {
  font-weight: 400;
}
.woocommerce-checkout #order_review .cart_totals .tax-rate {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout #order_review .cart_totals .woocommerce-Price-amount {
  display: inline-block;
  text-align: right;
  width: 49%;
}
.woocommerce-checkout #order_review .cart-subtotal div {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout #order_review .cart-subtotal div:nth-of-type(2) {
  text-align: right;
}
.woocommerce-checkout #order_review .cart-subtotal div:nth-of-type(2) .woocommerce-Price-amount {
  width: auto;
}
.woocommerce-checkout #order_review .cart-subtotal div .woocommerce-remove-coupon {
  color: #b96244;
}
.woocommerce-checkout #order_review .tax-rate {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout #order_review .order-total div {
  display: block;
  width: 49%;
  margin: auto;
  text-align: center;
}
.woocommerce-checkout #order_review .order-total div * {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.woocommerce-checkout #order_review .cart-discount div {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout #order_review .cart-discount div:nth-of-type(2) {
  text-align: right;
}
.woocommerce-checkout #order_review .cart-discount div:nth-of-type(2) .woocommerce-Price-amount {
  width: auto;
}
.woocommerce-checkout #order_review .cart-discount div .woocommerce-remove-coupon {
  color: #b96244;
}
.woocommerce-checkout #order_review .order-total .subtotal-text {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout #order_review .order-total .total-price {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.woocommerce-checkout #order_review .total {
  border-bottom: solid 1px black;
  border-top: solid 1px black;
  padding: 1.4em 0;
}
.woocommerce-checkout #order_review .total__text {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout #order_review .total__price {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.woocommerce-checkout main.wrapper {
  margin-top: 130px;
}
.woocommerce-checkout button[name=update_cart],
.woocommerce-checkout input[name=update_cart] {
  display: none !important;
}
.woocommerce-checkout .form-row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
}
.woocommerce-checkout .form-row input::placeholder {
  color: rgba(0, 0, 0, 0.664);
  font-size: 14px;
}
.woocommerce-checkout .form-row label {
  display: block;
}
.woocommerce-checkout #billing_first_name_field {
  width: 47%;
  display: inline-block;
}
.woocommerce-checkout #billing_last_name_field {
  width: 47%;
  display: inline-block;
  float: right;
}
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout .gap {
  margin-top: 5em;
}
.woocommerce-checkout select {
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields .product__accordion--elem .toggle {
  position: relative;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  background-color: black;
}
.woocommerce-checkout .woocommerce-shipping-fields .product__accordion--elem .toggle::before {
  content: "+";
  color: white;
  display: block;
}
.woocommerce-checkout .woocommerce-shipping-fields .product__accordion--elem .toggle:hover {
  cursor: pointer;
  background-color: #b96244;
}
.woocommerce-checkout .woocommerce-shipping-fields .product__accordion--elem.active .toggle {
  background-color: #b96244;
}
.woocommerce-checkout .woocommerce-shipping-fields .product__accordion--elem.active .toggle::before {
  content: "-";
  color: white;
  display: block;
}
.woocommerce-checkout #ship-to-different-address .checkbox .woocommerce-form__label.active .toggle::before {
  content: "+";
  color: white;
  display: block;
}
.woocommerce-checkout #ship-to-different-address .checkbox .woocommerce-form__label.active .toggle:hover {
  cursor: pointer;
  background-color: #b96244;
}
.woocommerce-checkout #ship-to-different-address .checkbox .woocommerce-form__label.disabled .toggle:hover {
  cursor: pointer;
  background-color: #b96244;
}
.woocommerce-checkout .product__accordion--elem.active .shipping_address {
  display: block;
}
.woocommerce-checkout .product__accordion--elem--title {
  display: inline-flex;
  font-size: 18px;
}
.woocommerce-checkout .shipping_address {
  display: none;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.woocommerce-checkout .cart .shop-table {
  max-height: 50vh;
  overflow: auto;
}
.woocommerce-checkout .cart .product-content {
  flex: 0 0 calc(100% - 140px);
  padding-left: 3em;
  max-width: calc(100% - 140px);
  position: relative;
}
@media (max-width: 992px) {
  .woocommerce-checkout .cart .product-content {
    padding-left: 30px;
  }
}
.woocommerce-checkout .cart .cart_item {
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: solid 1px black;
}
.woocommerce-checkout .cart .cart_item .product-thumbnail {
  flex: 0 0 140px;
  max-width: 140px;
}
@media (max-width: 992px) {
  .woocommerce-checkout .cart .cart_item .product-thumbnail {
    flex: 0 0 110px;
    max-width: 110px;
  }
}
.woocommerce-checkout .cart .cart_item .product-thumbnail__image {
  height: 140px;
  width: 140px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .woocommerce-checkout .cart .cart_item .product-thumbnail__image {
    height: 110px;
    width: 110px;
  }
}
.woocommerce-checkout .cart .cart_item .quantity {
  display: inline-block;
}
.woocommerce-checkout .cart .cart_item .quantity .qty {
  width: 30px;
  margin-left: 5px;
  padding: 0;
  border: none !important;
}
.woocommerce-checkout .cart .cart_item .product-name {
  margin-bottom: 1.5em;
  line-height: normal;
}
.woocommerce-checkout .cart .cart_item .product-name a {
  font-size: 16.8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .woocommerce-checkout .cart .cart_item .product-name a {
    font-size: 13.3px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
  }
}
.woocommerce-checkout .cart .cart_item .product-remove {
  text-decoration: underline;
}
.woocommerce-checkout .cart .cart_item .product-remove a {
  color: #000000;
  font-size: 12px;
}
.woocommerce-checkout .cart .cart_item .product-remove a:hover {
  color: #b96244;
}
.woocommerce-checkout .cart .cart_item .product-price-wrapper {
  position: absolute;
  bottom: 0;
  line-height: normal;
}
@media (max-width: 992px) {
  .woocommerce-checkout .cart .cart_item .product-price-wrapper {
    left: 30px;
    right: 0;
  }
}
.woocommerce-checkout .cart .button-1, .woocommerce-checkout .cart .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .woocommerce-checkout .cart .wc-forward {
  border: none;
}
.woocommerce-checkout .cart-collaterals {
  margin-top: 2em;
}
.woocommerce-checkout .cart-collaterals .cart_totals .tax-rate div {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout .cart-collaterals .cart_totals .tax-rate div:nth-of-type(2) {
  text-align: right;
}
.woocommerce-checkout .cart-collaterals .cart_totals .tax-rate div:nth-of-type(2) .woocommerce-Price-amount {
  width: auto;
}
.woocommerce-checkout .cart-collaterals .cart_totals .tax-rate div .woocommerce-remove-coupon {
  color: #b96244;
}
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-Price-amount {
  display: inline-block;
  text-align: right;
  width: 49%;
}
.woocommerce-checkout .cart-collaterals .cart-discount div {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout .cart-collaterals .cart-discount div:nth-of-type(2) {
  text-align: right;
}
.woocommerce-checkout .cart-collaterals .cart-discount div:nth-of-type(2) .woocommerce-Price-amount {
  width: auto;
}
.woocommerce-checkout .cart-collaterals .cart-discount div .woocommerce-remove-coupon {
  color: #b96244;
}
.woocommerce-checkout .cart-collaterals .order-total .subtotal-text {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout .cart-collaterals .order-total .total-price {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.woocommerce-checkout .cart-collaterals .total {
  border-bottom: solid 1px black;
  border-top: solid 1px black;
  padding: 1.4em 0;
  width: 100%;
}
.woocommerce-checkout .cart-collaterals .total__text {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout .cart-collaterals .total__price {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.woocommerce-checkout .cart-collaterals .total__price * {
  font-weight: 400;
}
.woocommerce-checkout .cart-collaterals .total__subtotal-text {
  display: inline-block;
  width: 49%;
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout .cart-collaterals .total__subtotalprice {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.woocommerce-checkout .cart-collaterals .total__subtotalprice * {
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout .cart-collaterals .total__tax-rate div {
  display: inline-block;
  width: 49%;
}
.woocommerce-checkout .cart-collaterals .total__tax-rate div * {
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout .cart-collaterals .total__tax-rate div {
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout .cart-collaterals .total__tax-rate div:nth-of-type(2) {
  text-align: right;
}
.woocommerce-checkout .cart-collaterals .total__tax-rate div:nth-of-type(2) * {
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout .cart-collaterals .product__accordion--elem #coupon_code {
  width: calc(100% - 190px);
}
.woocommerce-checkout .cart-collaterals .product__accordion--elem .coupon__name {
  width: 100%;
  padding-bottom: 0.6em;
}
.woocommerce-checkout .cart-collaterals .product__accordion--elem .coupon__name p {
  color: #ff8349;
}
.woocommerce-checkout .cart-collaterals .product__accordion--elem .coupon__name--sub {
  display: none;
}
.woocommerce-checkout .cart-collaterals .product__accordion--elem .coupon__name--sub .button-2, .woocommerce-checkout .cart-collaterals .product__accordion--elem .coupon__name--sub .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .woocommerce-checkout .cart-collaterals .product__accordion--elem .coupon__name--sub .checkout {
  float: right;
  width: 184px;
}
.woocommerce-checkout .cart-collaterals .product__accordion--elem.active .coupon__name--sub {
  display: block;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-subtotal {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping div {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping #shipping_method {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping #shipping_method * {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping #shipping_method li {
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping #shipping_method li::before {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment ul {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment ul li {
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment ul li::before {
  display: none;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: black;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a:hover {
  color: #b96244;
}
.woocommerce-checkout .login-popup {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.37);
  z-index: 999;
}
.woocommerce-checkout .login-popup__wrapper {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4em;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
@media (max-width: 768px) {
  .woocommerce-checkout .login-popup__wrapper {
    padding: 3em;
    width: 80%;
  }
}
.woocommerce-checkout .login-popup .active-action {
  background-color: black;
  padding: 3px;
  left: 8px;
  top: 8px;
  margin-left: 0;
}
.woocommerce-checkout .login-popup .active-action::before, .woocommerce-checkout .login-popup .active-action::after {
  background-color: white;
  left: 2px;
  right: 2px;
  bottom: 2px;
  width: auto;
}

body .wc_payment_method {
  margin-bottom: 1.5em !important;
}
body .wc-stripe-card-icons-container,
body .wc-stripe-paymentRequest-icons-container {
  float: none;
  display: block;
}
body ul.payment_methods li[class*=payment_method_stripe_] label > img:first-of-type {
  display: block !important;
  float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: left !important;
  width: 60% !important;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    padding: 0em;
  }
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .delete-account-text {
    margin-top: 4em;
  }
  .woocommerce-account .woocommerce-MyAccount-content .delete-account-text .button-1, .woocommerce-account .woocommerce-MyAccount-content .delete-account-text .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .woocommerce-account .woocommerce-MyAccount-content .delete-account-text .wc-forward {
    width: 100%;
    margin-top: 10em;
  }
}
.woocommerce-account .woocommerce-MyAccount-content label {
  font-size: 14px;
  color: gray;
}
.woocommerce-account .woocommerce-MyAccount-content label * {
  font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content form {
  margin-top: 1em;
}
.woocommerce-account .woocommerce-MyAccount-content .select2-selection.select2-selection--single {
  width: 100%;
  margin-bottom: 0.5em;
  border: none;
  border-bottom: solid 1px #000000;
  border-radius: 0;
}
@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content .select2-selection.select2-selection--single {
    width: 92%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .select2-selection.select2-selection--single:focus {
  outline: none;
}
.woocommerce-account legend {
  font-size: 18px;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions {
  display: none !important;
}
.woocommerce-account th:last-of-type span {
  display: none;
}
.woocommerce-account .edit-account .form-row label {
  display: none;
}

.woocommerce .woocommerce-message {
  max-width: 100%;
  flex: 0 0 100%;
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  filter: brightness(0%);
}

#cookie-info {
  -webkit-transition: -webkit-transform 0.65s 0.2s;
  transition: -webkit-transform 0.65s 0.2s;
  transition: transform 0.65s 0.2s;
  transition: transform 0.65s 0.2s, -webkit-transform 0.65s 0.2s;
  opacity: 1;
  bottom: 0px;
  padding: 1em 2em;
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 2000;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 50px;
  background-color: black;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 992px) {
  #cookie-info {
    display: block;
  }
}
@media (min-width: 1650px) {
  #cookie-info {
    padding: 0.7em 11em;
  }
}
#cookie-info * {
  color: white;
}
@media (max-width: 576px) {
  #cookie-info {
    padding: 0.7em 1em;
  }
}
#cookie-info span {
  display: inline-block;
  min-width: 100px;
}
#cookie-info a {
  min-width: 100px;
}
#cookie-info .cookies-text {
  display: inline-block;
  width: 90%;
  margin: 0 15px;
}
@media (max-width: 992px) {
  #cookie-info .cookies-text {
    margin: 0;
  }
}

@media (max-width: 380px) {
  #cookie-info {
    bottom: 0px;
    position: fixed;
    left: 0px;
    width: 100%;
  }
}
.close {
  position: absolute;
  right: 1.3em;
  top: 15px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  z-index: 999;
  opacity: 0.6;
}

.close:hover {
  opacity: 1;
}

#cookie-info a.close-cookie {
  outline: none;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
  background-color: white;
  padding: 1em 2em;
  z-index: 9;
  color: black;
  text-decoration: none;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  min-width: 185px;
}
@media (max-width: 1300px) {
  #cookie-info a.close-cookie {
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  #cookie-info a.close-cookie {
    width: auto;
    float: right;
  }
}

#cookie-info a.close span.top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}

#cookie-info a.close span.bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
  top: 23px;
}

#cookie-info a.close span {
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  cursor: pointer;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

#cookie-info p {
  font-size: 14px;
  margin: 1em 0;
  align-items: center;
  line-height: 28px;
  color: white;
  width: 80%;
  text-align: left;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 992px) {
  #cookie-info p {
    display: block;
    width: 100%;
  }
}

#cookie-info.remove {
  opacity: 0;
  -webkit-transform: translate(-120%, 0);
  transform: translate(-120%, 0);
  -webkit-transition: -webkit-transform 1s 0.2s, opacity 1s 0.2s;
  -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: transform 1s 0.2s, opacity 1s 0.2s;
  transition: transform 1s 0.2s, opacity 1s 0.2s, -webkit-transform 1s 0.2s;
}

#cookie-info a {
  transition-duration: 0.4s;
  color: white;
  text-decoration: underline;
}
#cookie-info a:hover {
  color: #b96244;
}

.checkboxes {
  display: block;
  position: relative;
  margin-bottom: 1em;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding-left: 30px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxes input {
  position: absolute;
  opacity: 0;
}
.checkboxes .checkmark {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: solid 1px black;
}
.checkboxes:hover input ~ .checkmark {
  background-color: rgb(236, 236, 236);
}
.checkboxes input:checked ~ .checkmark {
  background-color: white;
  border: solid 2px #b96244;
}
.checkboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxes input:checked ~ .checkmark:after {
  display: block;
}
.checkboxes .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid #b96244;
  border-width: 0 2px 2px 0px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.navigation li {
  display: inline-block;
  padding: 0;
  margin-top: 2em;
}
.navigation li::before {
  display: none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #4d43e2;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #b96244;
}

.error404-text {
  height: 30vh;
  margin-top: 3em;
  position: relative;
}
.error404-text .msg-404 {
  font-weight: 600;
  color: #fafafa;
  font-size: 295px;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0.4em;
  opacity: 0.3;
}
@media (max-width: 1450px) {
  .error404-text .msg-404 {
    font-size: 140px;
  }
}

.restore-item {
  font-weight: 700;
  color: #000000;
}

.woocommerce-message {
  background-color: #fafafa;
  box-shadow: 0px 3px 14px rgba(46, 46, 46, 0.1);
  border-top: solid 8px #b96244;
  padding: 1em 2em 1em 4.5em;
  position: relative;
  margin-bottom: 4em;
}
.woocommerce-message .wc-forward {
  font-weight: 700;
  color: #000000;
  float: right;
  transition-duration: 0.4s;
}
.woocommerce-message .wc-forward:hover {
  color: #b96244;
}
.woocommerce-message::before {
  content: "";
  background-image: url("img/svg/square.svg");
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.5em;
  top: 15px;
}
.woocommerce-message--info {
  border-top-color: #56ccf2;
}
.woocommerce-message--info::before {
  content: "";
  background-image: url("img/svg/square.svg");
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.5em;
  top: 15px;
}
.woocommerce-message--error {
  border-top-color: #af2929;
}
.woocommerce-message--error::before {
  content: "";
  background-image: url("img/svg/alert-circle.svg");
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 1.5em;
  top: 15px;
}
.woocommerce-message--error {
  border-top-color: #af2929;
}
.woocommerce-message--error::before {
  content: "";
  background-image: url("img/svg/alert-circle.svg");
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 1.5em;
  top: 15px;
}

.woocommerce-error {
  background-color: #fafafa;
  box-shadow: 0px 3px 14px rgba(46, 46, 46, 0.1);
  border-top: solid 8px;
  padding: 1em 2em 1em 4.5em;
  border-top-color: #af2929;
  position: relative;
}
.woocommerce-error li {
  list-style-type: none;
}
.woocommerce-error li::before {
  display: none;
}
.woocommerce-error::before {
  content: "";
  background-image: url("img/svg/alert-circle.svg");
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 1.5em;
  top: 15px;
}

.cart-empty,
body .woocommerce .woocommerce-info {
  box-shadow: 0px 3px 14px rgba(46, 46, 46, 0.1) !important;
  padding: 1em 2em 1em 3.5em !important;
  position: relative;
  border: solid 1px #b96244 !important;
  background-color: rgba(185, 98, 68, 0.1);
}
.cart-empty::before,
body .woocommerce .woocommerce-info::before {
  content: "";
  background-image: url("img/svg/square.svg");
  display: block;
  width: 23px;
  height: 23px;
  left: 15px;
  top: 19px;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 992px) {
  .woocommerce-order-received {
    text-align: center;
  }
  .woocommerce-order-received .button-1, .woocommerce-order-received .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .woocommerce-order-received .wc-forward {
    width: 100%;
    margin-top: 6em;
  }
}
.woocommerce-order-received .wrapper {
  margin-top: 0;
}
@media (max-width: 992px) {
  .woocommerce-order-received .wrapper {
    margin-top: 4em;
  }
}
.woocommerce-order-received .woocommerce-order {
  height: 100vh;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .woocommerce-order-received .woocommerce-order {
    background-image: none !important;
  }
}

.wpcf7 input[type=checkbox] {
  display: none;
}
.wpcf7 label {
  font-weight: 700;
}
.wpcf7 label,
.wpcf7 textarea {
  width: 100%;
  margin-bottom: 20px;
  color: black;
}
.wpcf7 .wpcf7-submit {
  display: block;
  background-color: #4d43e2;
  color: white;
  border: solid 2px #4d43e2;
  border-radius: 0px;
  transition-duration: 0.4s;
  font-weight: 700;
  text-transform: uppercase;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: transparent;
  cursor: pointer;
  color: #4d43e2;
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6;
}
.wpcf7 .wpcf7-submit:disabled:hover {
  opacity: 0.6;
  border: solid 2px #4d43e2;
  background-color: #4d43e2;
  color: white;
}
.wpcf7 input,
.wpcf7 select {
  width: 100%;
  padding: 0.75em;
  border: solid 1px black;
}
@media (max-width: 1450px) {
  .wpcf7 input,
  .wpcf7 select {
    padding: 1em;
  }
}
.wpcf7 .your-email {
  position: relative;
}
.wpcf7 textarea {
  height: 200px;
  resize: none;
  padding: 0.75em;
  border: solid 1px black;
}
.wpcf7 p {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-acceptance {
  display: block;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  padding: 0;
  padding-left: 35px;
  margin: 0;
  display: inline-block !important;
}
@media (max-width: 576px) {
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
    width: 86%;
  }
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border: solid 2px #4d43e2;
  background-color: transparent;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:hover::before {
  border: solid 2px #4d43e2;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  left: 8px;
  padding: 0;
  width: 6px;
  height: 11px;
  border: solid #4d43e2;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: hidden;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  visibility: visible;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  border: solid 2px #4d43e2;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  top: 2px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  top: 6px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  width: 100%;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label span {
  border: none;
  background-color: transparent;
  height: auto;
  text-align: left;
  display: block;
  position: relative;
}
.wpcf7 .response {
  display: none;
  text-align: center;
}
.wpcf7 .response p {
  margin-bottom: 2em;
}
.wpcf7 .sent .mail-ok {
  display: block;
}
.wpcf7 .sent .mail-ok .button-1, .wpcf7 .sent .mail-ok .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wpcf7 .sent .mail-ok .wc-forward {
  color: #000000;
}
.wpcf7 .response .prev {
  color: white;
}
.wpcf7 .invalid .mail-invalid {
  display: block;
}

/* RESPONSIVE MENU */
.icon-bar {
  width: 27px;
  height: 2px;
  display: block;
  background-color: rgb(0, 0, 0);
  transition: all 0.4s;
  margin: 8px 0;
}

@media (max-width: 992px) {
  #navbarNavDropdown {
    overflow: hidden;
    background-color: #4d43e2;
    width: 100%;
    z-index: 9999;
    position: absolute;
  }
}
.navbar-toggler {
  border: none;
  position: relative;
  background: transparent !important;
  z-index: 99;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

@media (max-width: 992px) {
  .collapse:not(.show) {
    display: block;
    left: -999%;
  }
}

.collapse,
.collapsing {
  transition: all 0.2s;
}

.page-template-register .wrapper,
.page-template-login .wrapper,
.woocommerce-lost-password .wrapper {
  height: 100vh;
  padding-top: 7em;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1500px) {
  .page-template-register .wrapper,
  .page-template-login .wrapper,
  .woocommerce-lost-password .wrapper {
    background-size: 45%;
  }
}
@media (max-width: 768px) {
  .page-template-register .wrapper .wrapper,
  .page-template-login .wrapper .wrapper,
  .woocommerce-lost-password .wrapper .wrapper {
    margin-top: 130px;
    height: 100%;
    margin-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .page-template-register .wrapper,
  .page-template-login .wrapper,
  .woocommerce-lost-password .wrapper {
    background-image: none !important;
  }
}
.page-template-register .wrapper .form-row,
.page-template-login .wrapper .form-row,
.woocommerce-lost-password .wrapper .form-row {
  width: 100%;
  display: inline-block;
  margin: 1em 0;
}
.page-template-register .wrapper .form-row.half,
.page-template-login .wrapper .form-row.half,
.woocommerce-lost-password .wrapper .form-row.half {
  width: 45%;
}
@media (max-width: 576px) {
  .page-template-register .wrapper .form-row.half,
  .page-template-login .wrapper .form-row.half,
  .woocommerce-lost-password .wrapper .form-row.half {
    width: 47%;
  }
}
.page-template-register .wrapper .form-row.half:nth-of-type(even),
.page-template-login .wrapper .form-row.half:nth-of-type(even),
.woocommerce-lost-password .wrapper .form-row.half:nth-of-type(even) {
  float: right;
}
@media (max-width: 768px) {
  .page-template-register .wrapper .form-row .button-1, .page-template-register .wrapper .form-row .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .page-template-register .wrapper .form-row .wc-forward,
  .page-template-register .wrapper .form-row .woocommerce-LostPassword,
  .page-template-register .wrapper .form-row .create_account,
  .page-template-login .wrapper .form-row .button-1,
  .page-template-login .wrapper .form-row .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward,
  .sidebar__widget .woocommerce-mini-cart__buttons.buttons .page-template-login .wrapper .form-row .wc-forward,
  .page-template-login .wrapper .form-row .woocommerce-LostPassword,
  .page-template-login .wrapper .form-row .create_account,
  .woocommerce-lost-password .wrapper .form-row .button-1,
  .woocommerce-lost-password .wrapper .form-row .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward,
  .sidebar__widget .woocommerce-mini-cart__buttons.buttons .woocommerce-lost-password .wrapper .form-row .wc-forward,
  .woocommerce-lost-password .wrapper .form-row .woocommerce-LostPassword,
  .woocommerce-lost-password .wrapper .form-row .create_account {
    width: 100%;
  }
  .page-template-register .wrapper .form-row .woocommerce-LostPassword,
  .page-template-register .wrapper .form-row .create_account,
  .page-template-login .wrapper .form-row .woocommerce-LostPassword,
  .page-template-login .wrapper .form-row .create_account,
  .woocommerce-lost-password .wrapper .form-row .woocommerce-LostPassword,
  .woocommerce-lost-password .wrapper .form-row .create_account {
    margin: 1em;
    text-align: center;
    width: 100%;
  }
  .page-template-register .wrapper .form-row .woocommerce-LostPassword,
  .page-template-login .wrapper .form-row .woocommerce-LostPassword,
  .woocommerce-lost-password .wrapper .form-row .woocommerce-LostPassword {
    margin-top: 2em;
  }
}
.page-template-register .wrapper h1,
.page-template-login .wrapper h1,
.woocommerce-lost-password .wrapper h1 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: -1px;
  color: #171717;
}
@media (max-width: 768px) {
  .page-template-register .wrapper h1,
  .page-template-login .wrapper h1,
  .woocommerce-lost-password .wrapper h1 {
    font-size: 18px;
  }
}
.page-template-register .wrapper-woo,
.page-template-login .wrapper-woo,
.woocommerce-lost-password .wrapper-woo {
  height: 100vh;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1500px) {
  .page-template-register .wrapper-woo,
  .page-template-login .wrapper-woo,
  .woocommerce-lost-password .wrapper-woo {
    background-size: 45%;
  }
}
@media (max-width: 768px) {
  .page-template-register .wrapper-woo,
  .page-template-login .wrapper-woo,
  .woocommerce-lost-password .wrapper-woo {
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .page-template-register .wrapper-woo,
  .page-template-login .wrapper-woo,
  .woocommerce-lost-password .wrapper-woo {
    background-image: none !important;
  }
}

.woocommerce-lost-password .wrapper {
  height: 100vh;
  padding-top: 0em;
  padding-bottom: 0em;
}
.woocommerce-lost-password .wrapper .woocommerce-ResetPassword {
  padding-top: 7em;
  padding-bottom: 4em;
}

@media (max-width: 768px) {
  .page-template-register .wrapper {
    margin-top: 130px;
    height: 100%;
    margin-bottom: 70px;
  }
  .page-template-register .back-to-login {
    text-align: center;
    margin: 3em;
    display: block;
  }
  .page-template-register .button-1, .page-template-register .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .page-template-register .wc-forward {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-template-login .wrapper {
    margin-top: 130px;
    height: 100%;
    margin-bottom: 70px;
  }
}

@media (max-width: 992px) {
  .woocommerce-lost-password .button-1, .woocommerce-lost-password .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .woocommerce-lost-password .wc-forward {
    width: 100%;
  }
}

.woocommerce-account.logged-in main {
  margin-top: 180px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in main {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
.woocommerce-account.logged-in h1 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: -1px;
  color: #171717;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in h1 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #171717;
    margin-bottom: 1.5em;
  }
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
  padding-left: 0;
  width: auto;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation .cat-list {
    margin: 0 -1em;
    margin-left: 0em;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation .cat-list .is-active a {
    background-color: black !important;
    color: white !important;
  }
}
@media (min-width: 992px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.44;
    letter-spacing: -0.38px;
    color: #ababab;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.44;
    letter-spacing: -0.38px;
    color: #ababab;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a:hover {
    color: black;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
    color: black;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li::before {
    display: none;
  }
}
.woocommerce-account.logged-in .mb-40 {
  margin-bottom: 40px;
}
.woocommerce-account.logged-in .logout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.woocommerce-account.logged-in .logout__wrapper {
  background-color: white;
  width: 30%;
  position: absolute;
  top: 40%;
  padding: 7em;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1500px) {
  .woocommerce-account.logged-in .logout__wrapper {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .logout__wrapper {
    width: 80%;
    top: 50%;
    padding: 5em 3em;
  }
  .woocommerce-account.logged-in .logout__wrapper .button-1, .woocommerce-account.logged-in .logout__wrapper .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .woocommerce-account.logged-in .logout__wrapper .wc-forward {
    width: 100%;
    margin-bottom: 1em;
  }
}
.woocommerce-account.logged-in.woocommerce-edit-account .form-row {
  margin-bottom: 48px;
}
.woocommerce-account.logged-in.woocommerce-edit-address .form-row {
  margin-bottom: 48px;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_first_name_field,
.woocommerce-account.logged-in.woocommerce-edit-address #billing_last_name_field,
.woocommerce-account.logged-in.woocommerce-edit-address #billing_phone_field,
.woocommerce-account.logged-in.woocommerce-edit-address #billing_email_field {
  width: 45%;
  display: inline-block;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_email_field,
.woocommerce-account.logged-in.woocommerce-edit-address #billing_last_name_field {
  float: right;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_address_1_field,
.woocommerce-account.logged-in.woocommerce-edit-address #billing_address_2_field,
.woocommerce-account.logged-in.woocommerce-edit-address #billing_city_field {
  display: inline-block;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_city_field {
  width: 30%;
  float: right;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_address_1_field {
  width: 30%;
  float: left;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_address_2_field {
  width: 40%;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_address_2_field .woocommerce-input-wrapper {
  width: 75%;
  display: block;
  margin: auto;
}
.woocommerce-account.logged-in .edit-account .disabled {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .edit-account .disabled {
    width: 100%;
  }
}
.woocommerce-account.logged-in .switcher:hover {
  cursor: pointer;
}
.woocommerce-account.logged-in .switcher::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("img/svg/pencil.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in.woocommerce-orders .account__title {
    display: none;
  }
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-table__details {
  display: block;
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-table__details a {
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.54px;
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-table__details .product-quantity {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400 !important;
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-table__details .woocommerce-Price-amount {
  display: none;
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-orders-table {
  position: relative;
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-orders-table__row {
  margin-bottom: 50px;
  border-top: solid 1px #000000;
  padding-top: 3em;
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-orders-table .second-row {
  align-items: flex-end;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in.woocommerce-orders .woocommerce-orders-table .second-row .track-order {
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    color: black !important;
    text-transform: none;
    letter-spacing: inherit;
  }
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-orders-table__title {
  margin-bottom: 0;
  font-size: 16.8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in.woocommerce-orders .woocommerce-orders-table__title {
    font-size: 15px;
  }
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-Price-amount {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.69px;
  margin-bottom: 1.6em;
  line-height: 1em;
}
.woocommerce-account.logged-in.woocommerce-orders .woocommerce-Price-amount * {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.69px;
  margin-bottom: 1.6em;
  line-height: 1em;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in.woocommerce-orders .woocommerce-Price-amount * {
    font-size: 14px;
  }
}
.woocommerce-account.logged-in.woocommerce-orders .order-again {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in.woocommerce-orders .order-again {
    font-size: 14px;
    line-height: 1;
  }
}
.woocommerce-account.logged-in.woocommerce-orders .order-again a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  color: #000000;
  text-decoration: underline;
}
.woocommerce-account.logged-in.woocommerce-orders .order-again a:hover {
  color: #b96244;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in.woocommerce-orders .order-again a {
    font-size: 14px;
    line-height: 1;
  }
}
.woocommerce-account.logged-in.woocommerce-orders .swiper-orders {
  height: 100%;
}
.woocommerce-account.logged-in.woocommerce-orders .swiper-orders .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce-account.logged-in .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-account.logged-in .woocommerce-pagination {
  text-align: right;
}
.woocommerce-account.logged-in .woocommerce-pagination__next, .woocommerce-account.logged-in .woocommerce-pagination__prev {
  height: 13px;
  width: 9px;
  background-image: url("img/svg/drop-down-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0%);
  display: inline-block;
  opacity: 0.7;
}
.woocommerce-account.logged-in .woocommerce-pagination__next {
  transform: rotate(-90deg);
  margin-left: 8px;
}
.woocommerce-account.logged-in .woocommerce-pagination__prev {
  transform: rotate(90deg);
  margin-right: 8px;
}
.woocommerce-account.logged-in .woocommerce-pagination__current, .woocommerce-account.logged-in .woocommerce-pagination__last {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-table--order-details {
  width: 100%;
  margin-bottom: 2em;
}
.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-table--order-details * {
  font-weight: 400 !important;
  color: #000000;
}
.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-table--order-details a:hover {
  color: #b96244;
}
.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-table--order-details tr {
  border-bottom: solid 1px black;
}
.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-table--order-details tr td,
.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-table--order-details tr th {
  padding: 10px;
}

.woocommerce-lost-password.logged-in main {
  margin-top: 0;
}
@media (max-width: 992px) {
  .woocommerce-lost-password.logged-in main {
    margin-top: 130px;
    height: 100%;
    margin-bottom: 70px;
  }
}

/* ================================
   Instagram Feed Grid
   ================================ */
.instagram-feed {
  --grid-gap: 12px;
}

/* Header */
.instagram-feed .view-all {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.instagram-feed .view-all:hover {
  opacity: 0.7;
}

.instagram-feed .view-all svg {
  transition: transform 0.3s ease;
}

.instagram-feed .view-all:hover svg {
  transform: translateX(4px);
}

/* Grid Container */
.instagram-grid {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(5, 1fr);
}

.instagram-grid[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}

.instagram-grid[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}

.instagram-grid[data-columns="5"] {
  grid-template-columns: repeat(5, 1fr);
}

.instagram-grid[data-columns="6"] {
  grid-template-columns: repeat(6, 1fr);
}

/* Grid Item */
.instagram-grid__item {
  position: relative;
  display: block;
  padding-bottom: 100%; /* Square aspect ratio */
  background: #f0f0f0;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-grid__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

/* Image */
.instagram-grid__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay */
.instagram-grid__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 16px;
}
.instagram-grid__overlay p {
  color: white;
}

.instagram-grid__item:hover .instagram-grid__overlay {
  opacity: 1;
}

/* Icons */
.instagram-icon,
.play-icon {
  color: #fff;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.instagram-grid__item:hover .instagram-icon,
.instagram-grid__item:hover .play-icon {
  transform: scale(1.1);
}

/* Caption */
.instagram-caption {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Responsive */
@media (max-width: 1200px) {
  .instagram-grid[data-columns="5"],
  .instagram-grid[data-columns="6"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .instagram-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .instagram-feed {
    --grid-gap: 10px;
  }
}
@media (max-width: 575px) {
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    --grid-gap: 8px;
  }
  .instagram-grid__item {
    border-radius: 6px;
  }
  .instagram-feed .text-16 {
    font-size: 14px;
  }
  .instagram-caption {
    font-size: 12px;
  }
}
/* Loading state (opcjonalnie) */
.instagram-grid--loading {
  opacity: 0.5;
  pointer-events: none;
}

/* Empty state */
.instagram-feed-empty {
  padding: 60px 20px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 12px;
}

.instagram-feed-empty p {
  color: #6c757d;
  margin: 0;
}

/* ================================
   New Product Layout Styles
   ================================ */
:root {
  --product-primary: #000;
  --product-border: #e0e0e0;
  --product-hover: #f5f5f5;
  --transition: 0.3s ease;
}

/* ================================
   MASONRY GALLERY
   ================================ */
.product-masonry-gallery {
  /* Masonry will handle the layout */
}

.masonry-item {
  position: relative;
  width: calc(50% - 8px);
  margin-bottom: 16px;
  cursor: zoom-in;
}

.masonry-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f8f8;
}

.masonry-item__inner {
  position: relative;
  width: 100%;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform var(--transition);
}

.masonry-item:hover img {
  transform: scale(1.05);
}

.masonry-video {
  width: calc(50% - 8px) !important;
}

.masonry-video a {
  cursor: pointer;
}

.masonry-video a {
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 133%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.product-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play Button */
.button--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 2;
  transition: opacity var(--transition);
  pointer-events: all;
}

.video-wrapper:hover .button--play {
  opacity: 0.8;
}

.video-wrapper.playing .button--play {
  gap: 10px;
}

.video-wrapper.playing .button--play .button__shape--one {
  -webkit-clip-path: none;
  clip-path: none;
}

.video-wrapper.playing .button--play .button__shape--two {
  -webkit-clip-path: none;
  clip-path: none;
}

/* ================================
   STICKY SUMMARY
   ================================ */
.product-summary-column {
  position: relative;
}

.product-summary-sticky {
  position: sticky;
  top: 100px;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
}

.product-header {
  margin-bottom: 1.5rem;
}

.product-brand {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
  margin-bottom: 0.5rem;
}

.product-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.product-price-wrapper {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.product-short-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 2rem;
}

/* Features Icons */
.product-features-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 2rem 0;
  padding: 2em;
  background-color: #fafafa;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.feature-desc {
  font-size: 14px;
  font-weight: 500;
}

/* Shipping Info Boxes */
.product-shipping-info {
  border-top: 1px solid var(--product-border);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--product-border);
}

.info-box:last-child {
  border-bottom: none;
}

.info-icon {
  flex-shrink: 0;
  color: var(--product-primary);
}

.info-box strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.info-box p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* ================================
   DETAILS ACCORDIONS
   ================================ */
.product-details-accordions {
  margin: 3rem 0;
}

.accordion-item {
  border-bottom: 1px solid var(--product-border);
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color var(--transition);
}

.accordion-header:hover {
  color: #666;
}

.accordion-title {
  font-size: 18px;
  font-weight: 600;
}

.accordion-icon svg {
  transition: transform var(--transition);
}

.accordion-item.active .accordion-icon svg {
  transform: rotate(45deg);
}

.accordion-item.active .icon-vertical {
  opacity: 0;
}

.accordion-content {
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.accordion-content-inner {
  padding-bottom: 1.5rem;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

/* ================================
   FAQ SECTION
   ================================ */
.product-faq-section {
  background: #fafafa;
  padding: 4rem 0;
}

.faq-categories {
  position: sticky;
  top: 120px;
}

.faq-category-link {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition: color var(--transition);
  border-left: 3px solid transparent;
  padding-left: 16px;
}

.faq-category-link:hover,
.faq-category-link.active {
  color: var(--product-primary);
  border-left-color: var(--product-primary);
}

.faq-section {
  margin-bottom: 1rem;
}

.faq-section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  transition: background var(--transition);
}

.faq-question:hover {
  background: var(--product-hover);
}

.faq-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--product-primary);
  transition: transform var(--transition);
}

.faq-toggle::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.active .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
  display: none;
  padding: 1.5rem;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}
.faq-answer p {
  margin-bottom: 0;
}

.faq-item.active .faq-answer {
  display: block;
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 991px) {
  .product-summary-sticky {
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
  .masonry-item,
  .masonry-video {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .product-title {
    font-size: 22px;
  }
  .product-price-wrapper {
    font-size: 20px;
  }
}

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