/* Home Showcase */
.hs {
  --gap: 28px;
  --radius: 22px;
  --shadow: 0 20px 44px rgba(15, 23, 42, .08);
  --border: rgba(15, 23, 42, .08);
  --text: #14213d;
  --muted: #6b7280;
  --accent: #ff9f1c;
  margin: 34px 0 42px;
}

.hs * {
  box-sizing: border-box;
}

.hs img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.hs-paint img,
.hs-paint .hs-product-card,
.hs-paint .hs-category-card,
.hs-paint .hs-more {
  transition: none !important;
}

.hs-paint {
  visibility: visible;
}

.hs-ready {
  visibility: visible;
}

.hs-top-categories {
  margin: 0 0 22px;
}

.hs-top-categories-swiper {
  position: relative;
  overflow: hidden;
}

.hs-top-categories-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.hs-top-categories-swiper:not(.swiper-initialized) .swiper-slide {
  width: auto !important;
  min-width: 0;
}

.hs-top-categories-swiper.swiper-initialized .swiper-wrapper {
  display: flex !important;
  gap: 0;
}

.hs-top-categories-swiper .swiper-slide {
  height: auto;
}

.hs-top-categories-swiper.swiper-initialized .swiper-slide {
  flex: 0 0 auto !important;
  max-width: none !important;
}

.hs-top-category-card {
  display: block;
  overflow: hidden;
  background: #eef2f7;
  border-radius: 10px;
  aspect-ratio: 1200 / 350;
}

.hs-top-category-card img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.catimg-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .2s ease, background .2s ease, transform .2s ease;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
}

.catimg-nav svg {
  width: 20px;
  height: 20px;
}

.catimg-prev {
  left: 10px;
}

.catimg-next {
  right: 10px;
}

.hs-top-categories:hover .catimg-nav,
.catimg-nav:focus-visible {
  opacity: 1;
}

.catimg-nav:hover {
  background: #fff;
}

.catimg-nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.hs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}

.hs-deals-heading {
  grid-column: 1 / -1;
  text-align: center;
}

.hs-deals-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -.02em;
}

.hs-col {
  min-width: 0;
}

.hs-col--wide {
  grid-column: 1 / -1;
}

.hs-panel {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  border-radius: 10px;
}

.hs-panel-skeleton {
  display: none;
}

.hs-paint .hs-panel-skeleton {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  pointer-events: none;
}

.hs-paint .hs-panel > *:not(.hs-panel-skeleton) {
  opacity: 0;
}

.hs-ready .hs-panel > *:not(.hs-panel-skeleton) {
  opacity: 1;
  transition: opacity .18s ease;
}

.hs-ready .hs-panel-skeleton {
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease;
}

.hs-sk-line,
.hs-sk-box,
.hs-sk-chip,
.hs-sk-button,
.hs-sk-dot {
  position: relative;
  overflow: hidden;
  background: #e8edf5;
}

.hs-sk-line::after,
.hs-sk-box::after,
.hs-sk-chip::after,
.hs-sk-button::after,
.hs-sk-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(232, 237, 245, 0) 0%, rgba(255, 255, 255, .78) 50%, rgba(232, 237, 245, 0) 100%);
  animation: hsSkimmer 1.4s ease-in-out infinite;
}

@keyframes hsSkimmer {
  100% {
    transform: translateX(100%);
  }
}

.hs-panel-skeleton--deal {
  padding: 28px;
  background: #fafafa;
}

.hs-sk-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.hs-sk-heading--center {
  align-items: center;
}

.hs-sk-line--title {
  width: min(240px, 62%);
  height: 32px;
}

.hs-sk-chip {
  width: 148px;
  height: 42px;
  border-radius: 999px;
}

.hs-sk-cards {
  display: grid;
  gap: 18px;
}

.hs-sk-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-sk-card {
  display: grid;
  gap: 12px;
}

.hs-sk-box--media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.hs-sk-line--name {
  height: 16px;
  width: 92%;
}

.hs-sk-line--price {
  height: 16px;
  width: 58%;
}

.hs-sk-line--meta {
  height: 14px;
  width: 44%;
}

.hs-panel--deal {
  padding: 28px;
  background: #fafafa;
}

.hs-panel-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

.hs-panel-top--center {
  align-items: center;
  text-align: center;
}

.hs-panel-top--left {
  align-items: flex-start;
}

.hs-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef2ff;
  color: #45506d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.hs-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -.02em;
}


.hs-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.hs-chip::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -32%;
  width: 42%;
  background: linear-gradient(120deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
}

