/** Shopify CDN: Minification failed

Line 270:25 Unexpected "{"
Line 270:34 Expected ":"
Line 865:3 Unexpected "{"

**/
@media (max-width: 699px) {



/********************* HOMEPAGE - RESPONSIVE OVERRIDES *********************/
  /* ---------------- PRODUCT CARD RESCALE ---------------- */
  body.gradient.page-home .product-card {
    transform: scale(0.7);
    max-width: 300px;
  }
  .grid.product-grid {
    row-gap: 5px !important;
    column-gap: 0 !important;
    justify-content: center !important;
  }
  #rotating-products {
    flex-direction: column;
    margin-left: 0;
    padding-bottom: 100px;
  }
  /* ---------------- PORTAL LAYER ---------------- */
  .product-card-outer {
    margin-right: -150px;
    position: relative !important;
    overflow: visible !important;
  }
  .page-home .portal-underlay {
    position: absolute !important;
    top: 11% !important;
    left: 5.5% !important;
    width: 260px !important;
    height: 236px !important;
    background-image: url(a.IMG.portal.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    pointer-events: none !important;
    display: block !important;
    z-index: -20 !important;
  }
  /* ---------------- MOBILE GRID LAYOUT ---------------- */
  #rotating-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 1fr !important;
    gap: 1rem;
  }
  #rotating-products > :nth-child(2) {
    margin-top: 0;
  }
  #rotating-products > *:nth-child(n+3) {
    display: none !important; /* hide items 3, 4, 5, etc. */
  }

  /* ---------------- COLLECTION PAGE TWEAKS ---------------- */
  body.gradient.page-collection #product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .gradient.page-collection .card__media {
    transform: scale(2.15);
    margin: 0 auto;
  }
 .page-collection {
  overflow-y:auto !important;
  overflow-x:hidden !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
  /* ---------------- MANUAL OFFSETS ---------------- */
  #rotating-products .product-card-outer:nth-child(1) {
    position: relative;
    left: -52px;
    top: 0px;
  }
  #rotating-products .product-card-outer:nth-child(2) {
    position: relative;
    left: -51px;
    top: 118px;
  }

/********************* SHOPALL-PAGE - RESPONSIVE OVERRIDES *********************/
  /* 1) Make sure it's a clean 2-col grid */
  body.gradient.page-collection .grid.product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 0 !important;
    row-gap: 105px !important;
    overflow: visible !important;
    position: relative !important;
    left: 76px !important;
  }
  body.gradient.page-collection .grid.product-grid li.grid__item {
    margin: 0 !important;
  }
  /* Pull right column left */
  body.gradient.page-collection .grid.product-grid li.grid__item:nth-child(2n) {
    margin-left: -30px !important;
  }
  body.gradient.page-collection #product-grid {
    width: 124% !important;
    padding-bottom: 200px !important;
    top: 100px !important;
    left: 20px !important;
    flex-direction: column;
  }
  body.gradient.page-collection .card,
body.gradient.page-collection .card a.full-unstyled-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative;
}
body.gradient.page-collection .card a.full-unstyled-link {
  position: absolute !important;
  top: 0; left: 0;
  right: 0; bottom: 0;
  z-index: 2; /* sits on top so entire card is clickable */
}
/* PRODUCT CARD GLOW — PERFECTED */
.card.card--standard {
  position: relative !important;
  overflow: visible !important;
  z-index: 1;
}
.card.card--standard::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -1;
  border-radius: 12px;
  background: radial-gradient(
    ellipse at center 65%,
    rgba(255,0,0,0.55) 0%,
    rgba(255,255,0,0.55) 25%,
    rgba(0,255,0,0.55) 45%,
    rgba(0,128,255,0.50) 60%,
    rgba(200,0,255,0.45) 70%,
    rgba(0,0,0,0) 90%
  );
  filter: blur(50px);
  opacity: 1;
  pointer-events: none;
  animation: sn-rainbow-hardcut 7s linear infinite;
}

