body> :not(header):not(footer):not(div[id^="yie-overlay"]):not(.sticky-contact-phone) {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background-color: #F6F5F0;
}

a:hover {
  cursor: pointer;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.title-badge {
  position: absolute;
  top: 65%;
  width: 100px;
  transform: translateY(-50%);
  left: 100%;
}

.hero .only-mobile {
  display: none;
}

.thin {
  height: unset;
  line-height: 32px;
  font-weight: 600;
  padding: 0 20px;
  transition: .5s all;
}

.product-profile .price:hover,
.show-all-categories:hover {
  background-color: #f88146;
}

.promotional-slim-banner {
  display: block;
  margin: 50px 0;
  min-height: 63px;
}

.promotional-slim-banner .only-mobile {
  display: none;
}

.promotional-slim-banner img {
  width: 100%;
}

.promotional-slim-banner .banner-img img {
  display: none;
}

/*This will make the first one display when the page loads to avoid CLS */
.promotional-slim-banner .banner-img.current img {
  display: block;
}

/*This will make the images show when inside the slider */
.promotional-slim-banner.slick-slider .banner-img img {
  display: block;
}

/* Main hero carousel / banner */
#main-hero-banner {
  height: 350px;
  max-width: 1900px;
  margin: auto;
  position: relative;
  z-index: 0;
}

#main-hero-banner .container {
  width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 80px;
}

#main-hero-banner .hero.slick-slide,
#p5p6-banner .hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row;
}
#p5p6-banner .hero > picture {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}

#main-hero-banner .hero-banner--ewheels .banner-img {
  text-align: center;
}

#main-hero-banner .hero-banner--ewheels .banner-img img {
  object-position: left;
  width: auto;
  margin: 0 auto;
}



#main-hero-banner .hero,
#p5p6-banner .hero {
  height: 350px;
  color: #282828;
  position: relative;
}

#main-hero-banner .hero-content-container,
#p5p6-banner .hero-content-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

#main-hero-banner .slick-next,
.homepage--cta-section .slick-next {
  right: 0;
  z-index: 1;
}

#main-hero-banner .slick-prev,
.homepage--cta-section .slick-prev {
  left: 0;
  z-index: 1;
}

#main-hero-banner .slick-next:before,
#main-hero-banner .slick-prev:before,
.homepage--cta-section .slick-next:before,
.homepage--cta-section .slick-prev:before {
  content: '';
}

#main-hero-banner .slick-next,
#main-hero-banner .slick-prev,
.homepage--cta-section .slick-next,
.homepage--cta-section .slick-prev {
  background-color: rgb(0 0 0 / 40%);
  width: 67px;
  height: 61px;
}

#main-hero-banner .slick-next,
.homepage--cta-section .slick-next {
  background-image: url('/images/carousels/homepage/arrow-next.svg') !important;
  background-position: 20px 12px !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
}

#main-hero-banner .slick-prev,
.homepage--cta-section  .slick-prev {
  background-image: url('/images/carousels/homepage/arrow-prev.svg') !important;
  background-position: 20px 12px !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
}

#main-hero-banner .slick-prev:hover,
#main-hero-banner .slick-prev:focus,
#main-hero-banner .slick-next:hover,
#main-hero-banner .slick-next:focus,
.homepage--cta-section .slick-prev:hover,
.homepage--cta-section .slick-prev:focus,
.homepage--cta-section .slick-next:hover,
.homepage--cta-section .slick-next:focus {
  background-color: black;
}

#main-hero-banner .banner-img,
#main-hero-banner .banner-img img,
#p5p6-banner .banner-img,
#p5p6-banner .banner-img img,
.homepage--cta-section .banner-img,
.homepage--cta-section .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#main-hero-banner .hero-banner--liftchairs .banner-img img {
  object-position: right;
}
#main-hero-banner .hero-banner--sk-contest .banner-img img {
  object-position: center;
}

#main-hero-banner .hero.overlay-style .hero-content-container,
#p5p6-banner .hero.overlay-style .hero-content-container {
  top: 0;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(100% - 140px);
  height: 100%;
}

#main-hero-banner .hero.overlay-style .hero-content-container img,
#p5p6-banner .hero.overlay-style .hero-content-container img {
  width: 100%;
  margin: auto;
}

#main-hero-banner .white-button {
  display: block;
  background-color: #fff;
  width: 260px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: 800;
  font-size: 14px;
  transition: .5s all;
  margin: auto;
}

#main-hero-banner .black-button {
  display: block;
  background-color: #000;
  width: 240px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  transition: .5s all;
  margin: auto;
}

#main-hero-banner .orange-button {
  display: block;
  background-color: #D46027;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  transition: .5s all;
  margin-top: 30px;
  border-bottom: 2px solid #757473;
}

