:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4414730 */.page-dermaprofessional .dp-fullhero::after {
        display: none !important;
}

@media (max-width: 760px) {
.page-dermaprofessional .dp-fullhero {
    background: url("https://staging.preimeaesthetics.com/wp-content/uploads/2026/07/dp-hero.png") !important;
    min-height: 100vh;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e59907c */.figma-pale-band::before {
    opacity: 1 !important;
}

.pp-rel-card .pc-link {
            display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        margin: 16px 0 0;
        padding: 0;
        box-sizing: border-box;
        border-radius: 24px;
        background: var(--primary-500);
        color: #fff;
        font-family: var(--font-body);
        font-size: 16px !important;
        font-weight: 500;
        line-height: 24px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.pp-rel-card.hidden {
    display: none;
}

.pp-rel-card:hover .pc-link {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */