@charset "UTF-8";
/*
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;
  overflow-x: hidden;
}

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) {
  .d-md-grid {
    display: grid !important;
  }
}

@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: 16px;
}
body main ul li::before {
  content: "";
  top: 8px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  top: 12px;
  background-color: #000000;
}
body *,
body .normal-text-regular {
  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: #ecdcbc;
}
body a:hover {
  text-decoration: underline;
  color: #ecdcbc;
}
body .h1,
body h1 {
  font-size: 50px;
  line-height: 65px;
  letter-spacing: -2px;
  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: -2px;
  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.25;
    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 {
  text-decoration: none !important;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: white !important;
  background-color: #ecdcbc;
  border-radius: 25px;
  transition-duration: 0.4s;
  border: none;
  padding: 8px 42px;
}
.button-1 span, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .button-1, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward {
    padding: 8px 42px;
  }
}
.button-1:hover, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward:hover {
  background-color: #ecdcbc;
  color: white !important;
  cursor: pointer;
}
.button-1.button-glow, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .button-glow.wc-forward {
  box-shadow: 0 4px 20px rgba(236, 220, 188, 0.5);
}
.button-1.button-glow:hover, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .button-glow.wc-forward:hover {
  box-shadow: 0 6px 30px rgba(236, 220, 188, 0.7);
}

.button-2, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout {
  letter-spacing: 1.5px;
  text-decoration: none;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #000000 !important;
  padding: 19px 29px;
  background-color: white;
  border-radius: 25px;
  transition: border-color 0.4s;
  border: solid 3px #000000;
  padding: 8px 42px;
}
.button-2 span, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .button-2, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout {
    padding: 8px 42px;
  }
}
.button-2:hover, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .checkout:hover {
  border-color: #ecdcbc;
  cursor: pointer;
}
.button-2.active, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .active.checkout {
  background-color: #ecdcbc;
  border: solid 3px #000000;
  padding-right: 50px;
  color: #000000 !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: rgba(236, 220, 188, 0.5);
  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: 39px;
  line-height: 55px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 1200px) {
  .accent {
    font-size: 33px;
    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: #ecdcbc;
  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: #ecdcbc;
}
.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: rgba(236, 220, 188, 0.5);
}
.pagination .page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: rgba(236, 220, 188, 0.5);
  border-color: rgba(236, 220, 188, 0.5);
}

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;
  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: 25px;
  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 {
  display: none !important;
}
@media (max-width: 992px) {
  .cursor {
    display: none !important;
  }
}

.product-cursor-gsap {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
}
.product-cursor-gsap::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.product-cursor-gsap__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ecdcbc;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (max-width: 992px) {
  .product-cursor-gsap {
    display: none !important;
  }
}

.page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecdcbc;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}
.page-preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.page-preloader__logo {
  max-width: 160px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 32px;
}
.page-preloader__dots {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.page-preloader__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  animation: preloaderWave 1.2s ease-in-out infinite;
}
.page-preloader__dot:nth-child(2) {
  animation-delay: 0.15s;
}
.page-preloader__dot:nth-child(3) {
  animation-delay: 0.3s;
}
.page-preloader__text {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}

@keyframes preloaderWave {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-12px);
    opacity: 1;
  }
}
.page-transition-explosion {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ecdcbc;
  pointer-events: none;
  z-index: 99999;
  display: none;
  will-change: width, height;
}
.page-transition-explosion__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 180px;
  height: auto;
  display: none;
  opacity: 0;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 100000;
}

/*
.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 #ecdcbc !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: #fed5d5;
}
.woocommerce .woocommerce-invalid-required-field .input-text {
  border-bottom: solid 1px #fed5d5 !important;
}
.woocommerce .woocommerce-invalid-required-field .input-text::placeholder {
  color: #fed5d5 !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 #fed5d5 !important;
}
.woocommerce .weak:focus, .woocommerce .weak:hover {
  border-bottom: solid 1px #fed5d5 !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 #ecdcbc !important;
}
.woocommerce .strong:focus, .woocommerce .strong:hover {
  border-bottom: solid 1px #ecdcbc !important;
}
.woocommerce .correct {
  border-bottom: solid 1px #ecdcbc !important;
}
.woocommerce .wrong {
  border-bottom: solid 1px #fed5d5 !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;
}

.includes_tax,
.woocommerce-Price-taxLabel {
  display: block;
  margin-top: 0.35em;
  font-size: 12px !important;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.55);
  letter-spacing: 0.01em;
}
.includes_tax .woocommerce-Price-amount,
.woocommerce-Price-taxLabel .woocommerce-Price-amount {
  font-size: inherit !important;
  color: inherit;
  font-weight: inherit;
}

.promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding: 8px 44px;
  font-weight: 300;
}
.promo-bar strong, .promo-bar b {
  font-weight: 600;
}
.promo-bar a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .promo-bar {
    font-size: 12px;
    padding: 6px 36px;
  }
}

.promo-bar__text {
  display: inline-block;
  color: white;
}
.promo-bar__text * {
  color: white;
}

.promo-bar__close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #fff;
  opacity: 0.65;
  cursor: pointer;
  border-radius: 50%;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.promo-bar__close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
}
.promo-bar__close svg {
  display: block;
  color: white;
}
.promo-bar__close svg * {
  color: white;
}

html.promo-hidden .promo-bar {
  display: none !important;
}

html.has-promo-bar #header {
  top: var(--komea-promo-h, 36px);
}

.includes_tax * {
  margin-top: 0.35em;
  font-size: 12px !important;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.55);
  letter-spacing: 0.01em;
}

/* 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;
}
#header .row.mpad {
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  #header .row.mpad {
    flex-wrap: wrap;
  }
}
@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 .custom-icons__wrapper {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
  gap: 10px;
}
#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 .header-icon-item .header-icon-link {
  display: flex;
  align-items: center;
  padding: 0;
  display: block;
}
#header.white-navbar .header-icon-item .header-icon-link svg {
  transition: color 0.3s ease;
}
#header.white-navbar .header-icon-item .header-icon-link:hover svg {
  color: #ecdcbc;
}
#header.white-navbar .header-icon-item .header-icon-link::after {
  display: none !important;
}
#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: #ecdcbc;
  width: 20px;
  display: block;
  height: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  border-radius: 50%;
  left: -10px;
  position: relative;
  bottom: 10px;
}
#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 .mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#header .mobile-menu-overlay.is-visible {
  opacity: 1;
}
#header #wrapper-navbar2 {
  position: fixed;
  left: -80%;
  top: 0;
  width: 80%;
  height: 100%;
  padding: 4em 2em 2em;
  z-index: 999;
  transition: left 0.4s ease;
  overflow-y: auto;
  background-color: white;
}
#header #wrapper-navbar2 .navi {
  flex-direction: column;
  gap: 0;
}
#header #wrapper-navbar2 .navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header #wrapper-navbar2 .nav-item {
  border-bottom: 1px solid #f0f0f0;
}
#header #wrapper-navbar2 a {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.15px;
  color: #000000;
  padding: 16px 0;
  display: block;
}
#header #wrapper-navbar2 .mobile-menu-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
#header #wrapper-navbar2 .mobile-menu-close span {
  display: none;
}
#header #wrapper-navbar2 .mobile-menu-close::before, #header #wrapper-navbar2 .mobile-menu-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
#header #wrapper-navbar2 .mobile-menu-close::before {
  transform: rotate(45deg);
}
#header #wrapper-navbar2 .mobile-menu-close::after {
  transform: rotate(-45deg);
}
#header #wrapper-navbar2.show {
  left: 0;
  transition: left 0.4s ease;
}
#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: #ecdcbc;
  width: 20px;
  display: block;
  height: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  border-radius: 50%;
  left: -10px;
  position: relative;
  bottom: 10px;
}
@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: 992px) {
  #header .menu-item .nav-link:not(.dropdown-toggle) {
    color: black;
    padding: 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;
}
#header .megamenu-trigger {
  position: static;
}
#header .megamenu-trigger.is-active > .nav-link .megamenu-arrow {
  transform: rotate(180deg);
}
#header .megamenu-arrow {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
#header .megamenu {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #f0f0f0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
#header .megamenu__column-title a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Merriweather", serif;
}
#header .megamenu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
#header .megamenu .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
#header .megamenu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  #header .megamenu__grid {
    gap: 24px;
  }
}
#header .megamenu__column-title {
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1em !important;
  margin-bottom: 0px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
#header .megamenu__links {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
#header .megamenu__links li {
  padding-left: 0 !important;
  margin-bottom: 0;
}
#header .megamenu__links li::before {
  display: none !important;
}
#header .megamenu__links li a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  transition: color 0.2s ease, padding-left 0.2s ease;
  text-decoration: none;
}
#header .megamenu__links li a:hover {
  color: #ecdcbc;
  padding-left: 6px;
  text-decoration: none;
}
#header .megamenu__bestseller {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#header .megamenu__bestseller-badge {
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1em !important;
  margin-bottom: 0px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
#header .megamenu__bestseller-badge a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Merriweather", serif;
}
#header .megamenu__bestseller-link {
  display: block;
  text-decoration: none;
  color: #000000;
}
#header .megamenu__bestseller-link:hover {
  text-decoration: none;
  color: #000000;
}
#header .megamenu__bestseller-slider {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 16px;
}
#header .megamenu__bestseller-slider .swiper-container {
  width: 100%;
  overflow: hidden;
}
#header .megamenu__bestseller-slider .swiper-container img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
#header .megamenu__bestseller-image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 16px;
}
#header .megamenu__bestseller-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
#header .megamenu__bestseller-pagination {
  margin-top: 10px;
  text-align: center;
}
#header .megamenu__bestseller-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #4f4f4f;
  opacity: 0.5;
  margin: 0 3px;
}
#header .megamenu__bestseller-pagination .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}
#header .megamenu__bestseller-prev, #header .megamenu__bestseller-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #000000;
}
#header .megamenu__bestseller-prev:hover, #header .megamenu__bestseller-next:hover {
  background: #fff;
}
#header .megamenu__bestseller-prev {
  left: 8px;
}
#header .megamenu__bestseller-next {
  right: 8px;
}
#header .megamenu__bestseller-slider:hover .megamenu__bestseller-prev,
#header .megamenu__bestseller-slider:hover .megamenu__bestseller-next {
  opacity: 1;
}
#header .megamenu__bestseller-title {
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0 4px;
  color: #000000;
}
#header .megamenu__bestseller-price {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
#header .megamenu__bestseller-price del {
  color: #4f4f4f;
  font-weight: 400;
  margin-right: 6px;
}
#header .megamenu__bestseller-price ins {
  text-decoration: none;
  color: #ecdcbc;
}
@media (min-width: 992px) {
  #header #navbarNavDropdown {
    display: flex;
  }
  #header #navbarNavDropdown .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

.megamenu-thumb {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  pointer-events: none;
  z-index: 99999;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  will-change: transform;
}
.megamenu-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .megamenu-thumb {
    display: none !important;
  }
}

.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%;
  border-radius: 25px;
  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: #ecdcbc;
  cursor: pointer;
}
.newsletter__popup--element--background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rotating-badge {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 90;
  pointer-events: none;
}
@media (max-width: 992px) {
  .rotating-badge {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.rotating-badge__circle-wrap {
  width: 90px;
  height: 90px;
  position: relative;
}
@media (max-width: 992px) {
  .rotating-badge__circle-wrap {
    width: 65px;
    height: 65px;
  }
}
.rotating-badge__svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rotating-badge__clip-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(100% 0 0 0);
  overflow: hidden;
}
.rotating-badge__text {
  font-size: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 992px) {
  .rotating-badge__text {
    font-size: 26px;
    letter-spacing: 3px;
  }
}
.rotating-badge__text--dark {
  fill: #000;
}
.rotating-badge__text--light {
  fill: #fff;
}

.social-proof {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .social-proof {
    padding: 40px 0;
  }
}
.social-proof .swiper-social-proof {
  padding: 1rem 0 2rem;
}
.social-proof .review-card {
  background: #fafafa;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .social-proof .review-card {
    padding: 1.5rem;
  }
}
.social-proof .review-card__stars {
  margin-bottom: 1rem;
}
.social-proof .review-card__stars .star {
  font-size: 16px;
  color: #ddd;
}
.social-proof .review-card__stars .star--filled {
  color: #f5a623;
}
.social-proof .review-card__text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  flex: 1;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.social-proof .review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-proof .review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.social-proof .review-card__info {
  display: flex;
  flex-direction: column;
}
.social-proof .review-card__name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.social-proof .review-card__instagram {
  font-size: 12px;
  color: #999;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
  color: #999;
  padding: 0;
}
.wishlist-btn:hover {
  transform: scale(1.1);
  background: #fff;
}
.wishlist-btn.is-active {
  color: #e74c3c;
}
.wishlist-btn.is-active svg {
  fill: #e74c3c;
}
.wishlist-btn svg {
  transition: fill 0.2s ease;
}
.wishlist-btn--single {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  padding: 0.5rem 0;
  font-size: 14px;
  color: #666;
}
.wishlist-btn--single:hover {
  transform: none;
  background: none;
  color: #000;
}
.wishlist-btn--single.is-active {
  color: #e74c3c;
}
.wishlist-btn--single.is-active span {
  color: #e74c3c;
}

.wishlist-header-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 1.5rem;
  color: inherit;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
}
.wishlist-header-link:hover {
  color: #ecdcbc;
}
.wishlist-header-link .wishlist-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #ecdcbc;
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.wishlist-page {
  min-height: 50vh;
  padding: 2rem 0;
}
.wishlist-page__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.wishlist-page .wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 992px) {
  .wishlist-page .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .wishlist-page .wishlist-grid {
    grid-template-columns: 1fr;
  }
}
.wishlist-page .wishlist-empty {
  text-align: center;
  padding: 6rem 0;
  margin-top: 2rem;
}
.wishlist-page .wishlist-empty__icon {
  display: block;
  margin: 0 auto 1.5rem;
  color: #bdbdbd;
}
.wishlist-page .wishlist-empty p {
  font-size: 20px;
  margin-bottom: 2.5rem;
  color: #2d2d2d;
}
.wishlist-page .wishlist-empty__btn {
  text-decoration: none;
}
.wishlist-page .wishlist-loading {
  text-align: center;
  padding: 4rem 0;
}

.marquee-strip {
  overflow: hidden;
  padding: 28px 0;
  background-color: #ecdcbc;
  white-space: nowrap;
}
.marquee-strip__track {
  display: inline-flex;
  gap: 0;
  will-change: transform;
}
.marquee-strip__item {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  padding: 0 40px;
  white-space: nowrap;
}
.marquee-strip__item::after {
  content: "•";
  margin-left: 40px;
}
@media (max-width: 992px) {
  .marquee-strip__item {
    font-size: 10px;
    padding: 0 24px;
  }
  .marquee-strip__item::after {
    margin-left: 24px;
  }
}

.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;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}
.page-footer__second-row--copyright {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 12px !important;
}
.page-footer__second-row--copyright a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: underline;
}
.page-footer__second-row--copyright a:hover {
  color: white !important;
}
.page-footer__second-row--payment {
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 20px;
  display: inline-block;
  margin-left: 1.5em;
}
.page-footer__second-row--payment:first-child {
  margin-left: 0;
}
@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: rgba(236, 220, 188, 0.5);
  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: #ecdcbc;
  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: #ecdcbc;
}
.widget-area .widget-wrapper__single span {
  float: right;
  color: #ecdcbc;
}

.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: rgba(236, 220, 188, 0.5);
}

.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: rgba(236, 220, 188, 0.5);
}
.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: rgba(236, 220, 188, 0.5);
  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: rgba(236, 220, 188, 0.5);
  border-color: rgba(236, 220, 188, 0.5);
}
.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: rgba(236, 220, 188, 0.5);
  border-color: rgba(236, 220, 188, 0.5);
}
.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: #ecdcbc;
  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);
}

.komea-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  white-space: nowrap;
}
.komea-toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.komea-toast__message {
  flex: 1;
  color: white;
}
.komea-toast__close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}
.komea-toast__close:hover {
  color: #fff;
}
@media (max-width: 576px) {
  .komea-toast {
    left: 16px;
    right: 16px;
    bottom: 16px;
    transform: translateX(0) translateY(120%);
    white-space: normal;
  }
  .komea-toast.is-visible {
    transform: translateX(0) translateY(0);
  }
}

.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 {
  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%;
  justify-content: center;
  align-items: center;
  color: #4f4f4f;
}
.sidebar__widget .cart_list {
  padding: 0;
  overflow: auto;
  max-height: 59vh;
}
.sidebar__widget .quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  border: 1px solid #4f4f4f;
  height: 36px;
  flex-shrink: 0;
}
.sidebar__widget .quantity-wrapper .qty__buttons {
  position: static;
  transform: none;
  width: 28px;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__widget .quantity-wrapper .qty__buttons::before, .sidebar__widget .quantity-wrapper .qty__buttons::after {
  position: static;
  transform: none;
  margin: 0;
}
.sidebar__widget .quantity-wrapper .qty__buttons.minus::before {
  content: "";
  width: 10px;
  height: 1.5px;
  background-color: #000;
  display: block;
}
.sidebar__widget .quantity-wrapper .qty__buttons.plus {
  position: relative;
}
.sidebar__widget .quantity-wrapper .qty__buttons.plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1.5px;
  height: 10px;
  background-color: #000;
  display: block;
}
.sidebar__widget .quantity-wrapper .qty__buttons.plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10px;
  height: 1.5px;
  background-color: #000;
  display: block;
}
.sidebar__widget .quantity-wrapper input[type=number] {
  width: 32px;
  height: 100%;
  text-align: center;
  border: none;
  padding: 0;
  font-size: 14px;
  -moz-appearance: textfield;
  background: transparent;
}
.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 .quantity-wrapper input[type=number]:focus {
  outline: none;
}
.sidebar__widget .price {
  margin-left: auto;
}
.sidebar__widget .sidebar__widget .product_list_widget {
  overflow: auto;
}
.sidebar__widget .woocommerce-mini-cart-item {
  display: grid !important;
  grid-template-columns: 24px 70px 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
@media (max-width: 576px) {
  .sidebar__widget .woocommerce-mini-cart-item {
    grid-template-columns: 20px 60px 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px 10px;
  }
}
.sidebar__widget {
  /* Remove button (X) */
}
.sidebar__widget .woocommerce-mini-cart-item .remove_from_cart_button {
  color: #000 !important;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .sidebar__widget .woocommerce-mini-cart-item .remove_from_cart_button {
    width: 20px;
    height: 20px;
    font-size: 18px;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
}
.sidebar__widget .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  color: #e74c3c !important;
}
.sidebar__widget {
  /* Product link (image + name) */
}
.sidebar__widget .woocommerce-mini-cart-item .product__permalink {
  display: contents;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.sidebar__widget {
  /* Image */
}
.sidebar__widget .woocommerce-mini-cart-item img {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .sidebar__widget .woocommerce-mini-cart-item img {
    width: 60px !important;
    height: 60px !important;
    grid-row: 1/3;
  }
}
.sidebar__widget .product__name {
  font-size: 13px;
  line-height: 1.4;
}
.sidebar__widget .woocommerce-mini-cart-item.removing * {
  animation: none !important;
}
.sidebar__widget .woocommerce-mini-cart .remove_from_cart_button {
  opacity: 1 !important;
}
@media (max-width: 576px) {
  .sidebar__widget .woocommerce-mini-cart-item .quantity-wrapper {
    grid-column: 3/4;
    grid-row: 2;
  }
}
@media (max-width: 576px) {
  .sidebar__widget .woocommerce-mini-cart-item .price {
    grid-column: 4;
    grid-row: 1/3;
    align-self: center;
  }
}
.sidebar__widget .woocommerce-mini-cart-item .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.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;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward {
  position: relative !important;
}
.sidebar__widget .woocommerce-mini-cart__buttons.buttons a.button-1, .sidebar__widget .woocommerce-mini-cart__buttons.buttons a.wc-forward {
  display: block;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.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: 1px solid rgba(0, 0, 0, 0.05);
  margin: 16px 0;
  font-size: 16px;
  width: 100%;
  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--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar__widget--title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sidebar__widget--close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  color: #000;
}
.sidebar__widget--close:hover {
  opacity: 0.6;
}
.sidebar__widget--inner {
  background-color: white;
  height: 100%;
  padding: 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: 2em 2em 0 2em;
  }
}
.sidebar__widget .button-1, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward {
  padding: 12px 48px;
  position: relative;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.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: #ecdcbc;
}
.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: #ecdcbc;
}
.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: #ecdcbc;
}
.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: #ecdcbc;
  cursor: pointer;
}

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

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

