/** Shopify CDN: Minification failed

Line 330:2 Unexpected "{"
Line 330:3 Expected identifier but found "%"
Line 330:27 Expected identifier but found whitespace
Line 330:29 Unexpected "{"
Line 330:38 Expected ":"
Line 330:61 Unexpected "{"
Line 330:62 Expected identifier but found "%"
Line 407:8 Expected identifier but found whitespace
Line 407:10 Unexpected "{"
Line 407:19 Expected ":"
... and 6 more hidden warnings

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/


.scooter-comparison .page-width {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

body{
      color: #0f234d;
}

.text-up-headin {
    font-size: 14px;
    color: #00ce9e;
    font-weight: 600;
    margin-top: 15px;
}

.content-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    color: #0d1a4a;
}

.comparison-card {
    background: #ffffff; 
}
.scooter-comparison { 
    background: #eff3f6;
}

.product-custom-badge_image {
    position: absolute;
    z-index: 1;
    height: 62px;
    width: 62px;
    right: 0;
    overflow: hidden;
    border-radius: 50%;
}

 .scooter-comparison {
    padding: 60px 0;
    text-align: center;
  }
  .section-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color:#00d0a1;
  }
  .section-subheading {
    font-size: 16px;
    margin-bottom: 125px;
    font-weight:500;
  }
  .comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .comparison-card {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding-top: 70px;
    position:relative;
    border:1px solid #ccc;
  }
  .scooter-comparison .badge {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index:1;
  }
  .scooter-comparison .badge img {
    width: 200px;
  }
 .scooter-comparison .card-inner {
    padding: 20px 15px 30px;
  }
  .scooter-comparison .card-inner h3 {
    margin-bottom: 15px;
  }
  .comparison-card:after {
    z-index: 0;
    content: '';
    height: 42px;
    width: 100%;
    background: #00ce9e;
    position: absolute;
    left: 0;
    top: 0;
}

.double-banner {
  display: flex; 
}

.banner {
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 420px;
  color: #fff;
  display: flex;
  align-items: center;
}

.overlay {
    background:#0000007d;
   padding: 40px;
  padding-left:100px;
  width: 100%;
}
.banner-1 .overlay {
background: linear-gradient(
  to bottom right,
  rgba(6, 25, 80, 0.95) 0%,
  rgba(6, 25, 80, 0.85) 20%,
  rgba(6, 25, 80, 0.65) 40%,
  rgba(6, 25, 80, 0.35) 60%,
  rgba(6, 25, 80, 0.12) 75%,
  rgba(6, 25, 80, 0) 90%
);
}

.banner-2 .overlay {
background: linear-gradient(
  to bottom right,
  rgba(6, 70, 45, 0.95) 0%,
  rgba(6, 70, 45, 0.85) 20%,
  rgba(6, 70, 45, 0.65) 40%,
  rgba(6, 70, 45, 0.35) 60%,
  rgba(6, 70, 45, 0.12) 75%,
  rgba(6, 70, 45, 0) 90%
);
}

.banner h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.subheading {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: normal;
    font-family: 'Poppins'; 
}

.checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 15px; 
}

.checklist li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
}

.checklist li:not(:last-of-type):before {
 content:'';
 height:1px;
 width:260px;
 position:absolute;
 bottom:0;
 left:40px;
 background:#cccccc7a;
}

.btn {
  display: inline-block;
  background: #11cc9a;
  color: #fff;
  padding: 12px 22px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.bottom-text {
    margin-top: 10px;
    font-size: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 300;
}
 .double-banner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align:center;
} 
.double-banner h2 strong {
    display: block;
    font-size: 50px;
    font-weight: 600;
    letter-spacing:normal
} 
.double-banner h2 em {
    font-family: 'Pacifico', cursive;
    font-size: 80px; 
    color: #11cc9a;
    line-height:0.7;
    font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}
.double-banner a.btn {
  background: linear-gradient(
    to bottom,
    #1fb874 0%,
    #18a866 40%,
    #0f8f54 60%,
    #0c7c49 100%
  )
  background: #11cc9a;
  color: #fff; 
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    padding: 20px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.double-banner a.btn:hover {
  background:rgb(11, 141, 107);
}
.double-banner .banner-2 a.btn:hover {
  background:rgb(27, 61, 136);
}

.double-banner a.btn svg {
height:26px;
width:26px;
}

.double-banner a.btn:hover  svg{
    transform: translateX(8px);
}

.double-banner .banner-2 a.btn {
    background: linear-gradient(
      to bottom,
  #4b5bd6,
  #2d3cb5,
  #1f2a8f,
  #161f6b
);
  background:#0f234d;
}


.banner.banner-2 {
    position: relative;
} 
.banner.banner-2:before {
   /* content: '';
    height: 100%;
    width: 121%;
    position: absolute;
    background-image: url(/cdn/shop/files/image_12_2_2.png?v=1774605857);
    background-size: 100% 100%;
    right: 0;
    top: 0;*/
} 

@media (min-width: 760px) {
.banner.banner-1 {
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
}

.banner.banner-2 {
  clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
}
}

.banner.banner-2 .overlay {
   /* position: relative;
    background: transparent; */
}

.banner .overlay {
  padding-top: 10px;
    padding-bottom: 100px;
}

.feature-bar {
  {% comment %} background: {{ section.settings.bg_color }}; {% endcomment %}
  padding: 18px 0;
  border-radius: 12px;
}
.feature-bar {
    padding: 0;
    border-radius: 0px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.feature-bar__inner {
    max-width: 80%;
    margin: auto;
    padding: 20px; 
    position:relative;
}

.feature-bar__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(243, 245, 247, 1) 100%);
    transform: skewX(-18deg);
    transform-origin: center center;
    z-index: -1;
    box-shadow: 0px -5px 6px #00000030;
    border-radius: 9px;
    width: calc(100% + 40px);
    left: -29px;
}

