/*
Theme Name:     Ladiorella Astra Child
Theme URI:      
Description:    Astra child theme.
Author:         Me
Author URI:     
Template:       astra
Version:        0.1.0
*/

/* Global Font Enforcement */
.ast-main-header-bar, .site-footer {
}

/* Hide Top Header Bar completely */
.ast-above-header-bar { display: none !important; }

/* Sticky Sleek Header */
#masthead {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

/* Offset for WordPress Admin Bar */
body.admin-bar #masthead {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    body.admin-bar #masthead {
        top: 46px !important;
    }
}

.ast-primary-header-bar, .ast-bottom-header-bar {
    background-color: transparent !important;
    padding: 5px 0;
    border-bottom: none !important;
}

/* Override ANY theme width restrictions for the logo container */
.site-branding, .site-logo-img, .custom-logo-link {
    display: block !important;
    max-width: none !important;
    width: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Make logo significantly larger and unconstrained */
.site-branding img, .custom-logo, .custom-logo-link svg {
    max-height: 65px !important;
    max-width: 1000px !important; /* Force override Astra's default max-widths */
    width: auto !important;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    -webkit-filter: none !important;
}

/* Menu Styling */
.main-header-menu .menu-link {
    position: relative !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500 !important;
    color: #111 !important;
    padding: 10px 15px !important; /* Balanced padding for the gray background box */
    margin: 0 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* The Invisible Hover Bridge: Keeps mega menu open when moving mouse down */
.main-header-menu .menu-item-has-children > .menu-link::after {
    content: '';
    position: absolute;
    bottom: -35px; /* Drop down to meet the submenu */
    left: 0;
    right: 0;
    height: 35px;
    background: transparent;
}
.main-header-menu .menu-item:hover > .menu-link {
    background-color: transparent !important;
    color: #888 !important; /* Subtle, luxurious text fade */
    transform: none !important; /* Prevent any Astra default scaling/zooming */
}

/* Active menu item */
.main-header-menu .current-menu-item > .menu-link {
    color: #888 !important;
}

/* Icons (Cart, Account, Search, Social) */
.ast-site-header-cart .ast-cart-menu-wrap .count {
    background-color: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}
.ast-header-account-wrap .ast-header-account-link,
.ast-header-search .ast-search-icon,
.ast-builder-social-element {
    color: #111 !important;
}

/* Dark Footer matching Demo */
.site-primary-footer-wrap {
    background-color: #111 !important;
    color: #aaa !important;
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    border-top: 0 !important;
}
.site-footer a {
    color: #888 !important;
    transition: color 0.3s ease !important;
    text-decoration: none !important;
}
.site-footer a:hover {
    color: #fff !important;
}
.site-footer .widget-title {
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px !important;
}
.site-below-footer-wrap {
    background-color: #0a0a0a !important;
    color: #666 !important;
    border-top: 1px solid #222 !important;
    padding: 20px 0 !important;
}
.ast-footer-social-wrap .ast-builder-social-element {
    background: transparent !important;
    color: #888 !important;
}
.ast-footer-social-wrap .ast-builder-social-element:hover {
    color: #fff !important;
}
.ast-header-account-wrap .ast-icon,
.ast-site-header-cart .ast-icon {
    width: 24px !important;
    height: 24px !important;
}

/* Make Search Icon slightly larger and pull it down to match visual height */
.ast-header-search .ast-icon {
    width: 26px !important;
    height: 26px !important;
    transform: translateY(1px) !important;
}

/* Make the cart badge circle look like demo */
.ast-site-header-cart .ast-cart-menu-wrap .count {
    background-color: #111 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 14px !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    position: absolute !important;
    top: -5px !important;
    right: -8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

/* Completely strip Astra's default cart outline/border box */
.ast-site-header-cart .ast-cart-menu-wrap,
.ast-site-header-cart.ast-menu-cart-outline .ast-cart-menu-wrap {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.ast-site-header-cart.ast-menu-cart-outline .ast-cart-menu-wrap .count {
    border: 2px solid #fff !important;
}

.ast-woo-header-cart-info-wrap { display: none !important; }

/* Ensure icon spacing matches demo */
.ast-header-account-wrap { margin: 0 !important; }

/* Center the SVG paths */

/* =========================================
   SINGLE ROW HEADER LAYOUT (DESKTOP)
   ========================================= */
@media (min-width: 922px) {
    /* Make the primary header bar invisible (0 height) */
    .ast-primary-header-bar {
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: transparent !important;
    }
    
    /* Position the logo on the far left */
    .site-branding {
        position: absolute !important;
        left: 20px !important;
        transform: none !important;
        top: 10px !important;
        z-index: 9999 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .site-branding img, 
    .custom-logo, 
    .custom-logo-link svg {
        max-height: 40px !important; /* Slim logo */
        transition: none !important;
    }

    /* Position the icons on the far right */
    .ast-header-woo-cart,
    .ast-header-account,
    .ast-header-search {
        display: flex !important;
        align-items: center !important;
        height: 24px !important;
        position: absolute !important;
        z-index: 9999 !important;
        top: 20px !important;
    }
    .ast-header-woo-cart { right: 20px !important; }
    .ast-header-account { right: 65px !important; }
    .ast-header-search { right: 110px !important; left: auto !important; }

    /* Add side padding to the menu bar so items don't overlap logo/icons */
    .ast-below-header-bar {
        padding-left: 200px !important;
        padding-right: 200px !important;
        transition: none !important;
    }
    
    /* Add a subtle shadow to the whole header */
    #masthead {
        box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
        border-bottom: 1px solid rgba(0,0,0,0.04) !important;
        transition: none !important;
    }
}

/* Fix Search Form so it expands to the left, away from Cart/Account */
.ast-header-search .ast-search-menu-icon .search-form,
.ast-header-search .ast-search-menu-icon.slide-search .search-form {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    transform-origin: right center !important;
    z-index: 999999 !important;
}
.ast-header-search .ast-search-menu-icon .search-field {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

/* =========================================
   LUXURY FULL-WIDTH MEGA MENU (DESKTOP)
   ========================================= */
@media (min-width: 922px) {
    /* Strip relative positioning from wrappers so submenu can anchor to #masthead */
    .ast-builder-menu,
    .ast-main-header-bar-alignment,
    .main-header-bar-navigation,
    .main-header-menu,
    .main-header-menu .menu-item-has-children {
        position: static !important;
    }

    /* Transform standard dropdown into a full-width luxury banner */
    .main-header-menu .sub-menu {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important; /* exactly below the header */
        width: 100% !important;
        background: #fff !important;
        box-shadow: 0 15px 35px rgba(0,0,0,0.05) !important;
        padding: 60px 0 !important; /* Increased padding for taller luxury height */
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important; /* Vertically center items */
        gap: 60px !important;
        border-top: 1px solid #f5f5f5 !important;
        z-index: 99999 !important;
        
        /* Smooth fade animation (no translateY to prevent mouse gap flickering) */
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important; /* Fix invisible hover */
        transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    }

    /* Show on hover */
    .main-header-menu .menu-item-has-children:hover > .sub-menu {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important; /* Fix invisible hover */
    }

    /* Clean up submenu items */
    .main-header-menu .sub-menu .menu-item {
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
    }

    /* Elegant, airy links */
    .main-header-menu .sub-menu .menu-link {
        font-size: 15px !important;
        letter-spacing: 0.5px !important;
        color: #444 !important;
        font-weight: 500 !important;
        text-transform: uppercase !important; /* All caps for cleaner look */
        padding: 10px 20px !important;
        border: none !important;
        transition: color 0.3s ease !important;
        display: inline-block !important;
    }

    .main-header-menu .sub-menu .menu-item:hover > .menu-link {
        background-color: transparent !important;
        color: #888 !important;
        transform: none !important;
    }

    /* --- Two-level mega menu: category columns --- */
    .main-header-menu > .menu-item-has-children > .sub-menu {
        align-items: flex-start !important;
    }
    .main-header-menu .sub-menu .menu-item-has-children {
        display: block !important;
    }
    /* Nested lists render inline inside the panel, not as a second dropdown */
    .main-header-menu .sub-menu .sub-menu {
        position: static !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        box-shadow: none !important;
        border: none !important;
        padding: 8px 0 0 !important;
        width: auto !important;
        background: transparent !important;
        transition: none !important;
    }
    /* Column children: quieter, sentence case */
    .main-header-menu .sub-menu .sub-menu .menu-link {
        font-size: 14px !important;
        text-transform: none !important;
        letter-spacing: 0.3px !important;
        color: #777 !important;
        padding: 7px 20px !important;
        display: block !important;
        font-weight: 400 !important;
    }
    .main-header-menu .sub-menu .sub-menu .menu-item:hover > .menu-link {
        color: #111 !important;
    }
    /* No dropdown arrows inside the mega menu panel */
    .main-header-menu .sub-menu .ast-header-navigation-arrow,
    .main-header-menu .sub-menu .dropdown-menu-toggle {
        display: none !important;
    }
}

/* =========================================
   FOOTER LOGO
   ========================================= */
.ladiorella-widget-logo {
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
}
/* !important needed: header rule `.custom-logo-link svg { max-width: 1000px !important }`
   also matches the footer logo link */
.ladiorella-widget-logo svg {
    max-width: 200px !important;
    height: auto;
    display: inline-block;
}
/* Force the logo to be white in the footer */
.ladiorella-widget-logo svg path {
    fill: #ffffff !important;
}

/* =========================================
   PAGE LAYOUT FIXES (REMOVE EMPTY SIDEBAR)
   ========================================= */
.woocommerce-account .ast-left-sidebar #primary,
.woocommerce-cart .ast-left-sidebar #primary,
.woocommerce-checkout .ast-left-sidebar #primary,
.woocommerce-account .ast-right-sidebar #primary,
.woocommerce-cart .ast-right-sidebar #primary,
.woocommerce-checkout .ast-right-sidebar #primary {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-account .widget-area.secondary,
.woocommerce-account #secondary,
.woocommerce-cart .widget-area.secondary,
.woocommerce-cart #secondary,
.woocommerce-checkout .widget-area.secondary,
.woocommerce-checkout #secondary {
    display: none !important;
}
/* Ensure inner pages have clean white backgrounds for header bars */
.ast-below-header-bar {
    background-color: #fff !important;
}

/* Jost is enqueued in functions.php (ladiorella-fonts) */
body, .ast-container, p, h1, h2, h3, h4, h5, h6, a, button, input, select, textarea, li {
    font-family: 'Jost', sans-serif !important;
}

/* Luxurious Breadcrumbs */
.woocommerce-breadcrumb,
.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner a,
.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner span,
.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner .trail-item,
.woocommerce-breadcrumb a {
    font-family: 'Jost', sans-serif !important;
    font-size: 15px !important;
    color: #808080 !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
}

.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner a:hover,
.woocommerce-breadcrumb a:hover {
    color: #111 !important;
    text-decoration: underline !important;
}

.ast-breadcrumbs-wrapper,
.woocommerce-breadcrumb {
    margin-bottom: 12px;
}

/* Make separator slash instead of double arrows */
.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner .trail-item::after {
    content: " / " !important;
    color: #808080 !important;
    margin: 0 5px;
}
.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner .trail-item.trail-end::after {
    content: "" !important;
}

/* Hide breadcrumbs and empty header banner on the home page */
.home .ast-header-breadcrumb,
.home .ast-breadcrumbs-wrapper,
.home .ast-archive-entry-banner,
.home header.entry-header {
    display: none !important;
}

/* Hide WooCommerce default single product breadcrumb, we use Astra global one */
.woocommerce-breadcrumb {
    display: none !important;
}

/* Match demo breadcrumb style: 170px height and centered */
.ast-header-breadcrumb {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

/* Hide global breadcrumb on archive pages because we use the archive banner there */
.archive .ast-header-breadcrumb,
.search .ast-header-breadcrumb {
    display: none !important;
}

/* Style the archive banner to match the demo (170px height, centered, uppercase breadcrumbs) */
.ast-archive-entry-banner {
    min-height: 170px;
    display: flex;
    align-items: center;
}
.ast-archive-entry-banner .ast-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.ast-archive-entry-banner h1 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 32px;
}
/* Hide the last breadcrumb item (the current category) since it's already in the big h1 */
.ast-archive-entry-banner .ast-breadcrumbs-inner .trail-item.trail-end {
    display: none !important;
}
.ast-archive-entry-banner .ast-breadcrumbs-inner .trail-item:nth-last-child(2)::after {
    display: none !important;
}
.ast-header-breadcrumb .ast-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.ast-header-breadcrumb .ast-breadcrumbs-wrapper {
    margin-bottom: 0 !important;
}

/* Limit logo size on mobile */
@media (max-width: 921px) {
    .site-logo-img svg,
    .site-logo-img img {
        max-width: 160px !important;
        height: auto !important;
    }

    /* Open burger menu lives inside the sticky header: cap its height and
       let the menu itself scroll, otherwise items below the fold are
       unreachable */
    .main-header-bar-navigation {
        max-height: calc(100vh - 70px);
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    .main-header-menu .menu-link {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
    .main-header-menu .sub-menu .menu-link {
        padding: 11px 20px 11px 32px !important;
        font-size: 14px !important;
        text-transform: none;
        letter-spacing: 0.5px;
    }
}

/* Product Page 1:1 Demo Styles */
.ast-breadcrumbs-wrapper {
    
    padding: 25px 0 !important;
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 60px !important;
}
.ast-breadcrumbs-inner {
    justify-content: center !important;
    font-size: 14px !important;
}
.ast-breadcrumbs-inner a {
    color: #333 !important;
}
.single-product .product_title {
    font-family: 'Jost', sans-serif !important;
    font-size: 38px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: #000 !important;
    line-height: 1.2 !important;
}
.single-product form.cart .button {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 16px 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    width: 100% !important;
    max-width: 320px !important;
    transition: all 0.3s ease;
}
.single-product form.cart .button:hover {
    background-color: #333 !important;
}
.ladiorella-trust-badges {
    margin-top: 30px;
    margin-bottom: 20px;
}
.ladiorella-trust-badges .trust-title {
    font-size: 15px;
    margin-bottom: 12px;
    color: #000;
}
.ladiorella-trust-badges .trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ladiorella-trust-badges .trust-list li {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.ladiorella-trust-badges .trust-list li svg {
    margin-right: 12px;
}
.ast-woo-single-payments {
    background-color: #f9f9f9 !important;
    border: none !important;
    padding: 20px !important;
    text-align: center;
    border-radius: 0 !important;
    margin-top: 10px !important;
}


.ast-woo-single-payments-container {
    border: none !important;
    box-shadow: none !important;
}

fieldset.ast-woo-single-payments {
    border: none !important;
    
}
legend {
    border: none !important;
}


.summary.entry-summary {
    background-color: #ffffff;
}

body, .site-content {
    background-color: #ffffff !important;
}

/* Make the summary section exactly like the demo */
.single-product .summary.entry-summary {
    padding-left: 5% !important;
}

/* Hide the messy product meta (SKU, Categories, Tags) to keep it clean */
.single-product .product_meta {
    display: none !important;
}

/* Styling the short description and adding a separator line */
.single-product .woocommerce-product-details__short-description {
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    border-bottom: 1px solid #eaeaea !important;
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
}

/* Styling the add to cart form and adding a separator line */
.single-product .summary.entry-summary form.cart {
    border-bottom: 1px solid #eaeaea !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    display: block !important;
}

/* Ensure the sticky cart doesn't inherit any weird padding or borders */
.ast-sticky-add-to-cart form.cart {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


.single-product form.cart .button {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 16px 30px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: auto !important; /* Not full width, match demo */
    min-width: 200px;
}

/* Trust badges exactly like demo */
.ladiorella-trust-badges {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.ladiorella-trust-badges .trust-title {
    font-size: 14px !important;
    margin-bottom: 15px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.ladiorella-trust-badges .trust-list li {
    font-size: 14px !important;
    color: #000 !important;
    margin-bottom: 12px !important;
}

.ladiorella-trust-badges .trust-list li svg {
    width: 14px !important;
    height: 14px !important;
    margin-right: 10px !important;
}

/* Price styling */
.single-product .price {
    font-size: 24px !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

/* Stock status */
.single-product .stock {
    color: #666 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

/* Make the product image edge-to-edge on the left */
.single-product .site-content > .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Add some padding back to the breadcrumbs so text isn't glued to the edge */
.single-product .ast-breadcrumbs-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
}

/* Equal padding from the vertical line for both columns */


/* Fix empty quantity div taking up space in flex container */
.single-product .quantity:has(input[type="hidden"]) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

/* Correct Breadcrumbs background (applied to full-width parent) */
.single-product .ast-header-breadcrumb {
    background-color: #f7f7f7 !important;
    padding: 25px 0 !important;
    margin-bottom: 60px !important;
    min-height: auto !important; /* Override 170px */
}
.single-product .ast-breadcrumbs-wrapper {
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

fieldset.ast-woo-single-payments { background-color: #f7f7f7 !important; }

/* =========================================
   PERFECT 1:1 PRODUCT LAYOUT FIX
   ========================================= */
@media (min-width: 992px) {
    /* Strip all container padding so we can control it exactly */
    .single-product .site-content,
    .single-product #primary,
    .single-product .ast-woocommerce-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* The left side (image) exactly flush left, 50% width */
    .single-product .woocommerce-product-gallery {
        width: 50% !important;
        max-width: 50% !important;
        float: left !important; /* Use float left instead of flex */
        margin: 0 !important;
        padding-left: 0 !important; /* FLUSH LEFT to browser edge */
        padding-right: 50px !important; /* Space before the border */
        border-right: 1px solid #eaeaea !important; /* The vertical line */
        box-sizing: border-box !important;
    }
    
    /* The right side (text) exactly 50% width */
    .single-product .summary.entry-summary {
        width: 50% !important;
        float: left !important; /* Float left so it sits exactly next to gallery */
        margin: 0 !important;
        padding-left: 50px !important; /* EXACTLY equal to gallery padding-right */
        padding-right: 5vw !important; /* Some breathing room on the right */
        box-sizing: border-box !important;
    }
    
    /* Ensure tabs clear the floats */
    .single-product .woocommerce-tabs {
        clear: both !important;
        padding-top: 50px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .single-product .related.products {
        clear: both !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* =========================================
   MOBILE PRODUCT PAGE: title → gallery → summary
   ========================================= */
/* Mobile-only title+price block above the gallery (output via functions.php) */
.ld-mobile-product-head {
    display: none;
}
@media (max-width: 991px) {
    .ld-mobile-product-head {
        display: block;
        padding: 0 20px;
        margin: 5px 0 15px;
    }
    .ld-mobile-product-head .product_title {
        font-size: 26px !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
    }
    .ld-mobile-product-head .price {
        font-size: 20px !important;
        color: #000 !important;
        font-weight: 600 !important;
    }
    /* Hide the duplicates inside the summary */
    .single-product .summary.entry-summary > .product_title,
    .single-product .summary.entry-summary > .price {
        display: none !important;
    }
    /* Full-width stacked layout on mobile */
    .single-product .woocommerce-product-gallery,
    .single-product .summary.entry-summary {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        border-right: none !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .single-product .summary.entry-summary {
        margin-top: 25px !important;
    }
    /* Tighter breadcrumb strip on mobile */
    .single-product .ast-header-breadcrumb {
        margin-bottom: 25px !important;
    }

    /* Tabs (Kirjeldus jne), related and upsell sections: side breathing room */
    .single-product .woocommerce-tabs,
    .single-product .related.products,
    .single-product .up-sells.products,
    .single-product .upsells.products {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Sticky add-to-cart bar: drop the long title, keep price + button visible */
    .ast-sticky-add-to-cart .ast-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .ast-sticky-add-to-cart-title-wrap,
    .ast-sticky-add-to-cart-image-wrap {
        display: none !important;
    }
    .ast-sticky-add-to-cart-content {
        justify-content: space-between !important;
    }
    .ast-sticky-add-to-cart-action-wrap {
        width: 100%;
        justify-content: space-between !important;
    }
}

/* Fix the 20px gap caused by main#main */
.single-product main#main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Fix the magnifying glass icon position so it sits ON the image, not in the padding */
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 70px !important; /* 50px gallery padding-right + 20px inner padding */
    top: 20px !important;
}

/* Make the sticky add-to-cart bar full width so elements align with the logo and header icons */
.ast-sticky-add-to-cart .ast-container {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Ensure the title and image align correctly */
.ast-sticky-add-to-cart-content {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
}

/* Add extra padding to the right so the button doesn't overlap the scroll-to-top arrow */
.ast-sticky-add-to-cart .ast-container {
    padding-right: 80px !important;
}

/* Perfectly vertically center the price and button in the sticky add-to-cart bar */
.ast-sticky-add-to-cart-action-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important; /* give some space between price and button */
}

/* Ensure the price itself has no extra margins throwing off the centering */
.ast-sticky-add-to-cart-action-wrap .ast-sticky-add-to-cart-action-price {
    margin: 0 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
}

/* Product Page Tabs - Match Demo Style */

/* Remove Astra's default border that sits above the tabs */
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
    border-top: none !important;
    margin-top: 50px !important; /* give it some space from the product summary */
}

/* Center the tabs and put the line UNDER them */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex !important;
    justify-content: center !important;
    border-bottom: 1px solid #eaeaea !important;
    border-top: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important; /* Space between tabs and content */
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none !important; /* Remove any Astra floats or clearfix lines */
}

/* Style the individual tab items */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 10px !important;
    padding: 0 !important;
}

/* Clean up tab links */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 20px !important;
    color: #888 !important;
    font-weight: 600 !important;
    border: none !important;
    display: block !important;
}

/* Active tab state */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent !important;
    border-bottom: 2px solid #000 !important;
    z-index: 2;
    position: relative;
    top: 1px; /* Overlap the grey border-bottom of ul.tabs */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
}

/* Explicitly remove the default Astra top border on active tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none !important;
    border-top: none !important;
    background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

/* Center the archive/category banner content vertically and horizontally */
section.ast-archive-entry-banner {
    display: flex;
    align-items: center;
    min-height: 250px !important; /* Make it a nice solid height */
    padding: 0 !important;
}

section.ast-archive-entry-banner .ast-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Add a clean spacing between the breadcrumb and the large title */
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper { margin-bottom: 15px !important; line-height: 1 !important; padding: 0 !important; }

/* Ensure the title itself has no weird margins pushing it down */
section.ast-archive-entry-banner h1 { margin: 0 !important; padding: 0 !important; font-size: 32px !important; font-weight: 700 !important; color: #000 !important; text-align: center; line-height: 1 !important; }

/* If there is an extra breadcrumb bar above the banner, hide it so it doesn't double up */
body.archive .main-header-bar.ast-header-breadcrumb { display: none !important; }

/* Match the demo category banner exactly */
section.ast-archive-entry-banner {
    display: flex;
    align-items: center;
    min-height: 120px !important; /* Shorter height like demo */
    padding: 30px 0 !important;
    background-color: #f5f5f5 !important; /* light grey */
}

section.ast-archive-entry-banner .ast-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Breadcrumbs container */
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper { margin-bottom: 15px !important; line-height: 1 !important; padding: 0 !important; }

/* Breadcrumbs text */
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .breadcrumb-trail,
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .trail-items li {
    font-size: 13px !important;
    color: #666 !important;
    font-weight: 500 !important;
}

/* Breadcrumb links get underlines like the demo */
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .trail-items li a {
    color: #666 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .trail-items li a:hover {
    color: #000 !important;
}

/* The current active category at the end of breadcrumb */
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .trail-items li.trail-end,
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .trail-items li.trail-end span {
    color: #333 !important; /* Make sure it's visible, not white! */
    text-decoration: none !important;
}

/* Title */
section.ast-archive-entry-banner h1 { margin: 0 !important; padding: 0 !important; font-size: 32px !important; font-weight: 700 !important; color: #000 !important; text-align: center; line-height: 1 !important; }

/* Show the current category at the end of the breadcrumb */
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .trail-items li.trail-end {
    display: inline-block !important;
}

/* Ensure the separator slash appears before the last item if Astra hid it */
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .trail-items li:not(:last-child)::after {
    content: "/" !important;
    margin: 0 8px !important;
    color: #666 !important;
    display: inline-block !important;
}

/* Remove Astra's default separator if we are forcing ours */
section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .trail-items li .ast-icon {
    display: none !important;
}

section.ast-archive-entry-banner .ast-breadcrumbs-wrapper .breadcrumb-trail {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}


/* WooCommerce Quantity +/- buttons */
.woocommerce .quantity {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 15px !important;
    background: #fff;
    height: 48px; /* Match standard button heights */
}

.woocommerce .quantity .plus-minus-button {
    background: transparent;
    border: none;
    color: #666;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.woocommerce .quantity .plus-minus-button:hover {
    color: #000;
}

.woocommerce .quantity .plus-minus-button:focus {
    outline: none;
}

/* Fix input styling */
.woocommerce .quantity .qty {
    width: 45px !important;
    height: 100% !important;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    -moz-appearance: textfield; /* hide arrows in Firefox */
    box-shadow: none !important;
}

/* hide arrows in Chrome/Safari */
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Ensure the add to cart form and its elements are perfectly left aligned */
.woocommerce div.product form.cart {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.woocommerce div.product form.cart div.quantity {
    margin-left: 0 !important;
}

.woocommerce div.product form.cart .button {
    margin-left: 0 !important;
}

/* =========================================
   SHOP / CATEGORY ARCHIVE POLISH
   ========================================= */
/* Horizontal category navigation above the grid */
.ladiorella-cat-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    margin: 0 0 40px;
    padding: 0 20px;
}
.ladiorella-cat-nav a {
    display: inline-block;
    padding: 9px 22px;
    border: 1px solid #e2e2e2;
    color: #444 !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    background: #fff;
}
.ladiorella-cat-nav a:hover {
    border-color: #111;
    color: #111 !important;
}
.ladiorella-cat-nav a.is-active {
    background: #111;
    border-color: #111;
    color: #fff !important;
}

/* Toolbar: result count + ordering */
.woocommerce .woocommerce-result-count {
    color: #888 !important;
    font-size: 14px !important;
    padding-top: 8px;
}
.woocommerce .woocommerce-ordering select,
.woocommerce select.orderby {
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    padding: 8px 36px 8px 14px !important;
    font-size: 14px !important;
    color: #444 !important;
    background-color: #fff !important;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
    display: flex;
    justify-content: center;
    gap: 6px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0 !important;
    text-align: center;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    color: #444 !important;
    background: #fff !important;
    font-size: 14px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

/* =========================================
   FOOTER WIDGET COLUMNS
   ========================================= */
.site-footer .widget-block h2,
.site-footer .wp-block-heading,
.site-footer .footer-widget-area h2 {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 22px !important;
}
.ld-footer-links {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ld-footer-links li {
    margin: 0 0 12px !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.5;
}
.ld-footer-links a {
    color: #999 !important;
    font-size: 14px !important;
}
.ld-footer-links a:hover {
    color: #fff !important;
}
.ld-footer-text {
    color: #999;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 12px;
}
.ld-footer-text a { color: #ccc !important; }
.ld-footer-text a:hover { color: #fff !important; }

/* Brand blurb under the footer logo */
.ld-footer-brand {
    color: #999;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px;
    max-width: 280px;
}

/* Footer social icons: monochrome */
.site-footer .ast-builder-social-element svg,
.site-footer .ast-builder-social-element {
    color: #999 !important;
    fill: #999 !important;
}
.site-footer .ast-builder-social-element:hover,
.site-footer .ast-builder-social-element:hover svg {
    color: #fff !important;
    fill: #fff !important;
}

/* Payment icons in the below-footer bar */
.site-below-footer-wrap img {
    filter: invert(1) grayscale(1) brightness(1.6);
    opacity: 0.7;
    height: 26px;
    width: auto;
    vertical-align: middle;
}

/* =========================================
   MOBILE FOOTER: compact 2-column layout
   ========================================= */
@media (max-width: 768px) {
    .site-primary-footer-wrap {
        padding-top: 45px !important;
        padding-bottom: 10px !important;
    }

    /* Brand block full width, then Pood + Klienditugi side by side,
       Külastage meid full width below */
    .site-primary-footer-inner-wrap {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0 20px !important;
    }
    .site-footer-primary-section-1,
    .site-footer-primary-section-4 {
        grid-column: 1 / -1;
    }

    /* Left-align everything (Astra centers footer content on mobile) */
    .site-footer .site-footer-section,
    .site-footer .site-footer-section .ast-builder-layout-element,
    .site-footer .footer-widget-area,
    .site-footer .ast-builder-html-element {
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .site-footer .ast-footer-social-wrap,
    .site-footer .ast-footer-social-1-wrap,
    .site-footer [data-section="section-fb-social-icons-1"] {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-left: 0 !important;
    }
    .site-footer .ast-builder-social-element:first-child {
        margin-left: 0 !important;
    }

    /* Smaller logo, tighter brand block */
    .ladiorella-widget-logo svg {
        max-width: 150px !important;
    }
    .ladiorella-widget-logo {
        margin-bottom: 12px;
    }
    .ld-footer-brand {
        margin-bottom: 10px;
        max-width: none;
    }
    .site-footer-primary-section-1 {
        margin-bottom: 28px;
    }

    /* Tighter headings and link lists */
    .site-footer .widget-block h2,
    .site-footer .wp-block-heading,
    .site-footer .footer-widget-area h2 {
        font-size: 13px !important;
        margin-top: 0 !important;
        margin-bottom: 14px !important;
    }
    .ld-footer-links li {
        margin: 0 0 9px !important;
    }
    .site-footer .footer-widget-area {
        margin-bottom: 25px;
    }
    .ld-footer-text {
        margin: 0 0 10px;
    }

    /* Below bar: centered, compact */
    .site-below-footer-wrap {
        padding: 14px 0 !important;
        text-align: center;
    }
    .site-below-footer-wrap .ast-builder-grid-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px;
        align-items: center !important;
    }
    .site-below-footer-wrap img {
        height: 20px;
    }
    .site-below-footer-wrap [data-section="section-footer-copyright"] {
        font-size: 12px !important;
    }
}


/* =========================================
   SITE-WIDE PRODUCT CARDS (shop, category, related, homepage)
   ========================================= */
.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    aspect-ratio: 4/5;
    margin-bottom: 50px !important;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100% !important;
    width: 100% !important;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}
.woocommerce ul.products li.product img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    transition: transform 0.7s ease !important;
    border-radius: 0 !important;
}
.woocommerce ul.products li.product:hover img {
    transform: scale(1.05) !important;
}

/* Gradient overlay */
.woocommerce ul.products li.product::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    z-index: 1;
    pointer-events: none;
}

/* Position summary at bottom */
.woocommerce ul.products li.product .astra-shop-summary-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    text-align: left !important;
    padding: 20px !important;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Title and Price styling */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    text-align: left !important;
}
.woocommerce ul.products li.product .price {
    color: rgba(255,255,255,0.9) !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    display: block !important;
}
.woocommerce ul.products li.product .price del {
    color: rgba(255,255,255,0.5) !important;
}

/* Add to cart button styling */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.ast-loop-product__action {
    display: inline-block !important;
    padding: 10px 20px !important;
    background: #fff !important;
    color: #111 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    border: none !important;
    margin-top: 10px !important;
    width: auto !important;
    align-self: flex-start !important;
    
    /* FORCE button to be visible always, not just on hover */
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    bottom: auto !important;
    position: relative !important;
}
.woocommerce ul.products li.product .button:hover {
    background: #d8a277 !important;
    color: #fff !important;
}

/* Swatches inside the summary */
.woocommerce ul.products li.product .cfvsw-swatches-container {
    margin-bottom: 10px;
    z-index: 3;
    position: relative;
    justify-content: flex-start !important;
}
.woocommerce ul.products li.product .cfvsw-swatches-container .cfvsw-swatches-option {
    border-color: rgba(255,255,255,0.5) !important;
    color: #fff !important;
    background: rgba(0,0,0,0.3) !important;
}
.woocommerce ul.products li.product .cfvsw-swatches-container .cfvsw-swatches-option.cfvsw-selected-swatch {
    border-color: #fff !important;
    background: rgba(255,255,255,0.2) !important;
}

/* Fix mobile specific padding */
@media (max-width: 640px) {
    .woocommerce ul.products li.product .astra-shop-summary-wrap {
        padding: 15px !important;
    }
}

/* Robust Grid Layout for WooCommerce Gallery Thumbnails */
.woocommerce-product-gallery-thumbnails__wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin-top: 15px !important;
    transform: none !important;
    width: 100% !important;
}
.woocommerce-product-gallery-thumbnails__wrapper .ast-woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    float: none !important;
    clear: none !important;
    opacity: 1 !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 99 !important;
}
.woocommerce-product-gallery-thumbnails__wrapper .ast-woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
    pointer-events: auto !important;
}
.woocommerce-product-gallery-thumbnails__wrapper .ast-woocommerce-product-gallery__image.flex-active-slide img {
    border-color: #d8a277 !important;
}
.ast-single-product-thumbnails .flex-direction-nav {
    display: none !important;
}

/* Mobile Product Grid - 1 Column */
@media (max-width: 768px) {
    body.woocommerce ul.products:not(.swiper-wrapper),
    body.woocommerce-page ul.products:not(.swiper-wrapper),
    body.archive.woocommerce ul.products:not(.swiper-wrapper),
    .woocommerce ul.products[class*="columns-"]:not(.swiper-wrapper),
    .woocommerce-page ul.products[class*="columns-"]:not(.swiper-wrapper),
    ul.products.columns-2:not(.swiper-wrapper),
    ul.products.columns-3:not(.swiper-wrapper),
    ul.products.columns-4:not(.swiper-wrapper),
    ul.products.columns-5:not(.swiper-wrapper),
    ul.products.columns-6:not(.swiper-wrapper),
    .woocommerce .related ul.products:not(.swiper-wrapper),
    .woocommerce-page .related ul.products:not(.swiper-wrapper),
    .woocommerce .up-sells ul.products:not(.swiper-wrapper),
    .woocommerce-page .up-sells ul.products:not(.swiper-wrapper),
    .woocommerce .cross-sells ul.products:not(.swiper-wrapper),
    .woocommerce-page .cross-sells ul.products:not(.swiper-wrapper),
    .site-main ul.products.columns-4:not(.swiper-wrapper) {
        grid-template-columns: 1fr !important;
        display: grid !important;
    }

    body.woocommerce ul.products:not(.swiper-wrapper) li.product, 
    body.woocommerce-page ul.products:not(.swiper-wrapper) li.product,
    .woocommerce ul.products:not(.swiper-wrapper) li.product, 
    .woocommerce-page ul.products:not(.swiper-wrapper) li.product,
    ul.products.columns-4:not(.swiper-wrapper) li.product {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
    }
}

/* High Contrast Adjustments for Accessibility */
.main-header-menu .menu-link {
    color: #333333 !important;
}
.main-header-menu .menu-item:hover > .menu-link,
.main-header-menu .current-menu-item > .menu-link {
    color: #111111 !important;
}
.attaxen-hero-subtitle {
    color: #333333 !important;
}
.attaxen-section-title p {
    color: #444444 !important;
}
.site-branding a.custom-logo-link:focus,
.ladiorella-widget-logo a.custom-logo-link:focus {
    outline: 2px solid #d8a277;
    outline-offset: 2px;
}

/* Touch Target Accessibility for Swiper Pagination Bullets */
.swiper-pagination-bullet {
    width: 44px !important;
    height: 44px !important;
    background: transparent !important;
    opacity: 1 !important;
    position: relative;
    margin: 0 4px !important;
    border-radius: 0 !important;
    display: inline-block;
}
.swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    opacity: 0.2;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}
.swiper-pagination-bullet-active::after {
    background: #d8a277;
    opacity: 1;
}

/* Force Envira Gallery Lightbox Arrows to be always visible and larger */
.envirabox-opened .envirabox-nav span {
    visibility: visible !important;
    opacity: 1 !important;
    width: 44px !important;
    height: 44px !important;
    
    background-color: rgba(0,0,0,0.5) !important;
    border-radius: 50% !important;
}
.envirabox-opened .envirabox-nav:hover span {
    background-color: rgba(0,0,0,0.8) !important;
}

/* Added padding above footer for all pages to prevent content touching footer */
body:not(.home) .site-content {
    padding-bottom: 60px !important;
}

