/** Shopify CDN: Minification failed

Line 780:21 Unexpected "{"
Line 780:30 Expected ":"

**/

    .customer-love {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, #fff4ea, #fff);
    border-radius: 10px;
    padding: 12px 14px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #ffe1c7;
  }

  h5.group-galery-title {
    margin-bottom: 0px;
}
p.tap-text {
    margin-top: 0px;
}
.combined-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border: 1.5px solid #ff6a00;
  border-radius: 10px;
  background: linear-gradient(90deg, #fff8f0, #fff3e8);
  font-size: 13px;
      padding: 1px 8px;
}

.combined-section {
      display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 6px;
}

.box-icon { font-size: 15px; }

.box-label { color: #555; }

.box-discount-price,
.box-current-price {
  color: #c0392b;
  font-weight: 700;
  font-size: 14px;
}

.box-divider {
  color: #ff6a00;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

  .template-product .ssx-gallery-slide img{
  border-radius:6px;
  }
  .product-gallery-slider-mobile {
  overflow: hidden;
  padding-right: 12px;
      margin-top: 30px;
}
.ssx-gallery-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}
.title-wrapper{
display:none;
}
.ssx-gallery-pagination .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cfcfcf;
    transition: 0.3s;
    cursor: pointer;
    display: block;
}

.ssx-gallery-pagination .dot.active {
    width: 20px;
    border-radius: 20px;
    background: #ff6a00;
    height: 6px;
}
.product-gallery-slider-mobile .swiper-wrapper {
  transition-timing-function: linear !important;
}

.product-gallery-slider-mobile .swiper-slide {
  width: auto;
}

.grid-img-item {
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}

.grid-img-item img {
    width: 100%;
    display: block;
    border-radius: 6px;
    height: 180px;
}

/* LIGHTBOX */

.custom-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;

  transition: 0.3s;

  z-index: 9999;
}

.custom-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: 92%;
  max-height: 92%;
  border-radius: 7px;
}

.lightbox-close {
    position: absolute;
    top: 25%;
    right: 8px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    transition: background 0.2s;
    background: #fff;
    border-radius: 6px;
}

button.lightbox-arrow svg {
    width: 18px;
    height: 18px;
    stroke: #1a1a1a;
    stroke-width: 2.5;
    fill: none;
}
/* ARROWS */

.lightbox-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 24px;

  cursor: pointer;
  z-index: 3;
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.lightbox-arrow:hover {
  background: rgba(255,255,255,0.28);
}
  .productView-moreItem.mobile-pdp-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .customer-love-left {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heart-icon { font-size: 18px; }
  .customer-love-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
  }
  .customer-love-sub {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
  }
  @media (max-width: 767px) {
    .customer-love { padding: 10px 12px; }
    .customer-love-title { font-size: 13px; }
  }
      .whislist-product-image.clearfix.scroll-trigger.animate--slide-in {
        position: absolute;
        top: -1px;
        z-index: 10;
    }
      a.whistlst-btn.wishlist-added svg.icon.icon-wishlist {
        color: red !important;
        fill: red;
    }
