:root {
    --bg: #fffaf8;
    --bg-soft: #fff0f4;
    --card: rgba(255, 255, 255, 0.92);
    --rose: #ff6f91;
    --rose-strong: #ff4f80;
    --rose-soft: #ffd6e2;
    --peach: #ffd9c5;
    --text: #57424b;
    --muted: #8b727c;
    --line: rgba(255, 111, 145, 0.16);
    --white: #ffffff;
    --whatsapp: #25d366;
    --shadow: 0 18px 45px rgba(102, 55, 74, 0.12);
    --radius: 26px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 220, 230, 0.75), transparent 28%),
        linear-gradient(180deg, #fffaf8 0%, #fffdfc 100%);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
}

main > section {
    scroll-margin-top: 98px;
}

h1,
h2,
h3,
h4,
.fuente-titulo {
    color: var(--text);
    font-family: "Quicksand", sans-serif;
}

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

button,
input,
textarea {
    font: inherit;
}

.site-header,
.hero,
.shopping-section,
.store-teaser,
.tiktok-strip,
.creators-section,
.site-footer {
    padding-left: 5%;
    padding-right: 5%;
}

.site-header {
    align-items: center;
    backdrop-filter: blur(12px);
    background: url("../img/BackHeader.png") center / cover no-repeat;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 16px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    max-width: min(185px, 32vw);
}

.logo-image {
    display: block;
    height: auto;
    width: 100%;
}

.brand-seo-text {
    font-family: "DynaPuff", "Quicksand", sans-serif;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.main-nav {
    align-self: flex-end;
    display: flex;
    gap: 20px;
    padding-bottom: 4px;
}

.main-nav a {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 800;
    position: relative;
}

.main-nav .nav-home-link {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    height: 19px;
    justify-content: center;
    padding: 0;
}

.main-nav .nav-home-link i {
    font-size: 0.95rem;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--rose-strong);
}

.main-nav a + a {
    padding-left: 18px;
}

.main-nav a + a::before {
    background: linear-gradient(180deg, transparent 0%, rgba(255, 111, 145, 0.3) 22%, rgba(255, 111, 145, 0.3) 78%, transparent 100%);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.btn {
    align-items: center;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-principal {
    background: linear-gradient(135deg, var(--rose), #ff9f84);
    color: var(--white);
}

.btn-secundario {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(87, 66, 75, 0.12);
    color: var(--text);
}

.catalog-chip {
    background: rgba(255, 111, 145, 0.12);
    border-radius: 999px;
    color: var(--rose-strong);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 248, 0.94) 0%, rgba(255, 250, 248, 0.72) 46%, rgba(255, 250, 248, 0.72) 100%),
        url("../img/BackHERO.png") center / cover no-repeat;
    border: 1px solid rgba(255, 111, 145, 0.1);
    border-radius: 34px;
    display: grid;
    gap: 24px;
    margin: 8px auto 34px;
    max-width: 1120px;
    padding-bottom: 72px;
    padding-top: 64px;
    width: 100%;
}

.hero-carousel-shell {
    overflow: hidden;
}

.hero-simple .hero-copy {
    max-width: 700px;
}

.hero-badge {
    align-items: center;
    background: rgba(255, 111, 145, 0.12);
    border-radius: 999px;
    color: var(--rose-strong);
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 2.2rem);
    line-height: 1.05;
    margin-bottom: 18px;
}

.hero-title {
    display: grid;
    gap: 10px;
}

.hero-highlight {
    color: #ff4f80;
    display: block;
    font-family: "DynaPuff", "Quicksand", sans-serif;
    font-size: clamp(1.9rem, 4vw, 3.3rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 0.98;
    text-wrap: balance;
}

.hero-title-main {
    color: var(--text);
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: clamp(2.1rem, 4.5vw, 4rem);
    font-weight: 700;
    line-height: 1.06;
    text-wrap: balance;
}

.hero-copy p {
    color: var(--muted);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    max-width: 620px;
}

.hero p {
    color: var(--muted);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.7;
}

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

.hero-side-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    padding: 28px;
}

.hero-visual-column {
    align-items: center;
    display: grid;
    gap: 18px;
}

