.home footer>div:first-child {
    display: block;
}
footer>div:first-child {
    display: none;
}
body .has-xx-large-font-size {
    font-size: 50px !important;
}
body input.wpcf7-form-control {
    color: #FFF;
}
.post-type-archive-product main {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.post-type-archive-product main .woocommerce.wp-block-breadcrumbs {
    padding-bottom: 50px;
}
h1.wp-block-query-title {
    font-size: 30px;
}
.wp-block-woocommerce-product-collection ul {
    grid-template-columns: repeat(4, 1fr) !important;
}
.wp-block-woocommerce-product-collection ul img.attachment-woocommerce_thumbnail {
    min-height: 320px;
}
.wp-block-woocommerce-product-collection ul h2 {
    min-height: 60px;
}
.wp-block-woocommerce-product-collection ul li {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 4px;
    transition: 0.3s;
} 
.wp-block-woocommerce-product-collection ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wp-block-woocommerce-product-collection ul li button, .wp-block-woocommerce-product-collection ul li a.wp-block-button__link {
    padding: 10px 20px !important;
    min-width: 200px;
}
.detail-page {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}
.detail-page a.reset_variations {
    display: none !important;
}
.detail-page button.single_add_to_cart_button {
    color: #fff;
    border-radius: 4px;
}
.latest-post h2.wp-block-heading {
    margin-top: 10px;
}
.latest-post ul figure img {
    min-height: 300px;
}
.detail-page .quantity  input {
    height: auto;
}
div#tab-description h2 {
    font-size: 30px;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a {
    color: #fff;
}
.wc-block-cart a.wc-block-components-product-name {
    color: #000;
    text-decoration: none !important;
}
.woocommerce-cart main {
    padding-top: 3rem;
}
.wp-block-woocommerce-product-collection h2.wp-block-heading {
    font-size: 30px;
}

.form-wizard {
    margin: 3rem 0;
}
header ul.wp-block-navigation__submenu-container {
    gap: 0;
}
header .wp-block-navigation ul.dropdown {
    min-width: 150px;
}
.home-page {
    max-width: 100%;
}
.home main.has-global-padding {
    padding: 0;
}
.menu-part ul li a:focus {
    text-decoration: none !important;
}
.menu-part ul li  ul.wp-block-navigation-submenu a {
    font-size: 0.8rem;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
    position: relative;
    top: -2px;
}
@keyframes pulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}
@keyframes scroll {
    0% { opacity: 0; top: 8px; }
    50% { opacity: 1; }
    100% { opacity: 0; top: 28px; }
}