@media only screen and (max-width: 600px) {
  .hero .only-mobile {
    display: block;
  }

  .hero .only-desktop {
    display: none;
  }

  #main-hero-banner,
  #main-hero-banner .hero,
  #p5p6-banner,
  #p5p6-banner .hero {
    height: 420px;
  }

  #main-hero-banner .slick-next,
  #main-hero-banner .slick-prev {
    background-color: rgb(0 0 0 / 40%);
    width: 50px;
    height: 61px;
  }

  #main-hero-banner .slick-prev {
    background-position: 9px 12px !important;
  }

  #main-hero-banner .slick-next {
    background-position: 13px 12px !important;
  }

  #main-hero-banner .hero-content-container,
  #p5p6-banner .hero-content-container {
    text-align: center;
    padding: 0 10px;
    position: unset;
    height: 200px;
  }

  #main-hero-banner .hero.overlay-style .hero-content-container,
  #p5p6-banner .hero.overlay-style .hero-content-container {
    display: none;
  }

  #main-hero-banner .orange-button {
    margin: 20px auto 10px auto;
  }

  #main-hero-banner .hero.slick-slide {
    justify-content: flex-start;
    flex-flow: column;
    background-color: #fff;
  }

  #main-hero-banner .banner-img,
  #main-hero-banner .banner-img img,
  #p5p6-banner .banner-img,
  #p5p6-banner .banner-img img {
    height: auto;
    overflow: hidden;
    height: 220px;
    aspect-ratio: 375/420;
  }

  #main-hero-banner .hero.overlay-style .banner-img,
  #main-hero-banner .hero.overlay-style .banner-img img,
  #p5p6-banner .hero.overlay-style .banner-img,
  #p5p6-banner .hero.overlay-style .banner-img img {
    height: 100%;
    max-height: unset;
    overflow: unset;
    object-fit: contain;
  }

  #main-hero-banner .hero-banner--liftchairs .banner-img img,
  #main-hero-banner .hero-banner--sk-contest .banner-img img {
    object-position: center;
  } 
}

/* Product List (Below Banner) */

.main-products-list-container {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  padding: 0 10px;
  margin-top: 30px;
}

.product-profile {
  width: 20%;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.product-profile .price {
  background-color: #D46027;
  color: #fff;
  font-weight: 600;
  width: 145px;
  text-align: center;
  line-height: 32px;
  transition: .5s all;
}

.main-products-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.product-profile .title {
  color: #101010;
  font-weight: 600;
  font-size: 16px;
}

.main-products-list-container .title {
  margin-bottom: 0;
  text-align: center;
}

.main-products-list-container .subtitle {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0
}

.hidden-list {
  transition: .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(-40%);
}

.hidden-list.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: hidden;
  transform: translateY(0);
}

.show-all-categories {
  background-color: #d46027;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 0 20px;
  display: table;
  margin: 0 auto;
  position: relative;
  top: 50px;
  transition: .5s all;
}

.show-all-categories .left-arrow {
  margin-right: 10px;
  transition: .5s all;
}

.show-all-categories.active .left-arrow,
.show-all-categories.active .right-arrow {
  transform: rotate(180deg);
}

.show-all-categories .right-arrow {
  margin-left: 10px;
  transition: .5s all;
}

.show-all-categories:hover {
  cursor: pointer;
}

.main-services {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  height: 245px;
}

.main-service-content {
  display: flex;
  align-items: center;
  max-width: 305px;
}

.vertical-separator {
  height: 40px;
  background-color: #E1E2E3;
  width: 1px;
  margin: 0 50px;
}

.main-services .title {
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
  justify-content: flex-start;
}

.main-services .subtitle {
  font-size: 16px;
  color: #4A4A4A;
  margin-top: 0;
  line-height: 25px;
}

.main-service-text {
  margin-left: 20px;
}

.horizontal-separator {
  width: 370px;
  height: 1px;
  background-color: #E1E2E3;
  margin: 90px auto;
}

/* Products Carousel */

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 500;
}

.title img {
  margin-right: 30px;
}

.product-carousel-container .btn-orange {
  height: 50px;
  line-height: 50px;
  margin: 100px auto 0 auto;
}

.read-all {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .17px;
  color: #532279;
  text-decoration: underline;
}

.read-all:hover {
  cursor: pointer;
}

.products-carousel {
  margin: 50px 0;

}

.products-carousel .slick-list {
  padding-bottom: 30px !important;
}

.products-carousel .slick-center {
  transform: scale(1.15);
}

.mobile-subtitle {
  margin: 0;
}

.products-carousel .products-carousel-content {
  display: flex;
  flex-flow: row;
  margin: 50px 40px;
  border-radius: 25px;
  border: 1px solid #E1E2E3;
  overflow: hidden;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 22px -9px rgba(166, 166, 166, 1);
  -moz-box-shadow: 0 12px 22px -9px rgba(166, 166, 166, 1);
  box-shadow: 0 12px 22px -9px rgba(166, 166, 166, 1);
  transition: .5s all;
}

.products-carousel .slick-dots li.slick-active btn:before {
  opacity: 1;
  color: #d46027;
  font-size: 12px;
}

.products-carousel .slick-dots li btn:before {
  font-size: 12px;
}

.products-carousel.slick-initialized .slick-slide {
  display: flex;
}

.products-carousel .slick-prev:before,
.products-carousel .slick-next:before {
  content: '';
}

.products-carousel .slick-next {
  right: 5%;
  top: 100%;
}

.products-carousel .slick-next {
  background-image: url('./../../images/icon/arrow-down-orange.svg');
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 27px;
  z-index: 2;
}

