/*
 + --------------------------------------------------
 |  Root
 + --------------------------------------------------
 */


/*
 + --------------------------------------------------
 |  Sections
 + --------------------------------------------------
 */
#footer .wrapper {
    border-radius: 4rem 4rem 0 0;
}

#slogan .flag img {
    width: 48rem;
}

#product .product-head:before {
    --size: 12rem
}
#product .product-photo {
    grid-template-columns: repeat(2, 1fr);
}
#product .product-photo img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
}

#media .photo {
    column-count: 2;
}
