.home-new-products {
  margin: 24px 0;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, #f4fbfd 0%, #ffffff 100%);
  border: 1px solid #dceef3;
  border-radius: 8px;
  box-sizing: border-box;
}

.home-new-products__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.home-new-products__head h2 {
  margin: 0;
  color: #123f52;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.home-new-products__head p {
  margin: 4px 0 0;
  color: #53707b;
  font-size: 14px;
  line-height: 1.35;
}

.home-new-products__all {
  flex: 0 0 auto;
  color: #00769b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.home-new-products__all:hover,
.home-new-products__all:focus {
  text-decoration: underline;
}

.home-intro-panel {
  position: relative;
  margin: 20px 0 18px;
  padding: 18px 22px 16px;
  border: 1px solid #dce8ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(18, 63, 82, 0.07);
  box-sizing: border-box;
  color: #263f4b;
}

.home-intro-panel h1 {
  max-width: 760px;
  margin: 0 0 12px;
  color: #24395f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.home-intro-panel__domains {
  float: right;
  margin-left: 18px;
  color: #758692;
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
}

.home-intro-panel__text {
  clear: both;
  color: #344b55;
  font-size: 13px;
  line-height: 1.55;
}

.home-intro-panel__text p {
  margin: 0 0 8px;
}

.home-shipping-note {
  margin: 8px 0 14px;
  padding: 10px 12px;
  border: 1px solid #e4edf0;
  border-radius: 6px;
  background: #f4f8fa;
}

.home-shipping-note p {
  margin: 0;
}

.home-intro-list {
  margin: 0;
  padding: 0;
}

.home-intro-list li {
  margin: 0 0 5px 16px;
}

.home-intro-divider {
  height: 1px;
  margin: 14px 0 12px;
  border: 0;
  background: #e4edf0;
}

.home-intro-panel > div[style*="line-height"] {
  min-height: 68px;
  color: #2f4650;
  font-size: 14px;
  line-height: 1.55 !important;
}

.home-intro-panel > div[style*="line-height"] a {
  color: #163f55 !important;
  text-decoration: none !important;
}

.home-intro-panel > div[style*="line-height"] a:hover,
.home-intro-panel > div[style*="line-height"] a:focus {
  text-decoration: underline !important;
}

.new-products-carousel {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}

.new-products-carousel__viewport {
  width: 100%;
  overflow: hidden;
}

.new-products-carousel__track {
  display: flex;
  gap: 12px;
  transition: transform 420ms ease;
  will-change: transform;
}

.new-product-card {
  flex: 0 0 calc((100% - 48px) / 5);
  min-width: 0;
}

.new-product-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  height: 100%;
  padding: 9px;
  border: 1px solid #dce8ec;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(18, 63, 82, 0.08);
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.new-product-card__link:hover,
.new-product-card__link:focus {
  border-color: #9bc6d2;
  box-shadow: 0 7px 16px rgba(18, 63, 82, 0.14);
  transform: translateY(-2px);
}

.as-overview-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(18, 63, 82, 0.18);
}

.as-overview-badge--new {
  background: #d70b28;
}

.as-overview-badge--offer {
  background: #c84f18;
}

.as-overview-badge--free {
  background: #176da0;
}

.as-overview-badge--top {
  background: #6d3fa3 !important;
}

.new-product-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.new-product-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  margin-bottom: 8px;
  padding: 5px;
  box-sizing: border-box;
}

.new-product-card__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 118px;
  object-fit: contain;
}

.new-product-card__title {
  display: -webkit-box;
  min-height: 36px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #173f50;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new-product-card__info {
  display: -webkit-box;
  min-height: 31px;
  overflow: hidden;
  color: #536b75;
  font-size: 11px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new-product-card__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  min-height: 21px;
  margin-top: 5px;
  color: #66737b;
  font-size: 12px;
  line-height: 1.25;
}

.new-product-card__rating-star {
  color: #ffc400;
  font-size: 17px;
  line-height: 1;
}

.new-product-card__price {
  display: block;
  margin-top: auto;
  padding-top: 8px;
  color: #004aab;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.new-product-card__price sup {
  font-size: 10px;
  line-height: 1;
}

.new-products-carousel__btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 30px;
  height: 30px;
  border: 1px solid #c9dce3;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(18, 63, 82, 0.14);
  color: #123f52;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  transform: translateY(-50%);
}

.new-products-carousel__btn:hover,
.new-products-carousel__btn:focus {
  background: #f2fbfd;
}

.new-products-carousel__btn--prev {
  left: -14px;
}

.new-products-carousel__btn--next {
  right: -14px;
}

.home-trend-section {
  margin: 18px 0 22px;
  padding: 0;
}

.home-trend-section h2 {
  margin: 0 0 14px;
  color: #18345a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.home-trend-section__more {
  margin: 12px 0 0;
  color: #4e626c;
  font-size: 14px;
  line-height: 1.35;
}

.home-trend-section__more a {
  color: #00769b;
  font-weight: 700;
  text-decoration: none;
}

