/** Shopify CDN: Minification failed

Line 318:0 Expected "}" to go with "{"

**/
[href*="shopify.com"] {
  display: none;
}


.read_more_less {
    color: red !important;
    cursor: pointer;
  }

  .read_more_less:hover {
    color: darkred !important;
  }

.chk-rich-text {
  position: relative;
  max-height: 200px; /* Adjust height as needed */
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chk-rich-text.expanded {
  max-height: none; /* Large enough to show full content */
}

.read-more-btn {
  display: block;
  color: red;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 5px;
  transition: color 0.3s ease;
}

.read-more-btn:hover {
  color: darkred;
}

sale-price.text-subdued {
  color: #000;
  letter-spacing: 1px;
}
product-gallery-navigation.bleed {
  padding-left: 0;
}
sale-price {
  letter-spacing: 1.2px;
}
.cdThemeSetupV3 .af_opens_popup{
  color: red;
}

.glowing-heading {
  animation: glow 2s ease-in-out infinite alternate;
  text-align: center;
  margin: 0.1rem 0;
  color:#2d2500;
  font-weight: 600;
  font-size: 1.0rem;
  letter-spacing: 0.5px;
}


.tab-link a {
  font-family: var(--font-stack-heading);
  text-transform: uppercase;
}
.tab-link.active a {
  background-color: rgb(var(--button-background));
}
.cart-drawer__offer {
border: 1px solid #f5e9ee;
  box-shadow: 0 6px 24px rgba(156, 88, 232, 0.11);
}

.glowing-heading-div {
  border-width: thin;
  border-color: black;
  border-style: dotted;
  margin: 1.1rem 0;
  text-align: center;
  
}
.cart-drawer__promo-heading{
  text-align: center;
  margin: 0.1rem 0;
  color:#2d2500;
  font-weight: 600;
  font-size: 1.0rem;
  letter-spacing: 0.5px;
  text-shadow: 0 0 9px #ffffe3;
}
.promo-subtext {
font-size: 1rem;
  color: #6c07a2;
  margin-top: 0.4rem;
  font-weight: 500;
  text-align: center;
}

@keyframes glow {
  from { text-shadow: 0 0 6px #ff6b6b, 0 0 12px #ff8a8a; }
  to { text-shadow: 0 0 12px #ff6b6b, 0 0 20px #ff8a8a, 0 0 35px #ffb3b3; }
}

.cart-offer-progress {
  background: linear-gradient(to left, rgb(130 13 13 / 25%), rgb(255, 255, 255));
  padding: 15px 8px;
  border-radius: 6px;
}

.offer-title {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Wrapper */
.offer-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Progress line */
.offer-line {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 4px;
  background: #b5b5b5;
  border-radius: 10px;
  z-index: 1;
}

.offer-line-fill {
  height: 100%;
  background: linear-gradient(158deg, #420000 5%, rgb(145 0 0) 96%);
  border-radius: 10px;
  transition: width 0.4s ease;
}

/* Steps */
.offer-step {
  width: 33.33%;
  text-align: center;
  z-index: 2;
  color: #9ca3af;
}

.offer-step.active {
  color: #d10000;
}

/* Smaller icons */
.step-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #cfd3da;
  margin: 0 auto 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}

.offer-step.active .step-icon {
  background: linear-gradient(158deg, #420000 5%, rgb(145 0 0) 96%);
  color: #fff;
}

/* Smaller labels */
.offer-step span {
  font-size: 11px;
  line-height: 1.1;
}

/* Message */
.offer-message {
  text-align: center;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 600;
}


.scrolling-text {
  white-space: nowrap;
  width: 100%;
}

.scrolling-track {
  display: inline-block;
  animation: marquee 14s linear infinite;
  border-style: dotted;
  border-width: thin;
  border-color: black;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(9, 9, 121, 1) 74%, rgba(2, 42, 61, 1) 100%, rgba(0, 212, 255, 1) 35%);
}

.scroll-item {
  display: inline-block;
  margin-right: 30px; /* adjust spacing between messages */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* moves exactly half the width to create seamless loop */
  }
}

.glowing-scorabble-heading{
  text-align: center;
  margin: 0.1rem 0;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  color: #fff1dd;
  text-shadow: 0 0 9px #ffffe3;
}




 .rating-product-card {
   flex-wrap: wrap;
  align-items: center;
  column-gap: .1rem;
  line-height: normal;
  display: flex;


  display: inline-flex;


  background: #fff;
  padding: 4px 8px;
  border-radius: 8px;

  font-size: 13px;
  font-weight: 200;
  color: #000;

}

/*
.rating-product-card .icon-star-rating {
  width: 13px;
  height: auto;
} */
.product-type-container {
  display: flex;
  width: 100%;
  gap: 2rem;
  justify-content: space-between;
}
.product-card__price-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px;
}
.price-list {
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.5rem;
  display: flex;
  justify-items: safe start;
}
.sale-price.text-subdued {
  color: black;
  letter-spacing: 1px;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

:is(
    .sr-only[type="checkbox"]:focus-visible + label,
    .sr-only[type="radio"]:focus-visible + label
  ) {
  outline: 2px solid highlight;




:is(
    .sr-only[type="checkbox"]:focus-visible + label,
    .sr-only[type="radio"]:focus-visible + label
  ) {
  outline: 2px solid highlight;
  outline: 2px solid -webkit-focus-ring-color;
}

