/** Shopify CDN: Minification failed

Line 156:0 Unexpected "}"
Line 1771:18 Expected identifier but found whitespace
Line 1771:19 Unexpected "blur("

**/
/*// =============================================================================
// 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.
//
// =============================================================================*/


/* .template-index main#MainContent {
    margin-top: -105px;
} */

@media screen and (min-width: 1025px) {
    /* .template-index .header-nav-basic .header-logo {
        max-width: 400px !important;
    } */
}
/* .template-index .header-navigation.header-nav-basic.pt-5.pb-5{
  background: transparent !important;
} */

.template-index .shopify-section-header-sticky.scrolled-past-header {
    background: #fff !important;
}

/* .template-index .shopify-section-header-sticky.scrolled-past-header  .icon-search {
    fill: #fff !important;
}

.template-index .shopify-section-header-sticky.scrolled-past-header  span.text.text-open {
    color:  #fff !important;
} */


 /* a.menu-lv-1__action.header__menu-item.list-menu__item.link.link--text.focus-inset.link-effect span{
    font-weight: 500 !important;
    font-family: var(--font-heading-family);
    color:black !important;
}

.menu-lv-1:not(.menu-sale)>.link-effect>.text:after, .menu-lv-1:not(.menu-sale):hover>.link-effect>.text:after{
  background:#000 !important;
} */

.cart-count-bubble span{
  color:#fff  !important;
}



/* .slide-image{
  position:relative !important;
} */
.section-block-template--19683172516089__slide_show_CXarWU{
  padding-bottom:0 !important;
}



.slide-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 43, 69, 0.57) !important;
    z-index: 1;
    opacity: 0.6; 
}

  /* .adaptive_height.image{
  padding-top:100vh !important;
} */
.template-product .slideshow  .slick-dots{
  bottom:40px !important;
}
.template-product .slideshow  .slick-dotted.slick-slider{
  margin-bottom:0 !important;
}

 .slideshow  .slick-dots li.slick-active button, .slider-dots li.active button{
  background:#fff !important;
  border-color:#fff !important;
  color:black
}
 .slideshow  .slick-dots li.slick-active button, .slider-dots li.active button:before{
color:black !important;
}
 .slideshow  .slick-dots li.slick-active button:before{
  color:#fff !important;
  background:#000 !important;
  border-radius:100px;  
}
 .slideshow  .slick-dots li button:before{
color:#fff !important;
opacity:1 !important;
}
.template-index  .slideshow  .slick-dots{
  display: none !important;
} 

@media (min-width: 768px) {
  .adaptive_height.image{
  padding-top:100% !important;
}
@media (max-width: 768px) {
  .slideshow  a.image.image-mobile.image-adapt.adaptive_height{
    padding-top: 100% !important;
  }

}

 .slideshow .adaptive_height.image{
  padding-top:40% !important;
}

  /* .slick-arrow {
    border-radius: 100%;
    height: 50px !important;
    width: 50px !important;
    border: 1px solid white !important;
  }

  .slick-arrow:hover {
    background: white !important;
  }

  .slick-arrow:hover svg {
    fill: black !important;
  }

  .slick-arrow svg {
    margin-top: -15px !important;
    fill: white !important;
  }
  .slick-arrow.slick-prev{
    left:5% !important
  }
  
  .slick-arrow.slick-next{
    right:5% !important */
  }
}




  @media (max-width: 767px) {
  #product-image-slider {
    display: none !important;
  }

  .container.container-full.media-block.media-block--AVU5Bdjc1UVAwMzIyW__media_jtgTkm.p-relative {
    height: 0 !important;
  }
}



/*

@media screen and (min-width: 1025px) {
    .internal .header-nav-basic {
        background: #000;
    }
}

.internal .shopify-section-header-sticky  .icon-search {
    fill: #fff !important;
}

.internal .shopify-section-header-sticky  span.text.text-open {
    color:  #fff !important;
}

@media screen and (min-width: 1025px) {
    .header-nav-basic .header-logo {
        max-width: 405px !important;
    }
} */
.product-section{
background:#f9f2e7;
}
.pr-container {
width:1200px;
  margin: auto;
  text-align: center;
padding-top:40px ;
padding-bottom:60px ;
max-width: 100%;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-title .highlight {
  color: #e63926;
}

.section-subtitle {
  max-width: 700px;
  margin: 0 auto 40px auto;
  font-size: 14px;
  color: #666;
}

/* Product Grid */
/* .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
} */

/* Product Card */
/* .product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s;
padding-bottom:20px;
} */


.product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.price {
  font-weight: 700;
  margin-bottom: 20px;
margin-top:5px;
}

/* View Product Button */
.view-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}

