.MyLPs {
  color: #2b2d40;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  background-color: #EBEBEB;
}

.MyLPs img:not(.WebPartTypeIcon) {
  display: block;
  width: fit-content;
}

.MyLPs html {
  scroll-behavior: smooth;
}

.MyLPs * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  scroll-behavior: smooth;
}

.MyLPs body.stopScroll {
  overflow: hidden;
}

.MyLPs .container {
  max-width: 1280px !important;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

.MyLPs sup {
  font-size: 65%;
}

.MyLPs .non_active_nav {
  background-color: none;
}

.MyLPs .w100 {
  width: 100%;
}

.MyLPs .video-wrapper .w100:before {
  display: none;
}

.MyLPs .video-wrapper.playing .w100:before {
  content: "";
  background: #2D2C42;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
}

/* Navbar CSS Starts */

.MyLPs .navbar {
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  background-color: #2D2C42;
  padding: 11px 78px 11px 25px;
  transition: all 0.35s ease;
  height: 50px;
  width: 100%;
}

.MyLPs .navbar ul {
  list-style: none;
}

.MyLPs .logo {
  margin-right: 50px;
  width: 74px;
  height: 28px;
}

.MyLPs .nav-links {
  display: flex;
  align-items: center;
  gap: 75px;
}

.MyLPs .nav-links a {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.36s ease;
}

.MyLPs .nav-links .active_nav {
  background-color: #555;
  padding: 20px 24px;
}

.MyLPs .menu-btn {
  position: absolute;
  top: 9px;
  left: 20px;
  width: 30px;
  cursor: pointer;
  background: aliceblue;
  display: none;
}

/* Navbar CSS Ends */

/* hero CSS Starts */

.MyLPs .hero-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  padding: 48px 0 0 78px;
  gap: 20px;
  color: #ffffff;
  position: absolute;
  z-index: 3;
}

.MyLPs .hero-text h1 {
  font-size: 36px;
}

.MyLPs .hero-text h3 {
  font-size: 28px;
  font-weight: 500;
}

.MyLPs .hero-text .txt1 {
  border: 2px solid #fff;
  padding: 6px 12px;
  width: 125px;
  height: 30px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  color: #2D2C42;
}

.MyLPs .title-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 750px;
}

.MyLPs .hero-text .btn::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  right: 0%;
  bottom: 0;
  background: #2D2C42;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.MyLPs .video-wrapper {
  position: relative;
  display: flex;
  min-width: 0;
}

.MyLPs .video-wrapper video {
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 500;
  object-fit: cover;
  object-position: top center;
}

.MyLPs .video-wrapper.home-first-video video {
  aspect-ratio: 1280 / 500;
}

.MyLPs .video-wrapper.beauty-first-video video {
  aspect-ratio: 1280 / 550;
}

.MyLPs .video-wrapper1 video {
  width: 100%;
  height: 510px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.MyLPs .video-wrapper .w100 {
  position: relative;
}

.MyLPs .video-wrapper .play-video {
  background: url("https://support3.you.gr/you/redesign/landing_pages/2026_Dyson/images/Homepage/hero_banner/icon-play.svg") center;
  width: 22px;
  height: 22px;
  display: flex;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MyLPs .video-wrapper .play-video {
  background: url("https://support3.you.gr/you/redesign/landing_pages/2026_Dyson/images/Homepage/hero_banner/icon-pause.svg") center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MyLPs .video-wrapper:not(.playing) .play-video:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #bfbebd;
  border-radius: 50px;
  z-index: 1;
}

.MyLPs .video-wrapper:not(.playing) .play-video:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #2D2C42;
  transform: rotate(-90deg);
  z-index: 2;
  position: relative;
  left: 1px;
}

.MyLPs .video-wrapper:not(.playing) .video-placeholder {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  opacity: 1;
  transition: all ease 1s;
}

.MyLPs .video-wrapper .video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  transition: all ease 1s;
  opacity: 0;
}