/********************* SHOPALL-PAGE - TITLES/PRICE & FLOATING SHIRTS - RESPONSIVE *********************/
  .gradient.page-collection .card__content {
    top: -30px;
    left: 20px;
  }
  /* Just to make sure nothing pops up on small screens */
  .card__information,
  .card__heading,
  .card-information,
  .price,
  .price__container,
  .price__regular,
  .price__sale,
  .unit-price,
  .price-item,
  .visually-hidden,
  .visually-hidden--inline,
  span[id^="title-template--"],
  .card__content .card__heading,
  .card__content .card-information,
  .card__content .price,
  .card__content [class*="price__"],
  .card__content [class*="price-item"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
  }
  /* Floating shirts container adjustment for mobile */
  #floating-shirts-container {
    z-index: -1 !important;
    pointer-events: none !important;
  }
  .shirtnut-model {
    height: 400px;
    margin-top: 41px;
    transform: scale(1.2);
  }
.sn-3d-disclaimer {
  font-size: 15px;
  color: #f0e9d7;
  opacity: 0.95;
  margin: 10px 0 24px 4px;
  font-family: inherit;
  line-height: 1.35;
  user-select: none;
  margin-top: 10px;
  margin-left: 30px !important;

  /* Outline / stroke */
  text-shadow:
    -1px -1px 0 #1f1f0f,
     1px -1px 0 #1f1f0f,
    -1px  1px 0 #1f1f0f,
     1px  1px 0 #1f1f0f;
}

/********************* PRODUCT-PAGE - RESPONSIVE ADJUSTMENTS *********************/
  .gradient.page-product .product__media {
    top: 10px;
  }
  .gradient.page-product model-viewer {
    top: 10px;
    left: 54px;
  }
  .gradient.page-product product-recommendations {
    margin-top: 120px;
    pointer-events: none !important;
    padding-bottom: 300px;
  }
  .page-product .product-grid .grid__item:nth-child(1) {
    transform: translate(0px, 5px) scale(1);
  }
  .page-product .product-grid .grid__item:nth-child(2) {
    transform: translate(20px, 15px) scale(1);
  }
  .page-product .product-grid .grid__item:nth-child(3) {
    transform: translate(60px, 10px) scale(1);
  }
  .page-product .product-grid .grid__item:nth-child(4) {
    transform: translate(90px, -10px) scale(1);
  }
  .cassette-container,
  .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in,
  #ProductInfo-template--25249230225481__main {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: 189px !important;
    transform: none !important;
    width: 90% !important;
    max-width: 400px !important;
  }
  .cassette-container {
    background-size: contain !important;
    height: auto !important;
    position: relative !important; 
    margin-top: 180px !important;
  }
  .cassette-container .size-xs     { top: 410px !important; left: 20px !important; }
  .cassette-container .size-small  { top: 410px !important; left: 70px !important; }
  .cassette-container .size-medium { top: 410px !important; left: 120px !important; }
  .cassette-container .size-large  { top: 410px !important; left: 170px !important; }
  .cassette-container .size-xl     { top: 410px !important; left: 220px !important; }
  .cassette-container .size-xxl    { top: 410px !important; left: 270px !important; }

  #cassette-add-to-cart-{{ product.handle }} button {
    position: absolute !important;
    top: 472px !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  model-viewer {
    z-index: 50 !important;
    position: relative !important;
  }
/** make page space longer for product **/
  body.gradient.page-product #shopify-section-sections--25724525281353__  {
    position: relative !important;
    top: auto !important;
    margin-top: 220px !important;
    clear: both !important;
    z-index: 1 !important;
  }
.header__heading-logo-wrapper {
  display: none !important;
}

/********************* BACKGROUNDS - RESPONSIVE *********************/
/* Mobile-only: background fits full height, crops sides */
  /* 🏠 HOME — same 1200px size, same -190px offset */
  body.page-home.gradient #sn-stage {
    background-image: url(a.BG.home.mobile.png) !important;
    background-size: 1200px !important;
    background-position: center calc(var(--bg-home, -372px) + 200px) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }
  body.page-home .color-scheme-1 {
    background: transparent !important;
  }
  /* 🐱‍🏍 COLLECTION — unchanged except variable */
  body.page-collection.gradient #sn-stage {
    background-image: url(a.BG.collection.png) !important;
    background-size: 800px !important;
    background-position: center var(--bg-collection, 174px) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }
  /* 😛 PRODUCT — same 900px size + 81px offset */
  body.page-product.gradient #sn-stage {
    background-image: url("https://cdn.shopify.com/s/files/1/0936/3570/6953/files/BG.produc.mobile.png") !important;
    background-size: 900px !important;
    background-position: center var(--bg-product, 81px) !important; /* ← was: top 81px */
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }
  /* === FULL PRODUCT PAGE TRANSPARENCY NUKE === */
