/*
  Theme Name: Factoria Creativa Child
  Theme URI: https://www.factoriacreativabarcelona.es/
  Description:  A lightweight and minimalist WordPress theme for Factoria Creativa
  Author: Factoria Creativa
  Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Template: factoria-creativa
  Text Domain: factoria-creativa-child
  Stable tag: 2.8.1
  Requires at least: 5.9
  Tested up to: 6.2
  Requires PHP: 8.0
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/***********************List all critical styles**************************************/

/************************************************General**********************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:target {
  scroll-margin-top: 150px; /* Adjust the offset */
}

:root {
  /********************General**********************************/
  --fc-main-padding: 0 7rem;
  --fc-vertical-padding: 11.5rem 0;
  --fc-single-vertical-padding: 11.5rem;
  --fc-top-padding: 6rem;
  --fc-main-width: 160rem;
  --fc-max-width: 240rem;
  --fc-header-height: 10rem;
  --fc-main-gap: 6rem;
  --fc-main-content: 133rem;
  --fc-header-height: 15rem;

  /**************** Carrousel***************************/

  /* --fc-carousel-gap: 1.5rem;
  --fc-carousel-width: calc(
    var(--fc-main-width) + (2 * var(--fc-carousel-gap))
  ); */

  /*********************Fonts*****************************/
  --fc-main-font: "Poppins", sans-serif;

  /******************Colors*******************************/
  --fc-color-main-text: #484848;
  --fc-secondary-color: #484848;
  --fc-blue: #306899;
  --fc-coffee: rgba(180, 116, 61, 0.5);
  --fc-light-gray: #989898;

  /*******************Shop Cards************************/
  --fc-product-title: 2.5rem;
  --fc-product-weight: 300;
  --fc-product-height: 1.2;

  --fc-price-text: 2rem;
  --fc-price-weight: 500;
  --fc-price-height: 1;
}

html {
  /* font-size: 10px; */
  /* 10px/16px = 0.625 */
  font-size: 62.5%;
  font-family: var(--fc-main-font);
  overflow-x: hidden;
  /* May not work on Safari */
  scroll-behavior: smooth;
}

