Subscribe
| asd |
<div class="content-container border-bottom benefits-container">
<div class="simple-flex">
<h2 class="desktop-only bm-40"><span class="header-bold">Why</span>our customers love to subscribe</h2>
</div>
<div class="panels-img-container">
<img src="">
<h2 class="mobile-only bm-40"><span class="header-bold">Why</span> Subscribe?</h2>
<div class="panels">
<div data-aos="flip-left"class="panel panel-blue">
<h5 class="header-bold">Cures Dry Lips</h5>
<img src="{{ 'dry2-black.svg' | asset_url }}" alt="dry" class="steps">
<p>Our balm is specifically formulated for treating your lips right.</p>
</div>
<div data-aos="flip-right"class="panel panel-blue">
<h5 class="header-bold">Subscription Tracking</h5>
<img src="{{ 'tracking.svg' | asset_url }}" alt="returns" class="steps">
<p>We offer a subscription tracking service and you can control how often we ship to you.</p>
</div>
<div data-aos="flip-left"class="panel panel-blue">
<h5 class="header-bold">Easy Returns</h5>
<img src="{{ 'returns-black.svg' | asset_url }}" alt="returns" class="steps">
<p>We have a simple 14 day return policy.</p>
{% if product.title contains "honey"%}
</div>
<div data-aos="flip-right" class="panel panel-blue">
<h5 class="header-bold">Honey Infused</h5>
<img src="{{ 'honey-black.svg' | asset_url }}" alt="returns" class="steps">
<p>Our product our infused with beeswax, you will love the way your lips feel!</p>
</div>
</div>
</div>
{% endif %}
<a class="btn btn-primary mobile-only" href="#">Get now</a>
<a class="btn btn-primary desktop-only" href="#">Get now</a>
</div>
</div>
<style>
/* .container {
max-width: 425px;
margin: auto;
} */
h5 {
color: #111235;
font-weight: 700;
font-size: 24px;
line-height: 28.8px;
margin-bottom: 15px;
}
p {
line-height: 24px;
font-size: 16px;
font-weight: 400;
}
ul {
padding-left: 0;
padding: 30px 0;
}
ul li {
list-style-type: none;
padding: 20px 0;
}
.header-bold {
font-weight: 700;
}
.content-container {
padding: 40px 15px;
}
.text-center {
text-align: center;
}
.content-container img {
max-width: 50%;
}
.btn {
text-decoration: none;
text-align: center;
display: block;
width: 225px;
padding: 15px 0;
border-radius: 35px;
margin: 30px auto;
font-weight: 600;
}
.btn-primary {
background-color: #cb6ce6;
color: white;
}
.blue-bg {
background-color: #F2F8FF;
width: 100%;
}
.panel {
border-radius: 30px;
padding: 50px 50px;
margin-bottom: 20px;
}
.panel h5 {
width: 85%;
}
.panel-blue {}
.panel-purple {
background: rgba(233, 239, 114, 0.1);
}
/* Modifier classes -- single style */
.bm-40 {
margin-bottom: 40px;
}
.border-bottom {
border-bottom: 1px solid #bbb;
}
.top-menu {
display: none;
}
.desktop-only {
display: none;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.container {
max-width: 1500px;
}
.outer-container {
margin: 0 10%;
background-color: ##f0f2ea;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='72' viewBox='0 0 36 72'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23fcc101' fill-opacity='0.49'%3E%3Cpath d='M2 6h12L8 18 2 6zm18 36h12l-6 12-6-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.header {
box-shadow: none;
display: flex;
justify-content: space-between;
}
.btn {
margin: 35px 0;
}
.simple-flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.simple-flex>* {
margin: 0;
}
.blue-bg {
width: 45%;
display: flex;
align-items: center;
border-radius: 50px;
padding: 0 30px;
}
.gradient-bg {
display: flex;
flex-direction: row-reverse;
justify-content: center;
align-items: center;
}
.trainer-text {
text-align: left;
width: 40%;
margin-left: 30px;
}
.gradient-bg img {
margin-bottom: 0;
}
.panels-img-container {
display: flex;
align-items: center;
flex-direction: row-reverse;
margin-top: 50px;
}
.panels-img-container img {
width: 30%;
}
.panels {
display: flex;
width: 70%;
justify-content: space-between;
flex-wrap: wrap;
}
.panel {
width: 49%;
box-sizing: border-box;
}
.mobile-only {
display: none;
}
.desktop-only {
display: block;
}
.reasons-why {
max-width: 40px;
max-height: 40px;
}
.steps .img {
max-width: 250px;
}
}
</style>