/** Shopify CDN: Minification failed

Line 2465:18 Unexpected "{"
Line 2465:27 Expected ":"
Line 2476:18 Unexpected "{"
Line 2476:27 Expected ":"

**/
.ht_container {
  --grid-first-column: 1fr;
}
.ht_main_title {
  --grid-first-column: 1fr;
  display: grid;
  grid-template-columns: var(--grid-first-column) 2fr;
  gap: 15rem;
}
.ht_main_title > div:empty {
  display: block;
}
.ht_main_title h2 {
  line-height: 1.2;
}

#shopify-section-sections--24838832587037__footer_filler_LHbqn7 {
  display: none;
}

.ht_home_page #shopify-section-sections--24838832587037__footer_filler_LHbqn7 {
  display: block;
}

/* Header CSS */
.section-header.section-header {
  /* position: fixed;
  top: 0;
  width: 100%; */
  /* background-color: #fff; */
  transition: background-color 300ms ease;
}
.section-header.section-header .header-wrapper {
  background-color: transparent;
}

.shopify-section-header-sticky {
  background-color: #fff;
}

.ht_home_page :is(h2, h3, h5) {
  color: var(--color-primary-155c);
}

/* Banner CSS */

.ht_home_page .shopify-section:not(
    #shopify-section-template--24838835405085__banner_3Mnijt,
    .shopify-section-group-header-group
  ) {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

#shopify-section-template--24838835405085__banner_3Mnijt {
  position: sticky;
  top: 0;
  margin-top: -94px;
  background-color: #fff;
}

.ht_banner_slider {
  overflow: hidden;
  position: relative;
}
.ht_custom_slider {
  position: relative;
  width: 100%;
}
.ht_banner_slider_wrapper {
  display: flex;
  transition: transform 2.5s ease-in-out;
}
.ht_banner_slide:first-child {
  /* padding-inline: 7vw; */
}
.ht_banner_slide:first-child h1 {
  font-size: var(--banner-main-size);
  line-height: 1.15;
  color: var(--color-primary-155c);
  font-weight: 300;
}
.ht_banner_slide {
  min-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.ht_banner_slide_image {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.ht_banner_slide:first-child .ht_banner_slide_image {
  justify-content: center;
}
.ht_banner_slide:not(:first-child) .ht_banner_slide_image img {
  /* margin-top: -8rem; */
}
.ht_banner_slide:nth-child(3) .ht_banner_slide_image img {
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.ht_banner_slide_content {
  position: absolute;
}
.ht_banner_slide_content.ht_banner_content_at_top {
  text-align: center;
  top: 10rem;
  left: 0;
  right: 0;
}
.ht_banner_slide_content.ht_banner_content_at_top p {
  max-width: 621px;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--color-secondary-261D);
}
.ht_banner_slide_content:not(.ht_banner_content_at_top) p {
  color: var(--color-primary-2467c);
  font-size: var(--h4-size);
  font-weight: 500;
}
.ht_banner_slide_content:not(.ht_banner_content_at_top) {
  top: 25%;
  left: 5vw;
}
.ht_banner_slide_link {
  display: inline-flex;
  margin-top: 10px;
  text-decoration: none;
}
.ht_banner_slide-prev,
.ht_banner_slide-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  font-size: 2em;
  padding: 0 10px;
  cursor: pointer;
  z-index: 2;
}
.ht_banner_slide-prev {
  left: 10px;
}
.ht_banner_slide-next {
  right: 10px;
}
.ht_banner_slider_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  z-index: 1;
}
.ht_banner_slider_dot {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  outline: none;
}
.ht_banner_slider_dot.active {
  width: 50px;
}
.ht_banner_slide_image img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
  object-position: bottom;
}

.ht_banner_slide:first-child .ht_banner_slide_image img {
  width: 100%;
  /* object-fit: contain; */
}
.ht_slider_mobile_img {
  display: none;
}

/* Our Values CSS */

.ht_our_values {
  --accordion-side-padd: 5rem;
  --accordion-top-padd: 3.2rem;
  --grid-first-column: 1fr;
  background-image: url("/cdn/shop/files/footer_bg.png?v=1750918678");
  background-color: var(--color-secondary-4223c);
  display: grid;
  grid-template-columns: var(--grid-first-column) 2fr;
  gap: 15rem;
  padding-left: 0;
  padding-block: 10rem;
}

.ht_our_value_heading {
  font-size: var(--highlight-heading);
  color: var(--color-primary-155c-light);
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.ht_accordion_item .ht_accordion_header {
  width: 100%;
  font-weight: 300;
  color: var(--color-primary-155c-light);
  border: none;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}

.ht_accordion_item:first-child {
  padding-top: 0;
}

.ht_accordion_content {
  max-height: 0;
  max-width: 430px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  color: var(--color-primary-155c-light);
}

.ht_accordion_item {
  border-bottom: 0.5px solid var(--color-primary-2467c);
  padding-inline: var(--accordion-side-padd);
  padding-block: var(--accordion-top-padd);
}

.ht_accordion_header svg {
  transform-origin: center;
  transition: transform 500ms ease-in-out, opacity 0.5s ease-in-out;
}

.ht_accordion_header.active svg {
  transform: rotate(90deg);
}

.ht_accordion_header svg g path {
  transform-origin: center;
  transition: transform 500ms ease-in-out, opacity 0.5s ease-in-out;
}

.ht_accordion_header.active svg g path:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.ht_our_values_link {
  display: inline-flex;
  padding-left: var(--accordion-side-padd);
  margin-top: 2.4rem;
  color: var(--color-primary-155c-light);
}

.ht_our_values_link svg path {
  stroke: var(--color-primary-155c-light);
}

/* Our Products CSS */

.ht_our_products {
  padding-block: 10rem;
  padding-left: 0;
}

.ht_our_products_heading {
  padding-bottom: 7rem;
}

.ht_our_products_main {
  padding-left: 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ht_our_products_highlight_heading {
  color: var(--color-secondary-7603c);
}

.ht_our_products_name p {
  margin: 0;
  font-weight: 500;
}

.ht_our_products_name > * {
  font-family: var(--font-body-family);
  font-weight: 500;
}

.ht_our_products_main .ht_our_products_name + p {
  color: var(--color-secondary-7603c);
  opacity: 0.8;
}

.ht_our_products_features {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-secondary-261D);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.ht_home_product_img {
  width: 100%;
  margin-left: -0.25%;
  z-index: 1;
}

.ht_our_products_link {
  margin-top: 3.2rem;
}

.ht_our_products_header_main {
  position: relative;
}

/* Home Blogs */

.ht_home_blogs {
  padding-top: 8.2rem;
  background-color: #fffdfa;
}

.ht_home_blogs_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--color-primary-2467c);
  position: relative;
}

