html {
  scroll-behavior: smooth;
}
.MyLPs {
  color: white;
  overflow: hidden !important;
  background-color: black;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 700 !important;
  border-radius: 5px;
  padding: 0.9em 1.2em;
  transition: all linear 0.1s;
  display: flex;
  justify-content: center;
  max-width: 13.75rem;
  width: 100%;
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon.white {
  background-color: white;
}
.MyLPs .btnCommon.white:hover {
  opacity: 0.9;
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 5rem;
  font-weight: 900;
}
.MyLPs p {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.MyLPs .f14 {
  font-size: 0.875rem;
}
.MyLPs .f18 {
  font-size: 1.125rem;
  line-height: 1.3;
}
.MyLPs .f34 {
  font-size: 2.125rem;
}
.MyLPs .f30 {
  font-size: 1.875rem;
}
.generalSectionBg {
  background: black url('https://support3.you.gr/you/redesign/landing_pages/weber/general_bg.jpg') top center repeat;
  background-size: auto;
}
.section1 {
  padding-block: 0 2em;
}
.section2 {
  background: black url('https://support3.you.gr/you/redesign/landing_pages/weber/section2.jpg') center center repeat;
  background-size: cover;
  height: 38rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
.section2 .flexCol_11 {
  display: flex;
  justify-content: end;
}
.section2 .desc {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
  border: solid thin rgba(255, 255, 255, 0.6);
  border-right: 0;
  width: 72%;
  padding: 5em 0 5em 7em;
}
.section2 .desc > div {
  width: 60%;
  min-width: 23.75rem;
}
.section3 {
  padding-block: 3em 8em;
}
.section3 .desc {
  position: relative;
  padding-inline: 5em;
}
.section3 .desc:after {
  content: '';
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  top: 8rem;
  border-radius: 50rem;
  border: solid thin rgba(255, 255, 255, 0.6);
}
.section2Carousel .item {
  padding-inline: 2em;
}
.section2Carousel .item img {
  /*max-width: 25.125rem;*/
  margin-inline: auto;
}
.section2Carousel .item .f30 {
  margin-block: 1.4rem;
  text-wrap: balance;
}
.section2Carousel .item p {
  font-size: 1.125rem;
}
.generalCarousel_settings .owl-nav button {
  width: 5rem;
  height: 5rem;
  background: url('https://support3.you.gr/you/redesign/landing_pages/weber/carousel_arrow.png') center center no-repeat !important;
  background-size: cover !important;
  border-radius: 50% !important;
}
.generalCarousel_settings .owl-nav button span {
  display: none;
}
.generalCarousel_settings .owl-nav button.owl-prev {
  transform: scale(-1);
}
.section4 {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  padding-block: 5em;
}
.section4 .poster {
  width: 100%;
  height: 20rem;
}
.section4 .poster1 {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
  background: url('https://support3.you.gr/you/redesign/landing_pages/weber/section4-1.jpg') center center no-repeat;
  background-size: cover;
}
.section4 .poster2 {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
  background: url('https://support3.you.gr/you/redesign/landing_pages/weber/section4-2.jpg') center center no-repeat;
  background-size: cover;
}
.section4 .desc {
  max-width: 33rem;
  width: 100%;
  padding-inline: 1.5em;
}
.section4 .desc2 {
  text-align: right;
}
.section4 > div:nth-child(3) {
  display: flex;
  justify-content: end;
}
.section5 {
  background: url('https://support3.you.gr/you/redesign/landing_pages/weber/section5bg.jpg') center right no-repeat fixed;
  background-size: cover;
  padding-block: 4em;
}
.section5Carousel .item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.section5Carousel .poster {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section5Carousel .poster,
.section5Carousel .desc {
  width: 16rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
.section5Carousel .desc {
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.section5Carousel .dottedTop:after,
.section5Carousel .dottedBottom:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 1rem;
  aspect-ratio: 1;
  background-color: #ed1d24;
}
.section5Carousel .dottedTop:after {
  top: -0.5rem;
}
.section5Carousel .dottedBottom:after {
  bottom: -0.5rem;
}
.section5Carousel .title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.section5Carousel p {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.section6 {
  padding-block: 4rem;
}
.section6Carousel .item {
  position: relative;
  isolation: isolate;
  padding-top: 6em;
}
.section6Carousel .item:hover .modelName {
  top: 0;
}
.section6Carousel .item:hover .btnCommon {
  background-color: #FFD674;
}
.section6Carousel img{ 
 max-width:28rem!important;
}
.section6Carousel .modelName {
  font-size: 6.5rem;
  font-weight: 900;
  background: #485563;
  background: linear-gradient(180deg, #485563 0%, #8f9aa7 48%, #4d5b6b 100%);
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  opacity: 0.4;
  position: absolute;
  top: 0.3em;
  width: 100%;
  text-align: center;
  z-index: -1;
  transition: all linear 0.15s;
}
.section6Carousel .btnCommon {
  margin-top: 3rem;
  max-width: 16rem;
  width: 100%;
  margin-inline: auto;
}
.section7 {
  padding-block: 5rem;
}
.section7 .btnCommon {
  margin-top: 4rem;
}
.section7 .productSection {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 350px repeat(3, minmax(0, 1fr));
  align-items: center;
}
.section7 .productSection .img {
  width: 72%;
  aspect-ratio: 1;
  background-color: white;
  border-radius: 50%;
  margin-bottom: 2rem;
  margin-inline: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section7 .productSection .img img {
  transition: all linear 0.1s;
}
.section7 .productSection .img:hover img {
  transform: scale(0.9);
}
.section7 .productSection .img:hover + a {
  color: #ffc439;
}
.section7 .productSection .title {
  color: white;
  font-size: 1.125rem;
  transition: all linear 0.1s;
}
.section7 .productSection .title:hover {
  color: #ffc439;
}
.section8 {
  background: url('https://support3.you.gr/you/redesign/landing_pages/weber/section8.jpg') right center no-repeat;
  background-size: cover;
  padding-block: 4em;
}
.section8 .accessories {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}
.section8 .accessories > div {
  text-align: center;
}
.section8 .accessories > div .img {
  width: 6.9rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid thin rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  transition: all linear 0.1s;
}
.section8 .accessories > div .img img {
  width: 5.375rem;
  transition: all linear 0.1s;
}
.section8 .accessories > div .img:hover {
  border: solid thin #ffc439;
}
.section8 .accessories > div .img:hover img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(58%) saturate(647%) hue-rotate(333deg) brightness(103%) contrast(101%);
}
.section8 .accessories > div .img:hover + a {
  color: #ffc439;
}
.section8 .accessories > div a {
  color: white;
  font-size: 1.125rem;
  transition: all linear 0.1s;
}
.section8 .accessories > div a:hover {
  color: #ffc439;
}
.section9 {
  padding-block: 12em 5rem;
  position: relative;
  isolation: isolate;
}
.section9 .pan {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1;
  width: 20%;
}
.section9 .desc {
  position: relative;
  height: 28rem;
  display: flex;
  align-items: center;
  padding-inline: 4em 24em;
}
.section9 .desc:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0rem;
  border-radius: 50rem;
  border: solid thin rgba(255, 255, 255, 0.6);
  z-index: -1;
}
.section9 .text {
  border-top: solid thin rgba(255, 255, 255, 0.6);
  border-left: solid thin rgba(255, 255, 255, 0.6);
  border-top-left-radius: 100px;
  position: absolute;
  right: 0;
  top: 5rem;
  bottom: 0;
}
.section9 .text .text-inner {
  padding-inline: 3em;
  width: 70%;
}
.section10 {
  padding-block: 4em;
  position: relative;
}
.section10:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.section10 .desc {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.section10 a img {
  transition: all linear 0.15s;
}
.section10 a:hover img {
  filter: drop-shadow(0 0 0.75rem black);
  transform: scale(0.99);
}
@media (max-width: 1400px) {
  .section5Carousel .poster,
  .section5Carousel .desc {
    width: 13rem;
  }
  .section5Carousel .title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
  .section2Carousel .item {
    padding-inline: 0;
  }
}
@media (max-width: 1350px) {
  .section9 .pan {
    width: 23%;
  }
  .section9 .desc {
    height: 23rem;
    padding-inline: 4em 20em;
  }
  .section9 .text {
    right: -7%;
  }
}
@media (max-width: 1200px) {
  .section5Carousel .owl-nav {
    margin-top: 2.5rem !important;
  }
  .section7 .productSection {
    grid-template-columns: 260px repeat(3, minmax(0, 1fr));
  }
  .section9 .pan {
    width: 23%;
  }
  .section9 .desc {
    height: 30vw;
    min-height: 19rem;
    padding-inline: 4em 22em;
  }
  .section9 .text {
    padding-top: 0.4em;
    border-top-left-radius: 70px;
    right: 0;
    top: 7rem;
    width: 25rem;
  }
  .section9 .text .text-inner {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .section2 .desc > div {
    width: 95%;
  }
  .section3 {
    padding-block: 3em;
  }
  .section3 .desc {
    padding-inline: 0;
  }
  .section3 .desc:after {
    content: unset;
  }
  .section6Carousel {
    isolation: isolate;
  }
  .section6Carousel .owl-nav {
    margin-top: 0 !important;
  }
  .section6Carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .section6Carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translateY(-50%) scale(-1);
  }
  .section6Carousel .owl-nav button.owl-next {
    right: 0;
  }
  .section7 .productSection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .section7 .productSection > div:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .section8 {
    background: black url('https://support3.you.gr/you/redesign/landing_pages/weber/general_bg.jpg') top center repeat;
    background-size: cover;
  }
  .section8 .accessories {
    margin-block: 2rem;
  }
  .section9 {
    padding-block: 10em 5rem;
  }
  .section9 .text {
    top: 5rem;
  }
}
@media (max-width: 768px) {
  .MyLPs .btnCommon {
    font-size: 1rem;
  }
  .section2 .desc {
    width: 90%;
  }
  .section2 .desc > div {
    width: 95%;
  }
  .section4 {
    gap: 3rem;
    grid-template-columns: 1fr;
    padding-block: 0 4em;
  }
  .section4 .poster {
    width: 90%;
    height: 35vw;
    min-height: 11.25rem;
  }
  .section4 .poster1 {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
    background: url('https://support3.you.gr/you/redesign/landing_pages/weber/section4-1m.jpg') center center no-repeat;
    background-size: cover;
  }
  .section4 .poster2 {
    border-radius: 0;
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
    background: url('https://support3.you.gr/you/redesign/landing_pages/weber/section4-2m.jpg') center center no-repeat;
    background-size: cover;
  }
  .section4 .desc {
    max-width: 33rem;
    width: 100%;
    padding-inline: 3em;
  }
  .section4 .desc2 {
    text-align: left;
  }
  .section4 > div:nth-child(3) {
    display: flex;
    justify-content: start;
    grid-row-start: 4;
  }
  .section4 > div:first-child,
  .section4 > div:nth-child(4) {
    border-top: solid thin rgba(255, 255, 255, 0.4);
    padding-top: 3rem;
  }
  .section6Carousel .modelName {
    top: 0;
  }
  .section6Carousel .owl-nav button.owl-prev {
    left: -5rem;
  }
  .section6Carousel .owl-nav button.owl-next {
    right: -5rem;
  }
  .section9 {
    padding-block: 3em;
  }
  .section9 .desc {
    height: auto;
    display: block;
    padding: 25% 4em 2em 4em;
    text-align: center;
  }
  .section9 .desc:after {
    border-radius: 150px;
  }
  .section9 .text {
    top: 4rem;
    bottom: unset;
    border: none;
    width: 70%;
  }
}
@media (max-width: 700px) {
  .section10 .desc {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .section10 a {
    max-width: 28rem;
    display: block;
  }
}
@media (max-width: 576px) {
  .MyLPs .btnCommon {
    font-size: 0.875rem;
  }
  .MyLPs p {
    font-size: 1rem;
  }
  .MyLPs h2 {
    font-size: 2.125rem;
    margin-bottom: 3rem;
  }
  .MyLPs .f34 {
    font-size: 1.5rem;
  }
  .MyLPs .f30 {
    font-size: 1.625rem;
  }
  .section2 {
    background: black url('https://support3.you.gr/you/redesign/landing_pages/weber/section2m.jpg') center center repeat;
    background-size: cover;
    height: auto;
    padding-block: 3.5em;
  }
  .section2 .desc {
    padding: 3em 0 2.6em 3em;
  }
  .section2 .desc > div {
    min-width: unset;
  }
  .section3 {
    padding-block: 1em 3em;
  }
  .section4 .desc {
    max-width: 33rem;
    width: 100%;
    padding-inline: 1.5em;
  }
  .section5 {
    background: url('https://support3.you.gr/you/redesign/landing_pages/weber/section5bg-m.jpg') top center no-repeat fixed;
    background-size: cover;
    padding-block: 1em 4em;
  }
  .generalCarousel_settings .owl-nav button {
    width: 3rem;
    height: 3rem;
  }
  .section6 {
    padding-block: 1em 3em;
  }
  .section6Carousel .modelName {
    font-size: 5.5rem;
  }
  .section6Carousel .owl-nav button.owl-prev {
    left: -2rem;
  }
  .section6Carousel .owl-nav button.owl-next {
    right: -2rem;
  }
  .section7 {
    padding-block: 2.5em;
  }
  .section7 .productSection {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .section7 .productSection .img {
    margin-bottom: 0;
    margin-inline: unset;
    width: 7rem;
  }
  .section7 .productSection > div {
    padding-inline: 2em;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
    border-bottom: solid thin rgba(255, 255, 255, 0.3);
    padding-bottom: 1em;
  }
  .section7 .productSection > div:first-child {
    padding-inline: 0;
    justify-content: center;
  }
  .section8 {
    padding-block: 3em ;
  }
  .section10 {
    padding-block: 2.5em 2.2em;
  }
}
@media (max-width: 470px) {
  .section5Carousel .poster,
  .section5Carousel .desc {
    width: 10rem;
  }
  .section5Carousel .desc {
    padding: 2em 1em;
  }
  .section5Carousel .title {
    font-size: 1em;
  }
  .section5Carousel p {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .section7 .productSection > div {
    gap: 1.5rem;
  }
  .section7 .productSection .img {
    width: 4.5rem;
  }
  .section8 .accessories {
    margin-block: 1rem 0;
  }
  .section8 .accessories > div .img {
    width: 5.5rem;
  }
  .section9 {
    padding-block: 0 3em;
  }
  .section9 .desc {
    padding: 35% 2em 2em 2em;
  }
  .section9 .desc:after {
    border-radius: 110px;
  }
  .section9 .text {
    top: 2rem;
  }
}