/** Shopify CDN: Minification failed

Line 1086:15 Expected ":"

**/
.section-header {
  padding-bottom: 0;
}

.sb-card {
  padding-bottom: 34px;
}

.sb-card__inner {
  display: flex;
  gap: 64px;
}

.sb-card__slider {
  width: 48%;
  position: relative;
}

.sb-card__content {
  width: calc(52% - 64px);
  max-width: 536px;
}

.sb-slider__main-slide {
  padding-bottom: 75%;
  position: relative;
}

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

.sb-slider__thumbs {
  margin-top: 16px;
}

.sb-slider__thumb-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 107 / 80;
  cursor: pointer;
}

.sb-slider__thumbs .slick-slide {
  margin-left: 7px;
  margin-right: 7px;
}

.sb-slider__thumbs .slick-list {
  margin-left: -7px;
  margin-right: -7px;
}

.sb-card__price {
  position: absolute;
  top: 15px;
  right: -8px;
  background: #fff5f2;
  padding: 12px 9px 4px 21px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  color: #ff805f;
  font-family: "Boldoa_Mat", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
}

.sb-card__price:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 8px;
  border-color: transparent transparent transparent #ffcdbf;
}

.sb-card__price:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 0 0;
  border-color: #ffcdbf transparent transparent transparent;
}

.sb-card__price-cents {
  font-size: 40px;
  line-height: 1.2;
}

.sb-card-content__top {
  display: flex;
  padding-top: 13px;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sb-card-content__introducing {
  margin: 0;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.24;
  color: #ff805f;
  padding-left: 10px;
}

.sb-card-content__logo {
  display: block;
  margin: 10px 0 0;
  max-width: 100%;
}

.sb-card-content__logo-wrapper {
  padding-left: 5px;
}

.sb-card-content__tags {
  gap: 8px;
}

.sb-card-content__description {
  margin-top: 24px;
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: 0;
  font-weight: 700;
  padding-left: 6px;
}

.sb-card-content__description strong {
  display: inline-block;
  position: relative;
}

.sb-card-content__description strong:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  background: url(/cdn/shop/files/underline.png?v=1764873009)
    no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}

.sb-card-content__add-to-cart {
  margin-top: 40px;
  padding-left: 6px;
}

.sb-add-to-cart {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.sb-qty {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sb-qty__label {
  font-size: 18px;
  line-height: 1.78;
}

.sb-qty__input-wrapper {
  display: flex;
  border: 1px solid #bfc1bc;
  border-radius: 2px;
}

.sb-qty__input {
  font-size: 18px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  height: 30px;
  outline: 0;
  border: 0;
  outline-offset: 0;
  box-shadow: none;
  width: 44px;
}

.sb-qty__input::-webkit-outer-spin-button,
.sb-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sb-qty__buttons {
  display: flex;
  flex-direction: column;
}

.sb-qty__button {
  padding: 0;
  width: 16px;
  height: 15px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid #bfc1bc;
  border-top: 1px solid #bfc1bc;
}

.sb-qty__button:first-child {
  border-top: 0;
}

.sb-qty__button[disabled] {
  color: #dbdbdb;
}

.sb-btn {
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.018em;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  color: #ffffff;
  background: #ff805f;
  transition: all 0.2s ease-in-out;
}

.sb-btn:hover {
  background: #f07859;
}

.sb-btn_secondary {
  background: #ffffff;
  color: #ff805f;
}

.sb-btn_secondary:hover {
  background: #fff5f2;
}

.byb-product-widget {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.byb-product-widget__label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #121212;
}

.byb-product-widget__qty {
  width: 58px;
  min-height: 48px;
  padding: 8px;
  border: 1px solid #bfc1bc;
  border-radius: 2px;
  box-shadow: none;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.byb-product-widget__button.sb-btn {
  margin-top: 0;
  cursor: pointer;
  text-align: center;
}

.byb-product-widget__button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

.kit-card .byb-product-widget {
  margin-top: auto;
}

.kit-card .byb-product-widget .sb-btn {
  flex: 1 1 160px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .byb-product-widget {
    width: 100%;
  }

  .byb-product-widget__button.sb-btn {
    flex: 1 1 100%;
  }
}

.sb-card-content__disclaimer {
  margin-top: 38px;
  padding-left: 6px;
}

.sb-slider__main .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ff805f;
  z-index: 1;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}

.sb-slider__main .slick-arrow:before {
  display: none;
}

.sb-slider__main .slick-prev {
  background-image: url(/cdn/shop/files/ic_arrow_6c907c9b-1422-44da-ac36-a463a09fe138.svg?v=1764930200);
  background-position: left 19px top 50%;
  left: 16px;
}

.sb-slider__main .slick-next {
  background-image: url(/cdn/shop/files/ic_arrow.svg?v=1764930194);
  background-position: left 21px top 50%;
  right: 16px;
}

.sb-slider__main .slick-arrow:hover {
  background-color: #ffe3db;
}

.sb-slider__main:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.sb-disclaimer {
  display: flex;
  gap: 8px;
}

.sb-disclaimer__icon {
  width: 16px;
  height: 16px;
}

.sb-disclaimer__content {
  flex: 1;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0;
  color: #707070;
}

.sb-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  align-items: center;
}

.sb-card-content__logos {
  margin-top: 43px;
  margin-right: -80px;
}

.sb-logo__image {
  max-width: 100%;
  display: block;
  margin: 0;
  height: auto;
}

.sb-kits {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffcdbf;
}

.sb-kits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}