.ht_home_blogs_content {
  display: grid;
  gap: 1.2rem;
  justify-items: start;
  padding-inline: 6rem;
  padding-block: 4rem 2.2rem;
}

.ht_home_blogs_item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.ht_home_blogs_img_main {
  overflow: hidden;
}

.ht_home_blogs_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 800ms ease-in-out;
}

.ht_home_blogs_item:hover img {
  transform: scale(1.2);
}

.ht_home_blogs_content > span:not(button) {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--color-secondary-261D);
}

.ht_home_blogs_content h5 {
  font-size: var(--h5-size);
  color: var(--color-secondary-261D);
  font-weight: 500;
  font-family: var(--font-body-family);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ht_home_blogs_published_date {
  color: var(--color-primary-2467c);
  display: flex;
  align-items: center;
  gap: 5px;
}

.ht_home_blogs_item .ht_button {
  opacity: 0;
  transition: 800ms ease-in-out;
  margin-top: 1.5rem;
}

.ht_home_blogs_item:hover .ht_button {
  opacity: 1;
}

.ht_home_blogs_heading_main,
.ht_filler_slider_heading_main {
  padding-right: 7vw;
  padding-bottom: 5rem;
}

.ht_home_blogs_heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  column-gap: 1rem;
  row-gap: 2rem;
}

/* Filler Slider CSS */

.ht_filler_slider {
  padding-top: 4rem;
}

.ht_filler_slider_wrapper {
  transition-timing-function: linear !important;
}

.ht_filler_slide.swiper-slide {
  width: auto;
}

.ht_filler_slider_main {
  background-color: var(--color-secondary-7603c);
  padding-block: 9.8rem;
}

.ht_filler_slider_heading h2 {
  color: var(--color-primary-155c-light);
}

.ht_filler_slide_image{
  overflow: hidden;
  display: flex;
}

.ht_filler_slide_image img{
  transition: 800ms ease-in-out;
}

.ht_filler_slide_image:hover img{
  transform: scale(1.12);
}


/* Why Us CSS */

.ht_why_us {
  padding-top: 6rem;
}

.ht_why_us_header_main {
  padding-inline: 7vw;
}

.ht_why_us_highlight_heading {
  color: var(--color-secondary-7603c);
}

.ht_why_us_header_main {
  padding-bottom: 6rem;
  border-bottom: 1px solid var(--color-primary-2467c);
}

.ht_why_us_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-image: url("/cdn/shop/files/why_us_svg.svg?v=1751282190");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.ht_why_us_main_inner {
  position: relative;
  padding: 5rem 8rem;
  display: grid;
  justify-items: center;
  overflow: hidden;
}

.ht_why_us_main_inner:before {
  content: "";
  background-image: url("/cdn/shop/files/why_us_bg_img.png?v=1751281105");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.12);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 800ms ease-in-out, transform 800ms ease-in-out;
}

.ht_why_us_main_inner:nth-child(2) {
  /* border-inline: 1px solid var(--color-primary-2467c);  */
}

.ht_why_us_main_inner:is(:hover, :focus):before {
  opacity: 1;
  transform: scale(1);
}

.ht_why_us_img {
  width: 100%;
}

.ht_why_us_main_inner_content {
  padding: 2.4rem;
  background-color: #fff;
  opacity: 0;
  transition: opacity 800ms ease-in-out;
  z-index: 1;
  display: grid;
  gap: 1.6rem;
}

.ht_why_us_main_inner:is(:hover, :focus) .ht_why_us_main_inner_content {
  opacity: 1;
}

.ht_why_us_main_inner h5 {
  font-size: 2.4rem;
}

.ht_why_us_title {
  margin-top: 1rem;
}

.ht_why_us_main_inner_content p {
  margin: 0;
  color: var(--color-secondary-7603c);
}

.ht_why_us_title_front {
  position: absolute;
  top: 10rem;
}

.ht_why_us_main_inner:is(:hover, :focus) .ht_why_us_title_front {
  opacity: 0;
}

.ht_why_us_nav {
  display: none;
}

/* Home Filler CSS */

.ht_home_filler {
  padding-block: 10rem;
}

.ht_home_filler p {
  margin: 0;
  margin-block: 2rem;
  max-width: 968px;
  color: var(--color-secondary-7603c);
  /* opacity: 0.8; */
}

.read_more_text h5 {
  font-family: var(--font-body-family);
  font-weight: 500;
}

.ht_home_filler p, .read_more_text h5 {
  color: var(--color-secondary-7603c);
}

.read_more_text {
  max-height:0;
  overflow:hidden;
  transition:max-height 0.5s ease;
}

.read_more_text p {
  margin: 0;
}

.read_more_text h5:not(:first-child) {
  margin-top: 2rem;
}

.read_more_text p:last-child {
  margin-bottom: 4rem;
}

/* Footer Filler CSS */

.ht_footer_filler {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 7.4rem;
  background-image: var(--footer-bg-desktop);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-inline: 1rem;
}

.ht_footer_filler h2,
.ht_footer_filler p {
  color: var(--color-primary-155c-light);
}

.ht_footer_filler p {
  max-width: 660px;
  margin-block: 0;
  margin-inline: auto;
  font-weight: 500;
  opacity: 0.8;
  font-size: 1.8rem;
}

.ht_footer_filler_link {
  margin-top: 3.2rem;
  display: inline-flex;
}

#shopify-section-sections--24838832587037__footer_filler_LHbqn7{
  position: sticky !important;
  bottom: 0;
  z-index: 0 !important;
}

/* Line Wrapper */

.ht_home_page main {
  position: relative;
  z-index: 1;
}

.line_svg_wrapper {
  position: absolute;
  z-index: 4;
  left: 32%;
  bottom: 0;
}

.ht_line_wrapper {
  position: absolute;
  z-index: 4;
  top: 0;
  --left_size: 33.3%;
  left: var(--left_size);
  z-index: 0;
}

.ht_line_wrapper_2 {
  left: calc(var(--left_size) * 2);
}

:is(.ht_our_products, .ht_filler_slider_main, .ht_home_blogs) .ht_line_wrapper {
  left: calc(var(--left_size) - 19px);
}

.ht_home_blogs .ht_line_wrapper_2 {
  left: calc(var(--left_size) * 2);
}