.hs-chip--green {
  background: linear-gradient(135deg, #eefced 0%, #dcf8de 100%);
  border-color: rgba(46, 160, 67, .16);
  color: #177a33;
}

.hs-chip--rose {
  background: linear-gradient(135deg, #fff0f3 0%, #ffe2e8 100%);
  border-color: rgba(239, 71, 111, .16);
  color: #d93b67;
}

.hs-deal-slider {
  position: relative;
}

.hs-deal-swiper {
  overflow: hidden;
}

.hs-deal-swiper .swiper-slide {
  height: auto;
}

.hs-deal-nav {
  position: absolute;
  top: 38%;
  z-index: 3;
  width: 40px;
  height: 72px;
  border: 0;
  background: rgba(15, 23, 42, .16);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s ease, background .2s ease, transform .2s ease;
}

.hs-deal-nav svg {
  width: 22px;
  height: 22px;
}

.hs-deal-prev {
  left: 0;
}

.hs-deal-next {
  right: 0;
}

@media (hover: hover) {
  .hs-deal-slider .hs-deal-nav {
    opacity: 0;
    pointer-events: none;
  }

  .hs-deal-slider:hover .hs-deal-nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.hs-side-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hs-product-card {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.hs-product-media {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eceff4;
  border-radius: 0;
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  border-radius: 10px;
}

.hs-product-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hs-product-flags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hs-product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  min-width: 48px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  box-shadow: 0 10px 18px rgba(15, 23, 42, .16);
}

.hs-product-badge--discount {
  background: #ef233c;
}

.hs-product-badge--new {
  background: #16a34a;
}

.hs-product-name {
  margin: 0 0 10px;
  color: #111827;
  font-size: 15px;
  line-height: 1.38;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: calc(1.35em * 2);
}

.hs-product-prices {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.hs-product-price {
  color: #ef233c;
  font-size: 18px;
  font-weight: 800;
}

.hs-product-old {
  color: #8d99ae;
  font-size: 14px;
  text-decoration: line-through;
}

.hs-product-meta {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.hs-product-card .price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.hs-product-card .price-new {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.hs-product-card .price-new--regular {
  color: #16a34a;
}

.hs-product-card .price-new--discount {
  color: #ef233c;
}

.hs-product-card .price-old {
  color: #8d99ae;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: line-through;
}

.hs-product-card .price-tax {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.hs-panel--shipping {
  --hs-shipping-width: 460px;
  --hs-shipping-height: 460px;
  background: #e8f0ff;
}

.hs-panel-skeleton--shipping {
  background: #e8f0ff;
}

.hs-sk-shipping {
  display: grid;
  grid-template-columns: minmax(280px, var(--hs-shipping-width)) minmax(360px, 1fr);
  min-height: var(--hs-shipping-height);
}

.hs-sk-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 30px 36px 62px;
  background: linear-gradient(135deg, #7f9ed4 0%, #547cc6 100%);
}

.hs-sk-chip--light {
  background: rgba(255, 255, 255, .28);
}

.hs-sk-chip--light::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .38) 50%, rgba(255, 255, 255, 0) 100%);
}

.hs-sk-line--hero {
  height: 34px;
  width: 56%;
  background: rgba(255, 255, 255, .3);
}

.hs-sk-line--short {
  width: 38%;
}

.hs-sk-line--copy {
  width: 48%;
  height: 16px;
  background: rgba(255, 255, 255, .3);
}

.hs-sk-line--hero::after,
.hs-sk-line--copy::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
}

.hs-sk-button {
  width: 132px;
  height: 46px;
  background: rgba(255, 255, 255, .85);
}

.hs-sk-dots {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.hs-sk-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .52);
}

.hs-sk-side {
  padding: 26px 24px 24px;
}

.hs-sk-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.hs-sk-line--section {
  width: 220px;
  height: 26px;
}

.hs-sk-line--link {
  width: 110px;
  height: 18px;
}

.hs-sk-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hs-sk-category {
  display: grid;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, .62);
}

.hs-sk-box--category {
  display: block;
  width: 100%;
  height: 74px;
}

.hs-sk-line--category {
  width: 72%;
  height: 14px;
}

.hs-shipping-layout {
  display: grid;
  grid-template-columns: minmax(280px, var(--hs-shipping-width)) minmax(360px, 1fr);
  min-height: var(--hs-shipping-height);
}

.hs-shipping-left,
.hs-shipping-right {
  min-width: 0;
}

.hs-shipping-left {
  background: #2f62b8;
}

.hs-shipping-swiper {
  height: 100%;
  overflow: hidden;
}

.hs-shipping-swiper .swiper-wrapper,
.hs-shipping-swiper .swiper-slide {
  height: 100%;
}

.hs-shipping-banner {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: var(--hs-shipping-height);
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}

.hs-shipping-banner-bg,
.hs-shipping-banner-overlay {
  position: absolute;
  inset: 0;
}

.hs-shipping-banner-bg {
  overflow: hidden;
}

.hs-shipping-banner-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.hs-shipping-banner-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 12, 24, .56) 0%, rgba(8, 12, 24, .24) 42%, rgba(8, 12, 24, .12) 100%),
    linear-gradient(180deg, rgba(9, 18, 36, .18) 0%, rgba(9, 18, 36, .26) 100%);
}

.hs-shipping-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  width: min(52%, 360px);
  padding: 30px 36px 62px;
}

.hs-shipping-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
  color: var(--hs-kicker-color, #fff);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
  text-shadow: 0 1px 2px rgba(15, 23, 42, .2);
}

