/** Shopify CDN: Minification failed

Line 253:10 Unexpected "{"
Line 253:18 Expected ":"
Line 253:23 Unexpected "{"

**/
/* Trust Badges Unique Scoped CSS */
.tb-px-outer-wrapper {
  width: 100%;
  box-sizing: border-box;
}

.tb-px-main-container {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.02);
}

.tb-px-top-subtitle {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  text-transform: none;
}

.tb-px-items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tb-px-item-card {
  border: 1px solid #f4ede4;
  border-radius: 8px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 140px;
}

.tb-px-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-px-icon-circle img, 
.tb-px-icon-circle svg {
 width: 48.889px;
    height: 48.889px;
    flex-shrink: 0;
}

.tb-px-card-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.3;
}



  /* product thambnail */

  .custom-product-gallery-container {
    width: 100%;
    user-select: none;
  }


  .main-image-slider-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fcfcfc;
  }

  .main-image-viewport {
    position: relative;
    width: 100%;
    padding-top: 80%;
    cursor: grab;
  }
  .main-image-viewport:active { cursor: grabbing; }

  .main-image-slide {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .main-image-slide.active { opacity: 1; visibility: visible; }
  .main-image-slide img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }

  
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 10;
    color: #0F172A; 
    transition: all 0.2s ease;
  }
  .slider-arrow:hover:not(.disabled) { background: #f5f5f5; }
  .arrow-left { left: 16px; }
  .arrow-right { right: 16px; }

 
  .custom-thumbnails-outer-wrapper {
    position: relative;
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
  }

  
  .thumb-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 5;
    color: #0F172A; 
    transition: all 0.2s ease;
  }
  .thumb-nav-arrow:hover:not(.disabled) { background: #fafafa; transform: translateY(-50%) scale(1.05); }
  .thumb-arrow-left { left: 8px; }
  .thumb-arrow-right { right: 8px; }


  .slider-arrow.disabled, .thumb-nav-arrow.disabled {
    color: #A3A3A3 !important; 
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
  }

  .custom-thumbnails-grid {
    display: flex;
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 0;
  }
  .custom-thumbnails-grid::-webkit-scrollbar { display: none; }

  .thumb-item-btn {
    flex: 0 0 calc(20% - 10px);
    min-width: 70px;
    background: none;
    border: 2px solid transparent;
    padding: 0; margin: 0;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1 / 1;
  }
  .thumb-item-btn.active { border-color: #333333; }
  .thumb-item-btn img { width: 100%; height: 100%; object-fit: cover; display: block; }

 
  .verified-customers-section { margin-top: 35px; width: 100%; }
  .verified-section-title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.8px; color: #111111; margin-bottom: 15px; }
  .verified-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .verified-user-card { border-radius: 14px; overflow: hidden; position: relative; }
  .verified-img-box { position: relative; width: 100%; padding-top: 65%; background: #f7f7f7; }
  .verified-img-box img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
  .verified-identity-badge { position: absolute; bottom: 12px; left: 12px; display: flex; align-items: center; background: rgba(255, 255, 255, 0.92); padding: 5px 12px; border-radius: 30px; backdrop-filter: blur(5px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }
  .verified-check-icon { width: 14px; height: 14px; margin-right: 5px; display: inline-flex; align-items: center; }
  .verified-check-icon img { position: static !important; width: 100% !important; height: 100% !important; }
  .verified-handle-text { font-size: 11px; font-weight: 700; color: #111111; }

 
  @media (max-width: 767px) {
    .thumb-nav-arrow {
      width: 30px;
      height: 30px;
   }

    .thumb-item-btn { flex: 0 0 23%; }
    .verified-customers-section {  display: none;}
    .custom-thumbnails-grid {
    
    gap: 8px;
  
    }
      .main-image-viewport {
        height: 411px;
    }

   .thumb-nav-arrow.disabled {
      width: 30px;
      height: 30px;
    }
    .slider-arrow.disabled{
     width: 35px; 
     height: 35px;
    }
    .slider-arrow {
      width: 35px;
      height: 35px;
    }
  }

  /* product thambnail */

/* Responsive Grid Breakpoints */
@media screen and (max-width: 990px) {
  .tb-px-items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .tb-px-items-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tb-px-item-card {
    padding: 20px 15px;
    min-height: auto;
  }

  .tb-px-{{section.id}}{
    padding: 30px 20px !important;
  }
  .tb-px-main-container {
    border: none;
    padding: 0;
  
 }
 .tb-px-icon-circle img, 
.tb-px-icon-circle svg {
  width: 36.667px;
  height: 36.667px;
  flex-shrink: 0;
}
}

/* =============================================
   MOBILE PDP ACTION WRAPPER — Mobile Only
   PC (768px+) এ সম্পূর্ণ hide হবে
   ============================================= */

@media (min-width: 768px) {
  .mobile-pdp-action-wrapper {
    display: none !important;
  }
}

/* =============================================
   MOBILE STYLES (max-width: 767px)
   ============================================= */

@media (max-width: 767px) {

  .mobile-pdp-action-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
  }

  /* Size Guide Row */
  .mobile-pdp-size-guide-row {
    padding-bottom: 8px;
  }

  .mobile-pdp-size-guide-link {
    font-size: 13px;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: inherit;
  }

  /* Info Row: Sold counter + Quantity selector */
  .mobile-pdp-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  /* Sold Counter */
  .mobile-pdp-sold-counter {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }

  .mobile-cart-icon {
    display: flex;
    align-items: center;
    color: #111;
  }

  .mobile-cart-icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile-sold-text {
    font-size: 13px;
    color: #111;
    font-weight: 500;
    white-space: nowrap;
  }

  /* Quantity Selector */
  .mobile-pdp-quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    height: 36px;
  }

  .mobile-qty-btn {
    width: 34px;
    height: 36px;
    background: #fff;
    border: none;
    font-size: 18px;
    line-height: 1;
    color: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
  }

  .mobile-qty-btn:active {
    background: #f0f0f0;
  }

  .mobile-qty-input {
    width: 36px;
    height: 36px;
    text-align: center;
    border: none !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    background: #fff;
    -moz-appearance: textfield;
    outline: none;
    padding: 0;
  }

  .mobile-qty-input::-webkit-inner-spin-button,
  .mobile-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Payment Icons */
  .mobile-pdp-payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 4px;
  }

  .mobile-payment-logo {
    height: 24px;
    width: auto;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 2px 5px;
    background: #fff;
  }

  .mobile-payment-logo.mobile-bg-black {
    background: #000;
    border-color: #000;
  }

  .mobile-payment-logo.mobile-payment-visa {
    background: #1a1f71;
    border-color: #1a1f71;
  }

}