/** Shopify CDN: Minification failed

Line 13:24 Unexpected "-->"
Line 55:0 Unexpected "<"
Line 179:0 Unexpected "<"
Line 214:0 Unexpected "<"
Line 262:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<!-- Slick Carousel CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css"/>

<style>
.brand-logo-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.brand-logo-title {
  flex: 1 1 20%;
  min-width: 200px;
}

.brand-logo-title h2 {
  font-size: 24px;
  margin: 0;
}

.brand-carousel-wrapper {
  flex: 1 1 75%;
  overflow: hidden;
}

.brand-carousel {
  display: flex;
}

.brand-logo-slide {
  width: 150px;
  margin: 0 15px;
}

.brand-logo-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
</style>
<style>
.r3vitalize-hero {
  background: radial-gradient(circle at center, #0b0c1c, #000);
  color: #fff;
  padding: 60px 20px;
}
.r3vitalize-container {
  display: flex;  
  align-items: center;
  max-width: 100%;
  margin: auto;
  gap: 40px;
}
.r3vitalize-left {
  flex: 1 1 50%;
  text-align: center;
}
.r3vitalize-left img {
  max-width: 100%;
  height: auto;
}
 
.r3vitalize-right {
  flex: 1 1 50%;
}
.r3vitalize-right h4 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.r3vitalize-right h2 .highlight {
  color: #7b6ef6;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 2px;
}
.r3vitalize-right .description {
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.6;
}
.features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  flex: 1 1 30%;
}
.feature img {
  width: 30px;
  height: 30px;
}
.cta-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #7b6ef6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}
.cta-button:hover {
  background-color: #5d52c1;
}
@media (max-width: 768px) {
  .r3vitalize-container {
    flex-direction: column;
    text-align: center;
  }
  .features {
    justify-content: center;
  }
}

.mobview{
  display:none !important;
}

@media (max-width: 768px) {
.swiper-slide.iconitemsldr{
  gap: 20px;
}

.swiper.iconlistsldr {
  max-width: 400px;
}

.deskview{
  display:none !important;
}
.mobview{
display:flex !important;
}
.iconlistsldr {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.iconitemsldr {
  text-align: center;
}

.iconitemsldr img {
  max-width: 90px;
  margin-bottom: 8px;
}

.r3vitalize-hero .description, .iconitemsldr {
    color: white;  
}

  .iconlistsldr {
    display: block; /* Swiper will handle layout */
  }
}
</style>
<style>
.revitalize-container {
  display: flex;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.revitalize-column {
  flex: 1;
  position: relative;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.revitalize-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.revitalize-overlay {
/*  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100px;*/
}
</style>
<style>
.rev-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: white;
  padding: 40px 20px;
  gap: 40px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.rev-stat-item {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.rev-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #333;
}
.rev-stat-number {
  
  font-weight: bold;
  color: #b5aaff; /* light purple */
}
.rev-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .rev-stats {
    flex-direction: column;
    gap: 20px;
  }
  .rev-stat-item:not(:last-child)::after {
    display: none;
  }
}
</style>