.last-view__point {
  margin-bottom: 1rem; }
  .last-view__point:last-child {
    margin-bottom: 0; }

.last-view__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .last-view__item::before {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    z-index: 2;
    pointer-events: none; }
  @media (min-width: 1200px) {
    .last-view__item:hover::before {
      opacity: 1; } }

@media (min-width: 1200px) {
  .last-view__item:hover .last-view__header::before {
    -webkit-animation: 0.5s ease-in-out shine;
            animation: 0.5s ease-in-out shine;
    opacity: 1; } }

.last-view__header {
  position: relative;
  overflow: hidden;
  min-height: 1px;
  margin-right: 16px;
  -ms-flex-preferred-size: 72px;
      flex-basis: 72px;
  min-width: 72px;
  max-width: 72px; }
  .last-view__header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg); }

.last-view__image {
  width: 100%; }

.last-view__title {
  display: block;
  line-height: 1.25;
  font-weight: 500; }

.last-view__desc {
  display: block;
  margin-top: 0.25rem;
  color: #949494;
  font-size: 0.9rem;
  line-height: 1.25; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.category-row {
  margin: 0; }

.category-col {
  padding: 0;
  margin: 0; }

.category-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% + 1px);
  color: #111111;
  padding: 16px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-align: center;
  margin: 0 -1px 0 0; }
  .category-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    z-index: 2;
    pointer-events: none; }
  @media (min-width: 1200px) {
    .category-item:hover::before {
      opacity: 1; }
    .category-item:hover .category-item__header::before {
      -webkit-animation: 0.5s ease-in-out shine;
              animation: 0.5s ease-in-out shine;
      opacity: 1; } }
  .category-item__header {
    position: relative;
    overflow: hidden;
    min-height: 1px;
    margin: 0 auto 16px; }
    .category-item__header::before {
      content: '';
      position: absolute;
      top: 0;
      left: -45%;
      z-index: 2;
      display: block;
      width: 25%;
      height: 100%;
      opacity: 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%);
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg); }
  .category-item__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .category-item__title {
    font-weight: 400; }
    @media (min-width: 1200px) {
      .category-item__title {
        font-size: 1rem; } }
  .category-item.sale .category-item__title {
    background-color: #c70506;
    font-weight: 600;
    color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 3px #ffffff;
            box-shadow: inset 0 0 0 3px #ffffff;
    border: 1px solid #c70509;
    padding: 8px 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 1.2rem; }

@keyframes shine {
  100% {
    left: 125%; } }

.product-row {
  margin: 0 -8px -16px; }

.product-col {
  padding: 0 8px 16px; }
  @media (max-width: 420px) {
    .product-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }

.brand-row {
  margin: 0 -8px -16px; }

.brand-col {
  padding: 0 8px 16px; }

.product-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% + 1px);
  color: #111111;
  padding: 16px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin: 0 -1px 0 0;
  text-align: center; }
  .product-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    z-index: 2;
    pointer-events: none; }
  @media (min-width: 1200px) {
    .product-item:hover::before {
      opacity: 1; }
    .product-item:hover .product-item__header::before {
      -webkit-animation: 0.5s ease-in-out shine;
              animation: 0.5s ease-in-out shine;
      opacity: 1; } }
  .product-item__header {
    position: relative;
    overflow: hidden;
    min-height: 1px; }
    .product-item__header::before {
      content: '';
      position: absolute;
      top: 0;
      left: -45%;
      z-index: 2;
      display: block;
      width: 25%;
      height: 100%;
      opacity: 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%);
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg); }
  .product-item__image {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .product-item__stickers {
    position: absolute;
    left: 0;
    top: 0; }
  .product-item__title {
    display: block;
    margin-top: 0.75rem;
    font-weight: 400;
    line-height: 1.25;
    color: #111111; }
  .product-item__desc {
    display: block;
    margin-top: 0.5rem;
    color: #8a8a8a;
    font-size: 0.9rem;
    line-height: 1.25;
    margin-bottom: auto; }
  .product-item__price {
    font-family: "Montserrat", Arial, sans-serif;
    margin-top: 0.25rem; }
    .product-item__price .new,
    .product-item__price .old {
      display: inline-block; }
      .product-item__price .new span,
      .product-item__price .old span {
        font-size: 120%;
        margin-right: 2px; }
    .product-item__price .new {
      display: block;
      color: #111111;
      font-size: 1rem;
      font-weight: 500;
      margin-right: 8px; }
    .product-item__price .old {
      position: relative;
      font-size: 0.8rem;
      color: #8a8a8a; }
      .product-item__price .old::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #8a8a8a; }
  .product-item__footer {
    margin-top: 12px; }
  .product-item__button {
    width: 100%; }
    @media (min-width: 1200px) {
      .product-item__button {
        opacity: 0; } }
  @media (min-width: 1200px) {
    .product-item:hover .product-item__button {
      opacity: 1; } }

.swiper .product-item {
  margin: 0;
  height: 100%; }

.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px;
  padding-top: 32px; }
  .pagination::before {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    top: 0;
    border-top: 1px solid #e8e8e8; }
  .pagination__point {
    margin: 0 8px 8px; }
  .pagination__link {
    display: block;
    padding: 0.5rem 1rem;
    color: #111111;
    border: 1px solid #e8e8e8;
    border-radius: 2px; }
    @media (min-width: 992px) {
      .pagination__link:hover {
        background-color: rgba(248, 242, 238, 0.5); } }
    .pagination__link--active {
      color: #ffffff !important;
      background-color: #a35263 !important;
      border-color: #a35263; }

.sort {
  padding: 12px;
  margin-bottom: 24px;
  background-color: #f8f2ee; }
  @media (min-width: 576px) {
    .sort {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sort__title {
    display: block;
    font-weight: 400;
    font-size: 0.9rem;
    padding-bottom: 6px; }
    @media (min-width: 992px) {
      .sort__title {
        padding: 0 12px 0 4px; } }
  @media (min-width: 576px) {
    .sort-display {
      padding-right: 16px;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .sort-display {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
  .sort-display__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px; }
    .sort-display__list-point {
      padding: 0 3px; }
  .sort-display__item {
    display: block;
    height: 28px;
    padding: 0 8px;
    background: #ffffff;
    line-height: 26px;
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 2px; }
    .sort-display__item:hover {
      border-color: #a35263;
      background-color: #ffffff; }
    .sort-display__item.active {
      background-color: #a35263;
      border-color: #a35263;
      color: #ffffff !important; }
  @media (min-width: 576px) {
    .sort-sort {
      padding-left: 16px;
      margin-left: auto;
      text-align: right; } }
  @media (min-width: 992px) {
    .sort-sort {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
  .sort-sort .select__input {
    font-size: 0.8rem;
    height: 28px;
    line-height: 26px;
    padding-left: 8px;
    background-color: #ffffff; }

@media (max-width: 575px) {
  .template--category .category-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden; } }

.template--category .category-col {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%; }
  @media (min-width: 576px) and (max-width: 767px) {
    .template--category .category-col {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .template--category .category-col {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      max-width: 20%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .template--category .category-col {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .template--category .category-col {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      max-width: 20%; } }
  @media (min-width: 1400px) {
    .template--category .category-col {
      -ms-flex-preferred-size: 16.666%;
          flex-basis: 16.666%;
      max-width: 16.666%; } }

.template--category .category-item {
  padding: 12px; }
  .template--category .category-item__title {
    line-height: 1.2;
    font-size: 0.85rem;
    font-weight: 500; }

.template--category .pagination {
  margin-top: 32px; }