.hero-zorrito-image {
    display: block;
    height: auto;
    margin: -90px auto;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.hero-side-card-compact {
    width: 100%;
}

.hero-side-card h2 {
    font-size: 1.8rem;
    margin: 14px 0 10px;
}

.hero-side-card p {
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.mini-list {
    color: var(--text);
    display: grid;
    gap: 10px;
    list-style: none;
    margin-top: 18px;
}

.mini-list li {
    background: var(--bg-soft);
    border-radius: 16px;
    font-size: 0.92rem;
    font-weight: 800;
    padding: 12px 14px;
}

.hero-carousel {
    display: grid;
    gap: 18px;
}

.hero-carousel-viewport {
    overflow: hidden;
    width: 100%;
}

.hero-carousel-track {
    display: flex;
    transition: transform 0.45s ease;
    width: 100%;
}

.hero-carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.hero-slide-grid {
    align-items: center;
    column-gap: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.hero-carousel-controls {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.hero-carousel-dot {
    background: rgba(255, 111, 145, 0.16);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    height: 10px;
    transition: all 0.2s ease;
    width: 10px;
}

.hero-carousel-dot.active {
    background: var(--rose-strong);
    width: 28px;
}

.shopping-section,
.store-teaser,
.tiktok-strip,
.creators-section {
    padding-bottom: 68px;
}

.store-page-intro {
    margin: 0 auto 28px;
    max-width: 1120px;
    padding: 8px 0 0;
    width: calc(100% - 10%);
}

.store-page-intro-card {
    background: linear-gradient(135deg, rgba(255, 240, 244, 0.85), rgba(255, 250, 248, 0.92));
    border: 1px solid var(--line);
    border-radius: 28px;
    display: grid;
    gap: 12px;
    padding: 24px 28px;
    position: relative;
}

.store-page-intro-card::before {
    background: linear-gradient(90deg, rgba(255, 111, 145, 0.08) 0%, rgba(255, 159, 132, 0.08) 100%);
    border-radius: 20px;
    content: "";
    inset: 12px;
    pointer-events: none;
    position: absolute;
}

.store-page-intro-card > * {
    position: relative;
    z-index: 1;
}

.store-page-intro .catalog-chip {
    margin: 0;
    width: fit-content;
}

.store-page-intro h1 {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.08;
    margin: 0;
    max-width: 700px;
}

.store-page-intro p {
    color: var(--muted);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.6;
    max-width: 680px;
}

.store-page-intro-lead {
    color: var(--text);
    font-size: 1.04rem;
}

.store-page-intro-notes {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.store-page-intro-notes span {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 800;
}

.store-page-intro-notes a {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 111, 145, 0.18);
    border-radius: 999px;
    color: var(--rose-strong);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    min-height: 42px;
    padding: 0 16px;
    align-items: center;
}

.store-page-intro-flash {
    background: linear-gradient(135deg, rgba(255, 242, 247, 0.96), rgba(255, 251, 249, 0.98));
    border: 1px solid rgba(255, 111, 145, 0.22);
    border-radius: 20px;
    box-shadow: 0 18px 34px rgba(255, 159, 132, 0.08);
    display: block;
    margin-top: 6px;
    max-width: 760px;
    padding: 16px 18px;
}

.store-page-intro-flash-head {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.store-page-intro-flash-icon {
    align-items: center;
    background: rgba(255, 111, 145, 0.14);
    border-radius: 16px;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 1.05rem;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.store-page-intro-flash-copy {
    display: grid;
    gap: 8px;
}

.store-page-intro-flash strong {
    color: var(--rose-strong);
    display: block;
    font-size: 0.96rem;
    line-height: 1.35;
    margin: 0;
}

.store-page-intro-flash p {
    color: var(--muted);
    font-size: 0.89rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.flash-highlight {
    color: var(--text);
    font-weight: 800;
}

.store-page-intro-flash-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.store-page-intro-flash-points span {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 111, 145, 0.16);
    border-radius: 999px;
    color: var(--rose-strong);
    font-size: 0.78rem;
    font-weight: 800;
    min-height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
}

.cucharitas-page-intro {
    margin-bottom: 20px;
}

.cucharitas-page-intro .store-page-intro-card {
    gap: 10px;
    padding: 22px 28px;
}

.cucharitas-page-intro h1 {
    font-size: clamp(1.8rem, 2.7vw, 2.35rem);
    max-width: 620px;
}

.cucharitas-page-intro p {
    max-width: 760px;
}

.store-page-hero {
    overflow: hidden;
    padding-bottom: 44px;
    padding-top: 44px;
}

.store-page-hero-card {
    background: rgba(255, 253, 253, 0.88);
    box-shadow: 0 22px 40px rgba(102, 55, 74, 0.12);
    display: grid;
    gap: 16px;
    padding: 22px 24px;
}

.store-page-hero-card-full {
    margin: 0 auto;
    width: 100%;
}

.store-page-hero-card h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    margin: 0;
    max-width: 14ch;
}

.store-page-hero-card p {
    margin: 0;
    max-width: 58ch;
}

body.store-promo-open {
    overflow: hidden;
}

.store-promo-overlay {
    align-items: center;
    background: rgba(44, 22, 31, 0.58);
    backdrop-filter: blur(6px);
    display: none;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    position: fixed;
    transition: opacity 0.2s ease;
    z-index: 1780;
}

.store-promo-overlay.active {
    display: flex;
    opacity: 1;
}

.store-promo-dialog {
    max-width: min(94vw, 1180px);
    position: relative;
    width: 100%;
}

.store-promo-close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 1;
}

.store-promo-card {
    border-radius: 34px;
    padding: 28px 28px 26px;
}

.store-promo-card h1 {
    max-width: 12ch;
}

.store-promo-card p {
    font-size: 1rem;
    max-width: 64ch;
}

.store-promo-dialog-compact {
    max-width: min(94vw, 920px);
}

.scoops-promo-card h1 {
    max-width: 14ch;
}

.scoops-promo-card p {
    max-width: 58ch;
}

.scoops-promo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    padding-top: 4px;
}

.shopping-intro,
.section-heading,
.store-teaser,
.tiktok-strip,
.footer-inner {
    margin: 0 auto;
    max-width: 1120px;
}

.shopping-intro {
    align-items: end;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 75px;
}

.section-heading-scoops {
    margin: 0;
}

.section-heading-scoops .section-title {
    max-width: 520px;
}

.scoops-order-btn {
    align-self: center;
}

.scoops-home-teaser {
    background: linear-gradient(90deg, rgba(255, 248, 249, 0.98) 0%, rgba(255, 239, 242, 0.92) 100%);
    border: 1px solid rgba(255, 111, 145, 0.12);
    border-radius: 34px;
    display: grid;
    gap: 34px;
    margin: 0 auto;
    max-width: 1120px;
    padding: 30px;
    position: relative;
}

.scoops-home-top {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.scoops-home-actions {
    display: flex;
    justify-content: flex-end;
}

.scoops-home-teaser .mode-grid {
    gap: 0;
    margin: 0;
    max-width: none;
    overflow: hidden;
}

.scoops-home-teaser .mode-card {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 111, 145, 0.1);
    border-radius: 0;
    display: grid;
    gap: 16px;
    padding: 0;
}

.scoops-home-teaser .mode-card:first-child {
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
}

.scoops-home-teaser .mode-card:last-child {
    border-bottom-right-radius: 28px;
    border-left: none;
    border-top-right-radius: 28px;
}

.scoops-home-teaser .mode-image {
    aspect-ratio: 1 / 1;
    display: block;
    margin: 0;
    object-fit: contain;
    padding: 28px 28px 0;
    width: 100%;
}

.scoops-home-teaser .mode-card h3,
.scoops-home-teaser .mode-card p {
    padding-left: 28px;
    padding-right: 28px;
}

.scoops-home-teaser .mode-card h3 {
    margin-bottom: 0;
}

.scoops-home-teaser .mode-card p {
    padding-bottom: 26px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-top: 12px;
}

.section-copy {
    color: var(--muted);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 12px;
    max-width: 720px;
}

.section-copy-left {
    max-width: 620px;
}

.inline-count {
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.84rem;
    justify-content: center;
    min-width: 26px;
    padding: 2px 8px;
}

.mode-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 84px auto 30px;
    max-width: 1120px;
}

.mode-card {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 111, 145, 0.12);
    border-radius: 30px;
    box-shadow: none;
    padding: 24px 26px;
}

.mode-image {
    display: block;
    height: auto;
    margin-bottom: 36px;
    width: 100%;
}

.mode-card h3 {
    font-size: 1.65rem;
    margin-bottom: 10px;
}

.mode-card p {
    color: var(--muted);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.55;
}

.scoops-ranking {
    display: grid;
    gap: 18px;
    margin: 48px auto 0;
    max-width: 1120px;
}

.scoops-ranking-copy {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: space-between;
}

.scoops-ranking-copy .section-title {
    margin: 0;
}

.scoops-ranking-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.scoops-ranking-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 111, 145, 0.12);
    border-radius: 22px;
    display: flex;
    gap: 10px;
    min-width: 0;
    padding: 13px 14px;
}

