/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ========================================
   WCFM Store - Category Section Styling
   ======================================== */

/* Category section spacing */
.wcfm-store-category-section {
    margin-bottom: 60px;
}

.wcfm-store-category-section:last-child {
    margin-bottom: 30px;
}

/* Category heading styling */
.wcfm-category-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    color: #333;
}

/* Add spacing between sections */
.rental-bike-section + .riders-gear-section {
    margin-top: 60px;
}

/* ========================================
   Fix hover image display issue
   ======================================== */

/* Hide hover image by default with !important */
.wcfm-store-category-section .wd-product .product-element-top .hover-img,
.wcfm-store-category-section .wd-hover-quick .hover-img {
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

/* Show hover image on hover */
.wcfm-store-category-section .wd-product:hover .hover-img,
.wcfm-store-category-section .wd-hover-quick:hover .hover-img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure main image is positioned correctly */
.wcfm-store-category-section .wd-product .product-element-top,
.wcfm-store-category-section .wd-product .product-image-link {
    position: relative !important;
    display: block !important;
}

/* ========================================
   Hide Store Category Navigation
   ======================================== */

/* Hide category navigation in store page header */
.wd-btn-show-cat,
.wd-nav-product-cat {
    display: none !important;
}

/* ========================================
   Hide Store Enquiry Button
   ======================================== */

/* Hide "お問い合わせ" button on store page */
.bd_icon_box:has(.wcfm_store_enquiry) {
    display: none !important;
}

/* Fallback for older browsers */
.wcfm_store_enquiry,
a.wcfm_store_enquiry {
    display: none !important;
}

.bd_icon_box .wcfm_store_enquiry {
    display: none !important;
}

div.bd_icon_box:has(a.wcfm_store_enquiry) {
    display: none !important;
}