.MyLPs .video-placeholder img {
  aspect-ratio: 1280 / 510;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.MyLPs .styling-vids-height video {
  width: 100%;
  height: 510px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.MyLPs .d-block {
  display: none !important;
}

.MyLPs .d-none {
  display: block !important;
}

.MyLPs .button {
  background-color: #ffc539 !important;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: #2C2D31 !important;
  border-radius: 5px;
  border: none;
  padding: 20px 30px;
  transition: background-color 0.3s ease-out;
  width: 240px;
}

.MyLPs .button:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.MyLPs .homecta {
  min-width: 260px;
}

/* hero CSS Ends */

/* RTB CSS Starts */

.MyLPs .rtb {
  background-color: #2D2C42;
  padding: 24px 53px 56px 78px;
  color: #ffffff;
  /* height: 300px; */
}

.MyLPs .rtb h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

.MyLPs .rtb p {
  font-size: 20px;
  padding-bottom: 16px;
}

.MyLPs .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 18px;
  margin-top: 16px;
}

.MyLPs .icon {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.MyLPs .icon span {
  font-size: 16px;
}

.MyLPs .icon img {
  /* max-width: 64px; */
  max-height: 60px;
}

.MyLPs .icon h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.MyLPs .icon p {
  font-size: 18px;
  color: #666;
}

/* RTB CSS Ends */

/* Card CSS Starts */

.MyLPs .card-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  padding: 20px 40px;
}

.MyLPs .card {
  width: 30%;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.MyLPs .card-head h3 {
  padding: 44px 78px 48px 78px;
  font-size: 32px;
  color: #2D2C42;
}

.MyLPs .card img {
  width: 100%;
  height: auto;
}

.MyLPs .card-content {
  padding: 30px 16px 30px 24px;
}

.MyLPs .card-content h5 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #2D2C42;
}

.MyLPs .card-content p {
  font-size: 18px;
  color: #555555;
  margin-bottom: 20px;
}

.MyLPs .card-content button {
  padding: 20px 24px;
  font-size: 18px;
  width: 100%;
  height: 60px;
  background-color: #FFC439;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.MyLPs .card-content button:hover {
  background-color: #FFC439;
}

/* CARDS STYLES */
.MyLPs .container-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 82px;
  row-gap: 90px;
  padding: 0 140px 28px;
  margin-bottom: 78px;
}

.MyLPs .col-3 {
  column-gap: 28px;
  row-gap: 32px;
  padding-left: 78px;
  padding-right: 78px;
}

.MyLPs .card-s {
  background-color: white;
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 41px);
}

.MyLPs .col-3 .card-s {
  max-width: 356px;
  flex: 1 1 calc(33.333% - 56px);
}

.MyLPs .card-image {
  max-width: 100%;
  aspect-ratio: 457 / 257;
  object-fit: cover;
  display: block;
  /* Prevents inline space below the image */
}

.MyLPs .card-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  flex-grow: 1;
  /* Allow the contents to grow and fill available space */
  overflow: auto;
  padding: 32px 21px;
}

.MyLPs .card-contents .card-title-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.MyLPs .card-contents h5,
.MyLPs .card-contents h6 {
  font-size: 24px;
}

.MyLPs .card-contents h6.fs-18 {
  font-size: 18px;
}

.MyLPs .card-contents p {
  font-size: 18px;
  color: #555555;
  line-height: 28px;
}

.MyLPs .card-contents .button {
  width: 100%;
  background-color: 2D2C42;
  color: #fff;
}

.MyLPs .card-contents .button:hover {
  background-color: #FFC439;
}