body {
  font-family: var(--fc-main-font);
  color: var(--fc-color-main-text);
  max-width: var(--fc-max-width);
  margin: 0 auto !important;
  padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

body p {
  margin-bottom: 2rem;
}

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

body h2 {
  margin-bottom: 2.5rem;
}

body h3 {
  margin-bottom: 1rem;
}

ul:not([class]),
ol:not([class]) {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

a {
  color: var(--fc-secondary-color);
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

.sirlo__main-content {
  width: 100%;
  padding: var(--fc-main-padding);
  display: flex;
  justify-content: center;
}

.sirlo__inner-content {
  max-width: var(--fc-main-width);
  width: 100%;
}

.factoria__main-content {
  width: 100%;
  padding: var(--fc-main-padding);
  display: flex;
  justify-content: center;
  max-width: var(--fc-max-width);
  margin: 0 auto;
}

.factoria__inner-content {
  max-width: var(--fc-main-width);
  width: 100%;
}

.factoria__content__read {
  max-width: var(--fc-main-content);
  width: 100%;
}

.factoria__inner-fit {
  max-width: var(--fc-main-content);
  width: 100%;
  padding-bottom: var(--fc-single-vertical-padding);
}

/*******************************General Fonts**********************************/

.sirlo__h1 {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.paragraph__bold {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
}

.sirlo__h2,
.page-template-default h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  margin: 0;
}

.sirlo__h3,
h2 {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.sirlo__p1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.sirlo__p1_secondary,
p,
li,
span {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.sirlo__buttons {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.sirlo_p1_footer {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

/***************************************************Formulario Contacto *******************************************/

.form-shared__checkbox-wrapper:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(6px);
}

.checkbox-wrapper-31 .background {
  fill: #ccc;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.checkbox-wrapper-31 input[type="checkbox"] + svg {
  border: 1px solid var(--fc-color-azul);
  border-radius: 100%;
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg {
  border-color: transparent;
}

.checkbox-wrapper-31 input[type="checkbox"]:hover {
  cursor: pointer;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .background {
  fill: var(--fc-color-azul);
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .stroke {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

.form-shared__acceptance {
  position: relative;
}

.form-shared__input-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-shared__input-group--input label {
  font-family: var(--fc-main-font);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  color: var(--fc-color-azul);
}

.form-shared__input-group--input {
  display: flex;
  flex-direction: column;
}
.form-shared__input-group--input .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.form-shared__input-group {
  margin-top: 3.2rem;
}

.form-shared__input-group--input input,
.form-shared__input-group--input textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  color: var(--fc-color-azul);
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--fc-color-main-text);
}

.form-shared__submit .wpcf7-list-item {
  margin-left: 0;
}

.form-shared__submit {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.form-shared__input-group--input input:focus,
.form-shared__input-group--input textarea:focus {
  outline: none;
}

.form-shared__submit .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: var(--fc-color-azul);
}

.form-shared__submit--button {
  position: relative;
}

.form-shared__submit--button .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(300%, 50%);
}

#yourConsent {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-shared__submit input[type="submit"] {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  color: var(--fc-color-main-text);
}

.form-shared__submit input[type="submit"]:hover {
  transition: all 0.3s ease-out;
  background-color: var(--fc-blue);
  border-color: transparent;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.form-shared__input-group--input .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  transform: translateY(130%);
  color: var(--fc-color-main-text);
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 1.5rem;
  line-height: 1;
}

/***********************************Loader************************************/

/* HTML: <div class="loader"></div> */
.loader_size {
  width: 60px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 100%;
  animation: l7 1s infinite linear;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(50%, 50%);
}
@keyframes l7 {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
  }
  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
  }
  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
  }
}

/********************************General Button*******************************/

/* 10 */

.custom-btn,
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-button.button.woocommerce-form-register__submit {
  position: relative;
  padding: 1.5rem 3rem;
  border-radius: 1.8rem;
  color: #fff;
}

.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-button.button.woocommerce-form-register__submit {
  background-color: transparent;
}

.custom-btn.btn-11 {
  color: #000;
}

.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-button.button.woocommerce-form-register__submit {
  color: #000;
  margin: 2rem 0 2rem auto;
}

.btn-10 {
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #fff;
  display: block;
}

.btn-11,
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-button.button.woocommerce-form-register__submit {
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #000;
  display: block;
}

.btn-10:after,
.btn-11:after,
.woocommerce-button.button.woocommerce-form-login__submit::after,
.woocommerce-button.button.woocommerce-form-register__submit::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.btn-10:hover,
.btn-11:hover,
.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce-button.button.woocommerce-form-register__submit:hover {
  color: #fff;
}
.btn-10:hover:after,
.btn-11:hover:after,
.woocommerce-button.button.woocommerce-form-login__submit:hover::after,
.woocommerce-button.button.woocommerce-form-register__submit:hover::after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*************************************Main Button ***********************************/

@property --pos-x {
  syntax: "<percentage>";
  initial-value: 11.14%;
  inherits: false;
}

@property --pos-y {
  syntax: "<percentage>";
  initial-value: 140%;
  inherits: false;
}

@property --spread-x {
  syntax: "<percentage>";
  initial-value: 150%;
  inherits: false;
}

@property --spread-y {
  syntax: "<percentage>";
  initial-value: 180.06%;
  inherits: false;
}

@property --color-1 {
  syntax: "<color>";
  initial-value: rgba(180, 116, 61, 0.5);
  inherits: false;
}

@property --color-2 {
  syntax: "<color>";
  initial-value: rgba(180, 116, 61, 0.6);
  inherits: false;
}

@property --color-3 {
  syntax: "<color>";
  initial-value: rgba(180, 116, 61, 0.5);
  inherits: false;
}

@property --color-4 {
  syntax: "<color>";
  initial-value: rgba(180, 116, 61, 0.4);
  inherits: false;
}

@property --color-5 {
  syntax: "<color>";
  initial-value: rgba(180, 116, 61, 0.3);
  inherits: false;
}

@property --border-angle {
  syntax: "<angle>";
  initial-value: 20deg;
  inherits: true;
}

@property --border-color-1 {
  syntax: "<color>";
  initial-value: hsla(0, 0%, 100%, 0.2);
  inherits: true;
}

@property --border-color-2 {
  syntax: "<color>";
  initial-value: hsla(0, 0%, 100%, 0.75);
  inherits: true;
}

@property --stop-1 {
  syntax: "<percentage>";
  initial-value: 37.35%;
  inherits: false;
}

@property --stop-2 {
  syntax: "<percentage>";
  initial-value: 61.36%;
  inherits: false;
}

@property --stop-3 {
  syntax: "<percentage>";
  initial-value: 78.42%;
  inherits: false;
}

@property --stop-4 {
  syntax: "<percentage>";
  initial-value: 89.52%;
  inherits: false;
}

@property --stop-5 {
  syntax: "<percentage>";
  initial-value: 100%;
  inherits: false;
}

.gemma__buttons {
  border-radius: 11px;
  padding: 1.6rem 3.6rem;
  min-width: 13.2rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: inherit;
  font-weight: 500;
  color: rgba(255 255 255 / 95%);
  border: none;
  position: relative;
  cursor: pointer;
  appearance: none;
  background: radial-gradient(
    var(--spread-x) var(--spread-y) at var(--pos-x) var(--pos-y),
    var(--color-1) var(--stop-1),
    var(--color-2) var(--stop-2),
    var(--color-3) var(--stop-3),
    var(--color-4) var(--stop-4),
    var(--color-5) var(--stop-5)
  );
  /* text-shadow: 0 0 2px rgba(0, 0, 0, 0.95); */
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: --pos-x 0.5s, --pos-y 0.5s, --spread-x 0.5s, --spread-y 0.5s,
    --color-1 0.5s, --color-2 0.5s, --color-3 0.5s, --color-4 0.5s,
    --color-5 0.5s, --border-angle 0.5s, --border-color-1 0.5s,
    --border-color-2 0.5s, --stop-1 0.5s, --stop-2 0.5s, --stop-3 0.5s,
    --stop-4 0.5s, --stop-5 0.5s;
}

.gemma__buttons::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background-image: linear-gradient(
    var(--border-angle),
    var(--border-color-1),
    var(--border-color-2)
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.gemma__buttons:hover {
  --pos-x: 0%;
  --pos-y: 91.51%;
  --spread-x: 120.24%;
  --spread-y: 103.18%;

  --color-1: #306899;
  --color-2: #306899;
  --color-3: #306899;
  --color-4: #306899;
  --color-5: #306899;

  --border-angle: 190deg;
  --border-color-1: hsla(340, 78%, 90%, 0.1);
  --border-color-2: hsla(340, 75%, 90%, 0.6);

  --stop-1: 0%;
  --stop-2: 8.8%;
  --stop-3: 21.44%;
  --stop-4: 71.34%;
  --stop-5: 85.76%;
}

.gemma__buttons.button-7 {
  --color-1: transparent;
  --color-2: transparent;
  --color-3: transparent;
  --color-4: transparent;
  --color-5: transparent;
  color: #484848;
  --pos-x: 40%;
  --pos-y: 140%;
  --spread-x: 130%;
  --spread-y: 170.06%;
  --stop-1: 37.35%;
  --stop-2: 61.36%;
  --stop-3: 78.42%;
  --stop-4: 93.52%;
  --stop-5: 100%;

  --border-angle: 180deg;
  --border-color-1: #484848;
  --border-color-2: #484848;
}

.gemma__buttons.button-7:hover {
  --pos-x: 0%;
  --pos-y: 91.51%;
  --spread-x: 120.24%;
  --spread-y: 103.18%;
  color: #fff;
  --color-1: #306899;
  --color-2: #306899;
  --color-3: #306899;
  --color-4: #306899;
  --color-5: #306899;

  --border-angle: 190deg;
  --border-color-1: hsla(340, 78%, 90%, 0.1);
  --border-color-2: hsla(340, 78%, 90%, 0.1);

  --stop-1: 0%;
  --stop-2: 8.8%;
  --stop-3: 21.44%;
  --stop-4: 71.34%;
  --stop-5: 85.76%;
}

/*************************************Gtranslate************************************/

.gtranslate_wrapper {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding: 1rem;
}

.gtranslate_wrapper .glink {
  color: var(--fc-color-black, #484848);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.gt-current--lg {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--fc-color-black, #484848);
}

.header_menu_one > .menu-item.has_submenu::after {
  content: "\f107";
  cursor: pointer;
  float: right;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  top: 11px;
  transform: translateY(-60%);
  transition: all 0.25s ease-in;
  font-size: 1.5rem;
  color: var(--fc-color-black, #484848);
}

/*************************Shared Banner ******************************/

.shared__banner {
  position: relative;
  aspect-ratio: 5/1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.shared__banner--inner {
  max-width: 75rem;
  width: 100%;
  z-index: 1;
}

.shared__banner--title {
  text-align: center;
  color: #fff;
  line-height: 1.3;
}

/*******************Home Page**********************/

.sirlo-shop__category-filter .slick-track {
  display: flex;
  justify-content: space-between;
}

.sirlo-shop__category-filter .slick-prev:before,
.sirlo-shop__category-filter .slick-next:before {
  color: var(--fc-secondary-color);
}

.sirlo-shop__category-filter .slick-next {
  right: -15px;
}

.sirlo-shop__category-filter .slick-prev {
  left: -15px;
}

.featured-products__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  pointer-events: none;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.featured-products__item:hover .featured-products__image-hover {
  opacity: 1;
  transition: all 0.3s ease-out;
}

.featured-products__loop .featured-products__item {
  margin: 0 2.7rem;
}

.featured-products__image {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  overflow: hidden;
}

.featured-products__item .featured-products__image img {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}

.featured-products__link {
  text-decoration: none;
}

.featured-products__price ins {
  text-decoration: none;
}

.featured-products__price,
.woocommerce-Price-amount {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.single-product .woocommerce-Price-amount {
  font-size: 2.2rem;
  color: var(--fc-color-main-text);
}

.featured-products__price--single bdi {
  color: #999;
}

.featured-products__info {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home__block-two--inner {
  padding: var(--fc-vertical-padding);
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
}

.home__block-two__featured-products {
  width: 100%;
}

.home__block-one {
  position: relative;
}

.home__block-one--inner {
  min-height: calc(100vh - var(--fc-header-height));
  z-index: 1;
  display: flex;
  align-items: center;
}

.home__block-one--inner > div {
  width: 50%;
}

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

.home__block-one__left-element {
  color: #fff;
}

.home__block-one__left-element {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.nukka-product-categories {
  --fc-categories-gap: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--fc-categories-gap);
}

.nukka-product-categories > div {
  position: relative;
  width: calc(25% - 2.25rem);
  padding: 4rem;
  aspect-ratio: 1/1;
  display: flex;
  border-radius: 2.4rem;
  overflow: hidden;
  a {
    width: 100%;
    text-decoration: none;
  }
}

.nukka-product-category__main-image__wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  overflow: hidden;
  transform: translate(13%, 10%);
}

.nukka-product-category__title {
  color: #fff;
}

.home__block-three {
  background-color: #f6f2f2;
}

.home__block-three--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  padding: var(--fc-vertical-padding);
}

.home__block-four--inner {
  display: flex;
  align-items: center;
  padding: var(--fc-vertical-padding);
}

.home__block-four--inner > div {
  width: 50%;
}

.home__block-four__left-element {
  padding-right: 9rem;
}

.home__block-four__upper-tittle {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--fc-light-gray);
  margin-bottom: 1.6rem;
}

.home__block-four__title {
  margin-top: 1.6rem;
  color: var(--fc-blue);
  margin-bottom: 1rem;
}

.home__block-four__right-element--content {
  margin-top: 4rem;
  margin-bottom: 7rem;
}

.home__block-four__right-element--content__text {
  color: var(--fc-light-gray);
}

.instagram__banner-block {
  max-width: var(--fc-max-width);
  margin: 0 auto;
}

.instagram__banner-block #sb_instagram #sbi_images {
  padding: 0;
}

.instagram__banner-block__content--wrapper {
  background-color: var(--fc-blue);
}

.instagram__banner-block__content {
  padding: 4.4rem 0;
  display: flex;
  justify-content: center;
}

.instagram__banner-block__content > a,
.instagram__banner-block__content > a span {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.instagram__banner-block__content > a span {
  font-weight: 600;
}

.contact__block--inner {
  display: flex;
  align-items: flex-start;
}

.contact__block__left-element {
  width: 40%;
}

.contact__block__right-element {
  width: 60%;
}

.contact__block__right-element {
  padding: 10rem 0;
  padding-left: 15rem;
}

.contact__block {
  background-color: #f6f2f2;
}

.contact__block__right-element__content {
  margin-top: 0.8rem;
}

.nukka-product-category__main-image__wrapper > img {
  max-width: 20rem;
}

.nukka-product-category__title {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

/***********************************About  Page*******************************************/

.about__section-two--inner {
  display: flex;
  padding: var(--fc-vertical-padding);
  min-height: 80rem;
}

.about__section-two--inner > div {
  width: 50%;
}

.about__section-two__left-element {
  position: relative;
}

.about__section-two__left-element > div {
  width: 50%;
}

.about__section-two__left-element img {
  max-width: 32.4rem;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 1rem;
}

.about__section-two__left-element--image-two {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(80%, 80%);
}

.about__section-two__left-element--image-two > img:last-child {
  position: absolute;
  bottom: 1rem;
  max-width: 5.7rem;
  transform: translateX(-50%);
}

.about__section-two__right-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--fc-blue);
}

.about__section-two__right-element--content {
  margin-top: 3rem;
  color: var(--fc-light-gray);
}

.about__section-two__left-element--image-one {
  position: relative;
}

.about__section-two__left-element--image-one > img:last-child {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 8rem;
  transform: translate(120%, 100%);
}

.about__section-two__left-element--image-one > img:first-child {
  position: absolute;
  bottom: 0;
  max-width: 11.5rem;
  transform: translate(50%, 50%);
}

.about__section-three--inner {
  display: flex;
  align-items: center;
  padding-bottom: var(--fc-single-vertical-padding);
}

.about__section-three--inner > div {
  width: 50%;
}

.about__section-three__left-element {
  padding-right: 7rem;
}

.about__section-three__right-element > img {
  aspect-ratio: 9 / 5;
  height: auto;
}

.about__section-four--inner {
  position: relative;
  aspect-ratio: 28 / 5;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem;
}

.about__section-four--inner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__section-four__text-element {
  z-index: 1;
  color: #fff;
  text-align: center;
}

.about__section-five--inner {
  padding: var(--fc-vertical-padding);
}

/**************************General Woocommerce *************************/

.woocommerce-notices-wrapper {
  font-size: 1.3em;
}

.page-template-default .content-area {
  margin: 6rem 0;
}

.page-template-default #cmplz-document {
  max-width: 1600px;
}

.woocommerce span.onsale {
  padding: 1rem;
  background-color: #306899;
  font-size: 0.7rem;
}

.nice-select.open .list {
  z-index: 9999;
}

.wpc-filters-range-min::-webkit-outer-spin-button,
.wpc-filters-range-min::-webkit-inner-spin-button,
.wpc-filters-range-max::-webkit-outer-spin-button,
.wpc-filters-range-max::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wpc-filters-range-min,
.wpc-filters-range-max {
  -moz-appearance: textfield;
  text-align: center;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
}

.wpc-filters-range-min-column::after,
.wpc-filters-range-max-column::after {
  content: "€";
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}

.wpc-filter-title,
.wpc-filter-title .wpc-wrap-icons {
  font-size: 1.8rem;
  font-weight: 500;
}

.wpc-term-name {
  font-size: 1.3rem;
}

.wpc-term-count {
  font-size: 1.2rem;
}

.wpc-checkbox-item a {
  font-size: 1.4rem;
}
/******************** Header*******************************************/

.sirlo__header__menu--options .menu-item.has_submenu::after {
  content: "\f107";
  float: right;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  right: -12.2px;
  top: 0px;
  transform: translateY(0%);
  transition: all 0.25s ease-in;
  font-size: 1rem;
  /* font-weight: 300; */
  line-height: 2;
}

.sirlo__header__language-selector {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sirlo__header__menu--options .secondary_menu_one {
  --fc-header-bg-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, 45px);
  background-color: var(--fc-header-bg-color);
  display: none;
  z-index: 99;
  list-style: none;
  z-index: 99;
  border-radius: 6px;
  list-style: none;
  border: 1px solid var(--fc-header-bg-color);
  width: max-content;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.sirlo__header__text-menu {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-top: 4.5rem;
}

.sirlo__header__menu--options .secondary_menu_one .secondary_menu_one {
  transform: translate(10%, 40px);
  right: -100%;
  left: unset;
}

#main_header_89 .menu-item .secondary_menu_one .item-anchor {
  color: var(--fc-color-black, #484848);
  font-size: 1.4rem;
  padding: 16px 24px;
  display: inline-block;
}

.sirlo__header__menu--options .menu-item.has_submenu {
  position: relative;
}

/* --- */

#main-nav {
  display: none;
}

.sirlo__header__woocommerce-menu__mobile {
  display: none;
}

.sirlo__header--inner.sirlo__inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main_header_89 {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.sirlo__header__logo {
  max-width: 14rem;
  z-index: 9999;
}

.sirlo__header__woocommerce-menu {
  display: flex;
  gap: 3.6rem;
}

.sirlo__header__woocommerce-menu > div {
  position: relative;
}

.sirlo__header__woocommerce-menu
  > div:not(:nth-last-child(1)):not(:nth-last-child(2))::after {
  position: absolute;
  content: "";
  right: -1.5rem;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: var(--fc-secondary-color);
}

.sirlo__header__woocommerce-menu__account {
  max-width: 2.2rem;
  display: flex;
  align-items: center;
}

.sirlo__header__woocommerce-menu__wishlist {
  max-width: 2.1rem;
  display: flex;
  align-items: center;
}

.sirlo__header__woocommerce-menu__cart-replace {
  max-width: 2.5rem;
}

.sirlo__header__woocommerce-menu__cart {
  position: relative;
}

.sirlo__header__woocommerce-menu__cart .wc-block-mini-cart__quantity-badge {
  font-size: 1.5rem;
}

.sirlo__header__menu--options {
  display: flex;
  align-items: center;
  gap: 7.2rem;
  list-style: none;
  /* text-decoration: none; */
  li {
    margin: 0;
  }
}

.sirlo__header__menu--options .item-anchor,
.sirlo__header__menu--options .item-anchor > span {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.1;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

.sirlo__header__menu--options .item-anchor span {
  text-transform: uppercase;
}

.sirlo__header__woocommerce-menu__cart-replace {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(3px, 6px);
  pointer-events: none;
}

.sirlo__header__woocommerce-menu__cart .wc-block-mini-cart__icon {
  visibility: hidden;
}

.sirlo__header--inner.sirlo__inner-content {
  min-height: var(--fc-header-height);
}

.wc-block-mini-cart__empty-cart-wrapper p {
  margin: 0;
}

.nukka__header__top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.8rem;
}

.nukka__header__top-overlay > img {
  height: 100%;
}

/********************Error 404****************************************/
.sirlo-error {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 100px);
}

.custom-error__title {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

.sirlo-error--inner {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(217, 217, 217, 0.75);
  padding: 10rem 0;
}

.sirlo-error--inner__information {
  max-width: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}

.sirlo-error--inner__information .sirlo__buttons {
  z-index: 1;
}

.sirlo-error--inner__content__text {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.sirlo-error--inner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  img {
    object-fit: cover;
  }
}

/*************************************Shop Page*******************************/

.sirlo__inner-content .woocommerce-products-header {
  padding: var(--fc-vertical-padding);
  padding-top: var(--fc-top-padding);
}

.sirlo__main-content .woocommerce-products-header__title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 7rem;
}

.sirlo-shop__category-filter {
  display: flex;
  justify-content: center;
  gap: 10rem;
}

.sirlo-shop__category-filter__category-item {
  max-width: 17.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sirlo-shop__category-filter--title {
  text-align: center;
  a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    color: #000;
  }
}

.products_illa_category_wrapper {
  display: flex;
  width: 100%;
}

.factoria-store__filters {
  width: 30%;
  padding-right: 10rem;
  float: left;
}

.post-type-archive-product.woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title,
.tax-product_cat.woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  padding-top: 0;
  padding-bottom: 1rem;
  text-align: center;
}

.post-type-archive-product.woocommerce:where(
    body:not(.woocommerce-uses-block-theme)
  )
  ul.products
  li.product
  .price,
.tax-product_cat.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  text-align: center;
  color: var(--fc-color-main-text);
}

.woocommerce-category-list-wrapper {
  --fc-shop-header-gap: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--fc-shop-header-gap);
  border-bottom: 1px solid #c7c7c7;
}

.woocommerce-category-list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: var(--fc-shop-header-gap);
  list-style: none;
  padding: 3.2rem 0;
  flex-wrap: wrap;
}

