/** Shopify CDN: Minification failed

Line 851:6 Unexpected "@media"

**/
:root {
  --color-dark: #121212;
  --color-gray: #808080;
  --color-blue-dark: #1b343b;
  --color-light: #dee4e5;
  --color-white: #ffffff;
}
.plus-jakarta {
  font-family: var(--heading-font), sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--heading-font), sans-serif;
}

.announcement-bar-section .utility-bar,
.header-wrapper {
  background-color: transparent !important;
  border-bottom: 0 !important;
}

header.header {
  background: #ffffffe6;
  border-radius: 10px;
  max-width: 1360px;
  padding-block: 7px;
  padding-inline: 75px !important;
}
header.header .header__icon .svg-wrapper {
  width: 20px;
  height: 20px;
}
header.header .cart-count-bubble {
  background-color: #1b343b;
  color: #ffffff;
  bottom: inherit;
  top: 0px;
  left: 30px;
  width: 1.0625rem;
  height: 1.0625rem;
  font-size: .75rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.0625rem;
  letter-spacing: 0;
}
.announcement-card img {
    max-width: 1.25rem;
}
.announcement-bar__grid.grid.grid--3-col.desktop-only .announcement-card + .announcement-card {
    margin-left: 3.75rem;
}
.announcement-bar__grid.grid.grid--3-col.desktop-only {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  gap: unset;
  margin-bottom: 0;
}
header.header .header__inline-menu > .list-menu--inline > li > a,
header.header summary.list-menu__item {
  font-family: var(--heading-font), sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.header__inline-menu > .list-menu--inline {
  display: inline-flex; /* This ensures the links are displayed in a row */
  justify-content: flex-start; /* Aligns the menu items to the left */
  gap: 1.5rem; /* Adds space between the links */
  padding: 0; /* Removes any unnecessary padding */
}
.header__inline-menu > .list-menu--inline > li > a {
  font-family: var(--heading-font), sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none; /* Remove underline if necessary */
  padding-right: 2.5rem; /* Adjust padding if you need more space */
  padding-left: 0; /* Ensure no additional left padding */
}
.header__menu-item .icon-caret {
    right: 0 !important;
    width: .5rem;
    position: relative;
    margin-left: .5rem;
}
.header__heading-logo-wrapper {
  max-width: 50px;
}
header.header summary.list-menu__item {
  padding-right: 2.5rem;
    padding-left: 0;
}
header.header .mega-menu__list {
  /* grid-template-columns: repeat(5, minmax(0, 1fr)); */
  padding-left: 8.25rem;
  padding-right: 8.25rem;
  display: flex;
  justify-content: space-between;
}
.mega-menu[open]:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    z-index: -1;
    top: 0;
    border-radius: .625rem .625rem 0 0;
}
.mega-menu[open] .mega-menu__content {
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
}
header.header .mega-menu__link {
  letter-spacing: 0.56px;
  color: #000000;
  text-align: left;
  font-size: .875rem;
  line-height: 1.0625rem;
  padding: 0 0 .625rem 0;
}
header.header .mega-menu__link--level-2 {
    font-family: var(--heading-bold);
    font-weight: normal;
    line-height: 1.125rem;
    font-size: .875rem;
    color: #000;
    text-align: left;
    letter-spacing: 1.4px;
    padding: 0 0 .9375rem 0;
}
header.header:has(details.mega-menu[open]) {
  border-radius: 8px 8px 0 0;
}
h1.header__heading {
  /* max-width: 50px;
  min-height: 60px; */
}
.announcement-bar__grid.swiper-container.mobile-only {
  display: none;
}
.announcement-bar-section .utility-bar {
  background: var(--color-dark);
}
p.announcement-card__text {
    padding-left: .625rem;
}
.announcement-card {
  width: auto !important;
  display: flex !important;
  gap: unset;
}
.announcement-card p {
  font-size: 12px;
  font-family: var(--text-font), sans-serif;
  letter-spacing: 0.24px;
  color: var(--color-white);
}
.hidden-mobile {
  display: none;
  max-width: 157px;
}
.header__desktop-search .field:after,
.header__desktop-search .field:before {
  display: none;
}
.search__input.field__input {
    padding-left: 3rem !important;
    font-size: .875rem !important;
    color: #000 !important;
    /* mix-blend-mode: multiply; */
    font-family: var(--text-light);
}

input.search__input::placeholder {
  /* color: red !important; */
}
header .header__icon {
  border: 1px solid #808080 !important;
  border-radius: 100px;
  height: 4rem;
  width: 4rem;
}
.header__icons {
  gap: 9px;
}
/* @media screen and (max-width: 640px) {
  #shopify-section-sections--16704913703006__announcement_bar_ReRbnG{
    position: absolute;
  }
} */
/* -------------------HEADER STYLING END---------------------- */