h5.group-galery-title {
    margin-top: 0px;
    margin-bottom: 0px;
}
      .whislist-product-image.clearfix.scroll-trigger.animate--slide-in .whistlst-btn {
        background-color: #ec6d1e;
    }
    .whislist-product-image.clearfix.scroll-trigger.animate--slide-in a {
        display: inline-block;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        cursor: pointer;
    }
    .whislist-product-image.clearfix.scroll-trigger.animate--slide-in {
        right: 20px !important;

    }
    .wishlist-product-image a:hover {
        background-color: rgba(255, 0, 0, 0.8);
    }

    .icon-wishlist {
        width: 24px;
        height: 24px;
        fill: #fff;
    }

        .title {
        width: 100%;
        }

        .left {
        width: 100%;
        }


        a.btn {
        width: 30%;
        text-align: center;
        }


          .design-9 {
              background: #ffffff;
              border: 2px solid #000000;
              border-radius: 0;
              padding: 12px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              box-shadow: 0 4px 0 #000000;
              position: relative;
              flex-direction: column;
          }
        .design-9 {
            margin-top: 27px;
            margin-bottom: 27px;
            border-radius: 10px;
        }
          .design-9::before {
              content: '';
              position: absolute;
              top: 10px;
              left: 10px;
              right: -10px;
              bottom: -10px;
            border-radius: 10px !important;
              z-index: -1;
          }

          .design-9 .left {
                  display: flex;
                flex-direction: row;
                gap: 9px;
          }

          .design-9 .title {
              font-size: 19px;
              font-weight: 900;
              color: #000000;
              text-transform: uppercase;
              letter-spacing: 0px;
          }

          .design-9 .subtitle {
              font-size: 18px;
              color: #000;
          }

        .design-9 .btn {
            padding: 10px 16px;
            background: rgb(242, 110, 36) !important;
            color: #ffffff;
            text-decoration: none;
            border: 3px solid #000000;
            font-weight: 900;
            font-size: 13px;
            text-transform: uppercase;
            transition: all 0.2s ease;
            white-space: nowrap;
            box-shadow: 4px 4px 0 #000000;
            border-radius: 4px;
        }

          .ssx-thumb-strip-mobile {
              display: none;
          }
               .product-gallery-slider-mobile.swiper.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-backface-hidden {
              display: none;
          }
          .product-form__swatch .product-form__label {
            width: 85px !important;
            height: 35px !important;
           }
          @media (max-width: 768px) {
            .design-9 .btn {
              padding: 6px 5px;

          }
          .ssx-gallery-track {
  position: relative;
}

.mobile-share-btn-gallery {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 5;
}
.breadcrumb a, .breadcrumb span:not(.separate) {
    font-size: 10px !important;
}
.productView-moreItem.mobile-pdp-title share-button.share-button.halo-socialShare.productView-share.style-3 {
    display: none;
}
.mobile-share-btn-gallery .share-button {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #ff6a00;
    border-radius: 50%;

    padding: 0;
    line-height: 1;

    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.mobile-share-btn-gallery svg.icon {
    margin: 0;
}
 .share-button__fallback{
      position: fixed !important;
      left: 16px !important;
      right: 16px !important;
      bottom: 90px !important;
      top: auto !important;

      width: auto !important;
      max-width: none !important;

      background: #fff;
      padding: 12px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,.15);
      z-index: 99999;
  }
.mobile-share-btn-gallery .share-button svg,
.mobile-share-btn-gallery .share-button i {
    width: 17px;
    height: 17px;
    display: block;
}
           fieldset.product-form__input.product-form__swatch {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    min-inline-size: unset !important; /* fieldset ka default min-width reset */
  }

  /* Legend ko inline banao — yahi asli problem hai */
  fieldset.product-form__input.product-form__swatch legend.form__label {
    float: left !important;        /* legend ko flow mein laao */
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
  }

  /* Radio buttons hide */
  fieldset.product-form__input.product-form__swatch .product-form__radio {
    display: none !important;
  }

  /* Option labels */
  fieldset.product-form__input.product-form__swatch .product-form__label {
    margin: 0 !important;
    padding: 5px 12px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }
          /* ===== OPTIONS EK ROW MEIN ===== */
          .product-form__input.product-form__swatch {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}
          .product-form__input.product-form__swatch {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: nowrap;
          }

          .product-form__input.product-form__swatch legend.form__label {
            flex-shrink: 0;
            margin-bottom: 0;
            white-space: nowrap;
          }

          .product-form__input.product-form__swatch .product-form__label {
            flex-shrink: 0;
            white-space: nowrap;
            margin-right: 0;
          }
          .product-gallery-slider-mobile.swiper.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-backface-hidden {
              display: block;
          }
          .title-wrapper{
          display:block;
          }
          .productView-price.no-js-hidden.clearfix {
            border-bottom:none;
            margin: 10px 0;
        }
        .ssx-nav-btn {
        display:none !important;
        }
          .cpl-card__img-wrap {
            height:100% !important;
        }
        .cpl-card{
          width: unset !important;
         height:100% !important;
        }
              .product-form__swatch .product-form__label {
          max-width: 100px;
          width: 100% !important;
      }
          .cpl-card__img-wrap {
                max-width: 100px;
                width: 100% !important;
            }
         .box-dses {
                flex-wrap: nowrap !important;
            }
          .design-9 .subtitle {
              font-size: 14px !important;
          }
          .design-9 .subtitle {
              color: #000;
              line-height: 19px;
            }
        .design-9 .title {
            font-size: 15px;


        }
      }
      /*** INFO BOXES - SAME LINE STYLING WITH POPUP EFFECT ***/
  .info-box {
      background: #fff !important;
      border: 1px solid #eee !important;
      border-radius: 6px !important;
      display: inline-flex !important;
      align-items: center !important;
      gap: 5px !important;
      font-size: 14px !important;
      white-space: nowrap !important;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
      transition: all 0.3s ease !important;
      position: relative !important;
      height: auto !important;
      line-height: 1.4 !important;
  }

  .price-per-pair-box {
      color: #333 !important;
  }

  .price-per-pair-box:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
      transform: translateY(-2px) !important;
      border-color: #ddd !important;
  }

  .box-icon {
      width: 18px !important;
      height: 18px !important;
      flex-shrink: 0 !important;
      margin: 0 !important;
  }

  .box-text {
      color: #000 !important;
      font-weight: 400 !important;
      font-size: 14px !important;
      margin: 0 !important;
      line-height: 1.4 !important;
  }

  .box-compare-price {
      color: #999 !important;
      text-decoration: line-through !important;
      font-size: 14px !important;
      margin: 0 0 0 2px !important;
      line-height: 1.4 !important;
  }

  .box-current-price {
      color: #EC6D1E !important;
      font-weight: 600 !important;
      font-size: 14px !important;
      margin: 0 0 0 2px !important;
      line-height: 1.4 !important;
  }

  .box-suffix {
      color: #000 !important;
      font-size: 14px !important;
      margin: 0 !important;
      line-height: 1.4 !important;
  }

  .offers-box {
      cursor: pointer !important;
  }

  .offers-box:hover {
      background: #fff !important;
      border-color: #EC6D1E !important;
      box-shadow: 0 4px 16px rgba(236, 109, 30, 0.15) !important;
      transform: translateY(-2px) !important;
  }

  .offers-box:active {
      transform: translateY(0) !important;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  }

  .box-discount-price {
      color: #EC6D1E !important;
      font-weight: 600 !important;
      font-size: 14px !important;
      margin: 0 !important;
      line-height: 1.4 !important;
  }

  .box-arrow {
      flex-shrink: 0 !important;
      margin: 0 0 0 4px !important;
      transition: transform 0.3s ease !important;
      width: 16px !important;
      height: 16px !important;
  }

  .offers-box:hover .box-arrow {
      transform: translateX(3px) !important;
  }