.woocommerce-category-list-wrapper a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-category-list-wrapper a.active {
  font-weight: 600;
}

.woocommerce-category-list-wrapper .category-list__link,
.category-list__item.category-list__item--all {
  text-decoration: none;
  width: 100%;
  padding: 1rem 2rem;
  border: 1px solid #999;
  border-radius: 8.8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.woocommerce-category-list-wrapper .category-list__link.active {
  box-shadow: #30689980 0px 2px 8px 0px;
}

.fc-shop__chips-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem 0 5rem 0;
}

.wpc-custom-selected-terms .wpc-filter-chip-name {
  font-size: 1.3rem;
}

.woocommerce .woocommerce-ordering select {
  font-size: 1.3rem;
}

.woocommerce .illa_category_loop_wrapper ul.products li.product .onsale {
  top: -15px;
  right: -15px;
}

.category-list__link--wrapper {
  flex-grow: 1; /* Ensures even distribution */
  flex-shrink: 0; /* Prevents collapsing */
  display: flex;
  justify-content: center;
  max-width: fit-content;
  text-align: center;
}

.woocommerce-products-header {
  margin-top: 5rem;
}

.wpc-filters-main-wrap li.wpc-term-item label {
  align-items: center;
}

.wpc-term-count-value {
  font-size: 1.5rem;
}

