:root {
    --sst-rose: #8f3652;
    --sst-rose-deep: #6f2940;
    --sst-gold: #c5a064;
    --sst-champagne: #f1e5d7;
    --sst-blush: #ead6d5;
    --sst-cream: #fffaf7;
    --sst-ink: #4e3f3e;
    --sst-muted: #766765;
    --sst-line: rgba(143, 54, 82, 0.16);
    --sst-shadow: 0 24px 70px rgba(91, 55, 65, 0.12);
}

body.skyskin-tienda-page {
    overflow-x: hidden;
    background: var(--sst-cream);
}

body.skyskin-tienda-page .page-header,
body.skyskin-tienda-page .entry-header,
body.skyskin-tienda-page .page-title,
body.skyskin-tienda-page main > article > header {
    display: none !important;
}

body.skyskin-tienda-page .site-main,
body.skyskin-tienda-page .content-area,
body.skyskin-tienda-page .site-content,
body.skyskin-tienda-page .page-content,
body.skyskin-tienda-page article,
body.skyskin-tienda-page .entry-content,
body.skyskin-tienda-page .elementor,
body.skyskin-tienda-page .elementor-element,
body.skyskin-tienda-page .elementor-widget-container {
    margin-top: 0;
}

.sst-store,
.sst-store * {
    box-sizing: border-box;
}

.sst-store {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    color: var(--sst-ink);
    background: var(--sst-cream);
    font-family: inherit;
    line-height: 1.65;
    overflow: hidden;
}

.sst-store h1,
.sst-store h2,
.sst-store h3,
.sst-store p {
    margin-top: 0;
}

.sst-store h1,
.sst-store h2,
.sst-store h3 {
    color: var(--sst-rose);
    font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.02em;
}

.sst-store h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(3.5rem, 7.4vw, 7.4rem);
}

.sst-store h2 {
    margin-bottom: 20px;
    font-size: clamp(2.3rem, 4.5vw, 4.25rem);
}

.sst-store h3 {
    margin-bottom: 12px;
    font-size: clamp(1.55rem, 2.4vw, 2.05rem);
}

.sst-store p {
    color: var(--sst-muted);
    font-size: 1rem;
}

.sst-shell {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.sst-eyebrow {
    margin-bottom: 14px !important;
    color: var(--sst-gold) !important;
    font-size: 0.76rem !important;
    font-weight: 700;
    letter-spacing: 0.19em;
    line-height: 1.4;
    text-transform: uppercase;
}

.sst-hero {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: center;
    padding: clamp(88px, 10vw, 148px) 0 clamp(80px, 9vw, 130px);
    background:
        radial-gradient(circle at 12% 16%, rgba(234, 214, 213, 0.72), transparent 36%),
        linear-gradient(135deg, #fffdfb 0%, #f6ece6 50%, #ead8d7 100%);
    isolation: isolate;
}

.sst-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.38;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(197, 160, 100, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(197, 160, 100, 0.09) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 80%);
}

.sst-orb {
    position: absolute;
    z-index: 0;
    border: 1px solid rgba(197, 160, 100, 0.24);
    border-radius: 999px;
    pointer-events: none;
}

.sst-orb-a {
    width: 480px;
    height: 480px;
    top: -200px;
    right: -100px;
}

.sst-orb-b {
    width: 260px;
    height: 260px;
    bottom: -100px;
    left: 44%;
}

.sst-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: clamp(46px, 7vw, 100px);
    align-items: center;
}

.sst-lead {
    max-width: 700px;
    margin-bottom: 34px !important;
    color: var(--sst-ink) !important;
    font-size: clamp(1.08rem, 1.7vw, 1.3rem) !important;
    line-height: 1.75 !important;
}

.sst-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 25px;
}

.sst-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.sst-btn:hover,
.sst-btn:focus-visible {
    transform: translateY(-2px);
}

.sst-btn-primary {
    color: #fff !important;
    background: var(--sst-rose);
    box-shadow: 0 14px 30px rgba(143, 54, 82, 0.22);
}