.ht_line_horizontal_wrapper {
  bottom: 3rem;
  right: 0;
  left: 34vw;
  top: auto;
}

.ht_line_horizontal_wrapper span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary-2467c);
}

.ht_our_products .ht_line_horizontal_wrapper {
  left: 35.3%;
}

/* Banner Cloud */

.ht_banner_slide:first-child .ht_banner_slide_image {
  background-image: url("/cdn/shop/files/birds.png?v=1751448472");
  background-repeat: no-repeat;
  background-position: 84% 60%;
}

.ht_banner_slide:first-child .ht_banner_slide_image img {
  perspective: 1000px;
  transform-origin: center;
  animation: banner_anim 4s ease-in-out forwards;
}

.ht_banner_slide:first-child .ht_banner_slide_image {
  position: relative;
  overflow: hidden;
}

.ht_banner_slide:first-child .ht_banner_slide_image:before,
.ht_banner_slide:first-child .ht_banner_slide_image:after {
  content: "";
  position: absolute;
  width: 530px;
  height: 300px;
  bottom: 2rem;
  z-index: 1;
}

.ht_banner_slide:first-child .ht_banner_slide_image:after {
  bottom: 1rem;
}

.ht_banner_slide:first-child .ht_banner_slide_image:before {
  animation: cloud_anim_left 5s ease forwards, cloud_float_left 3s ease-in-out 5s infinite;
  background-image: url("/cdn/shop/files/cloud_2.png?v=1751436497");
}

.ht_banner_slide:first-child .ht_banner_slide_image:after {
  animation: cloud_anim_right 5s ease forwards, cloud_float_right 3s ease-in-out 5s infinite;
  background-image: url("/cdn/shop/files/cloud_1.png?v=1751437458");
}

@keyframes banner_anim {
  0% {
    scale: 1.09;
  }
  100% {
    scale: 1;
  }
}

@keyframes cloud_anim_left {
  0% {
    left: -100px;
  }
  100% {
    left: 0;
  }
}

@keyframes cloud_anim_right {
  0% {
    right: -100px;
  }
  100% {
    right: 0;
  }
}

@keyframes cloud_float_left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes cloud_float_right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.ht_video_banner {
  min-height: 800vh;
}

.ht_video_banner_wrapper {
  position: fixed;
  top: 0;
}

/* Search */

.ht_header_search .modal__content {
  top: calc(100% - 1px);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #D9D9D9;
  height: 72px;
  min-height: auto;
  width: calc(100% - 1px);
}

.ht_header_search .search-modal__content {
  position: static;
}

.ht_header_search .search-modal__form {
  max-width: 100%;
  position: static;
}

.ht_header_search .field:before, .ht_header_search .field:after {
  content: none;
}

.ht_header_search .search__input.field__input {
  border: 0;
  color: var(--color-primary-black-40c);
}

.ht_header_search .field input::placeholder {
  opacity: 0.5;
  color: var(--color-primary-black-40c);
}

.ht_header_search .field {
  align-items: center;
}

.ht_header_search .field .input_icon path {
  stroke: var(--color-primary-black-40c);
}

.ht_header_search .predictive-search {
  top: 100%;
  background-color: #FDFDFD;
  max-height: 70vh !important;
  border-top: 1px solid #d9d9d9;
}

.ht_header_search .predictive-search__results-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.8rem;
}

.ht_header_search .predictive-search__item--link-with-thumbnail {
  grid-template-columns: auto;
  grid-template-areas: none;
  gap: 0;
  background-color: #fff;
  padding: 0;
}

.ht_header_search .predictive-search__image, .ht_header_search .predictive-search__item-content {
  grid-area: auto;
}

.ht_header_search .predictive-search__item-content {
  padding-inline: 3.5rem;
  padding-block: 2.2rem;
  box-shadow: 2px 2px 4px 0 #9F9F9F1A;
}

.ht_header_search .predictive-search__item-heading {
  font-size: 24px;
  color: var(--color-primary-black-40c);
}

.ht_header_search .predictive-search__item-content .ht_button {
  justify-content: start;
  display: inline-flex;
  color: var(--color-primary-155c);
}

.ht_header_search .predictive-search__item-short_content {
  opacity: 0.8;
  margin-block: 1.2rem 2rem;
}

.ht_header_search .predictive-search__results-groups-wrapper {
  padding-block: 3rem;
}

.ht_header_search .predictive-search__image {
  width: 100%;
  object-fit: cover;
}

.ht_header_search .reset__button.reset__button:after {
  content: none;
}

.ht_header_search .predictive-search__item--link-with-thumbnail:is(:hover, :focus) .ht_button svg {
  margin-left: 0;
  opacity: 1;
} 

.input_icon {
  width: 2.4rem;
  height: 2.4rem;
}

.ht_no_result_found {
  display: grid;
  justify-content: center;
  justify-items: center;
}

.ht_no_result_found p {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-primary-black-40c);
  max-width: 468px;
  text-align: center;
  margin-block: 2.7rem;
}

.template-search__header h1, .search_count_tag {
  color: var(--color-primary-black-40c);
}

.ht_header_search .search-modal__close-button {
  display: none;
}

/* Product Listing Certification */

.ht_product_list_certification {
  padding-block: 10rem;
  background-color: var(--color-primary-155c-light);
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}

.ht_product_list_certification_img {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-shrink: 0;
}

/* Product Listing Banner */

.ht_banner_video {
  display: grid;
}

.ht_banner_video video {
  height: calc(100vh - 94px);
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

.ht_banner_video h1 {
  position: absolute;
  bottom: 21rem;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  justify-content: center;
  font-size: var(--banner-main-size);
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  font-weight: 300;
  color: var(--color-primary-155c-light);
  line-height: 1.15;
}

/* Product Listing Features */

.ht_product_listing_desc {
  color: var(--color-primary-black-40c);
}

.ht_product_listing_desc .ht_container {
  padding-block: 8rem;
}

.ht_product_listing_feature_container {
  /* padding-inline: 7vw; */
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--color-primary-2467c);
}

.ht_product_listing_feature_container .swiper-slide {
  height: auto;
}

.ht_product_listing_feature_container .ht_product_listing_feature {
  padding-block: 7.6rem;
  padding-inline: 6.2rem;
}

.ht_product_listing_feature_container .ht_product_listing_feature h5 {
  font-size: 2.4rem;
}

.ht_product_listing_feature_container .swiper-slide:not(:last-child) {
  border-right: 1px solid var(--color-primary-2467c);
}