.feature-bar__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px; 
  position:relative;
      flex: 1;
}
.feature-item:not(:last-of-type):before {
    content: '';
    height: 85px;
    width: 0;
    border-right: 2px dotted #ccc;
    position: absolute;
    right: 20px;
    transform: rotate(8deg);
}
.icon-img { 
  object-fit: contain;
}

.icon-emoji {
  font-size: 28px;
  line-height: 1;
}

.feature-item h4 {
  margin: 0;
  font-weight: 600;
    font-size: 22px;
    letter-spacing: normal;
    color:#0f234d;
}

.feature-item p {
  margin: 2px 0 0;
  font-size: 13px;
  color: {{ section.settings.subtext_color }};
}

.feature-divider {
  height: 1px;
  background: {{ section.settings.divider_color }};
  margin: 16px 0;
}

.feature-bar__bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}

.feature-bar__bottom .check {
  color: {{ section.settings.accent_color }};
  font-weight: bold;
  font-size: 18px;
}

.feature-bar__bottom img{
  display:none;
}

.feature-bar__bottom p {
  margin: 0;
  color: #0f234d;
    font-size: 26px; 
    font-weight: 600;
}
/*.feature-item:nth-of-type(3) {
    min-width: 350px;
}*/
.feature-item:nth-of-type(3):before {
   right:0;
}
.feature-item p {
    font-size: 22px;
    color: #0f234d;
}

 @media screen and (max-width:1440px) {
    .feature-item h4,
    .feature-bar__bottom p,
    .feature-item p ,
    .subheading ,
    .checklist li,
    .bottom-text {
      font-size: 18px;
    }
    .feature-item:not(:last-of-type):before { 
    right: 0; 
}
.double-banner h2 strong { 
    font-size: 40px; 
} 
.double-banner a.btn { 
    font-size: 22px;
    padding: 15px 40px; 
}
 }

@media (max-width: 768px) {
  .double-banner {
    flex-direction: column;
  }
  .banner {
    width: 100%;
  }
  .comparison-grid {
      grid-template-columns: 1fr;
    }
      .feature-bar__items {
    justify-content: center;
  }

  .feature-bar__bottom {
    flex-direction: column;
    gap: 6px;
  }
  .banner .overlay {
    padding: 30px 15px;
} 
.double-banner h2 { 
    font-size: 24px; 
}
.double-banner h2 strong {
    font-size: 24px;
}
.double-banner h2 em { 
    font-size: 50px; 
}
.feature-item h4, .feature-bar__bottom p, .feature-item p, .subheading, .checklist li, .bottom-text {
    font-size: 16px;
    line-height: 1.6;
}
.double-banner a.btn {
    font-size: 18px;
    padding: 15px 40px;
}
.feature-bar { 
    margin-top: 40px; 
}
.feature-bar__inner::before {
    width: calc(100% + 30px);
    left: -15px;
    box-shadow: -1px -1px 6px #00000030;
    transform:none;
}
.feature-bar__items {
    justify-content: center;
    justify-content: start;
    flex-wrap: wrap;
}
.feature-item:not(:last-of-type):before {
    opacity:0;
}
.feature-item { 
    width: 100%;
}
.feature-item {
    width: 100%;
    flex: 1;
    max-width: 100%;
    flex-basis: 100%;
    justify-content:center;
}
 
.comparison-card:not(:first-of-type) {
    margin-top: 60px;
}

.scooter-comparison .badge img {
    width: 115px;
}

.scooter-comparison .badge {
    top: -35px;
}
.section-subheading { 
    margin-bottom: 80px; 
}
body .custom-service-block .policies-block-wrapper.service_block_style_2 .halo-item a {
    justify-content: center;
}
.custom-service-block .halo-item .policies-icon {
    margin-bottom: 0;
}
body .custom-service-block .policies-block-wrapper.service_block_style_2 .policies-content {
    text-align: left;
    margin-left: 10px;
}

body .cross::before , body .check::before {
    margin-right: 7px;
} 
body .why-column li {
    padding: 20px 10px;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: normal;
}
body .why-choose-section {
    padding: 60px 15px;
}
body .inspection-section {
    padding: 60px 20px; 
}
body .inspection-section .inspection-wrapper { 
    background-position: left;
    padding: 18px;
}

body .inspection-section .inspection-content h3 {
    font-size: 18px;
    text-align: left;
}
body .inspection-section .description {
    text-align: left;
}
body .inspection-section .checklist li {
    padding-left: 30px;
    margin: 0;
    padding: 7px 0 7px 40px;
    font-weight: 600;
    font-size: 16px;
}
body .section-heading ,
body .why-title ,
body .inspection-section .main-heading {
    font-size: 22px; 
    line-height: 1.3;
}
.why-vs img {
    max-width: 25px;
    display: none;
}
body .why-vs {
    position: absolute;
    height: calc(100% - 72px);
    width: 1px;
    background: #ccc;
    bottom: 0;
}

.why-compare {
    position: relative;
}

body .why-column h3 {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-bar__bottom { 
    gap: 6px;
    flex-direction: row;
    margin-top:15px;
}
.feature-bar__inner {
    max-width: 85%;
    margin: auto;
    padding: 20px 10px;
    position: relative;
}
.feature-bar__bottom p {
  text-align:left;
}
.feature-item img {
    max-width: 45px;
}
}

 