@font-face {
  font-family: ThinFont;
  src: url("https://lgvls.com/sa_ar/assets/fonts/LG_EI_Headline_Thin.otf") format("otf"),
    url("https://lgvls.com/sa_ar/assets/fonts/LG_EI_Headline_Thin.otf") format("truetype");
}
@font-face {
  font-family: LightFont;
  src: url("https://lgvls.com/sa_ar/assets/fonts/LG_EI_Headline_Light.otf") format("otf"),
    url("https://lgvls.com/sa_ar/assets/fonts/LG_EI_Headline_Light.otf") format("truetype");
}
@font-face {
  font-family: RegularFont;
  src: url("https://lgvls.com/sa_ar/assets/fonts/LG_EI_Headline_Regular.otf") format("otf"),
    url("https://lgvls.com/sa_ar/assets/fonts/LG_EI_Headline_Regular.otf") format("truetype");
}
@font-face {
  font-family: SemiBoldFont;
  src: url("https://lgvls.com/sa_ar/assets/fonts/LG_EI_Headline_Semibold.otf") format("otf"),
    url("https://lgvls.com/sa_ar/assets/fonts/LG_EI_Headline_Semibold.otf") format("truetype");
}

:root {
  --nav: #f6f5f1;
  --main: rgba(243, 242, 235, 1);
  --container: rgba(245, 245, 240, 1);
  --button: #ff0000;
  --faq_question_border: #e6e1d6;
  --faq_question_background: #f3f2eb;
}
button:not(.primary) {
  border: inherit;
  color: inherit;
  line-height: inherit;
  padding: inherit;
  height: inherit;
  background-color: inherit;
  outline: none;
}

