.layout-two-products-grid .orange-frame {
    border: none;
    border-radius: 10px;
    background-color: var(--color-orange);
    padding: 30px 15px;
}
@media (min-width: 744px) {
    .layout-two-products-grid .orange-frame {
        border-radius: 20px;
        padding: 20px 20px 20px 30px;
    }
}
@media (min-width: 1200px) {
    .layout-two-products-grid .orange-frame {
        padding: 15px 15px 15px 20px;
    }
}
@media (min-width: 1800px) {
    .layout-two-products-grid .orange-frame {
        padding: 20px 20px 20px 30px;
    }
}
.layout-two-products-grid .black-frame {
    border: none;
    border-radius: 10px;
    background-color: var(--color-black);
    padding: 30px 15px;
}
@media (min-width: 744px) {
    .layout-two-products-grid .black-frame {
        border-radius: 20px;
        padding: 20px 20px 20px 30px;
    }
}
@media (min-width: 1200px) {
    .layout-two-products-grid .black-frame {
        padding: 15px 15px 15px 20px;
    }
}
@media (min-width: 1800px) {
    .layout-two-products-grid .black-frame {
        padding: 20px 20px 20px 30px;
    }
}
.layout-two-products-grid .ratio-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 300 / 160;
    background: var(--color-white);
}
@media (min-width: 744px) {
    .layout-two-products-grid .ratio-image {
        aspect-ratio: 385 / 200;
    }
}
@media (min-width: 1200px) {
    .layout-two-products-grid .ratio-image {
        aspect-ratio: 275 / 185;
    }
}
@media (min-width: 1800px) {
    .layout-two-products-grid .ratio-image {
        aspect-ratio: 450 / 275;
    }
}
.layout-two-products-grid .ratio-image img {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.layout-two-products-grid del, .layout-two-products-grid del bdi {
    font-size: 1.25rem;
}