.toggle-wrapper {
  position: relative;
  display: inline-flex;
  border-radius: 999px;
  background: #ecdcbc;
  padding: 4px;
  border: none;
}

.toggle-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 32px;
  background: transparent;
  border: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

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

.toggle-icon {
  width: 28px;
  height: 28px;
  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: 4px;
  left: 4px;
  height: calc(100% - 8px);
  border-radius: 999px;
  background: #000000;
  z-index: 1;
  will-change: transform, width;
}

.product-viewer__swiper {
  overflow: hidden !important;
}

/* Image Wrapper */
.product-viewer__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 16px;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.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: 36px;
  height: 36px;
  pointer-events: all;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.hotspot-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  opacity: 1;
  animation: hotspotBreathe 3s ease-in-out infinite;
}

@keyframes hotspotBreathe {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.2;
  }
}
.hotspot-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotspot-dot::before, .hotspot-dot::after {
  content: "";
  position: absolute;
  background: #000000;
  border-radius: 1px;
}
.hotspot-dot::before {
  width: 10px;
  height: 1.5px;
}
.hotspot-dot::after {
  width: 1.5px;
  height: 10px;
}

.hotspot:hover .hotspot-dot {
  transform: translate(-50%, -50%) scale(1.15);
  background: #fff;
}

