/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 128:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.subscription-section {
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;
}
.subscription-plan {
  flex: 1 1 30%; 
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #000;
  padding: 30px;
  display: flex;
  flex-direction: column; 
  min-width: 250px;
}
.subscription-plan h2 {
  margin: 0;
  color: #354085;
}
p.under_sec_title {
    margin: 6px 0 20px;
    text-align: left;
}
p.under_title {
   margin: 6px 0;
  text-align: left;
  font-size: 13px;
}
.subscription-plan strong {
    background-color: #000;
    color: #fff;
    padding: 5px 0;
    font-weight: 600;
}
.subscription-plan ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  flex-grow: 0;
}
.subscription-section {
  display: flex;
  gap: 20px;
}
.subscription-plan li {
  position: relative;  
  padding-left: 30px;   
  margin: 8px 0;
  display: flex;
  align-items: center;
  text-align: left;
}
div#shopify-section-template--25576479326557__subscription_plan_zNjp9e {
  max-width: 1320px;
  margin: 0 auto;
}
.subscription-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23272727" d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>');
}

.add-to-cart-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none; 
    align-self: center;
    transition: all 0.3s ease;
    margin-top: auto;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}
.add-to-cart-btn:hover {
  background: #333;
}
.subscription-plan h3 {
    margin: 5px 0;
    text-align: left;
}
div#Banner-template--25576479326557__image_banner_Fq83q9 h2 {
    color: #fff;
}
div#Banner-template--25576479326557__image_banner_Fq83q9 p {
    color: #fff !important;
}
div#Banner-template--25576479326557__image_banner_Fq83q9 .banner__buttons {
    background-color: #272727;
}  
div#Banner-template--25576479326557__image_banner_Fq83q9 a {
    background-color: #272727;
} 
div#Banner-template--25576479326557__image_banner_Fq83q9 {
    min-height: 400px ;
    margin: 50px auto ;
  max-width: 1320px
} 
@media (max-width: 767px) {  

.subscription-section {
    flex-direction: column;
    padding: 0 10px;
}
.section-template--25576479326557__rich_text_cjtJgA-padding {
    padding-top: 0px !important;
}  
}
</style>