/** Shopify CDN: Minification failed

Line 346:0 All "@import" rules must come first
Line 1068:0 Expected ")" to go with "("

**/
/* ===== Squish Smash responsive styles (ss-squish-style.css) ===== */

/* Basic box sizing to avoid overflow surprises */
.ss-about, .ss-about * { box-sizing: border-box; }

/* Section base */
.ss-about {
  background: #ffffff;
  color: #000;
  padding: 70px 20px;
  font-family: inherit;
}

/* Centered container */
.ss-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Two-column grid */
.ss-about-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Columns */
.ss-col { flex: 1 1 50%; min-width: 260px; }

/* Left (title) */
.ss-left { flex: 1 1 40%; padding-right: 30px; min-width: 240px; }
.ss-title {
  margin: 0;
  font-weight: 800;
  /* scale between 2rem and 5rem depending on viewport */
  font-size: clamp(2.0rem, 6vw, 5.0rem);
  line-height: 1;
  color: #000;
}
.ss-subtitle {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.5vw, 2.5rem);
}

/* Right (features) */
.ss-right {
  flex: 1 1 55%;
  min-width: 300px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.ss-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ss-features li {
  color: #FF4500;
  margin-bottom: 10px;
  /* add a dot visually but keep it accessible */
  position: relative;
  padding-left: 18px;
}
.ss-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #FF4500;
  line-height: 1;
  font-size: 1.1rem;
}

/* Responsive video container — preserves 16:9 aspect ratio */
.ss-video-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  overflow: hidden;
}
.ss-video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
  display: block;
}

/* How to play */
.ss-howto {
  margin-top: 40px;
  padding-top: 12px;
}
.ss-howto-title {
  font-size: clamp(1.25rem, 3.5vw, 2.25rem);
  margin: 0 0 12px;
  line-height: 1.05;
}
.ss-howto-title span { font-weight: 600; display: block; font-size: 0.9em; }

/* Buttons/text inside steps */
.ss-howto-steps p { margin: 10px 0; font-size: 1rem; line-height: 1.5; }

/* Card images */
.ss-howto-cards {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.ss-howto-cards img {
  width: 30%;
  max-width: 180px;
  min-width: 80px;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* ===== Tablet and smaller ===== */
@media (max-width: 768px) {
  .ss-about { padding: 40px 16px; }
  .ss-about-grid { flex-direction: column; gap: 18px; }
  .ss-left { padding-right: 0; }
  .ss-title { font-size: clamp(1.85rem, 8vw, 3.5rem); }
  .ss-right { font-size: 1rem; line-height: 1.6; }
  .ss-howto-cards img { width: 32%; max-width: 140px; }
}

/* ===== Very small phones ===== */
@media (max-width: 480px) {
  .ss-about { padding: 28px 12px; }
  .ss-title { font-size: clamp(1.6rem, 9.5vw, 2.6rem); }
  .ss-subtitle { font-size: 1.05rem; }
  .ss-right { font-size: 0.98rem; }
  .ss-howto-steps p { font-size: 0.95rem; }
  .ss-howto-cards {
    gap: 8px;
  }
  .ss-howto-cards img {
    width: 100%;
    max-width: 100%;
  }
}

/* General styling */
.ss-title {
  font-weight: bold;
  line-height: 1.1;
  color: #000;
  margin: 0 auto;        /* centers inside flex/blocks */
  font-size: clamp(2rem, 6vw, 5rem);
  text-align: center;    /* centers text */
  display: block;
  width: 100%;           /* ensures full width on mobile */
  white-space: nowrap;   /* keeps "About" on one line */
}

/* On smaller screens */
@media (max-width: 768px) {
  .ss-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}
/* Desktop (default) */
.about-title {
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  color: #f3a32d;
  margin: 0;
}

.about-subtitle {
  font-size: 35px;
  font-weight: normal;
  color: black;
  margin-top: 10px;
}

/* Mobile fix */
@media (max-width: 768px) {
  .about-left {
    text-align: center !important;
    padding-right: 0 !important;
    width: 100% !important;
   
    background-size: cover; /* Makes it fill the area nicely */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat; /* Avoids repeating pattern */
  }

  .about-title,
  .about-subtitle {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    
  }
}





/* Footer mobile fixes */
@media (max-width: 768px) {
  .footer-block { 
    text-align: center; 
    margin-bottom: 20px;
  }

  .footer-block h4,
  .footer-block .h4,
  .footer-block-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }

  .footer-block ul li {
    display: inline-block;   /* Makes links horizontal instead of vertical */
    margin: 0 10px;          /* Spacing between links */
  }

  .footer-block a {
    font-size: 16px;
    color: #fff;  /* Adjust as per theme */
    text-decoration: none;
  }

  .footer-social-icons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}
/* Force footer heading center */
@media (max-width: 768px) {
  .footer-block h2,
  .footer-block .h2,
  .footer-block-title {
    text-align: center !important;  /* Force center */
    display: block;
    width: 100%;
  }

  /* Make sure links also stay centered */
  .footer-block ul {
    text-align: center !important;
    margin: 0 auto;
  }

  .footer-block ul li {
    display: inline-block;
    margin: 0 8px;
  }
}
/* Responsive video wrapper */
.video-wrapper {
  position: relative !important;
  width: 100% !important;
  max-width: 1200px !important;   /* Increase max width */
  margin: 0 auto !important;
  padding-bottom: 56.25% !important; /* maintain 16:9 ratio */
  height: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;
}

.video-wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 12px !important;
}

