/*
Theme Name: Protect Paradise
Theme URI: https://wordpress.org/themes/protectparadise/
Author: Kasi
Author URI: https://wordpress.org
Description: Loja Virtual Protect Paradise
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: protectparadise
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    background-image: url(./assets/images/background.png);
    background-size: cover;
    font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
}
.wc-block-sort-select{
    display: none;
}
.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 155px;
}
.has-black-background-color {
    background-image: url(./assets/images/bg-menu.png) !important;
    background-size: cover;
    background-position-y: bottom;
}
.wc-block-components-product-title a {
    color: inherit;
    font-size: inherit;
    color: #707070;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
.wc-block-product-categories-list{
    display: flex;
}
.wc-block-product-categories-list li{
    list-style: none;
    text-decoration: none;
}
.wc-block-product-categories-list-item a{
    text-decoration: none;
    margin-left: 20px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}
.wc-block-components-formatted-money-amount {
    color: #707070;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}
.wc-block-product-categories-list-item-count{
    display: none;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    background: #012554!important;
    border: 2px solid #012554!important;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover {
    background: transparent;
    border: 2px solid #012554!important;
    color: #fff!important;
}
.woocommerce-MyAccount-navigation-link--downloads{
    display: none!important;
}
.wc-block-mini-cart__button {
    outline: none;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    word-wrap: break-word;
}
.grid-postagens ul li{
    border: 1px solid #cdcdcd;
    padding: 15px;
    border-radius: 15px;
    background-color: #012554;
}
.grid-postagens ul li div{
    display: flex;
    align-items: center;
}
.grid-postagens ul li div h2 a{
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer{
    display: none!important;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #012554;
    color: #fff;
}
.wc-block-grid__products .wc-block-grid__product-image img {
    border: 1px solid #cdcdcd;
}
.wc-block-components-product-image img {
    border: 1px solid #cdcdcd;
}
.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
    max-width: 1275px;
}
@media screen and (max-width: 768px) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        font-size: 12px;
        padding: 10px;
    }
}
@media screen and (max-width: 500px) {
    .wp-block-site-logo {
        box-sizing: border-box;
        line-height: 0;
        width: 160px;
    }
    .wp-block-woocommerce-customer-account {
        margin: 0 !important;
    }
    body .is-layout-flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .is-layout-constrained > .alignwide {
        max-width: var(--wp--style--global--wide-size);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .has-black-background-color {
        height: 170px;
    }
    .grid-postagens ul li .is-layout-flex {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        padding: 0;
        width: 49.5%;
        float: left;
    }
    .wc-block-components-product-title a {
        color: inherit;
        font-size: inherit;
        color: #707070;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
    }
    .wp-block-post-title h2{
        font-size: 12px;
    }
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        font-size: 12px;
    }
    .wp-block-post-template.is-flex-container>li {
        width: 140px;
        float: left;
    }
    .wp-block-heading{
        font-size: 25px;
    }
    html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs {
        display: flex;
        font-size: 13px;
    }
}
@media screen and (max-width: 360px) {
    .wp-block-site-logo {
        margin-left: 25px !important;
    }
}
@media screen and (max-width: 320px) {
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        width: 140px;
    }
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        padding: 5px;
    }
}