ul, li {
list-style: none;
margin: 0;
padding: 0;
} .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header {
display: none !important;
} .shop-hero {
position: relative;
height: 280px;
width: 100%;
overflow: hidden;
margin-bottom: 80px;
} .shop-hero-bg {
position: absolute;
inset: 0;
z-index: 0;
}
.shop-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
} .shop-hero-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,.25);
z-index: 1;
} .shop-hero-content {
position: relative;
z-index: 2;
margin-left: 10%;
color: #fff;
} .shop-hero-title {
font-size: 42px;
font-weight: 300;
letter-spacing: 2px;
}
.shop-hero-text {
font-size: 16px;
margin-top: 10px;
} @media (max-width: 767px) {
.shop-hero {
height: 240px;
}
.shop-hero-content {
margin-left: 0;
width: 100%;
text-align: center;
padding: 0 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.shop-hero-title {
font-size: 28px;
letter-spacing: 1px;
}
.shop-hero-text {
font-size: 15px;
margin-top: 8px;
}
} .product-item {
width: 100%;
}
.product img {
width: 100%;
height: auto;
} .product-card-bottom {
display: flex;
justify-content: space-between;
align-items: center;
} .shop-load-more-wrap {
text-align: center;
margin: 60px 0;
}
.shop-load-more-btn {
padding: 18px 48px;
background: black;
color: white;
border: none;
cursor: pointer;
}
@media (max-width: 767px) {
.shop-load-more-btn {
width: 100%;
max-width: 320px;
}
}