
    :root {
      --apx-bg: #020712;
      --apx-card: rgba(5, 15, 30, 0.74);
      --apx-border: rgba(80, 120, 255, 0.22);
      --apx-blue: #4d8dff;
      --apx-purple: #a45cff;
      --apx-text: #d9e2f2;
    }

    body {
      background: var(--apx-bg);
      color: #fff;
    }

    .apx-details-page {
      background:
        radial-gradient(circle at 80% 5%, rgba(69, 72, 255, 0.18), transparent 32%),
        linear-gradient(180deg, #020712 0%, #04101d 100%);
      padding: 100px 0 80px;
    }

    .apx-container {
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 24px;
    }

  

    .apx-product-hero {
      display: grid;
      grid-template-columns: 1fr 1.25fr;
      gap: 56px;
      align-items: center;
      margin-bottom: 36px;
      margin-top: 50px;
    }

  .apx-product-visual {
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(80, 120, 255, 0.22);
  border-radius: 16px;

  position: relative;
    overflow: hidden;

    border: 1px solid rgba(80, 120, 255, 0.18);
    border-radius: 16px;

    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            180deg,
            rgba(4, 16, 29, 0.35) 0%,
            rgba(4, 16, 29, 0.70) 100%
        ),
        linear-gradient(
            90deg,
            rgba(2, 7, 18, 0.55) 0%,
            rgba(2, 7, 18, 0.15) 50%,
            rgba(2, 7, 18, 0.55) 100%
        ),
    url("assets/img/products/dark-helical.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


  .apx-product-visual img {
  position: relative;
  z-index: 2;

  max-height: 530px;
  width: auto;
  object-fit: cover;

  filter: drop-shadow(0 34px 55px rgba(91, 70, 255, 0.45));
}

    .apx-product-content .badge {
      display: inline-block;
      background: rgba(142, 92, 255, 0.14);
      color: #b88cff;
      padding: 8px 16px;
      border-radius: 8px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .apx-product-content h1 {
      color: #fff;
      font-size: 66px;
      line-height: 1;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .apx-product-content h2 {
      color: var(--apx-purple);
       font-size: 16px;
       margin-bottom:10px;
    font-weight: 600;
    line-height: 1.4;
    }

    .apx-product-content p {
      max-width: 720px;
     
      margin-bottom: 36px;
    color: rgba(230, 238, 255, 0.78) !important;
    font-size: 19px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    }

    .apx-product-features {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .apx-feature {
      text-align: center;
      border-right: 1px solid rgba(80, 120, 255, 0.18);
    }

    .apx-feature:last-child {
      border-right: 0;
    }

    .apx-feature i {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background: rgba(100, 75, 255, 0.1);
      border: 1px solid rgba(160, 100, 255, 0.25);
      color: var(--apx-purple);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      margin-bottom: 14px;
    }

    .apx-feature h4 {
      font-weight: 600;
          color: rgba(255, 255, 255, 0.82) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    }

    .apx-info-card {
      display: grid;
      grid-template-columns: 150px 1fr;
      gap: 34px;
      border: 1px solid var(--apx-border);
      background: var(--apx-card);
      border-radius: 16px;
      padding: 34px;
      margin-bottom: 18px;
      backdrop-filter: blur(12px);
    }

    .apx-info-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;

  background: rgba(115, 85, 255, 0.06);
  border: 1px solid rgba(160, 110, 255, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #a96cff;
  font-size: 40px;
  box-shadow: inset 0 0 20px rgba(120, 80, 255, 0.05);
}


    .apx-info-content h3 {
    font-size: 42px;
    color: #2f8cff;
    font-weight: 600;
    line-height: 1.15;
    text-transform: none;
    margin-bottom: 20px;
    }

    .apx-info-content p,
    .apx-info-content li {
      color: var(--apx-text);
          font-size: 16px;
    line-height: 1.7;
    }

    .apx-overview-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0px 50px;
    }

    .apx-overview-grid li {
      margin-bottom: 18px;
    }

    .apx-overview-grid strong {
      display: block;
      color: #fff;
      margin-bottom: 4px;
      font-size: 19px;
    }

    .apx-details-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px 30px;
    }

    .apx-detail-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 0px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: transparent;
}

.apx-detail-row:last-child {
  border-bottom: none;
}


   .apx-detail-row span:first-child {
   font-size: 19px;
    font-weight: 600;
    color: #fff;
}

.apx-detail-row span:last-child {
    font-size: 16px;
    color: rgba(217, 226, 242, 0.8);
}

    .apx-storage-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 50px;
    }

    .apx-check {
      display: flex;
      gap: 12px;
      align-items: start;
      color: var(--apx-text);
      font-size: 16px;
      line-height: 1.7;
    }

    .apx-check i {
      color: var(--apx-purple);
      margin-top: 5px;
    }

    @media (max-width: 991px) {
      .apx-product-hero,
      .apx-info-card,
      .apx-overview-grid,
      .apx-details-grid,
      .apx-storage-grid {
        grid-template-columns: 1fr;
      }

      .apx-product-content h1 {
        font-size: 46px;
      }

      .apx-product-features {
        grid-template-columns: repeat(2, 1fr);
      }

      .apx-feature {
        border-right: 0;
      }
    }

    @media (max-width: 575px) {
      .apx-details-page {
        padding-top: 80px;
      }

      .apx-product-content h1 {
        font-size: 38px;
      }

      .apx-product-features {
        grid-template-columns: 1fr;
      }

      .apx-info-card {
        padding: 24px;
      }

      .apx-detail-row {
        grid-template-columns: 1fr;
        gap: 4px;
      }
    }


    .apx-info-content ul{
    margin:0;
    padding-left:20px;
}

.apx-info-content ul li{
    color:var(--apx-text);
    line-height:1.8;
    margin-bottom:4px;
    list-style-type: circle;
}

/* Only for product hero icon row */
.apx-hero-icons-nowrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
}

.apx-hero-icons-nowrap .apx-feature {
    flex: 1;
    min-width: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .apx-hero-icons-nowrap {
        flex-wrap: wrap;
    }

    .apx-hero-icons-nowrap .apx-feature {
        flex: 1 1 calc(50% - 10px);
    }
}