/** Shopify CDN: Minification failed

Line 1871:0 Unexpected "<"

**/

/* ========================= */
/* GLOBAL SECTION - THIS STYLING IS FOR THE NVIDIA NIC PAGES*/ 
/* ========================= */

.cx-generation-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}

/* ========================= */
/* SUB HERO */
/* ========================= */

.cx-subhero-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* LEFT IMAGE */

.cx-subhero-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cx-subhero-left img {
    width: 100%;
    max-width: 650px;
    object-fit: contain;
    filter:
        drop-shadow(0px 20px 40px rgba(0,0,0,0.45));
}

/* RIGHT CONTENT */

.cx-subhero-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* LABEL */

.cx-generation-label {
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 255, 119, 0.322);
    color: #073a1a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.nic-nav > .cx-generation-label{
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    margin-left: 10px;
    border-radius: 999px;
    background: rgba(0, 255, 119, 0.322);
    color: #073a1a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;   
}

/* TITLE */

.cx-generation-title {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

/* DESCRIPTION */

.cx-generation-description {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    max-width: 650px;
}

/* ========================= */
/* SPEC GRID */
/* ========================= */
.nic-gridDisplay{
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   justify-content: center;
}

.cx-product-grid-container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
    justify-content: center;
    border-radius: 32px;
    padding: 48px 40px;
}

.cnx-grid-item {
    width: auto;
    min-width: 0;
}


/* SPEC CARD */

.cx-spec-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(0, 0, 0, 0.438);
    border-radius: 18px;
    padding: 22px;
    backdrop-filter: blur(12px);
    transition: all 0.25s ease;
    margin-top: .5rem;
}

.cx-spec-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0,255,120,0.35);
    background: rgba(255,255,255,0.06);
}

.cx-spec-value {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.cx-spec-label {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #8f98a3;
}

/* ========================= */
/* FILTER CHIPS */
/* ========================= */

.cx-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cx-filter-chips button {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(0, 0, 0, 0.438);
    color: #000000;
    border-radius: 999px;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.cx-filter-chips button:hover {
    background: #16c15d;
    color: white;
    border-color: #16c15d;
}

/* ========================= */
/* GRADIENT DIVIDER */
/* ========================= */

.cx-gradient-divider {
    width: 100%;
    height: 5rem;
    
}

/* ========================= */
/* ALL CONNECTX GENERATIONS */
/* ========================= */

.cx-generations-section {
    position: relative;
    width: 100%;
    padding: 80px 40px 100px;
    background: #ffffff;
}


/* ========================= */
/* MAIN CONTAINER */
/* ========================= */

.cx-generations-container {
    position: relative;

    max-width: 1600px;
    margin: 0 auto;

    background: #ffffff;

    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 32px;

    box-shadow:
        0 16px 50px rgba(0, 0, 0, 0.12);

    padding: 50px 45px;
}


/* ========================= */
/* GENERATION ROW */
/* ========================= */

.cx-generation-row {
    width: 100%;
}


/* ========================= */
/* GENERATION HEADER */
/* ========================= */

.cx-generation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 35px;
}


/* TITLE */

.cx-generation-header .cx-generation-title {
    display: block;

    font-size: 42px;
    line-height: 1.05;
    font-weight: 800;

    color: #000000;

    margin: 14px 0 0;
}


/* ========================= */
/* GENERATION LABEL */
/* ========================= */

.cx-generation-header .cx-generation-label {
    display: inline-flex;

    width: fit-content;

    padding: 8px 14px;

    margin: 0;

    border-radius: 999px;

    background: rgba(0, 255, 119, 0.322);

    color: #073a1a;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 0.5px;
    text-transform: uppercase;
}


/* ========================= */
/* TOP OF PAGE */
/* ========================= */

.cx-top-link {
    display: inline-flex;

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

    padding: 9px 16px;

    border-radius: 999px;

    border: 1px solid rgba(0, 0, 0, 0.25);

    color: #000000;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.cx-top-link:hover {
    background: #16c15d;

    border-color: #16c15d;

    color: #ffffff;
}


/* ========================= */
/* GENERATION DIVIDER */
/* ========================= */

.cx-generation-divider {
    width: 100%;

    height: 1px;

    margin: 65px 0;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0, 0, 0, 0.20),
            transparent
        );
}


