/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
body {
  background: #F7F7F7;
}

#hero {
  margin-top: -1px;
}
#hero .search-box {
  margin-top: 24px;
  width: 100%;
}
#hero select {
  font-family: "Rubik", "sans-serif";
  outline: 0;
  border: 0;
}
#hero .form-control {
  border: 0;
  outline: 0;
  padding-left: 30px;
  min-height: 54px;
  margin-top: 17px;
  border-radius: 5px;
}
#hero h1 {
  font-weight: 600;
  position: relative;
  color: #FFFFFF;
  font-size: clamp(2.5rem, 40px + (53 - 40) * (100vw - 320px) / 1600, 3.3125rem) !important;
  line-height: clamp(2.9375rem, 47px + (63 - 47) * (100vw - 320px) / 1600, 3.9375rem) !important;
}
#hero h1::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 25% !important;
  height: 9px;
  background-color: #EB010F;
}
#hero .row {
  margin: 0;
}
#hero .hero-left {
  background-color: #131F35;
  color: white;
  position: relative;
}
#hero .hero-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  background-color: #131F35;
}
#hero .hero-right {
  background-color: #FFFFFF;
  position: relative;
}
#hero .hero-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
#hero .hero-content {
  padding: 3em 2em;
}
#hero .hero-content picture {
  max-height: 676px !important;
  height: 100% !important;
}
#hero .hero-content img {
  height: 100%;
  object-position: left;
  object-fit: cover;
}
#hero .hero-content .main-paragraph {
  padding-top: 24px;
  color: #FFFFFF;
}
#hero select.form-select {
  background: #E8E8E8 0% 0% no-repeat padding-box;
  color: #2F2F2F;
  height: 54px;
  align-content: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
#hero .hero-left .common-button {
  margin-top: 24px;
}
#hero .hero-left .common-button:hover {
  background: #EB010F;
}
#hero .hero-left .hero-content {
  margin-left: auto;
}
#hero .hero-right .hero-content {
  margin-right: auto;
  display: flex;
}
#hero .icon-magnifying-glass {
  color: #BEBEBE;
  font-size: 18px;
}
#hero .container-magnifying-glass {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 50px;
  margin-top: -54px;
  height: 54px;
  right: 0;
  margin-left: auto;
}
#hero .container-sale {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  top: 0;
  padding: 24px 18px;
  height: fit-content;
  min-width: 220px;
}
#hero .container-sale .common-button {
  font: normal normal bold 12px/14px Rubik;
  min-height: 52px;
  max-width: 49px;
}
#hero .hero-right {
  position: relative;
}
#hero .on-sale {
  color: #EB010F;
}
#hero .product-name {
  max-width: 294px;
  color: #000000;
}
#hero .current-price {
  color: #000000;
  margin-bottom: 0;
}
#hero .old-price {
  text-decoration: line-through;
  text-transform: capitalize;
  color: #000000;
}
#hero .container-prices {
  gap: 10px;
  margin-top: 13px;
}
#hero .view-product {
  font: normal normal bold 12px/18px Poppins;
  color: #000000 !important;
  gap: 10px;
  width: 100%;
  text-align: center;
}
#hero .icon-shop-bag {
  font-size: 25px;
}
#hero .container-icon-plus {
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 15px;
  margin-bottom: -11px;
}
#hero select {
  font-family: "Rubik", "sans-serif";
  outline: 0;
  border: 0;
}
#hero .form-control {
  border: 0;
  outline: 0;
  padding-left: 30px;
  min-height: 54px;
  margin-top: 0;
  border-radius: 5px;
}
#hero select.form-select {
  background: #E8E8E8 0% 0% no-repeat padding-box;
  color: #2F2F2F;
  height: 54px;
  align-content: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
}
#hero .icon-magnifying-glass {
  color: #BEBEBE;
  font-size: 18px;
}
#hero .container-magnifying-glass {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 50px;
  height: 34px;
  right: 0;
  margin-left: -10px;
  position: absolute;
  bottom: 12px;
}
#hero .container-sale {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  top: 0;
  padding: 24px 18px;
  height: fit-content;
  min-width: 220px;
}
#hero .container-sale .common-button {
  font: normal normal bold 12px/14px Rubik;
  min-height: 52px;
  max-width: 49px;
}
#hero .cart-icon,
#hero .heart-wishlist {
  position: relative;
  display: inline-block;
}
#hero .cart-icon .badge,
#hero .heart-wishlist .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #e00;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}
#hero .form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 40px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
}
#hero .form-select:focus {
  outline: none;
  border-color: #000000;
}
#hero .form-select::-ms-expand {
  display: none;
}
#hero .search-hero-input-wrapper {
  margin-top: 12px;
}
#hero .search-hero-input-wrapper input {
  width: 100%;
}
#hero .search-dropdown-hero {
  left: 0;
  width: 100%;
}
@media screen and (min-width: 641px) {
  #hero .form-control {
    margin-top: 0;
    border-radius: 0px;
  }
  #hero .container-magnifying-glass {
    margin-top: 0;
    height: 54px;
    margin-left: unset;
    position: relative;
    bottom: unset;
  }
  #hero select.form-select {
    border-radius: 5px 0px 0px 5px;
    width: 170px;
  }
  #hero .search-hero-input-wrapper {
    margin-top: 0;
  }
  #hero .search-hero-input-wrapper input {
    width: fit-content;
  }
  #hero .search-box {
    width: fit-content;
  }
  #hero .search-box input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #hero .search-dropdown-hero {
    left: -150px;
    width: 400px;
  }
  #hero .hero-content img {
    object-fit: contain;
  }
}
@media screen and (min-width: 1025px) {
  #hero .hero-left {
    min-height: 716px;
    display: flex;
    align-items: center;
  }
  #hero .hero-right {
    padding-left: 40px;
  }
  #hero .container-sale {
    max-width: 670px;
    padding: 34px 50px;
    left: 10vw;
    top: 120px;
    position: absolute;
    margin-right: 40px;
  }
  #hero .hero-content {
    max-width: 785px;
  }
  #hero .hero-content .main-paragraph {
    padding-right: 10vw;
  }
  #hero .container-prices {
    gap: 30px;
    margin-top: 24px;
  }
  #hero .view-product {
    width: unset;
  }
  #hero .search-dropdown {
    width: 430px;
    left: -170px;
  }
}
@media screen and (min-width: 1551px) {
  #hero .container-sale .common-button {
    max-width: unset;
  }
}
@media screen and (min-width: 1920px) {
  #hero .container-sale .common-button {
    min-height: 45px;
  }
  #hero .container-sale {
    margin-right: 0;
    left: 320px;
  }
  #hero select.form-select {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*Furnace Filter*/
