/*!/wp-content/themes/shoptimizer/frontpage.css*/@font-face {
   font-family: "Manrope-Bold";
   src: url("/wp-content/themes/shoptimizer/assets/fonts/Manrope-Bold.ttf");
   font-weight: bold;
 font-display:swap;}

/* Manrope-ExtraBold */
@font-face {
   font-family: "Manrope-ExtraBold";
   src: url("/wp-content/themes/shoptimizer/assets/fonts/Manrope/manrope-v15-greek_latin-800.woff2") fomrat('woff2');
   font-weight: 800;
 font-display:swap;}

/* Manrope-ExtraLight */
@font-face {
   font-family: "Manrope-ExtraLight";
   src: url("/wp-content/themes/shoptimizer/assets/fonts//Manrope/manrope-v15-greek_latin-200.woff2") format('woff2');
   font-weight: 200;
 font-display:swap;}

/* Manrope-Light */
@font-face {
   font-family: "Manrope-Light";
   src: url("/wp-content/themes/shoptimizer/assets/fonts/Manrope-Light.ttf");
   font-weight: 300;
 font-display:swap;}

/* Manrope-Medium */
@font-face {
   font-family: "Manrope-Medium";
   src: url("/wp-content/themes/shoptimizer/assets/fonts/Manrope-Medium.ttf");
   font-weight: 500;
 font-display:swap;}

/* Manrope-Regular */
@font-face {
   font-family: "Manrope-Regular";
   src: url("/wp-content/themes/shoptimizer/assets/fonts/Manrope-Regular.ttf");
   font-weight: normal;
 font-display:swap;}

/* Manrope-SemiBold */
@font-face {
   font-family: "Manrope-SemiBold";
   src: url("/wp-content/themes/shoptimizer/assets/fonts/Manrope-SemiBold.ttf");
   font-weight: 600;
 font-display:swap;}
section#front-page-slider {
   max-height: 100%;
}

body.home .content-wrapper {
   padding: 0;
}

.home-swiper {
   position: relative;
}

.home-swiper-navigation {
   width: 75%;
   position: absolute;
   left: 0;
   height: 66px;
   bottom: 0;
   z-index: 1;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   justify-content: space-between;
}

.home-swiper-navigation .swiper-button-next {
   transform: rotate(-90deg);
   top: unset;
   right: unset;
   color: #000;
   border-left: solid 1px;
   width: 44px;
   height: 44px;
   left: unset;
}

.home-swiper-navigation .swiper-button-prev {
   transform: rotate(-90deg);
   right: unset;
   left: unset;
   color: #000;
   width: 44px;
   height: 44px;
   top: unset;
   bottom: unset;
}

.home-swiper-navigation .swiper-button-next:after,
.home-swiper-navigation .swiper-button-prev:after {
   font-weight: bolder;
   font-size: 17px;
   content: '' !important;
   font-family: initial;
   background: url(/wp-content/themes/shoptimizer/assets/images/angle.svg) no-repeat center;
   background-size: 24px;
   width: 24px;
   height: 24px;
}

.home-swiper-navigation .swiper-button-next:hover:after,
.home-swiper-navigation .swiper-button-prev:hover:after {
   background: url(/wp-content/themes/shoptimizer/assets/images/angle-white.svg) no-repeat center;
}

body .home-swiper-navigation .swiper-button-next:hover::after,
body .home-swiper-navigation .swiper-button-prev:hover::after {
   content: "" !important;
}

.home-swiper-navigation .swiper-button-next:after {
   transform: rotate(90deg);
}

.home-swiper-navigation .swiper-button-prev:after {
   transform: rotate(-90deg);
}

.home-swiper-navigation>div {
   transition: all .3s;
   position: relative;
}

.home-swiper-navigation>div:hover {
   background: #ccc7c7;
}

.home-swiper-navigation>div:hover:after {
   color: #fff;
}

.home-swiper-navigation .slide-text {
   background: #e9e9e9;
}

body.home .archive-header {
   display: none;
}

#front-page-slider .slide-inner {
   display: flex;
   flex-wrap: wrap;
}

#front-page-slider .slide-inner .slide-img {
   flex: 0 0 75%;
   max-width: 75%;
}

#front-page-slider .slide-inner .slide-img img {
   width: 100%;
}

#front-page-slider .slide-inner .slide-text {
   flex: 0 0 25%;
   max-width: 25%;
   background: #e9e9e9;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding-left: 40px;
   padding-right: 15px;
}

#front-page-slider .slide-inner .slide-text .slide-title h1 {
   color: #2f333a;
   font-family: 'Granjon' !important;
   font-size: 44px;
   max-width: 85%;
   line-height: normal;
   margin: 0;
}

#front-page-slider .slide-inner .slide-text .slide-button a {
   color: #2f333a !important;
   font-size: 25px;
   display: inline-block;
   margin-top: 2rem;
   position: relative;
}

#front-page-slider .slide-inner .slide-text .slide-button a:before {
   content: '';
   border-bottom: solid 2px #2f333a;
   width: 0;
   bottom: -0.3rem;
   left: 0;
   position: absolute;
   transition: .3s ease-out;
}

#front-page-slider .slide-inner .slide-text .slide-button a:hover::before {
   width: 100%;
}