.ht_product_listing_desc :is(h3, p), .ht_product_listing_feature_container .ht_product_listing_feature :is(h5, p) {
  color: inherit;
}

.ht_product_listing_desc h3 {
  max-width: 960px;
  margin-inline: auto;
}

.ht_product_listing_feature_container .ht_product_listing_feature p {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

/* Product Listing Items */

.ht_product_listing_item {
  padding-top: 8rem;
}

.ht_product_listing_item h2 {
  text-align: center;
}

.ht_product_item {
  display: flex;
  gap: 7rem;
  align-items: center;
  justify-content: center;
  padding-block: 5rem 2.4rem;
}

.ht_product_item_content {
  max-width: 365px;
}

.ht_product_item_content .text_highlight {
  letter-spacing: normal;
  font-weight: 500;
}

.ht_product_item_content h3 {
  font-size: 4.8rem;
  line-height: 1.15;
}

.ht_product_item_content .text_highlight, .ht_product_item_content h3 {
  color: var(--color-secondary-261D);
}

.ht_product_item_content p {
  margin-block: 1.6rem;
  opacity: 0.8;
  color: #000;
}

.ht_product_item_content p + span {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-primary-2467c);
  display: block;
}

.ht_product_link {
  margin-top: 3.2rem;
}

.ht_product_item:not(:last-child) {
  margin-bottom: 8rem;
}

.ht_product_item_badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-secondary-7428c);
  margin-bottom: 1.2rem;
}

/* Product Listing Slider */

.ht_product_listing_slider_btn {
  display: grid;
  gap: 1rem;
  align-items: center;
  grid-template-columns: 70px 2px 70px;
  justify-items: center;
}

.ht_product_listing_slider_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.ht_product_listing_slider {
  padding-block: 8rem;
}

.ht_product_listing_swiper {
  padding-inline: 7vw;
}

.ht_product_listing_swiper .swiper-slide {
  width: auto;
}

.ht_product_listing_swiper_main {
  display: grid;
  /* max-width: 942px; */
  grid-template-columns: 1fr 310px;
}

.ht_product_listing_swiper_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ht_product_listing_swiper_content {
  padding: 3.2rem;
  background-color: var(--color-primary-155c-light);
  display: grid;
  align-content: center;
  /* max-width: 240px; */
  gap: 1.6rem;
}

.ht_product_listing_swiper_content h5 {
  font-size: 24px;
}

.ht_product_listing_swiper_content p {
  color: var(--color-primary-155c);
  opacity: 0.8;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.ht_product_listing_swiper_paginate_data {
  display: flex;
  justify-content: space-between;
  margin-block: 2.4rem;
  padding-bottom: 1.4rem;
  padding-top: 3.2rem;
  border-bottom: 1px solid #D6D4D2;
}

.ht_product_listing_swiper_paginate_data .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  padding-inline: 4rem;
  font-size: 18px;
  color: #6F6760;
  font-weight: 500;
  position: relative;
  --swiper-pagination-bullet-inactive-opacity: 0.7;
  --swiper-pagination-bullet-horizontal-gap: 0;
}

.ht_product_listing_swiper_paginate_data .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--color-primary-black-40c);
}

.ht_product_listing_swiper_paginate_data .swiper-pagination-bullet:after {
  content: '';
  width: 100%;
  height: 0px;
  background-color: var(--color-secondary-7603c);
  position: absolute;
  left: 0;
  bottom: -14px;
  opacity: 0;
  transition: 500ms ease-in-out;
}

.ht_product_listing_swiper_paginate_data .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  height: 3px;
  opacity: 1;
}

.swiper_prev, .swiper_next {
  display: flex;
}

.swiper_prev:not(.swiper-button-disabled), .swiper_next:not(.swiper-button-disabled) {
  cursor: pointer;
}

.swiper_prev.swiper-button-disabled, .swiper_next.swiper-button-disabled {
  opacity: 0.5;
}

.ht_product_listing_swiper_paginate_data_container {
  padding-left: 7vw;
  padding-right: 0;
  transition: 400ms ease;
}

.ht_product_listing_swiper_paginate_data_container.active {
  padding-right: 7vw;
  padding-left: 0;
}

#shopify-section-template--25157358879005__product_listing_banner_hGCXMY {
  position: sticky;
  top: 94px;
  z-index: -1;
}

.ht_product_listing_desc, .ht_product_listing_item, .ht_product_listing_slider, .ht_product_faq {
  background-color: #fff;
}

/* About US */

.ht_about_us_strength_promise {
  background-color: var(--color-secondary-4223c);
  background-image: url('/cdn/shop/files/footer_bg.png?v=1750918678');
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10rem;
  color: var(--color-primary-155c-light);
}

:is(.ht_about_us_strength_promise_left, .ht_about_us_strength_promise_right) :is(h3, p) {
  color: inherit;
}

:is(.ht_about_us_strength_promise_left, .ht_about_us_strength_promise_right) p {
  margin-bottom: 0;
  margin-top: 3.2rem;
  max-width: 445px;
  opacity: 0.9;
}

.ht_about_us_strength_promise_left p {
  margin-left: auto;
}

.ht_about_us_strength_promise_right p {
  margin-right: auto;
}

:is(.ht_about_us_strength_promise_left, .ht_about_us_strength_promise_right) {
  padding-block: 8.8rem;
}

.ht_about_us_strength_promise_left {
  text-align: right;
}

.about_us_strength_promise_mobile_svg, .banner_mobile {
  display: none;
}

.ht_filler_text_center {
  padding-block: 9.8rem;
}

.ht_filler_text_center p {
  margin: 0;
  color: var(--color-primary-black-40c);
  max-width: 675px;
  margin-inline: auto;
  text-align: center;
  opacity: 0.9;
}

.ht_about_us_portfolio {
  padding-block: 7.2rem 5.4rem;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ht_about_us_portfolio video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ht_about_us_portfolio:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(17, 17, 17, 0.8) 100%);
  z-index: 0;
}

.ht_about_us_portfolio :is(h3, p) {
  position: relative;
  z-index: 1;
  color: var(--color-primary-155c-light);
  max-width: 660px;
  text-align: center;
}

.ht_about_us_portfolio h3 {
  margin-bottom: 2.4rem;
}

.ht_about_us_portfolio p {
  margin: 0;
  flex-grow: 1;
}

.ht_about_us_portfolio p + p {
  flex-grow: 0;
  max-width: 540px;
  font-weight: 500;
  font-size: 1.4rem;
}

