/* Page-scoped styles for /sale only (loaded when .mirror-page-sale is present). */

.mirror-page-sale .text-16,
.mirror-page-sale .text-11 {
  padding-top: 12px;
  padding-bottom: 8px;
}

.mirror-page-sale .text-16__inner,
.mirror-page-sale .text-11__inner {
  max-width: 1200px;
}

.mirror-page-sale .text-16 h1,
.mirror-page-sale .text-11 h1,
.mirror-page-sale h1 {
  margin: 0 0 16px;
  font-family: "Golos Text", sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  color: #292929;
  text-align: center;
}

.mirror-page-sale .text-16 p:first-of-type,
.mirror-page-sale .text-11 p:first-of-type {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}

.mirror-page-sale .text-16 p:nth-of-type(2),
.mirror-page-sale .text-11 p:nth-of-type(2) {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.mirror-page-sale .text-16 p:nth-of-type(3),
.mirror-page-sale .text-11 p:nth-of-type(3) {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

.mirror-page-sale .products-pagination {
  padding-top: 8px;
}

.mirror-page-sale .products-list-01-item__new-label {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  max-width: calc(100% - 20px);
  padding: 4px 8px;
  background: #f30000;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.mirror-page-sale .products-list-01-item__content {
  position: relative;
}

.mirror-page-sale .products-list-01-item__price-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.mirror-page-sale .products-list-01-item__old-price {
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
  color: #f30000;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.mirror-page-sale .products-list-01-item__old-price del {
  text-decoration: none;
  color: inherit;
}

.mirror-page-sale .products-list-01-item__current-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}

.mirror-page-sale .products-list-01-item__header {
  margin-top: 10px;
  font-family: Commissioner, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
  color: #131313;
}

.mirror-page-sale .products-list-01-item__header a,
.mirror-page-sale .products-list-01-item__header a div {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 640px) {
  .mirror-page-sale .text-16 h1,
  .mirror-page-sale .text-11 h1,
  .mirror-page-sale h1 {
    font-size: 26px;
  }

  .mirror-page-sale .text-16 p:first-of-type,
  .mirror-page-sale .text-11 p:first-of-type {
    font-size: 16px;
  }

  .mirror-page-sale .products-list-01-item__new-label {
    font-size: 11px;
    left: 6px;
    top: 6px;
    padding: 3px 6px;
  }

  .mirror-page-sale .products-list-01-item__current-price {
    font-size: 14px;
  }
}
