.hero-wrapper-2c1e4720 {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    color: #1a1a1a;
    background: #fdfdfd;
    overflow: hidden;
    gap: 20px;
    padding: 20px;
    align-items: stretch;
}

.hero-left-panel-2c1e4720,
.hero-middle-panel-2c1e4720,
.hero-right-panel-2c1e4720 {
    flex: 1 1 300px;
    box-sizing: border-box;
}

/* LEFT PANEL styling */
.hero-left-panel-2c1e4720 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background: #fafafa;
    border-radius: 8px;
}

.subtitle-2c1e4720 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-2c1e4720 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #111;
}

.desc-2c1e4720 {
    font-size: 16px;
    color: #666;
    margin: 0 0 25px 0;
}

.price-row-2c1e4720 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.discount-block-2c1e4720 {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.discount-lbl-2c1e4720 {
    font-size: 12px;
    text-transform: uppercase;
}

.discount-val-2c1e4720 {
    font-size: 32px;
    font-weight: 800;
}

.price-val-2c1e4720 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.btn-solid-2c1e4720 {
    align-self: flex-start;
    background: #000;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-solid-2c1e4720:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* MIDDLE PANEL styling */
.hero-middle-panel-2c1e4720 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 350px;
}

.overlapping-images-container-2c1e4720 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-back-2c1e4720 {
    width: 60%;
    max-width: 250px;
    transform: translate(-15%, 5%) rotate(-10deg);
    z-index: 1;
    transition: all 0.3s ease;
}

.img-front-2c1e4720 {
    width: 65%;
    max-width: 280px;
    position: absolute;
    right: 5%;
    z-index: 2;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
    transition: all 0.3s ease;
}

.overlapping-images-container-2c1e4720:hover .img-front-2c1e4720 {
    transform: translateY(-10px) scale(1.03);
}

.overlapping-images-container-2c1e4720:hover .img-back-2c1e4720 {
    transform: translate(-18%, 2%) rotate(-13deg);
}

/* RIGHT PANEL styling */
.hero-right-panel-2c1e4720 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 30px;
}

.badge-2c1e4720 {
    align-self: flex-start;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 20px;
    display: inline-block;
}

.right-title-2c1e4720 {
    font-size: 24px !important;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 15px !important;
}

.right-discount-2c1e4720 {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 25px;
}

.r-lbl-2c1e4720 {
    font-size: 14px;
}

.r-val-2c1e4720 {
    font-size: 32px;
    font-weight: 800;
}

.btn-outline-2c1e4720 {
    align-self: flex-start;
    border: 2px solid;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.btn-outline-2c1e4720:hover {
    background: currentColor;
    color: #fff !important;
}

.right-bottom-2c1e4720 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 30px;
}

.right-product-img-2c1e4720 {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
}

@media (max-width: 1024px) {
    .hero-wrapper-2c1e4720 {
        flex-direction: column;
    }
    .hero-left-panel-2c1e4720,
    .hero-middle-panel-2c1e4720,
    .hero-right-panel-2c1e4720 {
        flex: 1 1 100%;
    }
}