.yith-wcwl-add-to-wishlist-button:is(button) {
  color: var(--fc-blue);
}
/*********************************************Category Page*********************************************/

.sirlo-category__custom-header {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.sirlo-category__custom-header--inner {
  position: relative;
  max-width: 90rem;
  padding: 0 9rem;
  aspect-ratio: 15 / 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sirlo-category__custom-header__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
}

.sirlo-category__title {
  text-transform: uppercase;
  margin-bottom: 0.67em;
}

.sirlo-category__description {
  text-align: center;
}

.sirlo-category__goback-link {
  font-size: 2rem;
  line-height: 1.2;
  color: #a2a2a2;
  text-decoration: none;
}

.sirlo-category__custom-goback {
  padding: 1rem;
  padding-top: var(--fc-single-vertical-padding);
}

.woocommerce div.product div.images img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.product-template-default.woocommerce-page div.product div.images,
.product-template-default.woocommerce div.product div.images {
  width: 40%;
  margin-right: 9rem;
}

.product-template-default.woocommerce-page div.product div.summary,
.product-template-default.woocommerce div.product div.summary {
  width: 60%;
  position: sticky;
  top: 6rem;
}

/***********************************Single Product**********************************************/

.product-template-default.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 100%;
  display: inline-block;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .sirlo__main-content
  .woocommerce-breadcrumb {
  font-size: 1.6rem;
  margin: 2rem 0;
}

.woocommerce-product-gallery__wrapper > div {
  margin-bottom: 10px;
  pointer-events: none;
}

.product-template-default.woocommerce div.product {
  display: flex;
  align-items: flex-start;
}

.product-template-default.woocommerce .product .product_title.entry-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1rem;
  padding-right: 10rem;
}

.product-template-default .woocommerce-product-details__short-description {
  font-size: 2rem;
  line-height: 1.2;
}

.product-template-default.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).image-variable-item.selected:not(
    .no-stock
  )
  .variable-item-contents:before {
  background-size: 35%;
}

.product-template-default .variations tbody tr {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1rem;
}

.product-template-default.woocommerce div.product form.cart .variations label {
  font-size: 2rem;
  font-weight: 400;
}

.product-template-default .variations tbody tr .label::after {
  content: ":";
  font-size: 2rem;
  font-weight: 400;
}

.single__product__attribte-content {
  padding: 0 1.8rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 300;
}

.single__product__custom-collasibles--title {
  cursor: pointer;
}

.single__product__custom-collasibles--title.active {
  margin-bottom: 1rem;
}

.single__product__custom-collasibles--title {
  width: 100%;
  padding: 2rem 0;
  border: none;
  background-color: transparent;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
  color: #000;
}

.single__product__custom-collasibles--title__content {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product-template-default.woocommerce:where(
    body:not(.woocommerce-block-theme-has-button-styles)
  )
  button.button.alt {
  background-color: var(--fc-secondary-color);
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 5rem;
}

.product-template-default.woocommerce:where(
    body:not(.woocommerce-uses-block-theme)
  )
  div.product
  p.price {
  margin: 3rem 0;
}

.product-template-default.woocommerce:where(
    body:not(.woocommerce-uses-block-theme)
  )
  div.product
  span.price {
  font-size: 3rem;
  color: #000;
}

.product-template-default.single_variation_wrap {
  margin-top: 4rem;
}

.sirlo__header__woocommerce-menu__cart .wc-block-mini-cart__badge {
  background-color: var(--fc-secondary-color);
  color: #fff;
  height: 2rem;
  min-width: 2rem;
  font-size: 1rem;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.yith-add-to-wishlist-button-block--single
  .yith-wcwl-add-to-wishlist-button:is(button) {
  flex-direction: row;
  gap: 5px;
  padding: 6px 10px;
  font-size: 0.9rem;
  background-color: transparent;
  border-radius: 100%;
  border: none;
}

.yith-add-to-wishlist-button-block--single
  .yith-wcwl-add-to-wishlist-button:is(button)
  svg {
  width: 31px;
  height: 31px;
}

.sirlo-product__variations--wrapper {
  display: flex;
  align-items: end;
  gap: 3rem;
}

.sirlo__product-buttons .span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.woo-product-gallery-slider .slick-slide {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.wpgs-nav .slick-slide {
  margin-bottom: 10px;
}

.woo-product-gallery-slider .slick-slide.slick-current {
  outline: 1px solid #9999995e;
}

.woo-product-gallery-slider .slick-next {
  right: -25px;
}

/* .woocommerce-product-gallery__image {
  border-radius: 10px;
} */

.woo-product-gallery-slider .wpgs-nav .slick-current {
  border-color: #9999995e;
}

.woo-product-gallery-slider .wpgs-nav .slick-prev {
  margin-left: -10px;
}

.woocommerce div.product form.cart .button {
  text-transform: uppercase;
}

.recent_products_title_text {
  text-align: center;
  margin-bottom: 4.5rem;
}

#recent_products_title {
  border-top: 1px solid #c7c7c7;
  padding-top: 6rem;
  margin-top: 6rem;
}

/*****************************Product Modal**********************************/

.main_sizeguide_wrapper {
  min-height: 4rem;
}

/***Modal****/

/* The Modal (background) */
#video_Modal_89 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
}

/* The Close Button */
.close_86 {
  position: absolute;
  top: 0;
  right: 20px;
  float: right;
  color: var(--fc-secondary-color);
  font-size: 40px;
  font-weight: bold;
  z-index: 99;
  transition: all 0.3s;
}

.close_86:hover,
.close_86:focus {
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}

#video_Modal_89 .modal_content_89 {
  max-width: 1280px;
  width: 100%;
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  position: relative;
  min-height: 500px;
  transition: all 0.3s;
}

#product_sizes_button {
  /* Guía de tallas */
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-decoration-line: underline;

  color: #9e9e9e;
  cursor: pointer;
}

/**
 * My Account
 */

.woocommerce-account .site-main {
  padding: var(--fc-vertical-padding);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  font-family: "FontAwesome";
  content: "\f0e4";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  font-family: "FontAwesome";
  content: "\f291";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  font-family: "FontAwesome";
  content: "\f1c6";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  font-family: "FontAwesome";
  content: "\f015";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  font-family: "FontAwesome";
  content: "\f09d";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  font-family: "FontAwesome";
  content: "\f007";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  font-family: "FontAwesome";
  content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
  margin-top: 50px;
  float: right;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 1.8rem;
  line-height: 1.1;
  text-decoration: none;
  color: var(--fc-secondary-color);
  padding: 2rem 1rem;
}

.woocommerce-MyAccount-content {
  font-size: 1.4rem;
  line-height: 1.4;
  a {
    color: var(--fc-secondary-color);
    font-weight: 900;
    text-decoration: none;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: 3px solid var(--fc-secondary-color);
  outline: none;
}

.woocommerce-info::before {
  color: var(--fc-secondary-color);
}

/****************************Addresses*******************/
/* Container Styling */
.woocommerce-MyAccount-content {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  /* border-radius: 10px; */
  margin-bottom: 30px;
}

/* Address Header */
.woocommerce-Address-title h3 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}

