@media screen and (max-width: 1200px) {
    #sku7 {
        width: 90%;
    }
    
    #sku7 #grid {
        grid-template-columns: 3fr 1.2fr;
    }
    
    #sku7 .content > p {
        width: 90%;
        padding: 1.8rem;
        font-size: 1rem;
    }
    
    #sku7 #title {
        width: 80%;
    }
    
    #sku7 #st1:first-of-type #title:nth-of-type(1) {
        margin-left: 3rem;
    }
    
    #sku7 #st1:last-of-type #title:nth-of-type(1) {
        margin-right: 3rem;
    }
    
    #sku7 #st1:last-of-type #title:nth-of-type(2) {
        margin-right: 6rem;
    }
}

@media screen and (max-width: 992px) {
    #sku7 {
        width: 95%;
    }
    
    #sku7 #grid {
        grid-template-columns: 2.5fr 1.5fr;
    }
    
    #sku7 .flex_st {
        max-height: 25rem;
    }
    
    #sku7 .content > p {
        padding: 1.5rem;
        font-size: 0.95rem;
        width: 85%;
    }
    
    #sku7 #title {
        width: 85%;
    }
    
    #sku7 #title a {
        font-size: 1.1rem;
    }
    
    #sku7 #st1:first-of-type > p:nth-of-type(1) {
        margin-left: 3rem;
    }
    
    #sku7 #st1:last-of-type > p:nth-of-type(1) {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 768px) {
    #sku7 {
        width: 100%;
        padding: 0.5rem 0;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        background-color: rgba(145, 168, 243, 0.333);
        margin: 0;
        gap: 1rem;
    }
    
    #sku7 #intent {
        scroll-snap-align: start;
        min-width: 300px;
        width: 85%;
        max-width: 400px;
        margin: 1rem;
        flex-shrink: 0;
        border-width: 0 0.8rem 0 0.8rem;
    }
    
    #sku7 #grid {
        display: flex;
        flex-direction: column;
        margin: 1.5rem auto;
        width: 100%;
        grid-template-columns: none;
    }
    
    #sku7 #grid > div:nth-of-type(1) {
        order: 2;
        border-radius: 0 0 3rem 3rem;
        width: 100%;
        padding: 1rem 0;
        background-attachment: scroll;
    }
    
    #sku7 .flex_st {
        order: 1;
        max-height: 200px;
        width: 100%;
        border-radius: 3rem 3rem 0 0;
        overflow: hidden;
    }
    
    #sku7 .flex_st img {
        border-radius: 3rem 3rem 0 0;
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
    }
    
    #sku7 .content {
        width: 90%;
        margin: 0 auto;
    }
    
    #sku7 .content > p {
        width: 95%;
        margin: 1rem auto;
        padding: 1.2rem;
        font-size: 0.9rem;
        border-radius: 3rem;
    }
    
    #sku7 #title {
        width: 90%;
        margin: 0.5rem auto;
        padding: 0.3rem;
    }
    
    #sku7 #title a {
        font-size: 1rem;
    }
    
    #sku7 #st1:first-of-type #title:nth-of-type(1),
    #sku7 #st1:first-of-type #title:nth-of-type(2),
    #sku7 #st1:last-of-type #title:nth-of-type(1),
    #sku7 #st1:last-of-type #title:nth-of-type(2) {
        align-self: center;
        margin: 0.5rem auto;
        text-align: center;
    }
    
    #sku7 #st1:first-of-type > p:nth-of-type(1),
    #sku7 #st1:first-of-type > p:nth-of-type(2),
    #sku7 #st1:last-of-type > p:nth-of-type(1),
    #sku7 #st1:last-of-type > p:nth-of-type(2) {
        align-self: center;
        margin: 0.8rem auto;
        text-align: center;
    }
    

    #sku7 #st1:first-of-type #title:nth-of-type(-n+2),
    #sku7 #st1:last-of-type #title:nth-of-type(-n+2) {
        background: linear-gradient(to right,
            rgba(64, 156, 255, 0.2) 0%,
            rgba(64, 156, 255, 0.16) 25%,
            rgba(64, 156, 255, 0.12) 50%,
            rgba(64, 156, 255, 0.08) 75%,
            rgba(64, 156, 255, 0.04) 100%);
        border-radius: 3rem;
    }
    
    #sku7 #st1:first-of-type #title a:first-child,
    #sku7 #st1:first-of-type #title a:last-child,
    #sku7 #st1:last-of-type #title a:first-child {
        padding: 0.3rem 1.5rem;
        margin: 0 0.5rem;
    }

}

@media screen and (max-width: 480px) {
    #sku7 #intent {
        min-width: 260px;
        max-width: 320px;
        margin: 0.8rem;
        border-width: 0 0.6rem 0 0.6rem;
    }
    
    #sku7 .flex_st {
        max-height: 160px;
    }
    
    #sku7 .flex_st img {
        height: 160px;
    }
    
    #sku7 .content > p {
        padding: 1rem;
        font-size: 0.85rem;
    }
    
    #sku7 #title {
        width: 95%;
    }
    
    #sku7 #title a {
        font-size: 0.9rem;
    }
    
    #sku7 #st1:first-of-type #title a:first-child,
    #sku7 #st1:first-of-type #title a:last-child,
    #sku7 #st1:last-of-type #title a:first-child {
        padding: 0.2rem 1.2rem;
    }
}

@media screen and (max-width: 360px) {
    #sku7 #intent {
        min-width: 220px;
        max-width: 280px;
    }
    
    #sku7 .flex_st {
        max-height: 140px;
    }
    
    #sku7 .flex_st img {
        height: 140px;
    }
    
    #sku7 .content > p {
        padding: 0.8rem;
        font-size: 0.8rem;
    }
    
    #sku7 #title a {
        font-size: 0.8rem;
    }
    
    #sku7 #st1:first-of-type #title a:first-child,
    #sku7 #st1:first-of-type #title a:last-child,
    #sku7 #st1:last-of-type #title a:first-child {
        padding: 0.2rem 0.8rem;
        margin: 0 0.3rem;
    }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
    #sku7 #intent {
        min-width: 350px;
        max-width: 450px;
    }
    
    #sku7 .flex_st {
        max-height: 180px;
    }
    
    #sku7 .flex_st img {
        height: 180px;
    }
    
    #sku7 .content > p {
        padding: 0.9rem;
    }
}

@media screen and (max-width: 768px) {
    #sku7::-webkit-scrollbar {
        height: 6px;
    }
    
    #sku7::-webkit-scrollbar-track {
        background: rgba(64, 156, 255, 0.1);
        border-radius: 10px;
    }
    
    #sku7::-webkit-scrollbar-thumb {
        background: rgba(64, 156, 255, 0.6);
        border-radius: 10px;
    }
    
    #sku7::-webkit-scrollbar-thumb:hover {
        background: rgba(64, 156, 255, 0.8);
    }
}

@media screen and (min-width: 1440px) {
    #sku7 {
        width: 80%;
    }
    
    #sku7 .content > p {
        padding: 2.2rem;
        font-size: 1.2rem;
    }
    
    #sku7 #title a {
        font-size: 1.4rem;
    }
}