/* Tooltip — GSAP controlled, initially hidden */
.hotspot-tooltip {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  color: #000000;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  max-width: 260px;
  width: 260px;
  z-index: 10000;
  will-change: transform, opacity;
}
.hotspot-tooltip h3 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #000000;
  font-weight: 600;
  font-family: "Merriweather", serif;
}
.hotspot-tooltip p {
  font-size: 13px;
  line-height: 18px;
  color: #666;
  font-weight: 400;
  margin: 0;
}

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

@media (max-width: 992px) {
  .product-viewer__content {
    margin-top: 30px;
  }
}
.product-viewer__content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000000;
}
.product-viewer__content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1rem;
}

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

/* Responsive — Product Viewer */
@media (max-width: 991px) {
  .product-viewer__image-wrapper {
    padding-bottom: 75%;
  }
  .product-viewer__row {
    min-height: auto;
  }
  .toggle-btn {
    padding: 8px 18px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .toggle-wrapper {
    width: 100%;
    border-radius: 999px;
  }
  .toggle-btn {
    width: 50%;
    justify-content: center;
    padding: 12px 16px;
  }
  .toggle-slider {
    width: calc(50% - 4px) !important;
    top: 4px;
  }
  .hotspot-dot {
    width: 24px;
    height: 24px;
  }
  .hotspot-dot::before {
    width: 8px;
  }
  .hotspot-dot::after {
    height: 8px;
  }
}
/* 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: #ecdcbc;
  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;
}

/* ─────────────────────────────────────────────────────
   Shop Archive – Sidebar Filters + Product Grid
   ───────────────────────────────────────────────────── */
.shop-archive {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0 40px;
  padding: 40px 0 80px;
  position: relative;
}

/* ── Mobile filter toggle ───────────────────────────── */
.shop-filters__mobile-toggle {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: none;
  border: 1px solid #000000;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}
.shop-filters__mobile-toggle:hover {
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .shop-filters__mobile-toggle {
    display: inline-flex;
  }
}

/* ── Sidebar ────────────────────────────────────────── */
.shop-filters {
  grid-column: 1;
  grid-row: 1;
  position: sticky;
  top: 120px;
  align-self: start;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.shop-filters__inner {
  padding-right: 20px;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.shop-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.5px;
}
.shop-filters__close {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
@media (max-width: 991px) {
  .shop-filters__close {
    display: block;
  }
}
.shop-filters {
  /* ── Clear filters button ─────────────────────────── */
}
.shop-filters__clear {
  display: block;
  width: 100%;
  padding: 8px 0;
  margin-bottom: 20px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  font-family: inherit;
  color: #666;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.shop-filters__clear:hover {
  border-color: #000000;
  color: #000000;
}
.shop-filters {
  /* ── Filter group ─────────────────────────────────── */
}
.shop-filters__group {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.shop-filters__group:last-child {
  border-bottom: none;
}
.shop-filters__group-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 14px;
  color: #333;
}
.shop-filters {
  /* ── Checkbox list ────────────────────────────────── */
}
.shop-filters__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-filters__item {
  margin-bottom: 8px;
}
.shop-filters__item:last-child {
  margin-bottom: 0;
}
.shop-filters__checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
}
.shop-filters__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.shop-filters__checkmark {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1.5px solid #000000;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, border-color 0.2s;
}
.shop-filters__checkmark::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background-color: #ecdcbc;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0.2s;
}
input[type=checkbox]:checked + .shop-filters__checkmark {
  border-color: #000000;
}
input[type=checkbox]:checked + .shop-filters__checkmark::after {
  opacity: 1;
  transform: scale(1);
}
.shop-filters__label-text {
  flex: 1;
}
.shop-filters__count {
  color: #999;
  font-size: 12px;
}
.shop-filters {
  /* ── Color circles ────────────────────────────────── */
}
.shop-filters__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-filters__color-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.shop-filters__color-circle input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.shop-filters__color-swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
input[type=checkbox]:checked + .shop-filters__color-swatch {
  border-color: #000000;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000000;
  transform: scale(1.1);
}
.shop-filters__color-name {
  font-size: 10px;
  text-align: center;
  color: #666;
  max-width: 50px;
  line-height: 1.2;
}
.shop-filters {
  /* ── No results ───────────────────────────────────── */
}
.shop-filters__no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 16px;
}
.shop-filters {
  /* ── Mobile ───────────────────────────────────────── */
}
@media (max-width: 991px) {
  .shop-filters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100vh;
    max-height: 100vh;
    background: #fff;
    z-index: 10000;
    padding: 24px;
    overflow-y: auto;
    transition: left 0.35s ease;
    box-shadow: none;
  }
  .shop-filters.is-open {
    left: 0;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
  }
  .shop-filters__inner {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .shop-filters__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
  .shop-filters__overlay.is-visible {
    opacity: 1;
    pointer-events: all;
  }
}

/* ── Products area ──────────────────────────────────── */
.shop-products {
  grid-column: 2;
  grid-row: 1;
}
.shop-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.shop-products__count {
  font-size: 14px;
  color: #666;
}
.shop-products__sort {
  position: relative;
}
.shop-products__sort-select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 36px 8px 14px;
  font-size: 13px;
  font-family: inherit;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s;
  min-width: 180px;
}
.shop-products__sort-select:hover, .shop-products__sort-select:focus {
  border-color: #000000;
  outline: none;
}
.shop-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  transition: opacity 0.2s;
}
.shop-products__grid.is-loading {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .shop-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ── Loader (fixed centered) ────────────────────────── */
.shop-products__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shop-products__spinner {
  width: 36px;
  height: 36px;
  border: 2px solid #e0e0e0;
  border-top-color: #000000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 991px) {
  .shop-archive {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 1em 60px;
  }
  .shop-products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .shop-products__count {
    display: none;
  }
  .shop-filters__mobile-toggle {
    width: auto;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    order: -1;
  }
  .shop-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .shop-products__grid .product-card-wrapper .product__image {
    height: 210px;
  }
  .shop-products__grid .product-card-wrapper .woocommerce-loop-product__title {
    font-size: 13px;
    line-height: 1.3;
  }
  .shop-products__grid .product-card-wrapper .price {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .shop-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .shop-products__sort-select {
    min-width: auto;
  }
  .shop-products__grid .product-card-wrapper .product__image {
    height: 210px;
    border-radius: 16px;
    margin-bottom: 0.8em;
  }
  .shop-products__grid .product-card-wrapper .woocommerce-loop-product__title {
    font-size: 12px;
  }
  .shop-products__grid .product-card-wrapper .price {
    font-size: 12px;
  }
}
#billing_country_field {
  display: none;
}

.page-template-default .wrapper {
  padding: 100px 0;
}
.page-template-default h2:not(.woocommerce-loop-product__title) {
  font-size: 25px;
}

.page-template-home .bestsellers-controls {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  display: flex;
  z-index: 20;
  left: -16px;
  right: -16px;
  pointer-events: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .page-template-home .bestsellers-controls {
    left: 4px;
    right: 4px;
  }
}
.page-template-home .bestsellers-controls .custom-swiper-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease, background 0.25s ease;
}
.page-template-home .bestsellers-controls .custom-swiper-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  background: #000000;
}
.page-template-home .bestsellers-controls .custom-swiper-button:hover .icon::before {
  border-color: #fff;
}
.page-template-home .bestsellers-controls .custom-swiper-button.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: scale(0.8);
}
.page-template-home .bestsellers-controls .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
}
.page-template-home .bestsellers-controls .icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  top: 50%;
  left: 50%;
  transition: border-color 0.25s ease;
}
.page-template-home .bestsellers-controls .icon-arrow-right::before {
  transform: translate(-65%, -50%) rotate(-45deg);
}
.page-template-home .bestsellers-controls .icon-arrow-left::before {
  transform: translate(-35%, -50%) rotate(135deg);
}
@media (max-width: 991px) {
  .page-template-home .bestseller__wrapper {
    padding-left: 1em;
  }
}
.page-template-home .slider-pagination {
  text-align: center;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 100% !important;
}
@media (max-width: 991px) {
  .page-template-home .slider-pagination {
    position: relative !important;
    left: auto !important;
    transform: none !important;
  }
}
.page-template-home .slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-template-home .slider-pagination .swiper-pagination-bullet-active {
  background: #000000;
  width: 20px;
  border-radius: 10px;
  transform: scale(1.2);
}
.page-template-home .hero {
  height: 91vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 17%;
  position: relative;
}
.page-template-home .hero video {
  position: absolute;
  left: 0;
  top: 0;
  height: 70vh;
  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: 7em;
  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: 9em;
    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: 30px;
    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: 6em;
  right: 2em;
  color: black;
}
@media (max-width: 992px) {
  .page-template-home .hero .shop-now {
    bottom: 5em;
    font-size: 21px;
    left: 24px;
  }
}
.page-template-home .hero .shop-now:hover {
  color: #ecdcbc;
}
.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 .hero .see-bestsellers {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
  text-decoration: none;
}
.page-template-home .hero .see-bestsellers span {
  font-size: 12px;
}
.page-template-home .hero .see-bestsellers:hover {
  opacity: 0.7;
  color: black;
  text-decoration: none;
}
.page-template-home .hero .see-bestsellers__icon {
  display: block;
  animation: bounceDown 2s ease-in-out infinite;
}
.page-template-home .hero .see-bestsellers__scroll-line {
  animation: scrollDot 2s ease-in-out infinite;
}
@media (max-width: 992px) {
  .page-template-home .hero .see-bestsellers {
    bottom: 1em;
    font-size: 12px;
  }
}
@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
@keyframes scrollDot {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.3;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.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;
  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: 5em;
  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: #ecdcbc;
  }
  .page-template-support .toggle.disabled::before {
    content: "+";
    color: rgb(0, 0, 0);
    display: block;
  }
  .page-template-support .toggle.active {
    background-color: #ecdcbc;
  }
  .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: #ecdcbc;
  }
}
.page-template-faq .toggle.disabled::before {
  content: "+";
  color: rgb(0, 0, 0);
  display: block;
}
.page-template-faq .toggle.active {
  background-color: #ecdcbc;
}
.page-template-faq .toggle.active::before {
  content: "-";
  color: rgb(0, 0, 0);
  display: block;
}

