/* =========================================
   NONA SHOP – PRODUCT ARCHIVE
   Kun WooCommerce butikksiden
   ========================================= */


/* SKJUL KNAPPER */
body.woocommerce-shop ul.products li.product .button,
body.woocommerce-shop ul.products li.product a.button,
body.woocommerce-shop ul.products li.product .add_to_cart_button,
body.woocommerce-shop ul.products li.product .product_type_variable,
body.woocommerce-shop ul.products li.product .product_type_simple,
body.post-type-archive-product ul.products li.product .button {
    display: none !important;
}


/* SKJUL TILBUD-BADGE */
body.woocommerce-shop ul.products li.product .onsale,
body.post-type-archive-product ul.products li.product .onsale {
    display: none !important;
}


/* SKJUL STJERNER */
body.woocommerce-shop ul.products li.product .star-rating,
body.post-type-archive-product ul.products li.product .star-rating {
    display: none !important;
}


/* PRODUKTNAVN */
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    color: #2F2F2F !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin-top: 12px !important;
    margin-bottom: 5px !important;
}


/* PRIS GENERELT */
body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price {
    color: #2F2F2F !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}


/* FØRPRIS */
body.woocommerce-shop ul.products li.product .price del,
body.woocommerce-shop ul.products li.product .price del *,
body.post-type-archive-product ul.products li.product .price del,
body.post-type-archive-product ul.products li.product .price del * {
    color: #9A9A9A !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}


/* SALGSPRIS */
body.woocommerce-shop ul.products li.product .price ins,
body.woocommerce-shop ul.products li.product .price ins *,
body.post-type-archive-product ul.products li.product .price ins,
body.post-type-archive-product ul.products li.product .price ins * {
    color: #2F2F2F !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    background: transparent !important;
    opacity: 1 !important;
}


/* PRODUKTBILDER */
body.woocommerce-shop ul.products li.product img,
body.post-type-archive-product ul.products li.product img {
    border-radius: 6px !important;
}


/* PRODUKTKORT VENSTREJUSTERT */
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product {
    text-align: left !important;
}