/* ========================= */
/* PRODUCT GRID */
/* ========================= */

.cx-generation-row .nic-gridDisplay {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 20px;

    list-style: none;

    margin: 0;
    padding: 0;
}


/* PRODUCT ITEMS */

.cx-generation-row .cnx-grid-item {
    width: auto;
    min-width: 0;
}


/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 900px) {

    .cx-generations-section {
        padding: 60px 24px 80px;
    }

    .cx-generations-container {
        padding: 40px 30px;
        border-radius: 24px;
    }

    .cx-generation-header .cx-generation-title {
        font-size: 36px;
    }

}


@media (max-width: 640px) {

    .cx-generations-section {
        padding: 50px 16px 70px;
    }

    .cx-generations-container {
        padding: 30px 20px;

        border-radius: 20px;
    }

    .cx-generation-header {
        align-items: flex-start;

        gap: 20px;
    }

    .cx-generation-header .cx-generation-title {
        font-size: 30px;
    }

    .cx-top-link {
        font-size: 12px;
        padding: 8px 12px;
    }

    .cx-generation-divider {
        margin: 50px 0;
    }

}

.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav > h1 {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    color: #000000;
    margin-top: 2rem;
}
 
.nic-nav{
    margin: 0;
}
.nic-qa{
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
}

.nic-qa > .page-width > h3 {
    text-align: center;
    font-weight: 700;
}

/* ========================= */
/* CONNECTX CAROUSEL */
/* ========================= */

.cx-carousel-section {
    width: 100%;
    padding: 80px 40px;

    background: #ffffff;
}


.cx-carousel {
    position: relative;

    max-width: 1600px;
    margin: 0 auto;

    background: #ffffff;

    border: 1px solid rgba(0, 0, 0, 0.12);

    border-radius: 32px;

    box-shadow:
        0 16px 50px rgba(0, 0, 0, 0.12);

    overflow: hidden;
}


/* ========================= */
/* TRACK */
/* ========================= */

.cx-carousel-track {
    position: relative;

    width: 100%;
}


.cx-carousel-slide {
    display: none;

    width: 100%;

    padding: 60px 70px 30px;
}


.cx-carousel-slide.active {
    display: block;
}


/* ========================= */
/* SUB HERO */
/* ========================= */

.cx-carousel-slide .cx-subhero-container {
    max-width: none;

    margin: 0;
    padding: 0;

    gap: 70px;
}


/* ========================= */
/* IMAGE */
/* ========================= */

.cx-carousel-slide .cx-subhero-left img {
    max-width: 620px;

    transition:
        transform 0.4s ease;
}


.cx-carousel-slide.active
.cx-subhero-left img {
    animation:
        cxImageEnter 0.5s ease;
}