.scoops-ranking-item span {
    align-items: center;
    background: rgba(255, 111, 145, 0.1);
    border-radius: 999px;
    color: var(--rose-strong);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.84rem;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.scoops-ranking-item strong {
    color: var(--text);
    font-size: 1rem;
    font-weight: 900;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scoops-ranking-item em {
    color: var(--rose-strong);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
    margin-left: auto;
    white-space: nowrap;
}

.scoops-ranking-top {
    background: linear-gradient(135deg, rgba(255, 111, 145, 0.14), rgba(255, 244, 216, 0.78));
    border-color: rgba(255, 111, 145, 0.26);
}

.scoops-ranking-top span {
    background: #fff;
    box-shadow: 0 8px 18px rgba(255, 111, 145, 0.12);
}

.scoops-ranking-first {
    box-shadow: 0 18px 34px rgba(255, 111, 145, 0.14);
}

.scoops-ranking-empty {
    background: rgba(255, 255, 255, 0.72);
    border: 1px dashed rgba(255, 111, 145, 0.22);
    border-radius: 22px;
    color: var(--muted);
    font-size: 0.96rem;
    font-weight: 800;
    grid-column: 1 / -1;
    padding: 18px;
    text-align: center;
}

.grid-scoops,
.product-grid,
.creators-grid {
    display: grid;
    gap: 22px;
    margin: 0 auto;
    max-width: 1120px;
}

.grid-scoops {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-scoops > .card-scoop:not(:last-child)::after {
    background: transparent;
    bottom: -16px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: min(72%, 240px);
}

.product-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card-scoop,
.product-card,
.creator-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.card-scoop {
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: 320px;
    text-align: center;
    width: 100%;
}

.card-scoop-frame {
    aspect-ratio: 1122 / 1402;
    left: 1.7px;
    position: relative;
    top: 16px;
    width: 100%;
}

.card-scoop-frame::before {
    background: url("../img/MarcoCucha.png") center / contain no-repeat;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

.card-scoop-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    inset: 8.5% 12.5% 11.5% 12.5%;
    justify-content: flex-start;
    position: absolute;
    z-index: 1;
}

.scoop-image {
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    display: block;
    margin: 0 auto 12px;
    max-width: 78%;
    object-fit: cover;
    width: 100%;
}

.card-scoop h3,
.product-card h3,
.creator-card h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.card-scoop h3 {
    font-size: clamp(1rem, 1.4vw, 1.35rem);
    line-height: 1.2;
    margin-bottom: 8px;
}

.card-scoop p,
.product-card p,
.creator-card p {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 18px;
}

.card-scoop p {
    font-size: clamp(0.78rem, 1.05vw, 0.95rem);
    line-height: 1.45;
    margin-bottom: 12px;
}

.scoop-price {
    color: var(--rose-strong);
    font-family: "Quicksand", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.card-scoop .scoop-price {
    font-size: clamp(1.25rem, 1.8vw, 1.8rem);
    margin-bottom: 14px;
}

.scoop-add-btn {
    align-self: center;
    margin-top: 5px;
    max-width: 228px;
    min-height: 52px;
    padding: 0 24px;
    width: min(100%, 73.2%);
}

.scoop-inline-qty {
    align-self: center;
    margin-top: 5px;
    width: min(100%, 73.2%);
}

.btn-add {
    background: transparent;
    border: 1px solid rgba(255, 111, 145, 0.28);
    border-radius: 999px;
    color: var(--rose-strong);
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 800;
    min-height: 48px;
    width: 100%;
}

.btn-add:hover,
.btn-add:focus-visible {
    background: var(--rose-strong);
    color: var(--white);
}

.btn-add {
    overflow: hidden;
    position: relative;
}

.btn-add-success {
    animation: addSuccessBloom 0.62s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgba(255, 246, 248, 0.98) 0%, rgba(255, 235, 240, 0.98) 100%);
    border-color: rgba(255, 111, 145, 0.28);
    color: var(--rose-strong);
    cursor: default;
}

.btn-add-disabled {
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.98) 0%, rgba(255, 238, 241, 0.98) 100%);
    border-color: rgba(255, 111, 145, 0.18);
    color: rgba(87, 66, 75, 0.72);
    cursor: not-allowed;
}

.btn-add-disabled:hover,
.btn-add-disabled:focus-visible {
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.98) 0%, rgba(255, 238, 241, 0.98) 100%);
    color: rgba(87, 66, 75, 0.72);
    transform: none;
}

@keyframes addSuccessBloom {
    0% {
        background: rgba(255, 245, 247, 0.65);
        border-color: rgba(255, 111, 145, 0.12);
        color: rgba(255, 111, 145, 0.55);
        transform: scale(0.96);
    }
    45% {
        background: linear-gradient(135deg, rgba(255, 250, 251, 1) 0%, rgba(255, 239, 243, 1) 100%);
        border-color: rgba(255, 111, 145, 0.3);
        color: var(--rose-strong);
        transform: scale(1.02);
    }
    100% {
        background: linear-gradient(135deg, rgba(255, 246, 248, 0.98) 0%, rgba(255, 235, 240, 0.98) 100%);
        border-color: rgba(255, 111, 145, 0.28);
        color: var(--rose-strong);
        transform: scale(1);
    }
}

.shopping-section-store-page .product-grid {
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
}

.store-toolbar {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--line);
    border-radius: 28px;
    display: grid;
    gap: 18px;
    margin: 0 auto 28px;
    max-width: 1120px;
    padding: 22px 24px;
}

.store-toolbar-copy {
    display: grid;
    gap: 6px;
}

.store-toolbar-title {
    color: var(--text);
    font-size: 1rem;
    font-weight: 800;
}

.store-toolbar-copy p,
.store-results-note {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.5;
}

.store-search-box {
    width: 100%;
}

.store-search-input {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 111, 145, 0.14);
    min-height: 48px;
}

.store-category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.store-filter-btn {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 111, 145, 0.1);
    border-radius: 999px;
    color: var(--muted);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 800;
    min-height: 34px;
    padding: 0 12px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.store-filter-btn:hover,
.store-filter-btn:focus-visible {
    transform: translateY(-1px);
}

.store-filter-btn.active {
    background: linear-gradient(135deg, rgba(255, 111, 145, 0.11), rgba(255, 159, 132, 0.1));
    border-color: rgba(255, 111, 145, 0.18);
    color: var(--rose-strong);
}

.product-card {
    align-content: start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 100%;
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover,
.product-card:focus-within {
    box-shadow: 0 24px 46px rgba(102, 55, 74, 0.16);
    transform: translateY(-4px);
}

.product-card-unavailable {
    background: rgba(255, 255, 255, 0.84);
}

.product-card-media {
    display: flex;
    justify-content: center;
    min-width: 0;
    width: 100%;
}

.product-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    width: 100%;
}

.product-card-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.product-card-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    min-width: 0;
}