.swiper-fade .swiper-slide:not(.swiper-slide-active) .slide-img {
   transform: translateY(100%);
   opacity: 0;
   transition: all .7s;
}

.swiper-fade .swiper-slide.swiper-slide-active .slide-img {
   transform: translateY(0);
   opacity: 1;
}

.swiper-fade .swiper-slide:not(.swiper-slide-active) .slide-text-inner {
   transform: translateY(-100%);
   opacity: 0;
   transition: all .7s;
}

.swiper-fade .swiper-slide.swiper-slide-active .slide-text-inner {
   transform: translateY(0);
   opacity: 1;
}

.front-page-second-section-wrapper,
.front-page-third-section-wrapper {
   max-width: 1400px;
   margin: 0 auto;
}

.gray-bg-wrapper {
   position: relative;
}

.gray-bg-wrapper:after {
   content: '';
   background: url(/wp-content/themes/shoptimizer/assets/images/gray-bg.svg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   top: 2%;
   left: 0;
   width: 100%;
   height: 80%;
   position: absolute;
   z-index: -1;
   pointer-events: none;
}

.front-page-second-section-wrapper {
   display: flex;
   flex-wrap: wrap;
   /* max-width: 85%; */
   margin: 0 auto;
   margin-top: 60px;
}

.front-page-second-section-wrapper>div {
   flex: 0 0 50%;
   max-width: 50%;
   /* padding: 0 15px; */
}

.front-page-second-section-wrapper .image-col {
   position: relative;
}

.front-page-second-section-wrapper .image-col img {
   transform: translateX(0%) scale(1);
   transition: transform .4s ease-in-out;
}

.front-page-second-section-wrapper .image-col:hover img {
   transform: translateX(-10%) scale(1.05);
}

.second-title {
   position: absolute;
   max-width: 60%;
   line-height: normal;
   top: 30%;
   left: -23%;
   width: 40%;
   transition: .6s left ease-in-out;
}

.front-page-second-section-wrapper .image-col:hover .second-title {
   left: -30%;
}

.front-page-second-section-wrapper .image-col .second-title h2 {
   font-family: 'Granjon';
   font-weight: 600;
   color: #2f333a;
   font-size: 40px;
   position: relative;
}

.front-page-second-section-wrapper .image-col .second-title h2:after {
   content: '';
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 30%;
   background: #000;
   height: 2px;
   transition: all .3s ease-in-out;
}

.front-page-second-section-wrapper .image-col:hover .second-title h2:after {
   width: 70%;
}

.front-page-second-section-wrapper .products-col {
   display: flex;
   align-items: center;
   /* flex: 0 0 42%;
    max-width: 42%; */
   position: relative;
}

.swiper-prev-img {
   position: absolute;
   left: -50px;
   cursor: pointer;
}

.swiper-next-img {
   position: absolute;
   right: -50px;
   cursor: pointer;
   transition: all 300ms;
   padding: 0 0 0 50px;
}

.swiper-next-img:hover {
   right: -60px !important;
}

.front-page-second-section-wrapper .products-col .products .product .woocommerce-card__header .button,
.front-page-fourth-section-wrapper .home-product-tabs .products .product .woocommerce-card__header .button {
   height: 44px;
   line-height: 40px;
}

.front-page-second-section-wrapper .products-col .swiper-button-prev,
.front-page-second-section-wrapper .products-col .swiper-button-next {
   display: none;
}

.front-page-third-section-wrapper {
   display: flex;
   flex-wrap: wrap;
}

.home-third-section-title {
   letter-spacing: 5px;
   font-family: 'Granjon';
   color: #2f333a;
   font-size: 40px;
   text-align: center;
   flex: 0 0 100%;
   max-width: 100%;
   margin: 80px 0;
   line-height: 50px;
}

.front-page-third-section-wrapper .home-third-section-first-col,
.front-page-third-section-wrapper .home-third-section-second-col {
   flex: 0 0 50%;
   max-width: 50%;
}

.front-page-third-section-wrapper .home-third-section-first-col a,
.front-page-third-section-wrapper .home-third-section-second-col a {
   position: relative;
   display: inline-block;
}

.third-col-title {
   text-align: center;
   color: #2f333a;
   font-family: 'Granjon';
   font-size: 28px;
   background: #fff;
   height: 130px;
   border: solid 1px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 75%;
   position: absolute;
   left: 12.5%;
}

.third-col-title:after {
   content: '';
   border-bottom: solid 1px;
   width: 67px;
   left: 50%;
   transform: translateX(-50%);
   bottom: 35px;
   position: absolute;
}

.front-page-third-section-wrapper .home-third-section-first-col .third-col-title {
   bottom: -90px;
   line-height: 25px;
}

.home-third-section-second-col {
   margin-top: 90px;
}

.front-page-third-section-wrapper .home-third-section-second-col .third-col-title {
   bottom: unset;
   top: -90px;
}

.home-product-tabs .tab {
   overflow: hidden;
   border: 0;
   background-color: transparent;
   display: flex;
   justify-content: center;
   margin-bottom: 80px;
}

.home-product-tabs .tab button {
   background-color: inherit;
   float: left;
   border: none;
   outline: none;
   cursor: pointer;
   padding: 14px 16px;
   transition: 0.3s;
   color: #2f333a;
   font-size: 25px;
   background: 0 0;
   border: none !important;
   position: relative;
   margin: 0 30px;
}

.home-product-tabs .tab button:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0;
   height: 2px;
   background: #2f333a;
   transition: all .3s;
}

