/* Force zero spacing and full bleed on the wrapper */
.elementor-widget-ultimate_skincare_hero_3720 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.elementor-widget-ultimate_skincare_hero_3720 .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Master Container */
.ush-container-3720 {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    overflow: hidden;
}

/* Left Column */
.ush-left-3720 {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 8%;
    box-sizing: border-box;
}

.ush-left-inner-3720 {
    width: 100%;
    max-width: 750px;
}

.ush-top-label-3720 {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 500;
}

.ush-heading-3720 {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 4.5rem;
    line-height: 1.1;
    margin: 0 0 1.5rem 0;
    font-weight: 400;
}

.ush-heading-3720 .ush-accent-text-3720 {
    font-style: italic;
    font-weight: normal;
}

.ush-desc-3720 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 3rem 0;
    max-width: 85%;
}

/* Buttons */
.ush-buttons-3720 {
    display: flex;
    gap: 1rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.ush-btn-3720 {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.ush-btn-primary-3720 {
    color: #fff;
}

.ush-btn-secondary-3720 {
    background-color: transparent;
}

/* Stats */
.ush-stats-3720 {
    display: flex;
    gap: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    flex-wrap: wrap;
}

.ush-stat-item-3720 {
    display: flex;
    flex-direction: column;
}

.ush-stat-num-3720 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.ush-stat-label-3720 {
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Right Column */
.ush-right-3720 {
    width: 40%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.ush-right-bg-3720 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.ush-right-bg-overlay-3720 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}

/* Badge */
.ush-badge-3720 {
    position: absolute;
    top: 6%;
    right: 8%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    z-index: 3;
    padding: 10px;
    box-sizing: border-box;
}

/* Product Card */
.ush-card-3720 {
    position: absolute;
    bottom: 8%;
    right: 8%;
    width: 80%;
    max-width: 380px;
    padding: 2.5rem;
    z-index: 3;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 4px;
}

.ush-card-3720:hover {
    transform: translateY(-5px);
}

.ush-card-img-3720 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.ush-card-img-3720 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ush-card-label-3720 {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 1rem;
}

.ush-card-title-3720 {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 400;
}

.ush-card-price-wrap-3720 {
    font-size: 0.95rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ush-card-price-3720 {
    font-weight: 600;
    color: #111;
}

/* Responsive */
@media (max-width: 1024px) {
    .ush-heading-3720 { font-size: 3.5rem; }
    .ush-left-3720 { width: 55%; padding: 4% 6%; }
    .ush-right-3720 { width: 45%; }
    .ush-stats-3720 { gap: 1.5rem; }
}

@media (max-width: 768px) {
    .ush-container-3720 {
        flex-direction: column;
        height: auto;
        min-height: auto;
    }
    .ush-left-3720, .ush-right-3720 { 
        width: 100%; 
        height: auto;
    }
    .ush-left-3720 {
        padding: 4rem 1.5rem;
    }
    .ush-right-3720 {
        min-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4rem 1.5rem;
    }
    .ush-heading-3720 { font-size: 2.8rem; }
    .ush-badge-3720 { width: 90px; height: 90px; font-size: 0.65rem; top: 2rem; right: 2rem; }
    .ush-card-3720 { 
        position: relative; 
        bottom: auto; 
        right: auto; 
        width: 100%; 
        margin: 0;
    }
}