.ht_about_us_featured_product {
  display: grid;
  justify-items: center;
  text-align: center;
  align-content: start;
  padding-block: 6.8rem 3rem;
  background-image: url('/cdn/shop/files/mountain_bg.png?v=1756100946');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 840px;
}

.ht_about_us_featured_product h2, .ht_about_us_featured_product p {
  text-align: center;
  background: linear-gradient(to bottom, var(--color-primary-2467c), var(--color-nav-item));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: .7;
}

.ht_about_us_featured_product h2 {
  line-height: 1.15;
}

.ht_about_us_featured_product p {
  max-width: 950px;
  opacity: .9;
  font-size: 1.8rem;
  margin: 0;
  margin-block: 2.3rem 3.4rem;
}

.ht_about_us_featured_product_img {
  position: relative;
}

.ht_about_us_featured_product_img:before, .ht_about_us_featured_product_img:after {
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-image: url('/cdn/shop/files/bee_svg.svg?v=1756046326');
}

.ht_about_us_featured_product_img:before {
  right: calc(100% + 5rem);
  top: 3rem;
}

.ht_about_us_featured_product_img:after {
  top: 9rem;
  left: calc(100% + 3rem);
  transform: scaleX(-1) scaleY(-1);
}

.ht_banner_with_text {
  overflow: hidden;
}

.ht_banner_with_text h1 {
  font-size: var(--h2-size);
  letter-spacing: normal;
  line-height: 1.15;
}

.ht_banner_with_text :is(h1, p) {
  color: var(--color-primary-black-40c);
}

.ht_banner_with_text:before {
  content: '';
  position: absolute;
  top: 0;
  height: 345px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #CEE9FF 0%, #FFFFFF 100%);
  z-index: -1;
}

.ht_banner_with_text > img {
  width: 100%;
  height: calc(100vh - 94px);
  max-height: 840px;
  object-fit: contain;
  object-position: bottom;
  transform: scale(1.03);
}

.ht_cloud_bg_main, .ht_cloud_bg_main_bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ht_cloud_bg_main img, .ht_cloud_bg_main_bottom img {
  position: absolute;
  z-index: -1;
}

.ht_cloud_bg_main img:nth-child(1) {
  top: -100px;
  right: 0;
}

.ht_cloud_bg_main img:nth-child(2) {
  top: 0;
  right: 0;
}

.ht_cloud_bg_main img:nth-child(3) {
  top: -90px;
  left: 0;
}

.ht_cloud_bg_main img:nth-child(4) {
  top: 0;
  left: 30%;
}

.ht_cloud_bg_main img:nth-child(5) {
  top: 20%;
  left: 30%;
}

.ht_cloud_bg_main img:nth-child(6) {
  top: 20%;
  left: -90px;
}

.ht_cloud_bg_main_bottom img {
  z-index: 1;
  bottom: 0;
}

.ht_cloud_bg_main_bottom img:nth-child(1) {
  left: 0;
  bottom: -4rem;
}

.ht_cloud_bg_main_bottom img:nth-child(2) {
  left: -100px;
}

.ht_cloud_bg_main_bottom img:nth-child(3) {
  left: -180px;
}

.ht_cloud_bg_main_bottom img:nth-child(4) {
  left: -220px;
}

.ht_cloud_bg_main_bottom img:nth-child(5) {
  left: -250px;
}

.ht_cloud_bg_main_bottom img:nth-child(6) {
  left: 20%;
}

.ht_cloud_bg_main_bottom img:nth-child(7) {
  left: 30%;
}

.ht_cloud_bg_main_bottom img:nth-child(8) {
  left: 40%;
}

.ht_cloud_bg_main_bottom img:nth-child(9) {
  left: 50%;
}

.ht_cloud_bg_main_bottom img:nth-child(10) {
  left: 50%;
}

.ht_cloud_bg_main_bottom img:nth-child(11) {
  left: 55%;
}

.ht_cloud_bg_main_bottom img:nth-child(12) {
  left: 60%;
}

.ht_cloud_bg_main_bottom img:nth-child(13) {
  left: 65%;
}

.ht_cloud_bg_main_bottom img:nth-child(14) {
  right: 0;
}

.ht_cloud_bg_main_bottom img:nth-child(15) {
  right: -100px;
}

.ht_cloud_bg_main_bottom img:nth-child(16) {
  right: -180px;
}

.ht_cloud_bg_main_bottom img:nth-child(17) {
  right: -220px;
}

.ht_cloud_bg_main_bottom img:nth-child(18) {
  right: -250px;
}

.ht_cloud_bg_main_bottom img:nth-child(19) {
  right: -300px;
}

.ht_banner_content {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(80px);
}

.ht_banner_content h2 {
  line-height: 1.15;
}

.ht_banner_content p {
  max-width: 660px;
  margin-inline: auto;
  margin-top: 2.4rem;
  margin-bottom: 0;
  opacity: 0.9;
}

/* Error 404 */

.template-404 {
  min-height: 700px;
  display: grid;
  align-content: center;
  justify-items: center;
  position: relative;
}

.template-404 h1 {
  font-size: var(--banner-main-size);
  color: var(--color-primary-2467c);
}

.template-404 p {
  color: var(--color-primary-black-40c);
  margin-block: 4.4rem 2.7rem;
  font-size: 2.4rem;
  font-weight: 500;
}

.template-404:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('/cdn/shop/files/error_svg.svg?v=1756142315');
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 320px;
  z-index: -1;
}

.template-404:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('/cdn/shop/files/login_bg_svg.svg?v=1753704125');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1024px;
  height: 242px;
  z-index: -1;
}

@media (max-width: 1700px) and (min-height: 800px) {
  .ht_banner_video h1 {
    bottom: 28rem;
  }
}

@media (min-width: 1920px) {
  .ht_banner_slide_image {
    /* min-height: 840px; */
  }
  .ht_banner_video h1 {
    bottom: 24rem;
  }
}

@media (max-width: 1800px) {
  .ht_banner_slide_image img {
    max-height: 840px;
  }
}

@media (min-width: 1400px) {
  .ht_banner_slide_content.ht_banner_content_at_top {
    top: 12rem;
  }
  .ht_banner_video video {
    object-position: 0 -40px;
  }
}

@media (min-width: 1024px) {
  .ht_product_listing_feature_container .swiper-slide:nth-child(1) .ht_product_listing_feature {
    padding-left: 8rem;
  }

  .ht_product_listing_feature_container .swiper-slide:nth-child(3) .ht_product_listing_feature {
    padding-right: 8rem;
  }
}