.home-product-tabs .tab button:hover:after {
   width: 100%;
}

.home-product-tabs .tab button.active:after {
   width: 100%;
}

.home-product-tabs .home-tabcontent {
   display: none;
   padding: 6px 12px;
}

.home-product-tabs .home-tabcontent {
   animation: fadeEffect 1s;
   position: relative;
}

@keyframes fadeEffect {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

.front-page-fourth-section-wrapper {
   max-width: 1480px;
   margin: 0 auto;
   margin-bottom: 200px;
}

.swiper.products {
   transition: opacity .3s;
}

.swiper.products:not(.swiper-initialized) {
   opacity: 0;
}

.swiper.products.swiper-initialized {
   opacity: 1;
}

.fourth-section-titles-inner {
   position: relative;
   margin-top: 150px;
   margin-bottom: 100px;
}

.fourth-section-titles-inner:after {
   content: '';
   border-bottom: solid 2px #2f333a;
   width: 120px;
   position: absolute;
   top: 50%;
   right: calc(50% - 280px);
}

.fourth-section-titles-inner:before {
   content: '';
   border-bottom: solid 2px #2f333a;
   width: 120px;
   position: absolute;
   top: 50%;
   left: calc(50% - 280px);
}

.fourth-section-title h2 {
   font-family: 'Granjon';
   color: #2f333a;
   text-align: center;
   font-size: 5rem;
}

.fourth-section-subtitle {
   color: #2f333a;
   font-size: 35px;
   text-align: center;
   margin: 0;
   line-height: normal;
}

.home-product-tabs .swiper-button-prev {
   left: -50px;
}

.home-product-tabs .swiper-button-prev:after {
   content: url(/wp-content/themes/shoptimizer/assets/images/arrow-prev.svg) !important;
   transition: all .3s ease-in-out;
   left: 0;
   position: relative;
}

.home-product-tabs .swiper-button-next {
   right: -50px;
}

.home-product-tabs .swiper-button-next:after {
   content: url(/wp-content/themes/shoptimizer/assets/images/arrow-next.svg) !important;
   transition: all .3s ease-in-out;
   right: 0;
   position: relative;
}

.home-product-tabs .swiper-button-next:hover::after {
   content: url(/wp-content/themes/shoptimizer/assets/images/arrow-next.svg) !important;
   right: -20px;
}

.home-product-tabs .swiper-button-prev:hover::after {
   content: url(/wp-content/themes/shoptimizer/assets/images/arrow-prev.svg) !important;
   left: -20px;
}

.home-product-tabs .swiper-button-next:hover:after,
.home-product-tabs .swiper-button-prev:hover::after {
   background: none;
}

@media (max-width: 991.98px) {
   #front-page-slider .slide-inner .slide-text {
      flex: 0 0 100%;
      max-width: 100%;
   }

   #front-page-slider .slide-inner .slide-img {
      flex: 0 0 100%;
      max-width: 100%;
   }

   .home-swiper-navigation .swiper-button-next,
   .home-swiper-navigation .swiper-button-prev {
      transform: none;
   }

   .home-swiper-navigation {
      width: 100%;
      top: 40%;
   }

   .home-swiper-navigation .swiper-button-prev {
      left: 0;
   }

   .home-swiper-navigation {
      flex-direction: row;
      position: absolute;
      top: 40%;
   }

   .home-swiper-navigation .swiper-button-prev:after {
      transform: rotate(90deg);
   }

   .home-swiper-navigation .swiper-button-next:after {
      transform: rotate(-90deg);
   }

   .home-swiper-navigation>div {
      background: #ffffff;
   }

   #front-page-slider .slide-inner .slide-text {
      background: #e9e9e9;
      justify-content: center;
      text-align: center;
   }

   #front-page-slider .slide-inner .slide-text .slide-title {
      max-width: 100%;
      font-size: 24px;
      margin-top: 4rem;
   }

   #front-page-slider .slide-inner .slide-text .slide-button a {
      font-size: 19px;
      margin-bottom: 3rem;
   }

   /*     #front-page-slider .slide-inner .slide-text .slide-button a:before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #2f333a;
        transition: all .3s;
    }
    #front-page-slider .slide-inner .slide-text .slide-button a:hover:before {
        width: 100%;
    } */
   .gray-bg-wrapper:after {
      content: none;
   }

   #front-page-second-section {
      width: 80%;
      margin: 0 auto;
   }

   .front-page-second-section-wrapper>div {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0 auto;
   }

   .front-page-second-section-wrapper>div.products-col {
      flex: 0 0 90%;
      max-width: 90%;
   }

   .front-page-second-section-wrapper .image-col:hover .second-title {
      left: auto;
      position: relative;
      max-width: 100%;
   }

   .front-page-second-section-wrapper .image-col {
      position: relative;
      display: flex;
      flex-direction: column;
   }

   .front-page-second-section-wrapper .image-col a {
      order: 2;
      align-items: center;
      display: flex;
      justify-content: center;
      overflow: hidden;
   }

   .second-title {
      position: relative;
      max-width: 100%;
      line-height: normal;
      top: auto;
      left: auto;
      width: 100%;
      transition: .6s width ease-in-out;
   }

   .front-page-second-section-wrapper .image-col img {
      width: 100%;
      transition: .4s transform ease-in-out;
   }

   .front-page-second-section-wrapper .image-col:hover img {
      transform: scale(1.2);
   }

   .front-page-second-section-wrapper .image-col .second-title {
      display: flex;
      justify-content: center;
      margin-bottom: 6rem;
   }

   .front-page-second-section-wrapper .image-col .second-title h2 {
      font-weight: 400;
      font-size: 30px;
      text-align: center;
   }

   .front-page-second-section-wrapper .image-col .second-title h2:after {
      left: 30%;
   }

   .front-page-second-section-wrapper .image-col .second-title:hover h2:after {
      left: 20%;
      width: 60%;
   }

   .front-page-second-section-wrapper .image-col:hover .second-title h2:after {
      left: 20%;
      width: 60%;
   }

   .front-page-second-section-wrapper .products-col {
      margin: 6rem auto 0rem auto;
   }

   #front-page-third-section {
      width: 100%;
      margin: 0 auto;
   }

   #front-page-third-section {
      background: url('/wp-content/themes/shoptimizer/assets/images/gray-bg.svg');
   }

   .front-page-third-section-wrapper .home-third-section-first-col,
   .front-page-third-section-wrapper .home-third-section-second-col {
      flex: 0 0 100%;
      max-width: 100%;
      justify-content: center;
      display: flex;
   }

   .front-page-third-section-wrapper .home-third-section-second-col {
      margin-top: 160px;
   }

   .front-page-third-section-wrapper .home-third-section-second-col .third-col-title {
      top: unset;
      bottom: -90px;
   }

   #front-page-fourth-section {
      width: 90%;
      margin: 0 auto;
   }

   .fourth-section-titles-inner {
      width: 90%;
      margin: 150px auto 40px auto;
   }

   .fourth-section-titles-inner:before {
      left: 0;
      width: 80px;
   }

   .fourth-section-titles-inner:after {
      right: 0;
      width: 80px;
   }

   .fourth-section-title h2 {
      font-size: 35px;
   }

   .fourth-section-subtitle {
      font-size: 19px;
   }

   .home-product-tabs .tab button {
      padding: 14px 8px;
      font-size: 18px;
      margin: 0 20px;
   }

   .home-product-tabs .home-tabcontent {
      width: 80%;
      margin: 0 auto;
   }
}