.template-product,
.product,
.page-width,
.product--large,
.product--left,
.product--stacked,
.product--mobile-hide,
.grid,
.grid--1-col,
.grid--2-col-tablet,
.grid__item,
.product__media-wrapper,
product-info,
.section-template--25249230225481__main-padding,
.gradient.color-scheme-1,
#shopify-section-template--25249230225481__main,
.shopify-section.section,
main#MainContent,
.content-for-layout {
  background: transparent !important;
  background-color: transparent !important;
}
  /* 🐱‍👤 PRIVACY — same bottom alignment but variable-enabled */
  body.template-page-privacy.gradient {
    background-image: url(a.BG.privacy.mobile3.png) !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-position: center var(--bg-privacy, -140px) !important; /* bottom stays default */
    background-color: transparent !important;
    background-attachment: fixed !important;
  }
  /* 📞 CONTACT — same bg-position top, now variable-based */
  body.page-contact.gradient #sn-stage {
    background-image: url(a.BG.contact.mobile1.png) !important;
    background-size: 400px !important;
    background-position: center var(--bg-contact, 0px) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }
  /* 🛒 CART — same size, same top alignment, now variable-enabled */
  body.page-cart.gradient #sn-stage {
    background-image: url("https://cdn.shopify.com/s/files/1/0936/3570/6953/files/a.BG.mobile.cart.png") !important;
    background-repeat: no-repeat !important;
    background-position: center var(--bg-cart, top) !important; /* top default kept */
    background-size: 400px !important;
    background-attachment: scroll !important;
    background-color: transparent !important;
    position: relative;
  }
body.page-cart .content-for-layout,
body.page-cart #MainContent,
body.page-cart main#MainContent,
body.page-cart .content-for-layout * {
  background-color: transparent !important;
  background: transparent !important;
}

/********************* FOOTER - RESPONSIVE *********************/
.ingrained-footer-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.ingrained-footer-links img {
  max-width: 100%;
  height: auto;
  display: block;
  pointer-events: auto;
}
.footer-link-img {
  position: absolute;
  pointer-events: auto;
}
.footer-link-img.link-home {
  left: 5px !important;
  bottom: 64px !important;
  width: 10% !important;
}
.footer-link-img.link-policy {
  left: calc(35% + -134px) !important;
  bottom: 76px !important;
  width: 20% !important;
}
.footer-link-img.link-contact {
  left: calc(65% - 86px) !important;
  bottom: 74px !important;
  width: 30% !important;
}
#shirtnut-review-trigger {
  position: absolute;
  bottom: 128px;
  left: 93px;
  width: 50px;
  z-index: 99999;
  cursor: pointer;
}
#shirtnut-review-trigger img {
  width: 100%;
  height: auto;
  transform: rotate(-6deg);
  transform-origin: center;
}
#shirtnut-review-trigger img:hover {
  transform: rotate(-6deg) scale(1.03);
  transition: 0.15s ease-out;
}