.view-btn:hover {
  background-color: #ff0000;
  color: #fff;
}
@media screen and (max-width: 767px){
    .pr-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .cart-count-bubble span{
        color: black !important;
    }
    .show-on-mobile{
      display: block !important;
    }
    .hide-on-mobile{
        display: none;
    }
    .footer-text {
      padding-right: 20px;
  }
}
.show-on-mobile{
    display: none;
}

/* testimonial slider */
     .testi-bg {
    background: url('https://cdn.shopify.com/s/files/1/0761/7347/6089/files/testi-bg.png') no-repeat center top;
    background-size: cover;
    padding: 100px 20px;
    color: #fff;
    padding-bottom: 150px;
  }
  .testimonial-text-block {
  flex: 1;
  max-width: 50%;
}

.subtitle-title {
  font-size: 12px;
  letter-spacing: 3px;
  color: #ccc;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

  .testimonial-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
  }

  .testimonial-image {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .testimonial-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .testimonial-carousel {
    flex: 1;
    max-width: 100%;
  }

  .testimonial-content {
    color: #ccc;
  }

  .subtitle-title {
    font-size: 12px;
    letter-spacing: 3px;
    color: #ccc;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
  }

  .main-title {
    font-size: 36px;
    font-weight: 500;
    margin: 10px 0 20px;
    line-height: 1.2;
  }

  .main-title.red {
    color: #e1230b;
  }

  .main-title .black {
    color: #fff;
    font-weight: 500;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ccc;
  }

  .client-box {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .client-number {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
  }

  .client-name strong {
    color: #fff;
  }

  .client-name small {
    color: #888;
  }

  /* .arrows {
    text-align: center;
    margin-top: -100px;
    margin-left: 75px;

  }

  .arrow {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    cursor: pointer;
    color: #d9d9d9;
    transition: color 0.3s ease;
  }

  .arrow:hover {
    color: #fff;
  } */

  @media screen and (max-width: 768px) {
    .testimonial-wrapper {
      flex-direction: column;
    }

    .testimonial-image, .testimonial-carousel {
      max-width: 100%;
    }

    .main-title {
      font-size: 28px;
    }
    /* .arrows{
      margin-top: 20px !important;
      margin-left:  0 !important;
      align-items: start;
      justify-content: start;
      display: flex
;
    } */
    .testimonial-text-block {
    flex: 1;
    max-width: 96% !important;
}
  }



/* first banner */
  .hero-section {
background: url('https://cdn.shopify.com/s/files/1/0761/7347/6089/files/Vector_Smart_Object_7dcc0efd-cb51-4fec-95a2-a81dbb1805fe.png') no-repeat bottom center/cover;
padding: 200px 50px;
    padding-top: 300px !important;
color: #fff;
/* font-family: 'Arial', sans-serif; */
    
}

.content-wrapper {
display: flex;
justify-content: space-between;
align-items: start;
gap: 50px;
max-width: 1200px;
margin: 0 auto;
flex-wrap: wrap;
}

.left-content {
max-width: 500px;
position: relative;
}

.left-content h1 {
font-size: 42px;
line-height: 1.2;
font-weight: 500;
margin-bottom: 20px;
margin-top: 0px;
color: white;
}


.left-content p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 30px;
}

.button-group {
display: flex;
gap: 15px;
margin-top: 70px ;
}

.btn {
padding: 15px 35px;
border: none;
border-radius: 25px;
cursor: pointer;
font-size: 16px;
transition: all .3s ease;
font-weight: 500;
font-family:    var(--font-family-2);
letter-spacing:1px ;
  
  text-transform:uppercase;
}

.btn.red {
background-color: #e1230b;
color: white;
}
.btn.red:hover {

background-color:white;
color: black;
}

.btn.white {
background-color:white;
color: black;
}
.btn.white:hover {
background-color:#e1230b;
color: #fff;
}

.social-icon {
position: absolute;
bottom: -40px;
left: 0;
}

.social-icon img {
width: 30px;
height: 30px;
}

.right-content {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}

.video-wrapper {
position: relative;
max-width: 600px;
}

.video-thumbnail {
width: 100%;
display: block;
border-radius: 10px;
}

.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
  padding-top: 12px;
}

