.landing__asus_pba {
  /* INICIO DE ESTILOS GENERALES */
  font-family: "Roboto", "Arial", sans-serif;
  color: #fff;
  background-color: #000;

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .landing__asus__pba__title {
    font-weight: 700;
    /* font-size: 55px; */
    font-size: clamp(16px, 3vw, 55px);
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .landing__asus__pba__body {
    font-weight: 400;
    /* font-size: 23px; */
    font-size: clamp(16px, 2vw, 23px);
    letter-spacing: 0.4px;
  }

  .landing__asus__pba__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px 0;

    .landing__asus__pba__subcontainer {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 80px;
      color: #fff;
      width: 80%;
    }
  }
  /* FIN DE ESTILOS GENERALES */

  /* About Us */
  .landing__asus__pba__container.__aboutus {
    height: 70dvh;

    .landing__asus__pba__subcontainer {
      display: grid;
      gap: 4% 8%;
      grid-template-columns: 1fr 1.6fr;
      grid-template-rows: 1fr 3fr;

      img {
        grid-row: 2 / -1;
        grid-column: 1 / 2;
      }

      .landing__asus__pba__title {
        grid-column: 2 / -1;
        grid-row: 1 / 2;
      }

      .landing__asus__pba__body {
        grid-column: 2 / -1;
        grid-row: 2 / -1;
      }
    }
  }

  /* Choose Your PC */
  .__choose {
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-template-rows: 40px 1fr;
    gap: 10px 0;
    justify-content: unset;
    align-items: unset;
    margin: 100px 0;

    header {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px 15px;
      margin: 0 40px;
      grid-column: 1/-1;

      h2 {
        font-size: 26px;
        text-transform: uppercase;
      }

      a {
        font-size: 19px;
        text-decoration: none;
        font-weight: 300;
        color: #0077f9;
      }
    }

    .__background__store,
    .__background__store__products {
      grid-row: 2/-1;
      grid-column: 1/-1;
    }
    .__background__store {
      width: 100%;
    }

    .__background__store__products {
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      height: 100%;
      grid-column: 2 / -1;

      .container {
        max-width: 900px;
      }
      /* PRODUCT */
      .__item__product__container {
        font-family: granRegular;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 15px;
        background-color: #fff;
        color: unset;
        text-decoration: none;

        .__item__image__container {
          display: flex;
          justify-content: center;
          align-items: center;

          img {
            aspect-ratio: 1/1;
            max-width: 190px;
          }
        }

        .__item__info__container {
          display: grid;
          grid-template-rows: 100px 40px 75px auto;
          gap: 5px;
          align-items: center;

          h3 {
            color: black;
            font-size: 14px;
            font-weight: normal;
            margin: 0;
            min-height: 55px;
            text-wrap: pretty;
            word-break: break-all;
          }
          .__item__pricing__container {
            display: flex;
            flex-wrap: wrap-reverse;
            align-items: center;
            gap: 0 5px;
            font-size: 14px;

            .__price {
              color: black;
              font-size: 16px;
            }

            .__old__price {
              color: #b7b7b7;
              text-decoration: line-through;
            }
          }

          .__tags {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;

            .__tag {
              border-radius: 4px;
              background-color: var(--accent);
              color: black;
              font-size: 10px;
              font-weight: lighter;
              padding: 5px 8px;
            }
            .__tag__stock {
              color: #fff;
              background-color: #3d9b04;
            }
            .__tag__sin__stock {
              color: #990000;
              background-color: #ff5a5a;
            }
            .__tag__poco__stock {
              color: #553400;
              background-color: #ffa500;
            }
          }

          .__item__buttons__container {
            display: flex;
            flex-direction: column;
            gap: 8px;

            button {
              border-radius: 4px;
              cursor: pointer;
              display: block;
              font-size: 14px;
              text-align: center;
              text-decoration: none;
              padding: 10px;
            }

            .__item__btn__main {
              background-color: var(--accent);
              color: white;
              border: 2px solid transparent;
              transition: all ease 0.2s;
              -moz-transition: all ease 0.2s;
              -webkit-transition: all ease 0.2s;
              width: 100%;
            }

            .__item__btn__main:hover {
              background-color: var(--accent-dark);
              border: 2px solid var(--accent-dark);
              color: white;
            }

            .__item__btn__secondary {
              background-color: white;
              color: var(--accent);
              border: 2px solid var(--accent);
              transition: all ease 0.2s;
              -moz-transition: all ease 0.2s;
              -webkit-transition: all ease 0.2s;
              width: 100%;
              height: fit-content;
            }
            .__item__btn__secondary:hover {
              background-color: var(--accent-dark);
              border: 2px solid var(--accent-dark);
              color: white;
            }

            .__disabled {
              background-color: #9ea6af;
              pointer-events: none;
            }
          }
        }
      }

      .owl-dot {
        background-color: #fff;
      }
    }
  }

  /* Powered By */
  .landing__asus__pba__container.__poweredby {
    text-align: center;
    flex-direction: column;
    gap: 80px;

    .landing__asus__pba__subcontainer {
      flex-wrap: wrap;
      gap: 35px 40px;

      .icon__container {
        flex-basis: 300px;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;

        img {
          aspect-ratio: 1/1;
          height: 160px;
        }

        p {
          font-size: 20px;
          font-size: clamp(16px, 1vw, 20px);
        }
      }
    }
  }

  /* Footer */
  .landing__asus__pba__container.__footer {
    height: auto;
    text-align: center;

    .landing__asus__pba__subcontainer {
      flex-direction: column;
      background-color: #000;

      div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
      }
      .icon__container {
        flex: 1 1 400px;
      }

      .__disclaimer {
        text-align: center;
        color: #393939;
        margin: 100px 0;
        width: 80%;
      }
    }
  }

  /* MEDIA QUERYS */
  /* Media query para los carruseles */
  @media (min-width: 320px) and (max-width: 1200px) {
    /* Choose your PC */
    .__choose {
      display: block;

      header {
        margin: 0 0 10px 15px;
        h2 {
          font-size: 23px;
        }
      }
      .__background__store {
        display: none;
      }

      .__background__store__products {
        display: unset;
      }

      .__background__store__products {
        .container {
          /* max-width: 90svw; */
        }
      }
    }
  }

  /* Resto del contenido */
  @media (min-width: 320px) and (max-width: 768px) {
    /* INICIO DE ESTILOS GENERALES */
    .landing__asus__pba__container {
      height: auto;
      margin: 40px 0;
    }
    /* FIN DE ESTILOS GENERALES */

    /* About Us */
    .landing__asus__pba__container.__aboutus {
      height: auto;
      .landing__asus__pba__subcontainer {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: 15% 1fr;
        gap: 20px 0;
        padding: 1rem;

        .landing__asus__pba__title {
          font-size: 18px;
        }

        .landing__asus__pba__body {
          font-size: 16px;
        }
        img {
          display: none;
        }

        div {
          width: 100%;
          padding: 1rem;
        }
      }
    }

    .landing__asus__pba__container.__poweredby {
      gap: 40px 0;
    }

    /* Footer */
    .landing__asus__pba__container.__footer {
      .landing__asus__pba__subcontainer {
        .__disclaimer {
          margin: 0 0 40px;
          width: 100%;
        }
      }
    }
  }
}
