aside,
.sliderManu__1,
.sliderManu__2,
footer {
  section#rosita_asaid_nineTeen {
    & .ros_continer {
      gap: 1rem !important;
      flex-direction: column !important;

      & > .box:nth-child(1) {
        width: 100% !important;
        min-width: unset !important;
      }

      & .rosBox {
        display: flex !important;
        flex-direction: column !important;

        & .box {
          width: 100% !important;
        }
      }
    }
  }
}

/*  */
section#rosita_asaid_nineTeen {
  max-width: var(--premary_width);

  & * {
    font-family: "Inria Sans";
  }

  &.Smoking_Style {
    padding: 1rem;
  }

  & .ros_continer {
    display: flex;
    flex-direction: row;
    gap: 1rem;

    & > .box:nth-child(1) {
      width: 25rem;
      min-width: 25rem;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      aspect-ratio: 16 / 9;

      & .info {
        position: absolute;
        bottom: 0;
        background: linear-gradient(to top, black, transparent);
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;

        & * {
          color: #fff;
        }

        p {
          font-size: 13px;
        }
      }
    }

    & .rosBox {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 1rem;
      row-gap: 1.5rem;
      justify-content: space-between;
      align-content: flex-start;

      & .box {
        height: 6rem;
        overflow: hidden;
        display: flex;
        gap: 1rem;
        width: calc(100% / 2 - 8px);

        & img {
          border-radius: 8px;
          min-width: 40%;
          width: 40%;
        }

        & .info {
          align-content: center;
          width: 100%;

          & h3 {
            font-size: 14px;
            margin-bottom: 6px;
          }

          p {
            font-size: 12px;
            font-weight: bold;
            border: 1px dashed #0000005e;
            width: fit-content;
            padding: 3px 10px;
            border-radius: 100px;
          }
        }
      }
    }
  }
}

/*  */
@media ((max-width: 576px)) {
  section#rosita_asaid_nineTeen {
    padding: 0 7px;

    & .ros_continer {
      gap: 1rem;
      flex-direction: column;

      & > .box:nth-child(1) {
        width: 100% !important;
        min-width: 100% !important;
      }

      & .rosBox {
        display: flex;
        flex-direction: column;

        & .box {
          width: 100%;
        }
      }
    }
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  section#rosita_asaid_nineTeen {
    padding: 0 7px;

    & .ros_continer {
      & > .box:nth-child(1) {
        width: 45rem;
        min-width: unset;
        max-width: 45rem;
      }

      & .rosBox {
        display: grid;
        gap: 1rem;

        & .box {
          width: 100% !important;
        }
      }
    }
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section#rosita_asaid_nineTeen {
    padding: 0 7px;

    & .ros_continer {
      flex-direction: column !important;

      & > .box:nth-child(1) {
        width: 100% !important;
      }
    }
  }
}

@media (min-width: 992px) {
  section#rosita_asaid_nineTeen {
    padding: 0 7px;
  }
}