@keyframes cxImageEnter {

    from {
        opacity: 0;
        transform: translateX(-25px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/* ========================= */
/* CONTENT ANIMATION */
/* ========================= */

.cx-carousel-slide.active
.cx-subhero-right {
    animation:
        cxContentEnter 0.45s ease;
}


@keyframes cxContentEnter {

    from {
        opacity: 0;
        transform: translateX(25px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/* ========================= */
/* ARROWS */
/* ========================= */

.cx-carousel-arrow {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 20;

    width: 48px;
    height: 48px;

    display: flex;

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

    border: 1px solid rgba(0, 0, 0, 0.18);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.92);

    color: #000000;

    font-size: 22px;

    cursor: pointer;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.12);

    transition:
        all 0.2s ease;
}


.cx-carousel-arrow:hover {

    background: #16c15d;

    border-color: #16c15d;

    color: #ffffff;

    transform:
        translateY(-50%)
        scale(1.05);

}


.cx-carousel-prev {
    left: 20px;
}


.cx-carousel-next {
    right: 20px;
}


/* ========================= */
/* NAVIGATION */
/* ========================= */

.cx-carousel-navigation {

    display: flex;

    justify-content: center;
    align-items: stretch;

    gap: 12px;

    padding: 25px 30px 30px;

    border-top: 1px solid rgba(0, 0, 0, 0.08);

    background: #fafafa;
}


.cx-carousel-dot {

    display: flex;

    flex-direction: column;

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

    min-width: 180px;

    padding: 14px 22px;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 14px;

    background: #ffffff;

    color: #000000;

    cursor: pointer;

    transition:
        all 0.2s ease;
}


.cx-carousel-dot:hover {

    border-color: #16c15d;

}


.cx-carousel-dot.active {

    background: #16c15d;

    border-color: #16c15d;

    color: #ffffff;

    box-shadow:
        0 5px 20px rgba(22, 193, 93, 0.25);

}


.cx-dot-generation {

    font-size: 16px;

    font-weight: 800;

}


.cx-dot-subtitle {

    margin-top: 3px;

    font-size: 12px;

    opacity: 0.7;

}


.cx-carousel-dot.active
.cx-dot-subtitle {

    opacity: 0.9;

}


/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 992px) {

    .cx-carousel-slide {

        padding: 50px 45px 25px;

    }

    .cx-carousel-slide .cx-subhero-container {

        gap: 40px;

    }

    .cx-carousel-slide .cx-subhero-left img {

        max-width: 500px;

    }

}


@media (max-width: 767px) {

    .cx-carousel-section {

        padding: 50px 16px;

    }


    .cx-carousel {

        border-radius: 22px;

    }


    .cx-carousel-slide {

        padding: 40px 25px 20px;

    }


    .cx-carousel-slide .cx-subhero-container {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .cx-carousel-slide .cx-subhero-left {

        order: 1;

    }


    .cx-carousel-slide .cx-subhero-right {

        order: 2;

    }


    .cx-carousel-slide .cx-subhero-left img {

        max-width: 100%;

    }


    .cx-carousel-slide
    .cx-generation-title {

        font-size: 34px;

    }


    .cx-carousel-slide
    .cx-generation-description {

        font-size: 16px;

    }


    .cx-carousel-arrow {

        width: 40px;
        height: 40px;

        font-size: 18px;

    }


    .cx-carousel-prev {

        left: 10px;

    }


    .cx-carousel-next {

        right: 10px;

    }


    .cx-carousel-navigation {

        gap: 6px;

        padding: 18px 12px 20px;

    }


    .cx-carousel-dot {

        min-width: 0;

        flex: 1;

        padding: 11px 5px;

        border-radius: 10px;

    }


    .cx-dot-generation {

        font-size: 13px;

    }


    .cx-dot-subtitle {

        font-size: 10px;

    }

}

/* ========================= */
/* CONNECTX COMPARISON TABLE */
/* ========================= */

.cx-comparison-section {
    width: 100%;
    padding: 80px 40px 100px;
    background: #ffffff;
}

.cx-comparison-header {
    max-width: 1100px;
    margin: 0 auto 50px;
    text-align: center;
}

.cx-comparison-header .cx-generation-label {
    margin-bottom: 20px;
}

.cx-comparison-header .cx-generation-title {
    margin-bottom: 20px;
}

.cx-comparison-header .cx-generation-description {
    margin: 0 auto;
}


/* TABLE CONTAINER */

.cx-comparison-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;

    background: #ffffff;

    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 28px;

    box-shadow:
        0 16px 50px rgba(0, 0, 0, 0.12);

    overflow-x: auto;
}


/* TABLE */

.cx-comparison-table {
    width: 100%;
    min-width: 950px;

    border-collapse: separate;
    border-spacing: 0;

    color: #000000;
    font-size: 15px;
}


/* HEADER */

.cx-comparison-table thead th {
    padding: 30px 24px;

    background: #f7f8f8;

    border-bottom: 1px solid rgba(0, 0, 0, 0.12);

    text-align: center;
    vertical-align: middle;
}

.cx-comparison-table thead th:first-child {
    text-align: left;
    width: 24%;
}


/* GENERATION NAME */

.cx-table-generation {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;

    margin-bottom: 8px;
}

.cx-table-generation.cx6 {
    color: #111111;
}

.cx-table-generation.cx7 {
    color: #087ea4;
}

.cx-table-generation.cx8 {
    color: #16a34a;
}

.cx-table-subtitle {
    display: block;

    color: #8f98a3;

    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* BODY CELLS */

.cx-comparison-table tbody td {
    padding: 22px 24px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    text-align: center;
    vertical-align: middle;

    line-height: 1.5;
}

.cx-comparison-table tbody tr:last-child td {
    border-bottom: none;
}


/* FEATURE COLUMN */

.cx-comparison-table .cx-feature-name {
    text-align: left;

    color: #202124;

    font-size: 15px;
}


/* LARGE VALUE */

.cx-value {
    display: block;

    font-size: 20px;
    font-weight: 750;

    color: #000000;
}


/* SPEED */

.cx-speed {
    display: inline-block;

    font-size: 24px;
    font-weight: 800;

    color: #000000;
}


/* SECONDARY TEXT */

.cx-note {
    display: block;

    margin-top: 4px;

    color: #8f98a3;

    font-size: 12px;
    font-weight: 500;
}


/* CHECKMARK */

.cx-check {
    display: inline-flex;

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

    width: 26px;
    height: 26px;

    margin-right: 5px;

    border-radius: 50%;

    background: rgba(0, 255, 119, 0.18);

    color: #08752f;

    font-weight: 800;
}


/* ROW HOVER */

.cx-comparison-table tbody tr {
    transition:
        background-color 0.2s ease;
}

.cx-comparison-table tbody tr:hover {
    background: rgba(0, 255, 120, 0.035);
}


/* FINAL HIGHLIGHT */

.cx-highlight-row td {
    background:
        linear-gradient(
            90deg,
            rgba(0, 255, 120, 0.045),
            rgba(0, 255, 120, 0.015)
        );

    border-top: 1px solid rgba(0, 255, 120, 0.15);
}

.cx-highlight-row .cx-feature-name {
    font-weight: 700;
}



    /* ========================================= */
/* NVIDIA CONNECTX PRODUCT PAGE */
/* ========================================= */

.nic-product-page {
  width: 100%;
  background: #fff;
  color: #000;
}


/* ========================================= */
/* BREADCRUMB */
/* ========================================= */

.nic-breadcrumb {
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 40px 10px;

  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  font-size: 14px;
  color: #737373;
}

.nic-breadcrumb a {
  color: #737373;
  text-decoration: none;
}

.nic-breadcrumb a:hover {
  color: #16c15d;
}


/* ========================================= */
/* PRODUCT HERO */
/* ========================================= */

.nic-product-hero {
  max-width: 1500px;
  margin: 20px auto 80px;
  padding: 0 40px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}


/* ========================================= */
/* MEDIA */
/* ========================================= */

.nic-product-media {
  position: sticky;
  top: 30px;
}

.nic-main-image {
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 500px;
  padding: 35px;

  background:
    radial-gradient(
      circle at center,
      rgba(0, 255, 120, 0.08),
      transparent 65%
    );

  border-radius: 28px;
}

.nic-main-image img {
  display: block;

  width: 100%;
  max-width: 650px;
  height: auto;

  object-fit: contain;

  filter:
    drop-shadow(0 20px 35px rgba(0, 0, 0, 0.20));
}


/* ========================================= */
/* THUMBNAILS */
/* ========================================= */

.nic-thumbnail-row {
  display: flex;
  gap: 12px;

  margin-top: 18px;

  overflow-x: auto;
}

.nic-thumbnail {
  flex: 0 0 85px;

  padding: 6px;

  background: #fff;

  border: 1px solid #dedede;
  border-radius: 10px;

  cursor: pointer;

  transition: all .2s ease;
}

.nic-thumbnail:hover,
.nic-thumbnail.active {
  border-color: #16c15d;
}

.nic-thumbnail img {
  display: block;

  width: 100%;
  height: 70px;

  object-fit: contain;
}


/* ========================================= */
/* PRODUCT INFORMATION */
/* ========================================= */

.nic-product-information {
  padding-top: 15px;
}

.nic-product-brand {
  display: inline-flex;

  padding: 7px 13px;

  border-radius: 999px;

  background: rgba(0, 255, 119, .16);

  color: #075522;

  font-size: 12px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: .6px;
}

.nic-product-title {
  margin: 18px 0;

  color: #000;

  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 800;
}

.nic-short-description {
  color: #454545;

  font-size: 17px;
  line-height: 1.75;
}

.nic-short-description p {
  margin: 0 0 15px;
}


/* ========================================= */
/* IDENTIFIERS */
/* ========================================= */

.nic-identifiers {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;

  margin-top: 25px;
}

.nic-identifier {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nic-identifier span {
  color: #858585;

  font-size: 12px;
  font-weight: 600;

  text-transform: uppercase;
  letter-spacing: .5px;
}

.nic-identifier strong {
  font-size: 15px;
}


/* ========================================= */
/* DIVIDER */
/* ========================================= */

.nic-divider {
  margin: 30px 0;

  border: 0;
  border-top: 1px solid #e5e5e5;
}


/* ========================================= */
/* PRICE */
/* ========================================= */

.nic-price-section {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.nic-price {
  font-size: 30px;
  font-weight: 800;
}

.nic-price-old {
  color: #888;

  font-size: 19px;

  text-decoration: line-through;
}


/* ========================================= */
/* STOCK */
/* ========================================= */

.nic-stock {
  display: flex;
  align-items: center;
  gap: 8px;

  margin-top: 12px;

  font-size: 14px;
  font-weight: 600;
}

.nic-stock-dot {
  width: 9px;
  height: 9px;

  border-radius: 50%;
}

.nic-stock-dot.available {
  background: #16c15d;
}

.nic-stock-dot.unavailable {
  background: #888;
}


/* ========================================= */
/* OPTIONS */
/* ========================================= */

.nic-options {
  display: flex;
  flex-direction: column;
  gap: 18px;

  margin-top: 30px;
}

.nic-option {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nic-option label,
.nic-quantity label {
  font-size: 14px;
  font-weight: 700;
}

.nic-option-select {
  width: 100%;

  padding: 13px 16px;

  border: 1px solid #cfcfcf;
  border-radius: 12px;

  background: #fff;

  font-size: 15px;
}


/* ========================================= */
/* PURCHASE */
/* ========================================= */

.nic-purchase-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;

  margin-top: 25px;
}

.nic-quantity {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nic-quantity input {
  width: 90px;

  padding: 14px;

  border: 1px solid #cfcfcf;
  border-radius: 12px;

  font-size: 16px;
}

.nic-add-button {
  flex: 1;

  min-height: 49px;

  border: 0;
  border-radius: 25px;

  background: #16c15d;

  color: #fff;

  font-size: 15px;
  font-weight: 700;

  cursor: pointer;

  transition: all .2s ease;
}

.nic-add-button:hover {
  background: #0da94d;

  transform: translateY(-1px);
}

.nic-add-button:disabled {
  background: #aaa;

  cursor: not-allowed;
}


/* ========================================= */
/* PURCHASE INFORMATION */
/* ========================================= */

.nic-purchase-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;

  margin-top: 25px;
}

.nic-purchase-info div {
  padding: 17px;

  border: 1px solid #e5e5e5;
  border-radius: 14px;
}

.nic-purchase-info strong {
  display: block;

  margin-bottom: 4px;

  font-size: 13px;
}

.nic-purchase-info span {
  display: block;

  color: #777;

  font-size: 12px;
  line-height: 1.5;
}


/* ========================================= */
/* DETAILS */
/* ========================================= */

.nic-details-section {
  max-width: 1400px;

  margin: 0 auto 100px;
  padding: 0 40px;
}

.nic-details-navigation {
  display: flex;

  gap: 30px;

  padding: 0 0 18px;

  border-bottom: 1px solid #ddd;
}

.nic-details-navigation a {
  position: relative;

  color: #777;

  font-size: 15px;
  font-weight: 600;

  text-decoration: none;
}

.nic-details-navigation a:hover {
  color: #000;
}

.nic-details-navigation a.active {
  color: #000;
}

.nic-details-navigation a.active::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: -19px;

  height: 3px;

  background: #16c15d;
}


/* ========================================= */
/* CONTENT */
/* ========================================= */

.nic-content-section {
  padding: 55px 0;

  border-bottom: 1px solid #e5e5e5;
}

.nic-content-section h2 {
  margin: 0 0 25px;

  font-size: 30px;
  font-weight: 800;
}

.nic-rich-description {
  max-width: 950px;

  color: #454545;

  font-size: 16px;
  line-height: 1.8;
}


/* ========================================= */
/* SPECIFICATIONS */
/* ========================================= */

.nic-spec-table {
  border: 1px solid #ddd;
  border-radius: 15px;

  overflow: hidden;
}

.nic-spec-row {
  display: grid;
  grid-template-columns: 1fr 2fr;

  padding: 18px 22px;

  border-bottom: 1px solid #e5e5e5;
}

.nic-spec-row:last-child {
  border-bottom: 0;
}

.nic-spec-row span {
  color: #666;
}

.nic-spec-row strong {
  color: #000;
}


/* ========================================= */
/* FAQ */
/* ========================================= */

.nic-content-section details {
  padding: 20px 0;

  border-bottom: 1px solid #e5e5e5;
}

.nic-content-section summary {
  cursor: pointer;

  font-weight: 700;
}

.nic-content-section details p {
  max-width: 900px;

  margin: 15px 0 0;

  color: #555;

  line-height: 1.7;
}


/* ========================================= */
/* MOBILE */
/* ========================================= */

@media (max-width: 1000px) {

  .nic-product-hero {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .nic-product-media {
    position: relative;
    top: auto;
  }

}


@media (max-width: 767px) {

  .nic-breadcrumb {
    padding: 20px;
  }

  .nic-product-hero {
    padding: 0 20px;

    margin-bottom: 50px;
  }

  .nic-main-image {
    min-height: 300px;

    padding: 20px;
  }

  .nic-product-title {
    font-size: 34px;
  }

  .nic-short-description {
    font-size: 16px;
  }

  .nic-identifiers {
    gap: 20px;
  }

  .nic-purchase-info {
    grid-template-columns: 1fr;
  }

  .nic-details-section {
    padding: 0 20px;
  }

  .nic-details-navigation {
    gap: 18px;

    overflow-x: auto;
  }

  .nic-details-navigation a {
    white-space: nowrap;
  }

  .nic-spec-row {
    grid-template-columns: 1fr;

    gap: 6px;
  }

}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 900px) {

    .cx-comparison-section {
        padding: 70px 24px 80px;
    }

    .cx-comparison-wrapper {
        border-radius: 20px;
    }

    .cx-comparison-table thead th {
        padding: 24px 18px;
    }

    .cx-comparison-table tbody td {
        padding: 18px;
    }

    .cx-table-generation {
        font-size: 22px;
    }

}


/* MOBILE */

@media (max-width: 640px) {

    .cx-comparison-section {
        padding: 60px 16px 70px;
    }

    /*
     * Keep the table wide enough to remain readable.
     * The wrapper becomes horizontally scrollable.
     */

    .cx-comparison-wrapper {
        border-radius: 18px;
    }

    .cx-comparison-table {
        min-width: 900px;
    }

    .cx-comparison-table thead th {
        padding: 20px 14px;
    }

    .cx-comparison-table tbody td {
        padding: 16px 14px;
    }

    .cx-speed {
        font-size: 20px;
    }

    .cx-value {
        font-size: 18px;
    }

}
</style>