#furnace-filter {
  border-bottom: 1px solid #BABABA;
}
#furnace-filter .color-red {
  color: #EB010F;
  margin-right: 10px;
}
#furnace-filter .link-subscribe {
  font: normal normal bold 16px/25px Poppins;
  margin-left: 10px;
  color: #000000 !important;
  gap: 8px;
  margin-top: 8px;
}

/*Sale And Shop By Category*/
#sale {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

#sale .title-shop,
#shop-category .title-shop {
  margin-bottom: -10px;
  text-transform: uppercase;
  color: #EB010F;
  position: relative;
}
#sale .button-left,
#sale .button-right,
#shop-category .button-left,
#shop-category .button-right {
  background: transparent;
  border: 0;
}
#sale .subtitle,
#shop-category .subtitle {
  position: relative;
}
#sale .subtitle::after,
#shop-category .subtitle::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 10% !important;
  height: 9px;
  background-color: #EB010F;
}
#sale .icon-Aslong-arrow-left,
#shop-category .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#sale .icon-Aslong-arrow-left.right,
#shop-category .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#sale .icon-Aslong-arrow-left:hover,
#shop-category .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}

/*Shop Category*/
#shop-category {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

/*Products Sale*/
#products-on-sale {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#products-on-sale .product-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 8px;
  padding: 27px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#products-on-sale .product-item .yith-wcwl-add-to-wishlist-button--added svg path {
  fill: #EB010F;
}
#products-on-sale .product-item .yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}
#products-on-sale .product-item .yith-add-to-wishlist-button-block {
  margin: unset !important;
  height: fit-content !important;
}
#products-on-sale .product-item > a {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#products-on-sale .product-item .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#products-on-sale .product-title {
  font: normal normal normal 16px/25px Rubik;
  max-width: 248px;
  min-height: 83px;
}
#products-on-sale .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#products-on-sale .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#products-on-sale .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}
#products-on-sale .container-buttons-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#products-on-sale .carousel-nav-arrows-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#products-on-sale .product-title {
  font: normal normal normal 16px/25px Rubik;
  max-width: 248px;
}
#products-on-sale .product-image {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 236px;
}
#products-on-sale .product-image picture, #products-on-sale .product-image img {
  max-width: 265px;
  object-fit: contain;
  height: 200px;
}
#products-on-sale .product-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#products-on-sale .product-price {
  font: normal normal normal 18px/27px Rubik;
  letter-spacing: 0px;
  color: #131F35;
}
#products-on-sale .product-info {
  padding-top: 18px;
}
#products-on-sale .tag-sale {
  color: #FFFFFF;
  text-transform: uppercase;
  background: #EB010F 0% 0% no-repeat padding-box;
  position: absolute;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  top: -19px;
  right: -11px;
}
#products-on-sale .container-links {
  justify-content: center;
  border-top: 1px solid #B2B2B2;
}
#products-on-sale .icon-heart {
  color: #000000;
  font-size: 20px;
}
#products-on-sale .add-to-cart {
  font: normal normal bold 16px/48px Rubik;
  letter-spacing: 0px;
  color: #464646;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
