:root {
    --navy: #061b4e;
    --navy-2: #071133;
    --blue: #006cff;
    --cyan: #00d5ff;
    --pink: #ff2f8f;
    --magenta: #d80d6f;
    --yellow: #ffd03b;
    --ink: #101525;
    --muted: #667085;
    --line: #dfe5f3;
    --light: #f4f7ff;
    --white: #fff;
    --font-display: 'Oxanium', 'Chakra Petch', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background: #fff;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto
}

.section-pad {
    padding: 96px 0
}

.light-section {
    background: var(--light)
}

.site-header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0 34px;
    background: rgba(5, 17, 51, .74);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    transition: .25s
}

.site-header.is-scrolled {
    height: 68px;
    background: rgba(5, 17, 51, .94);
    box-shadow: 0 16px 50px rgba(0, 0, 0, .26)
}

.brand img {
    width: 174px
}

.main-nav {
    display: flex;
    gap: 22px;
    margin-left: auto
}

.main-nav a, .ghost-link {
    font-size: 14px;
    font-weight: 800;
    opacity: .9
}

.main-nav a:hover, .ghost-link:hover {
    color: var(--cyan)
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px
}

.menu-toggle {
    display: none;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 28px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--pink), #ff5a2f);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(255, 47, 143, .28);
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(255, 47, 143, .34)
}

.btn-small {
    min-height: 38px;
    padding: 0 15px;
    font-size: 13px
}

.btn-outline {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .35);
    box-shadow: none
}

.btn-light {
    background: #fff;
    color: var(--navy);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18)
}

.hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: #050b21
}

.hero-bg, .auction-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02)
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 9, 28, .96) 0%, rgba(5, 16, 47, .86) 30%, rgba(6, 17, 51, .48) 58%, rgba(4, 8, 22, .58) 100%), radial-gradient(circle at 28% 24%, rgba(0, 213, 255, .28), transparent 30%), radial-gradient(circle at 68% 50%, rgba(255, 47, 143, .20), transparent 36%)
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:minmax(0, 650px) 360px;
    gap: 64px;
    align-items: center;
    padding-top: 76px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cyan);
    font-family: var(--font-display);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px
}

.hero h1, .section-head h2, .about h2, .auction-grid h2, .feature-panel h2, .newsletter h2 {
    font-family: var(--font-display);
    letter-spacing: -.045em;
    line-height: .94
}

.hero h1 {
    margin: 18px 0 20px;
    font-size: clamp(54px, 8vw, 104px);
    max-width: 780px;
    text-transform: uppercase
}

.hero-copy p {
    font-size: 20px;
    line-height: 1.65;
    max-width: 620px;
    color: rgba(255, 255, 255, .88)
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 34px 0
}

.trust-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.trust-row span {
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em
}

.hero-feature {
    border: 1px solid rgba(255, 255, 255, .20);
    background: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .06));
    backdrop-filter: blur(16px);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .32)
}

.hero-feature .badge {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 10px;
    background: var(--yellow);
    color: #281600;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase
}

.hero-feature h2 {
    font-size: 33px;
    margin: 20px 0 10px
}

.hero-feature p {
    color: rgba(255, 255, 255, .82);
    line-height: 1.6
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 34px
}

.section-head h2 {
    font-size: clamp(36px, 4.3vw, 62px);
    max-width: 780px;
    margin: 10px 0 0
}

.category-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px
}

.category-card, .product-card, .blog-card, .feature-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 50px rgba(9, 34, 88, .08)
}

.category-card span {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 900;
    color: var(--pink)
}

.category-card h3, .product-card h3, .blog-card h3 {
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1.08;
    margin: 14px 0 10px
}

.category-card p, .product-card p, .blog-card p, .feature-panel p, .about-copy p {
    color: var(--muted);
    line-height: 1.72
}

.about {
    background: linear-gradient(135deg, var(--navy-2), var(--navy));
    color: #fff
}

.about-grid {
    display: grid;
    grid-template-columns:.82fr 1.18fr;
    gap: 66px
}