/* Address Box Styling */
.woocommerce-Address {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

/* Address Details */
.woocommerce-Address address {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
}

/* Edit Button Styling */
.woocommerce-Address a.edit {
  display: inline-block;
  padding: 8px 16px;
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.woocommerce-Address a.edit:hover {
  background-color: #005177;
}

.woocommerce-Addresses {
  margin-top: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  text-align: left;
  margin-bottom: 1rem;
}

.woocommerce-Address address {
  margin-top: 1rem;
}

.woocommerce-account .addresses .title .edit {
  float: left;
}

/* Form Wrapper */
.woocommerce-EditAccountForm,
form.woocommerce-form.woocommerce-form-edit-account,
.woocommerce-MyAccount-content form {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

/* Form Field Styling */
.woocommerce-EditAccountForm .form-row,
form.woocommerce-form.woocommerce-form-edit-account .form-row {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm .form-row label,
form.woocommerce-form.woocommerce-form-edit-account .form-row label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.woocommerce-EditAccountForm .form-row input,
.woocommerce-EditAccountForm .form-row textarea,
form.woocommerce-form.woocommerce-form-edit-account .form-row input,
form.woocommerce-form.woocommerce-form-edit-account .form-row textarea,
.woocommerce form .form-row input.input-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  transition: border-color 0.3s ease;
}

.woocommerce-EditAccountForm .form-row input:focus,
form.woocommerce-form.woocommerce-form-edit-account .form-row input:focus {
  border-color: #0073aa;
  outline: none;
}

/* Submit Button Styling */
.woocommerce-EditAccountForm button[type="submit"],
form.woocommerce-form.woocommerce-form-edit-account button[type="submit"],
.woocommerce button[name="save_address"] {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  font-size: 1em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce-EditAccountForm button[type="submit"]:hover,
form.woocommerce-form.woocommerce-form-edit-account button[type="submit"]:hover,
.woocommerce button[name="save_address"]:hover {
  background-color: #005177;
}

.woocommerce-error {
  background-color: #fbeaea;
  border: 1px solid #d9534f;
  color: #d9534f;
}

.woocommerce-notices-wrapper {
  outline: none;
}

.woocommerce-EditAccountForm button[type="submit"],
.woocommerce button[name="save_address"] {
  background-color: var(--fc-secondary-color);
  margin-top: 4rem;
}

.woocommerce-EditAccountForm button[type="submit"]:hover,
.woocommerce button[name="save_address"]:hover {
  color: #fff;
}

fieldset {
  border: 1px solid #dfdfdf;
}

/***************************formatted selects***********************/

.woocommerce form .form-row .select2-container {
  font-size: 1.4rem;
}

.select2-container .select2-selection--single {
  font-size: 1.4rem; /* Adjust font size for the selected item */ /* Optional: Adjust padding for better appearance */
}

/* Change the font size of the dropdown options */
.select2-container .select2-dropdown .select2-results__option {
  font-size: 14px; /* Adjust font size for options */
  padding: 8px; /* Optional: Adjust padding inside each option */
}

.woocommerce-Address address {
  line-height: 1.3;
}

/***********************************Login Page*******************************/

.sirlo-login {
  display: flex;
}

.sirlo-login > div {
  flex: 1;
}

.sirlo-login__right-block img {
  aspect-ratio: 6/5;
  height: auto;
  object-fit: cover;
}

.sirlo-login__left-block {
  display: flex;
  justify-content: flex-end;
}

.sirlo-login__left-block--inner {
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form-register.register {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-form.woocommerce-form-login.login h1,
.woocommerce-form-register.register h1 {
  margin-bottom: 5rem;
}

.sirlo-login__left-block--inner__form {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  label {
    display: none;
  }
  p,
  input {
    width: 100%;
    font-size: 1.6rem;
  }

  input {
    padding: 1rem 0;
    border: none;
    border-bottom: 1px solid var(--fc-secondary-color);
    &:focus {
      outline: none;
    }
  }
}

.sirlo-login__left-block--inner__form .woocommerce-form > p:first-of-type {
  margin-bottom: 2rem;
}

.lost_password a,
.bb-register-login a {
  color: var(--fc-secondary-color);
  font-weight: 600;
}

.sirlo-login__left-block--inner__form .woocommerce-form__label-for-checkbox {
  display: block;
}

.sirlo-login__left-block--inner__form .woocommerce-form-login__rememberme {
  display: none;
}

.woocommerce-form-register.register
  .woocommerce-form__label-for-checkbox
  .required {
  display: none;
}

#privacy_policy_reg_field {
  margin: 1rem 0;
}

#privacy_policy_reg_field .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  gap: 1rem;
  font-weight: 300;
  a {
    color: var(--fc-product-weight);
    font-weight: 400;
  }
}

#privacy_policy_reg {
  max-width: 20px;
  accent-color: var(--fc-secondary-color);
}

.sirlo-login__left-block--inner__form .form_custom_password {
  margin-top: 2rem;
}

.woocommerce-ResetPassword.lost_reset_password {
  margin-bottom: 10rem;
}

/************************Footer****************************************/

.footer__main-block {
  border-top: 1px solid var(--fc-secondary-color);
  border-bottom: 1px solid var(--fc-secondary-color);
}

.footer__main-block > div {
  display: flex;
  justify-content: space-between;
  padding: 6rem 0;
}

.footer__section-one__logo-wrapper {
  max-width: 22.7rem;
}

.footer__section-one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__section-one__contact-information {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer__section-one__contact-wrapper {
  a {
    color: var(--fc-blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  img {
    max-width: 2.4rem;
  }
  p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
  }
}

.footer__section-three__block-two {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}

.footer__section-two {
  display: flex;
  gap: 30rem;
  margin-top: 3rem;
}

.footer_menu_one {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  li {
    margin: 0;
    line-height: 1;
  }
}

.footer_menu_one .item-anchor span,
.footer_menu_one .item-anchor,
.footer__section-two__contact-data--title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--fc-blue);
}

.footer__section-two__contact-data--title {
  margin-bottom: 3rem;
}

.footer__section-two__contact-information {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer__section-three__form-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--fc-secondary-color);
  margin: 0;
}

.footer__section-three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__section-three__subscription {
  position: relative;
  display: flex;
  align-items: center;
  z-index: -1;
}

.effect-3 {
  width: 100%;
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}

.effect-3:focus {
  outline: none;
}

.footer__section-three__subscription--input {
  position: relative;
  display: flex;
  width: 100%;
  > span {
    width: 100%;
    @media (max-width: 540px) {
      font-size: 1.4rem;
    }
  }
}

.footer__section-three__subscription--input .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 99;
}

.footer__section-three__subscription--input .focus-border:before,
.footer__section-three__subscription--input .focus-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--fc-secondary-color);
  transition: 0.4s;
}
.footer__section-three__subscription--input.focus .focus-border:after {
  left: auto;
  right: 0;
}
.footer__section-three__subscription--input.focus .focus-border:before,
.footer__section-three__subscription--input.focus .focus-border:after {
  width: 50%;
  transition: 0.4s;
}

.footer__section-three__subscription--button {
  position: absolute;
  right: 0;
  transform: translate(-50%, 0);
}

.footer__section-three__subscription--input .wpcf7-form-control-wrap {
  position: relative;
}

.footer__section-three__subscription--button .wpcf7-spinner {
  position: absolute;
}

.footer__section-three__subscription--button .wpcf7-form-control.wpcf7-submit {
  border: none;
  background-color: transparent;
  font-size: 1.7rem;
  color: #666;
  cursor: pointer;
}

.footer__section-three__subscription--input .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(15px);
}

.footer__secondary-block {
  > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0 5rem 0;
    @media (max-width: 540px) {
      flex-direction: column-reverse;
      gap: 2rem;
      align-items: flex-start;
    }
  }
}

.footer__secondary-block--kit {
  max-width: 32rem;
}

.legal_menu_one {
  display: flex;
  gap: 3rem;
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;

  a {
    text-decoration: none;
    color: var(--fc-blue);
  }
  li {
    margin: 0;
  }

  span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
  }
}

.woocommerce-checkout .legal_menu_one span{
	font-size: 1rem;
}