@media (max-width: 768px) {
   .home-product-tabs .swiper-button-next {
      right: -45px;
   }

   .home-product-tabs .swiper-button-prev {
      left: -45px;
   }

   #front-page-slider .slide-inner .slide-text {
      padding-left: 15px;
      padding-right: 15px;
   }

   .home-product-tabs .tab {
      border: 0;
      background-color: transparent;
      display: flex;
      justify-content: flex-start;
      margin-bottom: 50px;
      overflow-x: scroll;
      overflow: -moz-scrollbars-horizontal;
      position: relative;
      white-space: nowrap;
   }

   .home-product-tabs .tab::-webkit-scrollbar {
      display: none;
   }

   .home-product-tabs .tab button {
      white-space: nowrap;
   }

   .front-page-fourth-section-wrapper {
      margin-bottom: 100px;
   }
}

@media (max-width: 576px) {

   .home-swiper-navigation .swiper-button-next {
      border-left: none;
   }

   .swiper-next-img:hover {
      right: -50px !important;
   }

   .home-product-tabs .home-tabcontent {
      width: 89%;
   }

   .home-product-tabs .swiper-button-next:hover::after {
      right: 0 !important
   }

   .front-page-second-section-wrapper .image-col .second-title h2:after {
      left: 32%;
   }

   .home-product-tabs .swiper-button-next {
      right: -30px;
   }

   .home-product-tabs .swiper-button-prev {
      left: -30px;
   }

   .fourth-section-titles-inner::before {
      width: 65px;
   }

   .fourth-section-titles-inner::after {
      width: 65px;
   }

   .instagram-feed-items-wrapper {
      margin-top: 3rem;
   }
}

