/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2026 | 11:51:15 */
/* =========================================================
   LOWARA BOOSTER SETS CATEGORY GRID
   ONLY THIS ARCHIVE PAGE
========================================================= */

body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid{
    background:#dfe7ef;
    padding:25px;
    border-top:8px solid #1fa3d7;
    gap:20px;
}

/* COLUMN */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid > .wd-col{
    display:flex;
    padding:0 !important;
    margin:0 !important;
}

/* CARD */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.wrapp-category{
    background:#fff;
    border:3px solid #9fb3c3;
    padding:15px;
    text-align:center;
    width:100%;
    height:280px;
    overflow:hidden;
    transition:all .3s ease;
}

/* HOVER */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.wrapp-category:hover{
    border-color:#1fa3d7;
    box-shadow:0 8px 20px rgba(31,163,215,.15);
}

/* REMOVE SHADOW */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.categories-with-shadow{
    box-shadow:none !important;
}

/* IMAGE WRAPPER */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.wd-cat-thumb{
    margin-bottom:-10px !important;
    padding-bottom:0 !important;
    height:auto !important;
}

/* IMAGE ALIGN */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.category-image{
    display:flex;
    align-items:center;
    justify-content:center;
}

/* IMAGE */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.category-image img{
    max-width:230px;
    width:100%;
    object-fit:contain;
    margin-bottom:0 !important;
}

/* CONTENT */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.wd-cat-content{
    margin-top:-12px !important;
    padding-top:0 !important;
}

/* TITLE */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.wd-entities-title{
    color:#1fa3d7;
    line-height:1.15;
    text-transform:uppercase;
    margin:0;
}

/* PRODUCT COUNT */
body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.wd-cat-count{
    margin-top:5px;
}

body.archive.tax-product_cat.term-lowara-booster-sets 
.products.wd-products.products-bordered-grid 
.wd-cat-count a{
    color:#003b5c;
    text-decoration:none;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px){

    /* GRID */
    body.archive.tax-product_cat.term-lowara-booster-sets 
    .products.wd-products.products-bordered-grid{
        padding:8px !important;
        gap:8px !important;
    }

    /* CARD */
    body.archive.tax-product_cat.term-lowara-booster-sets 
    .products.wd-products.products-bordered-grid 
    .wrapp-category{
        padding:6px 4px 8px !important;
        border-width:2px;
        height:auto;
    }

    /* REMOVE EXTRA SPACE */
    body.archive.tax-product_cat.term-lowara-booster-sets 
    .products.wd-products.products-bordered-grid 
    .wd-cat-thumb{
        height:110px !important;
        margin-bottom:-22px !important;
    }

    /* BIGGER MOBILE IMAGE */
    body.archive.tax-product_cat.term-lowara-booster-sets 
    .products.wd-products.products-bordered-grid 
    .category-image img{
        max-width:150px !important;
    }

    /* TITLE GAP */
    body.archive.tax-product_cat.term-lowara-booster-sets 
    .products.wd-products.products-bordered-grid 
    .wd-cat-content{
        margin-top:-20px !important;
    }

    /* MOBILE TITLE */
    body.archive.tax-product_cat.term-lowara-booster-sets 
    .products.wd-products.products-bordered-grid 
    .wd-entities-title{
        line-height:1.1 !important;
        margin:0 !important;
    }

    /* MOBILE COUNT */
    body.archive.tax-product_cat.term-lowara-booster-sets 
    .products.wd-products.products-bordered-grid 
    .wd-cat-count{
        margin-top:2px !important;
    }
}