.copyright-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: inline;
  color: var(--fc-blue);
  a {
    display: inline;
    text-decoration: none;
    color: var(--fc-blue);
  }
  p {
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
  }
}

.footer__secondary-block--legal {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  aspect-ratio: 1/1;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
}

.illa_category_loop_wrapper {
  flex: 1;
  float: right;
  width: 70%;
}

.woocommerce .factoria__inner-fit .woocommerce-ordering {
  clear: both;
  float: unset;
  margin: 0;
}

.illa_category_loop_wrapper .products > li {
  position: relative;
}

.sirlo__product-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem 3rem;
  aspect-ratio: 1/1;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
}

.sirlo__product-buttons--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.sirlo__product-buttons .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.yith-wcwl-add-to-wishlist-button {
  pointer-events: auto;
  z-index: 1;
  border-radius: 100%;
}

.sirlo__product__hover-image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.sirlo__product__hover-image__wrapper > img {
  height: 100%;
  object-fit: cover;
}

.sirlo__product__button {
  height: 4rem;
  width: 100%;
  padding: 0;
  border: 1px solid #000;
}

.sirlo__product__button p {
  font-size: 1.6rem;
}

.illa_category_loop_wrapper
  .products
  > li:hover
  .sirlo__product__hover-image__wrapper {
  opacity: 1;
  transition: all 0.3s ease-out;
}

.illa_category_loop_wrapper
  .products
  > li:hover
  .sirlo__product__button::after {
  animation: collisionRight 1s both;
  animation-direction: alternate;
}

.illa_category_loop_wrapper
  .products
  > li:hover
  .sirlo__product__button::before {
  animation: collisionLeft 1s both;
  animation-direction: alternate;
}

.illa_category_loop_wrapper .products > li:hover .sirlo__product__button p {
  color: #fff;
}

.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li span,
.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li a,
.tax-product_cat.woocommerce nav.woocommerce-pagination ul li span,
.tax-product_cat.woocommerce nav.woocommerce-pagination ul li a {
  font-size: 2rem;
  color: #666;
}

.post-type-archive-product.woocommerce nav.woocommerce-pagination,
.tax-product_cat.woocommerce nav.woocommerce-pagination {
  margin-top: 7rem;
}

.factoria__inner-fit .woocommerce-no-products-found {
  float: right;
  width: 70%;
}

.post-type-archive-product.woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  font-size: 1.6rem;
  line-height: 1.1;
  padding-bottom: 0.5rem;
}

/************************ Whishlist*********************************************/

.woocommerce-wishlist .content-area {
  min-height: 50vh;
}

.woocommerce-wishlist .product-thumbnail {
  width: 16rem;
}

.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a {
  max-width: unset;
}
.woocommerce .wishlist_table.shop_table th {
  font-size: 1.6rem;
}

.woocommerce.woocommerce-wishlist .remove_from_wishlist {
  font-size: 2rem;
}

.woocommerce-wishlist .product-name a {
  text-decoration: none;
  font-size: 1.6rem;
  color: var(--fc-secondary-color);
}

.woocommerce-wishlist .product-price,
.woocommerce-wishlist .product-stock-status {
  font-size: 1.5rem;
}

.woocommerce.woocommerce-wishlist .product-add-to-cart a {
  font-size: 1.2rem;
  background-color: var(--fc-secondary-color);
  transition: all 0.3s ease-in;
}

.woocommerce.woocommerce-wishlist .product-add-to-cart a:hover {
  background-color: #1b324deb;
  font-size: 1.2rem;
  transition: all 0.3s ease-out;
}

.woocommerce .wishlist-title {
  display: none;
}

.wishlist-title-container {
  margin-top: 3rem;
}

/*************************Mini Cart *******************************************/

.wc-block-mini-cart__items .wc-block-components-product-name {
  font-size: 1.3em;
  color: var(--fc-secondary-color);
}

.wc-block-mini-cart__template-part .wc-block-components-button:not(.is-link) {
  color: var(--fc-secondary-color);
  font-size: 1.6rem;
  font-weight: 500;
}

.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  max-width: 100%;
  height: auto;
}

.wc-block-cart-items .wc-block-components-product-metadata {
  font-size: 1em;
}

.wc-block-mini-cart__items
  .wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total {
  font-size: 1.5em;
}

.is-mobile
  .wc-block-mini-cart__items
  .wc-block-cart-items
  .wc-block-cart-items__row {
  grid-template-columns: 115px 132px;
}

.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button {
  background-color: var(--fc-secondary-color);
  color: #fff;
  text-decoration: none;
}

.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button:hover {
  opacity: 0.9;
}

.wp-block-woocommerce-mini-cart-footer-block
  .wc-block-components-button:not(.is-link).outlined {
  background-color: transparent;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-mini-cart__drawer
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: unset;
}

.wp-block-woocommerce-mini-cart-footer-block
  .wc-block-components-button:not(.is-link).outlined:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px currentColor;
  color: #000;
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
  font-size: 1.3em;
}

.wc-block-mini-cart__drawer.wc-block-components-drawer {
  font-size: 1.2rem;
}

.woocommerce-cart .wp-block-woocommerce-cart {
  min-height: 50vh;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items {
  font-size: 1.4em;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header {
  font-size: 1.15em;
}

.woocommerce-cart
  .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 1.15em;
}

.woocommerce-cart
  .wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  color: var(--fc-secondary-color);
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-cart .wc-block-cart__sidebar {
  font-size: 1.3em;
}

.woocommerce-cart
  .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  margin-top: 3rem;
  background-color: var(--fc-secondary-color);
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}
.woocommerce-cart
  .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  opacity: 0.9;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3rem;
  line-height: 2;
}

.woocommerce-cart .wc-block-components-radio-control__option {
  padding: 0 0 0 3.05em;
}

.woocommerce-cart .wc-block-components-radio-control__label-group > span {
  font-size: 1em;
}

.woocommerce-cart
  .wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address__link {
  font-size: 1em;
}

.woocommerce-cart
  .wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__description
  > span {
  font-size: 1em;
}

.wc-block-mini-cart {
  display: none;
}

.wpc-filter-label-wrapper {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}

.wpc-filters-widget-wrapper .wpc-filters-section:not(:first-child) {
  margin-top: 4rem;
}

.wpc-filters-widget-wrapper .wpc-filters-section:nth-child(2) {
  margin-top: 0;
}

/*****************************Slick.js *************************************************/

.page .slick-prev:before,
.page .slick-next:before {
  color: var(--fc-coffee);
}

#recent_products_home .slick-prev:before,
#recent_products_home .slick-next:before {
  font-size: 2rem;
  color: var(--fc-blue);
}

.product-categories,
.product-categories .slick-track {
  display: flex;
  width: 100%;
  gap: var(--fc-carousel-gap);
}

.product-category {
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
  position: relative;
}

.product-category__main-image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.product-category__hover-image__wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 3.3rem;
  opacity: 0;
  transition: all 0.3s ease-in;
  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.product-category__hover-image__wrapper:hover {
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;

  .product-category__category-button p {
    color: #fff;
  }
}

.product-category__hover-image__wrapper:hover
  .product-category__category-button::after {
  animation: collisionRight 1s both;
  animation-direction: alternate;
}

.product-category__hover-image__wrapper:hover
  .product-category__category-button::before {
  animation: collisionLeft 1s both;
  animation-direction: alternate;
}

.product-category__category-button,
.sirlo__product__button {
  position: relative;
  z-index: 2;
  padding: 2.2rem 9.4rem;
  border: 2px solid #000;
  animation: 0.5s collision ease-in;
  overflow: hidden;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.sirlo__product__button {
  padding: 0;
}

.sirlo__product__button {
  display: none;
}

.product-category__category-button:active {
  transform: translateY(-1rem);
  transition: all 0.3s ease-out;
  /* background: rgba(255, 255, 255, 0.5); */
}

.product-category__category-button::after,
.sirlo__product__button::after,
.product-category__category-button::before,
.sirlo__product__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #000;
}

.product-category__category-button,
.sirlo__product__button {
  p {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
    z-index: 5;
    transition: 1s ease-in-out;
  }

  &:before {
    left: -30%;
  }
  &:after {
    left: 125%;
  }
}