.MyLPs .card-header {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.MyLPs .card-list-items {
  padding: 0px 0px 0px 22px;
}

.MyLPs .card-flex-grow {
  display: flex;
  flex-grow: 1;
}

.MyLPs .card-list-items li {
  font-size: 16px !important;
  color: #555555;
  line-height: 22px;
  padding-bottom: 5px;
}

.MyLPs .explore-button {
  border: none;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
  cursor: pointer;
  display: inline-block;
  padding: 20px 24px;
  background: #2D2C42;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}

.MyLPs .explore-button:hover {
  background-color: #FFC439;
  color: #fff;
}

.MyLPs .shopnow-button {
  border: none;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
  cursor: pointer;
  display: inline-block;
  padding: 20px 24px;
  background: #FFC439;
  color: #2D2C42;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}

.MyLPs .shopnow-button:hover {
  background-color: 2D2C42;
  color: #fff;
}

.MyLPs .card-motif {
  width: 220px;
}

/* Card CSS ends */

/* carousel CSS Starts */

.MyLPs .carousel-container {
  position: relative;
}

.MyLPs .carousel {
  display: flex;
  overflow: hidden;
}

.MyLPs .carousel-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  position: relative;
  width: 100%;
  height: 510px;
  transition: transform 0.5s ease;
}

.MyLPs .carousel-item .image-wrapper {
  display: flex;
  width: 100%;
}

.MyLPs .carousel-item .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 510px;
  aspect-ratio: 1280 / 510;
  object-fit: cover;
  object-position: right top;
}

/* .carousel-container.beauty-first-carousel .carousel-item {
  max-height: 480px;
}
.carousel-container.beauty-first-carousel img {
  max-height: 480px;
  aspect-ratio: 1280 / 480;
} */

.MyLPs .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.5s ease;
}

.MyLPs .carousel-control.prev {
  left: 10px;
}

.MyLPs .carousel-control.next {
  right: 10px;
}

.MyLPs .carousel-navigation {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.MyLPs .nav-btn {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  opacity: 60%;
  transition: background-color 0.3s ease;
}

.MyLPs .nav-btn.active {
  background-color: #fff;
  width: 12px;
  height: 12px;
  top: 0px;
}

.MyLPs .carousel-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  gap: 16px;
  width: 50%;
  max-width: 750px;
  position: absolute;
  top: 48px;
  left: 78px;
  right: 0;
}

.MyLPs .carousel-text .txt1 {
  padding: 8px 12px;
  width: 125px;
  height: 30px;
  background-color: #fff;
  color: #2D2C42;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
}

.MyLPs .carousel-text h2 {
  font-size: 36px;
  color: #ffffff;
}

.MyLPs .carousel-text p {
  font-size: 18px;
  color: #ffffff;
}

.MyLPs .carousel-text.homepage-carousel-text-item-2 h2,
.MyLPs .carousel-text.homepage-carousel-text-item-3 h2 {
  font-size: 39px;
}

.MyLPs .carousel-text.homepage-carousel-text-item-4 {
  /* left: auto;
  right: 103px;
  top: 50%;
  transform: translateY(-50%); */
  color: #2D2C42;
  gap: 10px;
}

.MyLPs .carousel-text.homepage-carousel-text-item-4 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}


.MyLPs .carousel-text.homepage-carousel-text-item-2 *,
.MyLPs .carousel-text.homepage-carousel-text-item-3 *,
.MyLPs .carousel-text.homepage-carousel-text-item-4 * {
  color: #2D2C42;
}

.MyLPs .beauty-carousel .carousel-text p {
  font-size: 18px;
}

.MyLPs .beauty-carousel .beautypage-carousel-text-item-1 p {
  font-size: 16px;
}

