.bs-loading {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 88px;
}
.bs-loading__animation > img {
  width: 88px;
  height: 82px;
}

.bs-download {
  height: 80%;
  max-width: auto;
}
@media (min-width: 1200px) {
.bs-download {
    padding-right: 0;
}
}
.bs-download-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (min-width: 1200px) {
.bs-download-wrap {
    max-width: 1200px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
}
}
.bs-download-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 44px 0;
}
@media (min-width: 1200px) {
.bs-download-m {
    width: 50%;
    padding: 24px 0;
}
}
.bs-download-title {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
.bs-download-title {
    font-size: 34px;
}
}
.bs-download-pc {
  display: none;
}
@media (min-width: 1200px) {
.bs-download-pc {
    width: 50%;
    background-color: #e4f1f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
}
.bs-download-pc-title {
  text-align: center;
  margin-bottom: 2px;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.bs-download-graphic {
  height: 150px;
  width: auto;
  margin-bottom: 25px;
}
.bs-download-remark {
  margin-bottom: 23px;
}
.bs-download-subtitle-link {
  color: #F56A00;
}
.bs-download-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  text-align: center;
  margin: 24px 0;
  width: 30%;
}
.bs-download-separator:before {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #C3C3C3;
  position: relative;
  top: 10px;
}
.bs-download-separator:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #C3C3C3;
  position: relative;
  top: 10px;
}
.bs-download-separator-center {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  color: #A5A5A5;
}
.bs-download-platform {
  margin-bottom: 12px;
}
.qrcode-img {
  width: 167px;
  height: 167px;
}
.bs-download-subtitle {
  display: none;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
.bs-download-subtitle {
    display: block;
}
}

.bs-article-card {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.bs-article-card:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.bs-article-card--loading {
  -webkit-animation: transparent 2s infinite alternate ease-out;
          animation: transparent 2s infinite alternate ease-out;
}
@-webkit-keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
@keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
.bs-article-card__media {
  display: block;
  padding-top: 75%;
  position: relative;
  background-color: #e3e3e3;
}
.bs-article-card__media > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
.bs-article-card__media {
    padding-top: 56.2%;
}
}
.bs-article-card__media--loading {
  width: 100%;
  height: auto;
  background-color: #cccccc;
}
.bs-article-card__content {
  padding: 16px;
  height: 182px;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 1200px) {
.bs-article-card__content {
    padding: 16px 32px;
    height: 146px;
}
}
.bs-article-card__content__category {
  min-height: 18px;
}
.bs-article-card__content__category__link {
  color: #F56A00;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
@media (min-width: 1200px) {
.bs-article-card__content__category__link {
    font-size: 10px;
}
}
.bs-article-card__content__category__loading {
  border-radius: 2px;
  display: inline-block;
  width: 100px;
  height: 18px;
  background-color: #e3e3e3;
}
.bs-article-card__content__title {
  color: #262626;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
@media (min-width: 1200px) {
.bs-article-card__content__title {
    font-size: 20px;
    line-height: 27px;
    -webkit-line-clamp: 2;
    margin-top: 4px;
}
}
.bs-article-card__content__title__loading {
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  height: 27px;
  background-color: #e3e3e3;
}
.bs-article-card__content__date {
  color: rgba(38, 38, 38, 0.38);
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 16px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
  font-weight: bold;
}
@media (min-width: 1200px) {
.bs-article-card__content__date {
    font-size: 14px;
    padding: 0 32px;
}
}
.bs-article-card__content__date__loading {
  border-radius: 2px;
  display: inline-block;
  width: 130px;
  height: 21px;
  background-color: #e3e3e3;
}
@media (max-width: 768px) {
.bs-article-card__col__one {
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
}
.bs-article-card__col__one .bs-article-card__media {
    padding-top: 56.2%;
    border-radius: 6px 6px 0 0;
}
.bs-article-card__col__one .bs-article-card__media > img {
    border-radius: 6px 6px 0 0;
}
.bs-article-card__col__one .bs-article-card__content {
    height: 143px;
}
.bs-article-card__col__one .bs-article-card__content__category {
    display: block;
    height: 16px;
    min-height: 16px;
}
.bs-article-card__col__one .bs-article-card__content__category__link {
    line-height: 16px;
    letter-spacing: 0.4px;
}
.bs-article-card__col__one .bs-article-card__content__title {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
}
.bs-article-card__col__one .bs-article-card__content__title > span {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

@-webkit-keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
@keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
.bs-tutorial-carousel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
}
.bs-tutorial-carousel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.bs-tutorial-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 16px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 120px;
  background-color: #FBFBFB;
}
@media (min-width: 768px) {
.bs-tutorial-card {
    background-size: auto 100%;
    padding-bottom: 29px;
}
}
@media (min-width: 1200px) {
.bs-tutorial-card {
    height: 100%;
    background-size: auto 187px;
    padding: 32px 24px;
}
}
.bs-tutorial-card--skeleton {
  width: 100%;
  height: 100%;
  background-color: #E5E5E5;
  -webkit-animation: transparent 2s infinite alternate ease-out;
          animation: transparent 2s infinite alternate ease-out;
}
.bs-tutorial-card--step1 {
  background-image: url(../img/tutorialAD/delivery@3x.png);
}
@media (min-width: 1200px) {
.bs-tutorial-card--step1 {
    background-image: url(../img/tutorialAD/delivery@2x.png);
}
}
.bs-tutorial-card--step2 {
  background-image: url(../img/tutorialAD/overseas@2x.png), -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fefefe), to(#2694e5));
  background-image: url(../img/tutorialAD/overseas@2x.png), linear-gradient(180deg, #fefefe 20%, #2694e5 100%);
  background-size: 340px 150px,
			100% 100%;
  background-position: 120% 133%;
}
@media (min-width: 768px) {
.bs-tutorial-card--step2 {
    background-size: auto 100%,
				100% 100%;
    background-position: right bottom;
}
}
@media (min-width: 1200px) {
.bs-tutorial-card--step2 {
    height: 100%;
    background-size: auto 205px,
				100% 255px;
    background-position: right bottom;
    padding: 32px 24px;
}
}
.bs-tutorial-card--step3 {
  background-image: url(../img/tutorialAD/shop@2x.png);
}
.bs-tutorial-card--step4 {
  background-image: url(../img/tutorialAD/declaration@2x.png);
}
.bs-tutorial-card--step5 {
  background-image: url(../img/tutorialAD/order@2x.png);
}
.bs-tutorial-card__caption {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: rgba(38, 38, 38, 0.6);
}
@media (min-width: 1200px) {
.bs-tutorial-card__caption {
    font-size: 10px;
}
}
.bs-tutorial-card__title {
  font-size: 20px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.85);
  max-width: 85%;
}
.bs-tutorial-card__button {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 68px;
  position: relative;
  display: inline-block;
}
.bs-tutorial-card__button:after {
  content: '';
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  margin-left: 15px;
}
@media (min-width: 768px) {
.bs-tutorial-card__button {
    margin-top: 88px;
}
}
@media (min-width: 1200px) {
.bs-tutorial-card__button {
    margin-top: 36px;
}
}
.bs-tutorial-blank {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bs-tutorial-blank > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-prev-enter-active,
.carousel-prev-leave-active,
.carousel-next-enter-active,
.carousel-next-leave-active {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.carousel-next-enter,
.carousel-prev-leave-to {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-next-leave-to,
.carousel-prev-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.bs-text-button-dialog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bs-text-button-dialog:active .bs-text-button-dialog__text {
  color: #F58316;
}
.bs-text-button-dialog__text {
  padding: 0;
  margin: 0;
  color: rgba(38, 38, 38, 0.87);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 19px;
  color: #F56A00;
}

.bs-dialog-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500;
  background-color: rgba(38, 38, 38, 0.1);
}
.bs-dialog-action__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.1);
}
.bs-dialog-action__overlay__deep {
  background-color: rgba(26, 26, 26, 0.8);
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bs-dialog-action__surface {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
}
.bs-dialog-action__normal {
  max-width: 320px;
  width: calc(100% - 32px);
  padding: 16px;
  border-radius: 5px;
  left: 50%;
  top: calc(60px + 30%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1200px) {
.bs-dialog-action__normal {
    max-width: 566px;
    top: calc((var(--vh) * 100 - 216px) / 3.5);
}
.bs-dialog-action__normal__small {
    max-width: 320px;
}
}
.bs-dialog-action__normal__title {
  display: block;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.15px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 12px;
  color: rgba(38, 38, 38, 0.87);
}
.bs-dialog-action__normal__text {
  display: block;
  color: rgba(38, 38, 38, 0.87);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 24px;
  min-height: 48px;
}
.bs-dialog-action__normal__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.bs-dialog-action__normal__action > * + * {
  margin-left: 16px;
}
.bs-dialog-action__bottom-sheet {
  width: 100%;
  height: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: auto;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 1200px) {
.bs-dialog-action__bottom-sheet {
    padding: 48px 24px;
    height: calc(100vh - 66px);
    max-height: calc(100vh - 66px);
    border-radius: 15px 15px 0 0;
}
}
.bs-dialog-action__close {
  display: none;
}
@media (min-width: 1200px) {
.bs-dialog-action__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 16px;
    right: 24px;
    cursor: pointer;
}
.bs-dialog-action__close__icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22null%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_742_2360)%22%3E%3Cg%20filter%3D%22url(%23filter0_d_742_2360)%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.2427%2021.6568C20.6332%2022.0473%2021.2664%2022.0473%2021.6569%2021.6568C22.0474%2021.2662%2022.0474%2020.6331%2021.6569%2020.2426L17.4143%2016L21.6569%2011.7574C22.0474%2011.3668%2022.0474%2010.7337%2021.6569%2010.3431C21.2664%209.95262%2020.6332%209.95262%2020.2427%2010.3431L16.0001%2014.5857L11.7574%2010.3431C11.3669%209.95254%2010.7337%209.95254%2010.3432%2010.3431C9.95266%2010.7336%209.95266%2011.3668%2010.3432%2011.7573L14.5859%2016L10.3432%2020.2426C9.95266%2020.6332%209.95266%2021.2663%2010.3432%2021.6569C10.7337%2022.0474%2011.3669%2022.0474%2011.7574%2021.6569L16.0001%2017.4142L20.2427%2021.6568Z%22%20fill%3D%22%23262626%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_d_742_2360%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%3CfeOffset%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%220.5%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_742_2360%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_742_2360%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3CclipPath%20id%3D%22clip0_742_2360%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}
.bs-dialog-action__close__text {
    color: rgba(38, 38, 38, 0.87);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15px;
    line-height: 24px;
    margin-left: 16px;
    color: #fff;
}
}
.bs-dialog-action-zoom-in-out-enter-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bs-dialog-action-zoom-in-out-enter-active .bs-dialog-action__normal {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bs-dialog-action-zoom-in-out-leave-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bs-dialog-action-zoom-in-out-enter .bs-dialog-action__bottom-sheet {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.bs-dialog-action-zoom-in-out-enter .bs-dialog-action__normal {
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
  opacity: 0;
}
.bs-dialog-action-zoom-in-out-leave-to .bs-dialog-action__bottom-sheet {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.bs-dialog-action-zoom-in-out-leave-to .bs-dialog-action__overlay__deep {
  opacity: 0;
}

.bs-dropdown-selector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  height: 48px;
  width: 100%;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
}
@media (any-hover: hover) {
.bs-dropdown-selector:hover {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
}
@media (any-hover: none) {
.bs-dropdown-selector:active {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
}
.bs-dropdown-selector__content {
  width: 100%;
  color: #262626;
  letter-spacing: 0.1px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bs-dropdown-selector__leading {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.bs-dropdown-selector__leading__address {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2216px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2016%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ECombined%20Shape%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.524%2C-1.77635684e-15%20C11.673%2C-1.77635684e-15%2015.048%2C3.375%2015.048%2C7.524%20C15.048%2C11.543%208.194%2C19.519%207.902%2C19.857%20C7.807%2C19.966%207.669%2C20.029%207.524%2C20.029%20C7.379%2C20.029%207.241%2C19.966%207.146%2C19.857%20C6.854%2C19.519%200%2C11.543%200%2C7.524%20C0%2C3.375%203.375%2C-1.77635684e-15%207.524%2C-1.77635684e-15%20Z%20M7.524%2C1%20C3.926%2C1%201%2C3.926%201%2C7.524%20C1%2C10.67%206.08%2C17.014%207.524%2C18.753%20C8.968%2C17.014%2014.048%2C10.67%2014.048%2C7.524%20C14.048%2C3.926%2011.122%2C1%207.524%2C1%20Z%20M7.524%2C3.4698%20C9.466%2C3.4698%2011.046%2C5.0498%2011.046%2C6.9928%20C11.046%2C8.9348%209.466%2C10.5148%207.524%2C10.5148%20C5.582%2C10.5148%204.002%2C8.9348%204.002%2C6.9928%20C4.002%2C5.0498%205.582%2C3.4698%207.524%2C3.4698%20Z%20M7.524%2C4.4698%20C6.133%2C4.4698%205.002%2C5.6008%205.002%2C6.9928%20C5.002%2C8.3838%206.133%2C9.5148%207.524%2C9.5148%20C8.915%2C9.5148%2010.046%2C8.3838%2010.046%2C6.9928%20C10.046%2C5.6008%208.915%2C4.4698%207.524%2C4.4698%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23676767%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-dropdown-selector__leading__delivery {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.689%2012.721a.5.5%200%2001-.5-.5V.501a.5.5%200%2001.5-.5h11.488c.277%200%20.5.222.5.5v11.72a.5.5%200%2001-.5.5H.689zm.5-1h10.488V1.001H1.189v10.72zm18.703-5.195c.06.084.092.186.092.289v6.989a.5.5%200%2001-.5.5h-.847v.019a2.14%202.14%200%2001-2.134%202.14%202.139%202.139%200%2001-2.133-2.14v-.02h-2.858v.02a2.14%202.14%200%2001-2.134%202.14%202.14%202.14%200%2001-2.134-2.14v-.02l-.534.025a2.138%202.138%200%2001-2.134%202.135%202.14%202.14%200%2001-2.134-2.14v-.02H.5a.5.5%200%20110-1h2.442a.5.5%200%2001.5.5v.52c0%20.628.51%201.14%201.134%201.14.626%200%201.134-.512%201.134-1.14l.006-.524a.5.5%200%2001.5-.495h1.528a.5.5%200%2001.5.5v.519c0%20.628.51%201.14%201.134%201.14.625%200%201.134-.512%201.134-1.14v-.52a.5.5%200%2001.5-.5h3.858a.5.5%200%2001.5.5v.52c0%20.628.508%201.14%201.133%201.14s1.134-.512%201.134-1.14v-.52a.5.5%200%2001.5-.5c.02%200%20.035.01.054.012.018-.002.035-.011.054-.011h.74v-6.33l-2.05-2.893H14.28l-.057%208.144a.5.5%200%2001-.5.496h-.004a.5.5%200%2001-.496-.504l.061-8.64a.5.5%200%2001.5-.496h3.411c.162%200%20.314.079.408.21l2.29%203.235zM7.556%204.576a.5.5%200%2001.796.605L6.096%208.146a.568.568%200%2001-.398.197.5.5%200%2001-.393-.191l-.785-.998a.5.5%200%2001.786-.619l.386.49%201.864-2.45z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-dropdown-selector__trailing {
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}
.bs-dropdown-selector__trailing__arrow {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20viewBox%3D%220%200%2020%2013%22%20width%3D%2220%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.667%201.71c0%20.232.079.467.238.664l8.463%2010.263c.205.25.516.395.845.395.329%200%20.641-.145.845-.395l8.417-10.22A1.04%201.04%200%200019.309.93a1.104%201.104%200%2000-1.524.163l-7.572%209.192-7.618-9.239A1.102%201.102%200%20001.071.884a1.05%201.05%200%2000-.404.826%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}
.bs-dropdown-selector__dropdown {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 48px;
  padding: 8px 0;
  min-width: 100%;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.bs-dropdown-selector__dropdown__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
}
@media (any-hover: hover) {
.bs-dropdown-selector__dropdown__option:hover .bs-dropdown-selector__dropdown__option__content {
    color: #F56A00;
}
}
@media (any-hover: none) {
.bs-dropdown-selector__dropdown__option:active .bs-dropdown-selector__dropdown__option__content {
    color: #F56A00;
}
}
.bs-dropdown-selector__dropdown__option__content {
  width: 100%;
  font-weight: normal;
}
.bs-dropdown-selector__dropdown__option--active {
  display: block;
  margin-left: 8px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M8.485%2017.004l11.427-13.6a.982.982%200%20011.434-.077c.427.412.462%201.084.08%201.537L9.26%2019.345a.976.976%200%2001-.499.32.983.983%200%2001-1.043-.308L2.907%2013.63a1.13%201.13%200%2001.08-1.537.982.982%200%20011.435.075l4.063%204.836z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

.bs-gallery__titile__icon-sms {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%200H2C.9%200%200%20.9%200%202v18l4-4h14c1.1%200%202-.9%202-2V2c0-1.1-.9-2-2-2zm0%2014H4l-2%202V2h16v12zM5%207h2v2H5V7zm4%200h2v2H9V7zm4%200h2v2h-2V7z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 23px;
  height: 20px;
  margin-right: 12px;
}
.bs-gallery-wrapper {
  background-color: #F6F6F6;
  padding: 26px 0 36px 0;
}
@media (min-width: 1200px) {
.bs-gallery-wrapper {
    background-color: #ffffff;
    padding: 44px 0 0 0;
}
}
.bs-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
.bs-gallery {
    padding-bottom: 120px;
}
}
.bs-gallery__titile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
.bs-gallery__titile {
    margin-bottom: 20px;
    padding: 0 162px;
}
}
.bs-gallery__subtitle {
  margin-bottom: 10px;
  padding: 0 16px;
  text-align: center;
}
@media (min-width: 1200px) {
.bs-gallery__subtitle {
    font-size: 34px;
    margin-bottom: 7px;
    padding: 0 162px;
}
}
.bs-gallery__scroll-container {
  width: 100%;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 25px;
}
.bs-gallery__scroll-container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
.bs-gallery__scroll-container {
    overflow-x: hidden;
}
}
.bs-gallery__scroll-container__wrapper {
  min-height: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1200px) {
.bs-gallery__scroll-container__wrapper {
    min-width: calc(100% - 54px * 2 - 58px * 2);
}
}
.scroll-item {
  scroll-snap-align: start;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bs-gallery__icon-arrow {
  display: none;
}
@media (min-width: 1200px) {
.bs-gallery__icon-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(38, 38, 38, 0.3);
            box-shadow: 0 3px 6px 0 rgba(38, 38, 38, 0.3);
    border-radius: 50%;
}
.bs-gallery__icon-arrow:first-child {
    margin-left: 58px;
}
.bs-gallery__icon-arrow:last-child {
    margin-right: 58px;
}
.bs-gallery__icon-arrow .bs-gallery__icon-arrow__left {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23C3C3C3%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 12px;
    height: 19px;
}
.bs-gallery__icon-arrow .bs-gallery__icon-arrow__right {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23C3C3C3%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 12px;
    height: 19px;
}
}
.bs-gallery__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 5px;
  bottom: -10px;
  z-index: 1;
}
@media (min-width: 1200px) {
.bs-gallery__counter {
    height: 13px;
    bottom: 41px;
}
}
.bs-gallery__counter .bs-gallery__counter__dot {
  display: block;
  height: 5px;
  width: 5px;
  min-height: 5px;
  min-width: 5px;
  border-radius: 50%;
  margin-right: 2px;
  border: 0.8px solid #979797;
  background-color: rgba(255, 255, 255, 0.2);
}
.bs-gallery__counter .bs-gallery__counter__dot.bs-gallery__counter__dot--active {
  border: none;
  background-color: rgba(38, 38, 38, 0.2);
}
.bs-gallery__counter .bs-gallery__counter__dot:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
.bs-gallery__counter .bs-gallery__counter__dot {
    height: 13px;
    width: 13px;
    min-height: 13px;
    min-width: 13px;
    margin-right: 12px;
}
}

.bs-gallery-item-shopping {
  padding: 3px 16px;
}
@media (min-width: 768px) {
.bs-gallery-item-shopping {
    padding: 3px 24px;
}
}
.bs-gallery-item-shopping__inner {
  height: 100%;
  padding: 50px 0 16px;
  width: 100%;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.bs-card-viewer {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 1200px) {
.bs-card-viewer {
    margin-top: 24px;
}
}
.bs-card-viewer__wrapper__container {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bs-card-viewer__wrapper__container::-webkit-scrollbar {
  display: none;
}
.bs-card-viewer__wrapper__container > * {
  scroll-snap-align: start;
}
@media (min-width: 1200px) {
.bs-card-viewer__wrapper__container {
    overflow: hidden;
}
}
.bs-card-viewer__wrapper__container .bs-blog-card + .bs-blog-card {
  margin-left: 8px;
}
.bs-card-viewer__pagger {
  display: none;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media (min-width: 1200px) {
.bs-card-viewer__pagger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}
.bs-card-viewer__pagger--pre {
  left: -24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bs-card-viewer__pagger--pre > .bs-card-viewer__pagger__icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23A5A5A5%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-card-viewer__pagger--next {
  right: -24px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.bs-card-viewer__pagger--next > .bs-card-viewer__pagger__icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23A5A5A5%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

#bs-like-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bs-like-icon svg {
  cursor: pointer;
  overflow: visible;
}
#bs-like-icon svg #bs-like-icon-heart {
  -webkit-transform-origin: center;
          transform-origin: center;
}
#bs-like-icon svg #bs-like-icon-circle {
  -webkit-transform-origin: center;
          transform-origin: center;
  fill: #ffc107;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-heart {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  fill: #f4633a;
  stroke: none;
  -webkit-animation: animateHeart 0.3s linear forwards 0.25s;
          animation: animateHeart 0.3s linear forwards 0.25s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-circle {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-animation: animateCircle 0.3s linear forwards;
          animation: animateCircle 0.3s linear forwards;
  opacity: 1;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__1 #bs-like-icon-oval1 {
  fill: #ffc107;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 10px -1px;
          transform-origin: 10px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__1 #bs-like-icon-oval2 {
  fill: #ff6818;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 2px -1px;
          transform-origin: 2px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__2 #bs-like-icon-oval1 {
  fill: #ffc107;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 5px 6px;
          transform-origin: 5px 6px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__2 #bs-like-icon-oval2 {
  fill: #ff6818;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 2px -1px;
          transform-origin: 2px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__3 #bs-like-icon-oval1 {
  fill: #ffc107;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 5px 6px;
          transform-origin: 5px 6px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__3 #bs-like-icon-oval2 {
  fill: #ff6818;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 2px -1px;
          transform-origin: 2px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__4 #bs-like-icon-oval1 {
  fill: #ffc107;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: -5px 6px;
          transform-origin: -5px 6px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__4 #bs-like-icon-oval2 {
  fill: #ff6818;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 2px -1px;
          transform-origin: 2px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__5 #bs-like-icon-oval1 {
  fill: #ffc107;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: -5px 6px;
          transform-origin: -5px 6px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__5 #bs-like-icon-oval2 {
  fill: #ff6818;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 2px -1px;
          transform-origin: 2px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__6 #bs-like-icon-oval1 {
  fill: #ffc107;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: -10px -1px;
          transform-origin: -10px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__6 #bs-like-icon-oval2 {
  fill: #ff6818;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 2px -1px;
          transform-origin: 2px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__7 #bs-like-icon-oval1 {
  fill: #ffc107;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 4px;
          transform-origin: 0 4px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#bs-like-icon .bs-like-icon__liked #bs-like-icon-grp__7 #bs-like-icon-oval2 {
  fill: #ff6818;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 2px -1px;
          transform-origin: 2px -1px;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
@-webkit-keyframes animateCircle {
40% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 1;
    fill: #ffc107;
}
55% {
    -webkit-transform: scale(11);
            transform: scale(11);
    opacity: 1;
    fill: #ffc107;
}
65% {
    -webkit-transform: scale(12);
            transform: scale(12);
    opacity: 1;
    fill: #ffc107;
}
75% {
    -webkit-transform: scale(13);
            transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 0.5;
}
85% {
    -webkit-transform: scale(17);
            transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 0.2;
}
95% {
    -webkit-transform: scale(18);
            transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 0.1;
}
100% {
    -webkit-transform: scale(19);
            transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 0;
}
}
@keyframes animateCircle {
40% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 1;
    fill: #ffc107;
}
55% {
    -webkit-transform: scale(11);
            transform: scale(11);
    opacity: 1;
    fill: #ffc107;
}
65% {
    -webkit-transform: scale(12);
            transform: scale(12);
    opacity: 1;
    fill: #ffc107;
}
75% {
    -webkit-transform: scale(13);
            transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 0.5;
}
85% {
    -webkit-transform: scale(17);
            transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 0.2;
}
95% {
    -webkit-transform: scale(18);
            transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 0.1;
}
100% {
    -webkit-transform: scale(19);
            transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 0;
}
}
@-webkit-keyframes animateHeart {
0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
}
40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes animateHeart {
0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
}
40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}

.bs-product-sharing-post-list-item {
  margin-bottom: 16px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.bs-product-sharing-post-list-item .bs-normal-card {
  height: auto;
}
.bs-product-sharing-post-list-item .bs-normal-card__content {
  height: auto;
}
.bs-product-sharing-post-list-item__symbols {
  position: absolute;
  top: 8px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-product-sharing-post-list-item__symbols--r {
  right: 8px;
}
.bs-product-sharing-post-list-item__symbols--l {
  left: 8px;
}
.bs-product-sharing-post-list-item__symbols .bs-icon-video {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23fff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C20%20C8.61666667%2C20%207.31666667%2C19.7373333%206.1%2C19.212%20C4.88333333%2C18.6873333%203.825%2C17.975%202.925%2C17.075%20C2.025%2C16.175%201.31266667%2C15.1166667%200.788%2C13.9%20C0.262666667%2C12.6833333%200%2C11.3833333%200%2C10%20C0%2C8.61666667%200.262666667%2C7.31666667%200.788%2C6.1%20C1.31266667%2C4.88333333%202.025%2C3.825%202.925%2C2.925%20C3.825%2C2.025%204.88333333%2C1.31233333%206.1%2C0.787%20C7.31666667%2C0.262333333%208.61666667%2C0%2010%2C0%20C11.3833333%2C0%2012.6833333%2C0.262333333%2013.9%2C0.787%20C15.1166667%2C1.31233333%2016.175%2C2.025%2017.075%2C2.925%20C17.975%2C3.825%2018.6873333%2C4.88333333%2019.212%2C6.1%20C19.7373333%2C7.31666667%2020%2C8.61666667%2020%2C10%20C20%2C11.3833333%2019.7373333%2C12.6833333%2019.212%2C13.9%20C18.6873333%2C15.1166667%2017.975%2C16.175%2017.075%2C17.075%20C16.175%2C17.975%2015.1166667%2C18.6873333%2013.9%2C19.212%20C12.6833333%2C19.7373333%2011.3833333%2C20%2010%2C20%20Z%20M7.5%2C14.5%20L14.5%2C10%20L7.5%2C5.5%20L7.5%2C14.5%20Z%22%20id%3D%22play_circle_FILL1_wght400_GRAD0_opsz24%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}
.bs-product-sharing-post-list-item__symbols .bs-icon-images {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23fff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5%2C17%20C4.1%2C17%203.75%2C16.85%203.45%2C16.55%20C3.15%2C16.25%203%2C15.9%203%2C15.5%20L3%2C1.5%20C3%2C1.1%203.15%2C0.75%203.45%2C0.45%20C3.75%2C0.15%204.1%2C0%204.5%2C0%20L18.5%2C0%20C18.9%2C0%2019.25%2C0.15%2019.55%2C0.45%20C19.85%2C0.75%2020%2C1.1%2020%2C1.5%20L20%2C15.5%20C20%2C15.9%2019.85%2C16.25%2019.55%2C16.55%20C19.25%2C16.85%2018.9%2C17%2018.5%2C17%20L4.5%2C17%20Z%20M1.5%2C20%20C1.1%2C20%200.75%2C19.85%200.45%2C19.55%20C0.15%2C19.25%200%2C18.9%200%2C18.5%20L0%2C3%20L1.5%2C3%20L1.5%2C18.5%20C1.5%2C18.5%201.5%2C18.5%201.5%2C18.5%20C1.5%2C18.5%201.5%2C18.5%201.5%2C18.5%20L17%2C18.5%20L17%2C20%20L1.5%2C20%20Z%22%20id%3D%22multi_FILL1_wght400_GRAD0_opsz48%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}
.bs-product-sharing-post-list-item__symbols .bs-icon-easybuy {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1113_2121)%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%226%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5%208.75C12.9142%208.75%2013.25%209.08579%2013.25%209.5V12C13.25%2012.4142%2012.9142%2012.75%2012.5%2012.75C12.0858%2012.75%2011.75%2012.4142%2011.75%2012V9.5C11.75%209.08579%2012.0858%208.75%2012.5%208.75Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19.5%208.75C19.9142%208.75%2020.25%209.08579%2020.25%209.5V12C20.25%2012.4142%2019.9142%2012.75%2019.5%2012.75C19.0858%2012.75%2018.75%2012.4142%2018.75%2012V9.5C18.75%209.08579%2019.0858%208.75%2019.5%208.75Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.8573%207.07632C16.3008%206.89082%2015.6992%206.89082%2015.1427%207.07632C14.3411%207.34352%2013.7172%207.96594%2013.442%208.74997H18.558C18.2828%207.96594%2017.6589%207.34352%2016.8573%207.07632ZM20.1142%208.74997C19.7979%207.30125%2018.7419%206.12336%2017.3317%205.6533C16.4673%205.36516%2015.5327%205.36516%2014.6683%205.6533C13.2581%206.12336%2012.202%207.30125%2011.8858%208.74997H10.8711C9.42332%208.74997%208.22349%209.87248%208.12718%2011.317L7.39385%2022.317C7.28803%2023.9043%208.54698%2025.25%2010.1378%2025.25H12C12.4142%2025.25%2012.75%2024.9142%2012.75%2024.5C12.75%2024.0858%2012.4142%2023.75%2012%2023.75H10.1378C9.41468%2023.75%208.84243%2023.1383%208.89053%2022.4168L9.62386%2011.4168C9.66763%2010.7602%2010.213%2010.25%2010.8711%2010.25H21.1289C21.787%2010.25%2022.3323%2010.7602%2022.3761%2011.4168L22.5016%2013.2999C22.5292%2013.7132%2022.8866%2014.0259%2023.2999%2013.9983C23.7132%2013.9708%2024.0259%2013.6134%2023.9983%2013.2001L23.8728%2011.317C23.7765%209.87248%2022.5767%208.74997%2021.1289%208.74997H20.1142Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19%2026.5C22.3137%2026.5%2025%2023.8137%2025%2020.5C25%2017.1863%2022.3137%2014.5%2019%2014.5C15.6863%2014.5%2013%2017.1863%2013%2020.5C13%2023.8137%2015.6863%2026.5%2019%2026.5ZM22.4794%2019.5768C22.798%2019.312%2022.8416%2018.8392%2022.5768%2018.5206C22.312%2018.2021%2021.8392%2018.1585%2021.5206%2018.4232L18.3906%2021.0248L17.2294%2020.0596C16.9109%2019.7948%2016.438%2019.8384%2016.1732%2020.157C15.9085%2020.4755%2015.9521%2020.9484%2016.2706%2021.2132L18.3906%2022.9753L22.4794%2019.5768Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1113_2121%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-list-item__symbols .bs-icon-overlay {
  position: absolute;
  background: black;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.bs-product-sharing-post-list-item__image {
  width: 100%;
  display: block;
  background-color: transparent;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  overflow: hidden;
}
.bs-product-sharing-post-list-item__image-skeleton {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
}
.bs-product-sharing-post-list-item__image-skeleton .skeleton-line {
  height: 100%;
  height: 200px;
}
.bs-product-sharing-post-list-item__info {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.bs-product-sharing-post-list-item__info-title {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.35px;
}
@media screen and (min-width: 768px) {
.bs-product-sharing-post-list-item__info-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
@media screen and (min-width: 1280px) {
.bs-product-sharing-post-list-item__info-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
.bs-product-sharing-post-list-item__info-title .skeleton-line {
  width: 95%;
  height: 12px;
}
.bs-product-sharing-post-list-item__info-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-product-sharing-post-list-item__info-user-avatar {
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
}
.bs-product-sharing-post-list-item__info-user-avatar-img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bs-product-sharing-post-list-item__info-user-avatar .skeleton-line {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.bs-product-sharing-post-list-item__info-user-detail {
  max-width: calc(100% - 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-product-sharing-post-list-item__info-user-detail-name {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.35px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}
@media screen and (min-width: 768px) {
.bs-product-sharing-post-list-item__info-user-detail-name {
    font-size: 0.75rem;
    line-height: 1rem;
}
}
@media screen and (min-width: 1280px) {
.bs-product-sharing-post-list-item__info-user-detail-name {
    font-size: 0.75rem;
    line-height: 1rem;
}
}
.bs-product-sharing-post-list-item__info-user-detail-name-text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bs-product-sharing-post-list-item__info-user-detail-date {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.35px;
  margin-left: auto;
  color: #a4a4a4;
}
@media screen and (min-width: 768px) {
.bs-product-sharing-post-list-item__info-user-detail-date {
    font-size: 0.75rem;
    line-height: 1rem;
}
}
@media screen and (min-width: 1280px) {
.bs-product-sharing-post-list-item__info-user-detail-date {
    font-size: 0.75rem;
    line-height: 1rem;
}
}
.bs-product-sharing-post-list-item__info-user-detail .skeleton-line {
  width: 70px;
  height: 10px;
  margin-bottom: 6px;
  margin-top: 5px;
}
.bs-product-sharing-post-list-item__info__price {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.35px;
  color: #383838;
}
@media screen and (min-width: 768px) {
.bs-product-sharing-post-list-item__info__price {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
}
@media screen and (min-width: 1280px) {
.bs-product-sharing-post-list-item__info__price {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
}
.bs-product-sharing-post-list-item__info-action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.bs-product-sharing-post-list-item__info-action .bs-button.bs-button--default {
  padding: 0;
  height: auto;
  line-height: normal;
}
.bs-product-sharing-post-list-item__info-action-like {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.35px;
  color: #666666;
}
@media screen and (min-width: 768px) {
.bs-product-sharing-post-list-item__info-action-like {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
@media screen and (min-width: 1280px) {
.bs-product-sharing-post-list-item__info-action-like {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
.bs-product-sharing-post-list-item__info-action .skeleton-line {
  width: 85%;
  height: 12px;
}
.bs-product-sharing-post-list-item .bs-normal-card {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.bs-product-sharing-post-list-item .bs-normal-card:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.bs-product-sharing-post-list-item .bs-normal-card:active {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.bs-product-sharing-post-list-item .bs-icon-member-official-1,
.bs-product-sharing-post-list-item .bs-icon-member-assigned-1,
.bs-product-sharing-post-list-item .bs-icon-member-assigned-2 {
  margin-left: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bs-product-sharing-post-list-item .bs-icon-member-official-1 {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.00045%201L10.0504%203.04996H12.95V5.94959L15%208.00045L12.95%2010.0504V12.95H10.0504L8.00045%2015L5.94959%2012.95H3.04996V10.0504L1%208.00045L3.04996%205.94959V3.04996H5.94959L8.00045%201Z%22%20fill%3D%22url(%23paint0_linear_1865_22263)%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0275%205.80024C11.322%206.0916%2011.3245%206.56647%2011.0331%206.86089L8.08989%209.83508C7.6007%2010.3294%206.80208%2010.3294%206.31289%209.83508L4.9669%208.47493C4.67554%208.1805%204.67803%207.70564%204.97245%207.41428C5.26688%207.12292%205.74174%207.12541%206.0331%207.41983L7.20139%208.60042L9.9669%205.8058C10.2583%205.51137%2010.7331%205.50889%2011.0275%205.80024Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_1865_22263%22%20x1%3D%22-1.19084%22%20y1%3D%221%22%20x2%3D%2217.5713%22%20y2%3D%223.01826%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23F4633A%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF9E1B%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-list-item .bs-icon-member-assigned-1 {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.8327%206.66602C14.3403%206.66602%2013.9404%207.06587%2013.9404%207.5583C13.9404%207.70992%2013.9793%207.85349%2014.0451%207.97827L11.324%209.4569C11.324%209.4569%209.72057%206.38559%209.1369%205.26656C9.42135%205.11762%209.61591%204.81975%209.61591%204.47626C9.61591%203.98383%209.21606%203.58398%208.72363%203.58398C8.2312%203.58398%207.83136%203.98383%207.83136%204.47626C7.83136%204.81975%208.02591%205.11762%208.31037%205.26656L6.12329%209.4569L3.40218%207.97827C3.46927%207.85349%203.50684%207.70992%203.50684%207.5583C3.50684%207.06587%203.10699%206.66602%202.61457%206.66602C2.12214%206.66602%201.72363%207.06587%201.72363%207.5583C1.72363%208.05073%202.12348%208.45057%202.61591%208.45057C2.69105%208.45057%202.76484%208.43984%202.83462%208.4224L4.19785%2013.8405H13.2494L14.6126%208.4224C14.6824%208.43984%2014.7562%208.45057%2014.8314%208.45057C15.3238%208.45057%2015.7236%208.05073%2015.7236%207.5583C15.7236%207.06587%2015.3238%206.66602%2014.8314%206.66602H14.8327Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-list-item .bs-icon-member-assigned-2 {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.6319%2012.2846L8.33705%2010.9597C8.19356%2010.8769%208.01008%2010.926%207.92724%2011.0695L3.38968%2018.9288C3.27802%2019.1222%203.40927%2019.3655%203.63222%2019.3783L6.29257%2019.5317C6.38709%2019.5371%206.4735%2019.5869%206.52566%2019.6659L8.00323%2021.9038C8.1261%2022.0899%208.40188%2022.0816%208.51339%2021.8885L13.0516%2014.0281C13.1344%2013.8846%2013.0853%2013.7011%2012.9418%2013.6183L10.6319%2012.2846Z%22%20fill%3D%22%231B4883%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.3682%2012.2846L15.663%2010.9597C15.8065%2010.8769%2015.9899%2010.926%2016.0728%2011.0695L20.6103%2018.9288C20.722%2019.1222%2020.5908%2019.3655%2020.3678%2019.3783L17.7075%2019.5317C17.6129%2019.5371%2017.5265%2019.5869%2017.4744%2019.6659L15.9968%2021.9038C15.8739%2022.0899%2015.5982%2022.0816%2015.4866%2021.8885L10.9484%2014.0281C10.8656%2013.8846%2010.9148%2013.7011%2011.0583%2013.6183L13.3682%2012.2846Z%22%20fill%3D%22%231B4883%22%2F%3E%0A%3Ccircle%20cx%3D%2212%22%20cy%3D%2210.0845%22%20r%3D%228.39335%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20d%3D%22M8.96256%2011.8936C8.98758%2011.7476%208.93918%2011.5987%208.83312%2011.4953L6.65775%209.37494C6.39065%209.1146%206.53803%208.66099%206.90714%208.60737L9.9136%208.17056C10.0602%208.14927%2010.1869%208.05721%2010.2524%207.92439L11.5968%205.20046C11.7618%204.866%2012.2388%204.866%2012.4038%205.20046L13.7482%207.9244C13.8137%208.05721%2013.9404%208.14927%2014.087%208.17057L17.0929%208.60735C17.462%208.66098%2017.6094%209.11458%2017.3423%209.37492L15.1669%2011.4953C15.0609%2011.5987%2015.0125%2011.7476%2015.0375%2011.8936L15.5512%2014.8874C15.6143%2015.2551%2015.2285%2015.5354%2014.8983%2015.3618L12.2097%2013.9483C12.0786%2013.8794%2011.922%2013.8794%2011.7909%2013.9483L9.10216%2015.3619C8.77204%2015.5355%208.3862%2015.2552%208.44923%2014.8876L8.96256%2011.8936Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.grid-item {
  float: left;
  padding: 0 6.5px;
}
.skeleton {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
          animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 800px;
  position: relative;
}
.skeleton--title {
  width: 50%;
  height: 24px;
  margin-bottom: 24px;
}
.skeleton--line {
  width: 100%;
  height: 20px;
}
.skeleton--line + .skeleton--line {
  margin-top: 16px;
}
@-webkit-keyframes placeholderSkeleton {
0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}
@keyframes placeholderSkeleton {
0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}

.bs-checkbox__native-input {
  display: none;
}
.bs-checkbox__native-input:checked ~ .bs-checkbox__label .bs-checkbox__label__input-cover {
  border: 2px solid #F56A00;
  background-color: #F56A00;
}
.bs-checkbox__native-input:checked:disabled ~ .bs-checkbox__label .bs-checkbox__label__input-cover {
  background-color: #E5E5E5;
}
.bs-checkbox__native-input:checked[invalid] ~ .bs-checkbox__label .bs-checkbox__label__input-cover {
  background-color: #F44336;
}
.bs-checkbox__native-input:disabled ~ .bs-checkbox__label {
  cursor: not-allowed;
}
.bs-checkbox__native-input:disabled ~ .bs-checkbox__label .bs-checkbox__label__input-cover {
  border: 2px solid #E5E5E5;
}
.bs-checkbox__native-input:disabled ~ .bs-checkbox__label .bs-checkbox__label__slot {
  color: #E5E5E5;
}
.bs-checkbox__native-input[invalid] ~ .bs-checkbox__label .bs-checkbox__label__input-cover {
  border: 2px solid #F44336;
}
.bs-checkbox__native-input:not(
				.bs-checkbox__native-input:disabled,
				.bs-checkbox__native-input[invalid]
			) ~ .bs-checkbox__label:hover .bs-checkbox__label__input-cover,
.bs-checkbox__native-input:not(
				.bs-checkbox__native-input:disabled,
				.bs-checkbox__native-input[invalid]
			) ~ .bs-checkbox__label:focus .bs-checkbox__label__input-cover {
  border: 2px solid #F56A00;
}
.bs-checkbox__native-input:not(
				.bs-checkbox__native-input:disabled,
				.bs-checkbox__native-input[invalid]
			) ~ .bs-checkbox__label:hover .bs-checkbox__label__input-cover::after {
  opacity: 1;
}
.bs-checkbox__native-input:not(
				.bs-checkbox__native-input:disabled,
				.bs-checkbox__native-input[invalid]
			) ~ .bs-checkbox__label:focus {
  outline: none;
}
.bs-checkbox__native-input:not(
				.bs-checkbox__native-input:disabled,
				.bs-checkbox__native-input[invalid]
			) ~ .bs-checkbox__label:focus .bs-checkbox__label__input-cover {
  -webkit-box-shadow: 0 0 0 2px #FFE2B5;
          box-shadow: 0 0 0 2px #FFE2B5;
}
.bs-checkbox .bs-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  cursor: pointer;
}
.bs-checkbox .bs-checkbox__label .bs-checkbox__label__input-cover {
  position: relative;
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #7B7B7B;
  border-radius: 2px;
  margin-top: 2px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.bs-checkbox .bs-checkbox__label .bs-checkbox__label__input-cover::before {
  content: '';
  position: absolute;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22white%22%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.02183%209.50509L5.99981%209.52711L0.5%204.02731L2.29085%202.23646L6.02191%205.96752L11.9894%200L13.7803%201.79085L6.04393%209.52719L6.02183%209.50509Z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 14px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bs-checkbox .bs-checkbox__label .bs-checkbox__label__input-cover::after {
  content: '';
  position: absolute;
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
  border-radius: 50%;
  background: rgba(255, 248, 225, 0.38);
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  opacity: 0;
}
.bs-checkbox .bs-checkbox__label .bs-checkbox__label__slot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  overflow-wrap: break-word;
  margin-left: 16px;
}
.bs-checkbox .bs-checkbox__label--space-between {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bs-checkbox .bs-checkbox__label--space-between .bs-checkbox__label__slot {
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
.bs-checkbox .bs-checkbox__label--space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.bs-checkbox .bs-checkbox__label--space-between .bs-checkbox__label__slot {
    margin-left: 16px;
}
}

.bs-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 910;
}
.bs-modal-container {
  background-color: #ffffff;
  max-height: calc(100% - 64px - 64px);
  min-width: 696px;
  z-index: 910;
  overflow: auto;
  padding: 0 32px;
}
.bs-modal__header {
  position: sticky;
  top: 0;
  padding: 32px 0 16px;
  background-color: white;
  z-index: 910;
}
.bs-modal__close-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22null%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.bs-show-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.bs-show-more__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.15px;
  text-decoration: underline;
  color: black;
}
.bs-show-more__arrow {
  margin-left: 4px;
}
.bs-show-more__arrow--down {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.29289%208.79289C6.68342%208.40237%207.31658%208.40237%207.70711%208.79289L12%2013.0858L16.2929%208.79289C16.6834%208.40237%2017.3166%208.40237%2017.7071%208.79289C18.0976%209.18342%2018.0976%209.81658%2017.7071%2010.2071L12.7071%2015.2071C12.3166%2015.5976%2011.6834%2015.5976%2011.2929%2015.2071L6.29289%2010.2071C5.90237%209.81658%205.90237%209.18342%206.29289%208.79289Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-show-more__arrow--up {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.7071%2015.2071C17.3166%2015.5976%2016.6834%2015.5976%2016.2929%2015.2071L12%2010.9142L7.70711%2015.2071C7.31658%2015.5976%206.68342%2015.5976%206.2929%2015.2071C5.90237%2014.8166%205.90237%2014.1834%206.2929%2013.7929L11.2929%208.79289C11.6834%208.40237%2012.3166%208.40237%2012.7071%208.79289L17.7071%2013.7929C18.0976%2014.1834%2018.0976%2014.8166%2017.7071%2015.2071Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

.bs-product-sharing-post-list {
  position: relative;
}
.bs-product-sharing-post-list.recommend .bs-product-sharing-post-list__content {
  padding: 0;
}
@media (min-width: 1200px) {
.bs-product-sharing-post-list.recommend .bs-product-sharing-post-list__content {
    padding: 0;
}
}
.bs-product-sharing-post-list__content {
  margin: 0 auto;
  padding: 0px 9.5px;
}
@media (min-width: 1200px) {
.bs-product-sharing-post-list__content {
    padding: 23px 16px 0 16px;
}
}
.bs-product-sharing-post-list__content-listing-col2 {
  width: 50%;
}
.bs-product-sharing-post-list__content-listing-col3 {
  width: 33.3%;
}
.bs-product-sharing-post-list__content-listing-col4 {
  width: 25%;
}
.bs-product-sharing-post-list__content-listing-col5 {
  width: 20%;
}
.bs-product-sharing-post-list__view-more-wrapper {
  margin: 75px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bs-product-sharing-post-list__view-more-wrapper .bs-button-outline__text {
  z-index: 0;
}
.bs-product-sharing-post-list .clear {
  clear: both;
}
.bs-product-sharing-post-list__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0 32px;
}
@media (min-width: 1200px) {
.bs-product-sharing-post-list__empty {
    padding: 32px 0 24px;
}
}
.bs-product-sharing-post-list__empty-img {
  width: 240px;
  height: 240px;
}
.bs-product-sharing-post-list__empty-img.filter {
  background-image: url(../img/empty/filter@2x.png);
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
.bs-product-sharing-post-list__empty-img.filter {
    background-image: url(../img/empty/filter@3x.png);
}
}
.bs-product-sharing-post-list__empty-count {
  margin-top: 28px;
  color: rgba(38, 38, 38, 0.87);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(38, 38, 38, 0.6);
}
@media (min-width: 1200px) {
.bs-product-sharing-post-list__empty-count {
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 27px;
    color: rgba(38, 38, 38, 0.6);
}
}
.bs-product-sharing-post-list__empty-button {
  margin-top: 8px;
}
.bs-product-sharing-post-list__empty-button-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%207C2%206.44772%202.44772%206%203%206H21C21.5523%206%2022%206.44772%2022%207C22%207.55228%2021.5523%208%2021%208H3C2.44772%208%202%207.55228%202%207Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%2012C5%2011.4477%205.44772%2011%206%2011H18C18.5523%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5523%2013%2018%2013H6C5.44772%2013%205%2012.5523%205%2012Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%2017C8%2016.4477%208.44772%2016%209%2016L15%2016C15.5523%2016%2016%2016.4477%2016%2017C16%2017.5523%2015.5523%2018%2015%2018H9C8.44772%2018%208%2017.5523%208%2017Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 18px;
  height: 12px;
}
@media (min-width: 1200px) {
.bs-product-sharing-post-list__empty-button {
    margin-top: 20px;
}
}
.bs-product-sharing-post-list__filter {
  padding: 0 16px 64px;
}
.bs-product-sharing-post-list__filter-entrance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8px;
  margin: 12px 0;
}
.bs-product-sharing-post-list__filter-entrance-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-product-sharing-post-list__filter-entrance-content-text {
  color: rgba(38, 38, 38, 0.87);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.bs-product-sharing-post-list__filter-entrance-content-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%207C2%206.44772%202.44772%206%203%206H21C21.5523%206%2022%206.44772%2022%207C22%207.55228%2021.5523%208%2021%208H3C2.44772%208%202%207.55228%202%207Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%2012C5%2011.4477%205.44772%2011%206%2011H18C18.5523%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5523%2013%2018%2013H6C5.44772%2013%205%2012.5523%205%2012Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%2017C8%2016.4477%208.44772%2016%209%2016L15%2016C15.5523%2016%2016%2016.4477%2016%2017C16%2017.5523%2015.5523%2018%2015%2018H9C8.44772%2018%208%2017.5523%208%2017Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (any-hover: hover) {
.bs-product-sharing-post-list__filter-entrance-content:hover {
    cursor: pointer;
}
.bs-product-sharing-post-list__filter-entrance-content:hover .bs-product-sharing-post-list__filter-entrance-content-text {
    color: #F56A00;
}
.bs-product-sharing-post-list__filter-entrance-content:hover .bs-product-sharing-post-list__filter-entrance-content-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%207C2%206.44772%202.44772%206%203%206H21C21.5523%206%2022%206.44772%2022%207C22%207.55228%2021.5523%208%2021%208H3C2.44772%208%202%207.55228%202%207Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%2012C5%2011.4477%205.44772%2011%206%2011H18C18.5523%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5523%2013%2018%2013H6C5.44772%2013%205%2012.5523%205%2012Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%2017C8%2016.4477%208.44772%2016%209%2016L15%2016C15.5523%2016%2016%2016.4477%2016%2017C16%2017.5523%2015.5523%2018%2015%2018H9C8.44772%2018%208%2017.5523%208%2017Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
}
@media (any-hover: none) {
.bs-product-sharing-post-list__filter-entrance-content:active {
    cursor: pointer;
}
.bs-product-sharing-post-list__filter-entrance-content:active .bs-product-sharing-post-list__filter-entrance-content-text {
    color: #F56A00;
}
.bs-product-sharing-post-list__filter-entrance-content:active .bs-product-sharing-post-list__filter-entrance-content-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%207C2%206.44772%202.44772%206%203%206H21C21.5523%206%2022%206.44772%2022%207C22%207.55228%2021.5523%208%2021%208H3C2.44772%208%202%207.55228%202%207Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%2012C5%2011.4477%205.44772%2011%206%2011H18C18.5523%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5523%2013%2018%2013H6C5.44772%2013%205%2012.5523%205%2012Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%2017C8%2016.4477%208.44772%2016%209%2016L15%2016C15.5523%2016%2016%2016.4477%2016%2017C16%2017.5523%2015.5523%2018%2015%2018H9C8.44772%2018%208%2017.5523%208%2017Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
}
.bs-product-sharing-post-list__filter-entrance-content.active .bs-product-sharing-post-list__filter-entrance-content-text {
  color: #F56A00;
}
.bs-product-sharing-post-list__filter-entrance-content.active .bs-product-sharing-post-list__filter-entrance-content-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%207C2%206.44772%202.44772%206%203%206H21C21.5523%206%2022%206.44772%2022%207C22%207.55228%2021.5523%208%2021%208H3C2.44772%208%202%207.55228%202%207Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%2012C5%2011.4477%205.44772%2011%206%2011H18C18.5523%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5523%2013%2018%2013H6C5.44772%2013%205%2012.5523%205%2012Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%2017C8%2016.4477%208.44772%2016%209%2016L15%2016C15.5523%2016%2016%2016.4477%2016%2017C16%2017.5523%2015.5523%2018%2015%2018H9C8.44772%2018%208%2017.5523%208%2017Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-list__filter-title {
  font-size: 20px;
  font-weight: 600;
  color: black;
  margin-top: 24px;
}
.bs-product-sharing-post-list__filter-title.far {
  margin-top: 36px;
}
@media screen and (min-width: 1200px) {
.bs-product-sharing-post-list__filter-title.sort {
    margin-top: 16px;
}
}
.bs-product-sharing-post-list__filter-content {
  margin: 16px 0;
  color: black;
  max-height: 288px;
  overflow: hidden;
}
.bs-product-sharing-post-list__filter-content.category {
  max-height: 312px;
}
.bs-product-sharing-post-list__filter-content.isExpand {
  max-height: 100%;
}
.bs-product-sharing-post-list__filter-content:not(:first-child) .bs-product-sharing-post-list__filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-product-sharing-post-list__filter-content:not(:first-child) .bs-product-sharing-post-list__filter-label-image {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.bs-product-sharing-post-list__filter-content:not(:first-child) .bs-product-sharing-post-list__filter-label-image.express-checkout {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1113_2121)%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%226%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5%208.75C12.9142%208.75%2013.25%209.08579%2013.25%209.5V12C13.25%2012.4142%2012.9142%2012.75%2012.5%2012.75C12.0858%2012.75%2011.75%2012.4142%2011.75%2012V9.5C11.75%209.08579%2012.0858%208.75%2012.5%208.75Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19.5%208.75C19.9142%208.75%2020.25%209.08579%2020.25%209.5V12C20.25%2012.4142%2019.9142%2012.75%2019.5%2012.75C19.0858%2012.75%2018.75%2012.4142%2018.75%2012V9.5C18.75%209.08579%2019.0858%208.75%2019.5%208.75Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.8573%207.07632C16.3008%206.89082%2015.6992%206.89082%2015.1427%207.07632C14.3411%207.34352%2013.7172%207.96594%2013.442%208.74997H18.558C18.2828%207.96594%2017.6589%207.34352%2016.8573%207.07632ZM20.1142%208.74997C19.7979%207.30125%2018.7419%206.12336%2017.3317%205.6533C16.4673%205.36516%2015.5327%205.36516%2014.6683%205.6533C13.2581%206.12336%2012.202%207.30125%2011.8858%208.74997H10.8711C9.42332%208.74997%208.22349%209.87248%208.12718%2011.317L7.39385%2022.317C7.28803%2023.9043%208.54698%2025.25%2010.1378%2025.25H12C12.4142%2025.25%2012.75%2024.9142%2012.75%2024.5C12.75%2024.0858%2012.4142%2023.75%2012%2023.75H10.1378C9.41468%2023.75%208.84243%2023.1383%208.89053%2022.4168L9.62386%2011.4168C9.66763%2010.7602%2010.213%2010.25%2010.8711%2010.25H21.1289C21.787%2010.25%2022.3323%2010.7602%2022.3761%2011.4168L22.5016%2013.2999C22.5292%2013.7132%2022.8866%2014.0259%2023.2999%2013.9983C23.7132%2013.9708%2024.0259%2013.6134%2023.9983%2013.2001L23.8728%2011.317C23.7765%209.87248%2022.5767%208.74997%2021.1289%208.74997H20.1142Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19%2026.5C22.3137%2026.5%2025%2023.8137%2025%2020.5C25%2017.1863%2022.3137%2014.5%2019%2014.5C15.6863%2014.5%2013%2017.1863%2013%2020.5C13%2023.8137%2015.6863%2026.5%2019%2026.5ZM22.4794%2019.5768C22.798%2019.312%2022.8416%2018.8392%2022.5768%2018.5206C22.312%2018.2021%2021.8392%2018.1585%2021.5206%2018.4232L18.3906%2021.0248L17.2294%2020.0596C16.9109%2019.7948%2016.438%2019.8384%2016.1732%2020.157C15.9085%2020.4755%2015.9521%2020.9484%2016.2706%2021.2132L18.3906%2022.9753L22.4794%2019.5768Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1113_2121%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.bs-product-sharing-post-list__filter-content:not(:first-child) .bs-product-sharing-post-list__filter-label .label-black-disabled {
  color: rgba(0, 0, 0, 0.85);
}
.bs-product-sharing-post-list__filter-content:last-child {
  margin-bottom: 0;
}
.bs-product-sharing-post-list__filter-label-text {
  color: rgba(38, 38, 38, 0.87);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.44px;
  line-height: 28px;
  line-height: 24px;
  color: black;
}
.bs-product-sharing-post-list__filter__category .bs-checkbox__label {
  padding: 14px 0;
  margin-bottom: 0;
}
.bs-product-sharing-post-list__filter__sticky-bottom {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  padding: 10px 16px;
  background-color: white;
  gap: 16px;
}
.bs-product-sharing-post-list__filter__sticky-bottom .bs-button-normal__wrapper {
  min-height: unset;
}
@media screen and (min-width: 1200px) {
.bs-product-sharing-post-list__filter__sticky-bottom {
    position: sticky;
    left: 0;
    padding: 16px 0;
    border-top: 1px solid #E5E5E5;
}
}
.bs-product-sharing-post-list__filter-button-reset {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  color: #676767;
  letter-spacing: 1.35px;
  cursor: pointer;
}
.bs-product-sharing-post-list__filter-button-reset--disabled {
  color: #E5E5E5;
  cursor: not-allowed;
}
.bs-product-sharing-post-list__filter-button-apply {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 100px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
.bs-product-sharing-post-list__filter {
    padding: 0px 0px 16px;
}
.bs-product-sharing-post-list__filter-entrance {
    margin: 32px 0;
}
.bs-product-sharing-post-list__filter-title {
    font-size: 20px;
    margin-top: 32px;
}
.bs-product-sharing-post-list__filter-content {
    margin: 16px 0 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: 100%;
}
.bs-product-sharing-post-list__filter-content.three-column {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.bs-product-sharing-post-list__filter-button-reset {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    text-align: left;
}
.bs-product-sharing-post-list__filter-button-apply {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
}
.bs-product-sharing-post-list__filter-button-apply .bs-button-normal {
    border-radius: 99px;
}
}
.bs-product-sharing-post-list .bs-side-drawer .bs-side__panel__header--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.bs-product-sharing-post-list .bs-side-drawer .bs-side__panel__header--left .bs-side__icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%237B7B7B%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-list .bs-side-drawer .bs-side__panel__header--left:hover .bs-side__icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-list .bs-side-drawer .bs-side__panel__header__title {
  color: rgba(0, 0, 0, 0.87);
}
.bs-product-sharing-post-list__modal-drawer .bs-drawer-panel__panel__main {
  padding: 0;
}

.bs-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 16px;
  margin-top: 16px;
}
.bs-info-section.primary {
  background-color: #FFF4E1;
}
.bs-info-section.primary .bs-icon--info {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%205a1%201%200%20110%202%201%201%200%20010-2m0%204a1%201%200%20011%201v4a1%201%200%2001-2%200v-4a1%201%200%20011-1M11.694.14A10.013%2010.013%200%2000.14%2011.694c.681%204.143%204.023%207.485%208.166%208.166A10.013%2010.013%200%200019.86%208.306C19.179%204.163%2015.837.821%2011.694.14m-.126%2017.71C5.943%2018.926%201.074%2014.057%202.15%208.432c.601-3.144%203.138-5.681%206.282-6.282%205.625-1.076%2010.494%203.793%209.418%209.418-.601%203.144-3.138%205.681-6.282%206.282%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-info-section.info {
  background-color: #FBFBFB;
}
.bs-info-section.info .bs-icon--info {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%235DA2D5%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%205a1%201%200%20110%202%201%201%200%20010-2m0%204a1%201%200%20011%201v4a1%201%200%2001-2%200v-4a1%201%200%20011-1M11.694.14A10.013%2010.013%200%2000.14%2011.694c.681%204.143%204.023%207.485%208.166%208.166A10.013%2010.013%200%200019.86%208.306C19.179%204.163%2015.837.821%2011.694.14m-.126%2017.71C5.943%2018.926%201.074%2014.057%202.15%208.432c.601-3.144%203.138-5.681%206.282-6.282%205.625-1.076%2010.494%203.793%209.418%209.418-.601%203.144-3.138%205.681-6.282%206.282%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-info-section--icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 8px;
}
.bs-info-section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bs-info-section--content__text {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(38, 38, 38, 0.87);
}
.bs-info-section--content .bs-link-arrow-button {
  margin-top: 16px;
}

.bs-go-back[data-v-03138bec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.bs-go-back[data-v-03138bec]:focus,
.bs-go-back[data-v-03138bec]:focus-visible {
  outline: none;
}
.bs-go-back__text[data-v-03138bec] {
  color: #151515;
}
.bs-go-back__icon[data-v-03138bec] {
  padding: 4px;
}
.bs-go-back .bs-icon--go-back[data-v-03138bec] {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23151515%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.2071%206.29289C15.5976%206.68342%2015.5976%207.31658%2015.2071%207.70711L10.9142%2012L15.2071%2016.2929C15.5976%2016.6834%2015.5976%2017.3166%2015.2071%2017.7071C14.8166%2018.0976%2014.1834%2018.0976%2013.7929%2017.7071L8.79289%2012.7071C8.40237%2012.3166%208.40237%2011.6834%208.79289%2011.2929L13.7929%206.29289C14.1834%205.90237%2014.8166%205.90237%2015.2071%206.29289Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

.bs-media-slideshow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bs-media-slideshow__main {
  position: relative;
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
}
.bs-media-slideshow__main::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.bs-media-slideshow__main-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bs-media-slideshow__main-content-viewbox {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.bs-media-slideshow__main-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.bs-media-slideshow__main-content-list.transition {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.bs-media-slideshow__main-content-list-item {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.bs-media-slideshow__main-content-list-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
}
.bs-media-slideshow__main-content-list-item .plyr {
  width: 100%;
  height: 100%;
}
.bs-media-slideshow__main-content-list-item .plyr__video-wrapper {
  background: white;
}
.bs-media-slideshow__main-content-list-item .plyr__volume {
  width: auto;
  min-width: unset;
  max-width: unset;
}
.bs-media-slideshow__main .bs-media-slideshow__play {
  width: 90px;
  height: 90px;
}
.bs-media-slideshow__main .bs-media-slideshow__play-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22white%22%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%207L0.25%2013.4952L0.250001%200.504809L11.5%207Z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  margin-left: 14px;
}
.bs-media-slideshow__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 18px 0 0;
}
.bs-media-slideshow__side-item {
  position: relative;
  width: 100%;
  margin: 0 0 18px 0;
}
.bs-media-slideshow__side-item:last-child {
  margin: 0;
}
.bs-media-slideshow__side-item::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.bs-media-slideshow__side-item-image,
.bs-media-slideshow__side-item-skeleton {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bs-media-slideshow__side-item-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  cursor: pointer;
}
.bs-media-slideshow__side-item-image.active,
.bs-media-slideshow__side-item-image:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
.bs-media-slideshow__play {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(38, 38, 38, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.bs-media-slideshow__play-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22white%22%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%207L0.25%2013.4952L0.250001%200.504809L11.5%207Z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.bs-media-slideshow.bs-media-slideshow-full-screen {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__main {
  width: 100%;
  height: calc(100vh - 80px - 100px - 40px);
  margin: 100px 0 20px;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__main::before {
  padding-bottom: 0;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__main-content-list-item {
  text-align: center;
  overflow: hidden;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__main-content-list-item-image {
  max-width: 100%;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: unset;
     object-position: unset;
  cursor: auto;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background-color: #F6F6F6;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__side-item {
  width: 80px;
  height: 80px;
  margin: 0 18px 0 0;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__side-item:last-child {
  margin: 0;
}
.bs-media-slideshow__skeleton {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #f6f7f8;
}
.bs-media-slideshow__skeleton:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  -webkit-animation: placeholderSkeleton 2s infinite;
          animation: placeholderSkeleton 2s infinite;
}
.bs-media-slideshow__arrow-right,
.bs-media-slideshow__arrow-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media (any-hover: hover) {
.bs-media-slideshow__arrow-right:hover .bs-media-slideshow__arrow-right-icon,
  .bs-media-slideshow__arrow-left:hover .bs-media-slideshow__arrow-right-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}
.bs-media-slideshow__arrow-right:hover .bs-media-slideshow__arrow-left-icon,
  .bs-media-slideshow__arrow-left:hover .bs-media-slideshow__arrow-left-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 8px;
    height: 14px;
}
}
@media (any-hover: none) {
.bs-media-slideshow__arrow-right:active .bs-media-slideshow__arrow-right-icon,
  .bs-media-slideshow__arrow-left:active .bs-media-slideshow__arrow-right-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}
.bs-media-slideshow__arrow-right:active .bs-media-slideshow__arrow-left-icon,
  .bs-media-slideshow__arrow-left:active .bs-media-slideshow__arrow-left-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 8px;
    height: 14px;
}
}
.bs-media-slideshow__arrow-right {
  right: 20px;
}
.bs-media-slideshow__arrow-right-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23262626%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}
.bs-media-slideshow__arrow-left {
  left: 20px;
}
.bs-media-slideshow__arrow-left-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23262626%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 8px;
  height: 14px;
}
.bs-media-slideshow__pagination {
  display: none;
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 6px 12px;
  background-color: rgba(38, 38, 38, 0.8);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: white;
}
@-webkit-keyframes placeholderSkeleton {
100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
}
@keyframes placeholderSkeleton {
100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
}
@media screen and (max-width: 1199px) {
.bs-media-slideshow__main-content-list-item-image {
    border-radius: 0;
}
.bs-media-slideshow__side {
    display: none;
}
.bs-media-slideshow__side-item-image {
    border-radius: 0;
}
.bs-media-slideshow__arrow-right,
  .bs-media-slideshow__arrow-left {
    display: none;
}
.bs-media-slideshow__pagination {
    display: inline-block;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__main.full-height {
    height: calc(var(--vh, 1vh) * 100);
    margin: 0;
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__main-content-list-item-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.bs-media-slideshow.bs-media-slideshow-full-screen .bs-media-slideshow__pagination {
    display: none;
}
}

.bs-gallery-slideshow {
  margin: 0;
}
@media (min-width: 1440px) {
.bs-gallery-slideshow {
    margin-bottom: 32px;
}
}
.bs-gallery-slideshow__dialog .bs-dialog-full__header {
  position: fixed;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 80px;
  top: 0;
  right: 0;
  left: 0;
  padding: 12px 24px;
  background-color: white;
  z-index: 901;
}
.bs-gallery-slideshow__dialog .bs-dialog-full__close {
  display: none;
}
.bs-gallery-slideshow__dialog .bs-dialog-full__body {
  padding: 0;
}
.bs-gallery-slideshow__dialog-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-gallery-slideshow__dialog-header-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bs-gallery-slideshow__dialog-header-arrow-left {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
.bs-gallery-slideshow__dialog-header-arrow-left-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23262626%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 8px;
  height: 14px;
}
@media (any-hover: hover) {
.bs-gallery-slideshow__dialog-header-arrow-left:hover .bs-gallery-slideshow__dialog-header-arrow-left-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 8px;
    height: 14px;
}
}
@media (any-hover: none) {
.bs-gallery-slideshow__dialog-header-arrow-left:active .bs-gallery-slideshow__dialog-header-arrow-left-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 8px;
    height: 14px;
}
}
.bs-gallery-slideshow__dialog-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #484848;
  cursor: pointer;
}
.bs-gallery-slideshow__dialog-header-right-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  margin-right: 8px;
}
.bs-gallery-slideshow__dialog-header-right-close-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}
@media (any-hover: hover) {
.bs-gallery-slideshow__dialog-header-right:hover {
    color: #FB9219;
}
.bs-gallery-slideshow__dialog-header-right:hover .bs-gallery-slideshow__dialog-header-right-close-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
}
}
@media (any-hover: none) {
.bs-gallery-slideshow__dialog-header-right:active {
    color: #FB9219;
}
.bs-gallery-slideshow__dialog-header-right:active .bs-gallery-slideshow__dialog-header-right-close-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FB9219%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
}
}
@media screen and (max-width: 1199px) {
.bs-gallery-slideshow__dialog-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.bs-gallery-slideshow__dialog-header-arrow-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bs-gallery-slideshow__dialog-header-right {
    display: none;
}
.bs-gallery-slideshow__dialog .bs-dialog-full__header {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: transparent;
}
}

.bs-sticky-bottom-container {
  position: sticky;
  bottom: 0;
  padding-left: env(safe-area-inset-left);
  padding-top: calc(12px + env(safe-area-inset-top));
  padding-right: env(safe-area-inset-right);
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  -webkit-box-shadow: 0px 0px 32px 32px white;
          box-shadow: 0px 0px 32px 32px white;
  background-color: white;
  z-index: 101;
}
@media (min-width: 1200px) {
.bs-sticky-bottom-container {
    -webkit-box-shadow: none;
            box-shadow: none;
}
}

.bs-product-sharing-empty-content {
  padding: 24px 16px 0;
}
@media (min-width: 1200px) {
.bs-product-sharing-empty-content {
    padding: 52px 140px 0;
}
}
.bs-product-sharing-empty-content__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  background-color: #F6F6F6;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 1200px) {
.bs-product-sharing-empty-content__icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
}
}
.bs-product-sharing-empty-content__icon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bs-product-sharing-empty-content__icon .bs-icon--post-not-allow {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%231d1d1b%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20d%3D%22M13.5%2C7%20C17.08%2C7%2020%2C9.92%2020%2C13.5%20C20%2C17.08%2017.08%2C20%2013.5%2C20%20C9.92%2C20%207%2C17.08%207%2C13.5%20C7%2C9.92%209.92%2C7%2013.5%2C7%20Z%20M13.5%2C8%20C10.47%2C8%208%2C10.47%208%2C13.5%20C8%2C16.53%2010.47%2C19%2013.5%2C19%20C16.53%2C19%2019%2C16.53%2019%2C13.5%20C19%2C10.47%2016.53%2C8%2013.5%2C8%20Z%20M16.5%2C0%20C16.776%2C0%2017%2C0.224%2017%2C0.5%20L17%2C0.5%20L17%2C5.5%20C17%2C5.78%2016.78%2C6%2016.5%2C6%20C16.22%2C6%2016%2C5.78%2016%2C5.5%20L16%2C5.5%20L16%2C1%20L1%2C1%20L1%2C16%20L5.5%2C16%20C5.78%2C16%206%2C16.22%206%2C16.5%20C6%2C16.78%205.78%2C17%205.5%2C17%20L5.5%2C17%20L0.5%2C17%20C0.224%2C17%200%2C16.776%200%2C16.5%20L0%2C16.5%20L0%2C0.5%20C0%2C0.224%200.224%2C0%200.5%2C0%20L0.5%2C0%20Z%20M16.5%2C10%20C16.78%2C10%2017%2C10.22%2017%2C10.5%20C17%2C10.643%2016.935%2C10.756%2016.847%2C10.846%20L16.847%2C10.846%20L16.85%2C10.85%20L14.2%2C13.5%20L16.78%2C16.08%20L16.85%2C16.15%20C16.93%2C16.24%2017%2C16.36%2017%2C16.5%20C17%2C16.78%2016.78%2C17%2016.5%2C17%20C16.36%2C17%2016.24%2C16.93%2016.15%2C16.85%20L16.15%2C16.85%20L16.08%2C16.78%20L13.5%2C14.2%20L10.85%2C16.85%20C10.756%2C16.935%2010.643%2C17%2010.5%2C17%20C10.22%2C17%2010%2C16.78%2010%2C16.5%20C10%2C16.357%2010.065%2C16.244%2010.153%2C16.153%20L10.153%2C16.153%20L10.15%2C16.15%20L10.22%2C16.08%20L12.8%2C13.5%20L10.22%2C10.92%20L10.15%2C10.85%20C10.07%2C10.76%2010%2C10.64%2010%2C10.5%20C10%2C10.22%2010.22%2C10%2010.5%2C10%20C10.64%2C10%2010.76%2C10.07%2010.85%2C10.15%20L10.85%2C10.15%20L13.5%2C12.8%20L16.15%2C10.15%20C16.244%2C10.066%2016.357%2C10%2016.5%2C10%20Z%20M4.5%2C9%20C4.776%2C9%205%2C9.224%205%2C9.5%20C5%2C9.776%204.776%2C10%204.5%2C10%20L4.5%2C10%20L3.5%2C10%20C3.224%2C10%203%2C9.776%203%2C9.5%20C3%2C9.224%203.224%2C9%203.5%2C9%20L3.5%2C9%20Z%20M7.5%2C6%20C7.776%2C6%208%2C6.224%208%2C6.5%20C8%2C6.776%207.776%2C7%207.5%2C7%20L7.5%2C7%20L3.5%2C7%20C3.224%2C7%203%2C6.776%203%2C6.5%20C3%2C6.224%203.224%2C6%203.5%2C6%20L3.5%2C6%20Z%20M11.5%2C3%20C11.776%2C3%2012%2C3.224%2012%2C3.5%20C12%2C3.776%2011.776%2C4%2011.5%2C4%20L11.5%2C4%20L3.5%2C4%20C3.224%2C4%203%2C3.776%203%2C3.5%20C3%2C3.224%203.224%2C3%203.5%2C3%20L3.5%2C3%20Z%22%20id%3D%22cancelled_24px%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 27px;
  height: 27px;
}
@media (min-width: 1200px) {
.bs-product-sharing-empty-content__icon .bs-icon--post-not-allow {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%231d1d1b%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20d%3D%22M13.5%2C7%20C17.08%2C7%2020%2C9.92%2020%2C13.5%20C20%2C17.08%2017.08%2C20%2013.5%2C20%20C9.92%2C20%207%2C17.08%207%2C13.5%20C7%2C9.92%209.92%2C7%2013.5%2C7%20Z%20M13.5%2C8%20C10.47%2C8%208%2C10.47%208%2C13.5%20C8%2C16.53%2010.47%2C19%2013.5%2C19%20C16.53%2C19%2019%2C16.53%2019%2C13.5%20C19%2C10.47%2016.53%2C8%2013.5%2C8%20Z%20M16.5%2C0%20C16.776%2C0%2017%2C0.224%2017%2C0.5%20L17%2C0.5%20L17%2C5.5%20C17%2C5.78%2016.78%2C6%2016.5%2C6%20C16.22%2C6%2016%2C5.78%2016%2C5.5%20L16%2C5.5%20L16%2C1%20L1%2C1%20L1%2C16%20L5.5%2C16%20C5.78%2C16%206%2C16.22%206%2C16.5%20C6%2C16.78%205.78%2C17%205.5%2C17%20L5.5%2C17%20L0.5%2C17%20C0.224%2C17%200%2C16.776%200%2C16.5%20L0%2C16.5%20L0%2C0.5%20C0%2C0.224%200.224%2C0%200.5%2C0%20L0.5%2C0%20Z%20M16.5%2C10%20C16.78%2C10%2017%2C10.22%2017%2C10.5%20C17%2C10.643%2016.935%2C10.756%2016.847%2C10.846%20L16.847%2C10.846%20L16.85%2C10.85%20L14.2%2C13.5%20L16.78%2C16.08%20L16.85%2C16.15%20C16.93%2C16.24%2017%2C16.36%2017%2C16.5%20C17%2C16.78%2016.78%2C17%2016.5%2C17%20C16.36%2C17%2016.24%2C16.93%2016.15%2C16.85%20L16.15%2C16.85%20L16.08%2C16.78%20L13.5%2C14.2%20L10.85%2C16.85%20C10.756%2C16.935%2010.643%2C17%2010.5%2C17%20C10.22%2C17%2010%2C16.78%2010%2C16.5%20C10%2C16.357%2010.065%2C16.244%2010.153%2C16.153%20L10.153%2C16.153%20L10.15%2C16.15%20L10.22%2C16.08%20L12.8%2C13.5%20L10.22%2C10.92%20L10.15%2C10.85%20C10.07%2C10.76%2010%2C10.64%2010%2C10.5%20C10%2C10.22%2010.22%2C10%2010.5%2C10%20C10.64%2C10%2010.76%2C10.07%2010.85%2C10.15%20L10.85%2C10.15%20L13.5%2C12.8%20L16.15%2C10.15%20C16.244%2C10.066%2016.357%2C10%2016.5%2C10%20Z%20M4.5%2C9%20C4.776%2C9%205%2C9.224%205%2C9.5%20C5%2C9.776%204.776%2C10%204.5%2C10%20L4.5%2C10%20L3.5%2C10%20C3.224%2C10%203%2C9.776%203%2C9.5%20C3%2C9.224%203.224%2C9%203.5%2C9%20L3.5%2C9%20Z%20M7.5%2C6%20C7.776%2C6%208%2C6.224%208%2C6.5%20C8%2C6.776%207.776%2C7%207.5%2C7%20L7.5%2C7%20L3.5%2C7%20C3.224%2C7%203%2C6.776%203%2C6.5%20C3%2C6.224%203.224%2C6%203.5%2C6%20L3.5%2C6%20Z%20M11.5%2C3%20C11.776%2C3%2012%2C3.224%2012%2C3.5%20C12%2C3.776%2011.776%2C4%2011.5%2C4%20L11.5%2C4%20L3.5%2C4%20C3.224%2C4%203%2C3.776%203%2C3.5%20C3%2C3.224%203.224%2C3%203.5%2C3%20L3.5%2C3%20Z%22%20id%3D%22cancelled_24px%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 33px;
    height: 33px;
}
}
.bs-product-sharing-empty-content__content {
  margin: 16px 0 48px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 24px;
  color: #414345;
}
@media (min-width: 1200px) {
.bs-product-sharing-empty-content__content {
    max-width: 560px;
    margin: 24px auto 48px auto;
}
}
.bs-product-sharing-empty-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bs-product-sharing-empty-content__button .bs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.bs-product-sharing-empty-content__button .bs-icon--explore {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C0%20C15.522%2C0%2020%2C4.478%2020%2C10%20C20%2C15.522%2015.522%2C20%2010%2C20%20C4.478%2C20%200%2C15.522%200%2C10%20C0%2C4.478%204.478%2C0%2010%2C0%20Z%20M10%2C1%20C5.037%2C1%201%2C5.037%201%2C10%20C1%2C14.963%205.037%2C19%2010%2C19%20C14.963%2C19%2019%2C14.963%2019%2C10%20C19%2C5.037%2014.963%2C1%2010%2C1%20Z%20M16%2C4%20L12%2C12%20L5%2C16%20L8%2C8%20L16%2C4%20Z%20M10%2C9%20C9.45%2C9%209%2C9.45%209%2C10%20C9%2C10.55%209.45%2C11%2010%2C11%20C10.55%2C11%2011%2C10.55%2011%2C10%20C11%2C9.45%2010.55%2C9%2010%2C9%20Z%22%20id%3D%22explore_black_1dp_24dp%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}

.bs-product-sharing-post-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 130px;
}
}
.bs-product-sharing-post-card--max {
  max-width: 1440px;
  margin: 0 auto;
}
.bs-product-sharing-post-card__go-back-wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 24px;
  margin-top: 32px;
  padding-left: 24px;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__go-back-wrapper {
    margin-top: 0px;
    padding-left: 0px;
}
}
.bs-product-sharing-post-card__main {
  padding: 24px 24px 64px;
  border: 1px solid #ffffff;
  border-radius: 15px 15px 0 0;
  margin-top: -16px;
  background-color: #fff;
  z-index: 9;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__main {
    -webkit-box-flex: 1.8;
        -ms-flex: 1.8;
            flex: 1.8;
    margin: 0 112px 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
}
.bs-product-sharing-post-card__side {
  padding: 0 24px;
}
@media screen and (min-width: 1440px) {
.bs-product-sharing-post-card__side {
    position: sticky;
    top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.bs-product-sharing-post-card__side--padding {
    top: 24px;
}
}
.bs-product-sharing-post-card__recommend {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 64px;
}
.bs-product-sharing-post-card__recommend.desktop {
  padding: 0 24px 64px;
}
.bs-product-sharing-post-card__recommend__title {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.15px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 24px;
}
@media screen and (min-width: 1440px) {
.bs-product-sharing-post-card__recommend.desktop {
    padding: 0;
}
.bs-product-sharing-post-card__recommend__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: normal;
    color: #262626;
}
}
.bs-product-sharing-post-card__media--full {
  margin-top: 72px;
}
.bs-product-sharing-post-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0 16px 0;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__action {
    margin: 0 0 8px 0;
    padding: 0;
}
}
.bs-product-sharing-post-card__action__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-product-sharing-post-card__action__item__right {
  margin-left: auto;
  margin-right: 0;
}
.bs-product-sharing-post-card__action__item .bs-icon--like {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23000000%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.00043%2014.6C7.91541%2014.6%207.83051%2014.5786%207.75353%2014.5359C4.77498%2012.8757%201.55572%2010.8225%201.06486%207.45637C0.838586%205.90426%201.20872%204.4791%202.10707%203.44362C2.90294%202.52616%204.04199%202%205.2321%202C6.26053%202%207.22586%202.38986%208.00057%203.10865C8.77526%202.38986%209.74051%202%2010.7686%202C11.9586%202%2013.0975%202.52616%2013.8931%203.44362C14.7915%204.47929%2015.1615%205.90429%2014.9351%207.45637C14.4649%2010.6811%2011.2394%2012.6814%208.39315%2014.4458L8.26753%2014.5238C8.18599%2014.5743%208.09338%2014.5998%208.00044%2014.5998L8.00043%2014.6ZM5.23196%203.0091C4.33589%203.0091%203.47585%203.40797%202.87227%204.10378C2.16891%204.91448%201.88262%206.05356%202.06587%207.31109C2.43839%209.86325%204.69437%2011.6484%207.98767%2013.5095C10.7357%2011.805%2013.5376%2010.0295%2013.9342%207.31109C14.1177%206.05347%2013.8315%204.91451%2013.1283%204.10378C12.5246%203.40816%2011.6647%203.00888%2010.7687%203.00888C9.86436%203.00888%209.01866%203.41941%208.38695%204.1644C8.29086%204.27775%208.1496%204.34325%208.00065%204.34325C7.85179%204.34325%207.71052%204.27775%207.61435%204.1644C6.98265%203.41952%206.13653%203.00897%205.2321%203.00897L5.23196%203.0091Z%22%20fill%3D%22%23262626%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card__action__item .bs-icon--like--fill {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23000000%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.00043%2014.6C7.91541%2014.6%207.83051%2014.5786%207.75353%2014.5359C4.77498%2012.8757%201.55572%2010.8225%201.06486%207.45637C0.838586%205.90426%201.20872%204.4791%202.10707%203.44362C2.90293%202.52616%204.04199%202%205.2321%202C6.26053%202%207.22586%202.38986%208.00057%203.10865C8.77526%202.38986%209.74051%202%2010.7686%202C11.9586%202%2013.0975%202.52616%2013.8931%203.44362C14.7915%204.47929%2015.1615%205.90429%2014.9351%207.45637C14.4649%2010.6811%2011.2394%2012.6814%208.39315%2014.4458L8.26753%2014.5238C8.18599%2014.5743%208.09337%2014.6%208.00043%2014.6Z%22%20fill%3D%22%23F4633A%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card__action__item .bs-icon--bookmark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23000000%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%202C3.72386%202%203.5%202.22386%203.5%202.5V13.523C3.5%2013.8767%203.85726%2014.1186%204.1857%2013.9872L7.44291%2012.6843C7.80053%2012.5413%208.19947%2012.5413%208.55709%2012.6843L11.8143%2013.9872C12.1427%2014.1186%2012.5%2013.8767%2012.5%2013.523V2.5C12.5%202.22386%2012.2761%202%2012%202H4ZM2.5%202.5C2.5%201.67157%203.17157%201%204%201H12C12.8284%201%2013.5%201.67157%2013.5%202.5V13.523C13.5%2014.5842%2012.4282%2015.3098%2011.4429%2014.9157L8.1857%2013.6128C8.06649%2013.5651%207.93351%2013.5651%207.8143%2013.6128L4.55709%2014.9157C3.57179%2015.3098%202.5%2014.5842%202.5%2013.523V2.5Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card__action__item .bs-icon--bookmark--fill {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23000000%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C3.17157%201%202.5%201.67157%202.5%202.5V13.523C2.5%2014.5842%203.57179%2015.3098%204.55709%2014.9157L7.8143%2013.6128C7.93351%2013.5651%208.06649%2013.5651%208.1857%2013.6128L11.4429%2014.9157C12.4282%2015.3098%2013.5%2014.5842%2013.5%2013.523V2.5C13.5%201.67157%2012.8284%201%2012%201H4Z%22%20fill%3D%22%23262626%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card__action__item .bs-icon--share {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.5%209V12.5C3.5%2013.0523%203.94772%2013.5%204.5%2013.5H11.5C12.0523%2013.5%2012.5%2013.0523%2012.5%2012.5V9M8%202L4%206M8%202L12%206M8%202V10%22%20stroke%3D%22%23262626%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card__action__item .bs-icon--share-open {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.5%201.25C1.80964%201.25%201.25%201.80964%201.25%202.5V13.5C1.25%2014.1904%201.80964%2014.75%202.5%2014.75H13.5C14.1904%2014.75%2014.75%2014.1904%2014.75%2013.5V11C14.75%2010.5858%2014.4142%2010.25%2014%2010.25C13.5858%2010.25%2013.25%2010.5858%2013.25%2011V13.25H2.75V2.75H5.5C5.91421%202.75%206.25%202.41421%206.25%202C6.25%201.58579%205.91421%201.25%205.5%201.25H2.5ZM8.5%201.25C8.08579%201.25%207.75%201.58579%207.75%202C7.75%202.41421%208.08579%202.75%208.5%202.75H12.1893L6.46967%208.46967C6.17678%208.76256%206.17678%209.23744%206.46967%209.53033C6.76256%209.82322%207.23744%209.82322%207.53033%209.53033L13.25%203.81066V7.5C13.25%207.91421%2013.5858%208.25%2014%208.25C14.4142%208.25%2014.75%207.91421%2014.75%207.5V2C14.75%201.58579%2014.4142%201.25%2014%201.25H8.5Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
@media (any-hover: hover) {
.bs-product-sharing-post-card__action__item .bs-icon--bookmark:hover {
    cursor: pointer;
}
}
@media (any-hover: none) {
.bs-product-sharing-post-card__action__item .bs-icon--bookmark:active {
    cursor: pointer;
}
}
@media (any-hover: hover) {
.bs-product-sharing-post-card__action__item .bs-icon--share:hover {
    cursor: pointer;
}
}
@media (any-hover: none) {
.bs-product-sharing-post-card__action__item .bs-icon--share:active {
    cursor: pointer;
}
}
.bs-product-sharing-post-card__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
.bs-product-sharing-post-card__post__title {
  color: rgba(38, 38, 38, 0.87);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 24px;
  font-weight: 600;
}
.bs-product-sharing-post-card__post__content {
  margin-top: 8px;
  color: rgba(38, 38, 38, 0.87);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.44px;
  line-height: 28px;
  color: #484848;
}
.bs-product-sharing-post-card__post__content__text {
  white-space: pre-wrap;
}
.bs-product-sharing-post-card__poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-product-sharing-post-card__poster__avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1440px) {
.bs-product-sharing-post-card__poster__avatar {
    width: 48px;
    height: 48px;
}
}
.bs-product-sharing-post-card__poster__avatar:hover {
  cursor: pointer;
}
.bs-product-sharing-post-card__poster__avatar__img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bs-product-sharing-post-card__poster__avatar--loading {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.bs-product-sharing-post-card__poster__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8px;
}
.bs-product-sharing-post-card__poster__info:hover {
  cursor: pointer;
}
.bs-product-sharing-post-card__poster__info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-product-sharing-post-card__poster__info__name--loading {
  width: 30%;
  height: 24px;
}
.bs-product-sharing-post-card__poster__info__name--text {
  color: rgba(38, 38, 38, 0.87);
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.bs-product-sharing-post-card__poster__info__name--member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4px;
}
@media screen and (min-width: 1440px) {
.bs-product-sharing-post-card__poster__info__name--member {
    background-color: #FFF4E1;
    padding: 6.5px 8px;
    border-radius: 4px;
}
}
.bs-product-sharing-post-card__poster__info__name--member__title {
  color: rgba(38, 38, 38, 0.87);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 16px;
  line-height: 19px;
  color: #E55A10;
  margin-left: 4px;
}
.bs-product-sharing-post-card__poster__info__other {
  color: rgba(38, 38, 38, 0.87);
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: rgba(72, 72, 72, 0.87);
}
.bs-product-sharing-post-card__poster__info__other--loading {
  width: 30%;
  height: 20px;
}
.bs-product-sharing-post-card__info {
  padding: 24px 16px;
  margin: 16px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #FBFBFB;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__info {
    padding: 24px;
    margin: 24px 0 0 0;
}
}
.bs-product-sharing-post-card__info__post {
  border: 1px solid #F6F6F6;
  background-color: #FBFBFB;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  margin: 8px 0 0 0;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__info__post {
    margin: 24px 0 0 0;
}
}
.bs-product-sharing-post-card__info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.15px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 32px;
}
.bs-product-sharing-post-card__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.bs-product-sharing-post-card__info__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(100% - 40px);
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__info__item__content {
    max-width: calc(100% - 48px);
}
}
.bs-product-sharing-post-card__info__item__content__title {
  margin-bottom: 4px;
  color: rgba(38, 38, 38, 0.87);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  color: #484848;
}
.bs-product-sharing-post-card__info__item__content__value {
  color: rgba(38, 38, 38, 0.87);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.44px;
  line-height: 28px;
  color: #262626;
}
.bs-product-sharing-post-card__info__item .bs-icon {
  margin-right: 16px;
}
.bs-product-sharing-post-card__info__item .bs-icon--product {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.1427%203.57638C11.6992%203.39088%2012.3008%203.39088%2012.8573%203.57638C13.6589%203.84358%2014.2828%204.466%2014.558%205.25003H9.44197C9.7172%204.466%2010.3411%203.84358%2011.1427%203.57638ZM13.3317%202.15336C14.7419%202.62342%2015.7979%203.80131%2016.1142%205.25003H17.1289C18.5767%205.25003%2019.7765%206.37254%2019.8728%207.81711L20.6061%2018.8171C20.7119%2020.4044%2019.453%2021.75%2017.8622%2021.75H6.13776C4.54698%2021.75%203.28803%2020.4044%203.39385%2018.8171L4.12718%207.81711C4.22349%206.37254%205.42332%205.25003%206.87109%205.25003H7.88579C8.20202%203.80131%209.25811%202.62342%2010.6683%202.15336C11.5327%201.86522%2012.4673%201.86522%2013.3317%202.15336ZM5.62386%207.91689C5.66763%207.26026%206.21301%206.75003%206.87109%206.75003H7.75V8.5C7.75%208.91421%208.08579%209.25%208.5%209.25C8.91421%209.25%209.25%208.91421%209.25%208.5V6.75003H14.75V8.5C14.75%208.91421%2015.0858%209.25%2015.5%209.25C15.9142%209.25%2016.25%208.91421%2016.25%208.5V6.75003H17.1289C17.787%206.75003%2018.3323%207.26026%2018.3761%207.91689L19.1094%2018.9169C19.1575%2019.6384%2018.5853%2020.25%2017.8622%2020.25H6.13776C5.41468%2020.25%204.84243%2019.6384%204.89053%2018.9169L5.62386%207.91689Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.25%2018C7.25%2017.5858%207.58579%2017.25%208%2017.25H16C16.4142%2017.25%2016.75%2017.5858%2016.75%2018C16.75%2018.4142%2016.4142%2018.75%2016%2018.75H8C7.58579%2018.75%207.25%2018.4142%207.25%2018Z%22%20fill%3D%22%23FF9648%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__info__item .bs-icon--price-tag {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.55762%203.55762L3.55762%2011.6893L11.8232%2019.955C12.3114%2020.4431%2013.1028%2020.4431%2013.591%2019.955L19.955%2013.591C20.4431%2013.1028%2020.4431%2012.3114%2019.955%2011.8232L11.6893%203.55762L3.55762%203.55762ZM3.30762%202.05762L11.7929%202.05762C12.1244%202.05762%2012.4424%202.18931%2012.6768%202.42373L21.0156%2010.7626C22.0896%2011.8365%2022.0896%2013.5777%2021.0156%2014.6517L14.6517%2021.0156C13.5777%2022.0896%2011.8365%2022.0896%2010.7626%2021.0156L2.42373%2012.6768C2.18931%2012.4424%202.05762%2012.1244%202.05762%2011.7929L2.05762%203.30762C2.05762%202.61726%202.61726%202.05762%203.30762%202.05762Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0399%206.09007C12.4067%207.4569%2012.4067%209.67298%2011.0399%2011.0398C9.67302%2012.4067%207.45694%2012.4067%206.09011%2011.0398C4.72327%209.67298%204.72327%207.4569%206.09011%206.09007C7.45694%204.72323%209.67302%204.72323%2011.0399%206.09007ZM9.9792%209.97915C10.7602%209.19811%2010.7602%207.93178%209.9792%207.15073C9.19815%206.36968%207.93182%206.36968%207.15077%207.15073C6.36972%207.93178%206.36972%209.19811%207.15077%209.97915C7.93182%2010.7602%209.19815%2010.7602%209.9792%209.97915Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.38995%2013.5909C9.68284%2013.298%2010.1577%2013.298%2010.4506%2013.5909L13.6327%2016.773C13.9256%2017.0658%2013.9256%2017.5407%2013.6327%2017.8336C13.3398%2018.1265%2012.8649%2018.1265%2012.572%2017.8336L9.38995%2014.6515C9.09706%2014.3587%209.09706%2013.8838%209.38995%2013.5909Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.2184%2012.1768C12.5113%2011.8839%2012.9862%2011.8839%2013.2791%2012.1768L15.7539%2014.6516C16.0468%2014.9445%2016.0468%2015.4194%2015.7539%2015.7123C15.461%2016.0052%2014.9861%2016.0052%2014.6932%2015.7123L12.2184%2013.2375C11.9255%2012.9446%2011.9255%2012.4697%2012.2184%2012.1768Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.0468%2010.7625C15.3397%2010.4696%2015.8146%2010.4696%2016.1075%2010.7625L17.8752%2012.5303C18.1681%2012.8232%2018.1681%2013.2981%2017.8752%2013.5909C17.5823%2013.8838%2017.1075%2013.8838%2016.8146%2013.5909L15.0468%2011.8232C14.7539%2011.5303%2014.7539%2011.0554%2015.0468%2010.7625Z%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__info__item .bs-icon--saved-money {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2020.5C16.6944%2020.5%2020.5%2016.6944%2020.5%2012C20.5%207.30558%2016.6944%203.5%2012%203.5C7.30558%203.5%203.5%207.30558%203.5%2012C3.5%2016.6944%207.30558%2020.5%2012%2020.5ZM12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%2F%3E%0A%3Cpath%20d%3D%22M14.9942%2010.0719H14.3446C13.8417%2010.0719%2013.4436%209.68155%2013.5065%209.21304C13.5485%208.80308%2013.9466%208.51038%2014.3866%208.51038H15.141C15.4135%208.51038%2015.6649%208.68601%2015.7068%208.93978C15.7277%209.0178%2015.7906%209.05687%2015.8745%209.05687H16.7337C16.8385%209.05687%2016.9013%208.97886%2016.9013%208.90071C16.8176%208.10042%2016.126%207.4759%2015.2668%207.43683V6.65616C15.2668%206.57815%2015.1831%206.5%2015.0992%206.5H14.2611C14.1773%206.5%2014.0934%206.57801%2014.0934%206.65616V7.45645C13.0456%207.59315%2012.2493%208.47144%2012.3541%209.50592C12.4589%2010.4818%2013.4019%2011.204%2014.4496%2011.204H14.9944C15.4974%2011.204%2015.8745%2011.5943%2015.8326%2012.0628C15.7906%2012.4728%2015.3924%2012.7655%2014.9524%2012.7655H14.1981C13.9256%2012.7655%2013.6742%2012.5898%2013.6322%2012.3361C13.6113%2012.2775%2013.5485%2012.219%2013.4646%2012.219H12.6054C12.5006%2012.219%2012.4168%2012.297%2012.4377%2012.3752C12.5215%2013.1754%2013.213%2013.8%2014.0722%2013.839V14.6197C14.0722%2014.6977%2014.156%2014.7759%2014.2399%2014.7759H15.078C15.1618%2014.7759%2015.2457%2014.6978%2015.2457%2014.6197V13.8194C16.1467%2013.6827%2016.901%2013.0191%2016.9849%2012.1603C17.1317%2011.0283%2016.1887%2010.0719%2014.9942%2010.0719Z%22%2F%3E%0A%3Cpath%20d%3D%22M9.64935%2010.0719H8.99978C8.49682%2010.0719%208.09879%209.68155%208.16165%209.21304C8.20361%208.80308%208.60178%208.51038%209.04177%208.51038H9.79615C10.0686%208.51038%2010.32%208.68601%2010.362%208.93978C10.3829%209.0178%2010.4457%209.05687%2010.5296%209.05687H11.3888C11.4936%209.05687%2011.5565%208.97886%2011.5565%208.90071C11.4727%208.10042%2010.7812%207.4759%209.92199%207.43683V6.65616C9.92199%206.57815%209.83824%206.5%209.75433%206.5H8.9162C8.83245%206.5%208.74855%206.57801%208.74855%206.65616V7.45645C7.70079%207.59315%206.90446%208.47144%207.00928%209.50592C7.11408%2010.4818%208.05703%2011.204%209.10478%2011.204H9.64958C10.1525%2011.204%2010.5297%2011.5943%2010.4877%2012.0628C10.4458%2012.4728%2010.0476%2012.7655%209.60759%2012.7655H8.85321C8.58075%2012.7655%208.32933%2012.5898%208.28738%2012.3361C8.26648%2012.2775%208.20363%2012.219%208.11973%2012.219H7.26053C7.15572%2012.219%207.07197%2012.297%207.09287%2012.3752C7.17663%2013.1754%207.86817%2013.8%208.72737%2013.839V14.6197C8.72737%2014.6977%208.81112%2014.7759%208.89503%2014.7759H9.73315C9.81691%2014.7759%209.90081%2014.6978%209.90081%2014.6197V13.8194C10.8018%2013.6827%2011.5562%2013.0191%2011.6401%2012.1603C11.7868%2011.0283%2010.8439%2010.0719%209.64935%2010.0719Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.25%2017C8.25%2016.5858%208.58579%2016.25%209%2016.25L15%2016.25C15.4142%2016.25%2015.75%2016.5858%2015.75%2017C15.75%2017.4142%2015.4142%2017.75%2015%2017.75L9%2017.75C8.58579%2017.75%208.25%2017.4142%208.25%2017Z%22%20fill%3D%22%23FF9648%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__info__item .bs-icon--credit-card {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.25%206C1.25%204.48122%202.48122%203.25%204%203.25H20C21.5188%203.25%2022.75%204.48122%2022.75%206V9V17C22.75%2018.5188%2021.5188%2019.75%2020%2019.75H4C2.48122%2019.75%201.25%2018.5188%201.25%2017V9V6ZM21.25%206V8.25H2.75V6C2.75%205.30964%203.30964%204.75%204%204.75H20C20.6904%204.75%2021.25%205.30964%2021.25%206ZM21.25%209.75H2.75V17C2.75%2017.6904%203.30964%2018.25%204%2018.25H20C20.6904%2018.25%2021.25%2017.6904%2021.25%2017V9.75ZM5%2014.25C4.58579%2014.25%204.25%2014.5858%204.25%2015C4.25%2015.4142%204.58579%2015.75%205%2015.75H6C6.41421%2015.75%206.75%2015.4142%206.75%2015C6.75%2014.5858%206.41421%2014.25%206%2014.25H5ZM8.25%2015C8.25%2014.5858%208.58579%2014.25%209%2014.25H10C10.4142%2014.25%2010.75%2014.5858%2010.75%2015C10.75%2015.4142%2010.4142%2015.75%2010%2015.75H9C8.58579%2015.75%208.25%2015.4142%208.25%2015ZM13%2014.25C12.5858%2014.25%2012.25%2014.5858%2012.25%2015C12.25%2015.4142%2012.5858%2015.75%2013%2015.75H14C14.4142%2015.75%2014.75%2015.4142%2014.75%2015C14.75%2014.5858%2014.4142%2014.25%2014%2014.25H13Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.25%2015C16.25%2014.5858%2016.5858%2014.25%2017%2014.25L20%2014.25C20.4142%2014.25%2020.75%2014.5858%2020.75%2015C20.75%2015.4142%2020.4142%2015.75%2020%2015.75H17C16.5858%2015.75%2016.25%2015.4142%2016.25%2015Z%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__info__item .bs-icon--warehouse {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%204.5H19.5V6H18V4.5Z%22%2F%3E%0A%3Cpath%20d%3D%22M18%207.5H19.5V9H18V7.5Z%22%2F%3E%0A%3Cpath%20d%3D%22M15%204.5H16.5V6H15V4.5Z%22%2F%3E%0A%3Cpath%20d%3D%22M15%207.5H16.5V9H15V7.5Z%22%2F%3E%0A%3Cpath%20d%3D%22M12%204.5H13.5V6H12V4.5Z%22%2F%3E%0A%3Cpath%20d%3D%22M12%207.5H13.5V9H12V7.5Z%22%2F%3E%0A%3Cpath%20d%3D%22M9%204.5H10.5V6H9V4.5Z%22%2F%3E%0A%3Cpath%20d%3D%22M9%207.5H10.5V9H9V7.5Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.625%2011.25C15.0392%2011.25%2015.375%2011.5858%2015.375%2012V14.625H17.625V12C17.625%2011.5858%2017.9608%2011.25%2018.375%2011.25C18.7892%2011.25%2019.125%2011.5858%2019.125%2012V14.625C19.125%2015.4534%2018.4534%2016.125%2017.625%2016.125H15.375C14.5466%2016.125%2013.875%2015.4534%2013.875%2014.625V12C13.875%2011.5858%2014.2108%2011.25%2014.625%2011.25Z%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.74632%201.5C7.14958%201.5%206.57729%201.73705%206.15533%202.15901L2.15901%206.15533C1.73705%206.57729%201.5%207.14958%201.5%207.74632V21.75C1.5%2022.1642%201.83579%2022.5%202.25%2022.5H21.75C22.1642%2022.5%2022.5%2022.1642%2022.5%2021.75V13.125C22.5%2011.8824%2021.4926%2010.875%2020.25%2010.875H12.75C11.5074%2010.875%2010.5%2011.8824%2010.5%2013.125V19.5C10.5%2019.9142%2010.8358%2020.25%2011.25%2020.25C11.6642%2020.25%2012%2019.9142%2012%2019.5V13.125C12%2012.7108%2012.3358%2012.375%2012.75%2012.375H20.25C20.6642%2012.375%2021%2012.7108%2021%2013.125V21H3V7.74632C3%207.54741%203.07902%207.35664%203.21967%207.21599L7.21599%203.21967C7.35664%203.07902%207.54741%203%207.74632%203H21V9.375C21%209.78921%2021.3358%2010.125%2021.75%2010.125C22.1642%2010.125%2022.5%209.78921%2022.5%209.375V2.25C22.5%201.83579%2022.1642%201.5%2021.75%201.5H7.74632Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__info__item .bs-icon--delivery {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%202C10.4142%202%2010.75%202.33579%2010.75%202.75V5H13.25V2.75C13.25%202.33579%2013.5858%202%2014%202C14.4142%202%2014.75%202.33579%2014.75%202.75V5.25C14.75%205.94036%2014.1904%206.5%2013.5%206.5H10.5C9.80964%206.5%209.25%205.94036%209.25%205.25V2.75C9.25%202.33579%209.58579%202%2010%202Z%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.75%204.75C4.75%204.05964%205.30964%203.5%206%203.5H18C18.6904%203.5%2019.25%204.05964%2019.25%204.75V11.25C19.25%2011.6642%2019.5858%2012%2020%2012C20.4142%2012%2020.75%2011.6642%2020.75%2011.25V4.75C20.75%203.23122%2019.5188%202%2018%202H6C4.48122%202%203.25%203.23122%203.25%204.75V11.25C3.25%2011.6642%203.58579%2012%204%2012C4.41421%2012%204.75%2011.6642%204.75%2011.25V4.75ZM2.75%2015C2.75%2014.8619%202.86193%2014.75%203%2014.75H21C21.1381%2014.75%2021.25%2014.8619%2021.25%2015V19C21.25%2019.138%2021.1381%2019.25%2021%2019.25H3C2.86193%2019.25%202.75%2019.138%202.75%2019V15ZM3%2013.25C2.0335%2013.25%201.25%2014.0335%201.25%2015V19C1.25%2019.9665%202.0335%2020.75%203%2020.75H21C21.9665%2020.75%2022.75%2019.9665%2022.75%2019V15C22.75%2014.0335%2021.9665%2013.25%2021%2013.25H3ZM7%2017C7%2017.5523%206.55228%2018%206%2018C5.44772%2018%205%2017.5523%205%2017C5%2016.4477%205.44772%2016%206%2016C6.55228%2016%207%2016.4477%207%2017ZM10%2018C10.5523%2018%2011%2017.5523%2011%2017C11%2016.4477%2010.5523%2016%2010%2016C9.44771%2016%209%2016.4477%209%2017C9%2017.5523%209.44771%2018%2010%2018ZM15%2017C15%2017.5523%2014.5523%2018%2014%2018C13.4477%2018%2013%2017.5523%2013%2017C13%2016.4477%2013.4477%2016%2014%2016C14.5523%2016%2015%2016.4477%2015%2017ZM18%2018C18.5523%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5523%2016%2018%2016C17.4477%2016%2017%2016.4477%2017%2017C17%2017.5523%2017.4477%2018%2018%2018Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__info__item .bs-icon--weight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%202.25C10.4142%202.25%2010.75%202.58579%2010.75%203V5C10.75%205.13807%2010.8619%205.25%2011%205.25H13C13.1381%205.25%2013.25%205.13807%2013.25%205V3C13.25%202.58579%2013.5858%202.25%2014%202.25C14.4142%202.25%2014.75%202.58579%2014.75%203V5C14.75%205.9665%2013.9665%206.75%2013%206.75H11C10.0335%206.75%209.25%205.9665%209.25%205V3C9.25%202.58579%209.58579%202.25%2010%202.25Z%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%203.25C3.86193%203.25%203.75%203.36193%203.75%203.5V14C3.75%2014.4142%203.41421%2014.75%203%2014.75C2.58579%2014.75%202.25%2014.4142%202.25%2014V3.5C2.25%202.5335%203.0335%201.75%204%201.75H20C20.9665%201.75%2021.75%202.5335%2021.75%203.5V14C21.75%2014.4142%2021.4142%2014.75%2021%2014.75C20.5858%2014.75%2020.25%2014.4142%2020.25%2014V3.5C20.25%203.36193%2020.1381%203.25%2020%203.25H4ZM7.25%2014C7.25%2011.3766%209.37665%209.25%2012%209.25C14.6234%209.25%2016.75%2011.3766%2016.75%2014C16.75%2016.6234%2014.6234%2018.75%2012%2018.75C9.37665%2018.75%207.25%2016.6234%207.25%2014ZM12%207.75C8.54822%207.75%205.75%2010.5482%205.75%2014C5.75%2015.1904%206.08279%2016.303%206.6604%2017.25H3C2.0335%2017.25%201.25%2018.0335%201.25%2019V21C1.25%2021.9665%202.0335%2022.75%203%2022.75H21C21.9665%2022.75%2022.75%2021.9665%2022.75%2021V19C22.75%2018.0335%2021.9665%2017.25%2021%2017.25H17.3396C17.9172%2016.303%2018.25%2015.1904%2018.25%2014C18.25%2010.5482%2015.4518%207.75%2012%207.75ZM16.0622%2018.75C14.9697%2019.6852%2013.5508%2020.25%2012%2020.25C10.4492%2020.25%209.03028%2019.6852%207.9378%2018.75H3C2.86193%2018.75%202.75%2018.8619%202.75%2019V21C2.75%2021.1381%202.86193%2021.25%203%2021.25H21C21.1381%2021.25%2021.25%2021.1381%2021.25%2021V19C21.25%2018.8619%2021.1381%2018.75%2021%2018.75H16.0622ZM14.5303%2012.5303C14.8232%2012.2374%2014.8232%2011.7626%2014.5303%2011.4697C14.2374%2011.1768%2013.7626%2011.1768%2013.4697%2011.4697L11.4697%2013.4697C11.1768%2013.7626%2011.1768%2014.2374%2011.4697%2014.5303C11.7626%2014.8232%2012.2374%2014.8232%2012.5303%2014.5303L14.5303%2012.5303Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__info__item .bs-icon--product-category {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.1427%203.57638C11.6992%203.39088%2012.3008%203.39088%2012.8573%203.57638C13.6589%203.84358%2014.2828%204.466%2014.558%205.25003H9.44197C9.7172%204.466%2010.3411%203.84358%2011.1427%203.57638ZM13.3317%202.15336C14.7419%202.62342%2015.7979%203.80131%2016.1142%205.25003H17.1289C18.5767%205.25003%2019.7765%206.37254%2019.8728%207.81711L19.9983%209.70015C20.0259%2010.1134%2019.7132%2010.4708%2019.2999%2010.4984C18.8866%2010.5259%2018.5292%2010.2132%2018.5016%209.79992L18.3761%207.91689C18.3323%207.26026%2017.787%206.75003%2017.1289%206.75003H16.25V8.5C16.25%208.91421%2015.9142%209.25%2015.5%209.25C15.0858%209.25%2014.75%208.91421%2014.75%208.5V6.75003H9.25V8.5C9.25%208.91421%208.91421%209.25%208.5%209.25C8.08579%209.25%207.75%208.91421%207.75%208.5V6.75003H6.87109C6.21301%206.75003%205.66764%207.26026%205.62386%207.91689L4.89053%2018.9169C4.84243%2019.6384%205.41468%2020.25%206.13776%2020.25H7.99999C8.4142%2020.25%208.74999%2020.5858%208.74999%2021C8.74999%2021.4142%208.4142%2021.75%207.99999%2021.75H6.13776C4.54698%2021.75%203.28803%2020.4044%203.39385%2018.8171L4.12718%207.81711C4.22349%206.37254%205.42332%205.25003%206.87109%205.25003H7.88579C8.20202%203.80131%209.25811%202.62342%2010.6683%202.15336C11.5327%201.86522%2012.4673%201.86522%2013.3317%202.15336Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.25%2021C12.25%2020.5858%2012.5858%2020.25%2013%2020.25L21%2020.25C21.4142%2020.25%2021.75%2020.5858%2021.75%2021C21.75%2021.4142%2021.4142%2021.75%2021%2021.75L13%2021.75C12.5858%2021.75%2012.25%2021.4142%2012.25%2021Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.25%2014C12.25%2013.5858%2012.5858%2013.25%2013%2013.25L21%2013.25C21.4142%2013.25%2021.75%2013.5858%2021.75%2014C21.75%2014.4142%2021.4142%2014.75%2021%2014.75L13%2014.75C12.5858%2014.75%2012.25%2014.4142%2012.25%2014Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.25%2017.5C12.25%2017.0858%2012.5858%2016.75%2013%2016.75L21%2016.75C21.4142%2016.75%2021.75%2017.0858%2021.75%2017.5C21.75%2017.9142%2021.4142%2018.25%2021%2018.25L13%2018.25C12.5858%2018.25%2012.25%2017.9142%2012.25%2017.5Z%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__info__item .bs-icon--post-category {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%224.69995%22%20width%3D%226%22%20height%3D%226%22%20rx%3D%221%22%20stroke%3D%22%23484848%22%20stroke-width%3D%221.5%22%2F%3E%0A%3Crect%20x%3D%224%22%20y%3D%2214.2%22%20width%3D%226%22%20height%3D%226%22%20rx%3D%221%22%20stroke%3D%22%23484848%22%20stroke-width%3D%221.5%22%2F%3E%0A%3Cpath%20d%3D%22M14%206H20%22%20stroke%3D%22%23484848%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14%2015H20%22%20stroke%3D%22%23FF9E1B%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14%2010H20%22%20stroke%3D%22%23484848%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14%2019H20%22%20stroke%3D%22%23484848%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-product-sharing-post-card__product {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__product {
    padding: 24px 0 0 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
}
.bs-product-sharing-post-card__product__name {
  margin: 8px 0 24px 0;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__product__name {
    margin: 0;
}
}
.bs-product-sharing-post-card__product__price {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.15px;
  font-weight: 600;
  color: #262626;
  color: #000000;
  margin: 0;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__product__price {
    margin: 32px 0 4px 0;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: normal;
    color: #262626;
}
.bs-product-sharing-post-card__product__price.adjustment {
    margin: 32px 0 0 0;
}
}
.bs-product-sharing-post-card__product__price__local {
  color: rgba(38, 38, 38, 0.87);
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 24px;
  color: #484848;
  font-weight: 600;
}
@media (min-width: 1200px) {
.bs-product-sharing-post-card__product__price__local {
    color: #676767;
}
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__product__price__local {
    color: rgba(38, 38, 38, 0.87);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15px;
    line-height: 24px;
}
}
.bs-product-sharing-post-card__product__button {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1200px) {
.bs-product-sharing-post-card__product__button {
    margin: 32px 0;
    width: 100%;
}
}
.bs-product-sharing-post-card__product__button .bs-icon--share-open {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23ffffff%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.5%201.25C1.80964%201.25%201.25%201.80964%201.25%202.5V13.5C1.25%2014.1904%201.80964%2014.75%202.5%2014.75H13.5C14.1904%2014.75%2014.75%2014.1904%2014.75%2013.5V11C14.75%2010.5858%2014.4142%2010.25%2014%2010.25C13.5858%2010.25%2013.25%2010.5858%2013.25%2011V13.25H2.75V2.75H5.5C5.91421%202.75%206.25%202.41421%206.25%202C6.25%201.58579%205.91421%201.25%205.5%201.25H2.5ZM8.5%201.25C8.08579%201.25%207.75%201.58579%207.75%202C7.75%202.41421%208.08579%202.75%208.5%202.75H12.1893L6.46967%208.46967C6.17678%208.76256%206.17678%209.23744%206.46967%209.53033C6.76256%209.82322%207.23744%209.82322%207.53033%209.53033L13.25%203.81066V7.5C13.25%207.91421%2013.5858%208.25%2014%208.25C14.4142%208.25%2014.75%207.91421%2014.75%207.5V2C14.75%201.58579%2014.4142%201.25%2014%201.25H8.5Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__service {
    margin: 0;
}
}
.bs-product-sharing-post-card__service .bs-icon--bns {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1113_2277)%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%226%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5%208.75C12.9142%208.75%2013.25%209.08579%2013.25%209.5V12C13.25%2012.4142%2012.9142%2012.75%2012.5%2012.75C12.0858%2012.75%2011.75%2012.4142%2011.75%2012V9.5C11.75%209.08579%2012.0858%208.75%2012.5%208.75Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19.5%208.75C19.9142%208.75%2020.25%209.08579%2020.25%209.5V12C20.25%2012.4142%2019.9142%2012.75%2019.5%2012.75C19.0858%2012.75%2018.75%2012.4142%2018.75%2012V9.5C18.75%209.08579%2019.0858%208.75%2019.5%208.75Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.8573%207.07632C16.3008%206.89082%2015.6992%206.89082%2015.1427%207.07632C14.3411%207.34352%2013.7172%207.96594%2013.442%208.74997H18.558C18.2828%207.96594%2017.6589%207.34352%2016.8573%207.07632ZM20.1142%208.74997C19.7979%207.30125%2018.7419%206.12336%2017.3317%205.6533C16.4673%205.36516%2015.5327%205.36516%2014.6683%205.6533C13.2581%206.12336%2012.202%207.30125%2011.8858%208.74997H10.8711C9.42332%208.74997%208.22349%209.87248%208.12718%2011.317L7.39385%2022.317C7.28803%2023.9043%208.54698%2025.25%2010.1378%2025.25H12C12.4142%2025.25%2012.75%2024.9142%2012.75%2024.5C12.75%2024.0858%2012.4142%2023.75%2012%2023.75H10.1378C9.41468%2023.75%208.84243%2023.1383%208.89053%2022.4168L9.62386%2011.4168C9.66763%2010.7602%2010.213%2010.25%2010.8711%2010.25H21.1289C21.787%2010.25%2022.3323%2010.7602%2022.3761%2011.4168L22.5016%2013.2999C22.5292%2013.7132%2022.8866%2014.0259%2023.2999%2013.9983C23.7132%2013.9708%2024.0259%2013.6134%2023.9983%2013.2001L23.8728%2011.317C23.7765%209.87248%2022.5767%208.74997%2021.1289%208.74997H20.1142Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19%2026.5C22.3137%2026.5%2025%2023.8137%2025%2020.5C25%2017.1863%2022.3137%2014.5%2019%2014.5C15.6863%2014.5%2013%2017.1863%2013%2020.5C13%2023.8137%2015.6863%2026.5%2019%2026.5ZM23.5%2020.5L18.25%2023.5311V21.5H16.5C15.9477%2021.5%2015.5%2021.0523%2015.5%2020.5C15.5%2019.9477%2015.9477%2019.5%2016.5%2019.5H18.25V17.4689L23.5%2020.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1113_2277%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}
.bs-product-sharing-post-card__service .bs-icon--b4u {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1113_2151)%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%226%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1427%207.07632C15.6992%206.89082%2016.3008%206.89082%2016.8573%207.07632C17.6589%207.34352%2018.2828%207.96594%2018.558%208.74997H13.442C13.7172%207.96594%2014.3411%207.34352%2015.1427%207.07632ZM17.3317%205.6533C18.7419%206.12336%2019.7979%207.30125%2020.1142%208.74997H21.1289C22.5767%208.74997%2023.7765%209.87248%2023.8728%2011.317L23.9983%2013.2001C24.0259%2013.6134%2023.7132%2013.9708%2023.2999%2013.9983C22.8866%2014.0259%2022.5292%2013.7132%2022.5016%2013.2999L22.3761%2011.4168C22.3323%2010.7602%2021.787%2010.25%2021.1289%2010.25H20.25V12C20.25%2012.4142%2019.9142%2012.75%2019.5%2012.75C19.0858%2012.75%2018.75%2012.4142%2018.75%2012V10.25H13.25V12C13.25%2012.4142%2012.9142%2012.75%2012.5%2012.75C12.0858%2012.75%2011.75%2012.4142%2011.75%2012V10.25H10.8711C10.213%2010.25%209.66763%2010.7602%209.62386%2011.4168L8.89053%2022.4168C8.84243%2023.1383%209.41468%2023.75%2010.1378%2023.75H12C12.4142%2023.75%2012.75%2024.0858%2012.75%2024.5C12.75%2024.9142%2012.4142%2025.25%2012%2025.25H10.1378C8.54698%2025.25%207.28803%2023.9043%207.39385%2022.317L8.12718%2011.317C8.22349%209.87248%209.42332%208.74997%2010.8711%208.74997H11.8858C12.202%207.30125%2013.2581%206.12336%2014.6683%205.6533C15.5327%205.36516%2016.4673%205.36516%2017.3317%205.6533Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M19%2025.5L17%2022.5L21%2022.5L19%2025.5Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%2016.5V22.5C13%2023.0523%2013.4477%2023.5%2014%2023.5H24C24.5523%2023.5%2025%2023.0523%2025%2022.5V16.5C25%2015.9477%2024.5523%2015.5%2024%2015.5H14C13.4477%2015.5%2013%2015.9477%2013%2016.5ZM16%2020.5C16.5523%2020.5%2017%2020.0523%2017%2019.5C17%2018.9477%2016.5523%2018.5%2016%2018.5C15.4477%2018.5%2015%2018.9477%2015%2019.5C15%2020.0523%2015.4477%2020.5%2016%2020.5ZM20%2019.5C20%2020.0523%2019.5523%2020.5%2019%2020.5C18.4477%2020.5%2018%2020.0523%2018%2019.5C18%2018.9477%2018.4477%2018.5%2019%2018.5C19.5523%2018.5%2020%2018.9477%2020%2019.5ZM22%2020.5C22.5523%2020.5%2023%2020.0523%2023%2019.5C23%2018.9477%2022.5523%2018.5%2022%2018.5C21.4477%2018.5%2021%2018.9477%2021%2019.5C21%2020.0523%2021.4477%2020.5%2022%2020.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1113_2151%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}
.bs-product-sharing-post-card__service .bs-icon--easybuy {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1113_2121)%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%226%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5%208.75C12.9142%208.75%2013.25%209.08579%2013.25%209.5V12C13.25%2012.4142%2012.9142%2012.75%2012.5%2012.75C12.0858%2012.75%2011.75%2012.4142%2011.75%2012V9.5C11.75%209.08579%2012.0858%208.75%2012.5%208.75Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19.5%208.75C19.9142%208.75%2020.25%209.08579%2020.25%209.5V12C20.25%2012.4142%2019.9142%2012.75%2019.5%2012.75C19.0858%2012.75%2018.75%2012.4142%2018.75%2012V9.5C18.75%209.08579%2019.0858%208.75%2019.5%208.75Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.8573%207.07632C16.3008%206.89082%2015.6992%206.89082%2015.1427%207.07632C14.3411%207.34352%2013.7172%207.96594%2013.442%208.74997H18.558C18.2828%207.96594%2017.6589%207.34352%2016.8573%207.07632ZM20.1142%208.74997C19.7979%207.30125%2018.7419%206.12336%2017.3317%205.6533C16.4673%205.36516%2015.5327%205.36516%2014.6683%205.6533C13.2581%206.12336%2012.202%207.30125%2011.8858%208.74997H10.8711C9.42332%208.74997%208.22349%209.87248%208.12718%2011.317L7.39385%2022.317C7.28803%2023.9043%208.54698%2025.25%2010.1378%2025.25H12C12.4142%2025.25%2012.75%2024.9142%2012.75%2024.5C12.75%2024.0858%2012.4142%2023.75%2012%2023.75H10.1378C9.41468%2023.75%208.84243%2023.1383%208.89053%2022.4168L9.62386%2011.4168C9.66763%2010.7602%2010.213%2010.25%2010.8711%2010.25H21.1289C21.787%2010.25%2022.3323%2010.7602%2022.3761%2011.4168L22.5016%2013.2999C22.5292%2013.7132%2022.8866%2014.0259%2023.2999%2013.9983C23.7132%2013.9708%2024.0259%2013.6134%2023.9983%2013.2001L23.8728%2011.317C23.7765%209.87248%2022.5767%208.74997%2021.1289%208.74997H20.1142Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19%2026.5C22.3137%2026.5%2025%2023.8137%2025%2020.5C25%2017.1863%2022.3137%2014.5%2019%2014.5C15.6863%2014.5%2013%2017.1863%2013%2020.5C13%2023.8137%2015.6863%2026.5%2019%2026.5ZM22.4794%2019.5768C22.798%2019.312%2022.8416%2018.8392%2022.5768%2018.5206C22.312%2018.2021%2021.8392%2018.1585%2021.5206%2018.4232L18.3906%2021.0248L17.2294%2020.0596C16.9109%2019.7948%2016.438%2019.8384%2016.1732%2020.157C15.9085%2020.4755%2015.9521%2020.9484%2016.2706%2021.2132L18.3906%2022.9753L22.4794%2019.5768Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1113_2121%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}
.bs-product-sharing-post-card__service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
.bs-product-sharing-post-card__service__content__title {
  color: rgba(38, 38, 38, 0.87);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 24px;
  font-weight: 600;
  color: #F56A00;
}
.bs-product-sharing-post-card__nav {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 16px;
  top: 0;
}
.bs-product-sharing-post-card__nav--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bs-product-sharing-post-card__nav .bs-icon--bookmark--circle {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_989_3599)%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip1_989_3599)%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d_989_3599)%22%3E%0A%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11%208.75C10.8619%208.75%2010.75%208.86193%2010.75%209V22.1315C10.75%2022.3312%2010.9725%2022.4503%2011.1387%2022.3395L15.0293%2019.7458C15.6171%2019.3539%2016.3829%2019.3539%2016.9707%2019.7458L20.8613%2022.3395C21.0275%2022.4503%2021.25%2022.3312%2021.25%2022.1315V9C21.25%208.86193%2021.1381%208.75%2021%208.75H11ZM9.25%209C9.25%208.0335%2010.0335%207.25%2011%207.25H21C21.9665%207.25%2022.75%208.0335%2022.75%209V22.1315C22.75%2023.5292%2021.1922%2024.3629%2020.0293%2023.5876L16.1387%2020.9938C16.0547%2020.9379%2015.9453%2020.9379%2015.8613%2020.9938L11.9707%2023.5876C10.8078%2024.3629%209.25%2023.5292%209.25%2022.1315V9Z%22%20fill%3D%22%23262626%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_989_3599%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%220.5%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_989_3599%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_989_3599%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3CclipPath%20id%3D%22clip0_989_3599%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3CclipPath%20id%3D%22clip1_989_3599%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}
.bs-product-sharing-post-card__nav .bs-icon--bookmark--circle--fill {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_960_3544)%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip1_960_3544)%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d_960_3544)%22%3E%0A%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.25%209C9.25%208.0335%2010.0335%207.25%2011%207.25H21C21.9665%207.25%2022.75%208.0335%2022.75%209V22.1315C22.75%2023.5292%2021.1922%2024.3629%2020.0293%2023.5876L16.1387%2020.9938C16.0547%2020.9379%2015.9453%2020.9379%2015.8613%2020.9938L11.9707%2023.5876C10.8078%2024.3629%209.25%2023.5292%209.25%2022.1315V9Z%22%20fill%3D%22%23262626%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_960_3544%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%220.5%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_960_3544%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_960_3544%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3CclipPath%20id%3D%22clip0_960_3544%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3CclipPath%20id%3D%22clip1_960_3544%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}
.bs-product-sharing-post-card__nav .bs-icon--share--circle {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_960_3555)%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip1_960_3555)%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d_960_3555)%22%3E%0A%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%206.99097L16.5017%207.44252L21.5017%2011.9425C21.8096%2012.2196%2021.8346%2012.6938%2021.5575%2013.0017C21.2804%2013.3096%2020.8062%2013.3346%2020.4983%2013.0575L16.75%209.68401L16.75%2018.5C16.75%2018.9142%2016.4142%2019.25%2016%2019.25C15.5858%2019.25%2015.25%2018.9142%2015.25%2018.5L15.25%209.68401L11.5017%2013.0575C11.1938%2013.3346%2010.7196%2013.3096%2010.4425%2013.0017C10.1654%2012.6938%2010.1904%2012.2196%2010.4983%2011.9425L15.4983%207.44252L16%206.99097ZM10%2016.25C10.4142%2016.25%2010.75%2016.5858%2010.75%2017V22C10.75%2022.1381%2010.8619%2022.25%2011%2022.25H21C21.1381%2022.25%2021.25%2022.1381%2021.25%2022V17C21.25%2016.5858%2021.5858%2016.25%2022%2016.25C22.4142%2016.25%2022.75%2016.5858%2022.75%2017V22C22.75%2022.9665%2021.9665%2023.75%2021%2023.75H11C10.0335%2023.75%209.25%2022.9665%209.25%2022V17C9.25%2016.5858%209.58579%2016.25%2010%2016.25Z%22%20fill%3D%22%23262626%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_960_3555%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%220.5%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_960_3555%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_960_3555%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3CclipPath%20id%3D%22clip0_960_3555%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3CclipPath%20id%3D%22clip1_960_3555%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}
.bs-product-sharing-post-card__nav .bs-icon--back--circle {
  z-index: 1;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22none%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_905_4854)%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip1_905_4854)%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d_905_4854)%22%3E%0A%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2215%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.6911%209.29289C19.103%209.68342%2019.103%2010.3166%2018.6911%2010.7071L13.1092%2016L18.6911%2021.2929C19.103%2021.6834%2019.103%2022.3166%2018.6911%2022.7071C18.2793%2023.0976%2017.6115%2023.0976%2017.1997%2022.7071L11.6178%2017.4142C10.7941%2016.6332%2010.7941%2015.3668%2011.6178%2014.5858L17.1997%209.29289C17.6115%208.90237%2018.2793%208.90237%2018.6911%209.29289Z%22%20fill%3D%22%23262626%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_905_4854%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%220.5%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_905_4854%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_905_4854%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3CclipPath%20id%3D%22clip0_905_4854%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3CclipPath%20id%3D%22clip1_905_4854%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}
.bs-product-sharing-post-card__nav .bs-member-icon-button + .bs-member-icon-button {
  margin-left: 10px;
}
.bs-product-sharing-post-card__sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px -2px 4px #f6f6f6;
          box-shadow: 0px -2px 4px #f6f6f6;
  padding: 24px 28px;
}
.bs-product-sharing-post-card__promote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bs-product-sharing-post-card__promote__title {
  color: rgba(38, 38, 38, 0.87);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #484848;
}
.bs-product-sharing-post-card__promote__desc {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-weight: 500;
  color: #484848;
}
.bs-product-sharing-post-card__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bs-product-sharing-post-card__catch .bs-product-sharing-post-card__promote {
  margin-bottom: 16px;
}
.bs-product-sharing-post-card__catch--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.bs-product-sharing-post-card__catch--reverse .bs-product-sharing-post-card__promote {
  margin-bottom: 0;
}
.bs-product-sharing-post-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.bs-product-sharing-post-card__bottom__report,
.bs-product-sharing-post-card__bottom__refund {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.bs-product-sharing-post-card__bottom__report__text,
.bs-product-sharing-post-card__bottom__refund__text {
  cursor: pointer;
  color: rgba(38, 38, 38, 0.87);
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: #000000;
  text-decoration: underline;
}
.bs-product-sharing-post-card__bottom__report .bs-icon--report,
.bs-product-sharing-post-card__bottom__refund .bs-icon--report {
  margin-right: 6px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2224%22%20rx%3D%221%22%2F%3E%0A%3Cpath%20d%3D%22M6%207L9.30798%206.52743C11.7204%206.1828%2014.1812%206.52496%2016.4081%207.5147L17.9133%208.18369C20.5009%209.33375%2023.4673%209.26637%2026%208V22C23.5485%2023.8386%2020.2687%2024.1343%2017.5279%2022.7639L15.7648%2021.8824C13.955%2020.9775%2011.935%2020.5761%209.91674%2020.7202L6%2021V7Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card__bottom__report .bs-icon--refund,
.bs-product-sharing-post-card__bottom__refund .bs-icon--refund {
  margin-right: 6px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2028.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M7.2%2C1.5C7.4%2C1.6%2C7.5%2C1.8%2C7.5%2C2v3.2H12c1.5%2C0%2C2.8%2C1.2%2C2.8%2C2.8v4c0%2C1.5-1.2%2C2.8-2.8%2C2.8H6%0A%09c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8h6c0.7%2C0%2C1.2-0.6%2C1.2-1.2V8c0-0.7-0.6-1.2-1.2-1.2H7.5V10c0%2C0.2-0.1%2C0.4-0.3%2C0.5%0A%09c-0.2%2C0.1-0.4%2C0.1-0.5-0.1l-5-4C1.6%2C6.3%2C1.5%2C6.2%2C1.5%2C6c0-0.2%2C0.1-0.3%2C0.2-0.4l5-4C6.8%2C1.5%2C7%2C1.5%2C7.2%2C1.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__bottom {
    margin-top: 32px;
    gap: 32px;
}
.bs-product-sharing-post-card__bottom__report,
  .bs-product-sharing-post-card__bottom__refund {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
}
}
@media (min-width: 1200px) {
.bs-product-sharing-post-card .bs-info-section {
    margin-top: 0px;
}
}
.bs-product-sharing-post-card .bs-button-normal__wrapper {
  min-height: 0;
}
.bs-product-sharing-post-card .bs-product-sharing__notice-block.desktop {
  margin: -16px 0 32px 0;
}
.bs-product-sharing-post-card .bs-product-sharing__notice-block.mobile {
  margin-bottom: 16px;
}
.bs-product-sharing-post-card .bs-icon-member-official-1 {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.00045%201L10.0504%203.04996H12.95V5.94959L15%208.00045L12.95%2010.0504V12.95H10.0504L8.00045%2015L5.94959%2012.95H3.04996V10.0504L1%208.00045L3.04996%205.94959V3.04996H5.94959L8.00045%201Z%22%20fill%3D%22url(%23paint0_linear_1865_22263)%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0275%205.80024C11.322%206.0916%2011.3245%206.56647%2011.0331%206.86089L8.08989%209.83508C7.6007%2010.3294%206.80208%2010.3294%206.31289%209.83508L4.9669%208.47493C4.67554%208.1805%204.67803%207.70564%204.97245%207.41428C5.26688%207.12292%205.74174%207.12541%206.0331%207.41983L7.20139%208.60042L9.9669%205.8058C10.2583%205.51137%2010.7331%205.50889%2011.0275%205.80024Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_1865_22263%22%20x1%3D%22-1.19084%22%20y1%3D%221%22%20x2%3D%2217.5713%22%20y2%3D%223.01826%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23F4633A%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF9E1B%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card .bs-icon-member-assigned-1 {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.8327%206.66602C14.3403%206.66602%2013.9404%207.06587%2013.9404%207.5583C13.9404%207.70992%2013.9793%207.85349%2014.0451%207.97827L11.324%209.4569C11.324%209.4569%209.72057%206.38559%209.1369%205.26656C9.42135%205.11762%209.61591%204.81975%209.61591%204.47626C9.61591%203.98383%209.21606%203.58398%208.72363%203.58398C8.2312%203.58398%207.83136%203.98383%207.83136%204.47626C7.83136%204.81975%208.02591%205.11762%208.31037%205.26656L6.12329%209.4569L3.40218%207.97827C3.46927%207.85349%203.50684%207.70992%203.50684%207.5583C3.50684%207.06587%203.10699%206.66602%202.61457%206.66602C2.12214%206.66602%201.72363%207.06587%201.72363%207.5583C1.72363%208.05073%202.12348%208.45057%202.61591%208.45057C2.69105%208.45057%202.76484%208.43984%202.83462%208.4224L4.19785%2013.8405H13.2494L14.6126%208.4224C14.6824%208.43984%2014.7562%208.45057%2014.8314%208.45057C15.3238%208.45057%2015.7236%208.05073%2015.7236%207.5583C15.7236%207.06587%2015.3238%206.66602%2014.8314%206.66602H14.8327Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-product-sharing-post-card .bs-icon-member-assigned-2 {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.6319%2012.2846L8.33705%2010.9597C8.19356%2010.8769%208.01008%2010.926%207.92724%2011.0695L3.38968%2018.9288C3.27802%2019.1222%203.40927%2019.3655%203.63222%2019.3783L6.29257%2019.5317C6.38709%2019.5371%206.4735%2019.5869%206.52566%2019.6659L8.00323%2021.9038C8.1261%2022.0899%208.40188%2022.0816%208.51339%2021.8885L13.0516%2014.0281C13.1344%2013.8846%2013.0853%2013.7011%2012.9418%2013.6183L10.6319%2012.2846Z%22%20fill%3D%22%231B4883%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.3682%2012.2846L15.663%2010.9597C15.8065%2010.8769%2015.9899%2010.926%2016.0728%2011.0695L20.6103%2018.9288C20.722%2019.1222%2020.5908%2019.3655%2020.3678%2019.3783L17.7075%2019.5317C17.6129%2019.5371%2017.5265%2019.5869%2017.4744%2019.6659L15.9968%2021.9038C15.8739%2022.0899%2015.5982%2022.0816%2015.4866%2021.8885L10.9484%2014.0281C10.8656%2013.8846%2010.9148%2013.7011%2011.0583%2013.6183L13.3682%2012.2846Z%22%20fill%3D%22%231B4883%22%2F%3E%0A%3Ccircle%20cx%3D%2212%22%20cy%3D%2210.0845%22%20r%3D%228.39335%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20d%3D%22M8.96256%2011.8936C8.98758%2011.7476%208.93918%2011.5987%208.83312%2011.4953L6.65775%209.37494C6.39065%209.1146%206.53803%208.66099%206.90714%208.60737L9.9136%208.17056C10.0602%208.14927%2010.1869%208.05721%2010.2524%207.92439L11.5968%205.20046C11.7618%204.866%2012.2388%204.866%2012.4038%205.20046L13.7482%207.9244C13.8137%208.05721%2013.9404%208.14927%2014.087%208.17057L17.0929%208.60735C17.462%208.66098%2017.6094%209.11458%2017.3423%209.37492L15.1669%2011.4953C15.0609%2011.5987%2015.0125%2011.7476%2015.0375%2011.8936L15.5512%2014.8874C15.6143%2015.2551%2015.2285%2015.5354%2014.8983%2015.3618L12.2097%2013.9483C12.0786%2013.8794%2011.922%2013.8794%2011.7909%2013.9483L9.10216%2015.3619C8.77204%2015.5355%208.3862%2015.2552%208.44923%2014.8876L8.96256%2011.8936Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1440px) {
.bs-product-sharing-post-card .bs-icon-member-official-1 {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.00045%201L10.0504%203.04996H12.95V5.94959L15%208.00045L12.95%2010.0504V12.95H10.0504L8.00045%2015L5.94959%2012.95H3.04996V10.0504L1%208.00045L3.04996%205.94959V3.04996H5.94959L8.00045%201Z%22%20fill%3D%22url(%23paint0_linear_1865_22263)%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0275%205.80024C11.322%206.0916%2011.3245%206.56647%2011.0331%206.86089L8.08989%209.83508C7.6007%2010.3294%206.80208%2010.3294%206.31289%209.83508L4.9669%208.47493C4.67554%208.1805%204.67803%207.70564%204.97245%207.41428C5.26688%207.12292%205.74174%207.12541%206.0331%207.41983L7.20139%208.60042L9.9669%205.8058C10.2583%205.51137%2010.7331%205.50889%2011.0275%205.80024Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_1865_22263%22%20x1%3D%22-1.19084%22%20y1%3D%221%22%20x2%3D%2217.5713%22%20y2%3D%223.01826%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23F4633A%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF9E1B%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}
.bs-product-sharing-post-card .bs-icon-member-assigned-1 {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.8327%206.66602C14.3403%206.66602%2013.9404%207.06587%2013.9404%207.5583C13.9404%207.70992%2013.9793%207.85349%2014.0451%207.97827L11.324%209.4569C11.324%209.4569%209.72057%206.38559%209.1369%205.26656C9.42135%205.11762%209.61591%204.81975%209.61591%204.47626C9.61591%203.98383%209.21606%203.58398%208.72363%203.58398C8.2312%203.58398%207.83136%203.98383%207.83136%204.47626C7.83136%204.81975%208.02591%205.11762%208.31037%205.26656L6.12329%209.4569L3.40218%207.97827C3.46927%207.85349%203.50684%207.70992%203.50684%207.5583C3.50684%207.06587%203.10699%206.66602%202.61457%206.66602C2.12214%206.66602%201.72363%207.06587%201.72363%207.5583C1.72363%208.05073%202.12348%208.45057%202.61591%208.45057C2.69105%208.45057%202.76484%208.43984%202.83462%208.4224L4.19785%2013.8405H13.2494L14.6126%208.4224C14.6824%208.43984%2014.7562%208.45057%2014.8314%208.45057C15.3238%208.45057%2015.7236%208.05073%2015.7236%207.5583C15.7236%207.06587%2015.3238%206.66602%2014.8314%206.66602H14.8327Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}
.bs-product-sharing-post-card .bs-icon-member-assigned-2 {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.6319%2012.2846L8.33705%2010.9597C8.19356%2010.8769%208.01008%2010.926%207.92724%2011.0695L3.38968%2018.9288C3.27802%2019.1222%203.40927%2019.3655%203.63222%2019.3783L6.29257%2019.5317C6.38709%2019.5371%206.4735%2019.5869%206.52566%2019.6659L8.00323%2021.9038C8.1261%2022.0899%208.40188%2022.0816%208.51339%2021.8885L13.0516%2014.0281C13.1344%2013.8846%2013.0853%2013.7011%2012.9418%2013.6183L10.6319%2012.2846Z%22%20fill%3D%22%231B4883%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.3682%2012.2846L15.663%2010.9597C15.8065%2010.8769%2015.9899%2010.926%2016.0728%2011.0695L20.6103%2018.9288C20.722%2019.1222%2020.5908%2019.3655%2020.3678%2019.3783L17.7075%2019.5317C17.6129%2019.5371%2017.5265%2019.5869%2017.4744%2019.6659L15.9968%2021.9038C15.8739%2022.0899%2015.5982%2022.0816%2015.4866%2021.8885L10.9484%2014.0281C10.8656%2013.8846%2010.9148%2013.7011%2011.0583%2013.6183L13.3682%2012.2846Z%22%20fill%3D%22%231B4883%22%2F%3E%0A%3Ccircle%20cx%3D%2212%22%20cy%3D%2210.0845%22%20r%3D%228.39335%22%20fill%3D%22%23FF9E1B%22%2F%3E%0A%3Cpath%20d%3D%22M8.96256%2011.8936C8.98758%2011.7476%208.93918%2011.5987%208.83312%2011.4953L6.65775%209.37494C6.39065%209.1146%206.53803%208.66099%206.90714%208.60737L9.9136%208.17056C10.0602%208.14927%2010.1869%208.05721%2010.2524%207.92439L11.5968%205.20046C11.7618%204.866%2012.2388%204.866%2012.4038%205.20046L13.7482%207.9244C13.8137%208.05721%2013.9404%208.14927%2014.087%208.17057L17.0929%208.60735C17.462%208.66098%2017.6094%209.11458%2017.3423%209.37492L15.1669%2011.4953C15.0609%2011.5987%2015.0125%2011.7476%2015.0375%2011.8936L15.5512%2014.8874C15.6143%2015.2551%2015.2285%2015.5354%2014.8983%2015.3618L12.2097%2013.9483C12.0786%2013.8794%2011.922%2013.8794%2011.7909%2013.9483L9.10216%2015.3619C8.77204%2015.5355%208.3862%2015.2552%208.44923%2014.8876L8.96256%2011.8936Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}
}
@media (min-width: 1440px) {
.bs-dialog__bottom-sheet .bs-product-sharing-post-card {
    margin: 0 auto;
    padding: 0 106px;
    max-width: 1392px;
}
}
.skeleton {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
          animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 800px;
  position: relative;
}
.skeleton--title {
  width: 50%;
  height: 24px;
  margin-bottom: 24px;
}
.skeleton--line {
  width: 100%;
  height: 20px;
}
.skeleton--line + .skeleton--line {
  margin-top: 16px;
}
.bs-product-sharing-post-card__sticky-wrapper {
  display: contents;
}
@media (min-width: 1440px) {
.bs-product-sharing-post-card__sticky-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}
@-webkit-keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
@keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
@-webkit-keyframes placeholderSkeleton {
0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}
@keyframes placeholderSkeleton {
0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}
.skeleton {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
          animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 800px;
  position: relative;
}
.skeleton--title {
  width: 50%;
  height: 24px;
  margin-bottom: 24px;
}
.skeleton--line {
  width: 100%;
  height: 20px;
}
.skeleton--line + .skeleton--line {
  margin-top: 16px;
}
@keyframes placeholderSkeleton {
0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}

/*
*  Overwrite intercom style
*/
#intercom-container .intercom-ytk0w4 {
  position: absolute;
  left: calc(100vw - 500px);
  bottom: 0;
}
.intercom-lightweight-app {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.intercom-lightweight-app .intercom-lightweight-app-launcher {
  right: 20px;
  bottom: 20px;
}
@media (min-width: 1200px) {
  .bs-container {
    min-width: 1200px;
  }
}
/*
*  Overwrite intercom style
*/
.icon-user-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2219%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.318%202.41a2.28%202.28%200%20012.273%202.272%202.28%202.28%200%2001-2.273%202.273%202.28%202.28%200%2001-2.273-2.273%202.28%202.28%200%20012.273-2.273m0%2010.227c3.068%200%206.591%201.466%206.818%202.273v1.136H2.5v-1.124c.227-.82%203.75-2.285%206.818-2.285m0-12.5a4.544%204.544%200%2000-4.545%204.546%204.544%204.544%200%20004.545%204.545%204.544%204.544%200%20004.546-4.545A4.544%204.544%200%20009.318.136m0%2010.228c-3.033%200-9.09%201.522-9.09%204.545v3.41h18.181v-3.41c0-3.023-6.057-4.545-9.09-4.545%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.icon-hamburger-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.879.74a1.06%201.06%200%20000%202.117h6.349a1.058%201.058%200%20000-2.117H6.879zM1.588%206.031a1.058%201.058%200%20100%202.116h16.931a1.058%201.058%200%20000-2.116H1.588zm5.291%205.292a1.06%201.06%200%20000%202.116h6.349a1.057%201.057%200%20100-2.116H6.879z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 16px;
}
.icon-close-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
}
.icon-index-check-circle {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22null%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.694.14A10.014%2010.014%200%2000.14%2011.695c.681%204.143%204.023%207.485%208.166%208.166A10.014%2010.014%200%200019.86%208.306C19.18%204.163%2015.837.82%2011.694.14m-.126%2017.71C5.943%2018.926%201.074%2014.057%202.15%208.432c.601-3.144%203.137-5.68%206.282-6.282%205.625-1.075%2010.493%203.793%209.418%209.418-.602%203.145-3.138%205.68-6.282%206.282M13.88%206.29L8%2012.17l-1.885-1.877a.999.999%200%2000-1.41%201.413l2.593%202.592a.992.992%200%20001.404%200l6.593-6.593A1%201%200%200013.88%206.29%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-header--sticky {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bs-header--sticky .header-member-icon {
  margin-right: 16px;
}
.bs-header--sticky .header-member-sign {
  display: inline-block;
}
@media (max-width: 1199px) {
  .bs-header--sticky .bs-logo {
    display: none;
  }
  .bs-header--sticky .header-bars.bs-icon {
    display: block;
  }
  .bs-header--sticky .header-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bs-header--sticky .header-logo {
    display: block;
  }
}
.bs-header--show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}
.desktop-show {
  display: none;
}
@media (min-width: 768px) {
  .desktop-show {
    display: block;
  }
}
.float-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 15px 9px;
  border-color: transparent transparent rgba(93, 162, 213, 0.8) transparent;
  position: absolute;
  -webkit-animation-name: float-position;
          animation-name: float-position;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translate(0) rotate(45deg);
          transform: translate(0) rotate(45deg);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  z-index: 1;
}
@media (max-width: 1199px) {
  .float-triangle {
    display: none;
  }
}
.float-triangle.float-triangle--orange {
  border-width: 0 15px 26px 15px;
  border-color: transparent transparent #F56A00 transparent;
}
.float-circle {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #F56A00;
  position: absolute;
  -webkit-animation-name: float-position;
          animation-name: float-position;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translate(0) rotate(45deg);
          transform: translate(0) rotate(45deg);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  z-index: 1;
}
@media (max-width: 1199px) {
  .float-circle {
    display: none;
  }
}
@-webkit-keyframes float-position {
  0% {
    -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
  }
  10% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  30% {
    -webkit-transform: translate(0, -3em) rotate(-120deg);
            transform: translate(0, -3em) rotate(-120deg);
  }
  40% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  57% {
    -webkit-transform: translate(0, -3.5em) rotate(180deg);
            transform: translate(0, -3.5em) rotate(180deg);
  }
  65% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  79.5% {
    -webkit-transform: translate(0, -4.5em) rotate(-100deg);
            transform: translate(0, -4.5em) rotate(-100deg);
  }
  85% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  94% {
    -webkit-transform: translate(0, -4em) rotate(80deg);
            transform: translate(0, -4em) rotate(80deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
  }
}
@keyframes float-position {
  0% {
    -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
  }
  10% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  30% {
    -webkit-transform: translate(0, -3em) rotate(-120deg);
            transform: translate(0, -3em) rotate(-120deg);
  }
  40% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  57% {
    -webkit-transform: translate(0, -3.5em) rotate(180deg);
            transform: translate(0, -3.5em) rotate(180deg);
  }
  65% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  79.5% {
    -webkit-transform: translate(0, -4.5em) rotate(-100deg);
            transform: translate(0, -4.5em) rotate(-100deg);
  }
  85% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  94% {
    -webkit-transform: translate(0, -4em) rotate(80deg);
            transform: translate(0, -4em) rotate(80deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
  }
}
.index-title--pc {
  display: none;
}
@media (min-width: 1200px) {
  .index-title--pc {
    display: block;
  }
}
.index-title--m {
  display: block;
}
@media (min-width: 1200px) {
  .index-title--m {
    display: none;
  }
}
.section--feature {
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
}
.section--tutorial {
  padding-top: 120px;
  padding-bottom: 88px;
  position: relative;
}
.section--tutorial .float-triangle {
  left: 75%;
  bottom: 10%;
}
@media (min-width: 1200px) {
  .section--tutorial {
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section--tutorial:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
}
.section--support {
  padding-top: 120px;
  position: relative;
}
.section--support .bs-container {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .section--support .bs-container {
    position: relative;
    padding-bottom: 0;
  }
}
.section--support .float-triangle {
  left: calc((100% - 1200px) / 2);
  bottom: 5%;
}
@media (min-width: 1200px) {
  .section--support {
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.section--buyandshop {
  padding-top: 120px;
}
@media (min-width: 1200px) {
  .section--buyandshop {
    padding-top: 128px;
  }
}
.buyandshop__title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .buyandshop__title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.25px;
    font-weight: normal;
    color: #262626;
    margin-bottom: 66px;
  }
}
.buyandshop__container {
  padding-bottom: 32px;
}
@media (min-width: 1200px) {
  .buyandshop__container {
    padding-bottom: 100px;
  }
}
.buyandshop__view-all {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .buyandshop__view-all {
    margin-bottom: 40px;
    text-align: right;
    position: relative;
    right: 52px;
  }
}
.buyandshop__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px 12px;
}
@media (min-width: 1200px) {
  .buyandshop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.buyandshop__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
@media (min-width: 1200px) {
  .buyandshop__list__item {
    width: 33%;
  }
  .buyandshop__list__item + .buyandshop__list__item {
    margin-left: 16px;
  }
  .buyandshop__list__item:last-child {
    display: none;
  }
}
.buyandshop__list__item--noprice .buyandshop__list__item__badge,
.buyandshop__list__item--noprice .buyandshop__list__item__price__wrap {
  display: none;
}
.buyandshop__list__item__badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.buyandshop__list__item__media {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__media {
    width: 280px;
    padding-top: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.buyandshop__list__item__media__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.buyandshop__list__item__vendor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 8px 16px;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__vendor {
    padding: 16px 32px 8px 32px;
  }
}
.buyandshop__list__item__vendor__link {
  font-size: 12px;
  font-weight: bold;
  color: rgba(38, 38, 38, 0.38);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buyandshop__list__item__title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__title {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.15px;
    font-weight: 600;
    color: #262626;
    height: 54px;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .buyandshop__list__item__title {
    padding: 0 32px;
  }
}
.buyandshop__list__item__price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__price__wrap {
    padding: 24px 32px 16px 32px;
  }
}
.buyandshop__list__item__price {
  font-size: 12px;
  font-weight: bold;
  color: #F56A00;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__price {
    font-size: 14px;
  }
}
.buyandshop__list__item__price__origin {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgba(38, 38, 38, 0.6);
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.buyandshop__divider {
  height: 1px;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.2);
}
.section__viewall {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 19px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .section__viewall {
    margin-left: auto;
  }
}
.section__viewall__icon {
  margin-left: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
}
.section--promote .bs-container {
  padding: 0;
}
.section--promote__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .section--promote__title {
    margin-bottom: 20px;
  }
}
.section--promote__title__icon-sms {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%200H2C.9%200%200%20.9%200%202v18l4-4h14c1.1%200%202-.9%202-2V2c0-1.1-.9-2-2-2zm0%2014H4l-2%202V2h16v12zM5%207h2v2H5V7zm4%200h2v2H9V7zm4%200h2v2h-2V7z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}
.section--promote__title__text {
  letter-spacing: 0.15px;
  line-height: 27px;
}
.section--promote__subtitle {
  padding: 0 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .section--promote__subtitle {
    font-size: 34px;
    letter-spacing: 0.25px;
    line-height: 46px;
  }
}
.section--promote .promote-gallery-warp {
  padding-top: 36px;
  background-color: #F6F6F6;
}
@media (min-width: 1200px) {
  .section--promote .promote-gallery-warp {
    background-color: white;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
  }
}
.section--blog {
  padding-top: 120px;
  padding-bottom: 66px;
}
@media (min-width: 768px) {
  .section--blog {
    padding-top: 128px;
  }
}
.category-section {
  position: relative;
  padding: 64px 0 0;
}
@media (min-width: 1200px) {
  .category-section {
    padding: 88px 0;
  }
}
.category-section__title {
  letter-spacing: 0;
  line-height: 32px;
  padding: 0;
  margin: 0;
}
.category-section__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .category-section__subtitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 28px;
  }
}
.category-section__subtitle__desc {
  color: rgba(38, 38, 38, 0.6);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .category-section__subtitle__desc {
    color: #262626;
    margin-bottom: 0;
  }
}
.category-section__subtitle__divider {
  display: none;
  height: 21px;
  width: 1px;
  opacity: 0.2;
  background-color: #262626;
  margin: 0 32px;
}
@media (min-width: 1200px) {
  .category-section__subtitle__divider {
    display: inline-block;
  }
}
.category-section__subtitle .bs-dropdown-selector {
  display: none;
}
@media (min-width: 1200px) {
  .category-section__subtitle .bs-dropdown-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.category-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .category-section__content {
    display: block;
    padding: 0 48px;
  }
}
.category-section__content__icon__baby {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fkids_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fkids%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22kids_24px%22%20transform%3D%22translate(5.000000%2C%201.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.7984%2C9.4967%20C12.7984%2C9.9327%2012.4444%2C10.2867%2012.0084%2C10.2867%20L2.0424%2C10.2867%20C1.6064%2C10.2867%201.2514%2C9.9327%201.2514%2C9.4967%20L1.2514%2C6.3207%20C1.2514%2C5.8857%201.6064%2C5.5307%202.0424%2C5.5307%20L3.1574%2C5.5307%20C3.1754%2C5.5327%203.1934%2C5.5337%203.2104%2C5.5337%20C3.2164%2C5.5337%203.2224%2C5.5307%203.2294%2C5.5307%20L12.0084%2C5.5307%20C12.4444%2C5.5307%2012.7984%2C5.8857%2012.7984%2C6.3207%20L12.7984%2C9.4967%20Z%20M11.6744%2C13.0897%20L10.8734%2C13.0897%20C10.5974%2C13.0897%2010.3734%2C13.3127%2010.3734%2C13.5897%20C10.3734%2C13.8657%2010.5974%2C14.0897%2010.8734%2C14.0897%20L11.6744%2C14.0897%20L11.6744%2C15.7387%20L10.8734%2C15.7387%20C10.5974%2C15.7387%2010.3734%2C15.9627%2010.3734%2C16.2387%20C10.3734%2C16.5157%2010.5974%2C16.7387%2010.8734%2C16.7387%20L11.6744%2C16.7387%20L11.6744%2C18.1917%20C11.6744%2C18.6237%2011.3234%2C18.9747%2010.8924%2C18.9747%20L3.1584%2C18.9747%20C2.7264%2C18.9747%202.3754%2C18.6237%202.3754%2C18.1917%20L2.3754%2C11.2867%20L11.6744%2C11.2867%20L11.6744%2C13.0897%20Z%20M12.0084%2C4.5307%20L3.8494%2C4.5307%20C4.2044%2C3.5157%205.0894%2C2.7227%206.1684%2C2.5207%20C6.4054%2C2.4757%206.5764%2C2.2697%206.5764%2C2.0287%20L6.5764%2C1.5237%20C6.5764%2C1.2767%206.7774%2C1.0757%207.0254%2C1.0757%20C7.2724%2C1.0757%207.4734%2C1.2767%207.4734%2C1.5237%20L7.4734%2C2.0287%20C7.4734%2C2.2697%207.6444%2C2.4757%207.8814%2C2.5207%20C8.6494%2C2.6637%209.3274%2C3.0947%209.7924%2C3.7317%20C9.9554%2C3.9557%2010.2704%2C4.0037%2010.4904%2C3.8427%20C10.7144%2C3.6797%2010.7634%2C3.3667%2010.6014%2C3.1427%20C10.0694%2C2.4127%209.3234%2C1.8877%208.4734%2C1.6367%20L8.4734%2C1.5237%20C8.4734%2C0.7257%207.8234%2C0.0757%207.0254%2C0.0757%20C6.2264%2C0.0757%205.5764%2C0.7257%205.5764%2C1.5237%20L5.5764%2C1.6357%20C4.2014%2C2.0417%203.1534%2C3.1437%202.8064%2C4.5307%20L2.0424%2C4.5307%20C1.0544%2C4.5307%200.2514%2C5.3337%200.2514%2C6.3207%20L0.2514%2C9.4967%20C0.2514%2C10.2477%200.7174%2C10.8897%201.3754%2C11.1547%20L1.3754%2C18.1917%20C1.3754%2C19.1747%202.1744%2C19.9747%203.1584%2C19.9747%20L10.8924%2C19.9747%20C11.8744%2C19.9747%2012.6744%2C19.1747%2012.6744%2C18.1917%20L12.6744%2C11.1557%20C13.3324%2C10.8907%2013.7984%2C10.2477%2013.7984%2C9.4967%20L13.7984%2C6.3207%20C13.7984%2C5.3337%2012.9954%2C4.5307%2012.0084%2C4.5307%20L12.0084%2C4.5307%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.8497%2C4.5309%20C4.2037%2C3.5159%205.0897%2C2.7219%206.1687%2C2.5209%20C6.4057%2C2.4759%206.5767%2C2.2699%206.5767%2C2.0289%20L6.5767%2C1.5239%20C6.5767%2C1.2769%206.7777%2C1.0759%207.0247%2C1.0759%20C7.2717%2C1.0759%207.4737%2C1.2769%207.4737%2C1.5239%20L7.4737%2C2.0289%20C7.4737%2C2.2699%207.6447%2C2.4759%207.8817%2C2.5209%20C8.6487%2C2.6639%209.3277%2C3.0939%209.7927%2C3.7319%20C9.9557%2C3.9559%2010.2697%2C4.0039%2010.4907%2C3.8429%20C10.7147%2C3.6789%2010.7637%2C3.3669%2010.6007%2C3.1429%20C10.0687%2C2.4129%209.3237%2C1.8869%208.4737%2C1.6359%20L8.4737%2C1.5239%20C8.4737%2C0.7249%207.8237%2C0.0759%207.0247%2C0.0759%20C6.2267%2C0.0759%205.5767%2C0.7249%205.5767%2C1.5239%20L5.5767%2C1.6349%20C4.2017%2C2.0419%203.1537%2C3.1439%202.8067%2C4.5309%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6744%2C13.0895%20L10.8734%2C13.0895%20C10.5974%2C13.0895%2010.3734%2C13.3135%2010.3734%2C13.5895%20C10.3734%2C13.8655%2010.5974%2C14.0895%2010.8734%2C14.0895%20L11.6744%2C14.0895%20L11.6744%2C13.0895%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6744%2C15.7389%20L10.8734%2C15.7389%20C10.5974%2C15.7389%2010.3734%2C15.9629%2010.3734%2C16.2389%20C10.3734%2C16.5149%2010.5974%2C16.7389%2010.8734%2C16.7389%20L11.6744%2C16.7389%20L11.6744%2C15.7389%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__baby {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fkids_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fkids%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22kids_24px%22%20transform%3D%22translate(5.000000%2C%201.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.7984%2C9.4967%20C12.7984%2C9.9327%2012.4444%2C10.2867%2012.0084%2C10.2867%20L2.0424%2C10.2867%20C1.6064%2C10.2867%201.2514%2C9.9327%201.2514%2C9.4967%20L1.2514%2C6.3207%20C1.2514%2C5.8857%201.6064%2C5.5307%202.0424%2C5.5307%20L3.1574%2C5.5307%20C3.1754%2C5.5327%203.1934%2C5.5337%203.2104%2C5.5337%20C3.2164%2C5.5337%203.2224%2C5.5307%203.2294%2C5.5307%20L12.0084%2C5.5307%20C12.4444%2C5.5307%2012.7984%2C5.8857%2012.7984%2C6.3207%20L12.7984%2C9.4967%20Z%20M11.6744%2C13.0897%20L10.8734%2C13.0897%20C10.5974%2C13.0897%2010.3734%2C13.3127%2010.3734%2C13.5897%20C10.3734%2C13.8657%2010.5974%2C14.0897%2010.8734%2C14.0897%20L11.6744%2C14.0897%20L11.6744%2C15.7387%20L10.8734%2C15.7387%20C10.5974%2C15.7387%2010.3734%2C15.9627%2010.3734%2C16.2387%20C10.3734%2C16.5157%2010.5974%2C16.7387%2010.8734%2C16.7387%20L11.6744%2C16.7387%20L11.6744%2C18.1917%20C11.6744%2C18.6237%2011.3234%2C18.9747%2010.8924%2C18.9747%20L3.1584%2C18.9747%20C2.7264%2C18.9747%202.3754%2C18.6237%202.3754%2C18.1917%20L2.3754%2C11.2867%20L11.6744%2C11.2867%20L11.6744%2C13.0897%20Z%20M12.0084%2C4.5307%20L3.8494%2C4.5307%20C4.2044%2C3.5157%205.0894%2C2.7227%206.1684%2C2.5207%20C6.4054%2C2.4757%206.5764%2C2.2697%206.5764%2C2.0287%20L6.5764%2C1.5237%20C6.5764%2C1.2767%206.7774%2C1.0757%207.0254%2C1.0757%20C7.2724%2C1.0757%207.4734%2C1.2767%207.4734%2C1.5237%20L7.4734%2C2.0287%20C7.4734%2C2.2697%207.6444%2C2.4757%207.8814%2C2.5207%20C8.6494%2C2.6637%209.3274%2C3.0947%209.7924%2C3.7317%20C9.9554%2C3.9557%2010.2704%2C4.0037%2010.4904%2C3.8427%20C10.7144%2C3.6797%2010.7634%2C3.3667%2010.6014%2C3.1427%20C10.0694%2C2.4127%209.3234%2C1.8877%208.4734%2C1.6367%20L8.4734%2C1.5237%20C8.4734%2C0.7257%207.8234%2C0.0757%207.0254%2C0.0757%20C6.2264%2C0.0757%205.5764%2C0.7257%205.5764%2C1.5237%20L5.5764%2C1.6357%20C4.2014%2C2.0417%203.1534%2C3.1437%202.8064%2C4.5307%20L2.0424%2C4.5307%20C1.0544%2C4.5307%200.2514%2C5.3337%200.2514%2C6.3207%20L0.2514%2C9.4967%20C0.2514%2C10.2477%200.7174%2C10.8897%201.3754%2C11.1547%20L1.3754%2C18.1917%20C1.3754%2C19.1747%202.1744%2C19.9747%203.1584%2C19.9747%20L10.8924%2C19.9747%20C11.8744%2C19.9747%2012.6744%2C19.1747%2012.6744%2C18.1917%20L12.6744%2C11.1557%20C13.3324%2C10.8907%2013.7984%2C10.2477%2013.7984%2C9.4967%20L13.7984%2C6.3207%20C13.7984%2C5.3337%2012.9954%2C4.5307%2012.0084%2C4.5307%20L12.0084%2C4.5307%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.8497%2C4.5309%20C4.2037%2C3.5159%205.0897%2C2.7219%206.1687%2C2.5209%20C6.4057%2C2.4759%206.5767%2C2.2699%206.5767%2C2.0289%20L6.5767%2C1.5239%20C6.5767%2C1.2769%206.7777%2C1.0759%207.0247%2C1.0759%20C7.2717%2C1.0759%207.4737%2C1.2769%207.4737%2C1.5239%20L7.4737%2C2.0289%20C7.4737%2C2.2699%207.6447%2C2.4759%207.8817%2C2.5209%20C8.6487%2C2.6639%209.3277%2C3.0939%209.7927%2C3.7319%20C9.9557%2C3.9559%2010.2697%2C4.0039%2010.4907%2C3.8429%20C10.7147%2C3.6789%2010.7637%2C3.3669%2010.6007%2C3.1429%20C10.0687%2C2.4129%209.3237%2C1.8869%208.4737%2C1.6359%20L8.4737%2C1.5239%20C8.4737%2C0.7249%207.8237%2C0.0759%207.0247%2C0.0759%20C6.2267%2C0.0759%205.5767%2C0.7249%205.5767%2C1.5239%20L5.5767%2C1.6349%20C4.2017%2C2.0419%203.1537%2C3.1439%202.8067%2C4.5309%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6744%2C13.0895%20L10.8734%2C13.0895%20C10.5974%2C13.0895%2010.3734%2C13.3135%2010.3734%2C13.5895%20C10.3734%2C13.8655%2010.5974%2C14.0895%2010.8734%2C14.0895%20L11.6744%2C14.0895%20L11.6744%2C13.0895%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6744%2C15.7389%20L10.8734%2C15.7389%20C10.5974%2C15.7389%2010.3734%2C15.9629%2010.3734%2C16.2389%20C10.3734%2C16.5149%2010.5974%2C16.7389%2010.8734%2C16.7389%20L11.6744%2C16.7389%20L11.6744%2C15.7389%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__women {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fwomen%20_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fwomen-%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22women_24px%22%20transform%3D%22translate(2.000000%2C%206.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.025%2C4.6837%20L1.62%2C4.6837%20C2.781%2C4.0957%204.142%2C3.3447%205.027%2C2.6557%20C6.462%2C1.5397%208.441%2C1.0807%209.634%2C2.5727%20C9.647%2C2.5887%209.665%2C2.5967%209.679%2C2.6107%20C9.692%2C2.6227%209.699%2C2.6397%209.713%2C2.6517%20C9.725%2C2.6607%209.739%2C2.6627%209.751%2C2.6707%20C9.781%2C2.6907%209.812%2C2.7057%209.845%2C2.7187%20C9.873%2C2.7297%209.9%2C2.7397%209.93%2C2.7457%20C9.962%2C2.7517%209.993%2C2.7537%2010.025%2C2.7537%20C10.058%2C2.7537%2010.089%2C2.7517%2010.121%2C2.7457%20C10.15%2C2.7397%2010.178%2C2.7297%2010.207%2C2.7187%20C10.239%2C2.7057%2010.27%2C2.6907%2010.299%2C2.6717%20C10.311%2C2.6627%2010.326%2C2.6607%2010.337%2C2.6517%20C10.353%2C2.6397%2010.36%2C2.6217%2010.374%2C2.6077%20C10.387%2C2.5947%2010.404%2C2.5877%2010.416%2C2.5727%20C11.607%2C1.0787%2013.588%2C1.5397%2015.022%2C2.6557%20C15.905%2C3.3427%2017.266%2C4.0947%2018.43%2C4.6837%20L10.025%2C4.6837%20Z%20M19.507%2C4.1027%20C18.284%2C3.5047%2016.62%2C2.6317%2015.635%2C1.8667%20C13.668%2C0.3327%2011.447%2C0.2457%2010.025%2C1.5567%20C8.603%2C0.2457%206.381%2C0.3337%204.414%2C1.8667%20C3.426%2C2.6347%201.763%2C3.5067%200.542%2C4.1027%20C0.192%2C4.2737%200.009%2C4.6577%200.097%2C5.0367%20C0.185%2C5.4177%200.521%2C5.6837%200.913%2C5.6837%20L10.025%2C5.6837%20L19.137%2C5.6837%20C19.529%2C5.6837%2019.864%2C5.4167%2019.953%2C5.0357%20C20.04%2C4.6567%2019.857%2C4.2727%2019.507%2C4.1027%20L19.507%2C4.1027%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2877%2C11.4283%20C5.9667%2C11.4283%204.1287%2C8.6543%203.5357%2C7.4803%20L16.5147%2C7.4523%20C16.0847%2C8.6483%2014.6167%2C11.4283%2010.2877%2C11.4283%20M16.5277%2C6.4803%20L3.5227%2C6.4803%20C3.1797%2C6.4803%202.8657%2C6.6543%202.6837%2C6.9453%20C2.5057%2C7.2323%202.4867%2C7.5843%202.6367%2C7.8893%20C3.3077%2C9.2543%205.3967%2C12.4283%2010.2877%2C12.4283%20C15.2507%2C12.4283%2016.9537%2C9.1853%2017.4557%2C7.7913%20C17.5627%2C7.4923%2017.5177%2C7.1583%2017.3357%2C6.8993%20C17.1507%2C6.6363%2016.8497%2C6.4803%2016.5277%2C6.4803%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__women {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fwomen%20_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fwomen-%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22women_24px%22%20transform%3D%22translate(2.000000%2C%206.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.025%2C4.6837%20L1.62%2C4.6837%20C2.781%2C4.0957%204.142%2C3.3447%205.027%2C2.6557%20C6.462%2C1.5397%208.441%2C1.0807%209.634%2C2.5727%20C9.647%2C2.5887%209.665%2C2.5967%209.679%2C2.6107%20C9.692%2C2.6227%209.699%2C2.6397%209.713%2C2.6517%20C9.725%2C2.6607%209.739%2C2.6627%209.751%2C2.6707%20C9.781%2C2.6907%209.812%2C2.7057%209.845%2C2.7187%20C9.873%2C2.7297%209.9%2C2.7397%209.93%2C2.7457%20C9.962%2C2.7517%209.993%2C2.7537%2010.025%2C2.7537%20C10.058%2C2.7537%2010.089%2C2.7517%2010.121%2C2.7457%20C10.15%2C2.7397%2010.178%2C2.7297%2010.207%2C2.7187%20C10.239%2C2.7057%2010.27%2C2.6907%2010.299%2C2.6717%20C10.311%2C2.6627%2010.326%2C2.6607%2010.337%2C2.6517%20C10.353%2C2.6397%2010.36%2C2.6217%2010.374%2C2.6077%20C10.387%2C2.5947%2010.404%2C2.5877%2010.416%2C2.5727%20C11.607%2C1.0787%2013.588%2C1.5397%2015.022%2C2.6557%20C15.905%2C3.3427%2017.266%2C4.0947%2018.43%2C4.6837%20L10.025%2C4.6837%20Z%20M19.507%2C4.1027%20C18.284%2C3.5047%2016.62%2C2.6317%2015.635%2C1.8667%20C13.668%2C0.3327%2011.447%2C0.2457%2010.025%2C1.5567%20C8.603%2C0.2457%206.381%2C0.3337%204.414%2C1.8667%20C3.426%2C2.6347%201.763%2C3.5067%200.542%2C4.1027%20C0.192%2C4.2737%200.009%2C4.6577%200.097%2C5.0367%20C0.185%2C5.4177%200.521%2C5.6837%200.913%2C5.6837%20L10.025%2C5.6837%20L19.137%2C5.6837%20C19.529%2C5.6837%2019.864%2C5.4167%2019.953%2C5.0357%20C20.04%2C4.6567%2019.857%2C4.2727%2019.507%2C4.1027%20L19.507%2C4.1027%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2877%2C11.4283%20C5.9667%2C11.4283%204.1287%2C8.6543%203.5357%2C7.4803%20L16.5147%2C7.4523%20C16.0847%2C8.6483%2014.6167%2C11.4283%2010.2877%2C11.4283%20M16.5277%2C6.4803%20L3.5227%2C6.4803%20C3.1797%2C6.4803%202.8657%2C6.6543%202.6837%2C6.9453%20C2.5057%2C7.2323%202.4867%2C7.5843%202.6367%2C7.8893%20C3.3077%2C9.2543%205.3967%2C12.4283%2010.2877%2C12.4283%20C15.2507%2C12.4283%2016.9537%2C9.1853%2017.4557%2C7.7913%20C17.5627%2C7.4923%2017.5177%2C7.1583%2017.3357%2C6.8993%20C17.1507%2C6.6363%2016.8497%2C6.4803%2016.5277%2C6.4803%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__men {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fmen_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fmen%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22men_24px%22%20transform%3D%22translate(2.000000%2C%208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.3008%2C6.5898%20C14.8788%2C6.7838%2013.3348%2C6.3408%2012.1688%2C5.3998%20C11.5248%2C4.8788%2010.7428%2C3.9618%2010.4518%2C3.0868%20C10.3838%2C2.8828%2010.1928%2C2.7448%209.9778%2C2.7448%20C9.7628%2C2.7448%209.5718%2C2.8828%209.5028%2C3.0868%20C9.2108%2C3.9618%208.4298%2C4.8788%207.7848%2C5.3998%20C6.6178%2C6.3408%205.0738%2C6.7838%203.6538%2C6.5898%20C3.1308%2C6.5178%202.5948%2C6.3818%202.0268%2C6.1788%20C3.5138%2C5.5888%204.6868%2C4.4008%205.4198%2C2.6868%20C5.8608%2C1.6228%206.4048%2C1.1408%207.3018%2C1.0228%20C8.0828%2C0.9208%209.0768%2C1.1568%209.4588%2C1.8128%20C9.4588%2C1.8138%209.5208%2C1.9458%209.5208%2C1.9468%20C9.6008%2C2.1278%209.7858%2C2.2288%209.9838%2C2.2288%20L9.9888%2C2.2288%20C10.1878%2C2.2268%2010.3738%2C2.0918%2010.4508%2C1.9078%20C10.4638%2C1.8768%2010.4768%2C1.8448%2010.4948%2C1.8128%20C10.8768%2C1.1568%2011.8708%2C0.9208%2012.6528%2C1.0228%20C13.5488%2C1.1408%2014.0938%2C1.6228%2014.5518%2C2.7288%20C14.5528%2C2.7308%2014.5668%2C2.7618%2014.5708%2C2.7728%20C15.2768%2C4.4208%2016.4418%2C5.5928%2017.9258%2C6.1788%20C17.3578%2C6.3828%2016.8218%2C6.5178%2016.3008%2C6.5898%20M15.4578%2C2.3038%20C15.0968%2C1.4318%2014.4268%2C0.2478%2012.7828%2C0.0308%20C11.8688%2C-0.0902%2010.6978%2C0.1358%209.9768%2C0.8608%20C9.2548%2C0.1348%208.0838%2C-0.0902%207.1708%2C0.0308%20C5.5278%2C0.2478%204.8578%2C1.4318%204.4638%2C2.3788%20C3.9148%2C3.6608%202.7758%2C5.2508%200.4588%2C5.5568%20C0.4408%2C5.5588%200.4218%2C5.5618%200.4038%2C5.5658%20C0.1388%2C5.6168%20-0.0372%2C5.8688%200.0068%2C6.1358%20C0.0458%2C6.3788%200.2548%2C6.5538%200.4938%2C6.5558%20C0.5978%2C6.5928%200.8248%2C6.7228%200.9398%2C6.7868%20C1.0758%2C6.8648%201.1958%2C6.9298%201.2618%2C6.9568%20C2.0578%2C7.2768%202.7948%2C7.4808%203.5168%2C7.5798%20C5.2058%2C7.8168%207.0368%2C7.2898%208.4138%2C6.1768%20C8.9048%2C5.7788%209.5218%2C5.1378%209.9778%2C4.3968%20C10.4328%2C5.1368%2011.0488%2C5.7788%2011.5398%2C6.1768%20C12.7018%2C7.1148%2014.1858%2C7.6348%2015.6348%2C7.6348%20C15.9048%2C7.6348%2016.1728%2C7.6168%2016.4378%2C7.5798%20C17.1588%2C7.4808%2017.8978%2C7.2768%2018.6938%2C6.9568%20C18.7588%2C6.9298%2018.8778%2C6.8648%2019.0148%2C6.7868%20C19.1288%2C6.7228%2019.3578%2C6.5928%2019.4598%2C6.5558%20C19.6988%2C6.5528%2019.9078%2C6.3788%2019.9468%2C6.1358%20C19.9908%2C5.8698%2019.8158%2C5.6168%2019.5508%2C5.5658%20C19.5308%2C5.5618%2019.5118%2C5.5588%2019.4918%2C5.5568%20C17.1778%2C5.2488%2016.0378%2C3.6608%2015.4898%2C2.3788%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.7583%2C4.8798%20C6.5423%2C4.8798%206.3433%2C4.7388%206.2793%2C4.5218%20C6.2003%2C4.2568%206.3513%2C3.9788%206.6163%2C3.9008%20C7.1463%2C3.7438%207.7243%2C2.8908%207.8843%2C2.6038%20C8.0193%2C2.3618%208.3253%2C2.2768%208.5653%2C2.4128%20C8.8063%2C2.5478%208.8923%2C2.8528%208.7573%2C3.0928%20C8.6733%2C3.2428%207.9093%2C4.5598%206.9003%2C4.8588%20C6.8533%2C4.8738%206.8053%2C4.8798%206.7583%2C4.8798%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.1958%2C4.8798%20C13.4118%2C4.8798%2013.6108%2C4.7388%2013.6748%2C4.5218%20C13.7538%2C4.2568%2013.6028%2C3.9788%2013.3378%2C3.9008%20C12.8078%2C3.7438%2012.2298%2C2.8908%2012.0698%2C2.6038%20C11.9348%2C2.3618%2011.6288%2C2.2768%2011.3888%2C2.4128%20C11.1478%2C2.5478%2011.0618%2C2.8528%2011.1968%2C3.0928%20C11.2808%2C3.2428%2012.0448%2C4.5598%2013.0538%2C4.8588%20C13.1008%2C4.8738%2013.1488%2C4.8798%2013.1958%2C4.8798%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__men {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fmen_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fmen%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22men_24px%22%20transform%3D%22translate(2.000000%2C%208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.3008%2C6.5898%20C14.8788%2C6.7838%2013.3348%2C6.3408%2012.1688%2C5.3998%20C11.5248%2C4.8788%2010.7428%2C3.9618%2010.4518%2C3.0868%20C10.3838%2C2.8828%2010.1928%2C2.7448%209.9778%2C2.7448%20C9.7628%2C2.7448%209.5718%2C2.8828%209.5028%2C3.0868%20C9.2108%2C3.9618%208.4298%2C4.8788%207.7848%2C5.3998%20C6.6178%2C6.3408%205.0738%2C6.7838%203.6538%2C6.5898%20C3.1308%2C6.5178%202.5948%2C6.3818%202.0268%2C6.1788%20C3.5138%2C5.5888%204.6868%2C4.4008%205.4198%2C2.6868%20C5.8608%2C1.6228%206.4048%2C1.1408%207.3018%2C1.0228%20C8.0828%2C0.9208%209.0768%2C1.1568%209.4588%2C1.8128%20C9.4588%2C1.8138%209.5208%2C1.9458%209.5208%2C1.9468%20C9.6008%2C2.1278%209.7858%2C2.2288%209.9838%2C2.2288%20L9.9888%2C2.2288%20C10.1878%2C2.2268%2010.3738%2C2.0918%2010.4508%2C1.9078%20C10.4638%2C1.8768%2010.4768%2C1.8448%2010.4948%2C1.8128%20C10.8768%2C1.1568%2011.8708%2C0.9208%2012.6528%2C1.0228%20C13.5488%2C1.1408%2014.0938%2C1.6228%2014.5518%2C2.7288%20C14.5528%2C2.7308%2014.5668%2C2.7618%2014.5708%2C2.7728%20C15.2768%2C4.4208%2016.4418%2C5.5928%2017.9258%2C6.1788%20C17.3578%2C6.3828%2016.8218%2C6.5178%2016.3008%2C6.5898%20M15.4578%2C2.3038%20C15.0968%2C1.4318%2014.4268%2C0.2478%2012.7828%2C0.0308%20C11.8688%2C-0.0902%2010.6978%2C0.1358%209.9768%2C0.8608%20C9.2548%2C0.1348%208.0838%2C-0.0902%207.1708%2C0.0308%20C5.5278%2C0.2478%204.8578%2C1.4318%204.4638%2C2.3788%20C3.9148%2C3.6608%202.7758%2C5.2508%200.4588%2C5.5568%20C0.4408%2C5.5588%200.4218%2C5.5618%200.4038%2C5.5658%20C0.1388%2C5.6168%20-0.0372%2C5.8688%200.0068%2C6.1358%20C0.0458%2C6.3788%200.2548%2C6.5538%200.4938%2C6.5558%20C0.5978%2C6.5928%200.8248%2C6.7228%200.9398%2C6.7868%20C1.0758%2C6.8648%201.1958%2C6.9298%201.2618%2C6.9568%20C2.0578%2C7.2768%202.7948%2C7.4808%203.5168%2C7.5798%20C5.2058%2C7.8168%207.0368%2C7.2898%208.4138%2C6.1768%20C8.9048%2C5.7788%209.5218%2C5.1378%209.9778%2C4.3968%20C10.4328%2C5.1368%2011.0488%2C5.7788%2011.5398%2C6.1768%20C12.7018%2C7.1148%2014.1858%2C7.6348%2015.6348%2C7.6348%20C15.9048%2C7.6348%2016.1728%2C7.6168%2016.4378%2C7.5798%20C17.1588%2C7.4808%2017.8978%2C7.2768%2018.6938%2C6.9568%20C18.7588%2C6.9298%2018.8778%2C6.8648%2019.0148%2C6.7868%20C19.1288%2C6.7228%2019.3578%2C6.5928%2019.4598%2C6.5558%20C19.6988%2C6.5528%2019.9078%2C6.3788%2019.9468%2C6.1358%20C19.9908%2C5.8698%2019.8158%2C5.6168%2019.5508%2C5.5658%20C19.5308%2C5.5618%2019.5118%2C5.5588%2019.4918%2C5.5568%20C17.1778%2C5.2488%2016.0378%2C3.6608%2015.4898%2C2.3788%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.7583%2C4.8798%20C6.5423%2C4.8798%206.3433%2C4.7388%206.2793%2C4.5218%20C6.2003%2C4.2568%206.3513%2C3.9788%206.6163%2C3.9008%20C7.1463%2C3.7438%207.7243%2C2.8908%207.8843%2C2.6038%20C8.0193%2C2.3618%208.3253%2C2.2768%208.5653%2C2.4128%20C8.8063%2C2.5478%208.8923%2C2.8528%208.7573%2C3.0928%20C8.6733%2C3.2428%207.9093%2C4.5598%206.9003%2C4.8588%20C6.8533%2C4.8738%206.8053%2C4.8798%206.7583%2C4.8798%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.1958%2C4.8798%20C13.4118%2C4.8798%2013.6108%2C4.7388%2013.6748%2C4.5218%20C13.7538%2C4.2568%2013.6028%2C3.9788%2013.3378%2C3.9008%20C12.8078%2C3.7438%2012.2298%2C2.8908%2012.0698%2C2.6038%20C11.9348%2C2.3618%2011.6288%2C2.2768%2011.3888%2C2.4128%20C11.1478%2C2.5478%2011.0618%2C2.8528%2011.1968%2C3.0928%20C11.2808%2C3.2428%2012.0448%2C4.5598%2013.0538%2C4.8588%20C13.1008%2C4.8738%2013.1488%2C4.8798%2013.1958%2C4.8798%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__health {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fbeauty_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fbeauty%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22beauty_24px%22%20transform%3D%22translate(8.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.2698%2C18.8476%20C6.2698%2C18.8516%206.2658%2C18.8556%206.2618%2C18.8556%20L0.9998%2C18.8476%20L1.0088%2C18.2016%20L6.2698%2C18.2096%20L6.2698%2C18.8476%20Z%20M1.9478%2C8.2796%20L5.2768%2C8.2796%20L5.2768%2C7.6606%20L1.9478%2C7.6606%20L1.9478%2C8.2796%20Z%20M1.6888%2C17.2016%20L5.5358%2C17.2016%20L5.5358%2C9.2796%20L1.6888%2C9.2796%20L1.6888%2C17.2016%20Z%20M6.5358%2C17.2576%20L6.5358%2C8.7796%20C6.5358%2C8.5926%206.4288%2C8.4356%206.2768%2C8.3506%20L6.2768%2C7.4916%20C6.2768%2C7.1086%206.0108%2C6.7996%205.6578%2C6.7036%20L5.6578%2C3.4266%20C5.6578%2C2.5886%205.1058%2C1.0006%204.1078%2C0.3206%20C3.6058%2C-0.0214%203.0598%2C-0.0914%202.5228%2C0.1186%20C1.5678%2C0.4936%201.5678%2C1.6016%201.5678%2C2.0746%20L1.5678%2C5.6346%20C1.5678%2C5.9106%201.7918%2C6.1346%202.0678%2C6.1346%20C2.3448%2C6.1346%202.5678%2C5.9106%202.5678%2C5.6346%20L2.5678%2C2.0746%20C2.5678%2C1.4276%202.6588%2C1.1396%202.8888%2C1.0486%20C3.0288%2C0.9946%203.2488%2C0.9446%203.5438%2C1.1466%20C4.1898%2C1.5866%204.6578%2C2.8136%204.6578%2C3.4266%20L4.6578%2C6.6606%20L1.7778%2C6.6606%20C1.3198%2C6.6606%200.9478%2C7.0336%200.9478%2C7.4916%20L0.9478%2C8.3506%20C0.7958%2C8.4356%200.6888%2C8.5926%200.6888%2C8.7796%20L0.6888%2C17.2666%20C0.2908%2C17.4016%20-0.0002%2C17.7676%20-0.0002%2C18.2096%20L-0.0002%2C18.8476%20C-0.0002%2C19.4036%200.4528%2C19.8556%201.0088%2C19.8556%20L6.2618%2C19.8556%20C6.8178%2C19.8556%207.2698%2C19.4036%207.2698%2C18.8476%20L7.2698%2C18.2096%20C7.2698%2C17.7506%206.9558%2C17.3786%206.5358%2C17.2576%20L6.5358%2C17.2576%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.6575%2C6.7036%20L5.6575%2C3.4266%20C5.6575%2C2.5886%205.1055%2C1.0006%204.1075%2C0.3206%20C3.6055%2C-0.0214%203.0595%2C-0.0914%202.5235%2C0.1186%20C1.5685%2C0.4946%201.5685%2C1.6016%201.5685%2C2.0746%20L1.5685%2C5.6346%20C1.5685%2C5.9106%201.7915%2C6.1346%202.0685%2C6.1346%20C2.3445%2C6.1346%202.5685%2C5.9106%202.5685%2C5.6346%20L2.5685%2C2.0746%20C2.5685%2C1.4276%202.6585%2C1.1396%202.8885%2C1.0486%20C3.0295%2C0.9946%203.2485%2C0.9446%203.5445%2C1.1466%20C4.1905%2C1.5866%204.6575%2C2.8136%204.6575%2C3.4266%20L4.6575%2C6.6616%20L5.6575%2C6.7036%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__health {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fbeauty_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fbeauty%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22beauty_24px%22%20transform%3D%22translate(8.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.2698%2C18.8476%20C6.2698%2C18.8516%206.2658%2C18.8556%206.2618%2C18.8556%20L0.9998%2C18.8476%20L1.0088%2C18.2016%20L6.2698%2C18.2096%20L6.2698%2C18.8476%20Z%20M1.9478%2C8.2796%20L5.2768%2C8.2796%20L5.2768%2C7.6606%20L1.9478%2C7.6606%20L1.9478%2C8.2796%20Z%20M1.6888%2C17.2016%20L5.5358%2C17.2016%20L5.5358%2C9.2796%20L1.6888%2C9.2796%20L1.6888%2C17.2016%20Z%20M6.5358%2C17.2576%20L6.5358%2C8.7796%20C6.5358%2C8.5926%206.4288%2C8.4356%206.2768%2C8.3506%20L6.2768%2C7.4916%20C6.2768%2C7.1086%206.0108%2C6.7996%205.6578%2C6.7036%20L5.6578%2C3.4266%20C5.6578%2C2.5886%205.1058%2C1.0006%204.1078%2C0.3206%20C3.6058%2C-0.0214%203.0598%2C-0.0914%202.5228%2C0.1186%20C1.5678%2C0.4936%201.5678%2C1.6016%201.5678%2C2.0746%20L1.5678%2C5.6346%20C1.5678%2C5.9106%201.7918%2C6.1346%202.0678%2C6.1346%20C2.3448%2C6.1346%202.5678%2C5.9106%202.5678%2C5.6346%20L2.5678%2C2.0746%20C2.5678%2C1.4276%202.6588%2C1.1396%202.8888%2C1.0486%20C3.0288%2C0.9946%203.2488%2C0.9446%203.5438%2C1.1466%20C4.1898%2C1.5866%204.6578%2C2.8136%204.6578%2C3.4266%20L4.6578%2C6.6606%20L1.7778%2C6.6606%20C1.3198%2C6.6606%200.9478%2C7.0336%200.9478%2C7.4916%20L0.9478%2C8.3506%20C0.7958%2C8.4356%200.6888%2C8.5926%200.6888%2C8.7796%20L0.6888%2C17.2666%20C0.2908%2C17.4016%20-0.0002%2C17.7676%20-0.0002%2C18.2096%20L-0.0002%2C18.8476%20C-0.0002%2C19.4036%200.4528%2C19.8556%201.0088%2C19.8556%20L6.2618%2C19.8556%20C6.8178%2C19.8556%207.2698%2C19.4036%207.2698%2C18.8476%20L7.2698%2C18.2096%20C7.2698%2C17.7506%206.9558%2C17.3786%206.5358%2C17.2576%20L6.5358%2C17.2576%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.6575%2C6.7036%20L5.6575%2C3.4266%20C5.6575%2C2.5886%205.1055%2C1.0006%204.1075%2C0.3206%20C3.6055%2C-0.0214%203.0595%2C-0.0914%202.5235%2C0.1186%20C1.5685%2C0.4946%201.5685%2C1.6016%201.5685%2C2.0746%20L1.5685%2C5.6346%20C1.5685%2C5.9106%201.7915%2C6.1346%202.0685%2C6.1346%20C2.3445%2C6.1346%202.5685%2C5.9106%202.5685%2C5.6346%20L2.5685%2C2.0746%20C2.5685%2C1.4276%202.6585%2C1.1396%202.8885%2C1.0486%20C3.0295%2C0.9946%203.2485%2C0.9446%203.5445%2C1.1466%20C4.1905%2C1.5866%204.6575%2C2.8136%204.6575%2C3.4266%20L4.6575%2C6.6616%20L5.6575%2C6.7036%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__sport {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fsports_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fsports%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22sports_24px%22%20transform%3D%22translate(1.999600%2C%203.999943)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.283%2C1.3286568%20C0.56%2C1.1916568%207.144%2C-1.9603432%2013.398%2C1.9556568%20C19.816%2C5.9756568%2019.995%2C13.2446568%2020%2C13.6746568%20L20%2C13.6936568%20C20%2C13.7176568%2019.99%2C13.7376568%2019.987%2C13.7596568%20C19.982%2C13.8016568%2019.978%2C13.8416568%2019.964%2C13.8796568%20C19.952%2C13.9096568%2019.932%2C13.9336568%2019.915%2C13.9606568%20C19.898%2C13.9886568%2019.884%2C14.0176568%2019.862%2C14.0426568%20C19.835%2C14.0696568%2019.804%2C14.0876568%2019.772%2C14.1086568%20C19.75%2C14.1236568%2019.735%2C14.1426568%2019.71%2C14.1556568%20C19.539%2C14.2366568%2017.009%2C15.4056583%2013.601%2C15.4056583%20C11.392%2C15.4066568%208.814%2C14.9146568%206.269%2C13.3146568%20C0.274%2C9.5436568%200.011%2C2.6656568%200.001%2C1.8486568%20L0%2C1.7786568%20C0%2C1.7536568%200.012%2C1.7316568%200.015%2C1.7066568%20C0.021%2C1.6706568%200.024%2C1.6366568%200.037%2C1.6016568%20C0.049%2C1.5716568%200.067%2C1.5466568%200.084%2C1.5196568%20C0.102%2C1.4916568%200.117%2C1.4626568%200.14%2C1.4386568%20C0.163%2C1.4136568%200.192%2C1.3966568%200.221%2C1.3756568%20C0.242%2C1.3606568%200.259%2C1.3406568%200.283%2C1.3286568%20L0.283%2C1.3286568%20Z%20M17.467%2C7.9616568%20L13.446%2C14.3706568%20C16.09%2C14.3976568%2018.206%2C13.6736568%2018.97%2C13.3706568%20C18.909%2C12.5526568%2018.639%2C10.3316568%2017.467%2C7.9616568%20L17.467%2C7.9616568%20Z%20M7.574%2C1.0826568%20L2.95%2C8.4516568%20C3.804%2C9.9066568%205.033%2C11.3426568%206.808%2C12.4586568%20C8.663%2C13.6246568%2010.555%2C14.1456568%2012.288%2C14.3096568%20L16.909%2C6.9456568%20C16.007%2C5.4546568%2014.717%2C3.9756568%2012.861%2C2.8136568%20C11.083%2C1.6996568%209.255%2C1.2196568%207.574%2C1.0826568%20L7.574%2C1.0826568%20Z%20M6.406%2C1.0396568%20C3.835%2C1.0596568%201.766%2C1.8026568%201.026%2C2.1076568%20C1.071%2C2.9086568%201.304%2C5.0946568%202.404%2C7.4176568%20L6.406%2C1.0396568%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.301%2C4.8896568%20C8.453%2C4.6526568%208.764%2C4.5816568%209%2C4.7296568%20C9.237%2C4.8776568%209.308%2C5.1896568%209.159%2C5.4266568%20L8.658%2C6.2266568%20L9.833%2C6.9656568%20L10.335%2C6.1656568%20C10.486%2C5.9296568%2010.799%2C5.8566568%2011.033%2C6.0056568%20C11.27%2C6.1546568%2011.341%2C6.4656568%2011.194%2C6.7026568%20L10.692%2C7.5036568%20L11.71%2C8.1426568%20L12.212%2C7.3436568%20C12.361%2C7.1066568%2012.675%2C7.0346568%2012.909%2C7.1836568%20C13.147%2C7.3306568%2013.218%2C7.6436568%2013.069%2C7.8806568%20L12.567%2C8.6806568%20L13.062%2C8.9906568%20C13.299%2C9.1396568%2013.369%2C9.4526568%2013.221%2C9.6876568%20C13.124%2C9.8416568%2012.96%2C9.9256568%2012.792%2C9.9256568%20C12.7%2C9.9256568%2012.606%2C9.9006568%2012.523%2C9.8496568%20L12.03%2C9.5386568%20L11.528%2C10.3376568%20C11.43%2C10.4906568%2011.266%2C10.5746568%2011.098%2C10.5746568%20C11.006%2C10.5746568%2010.912%2C10.5506568%2010.829%2C10.4976568%20C10.593%2C10.3496568%2010.522%2C10.0366568%2010.669%2C9.8006568%20L11.171%2C8.9996568%20L10.153%2C8.3606568%20L9.651%2C9.1596568%20C9.555%2C9.3126568%209.391%2C9.3966568%209.223%2C9.3966568%20C9.131%2C9.3966568%209.037%2C9.3726568%208.954%2C9.3196568%20C8.717%2C9.1706568%208.645%2C8.8586568%208.794%2C8.6226568%20L9.296%2C7.8216568%20L8.12%2C7.0846568%20L7.618%2C7.8836568%20C7.521%2C8.0366568%207.357%2C8.1206568%207.189%2C8.1206568%20C7.097%2C8.1206568%207.003%2C8.0966568%206.92%2C8.0426568%20C6.683%2C7.8946568%206.611%2C7.5816568%206.76%2C7.3456568%20L7.262%2C6.5446568%20L6.866%2C6.2966568%20C6.63%2C6.1496568%206.559%2C5.8366568%206.706%2C5.5996568%20C6.858%2C5.3616568%207.171%2C5.2936568%207.405%2C5.4406568%20L7.8%2C5.6886568%20L8.301%2C4.8896568%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__sport {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fsports_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fsports%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22sports_24px%22%20transform%3D%22translate(1.999600%2C%203.999943)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.283%2C1.3286568%20C0.56%2C1.1916568%207.144%2C-1.9603432%2013.398%2C1.9556568%20C19.816%2C5.9756568%2019.995%2C13.2446568%2020%2C13.6746568%20L20%2C13.6936568%20C20%2C13.7176568%2019.99%2C13.7376568%2019.987%2C13.7596568%20C19.982%2C13.8016568%2019.978%2C13.8416568%2019.964%2C13.8796568%20C19.952%2C13.9096568%2019.932%2C13.9336568%2019.915%2C13.9606568%20C19.898%2C13.9886568%2019.884%2C14.0176568%2019.862%2C14.0426568%20C19.835%2C14.0696568%2019.804%2C14.0876568%2019.772%2C14.1086568%20C19.75%2C14.1236568%2019.735%2C14.1426568%2019.71%2C14.1556568%20C19.539%2C14.2366568%2017.009%2C15.4056583%2013.601%2C15.4056583%20C11.392%2C15.4066568%208.814%2C14.9146568%206.269%2C13.3146568%20C0.274%2C9.5436568%200.011%2C2.6656568%200.001%2C1.8486568%20L0%2C1.7786568%20C0%2C1.7536568%200.012%2C1.7316568%200.015%2C1.7066568%20C0.021%2C1.6706568%200.024%2C1.6366568%200.037%2C1.6016568%20C0.049%2C1.5716568%200.067%2C1.5466568%200.084%2C1.5196568%20C0.102%2C1.4916568%200.117%2C1.4626568%200.14%2C1.4386568%20C0.163%2C1.4136568%200.192%2C1.3966568%200.221%2C1.3756568%20C0.242%2C1.3606568%200.259%2C1.3406568%200.283%2C1.3286568%20L0.283%2C1.3286568%20Z%20M17.467%2C7.9616568%20L13.446%2C14.3706568%20C16.09%2C14.3976568%2018.206%2C13.6736568%2018.97%2C13.3706568%20C18.909%2C12.5526568%2018.639%2C10.3316568%2017.467%2C7.9616568%20L17.467%2C7.9616568%20Z%20M7.574%2C1.0826568%20L2.95%2C8.4516568%20C3.804%2C9.9066568%205.033%2C11.3426568%206.808%2C12.4586568%20C8.663%2C13.6246568%2010.555%2C14.1456568%2012.288%2C14.3096568%20L16.909%2C6.9456568%20C16.007%2C5.4546568%2014.717%2C3.9756568%2012.861%2C2.8136568%20C11.083%2C1.6996568%209.255%2C1.2196568%207.574%2C1.0826568%20L7.574%2C1.0826568%20Z%20M6.406%2C1.0396568%20C3.835%2C1.0596568%201.766%2C1.8026568%201.026%2C2.1076568%20C1.071%2C2.9086568%201.304%2C5.0946568%202.404%2C7.4176568%20L6.406%2C1.0396568%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.301%2C4.8896568%20C8.453%2C4.6526568%208.764%2C4.5816568%209%2C4.7296568%20C9.237%2C4.8776568%209.308%2C5.1896568%209.159%2C5.4266568%20L8.658%2C6.2266568%20L9.833%2C6.9656568%20L10.335%2C6.1656568%20C10.486%2C5.9296568%2010.799%2C5.8566568%2011.033%2C6.0056568%20C11.27%2C6.1546568%2011.341%2C6.4656568%2011.194%2C6.7026568%20L10.692%2C7.5036568%20L11.71%2C8.1426568%20L12.212%2C7.3436568%20C12.361%2C7.1066568%2012.675%2C7.0346568%2012.909%2C7.1836568%20C13.147%2C7.3306568%2013.218%2C7.6436568%2013.069%2C7.8806568%20L12.567%2C8.6806568%20L13.062%2C8.9906568%20C13.299%2C9.1396568%2013.369%2C9.4526568%2013.221%2C9.6876568%20C13.124%2C9.8416568%2012.96%2C9.9256568%2012.792%2C9.9256568%20C12.7%2C9.9256568%2012.606%2C9.9006568%2012.523%2C9.8496568%20L12.03%2C9.5386568%20L11.528%2C10.3376568%20C11.43%2C10.4906568%2011.266%2C10.5746568%2011.098%2C10.5746568%20C11.006%2C10.5746568%2010.912%2C10.5506568%2010.829%2C10.4976568%20C10.593%2C10.3496568%2010.522%2C10.0366568%2010.669%2C9.8006568%20L11.171%2C8.9996568%20L10.153%2C8.3606568%20L9.651%2C9.1596568%20C9.555%2C9.3126568%209.391%2C9.3966568%209.223%2C9.3966568%20C9.131%2C9.3966568%209.037%2C9.3726568%208.954%2C9.3196568%20C8.717%2C9.1706568%208.645%2C8.8586568%208.794%2C8.6226568%20L9.296%2C7.8216568%20L8.12%2C7.0846568%20L7.618%2C7.8836568%20C7.521%2C8.0366568%207.357%2C8.1206568%207.189%2C8.1206568%20C7.097%2C8.1206568%207.003%2C8.0966568%206.92%2C8.0426568%20C6.683%2C7.8946568%206.611%2C7.5816568%206.76%2C7.3456568%20L7.262%2C6.5446568%20L6.866%2C6.2966568%20C6.63%2C6.1496568%206.559%2C5.8366568%206.706%2C5.5996568%20C6.858%2C5.3616568%207.171%2C5.2936568%207.405%2C5.4406568%20L7.8%2C5.6886568%20L8.301%2C4.8896568%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__home {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Felectronics_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Felectronics%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22electronics_24px%22%20transform%3D%22translate(2.000000%2C%205.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.9116%2C13.0882%20C18.9116%2C13.4312%2018.6326%2C13.7112%2018.2886%2C13.7112%20L1.7116%2C13.7112%20C1.3676%2C13.7112%201.0886%2C13.4312%201.0886%2C13.0882%20L1.0886%2C1.7112%20C1.0886%2C1.3682%201.3676%2C1.0882%201.7116%2C1.0882%20L18.2886%2C1.0882%20C18.6326%2C1.0882%2018.9116%2C1.3682%2018.9116%2C1.7112%20L18.9116%2C13.0882%20Z%20M18.2886%2C0.0002%20L1.7116%2C0.0002%20C0.7676%2C0.0002%20-0.0004%2C0.7672%20-0.0004%2C1.7112%20L-0.0004%2C13.0882%20C-0.0004%2C14.0322%200.7676%2C14.7992%201.7116%2C14.7992%20L18.2886%2C14.7992%20C19.2326%2C14.7992%2019.9996%2C14.0322%2019.9996%2C13.0882%20L19.9996%2C1.7112%20C19.9996%2C0.7672%2019.2326%2C0.0002%2018.2886%2C0.0002%20L18.2886%2C0.0002%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0522%2C2.157%20L2.3322%2C2.157%20C2.0312%2C2.157%201.7872%2C2.401%201.7872%2C2.701%20C1.7872%2C3.002%202.0312%2C3.245%202.3322%2C3.245%20L14.5082%2C3.245%20L14.5082%2C11.319%20L2.3322%2C11.319%20C2.0312%2C11.319%201.7872%2C11.562%201.7872%2C11.863%20C1.7872%2C12.163%202.0312%2C12.407%202.3322%2C12.407%20L15.0522%2C12.407%20C15.3532%2C12.407%2015.5962%2C12.163%2015.5962%2C11.863%20L15.5962%2C2.701%20C15.5962%2C2.401%2015.3532%2C2.157%2015.0522%2C2.157%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.6733%2C4.6287%20L16.9633%2C4.6287%20C16.6623%2C4.6287%2016.4193%2C4.8727%2016.4193%2C5.1727%20C16.4193%2C5.4737%2016.6623%2C5.7167%2016.9633%2C5.7167%20L17.6733%2C5.7167%20C17.9743%2C5.7167%2018.2173%2C5.4737%2018.2173%2C5.1727%20C18.2173%2C4.8727%2017.9743%2C4.6287%2017.6733%2C4.6287%22%20id%3D%22Fill-6%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.6733%2C6.1546%20L16.9633%2C6.1546%20C16.6623%2C6.1546%2016.4193%2C6.3976%2016.4193%2C6.6986%20C16.4193%2C6.9996%2016.6623%2C7.2426%2016.9633%2C7.2426%20L17.6733%2C7.2426%20C17.9743%2C7.2426%2018.2173%2C6.9996%2018.2173%2C6.6986%20C18.2173%2C6.3976%2017.9743%2C6.1546%2017.6733%2C6.1546%22%20id%3D%22Fill-8%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.3184%2C9.5618%20C17.0174%2C9.5618%2016.7744%2C9.8048%2016.7744%2C10.1058%20L16.7744%2C10.1408%20C16.7744%2C10.4418%2017.0174%2C10.6678%2017.3184%2C10.6678%20C17.6194%2C10.6678%2017.8624%2C10.4068%2017.8624%2C10.1058%20C17.8624%2C9.8048%2017.6194%2C9.5618%2017.3184%2C9.5618%22%20id%3D%22Fill-10%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__home {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Felectronics_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Felectronics%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22electronics_24px%22%20transform%3D%22translate(2.000000%2C%205.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.9116%2C13.0882%20C18.9116%2C13.4312%2018.6326%2C13.7112%2018.2886%2C13.7112%20L1.7116%2C13.7112%20C1.3676%2C13.7112%201.0886%2C13.4312%201.0886%2C13.0882%20L1.0886%2C1.7112%20C1.0886%2C1.3682%201.3676%2C1.0882%201.7116%2C1.0882%20L18.2886%2C1.0882%20C18.6326%2C1.0882%2018.9116%2C1.3682%2018.9116%2C1.7112%20L18.9116%2C13.0882%20Z%20M18.2886%2C0.0002%20L1.7116%2C0.0002%20C0.7676%2C0.0002%20-0.0004%2C0.7672%20-0.0004%2C1.7112%20L-0.0004%2C13.0882%20C-0.0004%2C14.0322%200.7676%2C14.7992%201.7116%2C14.7992%20L18.2886%2C14.7992%20C19.2326%2C14.7992%2019.9996%2C14.0322%2019.9996%2C13.0882%20L19.9996%2C1.7112%20C19.9996%2C0.7672%2019.2326%2C0.0002%2018.2886%2C0.0002%20L18.2886%2C0.0002%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0522%2C2.157%20L2.3322%2C2.157%20C2.0312%2C2.157%201.7872%2C2.401%201.7872%2C2.701%20C1.7872%2C3.002%202.0312%2C3.245%202.3322%2C3.245%20L14.5082%2C3.245%20L14.5082%2C11.319%20L2.3322%2C11.319%20C2.0312%2C11.319%201.7872%2C11.562%201.7872%2C11.863%20C1.7872%2C12.163%202.0312%2C12.407%202.3322%2C12.407%20L15.0522%2C12.407%20C15.3532%2C12.407%2015.5962%2C12.163%2015.5962%2C11.863%20L15.5962%2C2.701%20C15.5962%2C2.401%2015.3532%2C2.157%2015.0522%2C2.157%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.6733%2C4.6287%20L16.9633%2C4.6287%20C16.6623%2C4.6287%2016.4193%2C4.8727%2016.4193%2C5.1727%20C16.4193%2C5.4737%2016.6623%2C5.7167%2016.9633%2C5.7167%20L17.6733%2C5.7167%20C17.9743%2C5.7167%2018.2173%2C5.4737%2018.2173%2C5.1727%20C18.2173%2C4.8727%2017.9743%2C4.6287%2017.6733%2C4.6287%22%20id%3D%22Fill-6%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.6733%2C6.1546%20L16.9633%2C6.1546%20C16.6623%2C6.1546%2016.4193%2C6.3976%2016.4193%2C6.6986%20C16.4193%2C6.9996%2016.6623%2C7.2426%2016.9633%2C7.2426%20L17.6733%2C7.2426%20C17.9743%2C7.2426%2018.2173%2C6.9996%2018.2173%2C6.6986%20C18.2173%2C6.3976%2017.9743%2C6.1546%2017.6733%2C6.1546%22%20id%3D%22Fill-8%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.3184%2C9.5618%20C17.0174%2C9.5618%2016.7744%2C9.8048%2016.7744%2C10.1058%20L16.7744%2C10.1408%20C16.7744%2C10.4418%2017.0174%2C10.6678%2017.3184%2C10.6678%20C17.6194%2C10.6678%2017.8624%2C10.4068%2017.8624%2C10.1058%20C17.8624%2C9.8048%2017.6194%2C9.5618%2017.3184%2C9.5618%22%20id%3D%22Fill-10%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__accessories {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Faccessory_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Faccessory%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22accessory_24px%22%20transform%3D%22translate(1.999900%2C%207.999600)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.8471%2C7.036%20C13.1141%2C7.036%2011.7031%2C5.675%2011.7031%2C4%20C11.7031%2C2.327%2013.1141%2C0.965%2014.8471%2C0.965%20C16.4171%2C0.965%2017.7111%2C2.085%2017.9431%2C3.54%20C17.7221%2C3.59%2017.5541%2C3.772%2017.5541%2C4%20C17.5541%2C4.229%2017.7221%2C4.411%2017.9431%2C4.461%20C17.7111%2C5.915%2016.4181%2C7.036%2014.8471%2C7.036%20M5.1831%2C7.036%20C3.6131%2C7.036%202.3201%2C5.915%202.0881%2C4.461%20C2.3081%2C4.411%202.4761%2C4.229%202.4761%2C4%20C2.4761%2C3.772%202.3081%2C3.59%202.0881%2C3.54%20C2.3201%2C2.085%203.6131%2C0.965%205.1831%2C0.965%20C6.9171%2C0.965%208.3271%2C2.327%208.3271%2C4%20C8.3271%2C5.675%206.9171%2C7.036%205.1831%2C7.036%20M19.5161%2C3.518%20L18.9391%2C3.518%20C18.6891%2C1.542%2016.9601%2C0%2014.8471%2C0%20C12.9091%2C0%2011.2901%2C1.298%2010.8401%2C3.037%20C10.5561%2C2.876%2010.2641%2C2.797%209.9821%2C2.809%20C9.6791%2C2.818%209.4151%2C2.915%209.1911%2C3.039%20C8.7431%2C1.299%207.1221%2C0%205.1831%2C0%20C3.0711%2C0%201.3421%2C1.542%201.0921%2C3.518%20L0.5141%2C3.518%20C0.2391%2C3.518%200.0151%2C3.734%200.0151%2C4%20C0.0151%2C4.267%200.2391%2C4.482%200.5141%2C4.482%20L1.0921%2C4.482%20C1.3421%2C6.459%203.0711%2C8%205.1831%2C8%20C7.3981%2C8%209.1991%2C6.307%209.3051%2C4.193%20C9.4431%2C4.033%209.7171%2C3.78%2010.0141%2C3.773%20C10.0171%2C3.773%2010.0211%2C3.772%2010.0251%2C3.772%20C10.2921%2C3.772%2010.5411%2C3.987%2010.7261%2C4.199%20C10.8361%2C6.31%2012.6341%2C8%2014.8471%2C8%20C16.9601%2C8%2018.6891%2C6.459%2018.9391%2C4.482%20L19.5161%2C4.482%20C19.7921%2C4.482%2020.0151%2C4.267%2020.0151%2C4%20C20.0151%2C3.734%2019.7921%2C3.518%2019.5161%2C3.518%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.9526%2C3.5004%20L19.5306%2C3.5004%20C19.8066%2C3.5004%2020.0306%2C3.7244%2020.0306%2C4.0004%20C20.0306%2C4.2764%2019.8066%2C4.5004%2019.5306%2C4.5004%20L18.9526%2C4.5004%20L18.9526%2C3.5004%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.078%2C3.5004%20L0.5%2C3.5004%20C0.224%2C3.5004%20-1.27675648e-14%2C3.7244%20-1.27675648e-14%2C4.0004%20C-1.27675648e-14%2C4.2764%200.224%2C4.5004%200.5%2C4.5004%20L1.078%2C4.5004%20L1.078%2C3.5004%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__accessories {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Faccessory_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Faccessory%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22accessory_24px%22%20transform%3D%22translate(1.999900%2C%207.999600)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.8471%2C7.036%20C13.1141%2C7.036%2011.7031%2C5.675%2011.7031%2C4%20C11.7031%2C2.327%2013.1141%2C0.965%2014.8471%2C0.965%20C16.4171%2C0.965%2017.7111%2C2.085%2017.9431%2C3.54%20C17.7221%2C3.59%2017.5541%2C3.772%2017.5541%2C4%20C17.5541%2C4.229%2017.7221%2C4.411%2017.9431%2C4.461%20C17.7111%2C5.915%2016.4181%2C7.036%2014.8471%2C7.036%20M5.1831%2C7.036%20C3.6131%2C7.036%202.3201%2C5.915%202.0881%2C4.461%20C2.3081%2C4.411%202.4761%2C4.229%202.4761%2C4%20C2.4761%2C3.772%202.3081%2C3.59%202.0881%2C3.54%20C2.3201%2C2.085%203.6131%2C0.965%205.1831%2C0.965%20C6.9171%2C0.965%208.3271%2C2.327%208.3271%2C4%20C8.3271%2C5.675%206.9171%2C7.036%205.1831%2C7.036%20M19.5161%2C3.518%20L18.9391%2C3.518%20C18.6891%2C1.542%2016.9601%2C0%2014.8471%2C0%20C12.9091%2C0%2011.2901%2C1.298%2010.8401%2C3.037%20C10.5561%2C2.876%2010.2641%2C2.797%209.9821%2C2.809%20C9.6791%2C2.818%209.4151%2C2.915%209.1911%2C3.039%20C8.7431%2C1.299%207.1221%2C0%205.1831%2C0%20C3.0711%2C0%201.3421%2C1.542%201.0921%2C3.518%20L0.5141%2C3.518%20C0.2391%2C3.518%200.0151%2C3.734%200.0151%2C4%20C0.0151%2C4.267%200.2391%2C4.482%200.5141%2C4.482%20L1.0921%2C4.482%20C1.3421%2C6.459%203.0711%2C8%205.1831%2C8%20C7.3981%2C8%209.1991%2C6.307%209.3051%2C4.193%20C9.4431%2C4.033%209.7171%2C3.78%2010.0141%2C3.773%20C10.0171%2C3.773%2010.0211%2C3.772%2010.0251%2C3.772%20C10.2921%2C3.772%2010.5411%2C3.987%2010.7261%2C4.199%20C10.8361%2C6.31%2012.6341%2C8%2014.8471%2C8%20C16.9601%2C8%2018.6891%2C6.459%2018.9391%2C4.482%20L19.5161%2C4.482%20C19.7921%2C4.482%2020.0151%2C4.267%2020.0151%2C4%20C20.0151%2C3.734%2019.7921%2C3.518%2019.5161%2C3.518%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.9526%2C3.5004%20L19.5306%2C3.5004%20C19.8066%2C3.5004%2020.0306%2C3.7244%2020.0306%2C4.0004%20C20.0306%2C4.2764%2019.8066%2C4.5004%2019.5306%2C4.5004%20L18.9526%2C4.5004%20L18.9526%2C3.5004%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.078%2C3.5004%20L0.5%2C3.5004%20C0.224%2C3.5004%20-1.27675648e-14%2C3.7244%20-1.27675648e-14%2C4.0004%20C-1.27675648e-14%2C4.2764%200.224%2C4.5004%200.5%2C4.5004%20L1.078%2C4.5004%20L1.078%2C3.5004%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__fashion {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F64px%2Fproduct%20category%2Fweb%2Findex%2Ffashion_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F64px%2Fproduct-category%2Fweb%2Findex%2Ffashion%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22fashion_24px%22%20transform%3D%22translate(3.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.0459%2C14.1145%20C16.0459%2C14.5785%2015.6679%2C14.9565%2015.2039%2C14.9565%20L12.6369%2C14.9565%20C12.1729%2C14.9565%2011.7949%2C14.5785%2011.7949%2C14.1145%20L11.7949%2C11.5465%20L16.0459%2C11.5465%20L16.0459%2C14.1145%20Z%20M16.5459%2C10.5465%20L11.2949%2C10.5465%20C11.0189%2C10.5465%2010.7949%2C10.7695%2010.7949%2C11.0465%20L10.7949%2C14.1145%20C10.7949%2C15.1305%2011.6209%2C15.9565%2012.6369%2C15.9565%20L15.2039%2C15.9565%20C16.2199%2C15.9565%2017.0459%2C15.1305%2017.0459%2C14.1145%20L17.0459%2C11.0465%20C17.0459%2C10.7695%2016.8219%2C10.5465%2016.5459%2C10.5465%20L16.5459%2C10.5465%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.8555%2C17.9583%20C17.8555%2C18.4183%2017.4805%2C18.7933%2017.0205%2C18.7933%20L9.9275%2C18.7933%20L9.9275%2C6.5543%20C9.9275%2C6.2773%209.7045%2C6.0543%209.4275%2C6.0543%20C9.1515%2C6.0543%208.9275%2C6.2773%208.9275%2C6.5543%20L8.9275%2C18.7933%20L1.8355%2C18.7933%20C1.3755%2C18.7933%201.0005%2C18.4183%201.0005%2C17.9583%20L1.0005%2C2.7733%20C1.0005%2C2.3123%201.3755%2C1.9373%201.8355%2C1.9373%20L5.4135%2C1.9373%20L7.2555%2C5.3923%20C7.3455%2C5.5603%207.5185%2C5.6563%207.6975%2C5.6563%20C7.7765%2C5.6563%207.8565%2C5.6373%207.9325%2C5.5983%20L9.4135%2C4.8073%20L10.8935%2C5.5973%20C10.9685%2C5.6373%2011.0485%2C5.6563%2011.1285%2C5.6563%20C11.3075%2C5.6563%2011.4805%2C5.5603%2011.5705%2C5.3923%20L13.4125%2C1.9373%20L17.0205%2C1.9373%20C17.4805%2C1.9373%2017.8555%2C2.3123%2017.8555%2C2.7733%20L17.8555%2C17.9583%20Z%20M7.2175%2C1.1773%20L8.7415%2C4.0323%20L7.9025%2C4.4793%20L6.3785%2C1.6243%20L7.2175%2C1.1773%20Z%20M11.6085%2C1.1773%20L12.4465%2C1.6243%20L10.9225%2C4.4793%20L10.0845%2C4.0323%20L11.6085%2C1.1773%20Z%20M9.4135%2C3.1673%20L8.2565%2C1.0003%20L10.5685%2C1.0003%20L9.4135%2C3.1673%20Z%20M13.2845%2C0.9373%20L11.6375%2C0.0593%20C11.6315%2C0.0563%2011.6245%2C0.0563%2011.6175%2C0.0533%20C11.5865%2C0.0383%2011.5545%2C0.0323%2011.5205%2C0.0233%20C11.4895%2C0.0163%2011.4595%2C0.0063%2011.4275%2C0.0053%20C11.4185%2C0.0043%2011.4115%2C0.0003%2011.4025%2C0.0003%20L7.4235%2C0.0003%20C7.4145%2C0.0003%207.4075%2C0.0043%207.3995%2C0.0053%20C7.3655%2C0.0063%207.3335%2C0.0163%207.3005%2C0.0243%20C7.2685%2C0.0333%207.2375%2C0.0393%207.2085%2C0.0533%20C7.2025%2C0.0563%207.1945%2C0.0563%207.1885%2C0.0593%20L5.5315%2C0.9433%20C5.5215%2C0.9433%205.5135%2C0.9373%205.5035%2C0.9373%20L1.8355%2C0.9373%20C0.8235%2C0.9373%200.0005%2C1.7613%200.0005%2C2.7733%20L0.0005%2C17.9583%20C0.0005%2C18.9703%200.8235%2C19.7933%201.8355%2C19.7933%20L17.0205%2C19.7933%20C18.0325%2C19.7933%2018.8555%2C18.9703%2018.8555%2C17.9583%20L18.8555%2C2.7733%20C18.8555%2C1.7613%2018.0325%2C0.9373%2017.0205%2C0.9373%20L13.2845%2C0.9373%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__fashion {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F64px%2Fproduct%20category%2Fweb%2Findex%2Ffashion_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F64px%2Fproduct-category%2Fweb%2Findex%2Ffashion%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22fashion_24px%22%20transform%3D%22translate(3.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.0459%2C14.1145%20C16.0459%2C14.5785%2015.6679%2C14.9565%2015.2039%2C14.9565%20L12.6369%2C14.9565%20C12.1729%2C14.9565%2011.7949%2C14.5785%2011.7949%2C14.1145%20L11.7949%2C11.5465%20L16.0459%2C11.5465%20L16.0459%2C14.1145%20Z%20M16.5459%2C10.5465%20L11.2949%2C10.5465%20C11.0189%2C10.5465%2010.7949%2C10.7695%2010.7949%2C11.0465%20L10.7949%2C14.1145%20C10.7949%2C15.1305%2011.6209%2C15.9565%2012.6369%2C15.9565%20L15.2039%2C15.9565%20C16.2199%2C15.9565%2017.0459%2C15.1305%2017.0459%2C14.1145%20L17.0459%2C11.0465%20C17.0459%2C10.7695%2016.8219%2C10.5465%2016.5459%2C10.5465%20L16.5459%2C10.5465%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.8555%2C17.9583%20C17.8555%2C18.4183%2017.4805%2C18.7933%2017.0205%2C18.7933%20L9.9275%2C18.7933%20L9.9275%2C6.5543%20C9.9275%2C6.2773%209.7045%2C6.0543%209.4275%2C6.0543%20C9.1515%2C6.0543%208.9275%2C6.2773%208.9275%2C6.5543%20L8.9275%2C18.7933%20L1.8355%2C18.7933%20C1.3755%2C18.7933%201.0005%2C18.4183%201.0005%2C17.9583%20L1.0005%2C2.7733%20C1.0005%2C2.3123%201.3755%2C1.9373%201.8355%2C1.9373%20L5.4135%2C1.9373%20L7.2555%2C5.3923%20C7.3455%2C5.5603%207.5185%2C5.6563%207.6975%2C5.6563%20C7.7765%2C5.6563%207.8565%2C5.6373%207.9325%2C5.5983%20L9.4135%2C4.8073%20L10.8935%2C5.5973%20C10.9685%2C5.6373%2011.0485%2C5.6563%2011.1285%2C5.6563%20C11.3075%2C5.6563%2011.4805%2C5.5603%2011.5705%2C5.3923%20L13.4125%2C1.9373%20L17.0205%2C1.9373%20C17.4805%2C1.9373%2017.8555%2C2.3123%2017.8555%2C2.7733%20L17.8555%2C17.9583%20Z%20M7.2175%2C1.1773%20L8.7415%2C4.0323%20L7.9025%2C4.4793%20L6.3785%2C1.6243%20L7.2175%2C1.1773%20Z%20M11.6085%2C1.1773%20L12.4465%2C1.6243%20L10.9225%2C4.4793%20L10.0845%2C4.0323%20L11.6085%2C1.1773%20Z%20M9.4135%2C3.1673%20L8.2565%2C1.0003%20L10.5685%2C1.0003%20L9.4135%2C3.1673%20Z%20M13.2845%2C0.9373%20L11.6375%2C0.0593%20C11.6315%2C0.0563%2011.6245%2C0.0563%2011.6175%2C0.0533%20C11.5865%2C0.0383%2011.5545%2C0.0323%2011.5205%2C0.0233%20C11.4895%2C0.0163%2011.4595%2C0.0063%2011.4275%2C0.0053%20C11.4185%2C0.0043%2011.4115%2C0.0003%2011.4025%2C0.0003%20L7.4235%2C0.0003%20C7.4145%2C0.0003%207.4075%2C0.0043%207.3995%2C0.0053%20C7.3655%2C0.0063%207.3335%2C0.0163%207.3005%2C0.0243%20C7.2685%2C0.0333%207.2375%2C0.0393%207.2085%2C0.0533%20C7.2025%2C0.0563%207.1945%2C0.0563%207.1885%2C0.0593%20L5.5315%2C0.9433%20C5.5215%2C0.9433%205.5135%2C0.9373%205.5035%2C0.9373%20L1.8355%2C0.9373%20C0.8235%2C0.9373%200.0005%2C1.7613%200.0005%2C2.7733%20L0.0005%2C17.9583%20C0.0005%2C18.9703%200.8235%2C19.7933%201.8355%2C19.7933%20L17.0205%2C19.7933%20C18.0325%2C19.7933%2018.8555%2C18.9703%2018.8555%2C17.9583%20L18.8555%2C2.7733%20C18.8555%2C1.7613%2018.0325%2C0.9373%2017.0205%2C0.9373%20L13.2845%2C0.9373%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__books {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fbook_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fbook%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22book_24px%22%20transform%3D%22translate(4.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.428%2C17.9822%20C14.428%2C18.4312%2014.063%2C18.7962%2013.615%2C18.7962%20L1.814%2C18.7962%20C1.365%2C18.7962%201%2C18.4312%201%2C17.9822%20L1%2C17.5352%20L1.207%2C17.5352%20C1.483%2C17.5352%201.707%2C17.3112%201.707%2C17.0352%20C1.707%2C16.7582%201.483%2C16.5352%201.207%2C16.5352%20L1%2C16.5352%20L1%2C15.1122%20L1.207%2C15.1122%20C1.483%2C15.1122%201.707%2C14.8882%201.707%2C14.6122%20C1.707%2C14.3362%201.483%2C14.1122%201.207%2C14.1122%20L1%2C14.1122%20L1%2C9.7642%20L1%2C7.3412%20L1%2C5.4182%20L1.244%2C5.4182%20C1.52%2C5.4182%201.744%2C5.1942%201.744%2C4.9182%20C1.744%2C4.6412%201.52%2C4.4182%201.244%2C4.4182%20L1%2C4.4182%20L1%2C2.9952%20L1.318%2C2.9952%20C1.595%2C2.9952%201.818%2C2.7712%201.818%2C2.4952%20C1.818%2C2.2182%201.595%2C1.9952%201.318%2C1.9952%20L1%2C1.9952%20L1%2C1.8142%20C1%2C1.3652%201.365%2C1.0002%201.814%2C1.0002%20L13.615%2C1.0002%20C14.063%2C1.0002%2014.428%2C1.3652%2014.428%2C1.8142%20L14.428%2C17.9822%20Z%20M13.615%2C0.0002%20L1.814%2C0.0002%20C0.814%2C0.0002%200%2C0.8142%200%2C1.8142%20L0%2C7.3412%20L0%2C9.7642%20L0%2C17.9822%20C0%2C18.9832%200.814%2C19.7962%201.814%2C19.7962%20L13.615%2C19.7962%20C14.615%2C19.7962%2015.428%2C18.9832%2015.428%2C17.9822%20L15.428%2C1.8142%20C15.428%2C0.8142%2014.615%2C0.0002%2013.615%2C0.0002%20L13.615%2C0.0002%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.6331%2C1.6492%20C12.3571%2C1.6492%2012.1331%2C1.8732%2012.1331%2C2.1492%20L12.1331%2C17.6472%20C12.1331%2C17.9232%2012.3571%2C18.1472%2012.6331%2C18.1472%20C12.9091%2C18.1472%2013.1331%2C17.9232%2013.1331%2C17.6472%20L13.1331%2C2.1492%20C13.1331%2C1.8732%2012.9091%2C1.6492%2012.6331%2C1.6492%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.39%2C5.6374%20L9.084%2C5.6374%20L9.084%2C4.8824%20L5.39%2C4.8824%20L5.39%2C5.6374%20Z%20M4.89%2C3.8824%20C4.614%2C3.8824%204.39%2C4.1064%204.39%2C4.3824%20L4.39%2C6.1374%20C4.39%2C6.4134%204.614%2C6.6374%204.89%2C6.6374%20C5.80549769%2C6.6374%206.49212095%2C6.6374%206.94986979%2C6.6374%20C7.53523206%2C6.6374%208.41327546%2C6.6374%209.584%2C6.6374%20C9.861%2C6.6374%2010.084%2C6.4134%2010.084%2C6.1374%20L10.084%2C4.3824%20C10.084%2C4.1064%209.861%2C3.8824%209.584%2C3.8824%20L4.89%2C3.8824%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5842%2C11.7918%20L5.2062%2C11.7918%20C4.9302%2C11.7918%204.7062%2C12.0158%204.7062%2C12.2918%20C4.7062%2C12.5678%204.9302%2C12.7918%205.2062%2C12.7918%20L9.5842%2C12.7918%20C9.8602%2C12.7918%2010.0842%2C12.5678%2010.0842%2C12.2918%20C10.0842%2C12.0158%209.8602%2C11.7918%209.5842%2C11.7918%22%20id%3D%22Fill-8%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5842%2C13.5222%20L5.2062%2C13.5222%20C4.9302%2C13.5222%204.7062%2C13.7462%204.7062%2C14.0222%20C4.7062%2C14.2982%204.9302%2C14.5222%205.2062%2C14.5222%20L9.5842%2C14.5222%20C9.8602%2C14.5222%2010.0842%2C14.2982%2010.0842%2C14.0222%20C10.0842%2C13.7462%209.8602%2C13.5222%209.5842%2C13.5222%22%20id%3D%22Fill-9%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__books {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fbook_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fbook%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22book_24px%22%20transform%3D%22translate(4.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.428%2C17.9822%20C14.428%2C18.4312%2014.063%2C18.7962%2013.615%2C18.7962%20L1.814%2C18.7962%20C1.365%2C18.7962%201%2C18.4312%201%2C17.9822%20L1%2C17.5352%20L1.207%2C17.5352%20C1.483%2C17.5352%201.707%2C17.3112%201.707%2C17.0352%20C1.707%2C16.7582%201.483%2C16.5352%201.207%2C16.5352%20L1%2C16.5352%20L1%2C15.1122%20L1.207%2C15.1122%20C1.483%2C15.1122%201.707%2C14.8882%201.707%2C14.6122%20C1.707%2C14.3362%201.483%2C14.1122%201.207%2C14.1122%20L1%2C14.1122%20L1%2C9.7642%20L1%2C7.3412%20L1%2C5.4182%20L1.244%2C5.4182%20C1.52%2C5.4182%201.744%2C5.1942%201.744%2C4.9182%20C1.744%2C4.6412%201.52%2C4.4182%201.244%2C4.4182%20L1%2C4.4182%20L1%2C2.9952%20L1.318%2C2.9952%20C1.595%2C2.9952%201.818%2C2.7712%201.818%2C2.4952%20C1.818%2C2.2182%201.595%2C1.9952%201.318%2C1.9952%20L1%2C1.9952%20L1%2C1.8142%20C1%2C1.3652%201.365%2C1.0002%201.814%2C1.0002%20L13.615%2C1.0002%20C14.063%2C1.0002%2014.428%2C1.3652%2014.428%2C1.8142%20L14.428%2C17.9822%20Z%20M13.615%2C0.0002%20L1.814%2C0.0002%20C0.814%2C0.0002%200%2C0.8142%200%2C1.8142%20L0%2C7.3412%20L0%2C9.7642%20L0%2C17.9822%20C0%2C18.9832%200.814%2C19.7962%201.814%2C19.7962%20L13.615%2C19.7962%20C14.615%2C19.7962%2015.428%2C18.9832%2015.428%2C17.9822%20L15.428%2C1.8142%20C15.428%2C0.8142%2014.615%2C0.0002%2013.615%2C0.0002%20L13.615%2C0.0002%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.6331%2C1.6492%20C12.3571%2C1.6492%2012.1331%2C1.8732%2012.1331%2C2.1492%20L12.1331%2C17.6472%20C12.1331%2C17.9232%2012.3571%2C18.1472%2012.6331%2C18.1472%20C12.9091%2C18.1472%2013.1331%2C17.9232%2013.1331%2C17.6472%20L13.1331%2C2.1492%20C13.1331%2C1.8732%2012.9091%2C1.6492%2012.6331%2C1.6492%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.39%2C5.6374%20L9.084%2C5.6374%20L9.084%2C4.8824%20L5.39%2C4.8824%20L5.39%2C5.6374%20Z%20M4.89%2C3.8824%20C4.614%2C3.8824%204.39%2C4.1064%204.39%2C4.3824%20L4.39%2C6.1374%20C4.39%2C6.4134%204.614%2C6.6374%204.89%2C6.6374%20C5.80549769%2C6.6374%206.49212095%2C6.6374%206.94986979%2C6.6374%20C7.53523206%2C6.6374%208.41327546%2C6.6374%209.584%2C6.6374%20C9.861%2C6.6374%2010.084%2C6.4134%2010.084%2C6.1374%20L10.084%2C4.3824%20C10.084%2C4.1064%209.861%2C3.8824%209.584%2C3.8824%20L4.89%2C3.8824%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5842%2C11.7918%20L5.2062%2C11.7918%20C4.9302%2C11.7918%204.7062%2C12.0158%204.7062%2C12.2918%20C4.7062%2C12.5678%204.9302%2C12.7918%205.2062%2C12.7918%20L9.5842%2C12.7918%20C9.8602%2C12.7918%2010.0842%2C12.5678%2010.0842%2C12.2918%20C10.0842%2C12.0158%209.8602%2C11.7918%209.5842%2C11.7918%22%20id%3D%22Fill-8%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5842%2C13.5222%20L5.2062%2C13.5222%20C4.9302%2C13.5222%204.7062%2C13.7462%204.7062%2C14.0222%20C4.7062%2C14.2982%204.9302%2C14.5222%205.2062%2C14.5222%20L9.5842%2C14.5222%20C9.8602%2C14.5222%2010.0842%2C14.2982%2010.0842%2C14.0222%20C10.0842%2C13.7462%209.8602%2C13.5222%209.5842%2C13.5222%22%20id%3D%22Fill-9%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__mall {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fmall_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.5%2C0.906190476%20L0.452%2C0.908095238%20C0.195%2C0.93%200%2C1.1252381%200%2C1.37%20L0%2C1.37%20L0%2C19.4880952%20L0.003%2C19.5338095%20C0.026%2C19.7719048%200.236%2C19.9528571%200.5%2C19.9528571%20L0.5%2C19.9528571%20L3.5%2C19.9528571%20L3.549%2C19.9519048%20C3.805%2C19.9290476%204%2C19.7338095%204%2C19.4880952%20L4%2C19.4880952%20L4%2C19.0242857%20L16%2C19.0242857%20L16%2C19.4880952%20L16.003%2C19.5338095%20C16.026%2C19.7719048%2016.237%2C19.9528571%2016.5%2C19.9528571%20L16.5%2C19.9528571%20L19.5%2C19.9528571%20L19.549%2C19.9519048%20C19.805%2C19.9290476%2020%2C19.7338095%2020%2C19.4880952%20L20%2C19.4880952%20L20%2C1.37%20L19.998%2C1.3252381%20C19.974%2C1.08619048%2019.764%2C0.906190476%2019.5%2C0.906190476%20L19.5%2C0.906190476%20L0.5%2C0.906190476%20Z%20M1%2C7.92047619%20L19%2C7.92047619%20L19%2C1.8347619%20L1%2C1.8347619%20L1%2C7.92047619%20Z%20M17%2C19.0242857%20L19%2C19.0242857%20L19%2C8.80333333%20L17%2C8.80333333%20L17%2C19.0242857%20Z%20M4%2C18.0957143%20L16%2C18.0957143%20L16%2C8.80333333%20L4%2C8.80333333%20L4%2C18.0957143%20Z%20M1%2C19.0242857%20L3.001%2C19.0242857%20L3.001%2C8.80333333%20L1%2C8.80333333%20L1%2C19.0242857%20Z%20M12.207%2C9.89190476%20L8.043%2C13.762381%20C7.848%2C13.942381%207.848%2C14.237619%208.043%2C14.4185714%20L8.043%2C14.4185714%20L8.084%2C14.4519048%20C8.28%2C14.5995238%208.568%2C14.5871429%208.75%2C14.4185714%20L8.75%2C14.4185714%20L12.914%2C10.5490476%20C13.109%2C10.3690476%2013.109%2C10.0738095%2012.914%2C9.89190476%20L12.914%2C9.89190476%20C12.817%2C9.80238095%2012.689%2C9.75666667%2012.56%2C9.75666667%20L12.56%2C9.75666667%20C12.432%2C9.75666667%2012.305%2C9.80238095%2012.207%2C9.89190476%20L12.207%2C9.89190476%20Z%20M12%2C13.9147619%20C12%2C14.1709524%2012.225%2C14.3795238%2012.5%2C14.3795238%20L12.5%2C14.3795238%20C12.776%2C14.3795238%2013%2C14.1709524%2013%2C13.9147619%20L13%2C13.9147619%20C13%2C13.657619%2012.776%2C13.45%2012.5%2C13.45%20L12.5%2C13.45%20C12.225%2C13.45%2012%2C13.657619%2012%2C13.9147619%20L12%2C13.9147619%20Z%20M11.207%2C14.3785714%20L9.086%2C16.3490476%20C8.891%2C16.5309524%208.891%2C16.8252381%209.086%2C17.0061905%20L9.086%2C17.0061905%20L9.127%2C17.0404762%20C9.323%2C17.1871429%209.611%2C17.1757143%209.793%2C17.0061905%20L9.793%2C17.0061905%20L11.914%2C15.0357143%20C12.109%2C14.8538095%2012.109%2C14.5604762%2011.914%2C14.3785714%20L11.914%2C14.3785714%20C11.816%2C14.2871429%2011.688%2C14.242381%2011.56%2C14.242381%20L11.56%2C14.242381%20C11.432%2C14.242381%2011.304%2C14.2871429%2011.207%2C14.3785714%20L11.207%2C14.3785714%20Z%20M7%2C14.8433333%20C7%2C15.0995238%207.224%2C15.3080952%207.5%2C15.3080952%20L7.5%2C15.3080952%20C7.776%2C15.3080952%208%2C15.0995238%208%2C14.8433333%20L8%2C14.8433333%20C8%2C14.5861905%207.776%2C14.3795238%207.5%2C14.3795238%20L7.5%2C14.3795238%20C7.224%2C14.3795238%207%2C14.5861905%207%2C14.8433333%20L7%2C14.8433333%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fmall%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22mall_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Clip-2%22%20fill%3D%22%23262626%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(1.500000%2C%202.414500)%22%20fill%3D%22%23F4663A%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%2C0.488%20L14%2C4.39%20C14%2C4.66%2014.224%2C4.878%2014.5%2C4.878%20L14.5%2C4.878%20L16.5%2C4.878%20C16.78%2C4.878%2017%2C4.664%2017%2C4.39%20L17%2C4.39%20C17%2C4.117%2016.78%2C3.902%2016.5%2C3.902%20L16.5%2C3.902%20L15%2C3.902%20L15%2C0.488%20C15%2C0.215%2014.78%2C7.81597009e-14%2014.5%2C7.81597009e-14%20L14.5%2C7.81597009e-14%20C14.22%2C7.81597009e-14%2014%2C0.215%2014%2C0.488%20L14%2C0.488%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C0.488%20L10%2C4.39%20C10%2C4.66%2010.224%2C4.878%2010.5%2C4.878%20L10.5%2C4.878%20L12.5%2C4.878%20C12.78%2C4.878%2013%2C4.664%2013%2C4.39%20L13%2C4.39%20C13%2C4.117%2012.78%2C3.902%2012.5%2C3.902%20L12.5%2C3.902%20L11%2C3.902%20L11%2C0.488%20C11%2C0.215%2010.779%2C7.81597009e-14%2010.5%2C7.81597009e-14%20L10.5%2C7.81597009e-14%20C10.221%2C7.81597009e-14%2010%2C0.215%2010%2C0.488%20L10%2C0.488%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.5%2C1.56319402e-13%20C8.763%2C1.56319402e-13%208.974%2C0.19%208.997%2C0.441%20L8.997%2C0.441%20L9%2C0.488%20L9%2C4.39%20C9%2C4.664%208.78%2C4.878%208.5%2C4.878%20C8.236%2C4.878%208.026%2C4.688%208.002%2C4.438%20L8.002%2C4.438%20L8%2C4.39%20L8%2C2.927%20L6%2C2.927%20L6%2C4.39%20C6%2C4.664%205.78%2C4.878%205.5%2C4.878%20C5.236%2C4.878%205.026%2C4.688%205.002%2C4.438%20L5.002%2C4.438%20L5%2C4.39%20L5%2C0.488%20C5%2C0.231%205.195%2C0.025%205.451%2C0.003%20L5.451%2C0.003%20L5.5%2C1.56319402e-13%20Z%20M8%2C0.975%20L6%2C0.975%20L6%2C1.951%20L8%2C1.951%20L8%2C0.975%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.201%2C0.098%20L3%2C0.245%20L1.99%2C1.102%20L0.8%2C0.098%20C0.71%2C0.03%200.61%2C7.81597009e-14%200.5%2C7.81597009e-14%20L0.5%2C7.81597009e-14%20C0.35%2C7.81597009e-14%200.2%2C0.068%200.1%2C0.195%20L0.1%2C0.195%20C0.03%2C0.283%200%2C0.381%200%2C0.488%20L0%2C0.488%20L0%2C4.39%20C0%2C4.664%200.221%2C4.878%200.5%2C4.878%20L0.5%2C4.878%20C0.779%2C4.878%201%2C4.664%201%2C4.39%20L1%2C4.39%20L1%2C1.463%20L1.661%2C2.059%20C1.85%2C2.235%202.15%2C2.235%202.34%2C2.059%20L2.34%2C2.059%20L3%2C1.463%20L3%2C4.39%20C3%2C4.664%203.22%2C4.878%203.5%2C4.878%20L3.5%2C4.878%20C3.78%2C4.878%204%2C4.664%204%2C4.39%20L4%2C4.39%20L4%2C0.488%20C4%2C0.381%203.97%2C0.283%203.9%2C0.195%20L3.9%2C0.195%20C3.8%2C0.068%203.65%2C7.81597009e-14%203.5%2C7.81597009e-14%20L3.5%2C7.81597009e-14%20C3.39%2C7.81597009e-14%203.29%2C0.03%203.201%2C0.098%20L3.201%2C0.098%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__mall {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fmall_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.5%2C0.906190476%20L0.452%2C0.908095238%20C0.195%2C0.93%200%2C1.1252381%200%2C1.37%20L0%2C1.37%20L0%2C19.4880952%20L0.003%2C19.5338095%20C0.026%2C19.7719048%200.236%2C19.9528571%200.5%2C19.9528571%20L0.5%2C19.9528571%20L3.5%2C19.9528571%20L3.549%2C19.9519048%20C3.805%2C19.9290476%204%2C19.7338095%204%2C19.4880952%20L4%2C19.4880952%20L4%2C19.0242857%20L16%2C19.0242857%20L16%2C19.4880952%20L16.003%2C19.5338095%20C16.026%2C19.7719048%2016.237%2C19.9528571%2016.5%2C19.9528571%20L16.5%2C19.9528571%20L19.5%2C19.9528571%20L19.549%2C19.9519048%20C19.805%2C19.9290476%2020%2C19.7338095%2020%2C19.4880952%20L20%2C19.4880952%20L20%2C1.37%20L19.998%2C1.3252381%20C19.974%2C1.08619048%2019.764%2C0.906190476%2019.5%2C0.906190476%20L19.5%2C0.906190476%20L0.5%2C0.906190476%20Z%20M1%2C7.92047619%20L19%2C7.92047619%20L19%2C1.8347619%20L1%2C1.8347619%20L1%2C7.92047619%20Z%20M17%2C19.0242857%20L19%2C19.0242857%20L19%2C8.80333333%20L17%2C8.80333333%20L17%2C19.0242857%20Z%20M4%2C18.0957143%20L16%2C18.0957143%20L16%2C8.80333333%20L4%2C8.80333333%20L4%2C18.0957143%20Z%20M1%2C19.0242857%20L3.001%2C19.0242857%20L3.001%2C8.80333333%20L1%2C8.80333333%20L1%2C19.0242857%20Z%20M12.207%2C9.89190476%20L8.043%2C13.762381%20C7.848%2C13.942381%207.848%2C14.237619%208.043%2C14.4185714%20L8.043%2C14.4185714%20L8.084%2C14.4519048%20C8.28%2C14.5995238%208.568%2C14.5871429%208.75%2C14.4185714%20L8.75%2C14.4185714%20L12.914%2C10.5490476%20C13.109%2C10.3690476%2013.109%2C10.0738095%2012.914%2C9.89190476%20L12.914%2C9.89190476%20C12.817%2C9.80238095%2012.689%2C9.75666667%2012.56%2C9.75666667%20L12.56%2C9.75666667%20C12.432%2C9.75666667%2012.305%2C9.80238095%2012.207%2C9.89190476%20L12.207%2C9.89190476%20Z%20M12%2C13.9147619%20C12%2C14.1709524%2012.225%2C14.3795238%2012.5%2C14.3795238%20L12.5%2C14.3795238%20C12.776%2C14.3795238%2013%2C14.1709524%2013%2C13.9147619%20L13%2C13.9147619%20C13%2C13.657619%2012.776%2C13.45%2012.5%2C13.45%20L12.5%2C13.45%20C12.225%2C13.45%2012%2C13.657619%2012%2C13.9147619%20L12%2C13.9147619%20Z%20M11.207%2C14.3785714%20L9.086%2C16.3490476%20C8.891%2C16.5309524%208.891%2C16.8252381%209.086%2C17.0061905%20L9.086%2C17.0061905%20L9.127%2C17.0404762%20C9.323%2C17.1871429%209.611%2C17.1757143%209.793%2C17.0061905%20L9.793%2C17.0061905%20L11.914%2C15.0357143%20C12.109%2C14.8538095%2012.109%2C14.5604762%2011.914%2C14.3785714%20L11.914%2C14.3785714%20C11.816%2C14.2871429%2011.688%2C14.242381%2011.56%2C14.242381%20L11.56%2C14.242381%20C11.432%2C14.242381%2011.304%2C14.2871429%2011.207%2C14.3785714%20L11.207%2C14.3785714%20Z%20M7%2C14.8433333%20C7%2C15.0995238%207.224%2C15.3080952%207.5%2C15.3080952%20L7.5%2C15.3080952%20C7.776%2C15.3080952%208%2C15.0995238%208%2C14.8433333%20L8%2C14.8433333%20C8%2C14.5861905%207.776%2C14.3795238%207.5%2C14.3795238%20L7.5%2C14.3795238%20C7.224%2C14.3795238%207%2C14.5861905%207%2C14.8433333%20L7%2C14.8433333%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fmall%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22mall_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Clip-2%22%20fill%3D%22%23262626%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(1.500000%2C%202.414500)%22%20fill%3D%22%23F4663A%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%2C0.488%20L14%2C4.39%20C14%2C4.66%2014.224%2C4.878%2014.5%2C4.878%20L14.5%2C4.878%20L16.5%2C4.878%20C16.78%2C4.878%2017%2C4.664%2017%2C4.39%20L17%2C4.39%20C17%2C4.117%2016.78%2C3.902%2016.5%2C3.902%20L16.5%2C3.902%20L15%2C3.902%20L15%2C0.488%20C15%2C0.215%2014.78%2C7.81597009e-14%2014.5%2C7.81597009e-14%20L14.5%2C7.81597009e-14%20C14.22%2C7.81597009e-14%2014%2C0.215%2014%2C0.488%20L14%2C0.488%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C0.488%20L10%2C4.39%20C10%2C4.66%2010.224%2C4.878%2010.5%2C4.878%20L10.5%2C4.878%20L12.5%2C4.878%20C12.78%2C4.878%2013%2C4.664%2013%2C4.39%20L13%2C4.39%20C13%2C4.117%2012.78%2C3.902%2012.5%2C3.902%20L12.5%2C3.902%20L11%2C3.902%20L11%2C0.488%20C11%2C0.215%2010.779%2C7.81597009e-14%2010.5%2C7.81597009e-14%20L10.5%2C7.81597009e-14%20C10.221%2C7.81597009e-14%2010%2C0.215%2010%2C0.488%20L10%2C0.488%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.5%2C1.56319402e-13%20C8.763%2C1.56319402e-13%208.974%2C0.19%208.997%2C0.441%20L8.997%2C0.441%20L9%2C0.488%20L9%2C4.39%20C9%2C4.664%208.78%2C4.878%208.5%2C4.878%20C8.236%2C4.878%208.026%2C4.688%208.002%2C4.438%20L8.002%2C4.438%20L8%2C4.39%20L8%2C2.927%20L6%2C2.927%20L6%2C4.39%20C6%2C4.664%205.78%2C4.878%205.5%2C4.878%20C5.236%2C4.878%205.026%2C4.688%205.002%2C4.438%20L5.002%2C4.438%20L5%2C4.39%20L5%2C0.488%20C5%2C0.231%205.195%2C0.025%205.451%2C0.003%20L5.451%2C0.003%20L5.5%2C1.56319402e-13%20Z%20M8%2C0.975%20L6%2C0.975%20L6%2C1.951%20L8%2C1.951%20L8%2C0.975%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.201%2C0.098%20L3%2C0.245%20L1.99%2C1.102%20L0.8%2C0.098%20C0.71%2C0.03%200.61%2C7.81597009e-14%200.5%2C7.81597009e-14%20L0.5%2C7.81597009e-14%20C0.35%2C7.81597009e-14%200.2%2C0.068%200.1%2C0.195%20L0.1%2C0.195%20C0.03%2C0.283%200%2C0.381%200%2C0.488%20L0%2C0.488%20L0%2C4.39%20C0%2C4.664%200.221%2C4.878%200.5%2C4.878%20L0.5%2C4.878%20C0.779%2C4.878%201%2C4.664%201%2C4.39%20L1%2C4.39%20L1%2C1.463%20L1.661%2C2.059%20C1.85%2C2.235%202.15%2C2.235%202.34%2C2.059%20L2.34%2C2.059%20L3%2C1.463%20L3%2C4.39%20C3%2C4.664%203.22%2C4.878%203.5%2C4.878%20L3.5%2C4.878%20C3.78%2C4.878%204%2C4.664%204%2C4.39%20L4%2C4.39%20L4%2C0.488%20C4%2C0.381%203.97%2C0.283%203.9%2C0.195%20L3.9%2C0.195%20C3.8%2C0.068%203.65%2C7.81597009e-14%203.5%2C7.81597009e-14%20L3.5%2C7.81597009e-14%20C3.39%2C7.81597009e-14%203.29%2C0.03%203.201%2C0.098%20L3.201%2C0.098%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__food {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Ffood_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Ffood%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22food_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.8643%2C13.7314737%20C1.3873%2C13.7314737%201.0003%2C14.1398947%201.0003%2C14.6409474%20C1.0003%2C17.8546316%203.3793%2C18.0177895%207.2603%2C18.0177895%20L12.3673%2C18.0177895%20C16.2733%2C18.0177895%2018.3123%2C17.8683158%2018.3123%2C14.6409474%20C18.3123%2C14.1398947%2017.9253%2C13.7314737%2017.4483%2C13.7314737%20L1.8643%2C13.7314737%20Z%20M12.3673%2C19.0704211%20L7.2603%2C19.0704211%20C3.8563%2C19.0704211%200.0003%2C19.0704211%200.0003%2C14.6409474%20C0.0003%2C13.5588421%200.8363%2C12.6788421%201.8643%2C12.6788421%20L17.4483%2C12.6788421%20C18.4763%2C12.6788421%2019.3123%2C13.5588421%2019.3123%2C14.6409474%20C19.3123%2C19.0704211%2015.7813%2C19.0704211%2012.3673%2C19.0704211%20L12.3673%2C19.0704211%20Z%22%20id%3D%22Fill-10%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.7071%2C1.05263158%20C3.5611%2C1.05263158%201.0001%2C3.74842105%201.0001%2C7.06105263%20L1.0001%2C7.64947368%20C1.0001%2C8.10315789%201.3521%2C8.47368421%201.7831%2C8.47368421%20L17.5301%2C8.47368421%20C17.9621%2C8.47368421%2018.3121%2C8.10315789%2018.3121%2C7.64947368%20L18.3121%2C7.06105263%20C18.3121%2C3.74842105%2015.7521%2C1.05263158%2012.6051%2C1.05263158%20L6.7071%2C1.05263158%20Z%20M17.5301%2C9.52631579%20L1.7831%2C9.52631579%20C0.8001%2C9.52631579%200.0001%2C8.68421053%200.0001%2C7.64947368%20L0.0001%2C7.06105263%20C0.0001%2C3.16736842%203.0091%2C0%206.7071%2C0%20L12.6051%2C0%20C16.3041%2C0%2019.3121%2C3.16736842%2019.3121%2C7.06105263%20L19.3121%2C7.64947368%20C19.3121%2C8.68421053%2018.5131%2C9.52631579%2017.5301%2C9.52631579%20L17.5301%2C9.52631579%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.6563%2C3.66473684%20C9.3803%2C3.66473684%209.1563%2C3.42894737%209.1563%2C3.13842105%20L9.1563%2C3.02789474%20C9.1563%2C2.73631579%209.3803%2C2.50157895%209.6563%2C2.50157895%20C9.9323%2C2.50157895%2010.1563%2C2.73631579%2010.1563%2C3.02789474%20L10.1563%2C3.13842105%20C10.1563%2C3.42894737%209.9323%2C3.66473684%209.6563%2C3.66473684%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.5704%2C3.13378947%20C7.2944%2C3.13378947%207.0704%2C2.898%207.0704%2C2.60747368%20L7.0704%2C2.49694737%20C7.0704%2C2.20536842%207.2944%2C1.97063158%207.5704%2C1.97063158%20C7.8464%2C1.97063158%208.0704%2C2.20536842%208.0704%2C2.49694737%20L8.0704%2C2.60747368%20C8.0704%2C2.898%207.8464%2C3.13378947%207.5704%2C3.13378947%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.1944%2C12.1906316%20C14.3394%2C12.1906316%2013.8824%2C11.8443158%2013.5144%2C11.5643158%20C13.1874%2C11.3169474%2012.9514%2C11.138%2012.4194%2C11.138%20C11.8884%2C11.138%2011.6524%2C11.3169474%2011.3274%2C11.5643158%20C10.9604%2C11.8432632%2010.5044%2C12.1906316%209.6494%2C12.1906316%20C8.7954%2C12.1906316%208.3394%2C11.8432632%207.9714%2C11.5643158%20C7.6464%2C11.3169474%207.4104%2C11.138%206.8804%2C11.138%20C6.3494%2C11.138%206.1134%2C11.3169474%205.7884%2C11.5643158%20C5.4214%2C11.8432632%204.9654%2C12.1906316%204.1104%2C12.1906316%20C3.2564%2C12.1906316%202.8004%2C11.8432632%202.4344%2C11.5643158%20C2.1094%2C11.3169474%201.8744%2C11.138%201.3434%2C11.138%20C1.0674%2C11.138%200.8434%2C10.9022105%200.8434%2C10.6116842%20C0.8434%2C10.3211579%201.0674%2C10.0853684%201.3434%2C10.0853684%20C2.1974%2C10.0853684%202.6544%2C10.4327368%203.0204%2C10.7116842%20C3.3454%2C10.9590526%203.5814%2C11.138%204.1104%2C11.138%20C4.6404%2C11.138%204.8774%2C10.9590526%205.2024%2C10.7116842%20C5.5694%2C10.4327368%206.0254%2C10.0853684%206.8804%2C10.0853684%20C7.7344%2C10.0853684%208.1904%2C10.4327368%208.5574%2C10.7116842%20C8.8824%2C10.9590526%209.1194%2C11.138%209.6494%2C11.138%20C10.1794%2C11.138%2010.4164%2C10.9590526%2010.7414%2C10.7116842%20C11.1084%2C10.4327368%2011.5644%2C10.0853684%2012.4194%2C10.0853684%20C13.2744%2C10.0853684%2013.7314%2C10.4327368%2014.0984%2C10.7116842%20C14.4254%2C10.9590526%2014.6624%2C11.138%2015.1944%2C11.138%20C15.7264%2C11.138%2015.9624%2C10.9590526%2016.2894%2C10.7116842%20C16.6564%2C10.4327368%2017.1134%2C10.0853684%2017.9684%2C10.0853684%20C18.2454%2C10.0853684%2018.4684%2C10.3211579%2018.4684%2C10.6116842%20C18.4684%2C10.9022105%2018.2454%2C11.138%2017.9684%2C11.138%20C17.4364%2C11.138%2017.2004%2C11.3169474%2016.8734%2C11.5643158%20C16.5064%2C11.8443158%2016.0484%2C12.1906316%2015.1944%2C12.1906316%22%20id%3D%22Fill-8%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6368%2C2.96768421%20C11.3608%2C2.96768421%2011.1368%2C2.73189474%2011.1368%2C2.44136842%20L11.1368%2C2.33084211%20C11.1368%2C2.03926316%2011.3608%2C1.80452632%2011.6368%2C1.80452632%20C11.9128%2C1.80452632%2012.1368%2C2.03926316%2012.1368%2C2.33084211%20L12.1368%2C2.44136842%20C12.1368%2C2.73189474%2011.9128%2C2.96768421%2011.6368%2C2.96768421%22%20id%3D%22Fill-13%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__food {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Ffood_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Ffood%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22food_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.8643%2C13.7314737%20C1.3873%2C13.7314737%201.0003%2C14.1398947%201.0003%2C14.6409474%20C1.0003%2C17.8546316%203.3793%2C18.0177895%207.2603%2C18.0177895%20L12.3673%2C18.0177895%20C16.2733%2C18.0177895%2018.3123%2C17.8683158%2018.3123%2C14.6409474%20C18.3123%2C14.1398947%2017.9253%2C13.7314737%2017.4483%2C13.7314737%20L1.8643%2C13.7314737%20Z%20M12.3673%2C19.0704211%20L7.2603%2C19.0704211%20C3.8563%2C19.0704211%200.0003%2C19.0704211%200.0003%2C14.6409474%20C0.0003%2C13.5588421%200.8363%2C12.6788421%201.8643%2C12.6788421%20L17.4483%2C12.6788421%20C18.4763%2C12.6788421%2019.3123%2C13.5588421%2019.3123%2C14.6409474%20C19.3123%2C19.0704211%2015.7813%2C19.0704211%2012.3673%2C19.0704211%20L12.3673%2C19.0704211%20Z%22%20id%3D%22Fill-10%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.7071%2C1.05263158%20C3.5611%2C1.05263158%201.0001%2C3.74842105%201.0001%2C7.06105263%20L1.0001%2C7.64947368%20C1.0001%2C8.10315789%201.3521%2C8.47368421%201.7831%2C8.47368421%20L17.5301%2C8.47368421%20C17.9621%2C8.47368421%2018.3121%2C8.10315789%2018.3121%2C7.64947368%20L18.3121%2C7.06105263%20C18.3121%2C3.74842105%2015.7521%2C1.05263158%2012.6051%2C1.05263158%20L6.7071%2C1.05263158%20Z%20M17.5301%2C9.52631579%20L1.7831%2C9.52631579%20C0.8001%2C9.52631579%200.0001%2C8.68421053%200.0001%2C7.64947368%20L0.0001%2C7.06105263%20C0.0001%2C3.16736842%203.0091%2C0%206.7071%2C0%20L12.6051%2C0%20C16.3041%2C0%2019.3121%2C3.16736842%2019.3121%2C7.06105263%20L19.3121%2C7.64947368%20C19.3121%2C8.68421053%2018.5131%2C9.52631579%2017.5301%2C9.52631579%20L17.5301%2C9.52631579%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.6563%2C3.66473684%20C9.3803%2C3.66473684%209.1563%2C3.42894737%209.1563%2C3.13842105%20L9.1563%2C3.02789474%20C9.1563%2C2.73631579%209.3803%2C2.50157895%209.6563%2C2.50157895%20C9.9323%2C2.50157895%2010.1563%2C2.73631579%2010.1563%2C3.02789474%20L10.1563%2C3.13842105%20C10.1563%2C3.42894737%209.9323%2C3.66473684%209.6563%2C3.66473684%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.5704%2C3.13378947%20C7.2944%2C3.13378947%207.0704%2C2.898%207.0704%2C2.60747368%20L7.0704%2C2.49694737%20C7.0704%2C2.20536842%207.2944%2C1.97063158%207.5704%2C1.97063158%20C7.8464%2C1.97063158%208.0704%2C2.20536842%208.0704%2C2.49694737%20L8.0704%2C2.60747368%20C8.0704%2C2.898%207.8464%2C3.13378947%207.5704%2C3.13378947%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.1944%2C12.1906316%20C14.3394%2C12.1906316%2013.8824%2C11.8443158%2013.5144%2C11.5643158%20C13.1874%2C11.3169474%2012.9514%2C11.138%2012.4194%2C11.138%20C11.8884%2C11.138%2011.6524%2C11.3169474%2011.3274%2C11.5643158%20C10.9604%2C11.8432632%2010.5044%2C12.1906316%209.6494%2C12.1906316%20C8.7954%2C12.1906316%208.3394%2C11.8432632%207.9714%2C11.5643158%20C7.6464%2C11.3169474%207.4104%2C11.138%206.8804%2C11.138%20C6.3494%2C11.138%206.1134%2C11.3169474%205.7884%2C11.5643158%20C5.4214%2C11.8432632%204.9654%2C12.1906316%204.1104%2C12.1906316%20C3.2564%2C12.1906316%202.8004%2C11.8432632%202.4344%2C11.5643158%20C2.1094%2C11.3169474%201.8744%2C11.138%201.3434%2C11.138%20C1.0674%2C11.138%200.8434%2C10.9022105%200.8434%2C10.6116842%20C0.8434%2C10.3211579%201.0674%2C10.0853684%201.3434%2C10.0853684%20C2.1974%2C10.0853684%202.6544%2C10.4327368%203.0204%2C10.7116842%20C3.3454%2C10.9590526%203.5814%2C11.138%204.1104%2C11.138%20C4.6404%2C11.138%204.8774%2C10.9590526%205.2024%2C10.7116842%20C5.5694%2C10.4327368%206.0254%2C10.0853684%206.8804%2C10.0853684%20C7.7344%2C10.0853684%208.1904%2C10.4327368%208.5574%2C10.7116842%20C8.8824%2C10.9590526%209.1194%2C11.138%209.6494%2C11.138%20C10.1794%2C11.138%2010.4164%2C10.9590526%2010.7414%2C10.7116842%20C11.1084%2C10.4327368%2011.5644%2C10.0853684%2012.4194%2C10.0853684%20C13.2744%2C10.0853684%2013.7314%2C10.4327368%2014.0984%2C10.7116842%20C14.4254%2C10.9590526%2014.6624%2C11.138%2015.1944%2C11.138%20C15.7264%2C11.138%2015.9624%2C10.9590526%2016.2894%2C10.7116842%20C16.6564%2C10.4327368%2017.1134%2C10.0853684%2017.9684%2C10.0853684%20C18.2454%2C10.0853684%2018.4684%2C10.3211579%2018.4684%2C10.6116842%20C18.4684%2C10.9022105%2018.2454%2C11.138%2017.9684%2C11.138%20C17.4364%2C11.138%2017.2004%2C11.3169474%2016.8734%2C11.5643158%20C16.5064%2C11.8443158%2016.0484%2C12.1906316%2015.1944%2C12.1906316%22%20id%3D%22Fill-8%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6368%2C2.96768421%20C11.3608%2C2.96768421%2011.1368%2C2.73189474%2011.1368%2C2.44136842%20L11.1368%2C2.33084211%20C11.1368%2C2.03926316%2011.3608%2C1.80452632%2011.6368%2C1.80452632%20C11.9128%2C1.80452632%2012.1368%2C2.03926316%2012.1368%2C2.33084211%20L12.1368%2C2.44136842%20C12.1368%2C2.73189474%2011.9128%2C2.96768421%2011.6368%2C2.96768421%22%20id%3D%22Fill-13%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__others {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fothers_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fothers%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22others_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.7471579%2C17.0673333%20C18.7250526%2C17.0759048%2018.6987368%2C17.0854286%2018.664%2C17.0930476%20C18.6303158%2C17.101619%2018.5966316%2C17.1130476%2018.5650526%2C17.1273333%20L14.8829474%2C18.814%20C14.8071579%2C18.8330476%2014.7197895%2C18.8425714%2014.6292632%2C18.8425714%20L1.39136842%2C18.8425714%20C1.23663158%2C18.8425714%201.11873684%2C18.814%201.05242105%2C18.7882857%20L1.05242105%2C12.7844762%20L1.05242105%2C12.7844762%20L2.65978947%2C12.1520952%20L2.65978947%2C12.8330476%20C2.65978947%2C13.0959048%202.89452632%2C13.3092381%203.18610526%2C13.3092381%20L10.6882105%2C13.3092381%20C10.7345263%2C13.3092381%2010.7755789%2C13.2949524%2010.8176842%2C13.2854286%20C10.8461053%2C13.2892381%2010.8703158%2C13.3073333%2010.8997895%2C13.3073333%20L15.0903158%2C13.3073333%20C15.1629474%2C13.3073333%2015.2334737%2C13.294%2015.2997895%2C13.2682857%20L17.3461053%2C12.466381%20C17.5397895%2C12.3911429%2017.664%2C12.214%2017.664%2C12.0244762%20L17.664%2C11.1759048%20L18.4071579%2C11.1759048%20C18.7271579%2C11.1759048%2018.7461053%2C11.3701905%2018.7471579%2C11.3911429%20L18.7471579%2C17.0673333%20Z%20M3.71242105%2C10.7073333%20L5.97557895%2C10.7073333%20L5.97557895%2C8.60828571%20L3.71242105%2C8.60828571%20L3.71242105%2C10.7073333%20Z%20M5.67136842%2C5.23685714%20C5.89136842%2C5.17495238%206.04189474%2C4.99019048%206.04189474%2C4.78161905%20L6.04189474%2C1.90447619%20L7.83136842%2C1.90447619%20L7.83136842%2C4.78161905%20C7.83136842%2C4.99019048%207.98189474%2C5.17495238%208.20294737%2C5.23685714%20C9.39347368%2C5.5692381%2010.1618947%2C6.31685714%2010.1618947%2C7.14257143%20L10.1618947%2C10.9025714%20L10.1618947%2C12.0244762%20L10.1618947%2C12.3568571%20L3.71242105%2C12.3568571%20L3.71242105%2C11.6597143%20L6.50189474%2C11.6597143%20C6.79242105%2C11.6597143%207.02821053%2C11.4473333%207.02821053%2C11.1835238%20L7.02821053%2C8.13209524%20C7.02821053%2C7.8692381%206.79242105%2C7.65590476%206.50189474%2C7.65590476%20L3.71242105%2C7.65590476%20L3.71242105%2C7.14257143%20C3.71242105%2C6.31685714%204.48084211%2C5.56828571%205.67136842%2C5.23685714%20L5.67136842%2C5.23685714%20Z%20M13.9124211%2C9.04638095%20C15.3755789%2C9.04638095%2016.6113684%2C9.89685714%2016.6113684%2C10.9025714%20L16.6113684%2C11.7168571%20L14.9818947%2C12.3549524%20L11.2650526%2C12.3549524%20C11.2303158%2C12.2435238%2011.2145263%2C12.1330476%2011.2145263%2C12.0244762%20L11.2145263%2C10.9025714%20C11.2145263%2C9.89685714%2012.4503158%2C9.04638095%2013.9124211%2C9.04638095%20L13.9124211%2C9.04638095%20Z%20M18.4071579%2C10.2235238%20L17.5408421%2C10.2235238%20C17.1745263%2C9.1292381%2015.9545263%2C8.29590476%2014.4387368%2C8.134%20L14.4387368%2C7.80161905%20C14.4387368%2C7.53780952%2014.204%2C7.32542857%2013.9124211%2C7.32542857%20C13.6218947%2C7.32542857%2013.3861053%2C7.53780952%2013.3861053%2C7.80161905%20L13.3861053%2C8.134%20C12.5387368%2C8.22447619%2011.7808421%2C8.5187619%2011.2145263%2C8.96066667%20L11.2145263%2C7.14257143%20C11.2145263%2C5.98638095%2010.3124211%2C4.95685714%208.884%2C4.44447619%20L8.884%2C1.64066667%20C8.884%2C1.254%208.51663158%2C0.952095238%208.04715789%2C0.952095238%20L5.82715789%2C0.952095238%20C5.35768421%2C0.952095238%204.98926316%2C1.254%204.98926316%2C1.64066667%20L4.98926316%2C4.44447619%20C3.56189474%2C4.95685714%202.65978947%2C5.98638095%202.65978947%2C7.14257143%20L2.65978947%2C8.13209524%20L2.65978947%2C11.1130476%20L0.633473684%2C11.9111429%20C0.236631579%2C12.0673333%20-0.000210526316%2C12.3511429%20-0.000210526316%2C12.6692381%20L-0.000210526316%2C18.9025714%20C-0.000210526316%2C19.4197143%200.585052632%2C19.7949524%201.39136842%2C19.7949524%20L14.6292632%2C19.7949524%20C14.8134737%2C19.7949524%2014.9976842%2C19.7730476%2015.2597895%2C19.6978095%20L18.9945263%2C17.9987619%20C19.4934737%2C17.8597143%2019.7997895%2C17.5511429%2019.7997895%2C17.1825714%20L19.7997895%2C11.3911429%20C19.7997895%2C10.906381%2019.3682105%2C10.2235238%2018.4071579%2C10.2235238%20L18.4071579%2C10.2235238%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0907368%2C13.9720952%20C14.8002105%2C13.9720952%2014.5644211%2C14.1854286%2014.5644211%2C14.4482857%20L14.5644211%2C17.4587619%20C14.5644211%2C17.7225714%2014.8002105%2C17.9349524%2015.0907368%2C17.9349524%20C15.3812632%2C17.9349524%2015.6170526%2C17.7225714%2015.6170526%2C17.4587619%20L15.6170526%2C14.4482857%20C15.6170526%2C14.1854286%2015.3812632%2C13.9720952%2015.0907368%2C13.9720952%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.65957895%2C12.152%20L1.05326316%2C12.784381%20L1.05221053%2C12.784381%20L1.05221053%2C18.7881905%20C1.11852632%2C18.8139048%201.23642105%2C18.8424762%201.39115789%2C18.8424762%20L14.6290526%2C18.8424762%20C14.7195789%2C18.8424762%2014.8069474%2C18.8329524%2014.8827368%2C18.8139048%20L18.5648421%2C17.1281905%20C18.5974737%2C17.1129524%2018.6301053%2C17.1015238%2018.6637895%2C17.0929524%20C18.6985263%2C17.0853333%2018.7258947%2C17.0758095%2018.7469474%2C17.0672381%20L18.7469474%2C11.3910476%20C18.7458947%2C11.3700952%2018.728%2C11.1767619%2018.4069474%2C11.1767619%20L17.6637895%2C11.1767619%20L17.5406316%2C10.224381%20L18.4069474%2C10.224381%20C19.368%2C10.224381%2019.7995789%2C10.9062857%2019.7995789%2C11.3910476%20L19.7995789%2C17.1824762%20C19.7995789%2C17.5510476%2019.4932632%2C17.859619%2018.9953684%2C17.9986667%20L15.2606316%2C19.6977143%20C14.9985263%2C19.7729524%2014.8132632%2C19.7948571%2014.6290526%2C19.7948571%20L1.39115789%2C19.7948571%20C0.584842105%2C19.7948571%20-0.000421052632%2C19.419619%20-0.000421052632%2C18.9024762%20L-0.000421052632%2C12.6691429%20C-0.000421052632%2C12.3510476%200.236421053%2C12.0672381%200.633263158%2C11.9110476%20L2.65957895%2C11.1129524%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__others {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fothers_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fothers%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22others_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.7471579%2C17.0673333%20C18.7250526%2C17.0759048%2018.6987368%2C17.0854286%2018.664%2C17.0930476%20C18.6303158%2C17.101619%2018.5966316%2C17.1130476%2018.5650526%2C17.1273333%20L14.8829474%2C18.814%20C14.8071579%2C18.8330476%2014.7197895%2C18.8425714%2014.6292632%2C18.8425714%20L1.39136842%2C18.8425714%20C1.23663158%2C18.8425714%201.11873684%2C18.814%201.05242105%2C18.7882857%20L1.05242105%2C12.7844762%20L1.05242105%2C12.7844762%20L2.65978947%2C12.1520952%20L2.65978947%2C12.8330476%20C2.65978947%2C13.0959048%202.89452632%2C13.3092381%203.18610526%2C13.3092381%20L10.6882105%2C13.3092381%20C10.7345263%2C13.3092381%2010.7755789%2C13.2949524%2010.8176842%2C13.2854286%20C10.8461053%2C13.2892381%2010.8703158%2C13.3073333%2010.8997895%2C13.3073333%20L15.0903158%2C13.3073333%20C15.1629474%2C13.3073333%2015.2334737%2C13.294%2015.2997895%2C13.2682857%20L17.3461053%2C12.466381%20C17.5397895%2C12.3911429%2017.664%2C12.214%2017.664%2C12.0244762%20L17.664%2C11.1759048%20L18.4071579%2C11.1759048%20C18.7271579%2C11.1759048%2018.7461053%2C11.3701905%2018.7471579%2C11.3911429%20L18.7471579%2C17.0673333%20Z%20M3.71242105%2C10.7073333%20L5.97557895%2C10.7073333%20L5.97557895%2C8.60828571%20L3.71242105%2C8.60828571%20L3.71242105%2C10.7073333%20Z%20M5.67136842%2C5.23685714%20C5.89136842%2C5.17495238%206.04189474%2C4.99019048%206.04189474%2C4.78161905%20L6.04189474%2C1.90447619%20L7.83136842%2C1.90447619%20L7.83136842%2C4.78161905%20C7.83136842%2C4.99019048%207.98189474%2C5.17495238%208.20294737%2C5.23685714%20C9.39347368%2C5.5692381%2010.1618947%2C6.31685714%2010.1618947%2C7.14257143%20L10.1618947%2C10.9025714%20L10.1618947%2C12.0244762%20L10.1618947%2C12.3568571%20L3.71242105%2C12.3568571%20L3.71242105%2C11.6597143%20L6.50189474%2C11.6597143%20C6.79242105%2C11.6597143%207.02821053%2C11.4473333%207.02821053%2C11.1835238%20L7.02821053%2C8.13209524%20C7.02821053%2C7.8692381%206.79242105%2C7.65590476%206.50189474%2C7.65590476%20L3.71242105%2C7.65590476%20L3.71242105%2C7.14257143%20C3.71242105%2C6.31685714%204.48084211%2C5.56828571%205.67136842%2C5.23685714%20L5.67136842%2C5.23685714%20Z%20M13.9124211%2C9.04638095%20C15.3755789%2C9.04638095%2016.6113684%2C9.89685714%2016.6113684%2C10.9025714%20L16.6113684%2C11.7168571%20L14.9818947%2C12.3549524%20L11.2650526%2C12.3549524%20C11.2303158%2C12.2435238%2011.2145263%2C12.1330476%2011.2145263%2C12.0244762%20L11.2145263%2C10.9025714%20C11.2145263%2C9.89685714%2012.4503158%2C9.04638095%2013.9124211%2C9.04638095%20L13.9124211%2C9.04638095%20Z%20M18.4071579%2C10.2235238%20L17.5408421%2C10.2235238%20C17.1745263%2C9.1292381%2015.9545263%2C8.29590476%2014.4387368%2C8.134%20L14.4387368%2C7.80161905%20C14.4387368%2C7.53780952%2014.204%2C7.32542857%2013.9124211%2C7.32542857%20C13.6218947%2C7.32542857%2013.3861053%2C7.53780952%2013.3861053%2C7.80161905%20L13.3861053%2C8.134%20C12.5387368%2C8.22447619%2011.7808421%2C8.5187619%2011.2145263%2C8.96066667%20L11.2145263%2C7.14257143%20C11.2145263%2C5.98638095%2010.3124211%2C4.95685714%208.884%2C4.44447619%20L8.884%2C1.64066667%20C8.884%2C1.254%208.51663158%2C0.952095238%208.04715789%2C0.952095238%20L5.82715789%2C0.952095238%20C5.35768421%2C0.952095238%204.98926316%2C1.254%204.98926316%2C1.64066667%20L4.98926316%2C4.44447619%20C3.56189474%2C4.95685714%202.65978947%2C5.98638095%202.65978947%2C7.14257143%20L2.65978947%2C8.13209524%20L2.65978947%2C11.1130476%20L0.633473684%2C11.9111429%20C0.236631579%2C12.0673333%20-0.000210526316%2C12.3511429%20-0.000210526316%2C12.6692381%20L-0.000210526316%2C18.9025714%20C-0.000210526316%2C19.4197143%200.585052632%2C19.7949524%201.39136842%2C19.7949524%20L14.6292632%2C19.7949524%20C14.8134737%2C19.7949524%2014.9976842%2C19.7730476%2015.2597895%2C19.6978095%20L18.9945263%2C17.9987619%20C19.4934737%2C17.8597143%2019.7997895%2C17.5511429%2019.7997895%2C17.1825714%20L19.7997895%2C11.3911429%20C19.7997895%2C10.906381%2019.3682105%2C10.2235238%2018.4071579%2C10.2235238%20L18.4071579%2C10.2235238%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0907368%2C13.9720952%20C14.8002105%2C13.9720952%2014.5644211%2C14.1854286%2014.5644211%2C14.4482857%20L14.5644211%2C17.4587619%20C14.5644211%2C17.7225714%2014.8002105%2C17.9349524%2015.0907368%2C17.9349524%20C15.3812632%2C17.9349524%2015.6170526%2C17.7225714%2015.6170526%2C17.4587619%20L15.6170526%2C14.4482857%20C15.6170526%2C14.1854286%2015.3812632%2C13.9720952%2015.0907368%2C13.9720952%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.65957895%2C12.152%20L1.05326316%2C12.784381%20L1.05221053%2C12.784381%20L1.05221053%2C18.7881905%20C1.11852632%2C18.8139048%201.23642105%2C18.8424762%201.39115789%2C18.8424762%20L14.6290526%2C18.8424762%20C14.7195789%2C18.8424762%2014.8069474%2C18.8329524%2014.8827368%2C18.8139048%20L18.5648421%2C17.1281905%20C18.5974737%2C17.1129524%2018.6301053%2C17.1015238%2018.6637895%2C17.0929524%20C18.6985263%2C17.0853333%2018.7258947%2C17.0758095%2018.7469474%2C17.0672381%20L18.7469474%2C11.3910476%20C18.7458947%2C11.3700952%2018.728%2C11.1767619%2018.4069474%2C11.1767619%20L17.6637895%2C11.1767619%20L17.5406316%2C10.224381%20L18.4069474%2C10.224381%20C19.368%2C10.224381%2019.7995789%2C10.9062857%2019.7995789%2C11.3910476%20L19.7995789%2C17.1824762%20C19.7995789%2C17.5510476%2019.4932632%2C17.859619%2018.9953684%2C17.9986667%20L15.2606316%2C19.6977143%20C14.9985263%2C19.7729524%2014.8132632%2C19.7948571%2014.6290526%2C19.7948571%20L1.39115789%2C19.7948571%20C0.584842105%2C19.7948571%20-0.000421052632%2C19.419619%20-0.000421052632%2C18.9024762%20L-0.000421052632%2C12.6691429%20C-0.000421052632%2C12.3510476%200.236421053%2C12.0672381%200.633263158%2C11.9110476%20L2.65957895%2C11.1129524%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__country {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 64px;
  height: 100%;
  margin-top: 20px;
  margin-right: 16px;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .category-section__content__country {
    display: none;
  }
}
.category-section__content__country:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category-section__content__country__flag {
  width: 40px !important;
  height: 40px !important;
}
.category-section__content__country .bs-dropdown-selector__leading {
  width: 64px;
  height: 64px;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.category-section__content__country .bs-dropdown-selector__content {
  width: auto;
}
.category-section__content__country .bs-dropdown-selector__dropdown {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1199px) {
  .category-section__content__list {
    width: calc(100% - 80px);
  }
}
.category-section__content__list .bs-card-viewer__pagger--next {
  right: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category-section__content__list .bs-card-viewer__pagger--pre {
  left: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category-section__content__list__item {
  display: block;
  height: 100%;
  width: 100%;
}
.category-section__content__list__item + .category-section__content__list__item {
  margin-left: 36px;
}
.category-section__content__list__item__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .category-section__content__list__item__upper {
    margin-bottom: 16px;
  }
}
.category-section__content__list__item__upper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  width: 64px;
}
@media (min-width: 1200px) {
  .category-section__content__list__item__upper__wrapper {
    height: 96px;
    width: 96px;
  }
}
.category-section__content__list__item__text {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .category-section__content__list__item__text {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.15px;
    font-weight: 600;
    color: #262626;
  }
}
.category-section__dropdown {
  width: 305px;
  border-radius: 27px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(38, 38, 38, 0.3);
          box-shadow: 0 2px 4px 0 rgba(38, 38, 38, 0.3);
}
.category-section__dropdown .bs-dropdown-selector-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-section__dropdown__icon--au {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20AUS%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-AUS%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22flag_aus%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0003%2C0.394073644%20C8.8163%2C-1.22992636%202.4493%2C2.30607364%200.5603%2C8.41407364%20L0.5603%2C8.51407364%20C0.3443%2C9.19607364%200.1903%2C9.89507364%200.1003%2C10.6040736%20L0.1003%2C10.9240736%20C0.1003%2C11.0240736%200.0503%2C11.6740736%200.0503%2C11.6740736%20L15.0703%2C12.0140736%20L15.0003%2C0.394073644%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23F9F9F9%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.4505%2C7.89407364%20C5.0675%2C7.87407364%204.6835%2C7.87407364%204.3005%2C7.89407364%20C3.0005%2C9.01407364%201.4005%2C10.1540736%200.0505%2C11.1740736%20L0.0005%2C11.6240736%20L0.2705%2C11.8740736%20L5.4505%2C7.89407364%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23C5312E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-5%22%20fill%3D%22%23C5312E%22%20points%3D%224.3602%203.81397364%203.7302%203.33397364%203.2702%203.79397364%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.8401%2C7.01417364%20L14.8401%2C4.67417364%20L7.8401%2C4.67417364%20L7.8401%2C0.784173644%20C7.3191%2C0.972173644%206.8111%2C1.19617364%206.3201%2C1.45417364%20L6.3201%2C4.68417364%20L2.5201%2C4.68417364%20C1.9631%2C5.40517364%201.4901%2C6.18617364%201.1101%2C7.01417364%20L6.2701%2C7.01417364%20L6.2701%2C11.7541736%20L7.8201%2C11.7541736%20L7.8201%2C7.03417364%20L14.8401%2C7.01417364%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23C5312E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-9%22%20fill%3D%22%23C5312E%22%20points%3D%229.5403%207.80417364%2010.7003%207.80417364%2014.7203%2010.7441736%2014.7203%2011.7041736%2014.6003%2011.7041736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.6204%2C0.734373644%20L8.5504%2C3.86437364%20L9.6404%2C3.86437364%20C9.7604%2C3.79437364%209.9504%2C3.62437364%2010.1304%2C3.49437364%20L14.3904%2C0.254373644%20C14.0704%2C0.194373644%2013.7504%2C0.144373644%2013.3904%2C0.104373644%20L12.6204%2C0.734373644%20Z%22%20id%3D%22Fill-11%22%20fill%3D%22%23C5312E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.7405%2C1.78417364%20C5.3235%2C2.03917364%204.9225%2C2.32017364%204.5405%2C2.62417364%20L5.7405%2C3.54417364%20L5.7405%2C1.78417364%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22%23212D6A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0003%2C0.0141736442%20C10.7583%2C0.0141736442%209.5233%2C0.206173644%208.3403%2C0.584173644%20L8.3403%2C3.58417364%20L12.9003%2C0.0141736442%20L12.0003%2C0.0141736442%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23212D6A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.68%2C0.314273644%20L14.68%2C1.41427364%20L11.73%2C3.66427364%20L11.46%2C3.87427364%20L14.64%2C3.87427364%20L14.64%2C7.79427364%20L11.44%2C7.79427364%20C11.51%2C7.85427364%2013.611%2C9.47427364%2014.56%2C10.1742736%20L14.611%2C11.7042736%20L12.93%2C11.7042736%20L8.64%2C8.36427364%20L8.35%2C8.15427364%20L8.35%2C11.6242736%20L5.76%2C11.6242736%20L5.76%2C8.15427364%20L5.48%2C8.35427364%20C4.14%2C9.35427364%202.81%2C10.4442736%201.48%2C11.4542736%20L1.23%2C11.6342736%20L5.15143483e-14%2C11.6342736%20L5.15143483e-14%2C12.0242736%20C0.005%2C18.6522736%205.381%2C24.0202736%2012.009%2C24.0162781%20C18.636%2C24.0112736%2024.005%2C18.6352736%2024%2C12.0082736%20C23.996%2C6.80127364%2020.636%2C2.19127364%2015.68%2C0.594273644%20C15.34%2C0.484273644%2014.991%2C0.394273644%2014.68%2C0.314273644%20Z%22%20id%3D%22Fill-17%22%20fill%3D%22%23212D6A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-20%22%20fill%3D%22%23F3F4F5%22%20points%3D%2212.0701%2017.9340736%2012.6401%2017.2240736%2011.7601%2017.3840736%2011.4501%2016.5240736%2011.1101%2017.3840736%2010.2101%2017.2240736%2010.7801%2017.9240736%2010.1901%2018.6240736%2011.1001%2018.4740736%2011.4001%2019.3140736%2011.7401%2018.4740736%2012.6701%2018.6440736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-22%22%20fill%3D%22%23F3F4F5%22%20points%3D%2218.8607%2018.5639736%2019.1797%2018.1649736%2018.6797%2018.2539736%2018.5007%2017.7639736%2018.3097%2018.2539736%2017.7997%2018.1649736%2018.1307%2018.5639736%2017.7907%2018.9549736%2018.2997%2018.8749736%2018.4807%2019.3539736%2018.6707%2018.8749736%2019.1907%2018.9639736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-24%22%20fill%3D%22%23F3F4F5%22%20points%3D%2218.8607%209.60397364%2019.1797%209.20397364%2018.6797%209.29397364%2018.5007%208.80397364%2018.3097%209.29397364%2017.7997%209.20397364%2018.1307%209.59397364%2017.7907%209.99397364%2018.2997%209.91397364%2018.4807%2010.3939736%2018.6707%209.91397364%2019.1907%2010.0039736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-26%22%20fill%3D%22%23F3F4F5%22%20points%3D%2220.9603%2011.9243736%2021.2903%2011.5243736%2020.7803%2011.6143736%2020.6103%2011.1243736%2020.4203%2011.6143736%2019.9103%2011.5243736%2020.2313%2011.9143736%2019.8903%2012.3143736%2020.4103%2012.2343736%2020.5803%2012.7043736%2020.7703%2012.2343736%2021.3003%2012.3243736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-28%22%20fill%3D%22%23F3F4F5%22%20points%3D%2217.0306%2012.9540736%2017.3606%2012.5540736%2016.8606%2012.6440736%2016.6796%2012.1540736%2016.4906%2012.6440736%2015.9806%2012.5540736%2016.3006%2012.9440736%2015.9696%2013.3440736%2016.4806%2013.2640736%2016.6606%2013.7340736%2016.8496%2013.2640736%2017.3706%2013.3540736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.6204%2C7.87407364%20L0.7504%2C7.87407364%20C0.5214%2C8.48807364%200.3444%2C9.12107364%200.2204%2C9.76407364%20L2.7104%2C7.87407364%20L2.6204%2C7.87407364%20Z%22%20id%3D%22Fill-33%22%20fill%3D%22%23212D6A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--cn {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20CN%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-CN%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22china%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval%22%20fill%3D%22%23D80027%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(2.156250%2C%205.343750)%22%20fill%3D%22%23FFDA44%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%224.4109375%201.959375%205.446875%205.146875%208.7984375%205.146875%206.0890625%207.1203125%207.125%2010.3078125%204.4109375%208.3390625%201.696875%2010.3078125%202.7375%207.1203125%200.0234375%205.146875%203.375%205.146875%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2212.0703125%2013.2421875%2011.278125%2012.2671875%2010.10625%2012.721875%2010.7859375%2011.6671875%209.99375%2010.6875%2011.2078125%2011.0109375%2011.8921875%209.95625%2011.9578125%2011.2125%2013.1765625%2011.5359375%2012%2011.9859375%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2213.6453125%2010.3828125%2014.0203125%209.1828125%2012.99375%208.45625%2014.25%208.4375%2014.6203125%207.2375%2015.028125%208.428125%2016.284375%208.4140625%2015.2765625%209.1640625%2015.6796875%2010.3546875%2014.653125%209.628125%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2215.76875%203.4640625%2015.215625%204.59375%2016.115625%205.4703125%2014.8734375%205.2921875%2014.3203125%206.4171875%2014.1046875%205.1796875%2012.8578125%205.0015625%2013.9734375%204.415625%2013.7578125%203.1734375%2014.6578125%204.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2212.103125%200.0421875%2012.009375%201.29375%2013.1765625%201.7671875%2011.953125%202.0671875%2011.8640625%203.3234375%2011.203125%202.2546875%209.9796875%202.5546875%2010.790625%201.59375%2010.125%200.5296875%2011.2921875%201.003125%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--ae {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20EA%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-EA%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22flag_ea%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20C24%2C18.627%2018.627%2C24%2012%2C24%20C5.373%2C24%200%2C18.627%200%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%23418C47%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.19744231e-14%2C12%20C0.006%2C16.658%202.708%2C20.892%206.93%2C22.86%20L6.93%2C1.14%20C2.708%2C3.108%200.006%2C7.342%203.19744231e-14%2C12%22%20id%3D%22Fill-3%22%20fill%3D%22%23CC252D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.9302%2C22.8604%20C12.9382%2C25.6574%2020.0762%2C23.0534%2022.8732%2C17.0464%20C22.9422%2C16.8984%2023.0082%2C16.7504%2023.0702%2C16.5994%20L6.9302%2C16.5994%20L6.9302%2C22.8604%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23040000%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23%2C7.2798%20L6.93%2C7.2798%20L6.93%2C16.6108%20L23.08%2C16.6108%20C24.339%2C13.6268%2024.339%2C10.2628%2023.08%2C7.2798%20L23%2C7.2798%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23F7F7F7%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--hk {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20HK%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220.0002%200.0002%2024%200.0002%2024%2024%200.0002%2024%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-HK%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-14%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0002%2C0.0002%20L12.0002%2C0.0002%20C5.3732%2C0.0002%200.0002%2C5.3732%200.0002%2C12.0002%20C0.0002%2C18.6272%205.3732%2C24.0002%2012.0002%2C24.0002%20C18.6272%2C24.0002%2024.0002%2C18.6272%2024.0002%2C12.0002%20C24.0002%2C5.3732%2018.6272%2C0.0002%2012.0002%2C0.0002%22%20id%3D%22Fill-1%22%20fill%3D%22%23E22727%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.2502%2C11.8201%20L8.0002%2C11.4701%20L7.6702%2C11.4701%20L7.9702%2C11.2601%20L7.8702%2C10.9001%20L8.1702%2C11.1201%20L8.4802%2C10.9101%20L8.3602%2C11.2601%20L8.6502%2C11.4901%20L8.3702%2C11.4901%20L8.2502%2C11.8201%20Z%20M10.3502%2C12.6801%20C9.6562%2C12.6921%208.9932%2C12.3951%208.5402%2C11.8701%20C8.5002%2C11.8281%208.5002%2C11.7621%208.5402%2C11.7201%20C8.5822%2C11.6801%208.6472%2C11.6801%208.6902%2C11.7201%20C9.3522%2C12.4441%2010.3992%2C12.6691%2011.3002%2C12.2801%20C11.0492%2C12.3071%2010.7962%2C12.2621%2010.5702%2C12.1501%20C9.7602%2C11.6201%2010.1302%2C11.0501%209.5702%2C10.3701%20C9.1682%2C9.8121%208.4462%2C9.5881%207.8002%2C9.8201%20C7.3182%2C9.9191%206.8482%2C9.6101%206.7492%2C9.1281%20C6.7452%2C9.1121%206.7422%2C9.0961%206.7402%2C9.0801%20C6.7272%2C9.0491%206.6912%2C9.0361%206.6612%2C9.0491%20C6.6472%2C9.0551%206.6362%2C9.0661%206.6302%2C9.0801%20C5.7002%2C11.6001%208.5002%2C14.7201%2011.3802%2C12.4801%20C11.0502%2C12.6031%2010.7022%2C12.6711%2010.3502%2C12.6801%20L10.3502%2C12.6801%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.6096%2C10.4202%20L14.9106%2C10.6402%20L15.2106%2C10.4302%20L15.0896%2C10.7802%20L15.3806%2C11.0002%20L15.0096%2C11.0002%20L14.8896%2C11.3502%20L14.7796%2C11.0002%20L14.4106%2C11.0002%20L14.7106%2C10.7802%20L14.6096%2C10.4202%20Z%20M12.4096%2C11.0002%20C12.9596%2C10.5722%2013.6706%2C10.4112%2014.3496%2C10.5602%20C14.4076%2C10.5752%2014.4426%2C10.6322%2014.4296%2C10.6902%20C14.4156%2C10.7432%2014.3646%2C10.7772%2014.3096%2C10.7702%20C13.3466%2C10.5902%2012.3756%2C11.0392%2011.8896%2C11.8902%20C12.0766%2C11.7182%2012.3096%2C11.6032%2012.5596%2C11.5602%20C13.5596%2C11.5002%2013.5596%2C12.1702%2014.4106%2C12.4002%20C15.2596%2C12.6302%2015.6206%2C12.3202%2016.1606%2C11.7802%20C16.4986%2C11.4232%2017.0616%2C11.4092%2017.4186%2C11.7482%20C17.4286%2C11.7582%2017.4396%2C11.7692%2017.4506%2C11.7802%20C17.4786%2C11.7972%2017.5146%2C11.7872%2017.5326%2C11.7592%20C17.5396%2C11.7472%2017.5426%2C11.7332%2017.5406%2C11.7202%20C16.7696%2C9.1402%2012.6596%2C8.3302%2011.6996%2C11.8502%20C11.8846%2C11.5272%2012.1256%2C11.2392%2012.4096%2C11.0002%20L12.4096%2C11.0002%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.8699%2C8.9802%20L11.1599%2C8.7502%20L10.9999%2C8.3102%20L11.3099%2C8.5102%20L11.5999%2C8.2802%20L11.5099%2C8.6402%20L11.8199%2C8.8502%20L11.4499%2C8.8502%20L11.3499%2C9.2102%20L11.2299%2C9.0002%20L10.8699%2C8.9802%20Z%20M10.8699%2C11.2502%20C10.5899%2C10.6082%2010.6119%2C9.8742%2010.9299%2C9.2502%20C10.9709%2C9.2162%2011.0299%2C9.2162%2011.0699%2C9.2502%20C11.1039%2C9.2912%2011.1039%2C9.3492%2011.0699%2C9.3902%20C10.6709%2C10.2822%2010.8799%2C11.3292%2011.5899%2C12.0002%20C11.4709%2C11.7762%2011.4189%2C11.5222%2011.4399%2C11.2702%20C11.6199%2C10.2702%2012.2899%2C10.4402%2012.7099%2C9.6902%20C13.0739%2C9.1052%2013.0039%2C8.3492%2012.5399%2C7.8402%20C12.2659%2C7.4322%2012.3729%2C6.8792%2012.7809%2C6.6052%20C12.7939%2C6.5962%2012.8069%2C6.5882%2012.8199%2C6.5802%20C12.8479%2C6.5622%2012.8549%2C6.5242%2012.8369%2C6.4972%20C12.8319%2C6.4902%2012.8269%2C6.4842%2012.8199%2C6.4802%20C10.1299%2C6.5802%208.3199%2C10.3602%2011.4899%2C12.1702%20C11.2309%2C11.9022%2011.0209%2C11.5902%2010.8699%2C11.2502%20L10.8699%2C11.2502%20Z%22%20id%3D%22Fill-8%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.2405%2C14.3703%20L14.1305%2C14.7203%20L14.4295%2C14.9393%20L14.0595%2C14.9393%20L13.9395%2C15.2903%20L13.8305%2C14.9393%20L13.4605%2C14.9393%20L13.7605%2C14.7203%20L13.6495%2C14.3703%20L13.9505%2C14.5903%20L14.2405%2C14.3703%20Z%20M13.0005%2C12.4703%20C13.5675%2C12.8613%2013.9335%2C13.4833%2014.0005%2C14.1703%20C14.0065%2C14.2303%2013.9615%2C14.2843%2013.9005%2C14.2903%20L13.8995%2C14.2903%20C13.8455%2C14.2913%2013.8005%2C14.2533%2013.7905%2C14.2003%20C13.6805%2C13.2093%2012.9465%2C12.4023%2011.9695%2C12.2003%20C12.1945%2C12.3213%2012.3785%2C12.5053%2012.5005%2C12.7303%20C12.8605%2C13.6303%2012.2405%2C13.8803%2012.2895%2C14.7293%20C12.3405%2C15.5803%2012.7405%2C15.8493%2013.4295%2C16.1893%20C13.8825%2C16.3833%2014.0925%2C16.9053%2013.8995%2C17.3573%20C13.8925%2C17.3723%2013.8865%2C17.3863%2013.8805%2C17.3993%20C13.8685%2C17.4313%2013.8855%2C17.4653%2013.9165%2C17.4763%20C13.9335%2C17.4833%2013.9545%2C17.4803%2013.9695%2C17.4703%20C16.1795%2C15.9303%2015.6605%2C11.7693%2011.9695%2C11.9603%20C12.3415%2C12.0653%2012.6905%2C12.2383%2013.0005%2C12.4703%20L13.0005%2C12.4703%20Z%22%20id%3D%22Fill-10%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.3098%2C15.2795%20L9.9198%2C15.2795%20L9.7998%2C15.6305%20L9.6898%2C15.2795%20L9.2198%2C15.2795%20L9.5198%2C15.0595%20L9.4098%2C14.7105%20L9.7098%2C14.9295%20L10.0098%2C14.7195%20L9.8898%2C15.0695%20L10.3098%2C15.2795%20Z%20M11.7498%2C13.5195%20C11.5538%2C14.1825%2011.0738%2C14.7235%2010.4398%2C15.0005%20C10.3988%2C15.0335%2010.3408%2C15.0335%2010.2998%2C15.0005%20C10.2778%2C14.9475%2010.2998%2C14.8865%2010.3498%2C14.8595%20C11.2358%2C14.4395%2011.7578%2C13.5045%2011.6498%2C12.5295%20C11.6018%2C12.7785%2011.4838%2C13.0075%2011.3098%2C13.1895%20C10.5598%2C13.8095%2010.1298%2C13.2905%209.3098%2C13.5995%20C8.4898%2C13.9105%208.3798%2C14.3705%208.3098%2C15.1305%20C8.2648%2C15.6195%207.8308%2C15.9785%207.3408%2C15.9335%20C7.3308%2C15.9325%207.3208%2C15.9305%207.3098%2C15.9295%20C7.2828%2C15.9485%207.2748%2C15.9855%207.2928%2C16.0125%20C7.2978%2C16.0195%207.3038%2C16.0255%207.3098%2C16.0295%20C9.4398%2C17.6605%2013.2498%2C15.8995%2011.9598%2C12.4895%20C11.9478%2C12.8425%2011.8768%2C13.1905%2011.7498%2C13.5195%20L11.7498%2C13.5195%20Z%22%20id%3D%22Fill-12%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--in {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20IN%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220.5321%200.8902%2021.4321%200.8902%2021.4321%207%200.5321%207%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-IN%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.98225%2C0.000167354019%20C7.68525%2C-0.0098%203.71125%2C2.2782%201.56225%2C6.0002%20L22.40225%2C6.0002%20C20.25325%2C2.2782%2016.27925%2C-0.0098%2011.98225%2C0.000167354019%22%20id%3D%22Fill-1%22%20fill%3D%22%23FF9832%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-5%22%20transform%3D%22translate(1.000150%2C%2017.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-4%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.9821%2C7.0002%20C15.3121%2C6.9982%2019.3061%2C4.6632%2021.4321%2C0.8902%20L0.5321%2C0.8902%20C2.6571%2C4.6632%206.6511%2C6.9982%2010.9821%2C7.0002%22%20id%3D%22Fill-3%22%20fill%3D%22%23118806%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.43205%2C8.8298%20C9.11705%2C8.8118%208.84405%2C9.0458%208.81205%2C9.3598%20C8.80005%2C9.4608%208.74105%2C9.5498%208.65205%2C9.5998%20C8.34905%2C9.6828%208.16905%2C9.9968%208.25205%2C10.2998%20C8.25705%2C10.3908%208.22005%2C10.4788%208.15205%2C10.5398%20C7.88705%2C10.6928%207.78605%2C11.0258%207.92205%2C11.2998%20C7.96505%2C11.3918%207.96505%2C11.4978%207.92205%2C11.5898%20C7.74205%2C11.8188%207.74205%2C12.1418%207.92205%2C12.3698%20C7.98205%2C12.4498%208.00405%2C12.5528%207.98205%2C12.6498%20C7.83205%2C12.9328%207.93405%2C13.2828%208.21205%2C13.4398%20C8.27305%2C13.4968%208.30605%2C13.5778%208.30205%2C13.6608%20C8.20705%2C13.9548%208.36905%2C14.2698%208.66305%2C14.3648%20C8.68305%2C14.3708%208.70305%2C14.3758%208.72205%2C14.3798%20C8.79405%2C14.4188%208.84605%2C14.4898%208.86205%2C14.5698%20C8.86205%2C14.9508%209.05205%2C15.0998%209.46205%2C15.1608%20C9.54505%2C15.1788%209.61505%2C15.2338%209.65205%2C15.3098%20C9.72005%2C15.6068%2010.01405%2C15.7918%2010.31005%2C15.7248%20C10.32805%2C15.7208%2010.34505%2C15.7158%2010.36205%2C15.7098%20C10.44705%2C15.7078%2010.52805%2C15.7458%2010.58205%2C15.8098%20C10.73405%2C16.0858%2011.08005%2C16.1868%2011.35605%2C16.0358%20C11.36505%2C16.0308%2011.37305%2C16.0258%2011.38205%2C16.0198%20C11.44905%2C15.9898%2011.52505%2C15.9898%2011.59205%2C16.0198%20C11.99205%2C16.2898%2012.09205%2C16.2898%2012.45205%2C16.0198%20C12.52805%2C15.9838%2012.61605%2C15.9838%2012.69205%2C16.0198%20C12.96605%2C16.1718%2013.31105%2C16.0798%2013.47305%2C15.8098%20C13.53205%2C15.7408%2013.62105%2C15.7038%2013.71205%2C15.7098%20C14.01505%2C15.7928%2014.32905%2C15.6138%2014.41205%2C15.3098%20C14.44605%2C15.2358%2014.51305%2C15.1798%2014.59205%2C15.1608%20C14.92505%2C15.1608%2015.19605%2C14.8928%2015.20205%2C14.5598%20C15.22705%2C14.4748%2015.29005%2C14.4048%2015.37205%2C14.3708%20C15.65905%2C14.2748%2015.82505%2C13.9738%2015.75205%2C13.6798%20C15.74705%2C13.5888%2015.78405%2C13.4998%2015.85205%2C13.4398%20C16.12405%2C13.2818%2016.21705%2C12.9328%2016.05805%2C12.6608%20C16.05705%2C12.6568%2016.05505%2C12.6538%2016.05205%2C12.6498%20C16.01705%2C12.5778%2016.01705%2C12.4928%2016.05205%2C12.4198%20C16.28705%2C12.2098%2016.30705%2C11.8498%2016.09805%2C11.6148%20C16.08305%2C11.5998%2016.06805%2C11.5838%2016.05205%2C11.5698%20C16.01605%2C11.4968%2016.01605%2C11.4128%2016.05205%2C11.3398%20C16.21305%2C11.0658%2016.12405%2C10.7138%2015.85205%2C10.5498%20C15.78405%2C10.4898%2015.74705%2C10.4008%2015.75205%2C10.3098%20C15.82805%2C10.0038%2015.64605%2C9.6928%2015.34205%2C9.6098%20C15.26805%2C9.5748%2015.21405%2C9.5088%2015.19205%2C9.4298%20C15.12205%2C9.0298%2014.98205%2C8.8898%2014.59205%2C8.8398%20C14.51305%2C8.8188%2014.44705%2C8.7638%2014.41205%2C8.6898%20C14.33805%2C8.3838%2014.02905%2C8.1968%2013.72405%2C8.2718%20C13.71305%2C8.2738%2013.70205%2C8.2768%2013.69205%2C8.2798%20C13.61805%2C8.2878%2013.54505%2C8.2618%2013.49205%2C8.2098%20C13.19205%2C7.8498%2013.09205%2C7.8298%2012.66205%2C7.9698%20C12.59505%2C7.9978%2012.51905%2C7.9978%2012.45205%2C7.9698%20C12.22305%2C7.7378%2011.84905%2C7.7358%2011.61805%2C7.9648%20C11.61605%2C7.9658%2011.61405%2C7.9678%2011.61205%2C7.9698%20C11.53605%2C8.0028%2011.44905%2C8.0028%2011.37205%2C7.9698%20C11.10605%2C7.8128%2010.76305%2C7.9008%2010.60505%2C8.1668%20C10.60005%2C8.1748%2010.59605%2C8.1828%2010.59205%2C8.1898%20C10.53705%2C8.2548%2010.45705%2C8.2918%2010.37205%2C8.2898%20C10.08405%2C8.1938%209.77205%2C8.3498%209.67705%2C8.6388%20C9.67105%2C8.6548%209.66605%2C8.6728%209.66205%2C8.6898%20C9.58205%2C8.7498%209.47205%2C8.7998%209.43205%2C8.8298%20L9.43205%2C8.8298%20Z%20M11.98205%2C7.23979118%20C14.60505%2C7.2348%2016.73605%2C9.3568%2016.7420627%2C11.9798%20C16.74805%2C14.6038%2014.62605%2C16.7348%2012.00205%2C16.7398127%20C9.37905%2C16.7458%207.24705%2C14.6228%207.24200725%2C11.9998%20C7.23105%2C9.3818%209.34405%2C7.2508%2011.96205%2C7.23979118%20L11.98205%2C7.23979118%20Z%22%20id%3D%22Fill-9%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.40225%2C6.05%20L1.56225%2C6.05%20C-0.52075%2C9.722%20-0.52075%2C14.218%201.56225%2C17.89%20L22.44225%2C17.89%20C24.52425%2C14.218%2024.52425%2C9.722%2022.44225%2C6.05%20L22.40225%2C6.05%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.99205%2C11.1999%20C12.42905%2C11.1999%2012.78205%2C11.5539%2012.78205%2C11.9899%20C12.78205%2C12.4269%2012.42905%2C12.7799%2011.99205%2C12.7799%20C11.55505%2C12.7799%2011.20205%2C12.4269%2011.20205%2C11.9899%20C11.20205%2C11.5539%2011.55505%2C11.1999%2011.99205%2C11.1999%22%20id%3D%22Fill-11%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.98225%2C8.0002%20C11.84325%2C9.0792%2011.84325%2C10.1712%2011.98225%2C11.2502%20C11.98225%2C11.2502%2012.23225%2C11.0002%2011.98225%2C8.0002%22%20id%3D%22Fill-13%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.98225%2C16.0002%20C11.84325%2C14.9212%2011.84325%2C13.8292%2011.98225%2C12.7502%20C11.98225%2C12.7502%2012.23225%2C13.0002%2011.98225%2C16.0002%22%20id%3D%22Fill-15%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.98225%2C8.0798%20C12.57625%2C9.0878%2012.30025%2C10.1428%2012.16225%2C11.2198%20C12.16225%2C11.2198%2012.47225%2C11.0898%2012.98225%2C8.0798%22%20id%3D%22Fill-17%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.98225%2C15.8996%20C11.12125%2C14.8226%2011.39625%2C13.7676%2011.80225%2C12.7596%20C11.80225%2C12.7596%2011.98225%2C13.0006%2010.98225%2C15.8996%22%20id%3D%22Fill-19%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.04185%2C8.51%20C13.37585%2C9.366%2012.82185%2C10.304%2012.39185%2C11.3%20C12.39185%2C11.3%2012.70185%2C11.26%2014.04185%2C8.51%22%20id%3D%22Fill-21%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.98225%2C15.47%20C10.41125%2C14.474%2010.96525%2C13.536%2011.63225%2C12.68%20C11.63225%2C12.68%2011.69225%2C13%209.98225%2C15.47%22%20id%3D%22Fill-23%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.88175%2C9.1599%20C14.01575%2C9.8149%2013.23575%2C10.5779%2012.56175%2C11.4299194%20C12.56175%2C11.4299194%2012.87175%2C11.4599%2014.88175%2C9.1599%22%20id%3D%22Fill-25%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.10195%2C14.8%20C9.77595%2C13.947%2010.55595%2C13.185%2011.4219686%2C12.53%20C11.4219686%2C12.53%2011.45195%2C12.85%209.10195%2C14.8%22%20id%3D%22Fill-27%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.50185%2C10.0002%20C14.49785%2C10.4112%2013.55085%2C10.9492%2012.68185%2C11.6002%20C12.68185%2C11.6002%2012.98185%2C11.7002%2015.50185%2C10.0002%22%20id%3D%22Fill-29%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.47205%2C14.0002%20C9.34005%2C13.3492%2010.28805%2C12.8112%2011.29205%2C12.4002%20C11.29205%2C12.4002%2011.24205%2C12.6802%208.47205%2C14.0002%22%20id%3D%22Fill-31%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.91195%2C11.0002%20C14.83395%2C11.1222%2013.77495%2C11.3802%2012.76195%2C11.7702%20C12.76195%2C11.7702%2012.98195%2C12.0002%2015.91195%2C11.0002%22%20id%3D%22Fill-33%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.06185%2C12.9402%20C9.07485%2C12.5502%2010.13385%2C12.2922%2011.21185%2C12.1702%20C11.21185%2C12.1702%2011.08185%2C12.4502%208.06185%2C12.9402%22%20id%3D%22Fill-35%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.98225%2C8.0798%20C11.38725%2C9.0878%2011.66325%2C10.1428%2011.80225%2C11.2198%20C11.80225%2C11.2198%2011.50225%2C11.0898%2010.98225%2C8.0798%22%20id%3D%22Fill-37%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.98225%2C15.8996%20C12.84325%2C14.8226%2012.56725%2C13.7676%2012.16225%2C12.7596%20C12.16225%2C12.7596%2011.98225%2C13.0006%2012.98225%2C15.8996%22%20id%3D%22Fill-39%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.98225%2C8.51%20C10.64825%2C9.366%2011.20225%2C10.304%2011.63225%2C11.3%20C11.63225%2C11.3%2011.27225%2C11.26%209.98225%2C8.51%22%20id%3D%22Fill-41%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.04185%2C15.47%20C13.61285%2C14.474%2013.05885%2C13.536%2012.39185%2C12.68%20C12.39185%2C12.68%2012.28185%2C13%2014.04185%2C15.47%22%20id%3D%22Fill-43%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.09215%2C9.1599%20C9.95915%2C9.8149%2010.73815%2C10.5779%2011.41215%2C11.4299194%20C11.41215%2C11.4299194%2011.10215%2C11.4599%209.09215%2C9.1599%22%20id%3D%22Fill-45%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.87195%2C14.8%20C14.19795%2C13.947%2013.41895%2C13.185%2012.5519444%2C12.53%20C12.5519444%2C12.53%2012.53195%2C12.85%2014.87195%2C14.8%22%20id%3D%22Fill-47%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.47205%2C10.0002%20C9.47605%2C10.4112%2010.42405%2C10.9492%2011.29205%2C11.6002%20C11.29205%2C11.6002%2010.98205%2C11.7002%208.47205%2C10.0002%22%20id%3D%22Fill-49%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.50185%2C14.0002%20C14.63385%2C13.3492%2013.68685%2C12.8112%2012.68185%2C12.4002%20C12.68185%2C12.4002%2012.73185%2C12.6802%2015.50185%2C14.0002%22%20id%3D%22Fill-51%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.06185%2C11.0002%20C9.14085%2C11.1222%2010.19885%2C11.3802%2011.21185%2C11.7702%20C11.21185%2C11.7702%2010.98185%2C12.0002%208.06185%2C11.0002%22%20id%3D%22Fill-53%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.91195%2C12.9402%20C14.89895%2C12.5502%2013.84095%2C12.2922%2012.76195%2C12.1702%20C12.76195%2C12.1702%2012.89195%2C12.4502%2015.91195%2C12.9402%22%20id%3D%22Fill-55%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.98225%2C12.0002%20C14.90325%2C11.8612%2013.81125%2C11.8612%2012.73225%2C12.0002%20C12.73225%2C12.0002%2012.98225%2C12.2402%2015.98225%2C12.0002%22%20id%3D%22Fill-57%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.98225%2C12.0002%20C9.06125%2C11.8612%2010.15325%2C11.8612%2011.23225%2C12.0002%20C11.23225%2C12.0002%2010.98225%2C12.2402%207.98225%2C12.0002%22%20id%3D%22Fill-59%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--it {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20IT%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22path-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-IT%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22%23E6E6E6%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22italy%22%20mask%3D%22url(%23mask-2)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(0.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.9899747%2C0.685316456%20L14.5905316%2C4.56541772%20C15.8822785%2C8.82835443%2015.8822785%2C15.1555949%2014.5905316%2C19.4187342%20L15.9899747%2C23.2984304%20C20.6469367%2C21.6516962%2023.984%2C17.2126076%2023.984%2C11.9915949%20C23.984%2C6.77139241%2020.6469367%2C2.33210127%2015.9899747%2C0.685316456%20Z%22%20id%3D%22Path%22%20fill%3D%22%23DC2134%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(11.949367%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.04060759%2C4.56541772%20L4.04060759%2C0.685316456%20C2.78997468%2C0.243037975%201.44486076%2C0.000101265823%200.0425316456%2C0.000101265823%20C1.8916962%2C0.000101265823%20-0.672253165%2C6.26708861%204.04060759%2C4.56541772%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F3F4F5%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.0425316456%2C23.9838987%20C1.44481013%2C23.9838987%202.78997468%2C23.740962%204.04060759%2C23.2986329%20L4.04060759%2C19.4189367%20C-0.624911392%2C18.9533165%200.0425316456%2C23.9838987%200.0425316456%2C23.9838987%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F3F4F5%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C11.9917468%20C0%2C17.2302278%203.35974684%2C21.6810127%208.04081013%2C23.314481%20L8.04081013%2C0.669822785%20C3.35974684%2C2.30329114%200%2C6.75407595%200%2C11.9917468%20Z%22%20id%3D%22Path%22%20fill%3D%22%23139149%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.9899747%2C19.4188861%20L15.9899747%2C4.56541772%20C15.173519%2C1.87027848%2013.8410633%2C0.000101265823%2011.9918987%2C0.000101265823%20C10.607038%2C0.000101265823%209.27837975%2C0.237924051%208.04081013%2C0.669822785%20L8.04081013%2C23.3145823%20C9.27837975%2C23.746481%2010.607038%2C23.9839494%2011.9918987%2C23.9839494%20C13.8410633%2C23.9839494%2015.173519%2C22.1137215%2015.9899747%2C19.4188861%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F4F4F4%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--jp {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20jp%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-jp%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-5%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20C24%2C18.627%2018.627%2C24%2012%2C24%20C5.373%2C24%200%2C18.627%200%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.04%2C5.1201%20C15.973%2C5.1201%2019.16%2C8.3081%2019.16%2C12.2401%20C19.16%2C16.1721%2015.973%2C19.3601%2012.04%2C19.3601%20C8.108%2C19.3601%204.92%2C16.1721%204.92%2C12.2401%20C4.92%2C8.3081%208.108%2C5.1201%2012.04%2C5.1201%22%20id%3D%22Fill-3%22%20fill%3D%22%23E5212C%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--kr {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FKR%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FKR%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-41%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24%2C12%20C24%2C18.627%2018.627%2C24%2012%2C24%20C5.373%2C24%200%2C18.627%200%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.2998%2C8.5601%20C12.3998%2C7.2911%209.8308%2C7.8011%208.5598%2C9.7001%20C7.8958%2C10.6301%208.1118%2C11.9231%209.0428%2C12.5871%20C9.9728%2C13.2521%2011.2658%2C13.0361%2011.9298%2C12.1051%20C11.9538%2C12.0711%2011.9778%2C12.0361%2011.9998%2C12.0001%20C12.5748%2C11.0121%2013.8428%2C10.6771%2014.8298%2C11.2521%20C15.8188%2C11.8281%2016.1538%2C13.0951%2015.5778%2C14.0831%20C15.5358%2C14.1541%2015.4898%2C14.2241%2015.4408%2C14.2901%20C16.7018%2C12.3921%2016.1928%2C9.8311%2014.2998%2C8.5601%22%20id%3D%22Fill-3%22%20fill%3D%22%23CF1E23%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.5601%2C9.7002%20C7.8961%2C10.6302%208.1121%2C11.9232%209.0421%2C12.5872%20C9.9731%2C13.2522%2011.2661%2C13.0362%2011.9301%2C12.1052%20C11.9541%2C12.0712%2011.9771%2C12.0352%2012.0001%2C12.0002%20C12.5751%2C11.0122%2013.8431%2C10.6772%2014.8301%2C11.2522%20C15.8181%2C11.8272%2016.1531%2C13.0952%2015.5781%2C14.0832%20C15.5361%2C14.1542%2015.4901%2C14.2232%2015.4401%2C14.2902%20C14.2641%2C16.2502%2011.7201%2C16.8862%209.7601%2C15.7092%20C7.7991%2C14.5322%207.1641%2C11.9892%208.3411%2C10.0282%20C8.4091%2C9.9152%208.4821%2C9.8062%208.5601%2C9.7002%22%20id%3D%22Fill-5%22%20fill%3D%22%23232E89%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-7%22%20fill%3D%22%23000000%22%20points%3D%2220.3799%209%2019.8399%209.36%2017.4299%205.78%2017.9999%205.42%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-9%22%20fill%3D%22%23000000%22%20points%3D%225.1401%204.8701%205.6801%205.2301%203.2701%208.8201%202.7301%208.4601%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-11%22%20fill%3D%22%23000000%22%20points%3D%224.1201%209.4399%203.5801%209.0799%206.0001%205.4899%206.5401%205.8499%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-13%22%20fill%3D%22%23000000%22%20points%3D%222.71%2015.54%203.25%2015.18%205.66%2018.769%205.12%2019.13%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-15%22%20fill%3D%22%23000000%22%20points%3D%226.8501%206.0601%207.3901%206.4201%205.0001%2010.0001%204.4601%209.6401%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-17%22%20fill%3D%22%23000000%22%20points%3D%226.8501%2017.9199%204.4301%2014.3299%205.0001%2013.9999%207.4101%2017.5899%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-19%22%20fill%3D%22%23000000%22%20points%3D%2216.5498%206.3501%2017.0798%206.0001%2018.2098%207.6801%2017.6798%208.0001%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-21%22%20fill%3D%22%23000000%22%20points%3D%2219.5098%209.6602%2018.9998%2010.0002%2017.8498%208.3402%2018.3798%208.0002%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-23%22%20fill%3D%22%23000000%22%20points%3D%226.5698%2018.2305%205.9998%2018.5895%204.9098%2016.9105%205.4498%2016.5495%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-25%22%20fill%3D%22%23000000%22%20points%3D%2220.3799%2014.9404%2019.2499%2016.6204%2018.7099%2016.2594%2019.8399%2014.5804%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-27%22%20fill%3D%22%23000000%22%20points%3D%2219.4404%2017.1299%2019.9804%2017.4899%2018.8494%2019.1699%2018.3094%2018.8099%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-29%22%20fill%3D%22%23000000%22%20points%3D%2218.54%2016.5801%2019.07%2016.9401%2018%2018.6201%2017.46%2018.2601%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-31%22%20fill%3D%22%23000000%22%20points%3D%2217.6602%2016%2018.2002%2016.36%2017.0702%2018%2016.5302%2017.64%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-33%22%20fill%3D%22%23000000%22%20points%3D%225.2402%2016.2695%204.7002%2016.6295%203.5802%2014.9505%204.1202%2014.5895%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-35%22%20fill%3D%22%23000000%22%20points%3D%2219%2014%2019.54%2014.36%2018.37%2016%2017.83%2015.64%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-37%22%20fill%3D%22%23000000%22%20points%3D%2220.7598%208.8599%2019.6298%207.1799%2020.1698%206.8199%2021.2898%208.4999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-39%22%20fill%3D%22%23000000%22%20points%3D%2220.7402%2015.1396%2021.2802%2015.4996%2020.1502%2017.1796%2019.6102%2016.8206%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--mo {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FMO%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FMO%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-25%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20C24%2C18.627%2018.627%2C24%2012%2C24%20C5.373%2C24%200%2C18.627%200%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%230D7861%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C14.3496%20C10.269%2C16.1186%207.433%2C16.1476%205.665%2C14.4166%20C5.587%2C14.3406%205.512%2C14.2616%205.44%2C14.1796%20C5.72%2C14.1106%205.95%2C14.0196%206.23%2C14.2596%20C7.092%2C14.9886%208.206%2C15.3476%209.33%2C15.2596%20C7.515%2C15.1746%205.922%2C14.0256%205.27%2C12.3296%20C6.87%2C11.6596%208.696%2C11.8046%2010.17%2C12.7206%20C9.756%2C12.3656%209.282%2C12.0876%208.77%2C11.8996%20C8.232%2C11.6946%207.665%2C11.5796%207.09%2C11.5596%20C6.982%2C11.5426%206.884%2C11.4896%206.81%2C11.4106%20C6.708%2C11.2936%206.614%2C11.1706%206.53%2C11.0396%20C7.951%2C10.9716%209.34%2C11.4796%2010.38%2C12.4506%20C9.498%2C11.0386%209.444%2C9.2616%2010.24%2C7.7996%20C10.4%2C8.0596%2010.55%2C8.2796%2010.68%2C8.5096%20C10.68%2C8.5096%2010.68%2C8.6496%2010.62%2C8.7206%20C10.185%2C9.7666%2010.17%2C10.9426%2010.58%2C11.9996%20L10.66%2C12.1896%20C10.6%2C11.7996%2010.5%2C11.3706%2010.47%2C10.9306%20C10.39%2C9.6076%2010.908%2C8.3196%2011.88%2C7.4196%20C12.02%2C7.2796%2012.1%2C7.3596%2012.2%2C7.4196%20C13.457%2C8.6086%2013.913%2C10.4176%2013.37%2C12.0596%20L13.37%2C12.1496%20L13.43%2C12.1496%20C13.52%2C11.7796%2013.64%2C11.4196%2013.71%2C11.0396%20C13.842%2C10.2236%2013.734%2C9.3866%2013.4%2C8.6296%20C13.369%2C8.5566%2013.369%2C8.4736%2013.4%2C8.3996%20C13.51%2C8.2006%2013.64%2C8.0096%2013.79%2C7.7696%20C14.194%2C8.4636%2014.392%2C9.2576%2014.36%2C10.0596%20C14.345%2C10.8726%2014.113%2C11.6666%2013.69%2C12.3596%20C14.72%2C11.4206%2016.077%2C10.9256%2017.47%2C10.9796%20C17.32%2C11.3796%2017.16%2C11.4996%2016.78%2C11.5096%20C15.697%2C11.5886%2014.668%2C12.0086%2013.84%2C12.7096%20C15.303%2C11.7716%2017.131%2C11.6036%2018.74%2C12.2596%20C18.43%2C13.7196%2016.74%2C14.9106%2014.68%2C15.2096%20C15.771%2C15.2646%2016.841%2C14.9086%2017.68%2C14.2096%20C17.914%2C13.9566%2018.291%2C13.8996%2018.59%2C14.0706%20C16.926%2C15.9226%2014.074%2C16.0766%2012.221%2C14.4116%20C12.152%2C14.3506%2012.085%2C14.2866%2012.02%2C14.2196%20L12%2C14.3496%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C15.4502%20C11.33%2C16.0032%2010.514%2C16.3502%209.65%2C16.4502%20C9.474%2C16.4602%209.296%2C16.4602%209.12%2C16.4502%20L6.12%2C16.4502%20C5.74%2C16.4502%205.65%2C16.3892%205.49%2C15.9802%20L5.74%2C15.9802%20L8.83%2C15.9802%20C9.967%2C16.0122%2011.073%2C15.6082%2011.92%2C14.8492%20L12.03%2C14.7602%20L12.4%2C15.0592%20C13.176%2C15.6662%2014.135%2C15.9912%2015.12%2C15.9802%20L18.56%2C15.9802%20C18.544%2C16.2622%2018.304%2C16.4762%2018.022%2C16.4612%20C18.019%2C16.4612%2018.014%2C16.4602%2018.01%2C16.4602%20L15%2C16.4602%20C13.978%2C16.4772%2012.979%2C16.1452%2012.17%2C15.5192%20L12%2C15.4502%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.8398%2C17.5996%20L17.1798%2C17.5996%20C17.0168%2C17.8216%2016.7648%2C17.9606%2016.4898%2C17.9806%20C13.4968%2C17.9936%2010.5168%2C17.9996%207.5498%2C17.9996%20C7.2398%2C17.9996%207.0798%2C17.8096%206.8398%2C17.5996%22%20id%3D%22Fill-7%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.8701%2C18.29%20L16.1901%2C18.29%20C15.9341%2C18.549%2015.6001%2C18.714%2015.2401%2C18.76%20L8.9101%2C18.76%20C8.5191%2C18.728%208.1521%2C18.562%207.8701%2C18.29%22%20id%3D%22Fill-9%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.1802%2C16.9297%20L17.8402%2C16.9297%20C17.7692%2C17.1507%2017.6202%2C17.1797%2017.4402%2C17.1797%20L6.6202%2C17.1797%20C6.4322%2C17.2117%206.2482%2C17.1077%206.1802%2C16.9297%22%20id%3D%22Fill-11%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.1602%2C19%20L14.8802%2C19%20C13.8702%2C19.69%2010.2302%2C19.7%209.1602%2C19%22%20id%3D%22Fill-13%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-15%22%20fill%3D%22%23FFDE55%22%20points%3D%2212.0098%203.1499%2011.5998%204.3099%2010.4498%204.3199%2011.3798%205.0399%2011.0098%206.1699%2012.0098%205.4999%2013.0098%206.1599%2012.6298%205.0399%2013.5798%204.3199%2012.4298%204.3199%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-17%22%20fill%3D%22%23FFDE55%22%20points%3D%227.6201%205.1802%207.8201%205.9102%207.2501%206.3202%207.9701%206.3502%208.1701%207.0502%208.4401%206.3602%209.1801%206.3402%208.6001%205.9102%208.8201%205.2202%208.2401%205.6202%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-19%22%20fill%3D%22%23FFDE55%22%20points%3D%225.2002%208.1001%205.7502%208.6201%205.4602%209.2601%206.0902%208.9201%206.6302%209.4201%206.5102%208.6901%207.1302%208.3001%206.4102%208.2301%206.2502%207.5201%205.9602%208.1601%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-21%22%20fill%3D%22%23FFDE55%22%20points%3D%2216.3301%205.2402%2016.1201%205.9602%2016.7001%206.3702%2015.9801%206.4002%2015.7691%207.1002%2015.5101%206.4202%2014.7691%206.3902%2015.3501%205.9602%2015.1301%205.2702%2015.7001%205.6702%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-23%22%20fill%3D%22%23FFDE55%22%20points%3D%2218.75%208.1499%2018.2%208.6699%2018.49%209.3199%2017.85%208.9799%2017.32%209.4699%2017.44%208.7499%2016.82%208.3499%2017.54%208.2799%2017.7%207.5699%2017.99%208.2099%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--my {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FMy%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FMy%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22My%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.2633%2C12.0801%20L12.2633%2C0.0001%20L11.9333%2C0.0001%20C5.3063%2C0.0371%20-0.0367%2C5.4391%200.0003%2C12.0661%20C0.0033%2C12.6631%200.0513%2C13.2601%200.1433%2C13.8501%20L12.2633%2C13.8501%20L12.2633%2C12.0801%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%2320215D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.8834%2C7.0498%20L12.2634%2C7.0498%20L12.2634%2C8.7398%20L12.8834%2C8.7398%20L23.4844%2C8.7398%20C23.3264%2C8.1628%2023.1254%2C7.5968%2022.8834%2C7.0498%22%20id%3D%22Fill-3%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.8433%2C10.4502%20L12.2633%2C10.4502%20L12.2633%2C12.0802%20L23.9333938%2C12.0802%20L23.9333938%2C11.9702%20C23.9353%2C11.4622%2023.9053%2C10.9542%2023.8433%2C10.4502%22%20id%3D%22Fill-5%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.5338%2C3.6099%20L12.2628%2C3.6099%20L12.2628%2C5.2699%20L21.9328%2C5.2699%20C21.5178%2C4.6749%2021.0498%2C4.1199%2020.5338%2C3.6099%22%20id%3D%22Fill-7%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.2633%2C15.5498%20L0.5533%2C15.5498%20C0.7473%2C16.1688%200.9913%2C16.7708%201.2833%2C17.3498%20L22.6543%2C17.3498%20C22.9463%2C16.7708%2023.1903%2C16.1688%2023.3833%2C15.5498%20L12.2633%2C15.5498%20Z%22%20id%3D%22Fill-9%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.9337%2C23.9297129%20C13.9707%2C23.9327%2015.9747%2C23.4127%2017.7537%2C22.4197%20L6.1537%2C22.4197%20C7.9207%2C23.4067%209.9097%2C23.9257%2011.9337%2C23.9297129%22%20id%3D%22Fill-11%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.3033%2C19.0195%20C2.7623%2C19.6485%203.2823%2C20.2315%203.8533%2C20.7595%20L20.0833%2C20.7595%20C20.6563%2C20.2315%2021.1743%2C19.6485%2021.6333%2C19.0195%20L2.3033%2C19.0195%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.2833%2C17.3496%20C1.5713%2C17.9326%201.9053%2C18.4916%202.2833%2C19.0196%20L21.6333%2C19.0196%20C22.0113%2C18.4916%2022.3463%2C17.9326%2022.6333%2C17.3496%20L1.2833%2C17.3496%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.1534%2C22.4199%20L17.7834%2C22.4199%20C18.6104%2C21.9589%2019.3784%2C21.4009%2020.0734%2C20.7599%20L3.8534%2C20.7599%20C4.5514%2C21.4019%205.3234%2C21.9599%206.1534%2C22.4199%22%20id%3D%22Fill-17%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.9332%2C5.27%20L12.2632%2C5.27%20L12.2632%2C7.05%20L22.8832%2C7.05%20C22.6182%2C6.431%2022.2992%2C5.835%2021.9332%2C5.27%22%20id%3D%22Fill-19%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.6031%2C12.0801%20L12.2631%2C12.0801%20L12.2631%2C13.8501%20L23.7841%2C13.8501%20C23.8771%2C13.2651%2023.9271%2C12.6731%2023.9331%2C12.0801%20L13.6031%2C12.0801%20Z%22%20id%3D%22Fill-21%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.6031%2C13.9297%20L23.7731%2C13.9297%20L13.6031%2C13.9297%20Z%22%20id%3D%22Fill-23%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.2633%2C13.9297%20L13.6033%2C13.9297%20L12.2633%2C13.9297%20Z%22%20id%3D%22Fill-25%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.484%2C8.7002%20L12.874%2C8.7002%20L12.254%2C8.7002%20L12.254%2C10.4102%20L23.843%2C10.4102%20C23.765%2C9.8322%2023.645%2C9.2602%2023.484%2C8.7002%22%20id%3D%22Fill-27%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.9337%2C7.8198%20C2.8857%2C6.9168%203.2807%2C6.0468%203.9937%2C5.4898%20C4.7107%2C4.9268%205.6457%2C4.7208%206.5337%2C4.9298%20C5.2047%2C4.2358%203.5727%2C4.5698%202.6237%2C5.7298%20C1.6307%2C6.9438%201.6557%2C8.6958%202.6837%2C9.8798%20C3.6157%2C10.9778%205.1797%2C11.2928%206.4637%2C10.6398%20C4.4337%2C10.7798%202.9337%2C9.6298%202.9337%2C7.8198%22%20id%3D%22Fill-29%22%20fill%3D%22%23FFD110%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-31%22%20fill%3D%22%23FFD110%22%20points%3D%229.9937%207.1802%2010.9337%206.0402%209.6037%206.6902%209.9537%205.2602%209.0437%206.4202%208.7237%204.9802%208.4137%206.4202%207.5037%205.2602%207.8537%206.6902%206.5237%206.0402%207.4637%207.1802%205.9837%207.1702%207.3237%207.7902%205.9837%208.4202%207.4637%208.4002%206.5237%209.5502%207.8537%208.8902%207.5037%2010.3302%208.4137%209.1702%208.7237%2010.6102%209.0437%209.1702%209.9537%2010.3302%209.6037%208.8902%2010.9337%209.5502%209.9937%208.4002%2011.4737%208.4202%2010.1337%207.7902%2011.4737%207.1702%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.2633%2C13.8398%20L0.1533%2C13.8398%20C0.2433%2C14.4178%200.3733%2C14.9898%200.5433%2C15.5498%20L23.3833%2C15.5498%20C23.5533%2C14.9898%2023.6833%2C14.4178%2023.7733%2C13.8398%20L12.2633%2C13.8398%20Z%22%20id%3D%22Fill-33%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--sg {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FSG%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FSG%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-16%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate(0.000000%2C%2011.000000)%22%20fill%3D%22%23F4F4F4%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0.8301%20L0%2C1.0001%20C0%2C7.6271%205.373%2C13.0001%2012%2C13.0001%20C18.627%2C13.0001%2024%2C7.6271%2024%2C1.0001%20L24%2C0.8301%20L0%2C0.8301%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C5.438%2C0%200.093%2C5.269%200%2C11.83%20L24%2C11.83%20C23.907%2C5.269%2018.562%2C0%2012%2C0%22%20id%3D%22Fill-4%22%20fill%3D%22%23E03B3B%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.1802%2C2.2202%20C8.1342%2C2.7332%207.3192%2C3.6222%206.9002%2C4.7102%20C6.4612%2C5.7902%206.4612%2C6.9992%206.9002%2C8.0802%20C7.3232%2C9.1662%208.1412%2C10.0522%209.1902%2C10.5602%20C8.7012%2C10.6552%208.1992%2C10.6552%207.7102%2C10.5602%20C6.7632%2C10.3632%205.9152%2C9.8432%205.3102%2C9.0902%20C4.0732%2C7.6012%204.0072%2C5.4622%205.1502%2C3.9002%20C5.6862%2C3.1572%206.4522%2C2.6132%207.3302%2C2.3502%20C7.9282%2C2.1622%208.5612%2C2.1172%209.1802%2C2.2202%22%20id%3D%22Fill-6%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-8%22%20fill%3D%22%23FFFFFF%22%20points%3D%228.98%204.46%208.71%205.23%207.94%205.23%208.56%205.71%208.31%206.46%208.98%206.01%209.64%206.45%209.39%205.71%2010.02%205.24%209.26%205.24%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-10%22%20fill%3D%22%23FFFFFF%22%20points%3D%2213.6797%204.4502%2013.4097%205.2302%2012.6397%205.2302%2013.2597%205.7102%2013.0097%206.4602%2013.6797%206.0102%2014.3397%206.4502%2014.0897%205.7102%2014.7197%205.2302%2013.9597%205.2302%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-12%22%20fill%3D%22%23FFFFFF%22%20points%3D%229.8599%207.1899%209.5899%207.9699%208.8199%207.9699%209.4399%208.4499%209.1999%209.1999%209.8599%208.7499%2010.5299%209.1899%2010.2799%208.4499%2010.8999%207.9699%2010.1399%207.9699%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-14%22%20fill%3D%22%23FFFFFF%22%20points%3D%2212.79%207.1899%2012.52%207.9699%2011.76%207.9699%2012.38%208.4499%2012.13%209.1999%2012.79%208.7499%2013.46%209.1899%2013.21%208.4499%2013.84%207.9699%2013.07%207.9699%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--th {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FTH%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FTH%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0215%2C0%20C8.8515%2C0%205.8095%2C1.255%203.5615%2C3.49%20L20.4815%2C3.49%20C18.2335%2C1.255%2015.1915%2C0%2012.0215%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0215%2C24%20C15.0575%2C24%2017.9805%2C22.85%2020.2015%2C20.78%20L3.8415%2C20.78%20C6.0625%2C22.85%208.9855%2C24%2012.0215%2C24%22%20id%3D%22Fill-3%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24.0215026%2C12%20C24.0215026%2C10.508%2023.7435%2C9.03%2023.2015%2C7.64%20L0.8415%2C7.64%20C-0.2805%2C10.477%20-0.2805%2C13.634%200.8415%2C16.47%20L23.1615%2C16.47%20C23.7305%2C15.049%2024.0225%2C13.531%2024.0215026%2C12%22%20id%3D%22Fill-5%22%20fill%3D%22%23221C4D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.4815%2C3.4902%20L3.5615%2C3.4902%20C2.3755%2C4.6692%201.4495%2C6.0822%200.8415%2C7.6402%20L23.2015%2C7.6402%20C22.5935%2C6.0822%2021.6675%2C4.6692%2020.4815%2C3.4902%22%20id%3D%22Fill-7%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.1611%2C16.4697%20L0.8811%2C16.4697%20C1.5511%2C18.1107%202.5761%2C19.5817%203.8811%2C20.7807%20L20.2011%2C20.7807%20C21.4931%2C19.5777%2022.5041%2C18.1067%2023.1611%2C16.4697%22%20id%3D%22Fill-9%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--id {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FIDN%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FIDN%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Indonesia%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20L0%2C12%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23FF0000%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C12%20C0%2C18.627%205.373%2C24%2012%2C24%20C18.627%2C24%2024%2C18.627%2024%2C12%20L0%2C12%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--tw {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FTW%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FTW%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-31%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C5.373%2C0%200%2C5.373%200%2C12%20L12%2C12%20L12%2C0%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%231717A5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20L12%2C12%20L0%2C12%20C0%2C18.627%205.373%2C24%2012%2C24%20C18.627%2C24%2024%2C18.627%2024%2C12%20C24%2C5.373%2018.627%2C0%2012%2C0%22%20id%3D%22Fill-3%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.9399%2C4.8901%20C8.0669%2C4.8901%208.9799%2C5.8031%208.9799%2C6.9301%20C8.9799%2C8.0571%208.0669%2C8.9701%206.9399%2C8.9701%20C5.8139%2C8.9701%204.8999%2C8.0571%204.8999%2C6.9301%20C4.8999%2C5.8031%205.8139%2C4.8901%206.9399%2C4.8901%22%20id%3D%22Fill-5%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.7402%2C7.6499%20C4.8422%2C7.9559%205.0052%2C8.2389%205.2202%2C8.4799%20L3.4402%2C8.9999%20L4.7402%2C7.6499%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.21%2C4.73%20C5.903%2C4.832%205.621%2C4.995%205.38%2C5.21%20L4.9%2C3.43%20L6.21%2C4.73%20Z%22%20id%3D%22Fill-9%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.4902%2C5.2202%20C8.2522%2C5.0062%207.9732%2C4.8432%207.6702%2C4.7402%20L9.0002%2C3.4502%20L8.4902%2C5.2202%20Z%22%20id%3D%22Fill-11%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%2C6.9399%20L9.21%2C7.4199%20C9.277%2C7.0899%209.277%2C6.7499%209.21%2C6.4199%20L11.01%2C6.8999%20L11%2C6.9399%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.1299%2C7.6401%20L10.4399%2C9.0001%20L8.6499%2C8.4801%20C8.8659%2C8.2361%209.0289%2C7.9501%209.1299%2C7.6401%22%20id%3D%22Fill-15%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.6802%2C6.4399%20C4.6132%2C6.7699%204.6132%2C7.1099%204.6802%2C7.4399%20L2.8802%2C6.9399%20L4.6802%2C6.4399%20Z%22%20id%3D%22Fill-17%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.9502%2C2.8799%20L7.4302%2C4.6699%20C7.1002%2C4.6039%206.7602%2C4.6039%206.4302%2C4.6699%20L6.9102%2C2.8799%20L6.9502%2C2.8799%20Z%22%20id%3D%22Fill-19%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.4502%2C9.1802%20C6.7792%2C9.2512%207.1202%2C9.2512%207.4502%2C9.1802%20L6.9502%2C11.0002%20L6.4502%2C9.1802%20Z%22%20id%3D%22Fill-21%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.9102%2C10.4102%20L5.3902%2C8.6402%20C5.6282%2C8.8542%205.9072%2C9.0172%206.2102%2C9.1202%20L4.9102%2C10.4102%20Z%22%20id%3D%22Fill-23%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.4502%2C4.8999%20L5.2202%2C5.3799%20C5.0052%2C5.6209%204.8422%2C5.9039%204.7402%2C6.2099%20L3.4502%2C4.8999%20Z%22%20id%3D%22Fill-25%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9%2C10.4302%20L7.66%2C9.1202%20C7.966%2C9.0172%208.249%2C8.8542%208.49%2C8.6402%20L9%2C10.4302%20Z%22%20id%3D%22Fill-27%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.1299%2C6.2002%20C9.0269%2C5.8972%208.8639%2C5.6182%208.6499%2C5.3802%20L10.4199%2C4.9002%20L9.1299%2C6.2002%20Z%22%20id%3D%22Fill-29%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--uk {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FUK%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FUK%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.4846%2C7.925%20L1.8946%2C5.565%20C1.4106%2C6.327%201.0146%2C7.143%200.7146%2C7.995%20L4.4846%2C7.995%20L4.4846%2C7.925%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.4846%2C16.1052%20L4.4846%2C16.1052%20L0.7146%2C16.1052%20C1.0176%2C16.9432%201.4136%2C17.7452%201.8946%2C18.4952%20L4.4846%2C16.1052%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.7346%2C7.2546%20L9.7346%2C0.2546%20C7.8596%2C0.6086%206.0966%2C1.4076%204.5946%2C2.5846%20L9.6546%2C7.1846%20L9.7346%2C7.2546%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5945%2C21.4451%20C6.0955%2C22.6261%207.8585%2C23.4271%209.7345%2C23.7851%20L9.7345%2C16.7851%20L4.5945%2C21.4451%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.4451%2C7.9949%20L23.2551%2C7.9949%20C22.9501%2C7.1489%2022.5501%2C6.3409%2022.0641%2C5.5849%20L19.4951%2C7.8849%20L19.4451%2C7.9949%20Z%22%20id%3D%22Fill-9%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.3045%2C7.1648%20L19.3045%2C2.5748%20C17.8125%2C1.3988%2016.0605%2C0.5968%2014.1955%2C0.2348%20L14.1955%2C7.2348%20L14.3045%2C7.1648%20Z%22%20id%3D%22Fill-11%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.1951%2C23.7849%20C16.0771%2C23.4339%2017.8461%2C22.6349%2019.3541%2C21.4549%20L14.1951%2C16.7639%20L14.1951%2C23.7849%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.4451%2C16.0945%20L19.5451%2C16.1955%20L22.0751%2C18.4945%20C22.5611%2C17.7395%2022.9601%2C16.9305%2023.2641%2C16.0845%20L19.4741%2C16.0845%20L19.4451%2C16.0945%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.2947%2C9.4348%20L13.2947%2C9.5948%20L23.7247%2C9.5948%20C23.6087%2C9.0518%2023.4547%2C8.5168%2023.2647%2C7.9948%20L19.4447%2C7.9948%20L19.4447%2C7.9348%20L22.0147%2C5.5948%20C21.6507%2C5.0248%2021.2387%2C4.4858%2020.7847%2C3.9848%20L16.5147%2C7.8648%20C16.4547%2C7.9198%2016.3767%2C7.9528%2016.2947%2C7.9548%20L14.4847%2C7.9548%20L14.5847%2C7.8548%20L19.8847%2C2.9948%20L19.3547%2C2.5548%20L14.3547%2C7.1448%20L14.2447%2C7.2448%20L14.2447%2C0.2448%20C13.9447%2C0.1848%2013.6447%2C0.1448%2013.3447%2C0.1148%20C13.3117%2C3.2148%2013.2947%2C6.3218%2013.2947%2C9.4348%22%20id%3D%22Fill-17%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.8348%2C3.9348%20C20.5358%2C3.6038%2020.2188%2C3.2898%2019.8848%2C2.9948%20L14.5948%2C7.8248%20L14.4948%2C7.9248%20L16.3048%2C7.9248%20L16.4248%2C7.9248%22%20id%3D%22Fill-19%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.1145%2C3.9949%20L7.3745%2C7.8449%20C7.4145%2C7.8869%207.4425%2C7.9379%207.4545%2C7.9949%20L5.6345%2C7.9949%20C5.5635%2C7.9919%205.4965%2C7.9629%205.4445%2C7.9149%20L2.2745%2C4.9949%20C2.1415%2C5.1819%202.0115%2C5.3709%201.8845%2C5.5649%20L4.4845%2C7.9249%20L4.4845%2C7.9949%20L0.7145%2C7.9949%20C0.5215%2C8.5139%200.3645%2C9.0449%200.2445%2C9.5849%20L10.6345%2C9.5849%20L10.6345%2C9.3749%20L10.6345%2C0.1049%20C10.3345%2C0.1389%2010.0345%2C0.1849%209.7345%2C0.2449%20L9.7345%2C7.2449%20L9.6445%2C7.1849%20L4.5945%2C2.5849%20C4.0625%2C3.0119%203.5675%2C3.4839%203.1145%2C3.9949%22%20id%3D%22Fill-21%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.6346%2C7.9949%20L7.4846%2C7.9949%20L7.3746%2C7.8749%20L3.1146%2C3.9949%20C2.8206%2C4.3129%202.5436%2C4.6469%202.2846%2C4.9949%20L5.4446%2C7.8749%20L5.5346%2C7.9949%20L5.6346%2C7.9949%20Z%22%20id%3D%22Fill-23%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.3045%2C9.595%20L13.3045%2C9.435%20L13.3045%2C0.115%20C12.4205%2C0.014%2011.5285%2C0.014%2010.6445%2C0.115%20L10.6445%2C9.385%20L10.6445%2C9.595%20L0.2445%2C9.595%20C-0.0815%2C11.192%20-0.0815%2C12.838%200.2445%2C14.435%20L10.6345%2C14.435%20L10.6345%2C23.925%20C11.5185%2C24.025%2012.4105%2C24.025%2013.2945%2C23.925%20L13.2945%2C14.445%20L23.7245%2C14.445%20C24.0505%2C12.848%2024.0505%2C11.202%2023.7245%2C9.605%20L13.3045%2C9.605%20L13.3045%2C9.595%20Z%22%20id%3D%22Fill-25%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.6346%2C14.4353%20L0.2446%2C14.4353%20C0.3586%2C14.9953%200.5116%2C15.5463%200.7046%2C16.0843%20L4.4846%2C16.0843%20L1.8946%2C18.4643%20C2.2586%2C19.0353%202.6706%2C19.5743%203.1246%2C20.0753%20L7.4246%2C16.1643%20C7.4756%2C16.1143%207.5426%2C16.0813%207.6146%2C16.0753%20L9.4646%2C16.0753%20L9.3646%2C16.1853%20L4.0646%2C20.9953%20L4.5946%2C21.4353%20L9.7346%2C16.7543%20L9.7346%2C23.7543%20C10.0286%2C23.8083%2010.3276%2C23.8553%2010.6346%2C23.8953%20L10.6346%2C14.4353%20Z%22%20id%3D%22Fill-28%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.4051%2C14.4353%20L13.2951%2C14.4353%20L13.2951%2C23.9143%20C13.6041%2C23.9143%2013.9051%2C23.8343%2014.2051%2C23.7753%20L14.2051%2C16.7753%20L19.3651%2C21.4643%20C19.8991%2C21.0503%2020.3971%2C20.5923%2020.8541%2C20.0943%20L16.5751%2C16.1953%20L16.4651%2C16.0943%20L18.3041%2C16.0943%20C18.3861%2C16.0973%2018.4651%2C16.1293%2018.5241%2C16.1853%20L21.6951%2C19.0653%20C21.8281%2C18.8783%2021.9581%2C18.6883%2022.0851%2C18.4953%20L19.5541%2C16.1953%20L19.4551%2C16.0943%20L23.2351%2C16.0943%20C23.4271%2C15.5603%2023.5811%2C15.0113%2023.6951%2C14.4553%20L13.4051%2C14.4353%20Z%22%20id%3D%22Fill-30%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.0647%2C20.9949%20L9.3647%2C16.1649%20L9.4647%2C16.0549%20L7.4647%2C16.0549%20L7.3747%2C16.1449%20L3.0747%2C20.0549%20C3.3867%2C20.3869%203.7167%2C20.7009%204.0647%2C20.9949%22%20id%3D%22Fill-32%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.5047%2C16.1648%20L18.4047%2C16.0748%20L16.4047%2C16.0748%20L16.5247%2C16.1858%20L20.8047%2C20.0848%20C21.1027%2C19.7678%2021.3827%2C19.4338%2021.6447%2C19.0848%20L18.5047%2C16.1648%20Z%22%20id%3D%22Fill-34%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--us {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FUSA%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220%200.0501%2011.9999%200.0501%2011.9999%2012.8501%200%2012.8501%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-3%22%20points%3D%220.63%200.4602%203.37%200.4602%203.37%201%200.63%201%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FUSA%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval%22%20fill%3D%22%23F0F0F0%22%20fill-rule%3D%22nonzero%22%20cx%3D%2212%22%20cy%3D%2212.05%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.6099%2C0.9001%20L8.0599%2C1.0001%20L7.6899%2C1.3601%20L7.7799%2C1.8701%20L7.3199%2C1.6301%20L6.8599%2C1.8701%20L6.9499%2C1.3601%20L6.8499%2C1.2701%20C2.6879%2C3.2261%200.0229%2C7.4011%20-0.0001%2C12.0001%20L-0.0001%2C12.8501%20L11.9999%2C12.8501%20L11.9999%2C0.0501%20C10.4959%2C0.0561%209.0069%2C0.3441%207.6099%2C0.9001%22%20id%3D%22Fill-1%22%20fill%3D%22%231C1C7F%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.6299%2C23.9201%20L13.3699%2C23.9201%20C15.1799%2C23.7131%2016.9179%2C23.0941%2018.4499%2C22.1091%20L5.5499%2C22.1091%20C7.0829%2C23.0941%208.8199%2C23.7131%2010.6299%2C23.9201%22%20id%3D%22Fill-4%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.6699%2C14.6799%20L0.3299%2C14.6799%20C0.4699%2C15.3079%200.6609%2C15.9229%200.8999%2C16.5199%20L23.0999%2C16.5199%20C23.3399%2C15.9229%2023.5299%2C15.3079%2023.6699%2C14.6799%22%20id%3D%22Fill-6%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.8599%2C18.3898%20C2.2709%2C19.0398%202.7429%2C19.6498%203.2699%2C20.2098%20L20.7309%2C20.2098%20C21.2569%2C19.6498%2021.7299%2C19.0398%2022.1399%2C18.3898%20L1.8599%2C18.3898%20Z%22%20id%3D%22Fill-8%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-14%22%20transform%3D%22translate(10.000000%2C%2023.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-4%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-13%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2%2C1.0002%20C2.458%2C0.9992%202.915%2C0.9732%203.37%2C0.9202%20L0.63%2C0.9202%20C1.085%2C0.9732%201.542%2C0.9992%202%2C1.0002%22%20id%3D%22Fill-12%22%20fill%3D%22%23FFFFFF%22%20mask%3D%22url(%23mask-4)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-17%22%20fill%3D%22%23E8232E%22%20points%3D%2212%2012.8498%2023.94%2012.8498%2023.94%2012.0298%2023.94%2011.0298%2012%2011.0298%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C9.2102%20L23.64%2C9.2102%20C23.479%2C8.5702%2023.265%2C7.9442%2023%2C7.3402%20L12%2C7.3402%20L12%2C9.2102%20Z%22%20id%3D%22Fill-19%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C5.5402%20L22.06%2C5.5402%20C21.629%2C4.8762%2021.133%2C4.2562%2020.58%2C3.6902%20L12%2C3.6902%20L12%2C5.5402%20Z%22%20id%3D%22Fill-21%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-23%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.3301%205.5402%204.5601%206.0002%205.0701%206.0702%204.7001%206.4302%204.7901%206.9402%204.3301%206.7002%203.8801%206.9402%203.9601%206.4302%203.5901%206.0702%204.1101%206.0002%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-25%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.9102%204.34%206.1302%204.8%206.6402%204.88%206.2802%205.24%206.3602%205.75%205.9102%205.51%205.4502%205.75%205.5402%205.24%205.1702%204.88%205.6802%204.8%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-27%22%20fill%3D%22%23FFFFFF%22%20points%3D%227.3799%202.9299%207.6099%203.3999%208.1199%203.4699%207.7499%203.8299%207.8399%204.3399%207.3799%204.0999%206.9299%204.3399%207.0099%203.8299%206.6399%203.4699%207.1599%203.3999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-29%22%20fill%3D%22%23FFFFFF%22%20points%3D%2210.4199%202.9299%2010.6499%203.3999%2011.1599%203.4699%2010.7899%203.8299%2010.8799%204.3399%2010.4199%204.0999%209.9599%204.3399%2010.0499%203.8299%209.6799%203.4699%2010.1899%203.3999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-31%22%20fill%3D%22%23FFFFFF%22%20points%3D%228.9399%204.34%209.1699%204.8%209.6799%204.88%209.3099%205.24%209.3999%205.75%208.9399%205.51%208.4899%205.75%208.5699%205.24%208.1999%204.88%208.7099%204.8%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-33%22%20fill%3D%22%23FFFFFF%22%20points%3D%227.3198%205.5402%207.5498%206.0002%208.0598%206.0702%207.6898%206.4302%207.7798%206.9402%207.3198%206.7002%206.8598%206.9402%206.9498%206.4302%206.5798%206.0702%207.0898%206.0002%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-35%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.9102%206.8601%206.1302%207.3301%206.6402%207.4001%206.2802%207.7601%206.3602%208.2701%205.9102%208.0301%205.4502%208.2701%205.5402%207.7601%205.1702%207.4001%205.6802%207.3301%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-37%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.3301%208.03%204.5601%208.49%205.0701%208.56%204.7001%208.92%204.7901%209.43%204.3301%209.19%203.8801%209.43%203.9601%208.92%203.5901%208.56%204.1101%208.49%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-39%22%20fill%3D%22%23FFFFFF%22%20points%3D%222.8501%209.4001%203.0801%209.8601%203.5901%209.9301%203.2301%2010.2901%203.3101%2010.8001%202.8501%2010.5601%202.4001%2010.8001%202.4801%2010.2901%202.1201%209.9301%202.6301%209.8601%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-41%22%20fill%3D%22%23FFFFFF%22%20points%3D%221.29%2010.59%201.52%2011.05%202.03%2011.13%201.66%2011.49%201.75%2012%201.29%2011.76%200.83%2012%200.92%2011.49%200.55%2011.13%201.06%2011.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-43%22%20fill%3D%22%23FFFFFF%22%20points%3D%222.8501%206.8601%203.0801%207.3301%203.5901%207.4001%203.2301%207.7601%203.3101%208.2701%202.8501%208.0301%202.4001%208.2701%202.4801%207.7601%202.1201%207.4001%202.6301%207.3301%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-45%22%20fill%3D%22%23FFFFFF%22%20points%3D%221.29%208.03%201.52%208.49%202.03%208.56%201.66%208.92%201.75%209.43%201.29%209.19%200.83%209.43%200.92%208.92%200.55%208.56%201.06%208.49%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-47%22%20fill%3D%22%23FFFFFF%22%20points%3D%2210.4199%205.4602%2010.6499%205.9202%2011.1599%205.9902%2010.7899%206.3502%2010.8799%206.8602%2010.4199%206.6202%209.9599%206.8602%2010.0499%206.3502%209.6799%205.9902%2010.1899%205.9202%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-49%22%20fill%3D%22%23FFFFFF%22%20points%3D%228.9399%206.8601%209.1699%207.3301%209.6799%207.4001%209.3099%207.7601%209.3999%208.2701%208.9399%208.0301%208.4899%208.2701%208.5699%207.7601%208.1999%207.4001%208.7099%207.3301%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-51%22%20fill%3D%22%23FFFFFF%22%20points%3D%227.3198%208.03%207.5498%208.49%208.0598%208.56%207.6898%208.92%207.7798%209.43%207.3198%209.19%206.8598%209.43%206.9498%208.92%206.5798%208.56%207.0898%208.49%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-53%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.9102%209.4299%206.1302%209.8999%206.6402%209.9699%206.2802%2010.3299%206.3602%2010.8399%205.9102%2010.5999%205.4502%2010.8399%205.5402%2010.3299%205.1702%209.9699%205.6802%209.8999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-55%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.3301%2010.59%204.5601%2011.05%205.0701%2011.13%204.7001%2011.49%204.7901%2012%204.3301%2011.76%203.8801%2012%203.9601%2011.49%203.5901%2011.13%204.1101%2011.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-57%22%20fill%3D%22%23FFFFFF%22%20points%3D%227.3198%2010.59%207.5498%2011.05%208.0598%2011.13%207.6898%2011.49%207.7798%2012%207.3198%2011.76%206.8598%2012%206.9498%2011.49%206.5798%2011.13%207.0898%2011.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-59%22%20fill%3D%22%23FFFFFF%22%20points%3D%228.9399%209.4299%209.1699%209.8999%209.6799%209.9699%209.3099%2010.3299%209.3999%2010.8399%208.9399%2010.5999%208.4899%2010.8399%208.5699%2010.3299%208.1999%209.9699%208.7099%209.8999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-61%22%20fill%3D%22%23FFFFFF%22%20points%3D%2210.4702%208.09%2010.7002%208.55%2011.2102%208.62%2010.8402%208.98%2010.9302%209.49%2010.4702%209.25%2010.0102%209.49%2010.1002%208.98%209.7302%208.62%2010.2402%208.55%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-63%22%20fill%3D%22%23FFFFFF%22%20points%3D%2210.4199%2010.59%2010.6499%2011.05%2011.1599%2011.13%2010.7899%2011.49%2010.8799%2012%2010.4199%2011.76%209.9599%2012%2010.0499%2011.49%209.6799%2011.13%2010.1899%2011.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-65%22%20fill%3D%22%23FFFFFF%22%20points%3D%222.8501%204.34%203.0801%204.8%203.5901%204.88%203.2301%205.24%203.3101%205.75%202.8501%205.51%202.4001%205.75%202.4801%205.24%202.1201%204.88%202.6301%204.8%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-67%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.3301%202.9299%204.5601%203.3999%205.0701%203.4699%204.7001%203.8299%204.7901%204.3399%204.3301%204.0999%203.8801%204.3399%203.9601%203.8299%203.5901%203.4699%204.1101%203.3999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.8301%2C6.9401%20L1.7401%2C6.4301%20L2.1101%2C6.0701%20L1.5801%2C6.0001%20C1.4301%2C6.2501%201.3001%2C6.5501%201.1701%2C6.8101%20L1.3801%2C6.7101%20L1.8301%2C6.9401%20Z%22%20id%3D%22Fill-69%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.0596%2C5.5402%20L11.9996%2C5.5402%20L11.9996%2C7.3402%20L22.9996%2C7.3402%20C22.7386%2C6.7142%2022.4236%2C6.1122%2022.0596%2C5.5402%22%20id%3D%22Fill-71%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.6396%2C9.2102%20L11.9996%2C9.2102%20L11.9996%2C11.0002%20L23.9296%2C11.0002%20C23.8786%2C10.3972%2023.7826%2C9.7982%2023.6396%2C9.2102%22%20id%3D%22Fill-73%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--ph {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FPH%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FPH%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-17%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate(3.000000%2C%200.000000)%22%20fill%3D%22%231D429B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.0001%2C12%20L12.0001%2C12%20L0.5201%2C3.52%20C2.6801%2C1.35%205.6901%2C0%209.0001%2C0%20C15.6301%2C0%2021.0001%2C5.37%2021.0001%2C12%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-6%22%20transform%3D%22translate(3.000000%2C%2012.000000)%22%20fill%3D%22%23CD2028%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.0001%2C0%20C21.0001%2C6.63%2015.6301%2C12%209.0001%2C12%20C5.6901%2C12%202.6901%2C10.66%200.5201%2C8.49%20L0.5201%2C8.48%20L12.0001%2C0%20L21.0001%2C0%20Z%22%20id%3D%22Fill-4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0001%2C12%20L3.5201%2C20.48%20C1.3501%2C18.31%200.0001%2C15.32%200.0001%2C12%20C0.0001%2C8.68%201.3501%2C5.69%203.5201%2C3.52%20L15.0001%2C12%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-9%22%20fill%3D%22%23FAD018%22%20points%3D%222.6349%205.606%203.0909%206%203.6189%205.71%203.3849%206.265%203.8249%206.677%203.2239%206.627%202.9679%207.172%202.8299%206.585%202.2319%206.51%202.7479%206.198%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-11%22%20fill%3D%22%23FAD018%22%20points%3D%2212.9025%2011.168%2012.9145%2011.771%2013.4845%2011.969%2012.9145%2012.167%2012.9025%2012.77%2012.5385%2012.289%2011.9615%2012.463%2012.3055%2011.969%2011.9615%2011.474%2012.5385%2011.648%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-13%22%20fill%3D%22%23FAD018%22%20points%3D%223.1554%2016.2759%203.4114%2016.8209%204.0124%2016.7709%203.5724%2017.1829%203.8064%2017.7389%203.2784%2017.4479%202.8224%2017.8419%202.9354%2017.2499%202.4204%2016.9379%203.0184%2016.8629%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.5909%2C8.7544%20L6.3949%2C8.9514%20L6.4919%2C10.4414%20C6.4589%2C10.4434%206.4259%2C10.4464%206.3929%2C10.4504%20L6.2149%2C9.0904%20L6.0539%2C9.2514%20L6.2959%2C10.4664%20C6.0969%2C10.5064%205.9119%2C10.5844%205.7489%2C10.6934%20L5.0609%2C9.6634%20L4.8339%2C9.6634%20L5.6689%2C10.7514%20C5.6429%2C10.7714%205.6169%2C10.7924%205.5919%2C10.8144%20L4.6079%2C9.6914%20L4.3289%2C9.6914%20L4.3289%2C9.9694%20L5.4519%2C10.9544%20C5.4299%2C10.9794%205.4089%2C11.0044%205.3889%2C11.0304%20L4.3009%2C10.1954%20L4.3009%2C10.4224%20L5.3309%2C11.1114%20C5.2229%2C11.2744%205.1439%2C11.4584%205.1049%2C11.6574%20L3.8899%2C11.4154%20L3.7289%2C11.5764%20L5.0889%2C11.7554%20C5.0849%2C11.7884%205.0809%2C11.8204%205.0789%2C11.8544%20L3.5889%2C11.7564%20L3.3919%2C11.9534%20L3.5889%2C12.1504%20L5.0789%2C12.0524%20C5.0809%2C12.0854%205.0849%2C12.1184%205.0889%2C12.1504%20L3.7289%2C12.3304%20L3.8899%2C12.4904%20L5.1049%2C12.2494%20C5.1439%2C12.4474%205.2219%2C12.6324%205.3309%2C12.7954%20L4.3009%2C13.4834%20L4.3009%2C13.7104%20L5.3889%2C12.8754%20C5.4089%2C12.9014%205.4299%2C12.9274%205.4519%2C12.9524%20L4.3289%2C13.9374%20L4.3289%2C14.2144%20L4.6079%2C14.2144%20L5.5919%2C13.0924%20C5.6169%2C13.1134%205.6429%2C13.1344%205.6689%2C13.1554%20L4.8339%2C14.2434%20L5.0609%2C14.2434%20L5.7499%2C13.2124%20C5.9119%2C13.3214%206.0969%2C13.4004%206.2959%2C13.4394%20L6.0539%2C14.6544%20L6.2149%2C14.8154%20L6.3929%2C13.4554%20C6.4259%2C13.4604%206.4589%2C13.4624%206.4919%2C13.4654%20L6.3949%2C14.9554%20L6.5909%2C15.1514%20L6.7879%2C14.9554%20L6.6909%2C13.4654%20C6.7229%2C13.4624%206.7569%2C13.4604%206.7889%2C13.4554%20L6.9679%2C14.8154%20L7.1289%2C14.6544%20L6.8869%2C13.4394%20C7.0859%2C13.4004%207.2709%2C13.3214%207.4329%2C13.2124%20L8.1209%2C14.2434%20L8.3479%2C14.2434%20L7.5139%2C13.1554%20C7.5399%2C13.1344%207.5649%2C13.1134%207.5899%2C13.0924%20L8.5749%2C14.2144%20L8.8529%2C14.2144%20L8.8529%2C13.9374%20L7.7299%2C12.9524%20C7.7519%2C12.9274%207.7729%2C12.9014%207.7929%2C12.8754%20L8.8819%2C13.7104%20L8.8819%2C13.4834%20L7.8509%2C12.7954%20C7.9599%2C12.6324%208.0379%2C12.4474%208.0769%2C12.2494%20L9.2929%2C12.4904%20L9.4529%2C12.3304%20L8.0929%2C12.1504%20C8.0979%2C12.1184%208.1009%2C12.0854%208.1029%2C12.0524%20L9.5929%2C12.1504%20L9.7899%2C11.9534%20L9.5929%2C11.7564%20L8.1029%2C11.8544%20C8.1009%2C11.8204%208.0979%2C11.7884%208.0929%2C11.7554%20L9.4529%2C11.5764%20L9.2929%2C11.4154%20L8.0769%2C11.6574%20C8.0379%2C11.4584%207.9599%2C11.2744%207.8509%2C11.1114%20L8.8819%2C10.4224%20L8.8819%2C10.1954%20L7.7929%2C11.0304%20C7.7729%2C11.0044%207.7519%2C10.9794%207.7299%2C10.9544%20L8.8529%2C9.9694%20L8.8529%2C9.6914%20L8.5749%2C9.6914%20L7.5899%2C10.8144%20C7.5649%2C10.7924%207.5399%2C10.7714%207.5129%2C10.7514%20L8.3479%2C9.6634%20L8.1209%2C9.6634%20L7.4329%2C10.6934%20C7.2699%2C10.5844%207.0859%2C10.5064%206.8869%2C10.4664%20L7.1289%2C9.2514%20L6.9679%2C9.0904%20L6.7889%2C10.4504%20C6.7569%2C10.4464%206.7229%2C10.4434%206.6909%2C10.4414%20L6.7879%2C8.9514%20L6.5909%2C8.7544%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23FAD018%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--ca {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20CA%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-CA%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22CA%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C3.1%20C1.6%2C5.3%200%2C8.5%200%2C12%20C0%2C15.5%201.5%2C18.7%204%2C20.9%20L4%2C3.1%20Z%22%20id%3D%22Path%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20%2C20.9%20C22.5%2C18.7%2024%2C15.5%2024%2C12%20C24%2C8.5%2022.4%2C5.3%2020%2C3.1%20L20%2C20.9%20Z%22%20id%3D%22Path%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C20.9%20C6.1%2C22.8%208.9%2C24%2012%2C24%20C15.1%2C24%2017.9%2C22.8%2020%2C20.9%20L20%2C3.1%20C17.9%2C1.2%2015.1%2C0%2012%2C0%20C8.9%2C0%206.1%2C1.2%204%2C3.1%20L4%2C20.9%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20fill%3D%22%23E8232E%22%20fill-rule%3D%22nonzero%22%20points%3D%2211.6%2015.7%2011.6%2019.4%2012.2%2019.4%2012.2%2015.6%2015.6%2016.3%2015.2%2015.2%2018.5%2012.1%2017.6%2011.9%2018.2%209.6%2016.3%2010%2015.9%208.9%2014.1%2010.7%2014.6%206.6%2013.4%207.1%2011.9%204.6%2010.6%207.2%209.2%206.4%209.9%2010.7%208%208.8%207.8%2010%205.8%209.5%206.5%2011.7%205.5%2012.1%208.7%2014.9%208.2%2016.1%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.tutorial-title {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .tutorial-title {
    margin-bottom: 10vh;
    font-size: 34px;
    font-weight: normal;
  }
}
.tutorial-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tutorial-box::-webkit-scrollbar {
  display: none;
}
.tutorial-box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .tutorial-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .tutorial-box-item {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tutorial-box-item-media-wrap {
  display: block;
  position: relative;
  min-height: 330px;
}
.tutorial-box-item-media-wrap:first-child {
  margin-top: 44px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-media-wrap:first-child {
    margin-top: 34px;
  }
}
@media (min-width: 768px) {
  .tutorial-box-item-media-wrap {
    min-height: 630px;
  }
}
@media (min-width: 1200px) {
  .tutorial-box-item-media-wrap {
    min-height: 330px;
    margin-top: 34px;
    width: 45%;
  }
}
.tutorial-box-item-media {
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .tutorial-box-item-media {
    margin-bottom: 0;
    width: 100%;
  }
  .tutorial-box-item-media--image {
    width: 38%;
  }
}
.tutorial-box-item-media__warehouses__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.tutorial-box-item-media__warehouses__back {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 85%;
  height: auto;
}
.tutorial-box-item-media__warehouses__front {
  position: absolute;
  top: 20%;
  left: 0;
  width: 40%;
  height: auto;
}
.tutorial-box-item-media__shop__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.tutorial-box-item-media__shop__back {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 60%;
  height: auto;
}
.tutorial-box-item-media__shop__front {
  position: absolute;
  top: 10%;
  left: 0;
  width: 40%;
  height: auto;
}
.tutorial-box-item-media-media-container {
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
}
.tutorial-box-item__flow {
  padding-top: 44px;
}
@media (min-width: 1200px) {
  .tutorial-box-item__flow {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .tutorial-box-item__flow .tutorial-box-item-media-wrap {
    width: 38%;
  }
}
.tutorial-box-item__flow > .tutorial-box-item-media {
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
  margin-top: 44px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-content {
    padding-left: 48px;
    padding-right: 120px;
    width: 55%;
    min-width: 55%;
    overflow-y: hidden;
  }
}
.tutorial-box-item-slogan {
  font-size: 24px;
  color: #F56A00;
  padding: 16px 0 8px 0;
  margin-top: 40px;
  margin-bottom: 16px;
  background-image: url(../img/index_dots.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
}
@media (min-width: 1200px) {
  .tutorial-box-item-slogan {
    font-size: 34px;
    padding-top: 0;
    margin-top: 0;
  }
}
.tutorial-box-item-slogan-text:after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #F56A00;
  border-radius: 15px;
  margin-bottom: 7px;
  margin-left: 4px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-slogan-text:after {
    width: 40px;
  }
}
.tutorial-box-item-title {
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-title {
    font-size: 24px;
    font-weight: normal;
  }
}
.tutorial-box-item-desc {
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.index-link {
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  display: inline;
}
.index-link:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}
.tutorial-box-item-link {
  display: inline-block;
}
.support-title {
  margin-bottom: 52px;
}
@media (min-width: 1200px) {
  .support-title {
    margin-bottom: 10vh;
    font-size: 34px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .support-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.support-box + .support-box {
  margin-top: 84px;
}
@media (min-width: 1200px) {
  .support-box + .support-box {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .support-box {
    width: 31%;
  }
}
.support-box-media-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 70%;
}
.support-box-media {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: auto;
}
.support-box-slogan {
  padding-bottom: 12px;
  margin-bottom: 16px;
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.85);
}
.support-box-slogan .text-subtitle-lg {
  position: relative;
  padding-bottom: 12px;
}
.support-box-slogan .text-subtitle-lg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .support-box-slogan .text-subtitle-lg:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .support-box-slogan {
    text-align: center;
  }
  .support-box-slogan .text-subtitle-lg {
    font-size: 24px;
  }
}
.support-box-desc {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 1200px) {
  .support-box-desc {
    text-align: center;
  }
}
.support-box-link {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .support-box-link {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .promote-gallery-warp {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
  }
}
.blog-title--m {
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .blog-title--m {
    display: none;
  }
}
.blog-title--pc {
  display: none;
}
@media (min-width: 1200px) {
  .blog-title--pc {
    display: block;
    margin-bottom: 66px;
  }
}
@media (min-width: 1200px) {
  .blog-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-latest {
  padding-bottom: 56px;
}
.blog-latest .bs-vertical-card + .bs-vertical-card {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .blog-latest .bs-vertical-card + .bs-vertical-card {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .blog-latest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-latest .bs-vertical-card {
    margin-right: 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.blog-discount {
  position: relative;
  overflow: hidden;
}
.blog-discount .bs-horizontal-card {
  padding: 3px;
}
.blog-discount .bs-horizontal-card + .bs-horizontal-card {
  margin-top: 24px;
}
.dialog__download .bs-dialog-full-container {
  max-width: 1200px;
}
.dialog__download .bs-download {
  width: 100%;
}
@media (min-width: 1200px) {
  .dialog__download .bs-download {
    min-width: 80vw;
  }
}
.dialog__download .bs-download-pc {
  margin-top: -62px;
}
.main__banner {
  position: relative;
  height: 100%;
}
@media (min-width: 1200px) {
}
.main__banner__media {
  height: 100%;
}
.main__banner__media__background {
  width: 100%;
  height: auto;
}
.main__banner__media__background--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .main__banner__media__background--desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main__banner__media__background--mobile {
    display: none;
  }
}
.main__banner__media__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .main__banner__media__image {
    height: 600px;
    max-height: 64vh;
  }
}
.main__banner__content {
  position: relative;
  width: 100vw;
  height: 187px;
  background-color: #F6F6F6;
  padding: 16px;
}
@media (min-width: 1200px) {
  .main__banner__content {
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 420px;
    height: 328px;
    background-color: #ffffff;
    padding: 28px;
  }
}
.main__banner__content__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
  max-height: 64px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .main__banner__content__title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.25px;
    font-weight: normal;
    color: #262626;
    max-height: 138px;
    overflow: hidden;
  }
}
.main__banner__content__text {
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-weight: bold;
  color: rgba(38, 38, 38, 0.6);
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .main__banner__content__text {
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
  }
}
.main__banner__content__action {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 32px);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .main__banner__content__action {
    bottom: 28px;
    width: auto;
    overflow: hidden;
  }
}
.index .main__banner__media {
  background-color: #F6F6F6;
}
.index .bs-global-image {
  height: 100%;
  width: 100%;
}
.index .bs-global-image > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 38px;
}
@media (min-width: 1200px) {
  .index .bs-global-image {
    max-width: 80vw;
    margin: 0 auto;
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .index .bs-global-image > img {
    width: 50%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .index .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.index .feature-list__card {
  margin: 24px auto 0;
  max-height: 88px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.index .feature-list__card:last-child {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .index .feature-list__card {
    margin: 20px 0;
  }
  .index .feature-list__card:last-child {
    margin: 20px 0;
  }
  .index .feature-list__card + .feature-list__card:before {
    content: '';
    height: 38px;
    width: 1px;
    background-color: rgba(38, 38, 38, 0.1);
    -webkit-transform: translate(-16px, 50%);
            transform: translate(-16px, 50%);
  }
}
.index .feature-list__card__icon {
  margin-right: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.index .feature-list__card__icon.feature-list__card__icon--delivery {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.208%204.577c.162%200%20.314.08.408.211l2.292%203.244c.06.084.092.187.092.29v7.011a.501.501%200%2001-.5.501h-.848v.02A2.144%202.144%200%200116.516%2018a2.143%202.143%200%2001-2.134-2.147v-.019h-2.86v.02A2.144%202.144%200%20019.385%2018a2.144%202.144%200%2001-2.136-2.147v-.019l-.534.024A2.143%202.143%200%20014.58%2018a2.143%202.143%200%2001-2.136-2.147v-.019H.5a.5.5%200%20010-1.003h2.444a.5.5%200%2001.5.502v.52c0%20.63.51%201.144%201.136%201.144.626%200%201.135-.514%201.135-1.144l.005-.525a.502.502%200%2001.5-.497h1.53c.276%200%20.501.224.501.502v.52c0%20.63.51%201.144%201.135%201.144s1.134-.514%201.134-1.144v-.52a.5.5%200%2001.5-.502h3.862c.276%200%20.501.224.501.502v.52c0%20.63.507%201.144%201.133%201.144.625%200%201.135-.514%201.135-1.144v-.52a.5.5%200%2001.5-.502c.02%200%20.035.01.054.012.018-.003.035-.012.055-.012H19V8.482L16.947%205.58h-.656l-.057%208.17a.501.501%200%2001-1-.009l.06-8.666a.501.501%200%2001.501-.498zM14.066%200c.27%200%20.484.248.484.56v13.101c0%20.301-.215.559-.484.559H2.641c-.268%200-.494-.258-.494-.559V9.143c0-.301.237-.538.537-.538h1.074c.3%200%20.537.237.537.538a.533.533%200%2001-.537.538h-.536v3.421h10.34V1.119H3.222v1.57a.533.533%200%2001-.538.538H.537A.532.532%200%20010%202.689c0-.301.236-.538.537-.538h1.61V.56c0-.312.226-.56.494-.56zM4.5%207a.5.5%200%20010%201h-4a.5.5%200%20010-1zm3%200a.5.5%200%20010%201h-1a.5.5%200%20010-1zm2-2a.5.5%200%20010%201h-7a.5.5%200%20010-1z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.index .feature-list__card__icon.feature-list__card__icon--fee {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.858%206.817c5.436%200%209.858%204.423%209.858%209.858a.499.499%200%2011-1%200c0-4.884-3.973-8.858-8.858-8.858C4.973%207.817%201%2011.79%201%2016.675a.5.5%200%2011-1%200c0-5.435%204.422-9.858%209.858-9.858zm3.469%206.208a.5.5%200%2011.693.721l-3.411%203.29a.497.497%200%2001-.707-.014.5.5%200%2001.014-.707zM3.38%2011.177a.5.5%200%2001.707%200l.621.621a.5.5%200%2001-.707.707l-.62-.62a.5.5%200%20010-.708zm12.079-.22a.5.5%200%2001.706.707l-.62.621a.5.5%200%2011-.707-.707zM9.857%208.158a.5.5%200%2001.5.5v.878a.5.5%200%2001-1%200v-.878a.5.5%200%2001.5-.5zM12.526.201a.5.5%200%2001.803.597l-3.07%204.127a.501.501%200%2001-.371.2l-.03.001a.5.5%200%2001-.364-.157L7.704%203.07a.499.499%200%2011.728-.685l1.38%201.464z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.index .feature-list__card__icon.feature-list__card__icon--service {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2217%22%20height%3D%2221%22%20viewBox%3D%220%200%2017%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.243%2014.97c3.432-2.604%205.031-2.265%204.719-.91-.099.423-4.98%205.77-6.285%205.847-.681.052-4.113-.928-5.474-1.319L3.096%2020.02a.5.5%200%2001-.261.07.532.532%200%2001-.326-.122c-.02-.026-.038-.043-.057-.069%200%200-2.378-2.977-2.387-2.986A.488.488%200%20010%2016.688c0-.156.084-.286.205-.364.028-.009%203.674-2.092%206.341-2.135%201.753-.017%203.17.642%204.569%201.293%200%200%201.315.46%201.091%201.431-.084.365-.467.73-1.193.686-.765-.052-2.425-.529-3.246-.78-.018-.009-.046-.018-.065-.027a.446.446%200%2001-.289-.399c0-.027%200-.06.01-.087l.027-.078a.483.483%200%2001.522-.26c.886.26%202.462.686%203.106.764.251.025.298-.105.186-.209l-.569-.26c-1.351-.634-2.657-1.24-4.131-1.206-2.042.034-4.457%201.231-5.418%201.753l1.791%202.247%202.098-1.423.215.061c2.321.676%204.932%201.336%205.371%201.344.643-.06%203.309-2.637%205.371-5.024.037-.043.186-.225-.075-.208-.429.035-1.743.816-3.086%201.822-.019.027-.047.044-.075.061a.468.468%200%2001-.252.07c-.251%200-.466-.19-.466-.435%200-.112.056-.225.14-.303a.168.168%200%2001.065-.052zM10%200c3.847%200%206.977%203.141%206.977%207%200%203.86-3.13%207-6.977%207-3.848%200-6.978-3.14-6.978-7%200-3.859%203.13-7%206.978-7zm-.351%2010.695c-.704.016-1.404.076-2.085.19.509%201.28%201.251%202.168%202.085%202.366zm.702%200v2.556c.833-.198%201.577-1.086%202.084-2.366-.68-.114-1.38-.174-2.084-.19zm-3.496.338c-.457.103-.899.228-1.327.376a6.292%206.292%200%20002.434%201.54c-.438-.496-.814-1.145-1.107-1.916zm6.289%200c-.293.771-.669%201.42-1.106%201.916a6.292%206.292%200%20002.434-1.54%2012.411%2012.411%200%2000-1.328-.376zm-6.962-3.68H3.743a6.262%206.262%200%20001.291%203.482%2012.628%2012.628%200%20011.594-.471%2011.945%2011.945%200%2001-.446-3.011zm10.076%200h-2.441a11.901%2011.901%200%2001-.445%203.011c.551.127%201.085.28%201.594.471a6.278%206.278%200%20001.292-3.482zm-6.609%200H6.884a11.06%2011.06%200%2000.446%202.854%2015.344%2015.344%200%20012.319-.216V7.353zm3.467%200h-2.765v2.638c.783.017%201.563.083%202.319.216.257-.85.416-1.823.446-2.854zM5.039%203.159a6.259%206.259%200%2000-1.296%203.489h2.439c.029-1.094.184-2.117.448-3.013a13.037%2013.037%200%2001-1.591-.476zm2.291.635c-.257.85-.416%201.822-.446%202.854h2.765V4.017a14.863%2014.863%200%2001-2.319-.223zm5.34%200c-.752.137-1.531.205-2.319.223v2.631h2.765a11.053%2011.053%200%2000-.446-2.854zm2.291-.635c-.509.191-1.042.347-1.591.476.264.896.419%201.919.447%203.013h2.441a6.275%206.275%200%2000-1.297-3.489zM9.649.75c-.831.197-1.574%201.082-2.081%202.356.68.114%201.379.174%202.081.19zm.702%200v2.546a14.62%2014.62%200%20002.081-.19C11.925%201.832%2011.181.947%2010.351.75zm-2.389.302a6.296%206.296%200%2000-2.427%201.531c.427.148.868.273%201.324.375.292-.766.667-1.413%201.103-1.906zm4.076%200c.435.493.81%201.14%201.102%201.906.457-.102.899-.227%201.325-.375a6.296%206.296%200%2000-2.427-1.531z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.index .feature-list__card__icon.feature-list__card__icon--support {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%200c3.87%200%207%202.97%207%206.63V9c1.66%200%203%201.34%203%203s-1.34%203-3%203v.5c0%20.28-.22.5-.5.5h-6c-.28%200-.5-.22-.5-.5s.22-.5.5-.5H16V6.63C16%203.5%2013.31.95%2010%20.95S4%203.5%204%206.63V15H3c-1.66%200-3-1.34-3-3s1.34-3%203-3V6.63C3%202.97%206.13%200%2010%200zm7%2010v4c1.1%200%202-.9%202-2s-.9-2-2-2zM3%2010c-1.1%200-2%20.9-2%202s.9%202%202%202zm4-.98a1%201%200%20110%201.999%201%201%200%20010-2zM13%209a1%201%200%20110%202%201%201%200%20010-2zM9.887%201.89s2.66.1%204%202.12c1.15%201.72.88%203.57.7%204.52%200%200-1.87-.84-3.35-3.13C10.45%204.197%2010%202.376%209.906%201.971zm-.137%200S9.29%204.04%208.4%205.4C6.92%207.69%205.05%208.53%205.05%208.53c-.18-.95-.45-2.8.7-4.52%201.34-2.02%204-2.12%204-2.12zm1.567%201.34c.19.55.44%201.15.75%201.63a8.81%208.81%200%20001.68%201.9c-.03-.7-.21-1.47-.69-2.19-.46-.69-1.13-1.1-1.74-1.34zm-2.997%200c-.61.24-1.28.65-1.74%201.34-.48.72-.66%201.49-.69%202.19a8.81%208.81%200%20001.68-1.9c.31-.48.56-1.08.75-1.63z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.index .feature-list__card__content__title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  max-height: 24px;
  overflow: hidden;
}
.index .feature-list__card__content__desc {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 1.5;
  max-height: 48px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .index-login .bs-container {
    min-width: auto;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .index-login .bs-tutorial-card {
    min-height: 356px;
  }
}
@media (min-width: 1200px) {
  .index-login .tutorial-box {
    margin-top: 48px;
  }
}
.index-login .article-section {
  position: relative;
  padding: 64px 0 0 0;
}
.index-login .article-section--padding {
  padding-top: 40px;
}
.index-login .article-section:after {
  content: none;
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0px;
  left: 0px;
  background: white;
}
@media (min-width: 1200px) {
  .index-login .article-section:after {
    content: '';
  }
}
@media (min-width: 1200px) {
  .index-login .article-section {
    padding: 48px 0 88px 0;
  }
}
.index-login .article-section .article-section__tutorial {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .article-section .article-section__tutorial {
    display: block;
  }
}
.index-login .article-section .section__viewall {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .index-login .article-section .section__viewall {
    margin-top: 0;
  }
}
.index-login .article-section__welcome {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .article-section__welcome {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.25px;
    font-weight: normal;
    color: #262626;
    display: block;
  }
}
@media (min-width: 1200px) {
  .index-login .article-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-login .article-section__header__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
}
@media (min-width: 1200px) {
  .index-login .article-section__header__title {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: 600;
  }
}
.index-login .article-section__header__link {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
}
.index-login .article-section__header__link:hover {
  color: #F56A00;
}
.index-login .article-section__header__link:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23FF9E1B%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}
@media (min-width: 1200px) {
  .index-login .article-section__header__link:after {
    top: 50%;
  }
}
.index-login .article-section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .index-login .article-section__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    margin: 40px -8px 0 -8px;
  }
}
.index-login .article-section__main .bs-tutorial-blank {
  height: 200px;
}
@media (min-width: 1200px) {
  .index-login .article-section__main .bs-tutorial-blank {
    height: 100%;
  }
}
.index-login .article-section__list {
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-bottom: 8px;
  padding-left: 0;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px) {
  .index-login .article-section__list {
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .index-login .article-section__list::-webkit-scrollbar {
    display: none;
  }
}
.index-login .article-section__list .article-section__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  scroll-snap-align: start;
}
@media (min-width: 1200px) {
  .index-login .article-section__list .article-section__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    border-width: 8px;
    border-color: transparent;
    border-style: solid;
  }
}
.index-login .article-section__list .article-section__list__item--onboard {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .article-section__list .article-section__list__item {
    display: block;
  }
}
.index-login .article-section__list .article-section__list__item + .article-section__list__item {
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .index-login .article-section__list .article-section__list__item + .article-section__list__item {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .index-login .article-section__list {
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.index-login .article-section__tutorial {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .index-login .article-section__tutorial {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 1200px) {
  .index-login .article-section__tutorial {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 33.3%;
    height: 50%;
    border-width: 8px;
    border-color: transparent;
    border-style: solid;
  }
}
.index-login .tutorial-section {
  position: relative;
  padding: 116px 0 36px 0;
}
.index-login .tutorial-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
}
@media (min-width: 1200px) {
  .index-login .tutorial-section:after {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .index-login .tutorial-section {
    padding: 136px 0;
  }
}
.index-login .tutorial-section__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
  margin-bottom: 0;
}
.index-login .tutorial-section__title--pc {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__title--pc {
    display: block;
    font-size: 34px;
    margin-bottom: 8px;
  }
}
.index-login .tutorial-section__title--mobile {
  display: block;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__title--mobile {
    display: none;
  }
}
.index-login .tutorial-section__subtitle {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__subtitle {
    margin-top: 8px;
  }
}
.index-login .tutorial-section__subtitle--pc {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__subtitle--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.index-login .tutorial-section__subtitle--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__subtitle--mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__subtitle__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.index-login .benifit-section {
  position: relative;
  padding: 64px 0 36px 0;
}
.index-login .benifit-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
}
@media (min-width: 1200px) {
  .index-login .benifit-section:after {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .index-login .benifit-section {
    padding: 156px 0 160px 0;
  }
}
.index-login .support-container {
  margin-top: 52px;
}
@media (min-width: 1200px) {
  .index-login .support-container {
    margin-top: 88px;
  }
}
.index-login .onboard-section {
  display: block;
  padding: 64px 0 0 0;
}
@media (min-width: 1200px) {
  .index-login .onboard-section {
    padding: 88px 0 0 0;
    display: none;
  }
}
.index-login .onboard-section .bs-tutorial-card-container {
  margin: 0;
}
.index-login .bs-tutorial-card-container {
  overflow: hidden;
}
.index-login .bs-side,
.index-login .bs-drawer-panel {
  z-index: 950;
}
.dialog__download .bs-dialog-full-container {
  max-width: 1200px;
}
.dialog__download .bs-download {
  width: 100%;
}
@media (min-width: 1200px) {
  .dialog__download .bs-download {
    min-width: 75vw;
  }
}
.dialog__download .bs-download-pc {
  margin-top: -62px;
}
.product-sharing-section {
  margin-top: 40px;
  padding: 0;
}
@media (min-width: 1200px) {
  .product-sharing-section {
    margin-top: 47px;
  }
}
.product-sharing-section__wrapper {
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .product-sharing-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-sharing-section__wrapper__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
}
.product-sharing-section__wrapper .section__viewall {
  margin-top: 20px;
}
.product-sharing-section .bs-product-sharing-post-list__content {
  padding: 27px 17.5px 0 17.5px;
}
@media (min-width: 1200px) {
  .product-sharing-section .bs-product-sharing-post-list__content {
    padding: 48px 17.5px 0 17.5px;
  }
}
.product-sharing-section .bs-product-sharing-post-list__view-more-wrapper {
  margin: 40px auto 64px auto;
}
@media (min-width: 1200px) {
  .product-sharing-section .bs-product-sharing-post-list__view-more-wrapper {
    margin-top: 88px;
    margin-bottom: 112px;
  }
}