.play-button img {
width: 80px;
height: 80px;
}



/* our product STRIVE Dumbbells */
.features-section {
  padding: 50px 20px;
  background: url('https://cdn.shopify.com/s/files/1/0761/7347/6089/files/bG-graphic.png') no-repeat center center/cover;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-box {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
  color: #000;
}

.feature-box h3 {
  font-size: 24px;
line-height:1.4;
  font-weight: 500;
  margin: 20px 0 10px;
  transition: color 0.3s ease;
letter-spacing:0px;
}

.feature-box p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.feature-icon {
  /* width: 90px;
  height: 90px; */
  /* border: 3px solid #e52420; */
  /* border-radius: 50%; */
  /* padding: 5px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: white; */
}

.feature-icon img {
  max-width: 100%;
  height: auto;
}

/* .arrow-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
} */

/* Active style (used as default for 1st box) */
.feature-box.active {
  background: #000;
  color: #fff;
}

.feature-box.active h3,
.feature-box.active p {
  color: #fff;
}

.feature-box.active p {
  color: #ddd;
}

/* .feature-box.active .arrow-btn {
  background: #fff;
  color: #000;
} */

/* Hover effect for all boxes */
.feature-box:hover {
  background: #000;
  color: #fff;
}

.feature-box:hover h3,
.feature-box:hover p {
  color: #fff;
}

.feature-box:hover p {
  color: #ddd;
}

/* .feature-box:hover .arrow-btn {
  background: #fff;
  color: #e0230a;
} */

.cta-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.explore-btn {
  background: #e52420;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-family:    var(--font-family-2);
  letter-spacing:1px ;
  text-transform:uppercase;
  transition: background 0.3s ease;
}

.explore-btn:hover {
  background: black;
  color: white;
}



/* why choose us  */

.why-strive-section {
padding: 80px 20px;
background: url('https://cdn.shopify.com/s/files/1/0761/7347/6089/files/whychoose-us-graphic.png') no-repeat center center / cover;
}

.why-strive-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
gap: 40px;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}

.why-strive-image img {
max-width: 90%;
/* border: 3px solid #e52420; */
/* border-radius: 4px; */
}

.why-strive-content {
flex: 1;
color: white;
max-width: 550px;
}

.why-strive-content h2 {
font-size: 32px;
font-weight: 500;
margin-bottom: 20px;
text-transform: uppercase;
color: white;
}

.why-strive-content .highlight {
color: #e52420;
}

.why-strive-content p {
font-size: 16px;
margin-bottom: 20px;
line-height: 1.6;
}

.why-strive-content ul {
list-style: none;
padding: 0;
margin-bottom: 30px;
}

.why-strive-content ul li {
margin-bottom: 10px;
font-size: 15px;
position: relative;
padding-left: 0px; 
list-style: none;
}


.read-more-btn {
display: inline-block;
background: #e52420;
color: white;
padding: 12px 40px;
border-radius: 25px;
text-decoration: none;
font-weight: 500;
font-size: 16px;
font-weight: 500;
font-family:    var(--font-family-2);
letter-spacing:1px ;
  
  text-transform:uppercase;
transition: background 0.3s ease;
}

.why-strive-content .read-more-btn:hover {
background: white !important;
color: black !important;
}
@media (max-width: 768px) {
.why-strive-container {
  flex-direction: column;
  text-align: center;
}

.why-strive-content {
  max-width: 100%;
}

.why-strive-content ul li {
  padding-left: 0;
}

.why-strive-content ul li::before {
  display: none;
}
}



/* the strive difference */

  .strive-difference-section {
padding: 80px 20px;
background: url('https://cdn.shopify.com/s/files/1/0761/7347/6089/files/Vector_Smart_Object.png') no-repeat center center / cover;
}

.strive-difference-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
flex-wrap: wrap;
}

.strive-text-content {
flex: 1;
max-width: 550px;
color: #111;
}

.strive-text-content h2 {
font-size: 32px;
font-weight: 500;
margin-bottom: 20px;
text-transform: uppercase;
color: #111;
}

.strive-text-content .highlight {
color: #e52420;
}

.strive-text-content p {
font-size: 16px;
color: #333;
margin-bottom: 20px;
line-height: 1.6;
}