/* -------------------FOOTER STYLING START-------------------- */
/* footer {
  border-top: none !important;
}
footer .footer__content-top {
  max-width: 1136px;
  border-top: 1px solid #121212;
  padding-block: 80px;
}
.footer__blocks-wrapper .footer-block:first-child {
  width: 40% ;
}
.footer__blocks-wrapper .footer-block {
  width: 19%;
}
.footer-block__logo-text p {
  color: #121212;
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: 20px;
}

.footer-block__logo-text {
  padding-right: 90px;
  display: flex;
  flex-direction: column;
}
.footer-block.footer-block--menu h2 {
  color: #1b343b;
  font-family: var(--heading-font), sans-serif;
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 2.3rem;
}
footer .footer-block__details-content li a {
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 28px;
}
.footer__copyright {
  display: flex;
  align-items: center;
}
footer .footer__content-bottom-wrapper--center {
  justify-content: space-between;
  align-items: center;
}
.footer__content-bottom {
  background: #1b343b;
  padding-top: 0 !important;
}
.footer__content-bottom a.link.list-social__link {
  background: rgba(222, 228, 229, 0.6);
  border-radius: 20px;
}
small.copyright__content {
  font-size: 13px;
  color: rgba(222, 228, 229, 1);
  letter-spacing: 0.39px;
}
.footer__copyright {
  gap: 40px;
  margin: 0 !important;
  padding-block: 6px;
}
.list-social {
  gap: 10px;
}
.market-text p {
  margin: 0;
  color: rgba(222, 228, 229, 0.3);
  font-size: 13px;
  letter-spacing: 0.39px;
} */

/* ---------------------FOOTER STYLING END-------------------- */
/* ---------------------HERO STYLING START-------------------- */
.custom-hero-slider {
  position: relative;
  overflow: hidden;
  color: white;
  margin-top: 0;
  position: relative;
}
section.custom-hero-slider:before {
  content: "";
  display: block;
  width: 100%;
  background: #000;
  position: absolute;
  height: 100%;
  opacity: 0.3;
}
.hero-video-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.swiper.hero-swiper{
  position: relative;
}
.hero-slide .slide-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0px 20px;
  max-width: 75rem;
  margin: 0 auto;
  margin-top: 0;
}
.slide-text {
  max-width: 50%;
}
.slide-text h1,
.slide-text h2 {
  font-family: var(--heading-font);
  font-size: 45px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 5.4px;
  margin: 0;
}
.slide-text p {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 40px;
  letter-spacing: 1.4px;
}
.slide-product {
  max-width: 345px;
  color: #000;
  border-radius: 8px;
  padding-right: 60px;
}
a.hero-btn {
  background: #1b343b;
  color: #fff;
  padding: 10px 68px 12px 48px;
  text-decoration: none;
  font-size: 14px;
  font-family: var(--heading-font);
  letter-spacing: 1.96px;
  border-radius: 20px;
}
.product-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.38);
}
.card__inner.gradient.ratio {
  --ratio-percent: 282px !important;
}
body .active-facets__button {
    padding-left: 0;
}
.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card-content {
  background: #fff;
  padding: 10px 15px;
}
.product-card-img {
      max-width: 100%;
    max-height: 282px;
    overflow: hidden;
    background: #f9f9f9;
}
.hero-swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 20px;
  padding-bottom: 42px;
      position: absolute;
    bottom: 0 !important;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  width: 270px;
  height: 5px;
  border-radius: 0;
  margin: 0 !important;
  background: #dde3e499;
  font-size: 10px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 5px;
}
.product-card-content p.h3,
.product-card-content h3 {
  margin: 0;
  color: #000000;
  font-family: var(--heading-font);
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1.7px;
}
.slides-image-block {
  display: inline-flex;
  flex-direction: column;
  padding-left: 10px;
  margin-bottom: 0;
  position: relative;
  top: -8px;
}
img.star-image {
  max-width: 78px;
}
.google-review {
  display: inline-flex;
  gap: 10px;
}

.google-review p {
  margin: 0;
  font-size: 12px;
}
/* ---------------------HERO STYLING END-------------------- */
/* ---------------------GRID SECTION START-------------------- */
.dynamic-grid-section {
  padding: 40px 0;
}

.dynamic-grid-container {
  padding-inline: 50px;
  display: grid;
  gap: 20px;
  padding-block: 54px;
}