.about h2 {
    font-size: clamp(40px, 5vw, 72px);
    margin: 12px 0
}

.about-copy p {
    color: rgba(255, 255, 255, .78);
    font-size: 17px
}

.product-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px
}

.product-card {
    position: relative;
    overflow: hidden
}

.product-art{
    width: 220px;
    height:220px;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:18px;
    background:#f5f5f5;
}

.product-art img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.product-card a, .blog-card a {
    font-weight: 900;
    color: var(--pink)
}

.auction-band {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #050b21
}

.auction-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 8, 22, .95), rgba(6, 17, 51, .78), rgba(4, 8, 22, .55)), radial-gradient(circle at 64% 50%, rgba(255, 47, 143, .28), transparent 38%);
    z-index: 1
}

.auction-grid {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    min-height: 330px
}

.auction-grid h2 {
    font-size: clamp(38px, 5vw, 76px);
    margin: 12px 0;
    max-width: 780px
}

.auction-grid p {
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .82);
    max-width: 680px
}

.feature-split {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 22px
}

.feature-panel h2 {
    font-size: 42px;
    margin: 14px 0
}

.feature-panel.dark {
    background: linear-gradient(135deg, var(--navy), #050b21);
    color: #fff
}

.feature-panel.dark p {
    color: rgba(255, 255, 255, .78)
}

.blog-grid {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 16px
}

.blog-card span {
    font-size: 12px;
    font-weight: 900;
    color: var(--blue);
    text-transform: uppercase
}

.newsletter {
    background: linear-gradient(135deg, var(--blue), var(--pink));
    color: #fff
}

.newsletter-box {
    display: grid;
    grid-template-columns:1.1fr .9fr;
    align-items: center;
    gap: 40px
}

.newsletter h2 {
    font-size: 56px;
    margin: 10px 0
}

.newsletter p {
    color: rgba(255, 255, 255, .85)
}

.newsletter-form {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, .16);
    padding: 10px;
    border-radius: 999px
}

.newsletter-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    font: inherit;
    outline: 0
}

.site-footer {
    background: #050914;
    color: #fff;
    padding: 54px 0 24px
}

.footer-grid {
    display: grid;
    grid-template-columns:1.3fr .7fr .7fr;
    gap: 42px
}

.footer-grid img {
    width: 160px;
    margin-bottom: 18px
}

.footer-grid p, .footer-grid a {
    color: rgba(255, 255, 255, .68);
    line-height: 1.8
}

.footer-grid a {
    display: block
}

.footer-grid h4 {
    font-family: var(--font-display);
    text-transform: uppercase
}

.footer-line {
    text-align: center;
    color: rgba(255, 255, 255, .58);
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 22px;
    margin: 36px auto 0;
    width: min(1180px, calc(100% - 40px))
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: .7s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

@media (max-width: 980px) {
    .site-header {
        padding: 0 20px
    }

    .main-nav, .header-actions {
        display: none
    }

    .menu-toggle {
        display: block;
        margin-left: auto
    }

    .main-nav.is-open {
        display: flex;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: rgba(5, 17, 51, .98);
        padding: 22px
    }

    .hero {
        min-height: 760px
    }

    .hero-grid, .about-grid, .newsletter-box, .feature-split {
        grid-template-columns:1fr
    }

    .hero-feature {
        max-width: 520px
    }

    .category-grid, .product-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .blog-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .section-head {
        display: block
    }

    .auction-grid {
        display: block
    }

    .auction-grid .btn {
        margin-top: 18px
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 28px, 1180px)
    }

    .section-pad {
        padding: 70px 0
    }

    .hero h1 {
        font-size: 46px
    }

    .hero-copy p {
        font-size: 17px
    }

    .category-grid, .product-grid, .blog-grid {
        grid-template-columns:1fr
    }

    .newsletter-form {
        display: grid;
        border-radius: 22px
    }

    .newsletter-form input {
        min-height: 46px
    }

    .footer-grid {
        grid-template-columns:1fr
    }

    .brand img {
        width: 146px
    }
}

