.woocommerce ul.products li.product.product-category > a::after {
content: none !important;
} .woocommerce ul.products {
row-gap: 26px;
column-gap: 18px;
} .woocommerce ul.products li.product.product-category {
background: #1a1a1a;
border-radius: 12px;
overflow: hidden;
text-align: center;
padding: 0 0 20px;
box-shadow: 0 6px 16px rgba(0,150,255,.15);
transition: box-shadow .3s ease;
display: flex;
flex-direction: column;
height: 100%;
margin-bottom: 0 !important;
} .woocommerce ul.products li.product.product-category:hover {
box-shadow: 0 0 20px rgba(0,150,255,.25);
} .woocommerce ul.products li.product.product-category > a:first-child {
display: block;
flex: 0 0 auto;
text-decoration: none;
} .woocommerce ul.products li.product.product-category > a img {
display: block;
width: 100%;
cursor: pointer;
transition: transform .35s ease;
} .woocommerce ul.products li.product.product-category:hover > a img {
transform: scale(1.06);
} .woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
min-height: 84px;
margin: 0px 5px 5px !important;
padding: 0 !important;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
box-sizing: border-box;
color: #fff !important;
font-size: 18px !important;
font-weight: 700;
line-height: 1.3;
text-transform: uppercase;
transition: color .25s ease, text-shadow .25s ease;
} .woocommerce ul.products li.product.product-category:hover .woocommerce-loop-category__title {
color: #1499d3 !important;
text-shadow: 0 0 10px rgba(20,153,211,.18);
} .woocommerce ul.products li.product.product-category .woocommerce-loop-category__title .count {
display: none !important;
} .woocommerce ul.products li.product.product-category .cat-btn-wrap {
margin-top: auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding: 0 14px;
} .woocommerce ul.products li.product.product-category .cat-btn {
display: flex;
align-items: center;
justify-content: center;
width: 250px;
max-width: 100%;
min-height: 48px;
padding: 8px 14px;
margin: 0;
box-sizing: border-box;
border: 1px solid #fff;
border-radius: 8px;
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 14px;
line-height: 1.15;
text-align: center;
cursor: pointer;
transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
} .woocommerce ul.products li.product.product-category .cat-btn:hover {
background: #0a84ff;
border-color: #0a84ff;
color: #fff;
box-shadow: 0 0 12px rgba(10,132,255,.5);
} .woocommerce ul.products li.product.product-category .cat-btn + .cat-btn {
margin-top: 0;
} .catalog-modal-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.65);
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
opacity: 0;
visibility: hidden;
transition: 0.25s ease;
z-index: 99999;
}
.catalog-modal-overlay.active {
opacity: 1;
visibility: visible;
}
.catalog-modal {
position: relative;
width: 100%;
max-width: 420px;
background: #1a1a1a;
border: 1px solid rgba(10,132,255,.35);
border-radius: 14px;
padding: 26px 22px 22px;
box-shadow: 0 0 25px rgba(0,150,255,.18);
text-align: center;
}
.catalog-modal-title {
color: #fff;
font-size: 22px;
font-weight: 700;
margin-bottom: 18px;
}
.catalog-modal-links {
display: flex;
flex-direction: column;
gap: 12px;
}
.catalog-modal-link {
display: block;
padding: 12px 18px;
border: 1px solid #fff;
border-radius: 8px;
color: #fff;
text-decoration: none;
font-weight: 600;
transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
}
.catalog-modal-link:hover {
background: #0a84ff;
border-color: #0a84ff;
color: #fff;
box-shadow: 0 0 12px rgba(10,132,255,.5);
}
.catalog-modal-close {
position: absolute;
top: 8px;
right: 10px;
background: transparent;
border: none;
color: #fff;
font-size: 28px;
line-height: 1;
cursor: pointer;
} @media (max-width: 1024px) {
.woocommerce ul.products {
row-gap: 22px;
column-gap: 16px;
}
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
min-height: 78px;
margin: 0px 10px 5px !important;
font-size: 16px !important;
}
.woocommerce ul.products li.product.product-category .cat-btn-wrap {
padding: 0 12px;
}
.woocommerce ul.products li.product.product-category .cat-btn {
width: 225px;
min-height: 40px;
font-size: 14px;
padding: 8px 12px;
}
} @media (max-width: 767px) {
.woocommerce ul.products {
row-gap: 18px;
column-gap: 12px;
}
.woocommerce ul.products li.product.product-category {
padding: 0 0 12px;
}
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
min-height: 68px;
margin: 0px 10px 5px !important;
font-size: 14px !important;
line-height: 1.4;
}
.woocommerce ul.products li.product.product-category .cat-btn-wrap {
gap: 7px;
padding: 0 10px;
}
.woocommerce ul.products li.product.product-category .cat-btn {
width: 220px;
min-height: 38px;
font-size: 12px;
line-height: 1.2;
padding: 7px 10px;
border-radius: 7px;
}
.catalog-modal {
max-width: 300px;
padding: 18px 14px 14px;
border-radius: 12px;
}
.catalog-modal-title {
font-size: 16px;
line-height: 1.1;
margin-bottom: 12px;
}
.catalog-modal-links {
gap: 8px;
}
.catalog-modal-link {
padding: 10px 12px;
font-size: 13px;
line-height: 1.08;
border-radius: 7px;
}
.catalog-modal-close {
top: 6px;
right: 8px;
font-size: 22px;
}
}