.page-shop .page-wrapper {
    padding-top: 0 !important;
}

.shop-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 12px;
}

.shop-hero,
.shop-products,
.shop-materials,
.shop-proof,
.shop-cta {
    padding: 2.5rem 0;
}

.shop-hero {
    padding-top: 0;
}

.shop-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: 3.5rem;
    align-items: start;
    padding: 2.5rem 0 2rem;
}

.shop-hero-copy {
    max-width: 560px;
}

.shop-hero-pill,
.shop-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: rgba(244, 161, 93, 0.16);
    color: #f39a52;
    font-size: 0.9rem;
    font-weight: 600;
}

.shop-hero-title,
.shop-section-title,
.shop-product-title,
.shop-proof-title,
.shop-cta-title {
    font-family: "Playfair Display", serif;
    letter-spacing: -0.03em;
    color: #2b2c2f;
}

.shop-hero-title {
    font-size: clamp(3.6rem, 6vw, 5.5rem);
    line-height: 0.94;
    margin: 1.6rem 0 1.4rem;
}

.shop-hero-title span {
    color: #f39a52;
}

.shop-hero-lead,
.shop-product-description,
.shop-info-card p,
.shop-support-card p,
.shop-cta-text,
.shop-testimonial-quote {
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--text-muted);
}

.shop-hero-actions {
    margin-top: 2rem;
}

.shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 58px;
    padding: 0.95rem 1.75rem;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.shop-btn:hover {
    transform: translateY(-1px);
}

.shop-btn--sage {
    background: #6d8580;
    color: #fff;
}

.shop-btn--sage:hover {
    background: #5f766f;
    color: #fff;
}

.shop-btn--accent {
    background: #f5a050;
    color: #fff;
}

.shop-btn--accent:hover {
    background: #ea9342;
    color: #fff;
}

.shop-btn--dark {
    background: #2d2d2f;
    color: #fff;
}

.shop-btn--dark:hover {
    background: #1f2022;
    color: #fff;
}

.shop-btn--ghost {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    background: transparent;
}

.shop-btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
}

/* Zamčený stav – místo tlačítka „Přidat do košíku" / „Více" se ukáže zámeček.
   Není to odkaz ani tlačítko, takže na produkt nejde kliknout. */
.shop-btn--locked {
    background: #e7e3dc;
    color: #8a8378;
    cursor: not-allowed;
    border-color: transparent;
}

.shop-btn--locked:hover {
    transform: none;
}

.shop-lock-icon {
    flex-shrink: 0;
}

.shop-rating-row {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    margin-top: 1.35rem;
    color: #606267;
    font-size: 1rem;
}

.shop-stars {
    letter-spacing: 0.18em;
    color: #f39a52;
    font-size: 1.05rem;
}

.shop-hero-media {
    position: relative;
    margin-top: 0;
    max-width: 360px;
    margin-inline: auto;
}

.shop-hero-image-card {
    overflow: hidden;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 26px 80px rgba(44, 47, 43, 0.08);
}

.shop-hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3.2;
    object-fit: cover;
    object-position: center top;
}

/* Vertikální (portrait) video v hero rámečku – nahrazuje původní fotku.
   Poměr stran odpovídá videu (240 × 390), aby se nezobrazovaly černé pruhy. */
.shop-hero-video-card {
    overflow: hidden;
    border-radius: 34px;
    background: #000;
    box-shadow: 0 26px 80px rgba(44, 47, 43, 0.08);
    aspect-ratio: 240 / 390;
}

.shop-hero-video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.shop-delivery-card {
    display: grid;
    gap: 0.35rem;
    margin-top: 1.25rem;
    padding: 1.1rem 1.25rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(44, 47, 43, 0.1);
}

.shop-delivery-label {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.shop-delivery-card strong {
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #2b2c2f;
}

.shop-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    padding-top: 1.1rem;
}

.shop-stat-card {
    text-align: center;
    padding: 1rem;
}

.shop-stat-value {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1;
    color: #2b2c2f;
}

