#sku7 {
    margin: 0 auto;
    border-radius: 3rem;
    background-color: rgba(145, 168, 243, 0.533);
    padding: 0.3rem 0 0.3rem 0;
    width: 85%;
    user-select: none;
}

#sku7 #intent {
    background-color: rgba(145, 168, 243, 0.033);
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
    margin: 1rem;
    border-radius: 3rem;
    border-width: 0 1rem 0 1rem;
    border-style: solid;
    border-color: rgba(212, 145, 243, 0.533);
}

#sku7 #flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3rem 3rem 0 0;
    padding: 1rem;
}

#sku7 #flex a {
    flex-grow: 1;
    padding: 1rem;
    text-align: center;
}

#sku7 #grid {
    display: grid;
    grid-template-columns: 4fr 1fr;
    margin: 2.5rem auto;
}

#sku7 #grid>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sku7 #grid>div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3rem 0 0 3rem;
    background-color: transparent;
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
    background-image: url("../bk/slim.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#sku7 .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#sku7 #title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    padding: 0.4rem;
    margin: 0.8rem auto;
    border-width: 0 0 0.2rem 0;
    border-style: solid;
    border-color: rgba(64, 156, 255, 0.8);
    color: rgba(64, 156, 255, 0.8);
}

#sku7 #title a {
    font-size: 1.3rem;
    background-color: transparent;
    margin: 0 0.6rem;
    color: inherit;
}

#sku7 #title a.left {
    margin-right: auto;
    text-align: left;
}

#sku7 #title a.right {
    margin-left: auto;
    text-align: right;
}

#sku7 #st1:first-of-type #title a:first-child {
    background-color: rgba(145, 168, 243, 0.533);
    color: white;
    border-radius: 3rem 0 3rem 0;
    padding: 0.4rem 2rem;
    margin: 0 1.2rem;
}

#sku7 #st1:first-of-type #title a:last-child {
    background-color: rgba(255, 105, 180, 0.8);
    color: white;
    border-radius: 3rem 0 3rem 0;
    padding: 0.4rem 2rem;
    margin: 0 1.2rem;
}

#sku7 #st1:last-of-type #title a:first-child {
    background-color: rgba(255, 105, 180, 0.8);
    color: white;
    border-radius: 0.3rem 0 0 0.3rem;
    padding: 0.4rem 2rem;
    margin: 0;
}

#sku7 #st1:last-of-type #title a:last-child {
    color: rgba(64, 156, 255, 0.9);
    font-weight: bold;
}

#sku7 #st1:first-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) 16.67%,
            rgba(64, 156, 255, 0.12) 33.33%,
            rgba(64, 156, 255, 0.08) 50%,
            rgba(64, 156, 255, 0.04) 66.67%,
            rgba(64, 156, 255, 0.01) 83.33%,
            transparent 83.33%,
            transparent 100%);
    border-radius: 3rem 0 0 3rem;
}

#sku7 #st1:last-of-type #title:nth-of-type(-n+2) {
    background: linear-gradient(to left,
            rgba(64, 156, 255, 0.2) 0%,
            rgba(64, 156, 255, 0.16) 16.67%,
            rgba(64, 156, 255, 0.12) 33.33%,
            rgba(64, 156, 255, 0.08) 50%,
            rgba(64, 156, 255, 0.04) 66.67%,
            rgba(64, 156, 255, 0.01) 83.33%,
            transparent 83.33%,
            transparent 100%);
    border-radius: 0 3rem 3rem 0;
}

#sku7 #st1:first-of-type #title:nth-of-type(1) {
    align-self: flex-start;
    margin-left: 5rem;
    text-align: left;
}

#sku7 #st1:first-of-type #title:nth-of-type(2) {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#sku7 #st1:last-of-type #title:nth-of-type(1) {
    align-self: flex-end;
    margin-right: 5rem;
    margin-left: auto;
    text-align: right;
}

#sku7 #st1:last-of-type #title:nth-of-type(2) {
    align-self: flex-end;
    margin-left: 0;
    margin-right: 10rem;
    text-align: right;
}

#sku7 .content>p {
    background-color: transparent;
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
    text-align: center;
    width: 80%;
    margin: 1rem 0;
    padding: 2rem;
    border-radius: 4rem;
    color: rgba(212, 145, 243, 0.733);
    font-size: 1.1rem;
}

#sku7 #st1:first-of-type>p:nth-of-type(1) {
    align-self: flex-start;
    margin-left: 5rem;
    text-align: center;
}

#sku7 #st1:first-of-type>p:nth-of-type(2) {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#sku7 #st1:last-of-type>p:nth-of-type(1) {
    align-self: flex-end;
    margin-right: 5rem;
    text-align: center;
}

#sku7 #st1:last-of-type>p:nth-of-type(2) {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#sku7 .flex_st {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-height: 30rem;
    overflow: hidden;
}

#sku7 .flex_st img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 3rem 3rem 0;
}