#globalHeader .wrapper li {
  padding: 20px 10px !important;
}

:root {
  --color-beige-250: #f2f1ed;
  --color-beige-750: #e8dabf;
  --color-fade-yellow: #f9f8ef;
  --color-fade-green: #f4f8f0;
}
[data-aspect-ratio='2:3']:before {
  padding-top: 150%;
}
[data-aspect-ratio='3:2']:before {
  padding-top: 66.66667%;
}
[data-aspect-ratio='95:21']:before {
  padding-top: 22.10526%;
}
[data-aspect-ratio='116:21']:before {
  padding-top: 18.10345%;
}
[data-aspect-ratio='144:115']:before {
  padding-top: 79.86111%;
}
[data-aspect-ratio='169:80']:before {
  padding-top: 47.33728%;
}
[data-aspect-ratio='195:347']:before {
  padding-top: 177.94872%;
}
[data-aspect-ratio='288:230']:before {
  padding-top: 79.86111%;
}
[data-aspect-ratio='288:233.5']:before {
  padding-top: 81.07639%;
}
[data-aspect-ratio='288:242']:before {
  padding-top: 84.02778%;
}
[data-aspect-ratio='288:285']:before {
  padding-top: 98.95833%;
}
[data-aspect-ratio='288:432']:before {
  padding-top: 150%;
}
[data-aspect-ratio='315:208']:before {
  padding-top: 66.03175%;
}
[data-aspect-ratio='323:215']:before {
  padding-top: 66.56347%;
}
[data-aspect-ratio='345:173']:before {
  padding-top: 50.14493%;
}
[data-aspect-ratio='464:107']:before {
  padding-top: 23.06034%;
}
[data-aspect-ratio='570:99']:before {
  padding-top: 17.36842%;
}
[data-aspect-ratio='570:129']:before {
  padding-top: 22.63158%;
}
[data-aspect-ratio='600:569']:before {
  padding-top: 94.83333%;
}
[data-aspect-ratio='808:539']:before {
  padding-top: 66.70792%;
}
[data-aspect-ratio='872:436']:before {
  padding-top: 50%;
}
[data-aspect-ratio='928:167']:before {
  padding-top: 17.99569%;
}
.u-ls-2 {
  letter-spacing: 2px;
}
.u-ls-3 {
  letter-spacing: 3px;
}
.sf-imgAnchor_itemLink {
  background: #f2f1ed;
  background: var(--color-beige-250);
}
.sf-fixedTab_container {
  max-width: 100% !important;
  padding: 0 !important;
}
.sf-fixedTab_itemHeading {
  display: block;
  padding-top: 56px;
  position: relative;
}
.sf-fixedTab_itemHeading:before {
  background: var(--color-gray-700);
  content: '';
  display: block;
  height: 48px;
  left: 50%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 48px;
}
[data-tab-name='unisex'] .sf-fixedTab_itemHeading:before {
  -webkit-mask-image: url(../img/kids/ico-unisex.svg);
  mask-image: url(../img/kids/ico-unisex.svg);
}
[data-tab-name='girls'] .sf-fixedTab_itemHeading:before {
  -webkit-mask-image: url(../img/kids/ico-girls.svg);
  mask-image: url(../img/kids/ico-girls.svg);
}
.sf-fixedTab_itemLink.-current .sf-fixedTab_itemHeading:before {
  background: var(--color-gray-800);
}
.sf-fixedTab_itemLink.-current:before {
  bottom: 0 !important;
  top: auto !important;
}
.sf-fixedTab_itemLink {
  color: var(--color-gray-700);
  font-weight: 700;
  position: relative;
}
.sf-fixedTab_itemLink.-current {
  color: var(--color-gray-800);
  pointer-events: none;
}
.switcher {
  display: flex;
  justify-content: center;
}
.switcher__item.-current {
  border-bottom: 2px solid #3c3c43;
  border-bottom: 2px solid var(--color-gray-800, #3c3c43);
}
.switcher__text {
  display: inline-block;
  font-size: 18px;
  line-height: 150%;
  padding: 0 2px 6px;
}
.goLineup {
  text-align: center;
}
.goLineup__link {
  line-height: 150%;
  position: relative;
}
.goLineup__link span {
  padding-left: 6px;
}
.goLineup__link:hover {
  cursor: pointer;
}
.goLineup__link:after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.features {
  background-color: #f2f1ed;
  background-color: var(--color-beige-250);
  margin-top: 64px;
  padding: 24px 0;
}
.features__inner {
  border-bottom: 2px dashed var(--color-beige);
  border-top: 2px dashed var(--color-beige);
  padding: 32px 0 21px;
}
.features__subheading {
  font-size: 16px;
}
.features__heading {
  font-size: 26px;
  margin-top: 2px;
}
.features__items {
  display: flex;
  margin-top: 24px;
}
.features__item[open] .features__btn:after {
  transform: translateY(-50%) rotate(0);
}
.features__item--desktop {
  display: none;
}
.features__btn:after,
.features__btn:before {
  background: url(../img/ico-minus.svg) 0 0/100% auto no-repeat;
  content: '';
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease;
  width: 20px;
}
.features__btn:after {
  transform: translateY(-50%) rotate(90deg);
}
.features__btn .btnAnnotation {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}
.features__itemContents .description {
  font-size: 14px;
}
.features__itemContents .annotation {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  margin-top: 6px;
}
.features__itemContents .annotation .organicCotton {
  background-color: #e8dabf;
  background-color: var(--color-beige-750);
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin: 0 6px;
  padding: 2px 6px;
}
.features__label {
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 11px;
  line-height: 100%;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.features__label--desktop {
  display: none;
}
.features__itemHeading {
  font-size: 16px;
}
.features__itemHeading--desktop {
  display: none;
}
.features__itemHeading span {
  font-size: 20px;
}
.tab {
  margin-inline: auto;
}
.tab__list {
  display: flex;
}
.tab__button {
  display: block;
  width: 100%;
}
.tab__button.-current {
  border-bottom: 2px solid var(--color-gray-800);
}
.tab__img {
  display: block;
  margin-inline: auto;
}
.tab__text {
  display: block;
  padding-bottom: 7px;
}
.headline {
  background: #f2f1ed;
  background: var(--color-beige-250);
}
.headline,
.items {
  display: grid;
}
.items__headline {
  justify-self: center;
  writing-mode: vertical-rl;
}
.feature {
  background: var(--color-gray-100);
}
.feature__list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.feature__item {
  background: url(../img/ico-check.svg) 0/20px auto no-repeat;
  padding-left: 28px;
}
.excursion {
  margin-top: 64px;
}
.excursion__link {
  display: flex;
  justify-content: center;
  margin: auto;
}
.excursion__linkImage {
  width: 30.43478%;
}
.excursion__linkContents {
  align-items: center;
  background-color: var(--color-gray-100);
  border-radius: 0 4px 4px 0;
  display: flex;
  padding: 15px;
  position: relative;
  width: 69.56522%;
}
.excursion__linkContents:after {
  background: url(../img/ico_arrow-right.svg) no-repeat 50%/100%;
  bottom: 0;
  content: '';
  display: block;
  height: 16px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transition: all 0.2s;
  width: 16px;
  z-index: 1;
}
.excursion__text {
  font-size: 14px;
  font-weight: 700;
}
.otherItems {
  background: #f9f8ef;
  background: var(--color-fade-yellow);
}
.otherItems__list {
  display: flex;
  flex-wrap: wrap;
}
.otherItems__item .sf-simpleBff_productsItem {
  width: 100% !important;
}
.tabButton {
  border-radius: 12px;
  display: block;
  margin-inline: auto;
  overflow: hidden;
}
.tabButton.girls {
  background: #f9f8ef;
  background: var(--color-fade-yellow);
}
.tabButton.unisex {
  background: #f4f8f0;
  background: var(--color-fade-green);
}
.tabButton__img,
.tabButton__text {
  display: block;
}
.tabButton__desc,
.tabButton__title {
  display: block;
  text-align: left;
}
.tabButton__itemImg {
  display: block;
}
.jan-4547315321377 .sf-simpleBff_productsItemBody:before,
.jan-4547315321421 .sf-simpleBff_productsItemBody:before,
.jan-4547315321704 .sf-simpleBff_productsItemBody:before,
.jan-4547315321759 .sf-simpleBff_productsItemBody:before,
.jan-4547315321919 .sf-simpleBff_productsItemBody:before,
.jan-4547315321971 .sf-simpleBff_productsItemBody:before,
.jan-4547315323692 .sf-simpleBff_productsItemBody:before,
.jan-4547315323746 .sf-simpleBff_productsItemBody:before,
.jan-4547315324064 .sf-simpleBff_productsItemBody:before,
.jan-4547315324088 .sf-simpleBff_productsItemBody:before,
.jan-4547315324156 .sf-simpleBff_productsItemBody:before,
.jan-4547315324200 .sf-simpleBff_productsItemBody:before,
.jan-4547315324347 .sf-simpleBff_productsItemBody:before,
.jan-4547315324361 .sf-simpleBff_productsItemBody:before,
.jan-4547315334568 .sf-simpleBff_productsItemBody:before,
.jan-4547315334582 .sf-simpleBff_productsItemBody:before,
.jan-4547315334605 .sf-simpleBff_productsItemBody:before,
.jan-4547315334629 .sf-simpleBff_productsItemBody:before,
.jan-4547315334728 .sf-simpleBff_productsItemBody:before,
.jan-4547315334742 .sf-simpleBff_productsItemBody:before,
.jan-4547315334766 .sf-simpleBff_productsItemBody:before,
.jan-4547315334780 .sf-simpleBff_productsItemBody:before,
.jan-4547315749515 .sf-simpleBff_productsItemBody:before,
.jan-4547315749560 .sf-simpleBff_productsItemBody:before,
.jan-4547315749614 .sf-simpleBff_productsItemBody:before,
.jan-4547315749669 .sf-simpleBff_productsItemBody:before,
.jan-4547315749713 .sf-simpleBff_productsItemBody:before,
.jan-4547315750719 .sf-simpleBff_productsItemBody:before,
.jan-4547315750764 .sf-simpleBff_productsItemBody:before,
.jan-4547315750818 .sf-simpleBff_productsItemBody:before,
.jan-4547315750863 .sf-simpleBff_productsItemBody:before,
.jan-4547315750917 .sf-simpleBff_productsItemBody:before,
.jan-4547315750962 .sf-simpleBff_productsItemBody:before,
.jan-4547315751013 .sf-simpleBff_productsItemBody:before,
.jan-4547315751068 .sf-simpleBff_productsItemBody:before,
.jan-4547315751112 .sf-simpleBff_productsItemBody:before,
.jan-4547315751167 .sf-simpleBff_productsItemBody:before,
.jan-4547315751518 .sf-simpleBff_productsItemBody:before,
.jan-4547315751563 .sf-simpleBff_productsItemBody:before,
.jan-4547315752850 .sf-simpleBff_productsItemBody:before,
.jan-4547315752904 .sf-simpleBff_productsItemBody:before,
.jan-4547315753390 .sf-simpleBff_productsItemBody:before,
.jan-4547315753420 .sf-simpleBff_productsItemBody:before,
.jan-4547315753451 .sf-simpleBff_productsItemBody:before,
.jan-4547315753482 .sf-simpleBff_productsItemBody:before,
.jan-4547315753567 .sf-simpleBff_productsItemBody:before,
.jan-4547315753598 .sf-simpleBff_productsItemBody:before,
.jan-4547315753963 .sf-simpleBff_productsItemBody:before,
.jan-4547315753994 .sf-simpleBff_productsItemBody:before,
.jan-4547315754526 .sf-simpleBff_productsItemBody:before,
.jan-4547315754557 .sf-simpleBff_productsItemBody:before,
.jan-4547315754588 .sf-simpleBff_productsItemBody:before,
.jan-4547315933952 .sf-simpleBff_productsItemBody:before,
.jan-4550584507885 .sf-simpleBff_productsItemBody:before,
.jan-4550584508073 .sf-simpleBff_productsItemBody:before,
.jan-4550584508097 .sf-simpleBff_productsItemBody:before,
.jan-4550584508134 .sf-simpleBff_productsItemBody:before {
  background-color: #e8dabf;
  background-color: var(--color-beige-750);
  content: 'オーガニックコットン100%';
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  padding: 2px 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.decorated-title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.decorated-title:after,
.decorated-title:before {
  background: var(--color-gray-400);
  content: '';
  display: block;
  flex: 1;
  height: 1px;
}
@media screen and (min-width: 1000px) {
  [data-desktop-aspect-ratio='2:3']:before {
    padding-top: 150%;
  }
  [data-desktop-aspect-ratio='3:2']:before {
    padding-top: 66.66667%;
  }
  [data-desktop-aspect-ratio='95:21']:before {
    padding-top: 22.10526%;
  }
  [data-desktop-aspect-ratio='116:21']:before {
    padding-top: 18.10345%;
  }
  [data-desktop-aspect-ratio='144:115']:before {
    padding-top: 79.86111%;
  }
  [data-desktop-aspect-ratio='169:80']:before {
    padding-top: 47.33728%;
  }
  [data-desktop-aspect-ratio='195:347']:before {
    padding-top: 177.94872%;
  }
  [data-desktop-aspect-ratio='288:230']:before {
    padding-top: 79.86111%;
  }
  [data-desktop-aspect-ratio='288:233.5']:before {
    padding-top: 81.07639%;
  }
  [data-desktop-aspect-ratio='288:242']:before {
    padding-top: 84.02778%;
  }
  [data-desktop-aspect-ratio='288:285']:before {
    padding-top: 98.95833%;
  }
  [data-desktop-aspect-ratio='288:432']:before {
    padding-top: 150%;
  }
  [data-desktop-aspect-ratio='315:208']:before {
    padding-top: 66.03175%;
  }
  [data-desktop-aspect-ratio='323:215']:before {
    padding-top: 66.56347%;
  }
  [data-desktop-aspect-ratio='345:173']:before {
    padding-top: 50.14493%;
  }
  [data-desktop-aspect-ratio='464:107']:before {
    padding-top: 23.06034%;
  }
  [data-desktop-aspect-ratio='570:99']:before {
    padding-top: 17.36842%;
  }
  [data-desktop-aspect-ratio='570:129']:before {
    padding-top: 22.63158%;
  }
  [data-desktop-aspect-ratio='600:569']:before {
    padding-top: 94.83333%;
  }
  [data-desktop-aspect-ratio='808:539']:before {
    padding-top: 66.70792%;
  }
  [data-desktop-aspect-ratio='872:436']:before {
    padding-top: 50%;
  }
  [data-desktop-aspect-ratio='928:167']:before {
    padding-top: 17.99569%;
  }
  .switcher {
    gap: 64px;
    margin-top: 74px;
  }
  .switcher__text {
    font-size: 22px;
  }
  .goLineup {
    margin-top: 40px;
  }
  .goLineup__link {
    font-size: 18px;
    padding-right: 32px;
  }
  .goLineup__link:after {
    background: url(../img/icon-arrow-desktop.svg) no-repeat 50% / contain;
    height: 18px;
    width: 18px;
  }
  .features {
    margin-top: 72px;
  }
  .features__inner {
    padding: 48px 0;
  }
  .features__heading {
    font-size: 32px;
    margin-top: 4px;
  }
  .features__items {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    padding: 0 64px;
  }
  .features__item {
    max-width: 600px;
    width: 50%;
  }
  .features__item--desktop {
    display: block;
  }
  .features__btn,
  .features__item--mobile {
    display: none;
  }
  .features__contents {
    display: flex;
    height: 100%;
  }
  .features__itemImg {
    width: 48%;
  }
  .features__itemImg .sf-u-imgAdjustBox_inner {
    height: 100% !important;
  }
  .features__itemImg .sf-u-img {
    aspect-ratio: 288/242;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .features__itemContents {
    background-color: var(--color-white);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 24px;
    width: 52%;
  }
  .features__itemContents .description {
    margin-top: 6px;
  }
  .features__label {
    margin-bottom: 8px;
  }
  .features__label--desktop {
    display: block;
  }
  .features__itemHeading {
    font-size: 18px;
  }
  .features__itemHeading--desktop {
    display: block;
  }
  .tab {
    width: -moz-fit-content;
    width: fit-content;
  }
  .tab__list {
    gap: 64px;
  }
  .tab__item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .tab__img {
    width: 88px;
  }
  .anchor {
    display: flex;
    gap: 100px;
    justify-content: center;
  }
  .anchor__item {
    display: flex;
    gap: 22px;
  }
  .anchor__item:nth-of-type(2) {
    gap: 20px;
  }
  .anchor__item .sf-imgAnchor_container {
    padding: 0;
  }
  .anchor__item .sf-imgAnchor_itemLink {
    display: flex !important;
  }
  .anchor__item .sf-imgAnchor_itemBody {
    padding: 16px 16px 35px !important;
  }
  .anchor__item .sf-imgAnchor_item {
    height: 259px;
    width: 236px !important;
  }
  .anchor__item .sf-imgAnchor_itemSubheading {
    font-size: 12px;
  }
  .anchor__item .sf-imgAnchor_itemHeading {
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px !important;
    font-weight: 700;
  }
  .anchor__heading {
    letter-spacing: 2px;
    line-height: 30px;
    writing-mode: vertical-rl;
  }
  .anchor__heading span {
    font-size: 26px;
    letter-spacing: 4.6px;
    margin-top: -12px;
  }
  .headline {
    grid-column-gap: 64px;
    grid-template-columns: 64.49704% 1fr;
    grid-template-rows: 1fr repeat(3, auto) 1fr;
  }
  .headline__img {
    grid-area: 1/1/6/2;
  }
  .headline__subTitle {
    grid-area: 2/2/3/3;
  }
  .headline__title {
    border-bottom: 2px solid var(--color-gray-800);
    grid-area: 3/2/4/3;
    margin-top: 8px;
    padding-bottom: 4px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .headline__lead {
    grid-area: 4/2/5/3;
    margin-top: 24px;
    padding-right: 64px;
  }
  .items {
    grid-column-gap: 24px;
    grid-template-columns: 80px 66.013% 1fr;
    grid-template-rows: repeat(4, auto);
  }
  .items__headline {
    grid-area: 1/1/5/2;
  }
  .items__heading {
    letter-spacing: 3.1px;
    line-height: 1.5;
    margin-right: -2px;
  }
  .items__mainImg {
    grid-area: 1/2/2/3;
  }
  .items__subImgs {
    grid-area: 1/3/2/4;
  }
  .kids .items__subImgs > * + * {
    margin-top: 24px;
  }
  .baby .items__subImgs {
    align-self: end;
  }
  .items__model {
    grid-area: 2/2/3/4;
  }
  .items__feature {
    grid-area: 3/2/4/4;
  }
  .items__bff {
    grid-area: 4/2/5/4;
  }
  .items__bff.-column .sf-simpleBff_productsItem {
    align-items: center;
    display: flex;
    flex-direction: row !important;
  }
  .items__bff.-column .sf-simpleBff_productsItemHead {
    flex-shrink: 0;
    width: 47.81022% !important;
  }
  .items__bff.-column .sf-simpleBff_productsItemBody {
    padding: 15px 24px;
  }
  .items__otherBff {
    margin-inline: auto;
    max-width: 808px;
  }
  .items__otherBff .sf-simpleBff[data-desktop-column='3'] .sf-simpleBff_productsItem {
    width: calc(50% - 12px);
  }
  .feature {
    align-items: center;
    display: flex;
    gap: 104px;
    padding: 24px 80px;
  }
  .feature__title {
    font-size: 24px;
    line-height: 150%;
  }
  .feature__list {
    gap: 12px;
  }
  .lineup .sf-simpleBff_productsItemBody {
    padding: 30px 15px 15px;
  }
  .lineup .sf-simpleBff_productsItemColorChip {
    height: 20px !important;
    width: 20px !important;
  }
  .lineup__button {
    margin-inline: auto;
    max-width: 370px;
  }
  .excursion {
    margin-top: 94px;
  }
  .excursion__link {
    width: 564px;
  }
  .excursion__link:hover .excursion__linkContents:after {
    right: 18px;
  }
  .excursion__linkImage {
    width: 30.49645%;
  }
  .excursion__linkContents {
    padding: 0 24px;
    width: 69.50355%;
  }
  .excursion__linkContents:after {
    right: 24px;
  }
  .otherItems__list {
    gap: 64px 24px;
    justify-content: center;
  }
  .otherItems__item {
    width: calc(33.33333% - 16px);
  }
  .otherItems__bff .sf-simpleBff_productsItem {
    align-items: center !important;
    flex-direction: row !important;
  }
  .otherItems__bff .sf-simpleBff_productsItemHead {
    flex-shrink: 0;
    width: 46.93878% !important;
  }
  .tabButton {
    align-items: center;
    display: flex;
    gap: 24px;
    width: 856px;
  }
  .tabButton.girls {
    background: url(../img/ico_arrow-right.svg) right 24px center/20px auto no-repeat, #f9f8ef;
    background: url(../img/ico_arrow-right.svg) right 24px center/20px auto no-repeat,
      var(--color-fade-yellow);
  }
  .tabButton.unisex {
    background: url(../img/ico_arrow-right.svg) right 24px center/20px auto no-repeat, #f4f8f0;
    background: url(../img/ico_arrow-right.svg) right 24px center/20px auto no-repeat,
      var(--color-fade-green);
  }
  .tabButton__img {
    flex-shrink: 0;
    width: 300px;
  }
  .tabButton__text {
    width: 464px;
  }
  .jan-4547315321377 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321421 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321704 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321759 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321919 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321971 .sf-simpleBff_productsItemBody:before,
  .jan-4547315323692 .sf-simpleBff_productsItemBody:before,
  .jan-4547315323746 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324064 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324088 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324156 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324200 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324347 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324361 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334568 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334582 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334605 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334629 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334728 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334742 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334766 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334780 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749515 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749560 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749614 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749669 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749713 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750719 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750764 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750818 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750863 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750917 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750962 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751013 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751068 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751112 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751167 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751518 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751563 .sf-simpleBff_productsItemBody:before,
  .jan-4547315752850 .sf-simpleBff_productsItemBody:before,
  .jan-4547315752904 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753390 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753420 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753451 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753482 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753567 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753598 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753963 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753994 .sf-simpleBff_productsItemBody:before,
  .jan-4547315754526 .sf-simpleBff_productsItemBody:before,
  .jan-4547315754557 .sf-simpleBff_productsItemBody:before,
  .jan-4547315754588 .sf-simpleBff_productsItemBody:before,
  .jan-4547315933952 .sf-simpleBff_productsItemBody:before,
  .jan-4550584507885 .sf-simpleBff_productsItemBody:before,
  .jan-4550584508073 .sf-simpleBff_productsItemBody:before,
  .jan-4550584508097 .sf-simpleBff_productsItemBody:before,
  .jan-4550584508134 .sf-simpleBff_productsItemBody:before {
    margin-bottom: 12px;
    padding: 2px 6px;
  }
  .contents .jan-4547315321377 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315321421 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315321704 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315321759 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315321919 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315321971 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315323692 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315323746 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315324064 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315324088 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315324156 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315324200 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315324347 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315324361 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315334568 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315334582 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315334605 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315334629 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315334728 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315334742 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315334766 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315334780 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315749515 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315749560 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315749614 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315749669 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315749713 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315750719 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315750764 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315750818 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315750863 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315750917 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315750962 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315751013 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315751068 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315751112 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315751167 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315751518 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315751563 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315752850 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315752904 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315753390 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315753420 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315753451 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315753482 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315753567 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315753598 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315753963 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315753994 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315754526 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315754557 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315754588 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4547315933952 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4550584507885 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4550584508073 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4550584508097 .sf-simpleBff_productsItemBody:before,
  .contents .jan-4550584508134 .sf-simpleBff_productsItemBody:before {
    font-size: 12px;
  }
  .lineup .jan-4547315321377 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315321421 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315321704 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315321759 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315321919 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315321971 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315323692 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315323746 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315324064 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315324088 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315324156 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315324200 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315324347 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315324361 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315334568 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315334582 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315334605 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315334629 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315334728 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315334742 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315334766 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315334780 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315749515 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315749560 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315749614 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315749669 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315749713 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315750719 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315750764 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315750818 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315750863 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315750917 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315750962 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315751013 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315751068 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315751112 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315751167 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315751518 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315751563 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315752850 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315752904 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315753390 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315753420 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315753451 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315753482 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315753567 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315753598 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315753963 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315753994 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315754526 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315754557 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315754588 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4547315933952 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4550584507885 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4550584508073 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4550584508097 .sf-simpleBff_productsItemBody:before,
  .lineup .jan-4550584508134 .sf-simpleBff_productsItemBody:before {
    margin-bottom: 8px;
  }
  .decorated-title:before {
    margin-right: 32px;
  }
  .decorated-title:after {
    margin-left: 32px;
  }
}
@media screen and (max-width: 999px) {
  .switcher {
    gap: 18px;
    margin-top: 32px;
    transform: translateX(1px);
  }
  .goLineup {
    margin-top: 26px;
  }
  .goLineup__link {
    font-size: 14px;
    padding-right: 28px;
  }
  .goLineup__link:after {
    background: url(../img/icon-arrow.svg) no-repeat 50% / contain;
    height: 16px;
    width: 16px;
  }
  .features__items {
    align-items: center;
    flex-direction: column;
  }
  .features__item {
    border-top: 1px solid var(--color-gray-300);
    width: 100%;
  }
  .features__btn {
    align-items: center;
    display: flex;
    padding: 15px 0 15px 15px;
    position: relative;
  }
  .features__btn::-webkit-details-marker {
    display: none;
  }
  .features__contents {
    padding: 0 15px;
  }
  .features__itemContents {
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .features__label {
    margin-right: 8px;
  }
  .tab {
    width: 84%;
  }
  .tab__list {
    gap: 15px;
  }
  .tab__item {
    flex: 1;
    width: 47.61905%;
  }
  .tab__img {
    width: 58.66667%;
  }
  .anchor__item:nth-of-type(2) {
    margin-top: 24px;
  }
  .anchor__cont {
    margin-top: 12px;
  }
  .anchor__heading span,
  .anchor__item:nth-of-type(2) .anchor__heading {
    font-size: 18px;
  }
  .headline {
    grid-template-columns: 72% 1fr repeat(2, auto) 1fr;
    grid-template-rows: repeat(2, auto);
  }
  .headline__img {
    grid-area: 1/1/2/2;
  }
  .headline__subTitle {
    grid-area: 1/4/2/5;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-left: 12px;
  }
  .headline__subTitle,
  .headline__title {
    text-align: center;
    writing-mode: vertical-rl;
  }
  .headline__title {
    grid-area: 1/3/2/4;
    letter-spacing: 4px;
    line-height: 1;
  }
  .headline__lead {
    grid-area: 2/1/3/6;
    padding: 20px 15px 24px;
  }
  .items {
    grid-template-columns: 75px 1fr;
    grid-template-rows: repeat(5, auto);
  }
  .items__headline {
    grid-area: 1/1/3/2;
  }
  .items__heading {
    letter-spacing: 2px;
    line-height: 1.3;
    margin-top: 2px;
  }
  .items__mainImg {
    grid-area: 1/2/2/3;
  }
  .items__subImgs {
    grid-area: 3/1/4/3;
  }
  .kids .items__subImgs {
    grid-column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .items__model {
    grid-area: 2/2/3/3;
    padding-right: 15px;
  }
  .items__feature {
    grid-area: 4/1/5/3;
  }
  .items__bff {
    grid-area: 5/1/6/3;
  }
  .items__bff .sf-simpleBff_productsItem {
    display: flex;
  }
  .items__bff .sf-simpleBff_productsItem + .sf-simpleBff_productsItem {
    margin-top: 15px !important;
  }
  .items__bff .sf-simpleBff_productsItemHead {
    width: 47.82609%;
  }
  .items__bff .sf-simpleBff_productsItemColorChips {
    gap: 4px 1px;
  }
  .items__bff .sf-simpleBff_productsItemColorChip {
    height: 20px !important;
    width: 20px !important;
  }
  .items__bff .sf-simpleBff_productsItemHeading {
    font-size: 14px !important;
  }
  .items__bff .sf-simpleBff_productsItemBody {
    padding: 8px 15px !important;
  }
  .items__bff .sf-simpleBff_productsItemPriceBlock {
    display: block;
    margin-top: -6px;
  }
  .items__bff .sf-simpleBff_productsItemPriceNum {
    font-size: 16px !important;
  }
  .items__bff .sf-simpleBff_productsItemFavoriteIcon {
    height: 32px !important;
    width: 32px !important;
  }
  .feature {
    padding: 20px 15px;
  }
  .feature__title {
    font-size: 18px;
  }
  .feature__list {
    gap: 8px;
    margin-top: 12px;
  }
  .otherItems__list {
    gap: 40px;
  }
  .otherItems__item {
    align-items: center;
    display: flex;
    gap: 15px;
    width: 100%;
  }
  .otherItems__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .otherItems__bff {
    flex-shrink: 0;
    width: 39.13043%;
  }
  .tabButton__wrap {
    padding: 0 30px;
  }
  .tabButton__text {
    padding: 24px 15px 16px;
  }
  .tabButton__title {
    background: url(../img/ico_arrow-right.svg) right 15px center/20px auto no-repeat;
    padding: 0 15px;
  }
  .tabButton__desc {
    padding: 0 15px;
  }
  .jan-4547315321377 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321421 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321704 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321759 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321919 .sf-simpleBff_productsItemBody:before,
  .jan-4547315321971 .sf-simpleBff_productsItemBody:before,
  .jan-4547315323692 .sf-simpleBff_productsItemBody:before,
  .jan-4547315323746 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324064 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324088 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324156 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324200 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324347 .sf-simpleBff_productsItemBody:before,
  .jan-4547315324361 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334568 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334582 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334605 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334629 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334728 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334742 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334766 .sf-simpleBff_productsItemBody:before,
  .jan-4547315334780 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749515 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749560 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749614 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749669 .sf-simpleBff_productsItemBody:before,
  .jan-4547315749713 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750719 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750764 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750818 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750863 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750917 .sf-simpleBff_productsItemBody:before,
  .jan-4547315750962 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751013 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751068 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751112 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751167 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751518 .sf-simpleBff_productsItemBody:before,
  .jan-4547315751563 .sf-simpleBff_productsItemBody:before,
  .jan-4547315752850 .sf-simpleBff_productsItemBody:before,
  .jan-4547315752904 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753390 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753420 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753451 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753482 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753567 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753598 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753963 .sf-simpleBff_productsItemBody:before,
  .jan-4547315753994 .sf-simpleBff_productsItemBody:before,
  .jan-4547315754526 .sf-simpleBff_productsItemBody:before,
  .jan-4547315754557 .sf-simpleBff_productsItemBody:before,
  .jan-4547315754588 .sf-simpleBff_productsItemBody:before,
  .jan-4547315933952 .sf-simpleBff_productsItemBody:before,
  .jan-4550584507885 .sf-simpleBff_productsItemBody:before,
  .jan-4550584508073 .sf-simpleBff_productsItemBody:before,
  .jan-4550584508097 .sf-simpleBff_productsItemBody:before,
  .jan-4550584508134 .sf-simpleBff_productsItemBody:before {
    margin-bottom: 8px;
    padding: 2px 4px;
  }
  .decorated-title:before {
    margin-right: 20px;
  }
  .decorated-title:after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 999px) and (min-width: 600px) {
  [data-tablet-aspect-ratio='2:3']:before {
    padding-top: 150%;
  }
  [data-tablet-aspect-ratio='3:2']:before {
    padding-top: 66.66667%;
  }
  [data-tablet-aspect-ratio='95:21']:before {
    padding-top: 22.10526%;
  }
  [data-tablet-aspect-ratio='116:21']:before {
    padding-top: 18.10345%;
  }
  [data-tablet-aspect-ratio='144:115']:before {
    padding-top: 79.86111%;
  }
  [data-tablet-aspect-ratio='169:80']:before {
    padding-top: 47.33728%;
  }
  [data-tablet-aspect-ratio='195:347']:before {
    padding-top: 177.94872%;
  }
  [data-tablet-aspect-ratio='288:230']:before {
    padding-top: 79.86111%;
  }
  [data-tablet-aspect-ratio='288:233.5']:before {
    padding-top: 81.07639%;
  }
  [data-tablet-aspect-ratio='288:242']:before {
    padding-top: 84.02778%;
  }
  [data-tablet-aspect-ratio='288:285']:before {
    padding-top: 98.95833%;
  }
  [data-tablet-aspect-ratio='288:432']:before {
    padding-top: 150%;
  }
  [data-tablet-aspect-ratio='315:208']:before {
    padding-top: 66.03175%;
  }
  [data-tablet-aspect-ratio='323:215']:before {
    padding-top: 66.56347%;
  }
  [data-tablet-aspect-ratio='345:173']:before {
    padding-top: 50.14493%;
  }
  [data-tablet-aspect-ratio='464:107']:before {
    padding-top: 23.06034%;
  }
  [data-tablet-aspect-ratio='570:99']:before {
    padding-top: 17.36842%;
  }
  [data-tablet-aspect-ratio='570:129']:before {
    padding-top: 22.63158%;
  }
  [data-tablet-aspect-ratio='600:569']:before {
    padding-top: 94.83333%;
  }
  [data-tablet-aspect-ratio='808:539']:before {
    padding-top: 66.70792%;
  }
  [data-tablet-aspect-ratio='872:436']:before {
    padding-top: 50%;
  }
  [data-tablet-aspect-ratio='928:167']:before {
    padding-top: 17.99569%;
  }
}
@media screen and (max-width: 599px) {
  [data-mobile-aspect-ratio='2:3']:before {
    padding-top: 150%;
  }
  [data-mobile-aspect-ratio='3:2']:before {
    padding-top: 66.66667%;
  }
  [data-mobile-aspect-ratio='95:21']:before {
    padding-top: 22.10526%;
  }
  [data-mobile-aspect-ratio='116:21']:before {
    padding-top: 18.10345%;
  }
  [data-mobile-aspect-ratio='144:115']:before {
    padding-top: 79.86111%;
  }
  [data-mobile-aspect-ratio='169:80']:before {
    padding-top: 47.33728%;
  }
  [data-mobile-aspect-ratio='195:347']:before {
    padding-top: 177.94872%;
  }
  [data-mobile-aspect-ratio='288:230']:before {
    padding-top: 79.86111%;
  }
  [data-mobile-aspect-ratio='288:233.5']:before {
    padding-top: 81.07639%;
  }
  [data-mobile-aspect-ratio='288:242']:before {
    padding-top: 84.02778%;
  }
  [data-mobile-aspect-ratio='288:285']:before {
    padding-top: 98.95833%;
  }
  [data-mobile-aspect-ratio='288:432']:before {
    padding-top: 150%;
  }
  [data-mobile-aspect-ratio='315:208']:before {
    padding-top: 66.03175%;
  }
  [data-mobile-aspect-ratio='323:215']:before {
    padding-top: 66.56347%;
  }
  [data-mobile-aspect-ratio='345:173']:before {
    padding-top: 50.14493%;
  }
  [data-mobile-aspect-ratio='464:107']:before {
    padding-top: 23.06034%;
  }
  [data-mobile-aspect-ratio='570:99']:before {
    padding-top: 17.36842%;
  }
  [data-mobile-aspect-ratio='570:129']:before {
    padding-top: 22.63158%;
  }
  [data-mobile-aspect-ratio='600:569']:before {
    padding-top: 94.83333%;
  }
  [data-mobile-aspect-ratio='808:539']:before {
    padding-top: 66.70792%;
  }
  [data-mobile-aspect-ratio='872:436']:before {
    padding-top: 50%;
  }
  [data-mobile-aspect-ratio='928:167']:before {
    padding-top: 17.99569%;
  }
}
