/**
 *		Block	photo
 */
.block-photo {
  position: relative; }
  .block-photo .photo-list {
    position: relative; }

.photo-item {
  position: relative;
  width: 100%;
  min-height: 783px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  overflow: hidden; }
  .photo-item--right {
    background-position: bottom right; }
    .photo-item--right:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
  .photo-item__small-height {
    min-height: 260px; }
  .photo-item img {
    width: 100%; }
  .photo-item h2 {
    margin-bottom: 13px; }
    .photo-item h2 span {
      color: #fff; }

.photo-info {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  max-width: 590px;
  max-height: 271px;
  padding: 40px 30px 40px 117px;
  background-color: rgba(35, 31, 32, 0.6);
  color: #fff; }
  .photo-info p {
    margin-bottom: 10px;
    font-family: 'ChronicleDisp', Times New Roman, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: #fff; }
  .photo-info a {
    font-family: 'ChronicleDisp', Times New Roman, serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.4px;
    text-transform: uppercase; }
  .photo-info__center {
    position: relative;
    bottom: auto;
    max-width: 650px;
    max-height: 100%;
    padding: 58px 0 0;
    margin: auto;
    background-color: inherit;
    text-align: center; }
    .photo-info__center h2 {
      margin-bottom: 23px;
      font-family: 'Reforma', Times New Roman, serif;
      font-size: 60px;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 5px; }
    .photo-info__center p {
      font-family: 'ChronicleDisp-R', Times New Roman, serif;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.6; }
  .photo-info__unpainted {
    background-color: inherit; }
    .photo-info__unpainted span.turquoise {
      color: #00b2cb; }

/**
 *		Media	
 */
@media screen and (max-width: 1340px) {
  .photo-info {
    bottom: 140px; }
    .photo-info__center {
      bottom: auto; } 
    .photo-item {
    min-height: 550px; } }
@media screen and (max-width: 630px) {
  .photo-item {
    min-height: 450px; }
    .photo-item__small-height {
      min-height: 260px; }

  .photo-info {
    max-width: 390px;
    padding: 20px 30px 20px 85px; }
    .photo-info__center {
      padding: 40px 0 0; }
    .photo-info a {
      font-size: 12px; }
    .photo-info p {
      font-size: 18px; } }
@media screen and (max-width: 480px) {
  .photo-item {
    min-height: 450px; }
    .photo-item__small-height {
      min-height: 260px; }
    .photo-item h2 {
      font-size: 36px; }
      .photo-item h2 span {
        font-size: 36px; }

  .photo-info {
    top: 120px;
    bottom: auto;
    max-width: 100%;
    padding: 20px 10px 20px 30px; }
    .photo-info__center {
      top: auto; } }
/**
 *		Inner products	
 */
.inner-product-slider ul {
  padding: 0;
  margin: 0; }
.inner-product-slider .slider-products-main {
  position: relative; }
  .inner-product-slider .slider-products-main .arrow {
    z-index: 2;
    position: absolute;
    top: calc(50% + 43px);
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    cursor: pointer; }
    .inner-product-slider .slider-products-main .arrow span {
      display: inline-block;
      width: 21px;
      height: 40px;
      background-image: url(../../img/arow-big.png);
      background-repeat: no-repeat; }
    .inner-product-slider .slider-products-main .arrow__prev {
      left: 47px; }
      .inner-product-slider .slider-products-main .arrow__prev span {
        background-position: center left; }
    .inner-product-slider .slider-products-main .arrow__next {
      right: 47px; }
      .inner-product-slider .slider-products-main .arrow__next span {
        background-position: center right; }
.inner-product-slider .slider-products-main-item {
  height: 933px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden; }
.inner-product-slider .slider-products-title {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 40px 43px;
  background-color: rgba(35, 31, 32, 0.5); }
  .inner-product-slider .slider-products-title p {
    font-weight: 700;
    font-size: 18px;
    color: #fff; }
    .inner-product-slider .slider-products-title p.title {
      margin-bottom: 8px;
      font-family: 'Reforma', Times New Roman, serif;
      font-weight: 500;
      font-size: 48px;
      text-transform: uppercase;
      letter-spacing: 4px; }
.inner-product-slider .slider-products-nav {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 0 48px;
  background-color: rgba(35, 31, 32, 0.5); }
.inner-product-slider .slider-products-nav-item {
  padding: 15px 0;
  margin: 0 12px; }
  .inner-product-slider .slider-products-nav-item.slick-current img {
    display: block;
    outline: 3px solid #00b2cb;
    box-shadow: 0 0 16px 1px rgba(12, 5, 13, 0.45); }
  .inner-product-slider .slider-products-nav-item img {
    width: 100%;
    margin: 0;
    cursor: pointer; }
.inner-product-slider .slider-products-button {
  z-index: 1;
  position: absolute;
  top: -56px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .inner-product-slider .slider-products-button button {
    padding: 10px 25px;
    border-radius: 24px;
    background-color: #231f20;
    font-family: Times New Roman, serif;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    cursor: pointer; }

.inner-product-info {
  position: relative;
  max-width: 670px;
  min-height: 935px;
  padding: 54px 30px 135px 60px; }
  .inner-product-info p {
    font-family: 'ChronicleDisp-R', Times New Roman, serif;
    font-size: 18px;
    line-height: 1.6; }
    .inner-product-info p.title {
      margin-bottom: 8px;
      font-family: 'ChronicleDisp', Times New Roman, serif;
      font-size: 24px;
      font-weight: 700; }
    .inner-product-info p.large-indent {
      margin-bottom: 108px; }
    .inner-product-info p.average-indent {
      margin-bottom: 28px; }
  .inner-product-info ul {
    padding: 0;
    padding-left: 18px;
    margin: 0 0 32px;
    list-style-type: disc; }
  .inner-product-info li {
    margin-bottom: 9px;
    font-family: 'ChronicleDisp-R', Times New Roman, serif;
    font-size: 18px;
    line-height: 1.2; }
    .inner-product-info li:last-child {
      margin-bottom: 0; }
  .inner-product-info a {
    font-family: 'ChronicleDisp-R', Times New Roman, serif;
    font-size: 18px;
    line-height: 1.6; }
    .inner-product-info a.orange {
      color: #3D0B20; }
    .inner-product-info a.title {
      position: relative;
      margin-bottom: 26px;
      font-family: 'ChronicleDisp', Times New Roman, serif;
      font-size: 24px;
      font-weight: 700; }
      .inner-product-info a.title__orange {
        color: #3D0B20; }
      .inner-product-info a.title__link {
        display: inline-block; }
      .inner-product-info a.title__list {
        margin-bottom: 15px;
        margin-right: 55px;
        font-size: 18px; }
        .inner-product-info a.title__list:last-child {
          margin-right: 0; }
        .inner-product-info a.title__list span {
          margin-left: 4px; }
      .inner-product-info a.title span {
        display: inline-block;
        width: 5px;
        height: 8px;
        background-image: url(../../img/arrow-orange.png); }
  .inner-product-info a.mail:not(.button) {
    display: inline-block;
    width: 100%;
    color: #00b2cb; }
  .inner-product-info a.button {
    display: inline-block; }
  .inner-product-info .button-wrapper {
    position: absolute;
    bottom: 57px;
    left: 60px;
    display: block;
    width: 100%; }
    .inner-product-info .button-wrapper .button {
      padding: 12px 35px;
      font-size: 14px; }
  .inner-product-info .price {
    margin: 50px 0 25px; }
    .inner-product-info .price p {
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.7px; }
      .inner-product-info .price p.number {
        margin-left: -5px;
        font-size: 48px;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 3.5px;
        line-height: 46px; }
  .inner-product-info--reduced {
    padding-bottom: 10px; }
    .inner-product-info--reduced p.average-indent {
      margin-bottom: 21px; }

/**
 *		Media	
 */
@media screen and (max-width: 1340px) {
  .inner-product-slider .slider-products-main-item {
    height: 750px; }
  .inner-product-slider .slider-products-title {
    padding: 20px 30px; }
    .inner-product-slider .slider-products-title p.title {
      font-size: 42px;
      letter-spacing: 3px; }
  .inner-product-slider .slider-products-nav {
    padding: 0 22px; }
    .inner-product-slider .slider-products-nav-item {
      margin: 0 8px; }
  .inner-product-slider .slider-products-main .arrow {
    top: calc(50% + 20px); }
  .inner-product-slider .slider-products-main .arrow__next {
    right: 25px; }
  .inner-product-slider .slider-products-main .arrow__prev {
    left: 25px; }

  .inner-product-info {
    min-height: 750px;
    padding: 25px 30px 100px 30px; }
    .inner-product-info p {
      font-size: 16px; }
      .inner-product-info p.large-indent {
        margin-bottom: 60px; }
      .inner-product-info p.title {
        font-size: 21px; }
    .inner-product-info a.title {
      font-size: 23px; }
      .inner-product-info a.title span {
        top: 17px; }
    .inner-product-info li {
      margin-bottom: 5px;
      font-size: 16px; }
    .inner-product-info .button-wrapper {
      bottom: 30px;
      left: 30px; }
    .inner-product-info .price {
      margin: 30px 0 45px; }
      .inner-product-info .price p.number {
        font-size: 42px !important;
        letter-spacing: 2.5px;
        line-height: 40px !important; } }
@media screen and (max-width: 960px) {
  .inner-product-slider .slider-products-main-item {
    height: 650px; }
  .inner-product-slider .slider-products-title p {
    font-size: 16px; }
    .inner-product-slider .slider-products-title p.title {
      font-size: 36px;
      letter-spacing: 2px; }

  .inner-product-info {
    min-height: 0;
    padding: 25px 30px 25px 30px; }
    .inner-product-info.price {
      margin: 25px 0 30px; }
      .inner-product-info.price p.number {
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 34px; }
    .inner-product-info .button-wrapper {
      position: relative;
      bottom: auto;
      left: auto;
      margin-top: 30px; }

  .title-block h2 {
    font-size: 42px;
    letter-spacing: 3px; }

  .title-block {
    padding: 27px 0 22px;
    margin-bottom: 30px; } }
@media screen and (max-width: 630px) {
  .inner-product-slider p .large-indent {
    margin-bottom: 40px; }
  .inner-product-slider .slider-products-main-item {
    height: 500px; }
  .inner-product-slider .slider-products-nav {
    display: none; }
  .inner-product-slider .slider-products-title {
    padding: 10px 15px; }
    .inner-product-slider .slider-products-title p.title {
      font-size: 28px; }
  .inner-product-slider .slider-products-main .arrow__next {
    right: 0px; }
  .inner-product-slider .slider-products-main .arrow__prev {
    left: 0px; }

  .inner-product-info {
    padding: 20px 15px; }
    .inner-product-info p {
      line-height: 1.4; }
      .inner-product-info p.title {
        font-size: 18px; }
      .inner-product-info p.large-indent {
        margin-bottom: 20px; }
      .inner-product-info p.average-indent {
        margin-bottom: 20px; }
    .inner-product-info a.title {
      font-size: 20px; }
      .inner-product-info a.title span {
        top: 15px; }
    .inner-product-info ul {
      margin-bottom: 20px; }
    .inner-product-info .button-wrapper {
      margin-top: 20px; }

  .title-block h2 {
    font-size: 36px;
    letter-spacing: 2px; } }
@media screen and (max-width: 480px) {
  .inner-product-slider .slider-products-main-item {
    height: 420px; }

  .inner-product-info .button-wrapper .button {
    padding: 16px 20px; } }
/**
 *		Pagination	
 */
.form-purchase {
  margin-bottom: 25px; }
  .form-purchase .form-item {
    margin-bottom: 20px; }
    .form-purchase .form-item .title-box {
      padding: 23px 26px;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-right: 1px solid #000; }
      .form-purchase .form-item .title-box p {
        font-size: 14px;
        letter-spacing: 1.65px;
        text-transform: uppercase; }
    .form-purchase .form-item .quantity {
      padding: 5px 25px;
      border: 1px solid #000; }
      .form-purchase .form-item .quantity:after {
        content: '';
        display: block;
        clear: both; }
      .form-purchase .form-item .quantity span.title {
        display: inline-block;
        padding: 22px 0;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.8px; }
      .form-purchase .form-item .quantity .quantity-box {
        float: right; }
        .form-purchase .form-item .quantity .quantity-box button {
          display: inline-block;
          font-family: 'ChronicleDisp-R', Times New Roman, serif;
          font-weight: 400;
          font-style: italic;
          font-size: 48px;
          vertical-align: middle;
          cursor: pointer; }
        .form-purchase .form-item .quantity .quantity-box span {
          display: inline-block;
          width: 30px;
          margin: 0 35px 0 40px;
          font-weight: 700;
          font-style: italic;
          font-size: 48px;
          vertical-align: middle;
          text-align: center; }
    .form-purchase .form-item .prices-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: nowrap;
      -ms-flex-direction: nowrap;
      flex-direction: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 0;
      padding-left: 5px;
      margin: 0 0 0 -4px;
      list-style-type: none; }
      .form-purchase .form-item .prices-list li {
        position: relative;
        width: 100%;
        height: 135px;
        padding-top: 30px;
        margin-bottom: 0;
        margin-left: -1px;
        text-align: center; }
        .form-purchase .form-item .prices-list li p {
          margin: 0; }
          .form-purchase .form-item .prices-list li p.title {
            margin-bottom: 5px;
            font-family: 'ChronicleDisp-B', Times New Roman, serif;
            font-size: 18px; }
          .form-purchase .form-item .prices-list li p.price {
            font-size: 30px;
            font-weight: 700;
            font-style: italic;
            letter-spacing: 2.5px; }
        .form-purchase .form-item .prices-list li .border {
          z-index: 10;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 1px solid #000; }
        .form-purchase .form-item .prices-list li label {
          z-index: 20;
          position: relative;
          display: block;
          height: 100%; }
        .form-purchase .form-item .prices-list li input {
          display: none; }
        .form-purchase .form-item .prices-list li input[type=radio]:checked ~ label p {
          color: #00b2cb; }
        .form-purchase .form-item .prices-list li input[type=radio]:checked ~ .border {
          z-index: 100;
          border: 3px solid #00b2cb;
          box-shadow: 0 0 15px 3px rgba(12, 5, 13, 0.15); }
    .form-purchase .form-item:last-child {
      margin-bottom: 0; }
    .form-purchase .form-item__button .button-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: nowrap;
      -ms-flex-direction: nowrap;
      flex-direction: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .form-purchase .form-item__button .button {
      width: 100%;
      margin: 0 10px; }
      .form-purchase .form-item__button .button:first-child {
        margin-left: 0; }
      .form-purchase .form-item__button .button:last-child {
        margin-right: 0; }

/**
 *		Media	
 */
@media screen and (max-width: 1340px) {
  .form-purchase .form-item .title-box {
    padding: 18px 21px; }
  .form-purchase .form-item .prices-list li p.price {
    font-size: 26px;
    letter-spacing: 2px; }
  .form-purchase .form-item .prices-list li p.title {
    font-size: 16px; }
  .form-purchase .form-item .quantity .quantity-box span {
    width: 25px;
    margin: 0 30px 0 35px;
    font-size: 42px; } }
@media screen and (max-width: 960px) {
  .form-purchase .form-item .prices-list li p.price {
    font-size: 23px;
    letter-spacing: 1.5px; }
  .form-purchase .form-item .title-box {
    padding: 15px 18px; }
  .form-purchase .form-item .quantity .quantity-box span {
    width: 23px;
    margin: 0 25px 0 30px;
    font-size: 36px; } }
@media screen and (max-width: 480px) {
  .form-purchase .form-item__button .button-box {
    -webkit-flex-direction: wrap;
    -ms-flex-direction: wrap;
    flex-direction: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form-purchase .form-item__button .button-box .button {
      margin: 0 0 10px; }
      .form-purchase .form-item__button .button-box .button:last-child {
        margin-bottom: 0; }
  .form-purchase .form-item .prices-list {
    -webkit-flex-direction: wrap;
    -ms-flex-direction: wrap;
    flex-direction: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .form-purchase .form-item .prices-list li {
      margin: -1px 0; }
      .form-purchase .form-item .prices-list li:nth-child(2) {
        margin: 0; } }
/**
 *		Pagination	
 */
.pagination {
  padding: 35px 0 50px; }
  .pagination:after {
    content: '';
    display: block;
    clear: both; }

.pagination-breadcrambs {
  float: left;
  padding-top: 17px; }
  .pagination-breadcrambs-list {
    margin: 0;
    padding: 0; }
  .pagination-breadcrambs-item {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    font-size: 14px;
    color: #3D0B20;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase; }
    .pagination-breadcrambs-item:last-child {
      padding-right: 0; }
      .pagination-breadcrambs-item:last-child:before {
        display: none; }
    .pagination-breadcrambs-item:before {
      content: '';
      position: absolute;
      top: 2px;
      right: 8px;
      display: block;
      width: 5px;
      height: 8px;
      background-image: url(../../img/arrow-breadcrambs.png); }
    .pagination-breadcrambs-item a {
      color: #231f20;
      font-size: 14px;
      transition: color .25s; }
      .pagination-breadcrambs-item a:hover {
        color: #3D0B20; }

.pagination-list {
  float: right;
  padding-right: 0; }
  .pagination-list .pagination-button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .pagination-list .pagination-button:hover {
      color: #3D0B20; }
      .pagination-list .pagination-button:hover:before {
        background-image: url(../../img/arrow-orange-small.png); }
    .pagination-list .pagination-button:before {
      content: '';
      position: absolute;
      top: 2px;
      display: block;
      width: 5px;
      height: 8px;
      background-image: url(../../img/arrow-dark-small.png);
      background-repeat: no-repeat; }
    .pagination-list .pagination-button:nth-child(1) {
      padding-left: 16px; }
      .pagination-list .pagination-button:nth-child(1):before {
        left: 0;
        background-position: center left; }
    .pagination-list .pagination-button:last-child {
      padding-right: 16px; }
      .pagination-list .pagination-button:last-child:before {
        right: 0;
        background-position: center right; }
  .pagination-list .pagination-number {
    display: inline-block;
    vertical-align: bottom; }
    .pagination-list .pagination-number span {
      display: inline-block;
      margin: 0 8px 0 3px;
      font-size: 24px;
      font-style: italic;
      vertical-align: bottom; }
      .pagination-list .pagination-number span.page-nember {
        margin: 0;
        font-size: 36px;
        font-weight: 700;
        color: #3D0B20; }
        .pagination-list .pagination-number span.page-nember--total {
          margin-right: 17px; }
        .pagination-list .pagination-number span.page-nember--this {
          margin-left: 23px; }

/**
 *		Media	
 */
@media screen and (max-width: 960px) {
  .pagination {
    padding: 20px 0 30px; }

  .pagination-list,
  .pagination-breadcrambs {
    float: none;
    text-align: center; }

  .pagination-breadcrambs {
    padding-top: 0;
    margin-bottom: 10px; }

  .pagination-list .pagination-number span {
    font-size: 20px; }
    .pagination-list .pagination-number span.page-nember--this {
      margin-left: 15px; }
    .pagination-list .pagination-number span.page-nember--total {
      margin-right: 10px; }
    .pagination-list .pagination-number span.page-nember {
      font-size: 28px; } }
/**
 *		Product photo
 */
.product-photo--item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: -1px -1px 0 0;
  border: 1px solid #dedede;
  overflow: hidden;
  transition: all .3s; }
  .product-photo--item.is-visible, .product-photo--item:hover {
    border-color: #3D0B20;
    box-shadow: 0px 0px 40px 5px rgba(12, 5, 13, 0.5); }
    .product-photo--item.is-visible .product-photo--info, .product-photo--item:hover .product-photo--info {
      opacity: 1; }
  .product-photo--item img {
    display: block;
    width: 100%;
    transition: transform .3s ease-out; }
.product-photo--info {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(35, 31, 32, 0.7);
  text-align: center;
  overflow: hidden;
  transition: opacity .3s ease-out; }
  .product-photo--info .info-wrapper {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px 25px; }
  .product-photo--info p {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'ChronicleDisp-R', Times New Roman, serif;
    font-size: 16px;
    line-height: 1.25; }
    .product-photo--info p.price {
      margin: 0;
      font-family: 'ChronicleDisp', Times New Roman, serif;
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      letter-spacing: 1.25px; }
  .product-photo--info a.title {
    display: inline-block;
    margin-bottom: 30px;
    font-family: 'ChronicleDisp', Times New Roman, serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
.product-photo--button {
  z-index: 10;
  position: relative;
  background-color: #fff; }
  .product-photo--button:after {
    content: '';
    display: block;
    clear: both; }
  .product-photo--button a {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 18px 0;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #dedede; }
    .product-photo--button a.details {
      border-right: 1px solid #dedede; }
    .product-photo--button a.buy {
      font-weight: 700;
      color: #3D0B20; }
    .product-photo--button a.hover-orange:hover {
      color: #3D0B20; }
    .product-photo--button a.hover-light:hover {
      color: #e79118; }
    .product-photo--button a.overall-width {
      float: none;
      width: 100%; }

.product-photo-list {
  margin-bottom: 35px; }
.product-photo-list__indent {
    margin-bottom: 60px; }

/* Related products follow the product-carousel treatment used by McQueens. */
.product-related {
  overflow: hidden;
  padding: 72px 0 82px;
  background: #f4f4f3; }

.product-related__container {
  max-width: 1440px;
  padding-right: 48px;
  padding-left: 48px; }

.product-related__header {
  margin-bottom: 46px;
  text-align: center; }

.product-related__header h2 {
  margin: 0;
  color: #1c1c1c;
  font-family: 'Reforma', Times New Roman, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase; }

.product-related__list {
  position: relative; }

.product-related .product-related__slider {
  display: block;
  margin: 0 -23px; }

.product-related .product-related__slider .slider-item {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 0 23px;
  margin: 0; }

.product-related .product-related__slider .popular-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #1c1c1c;
  text-align: center; }

.product-related .product-related__slider .popular-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1140 / 1570;
  margin: 0 0 20px;
  overflow: hidden;
  background: #e0e0da; }

.product-related .product-related__slider .popular-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity .3s ease; }

.product-related .product-related__slider .popular-img .img-hover {
  opacity: 0; }

.product-related .product-related__slider .popular-item:hover .popular-img > img:first-child,
.product-related .product-related__slider .popular-item:focus-visible .popular-img > img:first-child {
  opacity: 0; }

.product-related .product-related__slider .popular-item:hover .popular-img .img-hover,
.product-related .product-related__slider .popular-item:focus-visible .popular-img .img-hover {
  opacity: 1; }

.product-related .product-related__slider .popular-item .title {
  min-height: 0;
  margin: 0 0 7px;
  color: #1c1c1c;
  font-family: 'Reforma', Times New Roman, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 2px;
  text-transform: uppercase; }

.product-related .product-related__slider .popular-item .price {
  color: #3f3f3f;
  font-family: 'Reforma', Times New Roman, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 2px;
  text-transform: uppercase; }

.product-related__arrow {
  position: absolute;
  top: calc((100% - 58px) / 2);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(28, 28, 28, .3);
  border-radius: 50%;
  background: rgba(244, 244, 243, .94);
  color: #1c1c1c;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s, background-color .2s, color .2s; }

.product-related__list:hover .product-related__arrow,
.product-related__arrow:focus-visible {
  opacity: 1; }

.product-related__arrow:hover {
  background: #1c1c1c;
  color: #fff; }

.product-related__arrow.slick-prev { left: 8px; }
.product-related__arrow.slick-next { right: 8px; }
.product-related__arrow.slick-disabled { display: none !important; }

.product-related__arrow svg {
  width: 16px;
  height: 18px; }

.product-related .product-related__slider .slick-list {
  overflow: visible; }

/* Keep the related-products presentation independent from the legacy
   .section-popular catalogue rules, including their responsive overrides. */
.product-related.section-popular .product-related__slider .slider-item {
  flex: 0 0 auto;
  max-width: none; }

.product-related.section-popular .product-related__slider.slick-slider {
  display: block; }

.product-related.section-popular .product-related__slider .slider-item .popular-item .popular-img {
  height: auto !important;
  min-height: 0;
  max-width: none; }

.product-related.section-popular .product-related__slider .slider-item .popular-item .title {
  min-height: 0;
  font-size: 12px !important;
  line-height: 1.45;
  letter-spacing: 2px; }

.product-related.section-popular .product-related__slider .slider-item .popular-item .price {
  font-size: 12px !important;
  line-height: 1.45;
  letter-spacing: 2px; }

.product-related .product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px; }

.product-related .product-related__grid .slider-item {
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important; }

.product-related .product-related__grid .popular-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #1c1c1c;
  text-align: center; }

.product-related .product-related__grid .popular-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1140 / 1570;
  margin: 0 0 20px;
  overflow: hidden;
  background: #e0e0da;
  max-width: none; }

.product-related .product-related__grid .popular-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity .3s ease; }

.product-related .product-related__grid .popular-img .img-hover {
  opacity: 0; }

.product-related .product-related__grid .popular-item:hover .popular-img > img:first-child,
.product-related .product-related__grid .popular-item:focus-visible .popular-img > img:first-child {
  opacity: 0; }

.product-related .product-related__grid .popular-item:hover .popular-img .img-hover,
.product-related .product-related__grid .popular-item:focus-visible .popular-img .img-hover {
  opacity: 1; }

.product-related .product-related__grid .popular-item .title,
.product-related .product-related__grid .popular-item .price {
  font-size: 12px !important;
  line-height: 1.45;
  letter-spacing: 2px;
  text-transform: uppercase; }

.product-related .product-related__grid .popular-item .title {
  min-height: 0;
  margin: 0 0 7px;
  color: #1c1c1c;
  font-family: 'Reforma', Times New Roman, serif;
  font-weight: 400; }

.product-related .product-related__grid .popular-item .price {
  color: #3f3f3f;
  font-family: 'Reforma', Times New Roman, serif;
  font-weight: 400; }

@media screen and (max-width: 1024px) {
  .product-related {
    padding: 60px 0 68px; }

  .product-related__container {
    padding-right: 24px;
    padding-left: 24px; }

  .product-related .product-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px; }
}

@media screen and (max-width: 699px) {
  .product-related {
    padding: 48px 0 54px; }

  .product-related__container {
    padding-right: 15px;
    padding-left: 15px; }

  .product-related__header {
    margin-bottom: 30px; }

  .product-related__header h2 {
    font-size: 22px;
    letter-spacing: 3.5px; }

  .product-related .product-related__slider {
    margin: 0 -8px; }

  .product-related .product-related__slider .slider-item {
    padding: 0 8px; }

  .product-related .product-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px; }

  .product-related .product-related__slider .popular-img {
    margin-bottom: 15px; }

  .product-related__arrow {
    display: none !important; }
}

/* Full-width related-products carousel. These rules deliberately avoid the
   legacy .section-popular/.row catalogue selectors. */
.product-related {
  padding: 76px 0 82px;
  background: #f4f4f3; }

.product-related__container {
  max-width: none;
  padding: 0; }

.product-related__header {
  margin-bottom: 42px;
  padding: 0 24px;
  text-align: center; }

.product-related__header h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 5.4px; }

.product-related .product-related__slider {
  display: block;
  width: 100%;
  margin: 0; }

.product-related .product-related__slider .slick-list {
  overflow: visible; }

.product-related .product-related__slide {
  box-sizing: border-box;
  padding: 0 24px; }

.product-related .product-related__slide .popular-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #171717;
  text-align: center; }

.product-related .product-related__slide .popular-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1140 / 1570;
  margin: 0 0 22px;
  overflow: hidden;
  background: #deded8; }

.product-related .product-related__slide .popular-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity .3s ease, transform .45s ease; }

.product-related .product-related__slide .popular-img .img-hover {
  opacity: 0; }

.product-related .product-related__slide .popular-item:hover .popular-img > img:first-child,
.product-related .product-related__slide .popular-item:focus-visible .popular-img > img:first-child {
  opacity: 0; }

.product-related .product-related__slide .popular-item:hover .popular-img .img-hover,
.product-related .product-related__slide .popular-item:focus-visible .popular-img .img-hover {
  opacity: 1;
  transform: scale(1.025); }

.product-related .product-related__slide .popular-item .title {
  min-height: 42px;
  margin: 0 0 11px;
  color: #171717;
  font-family: 'Reforma', Times New Roman, serif;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.6px;
  text-transform: uppercase; }

.product-related__prices {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 11px;
  color: #1c1c1c; }

.product-related .product-related__slide .price {
  font-family: 'Reforma', Times New Roman, serif;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

.product-related .product-related__slide .price--previous {
  color: #8a8884;
  font-size: 12px;
  font-weight: 400;
  text-decoration-thickness: 1px; }

.product-related .product-related__slide .price--current {
  color: #3d0b20;
  font-size: 18px !important;
  font-weight: 600; }

.product-related .product-related__arrow {
  top: calc((100% - 88px) / 2);
  width: 48px;
  height: 48px;
  border-color: rgba(28, 28, 28, .45);
  background: rgba(244, 244, 243, .96);
  opacity: 1; }

.product-related .product-related__arrow.slick-prev { left: 14px; }
.product-related .product-related__arrow.slick-next { right: 14px; }

.product-related .product-related__arrow:hover,
.product-related .product-related__arrow:focus-visible {
  border-color: #3d0b20;
  background: #3d0b20;
  color: #fff !important;
  opacity: 1; }

.product-related .product-related__arrow:hover svg,
.product-related .product-related__arrow:focus-visible svg {
  color: inherit; }

@media screen and (max-width: 1024px) {
  .product-related {
    padding: 64px 0 70px; }

  .product-related .product-related__slide {
    padding: 0 16px; }
}

@media screen and (max-width: 699px) {
  .product-related {
    padding: 52px 0 58px; }

  .product-related__header {
    margin-bottom: 32px;
    padding: 0 15px; }

  .product-related__header h2 {
    font-size: 23px;
    letter-spacing: 3.8px; }

  .product-related .product-related__slide {
    padding: 0 8px; }

  .product-related .product-related__slide .popular-img {
    margin-bottom: 16px; }

  .product-related .product-related__slide .popular-item .title {
    min-height: 38px;
    font-size: 13px !important;
    letter-spacing: 1px; }

  .product-related .product-related__slide .price--current {
    font-size: 16px !important; }

  .product-related .product-related__arrow {
    display: none !important; }
}

/* Product gallery: vertical image story on desktop, swipe gallery on smaller screens. */
.product-page .inner-product-slider {
  position: relative;
  width: 100%; }

.product-page .product-gallery {
  position: relative;
  padding: 0 24px 0 104px; }

.product-page .product-gallery__media {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.product-page .product-gallery__item {
  width: 100%;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f1f0ed; }

.product-page .product-gallery__item a,
.product-page .product-gallery__item img {
  display: block;
  width: 100%;
  height: 100%; }

.product-page .product-gallery__item img {
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease; }

.product-page .product-gallery__item a:hover img {
  transform: scale(1.018); }

.product-page .product-gallery__thumbs {
  position: absolute;
  top: 0;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 56px; }

.product-page .product-gallery__thumb {
  width: 56px;
  height: 56px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background: #f1f0ed;
  cursor: pointer;
  opacity: .7;
  transition: border-color .2s, opacity .2s; }

.product-page .product-gallery__thumb:hover,
.product-page .product-gallery__thumb.is-active {
  border-color: #3d0b20;
  opacity: 1; }

.product-page .product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product-page .product-gallery__zoom {
  position: absolute;
  top: 14px;
  right: 38px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: #1c1c1c;
  cursor: pointer;
  transition: background-color .2s, color .2s; }

.product-page .product-gallery__zoom:hover {
  background: #3d0b20;
  color: #fff; }

.product-page .product-gallery__zoom svg {
  width: 20px;
  height: 20px; }

@media screen and (max-width: 1024px) {
  .product-page .inner-product-slider {
    width: 100vw;
    margin-left: calc(50% - 50vw); }

  .product-page .product-gallery {
    padding: 0; }

  .product-page .product-gallery__media {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none; }

  .product-page .product-gallery__media::-webkit-scrollbar {
    display: none; }

  .product-page .product-gallery__item {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: center; }

  .product-page .product-gallery__thumbs {
    position: static;
    flex-direction: row;
    gap: 12px;
    width: auto;
    margin: 18px 20px 0;
    overflow-x: auto;
    scrollbar-width: none; }

  .product-page .product-gallery__thumbs::-webkit-scrollbar {
    display: none; }

  .product-page .product-gallery__thumb {
    flex: 0 0 56px; }

  .product-page .product-gallery__zoom {
    top: 15px;
    right: 18px;
    width: 40px;
    height: 40px;
    background: rgba(244, 232, 236, .92); }
}

@media screen and (max-width: 630px) {
  .product-page .product-gallery__thumbs {
    gap: 10px;
    margin: 14px 15px 0; }

  .product-page .product-gallery__thumb {
    flex-basis: 52px;
    width: 52px;
    height: 52px; }
}

/**
 *		Media	
 */
@media screen and (max-width: 630px) {
  .product-photo-list .line-size {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
