.prince-shop-hero,
.prince-shop-hero * {
    box-sizing: border-box;
}

.prince-shop-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 0% 0%, rgba(21, 93, 52, 0.08), transparent 34%), linear-gradient(135deg, #fffdf4 0%, #fbfaf2 45%, #f8f6ed 100%);
    padding: 120px 24px;
    isolation: isolate;
}

.prince-shop-hero__inner {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.prince-shop-hero__grid {
    display: flex;
    align-items: center;
    gap: 86px;
    width: 100%;
}

.prince-shop-hero__content {
    flex: 0 1 47%;
    max-width: 47%;
    min-width: 0;
}

.prince-shop-hero__visual {
    flex: 0 1 53%;
    max-width: 53%;
    min-width: 0;
}

.prince-shop-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 42px;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(21, 93, 52, 0.08);
    color: #155d34;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.prince-shop-hero__badge-icon,
.prince-shop-hero__button-icon,
.prince-shop-hero__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
}

.prince-shop-hero__badge-icon img,
.prince-shop-hero__button-icon img,
.prince-shop-hero__feature-icon img {
    width: 1em;
    height: 1em;
    object-fit: contain;
    display: block;
}

.prince-shop-hero__title {
    margin: 0 0 30px;
    color: #164d32;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
    font-size: clamp(44px, 4.65vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.035em;
}

.prince-shop-hero__title span {
    display: inline;
}

.prince-shop-hero__title-highlight {
    color: #d7aa22;
}

.prince-shop-hero__description {
    max-width: 620px;
    margin: 0;
    color: #646464;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: clamp(16px, 1.15vw, 20px);
    line-height: 1.72;
    font-weight: 400;
}

.prince-shop-hero__description p {
    margin: 0 0 1em;
}

.prince-shop-hero__description p:last-child {
    margin-bottom: 0;
}

.prince-shop-hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin: 56px 0 0;
}

.prince-shop-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 64px;
    padding: 18px 30px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.prince-shop-hero__button:hover,
.prince-shop-hero__button:focus {
    transform: translateY(-2px);
    text-decoration: none !important;
}

.prince-shop-hero__button--primary {
    background: #155d34;
    border-color: #155d34;
    color: #fff;
    box-shadow: 0 18px 42px rgba(21, 93, 52, 0.26);
}

.prince-shop-hero__button--primary:hover,
.prince-shop-hero__button--primary:focus {
    color: #fff;
    box-shadow: 0 20px 46px rgba(21, 93, 52, 0.34);
}

.prince-shop-hero__button--secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(23, 74, 49, 0.25);
    color: #174a31;
    box-shadow: 0 12px 28px rgba(35, 55, 41, 0.08);
}

.prince-shop-hero__button--secondary:hover,
.prince-shop-hero__button--secondary:focus {
    color: #174a31;
    box-shadow: 0 16px 34px rgba(35, 55, 41, 0.13);
}

.prince-shop-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 58px 0 0;
}

.prince-shop-hero__feature {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-width: 112px;
}

.prince-shop-hero__feature-icon {
    width: 45px;
    height: 45px;
    border-radius: 999px;
    background: rgba(21, 93, 52, 0.10);
    color: #155d34;
    font-size: 19px;
    font-weight: 800;
}

.prince-shop-hero__feature-title {
    color: #1c4933;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

.prince-shop-hero__image-card {
    position: relative;
    width: 100%;
    height: 585px;
    overflow: hidden;
    border-radius: 28px;
    background: #e9efe5;
    box-shadow: 18px 24px 38px rgba(44, 42, 26, 0.16);
}

.prince-shop-hero__image-card picture,
.prince-shop-hero__image-card img {
    display: block;
    width: 100%;
    height: 100%;
}

.prince-shop-hero__image-card img {
    object-fit: cover;
    object-position: center center;
}

.prince-shop-hero__image-card.has-shine::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.22), transparent 35%, transparent 70%, rgba(255,255,255,.08));
    pointer-events: none;
}

.prince-shop-hero__placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    background: linear-gradient(180deg, #b9dcf3 0%, #e7f3fa 42%, #c5dca6 43%, #75a761 100%);
}

