/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.innermainsectioncontainer {
justify-content:center !important
}
.MV9Am > div > a {
display : none !important;
}

/* Hide quiz button */
#shopify-section-template--19505532666033__custom_collection_banner_GCwhqG .custom-button-wrapper {
  display: none !important;
}

/* Constrain text width */
#shopify-section-template--19505532666033__custom_collection_banner_GCwhqG .custombannersectiontopbannertextheading,
#shopify-section-template--19505532666033__custom_collection_banner_GCwhqG .custombannersectiontopbannertextdesc {
  max-width: 28% !important;
  text-align: left !important;
}

/* Premium styling for banner description */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

#shopify-section-template--19505532666033__custom_collection_banner_GCwhqG .custombannersectiontopbannertextdesc {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em !important;
  color: #2c2c2c !important;
  font-style: italic !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}