.p4 .grid.skincare-shop {
    position: relative !important;
    width: fit-content !important;
    max-width: unset !important;
    grid-template-columns: auto auto !important;
    height: fit-content !important;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 4em !important;
}
.skincare-shop .f {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: fit-content;
    max-width: 10.5em;
    max-width: 9.5em;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.skincare-shop .product {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: fit-content;
    cursor: pointer;
    height: 100%;
}
.skincare-shop .product .image {
    height: fit-content;
    cursor: pointer;
    height: 100%;
}
.skincare-shop .product .image img {
    user-select: none;
    height: 100%;
}
.skincare-shop .product .body {
    font-size: 20px;
    margin-top: 0.3em;
    cursor: auto;
    line-height: 1.2em;
}
.skincare-shop .product .body.price {
    font-size: 16px;
    margin-top: 0em;
}
@media screen and (max-width: 400px) {
    .p4 .grid.skincare-shop {
        grid-column-gap: 1em !important;
        width: 94% !important;
    }
}
.product-container {
    background: white;
    position: absolute;
    width: calc(90% - 2em);
    padding: 1em;
    border-radius: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(90% - 2em);
    max-height: 32em;
    max-width: 70em;
    border: 1px white solid;
    box-shadow: 1px 1px 3px 1px white;
}
.product-container .grid.wrapper {
    position: absolute;
    width: 94%;
    height: calc(100% - 2em);
    overflow: auto;
    grid-template-columns: 50% 50%;
}
@media screen and (max-width: 800px) {
    .product-container .grid.wrapper .button {
        margin-left: auto;
        left: 0;
        right: 0;
        transform: translateX(-50%);
        left: 50%;
    }
    .product-container .grid.wrapper {
        grid-template-columns: auto;
        grid-gap: 2em;
    }
    .product-container .grid.wrapper img {
        max-width: 20em;
    }
    .product-container {
        max-height: unset;
    }
}
.product-container .grid.wrapper img {
    position: relative;
    height: auto;
    min-height: unset;
    width: 80%;
    object-fit: contain;
    max-height: 100%;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: unset;
    right: 0;
    margin: auto;
    left: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 30em;
}
.product-container .grid.wrapper .des {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    height: fit-content;
    height: 100%;
}
.product-container .grid.wrapper .header {
    color: var(--theme1);
    margin-top: 0em;
    text-align: left;
    text-align-last: left;
    margin-left: 0;
    position: relative;
}
.product-container .grid.wrapper .body {
    margin-left: 0;
    text-align: left;
    text-align-last: left;
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 2em;
}
.product-container, .product-container * {
    cursor: auto;
}
.product-container .grid.wrapper .button {
    cursor: pointer;
    position: relative;
    width: fit-content;
    height: fit-content;
    background: var(--theme2);
    color: white;
    font-family: unset;
    font-size: 14px;
    padding: 1.6em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border: 1px var(--theme2) solid;
    border-radius: 2px;
    outline: 0;
}
@media screen and (max-width: 800px) {
    .product-container .grid.wrapper .button {
        font-size: 16px;
    }
}
.product-container .grid.wrapper .button span {
    cursor: pointer;
}
.product-container .inner-body {
    margin-top: 1em;
}
.product-container .inner {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    max-height: 90%;
}
@media screen and (min-width: 800px) {
    .product-container .grid.wrapper img {
        margin-top: 2em;
        top: 0;
        transform: translateX(-50%);
    }
}