/*
Theme Name: Corsen Child
Theme URI: https://corsen.qodeinteractive.com
Description: A child theme of Corsen
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: corsen
Template: corsen
*/


/* Make the whole product card clickable */
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    background: transparent;
    /* Prevent the link from covering screen readers */
    text-indent: -9999px;
}

/* Make sure the product card container is positioned */
.qodef-e-product-inner {
    position: relative;
}

/* Ensure Add to Cart button is above the overlay link if needed */
.qodef-e-product-content .add_to_cart_button {
    position: relative;
    z-index: 20;
}

/* Hide the date overlay that appears over featured images */
.qodef-image-date,
.qodef-e-info-date {
  display: none !important;
}

/* Increase space between footer list items */
#qodef-page-footer-top-area-inner .qodef-footer-list li {
    margin-bottom: 20px !important;
}

/* Hide social share icons in the footer */
.qodef-e-info-item.qodef-info--social-share {
    display: none !important;
}

/* Gray diagonal slash extending beyond the disabled swatch */
.cfvsw-swatches-blur-cross-disable::before,
.cfvsw-swatches-hide-disable::before,
.cfvsw-swatches-blur-cross::before {
    content: "";
    font-family: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160%; /* extend beyond button */
    height: 2px;
    background: rgba(150, 150, 150, 0.8); /* gray slash */
    transform: translate(-50%, -50%) rotate(-20deg);
    opacity: 0.8;
    pointer-events: none;
}






