.main-container {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .main-container {
    margin-top: 90px;
  }
}
.seo-description,
.breadcrumbs__wrap {
  display: none;
}
#p-countdown {
  padding: 0 0 20px;
  background: var(--p-background-page);
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  #p-countdown {
    padding: 0 0 50px;
  }
}
#p-countdown .countdown-widget__container {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
}
#p-countdown .countdown-widget__desc {
  display: flex;
  flex-direction: column-reverse;
  padding: 28px 15px 0;
  gap: 8px;
  margin: 0;
}
@media (min-width: 1024px) {
  #p-countdown .countdown-widget__desc {
    padding-top: 55px;
  }
}
#p-countdown .countdown-widget__title {
  color: var(--p-countdown-title-color);
  font-size: clamp(30px, 6vw, 54px);
  line-height: clamp(34px, 6vw, 58px);
  font-weight: 700;
  font-family: var(--font-family-primary);
}
#p-countdown .countdown-widget__subtitle {
  color: var(--p-countdown-subtitle-color);
  font-size: clamp(12px, 1vw, 16px);
  line-height: clamp(14px, 1vw, 18px);
  font-family: var(--font-family-primary);
  font-weight: 500;
  margin: 0;
}
#p-countdown .countdown-widget__timer {
  font-size: 30px;
  line-height: 34px;
  color: var(--p-countdown-text-color);
  font-family: var(--font-family-primary);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
  margin-top: 27px;
}
@media (min-width: 1024px) {
  #p-countdown .countdown-widget__timer {
    font-size: 20px;
    line-height: 24px;
    margin-top: 17px;
  }
}
#p-countdown .countdown-widget__timer::before {
  content: var(--p-countdown-text);
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  #p-countdown .countdown-widget__timer::before {
    content: '🔥' var(--p-countdown-text);
    margin-right: 5px;
    width: auto;
    text-align: left;
  }
}
#p-countdown .countdown-widget__timer > *:nth-last-child(2) {
  display: none;
}
#p-countdown .countdown-widget__timer > div {
  display: flex;
  align-items: center;
  font-weight: inherit;
}
#p-countdown .countdown-widget__timer .days::after {
  content: 'д';
}
#p-countdown .countdown-widget__timer .hours::after {
  content: 'ч';
}
#p-countdown .countdown-widget__timer .minutes::after {
  content: 'м';
}
#p-countdown .countdown-widget__timer .seconds {
  display: none;
}
#p-countdown .countdown-widget__timer .time-label {
  display: none;
}
#p-countdown .countdown-widget__timer .timer-number {
  font-family: revert;
  font-weight: inherit;
  background: none;
  font-size: inherit;
  line-height: inherit;
  min-width: revert;
  border-radius: revert;
}
#p-countdown .countdown-widget__dots {
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
#p-countdown .countdown-widget__image picture {
  display: block;
  max-width: 420px;
  margin: 0 auto;
  height: 430px;
}
@media (min-width: 768px) {
  #p-countdown .countdown-widget__image picture {
    max-width: revert;
    height: 730px;
  }
}
#p-countdown .countdown-widget__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#p-promocode {
  background: var(--p-background-page);
  box-sizing: border-box;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  #p-promocode {
    padding: 50px 0;
  }
}
#p-promocode .widget-promocode__container {
  width: 100%;
  padding: 0 15px;
  max-width: 970px;
  margin: 0 auto;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #p-promocode .widget-promocode__container {
    grid-template-columns: 1.7fr 1fr;
  }
}
#p-promocode .widget-promocode__desc {
  margin: 0;
  padding: 20px 15px 25px;
  background: var(--p-promocode-desc-bg);
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  #p-promocode .widget-promocode__desc {
    border-radius: 8px;
    padding: 20px 46px;
  }
}
#p-promocode .widget-promocode__title {
  color: var(--p-promocode-title-color);
  font-family: var(--font-family-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  text-transform: none;
}
@media (min-width: 1024px) {
  #p-promocode .widget-promocode__title {
    font-size: 24px;
    line-height: 32px;
  }
}
#p-promocode .widget-promocode__subtitle {
  color: var(--p-promocode-subtitle-color);
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: var(--font-family-primary);
}
@media (min-width: 1024px) {
  #p-promocode .widget-promocode__subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}
#p-promocode .widget-promocode__subtitle [data-link] {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: var(--p-promocode-link-color);
  cursor: pointer;
  transition: all 0.35s;
}
#p-promocode .widget-promocode__subtitle [data-link]:hover {
  color: var(--p-promocode-link-color-hover);
}
#p-promocode .widget-promocode__coupon-wrap {
  padding: 20px 20px 75px;
  box-sizing: border-box;
  background-color: var(--p-promocode-coupon-bg);
  border-radius: 8px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#p-promocode .widget-promocode__coupon-wrap::before {
  display: block;
  content: 'Ваш промокод';
  color: var(--p-promocode-label-color);
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--font-family-primary);
}
#p-promocode .widget-promocode__coupon {
  display: inline-flex;
  width: auto;
  min-width: 220px;
  height: 55px;
  justify-content: center;
  border: 1px dashed var(--p-promocode-coupon-border-color);
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 8px;
  background-color: var(--p-promocode-coupon-bg);
}
#p-promocode .widget-promocode__coupon-text {
  font-weight: 500;
  font-family: var(--font-family-primary);
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0;
  color: var(--p-promocode-coupon-color);
}
#p-promocode .widget-promocode__coupon-text::after {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  content: 'Скопировать';
  width: 157px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  font-family: var(--font-family-primary);
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("https://shop.hansgrohe.ru/skin/frontend/ariflex/hansgrohe/less/pages/sale/data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.5%207a.5.5%200%200%201%20.5.5V15a.5.5%200%200%201-.5.5H3a.5.5%200%200%201-.5-.5V7.5A.5.5%200%200%201%203%207h7.5Zm2.5.5A2.5%202.5%200%200%200%2010.5%205H3A2.5%202.5%200%200%200%20.5%207.5V15A2.5%202.5%200%200%200%203%2017.5h7.5A2.5%202.5%200%200%200%2013%2015V7.5Z%22/%3E%3Cpath%20d%3D%22M15%202.5c.273%200%20.5.227.5.5v7.5c0%20.273-.227.5-.5.5a1%201%200%201%200%200%202c1.377%200%202.5-1.123%202.5-2.5V3c0-1.377-1.123-2.5-2.5-2.5H7.5A2.504%202.504%200%200%200%205%203a1%201%200%201%200%202%200c0-.273.227-.5.5-.5H15Z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: var(--p-promocode-button-bg);
  color: var(--p-promocode-button-color);
  background-position: 16px center;
  padding: 0 10px 0 32px;
  box-sizing: border-box;
}
#p-promocode .widget-promocode__coupon-success {
  inset: 0;
  font-size: 16px;
  line-height: 55px;
  font-weight: 400;
  background-color: var(--p-promocode-coupon-bg);
  color: var(--p-promocode-coupon-color);
  border-radius: 8px;
}
#p-category {
  background: var(--p-background-page);
  box-sizing: border-box;
  padding: 20px 0;
  margin: 0;
}
@media (min-width: 1024px) {
  #p-category {
    padding: 50px 0;
  }
}
#p-category > .container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: 1450px;
  margin: 0 auto;
}
#p-category .widget-category-list__wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "title" "items";
  gap: 25px;
}
@media (min-width: 1024px) {
  #p-category .widget-category-list__wrapper {
    gap: 30px;
  }
}
#p-category .widget-category-list__title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--font-family-primary);
  color: var(--p-category-title-color);
}
@media (min-width: 1024px) {
  #p-category .widget-category-list__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#p-category .widget-category-list__items {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
#p-category .widget-category-list__items .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  #p-category .widget-category-list__items .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  #p-category .widget-category-list__items .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1600px) {
  #p-category .widget-category-list__items .swiper-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
#p-category .widget-category-list__item {
  padding: 10px;
  background-color: var(--p-category-item-bg);
  border: 1px solid var(--p-category-item-bg);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s;
  min-height: 70px;
  display: flex;
  align-items: center;
}
#p-category .widget-category-list__item::after {
  display: none;
}
@media (min-width: 768px) {
  #p-category .widget-category-list__item {
    display: block;
  }
}
@media (min-width: 1024px) {
  #p-category .widget-category-list__item {
    padding: 10px 20px;
  }
}
#p-category .widget-category-list__item:hover {
  text-decoration: none;
  border-color: var(--p-category-item-border-color-hover);
}
#p-category .widget-category-list__item-name {
  color: var(--p-category-item-color);
  font-size: 14px;
  line-height: 18px;
  min-height: revert;
  text-align: left;
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  font-family: var(--font-family-primary);
}
@media (min-width: 768px) {
  #p-category .widget-category-list__item-name {
    font-size: 18px;
    line-height: 22px;
  }
}
#p-category .widget-category-list__item-thumbnail {
  display: none;
}
#p-category .widget-category-list__nav {
  display: none;
}
#p-product {
  background: var(--p-background-page);
  box-sizing: border-box;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  #p-product {
    padding: 50px 0;
  }
}
#p-product .product-extended__container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0;
}
#p-product .product-extended__block {
  padding: 0;
  position: relative;
}
#p-product .product-extended__picture {
  display: block;
  width: 100%;
  max-width: 100%;
}
#p-product .product-extended__picture picture {
  display: block;
  height: 522px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #p-product .product-extended__picture picture {
    height: 370px;
    border-radius: 8px;
  }
}
#p-product .product-extended__picture picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#p-product .product-extended__picture_mobile {
  display: none;
}
#p-product .product-extended__content {
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 25px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  #p-product .product-extended__content {
    padding: 35px 50px;
  }
}
#p-product .product-extended__label {
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  min-height: 26px;
  padding: 0 10px;
  margin: 0 0 13px;
  color: var(--p-product-label-color);
  background-color: var(--p-product-label-bg);
}
@media (min-width: 1024px) {
  #p-product .product-extended__label {
    margin: 0 0 23px;
  }
}
#p-product .product-extended__label::before {
  content: '🔥';
}
#p-product .product-extended__title {
  font-size: 24px;
  line-height: 28px;
  color: var(--p-product-title-color);
  font-weight: 700;
  font-family: var(--font-family-primary);
  margin: 0 0 10px;
  text-transform: none;
}
@media (min-width: 1024px) {
  #p-product .product-extended__title {
    font-size: 30px;
    line-height: 34px;
    max-width: 520px;
  }
}
#p-product .product-extended__text {
  font-size: 14px;
  line-height: 18px;
  color: var(--p-product-text-color);
  margin: 0;
  font-family: var(--font-family-primary);
  font-weight: 500;
}
#p-product .product-extended__bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 13px 0 0;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 768px) {
  #p-product .product-extended__bottom {
    flex: revert;
  }
}
@media (min-width: 1024px) {
  #p-product .product-extended__bottom {
    margin: auto 0 0;
  }
}
#p-product .product-extended__bottom .price__discount,
#p-product .product-extended__bottom .price__history {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
}
#p-product .product-extended__bottom .price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  color: var(--p-product-price-color);
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  font-family: var(--font-family-primary);
}
@media (min-width: 1024px) {
  #p-product .product-extended__bottom .price {
    font-size: 40px;
    line-height: 40px;
  }
}
#p-product .product-extended__bottom .special {
  color: var(--p-product-price-color);
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  font-family: var(--font-family-primary);
}
@media (min-width: 1024px) {
  #p-product .product-extended__bottom .special {
    font-size: 40px;
    line-height: 40px;
  }
}
#p-product .product-extended__bottom .old {
  font-size: 18px;
  line-height: 18px;
  text-decoration: line-through;
  color: var(--p-product-oldprice-color);
  font-family: var(--font-family-primary);
  font-weight: 500;
}
@media (min-width: 1024px) {
  #p-product .product-extended__bottom .old {
    font-size: 24px;
    line-height: 24px;
  }
}
#p-product .product-extended__bottom .price-container__bonuses {
  display: none;
}
#p-product .product-extended__bottom .savings {
  border-radius: 8px;
  font-size: 18px;
  line-height: 18px;
  min-height: 22px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  background: var(--p-product-savings-bg);
  color: var(--p-product-savings-color);
  font-family: var(--font-family-primary);
  font-weight: 700;
}
@media (min-width: 1024px) {
  #p-product .product-extended__bottom .savings {
    font-size: 20px;
    line-height: 20px;
    min-height: 28px;
  }
}
#p-product .product-extended__bottom .savings > .savings__label {
  display: none;
}
#p-product .product-extended__bottom .savings > .price {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  background: inherit;
}
#p-product .product-extended__buy {
  width: 100%;
}
#p-product .product-extended__buy .product-item__buttons {
  margin: 0;
  text-align: left;
}
#p-product .product-extended__links {
  margin: auto 0 0;
  padding: 10px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  #p-product .product-extended__links {
    margin: 0;
  }
}
#p-product .product-extended__links .btn-add-to-cart {
  min-height: 64px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  font-family: var(--font-family-primary);
  font-weight: 500;
  padding: 0 15px;
  transition: all 0.35s;
  max-width: revert;
  min-width: revert;
  text-transform: none;
  border: 0;
}
@media (min-width: 1024px) {
  #p-product .product-extended__links .btn-add-to-cart {
    min-height: 40px;
    font-size: 16px;
    line-height: 1;
  }
}
#p-product .product-extended__links .btn-add-to-cart.btn-in-stock {
  color: var(--p-product-button-color);
  background-color: var(--p-product-button-bg);
}
#p-product .product-extended__links .btn-add-to-cart.btn-in-stock:hover {
  color: var(--p-product-button-color-hover);
  background-color: var(--p-product-button-bg-hover);
}
#p-product .product-extended__link {
  display: none;
}
#p-brands {
  background: var(--p-background-page);
  box-sizing: border-box;
  padding: 20px 0;
  margin: 0;
}
@media (min-width: 1024px) {
  #p-brands {
    padding: 50px 0;
  }
}
#p-brands > .container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: 1450px;
  margin: 0 auto;
}
#p-brands .widget-category-list__wrapper {
  display: grid;
  grid-template-areas: "title" "items";
  gap: 25px;
  grid-template-columns: 100%;
}
@media (min-width: 1024px) {
  #p-brands .widget-category-list__wrapper {
    gap: 30px;
  }
}
#p-brands .widget-category-list__title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--font-family-primary);
  color: var(--p-brands-title-color);
}
@media (min-width: 1024px) {
  #p-brands .widget-category-list__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#p-brands .widget-category-list__nav {
  z-index: 1;
  position: relative;
  pointer-events: none;
  grid-area: items;
}
#p-brands .widget-category-list__nav button {
  outline: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  width: 25px;
  height: 25px;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--p-slider-button-bg);
  background-position: center;
  transition: all 0.35s;
  display: block;
  position: absolute;
  top: 50%;
  pointer-events: all;
}
#p-brands .widget-category-list__nav button:hover {
  background-color: var(--p-slider-button-bg-hover);
}
#p-brands .widget-category-list__nav button.js-slider-btn_disabled {
  display: none;
}
#p-brands .widget-category-list__prev {
  background-image: url("https://shop.hansgrohe.ru/skin/frontend/ariflex/hansgrohe/less/pages/sale/data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226%22%20height%3D%2211%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.239%204.889%204.848%200%206%201.222%201.967%205.5%206%209.778%204.848%2011%20.238%206.111A.892.892%200%200%201%200%205.5c0-.23.086-.449.239-.611Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  left: -13px;
  transform: translate(-50%, -50%);
}
#p-brands .widget-category-list__next {
  background-image: url("https://shop.hansgrohe.ru/skin/frontend/ariflex/hansgrohe/less/pages/sale/data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226%22%20height%3D%2211%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.761%206.111%201.152%2011%200%209.778%204.033%205.5%200%201.222%201.152%200l4.61%204.889A.892.892%200%200%201%206%205.5c0%20.23-.086.449-.239.611Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  right: -13px;
  transform: translate(50%, -50%);
}
#p-brands .widget-category-list__items {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#p-brands .widget-category-list__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  gap: 0;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--p-brands-item-bg);
  border: 1px solid var(--p-brands-item-border-color);
  height: 75px;
  padding: 0;
  transition: all 0.35s;
}
#p-brands .widget-category-list__item:hover {
  border-color: var(--p-brands-item-border-color-hover);
}
#p-brands .widget-category-list__item-name {
  padding: 0;
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: var(--p-brands-item-color);
  border: none;
  background: none;
}
#p-brands .widget-category-list__item-thumbnail {
  display: none;
}
#p-bestsellers {
  position: relative;
  background: var(--p-background-page);
  box-sizing: border-box;
  padding: 20px 0 40px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  #p-bestsellers {
    padding: 50px 0 100px;
  }
}
#p-bestsellers .product-widget__container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: 1450px;
  margin: 0 auto;
}
#p-bestsellers .product-widget__title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--font-family-primary);
  color: var(--p-bestsellers-title-color);
}
@media (min-width: 1024px) {
  #p-bestsellers .product-widget__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#p-bestsellers .product-widget__category .product-item__wrapper {
  background-color: #fff;
  border-radius: 8px;
  border: 0;
}
#p-bestsellers .product-widget__swiper {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
@media (max-width: 1023px) {
  #p-bestsellers .product-widget__swiper {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #p-bestsellers .product-widget__swiper .swiper-slide {
    width: 260px;
  }
}
#p-bestsellers .product-widget__prev {
  outline: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--p-slider-button-bg);
  background-position: center;
  transition: all 0.35s;
  background-image: url("https://shop.hansgrohe.ru/skin/frontend/ariflex/hansgrohe/less/pages/sale/data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226%22%20height%3D%2211%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.239%204.889%204.848%200%206%201.222%201.967%205.5%206%209.778%204.848%2011%20.238%206.111A.892.892%200%200%201%200%205.5c0-.23.086-.449.239-.611Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  left: -13px;
  display: block;
}
#p-bestsellers .product-widget__prev:hover {
  background-color: var(--p-slider-button-bg-hover);
}
#p-bestsellers .product-widget__prev.js-slider-btn_disabled {
  display: none;
}
#p-bestsellers .product-widget__prev::before {
  display: none;
}
#p-bestsellers .product-widget__next {
  outline: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--p-slider-button-bg);
  background-position: center;
  transition: all 0.35s;
  background-image: url("https://shop.hansgrohe.ru/skin/frontend/ariflex/hansgrohe/less/pages/sale/data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226%22%20height%3D%2211%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.761%206.111%201.152%2011%200%209.778%204.033%205.5%200%201.222%201.152%200l4.61%204.889A.892.892%200%200%201%206%205.5c0%20.23-.086.449-.239.611Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: block;
  right: -13px;
}
#p-bestsellers .product-widget__next:hover {
  background-color: var(--p-slider-button-bg-hover);
}
#p-bestsellers .product-widget__next.js-slider-btn_disabled {
  display: none;
}
#p-bestsellers .product-widget__next::before {
  display: none;
}
#p-bestsellers .product-widget__pagination {
  display: none;
}
#p-bestsellers .skeleton-widget-products-list .skeleton-item {
  background-color: #fff;
  border-radius: 8px;
  border: 0;
}
#p-footnote {
  box-sizing: border-box;
  padding: 20px 15px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  #p-footnote {
    padding: 50px 15px;
  }
}
#p-footnote .text-block {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #D7D7D7;
}
#p-footnote .text-block__title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  box-sizing: border-box;
  min-height: 61px;
  transition: all 0.35s;
}
#p-footnote .text-block__title::before {
  content: '';
  min-width: 15px;
  height: 15px;
  background-image: url("https://shop.hansgrohe.ru/skin/frontend/ariflex/hansgrohe/less/pages/sale/data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%207V0h1v7h7v1H8v7H7V8H0V7h7Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
#p-footnote .text-block__title::after {
  display: none;
}
#p-footnote .text-block__title:hover {
  background: #F3F4F6;
}
#p-footnote .text-block__title.js-toggled::before {
  background-image: url("https://shop.hansgrohe.ru/skin/frontend/ariflex/hansgrohe/less/pages/sale/data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%208H0V7h15v1Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
#p-footnote .text-block__content {
  font-size: 12px;
  line-height: 14px;
  padding: 11px 30px 32px;
}
#p-footnote .text-block__content ul {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
  gap: 3px;
}
#p-footnote .text-block__content ul li {
  padding: 0;
}