/********************* FOOTER-BASES - RESPONSIVE *********************/
.page-home .footer,
.page-collection .footer,
.page-product .footer,
.page-contact .footer,
.page-cart .footer::before,
.page-privacy-custom .footer {
  position: relative;
  z-index: 1;
}
.page-home .footer::before,
.page-collection .footer::before,
.page-product .footer::before,
.page-contact .footer::before,
.page-cart .footer::before,
.page-privacy-custom .footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 1200px;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
/* override for custom footer per page */
.page-home .footer::before {
  background-image: url(a.FOOTER.default.mobile.png);
}
.page-collection .footer::before {
  background-image: url(a.FOOTER.default.mobile.png);
}
.page-product .footer::before {
  background-image: url(a.FOOTER.default.mobile.png);
}
.page-privacy-custom .footer::before {
  background-image: url(a.FOOTER.default.mobile.png);
}
.page-cart .footer::before {
  background-image: url(a.FOOTER.default.mobile.png)
}
/* FINAL-POSITIONINGS-for-footer-bases*/
.page-home .footer::before,
.page-collection .footer::before,
.page-product .footer::before,
.page-contact .footer::before,
.page-cart .footer::before,
.page-privacy-custom .footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150vw;
  max-width: 2000px;
  height: 730px;
  transform: translateX(-60.6%) translateY(-626px);
  opacity: 1;
  z-index: 0 !important;
  pointer-events: none;
}
.page-contact .footer::before {
  background-image: url(a.FOOTER.contact.mobile.png);
    position: top;
    top: auto !important;
    width: 150vw !important;
    height: 2000px !important;
    left: 50% !important;
    transform: translateX(calc(-50% - 60px)) !important;
}
 .page-contact #shopify-section-sections--25724525281353__footer {
    top: 800px !important;
    padding-top: 410px !important;
  }
.footer {
  position: relative !important;
  z-index: 1;
  overflow: visible !important;
}

/********************* POLICIES-PAGE RESPONSIVE *********************/
  .page-privacy-custom .shopify-policy__container {
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-privacy-custom .shopify-policy__container .main-title,
  .page-privacy-custom .shopify-policy__container h1,
  .page-privacy-custom .shopify-policy__container h2,
  .page-privacy-custom .shopify-policy__container h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
  }
  .page-privacy-custom .shopify-policy__container p,
  .page-privacy-custom .shopify-policy__container li {
    font-size: 1rem;
    line-height: 1.4;
  }
  .page-privacy-custom .shopify-policy__container ul, 
  .page-privacy-custom .shopify-policy__container ol {
    padding-left: 1.5em;
  }
  .page-privacy-custom .shopify-policy__container li {
    margin-bottom: 0.25em;
  }
.page-privacy-custom .shopify-policy__container {
  padding-bottom: 100px;
}
/********************* POLICIES-PAGE — RAW SHIRTNUT GRIT *********************/
.page-privacy-custom .shopify-policy__container {
  max-width: 900px !important;
  padding: 28px;
  position: relative;
}
/* ===========================================================
   🪵 HEADINGS — dirty, shaky, gritty, heavy outline
   =========================================================== */
.page-privacy-custom .shopify-policy__container h1,
.page-privacy-custom .shopify-policy__container h2,
.page-privacy-custom .shopify-policy__container h3 {
  font-family: 'Patrick Hand', 'Comic Neue', sans-serif;
  font-size: 2.55rem;
  font-weight: 900;
  color: #0E0C02;
  letter-spacing: 1.4px;
  margin-top: 2.3rem;
  margin-bottom: 1.5rem;
  line-height: 1.13;
  position: relative;

  /* DIRTY heavy chalk/ink bleed */
  text-shadow:
    -3px -3px 0 #E0DFD4,
     3px -3px 0 #E0DFD4,
    -3px  3px 0 #E0DFD4,
     3px  3px 0 #E0DFD4,
    0 0 7px rgba(0,0,0,0.35),
    0 0 11px rgba(0,0,0,0.25),
    0 0 16px rgba(235,145,16,0.25),
    inset 0 0 6px rgba(255,255,255,0.25);

  /* Slight imperfect baseline */
  transform: translateY(-2px) rotate(-0.6deg);
}
/* 🔥 PATCHY WORN TEXTURE overlay (faint paint erosion) */
.page-privacy-custom .shopify-policy__container h1::before,
.page-privacy-custom .shopify-policy__container h2::before,
.page-privacy-custom .shopify-policy__container h3::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 105%;
  height: 105%;
  background-image: url("{{ 'a.paper-grit.jpg' | asset_url }}");
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.23;
  pointer-events: none;
}
/* 🫨 micro-jitter shake (hand-drawn instability) */
@keyframes jitter {
  0%   { transform: translate(0px, 0px) rotate(-0.6deg); }
  25%  { transform: translate(1px, -1px) rotate(-0.4deg); }
  50%  { transform: translate(-1px, 1px) rotate(0.3deg); }
  75%  { transform: translate(1px, 0px) rotate(-0.2deg); }
  100% { transform: translate(0px, 0px) rotate(-0.6deg); }
}
.page-privacy-custom .shopify-policy__container h2,
.page-privacy-custom .shopify-policy__container h3 {
  animation:
    jitter 4.5s infinite ease-in-out,
    drift 12s infinite ease-in-out;
}
/* 🪁 occasional drift (hanging-sign sway) */
@keyframes drift {
  0% { transform: translateY(-2px) rotate(-0.6deg); }
  50% { transform: translateY(1px) rotate(0.6deg); }
 100% { transform: translateY(-2px) rotate(-0.6deg); }
}