/* ================================
   ABOUT PAGE (redesigned)
   ================================ */
@media (max-width: 992px) {
  .about-page .about-intro .container,
  .about-page .about-quote .container,
  .about-page .about-body .container,
  .about-page .about-partners .container,
  .about-page .about-gallery .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.about-page .about-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-page .about-hero {
    height: 60vh;
  }
}
.about-page .about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-page .about-hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4rem 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.about-page .about-hero__title * {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -2px;
}
@media (max-width: 992px) {
  .about-page .about-hero__title * {
    font-size: 32px;
  }
}
.about-page .about-intro {
  padding: 120px 0 80px;
}
@media (max-width: 992px) {
  .about-page .about-intro {
    padding: 80px 0 60px;
  }
}
.about-page .about-intro__text {
  max-width: 800px;
}
@media (max-width: 992px) {
  .about-page .about-intro__text {
    max-width: 100%;
  }
}
.about-page .about-intro__text p {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 992px) {
  .about-page .about-intro__text p {
    font-size: 20px;
  }
}
.about-page .about-marquee {
  overflow: hidden;
  padding: 28px 0;
  background-color: #ecdcbc;
  white-space: nowrap;
}
.about-page .about-marquee__track {
  display: inline-flex;
  gap: 0;
  will-change: transform;
}
.about-page .about-marquee__item {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  padding: 0 40px;
}
.about-page .about-marquee__item::after {
  content: "•";
  margin-left: 40px;
}
.about-page .about-marquee__item {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .about-page .about-marquee__item {
    font-size: 10px;
    padding: 0 24px;
  }
}
.about-page .about-quote {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .about-page .about-quote {
    padding: 70px 0;
  }
}
.about-page .about-quote__blockquote {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.about-page .about-quote__mark {
  font-family: "Merriweather", serif;
  font-size: 120px;
  line-height: 0.8;
  color: #ecdcbc;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .about-page .about-quote__mark {
    font-size: 80px;
  }
}
.about-page .about-quote__text * {
  font-family: "Merriweather", serif;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: -1px;
  font-weight: 300;
  font-style: italic;
  color: #000000;
}
@media (max-width: 992px) {
  .about-page .about-quote__text * {
    font-size: 22px;
  }
}
.about-page .about-body {
  padding: 0 0 120px;
}
@media (max-width: 992px) {
  .about-page .about-body {
    padding: 0 0 80px;
  }
}
.about-page .about-body__content {
  max-width: 800px;
  margin: auto;
}
.about-page .about-body__content p {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
.about-page .about-partners {
  background-color: #fafafa;
  padding: 100px 0;
}
.about-page .about-partners__title {
  text-align: center;
  margin-bottom: 60px;
}
.about-page .about-partners__title * {
  font-size: 28px;
  color: #000000;
}
.about-page .about-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 992px) {
  .about-page .about-partners__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .about-page .about-partners__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-page .about-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
.about-page .about-partners__logo {
  width: 100%;
  max-width: 150px;
  height: auto;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.about-page .about-partners__logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.about-page .about-gallery {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .about-page .about-gallery {
    padding: 60px 0;
  }
}
.about-page .about-gallery__title {
  font-size: 36px;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .about-page .about-gallery__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.about-page .about-gallery__masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.about-page .about-gallery__slider {
  overflow: hidden;
}
.about-page .about-gallery__slider .swiper-slide {
  width: 75vw;
}
.about-page .about-gallery__pagination {
  margin-top: 16px;
  text-align: center;
  position: static !important;
}
.about-page .about-gallery__pagination .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.25;
}
.about-page .about-gallery__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.about-page .about-gallery__item {
  overflow: hidden;
  border-radius: 8px;
  cursor: zoom-in;
  aspect-ratio: 4/5;
}
.about-page .about-gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.about-page .about-gallery__img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.about-page .about-gallery__item:hover .about-page .about-gallery__img {
  transform: scale(1.05);
}
.about-page .about-gallery__video-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
.about-page .about-gallery__video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

/* ================================
   COOPERATION PAGE (Współpraca)
   ================================ */
.collab-page .collab-hero {
  padding: 200px 0 100px;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .collab-page .collab-hero {
    padding: 140px 0 70px;
  }
}
.collab-page .collab-hero__content {
  max-width: 700px;
}
.collab-page .collab-hero__title {
  font-family: "Merriweather", serif;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: -2px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .collab-page .collab-hero__title {
    font-size: 38px;
    letter-spacing: -1.5px;
  }
}
.collab-page .collab-hero__subtitle {
  font-size: 20px;
  line-height: 1.6;
  color: #4f4f4f;
  max-width: 560px;
}
@media (max-width: 992px) {
  .collab-page .collab-hero__subtitle {
    font-size: 17px;
  }
}
.collab-page .collab-intro {
  padding: 100px 0 80px;
}
@media (max-width: 992px) {
  .collab-page .collab-intro {
    padding: 70px 0 50px;
  }
}
.collab-page .collab-intro__heading {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .collab-page .collab-intro__heading {
    font-size: 28px;
  }
}
.collab-page .collab-intro__text {
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
}
.collab-page .collab-types {
  padding: 0 0 120px;
}
@media (max-width: 992px) {
  .collab-page .collab-types {
    padding: 0 0 80px;
  }
}
.collab-page .collab-types__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .collab-page .collab-types__grid {
    grid-template-columns: 1fr;
  }
}
.collab-page .collab-card {
  background: #fafafa;
  padding: 40px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.collab-page .collab-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.collab-page .collab-card__number {
  font-size: 48px;
  font-weight: 700;
  color: #ecdcbc;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -2px;
}
.collab-page .collab-card__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #000000;
}
.collab-page .collab-card__text {
  font-size: 15px;
  line-height: 1.7;
  color: #4f4f4f;
  margin-bottom: 0;
}
.collab-page .collab-main {
  padding: 0 0 100px;
}
@media (max-width: 992px) {
  .collab-page .collab-main {
    padding: 0 0 70px;
  }
}
.collab-page .collab-main__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 992px) {
  .collab-page .collab-main__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.collab-page .collab-main__form-title {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  font-weight: 400;
}
.collab-page .collab-main__form-subtitle {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (min-width: 993px) {
  .collab-page .collab-main__gallery {
    position: sticky;
    top: 120px;
  }
}
.collab-page .collab-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 575px) {
  .collab-page .collab-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.collab-page .collab-gallery-grid__item {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.collab-page .collab-gallery-grid__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}
.collab-page .collab-gallery-grid__item:hover .collab-page .collab-gallery-grid__image {
  transform: scale(1.05);
}
.collab-page .collab-faq {
  padding: 80px 0 120px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .collab-page .collab-faq {
    padding: 60px 0 80px;
  }
}
.collab-page .collab-faq__title {
  font-size: 32px;
  letter-spacing: -1.5px;
  margin-bottom: 48px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 992px) {
  .collab-page .collab-faq__title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.collab-page .collab-faq .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.collab-page .collab-faq .faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.collab-page .collab-faq .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: left;
  line-height: 1.4;
}
.collab-page .collab-faq .faq-question:hover {
  color: #ecdcbc;
}
.collab-page .collab-faq .faq-toggle {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  margin-left: 16px;
}
.collab-page .collab-faq .faq-toggle::before, .collab-page .collab-faq .faq-toggle::after {
  content: "";
  position: absolute;
  background: #000000;
  transition: transform 0.3s ease;
}
.collab-page .collab-faq .faq-toggle::before {
  width: 14px;
  height: 1.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.collab-page .collab-faq .faq-toggle::after {
  width: 1.5px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.collab-page .collab-faq .faq-item.active .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.collab-page .collab-faq .faq-answer {
  display: none;
  padding: 0 0 20px;
}
.collab-page .collab-faq .faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  color: #4f4f4f;
  margin-bottom: 0;
}

/* ================================
   CONTACT PAGE
   ================================ */
.contact-page .contact-hero__content {
  padding: 200px 0 80px;
}
@media (max-width: 992px) {
  .contact-page .contact-hero__content {
    padding: 140px 0 60px;
  }
}
.contact-page .contact-hero__title {
  font-family: "Merriweather", serif;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: -2px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .contact-page .contact-hero__title {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
}
.contact-page .contact-hero__subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  max-width: 560px;
}
@media (max-width: 992px) {
  .contact-page .contact-hero__subtitle {
    font-size: 16px;
  }
}
.contact-page .contact-main {
  padding: 0 0 100px;
}
@media (max-width: 992px) {
  .contact-page .contact-main {
    padding: 0 0 70px;
  }
}
.contact-page .contact-main__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 992px) {
  .contact-page .contact-main__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .contact-page .contact-main__info {
    position: sticky;
    top: 8em;
  }
}
.contact-page .contact-main__form-title {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  font-weight: 400;
}
.contact-page .contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.contact-page .contact-card:first-child {
  padding-top: 0;
}
.contact-page .contact-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #fafafa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.contact-page .contact-card__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #4f4f4f;
  margin-bottom: 4px;
  font-weight: 500;
}
.contact-page .contact-card__value {
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}
.contact-page .contact-card__value:hover {
  color: #ecdcbc;
}
.contact-page .contact-social {
  padding-top: 24px;
}
.contact-page .contact-social__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1em;
  color: #000000;
  margin-bottom: 12px;
  font-weight: 700;
}
.contact-page .contact-social__links {
  display: flex;
  gap: 12px;
}
.contact-page .contact-social__links a {
  color: #000000;
}
.contact-page .contact-social__link {
  width: 40px;
  height: 40px;
  background: #fafafa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: background 0.3s ease, color 0.3s ease;
}
.contact-page .contact-social__link:hover {
  background: #000000;
  color: white;
}
.contact-page .contact-main__info .instagram-feed {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.contact-page .contact-main__info .instagram-feed .container {
  padding: 0;
  max-width: 100%;
}
.contact-page .contact-main__info .instagram-feed .mb-4 {
  margin-bottom: 1rem !important;
}
.contact-page .contact-main__info .instagram-grid__overlay img {
  width: 40px;
  height: 40px;
}
.contact-page .contact-main__info .instagram-grid__overlay p {
  font-size: 11px;
}
.contact-page .contact-main__info .instagram-caption {
  font-size: 11px;
}
.contact-page .contact-faq {
  padding: 80px 0 120px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .contact-page .contact-faq {
    padding: 60px 0 80px;
  }
}
.contact-page .contact-faq__title {
  font-size: 32px;
  letter-spacing: -1.5px;
  margin-bottom: 48px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .contact-page .contact-faq__title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.contact-page .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0px;
}
.contact-page .wpcf7-form input[type=text],
.contact-page .wpcf7-form input[type=email],
.contact-page .wpcf7-form input[type=tel],
.contact-page .wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  font-size: 15px;
  background: transparent;
  transition: border-color 0.3s ease;
}
.contact-page .wpcf7-form input[type=text]:focus,
.contact-page .wpcf7-form input[type=email]:focus,
.contact-page .wpcf7-form input[type=tel]:focus,
.contact-page .wpcf7-form textarea:focus {
  outline: none;
  border-bottom-color: #000000;
}
.contact-page .wpcf7-form input[type=text]::placeholder,
.contact-page .wpcf7-form input[type=email]::placeholder,
.contact-page .wpcf7-form input[type=tel]::placeholder,
.contact-page .wpcf7-form textarea::placeholder {
  color: #bdbdbd;
}
.contact-page .wpcf7-form input[type=submit] {
  margin-top: 8px;
}

