/** Shopify CDN: Minification failed

Line 19:16 Expected identifier but found whitespace
Line 19:17 Unexpected "1.1"

**/
.rte:after {
  clear: both;
  content: "";
  display: block;
}
/* #shopify-section-template--28163726213452__rich_text_MM4qqy .sale-card__eyebrow {
    color: #ed1216;
    font-size: 45px;
    font-weight: 600;
    margin-top: 3%;

    letter-spacing: 1px;   /* 👈 letters ka gap kam karega */
    line-height: 1.1;      /* 👈 upar neeche ka extra space kam karega */
} */


.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.rte img {
  height: auto;
  max-width: 100%;
}

.rte ul {
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: var(--duration-short) ease;
}

@media (hover: hover) and (pointer: fine) {
  .rte a:hover {
    color: rgb(var(--color-link));
  }
}
.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}