.strive-text-content blockquote {
font-style: italic;
color: #555;
margin-bottom: 30px;
margin-left: 0;
padding: 0;
font-weight: bold;
}

.read-more-btn {
display: inline-block;
background: #e52420;
color: white;
padding: 12px 24px;
border-radius: 25px;
text-decoration: none;
font-weight: 500;
font-size: 16px;
font-weight: 500;
font-family:    var(--font-family-2);
letter-spacing:1px ;
  
  text-transform:uppercase;
transition: background 0.3s ease;
}

.read-more-btn:hover {
background: #000;
color: white;
}

.strive-image img {
max-width: 100%;
border: 3px solid #e52420;
border-radius: 4px;
height:540px !important;
}


@media (max-width: 768px) {
.strive-difference-container {
  flex-direction: column-reverse;
  text-align: center;
}

.strive-text-content {
  max-width: 100%;
}

.strive-text-content blockquote {
  font-size: 15px;
}
}

    /* Reset & Base */


/* Wrapper */
/* Wrapper */

/* Wrapper */
.comparison-wrapper {
  padding: 40px 0px;
  margin-bottom: 50px;
}

/* Header */
.comparison-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  text-align: center;
  flex-wrap: wrap;
}

.header-item {
  flex: 1;
  font-size: 16px;
}

.header-item .stars {
  font-size: 18px;
  color: #f5a623;
  margin-top: 8px;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}

.header-item .stars.light {
  color: #ccc;
}

.heading {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

/* Main Comparison Area */
.comparison-body {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* .product-block {
  flex: 1;
  min-width: 300px;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 25px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  position: relative;
} */

/* .product-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(61, 61, 61, 0.052);
}

.product-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
} */

.separator {
  width: 60px;
  height: 4px;
  background-color: #ff0000;
  border-radius: 2px;
  margin: 0 auto 20px auto;
}

.features {
  text-align: left;
}

.feature-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-size: 15.5px;
  border-bottom: 1px solid #eee;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-item i {
  margin-right: 10px;
  font-size: 16px;
}

.feature-item .check {
  color: #28a745;
}

.feature-item .cross {
  color: #e74c3c;
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-header {
    flex-direction: column;
    gap: 15px;
  }

  .comparison-body {
    flex-direction: column;
  }

  .product-block {
    max-width: 100%;
  }
}

/* footer css*/

.footer-wrapper {
  background:url('https://cdn.shopify.com/s/files/1/0761/7347/6089/files/footer-bg-img.png');
  background-position: center -45px;
  background-size: cover;
  padding: 60px 30px;
  color: #fff;
  background-repeat: no-repeat;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
}

.col-1 {
  max-width: 360px;
}
.footer-contact{
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.footer-logo {
  width: 120px;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-contact .footer-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}

.footer-link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-terms,
.footer-copy {
  font-size: 12px;
  color: #777;
  margin-top: 15px;
}

.footer-col.col-2 {
      margin-left: 125px;

}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;    margin-top: 0;
    color: #FFF;

}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer-links li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -3px;
  color: #002b45; /* red color from your design */
  font-size: 15px;
  line-height: 1.6;
}


.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.4s ease;
  transform: translateX(0px);
  display: inline-block; /* <-- This makes transform work */
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-terms{
  transition: all .3s ease;
}

.footer-terms:hover{
color: #fff;
}

a.footer-link:hover{
  color: #fff;
  
}

.col-3 {
  /* Placeholder for your shortcode/form */
}

/* Responsive */
@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }


  .btn{
    font-size: 12px;
  }

  .hero-section{
    padding-inline: 20px;
        padding-top: 200px !important;

  }

  .footer-col.col-2{
    margin-left: 0 !important;
  }
  .button-group{
    margin-top:20px;
  }
  .rich-text__text.rte{
    font-size:16px !important;
    line-height:22px !important;
  }
  .section-block-template--19683172516089__rich_text_JQpiJw{
    padding-bottom:0px !important;
  }

  .spacing-style.text-block.text-block--AMXV4bkRQN2trUFlka__text_pM8iMY.text-block--align- ul{
    padding-left:0 !important;
    width:100% !important;
    padding-top:20px;
  }
  .text-block--AMXV4bkRQN2trUFlka__text_pM8iMY, .text-block--AR25haE5EM3ovM2FLU__text_7tqBkA{
    width:100% !important;
  }
  #AboutSection-template--19683170615545__main>.container-full{
    padding-bottom:65px !important;
  
  }


  .footer-block__mobile .footer-block__heading:before, .footer-block__mobile .footer-block__heading:after{
  top:50% !important;
}


