#sku4 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(32.9%);
    gap: 2rem;
    padding: 2rem 3rem;
    width: 100%;
    margin: 0rem 0 2rem;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 3rem 3rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 2rem;
    user-select: none;

    &::-webkit-scrollbar {
        display: none;
    }

    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: inset 0 0 3.5rem -0.5rem rgba(212, 145, 243, 0.733);
}



#sku4>div:first-child {
    margin-left: 0;
}

#sku4>div:last-child {
    margin-right: 0;
}

#sku4>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 3rem;
    background-image: url("../res/card/mineral.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30rem;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 0 1.5rem -0.5rem rgba(192, 107, 174, 0.733);
}

#sku4>div>img {
    width: 90%;
    border-radius: 3rem;
    margin: 1rem auto;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 8px rgba(255, 255, 255, 0.8);
    filter: brightness(0.6);
    width: 32rem;
    height: 24rem;
    object-fit: cover;
    object-position: center;
}

#gallery_col {
    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;
    width: 85%;
    padding: 1.5rem;
    margin: 2rem auto;
    border-radius: 3rem;
}

#gallery #table {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 3rem;
    width: 90%;
    margin: 2rem auto;
}

#table_bd {
    padding: 0 1.2rem 1.2rem 1.2rem;
    background-color: rgba(145, 168, 243, 0.533);
    box-shadow: inset 0 0 3.5rem -0.5rem rgba(212, 145, 243, 0.733);
    border-radius: 4rem;
}

#gallery_title {
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 3rem 3rem 0 0;
    width: 100%;
}

#gallery_title p {
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    color: white;
    text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
}

#gallery_title p::before {
    content: '❋';
    margin: 0 0.4rem;
}

#gallery_title p:after {
    content: '❋';
    margin: 0 0.4rem;
}

#item_title {
    text-align: center;
    border-radius: 3rem 3rem 0 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 15px -5px rgba(255, 255, 255, 0.8);
}

#item_title p {
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1rem;
    color: black;
    text-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.3);
}

#item_title p::before {
    content: '❋';
    margin: 0 0.4rem;
}

#item_title p:after {
    content: '❋';
    margin: 0 0.4rem;
}

#title_wh {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 0 4.5rem -0.5rem rgba(212, 145, 243, 0.733);
    border-radius: 3rem 3rem 0 0;
    width: 100%;
    margin: 0 auto;
}

#title_wh p {
    text-align: center;
    padding: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 2.3rem;
    text-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.3);
}

#title_wh p:before {
    content: '❋';
    margin: 0 0.4rem;
}

#title_wh p:after {
    content: '❋';
    margin: 0 0.4rem;
}