.dynamic-grid-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dynamic-grid-item {
  display: flex;
  flex-direction: column;
}
.dynamic-grid-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

.dynamic-grid-item h3 {
  font-size: 18px;
  margin: 0;
  font-family: var(--heading-font);
  letter-spacing: 1.44px;
  line-height: 40px;
}

.dynamic-grid-item p {
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.6px;
  margin: 0;
  line-height: 19px;
  margin-top: 5px;
}
/* ---------------------GRID SECTION END-------------------- */
/* ---------------------COLLECTION SLIDER START-------------------- */
section.collection-slider-section {
  background: rgba(222, 228, 229, 1);
  padding-block: 100px;
}
section.collection-slider-section
  .swiper-horizontal
  > .swiper-pagination-progressbar {
  top: inherit;
  bottom: -40px;
  max-width: 300px;
}
.product-card-wrapper .card__heading {
  font-family: var(--heading-font);
  font-size: 17px;
  letter-spacing: 1.7px;
  color: rgba(0, 0, 0, 1);
  font-weight: normal;
  line-height: 22px;
}
.product-card-wrapper .card__heading:hover {
  text-decoration: none !important;
}
.collection-tabs-title h2,
h2.h2 {
  font-family: var(--heading-font);
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 2.4px;
  line-height: 40px;
  margin: 0;
}
.product-card-wrapper .product-card__subtitle,
p.image-with-text__text,
p.text-sm {
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  letter-spacing: 0.56px !important;
  margin-top: 5px;
}
section.collection-slider-section p.subtitle {
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 1.4px;
  line-height: 28px;
}
.product-card-wrapper .card--standard > .card__content .card__information {
  background: #fff;
  padding: 15px 10px 15px 10px !important;
  display: flex;
  flex-direction: column;
  gap: unset;
}

.product-card-wrapper .card.card--standard.card--media {
  border-radius: 10px;
  overflow: hidden;
}
.collection-tabs-slider .tab-button {
  background: #f1f3f5;
  border: none;
  border-radius: 20px;
  padding: 7px 15px;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 1.3px;
  font-family: var(--heading-font);
  transition: background 0.3s ease;
  background: rgba(27, 52, 59, 0.5);
  color: #fff;
}
.collection-tabs-slider .tab-button.active {
  background: rgba(27, 52, 59, 1);
}
.tab-content {
  display: none;
  margin-top: 30px;
}
.tab-content.active {
  display: block;
}
.collection-slider-section .swiper {
  overflow-y: hidden;
}
/* ---------------------COLLECTION SLIDER END-------------------- */
/* ---------------------IMAGE WITH TEXT Start-------------------- */
.image-with-text h2.image-with-text__heading {
  font-size: 30px;
  color: #000000;
  font-family: var(--heading-font);
  font-weight: normal;
  letter-spacing: 2.4px;
  line-height: 40px;
}
.image-with-text h2.image-with-text__heading span {
  display: block;
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: normal;
  margin-top: -5px;
}
.image-with-text__text p {
  color: #000000;
  /* letter-spacing: 0.32px;
  line-height: 28px; */
}
a.button--primary,
button.button--primary {
  padding: 12px 63px 12px 48px;
  border-radius: 20px;
  background: #1b343b;
  font-size: 14px;
  letter-spacing: 1.96px;
  line-height: 4px;
  height: 100%;
  border: 1px solid #1b343b;
  min-height: 40px;
}
a.button--primary:after,
button.button--primary:after,
a.button--secondary:after {
  display: none;
}
a.button--primary::before,
button.button--primary::before,
a.button--secondary:before {
  /* content: "";
  display: block;
  background: url(/cdn/shop/files/Pfad_111179.svg?v=1752773580)
    no-repeat;
  width: 8px;
  height: 8px;
  background-size: contain;
  position: absolute;
  right: -150px;
  left: 0;
  z-index: 2;
  margin: auto;
  top: 0;
  bottom: 0; */
}
a.button--secondary:before {
  right: -85px;
  top: 2px;
}
/* a.button--primary:hover::before,
button.button--primary:hover::before,
a.button--secondary:hover:before {
  filter: invert(1);
} */
.transparent-section .image-with-text__media img {
  object-fit: contain;
  aspect-ratio: auto;
}
a.button--primary:hover,
button.button--primary:hover {
  color: #1b343b;
  background: #fff;
  border: 1px solid #1b343b;
  transition: all 0.4s ease;
}
a.button--secondary:hover {
  color: #77868a;
  background: #fff;
  border: 1px solid #77868a;
  transition: all 0.4s ease;
}
.image-with-text .global-media-settings {
  border: none;
}
.transparent-section .image-with-text__content {
  padding-left: 0;
  padding-right: 130px;
}

