

.layout-hero_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.layout-hero_section .left-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
    .layout-hero_section .left-container {
        flex-direction: column;
        gap: 15px;
    }
}
@media (min-width: 1800px) {
    .layout-hero_section .left-container {
        gap: 20px;
    }
}
.layout-hero_section .aspect-product {
    height: 100%;
    aspect-ratio: 310 / 275;
}
@media (min-width: 992px) {
    .layout-hero_section .aspect-product {
        aspect-ratio: unset;
    }
}
.layout-hero_section .aspect-product img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.layout-hero_section .aspect-product:hover img {
    transform: scale(1.05);
}
.layout-hero_section .img-container.aspect-container {
    position: relative;
    aspect-ratio: 340 / 460;
}
.layout-hero_section .img-container img {
    transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.layout-hero_section .img-container:hover img {
    transform: scale(1.05);
}
.aspect-ratio-big {
    aspect-ratio: 340 / 325;
}
@media (min-width: 768px) {
    .aspect-ratio-big {
        aspect-ratio: 727 / 325;
    }
}
@media (min-width: 992px) {
    .aspect-ratio-big {
        aspect-ratio: 730 / 570;
    }
}
@media (min-width: 1200px) {
    .aspect-ratio-big {
        aspect-ratio: 755 / 640;
    }
}
.aspect-ratio-big img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.layout-hero_section .img-container.aspect-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .layout-hero_section .img-container.aspect-container {
        aspect-ratio: 360 / 610;
    }
}
@media (min-width: 992px) {
    .layout-hero_section .img-container.aspect-container {
        aspect-ratio: 590 / 480;
    }
}
@media (min-width: 1800px) {
    .layout-hero_section .img-container.aspect-container {
        aspect-ratio: 755 / 600;
    }
}
.layout-hero_section .left-container .inner-container {
    display: flex;
    gap: 10px;
}
@media (min-width: 1200px) {
    .layout-hero_section .left-container .inner-container {
        gap: 15px;
    }
}
@media (min-width: 1800px) {
    .layout-hero_section .left-container .inner-container {
        gap: 20px;
    }
}
.layout-hero_section .left-container .inner-container .aspect-ratio {
    aspect-ratio: 367 / 325;
    position: relative;
    width: 100%;
}
@media (min-width: 992px) {
    .layout-hero_section .left-container .inner-container .aspect-ratio {
        aspect-ratio: 1 / 1;
    }
}
@media (min-width: 1200px) {
    .layout-hero_section .left-container .inner-container .aspect-ratio {
        aspect-ratio: 367 / 325;
    }
}
.layout-hero_section .left-container .inner-container .aspect-ratio img,
.layout-hero_section .right-container .img-container .aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layout-hero_section .right-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.layout-hero_section .product-container {
    display: flex;
    flex-wrap: wrap;
    background: var(--color-white);
    padding: 20px 15px 15px 15px;
    height: 100%;
}
@media (min-width: 768px) {
    .layout-hero_section .product-container {
        margin-left: 10px;
    }
}
@media (min-width: 992px) {
    .layout-hero_section .product-container {
        padding: 20px;
        margin-left: 0;
        height: auto;
        aspect-ratio: 755 / 323;
    }
}
.layout-hero_section .right-container .img-container .aspect-ratio {
    position: relative;
    aspect-ratio: 340 / 325;
    width: 100%;
}
@media (min-width: 1200px) {
    .layout-hero_section .right-container .img-container .aspect-ratio {
        aspect-ratio: 755 / 644;
    }
}
/* Price Number Size */
.layout-hero_section bdi,
.layout-hero_section ins bdi {
    display: block;
    font-size: calc(1rem + ((1vw - 0.225rem) * 0.4902)); /* 16 - 18 */
    line-height: 140%;
    font-family: var(--font-b);
    font-weight: 600;
    text-decoration: none;
}
.layout-hero_section del, .layout-hero_section del bdi {
    color: var(--color-gray);
    font-family: var(--font-b);
    font-weight: 600;
    font-size: calc(1rem + ((1vw - 0.225rem) * 0.4902)); /* 16 - 18 */
    line-height: 140%;
    text-decoration: line-through;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .layout-hero_section bdi,
    .layout-hero_section ins bdi {
        font-size: 1.125rem; /* 18 */
    }
    .layout-hero_section del, .layout-hero_section del bdi {
        font-size: 1.125rem; /* 18 */
    }
}
@media (min-width: 1280px) {
    .layout-hero_section bdi,
    .layout-hero_section ins bdi {
        font-size: calc(1.125rem + ((1vw - 0.8rem) * 0.3846)); /* 18 - 20 */
    }
    .layout-hero_section del, .layout-hero_section del bdi {
        font-size: calc(1.125rem + ((1vw - 0.8rem) * 0.3846)); /* 18 - 20 */
    }
}
@media (min-width: 1800px) {
    .layout-hero_section bdi,
    .layout-hero_section ins bdi {
        font-size: 1.25rem; /* 20 */
    }
    .layout-hero_section del, .layout-hero_section del bdi {
        font-size: 1.25rem; /* 20 */
    }
}