/* Evita que estilos globales del tema oculten el texto de botones rosados. */
body.skyskin-tienda-page .sst-store a.sst-btn-primary,
body.skyskin-tienda-page .sst-store a.sst-btn-primary:link,
body.skyskin-tienda-page .sst-store a.sst-btn-primary:visited,
body.skyskin-tienda-page .sst-store a.sst-btn-primary:hover,
body.skyskin-tienda-page .sst-store a.sst-btn-primary:focus,
body.skyskin-tienda-page .sst-store a.sst-btn-primary:active,
body.skyskin-tienda-page .sst-products .woocommerce a.button {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-indent: 0 !important;
    font-size: .92rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 2;
}

.sst-btn-primary:hover,
.sst-btn-primary:focus-visible {
    color: #fff !important;
    background: var(--sst-rose-deep);
}

.sst-btn-secondary {
    color: var(--sst-rose) !important;
    border-color: rgba(143, 54, 82, 0.28);
    background: rgba(255, 255, 255, 0.58);
}

.sst-btn-secondary:hover,
.sst-btn-secondary:focus-visible {
    color: var(--sst-rose-deep) !important;
    background: #fff;
}

.sst-small {
    max-width: 650px;
    margin-bottom: 0 !important;
    font-size: 0.88rem !important;
}

.sst-hero-panel {
    position: relative;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 340px 42px 42px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 48% 48% 28px 28px / 35% 35% 28px 28px;
    background: linear-gradient(155deg, rgba(255,255,255,.72), rgba(255,250,247,.36));
    box-shadow: var(--sst-shadow);
    backdrop-filter: blur(14px);
}

.sst-panel-kicker {
    position: absolute;
    top: 32px;
    left: 32px;
    padding: 8px 13px;
    border: 1px solid rgba(143,54,82,.14);
    border-radius: 999px;
    color: var(--sst-rose);
    background: rgba(255,255,255,.64);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sst-hero-panel h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    font-size: clamp(2rem, 2.8vw, 2.9rem);
}

.sst-hero-panel p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.sst-bottle {
    position: absolute;
    top: 86px;
    left: 50%;
    width: 116px;
    height: 210px;
    transform: translateX(-50%);
    filter: drop-shadow(0 24px 24px rgba(89, 54, 62, .15));
}

.sst-bottle-cap {
    position: absolute;
    top: 0;
    left: 32px;
    width: 52px;
    height: 36px;
    border-radius: 12px 12px 6px 6px;
    background: linear-gradient(90deg, #b18d54, #e2c58c, #a9844d);
}

.sst-bottle-body {
    position: absolute;
    inset: 30px 0 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(143,54,82,.12);
    border-radius: 24px 24px 34px 34px;
    background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(231,207,207,.8));
}

.sst-bottle-body::after {
    content: "Dermatología";
    position: absolute;
    bottom: 36px;
    color: var(--sst-gold);
    font-family: Georgia, serif;
    font-size: .56rem;
    letter-spacing: .05em;
}

.sst-bottle-body i {
    color: var(--sst-rose);
    font-family: Georgia, serif;
    font-size: 2rem;
    font-style: normal;
    letter-spacing: -.12em;
}

.sst-section {
    padding: clamp(76px, 9vw, 124px) 0;
}

.sst-categories {
    background: #fffdfb;
}

.sst-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
}

.sst-card {
    position: relative;
    min-height: 280px;
    padding: 36px 32px;
    border: 1px solid var(--sst-line);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,234,229,.76));
    box-shadow: 0 16px 46px rgba(91,55,65,.07);
}

.sst-card::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-right: 1px solid rgba(197,160,100,.4);
    border-bottom: 1px solid rgba(197,160,100,.4);
    border-radius: 0 0 16px 0;
}

.sst-card-number {
    display: block;
    margin-bottom: 52px;
    color: var(--sst-gold);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.sst-card p {
    margin-bottom: 0;
}

.sst-catalog {
    background: linear-gradient(180deg, var(--sst-champagne), #f7efea);
}

.sst-section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 480px);
    gap: 56px;
    align-items: end;
    margin-bottom: 42px;
}

.sst-section-heading h2,
.sst-section-heading p {
    margin-bottom: 0;
}

.sst-coming-card {
    display: grid;
    grid-template-columns: 92px 1fr auto;
    gap: 30px;
    align-items: center;
    padding: clamp(30px, 5vw, 56px);
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 26px;
    background: rgba(255,255,255,.64);
    box-shadow: var(--sst-shadow);
    backdrop-filter: blur(12px);
}