/* ---------------------IMAGE WITH TEXT END-------------------- */
/* ---------------------APPLICATION GRID START-------------------- */
.application-cards {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
}
.application-cards:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.application-cards__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  padding: 52px 0px;
}
.application-card:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
.application-card:nth-child(2) {
  grid-column: 1 / 1;
  grid-row: 2 / 2;
}
.application-card:nth-child(3) {
  grid-column: 1 / 1;
  grid-row: 3 / 3;
}
.application-card:nth-child(4) {
  grid-column: 3 / 3;
  grid-row: 1 / 1;
}

.application-card:nth-child(6) {
  grid-column: 4 / 4;
  grid-row: 1 / 1;
}
.application-card:nth-child(7) {
  grid-column: 5 / 5;
  grid-row: 1 / 1;
}
.application-card:nth-child(8) {
  grid-column: 5 / 5;
  grid-row: 2 / 2;
}
.application-card:nth-child(9) {
  grid-row: 3 / 3;
  grid-column: 3 / 3;
}
.application-card:nth-child(10) {
  grid-column: 2 / 2;
  grid-row: 3 / 3;
}
.application-card:nth-child(11) {
  grid-column: 5 / 5;
  grid-row: 3 / 3;
}
.application-cards__center {
  grid-column: span 3;
  text-align: center;
  grid-row: 2 / 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.application-card {
  background: #ffffff1a;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  max-width: 163px;
  width: 100%;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.application-cards__center h2 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  font-family: var(--heading-font);
  letter-spacing: 2.4px;
  margin: 0;
}

.application-cards__center p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.4px;
}
.application-card img {
  max-height: 40px;
  margin-bottom: 10px;
}

/* ---------------------APPLICATION GRID END-------------------- */
/* ---------------------IMAGE WITH FAQ's START-------------------- */
.faq-image-section {
  padding-block: 100px;
}
.faq-with-image-section {
  display: flex;
  align-items: center;
  gap: 100px;
}
a.button--secondary {
  background: #77868a;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.96px;
  font-family: var(--heading-font);
  line-height: 10px;
  min-height: 40px;
  padding: 12px 65px 12px 50px;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
}

.faq-question {
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-family: var(--heading-font);
  letter-spacing: 1.82px;
  color: #121212;
  line-height: 16px;
}

