/** CSS Easing functions */
/* Bulma Utilities */
blockquote {
  margin-top: 33px;
  margin-bottom: 41px;
  font-style: italic;
  position: relative;
}
blockquote p {
  color: #2b64ad;
  margin-bottom: 24px;
  z-index: 2;
  font-size: 16px;
  position: relative;
  margin: 2rem 1rem 1.5rem 2rem;
}
blockquote p:before, blockquote p:after {
  content: url(/wp-content/uploads/2023/09/quote__-.png);
  position: absolute;
}
blockquote p:before {
  top: -10%;
  left: -12%;
  z-index: 1;
}
blockquote cite {
  font-size: 16px;
  color: #2b64ad;
  font-weight: 600;
}

@media screen and (max-width: 570px) {
  .homeAbout__txt {
    margin: 1.5rem 0;
  }
  .homeAbout__quote {
    margin: 1.5rem 0;
  }
}
.wp-block-buttons .is-layout-flex .wp-block-buttons-is-layout-flex {
  margin: 1rem 0 0 0;
}

.carousel-dots-tendance {
  text-align: center;
  margin-top: 20px !important;
}
.carousel-dots-tendance ul {
  list-style-type: none;
}
.carousel-dots-tendance li {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background-color: #bbb;
  border-radius: 50%;
  border: 1px solid gray;
  cursor: pointer;
}
.carousel-dots-tendance li.active {
  background-color: #717171;
}
.carousel-dots-tendance .carousel-dots-tendance li.active {
  background-color: #717171;
}

.carousel-dots-vente {
  text-align: center;
  margin-top: 20px !important;
}
.carousel-dots-vente ul {
  list-style-type: none;
}
.carousel-dots-vente li {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background-color: #d7d7d7;
  border-radius: 50%;
  border: 1px solid gray;
  cursor: pointer;
}
.carousel-dots-vente li.active {
  background-color: #717171;
}

.carousel-dots-arrive {
  text-align: center;
  margin-top: 20px !important;
}

.carousel-dots-arrive ul {
  list-style-type: none;
}

.carousel-dots-arrive li {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots-arrive li.active {
  background-color: #717171;
}

.slider,
.slider .imgs {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider {
  height: 85vh;
}

.slider .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.slider .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 100%;
  -webkit-animation: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
       -o-animation: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
          animation: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: white;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
.wp-block-buttons > .wp-block-button .button {
  border: 1px solid black;
  background: none;
  color: #1d1d1b;
  padding: 13px 10px !important;
  border-radius: 0px;
  height: 0px !important;
  min-height: 20px;
  font-size: 13px !important;
  font-family: "Mulish Regular", sans-serif;
}
.wp-block-buttons > .wp-block-button .button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1D1D1B;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.wp-block-buttons > .wp-block-button .button-new {
  border: none;
  background: none;
  color: #1D1D1B;
  padding: 0px 0px;
  margin-bottom: 2rem;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-family: "Mulish Regular", sans-serif;
}
.wp-block-buttons > .wp-block-button .button-new img {
  margin-right: 23px;
  width: 32px;
}

.dots {
  position: relative;
  bottom: 14rem;
  left: -18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  max-width: 100%;
}

.dot {
  position: relative;
  width: 50px;
  height: 3px;
  background-color: #6aa088;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  cursor: pointer;
}

.dot.active {
  background-color: #fff;
}

@-webkit-keyframes leftNext {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}

@-o-keyframes leftNext {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}

@keyframes leftNext {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes leftCurr {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@-o-keyframes leftCurr {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes leftCurr {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes rightNext {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-o-keyframes rightNext {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes rightNext {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes rightCurr {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes rightCurr {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes rightCurr {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.carousel-container {
  position: relative;
  display: grid !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template: "image content" 1fr/1fr auto;
  gap: 0;
  overflow: hidden;
  width: auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.carousel-container .image-carousel {
  grid-area: image;
  width: 118%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1963px) {
  .carousel-container .image-carousel {
    width: 100%;
  }
}
.carousel-container .image-carousel .image-slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
  display: none;
}
.carousel-container .image-carousel img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-container .carousel-content {
  grid-area: content;
  background-color: #297753;
  padding-left: 12rem;
  padding-right: 4rem;
  color: #fff;
  padding-bottom: 20%;
  padding-top: 130px;
  width: 800px;
  max-width: 800px;
}
.carousel-container .carousel-content .wp-block-heading {
  text-transform: uppercase;
  font: normal normal normal 27px/50px "Mulish", sans-serif;
  line-height: 1.4;
  padding-bottom: 0;
  color: #fff;
  margin-bottom: 0;
  margin-top: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.carousel-container .carousel-content p {
  font-size: 18px;
  width: 280px;
  color: #d1e2da;
  margin-bottom: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.carousel-container .carousel-content .new-btn {
  gap: 20px !important;
  row-gap: 15px !important;
  margin-bottom: 8rem;
}

.wp-img-heart {
  position: relative;
}
.wp-img-heart img {
  position: absolute;
  -webkit-transform: translate(15em, -110px);
       -o-transform: translate(15em, -110px);
          transform: translate(15em, -110px);
  width: 36px;
}
@media only screen and (max-width: 377px) {
  .wp-img-heart img {
    -webkit-transform: translate(14em, -109px);
         -o-transform: translate(14em, -109px);
            transform: translate(14em, -109px);
  }
}

.wp-meuilleur-ventes,
.wp-produits-vendus,
.wp-title-arrive {
  padding: 0 2rem;
  font-family: "Lucida", sans-serif;
}

.wp-meuilleur-ventes,
.wp-produits-vendus {
  padding: 30px 0;
  margin: 0 !important;
}
.wp-meuilleur-ventes ul,
.wp-produits-vendus ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 1437px) {
  .wp-meuilleur-ventes ul,
  .wp-produits-vendus ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.wp-meuilleur-ventes ul li,
.wp-produits-vendus ul li {
  width: 100% !important;
  width: 100%;
  max-width: 100% !important;
}
.wp-meuilleur-ventes ul li .button,
.wp-produits-vendus ul li .button {
  padding: 0 10px !important;
}
@media only screen and (max-width: 990px) {
  .wp-meuilleur-ventes ul,
  .wp-produits-vendus ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-meuilleur-ventes ul li,
  .wp-produits-vendus ul li {
    width: 100% !important;
  }
  .wp-meuilleur-ventes ul li .yith-wcwl-add-button,
  .wp-produits-vendus ul li .yith-wcwl-add-button {
    -webkit-transform: translate(-11px, -5px);
         -o-transform: translate(-11px, -5px);
            transform: translate(-11px, -5px);
  }
}

h2.wp-title-arrive em {
  left: 11.7rem !important;
  bottom: -20px !important;
}
@media only screen and (max-width: 424px) {
  h2.wp-title-arrive em {
    -webkit-transform: translate(-69px, 5px) !important;
         -o-transform: translate(-69px, 5px) !important;
            transform: translate(-69px, 5px) !important;
  }
}

h2.wp-block-heading em {
  color: #cb1517;
  text-transform: initial;
  font-style: normal;
  font-family: "Magnolia Script", cursive;
  position: absolute;
  display: block;
  bottom: 10px;
  left: 12.7rem;
  font-size: 25px;
  letter-spacing: 0.35px;
}

.wp-text-tendance {
  color: black;
  font-size: 16px !important;
  font-family: "Mulish Regular";
}

.wp-tags {
  padding-top: 60px;
}
.wp-tags a {
  padding: 7px 13px;
  height: 0;
  border-radius: 0px;
  background: none;
  border: 1px solid black;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px;
  min-height: 33px;
  color: #1d1d1b;
  margin-bottom: 10px;
}

.wp-col-citation {
  display: grid !important;
  grid-template-columns: 10% 80% 10%;
}
.wp-col-citation + p {
  padding-top: 20px;
}
.wp-col-citation .wp-guillemet-top {
  position: absolute;
}
.wp-col-citation .wp-guillemet-top img {
  position: relative;
  top: -3rem;
  -webkit-transform: rotate(25deg);
       -o-transform: rotate(25deg);
          transform: rotate(25deg);
}
.wp-col-citation .wp-guillemet-bottom {
  position: absolute;
}
.wp-col-citation .wp-guillemet-bottom img {
  position: relative;
  top: 20px;
  right: 2rem;
  -webkit-transform: rotate(25deg);
       -o-transform: rotate(25deg);
          transform: rotate(25deg);
}

.wp-section-agent-paper .wp-block-button {
  margin-left: 0;
}
@media only screen and (max-width: 990px) {
  .wp-section-agent-paper {
    display: grid !important;
  }
}

.wp-block-columns .wp-section-agent-paper {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
  width: 110%;
  max-width: 110%;
}
.wp-block-columns .wp-block-column {
  position: relative;
}
.wp-block-columns .wp-block-column h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.4;
}
.wp-block-columns .wp-block-column h3 {
  color: #cb1517;
  text-transform: initial;
  font-style: normal;
  font-family: "Magnolia Script", cursive;
  display: block;
  font-size: 25px;
  letter-spacing: 1.75px;
  margin: 0;
  padding-left: 2.7rem;
  -webkit-transform: translateY(-23px);
       -o-transform: translateY(-23px);
          transform: translateY(-23px);
}
.wp-block-columns .col-left-cust figure {
  text-align: center;
}
.wp-block-columns .col-left-cust figure img {
  position: relative;
  bottom: -3rem;
  z-index: 2;
}
.wp-block-columns .col-left-cust figure.etiquette-top {
  position: absolute;
}
.wp-block-columns .col-left-cust figure.etiquette-top img {
  position: relative;
  bottom: 0rem;
  left: 3rem;
  z-index: 3;
}
.wp-block-columns .col-left-cust figure.etiquette-bottom {
  position: absolute;
}
.wp-block-columns .col-left-cust figure.etiquette-bottom img {
  position: relative;
  bottom: -26rem;
  left: 28rem;
  z-index: 3;
}
@media only screen and (min-width: 991px) {
  .wp-block-columns .col-left-cust {
    -webkit-transform: translate(6rem, 10px);
         -o-transform: translate(6rem, 10px);
            transform: translate(6rem, 10px);
    z-index: 2;
  }
}
.wp-block-columns .col-right-cust {
  background: #f7f7f7;
  padding: 38px 50px 45px 94px;
}
@media only screen and (min-width: 991px) {
  .wp-block-columns .col-right-cust {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 1;
  }
}
.wp-block-columns .col-right-cust p {
  font-size: 14px;
}
.wp-block-columns .col-right-cust .wp-citation-1 {
  color: #2b64ad;
  padding: 0 0;
  text-align: left;
  font: italic normal normal 16px/23px Lucida Sans;
  letter-spacing: 0.32px;
  color: #3b64ad;
}
.wp-block-columns .col-right-cust .wp-block-quote.wp-citation-1 {
  color: #78b5cf;
  padding: 0;
}
.wp-block-columns .col-right-cust .wp-block-quote.wp-citation-1 p {
  font-size: 16px;
  line-height: 1.4;
  font: italic normal normal 16px/23px Lucida Sans;
}
.wp-block-columns .col-right-cust .wp-block-quote.wp-citation-1 p:first-of-type {
  margin-top: 15px;
  margin-left: 0;
}
.wp-block-columns .col-right-cust .wp-block-quote.wp-citation-1 p:before {
  -webkit-transform: translate(33%, 0);
       -o-transform: translate(33%, 0);
          transform: translate(33%, 0);
}
.wp-block-columns .col-right-cust .wp-block-quote.wp-citation-1 p:after {
  -webkit-transform: translate(-25%, -25%);
       -o-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}
.wp-block-columns .col-right-cust .wp-block-button__link {
  padding: 0 18px !important;
  height: 0;
  border-radius: 0px;
  background: none;
  border: 1px solid black;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  min-height: 36px;
  margin-top: 0.5em;
  font-family: "Mulish Regular";
}
.wp-block-columns .col-right-cust .wp-block-button__link:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1D1D1B;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 990px) {
  .wp-block-columns .col-right-cust {
    padding: 21rem 50px 45px 140px;
    position: relative;
    -webkit-transform: translate(10px, 0);
         -o-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns .col-right-cust {
    padding: 15rem 50px 45px;
    -webkit-transform: translate(10px, 0) !important;
         -o-transform: translate(10px, 0) !important;
            transform: translate(10px, 0) !important;
  }
}
.wp-block-columns .wp-deco-block {
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-columns .wp-deco-block .deco-1 {
  height: 100%;
  width: 33.5%;
  background-color: #107bad;
}
.wp-block-columns .wp-deco-block .deco-2 {
  height: 100%;
  width: 33.5%;
  background-color: #fff;
}
.wp-block-columns .wp-deco-block .deco-3 {
  height: 100%;
  width: 33.5%;
  background-color: #e94f30;
}

@media (min-width: 1440px) {
  body > main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dots {
    position: relative;
    bottom: 10rem;
    left: -13.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) and (min-width: 1964px) {
  .dots {
    left: -19.5rem !important;
  }
}
@media (min-width: 1440px) {
  .dot {
    position: relative;
    width: 50px;
    height: 3px;
    background-color: #6aa088;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    cursor: pointer;
  }
  .wp-section-agent-paper {
    margin-top: 2rem;
    margin-bottom: 5rem !important;
  }
  .carousel-container {
    position: relative;
    display: grid !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    grid-template: "image content" 1fr/1fr auto;
    gap: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
  .carousel-container .image-carousel {
    grid-area: image;
    width: 110%;
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (min-width: 1440px) and (min-width: 1964px) {
  .carousel-container .image-carousel {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .carousel-container .carousel-content {
    grid-area: content;
    background-color: #297753;
    padding-left: 8rem;
    padding-right: 4rem;
    color: #fff;
    padding-bottom: 20%;
    padding-top: 130px;
    width: 700px;
    max-width: 800px;
  }
}
@media only screen and (min-width: 1440px) and (min-width: 1964px) {
  .carousel-container .carousel-content {
    padding-left: 5rem;
  }
}
.wp-produits-vendus em {
  left: 9.3rem !important;
}
@media only screen and (max-width: 377px) {
  .wp-produits-vendus em {
    -webkit-transform: translate(-38px, 10px);
         -o-transform: translate(-38px, 10px);
            transform: translate(-38px, 10px);
  }
}

.wp-tendances {
  position: relative;
}
.wp-tendances .action-carousel-blog {
  position: absolute;
  top: 34%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-tendances .action-carousel-blog button {
  border-radius: 0 !important;
  border: 1px solid #969494;
  background: white;
  padding: 0 13px;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
}
.wp-tendances .action-carousel-blog button:hover {
  background-color: #BB8E40;
  cursor: pointer;
}

.wp-block-product-best-sellers div.star-rating,
.wp-produits-vendus div.star-rating {
  margin: 0px auto 18px !important;
  color: #cacaca !important;
  position: relative !important;
  top: -27px !important;
}
.wp-block-product-best-sellers div.star-rating .rating-cust,
.wp-produits-vendus div.star-rating .rating-cust {
  margin-bottom: 0 !important;
}
.wp-block-product-best-sellers a.button.product_type_simple.add_to_cart_button,
.wp-produits-vendus a.button.product_type_simple.add_to_cart_button {
  position: relative;
  top: -43px;
  line-height: 1.4;
  width: 100%;
}

.wp-img-heart.wp-img-heart_ img {
  position: absolute;
  -webkit-transform: translate(17em, -77px);
       -o-transform: translate(17em, -77px);
          transform: translate(17em, -77px);
  width: 36px;
}
@media only screen and (max-width: 424px) {
  .wp-img-heart.wp-img-heart_ img {
    -webkit-transform: translate(14em, -90px);
         -o-transform: translate(14em, -90px);
            transform: translate(14em, -90px);
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  bottom: 45px;
}
.slick-dots li {
  width: 20px !important;
}
.slick-dots li button::before {
  font-size: 15px;
}

.slick-carousel-blog {
  max-width: var(--wp--style--global--content-size);
  margin: auto;
}
.slick-carousel-blog li h2.wp-block-post-title {
  font-size: 20px !important;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.slick-carousel-blog li .wp-block-post-excerpt__excerpt {
  font-size: 14px;
}
.slick-carousel-blog li .wp-block-post-excerpt__more-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #1D1D1B;
  margin-bottom: 60px;
  position: relative;
  content: "";
  top: 50%;
  opacity: 1;
  left: 54px;
}
.slick-carousel-blog li .wp-block-post-excerpt__more-link:hover {
  color: #BB8E40;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.slick-carousel-blog li .wp-block-post-excerpt__more-link::before {
  content: "";
  position: absolute;
  top: 50%;
  opacity: 1;
  width: 36px;
  height: 2px;
  left: -34px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1D1D1B;
}
.slick-carousel-blog li .wp-block-post-excerpt__more-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
       -o-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  width: 18px;
  height: 18px;
  border-left: 2px solid #1D1D1B;
  border-bottom: 2px solid #1D1D1B;
}
@media only screen and (max-width: 1023px) {
  .slick-carousel-blog .slick-slide {
    min-height: 80vh;
  }
  .slick-carousel-blog .slick-slide > div {
    min-height: 80vh;
  }
  .slick-carousel-blog .slick-slide > div li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.slick-prev,
.slick-next {
  display: none;
  margin-top: 0 !important;
  top: 24%;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  background: #fff;
  border: 1px solid #1D1D1B;
  border-radius: 0px;
  width: 64px;
  z-index: 1;
}
.slick-prev::before, .slick-prev::after,
.slick-next::before,
.slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  opacity: 1;
}
.slick-prev:hover,
.slick-next:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #1D1D1B;
}

.slick-prev {
  left: -7px;
}
.slick-prev::before {
  left: 26px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 13px;
  height: 13px;
  border-left: 1px solid #1D1D1B;
  border-bottom: 1px solid #1D1D1B;
}
.slick-prev::after {
  width: 24px;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1D1D1B;
}
.slick-prev:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.slick-prev:hover::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.slick-prev:hover::after {
  background-color: #fff;
}

.slick-next {
  right: -10px;
}
.slick-next::after {
  right: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
       -o-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  width: 13px;
  height: 13px;
  border-left: 1px solid #1D1D1B;
  border-bottom: 1px solid #1D1D1B;
}
.slick-next::before {
  width: 24px;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1D1D1B;
}
.slick-next:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.slick-next:hover::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.slick-next:hover::before {
  background-color: #fff;
}

.wp-block-group .is-nowrap .is-layout-flex .wp-block-group-is-layout-flex {
  margin: 0 0 1rem 0 !important;
}
@media only screen and (max-height: 559px) {
  .wp-block-group .is-nowrap .is-layout-flex .wp-block-group-is-layout-flex {
    margin: 0 0 0.4rem 0 !important;
  }
}

.home-carousel {
  position: relative;
}
.home-carousel .flick-elem {
  min-height: calc(100vh - 190px);
  max-height: calc(100vh - 190px);
  height: calc(100vh - 190px);
  display: grid;
  grid-template: "figure color" auto ". color" 1fr/auto 1fr;
}
@media only screen and (max-height: 804px) {
  .home-carousel .flick-elem .bg-color p:not(.dots-receiver) {
    padding-right: 0;
    line-height: 1;
    letter-spacing: initial;
  }
}
@media only screen and (min-width: 1680px) {
  .home-carousel .flick-elem {
    grid-template: "figure color" auto ". color" 1fr/auto 2fr;
  }
}
@media only screen and (max-width: 1299px) {
  .home-carousel .flick-elem {
    position: relative;
    grid-template: "figure" 100%/100%;
  }
  .home-carousel .flick-elem .bg-color {
    position: absolute;
    z-index: 3;
    max-width: 500px;
    right: -120px;
    left: auto;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 7%;
  }
  .home-carousel .flick-elem .bg-color.bg-green {
    background-color: rgba(41, 119, 84, 0.9);
  }
  .home-carousel .flick-elem .bg-color.bg-orange {
    background-color: rgba(233, 79, 48, 0.9);
  }
  .home-carousel .flick-elem .bg-color.bg-gold {
    background-color: rgba(187, 142, 64, 0.9);
  }
}
@media only screen and (max-width: 1299px) and (max-height: 819px) {
  .home-carousel .flick-elem .bg-color {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 1299px) and (max-height: 704px) {
  .home-carousel .flick-elem .bg-color {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 1299px) and (max-height: 849px) {
  .home-carousel .flick-elem .bg-color {
    gap: 12px;
  }
  .home-carousel .flick-elem .bg-color p:not(.dots-receiver) {
    font-size: 18px;
  }
  .home-carousel .flick-elem .bg-color .wp-block-group {
    margin-bottom: 0 !important;
  }
  .home-carousel .flick-elem .bg-color .wp-block-buttons {
    gap: 5px;
    margin-bottom: 0;
  }
  .home-carousel .flick-elem .bg-color .wp-block-buttons .wp-block-button {
    margin: 0;
  }
}
@media only screen and (max-width: 1299px) {
  .home-carousel .flick-elem figure {
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .home-carousel .flick-elem figure img,
  .home-carousel .flick-elem figure picture {
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: initial;
    min-width: 100%;
    max-height: initial;
    min-height: 100%;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 929px) {
  .home-carousel .flick-elem {
    background-color: #297754;
    gap: 0;
    grid-template: "figure" 1fr "color" auto/1fr;
  }
  .home-carousel .flick-elem:has(.bg-vert) {
    background-color: #297754;
  }
  .home-carousel .flick-elem:has(.bg-orange) {
    background-color: #e94f30;
  }
  .home-carousel .flick-elem:has(.bg-gold) {
    background-color: #BB8E40;
  }
  .home-carousel .flick-elem .bg-color {
    padding-top: 5px !important;
    max-width: 100%;
    width: 100%;
    background-color: rgba(41, 119, 84, 0.8);
    position: relative;
    padding-top: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 929px) and (max-height: 569px) {
  .home-carousel .flick-elem .bg-color {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 929px) {
  .home-carousel .flick-elem .bg-color.bg-gold {
    background-color: rgba(187, 142, 64, 0.8);
  }
  .home-carousel .flick-elem .bg-color.bg-orange {
    background-color: rgba(233, 79, 48, 0.8);
  }
}
@media only screen and (max-width: 929px) and (max-height: 569px) {
  .home-carousel .flick-elem .bg-color .wp-block-buttons:first-child {
    display: none;
  }
  .home-carousel .flick-elem .bg-color h2 {
    font-size: 21px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-carousel .flick-elem .bg-color p {
    margin: 0;
  }
  .home-carousel .flick-elem .bg-color p + p {
    margin-top: 5px;
  }
  .home-carousel .flick-elem .bg-color p:not(.dots-receiver) {
    font-size: 16px;
    line-height: 1;
  }
}
@media only screen and (max-width: 929px) and (max-height: 699px) {
  .home-carousel .flick-elem .bg-color > p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 929px) {
  .home-carousel .flick-elem .bg-color > p + .wp-block-buttons {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 929px) and (max-height: 699px) {
  .home-carousel .flick-elem .bg-color > p + .wp-block-buttons {
    padding-top: 0;
  }
}
@media only screen and (max-width: 929px) {
  .home-carousel .flick-elem figure {
    max-height: 50vh;
    min-height: 25vh;
    opacity: 1;
  }
}
@media only screen and (max-width: 929px) and (max-height: 569px) {
  .home-carousel .flick-elem figure {
    min-height: 12vh;
  }
}
@media only screen and (max-width: 461px) {
  .home-carousel .flick-elem .bg-color .wp-block-buttons.is-layout-flex {
    gap: 0.7rem !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-carousel .flick-elem .bg-color .wp-block-buttons.is-layout-flex .wp-block-button {
    margin: 0;
  }
}
.home-carousel .flick-elem figure {
  grid-area: figure;
  z-index: 2;
}
.home-carousel .flick-elem figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-height: 804px) {
  .home-carousel .flick-elem figure img {
    max-height: calc(100vh - 190px - 25px);
    width: auto !important;
  }
}
.home-carousel:not(.slick-initialized) .flick-elem:not(:first-of-type) {
  display: none;
}
.home-carousel .bg-color {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  grid-area: color;
  padding-right: 2rem;
  padding-top: 3rem;
  width: calc(100% + 120px);
  -webkit-transform: translateX(-120px);
       -o-transform: translateX(-120px);
          transform: translateX(-120px);
  padding-left: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-height: 729px) {
  .home-carousel .bg-color {
    gap: 5px;
  }
}
@media only screen and (max-height: 624px) {
  .home-carousel .bg-color {
    padding-top: 1rem;
    gap: 3px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-height: 559px) {
  .home-carousel .bg-color .wp-block-group .is-nowrap .is-layout-flex .wp-block-group-is-layout-flex {
    margin-bottom: 0.4rem !important;
  }
}
.home-carousel .bg-color .dots-receiver {
  font-size: 0;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-height: 624px) {
  .home-carousel .bg-color .dots-receiver {
    max-height: 50px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 929px) {
  .home-carousel .bg-color .dots-receiver {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-carousel .bg-color .dots-receiver .slick-dots {
  position: relative;
  bottom: auto;
  left: 0;
  max-width: 300px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  list-style: inside none;
}
@media only screen and (max-width: 929px) {
  .home-carousel .bg-color .dots-receiver .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-carousel .bg-color .dots-receiver .slick-dots li::marker {
  display: none;
  opacity: 0;
}
.home-carousel .bg-color .dots-receiver .slick-dots li button {
  padding: 0;
}
.home-carousel .bg-color .dots-receiver .slick-dots li button:before {
  display: none;
}
.home-carousel .bg-color .dots-receiver .slick-dots li.slick-active button {
  background-color: #e94f30;
}
.home-carousel .bg-color .wp-block-buttons .wp-block-button:not(.arrowed) .wp-block-button__link:hover {
  color: #fff;
}
.home-carousel .bg-color .wp-block-buttons .wp-block-button:first-of-type {
  margin-left: 0;
}
.home-carousel .bg-color h2 {
  font-size: 29px;
  letter-spacing: 1.05px;
  font-weight: normal;
  padding-bottom: 11px;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-height: 559px) {
  .home-carousel .bg-color h2 {
    margin: 0;
  }
}
.home-carousel .bg-color > p {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.33px;
  margin: 0 0 1rem 0;
  padding: 0 12rem 0 0;
}
@media only screen and (max-width: 1299px) {
  .home-carousel .bg-color > p {
    padding: 0 2rem 0 0;
  }
}
@media only screen and (max-height: 559px) {
  .home-carousel .bg-color > p {
    font-size: 17px;
    padding: 0;
  }
}
.home-carousel .bg-color > h2 {
  text-transform: uppercase;
}
.home-carousel .bg-color > h2,
.home-carousel .bg-color > p {
  color: #fff;
  font-family: Mulish, sans-serif;
}
.home-carousel .bg-orange .dots-receiver .slick-dots li.slick-active button {
  background-color: #297754;
}
.home-carousel .slick-list {
  padding: 0 !important;
  max-width: 100vw;
}
.home-carousel .slick-slide {
  min-height: calc(100vh - 190px);
  max-height: calc(100vh - 190px);
  height: calc(100vh - 190px);
  max-width: 100vw;
}
.home-carousel .slick-slide[data-slick-index="1"] .slick-dots li:nth-of-type(2) {
  opacity: 1;
}
.home-carousel .slick-slide[data-slick-index="1"] .slick-dots li:nth-of-type(2) button {
  background-color: #e94f30;
}
.home-carousel .slick-slide[data-slick-index="2"] .slick-dots li:nth-of-type(3) {
  opacity: 1;
}
.home-carousel .slick-slide[data-slick-index="2"] .slick-dots li:nth-of-type(3) button {
  background-color: #e94f30;
}
.home-carousel .slick-slide[data-slick-index="3"] .slick-dots li:nth-of-type(4) {
  opacity: 1;
}
.home-carousel .slick-slide[data-slick-index="3"] .slick-dots li:nth-of-type(4) button {
  background-color: #e94f30;
}
.home-carousel .slick-slide .bg-orange[data-slick-index="1"] .slick-dots li:nth-of-type(2) button {
  background-color: #297754;
}
.home-carousel .slick-slide .bg-orange[data-slick-index="2"] .slick-dots li:nth-of-type(3) button {
  background-color: #297754;
}
.home-carousel .slick-slide .bg-orange[data-slick-index="3"] .slick-dots li:nth-of-type(4) button {
  background-color: #297754;
}
@media only screen and (max-width: 1299px) {
  .home-carousel .slick-slide:has(.bg-vert) {
    background-color: #297754;
  }
  .home-carousel .slick-slide:has(.bg-orange) {
    background-color: #e94f30;
  }
  .home-carousel .slick-slide:has(.bg-gold) {
    background-color: #BB8E40;
  }
}
.home-carousel .slick-slide .flick-elem {
  display: grid !important;
}
.home-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: calc(100vh - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

li .wc-block-grid__product .add-to-wishlist-before_image {
  padding: 0 !important;
}

.home-blog {
  opacity: 1;
}
.home-blog .wp-block-post {
  opacity: 1;
}
.home-blog .wp-block-post figure {
  aspect-ratio: 364/242;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
