.purecare-page {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 22%),
        radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.08), transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

/* =========================================
   PREMIUM LIGHTING
========================================= */
.premium-line,
.product-card-glow,
.detail-section-glow,
.mini-box-glow,
.cta-box-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    z-index: 2;
}

.premium-line::before,
.product-card-glow::before,
.detail-section-glow::before,
.mini-box-glow::before,
.cta-box-glow::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background:
        linear-gradient(110deg,
            rgba(37, 99, 235, 0.00) 0%,
            rgba(37, 99, 235, 0.38) 16%,
            rgba(111, 169, 255, 0.56) 34%,
            rgba(255, 122, 0, 0.28) 58%,
            rgba(255, 255, 255, 0.12) 76%,
            rgba(37, 99, 235, 0.00) 100%);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.96;
}

.premium-line::after,
.product-card-glow::after,
.detail-section-glow::after,
.mini-box-glow::after,
.cta-box-glow::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 22%),
        radial-gradient(circle at top right, rgba(255, 122, 0, 0.06), transparent 18%);
    opacity: 0.92;
}

/* =========================================
   HERO
========================================= */
.purecare-hero {
    position: relative;
    padding: 46px 0 30px;
    overflow: hidden;
}

.purecare-hero::before {
    content: '';
    position: absolute;
    top: -90px;
    left: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0) 72%);
    pointer-events: none;
}

.purecare-hero::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -90px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.14) 0%, rgba(255, 122, 0, 0) 72%);
    pointer-events: none;
}

.purecare-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 0.94fr;
    gap: 38px;
    align-items: stretch;
}

/* =========================================
   LEFT BRAND BOX
========================================= */
.purecare-brand-box {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(30, 58, 138, 0.10);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 250, 255, 0.98) 56%, rgba(243, 248, 255, 0.98) 100%);
    box-shadow:
        0 28px 64px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purecare-brand-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 25%),
        radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.06), transparent 26%),
        radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.06), transparent 18%);
    pointer-events: none;
    z-index: 0;
}

.brand-box-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 650px;
    text-align: center;
    padding: 56px 42px;
}

.brand-box-logo {
    display: block;
    height: 74px;
    width: auto;
    margin: 0 auto 30px;
}

.brand-box-text-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 14px;
    margin: 0 auto 28px;
    background: linear-gradient(135deg, #eef5ff, #ffffff);
    border: 1px solid rgba(30, 58, 138, 0.12);
    color: var(--primary-blue);
    font-weight: 800;
    font-size: 1.2rem;
}

.brand-box-inner h1 {
    margin: 0;
    color: var(--primary-blue);
    font-size: clamp(2.6rem, 4.6vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.hero-actions-center {
    justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent-orange), #ff9338);
    color: #ffffff;
    box-shadow: 0 16px 36px rgba(255, 122, 0, 0.22);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(255, 122, 0, 0.28);
}

/* =========================================
   RIGHT HERO MEDIA
========================================= */
.purecare-hero-media {
    position: relative;
    display: flex;
}

.hero-media-card {
    position: relative;
    width: 100%;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(30, 58, 138, 0.10);
    box-shadow: 0 28px 62px rgba(15, 23, 42, 0.12);
    background:
        linear-gradient(135deg, rgba(190, 231, 255, 1) 0%, rgba(255, 255, 255, 0.96) 34%, rgba(242, 248, 214, 1) 100%);
    min-height: 560px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.hero-media-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.12), transparent 24%);
    pointer-events: none;
    z-index: 1;
}

.hero-media-card img {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

.hero-media-fallback {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 100%;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--primary-blue);
}

.media-chip {
    display: inline-flex;
    align-self: flex-start;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(30, 58, 138, 0.10);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    font-weight: 700;
    font-size: 0.84rem;
    margin-bottom: 18px;
}

.hero-media-fallback h3 {
    margin: 0 0 12px;
    max-width: 520px;
    color: var(--primary-blue);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.16;
}

.hero-media-fallback p {
    margin: 0 0 8px;
    color: rgba(31, 41, 55, 0.80);
    line-height: 1.8;
}

.media-path {
    display: inline-block;
    font-weight: 700;
    word-break: break-word;
    color: var(--secondary-blue);
}

.hero-play-button {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 4;
    width: 84px;
    height: 84px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-play-button:hover {
    transform: scale(1.05);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.18);
}

.play-icon {
    position: relative;
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid var(--primary-blue);
}

.hero-media-overlay {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 4;
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(30, 58, 138, 0.10);
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 0.88rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

/* =========================================
   GLOBAL SECTION
========================================= */
.section-space {
    padding: 34px 0 86px;
}

.section-heading {
    margin-bottom: 34px;
}

.center-heading {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--secondary-blue);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-eyebrow::before {
    content: '';
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent-orange), var(--secondary-blue));
}

