/** Shopify CDN: Minification failed

Line 161:18 Unexpected "{"
Line 161:27 Expected ":"
Line 161:34 Unexpected "{"
Line 169:18 Unexpected "{"
Line 169:27 Expected ":"
Line 174:18 Unexpected "{"
Line 174:27 Expected ":"
Line 180:18 Unexpected "{"
Line 180:27 Expected ":"
Line 186:18 Unexpected "{"
... and 141 more hidden warnings

**/


/* CSS from section stylesheet tags */
.product-feature-section {
  max-width: 480px;
  margin: 0 auto;
  padding: 1rem;
  font-family: Proxima Nova Extrabold,Arial, sans-serif!important;
}

.product-feature-section img {
  width: 100%;
  border-radius: 12px;
}

.product-feature-title {
 font-size: 2.1rem;
    line-height: 0.8;
  font-weight: 700;
  margin: 0.8rem 0 0.3rem;
   font-family: Proxima Nova Extrabold,Arial, sans-serif!important;
}

.gradient-label {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  margin-top: 1rem;
  max-width:200px;
  text-align:center;
}

.variant-blocks {
  display: flex;
  gap: 0.6rem;
  margin: 1rem 0;
  margin-bottom:0px!important;
}

.variant-blocks button {
  flex: 1;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 50px; /* fully rounded */
  background: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  border-radius:10px;
}

.variant-blocks button.active {
  background: #f4f4f4;
  color: black;
  border-color: black;
}

.add-to-cart-btn {
  background: #24a459;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  width: 100%;
  margin: 1rem 0;
}

.promo-banner {
  color: #980325;
  text-align: left;
  font-size: 0.9rem;
  padding: 0.9rem;
    font-family:sans-serif!important;
  font-weight:normal!important;
}

.free-gift {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem;
    font-family:sans-serif!important;
  font-weight:normal!important;
}

.free-gift img {
  max-width: 60px;
  border-radius: 6px;
}

.free-gift-text {
  font-size: 0.95rem;
  color:black;
}

.free-gift-text span {
  text-decoration: line-through;
  margin-right: 0.5rem;
  color: black;
}

/* Desktop adjustments */
@media (min-width: 768px) {
  .product-feature-section {
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }

  .product-feature-left img {
    width: 100%;
    border-radius: 12px;
  }

  .product-feature-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .product-feature-title {
    font-size: 1.5rem;
  }

  .variant-blocks button {
    font-size: 1rem;
  }
}

.merging-elements-ar{
border-radius:10px;
  background:#f2f4c7!important;
  font-family:sans-serif!important;
  font-weight:normal!important;
}
.reviews-section-{{ section.id }} {
  padding: 40px 20px;
  overflow: hidden;
  width:95%;
  margin:0 auto;
  max-width:800px;
}

.reviews-section-{{ section.id }} .reviews-header {
    text-align: left;
    margin: 15px;
}

.reviews-section-{{ section.id }} .reviews-header h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}

.reviews-section-{{ section.id }} .reviews-header p {
  font-size: 16px;
  color: #555;
  margin:0!important;
}

.reviews-section-{{ section.id }} .reviews-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 0 20px 10px; /* left-right padding */
  width:95%;
  margin:0 auto;
  max-width:900px;
}

/* hide scrollbar but keep scroll functionality */
.reviews-section-{{ section.id }} .reviews-container::-webkit-scrollbar {
  display: none;
}
.reviews-section-{{ section.id }} .reviews-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reviews-section-{{ section.id }} .review-card {
  flex: 0 0 280px;
  background: {{ section.settings.card_bg }};
  border-radius: 0;
  padding: 20px;
  scroll-snap-align: start;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-top:10px;
}

/* add breathing room on first and last card */
.reviews-section-{{ section.id }} .review-card:first-child {
  margin-left: 5px;
}
.reviews-section-{{ section.id }} .review-card:last-child {
  margin-right: 5px;
}

.reviews-section-{{ section.id }} .review-stars {
  color: #FFD700;
  margin-bottom: 10px;
  font-size: 18px;
}

.reviews-section-{{ section.id }} .review-text {
  font-size: 14px;
  margin-bottom: 10px;
}

.reviews-section-{{ section.id }} .review-author {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}

.reviews-section-{{ section.id }} .review-image img {
  max-width: 100px;
  margin: 0 auto 10px;
  display: block;
}

.reviews-section-{{ section.id }} .review-product {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}
.section-carousel-{{ section.id }} {
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
}

.section-carousel-{{ section.id }} .carousel-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 0 10%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: grab;
}

.section-carousel-{{ section.id }} .carousel-container::-webkit-scrollbar {
  display: none;
}

.section-carousel-{{ section.id }} .carousel-item {
  flex: 0 0 80%; /* mobile */
  scroll-snap-align: center;
  text-align: left;
  box-sizing: border-box;
  user-select: none;
}

.section-carousel-{{ section.id }} .carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none; /* prevent blocking drag */
}

.section-carousel-{{ section.id }} .carousel-item h3 {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  font-family: Proxima Nova Extrabold, Arial, sans-serif!important;
}

.section-carousel-{{ section.id }} .carousel-item p {
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.2;
  text-align: left;
  color: #333;
}

/* Desktop: 3 visible but swipeable */
@media (min-width: 768px) {
  .section-carousel-{{ section.id }} .carousel-container {
    padding: 0;
  }
  .section-carousel-{{ section.id }} .carousel-item {
    flex: 0 0 calc((100% - 40px) / 3);
    scroll-snap-align: start;
  }
  .section-carousel-{{ section.id }} .carousel-container.is-dragging {
    cursor: grabbing;
  }
}
.product-detail-{{ section.id }} {
  font-family: Proxima Nova, Arial, sans-serif;
  color: #111;
}

.prod-title-ar{
  font-weight:bold;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 2em;
  font-style: italic;
}

/* Main container with padding and max width */
.product-detail-{{ section.id }} .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 16px;
}

@media(min-width: 768px) {
  .product-detail-{{ section.id }} .container {
    flex-direction: row;
    align-items: flex-start;
  }
  .product-detail-{{ section.id }} .left { width: 50%; }
  .product-detail-{{ section.id }} .right { width: 50%; padding-left: 20px; }
}

/* Carousel */
.product-detail-{{ section.id }} .carousel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.product-detail-{{ section.id }} .carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}
.product-detail-{{ section.id }} .carousel-track img {
  min-width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
.product-detail-{{ section.id }} .carousel-controls {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
}
.product-detail-{{ section.id }} .carousel-controls button {
  border: none;
  background: rgb(244 244 244 / 90%);
  padding: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
}

/* Title */
.product-detail-{{ section.id }} h2 {
  font-weight: 800;
  margin: 0 0 8px;
  font-size: 22px;
  text-align: left;
}

/* Description */
.product-detail-{{ section.id }} .short-desc {
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-detail-{{ section.id }} .short-desc button {
  border: none;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
}

/* Reviews & Tags */
.product-detail-{{ section.id }} .reviews {
  font-size: 14px;
  margin-bottom: 6px;
  text-align: left;
}
.product-detail-{{ section.id }} .tags {
  font-size: 12px;
  color: #666;
  margin-bottom: 14px;
  text-align: left;
}

/* Variants */
.product-detail-{{ section.id }} .variant-blocks {
  display:flex;
  gap:0.6rem;
  margin:1rem 0;
}
.product-detail-{{ section.id }} .variant-blocks button {
  flex:1;
  padding:0.8rem;
  border:1px solid #ddd;
  border-radius:10px;
  background:#fff;
  font-weight:600;
  font-size:0.9rem;
  cursor:pointer;
  transition:0.2s;
}
.product-detail-{{ section.id }} .variant-blocks button.active {
  background:#2e2e2e;
  border-color:#000;
  color:white;
}
.product-detail-{{ section.id }} .dropdown-variant {
  margin:0.8rem 0;
  text-align:left;
}
.product-detail-{{ section.id }} .dropdown-variant label {
  font-size:13px;
  display:block;
  margin-bottom:4px;
}
.product-detail-{{ section.id }} .dropdown-variant select {
  width:100%;
  padding:0.6rem;
  border-radius:8px;
  border:1px solid #ddd;
}

/* Add to cart */
.product-detail-{{ section.id }} .add-to-cart-btn {
  background:#fcb618;
  color:black;
  font-size:1.1rem;
  font-weight:700;
  padding:1rem;
  border:none;
  border-radius:30px;
  cursor:pointer;
  width:100%;
  margin:1rem 0;
}
.product-detail-{{ section.id }} .add-to-cart-btn[disabled] { opacity:0.6; }

/* Shipping & widget */
.product-detail-{{ section.id }} .shipping {
  font-size:14px;
  margin-bottom:10px;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-around;
}

.shipping a{
  color:black!important;
}

.product-detail-{{ section.id }} .points-widget {
  font-size:14px;
  background: #e1e1e1;
  padding:10px;
  border-radius:8px;
  text-align:center;
  color:black;
  margin-bottom:10px;
}

.merging-elements-ar {
  border-radius: 10px;
  background: #f2f4c7 !important;
  font-family: sans-serif !important;
  font-weight: normal !important;
}

.promo-banner {
  color: #980325;
  text-align: left;
  font-size: 0.9rem;
  padding: 0.9rem;
  font-family: sans-serif !important;
  font-weight: normal !important;
}

.free-gift {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem;
  font-family: sans-serif !important;
  font-weight: normal !important;
}

.free-gift img {
  max-width: 60px;
  border-radius: 6px;
}

.free-gift-text {
  font-size: 0.95rem;
  color: black;
}

.free-gift-text span {
  text-decoration: line-through;
  margin-right: 0.5rem;
  color: black;
}

.jdgm-widget.jdgm-widget{
  text-align:left;
}
.brands-marquee {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  position: relative;
  padding:5px 0px;
}

.brands-marquee__track {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  will-change: transform;
}

.brands-marquee__item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  max-height: 120px;
  text-decoration:none!important;
  color:black;
}

.brands-marquee__item img {
  max-height: 100px;
  width: auto;
  margin-right: 2px;
  display: block;
}

.brands-marquee__title {
  font-size: 14px;
  font-weight: bold;
      color:black!important;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .brands-marquee__item img {
    max-height: 40px;
  }
  .brands-marquee__title {
    font-size: 14px;
    color:black!important;
  }
}
/* ===== Scoped styles for the exact mobile look ===== */
.video-testimonial-{{ section.id }} {
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
  background: transparent;
  -webkit-font-smoothing: antialiased;

}

/* viewport with side-peek */
.video-testimonial-{{ section.id }} .vt-viewport {
  --slide-width: 72vw;    /* size of center video */
  --side-padding: calc((100vw - var(--slide-width))/2);
  padding: 0 var(--side-padding);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  display: block;
  width:95%;
  margin:0 auto;
  margin-top:10px;
}
.video-testimonial-{{ section.id }} .vt-viewport::-webkit-scrollbar { display: none; }

/* track / slides */
.video-testimonial-{{ section.id }} .vt-track {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  box-sizing: content-box;
}

.video-testimonial-{{ section.id }} .vt-slide {
  flex: 0 0 var(--slide-width);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  min-width: 85%;
  position: relative;
  transition: transform 0.3s ease;
  max-width:85%;
}

/* video box: portrait aspect ratio */
.video-testimonial-{{ section.id }} .vt-video-wrap {
  width: 100%;
  overflow: hidden;
  background: #000;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  aspect-ratio: 9 / 16;
  position: relative;
  transition: transform 0.3s ease;
}

/* actual video element fills container */
.video-testimonial-{{ section.id }} video,
.video-testimonial-{{ section.id }} iframe {
  width: 100%!important;
  height: 100%;
  display: block;
  object-fit: contain;   /* 🔄 was cover */
  background: #000;      /* add black bars for letterboxing */
}

/* small mute icon */
.video-testimonial-{{ section.id }} .vt-mute {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,0.6);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.video-testimonial-{{ section.id }} .vt-mute svg { width: 14px; height: 14px; fill: #fff; }

/* product card */
.video-testimonial-{{ section.id }} .vt-product {
  width: calc(var(--slide-width) - 6px);
  max-width: 100%;
  margin-top: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  display: grid;
  grid-template-columns: 56px 1fr 44px;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  box-sizing: border-box;
}

/* thumbnail */
.video-testimonial-{{ section.id }} .vt-thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f6f6;
  display:block;
}
.video-testimonial-{{ section.id }} .vt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* title / price */
.video-testimonial-{{ section.id }} .vt-info .vt-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.05;
  color: #0a0a0a;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}
.video-testimonial-{{ section.id }} .vt-info .vt-price {
  font-size: 13px;
  color: #222;
  opacity: 0.95;
  margin: 0;
}

/* plus button */
.video-testimonial-{{ section.id }} .vt-add {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #0b0b0b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 6px 10px rgba(0,0,0,0.12);
}

/* scaling effect */
.video-testimonial-{{ section.id }} .vt-slide { transform: scale(0.85); opacity: 0.7; }
.video-testimonial-{{ section.id }} .vt-slide.is-active { transform: scale(1); opacity: 1; }

/* responsive tweaks */
@media (min-width: 768px) {
  .video-testimonial-{{ section.id }} .vt-viewport { --slide-width: 52vw; }
  .video-testimonial-{{ section.id }} .vt-product { grid-template-columns: 72px 1fr 48px; }
}

.video-testimonial-{{ section.id }} .vt-track::before,
.video-testimonial-{{ section.id }} .vt-track::after {
  content: "";
  flex: 0 0 var(--side-padding);
}