.home-trend-section__more a:hover,
.home-trend-section__more a:focus {
  text-decoration: underline;
}

.home-wishlist__image {
  float: right;
  max-width: 96px;
  max-height: 96px;
  width: auto;
  height: auto;
  margin: 0 0 8px 16px;
  object-fit: contain;
}

.home-trend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 14px 0 14px;
}

.home-trend-card {
  min-width: 0;
}

.home-trend-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  height: 100%;
  padding: 22px 14px 12px;
  border: 1px solid #dce8ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 13px rgba(18, 63, 82, 0.09);
  box-sizing: border-box;
  color: #19364d;
  text-align: left;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-trend-card__link:hover,
.home-trend-card__link:focus {
  border-color: #9fcbd7;
  box-shadow: 0 9px 22px rgba(18, 63, 82, 0.16);
  transform: translateY(-2px);
}

.home-trend-card__badges {
  position: absolute;
  top: -11px;
  right: 10px;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  max-width: calc(100% - 20px);
}

.home-trend-card__name {
  display: -webkit-box;
  min-height: 38px;
  margin: 5px 0 8px;
  overflow: hidden;
  color: #18345a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-trend-card__info {
  display: -webkit-box;
  min-height: 35px;
  margin-bottom: 8px;
  overflow: hidden;
  color: #5b6870;
  font-size: 12px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-trend-card__price {
  display: block;
  margin-top: auto;
  padding-top: 8px;
  color: #004aab;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  text-align: right;
}

.home-trend-card__price sup {
  font-size: 11px;
  line-height: 1;
}

.home-trend-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 5px 0 10px;
}

.home-trend-card__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 205px;
  object-fit: contain;
}

.home-trend-card__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  min-height: 21px;
  color: #66737b;
  font-size: 12px;
  line-height: 1.25;
}

.home-trend-card__rating-star {
  color: #ffc400;
  font-size: 17px;
  line-height: 1;
}

.home-hero-slider {
  margin: 22px 0 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dde8ec;
}

.home-hero-slider__image-link {
  display: block;
  overflow: hidden;
  background: #f4f8fa;
}

.home-hero-slider__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1128 / 310;
  object-fit: cover;
  border: 0;
}

.home-hero-slider__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  color: #2f4650;
  font-size: 14px;
  line-height: 1.45;
}

.home-hero-slider__caption h2 {
  margin: 0 0 3px;
  color: #18345a;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.home-hero-slider__caption p {
  margin: 0;
}

.home-hero-slider__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 5px;
  background: #00769b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(18, 63, 82, 0.14);
}

.home-hero-slider__cta:hover,
.home-hero-slider__cta:focus {
  background: #005f7e;
}

.mygalerie {
  position: relative;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 22px 0 26px;
  border-bottom: 1px solid #dde8ec;
}

.mygalerie #cf7 {
  width: 100% !important;
  border-radius: 10px;
  background: #eef5f7;
}

.mygalerie #cf7 img {
  width: 100% !important;
  max-width: none;
  border-radius: 10px;
}

.home-hero-slider__control {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  opacity: 0.42;
}

.home-hero-slider__control--prev {
  left: 4px;
}

.home-hero-slider__control--next {
  right: 4px;
}

.home-hero-slider__control a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 5px rgba(0, 42, 77, 0.72);
}

.home-hero-slider__control:hover,
.home-hero-slider__control:focus-within {
  opacity: 0.8;
}

.mygalerie .outerdiv {
  width: 100% !important;
  margin-top: 13px;
  box-sizing: border-box;
}

.mygalerie .galeriediv {
  width: 100% !important;
  padding: 16px 20px;
  border: 1px solid #dce8ec;
  border-radius: 10px;
  background: #ffffff;
  color: #425766;
  box-shadow: 0 4px 13px rgba(18, 63, 82, 0.07);
  box-sizing: border-box;
}

.mygalerie .galeriediv h2 {
  margin: 0 0 8px;
  color: #18345a;
  font-size: 21px;
  line-height: 1.25;
}

.home-slider-divider {
  display: none;
}

.home-shop-intro {
  margin: 24px 0 20px;
  color: #2f4650;
}

.home-shop-intro h2 {
  margin: 0 0 10px;
  color: #18345a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.home-shop-intro__text {
  max-width: none;
  width: 100%;
  color: #344b55;
  font-size: 14px;
  line-height: 1.7;
}

.home-shop-intro__text p {
  margin: 0 0 10px;
}

.home-shop-intro__text a {
  color: #00769b;
  font-weight: 700;
  text-decoration: none;
}

.home-shop-intro__text a:hover,
.home-shop-intro__text a:focus {
  text-decoration: underline;
}

.home-section-divider {
  height: 1px;
  margin: 24px 0;
  border: 0;
  background: #dde8ec;
}

.home-topic-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 24px;
}

.home-topic-tile {
  position: relative;
  aspect-ratio: 1619 / 971;
  overflow: hidden;
  border: 1px solid #d9e6ea;
  border-radius: 8px;
  background: #ffffff;
  color: #123f52;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(18, 63, 82, 0.08);
}

