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/2026-Weber/general_bg.jpg') top center repeat;
  background-size: auto;
}
.section1 {
  padding-block: 0 2em;
}
.section1 .grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4rem;
}
.section1 .grid > a {
  text-align: center;
  display: block;
  color: white;
}
.section1 .grid > a span {
  display: block;
  border: solid thin white;
  aspect-ratio: 1;
  width: 12rem;
  border-radius: 50%;
  place-content: center;
  margin-inline: auto;
  margin-bottom: 1.6rem;
  transition: all linear 0.1s;
}
.section1 .grid > a img {
  margin-inline: auto;
}
.section1 .grid > a:hover span {
  transform: translateY(-1rem);
}
.section1banner {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section1banner.jpg') center center no-repeat;
  background-size: auto;
  height: 15.8rem;
}
.section3 {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section3.jpg') center top no-repeat;
  background-size: cover;
  padding-block: 3em 3em;
}
.section3 .desc1 {
  position: relative;
  padding-inline: 5em;
  margin-block: 4rem;
}
.section3 .desc1: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/2026-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);
}
.productSection-wrap {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 4rem;
  padding-block: 4rem;
}
.productSection {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.productSection .desc {
  width: 350px;
  flex-shrink: 0;
}
.productsCarousel {
  width: calc(100% - 350px - 3rem);
}
.productsCarousel .item {
  background-color: white;
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  height: 100%;
  transition: all linear 0.15s;
  overflow: hidden;
  isolation: isolate;
}
.productsCarousel .item .img {
  position: relative;
  z-index: -1;
  max-width: 250px;
  width: 100%;
  margin-inline: auto;
  display: block;
  transition: all linear 0.15s;
}
.productsCarousel .item a {
  display: block;
  color: #030607;
  font-size: 1rem;
}
.productsCarousel .item:hover .img {
  transform: scale(1.05);
}
.section4 {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section4.jpg') center top no-repeat;
  background-size: cover;
  padding-block: 3em 3em;
}
.section4Carousel {
  margin-top: 4rem;
}
.section4Carousel .item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.section4Carousel .item .poster {
  border-radius: 5rem;
  overflow: hidden;
}
.section4Carousel .item .desc {
  background-color: #1f2427;
  padding: 3rem 10% 2rem 10%;
  text-align: center;
  border-radius: 5rem;
  position: relative;
}
.section4Carousel .item .desc::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ed1d24;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.section4Carousel .item .desc .w900 {
  font-size: 1.625rem;
  margin-bottom: 1rem;
}
.section4Carousel .item .desc p {
  font-size: 1rem;
}
.section4Carousel .owl-item:nth-child(even) .poster {
  order: 2;
}
.section4Carousel .owl-item:nth-child(even) .desc {
  order: 1;
  padding: 2rem 10% 3rem 10%;
}
.section4Carousel .owl-item:nth-child(even) .desc::before {
  top: calc(100% - 10px);
}
.section5 {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section5.jpg') center top no-repeat;
  background-size: cover;
  padding-block: 3em 3em;
}
.section5Carousel {
  max-width: 90%;
  margin-inline: auto;
}
.section5Carousel .item {
  border-radius: 5rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2em 2em;
}
.section5Carousel .item p {
  margin-top: 1rem;
  font-size: 1rem;
}
.section6 {
  padding-block: 4rem;
}
.section6Carousel {
  max-width: 1200px;
  margin-inline: auto;
}
.section6Carousel .item {
  position: relative;
  isolation: isolate;
  padding-top: 6em;
}
.section6Carousel .item:hover .modelName {
  top: 0.5em;
}
.section6Carousel .item:hover .btnCommon {
  background-color: #FFD674;
}
.section6Carousel img {
  max-width: 25.625rem;
  margin-inline: auto;
}
.section6Carousel .modelName {
  font-size: 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.75em;
  width: 100%;
  text-align: center;
  z-index: -1;
  transition: all linear 0.15s;
  white-space: nowrap;
}
.section6Carousel p {
  height: 6rem;
}
.section6Carousel .btnCommon {
  margin-top: 3rem;
  max-width: 16rem;
  width: 100%;
  margin-inline: auto;
}
.section7 {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section7.jpg') center center no-repeat;
  background-size: auto;
  height: 19rem;
  display: block;
}
.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) {
  .section2Carousel .item {
    padding-inline: 0;
  }
  .productSection .desc {
    width: 280px;
  }
  .productsCarousel {
    width: calc(100% - 280px - 3rem);
  }
}
@media (max-width: 1350px) {
  .section9 .pan {
    width: 23%;
  }
  .section9 .desc {
    height: 23rem;
    padding-inline: 4em 20em;
  }
  .section9 .text {
    right: -7%;
  }
}
@media (max-width: 1300px) {
  .section1banner {
    background-size: 130%;
    height: 17.3vw;
  }
  .section7 {
    background-size: 130%;
    height: 20.8vw;
  }
}
@media (max-width: 1200px) {
  .section6Carousel .modelName {
    font-size: 4rem;
    top: 4.2rem;
  }
  .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) {
  .section1banner {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section1banner-991.jpg') center center no-repeat;
    background-size: 100%;
    height: 25vw;
  }
  .section3 {
    padding-block: 3em;
  }
  .section3 .desc1 {
    padding-inline: 0;
  }
  .section3 .desc1:after {
    content: unset;
  }
  .productSection-wrap {
    padding-bottom: 3rem;
  }
  .productSection-wrap .flexCol_12 {
    padding-inline: 0;
  }
  .productSection {
    gap: 1.5rem;
    margin-block: 0 2.5rem;
    flex-direction: column;
  }
  .productSection .desc {
    text-align: center;
    width: 100%;
    max-width: 25rem;
  }
  .productsCarousel {
    margin-top: 0;
    width: 100%;
  }
  .productsCarousel .item {
    width: 20rem;
  }
  .section4Carousel .item .desc .w900 {
    font-size: 1.375rem;
  }
  .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 {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section7-991.jpg') center center no-repeat;
    background-size: 100%;
    height: 27vw;
  }
  .section9 {
    padding-block: 10em 5rem;
  }
  .section9 .text {
    top: 5rem;
  }
}
@media (max-width: 768px) {
  .MyLPs .btnCommon {
    font-size: 1rem;
  }
  .section1 .grid > a span {
    width: 95%;
  }
  .section1 .grid > a img {
    width: 50%;
  }
  .section1banner {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section1banner-768.jpg') center center no-repeat;
    background-size: 100%;
    height: 37vw;
  }
  .section4 {
    background: #070b0c url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section4m.jpg') center top no-repeat;
    background-size: 100%;
    padding-block: 3em 4em;
  }
  .section5 {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section5m.jpg') center top no-repeat;
    background-size: cover;
    padding-block: 3em 3em;
  }
  .section6Carousel p {
    height: auto;
  }
  .section6Carousel .modelName {
    top: 0.9rem;
  }
  .section6Carousel .item {
    padding-top: 3rem;
  }
  .section7 {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section7-768.jpg') center center no-repeat;
    background-size: 100%;
    height: 34vw;
  }
  .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;
    padding: 1.2em 1.2em;
  }
  .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;
  }
  .section1banner {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section1banner-576.jpg') center center no-repeat;
    background-size: 100%;
    height: 46vw;
  }
  .generalCarousel_settings .owl-nav button {
    width: 3rem;
    height: 3rem;
  }
  .section3 {
    background: #070b0c url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section3m.jpg') center top no-repeat;
    background-size: 100%;
    padding-block: 1em 3em;
  }
  .section3 .desc1 {
    margin-block: 4rem 0;
  }
  .productsCarousel .item {
    width: 15rem;
  }
  .section7 {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2026-Weber/section7-576.jpg?1') center bottom no-repeat;
    background-size: 100%;
    height: 66vw;
  }
  .section10 {
    padding-block: 2.5em 2.2em;
  }
}
@media (max-width: 470px) {
  .section9 {
    padding-block: 0 3em;
  }
  .section9 .desc {
    padding: 35% 2em 2em 2em;
  }
  .section9 .desc:after {
    border-radius: 110px;
  }
  .section9 .text {
    top: 2rem;
  }
}