.section-heading h2,
.center-heading h2 {
    margin: 0 0 14px;
    color: var(--primary-blue);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.section-heading p,
.center-heading p {
    margin: 0;
    color: rgba(31, 41, 55, 0.80);
    line-height: 1.85;
}

/* =========================================
   PRODUCT GRID
========================================= */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(30, 58, 138, 0.10);
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    background: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    isolation: isolate;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 28px 56px rgba(15, 23, 42, 0.14),
        0 0 0 1px rgba(37, 99, 235, 0.06);
    border-color: rgba(37, 99, 235, 0.18);
}

.product-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 230px;
    pointer-events: none;
    z-index: 0;
}

.citrus-gold::before {
    background: linear-gradient(135deg, rgba(255, 245, 181, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.fresh-green::before {
    background: linear-gradient(135deg, rgba(214, 255, 193, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.ocean-blue::before {
    background: linear-gradient(135deg, rgba(204, 236, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.soft-lavender::before {
    background: linear-gradient(135deg, rgba(239, 221, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.sunrise-lime::before {
    background: linear-gradient(135deg, rgba(223, 255, 173, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-mix::before {
    background: linear-gradient(135deg, rgba(199, 232, 255, 1) 0%, rgba(240, 255, 203, 0.9) 100%);
}

.product-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(30, 58, 138, 0.10);
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 0.82rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.product-image-wrap {
    position: relative;
    z-index: 2;
    height: 390px;
    padding: 44px 30px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

.product-card:hover .product-image-wrap img {
    transform: scale(1.05);
}

.product-image-fallback {
    width: 100%;
    height: 100%;
    min-height: 290px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px dashed rgba(30, 58, 138, 0.22);
    color: var(--primary-blue);
    padding: 18px;
}

.product-image-fallback span {
    display: block;
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.product-image-fallback small {
    display: block;
    color: rgba(31, 41, 55, 0.74);
    line-height: 1.6;
    word-break: break-word;
}

.product-card-body {
    position: relative;
    z-index: 3;
    padding: 0 28px 30px;
}

.product-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondary-blue);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-card-body h3 {
    margin: 0 0 10px;
    color: var(--primary-blue);
    font-size: 1.5rem;
    line-height: 1.18;
}

.product-card-body p {
    margin: 0 0 14px;
    color: rgba(31, 41, 55, 0.76);
    line-height: 1.75;
    font-size: 0.98rem;
    max-width: 90%;
}

.product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-orange);
    font-weight: 700;
    text-decoration: none;
}

.product-link::after {
    content: '→';
    transition: transform 0.3s ease;
}

.product-link:hover::after {
    transform: translateX(4px);
}

/* =========================================
   DETAIL SECTIONS
========================================= */
.detail-section {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 30px;
    align-items: center;
    margin-bottom: 36px;
    padding: 32px;
    border-radius: 30px;
    border: 1px solid rgba(30, 58, 138, 0.10);
    box-shadow:
        0 22px 48px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    background: #ffffff;
    scroll-margin-top: 110px;
    position: relative;
    overflow: hidden;
}

.detail-reverse {
    grid-template-columns: 1.05fr 0.95fr;
}

.detail-reverse .detail-visual {
    order: 2;
}

.detail-reverse .detail-content {
    order: 1;
}

.detail-section.citrus-gold {
    background: linear-gradient(135deg, rgba(255, 250, 227, 1) 0%, #ffffff 55%);
}

.detail-section.fresh-green {
    background: linear-gradient(135deg, rgba(237, 255, 229, 1) 0%, #ffffff 55%);
}

.detail-section.ocean-blue {
    background: linear-gradient(135deg, rgba(234, 247, 255, 1) 0%, #ffffff 55%);
}

.detail-section.soft-lavender {
    background: linear-gradient(135deg, rgba(247, 239, 255, 1) 0%, #ffffff 55%);
}

.detail-section.sunrise-lime {
    background: linear-gradient(135deg, rgba(246, 255, 224, 1) 0%, #ffffff 55%);
}

.detail-section.brand-mix {
    background: linear-gradient(135deg, rgba(234, 246, 255, 1) 0%, rgba(246, 255, 223, 0.92) 100%);
}

.detail-image-card {
    position: relative;
    min-height: 460px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(30, 58, 138, 0.10);
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
        0 20px 44px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.detail-image-card img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    display: block;
}

.detail-image-fallback {
    width: 100%;
    min-height: 360px;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    border: 1px dashed rgba(30, 58, 138, 0.22);
}

.detail-image-fallback span {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-blue);
    font-size: 1.15rem;
    font-weight: 800;
}

.detail-image-fallback small {
    display: block;
    color: rgba(31, 41, 55, 0.76);
    line-height: 1.65;
    word-break: break-word;
}

.detail-content {
    position: relative;
    z-index: 3;
}

.detail-tag {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--secondary-blue);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.detail-content h3 {
    margin: 0 0 12px;
    color: var(--primary-blue);
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    line-height: 1.14;
}

.detail-intro {
    margin: 0 0 22px;
    color: rgba(31, 41, 55, 0.82);
    line-height: 1.9;
    font-size: 1rem;
}

.purchase-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.purchase-block {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(30, 58, 138, 0.10);
    border-radius: 22px;
    padding: 22px;
    box-shadow:
        0 14px 32px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    position: relative;
    overflow: hidden;
}

.purchase-block h4 {
    margin: 0 0 14px;
    color: var(--primary-blue);
    font-size: 1rem;
    position: relative;
    z-index: 3;
}

.size-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 3;
}

.size-pill {
    appearance: none;
    border: 1px solid rgba(30, 58, 138, 0.12);
    background: #f4f8ff;
    color: var(--primary-blue);
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.size-pill:hover,
.size-pill.active {
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.quantity-control {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 16px;
    background: #f8fbff;
    border: 1px solid rgba(30, 58, 138, 0.10);
    position: relative;
    z-index: 3;
}

.qty-btn {
    appearance: none;
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #ffffff;
    color: var(--primary-blue);
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.qty-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.qty-value {
    min-width: 40px;
    text-align: center;
    color: var(--primary-blue);
    font-size: 1rem;
    font-weight: 800;
}

.purchase-action-inline {
    margin-top: 18px;
    position: relative;
    z-index: 3;
}

.dummy-buy-btn {
    appearance: none;
    border: 0;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--accent-orange), #ff9338);
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(255, 122, 0, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dummy-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(255, 122, 0, 0.26);
}

/* =========================================
   CTA
========================================= */
.purecare-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 36px;
    border-radius: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid rgba(30, 58, 138, 0.10);
    box-shadow:
        0 22px 50px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    position: relative;
    overflow: hidden;
}

.purecare-cta-content,
.purecare-cta-actions {
    position: relative;
    z-index: 3;
}

.purecare-cta-content {
    max-width: 820px;
}

.purecare-cta-content h2 {
    margin: 0 0 14px;
    color: var(--primary-blue);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.2;
}

.purecare-cta-content p {
    margin: 0;
    color: rgba(31, 41, 55, 0.80);
    line-height: 1.85;
}

.purecare-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1199px) {
    .purecare-hero-grid,
    .detail-section,
    .detail-reverse {
        grid-template-columns: 1fr;
    }

    .detail-reverse .detail-visual,
    .detail-reverse .detail-content {
        order: initial;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .purecare-brand-box,
    .hero-media-card {
        min-height: 480px;
    }
}

@media (max-width: 991px) {
    .brand-box-inner,
    .detail-section,
    .purecare-cta-card {
        padding: 24px;
    }

    .purchase-panel {
        grid-template-columns: 1fr;
    }

    .purecare-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .purecare-cta-actions {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .purecare-hero {
        padding-top: 28px;
    }

    .section-space {
        padding: 24px 0 68px;
    }

    .purecare-brand-box,
    .hero-media-card {
        min-height: 320px;
        border-radius: 22px;
    }

    .brand-box-inner {
        padding: 28px 22px;
    }

    .brand-box-logo {
        height: 48px;
        margin-bottom: 20px;
    }

    .brand-box-inner h1 {
        font-size: 2.2rem;
    }

    .hero-media-fallback {
        padding: 24px;
    }

    .hero-media-fallback h3 {
        font-size: 1.55rem;
    }

    .hero-play-button {
        width: 60px;
        height: 60px;
        top: 16px;
        right: 16px;
    }

    .play-icon {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 16px;
    }

    .hero-media-overlay {
        left: 16px;
        right: 16px;
        bottom: 16px;
        justify-content: center;
        text-align: center;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-card,
    .detail-section,
    .purecare-cta-card {
        border-radius: 20px;
    }

    .premium-line,
    .premium-line::before,
    .product-card-glow,
    .product-card-glow::before,
    .detail-section-glow,
    .detail-section-glow::before,
    .mini-box-glow,
    .mini-box-glow::before,
    .cta-box-glow,
    .cta-box-glow::before {
        border-radius: 20px;
    }

    .product-image-wrap {
        height: 320px;
        padding: 38px 20px 14px;
    }

    .detail-image-card {
        min-height: 320px;
        padding: 20px;
        border-radius: 22px;
    }

    .detail-image-card img {
        max-height: 260px;
    }

    .btn,
    .dummy-buy-btn {
        width: 100%;
    }

    .hero-actions,
    .purecare-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}