.prince-shop-hero__placeholder::before {
    content: "";
    position: absolute;
    left: -8%;
    top: -10%;
    width: 46%;
    height: 42%;
    border-radius: 0 0 999px 0;
    background: rgba(21, 93, 52, .28);
    transform: rotate(-14deg);
}

.prince-shop-hero__placeholder-fruits {
    position: relative;
    z-index: 2;
    font-size: clamp(50px, 6vw, 98px);
    line-height: 1.05;
    text-shadow: 0 10px 22px rgba(0,0,0,.16);
}

.prince-shop-hero__placeholder-text {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-self: flex-start;
    margin-top: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    color: #155d34;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.prince-shop-hero--decorated .prince-shop-hero__decor {
    display: block;
}

.prince-shop-hero__decor {
    display: none;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: .45;
}

.prince-shop-hero__decor--top {
    left: -40px;
    top: -20px;
    width: 210px;
    height: 170px;
    border-radius: 50%;
    border: 7px solid rgba(21, 93, 52, .11);
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-24deg);
}

.prince-shop-hero__decor--dots {
    left: 6px;
    bottom: 42px;
    width: 118px;
    height: 118px;
    background-image: radial-gradient(rgba(21, 93, 52, .15) 2px, transparent 3px);
    background-size: 19px 19px;
}

.prince-shop-hero__decor--right {
    right: -22px;
    top: 0;
    width: 160px;
    height: 160px;
    background: repeating-linear-gradient(-28deg, transparent 0 12px, rgba(215, 170, 34, .16) 13px 16px);
    border-radius: 50%;
}

.elementor-editor-active .prince-shop-hero__button {
    cursor: pointer;
}

@media (max-width: 1200px) {
    .prince-shop-hero__grid {
        gap: 48px;
    }

    .prince-shop-hero__badge {
        margin-bottom: 30px;
    }

    .prince-shop-hero__buttons {
        margin-top: 40px;
        gap: 16px;
    }

    .prince-shop-hero__features {
        margin-top: 42px;
    }
}

@media (max-width: 1024px) {
    .prince-shop-hero {
        padding: 80px 22px;
    }

    .prince-shop-hero__grid {
        flex-direction: column;
        align-items: stretch;
    }

    .prince-shop-hero__content,
    .prince-shop-hero__visual {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .prince-shop-hero__content {
        text-align: center;
    }

    .prince-shop-hero__description {
        margin-left: auto;
        margin-right: auto;
    }

    .prince-shop-hero__buttons,
    .prince-shop-hero__features {
        justify-content: center;
    }

    .prince-shop-hero__image-card {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .prince-shop-hero {
        padding: 60px 16px 64px;
    }

    .prince-shop-hero__grid {
        gap: 30px;
    }

    .prince-shop-hero__badge {
        font-size: 12px;
        padding: 9px 13px;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .prince-shop-hero__title {
        font-size: clamp(36px, 12vw, 48px);
        line-height: 1.05;
        letter-spacing: -0.025em;
        margin-bottom: 20px;
    }

    .prince-shop-hero__description {
        font-size: 15px;
        line-height: 1.68;
    }

    .prince-shop-hero__buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        margin-top: 30px;
    }

    .prince-shop-hero__button {
        width: 100%;
        min-height: 56px;
        padding: 15px 18px;
        font-size: 14px;
    }

    .prince-shop-hero__features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 14px;
        margin-top: 32px;
    }

    .prince-shop-hero__feature {
        justify-content: flex-start;
        min-width: 0;
    }

    .prince-shop-hero__feature-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .prince-shop-hero__feature-title {
        font-size: 13px;
        line-height: 1.25;
    }

    .prince-shop-hero__image-card {
        height: 310px;
        border-radius: 22px;
    }

    .prince-shop-hero__decor--top {
        width: 150px;
        height: 120px;
    }

    .prince-shop-hero__decor--right {
        width: 110px;
        height: 110px;
    }

    .prince-shop-hero__decor--dots {
        width: 90px;
        height: 90px;
        bottom: 10px;
        opacity: .3;
    }
}

@media (max-width: 420px) {
    .prince-shop-hero__features {
        grid-template-columns: 1fr;
    }
}
