/** Shopify CDN: Minification failed

Line 22:51 Unexpected "{"
Line 234:7 Expected "{" but found end of file

**/
.banner-card .grid__item {
  flex: 0 0 calc(50% - 15px);
}
@media (max-width: 767px) {
  .banner-card .grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-card .grid__item .card-wrapper > a,
.banner-card .grid__item .card-wrapper > div  {
  display: flex;
  background: #fff;
  position: relative;
}
.banner-card .grid__item .card-wrapper > a:before, {
  position: absolute;
  content: "MORE";
  right: 32px;
  bottom: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.banner-card .grid__item .card-wrapper > a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  right: 22px;
  bottom: 23px;
}
.banner-card .grid {
  gap: 30px 30px;
}
@media (max-width: 767px) {
  .banner-card .grid {
    gap: 15px;
  }
}
.banner-card .blog__image {
  max-width: 135px;
}
@media (max-width: 767px) {
  .banner-card .blog__image {
    max-width: 120px;
  }
}
.banner-card p.a-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .banner-card p.a-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
  }
}
.banner-card p.a-content {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .banner-card p.a-content {
    display: none;
  }
}
.banner-card .card-wrapper span {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .banner-card .card-wrapper span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
  }
}
.banner-card .card-wrapper div.text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.sale .collection__title.title-wrapper {
  margin-bottom: 30px;
}
.sale .collection__title {
  text-align: center;
  max-width: 100%;
  width: 100%;
  background-image: url(https://cdn.shopify.com/s/files/1/0686/2965/9959/files/sec9_bg.png?v=1670917563);
  background-repeat: repeat;
  background-size: 70px;
  background-position: top center;
  padding: 22px 0 25px;
}
@media (max-width: 767px) {
  .sale .collection__title {
    padding: 13px 0 !important;
  }
}
.sale .collection__title .title.h0 {
  font-family: Roboto;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sale .collection__title .title.h0 {
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    margin-bottom: 0;
  }
}
.sale .collection__title .collection__description.body {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sale .collection__title .collection__description.body {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
  }
}

div.banner-card .card-wrapper div.text-wrapper {
  padding: 24px 20px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  div.banner-card .card-wrapper div.text-wrapper {
    padding: 24px 18px;
    padding-right: 32px;
  }
}
div.banner-card .grid__item .card-wrapper > a:before {
  display: none;
}
div.banner-card .grid__item .card-wrapper > a:after {
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  div.banner-card .grid__item .card-wrapper > a:after {
    right: 15px;
  }
}
div.banner-card .card-wrapper .text-wrapper p.a-title {
  margin-top: 10px;
  color: #1B1B1B;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  div.banner-card .card-wrapper .text-wrapper p.a-title {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
  }
}
div.banner-card .card-wrapper .text-wrapper p.a-content {
  color: #1B1B1B;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  div.banner-card .card-wrapper .text-wrapper p.a-content {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    display: block;
  }
}
@media (max-width: 767px) {
  div.banner-card .grid {
    gap: 20px;
  }
}
div.banner-card .grid__item .card-wrapper > a {
  border: 1px solid #fff;
}
div.banner-card .blog__image {
  max-width: 175px;
  aspect-ratio: 175/135;
  object-fit: cover;
}
@media (max-width: 767px) {
  div.banner-card .blog__image {
    max-width: 120px;
    aspect-ratio: 1;
  }
}　　