.MyLPs .beauty-carousel .carousel-text {
  gap: 0;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-1 .logo-1 {
  margin-bottom: 13px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-1 h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-1 p {
  margin-bottom: 40px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-2 .logo-2 {
  margin-bottom: 20px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-2 h2 {
  margin-bottom: 12px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-2 p {
  margin-bottom: 34px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-3 .logo-3 {
  margin-bottom: 5px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-3 h2 {
  margin-bottom: 12px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-3 p {
  margin-bottom: 20px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-4 .logo-4 {
  margin-bottom: 24px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-4 h2 {
  margin-bottom: 12px;
}

.MyLPs .carousel-text.beautypage-carousel-text-item-4 p {
  margin-bottom: 20px;
}

.MyLPs .carousel-text .button {
  border: none;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  background: #FFC439;
  color: #2D2C42;
  font-size: 18px;
  line-height: 1;
  height: 64px;
  cursor: pointer;
}

.MyLPs .carousel-text .button:hover {
  background-color: #fff;
  color: #2D2C42;
}

/* carousel CSS Ends */

/* myDyson_section CSS starts */

.MyLPs .mydyson_section {
  background-color: #f9f7fa;
  padding: 50px 78px 50px 78px;
  color: #ffffff;
}

.MyLPs .mydyson_section-text {
  text-align: center;
}

.MyLPs .mydyson_section h2 {
  font-size: 24px;
  color: #2D2C42;
  padding: 20px 0px 10px 0px;
}

.MyLPs .mydyson_section p {
  font-size: 16px;
  color: #555555;
  padding-bottom: 10px;
}

.MyLPs .mydyson_section .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin: 0;
}

.MyLPs .mydyson_section .middle-row {
  display: flex;
  flex-direction: column;
  max-width: 770px;
  margin: 0 auto;
}

.MyLPs .mydyson_section .middle-row .row {
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  row-gap: 20px;
  column-gap: 130px;
}

.MyLPs .row:before {
  content: none;
}

.MyLPs .mydyson_section .row h3 {
  color: #222222;
}

.MyLPs .mydyson_section .row p {
  color: #555555;
}

.MyLPs .mydyson_section .icon {
  padding: 0;
  align-items: center;
  text-align: center;
  gap: 0;
}

.MyLPs .mydyson_section .icon img {
  max-width: 50px;
  margin-bottom: 15px;
}

.MyLPs .mydyson_section .icon h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.MyLPs .mydyson_section .icon p {
  font-size: 0.9rem;
  color: #666;
}

.MyLPs .mydyson-appstore {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.MyLPs .mydyson-appstore a {
  display: flex;
}

/* myDyson_section CSS Ends */

/* brand_section CSS starts */

.MyLPs #brand-section {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-image: url("https://support3.you.gr/you/redesign/landing_pages/2026_Dyson/images/Homepage/brand_section/Image-11.jpg");
  color: #2D2C42;
  border-bottom: 2px solid #ebebeb;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.MyLPs .brand-section-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin: 150px 78px 0px 78px;
  max-width: 360px;
  gap: 8px;
}

.MyLPs .brand-section-text h4 {
  font-size: 28px;
}

.MyLPs .brand-section-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.MyLPs .play-icon {
  background: #fff;
  margin-left: 78px;
  height: 98px;
  cursor: pointer;
  border: 2px solid #ebebeb;
  max-width: 356px;
}

.MyLPs .play-icon-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 13px;
}

.MyLPs .play-icon-text span {
  font-size: 14px;
  font-weight: 600;
}

.MyLPs .brand-section .brand-section-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px 78px 68px 78px;
}

.MyLPs .brand-section-image img {
  width: 546px;
}

.MyLPs .brand-section-image h6 {
  font-size: 18px;
  color: #2D2C42;
  margin: 20px 0px 10px 0px;
}

.MyLPs .brand-section-image p {
  font-size: 16px;
  color: #555555;
}

.MyLPs .video-container {
  display: flex;
  position: relative;
}

.MyLPs .video-btn {
  cursor: pointer;
}

.MyLPs .video-btn:hover {
  background-color: #2980b9;
}

.MyLPs .video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.MyLPs .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.MyLPs #video-wh {
  width: 1098px;
  height: 618px;
}

.MyLPs .video-content iframe {
  width: 80vw;
  max-width: 800px;
  height: 60vh;
}

.MyLPs .close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 1.2em;
  background-color: #2D2C42;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* brand_section CSS Ends */

.MyLPs .brand-section-text {
  width: 50% !important;
}

.MyLPs .grid-container {
  display: flex;
  gap: 32px;
  /* Adjust spacing between items */
  justify-items: center;
  /* Center items in the available space */
  margin: 0 auto;
  /* Center the container */
  padding: 32px 78px 32px 78px;
}

.MyLPs .grid-item img {
  max-width: 100%;
  aspect-ratio: 546 / 307;
  height: auto;
  display: block;
  margin: 0 auto;
  /* Center image and add space below */
}

.MyLPs .grid-item h6 {
  font-size: 18px;
  color: #2D2C42;
}

.MyLPs .grid-item .content-block {
  display: flex;
  flex-direction: column;
  padding: 16px 0 32px;
  gap: 8px;
}

.MyLPs .grid-item p {
  font-size: 16px;
  color: #555555;
  padding: 0;
}

.MyLPs .brand-section-text {
  width: 50% !important;
}

@media screen and (max-device-width: 576px) {
  .MyLPs .card-contents h5 {
    font-size: 20px;
  }
}

@media screen and (max-device-width: 768px) {
  .MyLPs .container-cards {
    padding: 20px;
  }

  .MyLPs .card-contents h5 {
    font-size: 20px;
  }

  .MyLPs .grid-container {
    padding: 25px;
  }

  .MyLPs .brand-section-text {
    width: 100% !important;
    padding: 20px;
    margin: 0 auto;
    max-width: 100%;
  }

  .MyLPs .grid-container {
    padding: 30px 25px 0px 25px;
  }
}

/* Responsive CSS Starts */
@media (min-device-width: 561px) and (max-device-width: 1200px) {
  .MyLPs .video-content {
    width: 80%;
  }

  .MyLPs .video-content #video-wh {
    width: 100%;
    height: auto;
  }
}

@media (max-device-width: 767px) {
  .MyLPs header {
    display: none;
  }

  .MyLPs .right-border {
    border-right: 1px solid #dcdcdc;
    position: absolute;
    height: 78px;
    right: 40px;
    top: 20px;
  }

  .MyLPs .close-btn {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .MyLPs .menu-btn {
    display: block;
  }

  .MyLPs .navbar {
    padding: 0;
  }

  .MyLPs .logo {
    position: absolute;
    left: 70px;
  }

  .MyLPs .nav-links {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50px;
    background: #2D2C42;
    margin-left: -900px;
    transition: all 0.5s ease;
    z-index: 1010;
    gap: 0;
  }

  .MyLPs .mobile-menu {
    margin-left: 0px;
  }

  .MyLPs .nav-links li {
    margin: 30px auto;
  }

  .MyLPs .hero-text .txt1 {
    border: 2px solid #2D2C42;
    padding: 5px 8px;
    width: 103px;
    height: 28px;
    background-color: #2D2C42;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
  }

  .MyLPs .hero-text {
    padding: 24px;
    gap: 14px;
    color: #2D2C42;
  }

  .MyLPs .mob-fs-32 {
    font-size: 32px;
  }

  .MyLPs .mob-fs-28 {
    font-size: 28px !important;
  }

  .MyLPs .mob-fs-27 {
    font-size: 27px !important;
  }

  .MyLPs .mob-fs-26 {
    font-size: 26px !important;
  }

  .MyLPs .mob-fs-20 {
    font-size: 20px !important;
  }

  .MyLPs .mob-fs-18 {
    font-size: 18px !important;
  }

  .MyLPs .mob-fs-16 {
    font-size: 16px !important;
  }

  .MyLPs .mob-fs-15 {
    font-size: 15px !important;
  }

  .MyLPs .mob-fs-14 {
    font-size: 14px !important;
  }

  .MyLPs .mob-fs-24 {
    font-size: 24px !important;
  }

  .MyLPs .mob-fs-20 {
    font-size: 20px !important;
  }

  .MyLPs .button {
    width: 236px;
    height: 56px;
  }

  .MyLPs .icon {
    flex-basis: 50%;
    padding: 30px 0px 0px 0px;
    align-items: center;
    text-align: center;
    flex: auto;
  }

  .MyLPs .rtb {
    height: auto;
    padding: 30px 24px 50px 24px;
    text-align: center;
  }

  .MyLPs .card-container {
    padding: 24px;
    width: 100%;
  }

  .MyLPs .card {
    width: calc(100%);
  }

  .MyLPs .card-head h3 {
    padding: 30px 20px 0px 20px;
  }

  .MyLPs .card-content button {
    width: 272px;
    height: 56px;
    padding: 16px;
  }

  .MyLPs .card-content h5 {
    font-size: 20px;
  }

  .MyLPs .card-content p {
    font-size: 16px;
  }

  .MyLPs .carousel-text button {
    width: 312px !important;
    height: 56px !important;
    padding: 12px !important;
  }

  .MyLPs .carousel-navigation {
    bottom: 20px;
  }

  .MyLPs .carousel-text {
    padding: 24px;
    gap: 15px;
  }

  .MyLPs .carousel-control {
    font-size: 23px;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 40px;
  }

  .MyLPs .mydyson_section {
    height: auto;
    padding: 24px;
  }

  .MyLPs .mydyson_section p {
    padding-bottom: 0px;
  }

  .MyLPs .mydyson-appstore img {
    padding-left: 5px;
  }

  .MyLPs .mydyson_section .icon img {
    width: 40px;
  }

  .MyLPs .mydyson_section .icon h3 {
    font-size: 16px;
  }

  .MyLPs .mydyson_section .icon p {
    font-size: 10px;
  }

  .MyLPs .brand-section-text {
    padding: 24px 24px 0px 24px;
    gap: 14px;
  }

  .MyLPs .brand-section-image {
    flex-basis: 100%;
    padding: 24px;
  }

  .MyLPs .play-icon {
    margin-left: 25px;
    width: 312px;
    height: 78px;
  }

  .MyLPs .play-icon img {
    height: 76px;
  }

  .MyLPs .brand-section-image p {
    font-size: 14px;
  }

  .MyLPs .brand-section-image img {
    width: 312px;
  }

  .MyLPs .brand-section .brand-section-row {
    padding: 0px;
  }

  .MyLPs .footer {
    padding: 24px 13px 14px 17px;
    width: 80%;
    line-height: 18px;
  }

  .MyLPs .footer p {
    position: relative;
  }

  .MyLPs .footer span {
    position: absolute;
    left: -7px;
    top: -3px;
  }

  .MyLPs .video-wrapper video {
    width: 100%;
    height: 370px;
    aspect-ratio: 9 / 16 !important;
    object-fit: cover;
  }

  .MyLPs .robot-video-height video {
    height: 400px;
  }

  .MyLPs .navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .MyLPs .prev,
  .MyLPs .next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }

  .MyLPs .prev:hover,
  .MyLPs .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .MyLPs .card-head1 h3 {
    padding: 0px 24px 10px 24px;
  }

  .MyLPs .card-head1 article {
    padding: 0px 24px 10px 24px;
  }

  .MyLPs .logo-width {
    width: 140px;
  }

  .MyLPs .fans-heaters_logo {
    width: 260px;
  }

  .MyLPs #video-wh {
    width: 328px;
    height: 196px;
  }

  .MyLPs .video-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }

  .MyLPs .hero-text {
    position: relative;
    padding-top: 30px !important;
  }

  .MyLPs .carousel-item {
    justify-content: center;
    flex-direction: column-reverse;
    height: auto;
  }

  .MyLPs .carousel-text {
    position: relative;
    max-width: 100%;
    width: 100% !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    transform: none !important;
    background-color: #f0f0f0;
    min-height: 350px;
    justify-content: center;
  }

  .MyLPs .carousel-text * {
    color: 2D2C42 !important;
  }

  .MyLPs .header-flex-col {
    position: initial;
  }

  .MyLPs .card-container {
    flex-wrap: wrap !important;
  }

  .MyLPs .card-content p {
    min-height: auto;
  }

  .MyLPs .card-content button {
    width: 100% !important;
  }

  .MyLPs #brand-section {
    background: url("https://support3.you.gr/you/redesign/landing_pages/2026_Dyson/images/Homepage/brand_section/mob_Image-11_new.jpg") no-repeat;
    background-color: #fff;
    background-position: bottom;
    background-size: contain;
  }

  .MyLPs .grid-container {
    flex-wrap: wrap;
  }

  .MyLPs .carousel-item .image-wrapper img {
    height: 400px;
    max-height: 400px;
    object-position: top;
  }

  .MyLPs .prev,
  .MyLPs .next {
    top: inherit;
    transform: none;
    bottom: 187px;
  }

  .MyLPs .homepage-carousel-text-item-1 {
    background-color: #2D2C42;
  }

  .MyLPs .homepage-carousel-text-item-2 {
    background-color: #ffffff;
  }

  .MyLPs .homepage-carousel-text-item-3 {
    background-color: #cdaeab;
  }

  .MyLPs .homepage-carousel-text-item-4 {
    background-color: #c5cdd5;
  }

  .MyLPs .carousel-text h2 {
    font-size: 26px;
  }

  .MyLPs .rtb .icon {
    flex-basis: 35%;
  }

  .MyLPs .hero-text {
    background-color: #2D2C42;
  }

  .MyLPs .hero-text * {
    color: #FFFFFF;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1200px) {
  .MyLPs #brand-section {
    background-size: 95%;
  }
}

@media (max-device-width: 1279px) {
  .MyLPs .carousel-item {
    display: flex;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .MyLPs .carousel br {
    display: none;
  }

  .MyLPs .carousel-text h2 {
    font-size: 26px;
  }

  .MyLPs .carousel-item {
    height: auto;
  }

  .MyLPs .container-cards,
  .MyLPs .grid-container {
    padding: 20px;
  }

  .MyLPs .carousel-item .image-wrapper img {
    height: auto;
  }

  .MyLPs .icon span {
    font-size: 14px;
  }
}

@media (max-device-width: 1024px) {
  .MyLPs .rtb .row {
    gap: 10px;
    row-gap: 40px;
  }

  .MyLPs .icon {
    align-items: center;
  }

  .MyLPs .container-cards,
  .MyLPs .grid-container {
    gap: 20px;
  }

  .MyLPs .card-s,
  .MyLPs .grid-container .grid-item,
  .MyLPs .col-3 .card-s {
    max-width: calc(50% - 10px);
  }

  .MyLPs .carousel-text {
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    gap: 0 !important;
  }

  .MyLPs .carousel-text> :not(button) {
    margin-bottom: 12px !important;
  }

  .MyLPs .carousel-text.homepage-carousel-text-item-4 {
    right: 30px;
  }

  .MyLPs .rtb {
    padding: 24px 40px 56px;
  }

  .MyLPs .mydyson_section .middle-row .row {
    gap: 20px;
  }

}

@media (max-device-width: 992px) {
  .MyLPs .hero-text {
    gap: 10px;
    padding: 35px 0 24px 35px;
  }

  .MyLPs .hero-text h1 {
    font-size: 26px;
  }

  .MyLPs .hero-text h3 {
    font-size: 18px;
    font-weight: 400;
  }

  .MyLPs .mydyson_section .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .MyLPs br {
    display: none;
  }

  .MyLPs .col-3 .card-s {
    flex: 1 1 50%;
  }
}

@media (max-device-width: 560px) {
  .MyLPs .icon {
    flex-basis: 50%;
  }

  .MyLPs .card-s,
  .MyLPs .grid-container .grid-item,
  .MyLPs .col-3 .card-s {
    max-width: 100%;
  }

  .MyLPs .mydyson_section .icon {
    max-width: 100%;
  }
}

@media (max-device-width: 420px) {
  .MyLPs .mob-fs-28 {
    font-size: 23px !important;
  }

  .MyLPs .rtb p {
    font-size: 16px;
    padding-bottom: 6px;
  }

  .MyLPs .row {
    margin-top: 0px;
  }

  .MyLPs .card-contents p {
    font-size: 16px;
    color: #555555;
    line-height: 22px;
  }

  .MyLPs .button,
  .MyLPs .carousel-text .button {
    width: 200px;
    height: 46px;
  }

  .MyLPs .button,
  .MyLPs .carousel-text .button {
    font-size: 15px;
    padding: 13px 27px;

  }
}