.faq-icon svg {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;
  font-size: 12px;
  color: #374151;
}
.button-group {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.faq-item.active .faq-answer {
  padding: 10px 16px 16px;
  max-height: 500px;
}
----- @media (max-width: 900px) {
  .faq-with-image-section {
    flex-direction: column !important;
    gap: 24px !important;
    align-items: stretch !important;
    padding: 0 10px !important;
    background: red !important; /* test color, remove later */
  }
  .faq-col-image {
    width: 100% !important;
    margin: 0 auto 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }
  .faq-col-image img {
    width: 95vw !important;
    max-width: 340px !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07) !important;
  }
  .faq-col-content {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .faq-col-content .h2,
  .faq-col-content .text-sm {
    text-align: center !important;
  }
  .button-group {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-top: 32px !important;
  }
  .button-group .button {
    width: 100% !important;
    text-align: center !important;
  }
}

/* ---------------------IMAGE WITH FAQ's END-------------------- */
/* ---------------------HOTSPOT SECTION START-------------------- */

.hotspot-header h2 {
  color: #fff;
  margin: 0;
}
.hotspot-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hotspot-section {
  padding: 60px 0px 20px 0px;
  position: relative;
  color: #fff;
}
.content-wrapper {
  max-width: 468px;
}
.hotspot-section .badge {
      background: #fff;
    color: #333;
    padding: .25rem .35rem !important;
    border-radius: .625rem !important;
    font-family: var(--heading-font);
    display: inline-block;
    font-weight: normal;
    font-size: .8215rem;
    line-height: .9375rem;
}
.btn-primary {
  margin-top: 20px;
  padding: 10px 20px;
  background: #003c44;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.hotspot {
  position: absolute;
  cursor: pointer;
}
.dot {
  width: 14px;
  height: 14px;
  background: white;
  border: 2px solid #003c44;
  border-radius: 50%;
}
.hover-card {
  display: none;
  position: absolute;
  left: 20px;
  top: -10px;
  width: 220px;
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.hotspot-wrapper a.button.button--primary {
  margin-top: 1.25rem;
}
.price-qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.icon-qty img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.hotspot-section .dot:before {
    content:'';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}
.hotspot .price-qty .icon-qty {
    display: inline-flex;
}

.hotspot .price-qty .icon-qty {
    letter-spacing: 0.56px;
    color: #1B343B;
    font-size: .875rem;
    margin-left: .5rem;
}
.hotspot .price-qty {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
}
.hotspot .hover-card p {
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: 0.56px;
}
.hotspot-section .dot {
    width: 29px;
    height: 29px;
    background: transparent;
    border: 0.75px solid transparent;
    border-radius: 50%;
    /* transition: all .5s; */
    display: block;
}
.hotspot .hover-card {
      display: block;
    background: white;
    padding: 1rem .625rem;
    border-radius: .5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0.9375rem;
    left: 0.9375rem;
    width: 21.5625rem;
    z-index: 10;
    top: unset;
    opacity: 0;
    visibility: hidden;
    /* transition: all .5s; */
}
.hotspot.active .hover-card p {
  font-size: 14px;
  margin: 0;
}
.hotspot.active .hover-card {
  display: block;
}
.hover-card h4 {
  font-size: 17px;
  margin: 0;
  font-family: var(--heading-font);
  font-weight: normal;
  letter-spacing: 1.4px;
  color: #000000;
}
/* ---------------------HOTSPOT SECTION END-------------------- */
/* ---------------------TESTIMONIALS SECTION START-------------------- */
section.testimonial-slider-wrapper {
  padding-block: 100px;
}
.testimonial-card {
  background: #ffffff36;
  padding: 20px 21px 36px 29px;
  border: 0.3px solid #ffffff;
  border-radius: 10px;
}
.testimonial-heading,
.testimonial-description {
  text-align: center;
}
.card-header {
  display: flex;
  justify-content: space-between;
}
.title-date strong {
  font: normal normal normal 14px / 17px Plus Jakarta Sans;
  letter-spacing: 1.12px;
  color: #121212;
  font-family: var(--heading-font);
}
.title-date span {
  font: normal normal normal 12px / 20px Inter;
  letter-spacing: 0.72px;
  color: #1b343b;
}
.stars {
  font-size: 17px;
  margin-top: -5px;
  color: #1b343b;
}
.card-header img {
  width: 25px;
  height: 25px;
}
.swiper.testimonial-swiper {
  padding-block: 40px;
  padding-bottom: 70px;
}
.testimonial-swiper .swiper-pagination {
      text-align: left;
  height: 5px !important;
  border-radius: 5px;
  top: inherit !important;
  bottom: 1.0625rem;
  display: flex
;
}
.testimonial-swiper
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #7b8b8f;
  border-radius: 100px;
}
.arrow {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
}
.swiper-button-prev.arrow {
  right: 50px;
  left: inherit;
  top: inherit;
  bottom: 0px;
}
.swiper-button-next.arrow {
  top: inherit;
  bottom: 0;
  right: 0;
}
.swiper-button-prev.arrow:after {
  content: "";
  background: url(/cdn/shop/files/Component_22_18.svg?v=1753116425)
    no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.swiper-button-next.arrow:after {
  content: "";
  background: url(/cdn/shop/files/Component_22_18.svg?v=1753116425)
    no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  rotate: 180deg;
}
.shopify-section section product-info {
  background: #f7f7f7;
}
/* ---------------------TESTIMONIALS SECTION END-------------------- */
/* ---------------------NEWSLETTER SECTION START-------------------- */
.newsletter {
  padding-bottom: 7.5rem;
}
.newsletter__icon {
    /* order: -2; */
}
.newsletter .newsletter__subheading + div {
    width: 100%;
    margin-top:1.25rem;
}
.newsletter .newsletter__subheading {
    /* order: -1; */
}
.newsletter .newsletter__wrapper {
    display: flex;
    flex-direction: column;
}
.newsletter .newsletter__wrapper {
  max-width: 34.75rem;
  min-width: 34.75rem;
  margin: 0 auto;
  background: transparent linear-gradient(180deg, #f0f7f8 0%, #dee4e5 100%) 0%
    0% no-repeat padding-box !important;
  border-radius: 20px;
  border: 0.30000001192092896px solid #c0c9cb !important;
  padding: 20px 57px 40px 57px;
}
.newsletter__wrapper h2 {
  font: normal normal normal 17px Plus Jakarta Sans;
  letter-spacing: 1.6px;
}
.newsletter__wrapper p {
  font: normal normal normal 14px/28px Inter;
}
.newsletter .newsletter__subheading {
  margin: 0px !important;
   white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important; /* for ultra-long words or URLs */
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1rem; /* or whatever you want */
}
.newsletter-form__field-wrapper .field:after {
  display: none;
}
.newsletter-form__field-wrapper .field {
  z-index: 0;
  border-radius: 40px;
  overflow: hidden;
}
.newsletter-form__field-wrapper .field input:focus {
  box-shadow: none;
}
.newsletter-form__field-wrapper .field label.field__label {
  display: none;
}
.newsletter__bottom-text.rte {
  margin-top: 6px;
  color: #fff;
}
.newsletter__bottom-text a {
  color: #fff !important;
}
.newsletter__bottom-text p {
  font-size: 13px;
  letter-spacing: 0.39px;
  /* width: 120%;   */
  line-height: 1rem;
}
.newsletter .field__input::placeholder {
  color: #121212 !important; /* Use a visible color */
  opacity: 1 !important;
}
.newsletter .field__input,
.newsletter .field__input:focus {
  padding: 10px 20px !important;
}
.newsletter__wrapper .newsletter-form__field-wrapper,
.newsletter-form {
  max-width: 39.4rem;
}
button#Subscribe {
    font-size: 0;
    text-indent: -9999px;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    right: .625rem;
    top: .35rem;
}

button#Subscribe:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/cdn/shop/files/Group_138467.svg?v=1753173454)
    no-repeat;
  position: absolute;
  background-size: contain;
}
/* ---------------------NEWSLETTER SECTION END-------------------- */
/* --------------------- ABOUT US START -------------------- */
.rich-text__text p {
  font: normal normal normal 16px / 28px Inter;
  letter-spacing: 0.64px;
  color: rgba(0, 0, 0, 1);
}
.lg-gap .image-with-text__grid .image-with-text__content {
  padding-left: 13.1rem;
  padding-right: 2rem;
}
.image-with-text__text p:not(:last-child) {
  margin-bottom: 30px;
}
.small-image-text-big .image-with-text__content {
  padding-right: 2rem;
  padding-left: 10rem;
  padding-block: 0;
}

.image-with-big-content .image-with-text__content {
  padding: 0;
  padding-right: 10rem;
}

@media screen and (min-width: 750px) {
  .small-image-text-big .image-with-text__media-item {
    width: calc(
      30% - var(--grid-desktop-horizontal-spacing) * 2 / 3
    ) !important;
  }
  .small-image-text-big p.image-with-text__text {
    max-width: 560px;
  }
}
/* --------------------- ABOUT US END-------------------- */
/* --------------------- FAQS START-------------------- */

.faq-tabs__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding-right: 20px;
}