/* ─────────────────────────────────────────────────────────────────
   TIENDA — estilos específicos de /tienda
   ───────────────────────────────────────────────────────────────── */

/* Page Hero (páginas internas) */
.page-hero {
    position: relative;
    padding: 150px 0 88px;
    background: linear-gradient(135deg, var(--navy-2) 0%, var(--navy) 60%, #09154a 100%);
    color: #fff;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 48%, rgba(255,47,143,.24), transparent 42%),
        radial-gradient(circle at 18% 82%, rgba(0,213,255,.20), transparent 38%);
    pointer-events: none;
}

.page-hero-inner {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(52px, 8vw, 96px);
    letter-spacing: -.045em;
    line-height: .94;
    text-transform: uppercase;
    margin: 18px 0 22px;
}

.page-hero p {
    font-size: 19px;
    line-height: 1.65;
    color: rgba(255,255,255,.84);
    max-width: 640px;
    margin: 0;
}

.page-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

/* Filter Bar */
.filter-bar {
    position: sticky;
    top: 68px;
    z-index: 40;
    padding: 16px 0;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}

.filter-bar .container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.filter-btn {
    padding: 9px 18px;
    border-radius: 999px;
    border: 1.5px solid var(--line);
    background: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    transition: .18s;
    white-space: nowrap;
}

.filter-btn:hover {
    border-color: var(--navy);
    color: var(--navy);
}

.filter-btn.is-active {
    background: linear-gradient(135deg, var(--pink), #ff5a2f);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 22px rgba(255,47,143,.28);
}

/* Shop Section */
.shop-section {
    padding: 72px 0 96px;
    background: var(--light);
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
}

/* Shop Card */
.shop-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(9,34,88,.07);
    transition: transform .25s, box-shadow .25s;
    display: flex;
    flex-direction: column;
}

.shop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 64px rgba(9,34,88,.14);
}

.shop-card-image {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f0f3fa;
    overflow: hidden;
}

.shop-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 18px;
    transition: transform .35s;
}

.shop-card:hover .shop-card-image img {
    transform: scale(1.07);
}

.shop-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.badge-new      { background: var(--yellow);  color: #281600; }
.badge-hot      { background: var(--pink);    color: #fff; }
.badge-preventa { background: var(--cyan);    color: var(--navy); }
.badge-limited  { background: var(--navy);    color: #fff; }

.shop-card-body {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

.shop-card-category {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .10em;
    color: var(--blue);
    margin: 0;
}

.shop-card-title {
    font-family: var(--font-display);
    font-size: 17px;
    line-height: 1.18;
    color: var(--ink);
    margin: 0;
    flex: 1;
}

.shop-card-price {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    color: var(--pink);
    margin: 6px 0 12px;
}

.shop-card-price span {
    font-size: 12px;
    font-weight: 500;
    color: var(--muted);
    font-family: var(--font-body);
    margin-left: 3px;
}

.shop-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    border: 1.5px solid var(--line);
    background: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 800;
    color: var(--navy);
    text-decoration: none;
    transition: .18s;
    margin-top: auto;
}

.shop-card-btn:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

/* CTA Band */
.cta-band {
    background: linear-gradient(135deg, var(--navy-2), var(--navy));
    color: #fff;
}

.cta-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 54px);
    letter-spacing: -.04em;
    line-height: .96;
    margin: 10px 0 0;
}

.cta-actions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* ─── Responsive: Tienda ────────────────────────────── */
@media (max-width: 980px) {
    .page-hero { padding: 120px 0 66px; }
    .page-hero h1 { font-size: 52px; }
    .shop-grid { grid-template-columns: repeat(2, 1fr); }
    .filter-bar { top: 78px; }
    .cta-grid { display: block; }
    .cta-actions { margin-top: 24px; }
}

@media (max-width: 620px) {
    .page-hero { padding: 110px 0 56px; }
    .page-hero h1 { font-size: 42px; }
    .page-hero p { font-size: 17px; }
    .shop-grid { grid-template-columns: 1fr; }
    .filter-bar .container { gap: 6px; }
    .filter-btn { font-size: 12px; padding: 8px 14px; }
}

/* ─────────────────────────────────────────────────────────────────
   DETALLE DE PRODUCTO — /producto/{slug}
   ───────────────────────────────────────────────────────────────── */

/* ─── Wrapper ───────────────────────────────────────── */
.product-detail {
    padding: 44px 0 80px;
    background: #fff;
}

/* ─── Breadcrumb ────────────────────────────────────── */
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 40px;
    font-size: 13px;
    color: var(--muted);
}

