@charset "UTF-8";

/*
Theme Name: Pedrocchi
Theme URI: https://www.promoservice.com
Description: Pedrocchi theme
Author: Promoservice
Author URI: https://www.promoservice.com
Template: twentytwentyone
Version: 1.1
*/

#menu-item-wpml-ls-2-it {
    display: none !important;
}


/*
*   Custom gallery
*/
.custom-gallery-wrapper {
    padding: 20px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    position: relative;
}
body .custom-gallery-wrapper .custom-gallery-label {
    position: absolute;
    left: 40px;
    top: 40px;
    background: #BE9B19;
    color: #ffffff;
    box-shadow: 0px 2px 20px rgba(138, 147, 167, 0.3);
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px;
    line-height: 35px;
    width: auto;
    height: auto;
    margin: 0 !important;
    z-index: 5;
}
.custom-gallery-wrapper .enable-fullscreen {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 40px;
    margin: 0 !important;
    cursor: pointer;
    background-color: #BE9B19;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    filter: drop-shadow(0 2px 20px rgba(138, 147, 167, 0.4));
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}
.custom-gallery-wrapper .enable-fullscreen i {
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 0;
}
.custom-gallery-wrapper .enable-fullscreen:hover {
    background-color: #BE9B19;
}
.custom-gallery-wrapper .enable-fullscreen:hover i {
    color: #ffffff;
}
.custom-gallery-wrapper figure.gallery-wrapper-image {
    cursor: pointer;
}
.custom-gallery-wrapper figure.gallery-wrapper-image:first-of-type {
    grid-column: 1;
    grid-row: 1 / 3;
}
.custom-gallery-wrapper figure.gallery-wrapper-image img {
    border-radius: 0;
}
.custom-gallery-wrapper figure.gallery-wrapper-image-0 {
    max-height: 420px;
}
.custom-gallery-wrapper figure:not(.gallery-wrapper-image-0) {
    max-height: 200px;
}
.custom-gallery-wrapper figure.full-width {
    margin: 0;
    height: 100%;
    width: 100%;
}
.custom-gallery-wrapper figure.full-width img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    max-height: -webkit-fill-available;
}

@media only screen and (max-width: 767px) {
    .custom-gallery-wrapper {
        gap: 1rem;
        margin-bottom: 2rem;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }
    body .custom-gallery-wrapper .custom-gallery-label {
        top: 20px;
        left: 20px;
    }
    .custom-gallery-wrapper .enable-fullscreen {
        bottom: 1rem;
        right: 1rem;
    }
    .custom-gallery-wrapper figure.gallery-wrapper-image:first-of-type {
        grid-column: 1 / -1;
        grid-row: 1;
    }
    .custom-gallery-wrapper .custom-gallery-label {
        left: 1rem;
        top: 1rem;
    }
    body figure.full-width {
        height: auto !important;
    }
    .custom-gallery-wrapper figure.gallery-wrapper-image-0 {
        max-height: 200px;
    }
}
body.archive.post-type-archive.post-type-archive-product.wp-custom-logo.wp-embed-responsive.theme-twentytwentyone.woocommerce-shop.woocommerce.woocommerce-page.woocommerce-js.is-light-theme.hfeed.has-main-navigation.no-widgets .post-1797 {
    display: none;
}

.page-id-1769 .grid-col-image .grid-col-inner {
    max-width: 589px;
    max-height: 590px;
    padding: 0px 72px 0px 71px;
}
.single-product-description h2 {
    font-size: 2rem;
}
p.only-product{
    display: none;
}
.postid-1797 p.only-product {
    display: block;
}