@keyframes collisionLeft {
  0% {
    left: -30%;
    width: 20px;
    height: 20px;
  }
  50% {
    left: 50%;
    width: 40px;
    height: 40px;
  }
  100% {
    left: 50%;
    width: 300px;
    height: 300px;
  }
}

@keyframes collisionRight {
  0% {
    left: 125%;
    width: 20px;
    height: 20px;
  }
  50% {
    left: 50%;
    width: 40px;
    height: 40px;
  }
  100% {
    left: 50%;
    width: 300px;
    height: 300px;
  }
}

.product-category__title {
  color: #000;
  position: absolute;
  left: 0;
  bottom: -3rem;
  transform: translateY(50%);
}

/************************Checkout*********************************/

.wp-block-woocommerce-checkout
  .wc-block-checkout__payment-method
  .wc-block-components-radio-control__option {
  padding-left: 5.5em;
  padding-right: 0.75em;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-block {
  font-size: 1.5em;
}

.wp-block-woocommerce-checkout .wc-block-checkout__form {
  font-size: 1.5em;
}

.wp-block-woocommerce-checkout
  .wc-block-components-radio-control-accordion-option {
  padding: 20px;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button {
  background-color: var(--fc-secondary-color);
  color: #fff;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button:hover {
  opacity: 0.9;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    margin-bottom: 3.5rem;
}

.woocommerce-checkout .wc-block-components-title{
	font-weight: 600;
}

.woocommerce-checkout .wc-block-components-validation-error span{
	font-size: 1.4rem;
}

.woocommerce-checkout span{
	font-size: 1.6rem;
}

#sb_instagram {
 display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
   text-decoration: none;
}

@media (max-width: 1300px) {
  :root {
    /********************General**********************************/
    --fc-main-padding: 0 6rem;
  }

  html {
    /* 9/16 */
    font-size: 56.25%;
  }

  /***********************Home Page***************************************/

  .footer__section-two {
    gap: 15rem;
  }

  .footer__section-three__block-two__social_media--icon > img {
    max-width: 3.5rem;
  }

  /*******************************  Coleccion***************************/
  .sirlo__product-buttons {
    padding: 0 1rem 3rem;
  }

  /*********************Single product ********************************/

  #video_Modal_89 .modal_content_89 {
    width: 90%;
  }

  .product-category__category-button {
    padding: 1rem 4rem;
  }

  /**************Account Page**************************************/
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
  }

  .woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 2rem;
  }

  /**********************Footer*****************************/
  .contact__block {
    overflow: hidden;
  }
}

@media (max-width: 1090px) {
  :root {
    /********************General**********************************/
    --fc-main-padding: 0 4.5rem;
    --fc-vertical-padding: 6.5rem 0;
    --fc-single-vertical-padding: 6.5rem;
  }

  /* 3 columns on tablet  */

  [class*="woocommerce"] ul.products li.product:nth-child(n) {
    width: 30.6% !important;
    margin: 0 3.8% 2.992em 0 !important;
    clear: none !important;
  }
  [class*="woocommerce"] ul.products li.product:nth-child(3n) {
    margin-right: 0px !important;
  }
  [class*="woocommerce"] ul.products li.product:nth-child(3n + 1) {
    clear: both !important;
  }

  /*************Error 404 *****************************/

  .sirlo-error {
    padding: var(--fc-main-padding);
  }

  .woocommerce-wishlist .content-area {
    min-height: 70vh;
  }
  /*****************Header******************************************/

  /*************************Home********************************/
  .home__block-one--inner {
    min-height: 78rem;
  }

  .sirlo__h1 {
    font-size: 5rem;
  }

  .nukka-product-category__main-image__wrapper > img {
    max-width: 13rem;
  }

  .nukka-product-category__title {
    font-size: 2.2rem;
  }

  /******************Product***************************/
  .product-template-default .content-area,
  .woocommerce-account .content-area {
    min-height: 70vh;
  }

  .sirlo__product__button p {
    font-size: 1.5rem;
  }

  /**********************Shop******************************/

  .shared__banner--inner {
    padding: 4rem 0;
  }

  /********************Login*************************/

  .sirlo-login {
    flex-direction: column;
  }

  .sirlo-login__left-block--inner {
    max-width: 100%;
    padding: 13rem 0;
  }

  /*****************Footer*******************/

  .footer__section-two {
    gap: 3rem;
  }

  .footer__section-one__logo-wrapper {
    max-width: 20rem;
  }
}

@media (max-width: 850px) {
  html {
    /* 8/16 */
    font-size: 50%;
  }

  /* 3 columns on small tablet  */

  [class*="woocommerce"] ul.products li.product:nth-child(n) {
    width: 30.6% !important;
    margin: 0 3.8% 2.992em 0 !important;
    clear: none !important;
  }
  [class*="woocommerce"]
    ul.products[class*="columns-"]
    li.product:nth-child(2n) {
    float: left !important;
  }
  [class*="woocommerce"] ul.products li.product:nth-child(3n) {
    margin-right: 0px !important;
  }
  [class*="woocommerce"]
    ul.products[class*="columns-"]
    li.product:nth-child(3n + 1) {
    clear: both !important;
  }

  /****************************Menu***********************************/
  .sirlo__header__woocommerce-menu__mobile {
    display: block;
  }

  .sirlo__header__menu {
    display: none;
  }

  #main-nav {
    display: block;
  }

  .open-main-nav {
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: translateY(12px);
  }

  .open-main-nav:focus {
    outline: none;
  }
  .burger {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0 auto;
    background: var(--fc-secondary-color);
    transition: all 0.275s;
  }

  .burger:after,
  .burger:before {
    content: "";
    display: block;
    height: 100%;
    background: var(--fc-secondary-color);
    transition: all 0.275s;
  }

  .burger:after {
    transform: translateY(3px);
  }

  .burger:before {
    transform: translateY(-7px);
  }

  /* Toggle State part */
  .is-open .burger {
    transform: rotate(-45deg);
  }

  .is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
  }

  .is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
  }

  .sirlo__header__woocommerce-menu > .sirlo__header__language-selector::after {
    background-color: transparent !important;
  }

  /* Main menu positionning */
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.375s;
  }

  .is-open .main-nav {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }

  /* Yellow band effect */
  .main-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: var(--fc-secondary-color);
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all 0.275s 0.1s;
  }

  .is-open .main-nav::before {
    transform: skew(-14deg) translateX(0);
  }

  /* Skewing effect on menu links */
  .main-nav ul {
    display: inline-flex;
    flex-direction: column;
    height: 93%; /* Should be 100%, but we have a notice message :D */
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-18%) skew(-16deg);
  }

  .main-nav li {
    display: block;
    margin: 0.5rem 0;
    text-align: right;
    transform: skew(16deg);
  }

  /* Apparition effect on links */
  .main-nav a {
    opacity: 0;
    transform: translateY(-10px);
  }

  .is-open .main-nav a {
    opacity: 1;
    transform: translateY(0);
  }
  .main-nav li:nth-child(1) a {
    transition: all 275ms 175ms;
  }
  .main-nav li:nth-child(2) a {
    transition: all 275ms 225ms;
  }
  .main-nav li:nth-child(3) a {
    transition: all 275ms 275ms;
  }
  .main-nav li:nth-child(4) a {
    transition: all 275ms 325ms;
  }
  .main-nav li:nth-child(5) a {
    transition: all 275ms 375ms;
  }

  /* Decoration */
  .main-nav ul,
  .main-nav li {
    list-style: none;
    padding: 0;
  }
  .main-nav a {
    display: block;
    padding: 12px 0;
    color: #5a3b5d;
    font-size: 1.4em;
    text-decoration: none;
    font-weight: bold;
  }

  .sirlo__header__menu--mobile .item-anchor span,
  .sirlo__header__menu--mobile .item-anchor {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 300;
  }

  .sirlo__header__menu--mobile .item-anchor.active {
    font-weight: 600;
  }

  /***************************Home***********************************/

  .nukka-product-categories > div {
    width: calc(33.3% - 2.25rem);
  }

  .nukka-product-category__main-image__wrapper > img {
    max-width: 16rem;
  }

  .contact__block--inner {
    flex-wrap: wrap;
  }

  .contact__block__left-element {
    width: 100%;
  }

  .contact__block__right-element {
    width: 100%;
  }

  .contact__block__right-element {
    padding-left: 0;
  }

  .contact__block__left-element > img {
    max-width: 60rem;
  }

  /****************************Coleccion****************************/

  .fc-shop__chips-wrapper .wpc-custom-selected-terms {
    display: none;
  }

  .illa_category_loop_wrapper {
    width: 100%;
  }

  /*********************************Shop*****************************/
  .woocommerce-category-list {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .woocommerce-category-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .woocommerce-category-list::-webkit-scrollbar {
    display: none;
    width: 0px; /* Makes it invisible */
    background: transparent;
  }

  .woocommerce-category-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0); /* Fully transparent scrollbar */
  }

  .factoria__inner-fit .woocommerce-no-products-found {
    float: right;
    width: 100%;
  }

  .post-type-archive-product.woocommerce nav.woocommerce-pagination,
  .tax-product_cat.woocommerce nav.woocommerce-pagination {
    margin-top: 3rem;
  }

  .shared__banner {
    aspect-ratio: 2/1;
  }

  /*********************Single Product*************************/
  #video_Modal_89 .modal_content_89 {
    display: flex;
    align-items: center;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 5rem;
    margin-left: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .product-category__category-button,
  .sirlo__product__button {
    padding: 1rem 3rem;
  }

  .sirlo__product__button {
    height: 38px;
  }

  /**********************Whishlist*********************************/

  .wishlist_table.mobile li {
    font-size: 2.7em;
    display: flex;
    align-items: center;
  }

  .wishlist_table.mobile li .item-wrapper {
    flex: 2;
    display: flex;
    gap: 1rem;
  }

  .wishlist_table.mobile li .additional-info-wrapper {
    flex: 3;
    flex: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wishlist_table.mobile li .additional-info-wrapper .additional-info .label {
    display: none;
  }
  .woocommerce-wishlist .product-name a {
    font-size: 2.3rem;
  }

  .woocommerce.woocommerce-wishlist .remove_from_wishlist {
    color: #999;
  }

  /*******************Footer**********************/
  .footer__section-three {
    max-width: 30rem;
  }

  .footer__section-one__logo-wrapper {
    max-width: 15rem;
  }

  .footer__section-two {
    gap: 2rem;
  }

  .form-shared__submit--button .wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20%, -120%);
  }
}

