html {
  scroll-behavior: smooth;
}
.MyLPs {
  color: white;
  overflow: hidden !important;
  background-color: #f4ecdf;
  position: relative;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 500 !important;
  font-weight: lighter;
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.1s;
  display: flex;
  justify-content: center;
}
.MyLPs .btnCommon span {
  align-self: center;
}
.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 {
  margin: 20px 0;
  font-size: 40px;
  line-height: 1.2;
}
.MyLPs p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.MyLPs .f23 {
  font-size: 23px;
  line-height: 1.2;
}
.MyLPs .f26 {
  font-size: 26px;
  line-height: 36px;
}
.MyLPs .f33 {
  font-size: 33px;
  line-height: 1.2;
}
.MyLPs .f36 {
  font-size: 36px;
  line-height: 1.2;
}
.MyLPs .f46 {
  font-size: 46px;
  line-height: 1.2;
}
.clrWhite {
  color: white !important;
}
.clrGreen {
  color: #144c31;
}
.clrYellow {
  color: #ffc43a;
}
.clrRed {
  color: #a10303;
}
.clrBeige {
  color: #f4ecdf;
}
.clrBlue {
  color: #2b2d40;
}
.weight_semibold {
  font-weight: 700 !important;
}
.weight_bold {
  font-weight: 800 !important;
}
.weight_light {
  font-weight: 300;
}
.section1 {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/section1-left.jpg') left bottom no-repeat, #a10304 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/section1-right.jpg') right top no-repeat;
  background-size: 30%, 40%;
  width: 100%;
  padding-block: 50px;
}
.xmas_navigation {
  display: flex;
  padding-block: 25px;
}
.xmas_navigation .item {
  width: 16.6%;
  padding-inline: 15px;
}
.xmas_navigation .item .btnCommon {
  position: relative;
  font-size: 16px;
  font-weight: 800 !important;
  height: 51px;
  background-color: white;
  margin: 0;
}
.xmas_navigation .item .btnCommon::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -10px;
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/xmas_nav_hover.png') center bottom no-repeat;
  background-size: cover;
  height: 62px;
  width: 50px;
  opacity: 0;
  transition: all linear 0.1s;
}
.xmas_navigation .item .btnCommon:hover {
  background-color: #ffc539;
  opacity: 1;
}
.xmas_navigation .item .btnCommon:hover::after {
  opacity: 1;
}
.xmas_navigation .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xmas_navigation .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.5);
}
.xmas_navigation .owl-dots .owl-dot.active span {
  background-color: #FFC439;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
}
.section2 {
  justify-content: center;
}
.section2 .item {
  border-radius: 15px;
  position: relative;
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/yellow_bg.png') center center no-repeat;
  background-size: cover;
  padding: 30px 15px;
  overflow: hidden;
  margin: 15px;
  border: solid 3px #f4ecdf;
  outline: solid 0px #ffc539;
  transition: all linear 0.1s;
}
.section2 .item img:first-child {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.15s;
  opacity: 0;
}
.section2 .item img:last-of-type {
  margin: 0 auto;
}
.section2 .item:hover {
  outline: solid 4px #ffc539;
}
.section2 .item:hover img:first-child {
  top: 0;
  opacity: 1;
}
.bannerHover {
  transition: all linear 0.1s;
  overflow: hidden;
}
.bannerHover:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.wishlist1 {
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/wishlist1.png');
}
.wishlist2 {
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/wishlist2.png');
}
.wishlist1,
.wishlist2 {
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #1f6b46;
  background-size: auto;
  padding-block: 50px;
}
.youpiTop_carousel_wrapper {
  max-width: 1220px;
  padding-inline: 80px;
  width: 100%;
  margin: 0 auto;
}
.youpiTop_carousel .item {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.youpiTop_carousel .item .add-to-wishlist {
  background-color: #ededed;
  padding: 10px;
  color: #a10303;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youpiTop_carousel .item .add-to-wishlist .favorite {
  height: 20px;
  margin-left: 7px;
  transition: all linear 0.1s;
  display: flex;
  align-items: center;
  color:#a10303;

}
.youpiTop_carousel .item .add-to-wishlist .favorite svg {
  height: 20px;
  width: 21px;
  fill: #a10303;
  margin-left:5px;
}
.youpiTop_carousel .item .add-to-wishlist .favorite:hover {
  opacity: 0.5;
}
.youpiTop_carousel .item .content {
  padding: 15px 25px 25px 25px;
  position: relative;
}
.youpiTop_carousel .item .content:hover .btnCommon {
  opacity: 0.8;
}
.youpiTop_carousel .item .content:hover img {
  transform: scale(0.96);
}
.youpiTop_carousel .item .title {
  font-size: 18px;
  font-weight: 700;
  color: #2d2c42;
  height: 50px;
  overflow: hidden;
}
.youpiTop_carousel .item .img-wrapper {
  max-width: 300px;
  width: 100%;
  aspect-ratio: 1;
  margin-block: 5px;
}
.youpiTop_carousel .item .img-wrapper img {
  width: 100%;
  max-width: 100%;
  transition: all linear 0.1s;
}
.youpiTop_carousel .item .price {
  font-size: 28px;
  font-weight: 800;
  color: #a10303;
}
.youpiTop_carousel .item .btnCommon {
  transition: all linear 0.1s;
  font-size: 16px;
  font-weight: 700 !important;
}
.youpiTop_carousel .owl-item {
  transition: all linear 0.1s;
}
.youpiTop_carousel .owl-item:not(.owl-item.active.center) {
  transform: scale(0.95);
}
.youpiTop_carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.youpiTop_carousel .owl-nav button {
  background-color: #ffc539 !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
  position: relative;
}
.youpiTop_carousel .owl-nav button span {
  display: none;
}
.youpiTop_carousel .owl-nav button.owl-prev {
  left: -80px;
}
.youpiTop_carousel .owl-nav button.owl-next {
  right: -80px;
}
.youpiTop_carousel .owl-nav button::after {
  content: '';
  height: 30px !important;
  width: 30px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/left-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  filter: invert(1);
}
.youpiTop_carousel .owl-nav button.owl-prev:after {
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/left-arrow.svg');
  background-size: 20px;
}
.youpiTop_carousel .owl-nav button.owl-next:after {
  transform: translate(-50%, -50%) scale(-1);
}
.youpiTop_carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px !important;
}
.youpiTop_carousel .owl-dots .owl-dot span {
  background-color: #921729;
}
.youpiTop_carousel .owl-dots .owl-dot.active span {
  background-color: #db3533;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
}
.youpiTop_carousel .owl-stage-outer {
  z-index: 3;
}
.section3 {
  background: #ffc439 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/section3.jpg') left top repeat;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  border-radius: 15px;
  padding-block: 60px 40px;
  display: flex;
  justify-content: center;
}
.section3 .item {
  border-radius: 15px;
  text-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
  padding: 40px 15px;
  text-align: center;
  margin: 15px;
  position: relative;
}
.section3 .item img {
  opacity: 0;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.1s;
}
.section3 .item:hover img {
  opacity: 1;
}
.youpiTypes_carousel .item-unit {
  margin-bottom: 30px;
  position: relative;
}
.youpiTypes_carousel .item-unit img {
  margin: 0 auto 20px auto;
  width: 218px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: all linear 0.1s;
}
.youpiTypes_carousel .item-unit .f20 {
  height: 48px;
  color: white;
}
.youpiTypes_carousel .item-unit:hover img {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  transform: scale(0.98);
}
.youpiTypes_carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.youpiTypes_carousel .owl-nav button {
  background-color: #ffc539 !important;
  height: 60px !important;
  width: 60px !important;
  border-radius: 50% !important;
  position: relative;
}
.youpiTypes_carousel .owl-nav button span {
  display: none;
}
.youpiTypes_carousel .owl-nav button.owl-prev {
  left: -80px;
}
.youpiTypes_carousel .owl-nav button.owl-next {
  right: -80px;
}
.youpiTypes_carousel .owl-nav button::after {
  content: '';
  height: 40px !important;
  width: 40px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/left-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  filter: invert(1);
}
.youpiTypes_carousel .owl-nav button.owl-prev:after {
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/left-arrow.svg');
  background-size: 20px;
}
.youpiTypes_carousel .owl-nav button.owl-next:after {
  transform: translate(-50%, -50%) scale(-1);
}
.youpiTypes_carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.youpiTypes_carousel .owl-dots .owl-dot span {
  background-color: white;
  width: 16px;
  height: 16px;
}
.youpiTypes_carousel .owl-dots .owl-dot.active span {
  background-color: #ffc539;
  -webkit-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
}
.youpiTypes_carousel .owl-stage-outer {
  z-index: 3;
}
.xmas_fashion {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/xmas_fashion_bg.jpg') center center no-repeat;
  background-size: cover;
  padding-block: 50px;
  border-radius: 25px;
}
.toys_wrapper {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/yellow_bg1.jpg') left top repeat;
  background-size: auto;
  border-radius: 20px;
  margin-top: 50px;
  padding-block: 25px;
}
.toys_wrapper .toys_banner {
  position: absolute;
  top: -50px;
  right: 54%;
}
.toys_wrapper .btnCommon {
  color: White;
  background-color: #2b2d40 !important;
}
.toys_wrapper .btnCommon:hover {
  opacity: 0.9;
}
.giftFinder {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/gift_finder_left.png') left center no-repeat, #d42134 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/gift_finder_right.jpg') right bottom no-repeat;
  border-radius: 25px;
  margin-block: 50px;
  padding-block: 50px;
}
.giftFinder .desc {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.giftFinder .f46 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.giftFinder .f46::before {
  content: '';
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/ornament1.png') center center no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  left: -70px;
  top: -10px;
}
.giftFinder .f46::after {
  content: '';
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/ornament2.png') center center no-repeat;
  width: 76px;
  height: 36px;
  position: absolute;
  right: -70px;
  bottom: -10px;
}
.dwra_gia_spiti {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/dwra_gia_spiti_bg.png') center center no-repeat, #216d56 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/snow.png') left top repeat;
  background-size: 90%, auto;
  padding: 50px;
  position: relative;
  height: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dwra_gia_spiti_carousel {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.dwra_gia_spiti_carousel .item {
  height: 100%;
  padding-block: 40px;
}
.dwra_gia_spiti_carousel .item .productWrapper {
  height: 100%;
  background-color: #ffc539;
  padding: 40px 15px 20px 15px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  transition: all linear 0.1s;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
}
.dwra_gia_spiti_carousel .item .productWrapper img:first-child {
  max-width: unset !important;
  width: unset !important;
  position: absolute;
  transition: all linear 0.15s;
}
.dwra_gia_spiti_carousel .item .productWrapper img:last-child {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  transform: scale(1);
  transition: all linear 0.1s;
}
.dwra_gia_spiti_carousel .item .productWrapper:hover {
  background-color: #facb5a;
  transform: scale(0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.dwra_gia_spiti_carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dwra_gia_spiti_carousel .owl-dots .owl-dot span {
  background-color: rgba(255, 197, 57, 0.5);
}
.dwra_gia_spiti_carousel .owl-dots .owl-dot.active span {
  background-color: #ffc539;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.5);
}
.dwra_gia_spiti_carousel .owl-stage-outer {
  z-index: 3;
}
.steps_wrapper {
  padding-block: 50px;
  padding-inline: 20px;
  background: #3b4eb0 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/steps_bg.jpg') left top repeat;
  background-size: auto;
  border-radius: 25px;
  margin-bottom: 80px;
}
.steps {
  width: 28%;
  padding: 20px;
  position: relative;
}
.steps img {
  margin: 0 auto;
}
.steps:after {
  content: '';
  height: 62px;
  width: 62px;
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/steps_arrow.png') center center no-repeat;
  position: absolute;
  top: 47%;
  right: -31px;
  transform: translateY(-50%);
}
.steps:last-of-type:after {
  content: unset;
}
.wrario_tagline {
  font-size: 18px;
  color: #a10303;
  display: flex;
  justify-content: space-between;
}
.wrario_tagline div {
  width: 46%;
}
.Wrario {
  background: #8b0025 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/wrario_bg.jpg') left top repeat;
  border-radius: 20px;
  padding-inline: 25px;
  margin-block: 10px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Wrario .left_desc {
  width: 40%;
  position: relative;
  z-index: 2;
}
.Wrario .center_desc {
  width: 20%;
  text-align: center;
}
.Wrario .center_desc img {
  transform: scale(1.2);
  position: relative;
  top: -16px;
  margin: 0 auto;
}
.Wrario .right_desc {
  width: 40%;
  z-index: 2;
  position: relative;
}
.dwra_ana_typo_wrapper {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/red_bg.jpg') left top repeat;
  background-size: auto;
  padding-block: 40px;
}
@media (max-width: 1400px) {
  .giftFinder {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/gift_finder_left.png') left center no-repeat, #d42134 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/gift_finder_right.jpg') right bottom no-repeat;
    background-size: 30%, 70%;
    border-radius: 25px;
    margin-block: 50px;
    padding-block: 50px;
  }
  .steps {
    width: 33.3%;
  }
}
@media (max-width: 1200px) {
  .section1 {
    background-size: 45%, 50%;
  }
  .xmas_navigation .item {
    padding-inline: 8px;
  }
}
@media (max-width: 991px) {
  .xmas_navigation {
    flex-wrap: wrap;
    padding-block: 25px 13px;
  }
  .xmas_navigation .item {
    width: 33.3%;
    padding-inline: 6px;
    margin-bottom: 12px;
  }
  .toys_wrapper .toys_banner {
    top: 50%;
    transform: translateY(-50%);
    right: 54%;
    width: 40%;
  }
  .giftFinder {
    background: #d42134 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/gift_finder_right.jpg') right bottom no-repeat;
    background-size: 70%;
    border-radius: 25px;
    margin-block: 50px;
    padding-block: 50px;
  }
  .dwra_gia_spiti {
    background: #216d56 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/snow.png') left top repeat;
    background-size: auto;
    height: auto;
    padding: 80px 50px 20px 50px;
  }
}
@media (max-width: 768px) {
  .MyLPs h2 {
    font-size: 30px;
  }
  .MyLPs .f23 {
    font-size: 18px;
  }
  .MyLPs .f26 {
    font-size: 20px;
    line-height: 25px;
  }
  .MyLPs .f33 {
    font-size: 22px;
  }
  .MyLPs .f46 {
    font-size: 35px;
  }
  .section2 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .section2 .item {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .section2 .item img:first-child {
    top: 0;
    opacity: 1;
  }
  .dwra_ana_typo_wrapper {
    padding-block: 20px 40px;
  }
  .youpiTypes_wrapper {
    padding-inline: 0;
  }
  .youpiTypes_carousel .item {
    display: flex;
  }
  .youpiTypes_carousel .item-unit {
    padding-top: 20px;
    width: 50%;
    margin-bottom: 0;
  }
  .youpiTypes_carousel .item-unit .f20 {
    height: 48px;
  }
  .youpiTypes_carousel .item-unit:first-child {
    margin-right: 20px;
  }
  .xmas_fashion {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/xmas_fashion_bg_m.jpg') center center no-repeat;
    background-size: cover;
    padding-block: 50px;
    border-radius: 25px;
  }
  .giftFinder {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/gift_finder_left.png') 10% 95% no-repeat, #d42134 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/gift_finder_right.jpg') right bottom no-repeat;
    background-size: 40%, 110%;
    border-radius: 25px;
    padding-block: 50px 30%;
  }
  .dwra_gia_spiti {
    background: #216d56 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/snow.png') left top repeat;
    background-size: cover;
    padding: 80px 0 50px 0;
  }
  .dwra_gia_spiti .f20 {
    font-size: 14px !important;
  }
  .dwra_gia_spiti .item {
    padding-block: 20px;
  }
  .dwra_gia_spiti .owl-item.active.center .productWrapper {
    border: solid 3px #216d56;
    border-radius: 19px;
    outline: solid 3px #ffc539;
    transform: scale(1.05);
  }
  .steps_wrapper {
    padding-block: 20px;
    padding-inline: 15px;
  }
  .steps {
    width: 80%;
    margin: 0 auto 50px auto;
  }
  .steps img {
    max-width: 150px;
    width: 100%;
  }
  .steps:after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .wrario_tagline {
    display: block;
  }
  .wrario_tagline div {
    width: 100%;
    text-align: center !important;
  }
  .Wrario {
    padding-inline: 25px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .Wrario .f20 {
    font-size: 16px;
  }
  .Wrario .left_desc,
  .Wrario .center_desc,
  .Wrario .right_desc {
    width: 100%;
  }
  .Wrario .right_desc {
    margin-block: 15px;
    order: 1;
  }
  .Wrario .right_desc div {
    margin-bottom: 7px;
  }
  .Wrario .left_desc {
    order: 2;
  }
  .Wrario .center_desc {
    order: 3;
  }
  .Wrario .center_desc img {
    top: 0;
    transform: scale(1);
  }
}
@media (max-width: 576px) {
  .MyLPs h2 {
    font-size: 25px;
  }
  .section1 {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/section1-left-m.jpg') left bottom no-repeat, #a10304 url('https://support3.you.gr/you/redesign/landing_pages/2023_Xmas/section1-right-m.jpg') right top no-repeat;
    background-size: 60%, 45%;
    padding-block: 20px;
  }
  .section1 .f36 {
    font-size: 25px;
  }
  .section1 img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px !important;
  }
  .xmas_navigation .item .btnCommon {
    font-size: 14px;
    height: 40px;
  }
  .xmas_navigation .item .btnCommon::after {
    content: unset;
  }
  .section2 .item {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .section2 .item img:first-child {
    top: -10px;
  }
  .section2 .item:hover img:first-child {
    top: -10px;
  }
  .youpiTop_carousel_wrapper {
    max-width: 1220px;
    padding-inline: 0;
    width: 100%;
    margin: 0 auto;
  }
  .wishlist1,
  .wishlist2 {
    background-size: 135%;
    background-position: center;
  }
  .youpiTop_carousel .item .add-to-wishlist {
    font-size: 15px;
  }
  .youpiTop_carousel .item .title {
    font-size: 16px;
    height: 40px;
  }
  .youpiTop_carousel .item .price {
    font-size: 22px;
  }
  .youpiTop_carousel .item .btnCommon {
    font-size: 14px;
    padding: 11px 10px;
  }
  .section3 {
    flex-wrap: wrap;
    padding-inline: 15px;
  }
  .section3 .item {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .section3 .item img {
    display: none;
  }
  .youpiTypes_carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .dwra_gia_spiti .item {
    padding-block: 20px;
    max-width: 200px;
  }
  .toys_wrapper {
    padding-block: 0 60px;
  }
  .toys_wrapper .f46 {
    margin-block: 0 10px !important;
  }
  .toys_wrapper .toys_banner {
    position: relative;
    inset: -30px auto auto auto;
    transform: unset;
    max-width: 300px;
    width: 100%;
    margin-bottom: -20px !important;
  }
  .snowflake {
    display: none;
  }
}
/************************Snow falling********************/
.snowflake {
  color: yellow;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}
@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s,3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s,3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running, running;
}
.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s,0s;
  animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s,1s;
  animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s,2s;
  animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s,2s;
  animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s,3s;
  animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s,2s;
  animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s,0s;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}