.woocommerce-page main {
    max-width: unset;
}

.no-margin-top {
    margin-top: 0 !important;
}


:root {
    --wp--style--global--wide-size: 1400px;
    --color-primary: #e8aa22;
    --color-accent: #d20f0b;
}

.container .container {
    padding: 0;
}

.product-block {
    background: #F2F2F2 !important;
    border-radius: 25px;

    .content {
        padding: 1rem 1rem 0 1rem;
        text-align: left;

        a {
            text-align: left;
        }
    }

    .price {
        text-align: left;
        font-weight: bold;
        margin-bottom: 1rem;

        del {
            span {
                font-weight: normal;
            }
        }

        ins {
            text-decoration: none;

            span {
                font-weight: 600;
            }
        }
    }

    .image {
        background: white;
        border: 2px #F2F2F2 solid;
        border-radius: 25px 25px 0 0;

        a {
            width: 100%;
            height: 100%;

            img {
                width: 100%;
                height: 100%;
                aspect-ratio: 1/1;
                object-fit: contain !important;
            }
        }
    }
}