.home-topic-tile:hover,
.home-topic-tile:focus {
  border-color: #9fcbd7;
  box-shadow: 0 8px 20px rgba(18, 63, 82, 0.14);
  color: #005f7e;
}

.home-topic-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-topic-tile__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 14px 15px;
}

.home-topic-tile__body strong {
  color: #18345a;
  font-size: 17px;
  line-height: 1.15;
}

.home-topic-tile__body span {
  color: #53636a;
  font-size: 13px;
  line-height: 1.35;
}

.home-topic-tile--image .home-topic-tile__body {
  display: none;
}

.home-topic-tile--link {
  min-height: 92px;
  background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
}

.home-topic-tile--link .home-topic-tile__body {
  padding: 14px 48px 14px 14px;
}

.home-topic-tile--link::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 17px;
  height: 17px;
  border-right: 2px solid #007f9f;
  border-bottom: 2px solid #007f9f;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.55;
}

.home-featured-products {
  margin: 24px 0 30px;
}

.home-featured-products__head {
  margin: 0 0 14px;
}

.home-featured-products__head h2 {
  margin: 0;
  color: #18345a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.home-featured-products__head p {
  margin: 4px 0 0;
  color: #53636a;
  font-size: 14px;
  line-height: 1.35;
}

.home-featured-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-featured-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 345px;
  padding: 14px;
  border: 1px solid #dbe8ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(18, 63, 82, 0.07);
}

.home-featured-card__badges {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  max-width: calc(100% - 20px);
}

.home-featured-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  margin-bottom: 8px;
}

.home-featured-card__image img {
  display: block;
  max-width: 100%;
  max-height: 190px;
  width: auto;
  height: auto;
}

.home-featured-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.home-featured-card__name {
  display: block;
  color: #18345a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.home-featured-card__name:hover,
.home-featured-card__name:focus {
  color: #00769b;
  text-decoration: underline;
}

.home-featured-card__body p {
  display: -webkit-box;
  min-height: 36px;
  margin: 6px 0 8px;
  overflow: hidden;
  color: #4d5f66;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-featured-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 21px;
  color: #66737b;
  font-size: 12px;
  line-height: 1.25;
}

.home-featured-card__rating-star {
  color: #ffc400;
  font-size: 17px;
  line-height: 1;
}

.home-featured-card__price {
  display: block;
  margin-top: auto;
  padding-top: 9px;
  color: #004aab;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.home-featured-card__price sup {
  font-size: 10px;
  line-height: 1;
}

.home-about {
  margin: 30px 0 34px;
  padding: 24px 28px;
  border: 1px solid #dce8ec;
  border-radius: 10px;
  background: linear-gradient(180deg, #f5fafc 0%, #ffffff 100%);
  box-shadow: 0 5px 16px rgba(18, 63, 82, 0.07);
  color: #344b55;
}

.home-about__eyebrow {
  margin: 0 0 5px;
  color: #00769b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-about h2 {
  margin: 0 0 13px;
  color: #18345a;
  font-size: 23px;
  line-height: 1.2;
}

.home-about p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
}

.home-about p:last-child {
  margin-bottom: 0;
}

.home-about a {
  color: #00769b;
  font-weight: 700;
  text-decoration: none;
}

.home-about a:hover,
.home-about a:focus {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .new-products-carousel {
    max-width: none;
  }

  .new-product-card {
    flex-basis: calc((100% - 24px) / 3);
  }

  .home-trend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-topic-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-featured-products__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-new-products {
    padding: 18px 14px 20px;
  }

  .home-new-products__head {
    display: block;
  }

  .home-new-products__all {
    display: inline-block;
    margin-top: 10px;
  }

  .new-products-carousel__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .new-products-carousel__track {
    transition: none;
  }

  .new-product-card {
    flex-basis: 78%;
    scroll-snap-align: start;
  }

  .new-products-carousel__btn {
    display: none;
  }

  .home-trend-grid {
    grid-template-columns: 1fr;
  }

  .home-topic-tiles {
    grid-template-columns: 1fr;
  }
}
.home-wishlist-entry {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0 4px;
  color: #334b59;
}

.home-wishlist-entry__main {
  flex: 1 1 auto;
  min-width: 0;
}

.home-wishlist-entry__heading {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #183b5b;
  font-size: 16px;
  line-height: 1.35;
}

.home-wishlist-entry__heart {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  fill: none;
  stroke: #24518b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home-wishlist-entry__customer {
  margin: 2px 0 7px 34px;
  color: #607580;
  font-size: 13px;
}

.home-wishlist-entry__text {
  line-height: 1.55;
}

.home-wishlist-entry__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 10px;
  padding: 0 16px;
  border-radius: 5px;
  background: #147da0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.home-wishlist-entry__button:hover,
.home-wishlist-entry__button:focus-visible {
  background: #0d6685;
  color: #fff;
}

.home-wishlist-entry .home-wishlist__image {
  display: block;
  max-width: 84px;
  max-height: 96px;
  width: auto;
  height: auto;
}
