
/* ===== GH home v4 ===== */
.gh-home {
  background: #fff;
}
.gh-home * {
  box-sizing: border-box;
}
.gh-home a {
  text-decoration: none;
}
.gh-home__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}
.gh-home-hero {
  padding: 34px 0 18px;
}
.gh-home-hero .swiper {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(30, 64, 90, .14);
}
.gh-home-hero__slide {
  padding: 46px 42px;
  background: linear-gradient(90deg, #eef5fb 0%, #f5f9fc 100%);
}
.gh-home-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .94fr);
  gap: 34px;
  align-items: center;
}
.gh-home-hero__title {
  margin: 0 0 18px;
  color: #1b3951;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  text-transform: uppercase;
}
.gh-home-hero__text {
  max-width: 560px;
  margin: 0;
  color: #39566e;
  font-size: 18px;
  line-height: 1.72;
}
.gh-home-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.gh-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.gh-home-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(24, 52, 75, .14);
}
.gh-home-btn--primary {
  background: linear-gradient(135deg, #53a7d5, #3b89c0);
  color: #fff;
}
.gh-home-btn--secondary {
  background: #fff;
  border-color: rgba(27, 57, 81, .12);
  color: #1b3951;
}
.gh-home-hero__media {
  position: relative;
}
.gh-home-hero__stack {
  display: grid;
  gap: 18px;
}
.gh-home-hero__stack--brand {
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 1fr 1fr auto;
}
.gh-home-hero__stack--thermo {
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 1fr auto;
}
.gh-home-hero__stack--presso {
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: 1fr 1fr;
}
.gh-home-hero__product {
  margin: 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(70, 110, 145, .08);
  box-shadow: 0 18px 38px rgba(27, 57, 81, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 172px;
}
.gh-home-hero__product--large {
  grid-row: span 2;
  min-height: 362px;
}
.gh-home-hero__product--wide {
  grid-column: 1 / -1;
  min-height: 176px;
}
.gh-home-hero__product--small {
  min-height: 170px;
}
.gh-home-hero__product img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 318px;
  object-fit: contain;
}
.gh-home-hero__product--wide img {
  max-height: 140px;
}
.gh-home-hero__product--small img {
  max-height: 128px;
}
.gh-home-hero__product--presso-main img {
  max-height: 330px;
}

.gh-home-section {
  padding: 28px 0;
}
.gh-home-card {
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(24, 52, 75, .08);
}
.gh-home-section__head {
  margin-bottom: 28px;
}
.gh-home-section__title {
  margin: 0 0 8px;
  color: #1b3951;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
  font-weight: 800;
}
.gh-home-section__subtitle {
  margin: 0;
  color: #5d7891;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.gh-home-brand__grid,
.gh-home-consult__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: center;
}
.gh-home-brand__image {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #edf5fb 0%, #dfeaf5 100%);
}
.gh-home-brand__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(255,255,255,.18), transparent 58%),
    url('/img/prod/1/first.jpg') center/70% no-repeat,
    linear-gradient(140deg, #eef5fb 0%, #d9e7f3 100%);
}
.gh-home-brand__image::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -24px;
  bottom: -28px;
  border-radius: 50%;
  background: rgba(83,167,213,.12);
}
.gh-home-brand__content p {
  margin: 0 0 18px;
  color: #38566f;
  font-size: 17px;
  line-height: 1.75;
}
.gh-home-lines__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.gh-home-line {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f9fbfd 0%, #ffffff 100%);
  border: 1px solid rgba(70,110,145,.08);
}
.gh-home-line__art {
  position: relative;
  min-height: 220px;
  border-radius: 24px;
  margin-bottom: 22px;
  border: 1px solid rgba(83, 167, 213, .12);
  overflow: hidden;
  background: linear-gradient(140deg, #edf4fa 0%, #e8f0f8 100%);
}
.gh-home-line__art::after {
  content: "";
  position: absolute;
  inset: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gh-home-line__art--thermo::after {
  background-image: url('/pl/img/home/thermo.png');
}
.gh-home-line__art--presso::after {
  background-image: url('/pl/img/home/presso.png');
}
.gh-home-line__title {
  margin: 0 0 10px;
  color: #1b3951;
  font-size: 29px;
  font-weight: 800;
}
.gh-home-line__text {
  margin: 0 0 22px;
  color: #4a657d;
  font-size: 16px;
  line-height: 1.7;
}
.gh-home-line__features {
  display: grid;
  gap: 16px;
}
.gh-home-feature {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.gh-home-feature__icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #eef5fb;
  color: #3b89c0;
  font-size: 22px;
}
.gh-home-feature__content h4 {
  margin: 0 0 6px;
  color: #1b3951;
  font-size: 18px;
  font-weight: 700;
}
.gh-home-feature__content p {
  margin: 0;
  color: #546f85;
  line-height: 1.7;
}
.gh-home-line__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.gh-home-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.gh-home-product {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(70,110,145,.08);
  box-shadow: 0 16px 36px rgba(24, 52, 75, .08);
}
.gh-home-product__visual {
  position: relative;
  min-height: 220px;
  background: linear-gradient(140deg, #edf4fa 0%, #f8fbfd 100%);
}
.gh-home-product__visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gh-home-product--blanket .gh-home-product__visual::before {
  background-image: url('/img/prod/1/first.jpg');
}
.gh-home-product--sheet .gh-home-product__visual::before {
  background-image: url('/img/prod/2/first.jpg');
}
.gh-home-product--neck .gh-home-product__visual::before {
  background-image: url('/img/prod/6/first.jpg');
}
.gh-home-product--presso .gh-home-product__visual::before {
  background-image: url('https://a.allegroimg.com/original/11b767/22302b91436bbc05fc80d8d674d9/Masazni-Pristroj-presoterapie-lymfaticke-drenaze-GESBERG-PressoHealth-VELIKOST-L');
}
.gh-home-product__body {
  padding: 22px;
}
.gh-home-product__title {
  margin: 0 0 10px;
  color: #1b3951;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.gh-home-product__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.gh-home-product__tag {
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef5fb;
  color: #527391;
  font-size: 13px;
  font-weight: 700;
}
.gh-home-product__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1b3951;
  color: #fff;
  font-weight: 700;
}
.gh-home-consult__grid {
  align-items: stretch;
}
.gh-home-consult__info {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f9fc 0%, #eef5fb 100%);
}
.gh-home-contact-card + .gh-home-contact-card {
  margin-top: 22px;
}
.gh-home-contact-card h3 {
  margin: 0 0 14px;
  color: #1b3951;
  font-size: 22px;
  font-weight: 800;
}
.gh-home-contact-card p {
  margin: 0 0 12px;
  color: #4e6c84;
  line-height: 1.75;
}
.contentX.home-consultations__box {
  display: block;
  padding: 24px;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .gh-home-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .gh-home-hero__layout,
  .gh-home-brand__grid,
  .gh-home-consult__grid,
  .gh-home-lines__grid {
    grid-template-columns: 1fr;
  }
  .gh-home-hero__slide {
    padding: 34px 26px;
  }
  .gh-home-hero__media {
    margin-top: 10px;
  }
  .gh-home-hero__product--large {
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .gh-home-hero {
    padding: 20px 0 12px;
  }
  .gh-home-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .gh-home-hero .swiper,
  .gh-home-hero__slide {
    border-radius: 24px;
  }
  .gh-home-hero__slide {
    padding: 24px 18px;
  }
  .gh-home-hero__title,
  .gh-home-section__title {
    font-size: 34px;
  }
  .gh-home-hero__text,
  .gh-home-brand__content p,
  .gh-home-feature__content p,
  .gh-home-line__text {
    font-size: 16px;
    line-height: 1.65;
  }
  .gh-home-hero__buttons,
  .gh-home-line__buttons {
    flex-direction: column;
  }
  .gh-home-btn,
  .gh-home-product__cta {
    width: 100%;
  }
  .gh-home-hero__stack,
  .gh-home-hero__stack--brand,
  .gh-home-hero__stack--thermo,
  .gh-home-hero__stack--presso {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 12px;
  }
  .gh-home-hero__product {
    min-height: 132px;
    padding: 12px;
    border-radius: 18px;
  }
  .gh-home-hero__product--large,
  .gh-home-hero__product--wide,
  .gh-home-hero__product--small {
    grid-column: auto;
    grid-row: auto;
    min-height: 132px;
  }
  .gh-home-hero__product img {
    max-height: 108px;
  }
  .gh-home-hero__product--presso-main img {
    max-height: 112px;
  }
  .gh-home-products__grid {
    grid-template-columns: 1fr;
  }
  .gh-home-line {
    padding: 22px 18px;
  }
  .gh-home-line__art,
  .gh-home-brand__image {
    min-height: 220px;
  }
  .contentX.home-consultations__box {
    padding: 18px;
  }
}
/* ===== /GH home v4 ===== */



/* ===== GH home v5 banner update ===== */
.gh-home-hero {
  padding: 34px 0 18px;
}
.gh-home-hero .swiper {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(30, 64, 90, .14);
}
.gh-home-hero__slide {
  min-height: 560px;
  padding: 46px 42px;
  background: linear-gradient(90deg, #eef5fb 0%, #f5f9fc 100%);
  display: flex;
  align-items: center;
}
.gh-home-hero__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .94fr);
  gap: 34px;
  align-items: center;
}
.gh-home-hero__copy {
  padding-right: 8px;
}
.gh-home-hero__media {
  width: 100%;
}
.gh-home-hero__stack--products {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  min-height: 468px;
}
.gh-home-hero__product {
  margin: 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(70, 110, 145, .08);
  box-shadow: 0 18px 38px rgba(27, 57, 81, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 225px;
}
.gh-home-hero__product--large {
  grid-row: span 2;
  min-height: 468px;
}
.gh-home-hero__product--small {
  min-height: 225px;
}
.gh-home-hero__product img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
}
.gh-home-hero__product--small img {
  max-height: 180px;
}
.gh-home-hero__title {
  margin: 0 0 18px;
  color: #1b3951;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  text-transform: uppercase;
}
.gh-home-hero__text {
  max-width: 560px;
  margin: 0;
  color: #39566e;
  font-size: 18px;
  line-height: 1.72;
}
.gh-home-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gh-home-hero__slide {
    min-height: 520px;
    padding: 38px 34px;
  }
  .gh-home-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 26px;
  }
  .gh-home-hero__stack--products {
    min-height: 420px;
  }
  .gh-home-hero__product--large {
    min-height: 420px;
  }
  .gh-home-hero__product {
    min-height: 201px;
  }
}
@media (max-width: 991px) {
  .gh-home-hero__slide {
    min-height: 0;
    padding: 34px 28px;
  }
  .gh-home-hero__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .gh-home-hero__copy {
    padding-right: 0;
  }
  .gh-home-hero__stack--products {
    min-height: 360px;
    max-width: 640px;
  }
  .gh-home-hero__product--large {
    min-height: 360px;
  }
  .gh-home-hero__product {
    min-height: 171px;
  }
}
@media (max-width: 767px) {
  .gh-home-hero {
    padding: 22px 0 12px;
  }
  .gh-home-hero .swiper {
    border-radius: 22px;
  }
  .gh-home-hero__slide {
    padding: 24px 18px;
  }
  .gh-home-hero__title {
    font-size: 34px;
  }
  .gh-home-hero__text {
    font-size: 15px;
    line-height: 1.62;
  }
  .gh-home-hero__buttons {
    margin-top: 22px;
    gap: 10px;
  }
  .gh-home-btn {
    width: 100%;
    min-height: 48px;
  }
  .gh-home-hero__stack--products {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    gap: 12px;
  }
  .gh-home-hero__product {
    padding: 12px;
    min-height: 144px;
    border-radius: 18px;
  }
  .gh-home-hero__product--large {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 220px;
  }
  .gh-home-hero__product img {
    max-height: 200px;
  }
  .gh-home-hero__product--small img {
    max-height: 120px;
  }
}
@media (max-width: 479px) {
  .gh-home-hero__slide {
    padding: 20px 14px;
  }
  .gh-home-hero__title {
    font-size: 29px;
  }
  .gh-home-hero__stack--products {
    gap: 10px;
  }
  .gh-home-hero__product {
    min-height: 126px;
  }
  .gh-home-hero__product--large {
    min-height: 188px;
  }
  .gh-home-hero__product img {
    max-height: 168px;
  }
  .gh-home-hero__product--small img {
    max-height: 98px;
  }
}