/* ===========================================================
   📜 BODY TEXT — rustic, warm, ink bleed
   =========================================================== */
.page-privacy-custom .shopify-policy__container p,
.page-privacy-custom .shopify-policy__container li {
  font-family: 'Comic Neue', sans-serif;
  font-size: 1.34rem;
  font-weight: 600;
  color: #0E0C02;
  line-height: 1.74;
  margin-bottom: 1.05rem;

  text-shadow:
    1px 1px 0 #E0DFD4,
    -1px -1px 0 #E0DFD4,
    0 1px 2px rgba(0,0,0,0.25),
    0 0 4px rgba(255,255,255,0.35),
    0 0 6px rgba(0,0,0,0.15);
}
/* 🍊 Highlighted important words — chalky + patchy */
.page-privacy-custom .shopify-policy__container strong {
  color: #EB9110;
  text-shadow:
    -2px -2px 0 #E0DFD4,
     2px -2px 0 #E0DFD4,
    -2px  2px 0 #E0DFD4,
     2px  2px 0 #E0DFD4,
    0 0 12px rgba(235,145,16,0.55),
    0 0 4px rgba(0,0,0,0.25);
}
/* List spacing */
.page-privacy-custom .shopify-policy__container ul,
.page-privacy-custom .shopify-policy__container ol {
  padding-left: 2em;
  margin-bottom: 1.4em;
}
.page-privacy-custom .shopify-policy__container li {
  margin-bottom: 0.55em;
}

/********************* CONTACT-PAGE RESPONSIVE *********************/
  .tv-float-img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

/********************* CART-PAGE RESPONSIVE *********************/
body.page-cart footer.footer {
  margin-top: 4000px !important;
}

/*******************************************************
   🧡 SHIRTNUT CART PAGE — GRITTY, DUSTY, HAND-DRAWN VIBES
********************************************************/
.cart__title .title--primary,
.page-width .title--primary,
.title.title--primary {
  font-family: 'Patrick Hand', 'Comic Neue', sans-serif !important;
  font-size: 2.8rem !important;
  font-weight: 900 !important;
  color: #0E0C02 !important;
  letter-spacing: 1.4px !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.13 !important;
  position: relative !important;
  /* DIRTY heavy chalk/ink bleed (same as policy page) */
  text-shadow:
    -3px -3px 0 #E0DFD4 !important,
     3px -3px 0 #E0DFD4 !important,
    -3px  3px 0 #E0DFD4 !important,
     3px  3px 0 #E0DFD4 !important,
    0 0 7px rgba(0,0,0,0.35) !important,
    0 0 11px rgba(0,0,0,0.25) !important,
    0 0 16px rgba(235,145,16,0.25) !important,
    inset 0 0 6px rgba(255,255,255,0.25) !important;

  transform: translateY(-2px) rotate(-0.6deg) !important;
}
/* === PATCHY PAPER GRIT OVERLAY ====================== */
.cart__title .title--primary::before,
.page-width .title--primary::before,
.title.title--primary::before {
  content: "" !important;
  position: absolute !important;
  left: -3px !important;
  top: -3px !important;
  width: 105% !important;
  height: 105% !important;

  background-image: url("{{ 'a.paper-grit.jpg' | asset_url }}") !important;
  background-size: cover !important;

  mix-blend-mode: multiply !important;
  opacity: 0.23 !important;
  pointer-events: none !important;
}
/* === CART ITEM NAME (product title link) ============ */
.cart-item__details .cart-item__name,
.cart-item__name.h4,
a.cart-item__name {
  font-family: 'Patrick Hand', 'Comic Neue', sans-serif;
  font-size: 1.75rem !important;
  font-weight: 900 !important;
  color: #EB9110 !important;
  text-decoration: none !important;

  text-shadow:
    -2px -2px 0 #E0DFD4,
     2px -2px 0 #E0DFD4,
    -2px  2px 0 #E0DFD4,
     2px  2px 0 #E0DFD4,
    0 0 12px rgba(235,145,16,0.55),
    0 0 4px rgba(0,0,0,0.25);

  transform: rotate(-0.6deg);
}
.cart-item__name:hover {
  color: #ffe07a !important;
}
.page-cart .sn-price-line {
  font-family: 'Patrick Hand', 'Comic Neue', sans-serif !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
  color: #92ff7a !important;                /* main green */
  letter-spacing: 1px !important;
  margin: 8px 0 12px 0 !important;
  text-decoration: none !important;
  position: relative;

  /* 🧀 CHALKY PATCH OUTLINE + GREEN GLOW (exact same as h1 style) */
  text-shadow:
    -3px -3px 0 #E0DFD4 !important,
     3px -3px 0 #E0DFD4 !important,
    -3px  3px 0 #E0DFD4 !important,
     3px  3px 0 #E0DFD4 !important,
    0 0 7px rgba(0,0,0,0.35) !important,
    0 0 11px rgba(0,0,0,0.25) !important,
    0 0 14px rgba(146,255,122,0.45) !important;

  transform: rotate(-0.6deg) !important;
}