.sb-kit {
  width: calc(33.3333333% - 26.6666667px);
  background: #ffffff;
  border-radius: 8px;
  padding: 217px 26px 24px;
  position: relative;
  text-align: center;
}

.sb-kit__media {
  left: 26px;
  right: 26px;
  position: absolute;
  top: 40px;
  z-index: 0;
}

.sb-kit__image {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 160px;
}

.sb-kit:last-child .sb-kit__media {
  left: 0;
  top: 0;
  right: 0;
}

.sb-kit:last-child .sb-kit__image {
  max-height: 256px;
}

.sb-kit__discount {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  padding: 4px 8px;
  background: #ff805f;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.sb-kit__discount:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 8px;
  border-color: transparent transparent #f07859 transparent;
  transform: rotate(0deg);
}

.sb-kit__discount:after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 0 8px;
  border-color: transparent transparent transparent #f07859;
  transform: rotate(0deg);
}

.sb-kit__title {
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: 0;
  font-weight: 700;
}

.sb-kit__title-multiplier {
  color: #ff805f;
}

.sb-kit__subtitle {
  margin-top: 8px;
  color: #707070;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
}

.sb-kit__price {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  font-family: "Boldoa_Mat", sans-serif;
  letter-spacing: 0;
  color: #ff805f;
  align-items: center;
}

.sb-kit__current-price-cents {
  font-size: 40px;
  line-height: 1.2;
}

.sb-kit__old-price {
  font-size: 32px;
  line-height: 1.5;
  color: #dbdbdb;
  position: relative;
}

.sb-kit__old-price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  right: 0;
  height: 3px;
  background: #dbdbdb;
  display: block;
}

.sb-kit__old-price-cents {
  font-size: 24px;
  line-height: 2;
}

.sb-kit__old-price + .sb-kit__current-price {
  margin-top: -10px;
}

.sb-kit__add-to-cart {
  margin-top: 19px;
}

.sb-kit__button {
  flex: 1;
}

.sb-included {
  padding-top: 19px;
  padding-bottom: 45px;
}

.sb-included__title {
  margin: 0;
  font-size: 50px;
  color: #ff805f;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.sb-tabs {
  margin-top: 11px;
}

.sb-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-top: 1px solid #000000;
}

.sb-tabs-nav__link {
  padding: 10px 8px 10px 16px;
  display: flex;
  border: 0;
  outline: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
  align-items: center;
  gap: 8px;
}

.sb-tabs-nav__link_active {
  background: #ff805f;
}

.sb-tabs-nav__link-icon {
  width: 24px;
  height: 24px;
  margin: 0;
  display: block;
  transition: all 0.2s ease-in-out;
}

.sb-tabs-nav__link_active .sb-tabs-nav__link-icon {
  transform: rotate(90deg);
}

.wi-item {
  display: none;
  max-width: 1159px;
}

.wi-item_active {
  display: flex;
  gap: 68px;
  align-items: center;
}

.wi-item__content {
  padding-top: 76px;
  padding-bottom: 75px;
  width: 55%;
}

.wi-item__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: 0;
}

.wi-item__image-wrapper {
  width: calc(45% - 68px);
}

.wi-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 700;
  letter-spacing: 0;
  counter-reset: wi;
}

.wi-item__list {
  margin-top: 28px;
}

.wi-list__item {
  padding-left: 40px;
  counter-increment: wi;
  position: relative;
}