@media (max-width: 1365px) {
  .ht_banner_slide_content.ht_banner_content_at_top {
    /* top: 8rem; */
  }
  .ht_banner_slide_content.ht_banner_content_at_top p {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  .ht_banner_slide_image img {
    height: 100dvh;
  }
}

@media (max-width: 1024px) {
  .ht_why_us_main_inner {
    padding: 2rem;
  }
  .ht_why_us_main_inner_content {
    gap: 1rem;
    padding: 2rem;
  }
  .ht_line_horizontal_wrapper {
    bottom: 2rem;
  }
  .ht_banner_slide_image img{
    /* object-fit: contain; */
  }
  .ht_product_item {
    gap: 5rem;
  }
  .ht_product_item img {
    width: 350px;
  }
  .ht_product_listing_desc .ht_container, .ht_product_listing_item, .ht_product_list_certification, .ht_product_listing_slider {
    padding-block: 6rem;
  }
  .ht_product_listing_slider {
    padding-top: 2rem;
  }
  .ht_product_listing_swiper_main {
    grid-template-columns: 1fr 250px;
  }
  .ht_product_listing_swiper_paginate_data .swiper-pagination-bullet {
    padding-inline: 2rem;
    font-size: 1.6rem;
  }
  .ht_about_us_strength_promise {
    gap: 2rem;
  }
  .ht_banner_content {
    top: 7rem;
  }
}

@media (min-width: 992px) {
  .ht_product_listing_feature_swiper_btn {
    display: none;
  }
}

@media (max-width: 992px) {
  .section-header {
    background-color: #fff;
  }
  .social_heading {
    font-family: var(--font-body-family);
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0.8rem;
    letter-spacing: 2.24px;
    color: var(--color-secondary-7428c);
  }
  .ht_home_blogs_item .ht_button {
    opacity: 1;
    margin-top: 0.4rem;
  }
  .header__heading-link{
    padding-left: 1.5rem;
  }
  .ht_product_list_certification_img img {
    width: 90px;
  }
  #shopify-section-template--25157358879005__product_listing_banner_hGCXMY {
    top: 74px;
  }
  .ht_banner_video video {
    height: calc(100vh - 74px);
  }
  .ht_product_listing_feature_container .ht_product_listing_feature {
    padding-block: 6rem;
    padding-top: 8rem;
  }
  .ht_product_listing_feature_swiper_btn {
    display: grid;
    grid-template-columns: 34px 2px 34px;
    align-items: center;
    justify-items: center;
    gap: 1rem;
    position: absolute;
    right: 7vw;
    top: 2rem;
    z-index: 2;
  }
  .ht_product_listing_feature_swiper_btn .swiper_prev + svg, .ht_product_listing_slider_btn .swiper_prev + svg {
    height: 40px;
  }
  .ht_product_listing_swiper_paginate_data .swiper-pagination-bullet {
    font-size: 1.4rem;
  }
  .ht_product_listing_slider_btn {
    grid-template-columns: 34px 2px 34px;
  }
  .ht_banner_video h1 {
    bottom: 21rem;
  }
  .ht_about_us_strength_promise_left, .ht_about_us_strength_promise_right {
    text-align: center;
  }
  .ht_about_us_strength_promise {
    grid-template-columns: 1fr;
    padding-block: 7rem;
    justify-items: center;
    gap: 2.6rem;
  }
  :is(.ht_about_us_strength_promise_left,.ht_about_us_strength_promise_right) {
    padding-block: 0;
  }
  .about_us_strength_promise_desktop_svg {
    display: none;
  }
  .about_us_strength_promise_mobile_svg {
    display: block;
  }
  :is(.ht_about_us_strength_promise_left,.ht_about_us_strength_promise_right) p {
    max-width: 100%;
  }
  .ht_about_us_featured_product_img img {
    width: 310px;
  }
  .ht_about_us_featured_product {
    min-height: 750px;
  }
  .ht_about_us_featured_product_img:after {
    left: calc(100% + 2rem);
  }
  .ht_about_us_featured_product_img:before {
    right: calc(100% + 3rem);
  }
  .ht_banner_with_text>img {
    height: calc(100vh - 74px);
  }
  .ht_menu-drawer__utility-links {
    display: grid;
    gap: 25px;
    margin-bottom: 6rem;
  }
  .ht_menu-drawer__utility-links a {
    text-transform: uppercase;
    color: var(--color-secondary-7428c);
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    padding-block: 0;
    letter-spacing: 2.24px;
  }
}

@media (max-width: 880px) {
  .ht_banner_slide_image img {
    max-height: 600px;
  }
  .ht_banner_slide:first-child .ht_banner_slide_image {
    background-position: right 70%;
  }
  .ht_banner_slide:first-child {
    padding-inline: 0;
  }
  .ht_banner_slide_content.ht_banner_content_at_top {
    left: 1rem;
    right: 1rem;
  }
  .ht_our_values,
  .ht_main_title {
    gap: 8rem;
  }
  .ht_footer_filler {
    padding-block: 9rem;
  }
  .ht_banner_slide:first-child .ht_banner_slide_image:before,
  .ht_banner_slide:first-child .ht_banner_slide_image:after {
    width: 250px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 3rem;
  }
  .ht_banner_slide:first-child .ht_banner_slide_image:after {
    bottom: 4rem;
  }

  .ht_our_products {
    padding-block: 5rem;
  }
  .ht_line_horizontal_wrapper {
    bottom: 3rem;
  }
  .ht_home_blogs_content {
    padding-inline: 4rem;
  }
  .ht_home_blogs_item:hover img {
    transform: scale(1);
  }
  .ht_header_search .predictive-search__image {
    height: 265px;
  }
}

