/** Shopify CDN: Minification failed

Line 218:24 Expected ":"

**/
[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;
}
.cart-drawer__offer {
  padding: 1rem;
  text-align: center;
  background: linear-gradient(135deg, #fff8f0, #fffdfb);
  border-radius: 16px;
  margin: 1rem 0;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.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;
}

.promo-subtext {
  font-size: 0.9rem;
  color: #444;
  margin-top: 0.3rem;
}

@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; }
}

.shipping-progress-bar {
  padding: 0.8rem 0;
}

.progress-text {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.progress-container {
  background: #eee;
  border-radius: 999px;
  height: 12px;
  margin: 0.5rem auto;
  width: 90%;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.progress-bar {
  background: linear-gradient(90deg, #00c853, #64dd17);
  height: 100%;
  border-radius: inherit;
  transition: width 0.5s ease-in-out;
}

.progress-label {
  font-size: 0.85rem;
  color: #555;
  margin-top: 0.4rem;
}

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

.scrolling-track {
  display: inline-block;
  animation: marquee 14s linear infinite;
}

.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: #462d08;
  text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
}




.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 {
  padding: 1rem;
  text-align: center;
  background: linear-gradient(135deg, #fff8f0, #fffdfb);
  border-radius: 16px;
  margin: 1rem 0;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.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: 0.9rem;
  color: #444;
  margin-top: 0.3rem;
}

@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-drawer__shipping-progress{
  width: 100%;
  background: linear-gradient(90deg, rgba(42, 155, 153, 1) 0%,
   rgba(87, 199, 133, 1) 50%, 
   rgb(91 85 83) 100%);f;
  margin-top: 17px;
  border-radius: 13px;
}

.shipping-progress-bar {
  padding: 0.5rem 0;
}

.progress-text {
  margin-bottom: 0.5rem;
  margin-bottom: .5rem;
  color:rgb(255, 255, 255);
  text-align: center;
  font-size: 16px;
  font-style: normal;
}

.progress-container {
  background: #eee;
  border-radius: 999px;
  height: 12px;
  margin: 0.5rem auto;
  width: 90%;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.progress-bar {
  background: linear-gradient(90deg,rgb(152, 180, 255),rgb(96, 1, 204));
  height: 100%;
  border-radius: inherit;
  transition: width 0.5s ease-in-out;
}

.progress-label {
  font-size: 0.85rem;
  color: #555;
  margin-top: 0.4rem;
}

.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;
}