.slg-search-page { max-width: 1200px;
margin: 0 auto 60px;
min-height: 90vh;
padding-top: 5rem;
}
.ast-search-icon .ast-icon{
display: none !important;
} .slg-header-search {
display: flex;
align-items: center;
gap: 6px;
} .slg-header-input {
height: 33px !important;
padding: 4px 4px !important;
font-size: 14px !important;
width: 130px;
border: none !important; border-bottom: 1px solid #444 !important; border-radius: 0 !important; background: transparent !important;
color: #fff !important;
outline: none !important; box-shadow: none !important;
}
.slg-header-btn {
width: 32px;
height: 32px;
border: 1px solid #999999;
border-radius: 6px;
background: #111;
cursor: pointer;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
} .slg-header-input:active {
outline: none !important; border: none !important; border-bottom-color: #00bcd4 !important; }
.slg-header-input:focus {
outline: none !important; border: none !important; border-bottom-color: #00bcd4 !important; }
.slg-header-input:hover {
border-bottom-color: #777 !important;
}
.slg-tooltip {
position: absolute;
background: #222;
color: #fff;
padding: 6px 10px;
border-radius: 6px;
font-size: 14px;
border: 1px solid #00bcd4;
z-index: 9999;
opacity: 0;
animation: fadeIn .2s forwards;
}
@keyframes fadeIn {
to { opacity: 1; }
}
.slg-catalog-search-btn:disabled {
opacity: 0.4;
cursor: not-allowed;
}
.slg-header-btn span {
font-size: 18px;
display: flex ! important;
align-items: center;
justify-content: center;
} .woocommerce ul.products li.product.product-category {
background: #1a1a1a;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 16px rgba(0, 150, 255, 0.15);
text-align: center;
padding: 0 0 18px;
transition: box-shadow 0.3s ease;
}
.woocommerce ul.products li.product.product-category:hover {
box-shadow: 0 0 20px rgba(0, 150, 255, 0.25);
} .woocommerce ul.products li.product.product-category > a {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
} .woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
position: static !important;
margin: 16px 0 10px !important;
background: transparent !important;
color: #fff !important;
font-size: 18px !important;
font-weight: 700;
text-transform: uppercase;
line-height: 1.2;
} .woocommerce ul.products li.product.product-category
.woocommerce-loop-category__title .count { display: none !important; }
.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, 0.5);
} .site-header {
position: sticky;
top: 0;
z-index: 9999;
background: #111; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}  .slg-catalog-search-form {
width: 100%;
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 10px;
} .slg-catalog-search-input {
width: 100%;
padding: 14px 18px !important;
height: 48px !important;
border: 1px solid #444;
background: #111 !important;
color: #fff;
font-size: 16px !important;
border-radius: 6px !important;
box-sizing: border-box;
} .slg-catalog-search-input:-webkit-autofill,
.slg-catalog-search-input:-webkit-autofill:hover,
.slg-catalog-search-input:-webkit-autofill:focus {
-webkit-text-fill-color: #fff !important;
-webkit-box-shadow: 0 0 0px 1000px #111 inset !important;
} .slg-catalog-search-btn {
padding: 14px 18px;
height: 48px;
font-size: 16px;
background: #111;
border: 1px solid #a1a1a1;
color: #ffffff; cursor: pointer;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
transition: background .2s, color .2s;
} .slg-catalog-search-btn:hover {
background: #1e1e1e;
color: #29a8ff;
}
.slg-catalog-search-btn:active {
background: #000000;
color: #29a8ff;
}  .slg-search-page .search-title {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 46px;
font-weight: 400;
color: rgb(240, 249, 255);
margin-bottom: 25px;
} .slg-search-page .catalog-sep {
border: 0;
border-top: 2px solid rgba(135, 200, 255, 0.6);
margin: 1rem 0 2rem;
} .search-block--woo ul.products {
display: grid !important;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
} ul.products.columns-3 li.product {
background: #111;
border: 1px solid #333;
border-radius: 10px;
padding: 15px;
margin-bottom: 25px;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
margin: 0;
padding: 1em 0.8em;
}
ul.products li.product img {
border-radius: 8px;
}
ul.products li.product .woocommerce-loop-product__title {
color: #fff;
text-align: center;
margin-top: 10px;
}
.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
text-align: center;
margin-bottom: 2.5em;
}
ul.products li.product .price {
color: #ccc;
text-align: center;
margin-bottom: 10px;
} ul.products li.product .button {
border: 1px solid #29a8ff;
color: #29a8ff;
text-align: center;
font-size: 18px; 
padding: 8px 8px;
border-radius: 6px;
}
ul.products li.product .button:hover {
background: #29a8ff;
color: #000;
}
.no-results {
padding: 40px 0;
} .slg-table {
width: 100%;
margin-bottom: 40px;
}
.slg-table-row {
display: grid;
grid-template-columns: 1.2fr 2fr 1fr 1.2fr;
padding: 10px 0;
border-bottom: 1px solid #333;
}
.slg-table-row--head {
font-weight: 600;
}
.slg-table-row span {
display: flex;
align-items: center;
} @media (max-width: 1024px) {
.slg-search-page .search-title {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 42px;
}
.search-block--woo ul.products {
grid-template-columns: repeat(2, 1fr);
} @media (max-width: 640px) {
.slg-search-page {
padding-top: 4rem;
}
.slg-search-page .search-title {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 30px;
margin-bottom: 20px;	
}
.search-block--woo ul.products {
grid-template-columns: 1fr;
}
ul.products li.product .button {
font-size: 14px; 
}
.wp-block-spacer {
height: 25px !important;
}
.slg-catalog-search-form {
gap: 5px;
}
.slg-catalog-search-input {
padding: 5px 5px !important;
font-size: 14px !important;
height: 42px !important;	
}
.slg-catalog-search-btn {
width: 42px;
min-width: 42px;
height: 42px;
padding: 0 !important;
font-size: 0; position: relative;
display: block; } .slg-catalog-search-btn::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 16px;
transform: translate(-50%, -50%);
background-repeat: no-repeat;
background-size: contain;
background-position: center; background-image: url("data:image/svg+xml;utf8,\
<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'>\
<path fill='white' d='M505 442.7l-99.7-99.7c28.3-34.9 45.4-79 45.4-127.3C450.7 97 353.6 0 225.3 0S0 97 0 215.7 97 431.3 225.3 431.3c48.3 0 92.4-17.1 127.3-45.4l99.7 99.7c4.7 4.7 10.9 7 17 7s12.3-2.3 17-7c9.4-9.4 9.4-24.6 0-34zM225.3 382.7c-92.1 0-167-74.9-167-167s74.9-167 167-167 167 74.9 167 167-74.9 167-167 167z'/>\
</svg>");
} .slg-catalog-search-btn:hover::before {
background-image: url("data:image/svg+xml;utf8,\
<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'>\
<path fill='%2329a8ff' d='M505 442.7l-99.7-99.7c28.3-34.9 45.4-79 45.4-127.3C450.7 97 353.6 0 225.3 0S0 97 0 215.7 97 431.3 225.3 431.3c48.3 0 92.4-17.1 127.3-45.4l99.7 99.7c4.7 4.7 10.9 7 17 7s12.3-2.3 17-7c9.4-9.4 9.4-24.6 0-34zM225.3 382.7c-92.1 0-167-74.9-167-167s74.9-167 167-167 167 74.9 167 167-74.9 167-167 167z'/>\
</svg>");
} .slg-catalog-search-btn:active::before {
background-image: url("data:image/svg+xml;utf8,\
<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'>\
<path fill='%2393d4ff' d='M505 442.7l-99.7-99.7c28.3-34.9 45.4-79 45.4-127.3C450.7 97 353.6 0 225.3 0S0 97 0 215.7 97 431.3 225.3 431.3c48.3 0 92.4-17.1 127.3-45.4l99.7 99.7c4.7 4.7 10.9 7 17 7s12.3-2.3 17-7c9.4-9.4 9.4-24.6 0-34zM225.3 382.7c-92.1 0-167-74.9-167-167s74.9-167 167-167 167 74.9 167 167-74.9 167-167 167z'/>\
</svg>");
}
}