/*
Theme Name:     Studio płyt winylowych
Theme URI:      n/a
Template:       kadence
Author:         Kadence WP
Author URI:     n/a
Description:    Studio płyt winylowych
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* home page - banner on the top */
.banner-top {
    min-height: 100vh;
    max-height: 100vh;
}

@media only screen and (max-width:768px) {
    .banner-top {
        min-height: 400px;
        max-height: 400px;
    }

    .h-bottom-top {
        font-size: 26px;
    }
}

.dgwt-wcas-search-wrapp {
    width: 400px;
}

/* product box */
@media only screen and (max-width:768px) {
    .woocommerce ul.products li.product .entry-content-wrap {
        padding: 0em;
        position: relative;
        margin: 0 .5em;
        border-radius: .25rem;
        transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
    }

    .woocommerce ul.products:not(.products-list-view),
    .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(.has-1-columns) .wc-block-grid__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0.5rem;
        grid-row-gap: 1.5rem;
    }
}

/* product carousel on the home page */
@media only screen and (max-width: 768px) {

    .product-slider .woocommerce ul.products:not(.products-list-view),
    .product-slider .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(.has-1-columns) .wc-block-grid__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0rem;
        grid-row-gap: 1.5rem;
    }
}

.product-slider .product-action-wrap {
    display: none;
}

/* product page */


/* On sale */
.banner-top span.onsale {
    min-height: 0;
    min-width: 0;
    padding: .5em 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1.2;
    top: 0.5rem;
    left: 0.5rem;
    margin: 0;
    border-radius: .25rem;
    background-color: #f2cd0d;
    color: #000;
    font-size: 0.857em;
    z-index: 9;
}

.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: .5em 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1.2;
    top: 0.5rem;
    left: 0.5rem;
    margin: 0;
    border-radius: .25rem;
    background-color: #f2cd0d;
    color: #000;
    font-size: 0.857em;
    z-index: 9;
}

/* Translator flagi */
a.glink img {
    margin-right: 8px!important;
}