.breadcrumb a {
    color: var(--muted);
    transition: color .15s;
}

.breadcrumb a:hover { color: var(--navy); }

.breadcrumb-sep { color: var(--line); user-select: none; }

.breadcrumb > span:last-child {
    color: var(--ink);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
}

/* ─── Product layout ────────────────────────────────── */
.product-layout {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 64px;
    align-items: start;
}

/* ─── Gallery ───────────────────────────────────────── */
.product-gallery {
    position: sticky;
    top: 96px;
}

.product-main-image {
    aspect-ratio: 1 / 1;
    background: var(--light);
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 20px 60px rgba(9,34,88,.08);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 28px;
    display: block;
    transition: transform .4s ease;
}

.product-main-image:hover img {
    transform: scale(1.04);
}

.product-thumbs {
    display: flex;
    gap: 10px;
}

.product-thumb {
    width: 82px;
    height: 82px;
    border-radius: 14px;
    border: 2px solid var(--line);
    background: var(--light);
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: border-color .18s, box-shadow .18s;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    display: block;
}

.product-thumb:hover {
    border-color: var(--blue);
}

.product-thumb.is-active {
    border-color: var(--pink);
    box-shadow: 0 0 0 3px rgba(255,47,143,.18);
}

/* ─── Product info column ───────────────────────────── */
.product-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-category-label {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: rgba(0,108,255,.08);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .10em;
    color: var(--blue);
    width: fit-content;
}

.product-title {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.14;
    letter-spacing: -.03em;
    color: var(--ink);
    margin: 0;
}

.product-price {
    font-family: var(--font-display);
    font-size: 44px;
    font-weight: 800;
    color: var(--pink);
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.product-price span {
    font-size: 15px;
    font-weight: 500;
    color: var(--muted);
    font-family: var(--font-body);
}

/* ─── Status chips ──────────────────────────────────── */
.product-status {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--ink);
}

.status-chip.available {
    border-color: #22c55e;
    color: #16a34a;
    background: rgba(34,197,94,.07);
}

/* ─── Divider ───────────────────────────────────────── */
.pd-divider {
    height: 1px;
    background: var(--line);
    border: none;
    margin: 0;
}

/* ─── Quantity control ──────────────────────────────── */
.qty-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.qty-label {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .10em;
    color: var(--muted);
}

.quantity-control {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid var(--line);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    width: fit-content;
}

.qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: none;
    background: transparent;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: var(--ink);
    cursor: pointer;
    transition: background .15s;
    flex-shrink: 0;
}

.qty-btn:hover { background: var(--light); }

.qty-input {
    width: 56px;
    height: 46px;
    border: none;
    border-left: 1.5px solid var(--line);
    border-right: 1.5px solid var(--line);
    text-align: center;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    background: transparent;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* ─── Commerce actions ──────────────────────────────── */
.commerce-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-cart {
    width: 100%;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, var(--pink), #ff5a2f);
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(255,47,143,.28);
    transition: transform .2s, box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(255,47,143,.36);
}

.btn-fav {
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    border: 1.5px solid var(--line);
    background: #fff;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 800;
    color: var(--ink);
    cursor: pointer;
    transition: border-color .18s, color .18s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-fav:hover {
    border-color: var(--pink);
    color: var(--pink);
}

/* ─── Trust microcopy ───────────────────────────────── */
.trust-microcopy {
    font-size: 12px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    line-height: 1.5;
}

.trust-microcopy svg { flex-shrink: 0; color: var(--blue); }

/* ─── Trust panels ──────────────────────────────────── */
.trust-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.trust-panel {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--light);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.trust-panel-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--navy-2), var(--navy));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.trust-panel-text strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 2px;
}