#products-on-sale .add-to-cart:hover {
  background: #131F35 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #FFFFFF;
}
#products-on-sale .view-product {
  color: #131F35;
  font: normal normal normal 16px/48px Rubik;
  width: 100%;
  text-align: center;
}
#products-on-sale .view-product:hover {
  background: #131F35 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #FFFFFF;
}
#products-on-sale .line-height {
  height: 48px;
  width: 1px;
  background: #B2B2B2;
  margin-left: 10px;
  margin-right: 10px;
}
#products-on-sale .pi-edd.pi-edd-loop {
  background: transparent;
  border: 0;
  text-align: left;
  color: #131F35;
  font: normal normal normal 14px/25px Rubik;
  padding: 0;
}
@media screen and (min-width: 641px) {
  #products-on-sale .product-item {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  #products-on-sale .product-item {
    margin: 0;
  }
}

/*Categories*/
#categories {
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#categories .category-name {
  color: #FFFFFF;
  padding: 0 0 10px 10px;
  text-align: left;
}
#categories .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#categories .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#categories .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}
#categories .container-buttons-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#categories .carousel-nav-arrows-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#categories .category-image img {
  border-radius: 8px;
}
#categories .category-info {
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  #categories .category-name {
    padding: 28px;
  }
}

/*Worry and Finance*/
#worry {
  display: flex;
  flex-direction: column-reverse;
}

#worry,
#finance {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
#worry h3,
#finance h3 {
  color: #131F35;
  text-transform: uppercase;
  position: relative;
}
#worry h3::after,
#finance h3::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#worry .color-red,
#finance .color-red {
  color: #EB010F;
}
#worry .worry-image,
#finance .worry-image {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 814px;
  margin-left: auto;
}
#worry picture,
#finance picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#worry img,
#finance img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
}
#worry .main-content,
#finance .main-content {
  color: #454545;
}
@media (max-width: 991px) {
  #worry #worry,
  #finance #worry {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1025px) {
  #worry .worry-image-wrapper,
  #finance .worry-image-wrapper {
    position: absolute;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 900px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #worry .worry-image-wrapper,
  #finance .worry-image-wrapper {
    right: calc((100vw - 1920px) / 2) !important;
  }
}

/*Trust*/
#trust {
  background: #131F35;
  position: relative;
  min-height: 608px;
}
#trust .trust-image {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
}
#trust picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#trust img {
  height: 100%;
  object-fit: cover;
}
#trust .main-content {
  color: #454545;
}
#trust h2, #trust h3, #trust h4, #trust h5, #trust h6 {
  font-weight: 600;
}
#trust h2, #trust h3, #trust h4, #trust h5, #trust h6, #trust p {
  color: #FFFFFF;
}
#trust h2 {
  position: relative;
}
#trust h2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0 !important;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#trust .common-button:hover {
  background: #EB010F;
}
#trust .trust-image-wrapper img {
  width: 100vw;
}
@media screen and (min-width: 1025px) {
  #trust .trust-content {
    padding-right: 6em;
  }
  #trust .trust-image-wrapper {
    position: absolute;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 900px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #trust .trust-image-wrapper {
    right: calc((100vw - 1920px) / 2) !important;
  }
}

/*Warranty*/
#warranty {
  position: relative;
}
#warranty .warranty-image {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
}
#warranty picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#warranty img {
  height: 100%;
  object-fit: cover;
  border-radius: 0px 8px 8px 0px;
}
#warranty .main-content {
  color: #454545;
}
#warranty h2, #warranty h3, #warranty h4, #warranty h5, #warranty h6 {
  font-weight: 600;
}
#warranty h2 {
  position: relative;
  text-transform: uppercase;
}
#warranty .common-button:hover {
  background: #EB010F;
}
#warranty .warranty-image-wrapper img {
  width: calc(100vw - 2em);
  margin-right: 2em;
}
@media screen and (min-width: 1025px) {
  #warranty {
    min-height: 521px;
  }
  #warranty .warranty-image-wrapper {
    position: absolute;
    left: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 812px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #warranty .warranty-image-wrapper {
    left: calc((100vw - 1920px) / 2) !important;
  }
}

/*Finance*/
#finance {
  display: flex;
  flex-direction: column-reverse;
}
#finance h2 {
  font-weight: 600;
  text-transform: uppercase;
}
#finance .worry-image-wrapper img {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  #finance {
    min-height: 645px;
    align-items: center;
    justify-content: center;
  }
}

/*Prices*/
#prices {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#prices h2, #prices h3, #prices h4, #prices h5, #prices h6, #prices p {
  color: #FFFFFF;
  text-align: center;
}
#prices h2 {
  text-transform: uppercase;
  font-weight: bold;
}
#prices picture {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#prices picture img {
  height: 100%;
}
#prices img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
#prices .container-content {
  max-width: 900px;
  position: relative;
}
#prices p.h4 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  #prices {
    min-height: 600px;
    margin-top: 8em;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*FAQ*/
#faq {
  margin-top: 5em;
  margin-bottom: 5em;
}
#faq h2 {
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
#faq h2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0 !important;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#faq .question {
  font: normal normal bold 16px/19px Rubik;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}
#faq .icon-minus-square,
#faq .icon-plus-square {
  color: #EB010F;
  font-size: 16px;
}
#faq .answer {
  display: none;
  color: #454545;
}
#faq .faq-item {
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (min-width: 1025px) {
  #faq {
    margin-top: 9em;
    margin-bottom: 9em;
  }
}