.hs-shipping-title {
  margin: 0;
  width: 360px;
  color: var(--hs-title-color, #0f172a);
  font-size: clamp(30px, 2.6vw, 35px);
  line-height: 1.02;
  font-weight: 800;
  text-shadow: 0 3px 16px rgba(9, 18, 36, .28);
}

.hs-shipping-text {
  margin: 0;
  max-width: 300px;
  color: var(--hs-subtitle-color, rgba(255, 255, 255, .96));
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  text-shadow: 0 2px 12px rgba(9, 18, 36, .32);
}

.hs-shipping-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: #fff;
  color: var(--hs-button-text-color, #0f172a);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(15, 23, 42, .22);
}

.hs-shipping-pagination {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hs-shipping-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  opacity: 1;
  background: rgba(255, 255, 255, .52);
}

.hs-shipping-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.hs-shipping-right {
  padding: 26px 24px 24px;
}

.hs-shipping-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.hs-shipping-head-title {
  margin: 0;
  color: #121826;
  font-size: clamp(24px, 1.9vw, 34px);
  line-height: 1.08;
  font-weight: 800;
}

.hs-shipping-head-link {
  color: #2f62b8;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.hs-shipping-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hs-category-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  min-height: 118px;
  padding: 12px;
  background: rgba(255, 255, 255, .62);
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.hs-category-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 24px rgba(47, 98, 184, .12);
}

.hs-category-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  min-height: 110px;
  background: rgba(15, 23, 42, .06);
  overflow: hidden;
}

.hs-category-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hs-category-card-name {
  color: #26314d;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.hs-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hs-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.hs .hs-product-card,
.hs .hs-product-media img,
.hs .hs-category-card,
.hs .hs-more {
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.hs .hs-product-card:hover,
.hs .hs-category-card:hover {
  transform: translateY(-3px);
}

.hs .hs-product-card:hover .hs-product-media img {
  transform: scale(1.03);
  filter: saturate(1.04);
}

@media (max-width: 1199.98px) {
  .hs-top-categories-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .hs-top-categories {
    margin-bottom: 18px;
  }

  .hs-grid {
    grid-template-columns: 1fr;
  }

  .hs-col--wide {
    grid-column: auto;
  }

  .hs-shipping-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hs-sk-shipping {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hs-shipping-banner {
    min-height: min(var(--hs-shipping-height), 520px);
  }

  .hs-shipping-copy {
    width: min(58%, 360px);
  }

  .hs-shipping-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hs-sk-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .hs-deals-heading {
    margin-bottom: 14px;
  }

  .hs-deals-title {
    font-size: clamp(20px, 5.4vw, 28px);
    line-height: 1.2;
  }

  .hs-panel-top {
    margin-bottom: 12px;
  }

  .hs-title {
    font-size: clamp(18px, 4.8vw, 24px);
    line-height: 1.22;
  }

  .hs-product-name {
    font-size: 14px;
    line-height: 1.36;
  }

  .hs-product-card .price-new {
    font-size: 15px;
  }

  .hs-product-card .price-old,
  .hs-product-card .price-tax {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .hs {
    --gap: 18px;
    margin: 24px 0 32px;
  }

  .catimg-nav {
    opacity: 1;
    width: 38px;
    height: 38px;
  }

  .hs-panel--deal,
  .hs-side {
    padding: 18px;
  }

  .hs-title {
    font-size: 17px;
    line-height: 1.24;
  }

  .hs-panel-skeleton--deal {
    padding: 18px;
  }

  .hs-sk-cards--3 {
    grid-template-columns: 1fr;
  }

  .hs-deals-title {
    font-size: 18px;
    line-height: 1.22;
  }

  .hs-deal-nav {
    width: 34px;
    height: 60px;
  }

  .hs-shipping-copy {
    padding: 24px 24px 44px;
    width: min(72%, 250px);
  }

  .hs-shipping-banner {
    min-height: 320px;
  }

  .hs-shipping-title {
    font-size: 32px;
    width: min(100%, 220px);
  }

  .hs-shipping-text {
    font-size: 15px;
  }

  .hs-shipping-pagination {
    left: 24px;
    right: 24px;
    bottom: 14px;
  }

  .hs-shipping-right {
    padding: 20px 18px 18px;
  }

  .hs-sk-banner {
    padding: 24px 24px 44px;
  }

  .hs-sk-side {
    padding: 20px 18px 18px;
  }

  .hs-shipping-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hs-shipping-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hs-sk-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hs-category-card {
    min-height: 104px;
  }
}

@media (max-width: 575px) {
  .hs-product-name {
    font-size: 13px;
    line-height: 1.34;
  }

  .hs-product-badge {
    font-size: 10px;
  }

  .hs-product-card .price-new {
    font-size: 14px;
  }

  .hs-product-card .price-old,
  .hs-product-card .price-tax {
    font-size: 10px;
    line-height: 1.3;
  }
  .hs-category-card-name {
	  font-size:13px;
  }
  .hs-shipping-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