.shop-stat-label {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.86rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.shop-product-card,
.shop-info-card,
.shop-support-card,
.shop-testimonial-card {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(95, 118, 107, 0.08);
    box-shadow: 0 22px 60px rgba(35, 46, 41, 0.06);
}

.shop-product-card {
    border-radius: 34px;
    overflow: hidden;
}

/* Karty v mřížce ožijí při najetí – stejný pocit jako u info/support karet */
.shop-product-grid .shop-product-card {
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.shop-product-grid .shop-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(95, 118, 107, 0.2);
    box-shadow: 0 32px 60px -34px rgba(35, 46, 41, 0.5);
}

.shop-color-dot:focus-visible {
    outline: 2px solid #5f766b;
    outline-offset: 3px;
}

.shop-product-card--featured {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    margin-bottom: 2rem;
}

.shop-product-card--featured .shop-product-visual {
    padding: 2rem 0 2rem 2rem;
}

.shop-product-card--featured .shop-product-photo-frame {
    height: 100%;
    min-height: 380px;
    border-radius: 28px 0 0 28px;
}

.shop-product-card--featured .shop-product-body {
    justify-content: center;
    padding: 2.4rem;
}

.shop-product-visual {
    position: relative;
    padding: 2rem 2rem 0;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 44%),
        radial-gradient(circle at 82% 18%, rgba(244, 161, 93, 0.16), rgba(244, 161, 93, 0) 28%),
        radial-gradient(circle at 76% 82%, rgba(95, 118, 107, 0.12), rgba(95, 118, 107, 0) 34%),
        linear-gradient(180deg, rgba(247, 244, 238, 0.98), rgba(241, 236, 228, 0.88));
}

.shop-card-badge {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 2;
}

.shop-product-photo-frame {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 28px 28px 0 0;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(251, 248, 242, 0.92)),
        linear-gradient(180deg, rgba(246, 241, 234, 0.96), rgba(239, 233, 225, 0.88));
    cursor: pointer;
}

.shop-product-photo-frame::before {
    content: "";
    position: absolute;
    inset: 9% 12% auto auto;
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 161, 93, 0.2), rgba(244, 161, 93, 0));
}

.shop-product-photo-frame::after {
    content: "";
    position: absolute;
    right: -12%;
    bottom: -10%;
    width: 66%;
    height: 42%;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(95, 118, 107, 0.12), rgba(95, 118, 107, 0.02));
    transform: rotate(-18deg);
}

.shop-product-photo {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 1.15rem;
    background: rgba(255, 255, 255, 0.92);
}

.shop-product-body {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.8rem 1.6rem 1.7rem;
}

.shop-section-kicker {
    margin: 0;
    font-size: 0.88rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #5f766b;
}

.shop-product-title {
    margin: 0;
    font-size: 3rem;
    line-height: 0.97;
}

.shop-product-teaser {
    margin: -0.15rem 0 0;
    font-size: 1.02rem;
    color: #6c6e72;
}

.shop-product-description {
    margin: 0;
}

.shop-bundle-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.25rem;
}

.shop-bundle-controls {
    display: grid;
    gap: 0.55rem;
}

.shop-bundle-label {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7b807e;
}

.shop-bundle-select-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.shop-bundle-swatch {
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--swatch-color);
    border: 2px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 1px rgba(47, 54, 50, 0.12);
}

.shop-bundle-select {
    width: min(100%, 280px);
    min-height: 48px;
    padding: 0.7rem 0.95rem;
    border: 1px solid rgba(95, 118, 107, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    color: #2b2c2f;
    font: inherit;
}

.shop-bundle-select:focus {
    outline: 2px solid rgba(244, 161, 93, 0.34);
    outline-offset: 2px;
}

.shop-bundle-summary {
    margin: 0;
    color: #6c6e72;
    font-size: 0.95rem;
}

.shop-color-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0.2rem;
}

.shop-color-label {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7b807e;
}

.shop-color-dots {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.shop-color-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--swatch-color);
    border: 2px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 1px rgba(47, 54, 50, 0.12);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.shop-color-dot:hover {
    transform: scale(1.12);
}

.shop-color-dot.is-active {
    box-shadow: 0 0 0 1px rgba(47, 54, 50, 0.12), 0 0 0 3px rgba(95, 118, 107, 0.55);
}

.shop-feature-list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-feature-list li {
    position: relative;
    padding-left: 2rem;
    color: #4b4d51;
    font-size: 1rem;
}