/* ===== GH home v6 hero ===== */
.gh-home-hero .swiper-wrapper {
  align-items: stretch;
}
.gh-home-hero .swiper-slide {
  height: auto;
}
.gh-home-hero .swiper,
.gh-home-hero__slide {
  border-radius: 30px;
}
.gh-home-hero__slide {
  height: 560px;
  overflow: hidden;
}
.gh-home-hero__slide--combo {
  padding: 42px;
  background: linear-gradient(90deg, #eef5fb 0%, #f5f9fc 100%);
}
.gh-home-hero__slide--image {
  padding: 0;
  background: #edf4fa;
}
.gh-home-hero__layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: 30px;
  align-items: stretch;
}
.gh-home-hero__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  padding-right: 4px;
}
.gh-home-hero__title {
  margin: 0 0 18px;
}
.gh-home-hero__text {
  max-width: 540px;
  margin: 0;
}
.gh-home-hero__buttons {
  margin-top: 30px;
}
.gh-home-hero__media,
.gh-home-hero__stack--products {
  height: 100%;
}
.gh-home-hero__stack--products {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}
.gh-home-hero__product {
  min-height: 0;
  height: 100%;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(70, 110, 145, .08);
  box-shadow: 0 18px 38px rgba(27, 57, 81, .08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gh-home-hero__product--large {
  grid-row: 1 / span 2;
}
.gh-home-hero__product img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.gh-home-hero__image-banner,
.gh-home-hero__image-banner picture,
.gh-home-hero__image-banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.gh-home-hero__image-banner img {
  object-fit: cover;
}

@media (max-width: 1199px) {
  .gh-home-hero__slide {
    height: 520px;
  }
  .gh-home-hero__slide--combo {
    padding: 36px 32px;
  }
  .gh-home-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 24px;
  }
  .gh-home-hero__title {
    font-size: clamp(32px, 4vw, 48px);
  }
  .gh-home-hero__text {
    font-size: 17px;
    line-height: 1.62;
  }
  .gh-home-hero__product {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .gh-home-hero__slide {
    height: 520px;
  }
  .gh-home-hero__slide--combo {
    padding: 30px 26px;
  }
  .gh-home-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 20px;
  }
  .gh-home-hero__title {
    font-size: 38px;
  }
  .gh-home-hero__text {
    font-size: 16px;
    line-height: 1.55;
  }
  .gh-home-hero__buttons {
    margin-top: 24px;
    gap: 10px;
  }
  .gh-home-btn {
    min-height: 48px;
    padding: 0 18px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .gh-home-hero {
    padding: 22px 0 12px;
  }
  .gh-home-hero .swiper,
  .gh-home-hero__slide {
    border-radius: 22px;
  }
  .gh-home-hero__slide {
    height: 440px;
  }
  .gh-home-hero__slide--combo {
    padding: 22px 18px;
  }
  .gh-home-hero__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 16px;
  }
  .gh-home-hero__copy {
    max-width: none;
    padding-right: 0;
    justify-content: flex-start;
  }
  .gh-home-hero__title {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 12px;
  }
  .gh-home-hero__text {
    font-size: 15px;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .gh-home-hero__buttons {
    margin-top: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .gh-home-btn {
    width: auto;
    min-width: 0;
    flex: 1 1 100%;
  }
  .gh-home-hero__media {
    min-height: 0;
  }
  .gh-home-hero__stack--products {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
  }
  .gh-home-hero__product {
    padding: 14px;
    border-radius: 18px;
  }
  .gh-home-hero__product--mobile-hide {
    display: none;
  }
}

@media (max-width: 479px) {
  .gh-home-hero__slide {
    height: 420px;
  }
  .gh-home-hero__slide--combo {
    padding: 18px 14px;
  }
  .gh-home-hero__title {
    font-size: 27px;
  }
  .gh-home-hero__text {
    font-size: 14px;
  }
  .gh-home-btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }
}
/* ===== /GH home v6 hero ===== */


/* ===== GH home v7 brand update ===== */
.gh-home-section__subtitle--brand {
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  font-weight: 700;
  color: #53a7d5;
}
.gh-home-brand__content--full {
  width: 100%;
  max-width: none;
  text-align: justify;
  text-justify: inter-word;
}
.gh-home-brand__content--full p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gh-home-section__subtitle--brand {
    font-size: 24px;
  }
}
/* ===== /GH home v7 brand update ===== */


/* ===== GH home v10 lines + brand fixes ===== */
@media (min-width: 992px) {
  .gh-home-brand__content--full {
    padding-right: 6px;
  }
  .gh-home-line {
    display: grid;
    grid-template-rows: 220px 72px 88px minmax(0, 1fr) 56px;
    align-items: start;
    min-height: 100%;
  }
  .gh-home-line__art {
    height: 220px;
    min-height: 220px;
    margin-bottom: 0;
  }
  .gh-home-line__title {
    display: flex;
    align-items: center;
    margin: 18px 0 0;
    min-height: 72px;
  }
  .gh-home-line__text {
    margin: 0;
    min-height: 88px;
    display: flex;
    align-items: flex-start;
  }
  .gh-home-line__features {
    align-self: stretch;
    min-height: 100%;
    padding-top: 6px;
  }
  .gh-home-line__buttons {
    margin-top: 0;
    align-self: end;
    min-height: 56px;
  }
}
@media (max-width: 991px) {
  .gh-home-brand__content--full {
    padding-right: 0;
  }
}
/* ===== /GH home v10 lines + brand fixes ===== */


/* ===== GH home v11 fix: line art images visible ===== */
@media (min-width: 992px) {
  .gh-home-line__art::after {
    inset: 22px 26px;
  }
}
@media (max-width: 991px) {
  .gh-home-line__art::after {
    inset: 18px 22px;
  }
}


/* ===== GH home v12 bestseller cards ===== */
.gh-home-products__grid--catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.gh-home-store-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #dbe8f2;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(24, 52, 75, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.gh-home-store-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(24, 52, 75, .12);
}
.gh-home-store-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
  border-bottom: 1px solid #e0ebf4;
}
.gh-home-store-card__image {
  display: block;
  max-width: 100%;
  max-height: 278px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.gh-home-store-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 24px 26px;
}
.gh-home-store-card__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.gh-home-store-card__price {
  color: #193b56;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.02em;
}
.gh-home-store-card__old-price {
  color: #8ea6ba;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-decoration: line-through;
}
.gh-home-store-card__title {
  margin: 0 0 22px;
  min-height: 92px;
  color: #1b3951;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
}
.gh-home-store-card__title a {
  color: inherit;
}
.gh-home-store-card__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  flex-wrap: wrap;
}
.gh-home-store-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #173750;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
}
.gh-home-store-card__buy:hover,
.gh-home-store-card__buy:focus {
  background: #0f2b41;
  color: #ffffff;
  text-decoration: none;
}
.gh-home-store-card__more {
  display: inline-flex;
  align-items: center;
  color: #173750;
  font-size: 15px;
  font-weight: 700;
}
.gh-home-store-card__more:hover,
.gh-home-store-card__more:focus {
  color: #0f2b41;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .gh-home-products__grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gh-home-store-card__title {
    min-height: 112px;
  }
}
@media (max-width: 767px) {
  .gh-home-products__grid--catalog {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .gh-home-store-card {
    border-radius: 24px;
  }
  .gh-home-store-card__image-wrap {
    min-height: 280px;
    padding: 22px;
  }
  .gh-home-store-card__image {
    max-height: 234px;
  }
  .gh-home-store-card__content {
    padding: 20px 18px 22px;
  }
  .gh-home-store-card__price {
    font-size: 28px;
  }
  .gh-home-store-card__old-price {
    font-size: 18px;
  }
  .gh-home-store-card__title {
    min-height: 0;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .gh-home-store-card__actions {
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }
  .gh-home-store-card__buy,
  .gh-home-store-card__more {
    width: 100%;
    justify-content: center;
  }
}
/* ===== /GH home v12 bestseller cards ===== */


/* ===== GH home v13 products + blog ===== */
.gh-home-store-card__image-wrap {
  background: #ffffff;
  border-bottom: 1px solid #e0ebf4;
}
.gh-home-store-card__actions {
  gap: 0;
}
.gh-home-store-card__buy {
  min-width: 100%;
}
.gh-home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.gh-home-blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid #dbe8f2;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
  box-shadow: 0 18px 40px rgba(24, 52, 75, .08);
}
.gh-home-blog-card__meta {
  margin-bottom: 14px;
  color: #6f8aa2;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gh-home-blog-card__title {
  margin: 0 0 16px;
  color: #1b3951;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}
.gh-home-blog-card__title a {
  color: inherit;
}
.gh-home-blog-card__excerpt {
  margin: 0 0 24px;
  color: #4e6c84;
  font-size: 16px;
  line-height: 1.75;
}
.gh-home-blog-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 48px;
  padding: 0 22px;
  margin-top: auto;
  border-radius: 999px;
  background: #173750;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
}
.gh-home-blog-card__link:hover,
.gh-home-blog-card__link:focus {
  background: #0f2b41;
  color: #ffffff;
  text-decoration: none;
}
.gh-home-blog__footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gh-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .gh-home-blog__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .gh-home-blog-card {
    padding: 22px 18px;
    border-radius: 24px;
  }
  .gh-home-blog-card__title {
    font-size: 21px;
  }
  .gh-home-blog-card__excerpt {
    font-size: 15px;
    line-height: 1.68;
  }
  .gh-home-blog-card__link {
    width: 100%;
  }
}
/* ===== /GH home v13 products + blog ===== */
