@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@700;800&display=swap");

.ks-shop-page {
  --ks-shop-blue: #448dca;
  --ks-shop-pink: #ed337e;
  --ks-shop-green: #8fb33f;
  --ks-shop-orange: #f2962e;
  --ks-shop-text: #292929;
  background: #fff;
  overflow: hidden;
}

.ks-shop-page .page-container {
  max-width: 1720px;
}

.ks-shop-hero {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 230px;
  min-height: auto;
  background: linear-gradient(180deg, rgba(68, 141, 202, 0.1) 0%, rgba(68, 141, 202, 0) 100%);
  border-top: 1px solid #d9dfe3;
  border-bottom: 1px solid #d9dfe3;
  position: relative;
  align-content: center;
  overflow: hidden;
}

.ks-shop-hero__side,
.ks-shop-hero__content {
  min-width: 0;
  position: relative;
}

.ks-shop-hero__side {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.ks-shop-hero__side::after {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(50% + 207px);
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  content: "";
}

.ks-shop-hero__side--right {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.ks-shop-hero__content {
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 125px 90px 125px 125px;
}

.ks-shop-hero__copy {
  width: 100%;
}

.ks-shop-hero__copy h1 {
  margin: 0;
  color: var(--ks-shop-blue);
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: clamp(96px, 10.4vw, 200px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0;
}

.ks-shop-hero__row {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-top: 22px;
}

.ks-shop-hero__row p {
  max-width: 441px;
  margin: 0;
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.ks-shop-hero__row strong {
  display: inline-flex;
  align-items: baseline;
  gap: 11px;
  color: var(--ks-shop-green);
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 3.13vw, 60px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.ks-shop-hero__row strong em {
  color: var(--ks-shop-orange);
  font: inherit;
}

.ks-shop-hero__circle {
  display: grid;
  place-items: center;
  width: 355px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 50%;
}

.ks-shop-hero__circle img {
  max-width: 260px;
  max-height: 260px;
  object-fit: contain;
}

.ks-shop-hero__circle--blue {
  margin-left: -172px;
  background: #edf7fb;
}

.ks-shop-hero__circle--pink {
  margin-right: -172px;
  background: #f8e4e4;
}

.ks-shop-hero__circle--pink img {
  max-width: 260px;
  max-height: 260px;
  transform: none;
}

.ks-shop-hero__scroll {
  position: absolute;
  display: grid;
  place-items: center;
  right: 74px;
  top: 50%;
  width: 160px;
  height: 160px;
  opacity: 1 !important;
  transform: translateY(-50%);
  transition: none !important;
  color: #111;
}

.ks-shop-hero__scroll img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: ks-shop-spin 16s linear infinite;
  transform-origin: center;
}

.ks-shop-hero__scroll svg {
  position: absolute;
  inset: 50% auto auto 50%;
  animation: none !important;
  transform: translate(-50%, -50%) !important;
  transition: none !important;
  width: 8px;
  height: 21px;
}

.ks-shop-chat {
  position: absolute;
  left: 37px;
  bottom: 35px;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #6e7f67;
  border-radius: 50%;
  box-shadow: 0 18px 35px rgba(31, 47, 43, 0.16);
  transition: transform 0.25s ease, background 0.25s ease;
}

.ks-shop-chat:hover {
  color: #fff;
  background: #5f7058;
  transform: translateY(-3px);
}

.ks-shop-chat svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ks-shop-categories {
  padding: 98px 50px 111px;
}

.ks-shop-categories__grid {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 30px;
}

.ks-shop-category-card {
  display: block;
  min-width: 0;
}

.ks-shop-category-card__image {
  display: block;
  height: 469px;
  background: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
}

.ks-shop-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ks-shop-category-card--girls .ks-shop-category-card__image img {
  object-position: center top;
}

.ks-shop-category-card--ladies .ks-shop-category-card__image img {
  object-position: center top;
}

.ks-shop-category-card--sarees .ks-shop-category-card__image img {
  object-position: center center;
}

.ks-shop-category-card--jewellery .ks-shop-category-card__image img {
  object-position: center top;
}

.ks-shop-category-card:hover .ks-shop-category-card__image img {
  transform: scale(1.045);
}

.ks-shop-category-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 25px 0;
}

.ks-shop-category-card__title {
  min-width: 0;
  color: var(--ks-shop-text);
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: clamp(25px, 1.83vw, 35px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.ks-shop-category-card__title em {
  margin-left: 6px;
  color: var(--ks-shop-pink);
  font-family: "Playfair Display", serif;
  font-size: clamp(23px, 1.82vw, 35px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.ks-shop-category-card__arrow {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(41, 41, 41, 0.22);
  border-radius: 50%;
  background: #fff;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ks-shop-category-card:hover .ks-shop-category-card__arrow {
  background: var(--ks-shop-blue);
  border-color: var(--ks-shop-blue);
  transform: translateX(3px);
}

.ks-shop-category-card:hover .ks-shop-category-card__arrow path {
  fill: #fff;
}

.ks-shop-page + .site-footer,
.ks-shop-page .newsletter-section + .site-footer {
  margin-top: 0;
}

@keyframes ks-shop-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1600px) {
  .ks-shop-hero {
    grid-template-columns: 230px minmax(0, 1fr) 230px;
  }

  .ks-shop-hero__content {
    padding-left: 90px;
  }

  .ks-shop-hero__scroll {
    right: 70px;
  }

  .ks-shop-categories__grid {
    width: min(100%, 1370px);
  }
}

@media (max-width: 1366px) {
  .ks-shop-hero {
    grid-template-columns: 230px minmax(0, 1fr) 230px;
  }

  .ks-shop-hero__content {
    padding: 72px 45px 72px 70px;
  }

  .ks-shop-hero__scroll {
    width: 138px;
    height: 138px;
    right: 50px;
  }

  .ks-shop-categories {
    padding-top: 82px;
  }

  .ks-shop-category-card__image {
    height: 410px;
  }
}

@media (max-width: 1199px) {
  .ks-shop-hero {
    grid-template-columns: 160px minmax(0, 1fr) 160px;
  }

  .ks-shop-hero__content {
    padding: 40px 35px;
  }

  .ks-shop-hero__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .ks-shop-hero__row p {
    max-width: 100%;
  }

  .ks-shop-hero__circle--blue {
    margin-left: -182px;
    width: 305px;
  }

  .ks-shop-hero__circle--pink {
    margin-right: -174px;
    width: 305px;
  }

  .ks-shop-hero__scroll {
    display: none;
  }

  .ks-shop-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 940px;
  }
}

@media (max-width: 1280px) {
  .ks-shop-hero__scroll {
    display: none;
  }
}

@media (max-width: 1024px) {
  .ks-shop-hero__copy h1 {
    font-size: 80px;
    line-height: 1;
  }

  .ks-shop-hero__circle--blue {
    margin-left: -107px;
    width: 200px;
    height: 200px;
  }

  .ks-shop-hero__circle--pink {
    margin-right: -104px;
    width: 200px;
    height: 200px;
  }

  .ks-shop-hero__circle img {
    max-width: 150px;
    max-height: 150px;
  }

  .ks-shop-categories {
    padding: 50px 20px;
  }

  .ks-shop-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .ks-shop-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 66px 20px;
  }

  .ks-shop-hero__side {
    display: none;
  }

  .ks-shop-hero__content {
    justify-content: center;
    padding: 0;
    text-align: center;
  }

  .ks-shop-hero__copy {
    width: min(100%, 680px);
  }

  .ks-shop-hero__copy h1 {
    font-size: 76px;
  }

  .ks-shop-hero__row {
    align-items: center;
  }

  .ks-shop-hero__row strong {
    white-space: normal;
  }

  .ks-shop-categories {
    padding: 70px 24px 82px;
  }

  .ks-shop-category-card__image {
    height: 390px;
  }
}

@media (max-width: 767px) {
	.ks-shop-hero__content {
		min-height: 100%;
		padding: 0;
	}

  .ks-shop-hero__copy h1 {
    font-size: 76px;
    line-height: 0.95;
  }

  .ks-shop-hero__row p {
    font-size: 16px;
    line-height: 26px;
  }

  .ks-shop-hero__row strong {
    font-size: 38px;
  }

  .ks-shop-categories {
    padding: 58px 20px 68px;
  }

  .ks-shop-categories__grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    gap: 32px;
  }

  .ks-shop-category-card__image {
    height: auto;
    aspect-ratio: 460 / 469;
  }

  .ks-shop-category-card__footer {
    padding: 16px 12px 0;
	}
}

@media (max-width: 776px) {
	.ks-shop-hero__copy h1 {
		font-size: 40px !important;
	}
}

@media (max-width: 575px) {
	.ks-shop-hero__copy h1 {
		font-size: 56px;
	}

  .ks-shop-hero__row strong {
    font-size: 32px;
  }

  .ks-shop-category-card__title,
  .ks-shop-category-card__title em {
    font-size: 28px;
  }
}