.optn-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
    margin: 0 75px 0px 0px;
}
  @media(max-width: 768px) {
    span.hide-selected-opt {
    display: none;
}

.mobile-share-btn-gallery button.share-button__button.button svg.icon {
    fill: #fff;
}
    .productView-share.style-3 .share-button__button {
    top: 0px;
    background-color: transparent;
}
    body.template-product .jdgm-prev-badge {
        margin-top: 0px !important;
    }
      .info-box {
          font-size: 12px !important;
          padding: 1px 10px !important;
          gap: 8px !important;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
      }

      .box-icon {
          width: 16px !important;
          height: 16px !important;
      }

      .box-text {
          font-size: 12px !important;
      }

      .box-compare-price {
          font-size: 12px !important;
      }

      .box-current-price {
          font-size: 12px !important;
      }

      .box-suffix {
          font-size: 12px !important;
      }

      .price-per-pair-box:hover {
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
      }

      .offers-box {
          font-size: 12px !important;
      }

      .offers-box:hover {
          box-shadow: 0 3px 12px rgba(236, 109, 30, 0.12) !important;
      }

      .box-discount-price {
          font-size: 12px !important;
      }

      .box-arrow {
          width: 14px !important;
          height: 14px !important;
      }
  }

  @media(max-width: 480px) {
      .info-box {
          width: 100% !important;
      }
  }

  /* =============================================
    MOBILE GALLERY — SSX
  ============================================= */
  @media (max-width: 767px) {
    .ssx-gallery-wrapper {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
    .ssx-gallery-track {
      display: flex;
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
    }
    .ssx-gallery-slide { flex: 0 0 100%; width: 100%; }
    .ssx-gallery-slide img {
      width: 100%;
      height: 360px;
      object-fit: cover;
      display: block;
    }
    .ssx-thumb-strip {
      display: flex;
      gap: 6px;
      padding: 8px 12px;
      overflow-x: auto;
      scrollbar-width: none;
      background: #f5f5f5;
      align-items: center;
    }
    .ssx-thumb-strip::-webkit-scrollbar { display: none; }
    .ssx-thumb {
      flex: 0 0 52px;
      width: 52px;
      height: 52px;
      border-radius: 6px;
      overflow: hidden;
      cursor: pointer;
      border: 2px solid transparent;
      transition: border-color 0.2s;
      background: #e8e8e8;
    }
    .ssx-thumb.active { border-color: #EC6D1E; }
    .ssx-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

    .ssx-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255,255,255,0.85);
      border: none;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      padding: 0;
    }
    .ssx-nav-btn svg {
      width: 18px;
      height: 18px;
      stroke: #1a1a1a;
      stroke-width: 2.5;
      fill: none;
    }
    .ssx-prev { left: 10px; }
    .ssx-next { right: 10px; }

    #ProductSection-{{ section.id }} .productView-images-wrapper { display: none !important; }
  }
  @media (min-width: 768px) {
    .ssx-gallery-wrapper { display: none !important; }
  }
  .optn-name span.hide-selected-opt {
    display: none;
}
.optn-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
    margin: 0 75px 0px 0px;
}

.product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 20px;
    width: 100%;
    clear: both;
    width: 62.4%;
}
.product-gallery-grid .grid-img-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  border: 0.5px solid #eee;
}
.product-gallery-grid .grid-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .product-gallery-grid {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .product-gallery-grid {
    display: none !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 12px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .product-gallery-grid-mobile {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin: 12px 0 16px;
  }
}
