@media (max-width: 915px) {
    .container__intro{
        flex-direction: column;
    }

    .container__intro .intro__txt{
        margin-bottom: 30px;
    }

    .second__img__about{
        display: none;
    }

    /* giftcard soon */
    .giftcard__text h2{
        font-size: 24px;
    }

    .giftcard__text p{
        font-size: 22px;
    }

    .giftcard__text button{
        font-size: 18px;
        width: 120px;
        height: 30px;
    }
}

/* mediuml devices */
@media(max-width: 768px) {
    .navbar__list{
        position: absolute;
        top: 60px;
        left: 5%;
        right: 5%;
        width: 90%;
        flex-direction: column;
        background: #040404 /* rgba(0, 0, 0, 0.7)*/;
        color: whitesmoke;
        font-weight: 600;
        letter-spacing: 2px;
        border: 1px solid var(--color4);
        align-items: center;
        padding: 30px;
        gap: 10px;
        z-index: 2;
        display: none;
    }

    /*icono menu*/
    .menu__label {
        display: flex;
        order: 2;
        cursor: pointer;
    }

    .open-menu{
        display: flex;
    }

    .categories{
        height: 84px;
        padding: 4px;
    }

    /* giftcard soon */
    .giftcard__item{
        height: 200px;
    }

    .giftcard__text{
        border: solid 1px darkgreen;
    }

    /* giftcard grid */
    .gCard__item{
        display: none;
    }
    
    .gCard__item__Mobile{ 
        border: solid #040404 4px;
        grid-column: 1/11;
        grid-row: 1/4;
        display: block;
        height: 360px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(./assets/giftcard.jpg);
    }

    .gCard__text__content{
       width: 330px;
    }
}

/* small devices */
@media(max-width: 576px) {
    .second__intro__txt h2{
        font-size: 34px;
    }

    #products h2{
        font-size: 34px;
        text-align: center;
    }

    #contact{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: auto;
    }

    .info__column i{
        display: flex;
        flex-direction: column;
        padding: 5px;
    }

    .cart{
        width: 80%;
    }

    .cart h4 {
        font-size: 1.8em;
    }
    .cart__container{
        text-align: center;
    }
    .cart__total{
        font-size: 1.1em;
        height: 50px;
    }
    .cart__item img{
        display: none;
    }
}

@media(max-width: 480px) {
    #about-1 .intro__txt h2 {
        font-size: 35px;
        text-align: center;
    }
    .intro__txt, 
    .second__intro__txt{
        width: auto;
    }
    .intro__txt p {
        font-size: 1em;
    }
    .second__intro__txt h2 {
        font-size: 1.1em;
    }
    .img__about__1 img {
        width: 330px;
    }
    .img__about__1 {
        width: 100%;
    }
}

@media(max-width: 437px) {
    #products {
        padding: 30px;
    }
    .categories{
        width: 100%;
        margin-bottom: 25px;
        height: auto;
    }
}

@media(max-width: 375px) {
    .hero__content h1 {
        font-size: 54px;
    }
    .img__about__1 img {
        width: 280px;
    }
   .gCard__text__content h2{
    font-size: 1.2em;
   }
   .item__title {
    font-size: 17px;
   }
   .cart__item{
    padding: 3px;
    gap: 3px;
   }
}