/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/main.sass ***!
  \*********************************************************************************************************************************************************************/
.header-cta {
  display: none;
}
@media (min-width: 1280px) {
  .header-cta {
    display: block;
  }
}

.header__menu .menu__item {
  font-weight: 600 !important;
}

.product-card {
  height: auto;
}
.product-card .product-card__title {
  font-weight: 600 !important;
  text-transform: lowercase;
}
.product-card .price__regular {
  font-weight: 600 !important;
}
.product-card > *:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.product-card .product-card__metafields {
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.product-card .product-card__metafields .cold, .product-card .product-card__metafields .hot {
  flex: 0 0 50%;
}
.product-card .product-card__metafields .hot {
  padding-left: 10px;
  border-left: 1px solid #DDDDDD;
}
.product-card .product-card__metafields .rte {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-card .product-card__metafields * {
  margin: 0px !important;
}
.product-card .product-card__metafields h6 {
  font-size: 12px !important;
}
.product-card .product-card__metafields p {
  font-size: 11px !important;
}

.collage-section .button-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.collage-section .faq {
  margin-top: 30px;
}

.comparison-table-eleven {
  margin: 50px 0px;
  overflow: hidden;
}
.comparison-table-eleven .title-lg {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}
.comparison-table-eleven * {
  border: none;
  background: none;
  background-color: transparent;
}
.comparison-table-eleven table {
  width: max-content;
  margin: 75px auto 0px;
  box-shadow: none;
  overflow: scroll;
  scrollbar-width: none;
  max-width: 100%;
  display: block;
}
.comparison-table-eleven table::-webkit-scrollbar {
  display: none;
}
.comparison-table-eleven table thead tr, .comparison-table-eleven table tbody tr {
  display: flex;
  border-block-start: none;
}
.comparison-table-eleven table thead th, .comparison-table-eleven table tbody th {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison-table-eleven table thead th img, .comparison-table-eleven table tbody th img {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: 0 auto;
  height: auto;
}
.comparison-table-eleven table thead th, .comparison-table-eleven table thead td, .comparison-table-eleven table tbody th, .comparison-table-eleven table tbody td {
  flex: 1 0 130px;
  padding: 15px 10px;
  text-align: center;
  font-weight: 600 !important;
  min-width: 150px;
}
.comparison-table-eleven table thead th:not(td:last-child td), .comparison-table-eleven table thead td:not(td:last-child td), .comparison-table-eleven table tbody th:not(td:last-child td), .comparison-table-eleven table tbody td:not(td:last-child td) {
  border-bottom: 1px solid #DDDDDD;
}
.comparison-table-eleven table thead th:nth-of-type(2), .comparison-table-eleven table thead td:nth-of-type(2), .comparison-table-eleven table tbody th:nth-of-type(2), .comparison-table-eleven table tbody td:nth-of-type(2) {
  background: black;
  color: white;
}
.comparison-table-eleven table thead th:nth-of-type(2):not(td:last-child), .comparison-table-eleven table thead td:nth-of-type(2):not(td:last-child), .comparison-table-eleven table tbody th:nth-of-type(2):not(td:last-child), .comparison-table-eleven table tbody td:nth-of-type(2):not(td:last-child) {
  border-bottom: 1px solid #202020;
}
.comparison-table-eleven table thead th:nth-of-type(2), .comparison-table-eleven table tbody th:nth-of-type(2) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.comparison-table-eleven table thead td:nth-of-type(1), .comparison-table-eleven table tbody td:nth-of-type(1) {
  text-align: left;
}

.faq-section .title-block {
  background: black;
  border-radius: 16px;
  padding: 40px 30px;
}
.faq-section .title-block *:not(.button, .button *) {
  color: white;
}
.faq-section .title-block .title-wrapper {
  flex-direction: column !important;
  justify-content: center;
  margin: 0px !important;
}
.faq-section .title-block .title-wrapper * {
  text-align: center;
}
.faq-section .title-block .title-wrapper > p {
  margin: 0 auto;
}
.faq-section .title-block .title-wrapper .description {
  padding: 0px;
}
.main-article-overlay * {
  text-transform: lowercase;
}
.main-article-overlay .sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .main-article-overlay .sidebar {
    min-width: 325px;
  }
}
.main-article-overlay .cta-section {
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  border-radius: 16px;
}
.main-article-overlay .cta-section *:not(.button, .button *) {
  color: white;
  text-align: center;
}
.main-article-overlay .cta-section .button {
  margin-top: 5px;
}

.main-article-banner-section * {
  text-transform: lowercase;
}

.main-product .product__title {
  text-transform: lowercase;
}
.main-product .product__thumbnails {
  position: absolute;
  bottom: 48px;
}
.main-product .product__price .price__regular {
  font-weight: 700 !important;
}
.main-product .product__price .price__sale {
  font-size: var(--fluid-lg-to-2xl);
}
.main-product .product__rating span::before {
  color: gold !important;
  background: gold !important;
  background: linear-gradient(to right, rgb(193, 157, 71), rgb(230, 215, 135), rgb(230, 215, 135), rgb(193, 157, 71)) !important;
  background-clip: text !important;
}
.main-product .usps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-product .usps .usp {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-product .usps .usp__icon {
  flex-shrink: 0;
}
.main-product .product__text-inner .icon {
  flex-shrink: 0;
}
.main-product .upsell-products {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-product .upsell-products .upsell-product {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.main-product .upsell-products .upsell-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-product .upsell-products .upsell-header .price-container {
  margin-left: auto;
  display: flex;
  gap: 4px;
}
.main-product .upsell-products .upsell-product__title {
  text-transform: lowercase;
}
.main-product .upsell-products .upsell-footer {
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
  margin-top: 0px !important;
}
.main-product .upsell-products .buy-buttons {
  display: none;
}
.main-product .upsell-products .image {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.main-product .upsell-products .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main-product .upsell-products .upsell-product.current {
  border: 3px solid #2096F4;
}
.main-product .upsell-products .price, .main-product .upsell-products .price__regular {
  font-weight: 800 !important;
}
.main-product .sibling-products .sibling-products__heading {
  margin-bottom: 12px;
}
.main-product .sibling-products .sibling-products-flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.main-product .sibling-products .sibling-product {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  border: 2px solid #DFDFDF;
  transition: border-color 0.3s ease;
  position: relative;
}
.main-product .sibling-products .sibling-product:is(div), .main-product .sibling-products .sibling-product:hover {
  border: 2px solid #2096F4;
}
.main-product .sibling-products .sibling-product:hover .sibling-product__title {
  opacity: 1;
  top: -90%;
}
.main-product .sibling-products .sibling-product__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}
.main-product .sibling-products .sibling-product__title {
  opacity: 0;
  position: absolute;
  top: -80%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(0, 0, 0);
  color: white;
  padding: 16px 28px;
  width: max-content;
  border-radius: 50px;
  transition: opacity 0.3s ease, transform 0.3s ease, top 0.4s ease;
  pointer-events: none;
}
.main-product .sibling-products .sibling-product__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgb(0, 0, 0);
}
.main-product .feature-highlights {
  display: block;
}
.main-product .feature-highlights .feature-highlights__list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 21px 25px;
  border-radius: 16px;
  border: 1px solid #DDDDDD;
}
.main-product .feature-highlights .feature-highlights__item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F1F1F1;
  border-radius: 8px;
  padding: 22px 20px;
  flex: 1;
  max-width: 200px;
  min-width: 150px;
}
.main-product .feature-highlights .feature-highlights__item p:not(.font-bold) {
  font-size: 12px !important;
  margin-top: 3px;
}
@media (max-width: 900px) {
  .main-product .feature-highlights .feature-highlights__list {
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    display: block;
    overflow: scroll;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .main-product .feature-highlights .feature-highlights__list::-webkit-scrollbar {
    display: none;
  }
  .main-product .feature-highlights .feature-highlights__item {
    min-width: max-content;
    display: inline-block;
    margin-right: 20px;
  }
}
.main-product .bundle_upsells {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.main-product .bundle_upsell {
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 20px;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.main-product .bundle_upsell .content, .main-product .bundle_upsell .image {
  flex: 0 0 calc(50% - 8px);
}
.main-product .bundle_upsell .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-product .bundle_upsell .bundle_upsell__text {
  font-size: 10px !important;
}
.main-product .bundle_upsell .bundle_upsell__saving {
  background-color: #C2FEB1;
  background: linear-gradient(to right, rgb(193, 157, 71), rgb(230, 215, 135), rgb(230, 215, 135), rgb(193, 157, 71)) !important;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px !important;
  margin-bottom: 15px;
  display: inline-block;
  width: max-content;
}
.main-product .bundle_upsell .image {
  width: 100%;
  height: inherit;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-end;
}
.main-product .bundle_upsell .image img {
  width: calc(100% + 60px);
  height: calc(100% + 30px);
  object-fit: cover;
  object-position: center center;
  position: absolute;
  bottom: 35px;
  z-index: -1;
}
.main-product .bundle_upsell .price--regular {
  font-weight: 600 !important;
}
.main-product .bundle_upsell .button {
  width: 100%;
  background: white !important;
  color: black !important;
  margin-top: auto;
}

.upsell-info-drawer .drawer__image {
  width: 51px;
  height: 51px;
  border-radius: 6px;
  overflow: hidden;
}
.upsell-info-drawer .drawer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.upsell-info-drawer .usps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.upsell-info-drawer .usps .usp {
  display: flex;
  align-items: center;
  gap: 12px;
}
.upsell-info-drawer .usps .usp__icon {
  flex-shrink: 0;
}

.main-blog {
  height: auto;
}
.main-blog * {
  text-transform: lowercase;
}
.main-blog .subcollections {
  margin-top: 20px;
}
.main-blog .subcollections li:before {
  content: none !important;
}
.main-blog .subcollections li:not(:first-child) {
  margin-left: 10px;
}
.main-blog .subcollections li a {
  text-transform: lowercase;
  padding: 20px 24px !important;
  background: #DDDDDD;
  color: black;
  opacity: 1;
  font-weight: 400 !important;
  border-radius: 50px;
  font-size: 12px !important;
  height: auto !important;
}
.main-blog .subcollections li a::after, .main-blog .subcollections li a span::after {
  content: none !important;
}
.main-blog .subcollections li:hover a:not(.button, .button *) {
  background: black;
  color: white;
  transition: background 0.2s ease, color 0.2s ease;
}
.main-blog .subcollections li.active a:not(.button, .button *) {
  background: black;
  color: white;
}

.portfolio-section .profile__button {
  background: white;
}
.portfolio-section .profile__button path {
  background: black;
  color: black;
}

.scrolling-text-section .margin-top {
  background: none !important;
}
.scrolling-text-section .margin-top::before {
  background: none !important;
}

.specifications-eleven {
  height: auto;
  display: block;
}
.specifications-eleven .accordion-container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .specifications-eleven .accordion .details .details__summary {
    padding-block: var(--sp-6) !important;
  }
}
.specifications-eleven .features {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 30px;
}
.specifications-eleven .features .title {
  margin-bottom: 30px;
  text-align: center;
}
.specifications-eleven .features .feature-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.specifications-eleven .features .feature {
  flex: 0 0 calc(33.333% - 20px);
}
.specifications-eleven .features .feature .image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.specifications-eleven .features .feature .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.specifications-eleven .features .feature .feature-title {
  text-align: center;
  font-weight: 600 !important;
  line-height: 140% !important;
  margin: 20px auto 0px;
  max-width: 90px;
}

.mega-menu__container .button-container {
  cursor: pointer;
}

.jdgm-medals__container {
  display: none !important;
}

/*# sourceMappingURL=eleven.min.css.map*/