/** Shopify CDN: Minification failed

Line 21:0 Unexpected "<"
Line 141:0 Unexpected "<"
Line 383:16 Expected identifier but found whitespace
Line 383:18 Unexpected "{"
Line 383:27 Expected ":"
Line 383:53 Expected ":"
Line 384:19 Expected identifier but found whitespace
Line 384:21 Unexpected "{"
Line 384:30 Expected ":"
Line 384:59 Expected ":"
... and 8 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:before-after-comparison (INDEX:2) */
<style>
.before-after-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background-color: var(--bg-color);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.before-after-comparison {
  position: relative;
  flex: 1;
  max-width: 50%;
  overflow: hidden;
  border-radius: 12px;
}

.before-after-comparison img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.before-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.before-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Handle (Arrow) */
.handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: ew-resize;
  transition: background-color 0.3s ease;
}

.handle::before {
  content: "⇆";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 8px 12px;
}

/* Content Side */
.before-after-content {
  flex: 1;
  max-width: 45%;
  text-align: var(--text-align);
}

.before-after-heading {
  font-size: clamp(24px, 3vw, 36px);
  color: var(--heading-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.before-after-subheading {
  font-size: clamp(14px, 1.5vw, 18px);
  color: var(--subheading-color);
  margin-bottom: 20px;
  opacity: 0.9;
}

.before-after-button {
  display: inline-block;
  background-color: var(--button-bg);
  color: var(--button-color);
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.before-after-button:hover {
  background-color: var(--button-hover-bg);
  color: var(--button-hover-color);
}

/* Responsive */
@media(max-width: 768px) {
  .before-after-section {
    flex-direction: column;
    gap: 30px;
  }
  .before-after-comparison, .before-after-content {
    max-width: 100%;
  }
}
</style>
/* END_SECTION:before-after-comparison */

/* START_SECTION:customer-reviews (INDEX:16) */
.review-slider-wrapper{
  max-width:var(--section-width);
  margin:auto;
  padding:60px 15px;
}

.review-heading{
text-align:center;
margin-bottom:10px;
}

.review-subheading{
text-align:center;
margin-bottom:30px;
opacity:.8;
}

/* slider */

.review-slider{
display:flex;
gap:20px;
overflow-x:auto;
scroll-behavior:smooth;
scroll-snap-type:x mandatory;
padding:20px 5px;
}

.review-slider::-webkit-scrollbar{
display:none;
}

/* card */

.review-card{
min-width:280px;
max-width:320px;
scroll-snap-align:center;
background:#fff;
border-radius:14px;
padding:18px;
text-align:center;
box-shadow:0 6px 25px rgba(0,0,0,.08);
transition:.3s;
}

.review-card:hover{
transform:translateY(-4px);
}

/* product image */

.review-img{
width:100%;
height:220px;
object-fit:cover;
margin-bottom:15px;
}

.review-img.square{border-radius:4px;}
.review-img.rounded{border-radius:12px;}
.review-img.circle{border-radius:50%;height:120px;width:120px;margin:auto;margin-bottom:15px;}

/* avatar */

.review-user{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
margin-bottom:8px;
}

.review-avatar{
width:34px;
height:34px;
border-radius:50%;
object-fit:cover;
background:#eee;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
font-size:14px;
color:#555;
}

/* stars */

.star{
color:#ffb100;
font-size:20px;
}

/* verified */

.verified-badge{
background:#eef8ff;
color:#0072c6;
font-size:12px;
padding:3px 8px;
border-radius:20px;
}

/* text */

.review-text{
margin-top:10px;
font-size:15px;
line-height:1.5;
}

@media(max-width:600px){

.review-card{
min-width:240px;
}

}
/* END_SECTION:customer-reviews */

/* START_SECTION:video-reels-product (INDEX:66) */
.reels-section {
    padding: 40px 0;
    font-family: inherit;
  }

  .reels-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .reels-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 16px;
  }

  .reel-card {
    min-width: 260px;
    cursor: pointer;
  }

  .reel-video video {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
  }

  .reel-product {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
  }

  .reel-product img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
  }

  /* Popup */
  .reel-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }

  .reel-popup.active {
    display: flex;
  }

  .reel-popup-box {
    background: #fff;
    width: 95%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    overflow: hidden;
  }

  .popup-video,
  .popup-product {
    flex: 1;
    min-width: 300px;
  }

  .popup-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .popup-product {
    padding: 20px;
  }

  .popup-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
  }

  .popup-actions a,
  .popup-actions button {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
  }

  .popup-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
  }

  @media(max-width:768px){
    .reel-video video { height: 360px; }
    .reel-popup-box { flex-direction: column; }
  }
/* END_SECTION:video-reels-product */

/* START_SECTION:why-accordion-media (INDEX:69) */
.section-premium {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    overflow: hidden;
  }

  .premium-heading {
    text-align: center;
    font-family: var(--font-heading-family);
    font-size: {{ section.settings.heading_desktop }}px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: .8s ease;
  }

  /* WRAPPER */
  .premium-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(30px);
    transition: .8s ease .2s;
  }

  /* LEFT ACCORDION */
  .premium-left {
    width: 45%;
  }

  .premium-item {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
    cursor: pointer;
    position: relative;
    transition: .3s ease;
  }

  .premium-title {
    font-size: 22px;
    font-family: var(--font-body-family);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .premium-title span {
    transition: .3s ease;
  }

  .premium-item.active .premium-title span {
    transform: rotate(90deg);
  }

  .premium-item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background: black;
    transition: width .4s ease;
  }

  .premium-item:hover::after,
  .premium-item.active::after {
    width: 100%;
  }

  .premium-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: max-height .4s ease, opacity .4s ease, transform .4s ease;
  }

  .premium-item.active .premium-content {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0px);
    padding-top: 8px;
  }

  /* RIGHT MEDIA */
  .premium-right {
    width: 55%;
    position: relative;
  }

  .premium-right img,
  .premium-right video {
    width: 100%;
    border-radius: 18px;
    filter: brightness(0.9);
    transition: .5s ease;
  }

  /* MEDIA HEIGHT OPTIONS */
  .media-adapt { height: auto; }
  .media-small { height: 280px; object-fit: cover; }
  .media-medium { height: 360px; object-fit: cover; }
  .media-large { height: 460px; object-fit: cover; }
  .media-xlarge { height: 560px; object-fit: cover; }

  .premium-right img:hover,
  .premium-right video:hover {
    filter: brightness(1) drop-shadow(0px 10px 25px rgba(0,0,0,0.15));
  }

  @keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0px); }
  }

  .premium-right img,
  .premium-right video {
    animation: float 5s ease-in-out infinite;
  }

  @media(max-width: 768px){
    .premium-wrapper { flex-direction: column; }
    .premium-left, .premium-right { width: 100%; }
    .premium-heading { font-size: {{ section.settings.heading_mobile }}px; }
    .premium-title { font-size: 18px; }
  }
/* END_SECTION:why-accordion-media */