/* On very large screens, allow wider video */
@media (min-width: 1400px) {
  .video-wrapper {
    max-width: 1400px !important;
  }
}
/* Keep email + button in one line */
.squish-smash-form .newsletter-wrapper {
  display: flex;
  flex-wrap: nowrap; /* prevents moving to next line */
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.squish-smash-form input[type="email"] {
  flex: 1; /* take all available space */
  min-width: 0; /* allow shrinking */
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
}

.squish-smash-form button {
  flex: 0 0 auto; /* button stays fixed size */
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  background-color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  white-space: nowrap; /* text doesn’t wrap */
}
/* ====== ABOUT + HOW TO PLAY SECTION (Exact Making Monsters Style) ====== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@400;600;700&family=Rubik:wght@400;600&display=swap');

/* ====== ABOUT SECTION ====== */



.about-section {
  position: relative;
 /* background-image: url('/cdn/shop/files/Purple_back.png?v=1761414832');*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  color: #ffdb15;
  z-index: 1;
  overflow: hidden;
}
/*
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(2px) brightness(0.1);
  transform: scale(1.1);
  z-index: 0;
}
*/
.about-section > * {
  position: relative;
  z-index: 1;
}



/* Layout: title left, content right */
.about-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 40px;
  align-items: start;
}

/* Left column (About heading) */
.about-left {
  text-align: left;
}
.about-title {
  font-family: 'Anton', sans-serif;
  color: #ffdb15;
  font-size: clamp(100px, 12vw, 160px);
  line-height: 0.85;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.about-subtitle {
  font-family: 'Oswald', sans-serif;
  color: #ffdb15;
  font-size: clamp(36px, 4vw, 54px);
  margin-top: 10px;
  font-weight: 600;
}

/* Right column (text and features) */
.about-right {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.about-right p {
  margin-bottom: 16px;
  color: black;
}
.about-right ul {
  padding-left: 18px;
  margin: 0;
}
.about-right li {
  color:white;
  font-weight: 600;
  margin-bottom: 10px;
  list-style: disc;
}

/* Video section */
.about-video {
  text-align: center;
}
.about-video iframe {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.3);
}

/* ====== HOW TO PLAY SECTION ====== */
.howto-section {
  background-color: white;
  color: black;
  padding: 100px 20px;
  text-align: left;
  font-family: 'Rubik', sans-serif;
}

.howto-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}

/* Left side text */
.howto-left h2 {
  font-family: 'Anton', sans-serif;
  color: #E27347;
  font-size: clamp(90px, 10vw, 140px);
  margin-bottom: 10px;
  line-height: 0.85;
  text-transform: capitalize;
}
.howto-left h3 {
  font-family: 'Oswald', sans-serif;
  color: #E27347;
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 24px;
  font-weight: 600;
}
.howto-left p {
  font-family: 'Rubik', sans-serif;
  color:rgb(10, 2, 0);
  font-size: 18px;
  margin-bottom: 10px;
}

/* Right side images */
.howto-right {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.howto-right img {
  width: 140px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* ====== RESPONSIVE DESIGN ====== */
@media (max-width: 900px) {
  .about-grid,
  .howto-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-left, .about-right, .howto-left {
    text-align: center;
  }
  .howto-right {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .about-title {
    font-size: clamp(60px, 16vw, 90px);
  }
  .about-subtitle {
    font-size: clamp(22px, 6vw, 32px);
  }
  .howto-left h2 {
    font-size: clamp(60px, 14vw, 90px);
  }
  .howto-left h3 {
    font-size: clamp(22px, 5vw, 32px);
  }
  .howto-left p {
    font-size: 16px;
  }
  .howto-right img {
    width: 100px;
  }
}
/* ——— Reduce bottom margins & vertical gaps ——— */

/* Between About section and Video */
.about-section {
  padding-bottom: 2.5rem0px !important; /* default was big, reduce it */
}

/* Gap before video */
.about-video {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

/* Gap before How to Play section */
.howto-section {
  padding-top: 5px !important;
  padding-bottom: 20px !important;
}

/* Reduce gap between About text and How to Play title */
.howto-section ~ .about-section, .about-section ~ .howto-section {
  margin-top: 10px !important;
}

/* ——— Adjust font sizes ——— */

/* Increase About title font size */
.about-title {
  font-size: clamp(120px, 14vw, 180px) !important;
}

/* Decrease How to Play title font size */
.howto-left h2 {
  font-size: clamp(60px, 8vw, 100px) !important;
}

/* Decrease How to Play subtitle font size */
.howto-left h3 {
  font-size: clamp(22px, 3.5vw, 40px) !important;
}
/* ====== SQUISH SMASH HERO (Desktop Fix) ====== */

.squish-smash-section {
 /* background-image: url('/cdn/shop/files/back.png?v=1760465840'); */
 background-color:#1e123a;
  background-size: cover;
  background-position: center;
  padding: 100px 100px 60px; /* reduced bottom space */
  text-align: left;
  font-family: 'Oswald', sans-serif;
}

.squish-smash-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Title */
.squish-smash-brand {
  font-family: 'Anton', sans-serif;
  color: #E27347;
  font-size: clamp(120px, 10vw, 160px);
  line-height: 0.9;
  font-weight: 700;
  margin: 0;
}

/* Subtitle */
.squish-smash-subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color:rgba(8, 0, 0, 0.87);
  font-weight: 600;
  margin-bottom: 10px;
}
.squish-smash-subtitle strong {
  color:hsl(9, 100.00%, 2.70%);
}

/* Inline form + Amazon button */
.squish-smash-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.newsletter-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-input {
  padding: 10px 14px;
  border: none;
  border-radius: 4px;
  width: 250px;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
}

.newsletter-submit {
  background-color: #ff4b2b;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.newsletter-submit:hover {
  background-color: #ff6b4a;
}

/* Amazon button */
.squish-smash-section a[href*="amazon"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f9da82;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 12px;
  border: none;
  height: 38px;
  width: 120px;
  box-sizing: border-box;
}
.squish-smash-section a[href*="amazon"] img {
  height: 22px;
  width: auto;
  object-fit: contain;
}

/* ====== MOBILE FIX (Keep previous good mobile layout) ====== */
@media (max-width: 768px) {
  .squish-smash-section {
    text-align: center;
    padding: 60px 20px;
  }
  .squish-smash-top {
    align-items: center;
  }
  .squish-smash-brand {
    font-size: clamp(60px, 14vw, 100px);
  }
  .squish-smash-form {
    flex-direction: column;
    gap: 12px;
  }
  .newsletter-wrapper {
    justify-content: center;
  }
}


/* --- WHY YOU'LL LOVE MAKING MONSTERS --- */
.why-love-monsters {
  background-color: white;
  text-align: center;
  padding: 60px 20px;
  color: #fff;
  font-family: 'Poppins', 'Montserrat', sans-serif;
}

.why-love-monsters h2 {
  color: #E27347; /* Green like image */
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.2;
}

.love-item {
  margin-bottom: 45px;
}

.love-item h3 {
  color: #E27347;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
}

.love-item:nth-child(3) h3 {
  color: #E27347;
}

.love-item:nth-child(4) h3 {
  color:hsl(330, 87.50%, 3.10%);
}

.love-item p {
  color:rgb(11, 14, 1);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 768px) {
  .why-love-monsters {
    padding: 40px 15px;
  }

  .why-love-monsters h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .love-item {
    margin-bottom: 35px;
  }

  .love-item h3 {
    font-size: 1.2rem;
  }

  .love-item p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .why-love-monsters {
    padding: 35px 10px;
  }

  .why-love-monsters h2 {
    font-size: 1.6rem;
  }

  .love-item h3 {
    font-size: 1.1rem;
  }

  .love-item p {
    font-size: 0.9rem;
  }
}

/* ===== Why You'll Love Making Monsters Section ===== */
.love-making-section {
  background: White;
  color: black;
  text-align: center;
  padding: 80px 20px;
  font-family: 'Oswald', sans-serif;
}

.love-making-section h2 {
  color: #71ff55;
  font-family: 'Anton', sans-serif;
  font-size: clamp(48px, 8vw, 90px);
  margin-bottom: 60px;
  line-height: 1.1;
}

.love-making-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.love-item h3 {
  color: #ff4b2b;
  font-size: clamp(24px, 3vw, 36px);
  margin-bottom: 10px;
}

.love-item p {
  font-family: 'Rubik', sans-serif;
  color: black;
  font-size: 18px;
  margin: 0;
}

/* ===== Mobile View ===== */
@media (max-width: 768px) {
  .love-making-grid {
    grid-template-columns: 1fr;
    gap: 10px; /* controls vertical spacing */
  }
  .love-making-section h2 {
    font-size: clamp(32px, 9vw, 60px);
    margin-bottom: 40px;
  }
  .love-item h3 {
    font-size: clamp(20px, 6vw, 28px);
    margin-bottom: 8px;
  }
  .love-item p {
    font-size: 16px;
  }
}

/* ===== FINAL MOBILE FIXES FOR SQUISH SMASH PAGE ===== */
@media (max-width: 768px) {

  /* General page padding */
  .squish-smash-section,
  .about-section,
  .howto-section,
  .why-love-monsters,
  .love-making-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Hero (top section) */
  .squish-smash-section {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    text-align: center !important;
  }

  .squish-smash-top {
    align-items: center !important;
    text-align: center !important;
  }

  .squish-smash-brand {
    font-size: clamp(50px, 13vw, 90px) !important;
    line-height: 1 !important;
  }

  .squish-smash-subtitle {
    font-size: 18px !important;
    color: #fff !important;
  }

  /* Email form + button stack vertically */
  .squish-smash-form {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .newsletter-wrapper {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .newsletter-input {
    width: 100% !important;
    border-radius: 6px !important;
  }

  .newsletter-submit,
  .squish-smash-section a[href*="amazon"] {
    width: 100% !important;
    max-width: 280px !important;
  }

  /* About + How to Play responsive tweaks */
  .about-grid,
  .howto-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .about-left,
  .howto-left,
  .about-right {
    text-align: center !important;
  }

  .about-title {
    font-size: clamp(48px, 14vw, 80px) !important;
  }

  .about-subtitle {
    font-size: clamp(20px, 6vw, 28px) !important;
  }

  .howto-left h2 {
    font-size: clamp(48px, 13vw, 80px) !important;
  }

  .howto-left h3 {
    font-size: clamp(20px, 6vw, 28px) !important;
  }

  /* Reduce image width on mobile */
  .howto-right img {
    width: 90px !important;
  }

  /* Love sections tighter spacing */
  .why-love-monsters,
  .love-making-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .love-item {
    margin-bottom: 25px !important;
  }
}

/* For very small screens (under 400px) */
@media (max-width: 400px) {
  .squish-smash-brand {
    font-size: 42px !important;
  }
  .about-title {
    font-size: 52px !important;
  }
  .newsletter-input,
  .newsletter-submit {
    font-size: 13px !important;
  }
}

/* Amazon and Subscribe buttons should look the same */
/*
#Subscribe,

.amazon-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 160px !important;
  height: 56px !important;
  font-size: 16px !important;
  font-weight: 600;
  border-radius: 6px;
  background-color: #f9da82 !important;
  color: #000 !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 16px;
}

.amazon-btn-link {
  text-decoration: none !important;
}

.amazon-btn img {
  height: 75px;
  width: auto;
  object-fit: contain;
  }
*/
  /* Center the entire section */

/* Center entire section */
.newsletter-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 25px;
}

/* Email + Subscribe side-by-side */
.newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap; /* prevent wrapping */
}

/* Email input */
.newsletter-input {
  width: 250px;
  height: 56px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  flex-shrink: 0;
}

/* Subscribe button */
#Subscribe {
  flex-shrink: 0;
}

/* Buttons styling */
#Subscribe,
.amazon-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 160px !important;
  height: 56px !important;
  font-size: 16px !important;
  font-weight: 600;
  border-radius: 6px;
  background-color: #f9da82 !important;
  color: #000 !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 16px;
}

/* Amazon logo */
.amazon-logo {
  height: 75px;
  width: auto;
  object-fit: contain;
}

/* Responsive width adjustments — keep on one line */
@media (max-width: 480px
