@charset "UTF-8";
.leather-influencer {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
}
.leather-influencer img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.leather-influencer a {
  text-decoration: none;
  color: inherit;
  transition: none;
}
.leather-influencer a:hover {
  opacity: 1;
}
.leather-influencer a img {
  display: inline-block;
  transition: transform 0.3s ease-out;
}
.leather-influencer a:active img,
.leather-influencer a:hover img {
  transform: scale(1.05); /* タッチ時にズーム */
}
.leather-influencer .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.leather-influencer .common__inner.padding-space {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .common__inner.padding-space {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .common__inner.padding-space {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1366px) {
  .leather-influencer .common__inner.padding-space {
    padding-left: 88px;
    padding-right: 88px;
  }
}
.leather-influencer .bgcolour-bk {
  background-color: #000;
  color: #fff;
}
.leather-influencer p {
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .leather-influencer p {
    font-size: 16px;
    letter-spacing: 1.8px;
  }
}
.leather-influencer .bg-layout-colour {
  background: #000;
}
.leather-influencer button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
.leather-influencer figure {
  margin: 0;
}

.leather-influencer .leather-influencer__inner .l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.leather-influencer .leather-influencer__inner .l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.leather-influencer .leather-influencer__inner .l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item.m-lg_8 {
    grid-column: span 8;
  }
}
.leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: 1;
  }
}
.leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item.rev-content-mb {
  order: -1;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item.rev-content-mb {
    order: 0;
  }
}
.leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.leather-influencer .leather-influencer__inner .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}
.leather-influencer .leather-influencer__inner .b-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(100vw - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .b-text_block {
    max-width: calc(100vw - 120px);
  }
}
.leather-influencer .leather-influencer__inner .b-text_block.padding-top-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-text_block.padding-top-bottom {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.leather-influencer .leather-influencer__inner .b-text_block .b-text_block-container {
  width: 100%;
}
.leather-influencer .leather-influencer__inner .b-text_block .b-text_block-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-text_block .b-text_block-container {
    width: var(--width, auto);
  }
}
.leather-influencer .leather-influencer__inner .b-text_block p {
  margin-bottom: 16px;
}
.leather-influencer .leather-influencer__inner .b-text_block p:last-child {
  margin-bottom: 0;
}
.leather-influencer .leather-influencer__inner .b-image_tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.leather-influencer .leather-influencer__inner .b-image_tile .b-image_tile-container {
  width: 100%;
}
.leather-influencer .leather-influencer__inner .b-image_tile .b-image_tile-container .b-image_tile-picture {
  background: transparent;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-image_tile .b-image_tile-container .b-image_tile-picture {
    padding-bottom: var(--bg-padding);
  }
}
.leather-influencer .leather-influencer__inner .b-image_tile .b-image_tile-container .b-image_tile-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position-mb, var(--img-obj-position));
     object-position: var(--img-obj-position-mb, var(--img-obj-position));
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-image_tile .b-image_tile-container .b-image_tile-picture img {
    -o-object-position: var(--img-obj-position);
       object-position: var(--img-obj-position);
  }
}
.leather-influencer .leather-influencer__inner .b-actions {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-actions {
    grid-gap: 32px;
  }
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  min-width: 158px;
}
@media (any-hover: hover) {
  .leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button.hover {
  background: #000;
  color: #fff;
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button.rev-colour {
  border: 1px solid #fff;
  color: #fff;
}
@media (any-hover: hover) {
  .leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button.rev-colour:hover {
    background: #fff;
    color: #000;
  }
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button.rev-colour.hover {
  background: #fff;
  color: #000;
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button.m-link-underline {
  background: transparent;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  height: auto;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  min-width: auto;
  border: none;
  padding: 0;
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button.m-link-underline::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  height: 1px;
  left: 0;
  margin-top: 0.65em;
  right: 0;
  top: 50%;
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button.m-link-underline:hover::before {
    opacity: 0;
  }
}
.leather-influencer .leather-influencer__inner .b-actions .b-actions-item .b-button_ext .b-button.m-link-underline.hover::before {
  opacity: 0;
}
.leather-influencer .leather-influencer__inner .b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.leather-influencer .leather-influencer__inner .b-banner .b-promo_box {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
}
.leather-influencer .leather-influencer__inner .b-banner .b-promo_box .b-promo_box-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
@media screen and (orientation: landscape) {
  .leather-influencer .leather-influencer__inner .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.leather-influencer .leather-influencer__inner .b-banner .b-promo_box .b-promo_box-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position-mb, 50% 50%);
     object-position: var(--img-obj-position-mb, 50% 50%);
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-banner .b-promo_box .b-promo_box-picture img {
    -o-object-position: var(--img-obj-position, 50% 50%);
       object-position: var(--img-obj-position, 50% 50%);
  }
}
@media screen and (orientation: landscape) {
  .leather-influencer .leather-influencer__inner .b-banner .b-promo_box .b-promo_box-picture img {
    -o-object-position: var(--img-obj-position, 50% 50%);
       object-position: var(--img-obj-position, 50% 50%);
  }
}
.leather-influencer .leather-influencer__inner .b-banner .b-promo_box-caption {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 12px;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  justify-content: center;
  align-self: center;
}
.leather-influencer .leather-influencer__inner .b-banner .b-promo_box-caption .b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.leather-influencer .leather-influencer__inner .grid-content .grid-content__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .grid-content .grid-content__inner {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .grid-content .grid-content__inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 80px;
  }
}
.leather-influencer .leather-influencer__inner .b-video_banner {
  display: flex;
  align-items: start;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container {
  display: grid;
  grid-template-columns: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block {
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: calc(100vw - 30px);
  padding: 40px 12px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block {
    padding: 60px 32px;
    max-width: calc(100vw - 64px);
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block {
    padding: 60px 40px;
    max-width: calc(100vw - 120px);
  }
}
@media screen and (min-width: 1366px) {
  .leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block {
    max-width: calc(100vw - 176px);
  }
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block .b-text_block-conatiner {
  font-size: clamp(30px, 6vw, 80px);
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block .b-text_block-conatiner p {
  color: #fff;
  text-transform: uppercase;
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 3.5px;
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block .b-text_block-conatiner p:nth-of-type(1) {
  font-size: 16px;
  margin-bottom: 16px;
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block .b-text_block-conatiner p .mb-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block .b-text_block-conatiner p .mb-only {
    display: none;
  }
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-inner {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding-mb, 100%);
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block {
    padding-bottom: var(--bg-padding, 100%);
  }
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: visibility cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s 0.3s;
  z-index: 3;
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture {
    padding-bottom: var(--bg-padding, 100%);
  }
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position-mb, 50% 50%);
     object-position: var(--img-obj-position-mb, 50% 50%);
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture img {
    -o-object-position: var(--img-obj-position, 50% 50%);
       object-position: var(--img-obj-position, 50% 50%);
  }
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--video-obj-position-mb, 50% 50%);
     object-position: var(--video-obj-position-mb, 50% 50%);
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-item {
    -o-object-position: var(--video-obj-position, 50% 50%);
       object-position: var(--video-obj-position, 50% 50%);
  }
}
.leather-influencer .leather-influencer__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-link {
  position: absolute;
  display: inline-block;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
}
.leather-influencer .leather-influencer__inner .b-video_banner .banner-controls {
  align-items: center;
  background: #000;
  background: linear-gradient(transparent 0%, #000 70%);
  transition: background 1s cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s;
  background-size: 1px 200px;
  bottom: 0;
  display: flex;
  gap: 20px;
  height: 70px;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
@media (any-hover: hover) {
  .leather-influencer .leather-influencer__inner .b-video_banner .banner-controls {
    background: linear-gradient(transparent 0%, #000 70%);
    transition: background 1s cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s;
    background-size: 1px 200px;
  }
  .leather-influencer .leather-influencer__inner .b-video_banner .banner-controls:hover {
    background-size: 1px 100px;
  }
}
.leather-influencer .leather-influencer__inner .b-video_banner .banner-controls .b-video_banner-control {
  align-items: center;
  display: flex;
  font-size: 0;
  height: 28px;
  justify-content: center;
  width: 28px;
  z-index: 3;
}
.leather-influencer .leather-influencer__inner .b-video_banner .banner-controls .b-video_banner-control.hidden {
  display: none;
}
.leather-influencer .leather-influencer__inner .b-video_banner .banner-controls .b-video_banner-control_icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  height: 10px;
  pointer-events: none;
  position: relative;
}
.leather-influencer .leather-influencer__inner .b-video_banner .banner-controls .m-play::before {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 10px;
  pointer-events: none;
  position: relative;
  width: 8px;
  content: "";
  display: inline-flex;
}
.leather-influencer .leather-influencer__inner .b-video_banner .banner-controls .m-pause::before {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 4px;
  content: "";
  display: inline-flex;
}
.leather-influencer .leather-influencer__inner .hot-spots {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  visibility: visible;
}
.leather-influencer .leather-influencer__inner .hot-spots .trigger {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  background-color: transparent;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
}
.leather-influencer .leather-influencer__inner .hot-spots .trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite ease-in-out;
}
.leather-influencer .leather-influencer__inner .hot-spots .trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  z-index: 1;
}
@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.6;
  }
}
@media (any-hover: hover) {
  .leather-influencer .leather-influencer__inner .hot-spots .trigger:hover {
    border-color: #6e6f6f;
  }
  .leather-influencer .leather-influencer__inner .hot-spots .trigger:hover::before {
    border-color: #6e6f6f;
    animation: none;
  }
  .leather-influencer .leather-influencer__inner .hot-spots .trigger:hover::after {
    width: 12px;
    height: 12px;
    background-color: #6e6f6f;
  }
}
.leather-influencer .leather-influencer__inner .hot-spots .trigger.hover, .leather-influencer .leather-influencer__inner .hot-spots .trigger.active {
  border-color: #6e6f6f;
}
.leather-influencer .leather-influencer__inner .hot-spots .trigger.hover::before, .leather-influencer .leather-influencer__inner .hot-spots .trigger.active::before {
  border-color: #6e6f6f;
  animation: none;
}
.leather-influencer .leather-influencer__inner .hot-spots .trigger.hover::after, .leather-influencer .leather-influencer__inner .hot-spots .trigger.active::after {
  height: 12px;
  width: 12px;
  border-color: #6e6f6f;
}
@media (any-hover: hover) {
  .leather-influencer .leather-influencer__inner .hot-spots .trigger:hover {
    transform: scale(1.2);
  }
}
.leather-influencer .leather-influencer__inner .hot-spots .trigger.hover {
  transform: scale(1.3);
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-products {
  display: none;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner {
  width: 60%;
  background-color: #fff;
  bottom: 0;
  left: 0;
  max-width: 387px;
  position: absolute;
  top: 0;
  z-index: 2;
  transform: translateX(-150%);
  transition: transform cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.5s;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner.open {
  transform: translateX(0);
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .trigger-cross {
  color: #fff;
  cursor: pointer;
  height: 40px;
  right: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 2;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .trigger-cross span::after {
  color: #000;
  content: "×";
  display: inline-block;
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox {
  height: 100%;
  overflow-y: auto;
  padding: 55px 15px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  grid-gap: 32px;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox::before {
  border-bottom: 15px solid #fff;
  border-top: 40px solid #fff;
  bottom: 0;
  content: "";
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox::-webkit-scrollbar {
  width: 2px;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox::-webkit-scrollbar-track {
  background-color: #fff;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox .fs_product-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: auto;
  padding-bottom: 40px;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox picture {
  display: block;
  overflow: hidden;
  padding-bottom: 125%;
  position: relative;
  width: 100%;
  background: #ebeae6;
  margin-bottom: 16px;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  -o-object-position: 35% 49%;
     object-position: 35% 49%;
  color: #ebeae6;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox p {
  font-family: "untitled-sans", sans-serif;
  color: #000;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox .product-name {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  overflow: hidden;
  line-height: 1;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox .price {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  font-weight: 500;
  padding-bottom: 16px;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox .price.line-through {
  text-decoration: line-through;
  display: inline-block;
  margin-inline-end: 4px;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox .product:last-of-type p {
  padding-bottom: 0;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner .panel-scrollBox .sale {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  font-weight: 600;
  color: #a90808;
  display: inline-block;
}
.leather-influencer .leather-influencer__inner .hot-spots .panel-conteiner h1 {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 16px;
  line-height: 1;
  font-size: 20px;
}
.leather-influencer .leather-influencer__inner .hot-spots .trigger {
  top: var(--trigger-top-mb, var(--trigger-top));
  left: var(--trigger-left-mb, var(--trigger-left));
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .hot-spots .trigger {
    top: var(--trigger-top);
    left: var(--trigger-left);
  }
}
.leather-influencer .leather-influencer__inner .b-product_tile {
  width: 100%;
  position: relative;
}
.leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-top .b-product_tile-image_link {
  display: block;
  width: 100%;
}
.leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-top .b-product_tile-image_link .b-product_tile-image {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 125%;
  position: relative;
  width: 100%;
}
.leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-top .b-product_tile-image_link .b-product_tile-image img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-title {
  font-family: "times_lt", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-title .b-product_tile-link {
  font-family: "times_lt", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  transition: color cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-title .b-product_tile-link {
    font-size: 16px;
  }
}
.leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-price {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-price {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
.leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-price .b-price-item {
  display: inline-block;
  margin-inline-end: 8px;
  font-family: "times_lt", serif;
  letter-spacing: 0.5px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-price .b-price-item {
    display: inline-block;
    margin-inline-end: 8px;
    font-family: "times_lt", serif;
    letter-spacing: 0.5px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .b-product_tile .b-product_tile-price .b-price-item {
    font-size: 16px;
  }
}
.leather-influencer .leather-influencer__inner .b-action_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.leather-influencer .leather-influencer__inner .mv .mv__inner .b-promo_box-caption {
  align-self: end;
}
@media screen and (orientation: landscape) {
  .leather-influencer .leather-influencer__inner .mv .mv__inner .b-promo_box-caption {
    align-self: center;
  }
}
.leather-influencer .leather-influencer__inner .mv .mv__inner .b-text_block {
  flex-direction: column;
}
.leather-influencer .leather-influencer__inner .mv .mv__inner p {
  text-transform: uppercase;
  color: #fff;
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  font-size: 63.4px;
  line-height: 0.73;
  letter-spacing: -8.36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .mv .mv__inner p {
    font-size: 64px;
    line-height: 53.3px;
    letter-spacing: -8.32px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .mv .mv__inner p {
    font-size: 120px;
    line-height: 0.83;
    letter-spacing: -15.6px;
  }
}
.leather-influencer .leather-influencer__inner .mv .mv__inner p:nth-child(2) {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .mv .mv__inner p:nth-child(2) {
    font-size: 19.7px;
    line-height: 53.3px;
    letter-spacing: -0.99px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .mv .mv__inner p:nth-child(2) {
    font-size: 37px;
    line-height: 2.7;
    letter-spacing: -1.85px;
  }
}
.leather-influencer .leather-influencer__inner .desc-block .desc-block__inner {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .desc-block .desc-block__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .desc-block .desc-block__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.leather-influencer .leather-influencer__inner .desc-block .desc-block__inner p {
  text-align: center;
}
.leather-influencer .leather-influencer__inner .name-block .name-block__inner {
  padding-bottom: 4px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .name-block .name-block__inner {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .name-block .name-block__inner {
    padding-top: 80px;
  }
}
.leather-influencer .leather-influencer__inner .name-block .name-block__inner h2,
.leather-influencer .leather-influencer__inner .name-block .name-block__inner p {
  text-align: center;
}
.leather-influencer .leather-influencer__inner .name-block .name-block__inner h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: -1.9px;
  margin-bottom: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .name-block .name-block__inner h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .name-block .name-block__inner h2 {
    font-size: 70px;
    line-height: 115px;
    letter-spacing: -9.1px;
  }
}
.leather-influencer .leather-influencer__inner .name-block .name-block__inner p {
  font-size: 22px;
  line-height: 34px;
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .name-block .name-block__inner p {
    font-size: 28px;
    line-height: 1.39;
    margin-bottom: 24px;
  }
}
.leather-influencer .leather-influencer__inner .name-block .name-block__inner p:nth-of-type(2) {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .name-block .name-block__inner p:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.leather-influencer .leather-influencer__inner .name-link .name-link__inner a {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
@media (any-hover: hover) {
  .leather-influencer .leather-influencer__inner .name-link .name-link__inner a:hover {
    text-decoration: underline;
  }
}
.leather-influencer .leather-influencer__inner .name-link .name-link__inner a.hover {
  text-decoration: underline;
}
.leather-influencer .leather-influencer__inner .shop-block .shop-block__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .shop-block .shop-block__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .shop-block .shop-block__inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.leather-influencer .leather-influencer__inner .shop-block .shop-block__inner h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .shop-block .shop-block__inner h2 {
    font-size: 24px;
    line-height: 46px;
  }
}
.leather-influencer .leather-influencer__inner .actions-block .actions-blcok__inner {
  padding-bottom: 64px;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .leather-influencer .leather-influencer__inner .actions-block .actions-blcok__inner {
    padding-bottom: 80px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .leather-influencer .leather-influencer__inner .actions-block .actions-blcok__inner {
    padding-bottom: 128px;
    padding-top: 48px;
  }
}/*# sourceMappingURL=F_LeathersStreetStyle_Edits_20251016.css.map */