.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; }

.product-page__gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 32px; }

.product-page__stickers {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px; }

.product-page__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .product-page__info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .product-page__info-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .product-page__info-left {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        margin-bottom: 0;
        margin-right: 24px; } }
  .product-page__info-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media (min-width: 992px) {
      .product-page__info-right {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; } }

.product-page__price {
  margin-bottom: 1rem;
  font-family: "Montserrat", Arial, sans-serif; }
  .product-page__price-desc {
    color: #8a8a8a;
    font-size: 0.9rem; }
  .product-page__price .new {
    display: block;
    color: #523c30;
    font-size: 1.5rem;
    font-weight: 600; }
    @media (min-width: 992px) {
      .product-page__price .new {
        font-size: 2rem; } }
  .product-page__price .old {
    display: inline-block;
    margin-top: 4px;
    position: relative;
    font-size: 1rem;
    color: #8a8a8a; }
    @media (min-width: 992px) {
      .product-page__price .old {
        font-size: 1.2rem; } }
    .product-page__price .old::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background-color: #8a8a8a; }

.product-page__button {
  width: 100%; }

.product-page__subtitle {
  margin-bottom: 1.2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1; }
  .product-page__subtitle.center {
    text-align: center; }

.product-page__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .product-page__contact {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .product-page__contact-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f2ee;
    border-radius: 2px; }
    @media (min-width: 992px) {
      .product-page__contact-left {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        margin-bottom: 0;
        margin-right: 24px; } }
  .product-page__contact-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    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; }
    @media (min-width: 992px) {
      .product-page__contact-right {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; } }
  .product-page__contact-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 1rem 1.5rem;
    color: #111111;
    background: rgba(163, 82, 99, 0.1);
    border: none;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-align: left; }
    .product-page__contact-button .feather {
      width: 32px;
      min-width: 32px;
      margin-right: 16px;
      color: #523c30; }
    .product-page__contact-button span {
      display: block;
      line-height: 1.25; }
    @media (min-width: 992px) {
      .product-page__contact-button:hover {
        background: rgba(163, 82, 99, 0.2); } }
  .product-page__contact.left .product-page__contact-left {
    margin-right: 0; }
  .product-page__contact.left .product-page__contact-button {
    margin-top: 16px; }

.info-list {
  margin: 0;
  padding: 0; }
  .info-list__point {
    margin-bottom: 8px; }
    .info-list__point:last-child {
      margin-bottom: 0; }
  .info-list__title {
    color: #8a8a8a;
    font-size: 1.1rem; }
  .info-list__name {
    display: inline-block;
    padding-right: 4px;
    color: #8a8a8a; }
  .info-list__value {
    display: inline-block;
    color: #111111; }
  .info-list a {
    text-decoration: underline; }
    @media (min-width: 992px) {
      .info-list a:hover {
        text-decoration: none; } }

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

@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%; }

.have {
  margin-top: 32px; }
  .have__list-point {
    margin-top: 12px; }
  .have__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: #111111;
    padding: 12px 16px;
    background-color: #f8f2ee;
    border: 1px solid transparent; }
    .have__item:hover {
      background-color: #ffffff;
      border-color: #111111; }
    .have__item-body {
      padding-right: 52px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .have__item-title {
      font-size: 1rem;
      font-weight: 500; }
    .have__item:hover .have__item-title {
      text-decoration: none; }
    .have__item-address {
      margin-top: 3px;
      font-size: 0.9rem;
      color: #8a8a8a; }
    .have__item-status {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-weight: 400;
      text-align: right;
      white-space: nowrap;
      font-size: 0.9rem; }
      .have__item-status .status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .have__item-status .status.yes {
          color: #73a704; }
        .have__item-status .status.no {
          color: #8a8a8a; }
        .have__item-status .status .feather {
          display: none;
          margin-right: 8px; }
        .have__item-status .status span {
          margin-left: auto; }
          .have__item-status .status span i {
            display: block;
            color: #8a8a8a;
            font-weight: 300; }

.template--product .fancybox__item {
  border: none; }

.template--product .swiper-gallery {
  position: relative; }

.template--product .swiper--gallery {
  padding: 16px;
  border: 1px solid #e8e8e8; }

.template--product .swiper--thumbs {
  margin-top: 24px;
  padding-top: 0; }
  .template--product .swiper--thumbs .swiper-slide {
    padding: 10px; }
    .template--product .swiper--thumbs .swiper-slide.swiper-slide-thumb-active {
      border-color: #e8e8e8; }

.template--product .swiper--carousel .swiper-container {
  padding: 16px 12px; }

.template--product .tv-table table {
  width: 100%;
  min-width: 0px;
  border: none;
  font-size: 0.9rem; }
  .template--product .tv-table table tr:nth-child(odd) {
    background-color: #f5f5f5; }
  .template--product .tv-table table td {
    border: none;
    width: 50%; }
    .template--product .tv-table table td + td {
      border-left: 1px solid #e8e8e8; }

.template--product .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 32px; }
