/*
CTC Separate Stylesheet
Updated: 2024-10-21 17:06:57
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.6.12.1729530417
*/
.age-gate {
    border-radius: 27px;
}
.age-gate__wrapper .age-gate__heading{
    margin-top:1.25em;
}
.age-gate__wrapper .age-gate__submit--no {
    display:none;
}
.age-gate__wrapper .age-gate__submit--yes {
    border-radius: 20px;
    padding:.75em 2em;
    width:70%;
}
.age-gate__wrapper .age-gate__challenge {
    font-size:150%;
    padding: 1em 2.5em 2em;
    line-height: 1.2em;
}

.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}

/* fix main section overlapping footer on mobile  */
@media only screen and (min-width: 400px) and (max-width: 768px) {
    /* Ensure the last product clears properly */
    .ast-woocommerce-container ul.products li.product.last {
        clear: both;
        margin-bottom: 50px; /* Adjust as needed to prevent overlap with the footer */
    }

    /* Ensure footer is positioned correctly after the content */
    footer {
        clear: both;
        position: relative;
        z-index: 10;
        min-height: auto; /* Make sure the content doesn’t shrink */
        margin-top: clamp(5px, calc((110vw - 469px) * 3.66), 1345px); /* Add some margin to ensure it doesn't overlap */
    }

    /* If the main content or product grid is using flexbox, ensure it behaves properly */
    .site-content {
        flex-grow: 1;
        min-height: auto; /* Make sure the content doesn’t shrink */
    }

    /* Adjust any problematic padding or margin for the product grid */
    .woocommerce ul.products {
        padding-bottom: 20px; /* Ensure there’s enough space at the bottom */
    }
}

/* Hide the Hubspot virality link */
.hs-form__virality-link { 
    display:none;
}

.jane-category-products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between items */
}

.jane-category-products-grid .elementor {
    width: calc(33.33% - 20px); /* 3-column layout with space between */
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .jane-category-products-grid .elementor {
        width: calc(50% - 20px); /* 2-column layout on tablets */
    }
}

@media (max-width: 480px) {
    .jane-category-products-grid .elementor {
        width: 100%; /* Single-column layout on mobile */
    }
}