.trust-panel-text span {
    font-size: 11px;
    color: var(--muted);
    line-height: 1.4;
}

/* ─── Payment + Shipping boxes ──────────────────────── */
.payment-box,
.shipping-box {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
}

.box-header {
    padding: 13px 18px;
    background: var(--light);
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    font-weight: 800;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-header svg { color: var(--navy); flex-shrink: 0; }

.box-list {
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.box-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.45;
}

.box-item-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pink), var(--blue));
    flex-shrink: 0;
}

/* ─── Product description section ───────────────────── */
.product-description {
    padding: 72px 0 0;
    border-top: 1px solid var(--line);
    margin-top: 64px;
}

.description-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 64px;
    align-items: start;
}

.description-body h2 {
    font-family: var(--font-display);
    font-size: 28px;
    letter-spacing: -.03em;
    line-height: 1.1;
    margin: 0 0 18px;
    color: var(--ink);
}

.description-body p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.78;
    margin: 0 0 24px;
}

.description-body h3 {
    font-family: var(--font-display);
    font-size: 18px;
    letter-spacing: -.02em;
    color: var(--ink);
    margin: 0 0 14px;
}

.description-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.description-body li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--muted);
    line-height: 1.55;
}

.description-body li::before {
    content: '✓';
    font-weight: 900;
    color: var(--blue);
    flex-shrink: 0;
    margin-top: 1px;
}

/* ─── Details aside ─────────────────────────────────── */
.description-aside h3 {
    font-family: var(--font-display);
    font-size: 18px;
    letter-spacing: -.02em;
    color: var(--ink);
    margin: 0 0 14px;
}

/* ─── Product details table ─────────────────────────── */
.product-details-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
}

.product-details-table th,
.product-details-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    vertical-align: middle;
}

.product-details-table tr:last-child th,
.product-details-table tr:last-child td {
    border-bottom: none;
}

.product-details-table th {
    background: var(--light);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--ink);
    width: 42%;
}

.product-details-table td {
    color: var(--muted);
}

/* ─── Related products ──────────────────────────────── */
.related-section {
    padding: 72px 0 96px;
    background: var(--light);
    margin-top: 72px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 32px;
}

/* ─── Reviews ───────────────────────────────────────── */
.review-section {
    padding: 80px 0;
    background: #fff;
}

.review-box {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.review-box h2 {
    font-family: var(--font-display);
    font-size: 32px;
    letter-spacing: -.035em;
    color: var(--ink);
    margin: 0 0 18px;
}

.star-row {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 18px;
    font-size: 34px;
    color: var(--line);
    letter-spacing: .02em;
}

.review-box > p {
    color: var(--muted);
    font-size: 16px;
    margin: 0 0 26px;
}

.review-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1.5px solid var(--line);
    font-size: 14px;
    font-weight: 800;
    color: var(--ink);
    text-decoration: none;
    transition: background .18s, border-color .18s, color .18s;
}

.review-cta:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

/* ─── Responsive: Producto ──────────────────────────── */
@media (max-width: 980px) {
    .product-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .product-gallery {
        position: static;
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }

    .description-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-panels {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .product-detail { padding: 24px 0 60px; }

    .breadcrumb { font-size: 12px; }
    .breadcrumb > span:last-child { max-width: 160px; }

    .product-price { font-size: 36px; }

    .trust-panels { grid-template-columns: 1fr; }

    .related-grid { grid-template-columns: repeat(2, 1fr); }

    .review-box h2 { font-size: 26px; }
    .star-row { font-size: 28px; }

    .product-thumbs { overflow-x: auto; padding-bottom: 4px; }
}