.shop-feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.02rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: rgba(95, 118, 107, 0.1);
    color: #5f766b;
    font-size: 0.84rem;
    font-weight: 700;
}

.shop-product-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.2rem;
    margin-top: auto;
    border-top: 1px solid rgba(95, 118, 107, 0.12);
}

.shop-price-label {
    display: block;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.shop-price-original {
    display: block;
    margin-bottom: 0.2rem;
    color: #8b8d91;
    font-size: 1rem;
    text-decoration: line-through;
    font-variant-numeric: tabular-nums;
}

.shop-price-value {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #2b2c2f;
    font-variant-numeric: tabular-nums;
}

.shop-section-head {
    max-width: 760px;
    margin-bottom: 1.8rem;
}

.shop-section-title {
    margin: 0.55rem 0 0;
    font-size: clamp(2.6rem, 4.4vw, 4rem);
    line-height: 1;
}

.shop-materials-grid,
.shop-support-grid,
.shop-gallery-grid,
.shop-testimonial-grid {
    display: grid;
    gap: 1.5rem;
}

.shop-materials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

/* === Material spec cards === */
.shop-info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 2rem 1.9rem 2.1rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(95, 118, 107, 0.14);
    box-shadow: 0 18px 42px -30px rgba(35, 46, 41, 0.6);
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        border-color 0.26s ease;
}

.shop-info-card:hover {
    transform: translateY(-4px);
    border-color: rgba(95, 118, 107, 0.3);
    box-shadow: 0 32px 60px -34px rgba(35, 46, 41, 0.65);
}

.shop-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 15px;
    background: rgba(95, 118, 107, 0.12);
    color: #5f766b;
    transition:
        background-color 0.26s ease,
        color 0.26s ease;
}

.shop-info-icon svg {
    width: 1.45rem;
    height: 1.45rem;
}

.shop-info-card:hover .shop-info-icon {
    background: #5f766b;
    color: #ffffff;
}

.shop-info-card:nth-child(even) .shop-info-icon {
    background: rgba(239, 157, 88, 0.16);
    color: #cf7e35;
}

.shop-info-card:nth-child(even):hover .shop-info-icon {
    background: #ef9d58;
    color: #ffffff;
}

.shop-info-card h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    letter-spacing: -0.02em;
    font-size: 1.3rem;
    color: #2b2c2f;
}

.shop-info-card p {
    margin: 0;
}

/* === Support cards === */
.shop-support-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.shop-support-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 2.3rem 2.1rem;
    border-radius: 26px;
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        border-color 0.26s ease;
}

.shop-support-card:first-child {
    background: linear-gradient(155deg, rgba(95, 118, 107, 0.13), rgba(95, 118, 107, 0.04));
    border: 1px solid rgba(95, 118, 107, 0.2);
    box-shadow: none;
}

.shop-support-card:first-child:hover {
    transform: translateY(-4px);
    border-color: rgba(95, 118, 107, 0.34);
}

.shop-support-card:last-child {
    background: #ffffff;
    border: 1px solid rgba(95, 118, 107, 0.14);
    box-shadow: 0 18px 42px -30px rgba(35, 46, 41, 0.6);
}

.shop-support-card:last-child:hover {
    transform: translateY(-4px);
    border-color: rgba(95, 118, 107, 0.3);
    box-shadow: 0 32px 60px -34px rgba(35, 46, 41, 0.65);
}

.shop-support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.3rem;
    border-radius: 15px;
}

.shop-support-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.shop-support-card:first-child .shop-support-icon {
    background: rgba(239, 157, 88, 0.18);
    color: #cf7e35;
}

.shop-support-card:last-child .shop-support-icon {
    background: rgba(95, 118, 107, 0.12);
    color: #5f766b;
}

.shop-support-card h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    letter-spacing: -0.02em;
    font-size: 1.4rem;
    color: #2b2c2f;
}

.shop-support-card p {
    margin: 0;
}

.shop-support-card a {
    color: #5f766b;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.shop-support-card a:hover {
    color: #4d6259;
}

.shop-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.9rem;
}

.shop-gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
}

.shop-gallery-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center 34%;
}

.shop-proof-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 1.8rem;
}

