.nav-wrap {
    background: rgb(146 37 37 / 4%);
    border: 1px solid rgba(255, 255, 255, .10);
}

.site-header {
    background: rgba(8, 18, 44, .92);
    padding: .65rem 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line-dark);
}


.warranty-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(39, 166, 130, 1);
    color: #fff;
    border-radius: 10px;
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}
.pk-wrapper {
    --pk-navy: #17234c;
    --pk-blue: #2fb9f4;
    --pk-badge-bg: #d9f1fd;
    --pk-badge-text: #1479b3;
    --pk-text-muted: #8a8f98;
    --pk-heading: #262b36;
    --pk-border: #edeef1;
    /* font-family: "Poppins", "Segoe UI", Arial, sans-serif; */
    color: var(--pk-heading);
    /* padding: 32px 0 56px; */
    padding: 5rem 0; 
  }
 
  .pk-wrapper .pk-container {
    max-width: 1140px;
  }
 
  /* ---------- product card ---------- */
  .pk-wrapper .pk-product-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(23, 35, 76, 0.08);
    overflow: hidden;
  }
 
  .pk-wrapper .pk-image-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 24px;
    min-height: 260px;
  }
 
  .pk-wrapper .pk-image-platform {
    position: absolute;
    bottom: 18px;
    width: 78%;
    height: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(23, 35, 76, 0.14) 0%, rgba(23, 35, 76, 0) 72%);
    border-radius: 50%;
  }
 
  .pk-wrapper .pk-product-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
  }
 
  .pk-wrapper .pk-info-col {
    padding: 32px 32px 32px 8px;
  }
 
  .pk-wrapper .pk-eyebrow {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--pk-blue);
    margin-bottom: 6px;
  }
 
  .pk-wrapper .pk-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--pk-heading);
    margin-bottom: 14px;
  }
 
  .pk-wrapper .pk-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
  }
 
  .pk-wrapper .pk-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #101010;
  }
 
  .pk-wrapper .pk-badge {
    background: var(--pk-badge-bg);
    color: var(--pk-badge-text);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
  }
 
  .pk-wrapper .pk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
  }
 
  .pk-wrapper .pk-btn-cart,
  .pk-wrapper .pk-btn-buy {
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease, transform 0.15s ease;
  }
 
  .pk-wrapper .pk-btn-cart {
    background: var(--pk-navy);
    color: #fff;
  }
 
  .pk-wrapper .pk-btn-buy {
    background: var(--pk-blue);
    color: #fff;
  }
 
  .pk-wrapper .pk-btn-cart:hover{
    opacity: 0.9;
    background: var(--pk-navy);
    transform: translateY(-1px);
    color: #fff;
  }

  .pk-wrapper .pk-btn-buy:hover {
    opacity: 0.9;
    background: var(--pk-blue);
    transform: translateY(-1px);
    color: #fff;
  }
 
  .pk-wrapper .pk-acc-list h6 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--pk-heading);
    margin-bottom: 10px;
  }
 
  .pk-wrapper .pk-acc-list ol {
    columns: 1;
    padding-left: 18px;
    margin-bottom: 0;
  }
 
  .pk-wrapper .pk-acc-list li {
    font-size: 0.82rem;
    color: #5b606b;
    line-height: 1.8;
  }
 
  @media (min-width: 576px) {
    .pk-wrapper .pk-acc-list ol {
      columns: 2;
      column-gap: 24px;
    }
  }
 
  /* ---------- accessories section heading ---------- */
  .pk-wrapper .pk-section-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #3e3e3e;
    margin: 48px 0 28px;
  }
 
  /* ---------- accessory cards grid ---------- */
  .pk-wrapper .pk-accessory-card {
    background: #fff;
    border: 1px solid var(--pk-border);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
 
  .pk-wrapper .pk-accessory-card:hover {
    box-shadow: 0 14px 30px rgba(23, 35, 76, 0.1);
    transform: translateY(-3px);
  }
 
  .pk-wrapper .pk-accessory-img {
    background: #d9d9d9;
    aspect-ratio: 1 / 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a8a8a8;
    font-size: 1.6rem;
  }
 
  .pk-wrapper .pk-accessory-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 
  .pk-wrapper .pk-accessory-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
 
  .pk-wrapper .pk-accessory-body h6 {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--pk-heading);
    margin-bottom: 6px;
    min-height: 2.4em;
  }
 
  .pk-wrapper .pk-accessory-price {
    font-size: 0.85rem;
    font-weight: 700;
    color: #101010;
    margin-bottom: 10px;
  }
 
  .pk-wrapper .pk-btn-add-sm {
    margin-top: auto;
    border: 1px solid var(--pk-navy);
    background: transparent;
    color: var(--pk-navy);
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 8px;
    padding: 6px 0;
    width: 100%;
    transition: background 0.2s ease, color 0.2s ease;
  }
 
  .pk-wrapper .pk-btn-add-sm:hover {
    background: var(--pk-navy);
    color: #fff;
  }
 
  /* ---------- responsive tweaks ---------- */
  @media (max-width: 991.98px) {
    .pk-wrapper .pk-info-col {
      padding: 8px 24px 32px;
    }
  }
 
  @media (max-width: 767.98px) {
    .pk-wrapper .pk-image-col {
      padding: 24px 16px 12px;
      min-height: 200px;
    }
    .pk-wrapper .pk-title {
      font-size: 1.1rem;
    }
    .pk-wrapper .pk-actions {
      flex-direction: column;
    }
    .pk-wrapper .pk-btn-cart,
    .pk-wrapper .pk-btn-buy {
      width: 100%;
      justify-content: center;
    }
  }
  .pk-ac-description{
    border-left: 4px solid rgba(13, 114, 185, 1);
    box-shadow: 0px 0px 10.2px 0px rgba(13, 114, 185, 0.25);
    border-radius: 16px;
  }
  .pk-ac-description .desc-box * {
    font-family: "Inter", sans-serif !important;
}
.product-gallery {
  background: #fff;
}
.brochure-container{
  z-index: 3;
 
}
.warranty-icon{
  height: 40px;
  width: auto;
  align-self: center;
}