.sst-coming-card h3,
.sst-coming-card p {
    margin-bottom: 8px;
}

.sst-coming-card p {
    margin-bottom: 0;
}

.sst-coming-mark {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(197,160,100,.52);
    border-radius: 50%;
    color: var(--sst-rose);
    background: rgba(255,255,255,.7);
    font-family: Georgia, serif;
    font-size: 1.8rem;
    letter-spacing: -.12em;
}

.sst-text-link {
    color: var(--sst-rose) !important;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none !important;
}

.sst-text-link span {
    display: inline-block;
    margin-left: 8px;
    transition: transform .2s ease;
}

.sst-text-link:hover span {
    transform: translateX(4px);
}

.sst-products .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
}

.sst-products .woocommerce ul.products::before,
.sst-products .woocommerce ul.products::after {
    display: none !important;
}

.sst-products .woocommerce ul.products li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 18px 18px 24px !important;
    border: 1px solid rgba(143,54,82,.12);
    border-radius: 20px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 14px 40px rgba(91,55,65,.07);
}

.sst-products .woocommerce ul.products li.product img {
    border-radius: 14px;
}

.sst-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--sst-rose);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.45rem;
}

.sst-products .woocommerce ul.products li.product .price {
    color: var(--sst-ink);
}

.sst-products .woocommerce ul.products li.product .button {
    border-radius: 999px;
    color: #fff;
    background: var(--sst-rose);
}

.sst-method {
    background: #fffdfb;
}

.sst-method-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: start;
}

.sst-method-list {
    border-top: 1px solid var(--sst-line);
}

.sst-method-list > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 25px 0;
    border-bottom: 1px solid var(--sst-line);
}

.sst-method-list span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(197,160,100,.55);
    border-radius: 50%;
    color: var(--sst-gold);
    font-size: .82rem;
    font-weight: 700;
}

.sst-method-list p {
    margin-bottom: 0;
}

.sst-method-list strong {
    color: var(--sst-ink);
}

.sst-cta {
    padding: 0 0 clamp(80px, 10vw, 140px);
    background: #fffdfb;
}

.sst-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 44px;
    align-items: center;
    padding: clamp(38px, 6vw, 68px);
    border: 1px solid rgba(197,160,100,.28);
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 15%, rgba(234,214,213,.75), transparent 32%),
        linear-gradient(135deg, #f6e9e5, #f1e5d7);
}

.sst-cta-box h2 {
    margin-bottom: 12px;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.sst-cta-box p:last-child {
    max-width: 700px;
    margin-bottom: 0;
}


@media (min-width: 721px) and (max-width: 1180px) {
    .sst-hero-panel {
        min-height: 540px;
        padding-top: 325px;
    }

    .sst-bottle {
        top: 82px;
    }
}

@media (max-width: 980px) {
    .sst-hero-grid,
    .sst-method-grid {
        grid-template-columns: 1fr;
    }

    .sst-hero-panel {
        width: min(560px, 100%);
        margin: 0 auto;
    }

    .sst-card-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sst-card:last-child {
        grid-column: 1 / -1;
    }

    .sst-section-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sst-products .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .sst-shell {
        width: min(100% - 30px, 1180px);
    }

    .sst-hero {
        min-height: 0;
        padding-top: 74px;
    }

    .sst-store h1 {
        font-size: clamp(3.15rem, 16vw, 4.7rem);
    }

    .sst-actions,
    .sst-btn {
        width: 100%;
    }

    .sst-hero-panel {
        min-height: 540px;
        padding: 310px 26px 32px;
        border-radius: 42% 42% 24px 24px / 28% 28% 24px 24px;
    }

    .sst-panel-kicker {
        top: 24px;
        left: 24px;
    }

    .sst-bottle {
        top: 78px;
    }

    .sst-card-grid,
    .sst-products .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .sst-card:last-child {
        grid-column: auto;
    }

    .sst-card {
        min-height: 0;
    }

    .sst-card-number {
        margin-bottom: 34px;
    }

    .sst-coming-card {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .sst-coming-mark {
        width: 74px;
        height: 74px;
    }

    .sst-text-link {
        white-space: normal;
    }

    .sst-method-grid {
        gap: 34px;
    }

    .sst-cta-box {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sst-store *,
    .sst-store *::before,
    .sst-store *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