.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;
}

.archive-seo {
  max-width: 880px;
  margin: 5em auto 0;
  padding: 0 1.5em 5em;
}
@media (max-width: 992px) {
  .archive-seo {
    margin-top: 3em;
    padding-bottom: 3em;
  }
}
.archive-seo__text-wrapper {
  position: relative;
  margin-bottom: 3em;
}
.archive-seo__text {
  position: relative;
  max-height: 8em;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.7;
  color: #4f4f4f;
  transition: max-height 0.4s ease;
}
.archive-seo__text p {
  margin: 0 0 1em;
}
.archive-seo__text p:last-child {
  margin-bottom: 0;
}
.archive-seo__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.archive-seo__toggle {
  display: inline-flex;
  align-items: center;
  background: none;
  border: 0;
  padding: 0.5em 0 0;
  margin-top: 0.5em;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.archive-seo__toggle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.6em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.archive-seo__toggle:hover {
  color: #ecdcbc;
}
.archive-seo__toggle [data-label-less] {
  display: none;
}
.archive-seo__text-wrapper.is-expanded .archive-seo__text {
  max-height: 200em;
}
.archive-seo__text-wrapper.is-expanded .archive-seo__text::after {
  opacity: 0;
}
.archive-seo__text-wrapper.is-expanded .archive-seo__toggle [data-label-more] {
  display: none;
}
.archive-seo__text-wrapper.is-expanded .archive-seo__toggle [data-label-less] {
  display: inline;
}
.archive-seo__text-wrapper.is-expanded .archive-seo__toggle::after {
  transform: rotate(-135deg);
}
.archive-seo__text-wrapper.is-fits .archive-seo__text {
  max-height: none;
}
.archive-seo__text-wrapper.is-fits .archive-seo__text::after {
  display: none;
}
.archive-seo__text-wrapper.is-fits .archive-seo__toggle {
  display: none;
}
.archive-seo__faq {
  margin-top: 3em;
}
.archive-seo__faq-title {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 36px;
  margin: 0 0 1.5em;
  color: #000000;
}
@media (max-width: 992px) {
  .archive-seo__faq-title {
    font-size: 26px;
    margin-bottom: 1em;
  }
}
.archive-seo .faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.archive-seo .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;
  color: #000000;
  transition: background var(--transition, 0.3s ease);
}
.archive-seo .faq-question:hover {
  background: var(--product-hover, #f5f5f5);
}
.archive-seo .faq-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  margin-left: 16px;
}
.archive-seo .faq-toggle::before, .archive-seo .faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--product-primary, #000);
  transition: transform var(--transition, 0.3s ease);
}
.archive-seo .faq-toggle::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.archive-seo .faq-toggle::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}
.archive-seo .faq-item.active .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.archive-seo .faq-answer {
  display: none;
  padding: 0 1.5rem 1.5rem;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}
.archive-seo .faq-answer p {
  margin: 0 0 1em;
}
.archive-seo .faq-answer p:last-child {
  margin-bottom: 0;
}
.archive-seo .faq-item.active .faq-answer {
  display: block;
}

.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: #ecdcbc;
}
.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: 100%;
}
.home .bestseller__wrapper ul.products {
  display: flex;
}
.home .bestseller__wrapper ul.products .product {
  padding: 0;
}
.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: 16px;
  font-weight: 700;
  color: black;
  margin-bottom: 0.5em;
  line-height: 20px;
  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: #ecdcbc;
}
.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: 130px;
}
@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: block;
}
.single-product .cart__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media (max-width: 576px) {
  .single-product .cart__row {
    flex-wrap: wrap;
  }
  .single-product .cart__row .cart__wrapper {
    width: auto;
    flex: 1;
  }
  .single-product .cart__row .single_add_to_cart_button {
    width: 100%;
    flex: unset;
  }
}
.single-product .wishlist-btn--inline {
  flex-shrink: 0;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  position: relative;
  right: 0;
  border: solid 1px black;
  /* padding: 7px; */
  height: 57px;
  top: 0;
}
.single-product .wishlist-btn--inline svg {
  transition: all 0.3s ease;
}
.single-product .wishlist-btn--inline:hover {
  border-color: #ecdcbc;
}
.single-product .wishlist-btn--inline:hover svg {
  stroke: #ecdcbc;
}
.single-product .wishlist-btn--inline.is-wishlisted svg {
  fill: #ecdcbc;
  stroke: #ecdcbc;
}
.single-product .cart-delivery-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #4f4f4f;
}
.single-product .cart-delivery-info svg {
  flex-shrink: 0;
  color: #4f4f4f;
}
.single-product .cart-delivery-info span {
  font-size: 13px;
  letter-spacing: 0;
  color: #4f4f4f;
  text-transform: none;
  line-height: 1.4;
}
.single-product .swiper-pagination {
  text-align: left;
  left: 0em;
  bottom: 1em;
  font-size: 16px;
}
.single-product .swiper-pagination * {
  font-size: 16px;
}
.single-product .product_title {
  font-family: "Merriweather", serif;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -2px;
  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: 500;
  font-stretch: normal;
  background-color: white;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.5px;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2em 1.4em;
  text-transform: uppercase;
  flex: 1;
  min-width: 0;
  transition: border-color 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 {
  border-color: #ecdcbc;
  cursor: pointer;
}
.single-product .cart__wrapper {
  position: relative;
  width: 120px;
}
.single-product .cart__wrapper .qty__buttons {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: transparent;
  border: none;
  height: 18px;
  width: 18px;
}
.single-product .cart__wrapper .qty__buttons:hover {
  cursor: pointer;
}
.single-product .cart__wrapper .qty__buttons.minus {
  left: 13px;
}
.single-product .cart__wrapper .qty__buttons.minus::before {
  content: "";
  width: 17px;
  display: block;
  height: 2px;
  background-color: black;
}
.single-product .cart__wrapper .qty__buttons.plus {
  right: 13px;
}
.single-product .cart__wrapper .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 .cart__wrapper .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 .product-summary-sticky .quantity {
  border: solid 1px black;
}
.single-product .product-summary-sticky .quantity input[type=number] {
  text-align: center;
  -moz-appearance: textfield;
}
.single-product .product-summary-sticky .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .product-summary-sticky .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product-summary-sticky .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: #ecdcbc;
}
.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: #ecdcbc;
}
.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;
}
.single-product .up-sells ul.products .product {
  list-style-type: none;
}
.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: #ecdcbc !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: #ecdcbc;
}

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