@media (min-width: 740px) and (max-width: 1200px) {
  .ht_banner_with_text>img {
    max-height: 510px;
  }
  .ht_cloud_bg_main_bottom img:nth-child(3) {
    bottom: -5rem !important;
  }
  .ht_cloud_bg_main_bottom img:nth-child(4) {
    bottom: -3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .ht_banner_video video {
    max-height: 600px;
  }
}

@media (max-width: 768px) {
  .ht_main_title {
    --grid-first-column: 70px;
  }
  .ht_our_value_heading {
    height: fit-content;
    transform: translateY(60px) rotate(-90deg);
    white-space: nowrap;
  }
  .ht_our_values {
    --grid-first-column: 70px;
    padding-block: 6.4rem;
  }
  .ht_accordion_header {
    align-items: baseline;
  }
  .ht_accordion_header svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .ht_accordion_item {
    padding-right: 1.5rem;
  }

  .ht_footer_filler {
    background-image: var(--footer-bg-mobile);
  }

  .ht_footer_filler h2,
  .ht_footer_filler p,
  .ht_footer_filler_link {
    color: var(--color-primary-155c-light);
  }

  .ht_footer_filler_link svg path {
    stroke: var(--color-primary-155c-light);
  }

  .ht_our_products {
    padding-left: 0;
    padding-top: 9rem;
    padding-bottom: 0;
  }

  .ht_our_products_main {
    display: block;
    padding-left: 0;
  }

  .ht_home_product_img {
    width: calc(100% + 8%);
    margin-left: -9.5%;
  }

  .ht_home_blogs_main {
    grid-template-columns: 1fr;
    z-index: 1;
    background-color: #fffdfa;
  }

  .ht_home_blogs_content {
    padding-inline: 1.6rem;
    padding-block: 3rem;
  }

  .ht_home_blogs_heading {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .ht_home_blogs_heading_main,
  .ht_filler_slider_heading_main {
    padding-right: 1.6rem;
  }

  .ht_filler_slider {
    padding-top: 0;
  }

  .ht_why_us_main {
    grid-template-columns: repeat(3, 100vw);
    background: transparent;
    transition: transform 800ms ease-in-out;
  }

  .ht_why_us_main_inner {
    background-image: url("/cdn/shop/files/why_us_svg.svg?v=1751282190");
    background-repeat: no-repeat;
    background-size: 300vw;
  }

  .ht_why_us_main_inner:nth-of-type(1) {
    background-position: left bottom;
  }

  .ht_why_us_main_inner:nth-of-type(2) {
    background-position: bottom;
  }
  .ht_why_us_main_inner:nth-of-type(3) {
    background-position: right bottom;
  }

  .ht_why_us {
    overflow-x: hidden;
  }

  .ht_why_us_nav {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: end;
    margin-top: 8px;
  }

  .ht_why_us_header_main {
    padding-inline: 1.6rem;
    padding-bottom: 3rem;
  }

  .ht_home_filler {
    padding-block: 8rem;
  }

  .ht_line_wrapper {
    --left_size: 16vw;
  }

  .ht_our_products_main_inner {
    background-color: #fff;
    padding-inline: 1.6rem;
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    margin-top: -2rem;
    padding-bottom: 9rem;
  }

  .ht_why_us_main .ht_line_wrapper,
  .ht_home_blogs_main .ht_line_wrapper_2 {
    display: none;
  }

  .ht_why_us_title_front {
    display: flex;
    align-items: baseline;
    gap: 2rem;
  }

  .ht_why_us_title_front:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100vw;
    background-color: var(--color-primary-2467c);
  }

  .ht_why_us_title_front:after {
    content: "";
    top: 8px;
    width: 25px;
    height: 25px;
    border-radius: 100vw;
    background-color: #d0b9a4;
    position: absolute;
    z-index: -1;
    left: -5.5px;
    transform-origin: center;
    will-change: transform;
    animation: blink 5s ease-in-out infinite;
  }

  @keyframes blink {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.5);
    }
  }

  .ht_why_us_main_inner {
    padding: 3rem;
  }

  .ht_line_horizontal_wrapper {
    display: none;
  }
  .ht_product_item img {
    width: 282px;
  }
}

