<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------ Base ------ */
body {
    font-weight: 400;
}

.sg-cn--none,
.sg-none {
    display: none !important;
}

.sg-only {
    display: block;
  }
  
  .tw-only,
  .au-only,
  .th-only,
  .ph-only,
  .jp-only,
  .my-only,
  .hk-only,
  .vn-only,
  .id-only,
  .kh-only,
  .in-only {
    display: none;
  }

  .l-cart {
    padding-bottom: 70px;
  }
  
  @media (max-width: 767px) {
  .l-cart {
    padding-bottom: 40px;
  }
  }

/*----------------
SHINGO AIBA Ã— OWNDAYS EYEWEAR COLLECTION
----------------*/
.l-shingo-aiba__shops {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

.l-shingo-aiba__shops li {
  width: 33%;
}
.l-shingo-aiba__shops li a {
  color: #fff;
}
.l-shingo-aiba__shops li a:hover {
  opacity: 0.6 ;
}
.c-list-decoration li:before{
  content: "ãƒ»";
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 12px;
}

.l-shingo-aiba .l-shingo-aiba__button-gp .l-shingo-aiba__button{
  max-width: 300px;
  width: 300px;
}

@media (max-width: 767px) {
  .l-shingo-aiba__shops li {
      width: 100%;
  }
}</pre></body></html>