:root {
    --color-site: #e5321a;
    --font-18: 0.9375vw;
}

.mt {
    margin-top: 7.8125vw;
    border-top: 2px solid black;
}

.loja__box-txt {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3.229166666666667vw auto;
}

.loja__box-txt h1 {
    font-family: var(--poppins);
    font-weight: bold;
    font-size: 3.125vw;
    color: #bc2f2c;
}

.loja__box-txt p {
    font-size: 1.875vw;
    font-style: italic;
    color: var(--color-site);
    margin: 0;
}

.loja__products {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(4, 17.708333333333336vw);
    grid-auto-rows: 29.166666666666668vw;
    justify-content: space-between;
    gap: 1.3541666666666667vw;
    margin: 0 auto 5vw;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5208333333333333vw;
    box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.1);
}

.product-card__box-img {
    width: 100%;
    height: 19.791666666666664vw;
    object-fit: cover;
}

.product-card__box-txt {
    display: flex;
    flex-direction: column;
    min-height: 4.5vw;
}

.product-card__box-txt h3 {
    font-family: var(--poppins);
    font-size: var(--font-18);
    font-weight: 500;
    color: #1d1d1d;
    opacity: .6;
}

.product-card__price {
    display: block;
    font-family: var(--poppins);
    font-size: 1.3020833333333335vw;
    font-weight: bold;
    margin: auto 0 0;
}

.product-card__price .woocommerce-Price-currencySymbol {
    color: var(--color-site);
    padding-right: 5px;
}

.product-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.5vw;
    background-color: var(--color-site);
    font-size: var(--font-18);
    font-weight: 600;
    color: #ffffff;
}

.filter {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(4, 14.583333333333334vw);
    grid-auto-rows: 3.229166666666667vw;
    gap: 1.1458333333333333vw;
    margin: 3.229166666666667vw auto 4.0625vw;
}

.filter__link {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5321a;
    font-family: var(--poppins);
    font-size: 1.3541666666666667vw;
    color: #e5321a;
    background-color: #fff;
}

.filter__link.active,
.filter__link:hover {
    background-color: #e5321a;
    color: #ffffff;
    font-weight: 600;
}

.variations th.label {
    display: none;
}

.single-product {
    margin-top: 100px;
}

.single-product__content {
    max-width: 91.66666666666666vw;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-product-gallery {
    width: 53.17708333333333vw !important;
    height: auto;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}

.woocommerce-product-gallery .flex-viewport {
    width: 42.760416666666664vw !important;
    height: auto !important;
    box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce-product-gallery .flex-viewport img{
    height: 42.760416666666664vw !important;
    object-fit: cover;
}

.flex-control-thumbs {
    width: 8.333333333333332vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.single-product__content .summary {
    width: 33.125vw !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 8.333333333333332vw;
    object-fit: cover;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 2px solid #e5321a;
}