.woo-page-wrapper {
            margin-top: 70px;
            margin-bottom: 70px;
            min-height: 900px;
        }
        .woo-page-title {
            margin: 0 0 30px 0;
            font-size: 2rem;
            font-weight: 600;
            line-height: 1.2;
        }
        .wc-block-cart__empty-cart__title::before {
    display: none !important;
    content: none !important;
}

.has-text-align-center {
    text-align: center;
    font-weight: 700;
}

.hero-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 70vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}
.hero-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 600;
    text-align: center;
    padding: 0 1rem;
}
.products-section {
    padding: 4rem 0;
}
.content-block {
    padding: 5rem 0;
    background: #f5f5f5;
}
.content-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 3rem;
}
.content-text h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.content-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1.5rem;
}
.btn-dark {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.9rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.85rem;
    width: fit-content;
}
.btn-dark:hover {
    background: #333;
    color: #fff;
}
.page-content {
    padding: 4rem 0;
}
