/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 19 2026 | 15:19:02 */
.shop-hero {
    position: relative;
    padding: 50px 30px 40px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.shop-hero__title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.shop-hero__text {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #555555;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}
.shop-hero__decor {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}
.shop-hero__decor--left {
    width: 260px;
    height: 260px;
    background: #e30613;
    opacity: 0.10;
    top: -90px;
    left: -90px;
}
.shop-hero__decor--right {
    width: 220px;
    height: 220px;
    background: #1a1a2e;
    opacity: 0.08;
    bottom: -80px;
    right: -70px;
}
.shop-hero__decor--dot1 {
    width: 26px;
    height: 26px;
    background: #e30613;
    opacity: 0.35;
    top: 30px;
    right: 12%;
}
.shop-hero__decor--dot2 {
    width: 16px;
    height: 16px;
    background: #1a1a2e;
    opacity: 0.30;
    bottom: 25px;
    left: 15%;
}
@media (max-width: 767px) {
    .shop-hero__title { font-size: 28px; }
    .shop-hero__text { font-size: 15px; }
    .shop-hero__decor--left { width: 160px; height: 160px; top: -60px; left: -60px; }
    .shop-hero__decor--right { width: 130px; height: 130px; bottom: -50px; right: -40px; }
}
.woocommerce-shop h1.page-title {
    display: none;
}
.shop-footer-cta {
    position: relative;
    padding: 45px 30px;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}
.shop-footer-cta__text {
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
}