/** Shopify CDN: Minification failed

Line 79:1 Unexpected "1rem"
Line 140:0 Unexpected "}"
Line 214:0 Unexpected "<"
Line 215:12 Unterminated string token
Line 222:4 Unterminated string token
Line 229:12 Unterminated string token
Line 244:6 Unterminated string token
Line 253:2 Unexpected "0%"
Line 254:2 Unexpected "50%"
Line 255:2 Unexpected "100%"
... and 7 more hidden warnings

**/
.lock-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.lock-nav a {
  color: #3e1c3f;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.lock-nav a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #3e1c3f;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.lock-nav a:hover::after {
  transform: scaleX(1);
}

.lock-title {
  font-size: 3rem;
  color: #9d174d;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.lock-sub {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.lock-note {
  font-size: 1.3rem;
  margin-top: 1.5rem;
}

.lock-sparkle {
  font-weight: bold;
  color: #e11d48;
}

.lock-cta {
  background: transparent;
  padding: 0;
  margin: 2rem auto;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  font-size: 1.5rem;
}1rem;

.lock-button {
  display: inline-block;
  margin-top: 1rem;
  background: linear-gradient(135deg, #f43f5e, #ec4899);
  color: #fff;
  padding: 1rem 1.6rem;
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease;
}
/* Ensure the form area is visible and clean */
form[action="/cart/add"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  gap: 1.25rem;
}



/* Add to Cart button */
form[action="/cart/add"] button[type="submit"] {
  background: linear-gradient(135deg, #ec4899, #f9a8d4);
  color: white;
  font-size: 1.1rem;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  transition: transform 0.2s ease-in-out;
  z-index: 11;
}

form[action="/cart/add"] button[type="submit"]:hover {
  transform: scale(1.05);
}

/* Fix stacking/layout issues from background container */
.product-wrapper {
  overflow: visible;
  z-index: 0;
  position: relative;
}

.lock-button:hover {
  transform: scale(1.05);
}

.lock-footer {
  margin-top: 2rem;
  color: #4b5563;
  font-size: 1rem;
}
}
.lockscreen {
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-family: 'Quicksand', sans-serif !important;
  font-style: normal;
  color: #3e1c3f;
  text-align: center;
  padding: 4rem 1.5rem;
}

.background-sparkle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
}

.contact-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
}

.baddie-footer {
  text-align: center;
  padding: 3rem 1rem 5rem;
  background: transparent;
  color: #4c1d95;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.baddie-sigil {
  font-size: 1.1rem;
  font-weight: 600;
  color: #a21caf;
  margin-bottom: 0.5rem;
}


.baddie-promise {
  font-style: italic;
  color: #6d28d9;
  margin-bottom: 1rem;
}

.baddie-rights {
  font-size: 0.9rem;
  color: #9ca3af;
}

.lock-cta p {
  font-size: 1.25rem;         /* Change size here */
  color: #3e1c3f;             /* Deep plum text */
  font-weight: 500;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 1.5rem;
}

