/*
Theme Name: Nooni Child
Template: nooni
Version: 1.0
*/

body {
  /* Exemplo de alteração */
}

.products .product .meta-wrapper > .price {
    display: flex;
    flex-wrap: wrap-reverse;
}
.products .meta-wrapper > .price del {
    width: 100%;
}

.products .meta-wrapper > .price del span bdi {
    font-size: 0.875rem;
    color: #a3a3a3;
    margin-bottom: 5px;
}


.products .meta-wrapper > .price del::before {
    content: 'De ';
    display: inline;
    font-size: 0.875rem;
    color: #a3a3a3;
}

.products .meta-wrapper > .price ins span bdi::before {
    content: 'por ';
    display: inline;
    color: #FF6700;
    font-size: 18px;
}

.products bdi {
    font-family: Clash, "Space Grotesk"  !important;
    color: #FF6700;
    font-size: 25px;
    width: 100%;
}

@media (min-width: 768px) {
    .products  bdi {
        font-size: 30px;
    }
    
    h3.product-name {
        font-size: 1.45rem;
        line-height: 1.2 !important;
    }
}

.products .price del .amount {
    text-decoration-thickness: auto !important;
}


.products .heading-title a{
    font-family: Clash, "Space Grotesk"  !important;
}


.woocommerce .product .product-label .onsale {
    display: none;
}

.woocommerce .product .product-label .new {
    background: rgb(255 103 0);
    font-weight: bold;
    width: 60px;
    height: 30px;
    border-radius: 5px;
}

.product-tags-loop {
    position: absolute !important;
    z-index: 2 !important;
    top: 15px !important;
    left: 15px !important;
}

.product-tags-loop a {
    background: rgb(255 103 0) !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    padding: 5px !important;
    text-transform: uppercase;
    border-radius: 5px !important;
}