@media (max-width: 414px) {
   .front-page-second-section-wrapper .image-col .second-title h2:after {
      left: 35%;
   }

   .home-product-tabs .tab button {
      padding: 14px 8px;
      font-size: 15px;
      margin: 0 20px;
   }

   .home-product-tabs .swiper-button-next {
      right: -25px;
   }

   .home-product-tabs .swiper-button-prev {
      left: -25px;
   }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
   .latest-products-swiper {
      width: 90%;
      margin: 0 auto;
   }

   .home-product-tabs .swiper-button-next {
      right: 10px;
   }

   .home-product-tabs .swiper-button-prev {
      left: 10px;
   }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

   .front-page-second-section-wrapper,
   .front-page-third-section-wrapper {
      max-width: 900px;
   }

   .second-title {
      left: -5%;
   }

   .front-page-second-section-wrapper .image-col img {
      transform: translateX(0%) scale(0.8);
   }

   .front-page-second-section-wrapper .image-col:hover img {
      transform: translateX(-10%) scale(0.85);
   }

   .front-page-second-section-wrapper>div.image-col {
      padding-right: 20px;
   }

   .front-page-third-section-wrapper>div.home-third-section-first-col {
      padding-right: 20px;
   }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

   .front-page-second-section-wrapper,
   .front-page-third-section-wrapper {
      max-width: 1100px;
   }

   .second-title {
      left: -5%;
   }

   .front-page-second-section-wrapper .image-col img {
      transform: translateX(0%) scale(0.8);
   }

   .front-page-second-section-wrapper .image-col:hover img {
      transform: translateX(-10%) scale(0.85);
   }

   .front-page-third-section-wrapper>div.home-third-section-first-col {
      padding-right: 20px;
   }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {

   .front-page-second-section-wrapper,
   .front-page-third-section-wrapper {
      max-width: 1300px;
   }

   .second-title {
      left: -5%;
   }

   .front-page-second-section-wrapper .image-col img {
      transform: translateX(0%) scale(0.8);
   }

   .front-page-second-section-wrapper .image-col:hover img {
      transform: translateX(-10%) scale(0.85);
   }

   .front-page-third-section-wrapper>div.home-third-section-first-col {
      padding-right: 20px;
   }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {

   .front-page-second-section-wrapper,
   .front-page-third-section-wrapper {
      max-width: 1400px;
   }

   .second-title {
      left: -5%;
   }

   .front-page-third-section-wrapper>div.home-third-section-first-col {
      padding-right: 20px;
   }
}

@media (min-width: 1800px) {

   .front-page-second-section-wrapper,
   .front-page-third-section-wrapper {
      max-width: 1400px;
   }
}

/* * {
    outline: 1px solid #f00 !important;
  } */

#front-page-second-section .button {
   width: 96%;
   text-align: center;
}

@media (max-width: 450px) {
   #front-page-second-section {
      width: calc(100% - 30px);
   }

   #front-page-second-section .swiper-next-img {
      right: -23px;
      z-index: 11;
      margin-top: 45px;
   }

   #front-page-second-section .swiper-prev-img {
      left: -23px;
      z-index: 11;
      margin-top: 45px;
   }

   .home-product-tabs .home-tabcontent {
      width: 100%;
   }

   .home-product-tabs .swiper-button-prev {
      left: -5px;
      margin-top: -15px;
      z-index: 11;
   }

   .home-product-tabs .swiper-button-next {
      right: -5px;
      margin-top: -15px;
      z-index: 11;
   }
}

.front-page-second-section-wrapper .image-col div.second-title h2 {
   color: #D0CCC5 !important;
   mix-blend-mode: difference;
}

.front-page-second-section-wrapper .image-col .second-title h2::after {
   background-color: #D0CCC5 !important;
   mix-blend-mode: difference;
}

.swiper-wrapper .swiper-slide .dots {
   display: none !important;
}

.page-template-template-front-beta body, .page-template-template-front-beta :not(.fa) {
   font-family: 'Manrope-Regular'!important;
}
.page-template-template-front-beta .slide-img {
   max-width: 100% !important;
   flex: 0 0 100% !important;
}


.page-template-template-front-beta .home-swiper-navigation {
   width: 100% !important;
   align-items: center !important;
}

.page-template-template-front-beta #front-page-slider .slide-inner .slide-text {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 80%;
   background-color: transparent;
   color: #fff !important;
   z-index: 1;
   max-width: 80%;
}

.page-template-template-front-beta #front-page-slider {
   position: relative;
}

.page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-button a,
.page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-title h1 {
   color: white !important;
}

.page-template-template-front-beta .front-page-second-section-wrapper .products-col .swiper-button-next,
.page-template-template-front-beta .front-page-second-section-wrapper .products-col .swiper-button-prev {
   display: block;
}

.page-template-template-front-beta .front-page-second-section-wrapper .products-col .swiper-button-next:after,
.page-template-template-front-beta .front-page-second-section-wrapper .products-col .swiper-button-prev:after {
   line-height: 20px !important;
}

/* .page-template-template-front-beta .front-page-third-section-wrapper .home-third-section-second-col {
   display: flex;
   gap: 1.7rem;
   margin: 1.7rem 0!important;
} */

/* .page-template-template-front-beta .front-page-third-section-wrapper {
   max-width: 100%;
   padding: 0 1.7rem;
} */

.page-template-template-front-beta #front-page-slider .slider-link {
   width: 100%;
   height: 100%;
}

.page-template-template-front-beta #front-page-slider .slide-img::after {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   z-index: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.3);
}

.page-template-template-front-beta .home-swiper {
   /* height: 65vh; */
}

.page-template-template-front-beta .swiper-slide,
.page-template-template-front-beta .slide-inner,
.page-template-template-front-beta .slide-img,
.page-template-template-front-beta .slide-img img {
   height: 100%;
}
.page-template-template-front-beta .slide-img img {
   height: auto;
}
.page-template-template-front-beta .slide-img img {
   /* object-fit: cover; */
}

.page-template-template-front-beta #front-page-second-section {
   width: 100%;
   margin: 50px 0;
}

.page-template-template-front-beta .selected-products-swiper {
   width: 100%;
   padding: 0 50px;
}

.page-template-template-front-beta .front-page-second-section-wrapper {
   width: 100% !important;
   max-width: 100%;
   margin-top: 0;
}

.page-template-template-front-beta .front-page-second-section-wrapper>div {
   max-width: 100%;
   flex: 0 0 100%;
}