.footer-block__heading{
  padding-block:10px !important;
}
.newsletter-form__field-wrapper{
  padding-top:10px; 
}

.copyright__content p{
  font-size:12px !important;
}
 
}



 #AboutSection-template--19683170615545__main .has-bg-image{
  height:auto !important;
  }
.container.container-1170.media-block.media-block--AeXpFa3ZKTjlpbGZjN__media_Q3HkBR.p-relative {
    width: 600px;
}

.text-block--AMXV4bkRQN2trUFlka__text_pM8iMY li,.text-block--AR25haE5EM3ovM2FLU__text_7tqBkA li{
list-style:none;
border-bottom:1px solid gray;
font-weight:bold;

}

.text-block--AMXV4bkRQN2trUFlka__text_pM8iMY ul, .text-block--AR25haE5EM3ovM2FLU__text_7tqBkA ul{
  width:100%;
}
.text-block--AMXV4bkRQN2trUFlka__text_pM8iMY,.text-block--AR25haE5EM3ovM2FLU__text_7tqBkA {
  width:50%;
}



@media (min-width: 1025px) {
    
.container.container-1170.media-block.media-block--AUjNhTWp3ajY2aEtTO__media_y9cDcA.p-relative{
  width:600px !important;
}


}

.page-header {
  padding-top:0 !important;
  padding-bottom:10px !important;
}

#AboutSection-template--19683170615545__main > .container-full{
  padding-top:85px !important; 
  padding-bottom:65px !important;
  background-repeat: no-repeat !important;
    background-position: center -190px !important;
}
#AboutSection-template--19683170615545__main .has-bg-image .breadcrumb{
   margin-bottom:10px !important;
}


.faqs.section-block-template--19683172417785__faqs_MFXWVW{
  padding-bottom:0 !important;
}

.faqs.section-block-template--19683172417785__faqs_tjxNTH{
  padding-top:0 !important;
}




h3.title{
  /* font-size:24px !important; */
  line-height:40px !important;
}

.text-block h1 ,.text-block  h2{
  font-size:24px !important;
  line-height:40px !important;
}

:root {
  --fontsize-text-style: 16px !important;
      --des_font_size: 16px !important;
}

/* .custom-text-style,.banner-text{
 font-size:16px !important; 
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
}


.breadcrumb.breadcrumb-center{
  margin-bottom:15px !important;

} */

.breadcrumb.breadcrumb-center a,.breadcrumb.breadcrumb-center span{
  font-family:var(--font-heading-family);
  font-weight:500 !important;
  font-size:24px !important;
}

/* 
.slick-arrow::before{
  content:"" !important;
} */


.mdw-float-btn-overlay.custom-float-btn__container,.mdw-float-btn.mdw-primary-color-unix.custom-float-btn{
  background:#000 !important;
  color:white !important ;
}


.footer-block__heading{
    font-family: var(--font-heading-family) !important;
    margin-bottom:10px;
}

.footer-block__details {
    margin-top: 7px;
}


.footer-block__mobile .footer-block__heading:before, .footer-block__mobile .footer-block__heading:after{
  top:50% !important;
}


.footer-block__heading{
  padding-block:10px !important;
}


.footer-block__list a.link.link-underline.list-menu__item--link:hover, .footer-block__details a:hover{
color:#ff0000 !important;
}






.spacing-style.text-block.text-block--ATFYxSzExRXdkaFpTb__text_itMgQM.text-block--align- li{
    list-style: none;
    margin-left: 0;
    padding: 10px 25px;
    background: #ff0000;
    display: inline;
    border-radius: 100px;
    color: white;
  }
  .spacing-style.text-block.text-block--ATFYxSzExRXdkaFpTb__text_itMgQM.text-block--align- ul{
    padding-left:0 !important;
  }



@media only screen and (max-width: 767px) {
  a.image-zoom.adaptive_height.image {
    padding-top: 45vh !important;
  }
.slider-buttons.no-js-hidden li.dots-item.active button{
      background: #000 !important;
    border-color: #000 !important
}
.container.container-1170.spacing-style.layout-panel-flex.layout-panel-flex--row.section-content-wrapper.mobile-column{
  padding-block:0 !important;
}
.custom-video{
 margin-bottom:25px; 
}

}