@media (max-width: 540px) {
  :root {
    /********************General**********************************/
    --fc-main-padding: 0 3rem;
    --fc-product-title: 1.8rem;
    --fc-price-text: 1.6rem;
  }

  /******************Error 404*******************************/
  .sirlo-error--inner {
    padding: 10rem 5rem;
  }

  /***************************Header****************************/

  .sirlo__header__woocommerce-menu > div::after {
    content: ""; /* Apply pseudo-element to all, initially */
    display: none; /* Disable pseudo-element globally */
  }

  .sirlo__header__woocommerce-menu > div:not(:last-of-type)::after {
    display: block; /* Enable pseudo-element only for the last child */
    position: absolute;
    content: "";
    right: -1.5rem;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: var(--fc-secondary-color);
  }

  .sirlo__header__woocommerce-menu__cart::after {
    background-color: transparent;
  }

  .sirlo__header__logo {
    max-width: 10.8rem;
  }

  /******************************Home**********************/

  .home__block-one--inner {
    position: relative;
    min-height: 45rem;
    flex-wrap: wrap;
  }

  .home__block-one--inner > div {
    width: 100%;
  }
  .home__block-one__left-element {
    z-index: 1;
  }
  .home__block-one__right-element {
    position: absolute;
    filter: opacity(0.5);
  }

  .nukka-product-categories > div {
    width: calc(50% - 2.25rem);
    padding: 2rem;
  }

  .nukka-product-category__main-image__wrapper > img {
    max-width: 12.5rem;
  }

  .home__block-four--inner {
    flex-wrap: wrap;
  }

  .home__block-four--inner > div {
    width: 100%;
  }
  /**************************Font Size***********************/

  .sirlo__h1 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
  }

  .sirlo__p1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .sirlo__h2 {
    font-size: 3rem;
    line-height: 1.1;
  }

  .sirlo__p1_secondary {
    font-size: 1.4rem;
  }

  /************************Footer****************/
  .footer__section-one__contact-information {
    flex-direction: row;
    gap: 4rem;
  }
  .footer__main-block > div {
    flex-wrap: wrap;
    row-gap: 4rem;
  }

  .footer__main-block > div > div {
    width: 100%;
  }

  .footer__section-one {
    gap: 1rem;
  }

  .footer__section-three__block-two {
    margin-top: 1rem;
  }

  .footer__secondary-block--legal {
    flex-direction: column-reverse;
  }

  .footer__section-two {
    justify-content: space-between;
  }

  .legal_menu_one {
    justify-content: space-between;
  }

  /**********************************Coleccion***************************/
  .sirlo-shop__category-filter__category-item a {
    display: flex;
    justify-content: center;
  }

  .sirlo-shop__category-filter__category-item a img {
    max-width: 70%;
  }

  /******************Single product********************************/
  .product-template-default.woocommerce div.product {
    flex-direction: column;
  }

  .product-template-default.woocommerce-page div.product div.images,
  .product-template-default.woocommerce div.product div.images {
    width: 100%;
    padding-right: 0;
  }

  .product-template-default.woocommerce-page div.product div.summary,
  .product-template-default.woocommerce div.product div.summary {
    width: 100%;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme))
    .woocommerce-breadcrumb {
    margin-bottom: 2rem;
  }

  .product-template-default.woocommerce .product .product_title.entry-title {
    font-size: 3.5rem;
  }

  .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    transform: translateY(-1.5rem);
  }

  .sirlo-product__variations--wrapper {
    flex-wrap: wrap;
  }

  #video_Modal_89 .modal_content_89 {
    min-height: 3rem;
  }

  /****************************Whishlist *******************************/

  .wishlist_table.mobile li {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 3rem;
  }

  /*********************Login*****************************************/

  .sirlo-login__left-block--inner {
    padding: 9rem 3rem;
  }

  /*********************Register*************************************/

  #privacy_policy_reg {
    width: 20px;
  }

  /**************************Footer*********************************/

  .footer__section-three {
    max-width: 100%;
  }

  #sirlo_main_footer {
    overflow-x: hidden;
  }

  /******************Account******************************/
  .woocommerce-column--shipping-address.col-2 {
    margin-top: 3rem;
  }

  /***********************Coleccion*************************/

  .sirlo__product__button {
    padding: 0;
  }

  .tax-product_cat
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--themed-button.yith-wcwl-theme-button-style {
    padding: 6px 10px !important;
    appearance: none; /* Remove default styles */
    color: #000;
    -webkit-appearance: none;
  }

  .sirlo-shop__category-filter__category-item {
    max-width: unset;
  }

  .product-category__category-button,
  .sirlo__product__button {
    border: 1px solid #000;
  }

  /***********Home Page *******************************/

  .factoria__main-content.home__block-two {
    padding: 0 5rem;
  }

  /*************About Page***************************/
  .about__section-two--inner {
    min-height: 135rem;
    flex-wrap: wrap;
  }

  .about__section-two--inner > div {
    width: 100%;
  }

  .about__section-three--inner {
    flex-wrap: wrap-reverse;
    gap: 3rem;
  }

  .about__section-three--inner > div {
    width: 100%;
  }

  .about__section-two--inner {
    min-height: 130rem;
    padding-bottom: 0;
  }

  .about__section-three__left-element {
    padding-right: 0;
  }

  /**************************Footer***************************/
  .legal_menu_one {
    gap: 1rem;
  }
}

@media (max-width: 400px) {
  /* 2 columns on small mobiles  */

  [class*="woocommerce"] ul.products li.product:nth-child(n) {
    width: 48% !important;
    margin: 0 3.8% 2.992em 0 !important;
    clear: none !important;
  }
  .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0px !important;
  }
  .woocommerce ul.products li.product:nth-child(2n + 1) {
    clear: both !important;
  }

  [class*="woocommerce"]
    ul.products[class*="columns-"]
    li.product:nth-child(3n + 1) {
    clear: unset !important;
  }

  .nukka-product-category__main-image__wrapper > img {
    max-width: 9rem;
  }
}

@media (max-width: 360px) {
  .sirlo__product-buttons {
    padding: 0 1rem 3rem;
  }

  .sirlo-category__custom-header--inner {
    padding: 0 4rem;
  }

  .nukka-product-category__main-image__wrapper > img {
    max-width: 7rem;
  }

  .nukka-product-category__title {
    font-size: 1.7rem;
  }
}