.page-template-template-front-beta .swiper-intro-container {
   min-height: 100%;
   aspect-ratio: 3 / 4;
   background: white;
   position: relative;
   color: white !important;
   display: flex;
   /* align-items: center; */
   padding-left: 20px;
   padding-right: 20px;
   flex-direction: column;
   /* justify-content: space-between; */
   padding-top: 65px;
   /* padding-bottom: 47px; */
}

.page-template-template-front-beta .swiper-intro-container a,
.page-template-template-front-beta .swiper-intro-container h3 {
   color: white;
}

.page-template-template-front-beta .swiper-prev-img,
.page-template-template-front-beta .swiper-next-img {
   position: absolute;
   left: 0px !important;
   cursor: pointer;
   display: none;
   z-index: 11;

}

.page-template-template-front-beta .swiper-next-img {
   left: unset !important;
   right: 0px !important;
}

.page-template-template-front-beta .swiper-prev-img img,
.page-template-template-front-beta .swiper-next-img img {
   width: 40px;
   transition: transform .1s linear;
}

.page-template-template-front-beta .swiper-next-img:hover {
   right: 10px !important;
}

.page-template-template-front-beta .swiper-prev-img:hover {
   left: 10px;
}

.page-template-template-front-beta .swiper-next-img:hover img {
   transform: translateX(10px);
}

.page-template-template-front-beta .swiper-prev-img:hover img {
   transform: translateX(-10px);
}

.page-template-template-front-beta .products-col {
   margin-top: 0;
}

.page-template-template-front-beta .fourth-section-titles-inner {
   margin-top: 50px;
}


.home-blog-container img {
   aspect-ratio: 4 / 3;
   object-fit: cover;
}

.home-blog-container h3 {
   font-size: 18px;
   margin-top: 10px;
}

.blog-swiper {
   padding: 0 20px !important;
}


.page-template-template-front-beta .archive-header {
   display: none;
}
.page-template-template-front-beta .content-wrapper {
   padding-left: 0px;
   padding-right: 0px;
}
.page-template-template-front-beta .swiper-fade .swiper-slide.swiper-slide-active .slide-text-inner {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-title h1{
   max-width: 100%;
}
.page-template-template-front-beta .home-third-section-first-col {
   position: relative;
}

.page-template-template-front-beta .second-title {
   z-index: 10;
   left: 8%;
   display: none;
}

.page-template-template-front-beta .brand-name {
   display: none;

}

.page-template-template-front-beta .brand-name a {
   font-weight: bold;
}

.page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-button a {
   font-family: 'Granjon';
   font-weight: 700;
   text-decoration: underline;
   font-size: 25px;
   opacity: 70%;
}
.page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-button a:hover::before {
   width: 0%;
}
.page-template-template-front-beta #front-page-slider .swiper-pagination-bullet-active {
   background: #2f3339;
}
.page-template-template-front-beta #front-page-third-section {
   margin: 50px 0;
}
.page-template-template-front-beta .homepage-swiper-pagination {
   position: absolute;
   text-align: center;
   transition: .3s opacity;
   transform: translate3d(0, 0, 0);
   z-index: 10;
}

.page-template-template-front-beta .front-page-third-section-wrapper {
   display: flex;
   width: 100%;
   flex-direction: row;
   flex-wrap: unset;
   gap: 50px;
}

.page-template-template-front-beta .front-page-third-section-wrapper .home-third-section-first-col,
.front-page-third-section-wrapper .home-third-section-second-col {
   flex: unset;
   max-width: unset;
}

.page-template-template-front-beta .home-third-section-second-col {
   margin-top: unset;
}

.page-template-template-front-beta .front-page-third-section-wrapper .column-wrapper {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}

.page-template-template-front-beta .front-page-third-section-wrapper .column-wrapper .desc-wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 10px;
}

.page-template-template-front-beta .front-page-third-section-wrapper .column-wrapper .desc-wrapper .title {
   text-transform: uppercase;
}

.page-template-template-front-beta .front-page-third-section-wrapper .column-wrapper .desc-wrapper .desc {
   font-style: italic;
   text-align: center;
}

.page-template-template-front-beta .front-page-third-section-wrapper .column-wrapper .desc-wrapper .third-section-button a {
   font-weight: 600;
   font-size: 15px;
   text-decoration: underline;
}

.page-template-template-front-beta .gray-bg-wrapper {
   display: flex;
   flex-direction: column;
}

.page-template-template-front-beta .home-third-section-second-col {
   align-items: center;
}

.page-template-template-front-beta #swiper-blog .title-wrapper {
   padding: 20px 0px;
}
.page-template-template-front-beta .home-product-tabs .swiper-button-next:after {
   content: url(/wp-content/themes/shoptimizer/assets/images/icon-chevron-md-right.png) !important;
   line-height: 20px;
}
.page-template-template-front-beta .home-product-tabs .swiper-button-prev:after {
   content: url(/wp-content/themes/shoptimizer/assets/images/icon-chevron-md-left.png) !important;
   line-height: 20px;
}

.page-template-template-front-beta .home-product-tabs .swiper-button-next:hover::after {
   right: unset;
   content: url(/wp-content/themes/shoptimizer/assets/images/icon-chevron-md-right-white.png) !important;
   background: #2f333a;
}
.page-template-template-front-beta .home-product-tabs .swiper-button-prev:hover::after {
   left: unset;
   content: url(/wp-content/themes/shoptimizer/assets/images/icon-chevron-md-left-white.png) !important;
   background: #2f333a;
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
   .page-template-template-front-beta .second-title {
      left: 7% !important;
   }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
   .page-template-template-front-beta .second-title {
      left: 6% !important;
   }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
   .page-template-template-front-beta .second-title {
      left: 4% !important;
   }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
   .page-template-template-front-beta .second-title {
      left: 1% !important;
   }
   .page-template-template-front-beta
}