.microsite {
  max-width: 1580px;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  background: linear-gradient(
    180deg,
    rgba(242, 241, 241, 0.35) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  margin: 0 auto;
  font-family: RegularFont !important;
}
.microsite__content {
  background: rgba(243, 242, 235, 1);
}
.microsite__content_catelogue {
  padding-top: 10vh;
}
.microsite__catelogue_content {
  width: 100%;
}
.microsite__content_cat {
  /* height: 100vh; */
}
@media (min-width: 992px) {
  .microsite__content_cat {
    /* height: 100vh; */
  }
  .microsite__content_catelogue {
    padding-top: 70px;
  }
  .microsite__catelogue_content {
    width: 75%;
    margin: 0 auto;
  }
}
.microsite__container-section {
  width: 100%;
  max-width: 1580px;
  /* padding: 0 10%; */
  background: linear-gradient(
    90deg,
    rgba(242, 241, 241, 0.35) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  z-index: 9;
}
.microsite__container-section > * {
  font-family: SemiBoldFont !important;
}
@media (min-width: 992px) {
  .microsite__container-section {
    padding: 0 10%;
  }
}
.fix {
  position: fixed !important;
  top: 0 !important;
  left: 50%;
  transform: translate(-50%, 0);
}
/* Microsite Header tab */
.microsite__main_tab {
  background: linear-gradient(
    90deg,
    rgba(242, 241, 241, 0.35) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
}
.active > * {
  background-color: #ff0000;
  color: white !important;
  border-radius: 40px;
}
.nav-item > * {
  font-family: SemiBoldFont !important;
  font-size: 20px !important;
  font-weight: 550;
  line-height: 26.8px;
  color: black;
}
.nav-item:hover > * {
  background-color: #ff0000;
  color: white !important;
  border-radius: 40px;
  outline: none !important;
}
.nav-link {
  padding: 10px 24px !important;
  color: #000000;
}
/* Hero Content  */
.microsite__hero-section {
  background-color: white !important;
  padding: 0 0 0 10%;
  height: 800px;
}

.microsite__hero-content {
  margin-top: 15vh;
}
.microsite__hero-content-heading {
  font-size: 55px;
  font-family: SemiBoldFont !important;
  line-height: 55px;
  font-weight: 550;
}
.microsite__hero-content-paragraph {
  font-size: 20px;
  font-family: RegularFont !important;
  line-height: 26.8px;
  font-weight: 400;
  margin: 20px 0;
}
.microsite__hero-catelogue-button {
  background-color: var(--button);
  border: 1px solid var(--button);
  border-radius: 40px;
  padding: 13px;
  color: white !important;
  font-size: 21px;

  line-height: 16.38px;
  font-weight: 700px;
  text-decoration: none !important;
}
.microsite__hero-content-button {
  background-color: var(--button);
  border: 1px solid var(--button);
  border-radius: 40px;
  padding: 10px 14px;
  color: white !important;
  font-size: 14px;
  line-height: 16.38px;
  font-weight: 700px;
  text-decoration: none !important;
}
.microsite__hero-content-button-arrow {
  margin-left: 18px;
}
.hero-image {
  width: 90%;
  height: 100%;
}
@media (min-width: 700px) {
  .hero-image {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .microsite__hero-content {
    margin: 0;
  }
  .microsite__hero-section {
    background-color: white !important;
    padding: 0 0 0 10%;
    height: 800px;
  }
  .microsite__hero-content-heading {
    font-size: 56px;
    font-family: SemiBoldFont !important;
    line-height: 56px;
    font-weight: 550;
  }
  .microsite__hero-content-paragraph {
    font-size: 30px;
    font-family: RegularFont !important;
    line-height: 40.2px;
    font-weight: 400;
    margin: 30px 0px 50px;
  }
  .microsite__hero-content-button {
    font-family: SemiBoldFont !important;
    background-color: var(--button);
    border-radius: 40px;
    padding: 18px 34.5px;
    color: white !important;
    font-size: 20px !important;
    line-height: 23.4px;
    font-weight: 700px;
    text-decoration: none !important;
  }
  .microsite__hero-content-button-arrow {
    margin-left: 28px;
  }

  .hero-image {
    width: 80%;
    height: 100%;
  }
}

/* Tabs Section */
.microsite__tabs-section {
  background-color: #e6e1d6;
}
.microsite__tabs {
  padding: 0 10%;
}
.microsite__tabs_details {
  background-color: #f5f5f0;
  padding: 0 10%;
}
.microsite__tabs_details_info {
  background: linear-gradient(
    94.13deg,
    rgba(240, 236, 228, 0.35) 0.97%,
    rgba(230, 225, 214, 0.45) 100%
  );

  border: 1px solid #d9d9d9;
  padding: 24px 30px;
  border-radius: 15px;
}
.img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.microsite__tabs_question {
  font-size: 25px;
  line-height: 33.5px;
  font-weight: 550;
  font-family: SemiBoldFont !important;
}
.microsite__tabs_answer {
  height: 0; /* Initially zero height */
  overflow: hidden; /* Hide overflow */
  visibility: hidden; /* Initially hidden */
  opacity: 0; /* Initially transparent */
  transition: opacity 0.5s ease-in-out; /* Only transition opacity */
  font-family: RegularFont !important;
  font-size: 20px;
}

@media (min-width: 992px) {
  .microsite__tabs-section {
    background-color: #e6e1d6;
  }
  .microsite__tabs {
    padding: 0 10%;
  }
  .microsite__tabs_details {
    background-color: #f5f5f0;
    padding: 0 10%;
  }
  .microsite__tabs_details_info {
    background: linear-gradient(
      94.13deg,
      rgba(240, 236, 228, 0.35) 0.97%,
      rgba(230, 225, 214, 0.45) 100%
    );

    border: 1px solid #d9d9d9;
    padding: 24px 30px;
    border-radius: 15px;
  }
  .dropdown-menu {
    left: auto !important;
    background: linear-gradient(
      180deg,
      rgba(242, 241, 241, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    ) !important;
    border: 0px !important;
    border-radius: 10px !important;
  }
  .dropdown-menu:hover {
    background: linear-gradient(
      180deg,
      rgba(242, 241, 241, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    ) !important;
    border: 0px !important;
    border-radius: 10px !important;
  }
  .microsite__tabs_question {
    font-size: 25px;
    line-height: 33.5px;
    font-weight: 550;
    font-family: SemiBoldFont !important;
  }
  .microsite__tabs_answer {
    height: 0; /* Initially zero height */
    overflow: hidden; /* Hide overflow */
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Initially transparent */
    transition: opacity 0.5s ease-in-out; /* Only transition opacity */
    font-family: RegularFont !important;
    font-size: 20px;
  }
}

/* Kitchen Blog */
.microsite__kitchen-blog {
  background-color: rgba(245, 245, 240, 1);
  padding: 0 10%;
}
.microsite__kitchen_blog_title {
  font-size: 40px;
  font-family: SemiBoldFont !important;
  font-weight: 550;
  line-height: 40px;
}
.microsite__kitchen_blog_paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 26.8px;
  margin: 30px 0;
}
.microsite__experience-btn {
  font-family: SemiBoldFont !important;
  font-size: 20px !important;
  font-weight: 550;
  line-height: 26.8px;
  background-color: #ffffff;
  color: white !important;
  border-radius: 40px;
  border: .0625rem solid #646464;
}
.microsite__experience-btn > * {
  font-family: SemiBoldFont !important;
}
.star_animation {
  visibility: hidden;
  width: 0px;
  transition: all 0.5s;
}
.microsite__experience-btn:hover > .star_animation {
  visibility: visible;
  width: 20px;
  transition: all 0.5s;
  margin-right: 7px;
}
@media (min-width: 992px) {
  .microsite__kitchen-blog {
    background-color: rgba(245, 245, 240, 1);
    padding: 0 10%;
  }
  .microsite__kitchen_blog_title {
    font-size: 56px;
    font-family: SemiBoldFont !important;
    font-weight: 550;
    line-height: 56px;
  }
  .microsite__kitchen_blog_paragraph {
    font-size: 30px;
    font-weight: 400;
    line-height: 40.2px;
    margin: 20px 0 35px;
  }
  .microsite__experience-btn {
    border: 1px solid transparent;
    border-radius: 50px;
  }
}

/*  */

/* Services */
.microsite__our-services {
  margin-top: 60px;
}
.microsite__our-services-heading {
  font-weight: 550;
  font-size: 40px;
  line-height: 53.6px;
  font-family: SemiBoldFont !important;
}
.microsite__our-services-background {
  background-color: #f5f5f0;
  padding: 37px 15%;
}
.microsite__our-services-background-img {
  position: relative;
  background: url(https://lgvls.com/sa_ar/assets/images/services/our-services-mb.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 74px;
}

.microsite__our-services-container {
  max-width: 1336px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #4a494633;
  border-radius: 30px;
  margin: 50px 10% !important;
}
.microsite__our-services-content {
  padding: 85px 30px !important;
}
.microsite__our-services-image {
  background: url(https://lgvls.com/sa_ar/assets/images/services/our-services-oven.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.microsite__our-services-content-title {
  font-size: 25px;
  list-style: 33.5px;
  font-weight: 550;
  font-family: SemiBoldFont !important;
  text-wrap: balance;
}
.microsite__our-services-content-paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 26.8px;
  margin: 10px 0 30px;
  font-family: LightFont !important;
  text-wrap: balance;
}

@media (min-width: 992px) {
  .microsite__our-services {
    margin-top: 60px;
  }
  .microsite__our-services-heading {
    font-weight: 550;
    font-size: 56px;
    line-height: 75.04px;
    font-family: SemiBoldFont !important;
  }
  .microsite__our-services-background {
    background-color: #f5f5f0;
    padding: 37px 15%;
  }
  .microsite__our-services-background-img {
    position: relative;
    background: url(https://lgvls.com/sa_ar/assets/images/services/our-services-bg.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-bottom: 74px;
  }

  .microsite__our-services-container {
    max-width: 1336px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid #4a494633;
    border-radius: 30px;
    margin: 50px 10% !important;
  }
  .microsite__our-services-content {
    padding: 85px 30px !important;
  }
  .microsite__our-services-image {
    background: url(https://lgvls.com/sa_ar/assets/images/services/our-services-oven.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .microsite__our-services-content-title {
    font-size: 35px;
    list-style: 46.9px;
    font-weight: 550;
    font-family: SemiBoldFont !important;
  }
  .microsite__our-services-content-paragraph {
    font-size: 25px;
    font-weight: 400;
    line-height: 40.2px;
    margin: 20px 0 35px;
    font-family: LightFont !important;
  }
}

/* FAQ Section */

.microsite__faq-section {
}
.microsite__faq-heading-section {
  padding: 0 10%;
}
.microsite__faq-details {
  background: url(https://lgvls.com/sa_ar/assets/images/faq/faq-background.svg);
  background-size: cover;
  background-position: center;
  width: 100%;
}
.microsite__faq-product-consumer {
  border-bottom: 0.25px solid rgb(206, 197, 197);
  padding: 0 12px;
}
.microsite__faq-product-consumer-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.12px;
  color: rgba(0, 0, 0, 1);
  font-family: RegularFont !important;
}
.microsite__faq-product-consumer-paragraph {
  font-size: 18px;
  font-weight: 250;
  line-height: 24.12px;
  color: rgba(0, 0, 0, 1);
  font-family: LightFont !important;
}
.microsite__faq-product-consumer-details-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.44px;
  height: 64.32px;
  color: rgba(0, 0, 0, 1);
  font-family: RegularFont !important;
}
.microsite__faq-product-consumer-details-paragraph {
  font-size: 16px;
  font-weight: 250;
  line-height: 21.44px;
  height: 171.52px;
  color: rgba(0, 0, 0, 1);
  font-family: LightFont !important;
}
.microsite__faq-product-container {
  background-color: white;
  padding: 20px 15px;
  border-radius: 10px;
}
.microsite__faq-product {
  padding: 12px;
  border: 0.25px solid rgb(173, 168, 168);
  background-color: rgba(245, 245, 240, 1);

  border-radius: 20px;
}

@media (min-width: 992px) {
  .microsite__faq-section {
  }
  .microsite__faq-heading-section {
    padding: 0 10%;
  }
  .microsite__faq-details {
    background: url(https://lgvls.com/sa_ar/assets/images/faq/faq-background.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 50px;
  }
  .microsite__faq-product-consumer {
    border-bottom: 0.25px solid rgb(206, 197, 197);
    padding: 0 12px;
  }
  .microsite__faq-product-consumer-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.12px;
    color: rgba(0, 0, 0, 1);
    font-family: RegularFont !important;
  }
  .microsite__faq-product-consumer-paragraph {
    font-size: 18px;
    font-weight: 250;
    line-height: 24.12px;
    color: rgba(0, 0, 0, 1);
    font-family: LightFont !important;
  }
  .microsite__faq-product-consumer-details-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.44px;
    height: 64.32px;
    color: rgba(0, 0, 0, 1);
    font-family: RegularFont !important;
  }
  .microsite__faq-product-consumer-details-paragraph {
    font-size: 16px;
    font-weight: 250;
    line-height: 21.44px;
    height: 171.52px;
    color: rgba(0, 0, 0, 1);
    font-family: LightFont !important;
  }
  .microsite__faq-product-container {
    background-color: white;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .microsite__faq-product {
    padding: 12px;
    border: 0.25px solid rgb(173, 168, 168);
    background-color: rgba(245, 245, 240, 1);

    border-radius: 20px;
  }
}
/* Catelogue page */
.microsite__catelogue-section {
  background-color: var(--main);
}

.microsite__catelogue-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 550;
  font-family: SemiBoldFont !important;
  margin-bottom: 26px;
  padding: 0 10%;
}
.microsite__catelogue-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 26.8px;
  margin-bottom: 25px;
  padding: 0 10%;
}
.microsite__faq-title {
  font-size: 35px;
  line-height: 35px;
  font-weight: 550;
  font-family: SemiBoldFont !important;
  margin-bottom: 26px;
  width: 90%;
}
.microsite__faq-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 26.8px;
  margin-bottom: 25px;
}
.microsite__catelogue-button {
  background-color: transparent;
  border: 1px solid var(--button);
  border-radius: 40px;
  padding: 15px 5px 15px;
  color: white !important;
  font-size: 21px;
  font-weight: 700px;
  text-decoration: none !important;
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .microsite__catelogue-section {
    background-color: var(--main);
  }
  .microsite__catelogue-title {
    font-size: 56px;
    line-height: 56px;
    font-weight: 550;
    font-family: SemiBoldFont !important;
    margin-bottom: 30px;
  }
  .microsite__catelogue-description {
    font-size: 25.5px;
    font-weight: 400;
    line-height: 34.17px;
    margin-bottom: 46px;
  }
  .microsite__faq-title {
    font-size: 56px;
    line-height: 56px;
    font-weight: 550;
    font-family: SemiBoldFont !important;
    margin-bottom: 30px;
    width: 90%;
  }
  .microsite__faq-description {
    font-size: 25.5px;
    font-weight: 400;
    line-height: 34.17px;
    margin-bottom: 46px;
  }
  .microsite__catelogue-button {
    background-color: transparent;
    border: 1px solid var(--button);
    border-radius: 40px;
    padding: 15px 5px 15px;
    font-size: 21px;

    text-decoration: none !important;
    margin-bottom: 90px;
  }
}
/* Backbutton */
.microsite__back-button-section {
  margin: 0 10%;
  background-color: var(--main);
}
.microsite__back-button {
  border: 1px solid black;
  border-radius: 25.5px;
  border-radius: 60px;
  padding: 12px 29.56px;
  font-size: 20px;
  line-height: 26.8px;
  font-weight: 400;
  font-family: RegularFont !important;
  text-decoration: none;
  color: black;
}
.microsite__back-button:hover {
  text-decoration: none;
  color: black;
}
.back-arrow {
  margin-right: 22.76px;
}
/*  */
/* FAQ Page */
.microsite__faq-page-section {
  margin: 0 10%;
}
.microsite__faq-questions-heading {
  font-family: SemiBoldFont !important;
  font-size: 25px;
  font-weight: 550;
  line-height: 33.5px;
  color: black;
}
.microsite__faq-question-section {
  margin: 0 10%;
}
.question_box {
  border: 1px solid var(--faq_question_border);
  background-color: var(--faq_question_background);
}
.active_question {
  background-color: var(--button) !important;
  color: white !important;
}
.microsite__faq-question-answer {
  padding-bottom: 50px;
}
.microsite__faq-question-label {
  background-color: transparent;
  color: black;
  font-size: 18px;
  font-weight: 550;
  line-height: 24.12px;
  padding: 12.55px 23.38px;
  font-family: RegularFont !important;
  transition: all 0.5s;
}
.microsite__faq-answer-label {
  background-color: transparent;
  color: black;
  font-size: 18px;
  font-weight: 550;
  line-height: 24.12px;
  padding: 12.55px 23.38px;
  font-family: RegularFont !important;
  transition: all 0.5s;
}
.microsite__faq-question {
  background-color: var(--faq_question_background);
  color: black;
  font-size: 18px;
  font-weight: 550;
  line-height: 24.12px;
  padding: 12.55px 23.38px;
  font-family: RegularFont !important;
}
.microsite__faq-answer {
  background-color: transparent;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.12px;
  padding: 12.55px 23.38px;

  font-family: LightFont !important;
}
.microsite__kitchen-blog-products {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.microsite__kitchen-blog-products-heading {
  font-size: 20px;
  line-height: 20px;
  height: 60px;
  font-weight: 550;
  font-family: RegularFont !important;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.microsite__kitchen-blog-products-paragraph {
  font-size: 20px;
  line-height: 20px;
  font-weight: 250;
  font-family: LightFont !important;
  color: rgba(74, 73, 70, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.microsite__kitchen-blog-products-next-btn {
  border: 0;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.microsite__kitchen-blog-products-next-btn:focus {
  outline: none;
  box-shadow: none;
}
.kitchen_blog_btn_arrow {
  padding: 18px 20px;
  border: 0.25px solid rgba(217, 217, 217, 1);
  background-color: #ffffff;
  fill: black;
  border-radius: 150px;
  transition: all 0.5s;
}
.kitchen_blog_btn_arrow:hover {
  background-color: var(--button);
  fill: white;
  border: 0.25px solid var(--button);
}
/* Recommended Products */
.microsite__products-section {
  margin: 0 10%;
}
.microsite__products {
  padding: 10px 0 50px;
}
.microsite__products-heading {
  font-size: 25px;
  font-family: SemiBoldFont !important;
  font-weight: 550;
  line-height: 40.2px;
}
.microsite__products-products-list {
}
.microsite__product-products {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24.13px;
  background-color: white;
  padding: 20px;
}

.microsite__product-products-heading {
  font-size: 21.55px;
  line-height: 28.87px;
  font-weight: 550;
  height: 86.61px;
  font-family: SemiBoldFont !important;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.microsite__product-products-paragraph {
  font-size: 17.24px;
  line-height: 23.1px;
  font-weight: 400;
  font-family: RegularFont !important;
  color: black;
}
.microsite__product-products-image {
  margin-top: 52px;
  margin-bottom: 78px;
}
.microsite__products-button {
  background-color: var(--button);
  font-family: SemiBoldFont;
  border: 1px solid var(--button);
  border-radius: 75px;
  padding: 10px 69px;
  color: white !important;
  font-size: 15.51px;
  line-height: 20.79px;
  font-weight: 550;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .microsite__products-section {
    margin: 0 10%;
    padding: 200px 0 107px;
  }
  .microsite__products {
    padding: 60px 0;
  }
  .microsite__products-heading {
    font-size: 56px;
    font-family: SemiBoldFont !important;
    font-weight: 550;
    line-height: 75.04px;
    text-align: left;
  }
  .microsite__products-products-list {
  }
  .microsite__product-products {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 24.13px;
    background-color: white;
    padding: 20px;
  }

  .microsite__product-products-heading {
    font-size: 21.55px;
    line-height: 28.87px;
    height: 86.61px;
    font-weight: 550;
    font-family: SemiBoldFont !important;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .microsite__product-products-paragraph {
    font-size: 17.24px;
    line-height: 23.1px;
    font-weight: 400;
    font-family: RegularFont !important;
    color: black;
  }
  .microsite__product-products-image {
    margin-top: 52px;
    margin-bottom: 78px;
  }
  .microsite__products-button {
    background-color: var(--button);
    border: 1px solid var(--button);
    border-radius: 75px;
    padding: 10px 69px;
    color: white !important;
    font-size: 15.51px;
    line-height: 20.79px;
    font-weight: 550;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
  }
}
.microsite__kitchen-blog-products-next-btn:focus {
  outline: none;
  box-shadow: none;
}
/*  */

/* Installation Guide */
.microsite__hero-installation-guide-section {
  background-color: #f3f2eb;
  padding: 0 10%;
}
.microsite__hero-installation-guide {
  width: 100%;
}
.microsite__installation-guide-heading {
  font-size: 35px;
  line-height: 35px;
  font-weight: 550;
  font-family: SemiBoldFont !important;
  text-align: center;
}
.microsite__installation-guide-paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 26.8px;
  text-align: center;
  font-family: RegularFont !important;
}
.microsite__content-installation-guide-content {
  background-color: #f5f5f0 !important;
}
.microsite__content_is {
  padding-top: 15vh;
  background-color: #f3f2eb;
}

.microsite__products-section-is {
}
.microsite__products-is {
}
.microsite__product-products-is {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24.13px;
  background-color: transparent;
  padding: 20px;
}
.microsite__product-products-is:hover {
  border: 1px solid var(--button);
}
.microsite__product-products-is-active {
  border: 1px solid var(--button) !important;
}

.microsite__products-button-is {
  background-color: white;
  border-radius: 48px;
  padding: 10.5px 21.5px;
  color: black !important;
  font-size: 15px;
  line-height: 20.1px;
  font-weight: 400;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
  text-wrap: nowrap;
  font-family: LightFont !important;
}
.microsite__product-products-heading-is {
  font-size: 21px;
  line-height: 28.14px;
  font-weight: 400;
  height: 84.42px;
  font-family: ThinFont !important;
  color: black;
  margin-bottom: 24px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.microsite__product-products-paragraph-is {
  font-size: 18px;
  line-height: 24.12px;
  font-weight: 250;
  font-family: ThinFont !important;
  color: black;
  margin-bottom: 4px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.microsite__product-products-image-is {
  border: 0.25px solid rgb(220, 216, 216);
  border-radius: 10px;
  margin-bottom: 13px;
}
.microsite__tabs-is {
  background-color: white;
  padding: 0 10%;
  border-top: 1px solid rgba(0, 0, 0, 0.493);
  border-bottom: 1px solid rgba(0, 0, 0, 0.495);
}
.pdf_view_image {
  background-color: #f5f5f0;
  padding: 0 10% 5%;
}

@media (min-width: 992px) {
  .microsite__products-button-is {
    background-color: white;
    border-radius: 48px;
    padding: 10.5px 21.5px;
    color: black !important;
    font-size: 10px;
    line-height: 13.4px;
    font-weight: 400;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    text-wrap: nowrap;
    font-family: LightFont !important;
  }
  .microsite__product-products-is {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 24.13px;
    background-color: transparent;
    padding: 20px;
    max-width: 200px;
  }
  .microsite__product-products-is {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: transparent;
    padding: 8px;
  }
  .microsite__products-is {
  }
  .microsite__products-section-is {
  }
  .microsite__content_is {
    padding-top: 100px;
    background-color: #f3f2eb;
  }
  .microsite__hero-installation-guide-section {
    background-color: #f3f2eb;
    padding: 0 0 0 10%;
  }
  .microsite__hero-installation-guide {
    width: 100%;
    position: relative;
    bottom: 0%;
    width: 100%;
  }
  .microsite__installation-guide-heading {
    font-size: 56px;
    line-height: 56px;
    font-weight: 550;
    font-family: SemiBoldFont !important;
    margin-bottom: 40px;
    text-align: start;
  }
  .microsite__installation-guide-paragraph {
    font-size: 30px;
    font-weight: 400;
    line-height: 40.2px;
    font-family: RegularFont !important;
    text-align: start;
  }
  .microsite__product-products-heading-is {
    font-size: 14px;
    line-height: 18.76px;
    height: 56.28px;
    font-weight: 600;
    font-family: ThinFont !important;
    color: black;
    margin-bottom: 24px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .microsite__product-products-paragraph-is {
    font-size: 12px;
    line-height: 16.08px;
    font-weight: 250;
    font-family: ThinFont !important;
    color: black;
    margin-bottom: 4px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

/*  */
.element-hover {
  text-decoration: none !important;
}
.builtintab {
  font-family: SemiBoldFont !important;
  font-size: 20px;
  text-decoration: none !important;
}
.builtintab_ {
  color: black;
}
.microsite__kitchen_blog_tabs {
  overflow: hidden;
  max-width: 1580px;
  width: 100%;
}
.microsite__pdp {
  overflow: hidden;
  max-width: 1580px;
  width: 100%;
}
.microsite__imageSlider {
  overflow: hidden;
  max-width: 1580px;
  width: 100%;
}
.microsite__tabs_details {
  overflow: hidden;
  max-width: 1580px;
  width: 100%;
}
.swiper-container1 {
  overflow: hidden;
  width: 99%;
}
.custom-slider {
  overflow: hidden;
}
.microsite__tabs_details_qa {
  position: relative;
}
.microsite__tabs_details_qa_box {
}