.products-carousel .slick-next:hover,
.products-carousel .slick-next:focus {
  background-image: url('./../../images/icon/arrow-down-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.products-carousel .slick-prev {
  background-image: url('./../../images/icon/arrow-down-orange.svg');
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 27px;
  z-index: 2;
}

.products-carousel .slick-prev:hover,
.products-carousel .slick-prev:focus {
  background-image: url('./../../images/icon/arrow-down-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.products-carousel .slick-prev {
  top: 100%;
  left: 5%;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  content: '';
}

.products-carousel-content .text {
  width: 40%;
  padding: 40px;
  position: relative;
}

.slider-top-icon {
  max-width: 65px;
  margin-bottom: 30px;
}

.carousel-img1,
.carousel-img2,
.carousel-img3 {
  background-size: cover;
  width: 60%;
}

.slick-slide .carousel-img1 img,
.slick-slide .carousel-img2 img,
.slick-slide .carousel-img3 img {
  width: auto;
  height: 100%;
  max-width: 110%;
}

.products-carousel-content .text h4 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 0;
}

.products-carousel-content .text p {
  font-size: 14px;
  line-height: 24px;
  color: #4A4A4A;
}

.products-carousel-content .text .read-all {
  display: block;
}

.links-block {
  margin-top: 40px;
}

.links-block .read-all {
  margin-bottom: 10px;
}

.products-carousel .slick-track {
  padding: 30px 0 0 0;
  display: flex;
}

@media screen and (max-width: 1400px) {
  .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .main-products-list {
    justify-content: center;
  }

  .product-profile {
    width: 25%;
  }
}

@media screen and (max-width: 992px) {
  .products-carousel .slick-track {
    height: unset;
    padding: 30px 0;
  }

  .slick-slide .carousel-img1 img,
  .slick-slide .carousel-img2 img,
  .slick-slide .carousel-img3 img {
    width: 100%;
  }

  .container {
    max-width: 500px;
  }

  .horizontal-separator {
    width: 50%;
    margin: 45px auto;
  }

  .thin .btn-orange {
    margin: 250px auto 50px auto;
  }

  .product-profile {
    width: 33%;
  }

  .main-products-list {
    justify-content: space-around;
  }

  .main-products-list-container {
    top: 0;
    padding: 30px 30px 30px 30px;
    border-radius: 0;
  }

  .main-products-list-container .subtitle {
    font-size: 14px;
  }

  .product-profile img {
    width: 110px;
    height: 110px;
  }

  .products-carousel .products-carousel-content {
    flex-flow: column;
    margin: 50px 30px;
  }

  .product-profile .title {
    font-size: 14px;
  }

  .product-profile {
    width: 27%;
  }

  .vertical-separator {
    display: none;
  }

  .main-services {
    flex-flow: column;
  }

  .main-services .title {
    align-items: flex-start;
    font-size: 14px;
  }

  .main-services .subtitle {
    font-size: 12px;
    line-height: 20px;
  }

  .main-service-text {
    width: 170px;
  }

  .main-service-content:nth-child(3) img {
    margin-left: 12px;
    margin-right: 12px;
  }

  .main-service-content:nth-of-type(5) img {
    margin-left: 7px;
    margin-right: 6px;
  }

  .products-carousel-content .text {
    width: 84%;
    padding: 8%;
    order: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .slider-top-icon {
    margin-right: 15px;
  }

  .product-carousel-container .btn-orange {
    margin: 60px auto 0 auto;
    padding: 0 45px;
    font-size: 12px;
  }

  .carousel-img1,
  .carousel-img2,
  .carousel-img3 {
    width: 100%;
    height: 100%;
    background-position: center;
    height: 330px;
    order: 1;
  }

  .products-carousel-content .text h4 {
    font-size: 14px;
  }

  .products-carousel-content .text p {
    font-size: 12px;
    line-height: 22px;
  }

  .read-all {
    font-size: 12px;
  }

  .title {
    flex-flow: column;
    font-size: 20px;
    text-align: center;
  }

  .title img {
    max-width: 160px;
    margin-bottom: 15px;
  }

  .mobile-subtitle {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
  }

  .product-profile .price {
    width: 110px;
    font-size: 12px;
  }

  .slider-top-icon {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .promotional-slim-banner {
    margin: 20px 0;
  }

  .promotional-slim-banner .only-mobile {
    display: block;
    aspect-ratio: 375/240;
  }

  .promotional-slim-banner .only-desktop {
    display: none;
  }

  .products-carousel-content .text {
    padding: 20px 20px 40px 20px;
  }

  .products-carousel-content .text .read-all {
    left: 20px;
  }

  .carousel-img1,
  .carousel-img2,
  .carousel-img3 {
    height: 245px;
  }
}

@media screen and (max-width: 500px) {

  .carousel-img1,
  .carousel-img2,
  .carousel-img3 {
    height: 240px;
  }

  .products-carousel .products-carousel-content {
    margin: 50px 20px;
  }

  .main-products-list-container {
    padding: 30px 16px 30px 16px;
  }

  .thin .btn-orange {
    font-size: 12;
  }

  .slider-top-icon {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .products-carousel-content .text {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 993px) {
  .promotional-slim-banner {
    min-height: 126px;
  }
}

@media screen and (min-width: 1401px) {
  .promotional-slim-banner {
    min-height: 178px;
  }
}

/* diarm starts here */

.discover-difference {
  max-width: 1430px;
  margin: 0 auto;
  background-color: transparent;
  margin-top: 100px;
  margin-bottom: 110px;
  color: #101010;
}

@media screen and (max-width: 992px) {
  .discover-difference {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 500px;
  }
}

.discover-difference .col-1,
.discover-difference .col-2 {
  display: inline-block;
  vertical-align: top;
}

.discover-difference .col-1 {
  width: 29%;
  margin-left: 1.5%;
}

.discover-difference .col-1 .discover-difference__title {
  font-size: 36px;
  margin: 17px 0;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 .discover-difference__title {
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 8px;
  }
}

.discover-difference .col-1 .discover-difference__para {
  margin-bottom: 36px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5;
  width: 90%;
  color: #4A4A4A;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 .discover-difference__para {
    width: 75%;
    margin: 0 auto 26px;
    font-size: 12px;
  }
}

.discover-difference .col-1 .discover-difference__icons {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 .discover-difference__icons {
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }
}

.discover-difference .col-1 .discover-difference__icons-icon,
.discover-difference .col-1 .discover-difference__icons-desc {
  display: inline-block;
  vertical-align: top;
}

.discover-difference .col-1 .discover-difference__icons-icon {
  margin-left: 3%;
  width: 14%;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 .discover-difference__icons-icon {
    margin-right: 5px;
    width: 13%;
  }

  .discover-difference .col-1 .discover-difference__icons-icon.fat-truck {
    margin-right: 0;
  }

  .discover-difference .col-1 .discover-difference__icons-icon.lower {
    margin-top: 6px;
    width: 14%;
  }
}

.discover-difference .col-1 .discover-difference__icons-desc {
  margin: 6px 0 0 25px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.158;
  width: 73%;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 .discover-difference__icons-desc {
    font-size: 14px;
    text-align: left;
    width: 215px;
    margin: 10px 0 0 24px;
  }
}

.discover-difference .col-1 .discover-difference__icons-desc span {
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 .discover-difference__icons-desc span {
    font-size: 12px;
  }
}

.discover-difference .col-1 .btn {
  margin-top: 47px;
  width: 67%;
}

@media screen and (max-width: 1420px) {
  .discover-difference .col-1 .btn {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 .btn {
    font-size: 12px;
    margin: 40px auto 0;
  }
}

.discover-difference .col-1 .discover-difference__image-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 .discover-difference__image-mobile {
    display: block;
    margin-bottom: 30px;
  }
}

.discover-difference .col-1 .discover-difference__image-mobile img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-1 {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.discover-difference .col-2 {
  width: 63%;
  margin-left: 6%;
}

.discover-difference .col-2 .discover-difference__image {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .discover-difference .col-2 .discover-difference__image {
    display: none;
  }
}

.discover-difference .col-2 .discover-difference__image img {
  width: 100%;
}

.customer-feedback-container {
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .customer-feedback-container {
    max-width: 500px;
    margin: 0 auto 60px;
  }
}

.customer-feedback {
  max-width: 1430px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  overflow-x: hidden;
}

@media screen and (max-width: 992px) {
  .customer-feedback {
    margin-top: 0;
    min-height: 515px;
  }

  .customer-feedback.more {
    min-height: 600px;
  }
}

.customer-feedback__image {
  margin-left: 33%;
}

@media screen and (max-width: 992px) {
  .customer-feedback__image {
    display: none;
  }
}

.customer-feedback__image.mobile {
  display: none;
  margin-left: 5%;
  width: 95%;
}

@media screen and (max-width: 992px) {
  .customer-feedback__image.mobile {
    display: block;
    position: absolute;
    bottom: 0;
  }
}

.customer-feedback__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(100vw, calc(100% - 60px));
  padding-top: 70px;
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay {
    padding-left: 54px;
    padding-top: 21px;
    width: calc(100% - 54px);
  }
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay-rating {
    width: 120px;
  }
}

.customer-feedback__overlay-title {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay-title {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 13px;
  }
}

.customer-feedback__overlay-para {
  font-size: 16px;
  line-height: 1.5;
  color: #4A4A4A;
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay-para {
    font-size: 12px;
  }
}

.customer-feedback__overlay-para.second {
  font-size: 14px;
  color: #101010;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.8;
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay-para.second {
    font-size: 12px;
  }
}

.customer-feedback__overlay-para.second span.ellipse,
.customer-feedback__overlay-para.second span.extra-content {
  text-decoration: none;
  color: #101010;
}

.customer-feedback__overlay-para.second span.more,
.customer-feedback__overlay-para.second span.less {
  color: #532279;
  text-decoration: underline;
  cursor: pointer;
}

.customer-feedback__overlay-para.second span.extra-content,
.customer-feedback__overlay-para.second span.less {
  display: none;
}

.customer-feedback__overlay-para.second.show-more span.ellipse {
  display: none;
}

.customer-feedback__overlay-para.second.show-more span.more {
  display: none;
}

.customer-feedback__overlay-para.second.show-more span.less {
  display: inline;
}

.customer-feedback__overlay-para.second.show-more span.extra-content {
  display: inline;
}

.customer-feedback__overlay-para.signed {
  font-size: 14px;
  color: #101010;
  font-weight: 500;
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay-para.signed {
    font-size: 12px;
  }
}

.customer-feedback__overlay-para.signed span {
  color: #4A4A4A;
  text-decoration: none;
}

.customer-feedback__overlay-messages {
  width: 460px;
  padding-top: 73px;
  padding-bottom: 68px;
  height: 330px;
}

.customer-feedback__overlay-messages--message {
  position: relative;
  width: 42.2%;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 20px;
}

.customer-feedback__overlay-messages--message::before {
  content: '';
  background-image: url('./../../images/home/start-quote.svg');
  width: 66px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}

.customer-feedback__overlay-messages--message::after {
  content: '';
  background-image: url('./../../images/home/end-quote.svg');
  width: 66px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.customer-feedback__overlay-icons {
  margin-top: 35px;
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay-icons {
    width: 200px;
    margin-top: 20px;
  }
}

.customer-feedback__overlay-icons>img:nth-child(2) {
  margin-left: 10px;
}

.customer-feedback__overlay-icons>img:nth-child(3) {
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay-icons>img:nth-child(3) {
    margin-top: 10px;
    margin-left: 0;
  }
}

.customer-feedback__overlay-icons>img:nth-child(4) {
  margin-left: 10px;
}

.customer-feedback__overlay .btn {
  margin-top: 22px;
  width: 320px;
}

@media screen and (max-width: 992px) {
  .customer-feedback__overlay .btn {
    font-size: 12px;
    margin: 15px auto 0;
    width: 250px;
    max-width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}

.customer-feedback .col-1,
.customer-feedback .col-2 {
  display: inline-block;
  vertical-align: top;
}

.customer-feedback .col-1 {
  width: 29%;
  min-width: 265px;
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  .customer-feedback .col-1 {
    width: calc(100% - 54px);
    padding-top: 20px;
    padding-left: 0;
  }
}

.customer-feedback .col-2 {
  position: absolute;
  top: 50px;
  right: 0;
}

.customer-feedback .col-2 .customer-feedback__overlay-messages {
  margin-left: auto;
  padding-top: 0;
}

.customer-feedback .col-2 .customer-feedback__overlay-messages--message {
  padding-top: 72px;
  padding-bottom: 60px;
}

.customer-feedback .col-2 .customer-feedback__overlay-messages .slick-dots {
  bottom: -95px;
  text-align: right;
}

.customer-feedback .col-2 .customer-feedback__overlay-messages .slick-dots li {
  width: 22px;
  height: 22px;
}

.customer-feedback .col-2 .customer-feedback__overlay-messages .slick-dots li btn {
  width: 100%;
  height: 100%;
}

.customer-feedback .col-2 .customer-feedback__overlay-messages .slick-dots li btn::before {
  font-size: 18px;
}

.customer-feedback .col-2 .customer-feedback__overlay-messages .slick-dots li.slick-active btn::before {
  opacity: 1;
  color: #d46027;
}

@media screen and (min-width:993px) and (max-width:1450px) {
  .customer-feedback .customer-feedback__overlay {
    padding-top: 30px;
  }
}

@media screen and (min-width:993px) and (max-width:1520px) {
  .customer-feedback .customer-feedback__overlay {
    padding-left: 30px;
    width: min(100vw, calc(100% - 40px));
  }
}

@media screen and (min-width:993px) and (max-width:1272px) {
  .customer-feedback .col-1 {
    padding-left: 0;
  }

  .customer-feedback .dont-cover-image {
    display: inline-block;
    max-width: 330px;
  }

  .customer-feedback .customer-feedback__overlay .btn {
    width: 280px;
  }
}

@media screen and (min-width:993px) and (max-width:1099px) {
  .customer-feedback .col-2 .customer-feedback__overlay-messages {
    width: 320px;
  }

  .customer-feedback .col-2 .customer-feedback__overlay-messages--message {
    font-size: 20px;
    line-height: 1.35;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .customer-feedback .col-2 .customer-feedback__overlay-messages .slick-dots {
    bottom: -35px;
  }

  .customer-feedback .customer-feedback__overlay .btn {
    width: 250px;
  }
}

@media screen and (min-width:1100px) and (max-width:1199px) {
  .customer-feedback .col-2 .customer-feedback__overlay-messages {
    width: 370px;
  }

  .customer-feedback .col-2 .customer-feedback__overlay-messages--message {
    font-size: 22px;
    line-height: 1.4;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .customer-feedback .col-2 .customer-feedback__overlay-messages .slick-dots {
    bottom: -90px;
  }
}

@media screen and (min-width:1200px) and (max-width:1272px) {
  .customer-feedback .col-2 .customer-feedback__overlay-messages {
    width: 420px;
  }

  .customer-feedback .col-2 .customer-feedback__overlay-messages--message {
    font-size: 22.4px;
    line-height: 1.45;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .customer-feedback .col-2 .customer-feedback__overlay-messages .slick-dots {
    bottom: -50px;
  }
}


@media screen and (max-width: 992px) {
  .customer-feedback .col-2 {
    display: none;
  }
}

.service-rely-container {
  padding: 100px 0 100px 1.5%;
}

@media screen and (max-width: 992px) {
  .service-rely-container {
    padding: 0 0 50px 0;
  }
}

.service-rely-container .service-rely {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .service-rely-container .service-rely {
    text-align: center;
    max-width: 250px;
  }
}

.service-rely-container .service-rely__left {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: top;
  width: 29%;
}

@media screen and (max-width: 992px) {
  .service-rely-container .service-rely__left {
    width: 100%;
    display: block;
    font-size: 20px;
  }
}

.service-rely-container .service-rely__right {
  display: inline-block;
  vertical-align: top;
  width: 69%;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 17px;
  color: #4A4A4A;
  font-weight: 500;
}

img.not-too-big {
  padding-top: 30px;
}

@media screen and (max-width: 992px) {
  .service-rely-container .service-rely__right {
    width: 100%;
    display: block;
    font-size: 12px;
  }

  .product-profile img.not-too-big {
    padding-top: 0;
  }
}

@media screen and (max-width:400px) {
  img.not-too-big {
    width: 90px;
    height: 90px;
  }

  .product-profile .price {
    max-width: 100px;
  }
}

@media screen and (min-width:993px) and (max-width:1100px) {
  .product-profile img.not-too-big {
    max-width: 215px;
    max-height: 215px;
    padding-top: 30px;
  }
}

@media screen and (min-width:1200px) and (max-width:1299px) {
  .product-profile img.not-too-big {
    max-width: 220px;
    max-height: 220px;
    padding-top: 20px;
  }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
  .product-profile img.not-too-big {
    max-width: 240px;
    max-height: 240px;
    padding-top: 25px;
  }
}

.banner#main-hero-banner {
  overflow: hidden;
}

@media screen and (max-width: 464px) {
  .customer-feedback__overlay .btn {
    font-size: 12px;
    margin: 15px auto 0;
    width: 250px;
    max-width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}

.no-wrap {
  white-space: nowrap;
}

@media print {
  .horizontal-separator {
    margin: 10px auto;
  }

  .discover-difference .col-2 .discover-difference__image img {
    position: relative;
    top: 5px;
  }

  .discover-difference .col-1 .discover-difference__title {
    font-size: 30px;
    margin: 5px 0;
  }

  .discover-difference .col-1 .discover-difference__icons {
    margin-top: 5px;
  }

  .discover-difference .col-1 .discover-difference__icons-desc {
    margin: 0 0 10px 5px;
    font-size: 15px;
    line-height: 1.2;
    width: 70%;
  }

  .discover-difference .col-1 .discover-difference__para {
    margin-bottom: 19px;
    font-size: 15px;
    margin-top: 10px;
  }

  .discover-difference .col-1 .btn {
    margin-top: 15px;
    padding: 0 10px;
    width: 100%;
  }

  .main-service-text {
    margin-left: 5px;
  }

  .main-services {
    margin-top: 20px;
  }

  .discover-difference {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .products-carousel .products-carousel-content {
    position: relative;
    top: 10px;
  }

  .customer-feedback-container .customer-feedback__image {
    margin-left: 30%;
    height: 600px;
    margin-top: 0;
  }

  .customer-feedback-container .col-2 {
    width: 40%;
    right: 0;
  }

  .customer-feedback .col-1 {
    min-width: 220px;
    padding-left: 10px;
  }

  .customer-feedback-container .customer-feedback__overlay-title {
    font-size: 20px;
  }

  .customer-feedback .customer-feedback__overlay {
    width: 735px;
  }

  .customer-feedback__overlay .customer-feedback__overlay-para {
    font-size: 12px;
  }

  .customer-feedback__overlay .customer-feedback__overlay-para.second {
    font-size: 10px;
  }

  .customer-feedback__overlay .customer-feedback__overlay-messages {
    width: 220px;
  }

  .customer-feedback .col-2 .customer-feedback__overlay-messages--message {
    font-size: 12px;
    line-heigh: 1.5;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .customer-feedback .col-2 .customer-feedback__overlay-messages--message.slick-slide.slick-current {
    display: block;
    width: 220px !important;
  }

  .customer-feedback__overlay .customer-feedback__overlay-messages--message::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
  }

  .customer-feedback__overlay .customer-feedback__overlay-messages--message::after {
    width: 20px;
    height: 20px;
    right: 0;
    bottom: -10px;
  }

  .customer-feedback__overlay .customer-feedback__overlay-icons {
    width: 350px;
  }

  .products-carousel-content.slick-slide.slick-cloned {
    page-break-inside: avoid;
    position: relative;
  }

  .product-carousel-container .btn-orange {
    margin: 55px auto 0 auto;
  }

  .product-profile {
    margin-top: 5px;
  }

  .product-profile img.not-too-big {
    max-width: 90px;
    max-height: 90px;
    padding-top: 30px;
  }

  .product-profile .title {
    font-size: 12px;
  }

  .product-profile .price {
    width: 90px;
    font-size: 12px;
  }

  .main-products-list-container {
    top: -20px;
  }

  .main-products-list-container h2.title {
    display: block;
    position: relative;
    text-align: center;
    page-break-inside: avoid;
    font-size: 16px;
  }

  .main-products-list-container p.subtitle {
    clear: both;
    font-size: 12px;
  }

  .products-carousel.js-slick-carousel.slick-initialized.slick-slider.slick-dotted {
    height: 1050px !important;
  }

  .product-carousel-container h2.title {
    display: block;
    position: relative;
    page-break-inside: avoid;
  }

  .product-carousel-container .title img {
    top: 5px;
    float: left;
    width: 35%;
    margin-left: 5px;
  }

  .product-carousel-container .title div {
    top: 5px;
    float: right;
    width: 55%;
    font-size: 24px;
  }

  .product-carousel-container .slick-list.draggable {
    margin-left: -280px;
    height: 1050px;
    padding-left: 300px !important;
    padding-right: 300px !important;
  }

  .product-carousel-container .slick-list.draggable .slick-track {
    width: 5992px !important;
  }

  .products-carousel.slick-initialized .slick-slide {
    width: 667px !important;
  }

  .products-carousel.slick-initialized .slick-slide.slick-active {
    width: 600px !important;
  }

  .service-rely-container {
    padding: 10px 0 20px 1.5%;
  }

  .service-rely-container .service-rely__left {
    font-size: 24px;
    padding-top: 17px;
  }
}

/* P1 BANNER HOME PAGE ASarzala */
.hero-banner--holiday2024 {
  position: relative;
}
.hero-banner--holiday2024::before,
.hero-banner--holiday2024::after {
  content:'';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: 2;
  background: rgb(255,231,153);
  background: linear-gradient(90deg, rgba(255,231,153,1) 0%, rgba(219,169,104,1) 33%, rgba(195,138,86,1) 51%, rgba(238,193,119,1) 56%, rgba(223,168,104,1) 65%, rgba(252,212,136,1) 100%);
}
.hero-banner--holiday2024::before {
  bottom: auto;
  top: 0;
}

.hero-banner--holiday2024 .hero-content-container {
  flex-direction: column;
  align-items: start !important;
}

.hero-banner--holiday2024-headline {
  font-size: clamp(1.875rem, 1.6337rem + 0.9901vw, 2.5rem);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  width: 40%;
}
.hero-banner--holiday2024-lead {
  font-size: clamp(1rem, 0.8793rem + 0.495vw, 1.3125rem);
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  width: 40%;
}
.hero-banner--holiday2024-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 30px;
  gap: 10px;
  width: 120px;
  background: linear-gradient(96.19deg, #C58751 -4.61%, #E9BF74 25.89%, #FFEB9F 71.81%, #C88C4F 100.11%);
  border-radius: 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 13.46px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  color: #101010;
}

.hero-banner--holiday2024 .decoration-image {
  position: absolute;
  top:0;
  left: calc(50% - 10vw);
  height: 350px;
  width: auto;
  z-index: 3;
}
.hero-banner--holiday2024 .decoration-image img {
  width: auto !important;
  height: 100%;
}
@media (max-width: 800px) {
  .hero-banner--holiday2024 .decoration-image {
    left: auto;
    right: -70px;
  }
}
@media (max-width: 640px) {
  .hero-banner--holiday2024 .decoration-image {
    left: auto;
    right: -90px;
  }
}
@media (max-width: 600px) {
  .hero-banner--holiday2024::before,
  .hero-banner--holiday2024::after {
    display: none;
  }
}

.hero.hero-banner--P1 .hero-content-container {
  padding: 0;
}

.hero.hero-banner--P1 .hero-banner--P1-title,
.hero.hero-banner--P1 .hero-banner--P1-phone {
  font-size: clamp(1.875rem, 1.3832rem + 2.0984vw, 3.875rem);
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 10px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
}

.hero.hero-banner--P1 .hero-banner--P1-phone {
  white-space: nowrap;
}

.hero.hero-banner--P1 .hero-banner--P1-description {
  font-size: clamp(1rem, 0.8304rem + 0.3534vw, 1.25rem);
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}
.hero.hero-banner--P1 .hero-banner--P1-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hero.hero-banner--P1 .hero-banner--P1-icons {
  background-color: #532279;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  gap: 11px;
  padding: 20px;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.627rem + 0.5246vw, 1.25rem);
}

.hero.hero-banner--P1 .hero-banner--P1-icons .hero-banner--P1-icons-item {
  text-align: center;
}

.hero.hero-banner--P1 .hero-banner--P1-icons .hero-banner--P1-icons-item img {
  margin-bottom: 10px !important;
  height: 45px !important;
  width: auto !important;
}

@media (min-width: 993px) {
  .hide-cursor-desktop {
    cursor: default !important;
  }
}

@media (max-width: 1399.98px) {
  .hero.hero-banner--P1 .hero-content-container {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  .hero.hero-banner--P1 .hero-banner--P1-content {
    flex-direction: column;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons {
    justify-content: flex-start;
    gap: 22px;
    display: inline-flex;
    padding: 10px;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons .hero-banner--P1-icons-item {
    display: inline-flex;
    align-items: center;
    text-align: left;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons .hero-banner--P1-icons-item br {
    display: none;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons .hero-banner--P1-icons-item img {
    margin-right: 16px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .hero.hero-banner--P1 .hero-banner--P1-description {
    display: none;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons {
    justify-content: space-evenly;
    display: inline-flex;
    padding: 10px 20px;
    align-items: flex-start;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons .hero-banner--P1-icons-item {
    flex-direction: column;
    text-align: center;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons .hero-banner--P1-icons-item br {
    display: block;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons .hero-banner--P1-icons-item img {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    height: 45px !important;
    width: auto !important;
  }
}

@media (max-width: 600px) {
  #main-hero-banner .hero.hero-banner--P1 .hero-content-container {
    display: flex;
    position: absolute;
    align-items: flex-end;
    padding-bottom: 20px;
    max-width: 100% !important;
  }

  .hero.hero-banner--P1 .hero-banner--P1-icons {
    justify-content: space-evenly;
    display: inline-flex;
    padding: 10px 30px;
    align-items: flex-start;
    gap: 35px;
  }
  .hero-banner--holiday2024::before,
  .hero-banner--holiday2024::after {
    display: none;
  }
}

/* END OF P1 BANNER HOME PAGE ASarzala */

/* P1 BANNER HOME PAGE ASarzala - Summer Offers */

.hero-banner--spitfire {
  overflow: hidden;
  background-color: #532279;
}

.hero.hero-banner--spitfire .hero-content-container {
  padding: 0;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hero.hero-banner--spitfire .hero-banner--spitfire-left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-right-col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}

.hero.hero-banner--spitfire .hero-banner--spitfire-title {
  font-size: clamp(3.25rem, -3.4416rem + 10.793vw, 9.375rem);
  color: #fff;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  padding-bottom: 10px;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-br {
  display: none;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-description {
  /* font-size: 64px; */
  font-size: clamp(1.625rem, -0.9697rem + 4.185vw, 4rem);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-button {
  /* font-size: 30px; */
  font-size: clamp(1.25rem, 0.5672rem + 1.1013vw, 1.875rem);
  color: #fff;
  background-color: #D46027;
  padding: 17px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.1;
  display: block;
  text-decoration: none;
  width: fit-content;
  text-align: center;
  text-wrap: nowrap;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-price-title {
  /* font-size: 46px; */
  font-size: clamp(1.625rem, 0.2594rem + 2.2026vw, 2.875rem);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 16px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  text-wrap: nowrap;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-price-info {
  /* font-size: 90px; */
  font-size: clamp(1.875rem, -2.2219rem + 6.6079vw, 5.625rem);
  color: #D46027;
  border: 1px solid #D46027;
  background-color: #ffffff;
  padding: 10px 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  border-radius: 10px;
  width: fit-content;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-img-tablet {
  display: none;
}
.hero.hero-banner--spitfire .hero-banner--spitfire-img-mobile {
  display: none;
}

@media (max-width: 1399.98px) {
  .hero.hero-banner--spitfire .hero-content-container {
      padding: 0 30px;
  }
}

@media (max-width: 1199.98px) {  }


@media (max-width: 991.98px) {
  .hero.hero-banner--spitfire .hero-banner--spitfire-br {
      display: block;
  }
}

@media (max-width: 768px) {
  .hero.hero-banner--spitfire .hero-banner--spitfire-br {
      display: none;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-content {
      flex-direction: column;
      justify-content: flex-start;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-right-col {
      justify-content: flex-start;
      align-items: flex-start;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-right-col-content {
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: flex-start;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-price {
      display: flex;
      flex-direction: row
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-button {
      margin-top: 18px;
      padding: 17px 90px;
  }
  
  .hero.hero-banner--spitfire .hero-banner--spitfire-img-desktop {
      display: none;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-img-tablet {
      display: block;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-img-tablet img {
      position: absolute;
      right: -6%;
      top: 0;
      bottom: 0;
      height: 100%;
      width: auto;
  }
}

@media (max-width: 600px) {
  .hero.hero-banner--spitfire .hero-banner--spitfire-left-col {
    background-color: #542179;
  }
  .hero-banner--spitfire {
      background-color: unset;
  }
  /* .hero.hero-banner--spitfire .hero-content-container {
      background-color: #532279;
  } */
  /* .hero.hero-banner--spitfire .hero-banner--spitfire-img-tablet {
      display: none;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-img-mobile {
      display: block;
  } */
  .hero.hero-banner--spitfire .hero-banner--spitfire-img-tablet img {
    position: relative;
    right: 0%;
}
  .hero.hero-banner--spitfire .hero-banner--spitfire-img-mobile img {
      position: absolute;
      right: 0;
      left: 0;
      top: unset;
      bottom: 0;
      height: auto;
      width: 100%;
      max-width: 403px;
      margin: 0 auto;
      z-index: -1;
  }
  #main-hero-banner .hero.hero-banner--spitfire .hero-content-container {
      display: flex;
      position: absolute;
      align-items: flex-start;
      justify-content: center;
      padding-top: 10px;
      max-width: 375px !important;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-price {
      justify-content: center;
      padding-top: 5px;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-button {
      margin: 10px auto 0;
      padding: 17px 55px;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-right-col-content {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: flex-start;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-right-col {
      justify-content: center;
      align-items: flex-start;
  }
  .hero.hero-banner--spitfire .hero-banner--spitfire-price-title {
      margin: 0;
  }
}

/* END OF P1 BANNER HOME PAGE ASarzala - Summer Offers */

/* P1 BANNER HOME PAGE ASarzala - JazzyAir2 */
.hero.hero-banner--JazzyAir2 .hero-content-container {
  padding: 0;
}
.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-title {
  /* font-size: clamp(3.375rem, 2.5396rem + 4.1772vw, 7.5rem); */
  font-size: clamp(3.375rem, 2.275rem + 4.4vw, 7.5rem);
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
  color: #FCDC41;
  line-height: 1.1;
  padding-bottom: 10px;
}

.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-title-br {
  display: none;
}

.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-right-col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-title {
  font-size: clamp(1.1875rem, 0.8204rem + 1.8354vw, 3rem);
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 1.1;
  text-align: center;
}

.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-img {
  display: block;
  max-height: 100%;
  width: auto !important;
  margin-right: 0 !important;
}

.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-button {
  /* font-size: 30px; */
  font-size: clamp(1.125rem, 0.3056rem + 1.3216vw, 1.875rem);
  color: #fff;
  background-color: #D46027;
  padding: 17px 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.1;
  display: block;
  text-decoration: none;
  width: fit-content;
  text-align: center;
  text-wrap: nowrap;
  margin-top: 18px;
}

.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-icons {
  background-color: #532279;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  gap: 11px;
  padding: 20px;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.627rem + 0.5246vw, 1.25rem);
}

.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-icons .hero-banner--JazzyAir2-icons-item {
  text-align: center;
}
.hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-icons .hero-banner--JazzyAir2-icons-item img {
  margin-bottom: 10px !important;
  height: 45px !important;
  width: auto !important;
}

@media (max-width: 1709px) {
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-img {
      transform: translateX(55px);
  }
}
@media (max-width: 1569px) {
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-title-br {
      display: block;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-img {
      transform: none;
  }
}

@media (max-width: 1399.98px) {
  .hero.hero-banner--JazzyAir2 .hero-content-container {
      padding: 0 30px;
  }
}

@media (max-width: 1269px) {
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-img {
      transform: translateX(55px);
  }
}

@media (max-width: 1149.98px) {
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-right-col {
      flex-direction: column;
      align-items: flex-end;
      padding-right: 40px;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-img {
      width: 100% !important;
      max-width: 200px;
      height: auto !important;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-button {
      padding: 18px 40px;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-img {
      transform: none;
  }
}


@media (max-width: 991.98px) {
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-right-col {
      flex-direction: column;
      align-items: flex-end;
      padding-right: 0;
  }
  .hero.hero-banner--JazzyAir2 .banner-img img {
      object-position: top right !important;
  }
}

@media (max-width: 767.98px) {
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-button {
      padding: 18px 30px;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-left-col {
      justify-content: flex-start;
      padding-top: 20px;
  }
  .hero.hero-banner--JazzyAir2 .banner-img img {
      object-position: 75% 0 !important;
  }
}

@media (max-width: 600px) {
  #main-hero-banner .hero.hero-banner--JazzyAir2 .hero-content-container {
      display: flex;
      align-items: flex-end;
      position: absolute;
      top: 0;
      left: 0;
      padding-bottom: 35px;
      padding-top: 30px;
      max-width: 100% !important;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-title {
      font-size: 50px;
      margin: 0 auto;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-title-br {
      display: none;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-content {
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-right-col {
      flex-direction: row;
      align-items: flex-end;
  }
  .hero.hero-banner--JazzyAir2 .hero-banner--JazzyAir2-product-img {
      margin: 0 !important;
      max-width: 180px;
  }
  .hero.hero-banner--JazzyAir2 .banner-img img {
      object-position: top !important;
  }
}


/* END OF P1 BANNER HOME PAGE ASarzala - JazzyAir2 */


/* P3 BANNER HOME PAGE AKielczykowski - Bespoke */
.hero-banner-bespoke-image,
#main-hero-banner .banner-img img.hero-banner-bespoke-image {
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
  object-position: center; 
  background: #FFF;
}
/* END OF P3 BANNER HOME PAGE AKielczykowski - Bespoke */