
    :root {
      --xa-blue: #0c6ef0;
      --xa-purple: #7a3cff;
      --xa-pink: #d633ff;
      --xa-text: #111111;
      --xa-muted: #4b5563;
      --xa-border: rgba(122,60,255,0.16);
      --xa-soft-blue: rgba(12,110,240,0.045);
      --xa-soft-purple: rgba(122,60,255,0.040);
      --xa-soft-pink: rgba(214,51,255,0.035);
      --xa-font: Arial, "Helvetica Neue", "Segoe UI", sans-serif;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      color: var(--xa-text);
      font-family: var(--xa-font);
      background: #ffffff;
      letter-spacing: 0;
      line-height: 1.5;
    }

    .main {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0px 20px;
    }

    .product_type_title {
      margin: 0 0 28px;
      padding: 0 0 14px;
      color: var(--xa-text);
      font-size: 34px;
      font-weight: 700;
      line-height: 1.25;
      text-align: left;
      border-bottom: 1px solid rgba(122,60,255,0.12);
    }

    .text_gradient {
      display: inline-block;
      background: linear-gradient(135deg, #d633ff 0%, #7a3cff 45%, #0c6ef0 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .productsGrid {
      display: flex;
      flex-direction: column;
      gap: 50px;
      width: 100%;
      padding-bottom:35px;
    }

    .productCol {
      width: 100%;
    }


    .product {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 151px minmax(0, 1fr);
    gap: 10px;
    min-height: 220px;
    padding: 30px 34px 10px;
    border: 1px solid transparent;
    border-radius: 14px;
    background:
      radial-gradient(ellipse at 58% 52%, rgba(12,110,240,0.050), rgba(122,60,255,0.020) 34%, transparent 68%) padding-box,
      radial-gradient(circle at 96% 0%, rgba(214,51,255,0.020), transparent 240px) padding-box,
      linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(253,251,255,0.98) 100%) padding-box,
      linear-gradient(135deg, rgba(12,110,240,0.22), rgba(122,60,255,0.17), rgba(214,51,255,0.18)) border-box;
    box-shadow:
      0 12px 28px rgba(111,66,255,0.08),
      0 4px 12px rgba(12,110,240,0.045),
      inset 0 0 10px rgba(214,51,255,0.030);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    }



    /*
    .product {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      display: grid;
      grid-template-columns: 151px minmax(0, 1fr);
      gap: 10px;
      min-height: 220px;
      padding: 30px 34px 10px;
      border: 1px solid transparent;
      border-radius: 14px;
      background:
        radial-gradient(circle at 8% 50%, rgba(12,110,240,0.020), transparent 260px) padding-box,
        radial-gradient(circle at 96% 0%, rgba(214,51,255,0.020), transparent 240px) padding-box,
        linear-gradient(135deg, rgba(251,253,255,1) 0%, rgba(255,255,255,1) 46%, rgba(253,251,255,0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(12,110,240,0.22), rgba(122,60,255,0.17), rgba(214,51,255,0.18)) border-box;
      box-shadow:
        0 12px 28px rgba(111,66,255,0.08),
        0 4px 12px rgba(12,110,240,0.045),
        inset 0 0 10px rgba(214,51,255,0.030);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    */

    .product::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 5px;
      background: linear-gradient(180deg, #0c6ef0 0%, #7a3cff 55%, #d633ff 100%);
      z-index: 1;
      pointer-events: none;
    }

    .product:hover {
      transform: translateY(-2px);
      box-shadow:
        0 16px 34px rgba(111,66,255,0.12),
        0 6px 16px rgba(12,110,240,0.06),
        inset 0 0 12px rgba(214,51,255,0.040);
    }


    .product--popular {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    background:
      radial-gradient(ellipse at 58% 52%, rgba(214,51,255,0.065), rgba(122,60,255,0.035) 34%, transparent 68%) padding-box,
      linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 44%, rgba(253,250,255,1) 100%) padding-box,
      linear-gradient(135deg, rgba(12,110,240,0.74), rgba(122,60,255,0.68), rgba(214,51,255,0.74)) border-box;
    box-shadow:
      0 13px 30px rgba(111,66,255,0.10),
      0 5px 14px rgba(12,110,240,0.050),
      inset 0 0 18px rgba(214,51,255,0.030);
  }

  .product--popular::after {
    content: "";
    position: absolute;
    left: 34%;
    right: 26%;
    bottom: -12px;
    height: 46px;
    background: radial-gradient(ellipse at center, rgba(214,51,255,0.065), rgba(122,60,255,0.035) 42%, transparent 72%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1;
  }


    /*
    .product--popular {
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 1px;
      background:
        radial-gradient(ellipse at 58% 52%, rgba(214,51,255,0.065), rgba(122,60,255,0.035) 34%, transparent 68%) padding-box,
        radial-gradient(circle at 8% 50%, rgba(12,110,240,0.020), transparent 260px) padding-box,
        linear-gradient(135deg, rgba(250,253,255,1) 0%, rgba(255,255,255,1) 44%, rgba(253,250,255,1) 100%) padding-box,
        linear-gradient(135deg, rgba(12,110,240,0.74), rgba(122,60,255,0.68), rgba(214,51,255,0.74)) border-box;
      box-shadow:
        0 13px 30px rgba(111,66,255,0.10),
        0 5px 14px rgba(12,110,240,0.050),
        inset 0 0 18px rgba(214,51,255,0.030);
    }

    .product--popular::after {
      content: "";
      position: absolute;
      left: 34%;
      right: 26%;
      bottom: -12px;
      height: 46px;
      background: radial-gradient(ellipse at center, rgba(214,51,255,0.065), rgba(122,60,255,0.035) 42%, transparent 72%);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
      z-index: 1;
    }
    */

    .product--popular:hover::after {
      opacity: 1;
    }

    .product__ribbon {
      position: absolute;
      top: 17px;
      right: -45px;
      z-index: 4;
      width: 168px;
      padding: 6px 0;
      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      transform: rotate(40deg);
      background: linear-gradient(135deg, #d633ff, #7a3cff, #0c6ef0);
      box-shadow: 0 5px 12px rgba(111,66,255,0.18);
    }

    .product__ribbon--popular {
      background: linear-gradient(135deg, #0c6ef0 0%, #7a3cff 55%, #d633ff 100%);
    }

    .product__media {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      min-height: 178px;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: none;
      box-shadow: none;
    }

    .product__imageBox {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      text-decoration: none;
      line-height: 0;
    }

    .product__image {
      display: block;
      width: 151px;
      max-width: 100%;
      height: auto;
      object-fit: contain;
      filter: none;
      transition: transform 0.25s ease, filter 0.25s ease;
	  filter: drop-shadow(0 8px 15px rgba(12,110,240,0.09));
    }

    .product:hover .product__image {
      transform: translateY(-2px);
      filter: none;
    }

    .product--bundle {
      grid-template-columns: 157px minmax(0, 1fr);
    }

    .product--bundle .product__media {
      padding-right: 0;
    }

    .product--bundle .product__image {
      width: 145px;
    }

    .product__content {
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-right: 14px;
    }

    .product__titleRow {
      display: flex;
      align-items: center;
      gap: 17px;
      flex-wrap: wrap;
      margin: 0;
    }

    .product__seal {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: none;
      box-shadow: none;
      line-height: 0;
    }

    .product__seal img {
      display: block;
      width: 80px;
      height: auto;
    }

    .product__category {
      display: none;
    }

    .product__title,
    .product__title:link,
    .product__title:visited {
      display: inline-block;
      width: fit-content;
      max-width: 100%;
      color: var(--xa-text);
      font-size: 23px;
      font-weight: 700;
      line-height: 1.25;
      text-decoration: none;
      margin: 0;
    }

    .product__title:hover,
    .product__title:active {
      color: var(--xa-text);
      text-decoration: underline;
	   text-decoration-color: #333;
     /* text-decoration-color: #d633ff;*/
      text-decoration-thickness: 2px;
      text-underline-offset: 4px;
    }

  .product__description {
      width: 100%;
      max-width: none;
      margin: 8px 0 32px;
      color: #222;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.45;
    }

    .product__bottomRow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 38px;
      width: 100%;
    }

    .product__priceArea {
      min-width: 0;
    }

    .product__priceBox {
      display: flex;
      align-items: baseline;
      gap: 11px;
      flex-wrap: wrap;
      margin: 0;
    }

    .product__price {
      color: #111111;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.1;
    }

    .product__actualPrice {
      color: #888888;
      font-size: 17px;
      font-weight: 600;
      line-height: 1.1;
      background-image: linear-gradient(354deg, transparent 49%, transparent 49%, #888 calc(50% + 1px), transparent calc(53% + 1px), transparent 100%);
    }

    .product__discount {
      color: #d633ff;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.1;
    }


.product__note {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 9px 0 0;
  padding: 5px 9px;
  color: #374151;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(12,110,240,0.22), rgba(122,60,255,0.17), rgba(214,51,255,0.18)) border-box;
  border: 1px solid transparent;
  border-radius: 7px;
}

.product__note::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(214,51,255,0.055), rgba(255,255,255,0));
  pointer-events: none;
}






    .product__noteLabel {
      color: #d633ff;
      font-weight: 700;
    }

    .product__actions {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-shrink: 0;
    }

    .product__buyBtn,
    .product__downloadBtn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      box-sizing: border-box;
      border-radius: 7px;
      font-size: 14.5px;
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    }

    .product__buyBtn,
    .product__downloadBtn {
      min-width: 134px;
      padding: 0 18px;
      color: #ffffff;
      border: none;
      background: linear-gradient(135deg, #d633ff 0%, #7a3cff 45%, #0c6ef0 100%);
      box-shadow: 0 10px 22px rgba(111,66,255,0.26);
    }

    .product__downloadBtn {
      background: linear-gradient(135deg, #0c6ef0 0%, #7a3cff 55%, #d633ff 100%);
    }

    .product__buyBtn:hover,
    .product__downloadBtn:hover {
      transform: translateY(-1px);
      text-decoration: none;
    }

    .product__buyBtn:hover,
    .product__downloadBtn:hover {
      color: #ffffff;
      filter: brightness(1.04);
      box-shadow: 0 13px 28px rgba(111,66,255,0.34);
    }

    .product__btnIcon {
      display: block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      opacity: 0.95;
    }

    @media screen and (max-width: 900px) {
      .product {
        grid-template-columns: 131px minmax(0, 1fr);
        gap: 10px;
        padding: 28px 24px 12px;
      }

      .product__media {
        min-height: 160px;
      }

      .product__image {
        width: 131px;
      }

      .product__content {
        padding-right: 10px;
      }

      .product__bottomRow {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media screen and (max-width: 640px) {
      .main {
        padding: 24px 14px;
      }

      .product_type_title {
        font-size: 28px;
      }

      .product {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 18px 14px;
      }

      .product::before {
        width: 100%;
        height: 5px;
        bottom: auto;
      }

      .product__media {
        min-height: auto;
      }

      .product__image {
        width: 128px;
      }

      .product__content {
        padding-right: 0;
        text-align: center;
        align-items: center;
      }

      .product__titleRow {
        justify-content: center;
      }

      .product__title,
      .product__title:link,
      .product__title:visited {
        font-size: 21px;
      }

      .product__description {
        margin-bottom: 26px;
      }

      .product__bottomRow {
        align-items: center;
      }

      .product__priceBox {
        justify-content: center;
      }

      .product__actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
      }

      .product__buyBtn,
      .product__downloadBtn {
        min-width: 136px;
      }
    }


/* =========================
   DOWNLOAD PAGE VARIANT
========================= */

.product--download .product__description {
  margin-bottom: 30px;
}

.product--download .product__bottomRow {
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-top: 15px;
}

.product__downloadAction {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.product--download .product__downloadBtn {
  min-width: 176px;
  height: 46px;
  padding: 0 26px;
  font-size: 15.5px;
}

.product--download .product__downloadBtn .product__btnIcon {
  width: 17px;
  height: 17px;
  margin-right: 9px;
}

@media screen and (max-width: 900px) {
  .product--download .product__bottomRow {
    align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .product--download .product__bottomRow,
  .product__downloadAction {
    align-items: center;
    justify-content: center;
  }

  .product--download .product__description {
    margin-bottom: 24px;
  }

  .product--download .product__downloadBtn {
    min-width: 176px;
  }
}


/* =========================
   LIFETIME UPGRADE VARIANT
========================= */

.product--lifetime .product__buyBtn {
  min-width: 176px;
  height: 46px;
  padding: 0 26px;
  font-size: 15.5px;
}

.product--lifetime .product__buyBtn .product__btnIcon {
  width: 17px;
  height: 17px;
  margin-right: 9px;
}

@media screen and (max-width: 640px) {
  .product--lifetime .product__buyBtn {
    min-width: 176px;
  }
}