@media only screen and (min-width: 1100px) {

   .page-template-template-front-beta .second-title,
   .page-template-template-front-beta .brand-name {
      display: block;
   }

   /* .page-template-template-front-beta   .home-third-section-first-col{
      flex:0 0 45%;
      max-width: 45%;
      padding: 0 3% 0 10%;
   } */
}

@media (max-width: 991px) {
   .page-template-template-front-beta .front-page-third-section-wrapper {
      padding: 0 20px;
   }
}

@media (max-width: 700px) {
   .page-template-template-front-beta .front-page-third-section-wrapper {
      flex-wrap: wrap;
      padding-bottom: 20px;
   }

   .page-template-template-front-beta .front-page-third-section-wrapper .column-wrapper {
      padding: 0 30px;
   }

   .page-template-template-front-beta .front-page-third-section-wrapper .column-wrapper .desc-wrapper .title h3 {
      font-size: 20px !important;
   }
}

/* .page-template-template-front-beta   .home-third-section-second-col{
   flex:0 0 55%;
   max-width: 55%;
   padding: 0 7% 0 3%;
   
} */

.page-template-template-front-beta .home-third-section-second-col>.col-6 {
   margin: 0 1%;
}


.page-template-template-front-beta .fourth-section-titles-inner {
   margin-bottom: 0px !important;
}

.page-template-template-front-beta .front-page-fourth-section-wrapper {
   margin-bottom: 50px;
}

.page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-title h1 {
   font-size: 40px;
   font-family: 'Manrope-Regular' !important;
   opacity: 70%;
}

.page-template-template-front-beta .site-footer-top-wrapper {
   display: none;
}

.page-template-template-front-beta .home-blog-container .img-container{
   aspect-ratio: 4 / 3;
   overflow: hidden;
}

.page-template-template-front-beta .home-blog-container .img-container img{
   width: 100%;
   height: 100%;
}
@media (max-width: 991.98px) {
   .page-template-template-front-beta footer.site-footer .site-footer-menu {
      margin-bottom: 20px;
  }
}
@media (max-width: 575px) {

   .page-template-template-front-beta .home-blog-container .img-container {
      aspect-ratio: 3 / 4;
   }

   .page-template-template-front-beta footer.site-footer {
      padding: 25px 30px;
   }

   .page-template-template-front-beta .site-footer-first-row-wrapper {
      text-align: left !important;
   }

   .page-template-template-front-beta footer.site-footer .site-footer-menu:nth-child(2) {
      justify-content: flex-start;
      text-align: left;
      align-items: flex-start;
   }

   .page-template-template-front-beta footer.site-footer .site-footer-widget {
      text-align: left;
   }

   .page-template-template-front-beta footer.site-footer .site-footer-col {
      justify-content: flex-start;
   }
   .page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-button a {
      font-size: 25px;
  }

  .page-template-template-front-beta .swiper-button-prev{
      left: 0px;
  }
}

@media (max-width: 430px) {
   .page-template-template-front-beta #front-page-slider .slide-inner .slide-text {
      max-width: unset;
      width: 100%;
   }

   .page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-title h1 {
      font-size: 32px;
   }

   /* .page-template-template-front-beta .front-page-second-section-wrapper .selected-products-swiper .swiper-wrapper{
        margin-left: -50px;
    } */
   /* .page-template-template-front-beta .front-page-second-section-wrapper .selected-products-swiper .swiper-wrapper .swiper-slide {
        width: 180px !important;
    } */

   .page-template-template-front-beta .home-product-tabs .tab {
      justify-content: center;
   }

   .page-template-template-front-beta .home-product-tabs .tab button {
      padding: 14px 3px;
      font-size: 14px;
      margin: 0 6px;
   }

   .page-template-template-front-beta #front-page-third-section {
      margin: 10px 0;
   }

   .page-template-template-front-beta .home-blog-container h3 {
      font-size: 14px;
   }
}

.page-template-template-front-beta .newsletter-wrapper {
   width: calc(100% - 40px);
   margin: auto;
   max-width: 1400px;
}

.page-template-template-front-beta .newsletter-form-wrap .newsletter-form {
   gap: 10px;
}

.page-template-template-front-beta .newsletter-form-wrap .newsletter-form input[type=email] {
   border-style: solid;
   border-radius: 3px;
   border-width: 2px;
   border-color: #87878738;
   padding: 15px 30px;
   height: unset;
}

.page-template-template-front-beta .newsletter-form-wrap .newsletter-form input[type=submit] {
   border-style: solid;
   border-radius: 3px;
   border-width: 2px;
   border-color: #87878738;
   padding: 15px 30px;
   color: #878787;
}

.page-template-template-front-beta .newsletter-form-wrap .newsletter-form input[type=submit]:hover {
   background: black;
   color: white;
}