@media (max-width: 520px) {
  .header__heading-logo{
    width: 90px;
  }
  .ht_banner_slide:not(:first-child),
  .ht_banner_slider_dots,
  .ht_slider_desktop_img {
    display: none;
  }
  .ht_slider_mobile_img {
    display: block;
  }
  .ht_our_values {
    gap: 0;
  }
  .ht_home_blogs_heading_main,
  .ht_filler_slider_heading_main,
  .ht_main_title {
    gap: 3rem;
  }
  .ht_banner_slide:first-child .ht_banner_slide_image:before,
  .ht_banner_slide:first-child .ht_banner_slide_image:after {
    bottom: 28rem;
    display: none;
  }
  .ht_banner_slide:first-child .ht_banner_slide_image:after {
    bottom: 29rem;
  }
  .ht_banner_slide_image img {
    max-height: 900px;
  }
  .header--has-social .menu-drawer__utility-links.menu-drawer__utility-links {
    padding-inline: 1.6rem;
  }
  .ht_home_product_img {
    margin-left: -8%;
  }
  .ht_filler_slide_image img {
    height: 200px;
  }
  .ht_header_search .predictive-search__results-list {
    grid-template-columns: 1fr;
  }
  .ht_our_products .ht_line_wrapper svg rect {
    transform: translateY(80px);
  }
  .ht_our_products .ht_line_wrapper svg path:not(.our_product_line_svg) {
    transform: translateY(-209px);
  }
  .header {
    box-shadow: 0px 4px 4px 0 #50302D05;
  }
  .ht_home_blogs_published_date {
    font-size: 1.4rem;
  }
  .ht_home_blogs .ht_line_wrapper svg path:not(.home_blogs_line_svg) {
    transform: translateY(-14px);
  }
  .ht_home_blogs .ht_line_wrapper svg rect {
    transform: translateY(84px);
  }
  .ht_header_search .predictive-search__item-heading{
    font-size: 20px;
  }
  .ht_header_search .predictive-search__item-content {
    padding-inline: 2rem;
    padding-block: 1.5rem;
  }
  .ht_header_search .predictive-search__item-short_content {
    margin-block: 1.2rem;
  }
  .ht_no_result_found {
    margin-top: 4.2rem;
  }
  .ht_no_result_found p {
    font-size: 16px;
    font-weight: 300;
    margin-block: 2.7rem 2.4rem;
    max-width: 342px;
  }
  .ht_no_result_found img {
    width: 207px;
    height: 203px;
  }
  .template-search__header h1 {
    font-size: 20px;
  }
  #shopify-section-template--25157358879005__product_listing_banner_hGCXMY {
    top: 64px;
  }
  .ht_banner_video video {
    height: calc(100vh - 64px);
  }
  .ht_banner_video h1 {
    bottom: 0;
    top: 3rem;
    max-width: 330px;
  }
  .ht_product_listing_desc h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .ht_product_list_certification {
    flex-direction: column;
    align-items: flex-start;
  }
  .ht_product_list_certification_img img {
    width: 70px;
  }
  .ht_product_listing_swiper_main {
    grid-template-columns: 1fr;
    height: 100%;
    grid-template-rows: 210px 1fr;
  }
  .ht_product_listing_swiper_content {
    padding-block: 2.4rem;
  }
  .ht_product_listing_swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .ht_product_listing_swiper_content h5 {
    font-size: 2rem;
  }
  .ht_product_listing_swiper_paginate_data {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .ht_product_listing_swiper_paginate_data::-webkit-scrollbar {
    display: none;
  }
  .ht_product_item {
    flex-direction: column;
    gap: 4rem;
  }
  .ht_product_item_content {
    text-align: center;
  }
  .ht_product_item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .ht_product_listing_swiper {
    padding-inline: 1.6rem;
  }
  .ht_product_listing_feature_container .ht_product_listing_feature {
    padding-inline: 1.6rem;
  }
  .ht_product_item_content h3 {
    font-size: 3.6rem;
  }
  .ht_product_item_content p + span {
    font-size: 1.4rem;
  }
  .ht_product_item_badge {
    justify-content: center;
    margin-bottom: 0.8rem;
  }
  .ht_product_link {
    margin-top: 2.4rem;
  }
  .ht_product_listing_swiper_paginate_data_container {
    padding-left: 1.6rem;
  }
  .ht_product_listing_swiper_paginate_data_container.active {
    padding-right: 1.6rem;
  }
  .ht_product_listing_feature_container .swiper-slide:not(:last-child) {
    border: 0;
  }
  .ht_product_listing_feature_container .ht_product_listing_feature h5 {
    font-size: 2rem;
  }
  .ht_product_item:last-child {
    padding-bottom: 0;
  }
  .ht_product_listing_slider_header {
    align-items: end;
  }
  .ht_product_listing_swiper_content p {
    font-weight: 400;
    font-size: 16px;
  }
  .ht_product_listing_swiper_paginate_data .swiper-pagination-bullet {
    font-weight: 400;
  }
  .ht_about_us_featured_product_img img {
    width: 200px;
  }
  .ht_about_us_featured_product_img:before, .ht_about_us_featured_product_img:after {
    width: 36px;
    height: 36px;
    background-size: contain;
  }
  .ht_about_us_featured_product_img:before {
    right: 100%;
    top: 5rem;
  }
  .ht_about_us_featured_product_img:after {
    left: 100%;
  }
  .banner_desktop {
    display: none;
  }
  .banner_mobile {
    display: block;
  }
  .ht_about_us_featured_product {
    min-height: auto;
    padding-block-end: 2rem;
  }
  .ht_about_us_featured_product {
    background-size: 130%;
  }
  .ht_banner_with_text h1 {
    max-width: 300px;
    margin-inline: auto;
  }
  .ht_about_us_portfolio {
    padding-block: 5.1rem;
  }
  .ht_filler_text_center {
    padding-block: 8rem;
  }
  .ht_filler_text_center p {
    max-width: 310px;
  }
  :is(.ht_about_us_strength_promise_left,.ht_about_us_strength_promise_right) h3 {
    font-size: 20px;
  }
  .ht_about_us_featured_product p {
    margin-block: 4rem;
    font-size: 1.6rem;
  }
  .ht_about_us_portfolio p+p {
    font-weight: 400;
  }
  .ht_cloud_bg_main_bottom img:nth-child(4) {
    left: -150px;
  }
  .ht_cloud_bg_main_bottom img:nth-child(5) {
    left: -120px;
  }
  .ht_cloud_bg_main_bottom img:nth-child(10) {
    left: 0;
  }
  .ht_cloud_bg_main_bottom img:nth-child(9), .ht_cloud_bg_main_bottom img:nth-child(8), .ht_cloud_bg_main_bottom img:nth-child(6) {
    left: 10%;
  }
  .ht_cloud_bg_main_bottom img:nth-child(11) {
    left: 20%;
  }
  .ht_cloud_bg_main_bottom img:nth-child(12) {
    left: 45%;
  }
  .ht_cloud_bg_main_bottom img:nth-child(16), .ht_cloud_bg_main_bottom img:nth-child(17) {
    right: 0;
  }
  .ht_banner_content p {
    padding-inline: 1.6rem;
  }
  .ht_banner_with_text>img {
    height: calc(100vh - 64px);
  }
  :is(.ht_product_listing_feature_swiper_btn, .ht_product_listing_slider_btn) .swiper_icon_left, :is(.ht_product_listing_feature_swiper_btn, .ht_product_listing_slider_btn) .swiper_icon_right {
    width: 24px;
    height: 24px;
  }
  .ht_product_listing_feature_swiper_btn .swiper_prev+svg, .ht_product_listing_slider_btn .swiper_prev+svg {
    height: 30px;
  }
}

@media (max-width: 520px) and (max-height: 800px) {
  .ht_banner_video h1 {
    top: 8rem;
  }
}

@media (max-width: 420px) and (max-height: 780px){
  .ht_banner_slide:first-child .ht_banner_slide_image img{
    /* transform: translateY(20px); */
  }
}

@media (max-width: 400px) and  (max-height: 700px){
  .ht_banner_slide:first-child .ht_banner_slide_image img{
    /* transform: translateY(100px); */
  }
  .ht_banner_slide:first-child .ht_banner_slide_image:before, .ht_banner_slide:first-child .ht_banner_slide_image:after{
    bottom: 20rem;
  }
  .ht_banner_slide:first-child .ht_banner_slide_image:after{
    bottom: 18rem;
  }
}

@media (max-width: 376px) and (max-height: 780px) {
  .ht_banner_content {
    top: 5rem;
  }
  .ht_banner_content p {
    font-size: 1.4rem;
  }
  .ht_banner_with_text>img {
    transform: translateY(30px);
  }
}

@media (min-width: 1200px) and (max-height: 745px) {
  .ht_banner_video video {
    height: calc(100vh - 64px);
  }
  .ht_banner_with_text>img {
    transform: scale(1.03) translateY(40px);
  }
}

@media (max-width: 360px) {
  .ht_product_list_certification_img {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (min-height: 840px){
  .ht_banner_content {
    top: 12rem;
  }
}

.ht_banner_slider_dots{
  display: none;
}


#shopify-section-{{ section.id }} h5 {
  font-family: var(--font-heading-family) !important;
  font-weight: var(--font-heading-weight) !important;
  font-style: var(--font-heading-style) !important;
  color: var(--color-foreground-title) !important;
  font-size: 28px !important;      /* adjust if needed */
  line-height: 1.3 !important;
  margin: 3px 0 3px 0 !important;
}

/* Prevent bold duplication from <strong> */
#shopify-section-{{ section.id }} h5 strong {
  font-weight: inherit !important;
}