<div class="lock-cta" style="max-width: 680px; margin: 4rem auto 3rem; text-align: center;">
  <p style="
    font-size: 2.8rem;
    font-weight: 700;
    color: #6A4C93;
    line-height: 1.9;
    margin-bottom: 2rem;
    text-shadow: 0 1px #fff;
  ">
    Not every era is pretty… but every one of them is powerful. 🌟<br>
    Ready to find out which PartyCat timeline you’re secretly in?
  </p>

  <a href="/pages/quiz" 
     class="lock-button" 
     style="
       display: inline-block;
       padding: 1.4rem 2.8rem;
       font-size: 1.1rem;
       font-weight: 100;
       letter-spacing: 0.7px;
       color: white;
       background: linear-gradient(135deg, #FF6B6B, #FFCA3A, #8AC926, #1982C4, #6A4C93);
       background-size: 500% 500%;
       animation: glowwave 6s ease infinite;
       border-radius: 1000px;
       text-decoration: none;
       text-transform: uppercase;
       box-shadow: 0 0 25px rgba(255, 255, 255, 0.4), 0 0 60px rgba(106, 76, 147, 0.4);
       transition: all 0.3s ease-in-out;
     "
     onmouseover="this.style.transform='scale(1.08)'"
     onmouseout="this.style.transform='scale(1)'">
     🔮 START THE QUIZ — REVEAL YOUR ERA ✨
  </a>
</div>

<style>
@keyframes glowwave {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
</style>

.lock-title {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 100;
  color: #3e1c3f;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
.lock-sub {
 font-size: 1.5rem !important;
  font-weight: 100 !important;
  font-family: 'Quicksand', serif;
  color: #6B2A86  !important;
  background: linear-gradient(135deg, #a0e7e5, #ffb3c1); !important;
  padding: 1rem 1.5rem !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 30px rgba(106, 76, 147, 0.25) !important;
  text-shadow: 0 3px 6px rgba(160, 231, 229, 0.3) !important;
  max-width: 680px !important;
  margin: 2rem auto !important;
  line-height: 1.7 !important;
}

<p class="lock-sub">
  This isn’t self-care.<br>
  It’s sacred main character ritual, dripping in soft power and subtle chaos.<br>
  Keep going — the magic’s waiting where you least expect it.
</p>

<div class="lock-cta">
  <a href="/pages/quiz" class="lock-button">Start the Quiz — Reveal Your Era ✨</a>
</div>
.lock-button {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #f9a8d4); /* Pink gradient */
  color: #ffffff !important;
  font-weight: 100;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 0.4rem; !important;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 0.03em;
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.4);
  margin-top: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lock-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.6);
}
/* Reduce white space above footer */
.main-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Ensure footer does not overlap content */
footer {
  clear: both;
}

/* Ensure main content doesn't overlap with footer */
.main-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Clear floats and ensure footer is positioned correctly */
footer {
  clear: both !important;
  margin-top: 40px !important;
}

/* Limit product image size and center it */
.product__media img {
  max-width: 360px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
  border-radius: 12px;
}
/* Apply sparkle background */
cart-items.gradient {
  background-image: url("{{ 'backgroundsparkle.PNG' | asset_url }}");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Style the item cards */
.cart-item {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  padding: 1rem;
}

/* Image styling */
.cart-item__image {
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-width: 100px;
  height: auto;
}

/* Title & pricing */
.cart-item__name {
  font-weight: 700;
  color: #3e1c3f;
  font-size: 1.2rem;
}

.cart-item__final-price,
.cart-item__price-wrapper .price {
  color: #e91e63;
  font-weight: bold;
  font-size: 3rem;
}

/* Checkout button polish */
.cart-footer .button,
.cart__contents .button {
  background-color: #e91e63 !important;
  color: white !important;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 10px;
  padding: 0.9rem 2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.quantity__button {
  width: 5px;
  height: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #3e1c3f;
  border: none;
  border-radius: 6px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.quantity__button .svg-wrapper,
.quantity__button .visually-hidden {
  display: none;
}

.quantity__button::before {
  content: '+'; /* Will be '-' on the minus button via attribute override */
}

.quantity__button[name="minus"]::before {
  content: '−'; /* Unicode minus */
}
}
.cart__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cart__ctas,
.cart__blocks,
.cart__footer .totals {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.cart__ctas .cart__checkout-button {
  font-family: 'DM Sans', sans-serif !important;
  background-color: #e91e63; /* Same pink as trash button */
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 22px 30px;
  font-size: 2rem;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease;
  width: fit-content;
  margin-top: 1rem;
}

.cart__ctas .cart__checkout-button:hover {
  background-color: #d81b60;
}
@media only screen and (max-width: 749px) {
  .lock-cta {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lock-cta .partycat-img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 749px) {
  .lock-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .lock-cta p {
    order: -1;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .lock-cta a {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 990px) {
  .lock-title {
    margin-top: -60px !important;
  }
}
.lock-title {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
}
.lock-cta p {
  font-size: 1.6rem !important;
  font-weight: 100 !important;
  font-family: 'Quicksand', sans-serif !important;
  color: #6B2A86 !important;
  background: linear-gradient(135deg, #a0e7e5, #ffb3c1); !important;
  padding: 1rem 1.5rem !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 30px rgba(106, 76, 147, 0.25) !important;
  text-shadow: 0 3px 6px rgba(160, 231, 229, 0.3 !important;
  max-width: 680px !important;
  margin: 2rem auto !important;
  line-height: 1.7 !important;
}
#shopify-section-template--19429878661403__46bcc2ed-97f7-454e-9fb5-bc8161a65b27{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.about-partycat-page {
  font-family: 'Quicksand', sans-serif !important;
  background-image: url('{{ "backgroundsparkle.PNG" | asset_url }}');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 1.5rem;
  text-align: center;
  color: #3e1c3f;
}

.about-partycat-page h1,
.about-partycat-page h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #6A4C93;
  margin-bottom: 1rem;
}

.about-partycat-page p {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 1.5rem;
}

.about-partycat-page img {
  max-width: 360px;
  margin: 2rem auto;
  border-radius: 20px;
  display: block;
}
.page-about {
  font-family: 'Quicksand', sans-serif !important;
  background: url('{{ "backgroundsparkle.PNG" | asset_url }}') no-repeat center center;
  background-size: cover;
  padding: 4rem 1.5rem;
  text-align: center;
  color: #3e1c3f;
}
/* Force styles for the About page using body class */
body.template-page.page-about {
  font-family: 'Quicksand', sans-serif;
  background: #fff5fd;
  padding: 3rem 1.5rem;
  color: #3e1c3f;
  text-align: center;
}

/* Make headings pop */
body.template-page.page-about h1,
body.template-page.page-about h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #6A4C93;
}

/* Make paragraphs readable */
body.template-page.page-about p {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}

.lockscreen.about-section {
  min-height: 100vh; /* full screen height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 1.5rem;
  background-color: #fff; /* or keep transparent if you're using background sparkles */
  position: relative;
  z-index: 1;
}

.background-sparkle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.template-page .page-width {
  background: url('{{ 'backgroundsparkle.PNG' | asset_url }}') no-repeat center center / cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
  font-family: 'Quicksand', sans-serif;
  color: #6A4C93;
  
}
/* === PartyCat About Page Styling === */
.template-page.page-about .page-width {
  background: url('{{ "backgroundsparkle.PNG" | asset_url }}') no-repeat center center / cover;
  min-height: 100vh;
  padding: 4rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
}

.template-page.page-about .rte {
  background: white;
  padding: 3rem 2rem;
  border-radius: 24px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
  color: #6A4C93;
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 800px;
  width: 100%;
  text-align: center;
  white-space: pre-line;
}



  .mobile-menu a {
    color: #6A4C93;
    text-decoration: none;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    display: block;
  }
  .mobile-menu .close-btn {
    font-size: 2rem;
    margin-bottom: 2rem;
    cursor: pointer;
    text-align: right;
  }
  body.menu-open .mobile-menu {
    display: flex !important;
  }
</style>
<style>
body > pre:first-of-type {
  display: none !important;
}
</style>
body > pre:first-of-type {
  display: none !important;
}
header h1, header h2, header h3, header p, header span {
  display: none !important;
}
body:has(> .gradient) > div:has(> .hamburger) {
  display: none !important;
}
main,
.collection,
.page-width {
  background: transparent !important;
  background-color: transparent !important;
}

.product-grid-container,
.collection .grid__item {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

body.gradient {
  background: url("{{ 'backgroundsparkle.PNG' | asset_url }}") no-repeat center/cover;
  min-height: 100vh;
}