.faq-tabs__sidebar {
  /* flex: 0 0 200px; */
  background: transparent linear-gradient(180deg, #f7f7f7 0% 93%, #fff) 0% 0%
    no-repeat padding-box;
  padding: 75px 271px 254px 150px;
}

.faq-tabs__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid rgba(222, 228, 229, 1);
}

.faq-tab-nav {
  padding: 12px 0;
  font-weight: 600;
  cursor: pointer;
  color: #888;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

.faq-tab-nav.active {
  color: rgba(27, 52, 59, 1);
  border-left-color: rgba(27, 52, 59, 1);
  padding-left: 25px;
  margin-left: -28px;
  font-weight: 600;
}

.faq-tabs__content {
  flex: 1;
  max-width: 700px;
  padding-top: 75px;
}

.faq-tab-content {
  display: none;
}

.faq-tab-content.active {
  display: block;
}

.faq-tabs__content .faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-tabs__content .faq-answer {
  margin-top: 0;
  color: rgba(18, 18, 18, 1);
  padding-bottom: 10px;
  font: normal normal normal 12px / 24px Plus Jakarta Sans;
  letter-spacing: 1.68px;
}

@media (max-width: 768px) {
  .faq-tabs__container {
    flex-direction: column;
  }

  .faq-tabs__sidebar {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .faq-tab-nav {
    display: inline-block;
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .faq-tabs__sidebar {
    background: transparent linear-gradient(180deg, #f7f7f7 0% 93%, #fff) 0% 0%
      no-repeat padding-box;
    padding: 75px 40px 254px 40px;
  }
}
details.faq-item[open] .faq-answer {
  height: 100%;
  max-height: 700px;
}
.faq-item summary {
  list-style: none;
  font: normal normal normal 13px / 35px Plus Jakarta Sans;
  letter-spacing: 1.82px;
  color: rgba(18, 18, 18, 1);
}
.faq-tabs__content .faq-item {
  margin-bottom: 10px;
  border: 1px solid rgba(18, 18, 18, 1);
  border-radius: 5px;
  padding: 0px 15px;
  background: #fff;
}
.faq-answer ul {
  margin: 0;
  font: normal normal normal 12px / 24px Plus Jakarta Sans;
  letter-spacing: 1.68px;
  font: normal normal normal 12px / 24px Plus Jakarta Sans;
  letter-spacing: 1.68px;
  color: rgba(18, 18, 18, 1);
  padding-inline: 15px;
}
.faq-tab-nav {
  padding: 12px 0;

  cursor: pointer;
  color: #888;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
  font: normal normal 400 10px / 28px Inter;
  letter-spacing: 1px;
  color: rgba(27, 52, 59, 1);
  text-transform: uppercase;
}
/* --------------------- FAQS END-------------------- */

/* MEDIA QUERIES */
@media (max-width: 1080px) {
  .announcement-bar__grid.grid.grid--3-col.desktop-only {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .announcement-bar__grid.grid.grid--3-col.desktop-only {
    display: none;
  }
  .transparent-section .image-with-text__content {
    padding-left: 0;
    padding-right: 40px;
  }
  .announcement-bar__grid.swiper-container.mobile-only {
    display: block;
    overflow-x: hidden;
  }
  .announcement-bar__grid.swiper-container.mobile-only .announcement-card {
    width: 100% !important;
    display: flex !important;
    gap: 10px;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
  .hidden-mobile {
    display: block;
  }
  .header__desktop-search .field {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .header__desktop-search .svg-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    height: 100%;
    z-index: 2;
    max-width: 16px;
  }
  .header__desktop-search .search__input {
    border-radius: 20px;
    outline: none;
    height: 40px !important;
    border: 1px solid #808080;
    background: #ffffff4d;
  }
  .header__desktop-search .search__input:focus {
    box-shadow: none !important;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .application-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .transparent-section .image-with-text__content {
    padding-left: 0;
    padding-right: 0px;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    /* max-width: 44% !important; */
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    /* max-width: 56% !important; */
  }
}

@media (max-width: 900px) {
  /* HERO VIDEO COVERS FULL SCREEN */
  .custom-hero-slider .hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .custom-hero-slider .hero-video-bg video {
    /* position: absolute;
    top: 0; left: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
    background: #000; */
  }

  /* HERO LAYOUT */
  .custom-hero-slider,
  .custom-hero-slider .swiper-slide,
  .custom-hero-slider .hero-slide {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    background: transparent !important;
  }

  /* FORCE COLUMN STACKING */
  .custom-hero-slider .slide-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 0;
  }
  .custom-hero-slider .slide-text,
  .custom-hero-slider .slides-image-block,
  .custom-hero-slider .slide-product {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0 12px;
    box-sizing: border-box;
  }

  /* Title and Desc */
  .custom-hero-slider .slide-text {
    text-align: center;
    margin: 0;
    padding: 0 20px;
  }
  .custom-hero-slider .slide-text h1,
  .custom-hero-slider .slide-text h2 {
    font-size: 1.45rem;
    font-weight: 700;
    margin: 10px 0 4px 0;
    line-height: 1.18;
    letter-spacing: 0;
    word-break: break-word;
  }
  .custom-hero-slider .slide-text p {
    font-size: 1.05rem;
    margin: 0 0 10px 0;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
  }

  /* Button and Stars */
  .custom-hero-slider .hero-btn {
    margin: 12px auto 8px auto;
    width: 90%;
    min-width: 140px;
    max-width: 260px;
    display: block;
    padding: 11px 0;
    font-size: 1rem;
  }
  .custom-hero-slider .slides-image-block {
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
  }

  /* Product */
  .custom-hero-slider .slide-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px 0 0 0;
    width: 100%;
  }
  .custom-hero-slider .product-card {
    max-width: 95vw;
    width: 100%;
    margin: 0 auto 12px auto;
    box-sizing: border-box;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  }
  .custom-hero-slider .product-card-img img {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: block;
    margin: 12px auto 4px auto;
  }
  .custom-hero-slider .product-card-content p.h3,
  .custom-hero-slider .product-card-content h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 6px;
    word-break: break-word;
    text-align: center;
  }
  .custom-hero-slider .product-card-content p {
    text-align: center;
    font-size: 0.98rem;
  }
}
@media (max-width: 900px) {
  .custom-hero-slider,
  .custom-hero-slider .swiper-slide,
  .custom-hero-slider .hero-slide {
    min-height: unset !important;
    height: auto !important;
  }
}

.custom-hero-slider .slides-image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px; /* space between star and review */
}

.custom-hero-slider .google-review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
/*-------------*/

/* ===== Responsive styles for Collection Tabs Slider ===== */

/* ----------------- RESPONSIVE FIXES: COLLECTION TABS SLIDER ----------------- */
@media (max-width: 1200px) {
  section.collection-slider-section {
    padding-block: 48px;
  }
}
@media (max-width: 900px) {
  .collection-tabs-slider {
    padding: 14px 0;
  }
  .collection-tabs-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin-bottom: 1rem !important;
    padding-inline: 8px !important;
  }
  .collection-tabs-title h2,
  .collection-tabs-title .h2 {
    font-size: 1.18rem !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
  }
  .collection-tabs-title .subtitle {
    font-size: 1rem !important;
  }
  .collection-tabs-controls {
    gap: 6px !important;
    flex-wrap: wrap !important;
  }
  .collection-tabs-slider .tab-button {
    font-size: 1.25rem !important;
    padding: 0.38rem 1rem !important;
    min-width: 86px !important;
    min-height: 36px !important;
  }
  .collection-tabs-slider .swiper,
  .collection-tabs-slider .swiper-wrapper {
    padding-bottom: 0.7rem !important;
  }
  .collection-tabs-slider .swiper-slide {
    min-width: 170px !important;
    max-width: 95vw !important;
    padding-inline: 2px !important;
    box-sizing: border-box !important;
  }
  .button-slider-tab .swiper-button-prev .svg-wrapper, .button-slider-tab .swiper-button-next .svg-wrapper {
    width: 38px !important;
    height: 38px !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
            width: 38px !important;
        height: 38px !important;
    font-size: 1.1em;
  }
}
@media (max-width: 600px) {
  section.collection-slider-section {
    padding-block: 25px !important;
  }
  .collection-tabs-slider {
    padding: 6px 0 !important;
  }
  .collection-tabs-header {
    gap: 6px !important;
    padding-inline: 1px !important;
  }
  .collection-tabs-header,
  .collection-tabs-title {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .collection-tabs-title h2,
  .collection-tabs-title .h2 {
    font-size: 1.45rem !important; /* Bigger and bolder */
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #1b343b !important;
    margin-bottom: 4px !important;
    letter-spacing: 1.2px;
    text-align: center !important;
  }
  section.collection-slider-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .collection-tabs-slider .swiper,
  .collection-tabs-slider .swiper-wrapper {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .collection-tabs-slider .swiper-slide {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .collection-tabs-title .subtitle {
    font-size: 1.08rem !important; /* Bigger and clearer */
    color: #384248 !important;
    font-weight: 500 !important;
    opacity: 0.95;
    margin-bottom: 12px !important;
    text-align: center !important;
    display: block;
  }

  .collection-tabs-slider .tab-button {
    font-size: 0.91rem !important;
    padding: 0.22rem 0.7rem !important;
    min-width: 74px !important;
    min-height: 32px !important;
  }

  .collection-tabs-slider .swiper-slide {
    min-width: 148px !important;
    max-width: 93vw !important;
    padding-inline: 0 !important;
  }
  /* Hide nav arrows on mobile */
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .swiper-pagination-progressbar {
    height: 3px !important;
  }
}

/* Make sure slides/cards don't overflow */
.collection-tabs-slider .swiper-slide {
  min-width: 160px !important;
  max-width: 95vw !important;
  width: auto !important;
  box-sizing: border-box !important;
}
.collection-tabs-slider .product-card-wrapper {
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* Fix for overlapping header on product page */
.template-product main#MainContent {
  padding-top: 100px !important;
}

/* new header css*/
header.header {
  text-align: left !important;
}

header .header__inline-menu,
.header__inline-menu {
  width: 100%;
  display: flex !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  margin: 0 !important;
}

header .header__inline-menu > .list-menu--inline {
  width: auto;
  display: flex !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: unset;
}

header .header__inline-menu {
  margin-left: 3.125rem !important;
  margin-right: auto !important;
}


.footer-logo {
  padding: 16px;        
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;        
  height: 122px;        
  margin-bottom: 4px;  
}

/* footer  */
.footer-col-title {
  font-size: 15px !important; 
}
.footer-col ul li a { 
  font-size: 13px !important;
}
.footer-links-row {
  margin-left: 60px; 
}
@media (min-width: 900px) {
  .footer-links-row {
    margin-left: 60px;
  }
}
/* some hero fixes*/
.hero-btn-row {
  display: flex;
  align-items: center;
  gap: 18px; /* space between button and stars, adjust as you like */
  margin-bottom: 28px; /* keep space below, or tune as you like */
}
.hero-btn-row .slides-image-block {
  padding-left: 0; /* Remove left padding if you had any */
  margin-bottom: 0;
  position: static;
  top: 0;
}

.dynamic-grid-item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




