@charset "UTF-8";
.search-result {
  padding-bottom: 5.625rem; }
  .search-result__title {
    position: relative;
    margin-top: 2.125rem;
    padding-bottom: 0.5rem;
    color: #000;
    font-weight: 700;
    font-size: 0.9375rem; }
    .search-result__title + .product-list {
      border: none;
      margin-top: 0.625rem; }
    .search-result__title + .event-list {
      margin-top: 1.25rem; }
    .search-result__title::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.4); }
  .search-result .pagination {
    margin: 0.625rem 0 5rem; }
  @media (min-width: 60em) {
    .search-result__title {
      margin-top: 3.75rem;
      padding-bottom: 0.75rem;
      font-size: 1.0625rem;
      font-weight: 400; }
      .search-result__title + .product-list {
        margin-top: 1.25rem; }
      .search-result__title + .event-list {
        margin-top: 2.5rem; } }

.no-result {
  position: relative;
  padding: 7.5rem 10% 5rem;
  font-size: 1.0625rem;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word; }
  .no-result .icon:before {
    content: '\ea21';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -25px;
    color: #767676;
    font-size: 2.5rem;
    line-height: 1; }
  .no-result--heading {
    margin-top: 3.125rem;
    border-top: 1px solid rgba(0, 0, 0, 0.4); }
  @media (min-width: 60em) {
    .no-result {
      max-width: none;
      padding-top: 11.875rem;
      padding-bottom: 7.5rem;
      font-size: 1.1875rem; }
      .no-result .icon:before {
        content: '\ea21';
        display: inline-block;
        font-family: 'icon';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        top: 100px; }
      .no-result--heading {
        margin-top: 5.625rem; } }

.recommend-carousel {
  position: relative;
  margin-top: 0.625rem; }
  .recommend-carousel .swiper-slide {
    text-align: center; }
  .recommend-carousel .swiper-button-prev {
    left: -20px; }
  .recommend-carousel .swiper-button-next {
    right: -20px; }
  .recommend-carousel .swiper-button-disabled {
    pointer-events: auto; }
  @media (min-width: 45em) {
    .recommend-carousel {
      margin-top: 1.25rem; }
      .recommend-carousel .swiper-pagination {
        margin-top: -0.9375rem; }
      .recommend-carousel .swiper-button-prev {
        left: -40px; }
      .recommend-carousel .swiper-button-next {
        right: -40px; } }