/* === size line ==================================== */
.cart-item__details .product-option:last-child {
  color: #92ff7a !important;
  font-weight: 900;
  font-family: 'Comic Neue', sans-serif;
  font-size: 15px !important;

  text-shadow:
      1px 1px 0 #1f1f0f,
     -1px -1px 0 #1f1f0f,
      0 0 6px rgba(146,255,122,0.45);
}
/* === SUBHEADINGS (Product / Quantity / Total) ======= */
.caption-with-letter-spacing,
.cart-items__heading--quantity,
.small-hide.right {
  font-family: 'Patrick Hand', 'Comic Neue', sans-serif;
  font-size: 1.35rem !important;
  font-weight: 900;
  color: #f0e9d7;
  letter-spacing: 1.2px;
  margin-bottom: 12px;

  text-shadow:
    -2px -2px 0 #1f1f0f,
     2px -2px 0 #1f1f0f,
    -2px  2px 0 #1f1f0f,
     2px  2px 0 #1f1f0f,
     0 0 6px rgba(0,0,0,0.35);
}
/* 🌴 CART PAGE — TROPICAL PARADISE EDITION */

/* 💀 REMOVE BUTTON */
cart-remove-button {
  background: linear-gradient(145deg, #ff0066, #ff4081);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(255, 50, 100, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
}
cart-remove-button:hover {
  transform: scale(1.15) rotate(8deg);
  box-shadow: 0 0 25px rgba(255, 100, 130, 0.8);
}
/* 🌴 CONTINUE SHOPPING LINK */
a.underlined-link {
  color: #00bcd4;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
a.underlined-link:hover {
  color: #ff9800;
  text-shadow: 0 0 10px rgba(255, 152, 0, 0.6);
}
/* 🐬 CHECKOUT BUTTON */
button.cart__checkout-button {
  background: linear-gradient(135deg, #00ffa6, #00e1ff);
  color: #003333;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  padding: 16px 36px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 0 25px rgba(0, 255, 220, 0.7);
  transition: all 0.3s ease;
}
button.cart__checkout-button:hover {
  background: linear-gradient(135deg, #00ffcc, #00aaff);
  transform: scale(1.05);
  box-shadow: 0 0 45px rgba(0, 255, 220, 1);
  color: #001f1f;
}



}



/* ============================================================
   USED to be the goats of code, but now I am the goat OF CODE -->
   ============================================================ */
  /* Disable tap/click highlight everywhere */
   {
  -webkit-tap-highlight-color: transparent !important;
  outline: none;
  box-shadow: none;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #222;
}
body::-webkit-scrollbar-track {
  background: #000;
}