/** Shopify CDN: Minification failed

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

**/
@media (min-width: 700px) {



/********************* HOMEPAGE *********************/
/* GRID ADJUSTMENT */
.color-scheme-1.gradient,
.section-template--25249229897801__custom_liquid_tpq4QM-padding {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
body.gradient.page-home .product-card {
  transform: scale(0.62) translate(57px, 167px);
  transform-origin: top center;
  max-width: 500px;
}
.grid.product-grid {
  column-gap: 0px !important;
  row-gap: 100px !important;
  justify-content: center !important;
}
a.product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
#rotating-products {
  display: flex;
  position: relative;
  margin-left: -150px;
}
/* move each display individually */
#rotating-products .product-card-outer:nth-child(1) {
  position: relative;
  left: -10px;
  top: -4px;
}
#rotating-products .product-card-outer:nth-child(2) {
  position: relative;
  left: -5px;
  top: 2px;
}
#rotating-products .product-card-outer:nth-child(3) {
  position: relative;
  left: 3px;
  top: 60px;
}
#rotating-products .product-card-outer:nth-child(4) {
  position: relative;
  left: 3;
  top: 80px;
}

/* PORTAL LAYER */
.product-card-outer {
  margin-right: -150px;  /* pull them closer horizontally */
  position: relative !important;
  overflow: visible !important;
}
.page-home .portal-underlay {
  position: absolute !important;
  top: -20.5% !important;
  left: 0% !important;
  width: 350px !important;
  height: 350px !important;
  background-image: url(a.IMG.portal.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transform: translate(30%, 50%) !important;
  z-index: -20 !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  display: block !important;
}
#rotating-products * {
  pointer-events: auto !important;
}
.product-card-outer {
  position: relative; /* allow portal to position absolutely inside */
}
/* Rotates for each card, matching card-wrapper and portal-underlay */
.grid.product-grid > .grid__item:nth-child(1) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(1) .portal-underlay {
  transform: rotate(-3deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(2) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(2) .portal-underlay {
  transform: rotate(1.5deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(3) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(3) .portal-underlay {
  transform: rotate(-1deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(4) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(4) .portal-underlay {
  transform: rotate(2deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(5) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(5) .portal-underlay {
  transform: rotate(-1.7deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(6) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(6) .portal-underlay {
  transform: rotate(0.8deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(7) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(7) .portal-underlay {
  transform: rotate(-2.4deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(8) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(8) .portal-underlay {
  transform: rotate(1.2deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(9) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(9) .portal-underlay {
  transform: rotate(-2.1deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(10) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(10) .portal-underlay {
  transform: rotate(1.8deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(11) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(11) .portal-underlay {
  transform: rotate(-0.9deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(12) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(12) .portal-underlay {
  transform: rotate(2.3deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(13) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(13) .portal-underlay {
  transform: rotate(-1.4deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(14) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(14) .portal-underlay {
  transform: rotate(0.7deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(15) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(15) .portal-underlay {
  transform: rotate(-2.8deg) translate(-50%, -50%) !important;
}
.grid.product-grid > .grid__item:nth-child(16) .card-wrapper,
.grid.product-grid > .grid__item:nth-child(16) .portal-underlay {
  transform: rotate(1.1deg) translate(-50%, -50%) !important;
}

/********************* SHIRTNUT COLLECTION PAGE *********************/
/* 1530px universe */
body.gradient.page-collection #ProductGridContainer,
body.gradient.page-collection #product-grid,
body.gradient.page-collection .grid.product-grid {
  width: 1530px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  column-gap: 35px !important;
  row-gap: 58px !important;
  box-sizing: border-box !important;
}
/* Fix item sizing */
body.gradient.page-collection .grid__item {
  width: 320px !important; 
  max-width: 320px !important;
  flex: none !important;
}
body.gradient.page-collection #product-grid {
  position: relative !important;
  top: 130px !important;
  left: -16px !important;
  padding-bottom: 120px !important;
}
/* Keep shirts perfectly scaled */
.gradient.page-collection .card__media,
.gradient.page-collection .media.media--transparent.media--hover-effect {
  transform: none !important;
  margin: 0 auto !important;
}
.media.media--transparent.media--hover-effect {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.media.media--transparent.media--hover-effect::before {
  content: "";
  position: absolute;
  inset: 49px;
  z-index: -1;
  border-radius: 10px;
  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) 82%
  );
  filter: blur(40px);
  opacity: 1;
  animation: sn-rainbow-hardcut 7s linear infinite;
  pointer-events: none;
}
@keyframes sn-rainbow-hardcut {
  0%   { filter: blur(40px) hue-rotate(0deg); }
  100% { filter: blur(40px) hue-rotate(360deg); }
}
.page-collection .media.media--transparent.media--hover-effect img {
  position: relative;
  z-index: 1;
}
.gradient.page-collection .card__inner.color-scheme-2.gradient.ratio {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
/* Remove text cleanly */
.gradient.page-collection .card__content * {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}
.gradient.page-collection #shopify-section-template--26241593704521__product-grid {
  position: relative !important;
  top: 80px !important; 
  left: -50px !important; 
}
/* === SHOPALL-PAGE: FLOATING SHIRTS ADJUSTMENT === */
#floating-shirts-container {
  pointer-events: none !important;
  z-index: -1 !important;
}

/********************* PRODUCT-PAGE *********************/
/* === GENERAL-ADJUSTMENTS === */
/* === large product mockup space from top === */
.gradient.page-product .product__media {
  position: relative;   
  top: 32px;            
}
/* === large 3d mockup space from top === */
.gradient.page-product model-viewer {
  position: relative;
  top: -217px;
}
.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: 25px;

  /* Outline / stroke */
  text-shadow:
    -1px -1px 0 #1f1f0f,
     1px -1px 0 #1f1f0f,
    -1px  1px 0 #1f1f0f,
     1px  1px 0 #1f1f0f;
}
/* Default desktop/tablet look */
.shirtnut-model {
  width: 100%;
  height: 500px;
  margin-top: 200px;
  transform: scale(1.5);
  transform-origin: top center;
  display: block;
}
/* === product recommendations space from top === */
.gradient.page-product product-recommendations {
  position: relative;
  margin-top: 250px;
  padding-bottom: 102px;
}
/* === product recommendations individual positions === */
.page-product .product-grid .grid__item:nth-child(1) {
  transform: translate(-14px, 16px) scale(1.4);
}
.page-product .product-grid .grid__item:nth-child(2) {
  transform: translate(80px, 49px) scale(1.4);
}
.page-product .product-grid .grid__item:nth-child(3) {
  transform: translate(239px, 26px) scale(1.4);
}
.page-product .product-grid .grid__item:nth-child(4) {
  transform: translate(356px, -28px) scale(1.4);
}
.gradient.page-product .card__inner.color-scheme-2.gradient.ratio {
  background-color: transparent !important;
}

/********************* BACKGROUNDS *********************/
/* 🌊 home page: custom background */
body.page-home.gradient #sn-stage {
  background-image:url(a.BG.home.png)!important;
  background-size:100% auto!important;
  background-repeat:no-repeat!important;
  background-position:center var(--bg-home, -370px) !important;
  background-color:transparent!important;
  background-attachment:scroll!important;
}
/* 🐱‍🏍 collection page: custom background */
body.page-collection.gradient #sn-stage {
  background-image: url(a.BG.collection.png) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center var(--bg-collection, -10px) !important;
  background-color: transparent !important;
  background-attachment: scroll !important;
}
/* 😛 product page: custom background */
body.page-product.gradient #sn-stage {
  background-image: url("https://cdn.shopify.com/s/files/1/0936/3570/6953/files/a.BG.product.png") !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center var(--bg-product, -20px) !important;
  background-color: transparent !important;
  background-attachment: scroll !important;
}
/* 😛 product page: make background show fully */
.gradient.page-product .product-media-container,
.gradient.page-product .product__media-item,
.gradient.page-product media-gallery,
.gradient.page-product slider-component#GalleryViewer-template--25249230225481__main,
.gradient.page-product ul#Slider-Gallery-template--25249230225481__main {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
body.page-policies.gradient {
  background-image: url("https://cdn.shopify.com/s/files/1/0936/3570/6953/files/a_BG_privacy.png") !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center var(--bg-privacy, -320px) !important;
  background-color: transparent !important;
  background-attachment: fixed !important;
}
/* 🛰️ contact page: custom background */
body.page-contact #sn-stage,
body.page-contact.gradient #sn-stage {
  background-image: url(a.BG.contact5.png) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center var(--bg-contact, 10px) !important;
  background-color: transparent !important;
  background-attachment: fixed !important;
}
/* 🏖️ cart page: custom background */
body.page-cart.gradient #sn-stage {
  background-image: url("https://cdn.shopify.com/s/files/1/0936/3570/6953/files/a.BG.cart1.png") !important;
  background-repeat: no-repeat !important;
  background-position: center var(--bg-cart, top) !important;
  background-size: 101% auto !important;
  background-attachment: scroll !important;
  background-color: transparent !important;
}



/********************* FOOTER *********************/
/* FOOTER-LINK-IMAGES */
@media (min-width: 700px) {
.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: 20px;
  bottom: 74px;
  width: 340px;
}
.footer-link-img.link-policy {
  left: 400px;
  bottom: 72px;
  width: 230px;
}
.footer-link-img.link-contact {
  left: 900px;
  bottom: 74px;
  width: 330px;
}
#shirtnut-review-trigger {
  position: absolute;
  bottom: 188px;
  left: 360px;
  width: 180px;
  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: Common footer styles & base positioning for all pages with .footer::before */
.page-home .footer,
.page-collection .footer,
.page-product .footer,
.page-contact .footer,
.page-cart .footer::before,
.page-policies
 .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-policies
 .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.png);
}
.page-collection .footer::before {
  background-image: url(a.FOOTER.default.png);
}
.page-product .footer::before {
  background-image: url(a.FOOTER.default.png);
}
.page-contact .footer::before {
  background-image: url(a.FOOTER.contact.png);
}
.page-policies
 .footer::before {
  background-image: url(a.FOOTER.default.png);
}
.page-cart .footer::before {
  background-image: url(a.FOOTER.default.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-policies
 .footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2000vw;
  max-width: 2000px;
  height: 730px;
  transform: translateX(-49.6%) translateY(-550px);
  opacity: 1;
  z-index: 0 !important;
  pointer-events: none;
}
.footer {
  position: relative !important;
  z-index: 1;
  overflow: visible !important;
}



/********************* POLICIES-PAGE — RAW SHIRTNUT GRIT *********************/
.page-policies .rte {
  max-width: 900px !important;
  padding: 28px;
  position: relative;
}
/* ===========================================================
   🪵 HEADINGS — dirty, shaky, gritty, heavy outline
   =========================================================== */
.page-policies .rte h1,
.page-policies .rte h2,
.page-policies .rte 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;

  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);

  transform: translateY(-2px) rotate(-0.6deg);
}
/* 🔥 PATCHY WORN TEXTURE overlay */
.page-policies .rte h1::before,
.page-policies .rte h2::before,
.page-policies .rte h3::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 105%;
  height: 105%;
  background-image: url("/cdn/s/files/XXXX/files/a.paper-grit.jpg");
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.23;
  pointer-events: none;
}
/* 🫨 micro-jitter shake */
@keyframes jitter {
  0%   { transform: translate(0,0) rotate(-0.6deg); }
  25%  { transform: translate(1px,-1px) rotate(-0.4deg); }
  50%  { transform: translate(-1px,1px) rotate(0.3deg); }
  75%  { transform: translate(1px,0) rotate(-0.2deg); }
  100% { transform: translate(0,0) rotate(-0.6deg); }
}
.page-policies .rte h2,
.page-policies .rte h3 {
  animation:
    jitter 4.5s infinite ease-in-out,
    drift 12s infinite ease-in-out;
}
/* 🪁 drift */
@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
   =========================================================== */
.page-policies .rte p,
.page-policies .rte 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 words */
.page-policies .rte 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);
}
/* lists */
.page-policies .rte ul,
.page-policies .rte ol {
  padding-left: 2em;
  margin-bottom: 1.4em;
}
.page-policies .rte li {
  margin-bottom: 0.55em;
}



/********************* CART-PAGE *********************/
/* Make cart page text & controls white */
.page-cart,
.page-cart h1,
.page-cart h2,
.page-cart a,
.page-cart form,
.page-cart label,
.page-cart p,
.page-cart span,
.page-cart td,
.page-cart th,
.page-cart .quantity__button,
.page-cart .quantity__input,
.page-cart .totals__total,
.page-cart cart-remove-button,
.page-cart td.cart-item__totals {
  color: #fff !important;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip; 
}
/* 🏖️ Move cart content higher up */
body.page-cart #MainContent {
  margin-top: 200px !important;
  padding-top: 0 !important;
  padding-bottom: 1660px !important;
}
body.page-cart.gradient footer.footer {
  margin-top: -220px !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;
}


