/* Collection shortcuts: show real sarees instead of color dots. */
.cat-section .cat-tile:nth-child(1) i,
.cat-section .cat-tile:nth-child(2) i {
  border-radius: 10px;
  background-position: center;
  background-size: cover !important;
  box-shadow: 0 7px 18px rgba(47, 77, 68, .14);
}
.cat-section .cat-tile:nth-child(1) i {
  background: url("images/IMG_9912-studio-upright.jpg") center/cover no-repeat !important;
}
.cat-section .cat-tile:nth-child(2) i {
  background: url("images/IMG_0804-studio.jpg") center/cover no-repeat !important;
}
.cat-section .cat-tile:nth-child(1) i::after,
.cat-section .cat-tile:nth-child(2) i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.42);
}
/* Original studio photos retained from the last working release. */
.cat-section .cat-tile:nth-child(1) i{background-image:url("https://madhusarees-v2-hovq6f7tf-madhusarees.vercel.app/images/IMG_9912-studio-upright.jpg")!important}
.cat-section .cat-tile:nth-child(2) i{background-image:url("https://madhusarees-v2-hovq6f7tf-madhusarees.vercel.app/images/IMG_0804-studio.jpg")!important}
