/** Shopify CDN: Minification failed

Line 16:17 Expected identifier but found whitespace
Line 16:18 Unexpected "1px"

**/
.yt-cart-header {
  /* Gradient background */
  background: linear-gradient(90deg, #087bff, #0056cc); /* Text styling */
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px; /* Spacing */
  padding: 0 !important;}
  letter-spacing: 1px;
}
yt-cart-header-row {
  margin: 0 !important;
}
.yt-cart-header {
  background: linear-gradient(90deg, #087bff, #0056cc);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 10px;
  letter-spacing: 1px;
  text-align: center;
}
#yt-cart-shell-drawer .yt-cart-item-count-badge {
  display: none !important;
}
/* Hide original text */
.yt-cart-title-text {
  font-size: 0 !important;
  text-align: center;
  width: 100%;
}

/* Add custom text */
.yt-cart-title-text::after {
  content: "CHILDHOOD IS MAGICAL";
  font-size: 16px;
  color: #ffffff;
  font-weight: 600 !important;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;

  display: inline-block !important;
  width: auto !important;
}


/* Center everything */
.yt-cart-header-row {
  justify-content: center !important;
}

.yt-cart-title-container {
  justify-content: center !important;
  width: 100%;
}
#yt-cart-shell-drawer .yt-cart-multi-progress-bar {
  background-color: #ffffff !important;
  background-image: none !important;
}

#yt-cart-shell-drawer .yt-cart-multi-progress-bar::before {
  background-color: #ffd60a !important;
}
#yt-cart-shell-drawer .bsYEWk {
  background-color: #2483f0 !important;
  color: #ffffff !important;
}
#yt-cart-shell-drawer .yt-cart-progress-bar-tier-name-tag {
  background-color: #2483f0 !important;
  color: #ffffff !important;
}
#yt-cart-shell-drawer svg {
  color: #2483f0 !important;
  border-color: #2483f0 !important;
}
#yt-cart-shell-drawer .bsYEWk {
  background-color: #2483f0 !important;
}
#yt-cart-shell-drawer .yt-cart-progress-bar-checkpoint-container svg {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #2483f0 !important; /* keeps it clean */
}
#yt-cart-shell-drawer .sc-erPUmh {
  background-color: #ffea84 !important;
  color: #000000 !important;
}
#yt-cart-shell-drawer .yt-cart-product-image {
  width: 90px !important;
  border: 2px solid #ffd138 !important;
}
#yt-cart-shell-drawer .koIfZk {
  color: #ff3b30 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
#yt-cart-shell-drawer .yt-cart-product-recs-title {
  background-color: #ff3b30 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: center !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  margin: 8px 12px !important;

}
#yt-cart-shell-drawer .yt-cart-product-recs-container::before {
  content: "";
  display: block;

  background-image: url("/cdn/shop/files/3_Lakh_Family.png?v=1780396650");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  width: 140%;
  height: 60px; /* adjust based on image */
}
.yt-cart-product-recs-container::before {
  max-width: 100% !important;
  margin: 0 !important;
  height: 50px !important; /* adjust as needed */
}
#yt-cart-shell-drawer .yt-cart-product-recs-container::before {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.yt-cart-product-recs-container {
  margin: 0 !important;
  padding: 0 !important;
  row-gap: 0 !important;
}
@media (max-width: 768px) {
  .yt-cart-drawer-content {
    justify-content: flex-start !important;
    gap: 8px;
  }

  .yt-cart-scroll-area {
    height: auto !important;
    flex: unset !important;
  }

@media (max-width: 768px) {
  .yt-cart-product-recs-container::before {
    height: 35px !important;
    background-position: center !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .yt-cart-product-recs-title {
    margin: 0 !important;
    padding-top: 2px !important;
  }
}
 .yt-cart-product-recs-container {
    margin-top: 0 !important;
  }
}
#yt-cart-shell-drawer .yt-cart-product-rec-image {
  border-radius: 10px !important;
}
#yt-cart-shell-drawer .yt-cart-product-rec-card-product-price {
  color: #ff3b30 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
#yt-cart-shell-drawer .yt-cart-product-rec-button {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;   /* optional but recommended */
}
#yt-cart-shell-drawer #yt-checkout-button {
  border-radius: 12px !important;
}
#yt-cart-shell-drawer .sc-erPUmh {
  display: none !important;
}