.woocommerce-checkout .form-row label {
  display: none;
}
@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: #ecdcbc;
  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 .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: #ecdcbc;
}
.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: #ecdcbc;
}
.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 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 #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 {
  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: #ecdcbc;
}
.woocommerce-checkout .woocommerce-shipping-fields .product__accordion--elem.active .toggle {
  background-color: #ecdcbc;
}
.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: #ecdcbc;
}
.woocommerce-checkout #ship-to-different-address .checkbox .woocommerce-form__label.disabled .toggle:hover {
  cursor: pointer;
  background-color: #ecdcbc;
}
.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: #ecdcbc;
}
.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: #ecdcbc;
}
.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: #ecdcbc;
}
.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 {
  margin-bottom: 1.5em;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping > div > br {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li:first-child {
  border-radius: 8px 8px 0 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li:last-child {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li:only-child {
  border-radius: 8px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li:hover {
  background-color: #fafafa;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li::before {
  display: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li input[type=radio]:checked {
  border-color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li label {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  display: inline !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li .inpost_pl-shipping-method-meta-wrap {
  flex-shrink: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .woocommerce-shipping-methods li .inpost_pl-shipping-method-meta-wrap .easypack-shipping-method-logo img {
  max-height: 28px;
  width: auto;
  display: block;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping {
  /* InPost geowidget button */
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .easypack_show_geowidget {
  margin-top: 12px;
  padding: 12px 20px;
  background-color: #000000;
  color: white;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping .easypack_show_geowidget:hover {
  background-color: #ecdcbc;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping {
  /* Selected parcel machine info */
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping #selected-parcel-machine {
  margin-top: 10px;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f7f7f7;
  font-size: 13px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping #selected-parcel-machine .easypack-visible-point-header {
  font-size: 12px;
  color: #4f4f4f;
  font-style: normal !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart-shipping #selected-parcel-machine .easypack-visible-point-description {
  font-weight: 500;
  display: block;
  margin-top: 4px;
}
.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: #ecdcbc;
}
.woocommerce-checkout {
  /* ── Checkout login prompt ─────────────────────── */
}
.woocommerce-checkout .checkout-login-prompt {
  display: none;
}
.woocommerce-checkout .checkout-login-btn {
  margin-bottom: 2em;
  display: inline-block;
}
.woocommerce-checkout {
  /* ── Checkout consents (privacy + newsletter) ─── */
}
.woocommerce-checkout .checkout-consents {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.woocommerce-checkout .checkout-consents__item {
  margin-bottom: 12px;
}
.woocommerce-checkout .checkout-consents__item .shop-filters__label-text {
  font-size: 13px;
  line-height: 1.5;
}
.woocommerce-checkout .checkout-consents__item .shop-filters__label-text a {
  color: #000000;
  text-decoration: underline;
  font-size: inherit;
}
.woocommerce-checkout .checkout-consents__item .shop-filters__label-text a:hover {
  color: #ecdcbc;
}
.woocommerce-checkout {
  /* ── Notes toggle checkbox ────────────────────── */
}
.woocommerce-checkout .checkout-notes-toggle {
  margin-top: 2em;
  margin-bottom: 1em;
}
.woocommerce-checkout .checkout-notes-field {
  margin-bottom: 2em;
}
.woocommerce-checkout .checkout-notes-field textarea {
  min-height: 100px;
}
.woocommerce-checkout {
  /* ── Checkout summary (right column) ──────────── */
}
@media (min-width: 992px) {
  .woocommerce-checkout .checkout-summary {
    position: sticky;
    top: 120px;
  }
}
.woocommerce-checkout .checkout-summary__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  font-family: inherit;
}
.woocommerce-checkout .checkout-summary__toggle:hover {
  border-color: #ccc;
}
.woocommerce-checkout .checkout-summary__toggle.is-open {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
.woocommerce-checkout .checkout-summary__toggle.is-open .checkout-summary__chevron {
  transform: rotate(180deg);
}
.woocommerce-checkout .checkout-summary__toggle-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.woocommerce-checkout .checkout-summary__toggle-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.woocommerce-checkout .checkout-summary__toggle-total {
  font-size: 15px;
  font-weight: 700;
}
.woocommerce-checkout .checkout-summary__chevron {
  transition: transform 0.3s ease;
}
.woocommerce-checkout .checkout-summary__items {
  max-height: 0;
  overflow: hidden;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s ease;
}
.woocommerce-checkout .checkout-summary__items.is-open {
  max-height: 600px;
  overflow-y: auto;
}
.woocommerce-checkout .checkout-summary__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border-top: 1px solid #eee;
}
.woocommerce-checkout .checkout-summary__item-image {
  position: relative;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border: 1px solid #e0e0e0;
  background: white;
}
.woocommerce-checkout .checkout-summary__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.woocommerce-checkout .checkout-summary__item-qty {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  color: white;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.woocommerce-checkout .checkout-summary__item-details {
  flex: 1;
  min-width: 0;
}
.woocommerce-checkout .checkout-summary__item-name {
  font-size: 13px;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce-checkout .checkout-summary__item-price {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.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;
}
.woocommerce-checkout {
  /* ── Coupon collapsible box (right column, under cart summary) ─── */
}
.woocommerce-checkout .checkout-coupon {
  margin-top: 14px;
  margin-bottom: 14px;
}
.woocommerce-checkout .checkout-coupon__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  font-family: inherit;
}
.woocommerce-checkout .checkout-coupon__toggle:hover {
  border-color: #ccc;
}
.woocommerce-checkout .checkout-coupon.is-open .checkout-coupon__toggle {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
.woocommerce-checkout .checkout-coupon.is-open .checkout-coupon__toggle .checkout-coupon__chevron {
  transform: rotate(180deg);
}
.woocommerce-checkout .checkout-coupon__toggle-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.woocommerce-checkout .checkout-coupon__chevron {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.woocommerce-checkout .checkout-coupon__body {
  max-height: 0;
  overflow: hidden;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s ease;
}
.woocommerce-checkout .checkout-coupon.is-open .checkout-coupon__body {
  max-height: 400px;
  overflow: visible;
}
.woocommerce-checkout .checkout-coupon__applied {
  list-style: none;
  margin: 0;
  padding: 14px 20px 0;
}
.woocommerce-checkout .checkout-coupon__applied li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 8px;
}
.woocommerce-checkout .checkout-coupon__applied li::before {
  display: none;
}
.woocommerce-checkout .checkout-coupon__remove {
  background: none;
  border: 0;
  font-size: 20px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0 4px;
  transition: color 0.2s ease;
}
.woocommerce-checkout .checkout-coupon__remove:hover {
  color: #000;
}
.woocommerce-checkout .checkout-coupon__form {
  display: flex;
  gap: 8px;
  padding: 14px 20px;
}
.woocommerce-checkout .checkout-coupon__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s ease;
}
.woocommerce-checkout .checkout-coupon__input:focus {
  outline: none;
  border-color: #999;
}
.woocommerce-checkout .checkout-coupon__apply {
  flex: 0 0 auto;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.woocommerce-checkout .checkout-coupon__apply:hover {
  opacity: 0.85;
}
.woocommerce-checkout .checkout-coupon__apply:disabled {
  opacity: 0.5;
  cursor: wait;
}
.woocommerce-checkout .checkout-coupon__message {
  padding: 0 20px 14px;
  font-size: 13px;
  line-height: 1.4;
  min-height: 0;
}
.woocommerce-checkout .checkout-coupon__message:empty {
  padding: 0;
}
.woocommerce-checkout .checkout-coupon__message.is-error {
  color: #c0392b;
}
.woocommerce-checkout .checkout-coupon__message.is-success {
  color: #2e7d32;
}
.woocommerce-checkout .checkout-coupon__message.is-pending {
  color: #777;
}

body .wc_payment_methods {
  padding: 0;
}
body .wc_payment_methods .wc_payment_method {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
body .wc_payment_methods .wc_payment_method:first-child {
  border-radius: 8px 8px 0 0;
}
body .wc_payment_methods .wc_payment_method:last-child {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
}
body .wc_payment_methods .wc_payment_method:only-child {
  border-radius: 8px;
}
body .wc_payment_methods .wc_payment_method > label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
body .wc_payment_methods .wc_payment_method > label:hover {
  background-color: #fafafa;
}
body .wc_payment_methods .wc_payment_method > label img {
  max-height: 24px;
  width: auto;
}
body .wc_payment_methods .wc_payment_method > input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body .wc_payment_methods .wc_payment_method > input[type=radio] + label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: border-color 0.2s ease;
}
body .wc_payment_methods .wc_payment_method > input[type=radio]:checked + label::before {
  border-color: #000000;
  background: radial-gradient(#000000 40%, transparent 41%);
}
body .wc_payment_methods .wc_payment_method .payment_box {
  background-color: #f7f7f7;
  padding: 16px 20px;
  margin: 0;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  line-height: 1.5;
  color: #4f4f4f;
}
body .wc_payment_methods .wc_payment_method .payment_box::before, body .wc_payment_methods .wc_payment_method .payment_box::after {
  display: none;
}
body .wc_payment_methods .wc_payment_method .payment_box p {
  font-size: 13px;
  margin-bottom: 8px;
}
body .wc_payment_methods .wc_payment_method .payment_box {
  /* BLIK code input */
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-blik-white-label label {
  display: block !important;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-blik-white-label input[type=text] {
  width: 200px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 4px;
  text-align: center;
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-blik-white-label input[type=text]:focus {
  border-color: #000000;
  outline: none;
}
body .wc_payment_methods .wc_payment_method .payment_box {
  /* Bank logos grid */
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-payment-option-pbls {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
  margin-top: 8px;
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease;
  background: white;
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl:hover, body .wc_payment_methods .wc_payment_method .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl.active {
  border-color: #000000;
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl img {
  max-width: 100%;
  height: auto;
}
body .wc_payment_methods .wc_payment_method .payment_box {
  /* Data processing info - subtle */
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-data-processing-info {
  font-size: 11px;
  color: #4f4f4f;
  margin-top: 12px;
  line-height: 1.4;
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-data-processing-info a {
  color: #4f4f4f;
  text-decoration: underline;
}
body .wc_payment_methods .wc_payment_method .payment_box .paynow-data-processing-info a:hover {
  color: #000000;
}
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;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  right: auto !important;
  bottom: auto !important;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
  font-size: 20px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-deny {
  display: none;
}

.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 .form-row {
  margin-bottom: 1.5em;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content input.input-text,
.woocommerce-account .woocommerce-MyAccount-content input[type=text],
.woocommerce-account .woocommerce-MyAccount-content input[type=email],
.woocommerce-account .woocommerce-MyAccount-content input[type=password],
.woocommerce-account .woocommerce-MyAccount-content input[type=tel],
.woocommerce-account .woocommerce-MyAccount-content select {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 0;
  padding: 11px 0;
  width: 100%;
  background: transparent;
  transition: border-color 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=text]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=email]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=password]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=tel]:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus {
  outline: none;
  border-bottom-color: #ecdcbc;
}
.woocommerce-account .woocommerce-MyAccount-content input.input-text::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=text]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=email]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=password]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=tel]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content select::placeholder {
  color: #999;
  font-size: 14px;
}
.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,
.woocommerce-page form .show-password-input {
  display: none !important;
}

#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: #ecdcbc;
}

.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 #ecdcbc;
}
.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 #ecdcbc;
  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: rgba(236, 220, 188, 0.5);
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

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

.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: rgba(191, 255, 163, 0.2509803922);
  box-shadow: 0px 3px 14px rgba(46, 46, 46, 0.1);
  border-top: none;
  padding: 1em;
  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: #ecdcbc;
}
.woocommerce-message::before {
  display: none;
}
.woocommerce-message--info {
  border-top: none;
}
.woocommerce-message--info::before {
  display: none;
}
.woocommerce-message--error {
  border-top: none;
}
.woocommerce-message--error::before {
  display: none;
}
.woocommerce-message--error {
  border-top-color: #fed5d5;
}
.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 {
  box-shadow: 0px 3px 14px rgba(46, 46, 46, 0.1);
  border: none;
  padding: 1em;
  background-color: #fed5d5;
  position: relative;
}
.woocommerce-error * {
  color: black;
}
.woocommerce-error li {
  list-style-type: none;
}
.woocommerce-error li::before {
  display: none;
}
.woocommerce-error::before {
  display: none;
}

.cart-empty,
body .woocommerce .woocommerce-info {
  box-shadow: 0px 3px 14px rgba(46, 46, 46, 0.1) !important;
  padding: 1em !important;
  position: relative;
  border: solid 1px #ecdcbc !important;
  background-color: rgba(236, 220, 188, 0.1);
}

.thankyou {
  padding: 5em 0 7em;
  background: linear-gradient(180deg, rgba(236, 220, 188, 0.18) 0%, rgba(236, 220, 188, 0) 60%);
}
@media (max-width: 992px) {
  .thankyou {
    padding: 2.5em 0 4em;
  }
}
.thankyou__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5em;
}
.thankyou__hero {
  text-align: center;
  margin-bottom: 3em;
}
@media (max-width: 992px) {
  .thankyou__hero {
    margin-bottom: 2em;
  }
}
.thankyou__icon {
  display: inline-flex;
  color: #000000;
  margin-bottom: 1.5em;
  background: #ecdcbc;
  border-radius: 50%;
  padding: 1.25em;
  line-height: 0;
}
.thankyou__icon svg {
  display: block;
}
.thankyou__hero--failed .thankyou__icon {
  background: #fed5d5;
}
.thankyou__eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 1em;
  font-weight: 600;
}
.thankyou__title {
  font-family: "Merriweather", serif;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 0 0.6em;
  color: #000000;
}
@media (max-width: 992px) {
  .thankyou__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.thankyou__intro {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  max-width: 520px;
}
.thankyou__details {
  margin-top: 3em;
}
.thankyou__cta {
  margin: 3em 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75em;
}
.thankyou__cta .button-1, .thankyou__cta .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .thankyou__cta .wc-forward {
  min-width: 220px;
}

.order-card {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  padding: 1.75em 2em;
  margin: 0 0 2em;
}
@media (max-width: 720px) {
  .order-card {
    padding: 1.25em 1.25em;
    border-radius: 12px;
  }
}
.order-card__head {
  padding-bottom: 1em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.order-card__title {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 22px;
  margin: 0;
  color: #000000;
}

.order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-overview__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1em;
  padding: 0.85em 0;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.08);
}
.order-overview__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.order-overview__row dt,
.order-overview__row dd {
  margin: 0;
  padding: 0;
}
.order-overview__row dt {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
}
.order-overview__row dd {
  font-weight: 600;
  text-align: right;
  font-size: 15px;
  color: #000000;
}
.order-overview__row--total {
  margin-top: 0.5em;
  padding-top: 1em;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  border-bottom: 0;
}
.order-overview__row--total dt {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.order-overview__row--total dd {
  font-size: 22px;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

.thankyou .woocommerce-order-details,
.thankyou .woocommerce-customer-details {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  padding: 1.75em 2em;
  margin: 0 0 2em;
}
@media (max-width: 720px) {
  .thankyou .woocommerce-order-details,
  .thankyou .woocommerce-customer-details {
    padding: 1.25em 1.25em;
    border-radius: 12px;
  }
}
.thankyou .woocommerce-order-details__title,
.thankyou .woocommerce-customer-details__title {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 22px;
  margin: 0 0 1em;
  padding-bottom: 0.75em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  color: #000000;
}
.thankyou .woocommerce-order-details .shop_table,
.thankyou .woocommerce-customer-details .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.thankyou .woocommerce-order-details .shop_table th,
.thankyou .woocommerce-order-details .shop_table td,
.thankyou .woocommerce-customer-details .shop_table th,
.thankyou .woocommerce-customer-details .shop_table td {
  padding: 0.9em 0.5em;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}
.thankyou .woocommerce-order-details .shop_table thead th,
.thankyou .woocommerce-customer-details .shop_table thead th {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
.thankyou .woocommerce-order-details .shop_table tbody tr:last-child th,
.thankyou .woocommerce-order-details .shop_table tbody tr:last-child td,
.thankyou .woocommerce-customer-details .shop_table tbody tr:last-child th,
.thankyou .woocommerce-customer-details .shop_table tbody tr:last-child td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
.thankyou .woocommerce-order-details .shop_table tfoot tr:last-child th,
.thankyou .woocommerce-order-details .shop_table tfoot tr:last-child td,
.thankyou .woocommerce-customer-details .shop_table tfoot tr:last-child th,
.thankyou .woocommerce-customer-details .shop_table tfoot tr:last-child td {
  padding-top: 1em;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  border-bottom: 0;
  font-size: 18px;
  font-family: "Merriweather", serif;
  font-weight: 400;
}
.thankyou .woocommerce-order-details .shop_table tfoot th,
.thankyou .woocommerce-customer-details .shop_table tfoot th {
  font-weight: 600;
}
.thankyou .woocommerce-order-details .shop_table tfoot td,
.thankyou .woocommerce-customer-details .shop_table tfoot td {
  text-align: right;
}
.thankyou .woocommerce-order-details .shop_table td.product-total,
.thankyou .woocommerce-order-details .shop_table th.product-total,
.thankyou .woocommerce-customer-details .shop_table td.product-total,
.thankyou .woocommerce-customer-details .shop_table th.product-total {
  text-align: right;
  white-space: nowrap;
}
.thankyou .woocommerce-order-details .shop_table .product-name a,
.thankyou .woocommerce-customer-details .shop_table .product-name a {
  color: inherit;
  text-decoration: none;
}
.thankyou .woocommerce-order-details .shop_table .product-name a:hover,
.thankyou .woocommerce-customer-details .shop_table .product-name a:hover {
  text-decoration: underline;
}
.thankyou .woocommerce-order-details .shop_table .product-name .wc-item-meta,
.thankyou .woocommerce-customer-details .shop_table .product-name .wc-item-meta {
  margin: 0.4em 0 0;
  padding: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  list-style: none;
}
.thankyou .woocommerce-order-details .shop_table .product-name .wc-item-meta li,
.thankyou .woocommerce-customer-details .shop_table .product-name .wc-item-meta li {
  padding: 0;
  margin: 0;
}
.thankyou .woocommerce-order-details .shop_table .product-name .wc-item-meta li strong,
.thankyou .woocommerce-customer-details .shop_table .product-name .wc-item-meta li strong {
  font-weight: 400;
}
.thankyou .woocommerce-order-details .shop_table .product-name .wc-item-meta li::before,
.thankyou .woocommerce-customer-details .shop_table .product-name .wc-item-meta li::before {
  display: none;
}
.thankyou .woocommerce-order-details .shop_table .product-name .wc-item-meta p,
.thankyou .woocommerce-customer-details .shop_table .product-name .wc-item-meta p {
  margin: 0;
  display: inline;
}

.thankyou .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.7;
  padding: 0;
  border: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}
.thankyou .woocommerce-customer-details .woocommerce-column__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 0.75em;
}
.thankyou .woocommerce-customer-details .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 720px) {
  .thankyou .woocommerce-customer-details .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
}
.thankyou .woocommerce-customer-details .woocommerce-columns--addresses .col-1,
.thankyou .woocommerce-customer-details .woocommerce-columns--addresses .col-2 {
  max-width: none;
  flex: none;
  padding: 0;
}

.thankyou ul li::before,
.thankyou ol li::before {
  display: none !important;
}

.thankyou ul,
.thankyou ol {
  padding: 0;
  margin: 0;
}
.thankyou ul li,
.thankyou ol li {
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 0;
}

.woocommerce-order-received main ul {
  margin-bottom: 0;
}

.wpcf7 input[type=checkbox] {
  display: none;
}
.wpcf7 label {
  font-weight: 700;
}
.wpcf7 label,
.wpcf7 textarea {
  width: 100%;
  margin-bottom: 20px;
  color: black;
}
.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: 100px;
  resize: none;
  padding: 0.75em;
  border: solid 1px black;
}
.wpcf7 p {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
  font-size: 14px;
}
.wpcf7 .wpcf7-acceptance {
  display: block;
  margin-bottom: 1.5em;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label {
  line-height: 1.5;
  color: #000000;
  border: none;
  background-color: transparent;
  height: auto;
  text-align: left;
  display: inline;
  position: relative;
  padding-left: 28px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label a {
  color: #000000;
  text-decoration: underline;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label a:hover {
  color: #ecdcbc;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1.5px solid #000000;
  border-radius: 3px;
  background-color: transparent;
  transition: background-color 0.2s, border-color 0.2s;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background-color: #ecdcbc;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0.2s;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  border-color: #000000;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.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: rgba(236, 220, 188, 0.5);
    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-bottom: 150px;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in main {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.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: 991px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation .cat-list {
    display: block;
    overflow: hidden;
    width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    padding: 0 1em;
    flex-wrap: nowrap;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation .cat-list .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation .cat-list .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    padding-left: 0;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation .cat-list .swiper-slide::before {
    display: none;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation .cat-list .swiper-slide a {
    white-space: nowrap;
    font-size: 13px;
    padding: 8px 16px;
  }
  .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 .woocommerce-address-fields {
  max-width: 700px;
}
.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.woocommerce-account.logged-in.woocommerce-edit-address .form-row {
  margin-bottom: 0;
}
.woocommerce-account.logged-in.woocommerce-edit-address abbr.required {
  display: none;
}
.woocommerce-account.logged-in.woocommerce-edit-address .optional {
  color: #fafafa;
  font-weight: 400;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_company_field,
.woocommerce-account.logged-in.woocommerce-edit-address #billing_country_field,
.woocommerce-account.logged-in.woocommerce-edit-address #billing_email_field {
  grid-column: 1/-1;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_address_1_field {
  grid-column: 1/2;
}
.woocommerce-account.logged-in.woocommerce-edit-address #billing_postcode_field {
  grid-column: 2/3;
}
.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields > p {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.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: center;
  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: #ecdcbc;
}
@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: #ecdcbc;
}
.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;
  }
}

.komea-auth {
  max-width: 480px;
  margin: 0 auto;
}
.komea-auth__tabs {
  display: flex;
  gap: 0;
  margin-bottom: 2em;
  border-bottom: 2px solid #e0e0e0;
}
.komea-auth__tab {
  flex: 1;
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ababab;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
.komea-auth__tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s;
}
.komea-auth__tab--active {
  color: #000000;
}
.komea-auth__tab--active::after {
  background-color: #ecdcbc;
}
.komea-auth__tab:hover {
  color: #000000;
}
.komea-auth__panel {
  display: none;
}
.komea-auth__panel--active {
  display: block;
}
.komea-auth__checkboxes {
  margin: 1.5em 0;
}
.komea-auth__links {
  text-align: center;
  margin-top: 1.5em;
}
.komea-auth__links a {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.3s;
}
.komea-auth__links a:hover {
  color: #ecdcbc;
}
.komea-auth .form-row {
  margin-bottom: 1em;
}
.komea-auth .form-row--half {
  width: 48%;
  display: inline-block;
}
.komea-auth .form-row--half:nth-of-type(even) {
  float: right;
}
@media (max-width: 576px) {
  .komea-auth .form-row--half {
    width: 100%;
    float: none !important;
  }
}
.komea-auth .button-1, .komea-auth .sidebar__widget .woocommerce-mini-cart__buttons.buttons .wc-forward, .sidebar__widget .woocommerce-mini-cart__buttons.buttons .komea-auth .wc-forward {
  margin-top: 1em;
}

.komea-dashboard__title {
  margin-bottom: 1.5em;
}
.komea-dashboard__empty {
  text-align: center;
  padding: 4em 2em;
}
.komea-dashboard__empty p {
  font-size: 18px;
  color: #4f4f4f;
  margin-bottom: 2em;
}
.komea-dashboard__orders {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.komea-order {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5em;
  transition: box-shadow 0.3s;
}
.komea-order:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.komea-order__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 576px) {
  .komea-order__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.komea-order__meta {
  display: flex;
  flex-direction: column;
}
.komea-order__number {
  font-weight: 700;
  font-size: 15px;
}
.komea-order__date {
  font-size: 13px;
  color: #4f4f4f;
  margin-top: 2px;
}
.komea-order__status {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.komea-order__status.status--pending {
  background: #fff3cd;
  color: #856404;
}
.komea-order__status.status--processing {
  background: #cce5ff;
  color: #004085;
}
.komea-order__status.status--on-hold {
  background: #e2e3e5;
  color: #383d41;
}
.komea-order__status.status--completed {
  background: #d4edda;
  color: #155724;
}
.komea-order__status.status--cancelled {
  background: #f8d7da;
  color: #721c24;
}
.komea-order__status.status--refunded {
  background: #e2e3e5;
  color: #383d41;
}
.komea-order__status.status--failed {
  background: #f8d7da;
  color: #721c24;
}
.komea-order__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1em;
}
.komea-order__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.komea-order__thumb {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.komea-order__thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
}
.komea-order__item-details {
  display: flex;
  flex-direction: column;
}
.komea-order__item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.komea-order__item-qty {
  font-size: 13px;
  color: #4f4f4f;
}
.komea-order__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  border-top: 1px solid #f0f0f0;
}
.komea-order__total {
  font-weight: 700;
  font-size: 16px;
}
.komea-order__link {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.3s;
}
.komea-order__link:hover {
  color: #ecdcbc;
}

.woocommerce-account:not(.logged-in) main {
  margin-top: 180px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .woocommerce-account:not(.logged-in) main {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}

/* ================================
   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;
  border-radius: 25px;
  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%;
  border-radius: 25px;
  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;
}

/* ================================
   BREADCRUMBS
   ================================ */
.product-breadcrumbs {
  padding: 1rem 0 0.5rem;
}
.product-breadcrumbs .breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  margin-bottom: 20px;
}
.product-breadcrumbs .breadcrumbs-list li {
  color: #999;
  font-size: 13px;
}
.product-breadcrumbs .breadcrumbs-list li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #ccc;
}
.product-breadcrumbs .breadcrumbs-list li a {
  color: #999;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 13px;
}
.product-breadcrumbs .breadcrumbs-list li a:hover {
  color: #000;
}
.product-breadcrumbs .breadcrumbs-list li[aria-current=page] {
  color: #000;
}

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

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

.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;
}
.product-features-icons .h4 {
  line-height: 1em;
}
.product-features-icons .h5 {
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: 500;
}

.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;
}
@media (max-width: 991px) {
  .product-faq-section {
    margin-top: 0 !important;
    margin-left: -1em !important;
    margin-right: -1em !important;
    padding: 3rem 1.5em;
  }
  .product-faq-section .container {
    padding: 0;
    max-width: 100%;
  }
  .product-faq-section .section-title {
    text-align: center;
  }
}

.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;
}

/* ================================
   VARIABLE PRODUCT FORM
   ================================ */
.single-product .product-summary-sticky .price,
.single-product .woocommerce-variation-price .price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.single-product .product-summary-sticky .price del,
.single-product .woocommerce-variation-price .price del {
  color: #999;
  font-weight: 400;
  font-size: 18px;
}
.single-product .product-summary-sticky .price ins,
.single-product .woocommerce-variation-price .price ins {
  text-decoration: none;
  color: #000;
}

.variations_form.cart .variations {
  margin-bottom: 1.5rem;
}
.variations_form.cart .variation-row {
  margin-bottom: 1rem;
}
.variations_form.cart .variation-row:last-child {
  margin-bottom: 0;
}
.variations_form.cart .variation-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  color: #000;
}
.variations_form.cart .variation-select {
  width: 100%;
  padding: 12px 40px 12px 14px;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("img/svg/down.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.variations_form.cart .variation-select:hover, .variations_form.cart .variation-select:focus {
  border-color: #ecdcbc;
  outline: none;
}
.variations_form.cart .single_variation_wrap {
  margin-top: 1.5rem;
}
.variations_form.cart .woocommerce-variation {
  margin-bottom: 1rem;
}
.variations_form.cart .woocommerce-variation-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.variations_form.cart .woocommerce-variation-availability {
  margin-bottom: 0.5rem;
}
.variations_form.cart .woocommerce-variation-availability .stock {
  font-size: 13px;
  font-weight: 500;
}
.variations_form.cart .woocommerce-variation-availability .stock.in-stock {
  color: rgba(191, 255, 163, 0.2509803922);
}
.variations_form.cart .woocommerce-variation-availability .stock.out-of-stock {
  color: #fed5d5;
}
.variations_form.cart .reset_variations {
  display: inline-block;
  font-size: 13px;
  color: #999;
  text-decoration: underline;
  margin-top: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.variations_form.cart .reset_variations:hover {
  color: #000;
}

/* ================================
   RESPONSIVE
   ================================ */
/* ================================
   MOBILE GALLERY (Swiper)
   ================================ */
.product-gallery--mobile {
  display: none;
}

@media (max-width: 991px) {
  .product-gallery--desktop {
    display: none !important;
  }
  .product-gallery--mobile {
    display: block;
  }
  .product-gallery--mobile .swiper-container {
    overflow: hidden;
  }
  .product-gallery--mobile .swiper-slide img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
  }
  .product-gallery--mobile .video-wrapper {
    border-radius: 8px;
  }
  .product-gallery--mobile .product-gallery__pagination {
    margin-top: 12px;
    text-align: center;
  }
  .product-gallery--mobile .product-gallery__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    margin: 0 4px;
  }
  .product-gallery--mobile .product-gallery__pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  .product-summary-sticky {
    position: relative;
    top: 0;
    margin-top: 2rem;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .product-title {
    font-size: 22px;
  }
  .product-price-wrapper {
    font-size: 20px;
  }
}
.product-payment-banner {
  margin-top: 12px;
  padding: 12px 16px;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.product-payment-banner img {
  width: auto;
  vertical-align: middle;
}
.product-payment-banner p {
  margin: 0;
}

/* ================================
   PRODUCT CARD – global styles
   ================================ */
.product-card-wrapper {
  position: relative;
  cursor: none;
  display: flex;
  flex-direction: column;
}
.product-card-wrapper a, .product-card-wrapper h2, .product-card-wrapper .price, .product-card-wrapper .product__excerpt {
  cursor: none;
}
.product-card-wrapper .woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  margin-bottom: 1.2em;
}
.product-card-wrapper .woocommerce-LoopProduct-link:hover {
  cursor: none;
}
.product-card-wrapper .woocommerce-LoopProduct-link:hover .product__image--second {
  opacity: 1;
}
.product-card-wrapper .product__image {
  height: 380px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .product-card-wrapper .product__image {
    height: 180px;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .product-card-wrapper .product__image {
    height: 325px;
  }
}
@media (min-width: 1201px) and (max-width: 1450px) {
  .product-card-wrapper .product__image {
    height: 265px;
  }
}
.product-card-wrapper .product__image--second {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px;
  opacity: 0;
  transition-duration: 0.6s;
}
.product-card-wrapper .product-card__meta a {
  display: block;
}
.product-card-wrapper .woocommerce-loop-product__title {
  transition-duration: 0.4s;
}
.product-card-wrapper:hover .woocommerce-loop-product__title {
  color: #ecdcbc;
}
.product-card-wrapper .price {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

/* ── Product badges ──────────────────────────────── */
.product-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1.2;
  width: fit-content;
}
.product-badge--promocja {
  background-color: #c0392b;
  color: #fff;
}
.product-badge--bestseller {
  background-color: #000000;
  color: #fff;
}
.product-badge--nowosc {
  background-color: #ecdcbc;
  color: #000000;
}

/* ── Product list item reset ──────────────────────── */
.product::before {
  display: none;
}

/* ── Context-specific image heights ───────────────── */
.bestseller__wrapper .product-card-wrapper .product__image {
  height: 310px;
}

.up-sells .product-card-wrapper .product__image {
  height: 310px;
}

/* ── Up-sells grid fallback (<=4 products) ────────── */
.upsells-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .upsells-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .upsells-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Responsive overrides for shop grid ───────────── */
@media (max-width: 767px) {
  .shop-products__grid .product-card-wrapper .product__image,
  .shop-products__grid .product-card-wrapper .product__image--second {
    height: 180px;
    border-radius: 20px;
  }
}

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