.opal-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp;
}

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.opal-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown;
}

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.opal-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft;
}

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.opal-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight;
}

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.opal-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp;
}

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.opal-flip {
  animation-name: opalFlip;
  -moz-animation-name: opalFlip;
  -webkit-animation-name: opalFlip;
}

@-webkit-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.opal-helix {
  animation-name: opalHelix;
  -moz-animation-name: opalHelix;
  -webkit-animation-name: opalHelix;
}

@-webkit-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -ms-animation: rotate 12s linear infinite;
  -o-animation: rotate 12s linear infinite;
  -moz-animation: rotate 12s linear infinite;
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}

@-webkit-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.opal-am-popup {
  animation: opalPopup;
  -moz-animation-name: opalPopup;
  -webkit-animation-name: opalPopup;
}

@-webkit-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.elementor-brand-item .elementor-brand-image {
  display: block;
  width: 100%;
  font-size: 0;
  transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image img {
  margin: 0 auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.elementor-brand-item .elementor-brand-image svg path {
  transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  /* IE6-9 */
  zoom: 1;
  /* needed to trigger "hasLayout" in IE if no width or height is set */
  -webkit-filter: grayscale(0%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.elementor-brand-wrapper .row {
  justify-content: center;
}
.elementor-brand-wrapper a {
  display: block;
}
.elementor-brand-wrapper img {
  transition: all ease 0.3s;
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}

.naturis-brand-border-yes .elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  padding: 30px !important;
}
@media (min-width: 1024px) {
  .naturis-brand-border-yes [data-elementor-columns="1"] .elementor-brand-item:nth-child(1n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns="1"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .naturis-brand-border-yes [data-elementor-columns-tablet="1"] .elementor-brand-item:nth-child(1n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="1"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .naturis-brand-border-yes [data-elementor-columns-mobile="1"] .elementor-brand-item:nth-child(1n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="1"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .naturis-brand-border-yes [data-elementor-columns="2"] .elementor-brand-item:nth-child(2n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns="2"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns="2"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .naturis-brand-border-yes [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(2n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .naturis-brand-border-yes [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(2n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .naturis-brand-border-yes [data-elementor-columns="3"] .elementor-brand-item:nth-child(3n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns="3"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns="3"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns="3"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .naturis-brand-border-yes [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(3n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .naturis-brand-border-yes [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(3n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .naturis-brand-border-yes [data-elementor-columns="4"] .elementor-brand-item:nth-child(4n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns="4"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns="4"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns="4"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns="4"] .elementor-brand-item:nth-child(4) {
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .naturis-brand-border-yes [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(4n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(4) {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .naturis-brand-border-yes [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(4n) {
    border-right: 0;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .naturis-brand-border-yes [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(4) {
    border-top: none;
  }
}

.elementor-widget-naturis-brand .naturis-carousel .column-item {
  margin-bottom: 0 !important;
}
.elementor-widget-naturis-brand .naturis-carousel .slick-track {
  display: flex !important;
  align-items: center;
}

.elementor-widget-woocommerce-breadcrumb .naturis-woocommerce-title {
  font-weight: 300;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb + .naturis-woocommerce-title {
  margin-top: 20px;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: var(--accent);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
  color: var(--text);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a:hover {
  text-decoration: underline !important;
  color: white;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb .icon {
  margin: 0 7px;
}

.hidden-naturis-title-yes .naturis-woocommerce-title {
  display: none;
}

.single-product .hidden-naturis-title-single-yes .naturis-woocommerce-title, .single-post .hidden-naturis-title-single-yes .naturis-woocommerce-title {
  display: none;
}

.woocommerce-breadcrumb-hidden-yes .woocommerce-breadcrumb {
  display: none;
}

.elementor-widget-naturis-banner:hover .elementor-cta__bg {
  transform: translateY(-4%);
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}
.elementor-widget-naturis-banner .elementor-cta__bg-overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}
.elementor-widget-naturis-banner .elementor-cta__content {
  position: relative;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}
.elementor-widget-naturis-banner .elementor-cta__content .elementor-cta__subtitle {
  transition: all 0s ease;
}
.elementor-widget-naturis-banner .elementor-cta__content .elementor-cta__subtitle span {
  transition: all 0.3s ease;
}
.elementor-widget-naturis-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-naturis-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-naturis-banner.content-stretch-yes .elementor-naturis-banner {
  height: 100%;
}
.elementor-widget-naturis-banner .elementor-button-custom {
  border: 1px solid;
  border-color: white;
  background-color: white;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 16/12;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 10px 30px;
}
.elementor-widget-naturis-banner .elementor-button-custom i {
  font-size: 16px;
  transition: transform 0.3s ease;
  margin-left: 5px;
  margin-bottom: 3px;
}
.elementor-widget-naturis-banner .elementor-button-custom:hover {
  color: White;
  border-color: var(--secondary);
  background-color: var(--secondary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-banner .elementor-cta__content-item:not(:last-child) {
  margin-bottom: 0;
}
.elementor-widget-naturis-banner:hover .elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
  height: 60px;
}
.elementor-widget-naturis-banner.graphic-image-effect-yes .elementor-cta__image {
  position: absolute;
  right: 0;
  top: 30px;
  width: 50%;
}
.elementor-widget-naturis-banner.graphic-image-effect-yes .elementor-cta__image > img {
  position: absolute;
  z-index: -1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-banner.graphic-image-effect-yes .image-behind img {
  position: relative;
  top: 15px;
  right: 25px;
}
.elementor-widget-naturis-banner.graphic-image-effect-yes:hover .elementor-cta__image > img {
  transform: scale(1.1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
  height: 0;
  overflow: hidden;
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 30px);
  height: auto;
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  transform: translateX(-29px);
}

.elementor-bg-transform-move-right-custom .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  transform: translateX(-29px);
  height: 100%;
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.elementor-bg-transform-zoom-in .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  transform: translateX(-29px);
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #f7f7f7;
}

.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
  color: #55595c;
  border-color: #55595c;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: #55595c;
  border-color: #55595c;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 280px;
}

.elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
  color: #fff;
  border-color: #fff;
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button {
  color: white;
  border-color: white;
}

.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elementor-cta__bg {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  height: 110%;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}

.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}

.elementor-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}

.elementor-cta__button.elementor-button {
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px white;
  background: transparent;
}

.elementor-cta__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}

.elementor-cta__title {
  font-size: 23px;
}

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 35px;
  width: 100%;
}

.elementor-cta__content, .elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}

.elementor-cta__content-item:not(:last-child) {
  margin-bottom: 15px;
}

.elementor-cta__content-item .elementor-icon {
  color: #fff;
}

.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
@media (min-width: 1025px) {
  .elementor-cta--desktop-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--desktop-layout-image-left .elementor-cta, .elementor-cta--desktop-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }

  .elementor-cta--desktop-layout-image-left .elementor-cta__content, .elementor-cta--desktop-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .elementor-cta--desktop-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .elementor-cta--desktop-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .elementor-cta--tablet-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta, .elementor-cta--tablet-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta__content, .elementor-cta--tablet-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .elementor-cta--tablet-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .elementor-cta--mobile-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta, .elementor-cta--mobile-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta__content, .elementor-cta--mobile-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .elementor-cta--mobile-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.wpcf7-form {
  margin: 0;
}
.wpcf7-form label {
  color: var(--text);
  display: block;
  margin: 0;
}
.wpcf7-form .row-inline {
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 567px) {
  .wpcf7-form .row-inline {
    display: block;
  }
}
.wpcf7-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.wpcf7-form .column_item_1 {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.wpcf7-form .column_item_1 input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 17px 23px;
}
.wpcf7-form .column_item_2 {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.wpcf7-form .column_item_2 input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 17px 23px;
}
.wpcf7-form .column_item_3 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.wpcf7-form .column_item_3 input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 17px 23px;
}
.wpcf7-form p {
  margin: 0 0 30px;
  border-radius: 0px;
}
.wpcf7-form textarea {
  border-radius: 0px;
  resize: none;
  color: var(--text);
  background-color: var(--background-input);
  text-transform: none;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  padding: 17px 27px;
}
.wpcf7-form .form-button {
  text-align: center;
}
.wpcf7-form .form-button button, .wpcf7-form .form-button input[type=button], .wpcf7-form .form-button input[type=reset], .wpcf7-form .form-button input[type=submit], .wpcf7-form .form-button .button {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 0px;
  text-decoration: none;
  letter-spacing: 0.07em;
  line-height: 24px;
  border: none;
  color: #ffffff;
  background-color: var(--primary);
  font-family: var(--e-global-typography-heading_sub-font-family);
  text-transform: uppercase;
}
.wpcf7-form .form-button button:hover, .wpcf7-form .form-button input[type=button]:hover, .wpcf7-form .form-button input[type=reset]:hover, .wpcf7-form .form-button input[type=submit]:hover, .wpcf7-form .form-button .button:hover {
  color: var(--background);
  border-color: var(--primary-color);
  background-color: var(--primary_hover);
  font-weight: 500;
  transition: all 0.3s ease;
}
.wpcf7-form .form-button .wpcf7-spinner {
  position: absolute;
}

.wpcf7-form {
  margin: 0;
}
.wpcf7-form label {
  color: var(--text);
  display: block;
  margin: 0;
}
.wpcf7-form .row-inline {
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 567px) {
  .wpcf7-form .row-inline {
    display: block;
  }
}
.wpcf7-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.wpcf7-form .column_item_1_2 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.wpcf7-form .column_item_1_2 input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 17px 23px;
}
.wpcf7-form .column_item_2_2 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.wpcf7-form .column_item_2_2 input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 17px 23px;
}
.wpcf7-form .column_item_3_2 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.wpcf7-form .column_item_3_2 input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 17px 23px;
}
.wpcf7-form p {
  margin: 0 0 20px;
}
.wpcf7-form textarea {
  border-radius: 0px;
  resize: none;
  color: var(--text);
  background-color: var(--background-input);
  text-transform: none;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  padding: 17px 23px;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 10px;
}
.wpcf7-form .form-button {
  text-align: center;
}
.wpcf7-form .form-button button, .wpcf7-form .form-button input[type=button], .wpcf7-form .form-button input[type=reset], .wpcf7-form .form-button input[type=submit], .wpcf7-form .form-button .button {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 0px;
  text-decoration: none;
  letter-spacing: 0.07em;
  line-height: 24px;
  border: none;
  color: #ffffff;
  background-color: var(--primary);
  font-family: var(--e-global-typography-heading_sub-font-family);
  text-transform: uppercase;
}
.wpcf7-form .form-button button:hover, .wpcf7-form .form-button input[type=button]:hover, .wpcf7-form .form-button input[type=reset]:hover, .wpcf7-form .form-button input[type=submit]:hover, .wpcf7-form .form-button .button:hover {
  color: var(--background);
  border-color: var(--primary-color);
  background-color: var(--primary_hover);
  font-weight: 500;
  transition: all 0.3s ease;
}
.wpcf7-form .form-button .wpcf7-spinner {
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 30px;
}

.elementor-widget-naturis-countdown .elementor-naturis-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-naturis-countdown .elementor-countdown-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 40px;
}
.elementor-widget-naturis-countdown .elementor-countdown-item:last-child {
  margin-right: 0;
}
.elementor-widget-naturis-countdown .elementor-countdown-item:last-child:before {
  content: none;
}
.elementor-widget-naturis-countdown .elementor-countdown-item:before {
  content: ":";
  display: inline-block;
  position: absolute;
  right: -25px;
  font-size: 28px;
  font-weight: 500;
  top: 45%;
  transform: translateY(-50%);
  color: var(--accent);
}
.elementor-widget-naturis-countdown .elementor-countdown-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--accent);
}
.elementor-widget-naturis-countdown .elementor-countdown-digits {
  font-weight: 300;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}

.elementor-header-group-wrapper .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
  margin-left: 30px;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
  margin-left: 0;
}
.elementor-header-group-wrapper .header-group-action > div:last-child {
  margin-right: 0;
}
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
  display: none;
}
@media (min-width: 1025px) {
  .elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
    display: block;
  }
}
.elementor-header-group-wrapper .site-header-account a .account-content {
  display: none;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.elementor-header-group-wrapper .site-header-button .button-content i {
  margin-left: 5px;
  vertical-align: sub;
  font-size: 12px;
}
.elementor-header-group-wrapper .site-header-button .button-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.elementor-header-group-wrapper .site-header-button .button-content > span {
  display: inline-block;
  height: 1px;
  width: 20px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
  background-color: var(--accent);
}
.elementor-header-group-wrapper .site-header-button .button-content .icon-2 {
  width: 15px;
}
.elementor-header-group-wrapper .site-header-button .button-content .icon-3 {
  margin-bottom: 0;
}
.elementor-header-group-wrapper .site-header-button .button-content:hover > span {
  background-color: var(--primary);
}
.elementor-header-group-wrapper .site-header-button .button-content:hover .icon-2 {
  width: 20px;
}

.header-button-canvas {
  display: flex;
  flex-direction: column;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  padding: 0 30px;
  background-color: #2F3336;
  transition: transform 0.25s ease;
  z-index: 99999999;
  transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
  .header-button-canvas {
    width: 400px;
    padding: 0 40px;
    transform: translate3d(400px, 0, 0);
  }
}

.button-side-heading {
  text-align: right;
  padding: 20px 0;
}
.button-side-heading .close-button-side {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
}
.button-side-heading .close-button-side i:before {
  color: var(--light);
}
.button-side-heading .close-button-side:hover {
  border-color: var(--primary);
}
.button-side-heading .close-button-side:hover i {
  color: var(--primary);
}

.button-side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.header-button-canvas.active {
  transform: none;
  z-index: 999999999;
}

.header-button-canvas.active + .button-side-overlay {
  visibility: visible;
  opacity: 1;
}

.elementor-widget-xocora-image-carousel img + img {
  margin-top: 30px;
}
.elementor-widget-xocora-image-carousel .image-wrapper {
  overflow: hidden;
}
.elementor-widget-xocora-image-carousel .image-wrapper .image-carousel {
  width: 100%;
}

.elementor-widget-opal-image-gallery .grid__item a {
  display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
  display: block;
}

.elementor-widget-naturis-image-gallery ul {
  margin: 0 0 65px 0;
}
.elementor-widget-naturis-image-gallery .column-item {
  padding-bottom: 30px;
}
.elementor-widget-naturis-image-gallery .column-item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-widget-naturis-image-gallery .column-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(245, 238, 233, 0.5);
  transition: all 0.5s ease-out;
}
.elementor-widget-naturis-image-gallery .column-item a:after {
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  opacity: 0;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(-50%, calc(-50% + 10px));
}
.elementor-widget-naturis-image-gallery .column-item a:hover:before {
  opacity: 1;
}
.elementor-widget-naturis-image-gallery .column-item a:hover:after {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.2s;
}
.elementor-widget-naturis-image-gallery .column-item img {
  display: block;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-image-gallery .elementor-galerry__filter {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 7px 21px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 5px;
  color: var(--text);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-image-gallery .elementor-galerry__filter .count {
  display: none;
  font-size: 14px;
  color: var(--accent);
  position: absolute;
  top: -10px;
}
.elementor-widget-naturis-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-naturis-image-gallery .elementor-galerry__filter:hover {
  color: var(--primary);
  background-color: rgba(244, 195, 64, 0.2);
}

.elementor-image-gallery {
  position: relative;
}

.elementor-editor-active .isotope-grid {
  height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
  pointer-events: none;
}

.elementor-galerry__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.elementor-filter-left .elementor-galerry__filters {
  justify-content: flex-start;
}

.elementor-filter-right .elementor-galerry__filters {
  justify-content: flex-end;
}

.elementor-widget-naturis-image-gallery .naturis-carousel .slick-list {
  overflow: visible;
}

.form-style .mc4wp-form {
  margin: 0;
}
.form-style .mc4wp-form .form-input {
  flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields {
  display: flex;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.form-style .mc4wp-form input[type=email] {
  line-height: 1.4285714286;
  padding: 1em 0;
  color: var(--light);
  font-size: 14px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--text);
  width: 100%;
}
.form-style .mc4wp-form input[type=email]:focus {
  border-color: var(--primary);
  transition: transform 0.3s ease;
}
.form-style .mc4wp-form button[type=submit].style-inline {
  background: transparent;
  padding: 0;
  position: absolute;
  right: -10px;
  border: none;
  top: 5px;
  width: 42px;
  height: 42px;
}
.form-style .mc4wp-form button[type=submit].style-inline i {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: var(--text);
  transform: translateX(0);
}
.form-style .mc4wp-form button[type=submit].style-inline:hover i {
  color: var(--primary_hover);
  transition: transform 0.3s ease;
}
.form-style .mc4wp-form button[type=submit].style-inline ::placeholder {
  font-size: 12px;
  color: var(--light);
  line-height: 1.4;
}
.form-style .mc4wp-form button[type=submit].style-block {
  display: none;
}
.form-style .mc4wp-form button[type=submit].style-block i {
  margin-left: 10px;
}
.form-style .mc4wp-alert.mc4wp-error {
  color: #e2401c;
}
.form-style .mc4wp-alert.mc4wp-success {
  color: #0f834d;
}
.form-style .mc4wp-alert a {
  color: var(--primary);
}
.form-style .mc4wp-alert a:hover {
  color: var(--primary_hover);
}

.elementor-widget-naturis-mailchmip.style-block-yes .mc4wp-form-fields {
  flex-wrap: wrap;
  row-gap: 30px;
}
.elementor-widget-naturis-mailchmip.style-block-yes .mc4wp-form-fields button[type=submit].style-inline {
  display: none;
}
.elementor-widget-naturis-mailchmip.style-block-yes .mc4wp-form-fields button[type=submit].style-block {
  display: inherit;
}

.elementor-canvas-menu-wrapper {
  display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  display: inline-flex;
  align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  position: unset !important;
  word-wrap: unset !important;
  margin: 0;
  height: unset;
  width: unset;
  clip: unset;
  overflow: unset;
  clip-path: unset;
  order: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--accent);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
  color: var(--primary);
}

.naturis-canvas-menu-layout-2.elementor-widget-naturis-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  display: none;
}
.naturis-canvas-menu-layout-2.elementor-widget-naturis-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .naturis-icon {
  margin-right: 0;
}

@media (min-width: 768px) {
  .elementor-nav-menu-wrapper .primary-navigation {
    display: block;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul {
    list-style: none;
    padding-left: 0;
    display: block;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul {
    left: 1.1em;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li.focus > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul li > ul li > ul.sub-menu {
    left: calc(100% + 70px);
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul li > ul li > ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: 80px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-stretchwidth {
    transition: left 0s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul.sub-menu li {
    display: block;
    min-width: 260px;
  }
  .elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-menu {
    top: calc(100%);
  }
}
[class*=post-style-].column-item {
  margin-bottom: 30px;
}
[class*=post-style-] .post-inner:hover .post-thumbnail img {
  transform: scale(1.2);
}
[class*=post-style-] .entry-title {
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
[class*=post-style-] .entry-title a {
  color: var(--primary);
}
[class*=post-style-] .entry-title a:hover {
  color: var(--primary_hover);
}
[class*=post-style-] .entry-meta {
  margin-bottom: 10px;
}
[class*=post-style-] .post-thumbnail {
  margin-bottom: 25px;
  overflow: hidden;
}
[class*=post-style-] .post-thumbnail img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  transition: all 0.3s ease;
}
[class*=post-style-] .entry-header {
  text-align: center;
}
[class*=post-style-] .entry-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .naturis-post-style-special-yes .row {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .naturis-post-style-special-yes .row .column-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .naturis-post-style-special-yes .row .column-item .post-thumbnail img {
    aspect-ratio: 3/2;
  }
  .naturis-post-style-special-yes .row .column-item:first-child, .naturis-post-style-special-yes .row .column-item:nth-child(2) {
    grid-row: 1/span 4;
  }
  .naturis-post-style-special-yes .row .column-item:nth-child(3).column-item, .naturis-post-style-special-yes .row .column-item:nth-child(4).column-item, .naturis-post-style-special-yes .row .column-item:nth-child(5).column-item, .naturis-post-style-special-yes .row .column-item:nth-child(6).column-item {
    height: fit-content;
  }
  .naturis-post-style-special-yes .row .column-item:nth-child(3) .post-inner, .naturis-post-style-special-yes .row .column-item:nth-child(4) .post-inner, .naturis-post-style-special-yes .row .column-item:nth-child(5) .post-inner, .naturis-post-style-special-yes .row .column-item:nth-child(6) .post-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
  .naturis-post-style-special-yes .row .column-item:nth-child(3) .post-inner .entry-content, .naturis-post-style-special-yes .row .column-item:nth-child(4) .post-inner .entry-content, .naturis-post-style-special-yes .row .column-item:nth-child(5) .post-inner .entry-content, .naturis-post-style-special-yes .row .column-item:nth-child(6) .post-inner .entry-content {
    display: none;
  }
  .naturis-post-style-special-yes .row .column-item:nth-child(3) .post-inner .post-thumbnail, .naturis-post-style-special-yes .row .column-item:nth-child(4) .post-inner .post-thumbnail, .naturis-post-style-special-yes .row .column-item:nth-child(5) .post-inner .post-thumbnail, .naturis-post-style-special-yes .row .column-item:nth-child(6) .post-inner .post-thumbnail {
    margin-bottom: 0;
    margin-right: 25px;
    min-width: 140px;
    width: 140px;
  }
  .naturis-post-style-special-yes .row .column-item:nth-child(3) .post-inner .entry-meta, .naturis-post-style-special-yes .row .column-item:nth-child(4) .post-inner .entry-meta, .naturis-post-style-special-yes .row .column-item:nth-child(5) .post-inner .entry-meta, .naturis-post-style-special-yes .row .column-item:nth-child(6) .post-inner .entry-meta {
    text-align: left;
  }
  .naturis-post-style-special-yes .row .column-item:nth-child(3) .post-inner .entry-header, .naturis-post-style-special-yes .row .column-item:nth-child(4) .post-inner .entry-header, .naturis-post-style-special-yes .row .column-item:nth-child(5) .post-inner .entry-header, .naturis-post-style-special-yes .row .column-item:nth-child(6) .post-inner .entry-header {
    text-align: left;
  }
  .naturis-post-style-special-yes .row .column-item:nth-child(3) .post-inner .entry-title, .naturis-post-style-special-yes .row .column-item:nth-child(4) .post-inner .entry-title, .naturis-post-style-special-yes .row .column-item:nth-child(5) .post-inner .entry-title, .naturis-post-style-special-yes .row .column-item:nth-child(6) .post-inner .entry-title {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.elementor-widget-naturis-price-table .elementor-price-table {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #F6F4F2;
}
.elementor-widget-naturis-price-table .elementor-price-table__heading {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--text);
  padding: 17px 0px;
}
.elementor-widget-naturis-price-table .elementor-price-table_ribbon {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #333333;
  transform: rotate(45deg) translate(25%);
  transform-origin: top left;
}
.elementor-widget-naturis-price-table .elementor-price-table_ribbon:before {
  content: "";
  width: 300%;
  height: 100%;
  z-index: -1;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.elementor-widget-naturis-price-table .elementor-price-table__features-list {
  background-color: #ffffff;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 30px 0px;
}
.elementor-widget-naturis-price-table .elementor-price-table__features-list li {
  padding: 8px 0;
}
.elementor-widget-naturis-price-table .elementor-price-table__features-list .elementor-price-table__feature-inner {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  color: var(--text);
}
.elementor-widget-naturis-price-table .elementor-price-table__features-list .elementor-price-table__feature-inner i {
  margin-right: 10px;
}
.elementor-widget-naturis-price-table .elementor-price-table__price {
  display: block;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}
.elementor-widget-naturis-price-table .elementor-price-table__price .elementor-price-table__content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 18px;
  max-width: 60%;
  text-align: center;
  align-items: center;
  margin: auto;
}
.elementor-widget-naturis-price-table .elementor-price-table__price .elementor-price-table__currency {
  align-self: flex-start;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-naturis-price-table .elementor-price-table__price .elementor-price-table__integer-part {
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-naturis-price-table .elementor-price-table__price .elementor-price-table__decimal-part {
  font-weight: 400;
  font-size: 25px;
  line-height: 0.8;
  font-family: var(--e-global-typography-accent-font-family);
  vertical-align: top;
}
.elementor-widget-naturis-price-table .elementor-price-table__price .elementor-price-table__period {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-naturis-price-table .elementor-price-table__footer {
  background-color: white;
  padding-bottom: 42px;
}
.elementor-widget-naturis-price-table .elementor-price-table__button {
  padding: 21px 26px 18px 26px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid var(--accent);
  color: var(--accent);
  background-color: transparent;
  font-family: var(--e-global-typography-text-font-family);
}
.elementor-widget-naturis-price-table .elementor-price-table__button i {
  font-size: 14px;
  color: var(--accent);
  margin-left: 10px;
  vertical-align: top;
}
.elementor-widget-naturis-price-table .elementor-price-table__button:hover {
  color: #ffffff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.elementor-widget-naturis-price-table .elementor-price-table__button:hover i {
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
  vertical-align: top;
}

.elementor-widget-naturis-product-categories .product-cat {
  display: block;
}
.elementor-widget-naturis-product-categories .category-product-img {
  display: block;
  overflow: hidden;
}
.elementor-widget-naturis-product-categories .category-product-img img {
  width: 100%;
  object-fit: cover;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-product-categories .cat-title .cat-title-text {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: var(--primary);
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-naturis-product-categories .cat-title .cat-total {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
.elementor-widget-naturis-product-categories .layout-1 .product-cat {
  position: relative;
}
.elementor-widget-naturis-product-categories .layout-1 .product-cat:hover .category-product-img img {
  transform: scale(1.2);
}
.elementor-widget-naturis-product-categories .layout-1 .product-cat:hover .cat-title .cat-title-text {
  text-decoration: underline;
  color: var(--primary_hover);
}
.elementor-widget-naturis-product-categories .layout-1 .category-product-img {
  margin-bottom: 20px;
  border-radius: 50%;
}
.elementor-widget-naturis-product-categories .layout-1 .category-product-img img {
  border-radius: 50%;
}
.elementor-widget-naturis-product-categories .layout-1 .cat-title .cat-title-text {
  margin-bottom: 0;
}
.elementor-widget-naturis-product-categories .layout-1 .cat-title .cat-total {
  display: none;
}
.elementor-widget-naturis-product-categories .layout-2 .product-cat {
  position: relative;
  overflow: hidden;
}
.elementor-widget-naturis-product-categories .layout-2 .product-cat:hover .cat-title .cat-total {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-naturis-product-categories .layout-2 .product-cat:hover:before {
  bottom: 0;
}
.elementor-widget-naturis-product-categories .layout-2 .product-cat:hover .product-cat-caption {
  bottom: 35px;
}
.elementor-widget-naturis-product-categories .layout-2 .product-cat:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: -50%;
  z-index: 3;
  opacity: 0.9;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(21, 16, 7, 0) 38.54%, #100A01 96.61%);
}
.elementor-widget-naturis-product-categories .layout-2 .product-cat-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-product-categories .layout-2 .cat-title .cat-title-text {
  color: #ffffff;
}
.elementor-widget-naturis-product-categories .layout-2 .cat-title .cat-total {
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-product-categories .layout-3 .product-cat {
  position: relative;
  overflow: hidden;
}
.elementor-widget-naturis-product-categories .layout-3 .product-cat:hover .product-cat-caption {
  background: var(--primary);
  transition: all 0.3s ease;
}
.elementor-widget-naturis-product-categories .layout-3 .product-cat:hover .cat-title .cat-title-text {
  color: #ffffff;
}
.elementor-widget-naturis-product-categories .layout-3 .product-cat:hover .cat-title:after {
  color: #ffffff;
}
.elementor-widget-naturis-product-categories .layout-3 .product-cat:hover .category-product-img img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.elementor-widget-naturis-product-categories .layout-3 .product-cat-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  transition: all 0.3s ease;
  background: white;
  padding: 10px 25px;
}
.elementor-widget-naturis-product-categories .layout-3 .cat-title {
  position: relative;
}
.elementor-widget-naturis-product-categories .layout-3 .cat-title .cat-total {
  display: none;
}

.elementor-widget-naturis-products-tabs .elementor-tabs-wrapper {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-naturis-products-tabs .elementor-tab-title {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 20px;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-products-tabs .elementor-tab-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--accent);
  transition: all 0.3s ease;
}
.elementor-widget-naturis-products-tabs .elementor-tab-title:hover:before, .elementor-widget-naturis-products-tabs .elementor-tab-title.elementor-active:before {
  width: 100%;
}
.elementor-widget-naturis-products-tabs .elementor-tab-title:last-child {
  margin-right: 0;
}
.elementor-widget-naturis-products-tabs .elementor-tab-title:first-child {
  margin-left: 0;
}
.elementor-widget-naturis-products-tabs .elementor-tab-content {
  border: 0;
  padding-top: 50px;
}
.elementor-widget-naturis-products-tabs .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-naturis-products-tabs ul.products {
  margin: 0;
}

.elementor-html .site-content-contain {
  z-index: 100;
}
.elementor-html .product-image.no-gallery {
  display: none !important;
}

.layout-carousel-2.elementor-widget-naturis-products .woocommerce-carousel .slick-list {
  overflow: visible;
}
.layout-carousel-2.elementor-widget-naturis-products .woocommerce-carousel .slick-slide {
  opacity: 0.35;
}
.layout-carousel-2.elementor-widget-naturis-products .woocommerce-carousel .slick-active {
  opacity: 1;
}

.woocommerce-carousel {
  position: relative;
}
.woocommerce-carousel ul.products {
  display: none;
  position: static !important;
}
.woocommerce-carousel ul.products.slick-initialized {
  display: block;
}
.woocommerce-carousel ul.products li.product {
  margin: 0 !important;
}
.woocommerce-carousel .slick-slide > div {
  display: flex;
  height: 100%;
}
.woocommerce-carousel .slick-next.slick-disabled, .woocommerce-carousel .slick-prev.slick-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.woocommerce-product-list .woocommerce-carousel ul.products {
  display: none;
}
.woocommerce-product-list .woocommerce-carousel ul.products.slick-initialized {
  display: block;
}
.woocommerce-product-list .woocommerce-carousel .slick-list {
  margin: 0;
  padding: 0;
}
.woocommerce-product-list ul.products {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
[class*=columns-] .woocommerce-product-list ul.products {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-product-list ul.products .product-list-inner {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}
.woocommerce-product-list ul.products .product-list-inner img {
  width: 100%;
  max-width: 100px;
}
.woocommerce-product-list ul.products .product-list-inner > a {
  display: block;
}
.woocommerce-product-list ul.products li.product .product-content {
  margin-left: 20px;
  padding: 0;
  flex: 1;
}
.woocommerce-product-list ul.products li.product .star-rating {
  margin-bottom: 10px;
}
.woocommerce-product-list ul.products li.product .product-title {
  display: block;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
.woocommerce-product-list ul.products li.product .product-title:hover {
  color: var(--primary);
}
.woocommerce-product-list ul.products li.product .product-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce-product-list ul.products li.product .wc-forward, .woocommerce-product-list ul.products li.product .added_to_cart {
  display: none;
}
.woocommerce-product-list ul.products li.product .price {
  margin-bottom: 0;
  justify-content: flex-start;
}
.woocommerce-product-list ul.products li.product .short-description {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce-product-list ul.products li.product .naturis-count-review {
  margin-bottom: 10px;
}
.woocommerce-product-list ul.products li.product .naturis-count-review > span {
  display: none;
}
.woocommerce-product-list ul.products li.product .naturis-count-review .star-rating {
  font-size: 12px;
  margin-bottom: 0;
}
.woocommerce-product-list ul.products li.product .naturis-count-review .star-rating span::before {
  color: var(--primary);
}
.woocommerce-product-list ul.products .slick-slide {
  height: auto !important;
}

.elementor-widget-naturis-search .widget {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-naturis-search .search-by-category {
  display: block;
}
.elementor-widget-naturis-search.search-form-hide-search-yes .search-by-category {
  display: none;
}
.elementor-widget-naturis-search.search-form-hide-search-yes .widget_product_search form input[type=search],
.elementor-widget-naturis-search.search-form-hide-search-yes .widget_product_search form input[type=text] {
  font-size: 13px;
  letter-spacing: 0.65px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--primary);
  padding: 10px 5px;
  background-color: transparent;
}
.elementor-widget-naturis-search:not(.search-form-hide-search-yes) .widget_product_search form input[type=search],
.elementor-widget-naturis-search:not(.search-form-hide-search-yes) .widget_product_search form input[type=text] {
  padding-left: 200px;
}
.elementor-widget-naturis-search .widget_product_search form::before {
  right: 5px;
}
.elementor-widget-naturis-search .widget_search input[type=submit],
.elementor-widget-naturis-search .widget_search button[type=submit],
.elementor-widget-naturis-search .widget_product_search input[type=submit],
.elementor-widget-naturis-search .widget_product_search button[type=submit],
.elementor-widget-naturis-search .site-search input[type=submit],
.elementor-widget-naturis-search .site-search button[type=submit] {
  width: 26px;
}
.elementor-widget-naturis-search .site-header-search {
  display: block;
}
.elementor-widget-naturis-search .site-header-search .button-search-popup {
  text-align: center;
}
.elementor-widget-naturis-search .site-header-search .button-search-popup .naturis-icon-search {
  margin-bottom: 5px;
}
.elementor-widget-naturis-search .site-header-search .button-search-popup .content {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.elementor-widget-naturis-search .site-header-search .button-search-popup:hover {
  color: var(--accent);
}
.elementor-widget-naturis-search .site-header-search .button-search-popup:hover .naturis-icon-search {
  color: var(--accent);
}

.elementor-widget-naturis-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  padding: 16px 30px;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  border-bottom: 1px solid var(--border);
  color: var(--heading);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: 0.3px;
}
.elementor-widget-naturis-tabs.elementor-widget-tabs .elementor-tab-title i {
  margin-right: 5px;
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
  display: flex;
  overflow: unset;
  flex-wrap: wrap;
  justify-content: center;
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  padding: 16px 35px;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  border-bottom: 1px solid var(--border);
  color: var(--heading);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title {
    border: none;
    padding: 16px 20px;
    margin-bottom: 10px;
  }
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:hover, .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:focus, .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:active, .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active {
  color: var(--primary);
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:hover .title:before, .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:focus .title:before, .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:active .title:before, .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active .title:before {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:before {
  display: none !important;
}
@media (min-width: 768px) {
  .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:last-child {
    padding-right: 0;
  }
  .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:first-child {
    padding-left: 0;
  }
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title .title {
  position: relative;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title .title {
    border-bottom: 1px solid var(--border);
  }
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title .title:before {
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 1;
  left: 0;
  background-color: var(--primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:after {
  border: none !important;
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content, .elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-naturis-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
  padding: 20px 0;
}
.elementor-widget-naturis-tabs.elementor-widget-tabs ul.products li.product .content-product-imagin, .elementor-widget-naturis-tabs.elementor-widget-tabs ul.products .wc-block-grid__product .content-product-imagin, .elementor-widget-naturis-tabs.elementor-widget-tabs .wc-block-grid__products li.product .content-product-imagin, .elementor-widget-naturis-tabs.elementor-widget-tabs .wc-block-grid__products .wc-block-grid__product .content-product-imagin {
  margin-bottom: -66px !important;
}

.elementor-widget-naturis-tabs .elementor-tabs .elementor-tab-mobile-title {
  display: none !important;
}

.elementor-widget-naturis-team-box {
  z-index: 9;
}

.elementor-widget-container .elementor-teams-wrapper {
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget-container .elementor-teams-wrapper:hover .team-image .image-hover {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.elementor-widget-container .elementor-teams-wrapper:hover .team-image .signature {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-container .elementor-teams-wrapper:hover .team-name {
  color: var(--primary);
  transition: all 0.3s ease;
}
.elementor-widget-container .elementor-teams-wrapper .team-image {
  position: relative;
  z-index: -1;
  margin-bottom: 20px;
}
.elementor-widget-container .elementor-teams-wrapper .team-image img {
  border-radius: 50%;
  margin: auto;
}
.elementor-widget-container .elementor-teams-wrapper .team-image .image-hover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.5) translateY(-50%);
  transition: all 0.3s ease;
}
.elementor-widget-container .elementor-teams-wrapper .team-image .image-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-widget-container .elementor-teams-wrapper .team-image .signature {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s ease;
  transform: rotate(-32.41deg);
  color: var(--text);
  font-family: var(--e-global-typography-sub-font-family);
}
.elementor-widget-container .elementor-teams-wrapper .team-name {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-container .elementor-teams-wrapper .team-name a {
  color: var(--accent);
}
.elementor-widget-container .elementor-teams-wrapper .team-name a:hover {
  color: var(--primary);
  transition: all 0.3s ease;
}
.elementor-widget-container .elementor-teams-wrapper .team-job {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: var(--text);
}
.elementor-widget-container .elementor-teams-wrapper .team-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 23px;
  color: var(--text);
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
  list-style: none;
  margin: 0;
  line-height: 0;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social {
  display: inline-block;
  margin: 0 12px;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social:last-child {
  margin-right: 0;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social:first-child {
  margin-left: 0;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a {
  display: inline-block;
  font-size: 14px;
}

.elementor-testimonial-item-wrapper .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
}
.elementor-testimonial-item-wrapper .name {
  display: block;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  color: var(--primary);
  font-family: "naturis heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-testimonial-item-wrapper .job {
  display: block;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2727272727;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
}
.elementor-testimonial-item-wrapper img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  color: var(--secondary);
  font-size: 13px;
  margin-bottom: 15px;
}
.elementor-testimonial-item-wrapper .layout-1 .content {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  color: var(--accent);
  font-family: "naturis heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image {
  margin-right: 20px;
}
.elementor-testimonial-item-wrapper .layout-1 .details {
  display: inline-flex;
  align-items: center;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-body {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.5555555556;
  margin-bottom: 30px;
  color: var(--accent);
  font-family: "naturis heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
  display: inline-block;
  margin-bottom: 30px;
}

.elementor-video-wrapper .elementor-video-popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.elementor-video-wrapper .elementor-video-popup:hover {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: var(--primary);
}
.elementor-video-wrapper .elementor-video-popup:hover .elementor-video-icon {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--primary);
}
.elementor-video-wrapper .elementor-video-icon {
  font-size: 40px;
}
.elementor-video-wrapper .image-hover img {
  width: 100%;
  object-fit: cover;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 24px;
  border: none;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
  color: var(--primary);
  background-color: transparent;
  border: none;
}

.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
  position: relative;
  display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
  position: absolute;
  content: attr(data-hover);
  color: #000000;
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s ease;
}

.animated-slide-column > .elementor-column-wrap {
  transition: opacity 0s 0.6s, transform 1s 0.6s;
  opacity: 0;
  transform: translateX(-20px) translateZ(0);
}
.animated-slide-column:after {
  content: "";
  margin: 0 -5px 0 0;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  background-color: var(--primary);
  z-index: 3;
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.animated-slide-column.col-loaded {
  overflow: hidden;
  position: relative;
}
.animated-slide-column.col-loaded .elementor-column-wrap {
  transform: translateX(0);
  opacity: 1;
}
.animated-slide-column.col-loaded:after {
  margin-right: 0;
  right: -3px;
  bottom: 0;
  left: 100%;
}

.animated-bg-parallax {
  overflow: hidden;
}
.animated-bg-parallax > .elementor-column-wrap {
  overflow: hidden;
}
.animated-bg-parallax .img-banner-parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animated-bg-parallax .img-banner-parallax:not(.hover) {
  transform: none !important;
}

.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
  position: relative;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: var(--primary);
  top: -60px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
  height: 50px;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
  color: var(--primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes:hover img {
  transform: scale(1.1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-rotate {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.text-shadow {
  -webkit-text-stroke: 3px #fff;
  -webkit-text-fill-color: #F02757;
}

.elementor-align-justify .elementor-button {
  text-align: justify;
}

.elementor-widget-button .elementor-button {
  line-height: 1.4;
}

.elementor-button {
  border: none;
}
.elementor-button .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elementor-button .elementor-button-content-wrapper {
  align-items: center;
}

.elementor-default .elementor-button.elementor-size-xs {
  padding: 11px 33px 11px 33px;
  font-size: 12px;
}
.elementor-default .elementor-button.elementor-size-md {
  font-size: 14px;
  padding: 20px 40px;
}
.elementor-default .elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 22px 45px;
}
.elementor-default .elementor-button.elementor-size-xl {
  font-size: 24px;
  padding: 25px 50px;
}

.elementor-widget-button.elementor-button-info .elementor-button {
  color: var(--primary);
  border-color: #ffffff;
  background-color: #ffffff;
}
.elementor-widget-button.elementor-button-info .elementor-button:hover {
  color: #ffffff;
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.elementor-widget-button.elementor-button-success .elementor-button {
  border-color: #5cb85c;
  background-color: #5cb85c;
}
.elementor-widget-button.elementor-button-warning .elementor-button {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}
.elementor-widget-button.elementor-button-danger .elementor-button {
  border-color: #d9534f;
  background-color: #d9534f;
}

.elementor-view-framed .elementor-icon,
.elementor-view-default .elementor-icon {
  color: var(--primary);
  border-color: var(--primary);
}

.elementor-view-stacked .elementor-icon {
  background-color: var(--primary);
}

.elementor-icon-box-wrapper:hover .elementor-icon {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0.9);
}

.elementor-image-box-wrapper .elementor-image-box-img {
  display: block;
  overflow: hidden;
}
.elementor-image-box-wrapper .elementor-image-box-img img {
  transition: all 0.4s ease;
}
.elementor-image-box-wrapper:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

.naturis-image-box-style-2.elementor-widget-image-box .elementor-image-box-img a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
  z-index: 10;
}
.naturis-image-box-style-2.elementor-widget-image-box .elementor-image-box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.naturis-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.naturis-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content {
  bottom: 0;
}
.naturis-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img a:before {
  opacity: 1;
}
.naturis-image-box-style-2.elementor-widget-image-box .elementor-image-box-content {
  position: absolute;
  width: 100%;
  bottom: -40px;
  z-index: 11;
  transition: all 0.3s ease;
}
.naturis-image-box-style-2.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  margin-bottom: 0;
  font-size: 14px;
  background-color: var(--primary);
}
.naturis-image-box-style-2.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  color: #ffffff;
}

.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
  text-decoration: underline;
}

.style-theme-naturis-yes .elementor-accordion .elementor-accordion-item {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: bold;
  color: var(--accent);
  border-left: 0px;
  border-right: 0px;
}
.style-theme-naturis-yes .elementor-accordion .elementor-accordion-item:hover {
  color: var(--accent);
}
.style-theme-naturis-yes .elementor-tab-title {
  margin: 0;
  padding: 20px 0px;
  cursor: pointer;
  color: var(--primary);
  font-family: var(--e-global-typography-heading_title-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.style-theme-naturis-yes .elementor-tab-content {
  display: none;
  padding: 0px 25px 30px;
  font-family: var(--e-global-typography-heading_sub-font-family);
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-transform: lowercase;
  color: var(--text);
}
.style-theme-naturis-yes p {
  margin: 0;
}
.style-theme-naturis-yes .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 13px;
  text-align: right;
  color: var(--secondary);
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border-width: 1px;
  border-left: 0px;
  border-right: 0px;
  border-color: var(--border);
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border: none;
  border-left: 0px;
  border-right: 0px;
}

.image-style-naturis-yes.elementor-widget-image .elementor-widget-container {
  overflow: hidden;
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a {
  position: relative;
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a img {
  transform: scale(1);
  transition: transform 0.35s;
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:before, .image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:after {
  transform: scale(0.9);
  transition: transform 0.35s, all 0.7s;
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 50%;
  margin-left: -50%;
  top: 25%;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 0 1px;
  z-index: 2;
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 50%;
  margin-left: -25%;
  top: 0;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 1px 0;
  z-index: 2;
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:hover img {
  transform: scale(1.09);
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:hover:before {
  height: 100%;
  top: 0;
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:hover:after {
  width: 100%;
  margin-left: -50%;
}
.image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:hover:before, .image-style-naturis-yes.elementor-widget-image .elementor-widget-container a:hover:after {
  border-color: #ffffff;
}

.elementor-image-carousel a {
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-image-carousel a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(245, 238, 233, 0.5);
  transition: all 0.5s ease-out;
}
.elementor-image-carousel a:after {
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  opacity: 0;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(-50%, calc(-50% + 10px));
}
.elementor-image-carousel a:hover:before {
  opacity: 1;
}
.elementor-image-carousel a:hover:after {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.2s;
}
.elementor-image-carousel img {
  display: block;
  transition: all 0.3s ease;
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none;
}

.header-absolute {
  position: absolute !important;
  width: 100%;
  z-index: 99;
  background-color: transparent !important;
}

body.single-product .naturis-background-white {
  background-color: #ffffff;
}

:root {
  --scroll-bar: 8px;
}

body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}

body.has-scrollbar .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

@supports (color: var(--scroll-bar)) {
  body.has-scrollbar .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}

.c-primary {
  color: var(--primary);
}

.elementor-widget-tabs .elementor-tab-title a {
  display: flex;
  align-items: center;
}

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