.shop-proof-title {
    margin: 0.55rem 0 0;
    font-size: clamp(2.8rem, 4.4vw, 4.2rem);
    line-height: 1;
}

.shop-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-testimonial-card {
    border-radius: 24px;
    padding: 1.8rem;
}

.shop-testimonial-card .shop-stars {
    display: inline-block;
    margin-bottom: 1rem;
}

.shop-testimonial-quote {
    margin: 0 0 1.3rem;
    color: #4d4f54;
}

.shop-testimonial-author {
    margin: 0;
    color: #5a5c60;
    font-size: 1rem;
}

.shop-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 2rem;
    overflow: hidden;
    border-radius: 36px;
    background: #6d8580;
    color: #fff;
}

.shop-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.5rem 3.4rem;
}

.shop-section-kicker--light {
    color: rgba(255, 255, 255, 0.72);
}

.shop-cta-title {
    margin: 1rem 0 1.2rem;
    font-size: clamp(2.8rem, 4vw, 4rem);
    line-height: 0.98;
    color: #fff;
}

.shop-cta-text {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.78);
}

.shop-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.shop-cta-media {
    position: relative;
}

.shop-cta-media::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 24%;
    background: linear-gradient(90deg, #6d8580 0%, rgba(109, 133, 128, 0) 100%);
    z-index: 1;
}

.shop-cta-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

@media (max-width: 1199px) {
    .shop-product-grid,
    .shop-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-product-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .shop-shell {
        padding: 0;
    }

    .shop-hero-grid,
    .shop-support-grid,
    .shop-cta-card,
    .shop-product-card--featured,
    .shop-product-grid,
    .shop-testimonial-grid,
    .shop-materials-grid,
    .shop-gallery-grid {
        grid-template-columns: 1fr;
    }

    .shop-hero-grid {
        gap: 2rem;
        padding-top: 2rem;
    }

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

    .shop-product-card--featured .shop-product-visual {
        padding: 2rem 2rem 0;
    }

    .shop-product-card--featured .shop-product-photo-frame {
        min-height: 0;
        border-radius: 28px 28px 0 0;
    }

    .shop-cta-copy {
        padding: 2.2rem 1.5rem 1rem;
    }

    .shop-cta-media::before {
        display: none;
    }
}

@media (max-width: 640px) {
    .shop-hero,
    .shop-products,
    .shop-materials,
    .shop-proof,
    .shop-cta {
        padding: 1.65rem 0;
    }

    .shop-hero-title,
    .shop-proof-title,
    .shop-section-title,
    .shop-cta-title {
        font-size: 2.65rem;
    }

    .shop-product-title {
        font-size: 2.25rem;
    }

    .shop-product-visual {
        padding: 1.25rem 1.25rem 0;
    }

    .shop-product-card--featured .shop-product-visual {
        padding: 1.25rem 1.25rem 0;
    }

    .shop-product-body,
    .shop-info-card,
    .shop-support-card,
    .shop-testimonial-card {
        padding: 1.4rem;
    }

    .shop-product-card--featured .shop-product-body {
        padding: 1.4rem;
    }

    .shop-product-footer,
    .shop-cta-actions,
    .shop-rating-row {
        align-items: stretch;
        flex-direction: column;
    }

    .shop-btn {
        width: 100%;
    }

    .shop-bundle-select {
        width: 100%;
    }

    .shop-stats-grid {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }

    .shop-price-value {
        font-size: 1.95rem;
    }
}

/* ── Barevná paleta ── */
.shop-palette {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f5f0;
}

.shop-palette-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.shop-palette-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #2d2d2d;
    margin: 0.5rem 0 0.8rem;
    line-height: 1.2;
}

.shop-palette-lead {
    color: rgba(47, 62, 58, 0.72);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.shop-palette-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
    gap: 10px;
    margin-bottom: 2.5rem;
}

.shop-palette-swatch {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background-color: var(--sw);
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
    position: relative;
}

.shop-palette-swatch:hover {
    transform: scale(1.18) translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    z-index: 1;
}

.shop-palette-swatch:hover::after {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #2d2d2d;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 3px 7px;
    border-radius: 5px;
    white-space: nowrap;
    pointer-events: none;
}

.shop-palette-cta {
    text-align: center;
}
