/*
Theme Name: Armeria Beccaglia
Template: astra
Version: 1.0.0
*/

body {

}

.site-content{
    background-color: #222222;
}

.ast-theme-transparent-header #masthead {
    position: relative; 
    left: 0;
    right: 0;
}

.bdt-sniper-slider .bdt-grid-line span {
    border-left: 0px
}

/*PRODOTTI*/



.woocommerce ul.products li.product {
    background-color: #1a1a1a;
    padding: 15px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.05);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 10px;
}

.woocommerce ul.products li.product .price {
    font-family: "Armalite-Rifle", Sans-serif;
    color: #0067FF; 
    font-size: 20px;
}

/* Titoli sezioni */
h1.page-title, .woocommerce-products-header__title {
    font-size: 30px;
    color: #ffffff;
    font-family: 'Georgia', serif;
    text-align: center;
    margin: 40px 0 20px;
    position: relative;
}

h1.page-title, .woocommerce-products-header__title {
    font-size: 32px;
    font-family: 'Georgia', serif;
    color: #ffffff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
}

h1.page-title::after {
    content: '';
    display: block;
    height: 3px;
    width: 80px;
    background-color: #ffd700;
    margin: 10px auto 0;
}


h1.page-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #ffd700;
    margin: 10px auto 0;
}

.woocommerce ul.products li.product {
    background-color: #1a1a1a;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce ul.products li.product img {
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
}

/*SINGOLO PRODOTTO*/
/* Titolo prodotto */
.single-product .product_title {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}

/* Prezzo */
.woocommerce-Price-amount {
    font-size: 24px;
    font-weight: normal;
}

/* Descrizione */
.custom-descrizione,
.woocommerce-product-details__short-description {
    font-size: 16px;
    color: #ddd;
    margin-top: 10px;
    line-height: 1.6;
}

.single-product .summary.entry-summary {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 8px;
}

.related.products {
    margin-top: 2em;
}

.related.products ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
}

.related.products ul.products li.product {
    flex: 1 1 calc(25% - 30px); /* max 4 per riga */
    box-sizing: border-box;
    min-width: 220px;
}