.custom-video{
 margin-top:40px; 
}


 .simple-video-section {
    text-align: center;
    width:1170px;
    margin:auto;
  }
  .simple-video-section h2 {
    margin-bottom: 40px;
    line-height:1.3;
  }
    .simple-video-section video {
      width:100% !important;
    }
  .simple-video-section iframe {
    width: 100% !important; /* 40px padding each side */
    height: 700px !important; /* fixed height, 16:9 ratio for 640 width */
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0px;
  }
  @media (max-width: 600px) {
    .simple-video-section iframe {
      width: 100%;
      padding-left: 0px !important;
      padding-right:0px !important;
      height: 215px !important;
    }
     .simple-video-section{
      padding-inline:10px !important;
      width:100%;
     }

      .spacing-style.text-block.text-block--AR25haE5EM3ovM2FLU__text_7tqBkA.text-block--align- ul{
    padding-left:0 !important;
  }
  }


  .spacing-style.text-block.text-block--AR25haE5EM3ovM2FLU__text_7tqBkA.text-block--align- ul{
    padding-left:0 !important;
  }



  /* Hide on desktop */
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .desktop{
    display:none !important;
  }

  /* Optional: style swiper slides */
  .features-slider .swiper-slide {
    padding: 20px;
    box-sizing: border-box;
  }

  .swiper-pagination {
    text-align: center;
    margin-top: 10px;
  }

  .cta-button-wrapper{
    margin-top:65px !important;
  }

  .feature-icon img{
    width:100% !important;
    max-width:100% !important;
  }

  .why-strive-image img{
    max-width: 100% !important;
  }
.strive-difference-section{
  background-position:center right !important;
}


/* .template-index .slideshow-wrapper .adaptive_height.image{
    padding-top: 85% !important;
} */
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom:-30px !important;
}


.swiper.features-slider.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden{
  overflow:visible !important;
}

.swiper-pagination-bullet-active{
  background:#000 !important ;
}


#full-height a.image.image-adapt.adaptive_height.image-zoom{
  padding-top:100% !important;
}
img#mobile-only {
    display: none;
}





[data-essential-upsell-element="product"] img.bss-pl-frontend.bss-pl-top-left.bss_pl_text_hover_link_disable{
    display: none !important;
}

 img.bss-pl-frontend.bss-pl-top-left.bss_pl_text_hover_link_disable{
top: 26px !important;
    left: 58px !important;
     animation: bounce 2s linear infinite;

 }

 .bss_pl_img{
  display:none !important;
 }


        @keyframes bounce {
            0%{
                transform: scale(1);
            }          
            50%{
                transform: scale(0.9);
            }          
            100%{
                transform: scale(1);
            }          
        }

 .halo-productBadges--left{
  display:none !important;
 }


 .shopify-policy__container{
  width:1200px !important;
  max-width:1200px !important;
  margin-top:45px;
 }
 .shopify-policy__title{
  display:none !important;
 }

 .shopify-policy__container strong,.internal strong{
  font-weight:500 !important;

}


.product-size-container {
    display: flex;
    gap: 40px;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
    margin-top:15px;
  }
  .image-section {
    flex: 1;
    min-width: 300px;
  }
  .image-section img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  .specs-section {
    flex: 1;
    min-width: 280px;
  }
  .specs-section li {
    list-style: none;
    border-bottom: 1px solid gray;
    font-weight: 700 !important;
    padding: 10px;
  }


  /* Responsive for smaller devices */
  @media (max-width: 768px) {
   .product-size-container{
      flex-direction: column;
      gap: 20px;
    }
    .specs-section li {
     list-style: none;
    border-bottom: 1px solid gray;
    font-weight: 700 !important;
    padding: 10px;
    }
  }




  
  h2 {

    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .faq-container {
    max-width: 1170px;
    margin: 0 auto;
  }
  .faq-item {
    background: #fafafa;
    margin-bottom: 12px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #eaeaea;
  }
  .faq-question {
    font-weight: 600;
    padding: 15px 20px;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    text-align: left;
    line-height: 1.5;
    background: none;
    width: 100%;
  }
  .faq-question:hover {
    background-color: #f5f5f5;
  }
  .faq-question:focus {
    outline: none;
    background-color: #f0f0f0;
  }
  .faq-question .arrow {
    border: solid #555;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transition: transform 0.3s ease;
    margin-left: 10px;
  }
  .faq-question .arrow.down {
    transform: rotate(45deg);
  }
  .faq-question .arrow.right {
    transform: rotate(-45deg);
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    color: #444;
  }
.faq-answer.open {
  padding: 15px 20px;
  max-height:auto !important;
}

  


  .jdgm-rev-widg{
    width:1170px !important;
    margin:auto !important;
  }
  /* Responsive */
  @media (max-width: 768px) {
  
    
  .jdgm-rev-widg{
    width:100% !important;
  }

  .img-height{
    height:266px!important;
    }
    .specs-section{
      width:100% !important;
    }
    .specs-section ul{
      margin-left:0 !important;
    }
    
  }

   .img-height{
    width: 80%;
    height: auto;
    }


    img.bss-pl-frontend.bss-pl-top-left.bss_pl_text_hover_link_disable{
      display:none !important;
    }


    .productView-for .slick-arrow svg{
      fill:#000 !important;
    }

   h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
  /* font-family: polka-mn !important;  */
 font-family:"puffin-display-soft" !important;
font-style: normal !important;
font-weight: 700 !important;
}