@media (max-width: 650px) {

   .page-template-template-front-beta .selected-products-swiper {
      padding: 5px;
   }

   .page-template-template-front-beta .newsletter-container {
      margin: 4rem 0 4rem;
   }

   .page-template-template-front-beta .newsletter-form-wrap .newsletter-form {
      flex-wrap: unset;
   }

   .page-template-template-front-beta .newsletter-form-wrap .newsletter-form>* {
      flex: unset;
   }

   .page-template-template-front-beta .newsletter-form-wrap .newsletter-form label {
      width: 75%;
   }

   .page-template-template-front-beta .newsletter-form-wrap .newsletter-form input[type=email] {
      padding: 10px 5px;
   }

   .page-template-template-front-beta .newsletter-form-wrap .newsletter-form input[type=submit] {
      padding: 10px 15px;
      width: 30%;
   }
}

#new-in-frontpage .new-in-shop-button {
   background: black;
   display: flex;
   max-width: 230px;
   align-items: center;
   justify-content: center;
   padding: 8px;
   border-radius: 3px;
}

#new-in-frontpage .new-in-shop-button a {
   font-size: 15px;
   font-family: 'Inter';
}

#new-in-frontpage p.new-in-small-title {
   color: #7d7d7d;
   letter-spacing: 3px;
   margin-bottom: 0px;
   font-size: 18px;
}

#new-in-frontpage h2.new-in-title {
   color: black !important;
   font-size: 52px;
   margin-top: 0px;
   font-family: 'Granjon';
   letter-spacing: -2px;
}

#new-in-frontpage p.new-in-description {
   color: black;
   margin-top: 22px;
   /* font-family: 'Granjon'; */
   font-size: 18px;
   line-height: 22px;
}

@media (max-width: 1566px) {
   .page-template-template-front-beta .swiper-intro-container {
      padding-top: 30px !important;
   }

   #new-in-frontpage p.new-in-small-title {
      font-size: 13px;
   }

   #new-in-frontpage h3.new-in-title {
      font-size: 40px;
   }

   #new-in-frontpage p.new-in-description {
      font-size: 14px;
   }

   #new-in-frontpage .new-in-shop-button {
      max-width: 190px;
      padding: 6px;
   }

   #new-in-frontpage .new-in-shop-button a {
      font-size: 14px;
   }
}

@media (min-width: 1059px) and (max-width: 1129px) {
   .page-template-template-front-beta .swiper-intro-container {
      padding-top: 60px !important;
   }

   #new-in-frontpage p.new-in-small-title {
      font-size: 18px;
   }

   #new-in-frontpage h3.new-in-title {
      font-size: 52px;
   }

   #new-in-frontpage p.new-in-description {
      font-size: 21px;
   }

   #new-in-frontpage .new-in-shop-button {
      max-width: 230px;
      padding: 8px;
   }

   #new-in-frontpage .new-in-shop-button a {
      font-size: 15px;
   }
}

@media (max-width: 1200px){

   .page-template-template-front-beta #front-page-slider .slide-inner .slide-text br{
      display: block!important;
   }
}

@media (max-width: 991px) {
   .page-template-template-front-beta .swiper-intro-container {
      padding-top: 10px !important;
   }
}

@media (max-width: 699px) {
   .page-template-template-front-beta .swiper-intro-container {
      padding-top: 60px !important;
   }

   #new-in-frontpage p.new-in-small-title {
      font-size: 12px;
   }

   #new-in-frontpage h3.new-in-title {
      font-size: 35px;
   }

   #new-in-frontpage p.new-in-description {
      font-size: 14px;
      line-height: 20px;
   }

   #new-in-frontpage .new-in-shop-button {
      max-width: 230px;
      padding: 8px;
   }

   #new-in-frontpage .new-in-shop-button a {
      font-size: 15px;
   }
}

@media (max-width: 600px){
   
   .page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-title h1 {
      font-size: 32px;
   }

   .page-template-template-front-beta #front-page-slider .slide-inner .slide-text{
      width: 100%;
      max-width: 100%;
   }
   .page-template-template-front-beta  #front-page-slider .slide-inner .slide-text .slide-title h1{
      max-width: 100%;
   }
}

@media (max-width: 450px) {
   #new-in-frontpage h2.new-in-title{
      font-size: 50px!important;
   }
   .page-template-template-front-beta .swiper-intro-container {
      padding-top: 5px !important;
   }

   .page-template-template-front-beta .front-page-fourth-section-wrapper {
      margin-bottom: 20px;
   }

   .page-template-template-front-beta .fourth-section-titles-inner {
      margin-top: 20px;
   }

   .page-template-template-front-beta .newsletter-form-wrap .newsletter-form{
      flex-direction: column;
      align-items: center;
   }

   .page-template-template-front-beta .newsletter-form-wrap .newsletter-form label {
      width: 100%;
   }

   .page-template-template-front-beta .newsletter-form-wrap .newsletter-form input[type=submit]{
      width: 100%;
   }
   
   .page-template-template-front-beta .instagram-feed-wrapper .big-title {
      font-size: 20px;
  }
}

@media (max-width: 375px){

   .page-template-template-front-beta #front-page-slider .slide-inner .slide-text .slide-title h1 {
      font-size: 38px;
   }
}

@media (max-width: 350px){
   .page-template-template-front-beta .home-product-tabs .tab button {
      padding: 14px 3px;
      font-size: 12px;
      margin: 0 6px;
   }
}