/** Shopify CDN: Minification failed

Line 104:36 Expected identifier but found bad string token
Line 104:37 Unterminated string token

**/
/* Created by JP to handle button style across the website */

/* Used for Learn More buttons style */
.button_style {
	text-align: center; 
	margin-top: 20px; 
	margin-bottom: 15px;}

.thewbutton {
  border: none;
  border-radius: 2px;
  color: white;  
  padding-top: 8px;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  font-family: Muli, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #f25c54;
  outline: none;
}

.thewbutton:hover {
  background-color: #f68983;  
  transition: 0.3s;
}

.thewbuttonSoldOut {
  border: none;
  border-radius: 2px;
  color: white;  
  padding-top: 8px;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  font-family: Muli, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: red;
  outline: none;
}

.thewbuttonSoldOut:hover {
  background-color: red;  
  transition: 0.3s;
}

/* JPD - 2024-11-09 - CHANGED background-color: #FFFFFF; TO #F7F7F7 */
.thewLearnMorebutton {
  border: 0px;
  border-style: solid;
  border-radius: 0px;
  border-color: #f25c54;
  background-color: #f25c54;
  font-family: Muli, sans-serif;
  color: #FFFFFF;   
  padding-top: 8px;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  font-size: 16px;
  cursor: pointer;    
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  min-height: 44px;
}

/* JPD - 2024-11-09 - CHANGED background-color: #fafafa; TO #e9e9e9 */
.thewLearnMorebutton:hover {
  background-color: #f68983;  
  transition: 0.3s;
}

.thew_hr_homepage {
  height:2px; 
  border-width:0; 
  background-color: #A59D9B; 
  margin-top:5px; margin-bottom:5px;"
}

/* JPD - 2024-11-11 - OBSOLETE */
/* 
.bordertext_GEN {
  border-radius: 5px; 
  border: 1px; 
  border-style: solid;
  border-color: #A59D9B;
  box-shadow: 3px 3px 5px #A59D9B;
  padding-top: 10px;  
  padding-left: 15px;  
  padding-right: 15px;  
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 20px;  
  background-color: #FFFFFF;}
*/

/* JPD - 2024-11-11 - OBSOLETE */
/*
.bordertext_GEN:hover {
  box-shadow: 3px 3px 14px #000000;
  transform:scale(1.05);
  padding-top: 10px;  
  padding-left: 15px;  
  padding-right: 15px;  
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 20px;  
  background-color: #FFFFFF;}
*/

/* JPD - 2024-11-09 - CHANGED background-color: #FFFFFF; TO #F7F7F7 */
/* JPD - 2024-11-09 - CHANGED box-shadow: 3px 3px 5px #A59D9B; TO box-shadow: 3px 3px 5px #e7e7e7; */
/* JPD - 2024-11-09 - CHANGED border-color: #A59D9B; TO #e7e7e7; */
/* JPD - 2024-11-09 - CHANGED border: 5px; TO border: 3px; */
.bordertext_NOHOVER {
  border-radius: 5px; 
  border: 3px; 
  border-style: solid;
  border-color: #e7e7e7;
  box-shadow: 3px 3px 5px #e7e7e7;
  padding-top: 10px;  
  padding-left: 15px;  
  padding-right: 15px;  
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 20px;  
  background-color: #F7F7F7;}	


/* JPD - 2024-11-14 - bordertext_NOHOVER_HEADER */
.bordertext_NOHOVER_HEADER {
  border-radius: 5px; 
  border: 3px; 
  border-style: solid;
  border-color: #e7e7e7;
  box-shadow: 3px 3px 5px #e7e7e7;
  padding-top: 10px;  
  padding-left: 18px;  
  padding-right: 18px;  
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 20px;  
  background-color: #eeeeee;}	


.imageRaise:hover {
  transform:scale(1.1);
}

/*
@media only screen and (max-width: 600px){
.bordertext_GEN {
    border: none;
	background-color: #FFFFFF;
	box-shadow: 0px 0px;}
.bordertext_GEN:hover {
	border: none;
	box-shadow: 0px 0px;
	background-color: #FFFFFF;
}
*/

.mobileHide {
  display: inline; 
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileHide {
      display: none; 
  }
}

.mobileShow {
  display: inline; 
}

/* Smartphone Portrait and Landscape */
 @media only screen and (min-width: 768px) {
  .mobileShow {
    display: none; 
  } 
}

/* Smartphone Portrait and Landscape */	
.container {
	display: flex; /* Make the container a flex container */
	justify-content: center; /* Horizontal centering */
	align-items: center; /* Vertical centering */
	height: 300px; /* Set a height for the container */
 }
   
/* Colors
0F9466
04AA6D
2A6450
*/

/* JPD - 2025-11/21 - Zoom on images in a page */
/* Base image */
.zoom-image {
  cursor: zoom-in; /* + cursor */
  display: block;
}

/* Modal background */
#zoomModal {
  display: none;
  position: fixed;
  inset: 0;
  background: white;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Expanded image */
#zoomModal img {
  max-width:90%;
  max-height: 90%;
  cursor: zoom-out; /* - cursor */
  border-radius: 10px;
}