a.button.button-ATC {
    border-radius: 5px;
}

/* .slide-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /* adjust blur height */
  backdrop-filter: blur(10px); /* controls blur strength */
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  background: linear-gradient(to top, rgb(159, 214, 156), rgba(131, 237, 156, 0));
  pointer-events: none;
} */


/* @font-face {
    font-family: 'Nunito' !important;
    src: url('"https://use.typekit.net/fhh0fjs.css') format('tff') !important;
        
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Nunito' !important;
} */
/* @font-face {
    font-family: 'puffin-display-soft';
    src: url('/cdn/shop/files/fonnts.com-Puffin_Display_Soft_Bold.otf?v=1761576031');
    font-display: swap;
} */


.ai-gallery-subheading-ar0kvs2hol2svahpbycustomerreview3jcn9c {
  font-size: 16px;
  font-weight: 400;
  color: #2a1103;
  margin: 0;
    margin-bottom: 10px;
  line-height: 1.4;
}

/* .title::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    border-radius: 2px;
} */
.ai-faq-title-aq3jymko5ti84wjfvuaigenblock9e7fcb2mfyiwv::after, #trust-badges-template--22754298921237__trust_badges_jiKbeq .section-title::after,
#reviews-template--22754298921237__customer_slider_C6HkgU h3::after, .ai-benefits-header-aakfkwjlkwg5irwt6daigenblock2bc7927wj6eul h2::after
{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 4px;
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    border-radius: 2px;
}

div#shopify-section-template--22754298921237__benefits_VMkbhM{

    background-image: linear-gradient(135deg, #f8f9fa, #e8eaf6);
}
.cat{
margin: 50px auto;
}

/* Responsive */
  @media (max-width: 768px) {

    .faq-container {
      max-width: 100%;
    }
.ai-gallery-subheading-ar0kvs2hol2svahpbycustomerreview3jcn9c {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top:0px !important;
}
.cat h2{
  font-size:28px;
}
.cat {
    margin: 0px auto;
    margin-bottom: 50px;
}
.ai-faq-title-aq3jymko5ti84wjfvuaigenblock9e7fcb2mfyiwv::after, #trust-badges-template--22754298921237__trust_badges_jiKbeq .section-title::after,
#reviews-template--22754298921237__customer_slider_C6HkgU h3::after,  .ai-benefits-header-aakfkwjlkwg5irwt6daigenblock2bc7927wj6eul h2::after
{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 4px;
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    border-radius: 2px;
}
.cat-title::after{
    content: '';
    position: absolute;
    bottom: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 4px;
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    border-radius: 2px;
}
    
  }
  /* .image-banner-item-large_img_zrpq4A::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 43, 69, 0.57) !important;
  z-index: 1;
  opacity: 0.6;
} */

@media (min-width: 1536px) {
    .container {
        max-width: 1200px !important;
    }
   
}
.icon-wrapper svg {
      display: inline-block !important;
}

#CollectionSection-template--22754298495253__product-grid {
  
    background: linear-gradient(180deg, rgba(234, 234, 247, 1), rgba(253, 253, 253, 1) 100%);
  
}
.articleLookbook-block{
  padding-top:20px;
}