.wi-list__item:before {
  content: counter(wi);
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: #000000;
  border-radius: 50%;
  font-family: "Boldoa_Mat", sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.wi-item__cart {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.sb-explore__inner {
  padding-top: 64px;
  padding-bottom: 64px;
  border-top: 1px solid #000000;
  display: flex;
  gap: 56px;
  align-items: center;
}

.sb-explore__content {
  width: 30%;
}

.sb-explore__experiments {
  width: calc(70% - 56px);
}

.sb-explore__title {
  margin: 0;
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 42px;
  text-transform: uppercase;
  color: #ff805f;
  letter-spacing: 0;
  line-height: 1.24;
}

.sb-explore__title-icon {
  margin-top: 6px;
  max-width: 100%;
  height: auto;
  display: block;
}

.sb-explore__icon {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.sb-experiments {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 17px;
}

.sb-experiments__item {
  flex-basis: 100%;
  flex-grow: 1;
}

.sb-experiment {
  padding: 189px 24px 13px;
  border-radius: 32px;
  background: #dbdbdb;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.sb-experiment:hover {
  background: #ff805f;
}

.sb-experiment__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  filter: grayscale(1);
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sb-experiment:hover .sb-experiment__image {
  filter: none;
}

.sb-experiments__item:nth-child(2) .sb-experiment__image {
  left: 22px;
}

.sb-experiments__item:nth-child(3) .sb-experiment__image {
  right: 7px;
}

.sb-experiment__bottom {
  display: flex;
  gap: 16px;
  color: #ffffff;
  font-size: 32px;
  font-family: "Boldoa_Mat", sans-serif;
  font-weight: 700;
  line-height: 1.19;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  align-items: center;
}

.sb-experiment__title {
  flex: 0 1 auto;
  transition: flex 0.2s ease-in-out;
}

.sb-experiment:hover .sb-experiment__title {
  flex: 1 1 auto;
}

.sb-experiment__arrow {
  align-self: center;
  transition: all 0.2s ease-in-out;
}

.sb-experiment-sections {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sb-experiment-section {
  padding-top: 37px;
  border-top: 1px solid #000000;
}

.sb-experiment-sections__item {
  margin-top: 16px;
}

.sb-experiment-sections__item:first-child {
  margin-top: 0;
}

.sb-experiment-section__top {
  display: flex;
  gap: 64px;
}

.sb-experiment-section__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sb-experiment-section__tags {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
}

.sb-experiment-section__body {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0;
}

.sb-experiment-section__button {
  margin-top: 24px;
  display: inline-flex;
}

.sb-experiment-section__content {
  width: 47%;
}

.sb-experiment-section__image-wrapper {
  width: calc(53% - 64px);
}

.sb-experiment-section__image {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0;
}

.sb-accessories {
  margin-top: 66px;
}

.sb-accessories__head {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 13px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.sb-accessories__head-arrow {
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}

.sb-accessories_active .sb-accessories__head-arrow {
  transform: none;
}

.sb-accessories__head-title {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.018em;
  text-transform: uppercase;
}

.sb-accessories__body {
  display: none;
  padding-top: 24px;
  padding-bottom: 25px;
}

.sb-accessories_active .sb-accessories__body {
  display: block;
}

.sb-accessories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 46px;
}

.sb-acc {
  flex-basis: 100%;
  flex-grow: 1;
  position: relative;
  display: flex;
  border: 1px solid #e9e9e9;
  padding: 21px 24px 24px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.sb-acc__popular {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  padding: 4px 11px;
  background: #ff805f;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.sb-acc__popular:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 8px;
  border-color: transparent transparent #f07859 transparent;
  transform: rotate(0deg);
}

.sb-acc__popular:after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 0 8px;
  border-color: transparent transparent transparent #f07859;
  transform: rotate(0deg);
}

.sb-acc__image-wrapper {
  height: 165px;
  max-width: 298px;
  margin-left: auto;
  margin-right: auto;
}

.sb-acc__image {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}

.sb-acc__title {
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.sb-acc__cart {
  padding: 16px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  background: #f5f5f5;
}

.sb-price {
  text-align: right;
  color: #ff805f;
}

.sb-price__value {
  font-size: 26px;
  line-height: 1.23;
  letter-spacing: 0;
  font-weight: 500;
}

.sb-price__stock {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0;
}

.sb-acc__btn {
  margin-top: 16px;
  width: 100%;
}

.sb-faq {
  margin-top: 16px;
  padding-bottom: 188px;
}

.sb-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000000;
}

.sb-faq-list__answer {
  display: none;
  padding-bottom: 39px;
  font-size: 16px;
  line-height: 1.38;
}

.sb-faq-list__answer > * {
  margin-top: 1em;
  margin-bottom 1em;
}

.sb-faq-list__answer > *:first-child {
  margin-top: 0;
}

.sb-faq-list__answer > *:last-child {
  margin-bottom: 0;
}

.sb-faq-list__answer ul {
  padding-left: 26px;
  list-style: disc;
}

.sb-faq-list__item {
  border-top: 1px solid #000000;
}

.sb-faq-list__question {
  padding: 24px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  line-height: 1.23;
  letter-spacing: 0;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.sb-faq-list__item_active .sb-faq-list__question {
  color: #ff805f;
}

.sb-faq-list__question-arrow {
  max-width: 100%;
  display: block;
  margin: 0;
  height: auto;
  transition: all 0.2s ease-in-out;
}

.sb-faq-list__item_active .sb-faq-list__question-arrow {
  transform: rotate(90deg);
}

.sb-faq-list__item_active .sb-faq-list__answer {
  display: block;
}

/* Hide removed Spiker:bit project link strip if an older cached section renders. */
.byb-spikerbit-project-links,
.byb-spikerbit-project-link {
  display: none !important;
}
