

/* Start:/local/templates/grohe/css/pages/product.css?179017260613957*/
.product-page main > .container {
  padding-top: 24px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #9aa9bd;
  font-size: 16px;
}

.breadcrumbs span {
  margin-inline: 2px;
}

.breadcrumbs strong {
  color: var(--color-navy);
  font-weight: 400;
}

.product-breadcrumbs {
  min-height: 30px;
}

.product-detail {
  display: grid;
  grid-template-columns: 590px 1fr;
  gap: 80px;
  min-height: 800px;
  padding-top: 50px;
}

.product-gallery {
  display: grid;
  grid-template-columns: 126px 442px;
  gap: 16px;
  align-items: start;
}

.product-gallery__thumbs {
  display: grid;
  gap: 24px;
}

.product-gallery__thumbs button {
  position: relative;
  width: 110px;
  height: 136px;
  margin-left: 16px;
  padding: 0;
  background: var(--color-ice);
}

.product-gallery__thumbs button.is-active::before {
  position: absolute;
  top: 32px;
  bottom: 18px;
  left: -16px;
  width: 2px;
  content: "";
  background: #5a7098;
}

.product-gallery__thumbs span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.product-gallery__main {
  position: relative;
  width: 442px;
  height: 545px;
  background-color: var(--color-ice);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.product-gallery__caption,
.product-gallery__discount,
.product-gallery__actions,
.product-purchase__add,
.product-recommendations__arrow,
.product-recommendations__dots {
  display: none;
}

.product-info {
  padding-top: 0;
}

.product-info h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.product-info__meta {
  margin-top: 4px;
  color: #8F96B0;
  font-size: 16px;
}

.product-info__price {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-top: 60px;
}

.product-info__price strong {
  font-size: 32px;
  font-weight: 400;
}

.product-info__price span {
  color: #99a6bd;
  font-size: 14px;
}

.product-options {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 46px;
  margin-top: 24px;
}

.product-color-picker,
.product-quantity {
  display: flex;
  align-items: center;
}

.product-color-picker > span,
.product-quantity > span {
  color: #99a6bd;
}

.product-color-picker > span { margin-right: 22px; }
.product-quantity > span { margin-right: 14px; }

.product-color-picker button {
  width: 27px;
  height: 27px;
  margin-right: 14px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background: linear-gradient(113.94deg, #d5941a 12.05%, #ffd988 44.72%, #cfae70 76.14%);
}

.product-color-picker button:nth-of-type(2) { background: linear-gradient(113.94deg, #afafaf 12.05%, #e4e4e4 44.72%, #8c8c8c 76.14%); }
.product-color-picker button:nth-of-type(3) { background: linear-gradient(113.94deg, #72462e 12.05%, #a3730d 44.72%, #6f4a3b 76.14%); }
.product-color-picker button:nth-of-type(4) { background: linear-gradient(113.94deg, #000 12.05%, #424242 44.72%, #161616 76.14%); }
.product-color-picker button.is-active { border-color: #012750; }

.product-quantity > button {
  width: 22px;
  padding: 0;
  color: #a7b4c7;
  background: transparent;
}

.product-quantity output {
  display: grid;
  place-items: center;
  width: 58px;
  height: 26px;
  border: 1px solid #dce5ee;
  border-radius: var(--radius-pill);
}

.product-quantity strong {
  margin-left: 28px;
  white-space: nowrap;
  font-size: 14px;
}

.product-purchase {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 68px 68px;
  gap: 20px;
  margin-top: 58px;
}

.product-purchase__main {
  min-height: 68px;
  font-size: 22px;
}

.product-purchase__round {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  padding: 17px;
  border: 1px solid var(--color-navy);
  border-radius: 50%;
  background: #fff;
}

.product-purchase__round img {
  width: 33px;
  max-height: 33px;
}

.product-specs {
  margin-top: 42px;
}

.product-specs h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.product-specs dl {
  margin: 0;
}

.product-specs dl > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin-top: 18px;
}

.product-specs dt {
  color: #99a6bd;
}

.product-specs dd {
  margin: 0;
}

.product-specs dd button {
  color: var(--color-navy);
  background: transparent;
}

.product-specs__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 14px;
  padding: 2px 0;
  vertical-align: middle;
}

.product-specs__more img {
  width: 20px;
  height: 10px;
  transition: transform var(--transition);
}

.product-specs__more.is-expanded img {
  transform: rotate(180deg);
}

.product-recommendations {
  padding: 18px 0 54px;
}

.product-recommendations > .container > h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.product-recommendations .catalog-tabs {
  margin: 36px 0 31px;
}

.product-recommendations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 39px;
  overflow: visible;
}

.product-recommendations__grid .product-card {
  width: 100%;
}

.product-recommendations__slider {
  position: relative;
}

.product-recommendations .section-link {
  margin-top: 36px;
}

@media (max-width: 900px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { justify-content: center; }
  .product-recommendations__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .product-page .search {
    min-width: 0;
  }

  .product-page main > .container {
    width: 100%;
    padding-top: 10px;
  }

  .product-breadcrumbs {
    width: calc(100% - 40px);
    min-height: 30px;
    margin-inline: auto;
    flex-wrap: nowrap;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
  }

  .product-breadcrumbs > * {
    flex: 0 0 auto;
  }

  .product-breadcrumbs strong,
  .product-breadcrumbs span:last-of-type {
    display: none;
  }

  .product-detail {
    display: block;
    min-height: 0;
    padding-top: 20px;
  }

  .product-gallery {
    display: block;
    width: calc(100% - 40px);
    margin-inline: auto;
  }

  .product-gallery__thumbs {
    display: none;
  }

  .product-gallery__main {
    width: 100%;
    height: 392px;
    background-position: center 54%;
    background-size: 94% auto;
  }

  .product-gallery__caption {
    position: absolute;
    top: 14px;
    right: 42px;
    left: 42px;
    display: grid;
    color: #8f9ab0;
    text-align: center;
    font-size: 14px;
    line-height: 1.12;
  }

  .product-gallery__caption strong {
    color: var(--color-navy);
    font-size: 20px;
    font-weight: 400;
  }

  .product-gallery__discount {
    position: absolute;
    top: 86px;
    left: 10px;
    display: block;
    padding: 6px 8px;
    color: #fff;
    background: #4c6594;
    font-size: 14px;
  }

  .product-gallery__actions {
    position: absolute;
    top: 84px;
    right: 8px;
    display: grid;
    gap: 7px;
  }

  .product-gallery__actions button {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding: 1px;
    border-radius: 50%;
    background: transparent;
  }

  .product-gallery__actions img {
    width: 22px;
    max-height: 22px;
  }

  .product-info {
    padding-top: 0;
  }

  .product-info > h1,
  .product-info > .product-info__meta {
    display: none;
  }

  .product-info__price,
  .product-options,
  .product-purchase {
    width: calc(100% - 40px);
    margin-inline: auto;
  }

  .product-info__price {
    gap: 18px;
    margin-top: 26px;
  }

  .product-info__price strong {
    font-size: 32px;
  }

  .product-options {
    display: block;
    margin-top: 18px;
  }

  .product-color-picker,
  .product-quantity {
    width: 100%;
  }

  .product-color-picker > span,
  .product-quantity > span {
    width: 106px;
    margin-right: 0;
    font-size: 14px;
  }

  .product-color-picker button {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }

  .product-quantity {
    margin-top: 18px;
  }

  .product-quantity > button {
    width: 15px;
  }

  .product-quantity output {
    width: 42px;
    height: 22px;
    border: 0;
    background: var(--color-ice);
    font-size: 12px;
  }

  .product-quantity strong {
    margin-left: 22px;
    font-size: 14px;
  }

  .product-purchase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .product-purchase__add {
    display: inline-flex;
    min-height: 40px;
    font-size: 13px;
  }

  .product-purchase__main {
    min-height: 40px;
    color: var(--color-navy);
    border: 1px solid var(--color-navy);
    background: #fff;
    font-size: 13px;
  }

  .product-purchase__round {
    display: none;
  }

  .product-specs {
    width: 100%;
    margin-top: 36px;
    padding: 29px 20px 35px;
    background: var(--color-ice);
  }

  .product-specs h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .product-specs dl > div {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 14px;
    margin-top: 16px;
    font-size: 13px;
  }

  .product-specs__warranty {
    position: relative;
    padding-right: 10px;
  }

  .product-specs__more {
    position: absolute;
    right: -3px;
    bottom: 0;
  }

  .product-recommendations {
    padding: 35px 0 50px;
  }

  .product-recommendations > .container > h2 {
    max-width: 310px;
    font-size: 20px;
    line-height: 1.1;
  }

  .product-recommendations .catalog-tabs {
    display: flex;
    gap: 8px;
    margin: 24px 0 17px;
    padding: 0 1px 3px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .product-recommendations .catalog-tabs::-webkit-scrollbar {
    display: none;
  }

  .product-recommendations .catalog-tabs button {
    flex: 0 0 105px;
    min-width: 105px;
    min-height: 40px;
    padding: 6px 8px;
    border: 0;
    border-radius: var(--radius-pill);
    background: var(--color-ice);
    font-size: 0;
    scroll-snap-align: start;
  }

  .product-recommendations .catalog-tabs button::before {
    font-size: 12px;
  }

  .product-recommendations .catalog-tabs button:nth-child(1)::before { content: "Ручки"; }
  .product-recommendations .catalog-tabs button:nth-child(2)::before { content: "Петли"; }
  .product-recommendations .catalog-tabs button:nth-child(3)::before { content: "Замки/защелки"; }
  .product-recommendations .catalog-tabs button:nth-child(3) { flex-basis: 132px; }
  .product-recommendations .catalog-tabs button:nth-child(4) {
    display: block;
    flex-basis: 158px;
  }
  .product-recommendations .catalog-tabs button:nth-child(4)::before { content: "Завертки/накладки"; }
  .product-recommendations .catalog-tabs button[aria-selected="true"] { box-shadow: none; }
  .product-recommendations .catalog-tabs button[aria-selected="true"]::after { display: none; }

  .product-recommendations__grid {
    display: flex;
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-recommendations__grid::-webkit-scrollbar { display: none; }

  .product-recommendations__grid .product-card {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 400px;
    scroll-snap-align: start;
  }

  .product-recommendations__grid .product-card__head {
    min-height: 72px;
    padding: 14px 40px 8px;
  }

  .product-recommendations__grid .product-card__head h3 { font-size: 18px; }
  .product-recommendations__grid .product-card__head p { font-size: 12px; }

  .product-recommendations__grid .product-card__actions { top: 64px; right: 8px; }
  .product-recommendations__grid .product-card__discount { top: 65px; left: 12px; padding: 6px 8px; font-size: 13px; }

  .product-recommendations__grid .product-card__image {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    height: 210px;
    background-position: center;
    background-size: 94% auto;
  }

  .product-recommendations__grid .product-card__colors {
    position: absolute;
    top: 285px;
    left: 0;
    width: 100%;
    margin: 0;
  }

  .product-recommendations__grid .product-card__colors button { width: 25px; height: 25px; }

  .product-recommendations__grid .product-card__price {
    position: absolute;
    top: 318px;
    left: 0;
    width: 100%;
    padding: 0;
    font-size: 18px;
  }

  .product-recommendations__grid .product-card__buy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    min-height: 40px;
    font-size: 12px;
  }

  .product-recommendations__arrow {
    position: absolute;
    z-index: 5;
    top: 61%;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0 0 2px;
    color: var(--color-navy);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 38, 79, .2);
    font-size: 30px;
    line-height: 1;
    transform: translateY(-50%);
  }

  .product-recommendations__arrow--prev { left: -2px; }
  .product-recommendations__arrow--next { right: -2px; }

  .product-recommendations__dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 16px;
  }

  .product-recommendations__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    background: #edf2f7;
  }

  .product-recommendations__dots button.is-active {
    background: #65779f;
  }

  .product-recommendations .section-link {
    justify-content: flex-end;
    margin-top: 28px;
    font-size: 13px;
  }

  .product-recommendations .section-link img {
    width: 21px;
  }

  .product-page .site-footer {
    margin-top: 0;
  }
}

/* End */
/* /local/templates/grohe/css/pages/product.css?179017260613957 */
