@charset "UTF-8";
/*
Theme Name: Eyecon Beauty
Description: Tema para el proyecto Eyecon Beauty - Project Beta.
Author: Pedro Ramos
Author URI: https://github.com/pedrorxmos/id3-project-beta
Version: 1.1
Text Domain: eyecon
*/
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Regular.woff") format("woff"), url("fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Medium.woff") format("woff"), url("fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-SemiBold.woff") format("woff"), url("fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Bold.woff") format("woff"), url("fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 12px;
}

body {
  background-color: #FEFEFE;
  color: #1A1A1A;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0;
}
body main {
  margin-top: 75px;
  padding: 1rem 0 2.666667rem;
}
@media screen and (min-width: 800px) {
  body main {
    margin-top: 61px;
    padding-top: 1.5rem;
  }
}
body.home main {
  padding: 0 0 2.666667rem 0;
}
body.woocommerce-order-received .topbar-checkout .return-bag {
  display: none;
}

.container,
.woocommerce-info.woocommerce-message {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .container,
  .woocommerce-info.woocommerce-message {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .container,
  .woocommerce-info.woocommerce-message {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .container,
  .woocommerce-info.woocommerce-message {
    padding-left: 208px;
    padding-right: 208px;
  }
}

h1, h2, .h1, .h2 {
  font-size: 1.666667rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
h3, .h3 {
  font-size: 1.166667rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  border: 0;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.166667rem;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .btn {
    font-size: 1rem;
  }
}
.btn.btn-main {
  background-color: #FF206E;
  color: #FEFEFE;
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn.btn-secondary {
  background-color: #41EAD4;
  color: #1A1A1A;
}
.btn.btn-product {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .btn.btn-product {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.field p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.field p br {
  display: none;
}
.field input,
.field textarea,
.field select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  width: 100%;
  margin: 0;
  background: #F2F2F2;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  padding: 1rem 2rem;
  color: #1A1A1A;
  font-size: 1rem;
  z-index: 0;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-bottom-color: #FF206E;
  outline: none;
}
.field label {
  padding-left: 0.333333rem;
}
.field.field-area textarea {
  resize: vertical;
}

.field-submit input {
  width: 100%;
}
.field-submit input:disabled {
  opacity: 0.5;
}

.field-group {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.field-checkbox .wpcf7-list-item {
  margin: 0;
}
.field-checkbox label {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.field-checkbox label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 1.833333rem;
  height: 1.833333rem;
  margin: 0;
  border-radius: 0.5rem;
  border: 1px solid #BDBDBD;
  background-color: #FEFEFE;
  cursor: pointer;
}
.field-checkbox label input:checked {
  border: 1px solid #41EAD4;
  background-color: #41EAD4;
}
.field-checkbox label input:checked:after {
  content: "✓";
  font-size: 1.166667rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1A1A1A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  margin: auto;
}
.field-checkbox span {
  flex: 1;
}

.field-link a {
  border-bottom: 1px solid #1A1A1A;
}
.topbar {
  background-color: #FEFEFE;
  padding: 25px 27px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 300;
}
@media screen and (min-width: 800px) {
  .topbar {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .topbar {
    padding: 0 152px;
  }
}
@media screen and (min-width: 1280px) {
  .topbar {
    padding: 0 208px;
  }
}
.topbar .topbar-container {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 800px) {
  .topbar .topbar-container {
    align-items: center;
  }
}
.topbar .logo {
  color: #1A1A1A;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 1.333333rem;
  font-weight: 600;
}
.topbar .logo svg {
  width: 25px;
  height: 25px;
}
.topbar .logo svg #eye-outline {
  stroke: #FF206E;
}
.topbar .logo svg #eye-circle {
  fill: #FF206E;
}
@media screen and (min-width: 800px) {
  .topbar .logo svg {
    width: 1.333333rem;
    height: 1.333333rem;
  }
  .topbar .logo svg #eye-outline {
    stroke: #FF206E;
  }
  .topbar .logo svg #eye-circle {
    fill: #FF206E;
  }
}
.topbar .navigation {
  position: absolute;
  background-color: #FEFEFE;
  top: 100%;
  right: -100%;
  height: calc(100dvh - 75px);
  width: 75%;
  overflow-y: visible;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: right ease-in-out 0.3s;
}
@media screen and (min-width: 800px) {
  .topbar .navigation {
    position: static;
    flex-direction: row;
    height: 100%;
    padding: 0;
    justify-content: center;
    flex: 2 1 0;
  }
}
.topbar .navigation.open {
  right: 0;
}
.topbar .navigation .menu-list {
  display: flex;
  flex-direction: column;
  gap: 2.666667rem;
}
@media screen and (min-width: 800px) {
  .topbar .navigation .menu-list {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}
.topbar .navigation .menu-list .menu-item {
  font-size: 1.333333rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1.333333rem;
}
.topbar .navigation .menu-list .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1.333333rem;
}
@media screen and (min-width: 800px) {
  .topbar .navigation .menu-list .menu-item .sub-menu {
    display: none;
  }
}
.topbar .navigation .menu-list .menu-item .sub-menu .menu-item {
  font-size: 1.166667rem;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  .topbar .navigation .menu-list .menu-item {
    font-weight: 400;
    font-size: 1rem;
    border-bottom: 2px solid transparent;
  }
  .topbar .navigation .menu-list .menu-item a {
    padding: 1.75rem 1.25rem;
  }
  .topbar .navigation .menu-list .menu-item:hover {
    border-bottom: 2px solid #FF206E;
  }
  .topbar .navigation .menu-list .menu-item:hover .sub-menu {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    position: absolute;
    background-color: #FEFEFE;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    border-top: none;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .topbar .navigation .menu-list .menu-item:hover .sub-menu {
    padding: 0 64px;
    justify-content: center;
  }
}
@media screen and (min-width: 800px) and (min-width: 1024px) {
  .topbar .navigation .menu-list .menu-item:hover .sub-menu {
    padding: 0 152px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1280px) {
  .topbar .navigation .menu-list .menu-item:hover .sub-menu {
    padding: 0 208px;
  }
}
@media screen and (min-width: 800px) {
  .topbar .navigation .menu-list .menu-item:hover .sub-menu .menu-item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .topbar .navigation .menu-list .menu-item:hover .sub-menu .menu-item {
    border-bottom: 2px solid transparent;
  }
  .topbar .navigation .menu-list .menu-item:hover .sub-menu .menu-item a {
    padding: 1.666667rem;
  }
  .topbar .navigation .menu-list .menu-item:hover .sub-menu .menu-item:hover {
    border-bottom-color: #41EAD4;
  }
}
.topbar .navigation .nav-list-actions {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .topbar .navigation .nav-list-actions {
    display: none;
  }
}
.topbar .navigation .nav-list-actions .nav-item-action {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.3rem;
  cursor: pointer;
}
.topbar .navigation .nav-list-actions .nav-item-action svg {
  width: 2rem;
  height: 2rem;
  stroke: #1A1A1A;
}
.topbar .navigation .nav-list-actions .nav-item-action svg path {
  stroke: inherit;
  stroke-width: 1.5;
}
.topbar .nav-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 800px) {
  .topbar .nav-actions {
    justify-content: flex-end;
    gap: 1.3333rem;
  }
}
.topbar .nav-actions .nav-action {
  background: none;
  border: none;
  padding: 0;
  height: 2rem;
  cursor: pointer;
}
.topbar .nav-actions .nav-action svg {
  width: 2rem;
  height: 2rem;
  stroke: #1A1A1A;
}
.topbar .nav-actions .nav-action svg path {
  stroke: inherit;
  stroke-width: 1.5;
}
@media screen and (min-width: 800px) {
  .topbar .nav-actions .nav-action {
    height: 1.666667rem;
    font-size: 0.75rem;
  }
  .topbar .nav-actions .nav-action svg {
    width: 1.666667rem;
    height: 1.666667rem;
    stroke: #1A1A1A;
  }
  .topbar .nav-actions .nav-action svg path {
    stroke: inherit;
    stroke-width: 1.5;
  }
}
.topbar .nav-actions .nav-action.nav-account, .topbar .nav-actions .nav-action.nav-locale {
  display: none;
}
@media screen and (min-width: 800px) {
  .topbar .nav-actions .nav-action.nav-account, .topbar .nav-actions .nav-action.nav-locale {
    display: block;
  }
  .topbar .nav-actions .nav-action.nav-account span, .topbar .nav-actions .nav-action.nav-locale span {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .topbar .nav-actions .nav-action.nav-toggle {
    display: none;
  }
}
.topbar .nav-actions .nav-action .burguer-menu-icon {
  display: block;
}
.topbar .nav-actions .nav-action .close-menu-icon {
  display: none;
}
.topbar .nav-actions .nav-action.nav-bag {
  position: relative;
  font-size: 1rem;
}
.topbar .nav-actions .nav-action.nav-bag .nav-bag__number {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  font-size: 0.8333333em;
  font-family: "Manrope", sans-serif;
  line-height: 0;
  font-weight: 700;
  color: #FEFEFE;
  border-radius: 50%;
  padding: 0.75em 0.45em 0.75em 0.55em;
  left: 70%;
  bottom: 70%;
  background-color: #FF206E;
  padding: auto;
}
@media screen and (min-width: 800px) {
  .topbar .nav-actions .nav-action.nav-bag .nav-bag__number {
    padding: 0.725em 0.45em 0.775em 0.55em;
  }
}
@media screen and (min-width: 800px) {
  .topbar .nav-actions .nav-action.nav-bag {
    font-size: 0.833333rem;
  }
}
.topbar .nav-actions.open .nav-action.nav-bag {
  display: none;
}
.topbar .nav-actions.open .nav-action .burguer-menu-icon {
  display: none;
}
.topbar .nav-actions.open .nav-action .close-menu-icon {
  display: block;
}
.topbar.topbar-checkout .topbar-container {
  align-items: center;
}
.topbar.topbar-checkout .return-bag {
  margin-right: 0.5rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.topbar.topbar-checkout .return-bag svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 200;
}
@media screen and (min-width: 800px) {
  .overlay {
    display: none;
  }
}

footer {
  width: 100%;
  background-color: #1A1A1A;
  color: #FEFEFE;
  padding: 3rem 27px 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 800px) {
  footer {
    padding: 3rem 64px 2rem;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 3rem 152px 2rem;
  }
}
@media screen and (min-width: 1280px) {
  footer {
    padding: 3rem 208px 2rem;
  }
}
footer .footer-copyright {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.833333rem;
}
footer .footer-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 800px) {
  footer .footer-group {
    flex-direction: row;
  }
}
footer .footer-group .footer-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 800px) {
  footer .footer-group .footer-info {
    flex: 1;
  }
}
footer .footer-group .footer-info .footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
footer .footer-group .footer-info .footer-newsletter .newsletter-title {
  margin: 0;
  font-size: 1.333333rem;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer-group .footer-info .footer-newsletter .newsletter-input {
  border-bottom: 1px solid #6B6B6B;
  width: 100%;
  padding: 1rem 0;
}
footer .footer-group .footer-info .footer-newsletter .newsletter-input input {
  color: #FEFEFE;
  background: none;
  border: none;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
}
footer .footer-group .footer-info .footer-newsletter .newsletter-disclaimer {
  font-size: 0.666667rem;
  color: #6B6B6B;
}
footer .footer-group .footer-info .footer-newsletter .newsletter-disclaimer a {
  font-weight: 700;
}
footer .footer-group .footer-info .footer-socialmedia {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
footer .footer-group .footer-info .footer-socialmedia svg {
  width: 3.5rem;
  height: 3.5rem;
}
footer .footer-group .footer-info .footer-socialmedia svg #eye-outline {
  stroke: #FEFEFE;
}
footer .footer-group .footer-info .footer-socialmedia svg #eye-circle {
  fill: #FEFEFE;
}
footer .footer-group .footer-info .footer-socialmedia .socialmedia-title {
  margin: 0;
  font-size: 1.166667rem;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer-group .footer-info .footer-socialmedia .socialmedia-links .menu {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
footer .footer-group .footer-info .footer-socialmedia .socialmedia-links .menu .menu-item a svg {
  width: 20px;
  height: 20px;
  fill: #FEFEFE;
}
footer .footer-group .footer-info .footer-socialmedia .socialmedia-links .menu .menu-item a svg path {
  fill: inherit;
}
@media screen and (min-width: 800px) {
  footer .footer-group .footer-info .footer-socialmedia .socialmedia-links .menu .menu-item a svg {
    width: 24px;
    height: 24px;
  }
}
footer .footer-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  text-transform: uppercase;
  font-size: 0.833333rem;
}
@media screen and (min-width: 800px) {
  footer .footer-nav {
    flex: 1;
  }
}
footer .footer-nav .footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 0;
}
footer .footer-nav .footer-col .nav-group .nav-item {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
footer .footer-nav .footer-col .nav-group .nav-item .menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 400;
}
footer.footer-checkout .footer-group {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  padding: 0 1.33333rem;
  justify-content: space-between;
}
footer.footer-checkout .footer-group .footer-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer.footer-checkout .footer-group .footer-nav .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
footer.footer-checkout .footer-group .footer-nav .menu .menu-item {
  display: block;
  text-align: right;
}
@media screen and (min-width: 800px) {
  footer.footer-checkout .footer-group .footer-nav .menu {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
footer.footer-checkout .footer-group .footer-logo svg {
  width: 3.5rem;
  height: 3.5rem;
}
footer.footer-checkout .footer-group .footer-logo svg #eye-outline {
  stroke: #FEFEFE;
}
footer.footer-checkout .footer-group .footer-logo svg #eye-circle {
  fill: #FEFEFE;
}

.side-padding {
  padding-left: 27px;
  padding-right: 27px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .side-padding {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .side-padding {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .side-padding {
    padding-left: 208px;
    padding-right: 208px;
  }
}

.just-text-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-page h3 {
  font-weight: 600;
}
.info-page ol {
  list-style: decimal;
  padding-left: 1.4rem;
}
.info-page ol li {
  list-style: decimal;
  font-weight: 700;
  font-size: 1.133333rem;
}

.error-container {
  padding: 10rem 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}
.error-container .error__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.product-list {
  display: flex;
  flex-direction: row;
  gap: 0;
  row-gap: 1rem;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .product-list {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .product-list {
    padding: 0 152px;
  }
}
@media screen and (min-width: 1280px) {
  .product-list {
    padding: 0 208px;
  }
}
.product-list .btn {
  margin-left: auto;
  margin-right: auto;
}

.collection-control {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 27px 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .collection-control {
    padding: 0 64px 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .collection-control {
    padding: 0 152px 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .collection-control {
    padding: 0 208px 2rem;
  }
}
.collection-control .woocommerce-ordering {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-end;
}
.collection-control .woocommerce-ordering svg {
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 0.5rem);
  width: 1.166667rem;
  height: 1.166667rem;
  stroke-width: 1.5px;
  stroke: #1A1A1A;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.collection-control .woocommerce-ordering .orderby {
  appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  padding: 0.2rem 2rem 0.2rem 0.5rem;
  background-color: #FEFEFE;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  width: min-content;
  color: #1A1A1A;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.woocommerce-pagination {
  padding: 2rem 27px 0;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  flex-direction: row;
  gap: 1.333333rem;
  justify-content: center;
}
.woocommerce-pagination .page-numbers li {
  font-size: 1.166667rem;
}
.woocommerce-pagination .page-numbers li span {
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.333333rem;
  color: #1A1A1A;
}
.woocommerce-pagination .page-numbers li .current {
  background-color: #FF206E;
  font-weight: 600;
  color: #FEFEFE;
}

.product-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .product-main {
    padding-left: 152px;
    padding-right: 152px;
    flex-direction: row;
    gap: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .product-main {
    padding-left: 208px;
    padding-right: 208px;
  }
}

.product-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 27px 27px 2rem;
}
@media screen and (min-width: 800px) {
  .product-detail {
    padding: 2rem 64px 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .product-detail {
    padding: 2rem 0 2rem;
    flex: 1;
  }
}
.product-detail .product-description {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .product-detail .product-description {
    flex-direction: column-reverse;
  }
}
.product-detail .description__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-detail .info-group {
  border-top: 1px solid #1A1A1A;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  transition: gap 0.5s;
}
.product-detail .info-group .info-group__toggle {
  background: none;
  border: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.083333rem;
  font-weight: 600;
  padding: 1rem 1rem 0;
  color: inherit;
}
.product-detail .info-group .info-group__toggle .toggle-icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.5;
}
.product-detail .info-group .info-group__toggle .toggle-icon.minus {
  display: none;
}
.product-detail .info-group .info-group__toggle .toggle-icon.plus {
  display: block;
}
.product-detail .info-group .info-group__content {
  overflow: hidden;
  max-height: 0;
  padding: 0 1rem;
  transition: max-height 0.3s;
}
.product-detail .info-group.open {
  gap: 2rem;
}
.product-detail .info-group.open .info-group__toggle .toggle-icon.minus {
  display: block;
}
.product-detail .info-group.open .info-group__toggle .toggle-icon.plus {
  display: none;
}
.product-detail .info-group.open .info-group__content {
  max-height: unset;
  transition: max-height 0.3s;
}

.product-title-top {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .product-title-top {
    display: none;
  }
}

.product-title-detail {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .product-title-detail {
    display: flex;
  }
}

.product-slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0 2.666667rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  /* dots are lines */
}
.product-slider .product-slider-title {
  padding: 0 27px;
}
@media screen and (min-width: 800px) {
  .product-slider .product-slider-title {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .product-slider .product-slider-title {
    padding: 0 152px;
  }
}
@media screen and (min-width: 1280px) {
  .product-slider .product-slider-title {
    padding: 0 208px;
  }
}
.product-slider .product-slider__wrapper {
  margin-bottom: 35px;
}
@media screen and (min-width: 800px) {
  .product-slider .product-slider__wrapper {
    margin: 0 64px 35px;
  }
}
@media screen and (min-width: 1024px) {
  .product-slider .product-slider__wrapper {
    margin: 0 152px 35px;
  }
}
@media screen and (min-width: 1280px) {
  .product-slider .product-slider__wrapper {
    margin: 0 208px 35px;
  }
}
.product-slider .product-slider__wrapper .flickity-button {
  display: none;
}
@media screen and (min-width: 800px) {
  .product-slider .product-slider__wrapper .flickity-button {
    display: block;
  }
  .product-slider .product-slider__wrapper .flickity-button.previous {
    left: -50px;
  }
  .product-slider .product-slider__wrapper .flickity-button.next {
    right: -50px;
  }
}
.product-slider .product-slider__wrapper .product-card {
  width: 178px;
  padding: 5px;
}
@media screen and (max-width: 380px) {
  .product-slider .product-slider__wrapper .product-card {
    width: 150px;
    font-size: 11px;
  }
}
@media screen and (min-width: 500px) {
  .product-slider .product-slider__wrapper .product-card {
    width: 30%;
  }
}
@media screen and (min-width: 800px) {
  .product-slider .product-slider__wrapper .product-card {
    width: 25%;
  }
}
.product-slider .product-slider__btn {
  align-self: center;
  padding-left: 5rem;
  padding-right: 5rem;
}
.product-slider .flickity-page-dots {
  bottom: -22px;
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  padding-left: 27px;
  padding-right: 27px;
  justify-content: stretch;
}
.product-slider .flickity-page-dots .dot {
  margin: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #BDBDBD;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 5px;
  width: 50%;
}
@media screen and (min-width: 500px) {
  .product-card {
    width: 33.333333%;
  }
}
@media screen and (min-width: 800px) {
  .product-card {
    width: 25%;
  }
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  display: block;
}
.product-card .product-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 5px 2.5rem;
  position: relative;
}
@media screen and (min-width: 800px) {
  .product-card .product-info {
    gap: 1rem;
  }
}
.product-card .product-info .product-info__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 1rem;
}
.product-card .product-info .product-info__info .product-info__category {
  font-size: 0.833333em;
  color: #6B6B6B;
  font-weight: 400;
  text-transform: uppercase;
}
.product-card .product-info .product-info__info .product-info__name {
  font-size: 1.083333em;
  color: #1A1A1A;
  overflow: hidden;
  height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.product-card .product-info .product-info__info .product-info__price {
  font-size: 1.166667em;
  color: #1A1A1A;
  font-weight: 600;
}
.product-card .product-info .product-info__info .product-info__price .price__discount {
  font-size: 0.833333em;
  text-decoration: line-through;
  color: #6B6B6B;
}
.product-card .product-info .product-info__info .product-info__price .price__discount:before {
  content: "(";
}
.product-card .product-info .product-info__info .product-info__price .price__discount:after {
  content: ")";
}
@media screen and (min-width: 800px) {
  .product-card .product-info .product-info__info .product-info__price {
    display: none;
  }
}
.product-card .product-info .add_to_cart_button {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.product-card .product-info .add_to_cart_button .price {
  display: none;
}
@media screen and (min-width: 800px) {
  .product-card .product-info .add_to_cart_button .price {
    font-weight: 700;
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .product-card .product-info .add_to_cart_button {
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.product-card .product-info .added_to_cart {
  position: absolute;
  bottom: 0;
  left: 5px;
  border-left: 3px solid #FFD000;
  background-color: #fff1b3;
  padding: 0.25rem 1rem;
  color: #1A1A1A;
  font-weight: 500;
}
.product-wrapper {
  background-color: #FEFEFE;
  padding: 2rem 27px 2.666667rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: gap 0.3s;
}
@media screen and (min-width: 1024px) {
  .product-wrapper {
    padding: 0;
    position: static;
  }
}
.product-wrapper .qty-input, .product-wrapper .quantity {
  display: none;
}
.product-wrapper .product-wrapper__dropdown {
  margin: 0;
  background: #F2F2F2;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  color: inherit;
  font-size: 1rem;
}
.product-wrapper .product-wrapper__dropdown .dropdown__title {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.product-wrapper .product-wrapper__dropdown .dropdown__title img {
  height: 1.5rem;
  width: 1.5rem;
}
.product-wrapper .product-wrapper__dropdown .toggle-icon {
  width: 20px;
  height: 20px;
  stroke: #1A1A1A;
}
.product-wrapper .product-wrapper__dropdown .toggle-icon.down {
  display: block;
}
.product-wrapper .product-wrapper__dropdown .toggle-icon.up {
  display: none;
}
.product-wrapper .product-wrapper__table {
  display: block;
  max-height: 0;
  overflow: hidden;
  border: none;
  border-collapse: collapse;
  transition: max-height 0.2s ease-out;
}
.product-wrapper .product-wrapper__table tbody {
  display: block;
}
.product-wrapper .product-wrapper__table tbody tr {
  display: block;
}
.product-wrapper .product-wrapper__table tbody tr .value {
  display: block;
}
.product-wrapper .product-wrapper__table tbody tr .value .wpcvs-terms {
  display: flex;
  flex-direction: row;
  gap: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.product-wrapper .product-wrapper__table tbody tr .value .wpcvs-terms .wpcvs-term {
  display: block;
  float: unset;
  padding: 1px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 600px) {
  .product-wrapper .product-wrapper__table tbody tr .value .wpcvs-terms .wpcvs-term {
    width: 30px;
    height: 30px;
  }
}
.product-wrapper .product-wrapper__table tbody tr .value .wpcvs-terms .wpcvs-term span {
  width: 100%;
  height: 100%;
  flex: unset;
}
.product-wrapper .product-wrapper__table tbody tr .value .wpcvs-terms .wpcvs-term:after, .product-wrapper .product-wrapper__table tbody tr .value .wpcvs-terms .wpcvs-term:before {
  display: none;
}
.product-wrapper.open {
  gap: 1rem;
}
.product-wrapper.open .product-wrapper__dropdown .toggle-icon.down {
  display: none;
}
.product-wrapper.open .product-wrapper__dropdown .toggle-icon.up {
  display: block;
}

.image-carousel {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .image-carousel {
    flex: 1.5;
    height: fit-content;
  }
}
.image-carousel .image-carousel__img {
  width: 75vw;
  height: 89.33vw;
  margin-right: 10px;
}
@media screen and (min-width: 500px) {
  .image-carousel .image-carousel__img {
    width: 70vw;
    height: 83.37vw;
  }
}
@media screen and (min-width: 600px) {
  .image-carousel .image-carousel__img {
    width: 65vw;
    height: 77.42vw;
  }
}
@media screen and (min-width: 700px) {
  .image-carousel .image-carousel__img {
    width: 60vw;
    height: 71.46vw;
  }
}
@media screen and (min-width: 800px) {
  .image-carousel .image-carousel__img {
    width: 50vw;
    height: 59.55vw;
  }
}
@media screen and (min-width: 1024px) {
  .image-carousel .image-carousel__img {
    width: 400px;
    height: 476.41px;
  }
}
@media screen and (min-width: 1280px) {
  .image-carousel .image-carousel__img {
    width: 500px;
    height: 595.51px;
  }
}
.image-carousel .image-carousel__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-carousel .flickity-button {
  width: 2.5rem;
  height: 2.5rem;
  color: #1A1A1A;
  background: rgba(229, 229, 229, 0.75);
}
.image-carousel .flickity-page-dots {
  bottom: -22px;
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  padding-left: 27px;
  padding-right: 27px;
  justify-content: stretch;
}
.image-carousel .flickity-page-dots .dot {
  margin: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #BDBDBD;
}

.community-slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.666667rem 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.community-slider .community-slider-title {
  padding: 0 27px;
}
@media screen and (min-width: 800px) {
  .community-slider .community-slider-title {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .community-slider .community-slider-title {
    padding: 0 152px;
  }
}
@media screen and (min-width: 1280px) {
  .community-slider .community-slider-title {
    padding: 0 208px;
  }
}
@media screen and (min-width: 800px) {
  .community-slider .community-slider-wrapper {
    margin: 0 64px 35px;
  }
}
@media screen and (min-width: 1024px) {
  .community-slider .community-slider-wrapper {
    margin: 0 152px 35px;
  }
}
@media screen and (min-width: 1280px) {
  .community-slider .community-slider-wrapper {
    margin: 0 208px 35px;
  }
}
.community-slider .community-slider-wrapper .flickity-button {
  display: none;
}
.community-slider .community-slider-wrapper .community-images__pair {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.community-slider .community-slider-wrapper .community-images__pair a {
  margin: 0;
  padding: 0;
  width: 180px;
  position: relative;
}
.community-slider .community-slider-wrapper .community-images__pair a img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  display: block;
}
.community-slider .community-slider-wrapper .community-images__pair a span {
  max-width: 170px;
  position: absolute;
  right: 0.5rem;
  bottom: 0.25rem;
  color: #FEFEFE;
  font-weight: 600;
  font-size: 1rem;
  text-shadow: 0px 0px 3px #1A1A1A;
}
@media screen and (max-width: 380px) {
  .community-slider .community-slider-wrapper .community-images__pair a {
    width: 150px;
  }
  .community-slider .community-slider-wrapper .community-images__pair a img {
    width: 150px;
    height: 150px;
  }
  .community-slider .community-slider-wrapper .community-images__pair a span {
    font-size: 0.833333rem;
  }
}
@media screen and (min-width: 500px) {
  .community-slider .community-slider-wrapper .community-images__pair a {
    width: 200px;
  }
  .community-slider .community-slider-wrapper .community-images__pair a img {
    width: 200px;
    height: 200px;
  }
  .community-slider .community-slider-wrapper .community-images__pair a span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 580px) {
  .community-slider .community-slider-wrapper .community-images__pair a {
    width: 240px;
  }
  .community-slider .community-slider-wrapper .community-images__pair a img {
    width: 240px;
    height: 240px;
  }
}
.community-slider .community-slider-wrapper .flickity-page-dots {
  bottom: -22px;
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  padding-left: 27px;
  padding-right: 27px;
  justify-content: stretch;
}
.community-slider .community-slider-wrapper .flickity-page-dots .dot {
  margin: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #BDBDBD;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 2.333333rem;
  padding-bottom: 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .about-content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .about-content {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .about-content {
    padding-left: 208px;
    padding-right: 208px;
  }
}

.about-group {
  display: flex;
  flex-direction: column;
  gap: 2.333333rem;
  width: 100%;
}
.about-group img {
  width: 100vw;
  height: 400px;
  object-fit: cover;
  display: block;
}
.about-group p {
  padding: 0 27px;
}
@media screen and (min-width: 800px) {
  .about-group {
    display: flex;
    flex-direction: row;
    gap: 2.333333rem;
    align-items: center;
    justify-items: stretch;
  }
  .about-group img {
    width: 350px;
    height: 290px;
    object-fit: cover;
    display: block;
  }
  .about-group p {
    flex: 1;
    padding: 0;
  }
  .about-group:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 900px) {
  .about-group img {
    width: 400px;
    height: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .about-group img {
    width: 450px;
    height: 390px;
  }
}
@media screen and (min-width: 1280px) {
  .about-group img {
    width: 500px;
    height: 440px;
  }
}

.woocommerce-cart-form, .checkout-cart {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .woocommerce-cart-form, .checkout-cart {
    padding-left: 64px;
    padding-right: 64px;
    flex-direction: row;
    justify-content: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-cart-form, .checkout-cart {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-cart-form, .checkout-cart {
    padding-left: 208px;
    padding-right: 208px;
  }
}
.woocommerce-cart-form table, .woocommerce-cart-form thead, .woocommerce-cart-form tbody, .woocommerce-cart-form tr, .woocommerce-cart-form td, .checkout-cart table, .checkout-cart thead, .checkout-cart tbody, .checkout-cart tr, .checkout-cart td {
  display: block;
}
.woocommerce-cart-form .shop_table, .checkout-cart .shop_table {
  padding-right: 27px;
}
@media screen and (min-width: 800px) {
  .woocommerce-cart-form .shop_table, .checkout-cart .shop_table {
    padding-right: 0;
    flex: 2.5;
    width: 100%;
  }
}
.woocommerce-cart-form .shop_table tbody, .checkout-cart .shop_table tbody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  align-items: stretch;
}
.woocommerce-cart-form .shop_table tfoot, .checkout-cart .shop_table tfoot {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  align-items: stretch;
}
.woocommerce-cart-form .shop_table .cart_item, .checkout-cart .shop_table .cart_item {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}
.woocommerce-cart-form .shop_table .cart_item .product-info, .checkout-cart .shop_table .cart_item .product-info {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.woocommerce-cart-form .shop_table .cart_item .product-info .product-remove, .checkout-cart .shop_table .cart_item .product-info .product-remove {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  width: 27px;
  color: #1A1A1A;
  font-size: 1.666667rem;
  font-weight: 400;
}
.woocommerce-cart-form .shop_table .cart_item .product-info .product-thumbnail img, .checkout-cart .shop_table .cart_item .product-info .product-thumbnail img {
  width: 60px;
  height: 75px;
  object-fit: cover;
}
.woocommerce-cart-form .shop_table .cart_item .product-info .product-details, .checkout-cart .shop_table .cart_item .product-info .product-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem 0;
  justify-content: space-between;
}
.woocommerce-cart-form .shop_table .cart_item .product-info .product-details .product-name, .checkout-cart .shop_table .cart_item .product-info .product-details .product-name {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-transform: uppercase;
}
.woocommerce-cart-form .shop_table .cart_item .product-info .product-details .product-name a, .woocommerce-cart-form .shop_table .cart_item .product-info .product-details .product-name .name__name, .checkout-cart .shop_table .cart_item .product-info .product-details .product-name a, .checkout-cart .shop_table .cart_item .product-info .product-details .product-name .name__name {
  width: fit-content;
  font-size: 1rem;
  font-weight: 600;
}
.woocommerce-cart-form .shop_table .cart_item .product-info .product-details .product-name .name__category, .checkout-cart .shop_table .cart_item .product-info .product-details .product-name .name__category {
  font-size: 0.833333rem;
}
.woocommerce-cart-form .shop_table .cart_item .product-info .product-details .product-price, .checkout-cart .shop_table .cart_item .product-info .product-details .product-price {
  font-size: 1rem;
  color: #1A1A1A;
  font-weight: 400;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions, .checkout-cart .shop_table .cart_item .product-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0.5rem 0;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions.act-checkout, .checkout-cart .shop_table .cart_item .product-actions.act-checkout {
  justify-content: center;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity, .checkout-cart .shop_table .cart_item .product-actions .product-quantity {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity.qty-just-text, .checkout-cart .shop_table .cart_item .product-actions .product-quantity.qty-just-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.333333rem;
  gap: 1rem;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .qty-btn, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .qty-btn {
  cursor: pointer;
  width: 1.666667rem;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .qty-btn svg, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .qty-btn svg {
  width: 15px;
  height: 15px;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .qty-btn.test svg, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .qty-btn.test svg {
  stroke: red;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .quantity, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .quantity {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .quantity label, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .quantity label {
  display: none;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .quantity input, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .quantity input {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: textfield; /* Safari and Chrome */
  appearance: textfield;
  background: none;
  border: none;
  width: 2rem;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.333333rem;
  padding: 0;
  z-index: 0;
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .quantity input::-webkit-outer-spin-button, .woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .quantity input::-webkit-inner-spin-button, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .quantity input::-webkit-outer-spin-button, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .woocommerce-cart-form .shop_table .cart_item .product-actions .product-quantity .quantity input, .checkout-cart .shop_table .cart_item .product-actions .product-quantity .quantity input {
    margin: 0;
  }
}
.woocommerce-cart-form .shop_table .cart_item .product-actions .product-subtotal, .checkout-cart .shop_table .cart_item .product-actions .product-subtotal {
  font-size: 1rem;
  color: #1A1A1A;
  font-weight: 600;
}
.checkout-cart .shop_table {
  display: flex;
  flex-direction: column;
  gap: 1.333333rem;
  padding-right: 0px;
}
@media screen and (min-width: 800px) {
  .checkout-cart .shop_table {
    flex: 100%;
    width: 100%;
  }
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 800px) {
  .cart-actions {
    flex: 1.5;
    width: 100%;
  }
}

.cart-collaterals {
  padding: 2rem 0 0;
}

.cart_totals {
  display: flex;
  flex-direction: column;
  gap: 1.333333rem;
}
.cart_totals h2 {
  display: none;
}
.cart_totals .shop_table tbody {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cart_totals .shop_table tr {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
}
.cart_totals .shop_table tr.order-total {
  font-size: 1.333333rem;
}
.cart_totals .wc-proceed-to-checkout {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: stretch;
}
.cart_totals .wc-proceed-to-checkout a {
  text-align: center;
  border: 0;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.166667rem;
  font-weight: 600;
  background-color: #FF206E;
  color: #FEFEFE;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .cart_totals .wc-proceed-to-checkout a {
    padding: 0.75rem;
    font-size: 1rem;
  }
}

.coupon {
  display: flex;
  flex-direction: column;
  gap: 0.666667rem;
}
.coupon .field-group {
  align-items: flex-end;
}
.coupon .field-group .field {
  flex: 3;
}
@media screen and (min-width: 800px) {
  .coupon .field-group .field {
    flex: 3.5;
  }
}
.coupon .field-group .btn {
  flex: 1;
  padding: 1rem 2rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .coupon .field-group .btn {
    padding: 0.833333rem 1.666667rem;
    flex: 0.5;
  }
}

.empty_cart_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 4rem;
}
.empty_cart_wrapper .cart-empty {
  padding: 0 27px;
  align-self: center;
}
.empty_cart_wrapper .return-to-shop {
  width: fit-content;
  align-self: center;
}

.contact-page {
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  gap: 2.333333rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .contact-page {
    padding-left: 64px;
    padding-right: 64px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .contact-page {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-page {
    padding-left: 208px;
    padding-right: 208px;
  }
}
.contact-page .contact-page__section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 800px) {
  .contact-page .contact-page__section {
    flex: 1.5;
  }
  .contact-page .contact-page__section:nth-child(2n) {
    flex: 2.5;
  }
}
.contact-page .contact-page__section .section__contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-page .contact-page__section .section__contacts .contact--line {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.contact-page .contact-page__section .section__contacts .contact--line svg {
  height: 1.5rem;
  width: 1.5rem;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.account-access {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 27px 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .account-access {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .account-access {
    padding-left: 152px;
    padding-right: 152px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .account-access {
    padding-left: 208px;
    padding-right: 208px;
  }
}
.account-access .access__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.account-access .access__group h3 {
  font-weight: 600;
}
.account-access .access__group .access__form {
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
}
@media screen and (min-width: 800px) {
  .account-access .access__group .access__form {
    gap: 1rem;
  }
}
.account-access .access__group .access__form .field-group {
  justify-content: space-between;
  align-items: flex-end;
}

.account-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .account-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .account-wrapper {
    padding-left: 152px;
    padding-right: 152px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .account-wrapper {
    padding-left: 208px;
    padding-right: 208px;
  }
}
.account-wrapper .account__navigation {
  padding: 0 27px;
}
@media screen and (min-width: 1024px) {
  .account-wrapper .account__navigation {
    padding: 0;
    width: 100%;
    flex: 1.5;
  }
}
.account-wrapper .account__content {
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
  background-color: #fcfcfc;
  border-radius: 1.666667rem;
  border: 1px solid #E0E0E0;
  padding: 2rem;
  margin: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .account-wrapper .account__content {
    width: 100%;
    flex: 2.5;
  }
}
.account-wrapper .account__content .woocommerce-notices-wrapper {
  padding: 0;
}
.account-wrapper .account__content form, .account-wrapper .account__content .address-edit-fields {
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
}
.account-wrapper .account__content form fieldset, .account-wrapper .account__content .address-edit-fields fieldset {
  margin: 1rem 0 0 0;
  padding: 0.5rem 0 0 0;
  border: none;
  border-top: 1px solid #BDBDBD;
}
.account-wrapper .account__content .checkout-cart {
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .account-wrapper .account__content .checkout-cart {
    padding: 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .account-wrapper .account__content .checkout-cart {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .account-wrapper .account__content .checkout-cart {
    padding: 0;
  }
}

.account__navigation {
  text-transform: uppercase;
}
.account__navigation .account__dropdown {
  margin: 0;
  background: #F2F2F2;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem 2rem;
  color: inherit;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}
.account__navigation .account__dropdown .toggle-icon {
  width: 20px;
  height: 20px;
  stroke: #1A1A1A;
}
.account__navigation .account__dropdown .toggle-icon.down {
  display: block;
}
.account__navigation .account__dropdown .toggle-icon.up {
  display: none;
}
@media screen and (min-width: 1024px) {
  .account__navigation .account__dropdown {
    display: none;
  }
}
.account__navigation.open .account__dropdown .toggle-icon.down {
  display: none;
}
.account__navigation.open .account__dropdown .toggle-icon.up {
  display: block;
}
.account__navigation .account__items {
  position: absolute;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  left: 0;
  max-height: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: max-height 0.2s;
  padding: 0 27px;
}
@media screen and (min-width: 800px) {
  .account__navigation .account__items {
    padding: 0 91px;
  }
}
.account__navigation .account__items .account__item {
  display: flex;
  align-items: stretch;
  background-color: #FEFEFE;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .account__navigation .account__items .account__item {
    border-radius: 0.833333rem;
    background-color: #F2F2F2;
  }
  .account__navigation .account__items .account__item:last-child {
    background: none;
    margin-top: 3rem;
  }
}
.account__navigation .account__items .account__item.is-active {
  background-color: #41EAD4;
  font-weight: 600;
}
.account__navigation .account__items .account__item a {
  width: 100%;
  padding: 1rem 2rem;
  border-bottom: 1px solid #BDBDBD;
}
@media screen and (min-width: 1024px) {
  .account__navigation .account__items .account__item a {
    border: none;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .account__navigation .account__items {
    position: static;
    max-height: unset;
    display: flex;
    flex-direction: column;
    gap: 1.666667rem;
    background-color: #fcfcfc;
    border-radius: 1.666667rem;
    border: 1px solid #E0E0E0;
    padding: 2rem;
  }
}

.address_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
}
.address_wrapper .address__address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}
.address_wrapper .address__address address {
  margin-left: 1rem;
  font-style: normal;
}
.address_wrapper .address__address .edit {
  width: fit-content;
  font-size: 1rem;
  margin-left: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #1A1A1A;
}
.order_description mark {
  background: none;
  font-weight: 600;
}

.return-to-orders {
  margin-right: 0.5rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  text-transform: uppercase;
}
.return-to-orders svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2px;
}

.account-orders-table {
  display: block;
}
.account-orders-table tbody, .account-orders-table tr, .account-orders-table td {
  display: block;
}
.account-orders-table .order-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.account-orders-table .order-list .order {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 2rem;
}
.account-orders-table .order-list .order td {
  display: flex;
}
.account-orders-table .order-list .order .order__info {
  display: flex;
  flex-direction: row;
  gap: 0.333333rem;
}
.account-orders-table .order-list .order .btn {
  padding: 0.5rem 1rem;
}
.account-orders-table .order-list .order:last-child {
  border: none;
  padding-bottom: 0;
}

.woocommerce-order-details {
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
}

.checkout {
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .checkout {
    padding-left: 64px;
    padding-right: 64px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .checkout {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .checkout {
    padding-left: 208px;
    padding-right: 208px;
  }
}
.checkout .checkout-group {
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
  flex: 2.5;
}
.checkout .checkout-group.additional-fields {
  padding-top: 1.666667rem;
}
.checkout .field .woocommerce-input-wrapper .select2 {
  display: none;
}

.payment {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.payment .payment_methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.payment .payment_methods .method {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.payment .payment_methods .method label {
  width: 100%;
  background-color: #F2F2F2;
  padding: 1.333333rem 2rem;
  border-radius: 0.833333rem;
  font-weight: 600;
  text-transform: uppercase;
}
.payment .payment_methods .method input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0px;
  max-width: 0px;
  margin: 0;
}
.payment .payment_methods .method input:checked ~ label {
  background-color: #41EAD4;
}
.payment .place-order {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.payment .place-order .terms-conditions-checkout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.payment .place-order .button {
  border: 0;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.166667rem;
  font-weight: 600;
  background-color: #FF206E;
  color: #FEFEFE;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: "Manrope", sans-serif;
}
@media screen and (min-width: 800px) {
  .payment .place-order .button {
    font-size: 1rem;
  }
}

.order_review {
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
  flex: 1.5;
  position: sticky;
}
.order_review .checkout-cart {
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .order_review .checkout-cart {
    padding: 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .order_review .checkout-cart {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .order_review .checkout-cart {
    padding: 0;
  }
}

.thankyou-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .thankyou-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .thankyou-wrapper {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .thankyou-wrapper {
    padding-left: 208px;
    padding-right: 208px;
  }
}
.thankyou-wrapper .thankyou-section {
  display: flex;
  flex-direction: column;
  gap: 1.666667rem;
  background-color: #fcfcfc;
  border-radius: 1.666667rem;
  border: 1px solid #E0E0E0;
  padding: 2rem;
  margin: 0 1rem;
}
.thankyou-wrapper .thankyou-section .order_details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.thankyou-wrapper .thankyou-section .order_details .payment-method-info {
  padding-top: 2rem;
}
.thankyou-wrapper .thankyou-section .order_details .payment-method-info section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.thankyou-wrapper .thankyou-section .order_details .payment-method-info section h2 {
  font-size: 1.166667rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.thankyou-wrapper .thankyou-section .order_details .payment-method-info section ul li {
  font-weight: 600;
}
.thankyou-wrapper .thankyou-section .order_details .payment-method-info section ul li strong {
  font-weight: 400;
}
.thankyou-wrapper .thankyou-section .checkout-cart {
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .thankyou-wrapper .thankyou-section .checkout-cart {
    padding: 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .thankyou-wrapper .thankyou-section .checkout-cart {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .thankyou-wrapper .thankyou-section .checkout-cart {
    padding: 0;
  }
}
.thankyou-wrapper .btn {
  width: fit-content;
  align-self: center;
}

.thankyou-text {
  padding: 1rem 27px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.thankyou-text .thankyou__title {
  font-size: 1.333333rem;
  font-weight: 600;
}

.herobanner {
  display: flex;
  align-items: stretch;
  position: relative;
  height: 350px;
  margin-bottom: calc(50px + 2.666667rem);
  z-index: 0;
}
.herobanner .herobanner__img {
  background-size: cover;
  width: 100%;
  z-index: 0;
}
.herobanner .herobanner__info {
  position: absolute;
  bottom: -50px;
  right: 10%;
  left: 10%;
  background-color: #fff1b3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2.5rem;
  align-items: center;
  text-align: center;
  font-weight: 500;
  z-index: 0;
}
@media screen and (min-width: 800px) {
  .herobanner .herobanner__info {
    right: 20%;
    left: 20%;
  }
}
.herobanner .herobanner__info button {
  margin-top: 2rem;
  font-variant-numeric: "Manrope", sans-serif;
}

.woocommerce-notices-wrapper {
  padding: 0 27px 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .woocommerce-notices-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-notices-wrapper {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-notices-wrapper {
    padding-left: 208px;
    padding-right: 208px;
  }
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-left: 3px solid #FFD000;
  background-color: #fff1b3;
  padding: 0.5rem 1rem;
  color: #1A1A1A;
  font-weight: 500;
}
.woocommerce-notices-wrapper .woocommerce-message.woocommerce-error {
  border-color: #EB5757;
  background-color: #fbe0e0;
}
.woocommerce-notices-wrapper .woocommerce-message.woocommerce-info {
  border-color: #41EAD4;
  background-color: #e2fcf8;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.gap-2rem {
  gap: 2rem;
}

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