/* source/scss/kunu.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.bs-container,
.page-width {
  max-width: calc(var(--page-width) + 20px * 2);
  margin: 0 auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 750px) {
  .bs-container,
  .page-width {
    max-width: calc(var(--page-width) + 50px * 2);
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.bs-container + .bs-container {
  margin-top: 40px;
}
section {
  overflow-x: hidden;
}
.bs-collection-slider .bs-collection-slider__card.swiper-slide {
  padding: 12px 10px 13px 10px;
  background: #FFFBF2;
}
@media (min-width: 750px) {
  .bs-collection-slider .bs-collection-slider__card.swiper-slide {
    padding: 15px;
    width: 350px !important;
    border-radius: 12px;
  }
}
.bs-collection-slider .slider--desktop.grid--3-col-desktop .grid__item {
  width: 350px !important;
}
.bs-collection-slider .slider-scrollbar__track.bs-collection-slider__scrollbar {
  display: none !important;
}
.bs-collection-slider .slider-component-full-width .slider--desktop .slider__slide:first-child {
  margin-inline-start: 0 !important;
}
.bs-collection-slider .slider.slider--desktop .slider__slide {
  padding-top: 18px !important;
}
@media (min-width: 750px) {
  .bs-collection-slider .slider.slider--desktop .slider__slide {
    padding-top: 30px !important;
  }
}
.bs-guarantee-section {
  padding: 3rem 0;
}
.bs-guarantee-section__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 750px) {
  .bs-guarantee-section__inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
.bs-guarantee-section__icon {
  flex-shrink: 0;
  height: 48px;
}
.bs-guarantee-section__icon svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 750px) {
  .bs-guarantee-section__icon svg {
    width: 64px;
    height: 64px;
  }
}
.bs-guarantee-section__content {
  text-align: left;
}
@media (min-width: 750px) {
  .bs-guarantee-section__content {
    text-align: center;
  }
}
.bs-guarantee-section__heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 120%;
  text-align: left;
}
@media (min-width: 750px) {
  .bs-guarantee-section__heading {
    letter-spacing: 0.0015px;
    line-height: 130%;
  }
}
.bs-guarantee-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-guarantee-section__item {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.015px;
}
.bs-guarantee-section__item:last-child {
  font-size: 12px;
}
.bs-guarantee-section__link {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-weight: 500;
  color: inherit;
  transition: opacity 0.2s;
}
.bs-guarantee-section__link:hover {
  opacity: 0.7;
}
.bs-guarantee-section__item-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bs-guarantee-section__item-icon svg {
  width: 9px;
  height: 7px;
}
.section-image-banner .banner__box .section-content__buttons {
  width: 100% !important;
}
.section-image-banner .banner__box .section-content__buttons .button {
  width: 100% !important;
}
.section-image-banner .banner__box .ruk_rating_snippet {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin-top: 0 !important;
}
.section-image-banner .banner__box .R-RatingStars {
  order: 1 !important;
}
.section-image-banner .banner__box .ruk_rating_snippet .R-TextBody.u-textSentenceCase,
.section-image-banner .banner__box .ruk_rating_snippet .cssVar-reviewStatistics.u-textSentenceCase {
  order: 2 !important;
  display: inline-block !important;
  visibility: visible !important;
}
.section-image-banner .banner__box .R-TextBody.R-TextBody--xxs,
.section-image-banner .banner__box .R-TextBody:not(.u-textSentenceCase) {
  order: 3 !important;
}
.section-image-banner .banner__box .R-TextBody.R-TextBody--xxs > *:not(.cssVar-reviewStatistics),
.section-image-banner .banner__box .R-TextBody:not(.u-textSentenceCase) > *:not(.cssVar-reviewStatistics) {
  display: none !important;
}
.section-image-banner .banner__box .R-TextBody.R-TextBody--xxs > span.cssVar-reviewStatistics:first-child,
.section-image-banner .banner__box .R-TextBody:not(.u-textSentenceCase) > span.cssVar-reviewStatistics:first-child {
  display: none !important;
}
.section-image-banner .banner__box .R-TextBody.R-TextBody--xxs > span.cssVar-reviewStatistics:last-child,
.section-image-banner .banner__box .R-TextBody:not(.u-textSentenceCase) > span.cssVar-reviewStatistics:last-child {
  display: inline-block !important;
}
.section-image-banner .banner__box .R-TextBody.R-TextBody--xxs > span.cssVar-reviewStatistics:last-child::before,
.section-image-banner .banner__box .R-TextBody:not(.u-textSentenceCase) > span.cssVar-reviewStatistics:last-child::before {
  content: "(";
}
.section-image-banner .banner__box .R-TextBody.R-TextBody--xxs > span.cssVar-reviewStatistics:last-child::after,
.section-image-banner .banner__box .R-TextBody:not(.u-textSentenceCase) > span.cssVar-reviewStatistics:last-child::after {
  content: ")";
}
.banner__box.gradient {
  padding: 32px !important;
}
.section-content > *:first-child {
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.banner__heading.inline-richtext {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.banner__buttons.section-content__buttons {
  margin-top: 8px !important;
  margin-bottom: -10px !important;
}
.image-with-text__video {
  width: 100%;
  height: 100%;
  display: block;
}
.image-with-text__video--cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.image-with-text__video--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*# sourceMappingURL=bs-kunu.min.css.map */
