.embla-dot {
  -webkit-tap-highlight-color: rgba(49, 49, 49, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 15px;
  width: 5px;
  height: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.embla-dot::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: '';
  background-color: rgb(234, 234, 234);
}

.embla__dot--selected:after {
  background-color: rgb(49, 49, 49);
}

@media (min-width: 1026px) {
  .embla__slide-detail-shop {
    width: 32%;
    min-width: 32%;
    margin: 0 calc(5% / 3);
  }
  .embla__slide-detail-shop > div {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .embla__slide-detail-shop {
    width: 48%;
    min-width: 48%;
    margin: 0 52%;
  }
  .embla__slide-detail-shop > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
.embla__slide-detail-shop {
  padding: 0 10px;
    width: 98%;
    min-width: 98%;
}
  .embla__slide-detail-shop > div {
    width: 100%;
  }
}

@keyframes caret {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes text1 {
  0%,
  50%,
  100% {
    width: 0;
  }
  10%,
  40% {
    width: 17em;
  }
}

@keyframes text2 {
  0%,
  50%,
  100% {
    width: 0;
  }
  60%,
  90% {
    width: 21.2em;
  }
}

.text_1 {
  animation: text1;
}

.text_2 {
  animation: text2;
}

.animation-text {
  animation-duration: 20s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}

.animation-text::after {
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 15s;
  animation-timing-function: steps(1, end);
}

figure {
  margin: 0 auto;
}

/* .content-block-body a {
  text-decoration: underline;
  font-size: 36px;
  font-weight: 800;
  color: inherit;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .content-block-body a {
    font-size: 24px;
  }
} */

.links-container a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s ease;
  margin: 60px;
}

@media (max-width: 768px) {
  .links-container a {
    padding: 20px;
    display: block;
    margin: 0;
  }
}
@media (min-width: 1026px) {
  .discount-carousel-container .embla-container .embla__slide {
    width: 32%;
    min-width: 32%;
    margin: 0 calc(5% / 3 /2);
  }
  .discount-carousel-container .embla-container .embla__slide > div {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .discount-carousel-container .embla-container .embla__slide {
    width: 48%;
    min-width: 48%;
    margin: 0 calc(10% / 3 /2);
  }
  .discount-carousel-container .embla-container .embla__slide > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .discount-carousel-container .embla-container .embla__slide {
    padding: 0 10px;
    width: 98%;
    min-width: 98%;
  }
  .discount-carousel-container .embla__slide > div {
    width: 100%;
  }
}

.discount-carousel-container .embla__dots {
  margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
}
.tiles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

@media (min-width: 768px) {
  .tiles-container > :nth-of-type(1),
  .tiles-container > :nth-of-type(2) {
    flex: 0 1 calc(50% - 2px);
  }

  .tiles-container > :nth-of-type(3),
  .tiles-container > :nth-of-type(4),
  .tiles-container > :nth-of-type(5) {
    flex: 0 1 calc(33.3333% - 1.4px);
  }
}

@media (max-width: 767px) {
  .tiles-container > :nth-of-type(1) {
    flex: 0 1 100%;
  }

  .tiles-container > :nth-of-type(2),
  .tiles-container > :nth-of-type(3),
  .tiles-container > :nth-of-type(4),
  .tiles-container > :nth-of-type(5) {
    flex: 0 1 calc(50% - 4px);
  }
}

.content-block-data .slick-slide {
  padding: 20px 0;
}

.content-block-data .slick-prev {
  z-index: 3;
  position: relative;
  filter: invert(55%) sepia(86%) saturate(1200%) hue-rotate(75deg) brightness(102%) contrast(101%) ;
}

.content-block-data .slick-next {
  left: 2%;
  color: lightgreen;
  z-index: 3;
  position: relative;
  filter: invert(55%) sepia(86%) saturate(1200%) hue-rotate(75deg) brightness(102%) contrast(101%) ;
}

@media (min-width: 1026px) {
  .content-block-data.content-left {
    justify-content: start;
    align-items: start;
  }
  .content-block-data.content-right {
    justify-content: end;
    align-items: end;
  }
}

@media (max-width: 1025px) {
  .content-block-data.content-left {
    justify-content: start;
    align-items: start;
  }
  .content-block-data.content-right {
    justify-content: end;
    align-items: end;
  }
  .content-block-data.slick-slider {
    margin: auto;
  }
  .content-block-data.slick-prev {
    color: lightgreen;
    z-index: 4;
  }
  .content-block-data.slick-next {
    left: 1%;
    color: lightgreen;
    z-index: 3;
  }
  .content-block-data {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 42px !important;
    padding: 24px;
    padding-bottom: 12px;
    justify-content: center;
    text-align: center;
    line-height: 1.23;
  }
}



@keyframes scroll {
  0% {
    margin-left: -15vw;
  }
  100% {
    margin-left: -150vw;
  }
}
.image-gallery .animate-scroll {
  animation: scroll 30s linear infinite;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.image-text-panel .visible {
  animation: fadeIn 0.3s linear forwards;
}

.image-text-panel .hidden {
  animation: fadeOut 0.3s linear forwards;
}


.product-detail-tiles .overflow-x-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 5px;
}
.product-detail-tiles .overflow-x-scroll::-webkit-scrollbar-thumb {
  background-color: #111;
}
.product-detail-tiles .overflow-x-scroll::-webkit-scrollbar-track {
  background-color: #ededed;
}
.quiz-panel .c-addToCart,
.quiz-panel .l-products,
.quiz-panel .c-resultPanel-section,
.quiz-panel .c-header {
  display: none !important;
}
.quiz-panel .c-tagInput-tag {
  border: black;
}
.quiz-panel .c-quiz--embed {
  max-width: 800px !important;
  margin: 0 auto !important;
}
.quiz-panel .c-questionsForm-next {
  background: black !important;
  color: white !important;
  border-radius: 32px !important;
  padding: 12px 32px !important;
}
.quiz-panel .c-questionsForm-next:hover {
  background: #000000AA !important;
}
.quiz-panel .okeConnect.okeQuizzes .c-tagInput-input:checked + .c-tagInput-label {
  background: #000000 !important;
}
.quiz-panel .okeConnect.okeQuizzes .c-tagInput-label {
  border-radius: 32px !important;
}
.quiz-panel .okeConnect.okeQuizzes .c-title.c-questions-header-title {
  color: #000000 !important;
}
.dropdown-container .Dropdown-control {
  padding: 18px;
  border-radius: 25px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}

.dropdown-container .Dropdown-arrow {
  top: 30px;
}

.dropdown-container .Dropdown-control {
  border: none;
}

.dropdown-container .Dropdown-menu {
  border: none;
  border-radius: 25px;
  margin-top: -63px;
  max-height: none;
}

.dropdown-container .Dropdown-option {
  padding: 18px;
  font-size: 18px;
}

@media (max-width: 1025px) {
  .dropdown-container {
    text-align: start;
  }
}
.Dropdown-root {
  position: relative;
}

.Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  cursor: default;
  outline: none;
  padding: 8px 52px 8px 10px;
  transition: all 200ms ease;
}

.Dropdown-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Dropdown-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0
}

.is-open .Dropdown-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.Dropdown-menu {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.Dropdown-menu .Dropdown-group > .Dropdown-title{
  padding: 8px 10px;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  text-transform: capitalize;
}

.Dropdown-option {
  box-sizing: border-box;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
}

.Dropdown-option:hover {
  background-color: #f2f9fc;
  color: #333;
}

.Dropdown-option.is-selected {
  background-color: #f2f9fc;
  color: #333;
}

.Dropdown-noresults {
  box-sizing: border-box;
  color: #ccc;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.review-panel .oke-state-empty {
  display: none;
}

.review-panel .oke-w-controls-nav {
  display: none !important;
}

:root {
  --oke-border-width: 1px;
  --oke-border-color: #0004;
  --oke-shadingColor: #fff;
  --oke-button-backgroundColorHover: #fff;
  --oke-button-backgroundColor: #fff;
  --oke-button-borderColor: #000;
  --oke-stars-foregroundColor: #000;
  --oke-stars-foregroundColor: #000a !important;
  --oke-text-primaryColor: #000;
}

.review-panel .oke-stars-foreground {
  --oke-stars-foregroundColor: #000a !important;
}

.review-panel .oke-star-filled {
  --oke-stars-foregroundColor: #000a !important;
}
.review-panel .oke-w, oke-modal{
  --oke-stars-foregroundColor: #000a !important;
}
.review-panel .oke-w-review-side {
  border: none !important;
}
.review-panel .oke-product-thumbnail-image {
  border: none !important;
}
.upsell-container .slick-dots {
  bottom: 0;
  position: static;
  padding: 20px 0 0 0;
}

@media (min-width: 1750px) {
  .upsell-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}

@media (min-width: 1026px) {
  .upsell-container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .slick-prev:before, .slick-next:before {
    color: grey;
  }

  .upsell-container .slick-slider {
    width: 90vw;
  }
}

@media (max-width: 1025px) {
  .upsell-container {
    justify-content: center;
    display: flex;
    padding-bottom: 48px;
  }

  .slick-prev:before, .slick-next:before {
    color: grey;
  }

  .slick-slider {
    width: 85vw;
    padding: 0 5px;
  }

  .upsell-container .slick-list {
    width: 85vw;
  }
}

@media (max-width: 768px) {
  .upsell-container {
    justify-content: center;
    display: flex;
  }

  .slick-prev:before, .slick-next:before {
    color: grey;
  }

  .slick-slider {
    width: 85vw;
  }
}

@media (min-width: 1050px) {
  .upsell-container .embla-container .embla__slide {
    width: 24.5%;
    min-width: 24.5%;
    margin: 0 calc(2% / 4 / 2);
  }
  .upsell-container .embla-container .embla__slide > div {
    width: 100%;
  }
}
@media (max-width: 1049px) and (min-width: 769px) {
  .upsell-container .embla-container .embla__slide {
    width: 33%;
    min-width: 33%;
    margin: 0 calc(2% / 3 / 3);
  }
  .upsell-container .embla-container .embla__slide > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .upsell-container .embla-container .embla__slide {
    width: 49%;
    min-width: 49%;
    margin: 0 calc(2% / 2);
  }
  .upsell-container .embla-container .embla__slide > div {
    width: 100%;
  }
}

.upsell-container .embla__dots {
  margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
}





