/** Shopify CDN: Minification failed

Line 23:276 Expected identifier but found whitespace
Line 23:278 Unexpected "{"
Line 23:287 Expected ":"
Line 23:322 Expected identifier but found whitespace
Line 23:324 Unexpected "{"
Line 23:333 Expected ":"
Line 23:440 Expected identifier but found whitespace
Line 23:442 Unexpected "{"
Line 23:451 Expected ":"
Line 23:488 Expected identifier but found whitespace
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
.subsc_main { background: #fbfbf9; padding-bottom: 60px; } 
.subscribe-box { padding: 40px; background-color: #fff; border-radius: 16px; text-align: center; box-shadow: 0 2px 10px rgb(0 0 0 / 7%); border: 1px solid #647c9930; }
.subscribe-box h2 { color: #000; font-size: 32px; font-weight: 800; font-family: 'Gordita-Regular'; margin: 0px; margin-bottom: 10px; } 
.subscribe-box p.sbtxt { color: #0000009c;; font-size: 22px; font-family: 'Gordita-Regular'; width: 70%; margin: 0 auto; margin-bottom: 30px; font-weight: 400; } 
.subscribe-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .subscribe-buttons a { padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; font-family: 'Gordita-Regular'; color: #000; } .subscribe-btn { background-color: {{ section.settings.primary_btn_bg }}; color: {{ section.settings.primary_btn_text }}; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); } .learn-btn { background-color: {{ section.settings.secondary_btn_bg }}; color: {{ section.settings.secondary_btn_text }}; border: 1px solid #ccc; } 
.subscribe-buttons a:first-child { background: #415a79; color: #fff; } 
.subscribe-buttons .learn-btn{transition: 0.2s ease}
.subscribe-buttons .subscribe-btn{transition: 0.4s ease}
.subscribe-buttons .subscribe-btn:hover{background: #0d2549; transform: scale(1.04);}
.subscribe-buttons .learn-btn:hover{background: #00000014;}
.shippment_txt p { font-size: 20px; font-family: 'recoleta_regular'; font-weight: 400; text-align: center; }
@media only screen and (max-width: 1200px){
.subscribe-box h2{ font-size: 28px; } 
.subscribe-box p.sbtxt{ font-size: 18px; width: 100%; }
}
@media only screen and (max-width: 767px){
.subsc_main { padding-bottom: 30px; } 
.subscribe-box { padding: 20px; } 
.subscribe-box h2{ font-size: 26px; } 
.subscribe-box p.sbtxt { font-size: 18px; width: 100%; margin-bottom: 30px; } 
.subscribe-buttons a{ width: 100%; } 
.shippment_txt p { font-size: 17px; }
}