/** Shopify CDN: Minification failed

Line 249:0 Unexpected "}"

**/
#shopify-section-template--27160452202845__section_x8mrnx h4 {
  font-size: 150px;
  position: relative;
  top: -20px;
  font-weight: bold;
  display: inline-block;
  
  /* your gradient + image */
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 50%),
    url('/cdn/shop/files/gg_c5d68194-7755-4eab-8c16-46b4d9a6e274.png?v=1760945909') no-repeat center center;
  background-size: cover;

  /* this is the subtle “parallax-like” illusion */
  background-attachment: fixed;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.section-content-wrapper h5 {
  font-size: 30px;       /* small title size */
  font-weight: 500;      /* medium weight */
  color: black;           /* adjust color as needed */

  /* optional fine positioning */
  position: relative;
  top: -25px;                /* adjust vertical position */
  left: 0;               /* adjust horizontal position */
}

/*------------coming soon heading------------------*/
#shopify-section-template--27160452202845__section_Wxf8RC h5 {
  color: white;
  font-size: 30px;
  top: 0px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.10),
               0 0 15px rgba(255, 255, 255, 1);
}

/*----------------------------------------------------------------book 1 section paragraph-----------------*/
#shopify-section-template--27160452202845__section_x8mrnx p {
  font-size: 19px;
  position: relative; /* or absolute, depending on what you want */
  top: -65px;
  color: black;
  font-weight: 
}

/*-----------------------------------------------------------------book 2 section paragraph--------------*/
#shopify-section-template--27160452202845__section_Wxf8RC p {
  font-size: 20px;
  position: relative;
  color: white;
  text-shadow: 0px 0px 4px black;
  top: -10px;
}

/*--------------------------------------------------------------------------LOGO--------------*/
#MainContent .image-block{
  position: relative;
  top: -70px;
}
/*--------------------------------------------------------------------------POP UP AND BUTTON--------------*/
/*---------------------------------------------------------------- Button styling--------------------------*/
.popup-btn {
  position: relative;
  top: -1105px;
  left: 550px;
  padding: 15px 30px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 30px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 2;
  font-family: "New York", serif;  /* fallback to serif if not available */
    /* subtle shadow */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.69);
}


.popup-btn:hover {
  background-color: #111;
  color: #fff;
}

/* Overlay covering the whole screen */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
/*---------___________---_--_-_--_-_-_-_-_-______-----------_---PURCHASE BUTTON_A___Z____Z_Z_Z_ZZZZZ_______-___-*/
.popup-content .popup-new-btn {
  position: relative;
  top: 500px;
  left: 130px;
  padding: 13px 27px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 30px;
  border: none;
  transition: 0.3s ease, color 0.3s ease;
  z-index: 2;
  font-family: "New York", serif;  /* fallback to serif if not available */
    /* subtle shadow */
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.popup-content .popup-new-btn:hover {
  background-color: #111;
  color: #fff;
}

/* Overlay covering the whole screen */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;

}


/* ---------------------------------------------Red square popup with animation-------------------------------- */
.popup-content {
  width: 1150px;         /* your custom width */
  height: 600px;        /* your custom height */
  background-color: rgba(173, 173, 173, 0.61); /* 50% opacity red */
  border-radius: 30px;  /* keep corners rounded */
  position: relative;
  backdrop-filter: blur(10px); /* blur the background behind it */
  -webkit-backdrop-filter: blur(0px); /* Safari support */
  border: 2px solid rgba(255, 255, 255, 0.2); /* optional subtle border */
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.7);
  opacity: 0;
}

/* Animation trigger */
.popup-content.show {
  transform: scale(1);
  opacity: 1;
}

/* Close X */
.popup-close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}


/*----------------------------------------INSIDE POP UP SECTION TEXTS---------------------------------------*/
/* All text inside popup-content */
.popup-content h2 {
  font-family: "New York", serif;
  font-size: 20px;
  color: #fff;
  margin: 15px 0;
  position: relative;
  top: -440px;
  left: 75px;
  text-shadow: 0 0px 15px rgba(0, 0, 0, 0.31);
}
/*-------------------BLURB-----------------*/
.popup-content .popup-subtitle {
  font-family: "New York", serif;
  font-size: 20px;
  color: #fff;
  margin: 15px 0;
  position: relative;
  top: -480px;
  left: 200px;
  text-shadow: 0 0px 15px rgba(0, 0, 0, 0.31);
}

.popup-content h3 {
  font-family: "New York", serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}

.popup-content h5 {
  font-family: "New York", serif;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 8px 0;
}

/*-------------------------------------------POSTER inside POPUP SECTION---------------------------------------------------*/
.popup-content .popup-poster {
  display: block;
  width: 80%;           /* adjust to fit inside the popup */
  max-width: 230px;     /* prevents it from being too large */
  height: auto;         /* keeps aspect ratio */
  margin:  50px;  /* center it and give spacing below */
  position: relative;  /* allows top/left/right/bottom */
  top: 20px;           /* moves down 10px from default */
  left: 50px;    
  border-radius: 20px;   /* slightly rounded edges */
  box-shadow: -0px 10px 15px rgba(0, 0, 0, 0.39); /* subtle shadow for depth */
}

/*-----------------------------------P inside the pop up section P---------------------------*/
.popup-content .popup-description {
  font-family: "New York", serif;
  font-size: 17px;
  color: white;
  text-align: justify;
  line-height: 1;       /* spacing between lines in a paragraph */
  width: 60%;           /* box width */
  max-width: 850px;     /* optional limit */
  position: relative;
  top: -455px;
  left:400px;
  text-shadow: 0 0px 15px rgba(0, 0, 0, 0.8);
  
  margin-bottom: 3px;    /* spacing between paragraphs */
}

}
