.elementor-236525 .elementor-element.elementor-element-2975600{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-236525 .elementor-element.elementor-element-7c7081c > .elementor-widget-container{padding:015px 0px 0px 0px;}.elementor-236525 .elementor-element.elementor-element-084a533{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-236525 .elementor-element.elementor-element-8f79ed4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-236525 .elementor-element.elementor-element-aedcd8a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-236525 .elementor-element.elementor-element-aedcd8a.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-236525 .elementor-element.elementor-element-30d94b7{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-236525 .elementor-element.elementor-element-205a0e9 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-236525 .elementor-element.elementor-element-205a0e9{text-align:center;}.elementor-236525 .elementor-element.elementor-element-205a0e9 .elementor-heading-title{font-size:44px;font-weight:700;}.elementor-236525 .elementor-element.elementor-element-c062b9d{width:var( --container-widget-width, 83% );max-width:83%;--container-widget-width:83%;--container-widget-flex-grow:0;--e-icon-list-icon-size:50px;--icon-vertical-offset:0px;}.elementor-236525 .elementor-element.elementor-element-c062b9d > .elementor-widget-container{padding:0px 0px 50px 0px;}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(50px/2);}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(50px/2);}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(50px/2);}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-50px/2);}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-50px/2);}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-icon i{color:#040025;transition:color 0.3s;}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-icon svg{fill:#040025;transition:fill 0.3s;}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-item:hover .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-item:hover .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-icon{padding-inline-end:0px;}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-item > a{font-size:18px;font-weight:600;}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-item:hover .elementor-icon-list-text{color:#040025;}.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-text{transition:color 0.3s;}@media(min-width:768px){.elementor-236525 .elementor-element.elementor-element-8f79ed4{--width:100%;}.elementor-236525 .elementor-element.elementor-element-30d94b7{--width:100%;}}@media(max-width:992px){.elementor-236525 .elementor-element.elementor-element-aedcd8a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-236525 .elementor-element.elementor-element-aedcd8a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-aedcd8a *//* ==========================================================
   1. The Main Responsive Grid Layout
========================================================== */
.woocommerce ul.products,
.woocommerce .products {
    display: grid !important;
    /* desktop: auto-fits columns, min width 240px */
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
}

/* Mobile Responsiveness: Force 2 uniform columns on smaller screens */
@media (max-width: 767px) {
    .woocommerce ul.products,
    .woocommerce .products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px; /* Tighter gap for mobile */
    }
}

/* ==========================================================
   2. Eradicating Spacing Bloat & Fixing Card Heights
========================================================== */
/* Kills the empty paragraph hooks */
.hookmeup-hook {
    display: none !important;
}

/* Resets the excessive padding/margin and min-height on the outer section */
.woocommerce .products section.product.type-product,
.woocommerce .products .product.type-product {
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
    width: 100% !important;
}

/* Card Styling applied to the inner wrapper */
.woocommerce .products .product-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce .products .product-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

/* ==========================================================
   3. Image Standardization (Uniform Squares)
========================================================== */
.thumbnail-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Forces a perfect square */
    background: #fcfcfc;
    overflow: hidden;
    margin: 0;
    padding: 15px;
    z-index: 10; /* Ensures image area is clickable */
}

.thumbnail-wrapper figure,
.thumbnail-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.thumbnail-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* Prevents awkward cropping */
    mix-blend-mode: darken; /* Eliminates white borders on JPEGs */
}

/* ==========================================================
   4. Content Clean Up & Typography
========================================================== */
.meta-wrapper {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Hide the Short Description entirely */
.woocommerce .products .product.type-product .short-description,
.woocommerce .products .product.type-product .woocommerce-product-details__short-description,
.woocommerce .products .product.type-product .product-short-description {
    display: none !important;
}

.product-name {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.product-name a {
    color: #222;
    text-decoration: none;
}

.price {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}

.product-sku,
.product-categories {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}

.product-categories a {
    color: #666;
    text-decoration: none;
}

/* Mobile Typography Adjustments */
@media (max-width: 767px) {
    .product-name { font-size: 13px; margin-bottom: 4px; }
    .price { font-size: 14px; margin-bottom: 4px; }
    .product-sku, .product-categories { font-size: 11px; }
    .meta-wrapper { padding: 10px; }
}

/* ==========================================================
   5. Buttons & UI Layout
========================================================== */
/* Hide top duplicate button group and clutter */
.product-group-button,
.button-in.wishlist,
.button-in.compare {
    display: none !important;
}

.meta-wrapper-2 {
    padding: 0 15px 15px;
    margin-top: auto; /* Always forces the button to the bottom row */
}

.product-group-button-meta {
    display: flex;
    width: 100%;
}

.loop-add-to-cart {
    width: 100%;
}

.button.add_to_cart_button,
.button.product_type_simple {
    display: block;
    width: 100%;
    background: #111 !important;
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background 0.2s ease;
}

.button.add_to_cart_button:hover,
.button.product_type_simple:hover {
    background: #444 !important;
}

/* Mobile Button Adjustment */
@media (max-width: 767px) {
    .meta-wrapper-2 { padding: 0 10px 10px; }
    .button.add_to_cart_button,
    .button.product_type_simple {
        font-size: 11px;
        padding: 8px 0;
    }
}

/* Out of stock label */
.out-of-stock {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    color: #d9534f;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
}

/* ==========================================================
   6. FIX: Pagination Layout & Clickability
========================================================== */
/* Forces pagination to break out of the grid cells and span full width */
.woocommerce-pagination, 
nav.woocommerce-pagination {
    grid-column: 1 / -1 !important; 
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 50; 
    pointer-events: auto !important; /* Forces clicks to register */
}

/* Pulls all links and buttons above any invisible overlays */
.woocommerce .products .product a,
.woocommerce .products .product button {
    position: relative;
    z-index: 20;
    pointer-events: auto !important;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-c062b9d *//* Target the list item container on hover */
.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-item:hover .elementor-icon-list-icon {
    /* Scale the icon by 10% (1.1) */
    transform: scale(1.1);
    transition: transform 0.3s ease;
    
}

.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-item:hover .elementor-icon-list-text {
    /* Offset the text on the X-axis by 10% */
    transform: translateX(-10%);
    transition: transform 0.3s ease;
}

/* Ensure smooth transition when the mouse leaves the item */
.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-icon,
.elementor-236525 .elementor-element.elementor-element-c062b9d .elementor-icon-list-text {
    display: inline-block; /* Required for transform to work properly */
    transition: transform 0.3s ease;
   
}/* End custom CSS */