.product-tag {
    background: rgba(255, 245, 235, 0.7);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 800;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-category {
    background: rgba(255, 111, 145, 0.08);
    border-radius: 999px;
    color: var(--rose-strong);
    display: inline-flex;
    font-size: 0.66rem;
    font-weight: 800;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-icon {
    align-items: center;
    background: linear-gradient(180deg, #fff6f8 0%, #fffdfc 100%);
    border: 1px solid rgba(255, 111, 145, 0.12);
    border-radius: 22px;
    display: inline-flex;
    font-size: 2.7rem;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.product-media-button {
    background: transparent;
    border: none;
    cursor: zoom-in;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.product-media-image {
    border: 1px solid rgba(255, 111, 145, 0.12);
    border-radius: 22px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.product-media-button:hover .product-media-image,
.product-media-button:focus-visible .product-media-image {
    border-color: rgba(255, 111, 145, 0.22);
    transform: translateY(-1px);
}

.product-card-copy h3,
.product-card-copy p {
    margin-bottom: 0;
}

.product-card-copy p {
    display: -webkit-box;
    min-height: calc(1.6em * 2);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.product-meta {
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 10px;
    margin: 0;
}

.product-card-footer {
    align-items: end;
    border-top: 1px dashed rgba(255, 111, 145, 0.18);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: auto;
    min-width: 0;
    padding-top: 16px;
    width: 100%;
}

.product-card-copy h3 {
    line-height: 1.16;
    overflow-wrap: anywhere;
}

.product-price-block {
    display: grid;
    gap: 4px;
}

.product-price-label {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.product-price {
    color: var(--rose-strong);
    font-family: "Quicksand", sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}

.product-card .btn-add {
    max-width: 148px;
}

.product-action-slot {
    display: flex;
    flex: 0 0 148px;
    justify-content: flex-end;
    min-width: 0;
    width: 148px;
}

.product-action-slot .btn-add,
.product-action-slot .store-inline-qty {
    width: 100%;
}

body.lightbox-open {
    overflow: hidden;
}

.product-lightbox {
    align-items: center;
    background: rgba(44, 22, 31, 0.72);
    backdrop-filter: blur(8px);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.2s ease;
    z-index: 1800;
}

.product-lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

.product-lightbox-dialog {
    background: rgba(255, 252, 252, 0.98);
    border: 1px solid rgba(255, 111, 145, 0.16);
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(61, 33, 48, 0.22);
    display: grid;
    gap: 12px;
    max-height: min(90vh, 960px);
    max-width: min(92vw, 820px);
    padding: 18px 18px 16px;
    position: relative;
    width: 100%;
}

.product-lightbox-close {
    align-items: center;
    align-self: start;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 111, 145, 0.16);
    border-radius: 999px;
    color: var(--rose-strong);
    cursor: pointer;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    justify-self: end;
    width: 42px;
}

.product-lightbox-image {
    background: #fff9fa;
    border-radius: 24px;
    display: block;
    max-height: calc(90vh - 120px);
    object-fit: contain;
    width: 100%;
}

.product-lightbox-caption {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0;
    text-align: center;
}

.option-picker-overlay {
    align-items: center;
    background: rgba(44, 22, 31, 0.58);
    backdrop-filter: blur(6px);
    display: none;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    position: fixed;
    transition: opacity 0.2s ease;
    z-index: 1790;
}

.option-picker-overlay.active {
    display: flex;
    opacity: 1;
}

.option-picker-dialog {
    background: rgba(255, 252, 252, 0.99);
    border: 1px solid rgba(255, 111, 145, 0.16);
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(61, 33, 48, 0.18);
    display: grid;
    gap: 16px;
    max-width: min(92vw, 520px);
    padding: 22px;
    position: relative;
    width: 100%;
}

.option-picker-close {
    position: absolute;
    right: 18px;
    top: 18px;
}

.option-picker-copy {
    display: grid;
    gap: 10px;
    padding-right: 48px;
}

.option-picker-description {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.option-picker-product {
    background: rgba(255, 248, 251, 0.94);
    border: 1px dashed rgba(255, 111, 145, 0.22);
    border-radius: 18px;
    color: var(--text);
    font-size: 1rem;
    font-weight: 800;
    padding: 14px 16px;
}

.option-picker-list {
    display: grid;
    gap: 10px;
}

.option-picker-actions {
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.option-picker-confirm {
    min-width: 180px;
}

.option-picker-item {
    align-items: center;
    background: #fffafb;
    border: 1px solid rgba(255, 111, 145, 0.18);
    border-radius: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 70px;
    padding: 14px 16px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.option-picker-item:hover,
.option-picker-item:focus-visible {
    border-color: rgba(255, 111, 145, 0.3);
    box-shadow: 0 12px 24px rgba(102, 55, 74, 0.08);
    transform: translateY(-1px);
}

.option-picker-item-active {
    background: linear-gradient(135deg, rgba(255, 248, 251, 0.98) 0%, rgba(255, 241, 245, 0.98) 100%);
}

.option-picker-item-main {
    color: var(--text);
    display: grid;
    gap: 6px;
    min-width: 0;
}

.option-picker-item-name {
    font-size: 0.96rem;
    font-weight: 800;
}

.option-picker-item-price {
    color: var(--rose-strong);
    font-size: 0.92rem;
    font-weight: 800;
    white-space: nowrap;
}

.option-picker-inline-qty {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 111, 145, 0.22);
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 8px;
}

.option-picker-inline-btn {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 999px;
    color: var(--rose-strong);
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 28px;
}

.option-picker-inline-count {
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 800;
    min-width: 18px;
    text-align: center;
}

.store-inline-qty {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 111, 145, 0.22);
    box-sizing: border-box;
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 10px;
}

.store-inline-qty-btn {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 999px;
    color: var(--rose-strong);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 30px;
}

.store-inline-qty-count {
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 800;
    min-width: 20px;
    text-align: center;
}

.store-floating-cart {
    align-items: center;
    background: linear-gradient(135deg, var(--rose), #ff9f84);
    border: none;
    border-radius: 999px;
    bottom: 24px;
    box-shadow: 0 18px 34px rgba(102, 55, 74, 0.2);
    color: var(--white);
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    min-height: 54px;
    opacity: 0;
    padding: 0 18px;
    pointer-events: none;
    position: fixed;
    right: 24px;
    transform: translateY(18px) scale(0.94);
    transition: opacity 0.24s ease, transform 0.24s ease;
    z-index: 119;
}

.store-floating-cart.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.store-floating-cart-icon {
    font-size: 1.08rem;
}

.store-floating-cart-count {
    align-items: center;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    justify-content: center;
    min-width: 28px;
    padding: 4px 8px;
}

.strawberry-pop {
    left: 50%;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.4);
    z-index: 2;
}

.product-empty-state {
    background: rgba(255, 255, 255, 0.82);
    border: 1px dashed rgba(255, 111, 145, 0.26);
    border-radius: 24px;
    display: grid;
    gap: 10px;
    padding: 26px;
    text-align: center;
}

.product-empty-state p {
    margin: 0;
}

.store-teaser {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 214, 226, 0.45), rgba(255, 240, 244, 0.6));
    border: 1px solid var(--line);
    border-radius: 30px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    margin-top: 10px;
    padding-bottom: 34px;
    padding-top: 34px;
    position: relative;
}

.store-teaser-copy,
.tiktok-strip > div:first-child {
    max-width: 700px;
}

.store-teaser-lead {
    margin-bottom: 0;
}

.store-teaser-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.store-teaser-points span {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 111, 145, 0.14);
    border-radius: 999px;
    color: var(--text);
    font-size: 0.84rem;
    font-weight: 800;
    padding: 9px 12px;
}

.store-teaser-actions {
    align-items: flex-start;
    display: grid;
    gap: 12px;
    justify-items: start;
    margin-top: 20px;
}

.store-teaser-actions .btn {
    min-width: 198px;
}

.store-teaser-actions p {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    max-width: 360px;
}

.store-teaser-visual {
    display: flex;
    order: -1;
    justify-content: center;
}

.store-teaser-image {
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: min(100%, 390px);
}

.tiktok-strip {
    align-items: center;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 30px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) auto;
    margin-top: 10px;
    padding-bottom: 34px;
    padding-top: 34px;
    position: relative;
}

.tiktok-strip-visual {
    display: flex;
    order: -1;
    justify-content: center;
}

.tiktok-strip-image {
    aspect-ratio: 1 / 1.2;
    border-radius: 24px;
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: min(100%, 380px);
}

.tiktok-strip-actions {
    justify-content: flex-start;
    margin-top: 0;
}

.creators-section-compact {
    padding-bottom: 54px;
    padding-top: 18px;
}

.section-heading-compact {
    margin-bottom: 26px;
}

.creators-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.creator-card-compact {
    padding: 18px;
}

.creator-photo {
    align-items: end;
    border-radius: 20px;
    display: flex;
    height: 220px;
    margin-bottom: 14px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.creator-photo::before {
    background: linear-gradient(180deg, transparent 0%, rgba(87, 66, 75, 0.28) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.creator-photo span {
    color: var(--white);
    font-size: 0.84rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.creator-photo-one {
    background: linear-gradient(135deg, #ffbfd0 0%, #ffd2bf 100%);
}

.creator-photo-two {
    background: linear-gradient(135deg, #ffd6bf 0%, #ffc8da 100%);
}

.site-footer {
    border-top: 1px solid var(--line);
    padding-bottom: 28px;
    padding-top: 30px;
}

.is-store-disabled,
.is-store-disabled-link {
    display: none !important;
}

html:not(.store-settings-ready) [data-store-gated],
html:not(.store-settings-ready) [data-store-gated-section],
html:not(.store-settings-ready) .shopping-section-store-page,
html:not(.store-settings-ready) #storeFloatingCart,
html:not(.store-settings-ready) #storePromoOverlay,
html:not(.store-settings-ready) #storeOptionOverlay,
html:not(.store-settings-ready) #cartOverlayTienda,
html:not(.store-settings-ready) #cartModalTienda {
    display: none !important;
}

.shopping-section::before,
.creators-section::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 111, 145, 0.18) 18%, rgba(255, 111, 145, 0.18) 82%, transparent 100%);
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto 34px;
    max-width: 1120px;
    width: 100%;
}

.store-teaser::before,
.tiktok-strip::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 111, 145, 0.08) 100%);
    border-radius: 22px;
    content: "";
    inset: 12px;
    pointer-events: none;
    position: absolute;
}

.store-teaser > *,
.tiktok-strip > * {
    position: relative;
    z-index: 1;
}

.legal-page,
.store-disabled-section {
    padding: 38px 5% 64px;
}

.legal-content,
.store-disabled-content {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--line);
    border-radius: 26px;
    box-shadow: 0 18px 42px rgba(255, 111, 145, 0.08);
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 920px;
    padding: clamp(24px, 5vw, 46px);
}

.legal-content h1,
.store-disabled-content h1 {
    line-height: 1.08;
    margin: 0;
}

.legal-lead,
.store-disabled-content p {
    color: var(--muted);
    font-size: 1.04rem;
    font-weight: 750;
    line-height: 1.7;
    margin: 0;
}

.legal-section {
    border-top: 1px dashed rgba(255, 111, 145, 0.18);
    display: grid;
    gap: 8px;
    padding-top: 18px;
}

.legal-section h2 {
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    margin: 0;
}

.legal-section p {
    color: var(--muted);
    font-weight: 700;
    line-height: 1.75;
    margin: 0;
}

.store-disabled-content {
    justify-items: start;
    max-width: 760px;
}

.footer-inner {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer-inner p {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
    margin-top: 6px;
}

.footer-nav {
    display: flex;
    gap: 18px;
}

.footer-nav a {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 800;
}

.cart-overlay {
    backdrop-filter: blur(4px);
    background: rgba(57, 42, 49, 0.4);
    display: none;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 120;
}

.cart-overlay.active {
    display: block;
    opacity: 1;
}

.cart-modal {
    background: var(--white);
    border-radius: 26px;
    box-shadow: 0 30px 70px rgba(102, 55, 74, 0.18);
    display: none;
    left: 50%;
    max-height: 85vh;
    max-width: 460px;
    overflow-y: auto;
    padding: 24px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.96);
    transition: all 0.3s ease;
    width: min(92%, 460px);
    z-index: 121;
}

.cart-modal.active {
    display: block;
    transform: translate(-50%, -50%) scale(1);
}

.cart-header {
    align-items: center;
    border-bottom: 1px dashed rgba(255, 111, 145, 0.28);
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.cart-header h2 {
    color: var(--rose-strong);
    font-size: 1.35rem;
}

.stepper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.stepper-item {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}

.stepper-item.active {
    color: var(--rose-strong);
}

.stepper-number {
    align-items: center;
    background: rgba(255, 111, 145, 0.12);
    border-radius: 50%;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.stepper-item.active .stepper-number {
    background: var(--rose-strong);
    color: var(--white);
}

.stepper-label {
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
}

.close-cart {
    background: transparent;
    border: none;
    color: var(--muted);
    cursor: pointer;
    font-size: 1.2rem;
}

.cart-items {
    margin-bottom: 18px;
    min-height: 60px;
}

.scoops-step {
    display: none;
}

.scoops-step.active {
    display: block;
}

.store-step {
    display: none;
}

.store-step.active {
    display: block;
}

.step-card {
    background: #fffafb;
    border: 1px solid var(--line);
    border-radius: 18px;
    margin-bottom: 18px;
    padding: 16px;
}

.step-card h3 {
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.step-copy {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 14px;
}

.scoop-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.scoop-pill {
    align-items: center;
    background: var(--white);
    border: 1px solid rgba(255, 111, 145, 0.22);
    border-radius: 999px;
    color: var(--rose-strong);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
}

.scoop-pill:hover,
.scoop-pill:focus-visible {
    background: rgba(255, 111, 145, 0.08);
}

.scoop-pill-price {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.empty-cart {
    color: var(--muted);
    font-weight: 700;
    margin-top: 8px;
    text-align: center;
}

.cart-item {
    align-items: center;
    background: var(--bg-soft);
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 12px;
}

.cart-item-details {
    padding-right: 10px;
}

.cart-item-title {
    font-size: 0.95rem;
    font-weight: 800;
}

.cart-item-option {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    margin-top: 4px;
}

.cart-item-price {
    color: var(--rose-strong);
    font-size: 0.9rem;
    font-weight: 800;
    margin-top: 4px;
}

.qty-controls {
    align-items: center;
    display: flex;
    gap: 10px;
}

.qty-btn {
    align-items: center;
    background: var(--white);
    border: none;
    border-radius: 50%;
    color: var(--rose-strong);
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.tiktok-dynamic {
    background: #fffafb;
    border: 1px solid var(--line);
    border-radius: 18px;
    margin-bottom: 20px;
    padding: 16px;
}

.tiktok-dynamic h4 {
    align-items: center;
    display: flex;
    font-size: 0.98rem;
    gap: 8px;
    margin-bottom: 12px;
}

.tiktok-dynamic h4 i {
    color: #111111;
}

.order-mode-note,
.order-mode-info p {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
}

.order-mode-info {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.order-mode-info i {
    color: var(--rose-strong);
    font-size: 1.05rem;
    margin-top: 2px;
}

.order-mode-info strong {
    display: block;
    margin-bottom: 4px;
}

.radio-option {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.radio-option input {
    accent-color: var(--rose-strong);
    margin-top: 4px;
}

.radio-option span {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
}

.radio-option strong {
    color: var(--text);
    display: block;
    margin-bottom: 3px;
}

.checkout-fields {
    display: grid;
    gap: 10px;
}

.field-label {
    font-size: 0.9rem;
    font-weight: 800;
}

.field-input {
    background: #fffafb;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: var(--text);
    padding: 12px 14px;
}

.field-area {
    min-height: 88px;
    resize: vertical;
}

.field-helper-row {
    align-items: center;
    color: var(--muted);
    display: flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    margin-top: -2px;
}

.field-counter {
    color: var(--rose-strong);
    font-weight: 800;
    white-space: nowrap;
}

.stock-note {
    background: #fffafb;
    border: 1px dashed rgba(255, 111, 145, 0.24);
    border-radius: 16px;
    display: grid;
    gap: 6px;
    margin-top: 6px;
    padding: 14px;
}

.stock-note strong {
    color: var(--text);
    font-size: 0.92rem;
}

.stock-note p {
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.discount-box {
    background: rgba(255, 248, 251, 0.94);
    border: 1px dashed rgba(255, 111, 145, 0.24);
    border-radius: 16px;
    display: grid;
    gap: 12px;
    padding: 14px;
}

.discount-box-copy {
    display: grid;
    gap: 4px;
}

.discount-box-copy strong {
    font-size: 0.92rem;
}

.discount-box-copy p {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.discount-form {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.discount-input {
    text-transform: uppercase;
}

.discount-apply-btn {
    min-height: 46px;
    padding: 0 18px;
}

.discount-feedback-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.discount-feedback {
    color: var(--muted);
    flex: 1;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.45;
    margin: 0;
}

.discount-feedback.is-success {
    color: #4d8e61;
}

.discount-feedback.is-error {
    color: #b65b77;
}

.discount-feedback.is-neutral {
    color: var(--muted);
}

.discount-remove-btn {
    background: transparent;
    border: none;
    color: var(--rose-strong);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0;
}

.discount-badge {
    background: rgba(255, 111, 145, 0.12);
    border-radius: 999px;
    color: var(--rose-strong);
    font-size: 0.8rem;
    font-weight: 800;
    margin: 0;
    padding: 8px 12px;
    width: fit-content;
}

.shipping-note {
    background: rgba(255, 245, 248, 0.88);
    border: 1px solid rgba(255, 111, 145, 0.16);
    border-radius: 16px;
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
    padding: 12px 14px;
}

.shipping-note strong {
    color: var(--text);
    font-size: 0.88rem;
}

.shipping-note p {
    color: var(--muted);
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.checkbox-line {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.checkbox-line input {
    accent-color: var(--rose-strong);
    margin-top: 4px;
}

.checkbox-line span {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
}

.cart-total {
    display: flex;
    font-size: 1.2rem;
    font-weight: 800;
    justify-content: space-between;
    margin-bottom: 18px;
}

.cart-summary {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.cart-summary-row {
    color: var(--muted);
    display: flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: space-between;
}

.cart-summary-row-discount span:last-child {
    color: var(--rose-strong);
}

.step-actions {
    display: flex;
    gap: 12px;
}

.step-actions [hidden] {
    display: none !important;
}

.step-btn {
    flex: 1;
}

.step-submit-btn {
    flex: 1;
}

.btn-whatsapp {
    align-items: center;
    background: var(--whatsapp);
    border: none;
    border-radius: 999px;
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    width: 100%;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
    filter: brightness(0.98);
}

.admin-page {
    background:
        radial-gradient(circle at top left, rgba(255, 220, 230, 0.8), transparent 28%),
        linear-gradient(180deg, #fff9f7 0%, #fffdfc 100%);
}

.admin-shell {
    margin: 0 auto;
    max-width: 1120px;
    padding: 42px 5% 72px;
}

.admin-access,
.admin-panel-card,
.admin-list-card,
.admin-note-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    border-radius: 28px;
}

.admin-access {
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 520px;
    padding: 28px;
}

.admin-access p,
.admin-helper,
.admin-note-card p,
.admin-list-empty,
.admin-product-meta {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.6;
}

.admin-settings-feedback {
    color: var(--rose-strong);
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
}

.admin-toggle-row {
    align-items: center;
    background: rgba(255, 250, 251, 0.86);
    border: 1px solid var(--line);
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    gap: 14px;
    padding: 14px;
}

.admin-toggle-row input {
    inline-size: 1px;
    opacity: 0;
    position: absolute;
}

.admin-toggle-ui {
    background: rgba(147, 121, 132, 0.22);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 30px;
    position: relative;
    transition: background 0.2s ease;
    width: 54px;
}

.admin-toggle-ui::after {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(74, 55, 68, 0.16);
    content: "";
    height: 24px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: transform 0.2s ease;
    width: 24px;
}

.admin-toggle-row input:checked + .admin-toggle-ui {
    background: linear-gradient(135deg, var(--rose), var(--coral));
}

.admin-toggle-row input:checked + .admin-toggle-ui::after {
    transform: translateX(24px);
}

.admin-toggle-row strong,
.admin-toggle-row small {
    display: block;
}

.admin-toggle-row small {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.45;
    margin-top: 3px;
}

.admin-login-form,
.admin-form {
    display: grid;
    gap: 12px;
}

.admin-form {
    justify-items: start;
}

.admin-login-actions,
.admin-form-actions,
.admin-topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-hidden {
    display: none !important;
}

.admin-panel {
    display: grid;
    gap: 22px;
}

.admin-topbar {
    align-items: center;
    justify-content: space-between;
}

.admin-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-status-pill {
    background: rgba(255, 111, 145, 0.1);
    border-radius: 999px;
    color: var(--rose-strong);
    font-size: 0.84rem;
    font-weight: 800;
    padding: 8px 12px;
}

.admin-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
}

.admin-panel-card,
.admin-list-card,
.admin-note-card {
    padding: 24px;
}

.admin-panel-card h2,
.admin-list-card h2,
.admin-note-card h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.admin-form-grid {
    align-items: start;
    column-gap: 16px;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 240px));
    justify-content: start;
}

.admin-form-grid > div {
    display: grid;
    gap: 8px;
}

.admin-panel .field-input {
    max-width: 100%;
    min-height: 46px;
    width: 100%;
}

.admin-file-input {
    cursor: pointer;
    padding: 10px 14px;
}

.admin-file-input::file-selector-button {
    background: linear-gradient(135deg, rgba(255, 111, 145, 0.14), rgba(255, 159, 132, 0.16));
    border: 1px solid rgba(255, 111, 145, 0.18);
    border-radius: 999px;
    color: var(--rose-strong);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    margin-right: 12px;
    padding: 10px 14px;
}

.admin-panel .field-area {
    min-height: 110px;
}

.admin-form-grid .field-full {
    max-width: 500px;
    width: 100%;
}

.admin-form-grid .field-full {
    grid-column: 1 / -1;
}

.admin-form-actions {
    justify-content: flex-start;
    margin-top: 6px;
}

.admin-image-preview {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 111, 145, 0.12);
    border-radius: 24px;
    margin-top: 4px;
    max-width: 260px;
    overflow: hidden;
    padding: 12px;
}

.admin-image-preview-img {
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.admin-form-actions .btn {
    min-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

.admin-product-list {
    display: grid;
    gap: 12px;
}

.admin-product-card {
    background: #fffafb;
    border: 1px solid rgba(255, 111, 145, 0.12);
    border-radius: 22px;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.admin-product-head,
.admin-product-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.admin-product-title {
    font-size: 1.08rem;
}

.admin-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-chip {
    background: rgba(255, 111, 145, 0.1);
    border-radius: 999px;
    color: var(--rose-strong);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 800;
    padding: 7px 10px;
}

.admin-inline-btn {
    background: transparent;
    border: 1px solid rgba(255, 111, 145, 0.22);
    border-radius: 999px;
    color: var(--rose-strong);
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 800;
    min-height: 38px;
    padding: 0 14px;
}

.admin-ranking-tools {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    width: 100%;
}

.admin-ranking-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 14px;
    width: 100%;
}

.admin-ranking-list .admin-list-empty {
    background: rgba(255, 250, 251, 0.82);
    border: 1px dashed rgba(255, 111, 145, 0.18);
    border-radius: 18px;
    grid-column: 1 / -1;
    margin: 0;
    padding: 16px;
}

.admin-ranking-item {
    align-items: center;
    background: #fffafb;
    border: 1px solid rgba(255, 111, 145, 0.12);
    border-radius: 20px;
    display: grid;
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    padding: 12px 14px;
}

.admin-ranking-position {
    align-items: center;
    background: rgba(255, 111, 145, 0.1);
    border-radius: 999px;
    color: var(--rose-strong);
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.admin-ranking-item strong {
    color: var(--text);
    font-size: 0.98rem;
    font-weight: 900;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-ranking-item em {
    color: var(--rose-strong);
    font-size: 0.84rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.admin-ranking-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.admin-ranking-pagination {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.92rem;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
    width: 100%;
}

.admin-inline-btn:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.admin-danger {
    border-color: rgba(215, 68, 68, 0.18);
    color: #c55252;
}

.error-page-body {
    background:
        radial-gradient(circle at top left, rgba(255, 223, 233, 0.42), transparent 34%),
        radial-gradient(circle at bottom right, rgba(255, 237, 242, 0.72), transparent 32%),
        #fffdfd;
    min-height: 100vh;
}

.error-page-main {
    padding: 18px 0 34px;
}

.error-hero {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 243, 247, 0.9), rgba(255, 251, 252, 0.98));
    border: 1px solid var(--line);
    border-radius: 34px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    margin: 8px auto 34px;
    max-width: 1120px;
    padding: 34px;
    position: relative;
    width: 100%;
}

.error-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 111, 145, 0.08));
    border-radius: 26px;
    content: "";
    inset: 12px;
    pointer-events: none;
    position: absolute;
}

.error-hero > * {
    position: relative;
    z-index: 1;
}

.error-hero-copy {
    display: grid;
    gap: 18px;
    max-width: 620px;
}

.error-hero-copy h1 {
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1.05;
    margin-bottom: 0;
}

.error-hero-copy p {
    color: var(--muted);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.65;
    margin: 0;
    max-width: 44ch;
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.error-hero-visual {
    display: flex;
    justify-content: center;
}

.error-hero-image,
.error-hero-fallback {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 111, 145, 0.14);
    border-radius: 30px;
    box-shadow: 0 22px 60px rgba(102, 55, 74, 0.12);
    width: min(100%, 420px);
}

.error-hero-image {
    display: block;
    height: auto;
    object-fit: contain;
    padding: 18px;
}

.error-hero-fallback {
    align-items: center;
    aspect-ratio: 1 / 1;
    color: var(--muted);
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 26px;
    text-align: center;
}

.error-hero-fallback strong {
    color: var(--rose-strong);
    font-size: clamp(3.2rem, 10vw, 5.2rem);
    line-height: 1;
}

.error-hero-fallback p {
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
    max-width: 24ch;
}

.error-hero-fallback code {
    background: rgba(255, 111, 145, 0.08);
    border-radius: 999px;
    color: var(--rose-strong);
    padding: 4px 8px;
}

@media (max-width: 920px) {
    .hero-slide-grid {
        grid-template-columns: 1fr;
    }

    .admin-grid {
        grid-template-columns: 1fr;
    }

    .admin-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .error-hero {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .error-hero-copy {
        justify-items: center;
        text-align: center;
    }

    .error-hero-copy p {
        max-width: 50ch;
    }

    .error-actions {
        justify-content: center;
    }

    .shopping-section-store-page .product-grid {
        gap: 14px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shopping-section-store-page .product-card {
        gap: 12px;
        padding: 16px;
    }

    .shopping-section-store-page .product-card-labels {
        gap: 6px;
        margin-bottom: 6px;
    }

    .shopping-section-store-page .product-tag,
    .shopping-section-store-page .product-category {
        font-size: 0.72rem;
        padding: 6px 8px;
    }

    .shopping-section-store-page .product-card-copy h3 {
        font-size: 1.1rem;
    }

    .shopping-section-store-page .product-card-copy p,
    .shopping-section-store-page .product-meta {
        font-size: 0.86rem;
        line-height: 1.45;
    }

    .shopping-section-store-page .product-price {
        font-size: 1.15rem;
    }

    .scoops-ranking-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .site-header {
        align-items: center;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .main-nav,
    .footer-nav {
        align-self: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }

    .logo {
        justify-content: center;
        max-width: min(165px, 42vw);
    }

    .shopping-intro,
    .store-teaser,
    .tiktok-strip,
    .footer-inner,
    .scoops-home-top,
    .mode-grid,
    .creators-grid-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shopping-intro {
        grid-template-columns: 1fr;
    }

    .grid-scoops {
        grid-template-columns: 1fr;
    }

    .mode-grid {
        display: grid;
        gap: 15px;
        margin: 30px auto 30px;
        max-width: 1120px;
    }

    .scoops-ranking-list {
        grid-template-columns: 1fr;
    }

    .scoops-ranking-item {
        flex-wrap: wrap;
    }

    .scoops-ranking-item em {
        flex-basis: 100%;
        margin-left: 40px;
    }

    .store-teaser,
    .tiktok-strip {
        display: grid;
    }

    .store-teaser {
        grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
    }

    .product-card-footer {
        display: grid;
    }

    .product-card {
        gap: 14px;
    }

    .product-card-media {
        justify-content: center;
    }

    .product-media-button,
    .product-icon {
        max-width: min(220px, 52vw);
    }

    .product-card .btn-add {
        max-width: none;
        width: 100%;
    }

    .product-action-slot {
        flex: 1 1 auto;
        width: 100%;
    }

    .store-inline-qty {
        justify-content: center;
        width: 100%;
    }

    .store-floating-cart {
        bottom: 18px;
        right: 18px;
    }

    .footer-inner {
        align-items: flex-start;
        display: grid;
    }

    .card-scoop {
        max-width: 360px;
        min-width: 300px;
    }
}

@media (max-width: 640px) {
    .site-header,
    .hero,
    .shopping-section,
    .store-teaser,
    .tiktok-strip,
    .creators-section,
    .site-footer {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero {
        justify-items: center;
        padding-bottom: 48px;
        padding-top: 48px;
        text-align: center;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-title {
        justify-items: center;
    }

    .hero-highlight {
        font-size: clamp(1.55rem, 7vw, 2.2rem);
    }

    .hero-title-main {
        font-size: clamp(1.8rem, 8vw, 2.8rem);
    }

    .hero-copy,
    .hero-simple .hero-copy,
    .hero-copy p,
    .hero p,
    .section-heading,
    .section-heading-scoops,
    .scoops-home-top,
    .store-page-intro,
    .store-page-intro p,
    .store-teaser-copy,
    .tiktok-strip > div:first-child {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hero-badge,
    .catalog-chip {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions,
    .scoops-home-actions,
    .store-teaser-actions,
    .tiktok-strip-actions {
        justify-content: center;
    }

    .hero-actions .btn,
    .store-teaser-actions .btn,
    .tiktok-strip-actions .btn,
    .shopping-intro > .btn,
    .scoops-order-btn {
        min-height: 46px;
        padding: 0 18px;
    }

    .hero-copy p,
    .hero p,
    .section-copy {
        font-size: 0.95rem;
    }

    .hero-side-card,
    .product-card,
    .creator-card,
    .cart-modal {
        padding: 20px;
    }

    .mode-card {
        padding: 20px;
        text-align: center;
    }

    .error-page-main {
        padding-top: 12px;
    }

    .error-hero {
        border-radius: 28px;
        gap: 22px;
        padding: 24px 18px;
    }

    .error-hero-copy h1 {
        font-size: clamp(1.95rem, 8vw, 2.7rem);
    }

    .error-hero-image,
    .error-hero-fallback {
        border-radius: 24px;
        width: min(100%, 320px);
    }

    .error-actions {
        display: grid;
        width: 100%;
    }

    .error-actions .btn {
        width: 100%;
    }

    .scoops-home-teaser {
        gap: 22px;
        padding: 22px 18px;
    }

    .scoops-home-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .scoops-home-teaser .mode-grid {
        gap: 14px;
    }

    .scoops-home-teaser .mode-card:first-child,
    .scoops-home-teaser .mode-card:last-child {
        border: 1px solid rgba(255, 111, 145, 0.1);
        border-radius: 26px;
    }

    .scoops-home-teaser .mode-image {
        padding: 22px 22px 0;
    }

    .scoops-home-teaser .mode-card h3,
    .scoops-home-teaser .mode-card p {
        padding-left: 22px;
        padding-right: 22px;
    }

    .scoops-home-teaser .mode-card p {
        padding-bottom: 22px;
    }

    .mode-card h3,
    .mode-card p,
    .store-teaser-actions p,
    .store-results-note,
    .store-toolbar-copy p {
        text-align: center;
    }

    .store-teaser {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .store-teaser-copy {
        display: grid;
    }

    .store-teaser-copy > .catalog-chip {
        order: 1;
    }

    .store-teaser-copy > .section-title {
        order: 2;
    }

    .store-teaser-visual {
        order: 3;
        margin-top: -4px;
    }

    .store-teaser-copy > .store-teaser-lead {
        order: 4;
        margin-top: 4px;
    }

    .store-teaser-actions {
        order: 5;
    }

    .store-teaser-points {
        order: 6;
    }

    .store-teaser-actions {
        justify-items: center;
        margin-top: 16px;
    }

    .store-teaser-actions .btn {
        min-width: min(100%, 240px);
    }

    .store-teaser-points {
        justify-content: center;
    }

    .store-floating-cart {
        min-height: 50px;
        padding: 0 16px;
        right: 14px;
    }

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

    .product-lightbox {
        padding: 14px;
    }

    .product-lightbox-dialog {
        border-radius: 24px;
        padding: 14px 14px 12px;
    }

    .product-lightbox-close {
        height: 38px;
        width: 38px;
    }

    .field-helper-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-page-intro-flash {
        text-align: center;
    }

    .store-page-intro-flash-head {
        justify-content: center;
    }

    .store-page-intro-flash-icon {
        margin: 0;
    }

    .store-page-intro-flash-points {
        justify-content: center;
    }

    .store-page-hero {
        padding-bottom: 38px;
        padding-top: 38px;
    }

    .store-page-hero-card {
        text-align: center;
    }

    .store-page-hero-card h1,
    .store-page-hero-card p {
        max-width: none;
    }

    .store-page-hero-card .catalog-chip {
        margin-left: auto;
        margin-right: auto;
    }

    .store-page-hero-card .store-page-intro-flash-points {
        justify-content: center;
    }

    .store-promo-dialog {
        max-width: min(94vw, 760px);
    }

    .store-promo-card {
        border-radius: 28px;
        padding: 22px 18px 20px;
        text-align: center;
    }

    .store-promo-card h1,
    .store-promo-card p {
        max-width: none;
    }

    .store-promo-card .catalog-chip {
        margin-left: auto;
        margin-right: auto;
    }

    .store-promo-card .store-page-intro-flash-points {
        justify-content: center;
    }

    .store-promo-dialog-compact {
        max-width: min(94vw, 760px);
    }

    .scoops-promo-card h1,
    .scoops-promo-card p {
        max-width: none;
    }

    .scoops-promo-actions {
        justify-content: center;
    }

    .shopping-section-store-page .product-grid {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shopping-section-store-page .product-card {
        gap: 12px;
        padding: 14px;
    }

    .shopping-section-store-page .product-card-media {
        margin-bottom: 2px;
    }

    .shopping-section-store-page .product-media-button,
    .shopping-section-store-page .product-icon {
        max-width: 100%;
    }

    .shopping-section-store-page .product-card-labels {
        gap: 6px;
        margin-bottom: 4px;
    }

    .shopping-section-store-page .product-tag,
    .shopping-section-store-page .product-category {
        font-size: 0.72rem;
        padding: 5px 8px;
    }

    .shopping-section-store-page .product-card-copy {
        gap: 8px;
    }

    .shopping-section-store-page .product-card-copy h3 {
        font-size: 1.08rem;
        line-height: 1.14;
    }

    .shopping-section-store-page .product-card-copy p,
    .shopping-section-store-page .product-meta {
        font-size: 0.86rem;
        line-height: 1.45;
    }

    .shopping-section-store-page .product-card-footer {
        gap: 10px;
        padding-top: 12px;
    }

    .shopping-section-store-page .product-price-label {
        font-size: 0.7rem;
    }

    .shopping-section-store-page .product-price {
        font-size: 1.08rem;
    }

    .shopping-section-store-page .product-action-slot {
        flex-basis: auto;
        width: 100%;
    }

    .shopping-section-store-page .product-card .btn-add,
    .shopping-section-store-page .product-action-slot .store-inline-qty {
        min-height: 42px;
    }

    .discount-form {
        grid-template-columns: 1fr;
    }

    .discount-feedback-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .discount-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .store-toolbar,
    .admin-panel-card,
    .admin-list-card,
    .admin-note-card,
    .admin-access {
        padding: 20px;
    }

    .admin-form-grid {
        grid-template-columns: 1fr;
    }

    .admin-ranking-list {
        grid-template-columns: 1fr;
    }

    .admin-form-grid .field-full,
    .admin-panel .field-input {
        max-width: none;
    }

    .admin-form,
    .admin-form-actions {
        width: 100%;
    }

    .admin-form-actions .btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .creator-photo {
        height: 180px;
    }
}
