/* SL storefront promotion. The image grid remains usable without JavaScript. */
.sl-shop-promo {
    --sl-shop-purple: #8f6bef;
    --sl-shop-pink: #f096d5;
    --sl-shop-cyan: #28d3dd;
    --sl-shop-peach: #ffd1b3;
    --sl-shop-card-width: 340px;
    --sl-shop-card-height: 220px;
    --sl-shop-radius: 205px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 76px 28px 70px;
    color: #20243b;
    background:
        radial-gradient(ellipse at 9% 11%, rgba(240, 150, 213, .19), transparent 43%),
        radial-gradient(ellipse at 91% 24%, rgba(143, 107, 239, .21), transparent 46%),
        radial-gradient(ellipse at 81% 82%, rgba(40, 211, 221, .13), transparent 42%),
        radial-gradient(ellipse at 29% 100%, rgba(255, 209, 179, .26), transparent 42%),
        #f9f7fc;
}

.sl-shop-promo *,
.sl-shop-promo *::before,
.sl-shop-promo *::after { box-sizing: border-box; }

.sl-shop-promo .sl-shop-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: 26px;
    max-width: 1280px;
    margin: 0 auto;
}

.sl-shop-promo .sl-shop-copy { position: relative; z-index: 1; min-width: 0; max-width: 565px; }

.sl-shop-promo .sl-shop-eyebrow {
    display: block;
    margin: 0 0 18px;
    color: #8050ae;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sl-shop-promo .sl-shop-title {
    margin: 0 0 22px;
    color: #20243b;
    font-size: clamp(34px, 3.55vw, 47px);
    font-weight: 750;
    line-height: 1.13;
    letter-spacing: -.045em;
}

.sl-shop-promo .sl-shop-title > span { color: #7952b6; }

.sl-shop-promo .sl-shop-intro {
    max-width: 510px;
    margin: 0 0 26px;
    color: #656a80;
    font-size: 15px;
    line-height: 1.8;
}

.sl-shop-promo .sl-shop-benefits {
    display: grid;
    gap: 20px;
    padding: 0;
    margin: 0 0 31px;
    list-style: none;
}

.sl-shop-promo .sl-shop-benefits > li { display: flex; align-items: flex-start; gap: 13px; margin: 0; padding: 0; }
.sl-shop-promo .sl-shop-benefits > li > div { min-width: 0; }

.sl-shop-promo .sl-shop-check {
    display: flex;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    margin-top: 2px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(140deg, #a574da, #8657c4);
    box-shadow: 0 4px 12px rgba(143, 107, 239, .15);
}

.sl-shop-promo .sl-shop-check svg { display: block; width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.sl-shop-promo .sl-shop-benefits strong { display: block; margin: 0 0 4px; color: #262b43; font-size: 14px; font-weight: 700; line-height: 1.6; }
.sl-shop-promo .sl-shop-benefits p { margin: 0; color: #686c80; font-size: 13px; line-height: 1.7; }

.sl-shop-promo .sl-shop-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

.sl-shop-promo .sl-shop-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 49px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sl-shop-promo .sl-shop-cta.is-primary { background: linear-gradient(115deg, #8053bf, #a258a4); box-shadow: 0 8px 20px rgba(128, 83, 191, .16); }
.sl-shop-promo .sl-shop-cta.is-primary:hover { color: #fff; box-shadow: 0 10px 24px rgba(128, 83, 191, .28); transform: translateY(-2px); }
.sl-shop-promo .sl-shop-cta.is-secondary { border-color: #44445f; color: #292c47; background: rgba(255, 255, 255, .34); }
.sl-shop-promo .sl-shop-cta.is-secondary:hover { border-color: #8b62c1; color: #674199; background: #fff; transform: translateY(-2px); }
.sl-shop-promo .sl-shop-cta svg { width: 16px; height: 16px; flex: 0 0 16px; }
.sl-shop-promo .sl-shop-fineprint { max-width: 510px; margin: 17px 0 0; color: #747488; font-size: 11px; line-height: 1.75; }
.sl-shop-promo .sl-shop-fineprint a { color: #735099; text-decoration: underline; text-underline-offset: 2px; }

.sl-shop-promo .sl-shop-gallery { position: relative; min-width: 0; width: 100%; overflow: hidden; }
.sl-shop-promo .sl-shop-gallery-heading { position: relative; z-index: 1; padding: 2px 12px 0; text-align: center; }
.sl-shop-promo .sl-shop-gallery-heading .sl-shop-eyebrow { margin-bottom: 7px; color: #79569e; font-size: 9px; }
.sl-shop-promo .sl-shop-gallery-heading h3,
.sl-shop-promo .sl-shop-gallery-heading p { margin: 0; color: #39374e; font-size: 14px; font-weight: 600; line-height: 1.7; }
.sl-shop-promo .sl-shop-gallery-heading h3 { font-size: 18px; font-weight: 700; }
.sl-shop-promo .sl-shop-gallery-heading p { margin-top: 4px; color: #737086; font-size: 11px; font-weight: 400; }

/* Accessible, linked screenshots form a normal grid until enhancement is ready. */
.sl-shop-promo .sl-shop-stage { position: relative; margin: 14px 0 0; padding: 14px; }
.sl-shop-promo .sl-shop-rotor { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.sl-shop-promo .sl-shop-slide {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 2px solid rgba(190, 170, 220, .65);
    border-radius: 14px;
    color: #30324a;
    background: #fff;
    box-shadow: 0 8px 23px rgba(73, 55, 111, .1);
    text-decoration: none;
}

.sl-shop-promo .sl-shop-slide img { display: block; width: 100%; height: auto; aspect-ratio: 17 / 11; margin: 0; object-fit: contain; object-position: center; border: 0; background: #fbfaff; }
.sl-shop-promo .sl-shop-image-caption { display: block; padding: 9px 11px; color: #403c54; background: #fff; font-size: 11px; font-weight: 600; line-height: 1.5; text-align: center; }

/* Preserve the six-face 3D cylinder; clipping is on the gallery, never the rotor. */
.sl-shop-promo.is-enhanced .sl-shop-stage {
    height: 530px;
    margin-top: 0;
    padding: 0;
    perspective: 1100px;
    perspective-origin: 50% 50%;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.sl-shop-promo.is-enhanced .sl-shop-slide { cursor: grab; }
.sl-shop-promo.is-enhanced .sl-shop-slide img { -webkit-user-drag: none; }
.sl-shop-promo.is-enhanced.is-dragging .sl-shop-stage,
.sl-shop-promo.is-enhanced.is-dragging .sl-shop-slide { cursor: grabbing; }
.sl-shop-promo.is-enhanced.is-dragging .sl-shop-rotor { transition: none; }
.sl-shop-promo .sl-shop-drag-hint { display: none; }
@media (hover: hover) and (pointer: fine) {
    .sl-shop-promo.is-enhanced .sl-shop-drag-hint { display: block; margin-top: 3px; }
}

.sl-shop-promo.is-enhanced .sl-shop-stage::before {
    content: "";
    position: absolute;
    inset: 15% 5%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(143, 107, 239, .17), rgba(240, 150, 213, .11) 45%, transparent 70%);
    pointer-events: none;
}

.sl-shop-promo.is-enhanced .sl-shop-rotor {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: var(--sl-shop-card-width);
    height: var(--sl-shop-card-height);
    margin-top: calc(var(--sl-shop-card-height) / -2);
    margin-left: calc(var(--sl-shop-card-width) / -2);
    transform-style: preserve-3d;
    transform: rotateX(var(--sl-shop-rotation, 0deg));
    transition: transform 1.15s cubic-bezier(.22, .68, .18, 1);
}

.sl-shop-promo.is-enhanced .sl-shop-slide {
    --sl-shop-face: 0deg;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-color: rgba(171, 152, 198, .7);
    border-radius: 14px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateX(var(--sl-shop-face)) translateZ(var(--sl-shop-radius));
    transition: border-color .45s ease, box-shadow .45s ease;
}

.sl-shop-promo.is-enhanced .sl-shop-slide:nth-child(2) { --sl-shop-face: 60deg; }
.sl-shop-promo.is-enhanced .sl-shop-slide:nth-child(3) { --sl-shop-face: 120deg; }
.sl-shop-promo.is-enhanced .sl-shop-slide:nth-child(4) { --sl-shop-face: 180deg; }
.sl-shop-promo.is-enhanced .sl-shop-slide:nth-child(5) { --sl-shop-face: 240deg; }
.sl-shop-promo.is-enhanced .sl-shop-slide:nth-child(6) { --sl-shop-face: 300deg; }
.sl-shop-promo.is-enhanced .sl-shop-slide img { width: 100%; height: 100%; aspect-ratio: auto; }
.sl-shop-promo.is-enhanced .sl-shop-slide.is-active { border-color: #ab87e4; box-shadow: 0 0 0 1px rgba(240, 150, 213, .45), 0 0 26px rgba(143, 107, 239, .25), 0 14px 32px rgba(64, 46, 101, .14); }
.sl-shop-promo.is-enhanced .sl-shop-image-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 9px 10px; color: #fff; background: linear-gradient(transparent, rgba(28, 22, 47, .85)); text-shadow: 0 1px 4px rgba(0, 0, 0, .5); }

.sl-shop-promo .sl-shop-controls { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; margin: -1px 0 0; padding: 4px 5px; }
.sl-shop-promo [data-shop-controls][hidden] { display: none !important; }
.sl-shop-promo .sl-shop-arrow,
.sl-shop-promo .sl-shop-pause { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; padding: 8px; border: 1px solid rgba(133, 100, 180, .28); border-radius: 50%; color: #725296; background: rgba(255, 255, 255, .75); cursor: pointer; transition: background-color .2s ease, border-color .2s ease; }
.sl-shop-promo .sl-shop-arrow:hover,
.sl-shop-promo .sl-shop-pause:hover { color: #55337f; background: #fff; border-color: #a783d1; }
.sl-shop-promo .sl-shop-arrow svg,
.sl-shop-promo .sl-shop-pause svg { display: block; width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sl-shop-promo .sl-shop-pause { min-width: 40px; margin-left: 4px; border-radius: 9px; font-size: 11px; font-weight: 600; line-height: 1.3; }
.sl-shop-promo .sl-shop-pause:disabled { color: #716a7c; cursor: default; opacity: .65; }
.sl-shop-promo .sl-shop-dots { display: inline-flex; align-items: center; justify-content: center; gap: 0; }
.sl-shop-promo .sl-shop-dot { position: relative; display: inline-flex; flex: 0 0 25px; align-items: center; justify-content: center; width: 25px; height: 40px; margin: 0; padding: 0; border: 0; border-radius: 6px; background: transparent; cursor: pointer; }
.sl-shop-promo .sl-shop-dot::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 6px; background: #c7b7dc; transition: width .25s ease, background-color .25s ease, box-shadow .25s ease; }
.sl-shop-promo .sl-shop-dot.is-active::before,
.sl-shop-promo .sl-shop-dot[aria-current="true"]::before,
.sl-shop-promo .sl-shop-dot[aria-selected="true"]::before { width: 17px; background: linear-gradient(90deg, #8f6bef, #e792c9); box-shadow: 0 2px 7px rgba(143, 107, 239, .2); }
.sl-shop-promo .sl-shop-status { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }

.sl-shop-promo a:focus-visible,
.sl-shop-promo button:focus-visible { outline: 3px solid #7345bd; outline-offset: 4px; }
.sl-shop-promo .sl-shop-slide:focus-visible { outline-offset: -5px; }

.sl-shop-promo .sl-shop-dialog {
    width: min(1120px, 92vw);
    max-width: 92vw;
    max-height: 90vh;
    max-height: 90dvh;
    margin: auto;
    padding: 54px 14px 14px;
    overflow: auto;
    border: 1px solid #d6c5eb;
    border-radius: 17px;
    color: #292b42;
    background: #fbfaff;
    box-shadow: 0 20px 80px rgba(15, 7, 29, .4);
}
.sl-shop-promo .sl-shop-dialog:not([open]) { display: none; }
.sl-shop-promo .sl-shop-dialog::backdrop { background: rgba(15, 10, 28, .8); backdrop-filter: blur(7px); }
.sl-shop-promo .sl-shop-dialog figure { margin: 0; }
.sl-shop-promo .sl-shop-dialog img { display: block; width: 100%; max-height: calc(90vh - 122px); max-height: calc(90dvh - 122px); object-fit: contain; margin: 0 auto; border-radius: 7px; background: #f0ecf5; }
.sl-shop-promo .sl-shop-dialog figcaption { margin: 11px 0 0; color: #57536a; font-size: 13px; line-height: 1.6; text-align: center; }
.sl-shop-promo .sl-shop-close { position: absolute; top: 5px; right: 8px; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; color: #5d4878; background: transparent; font-size: 29px; line-height: 1; cursor: pointer; }
.sl-shop-promo .sl-shop-close:hover { color: #40205d; background: #eee5f7; }

@media (max-width: 1199px) {
    .sl-shop-promo { --sl-shop-card-width: 300px; --sl-shop-card-height: 198px; --sl-shop-radius: 185px; padding: 64px 25px; }
    .sl-shop-promo .sl-shop-shell { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
    .sl-shop-promo .sl-shop-title { font-size: 39px; }
    .sl-shop-promo.is-enhanced .sl-shop-stage { height: 490px; }
    .sl-shop-promo .sl-shop-intro { font-size: 14px; }
    .sl-shop-promo .sl-shop-cta { padding-right: 19px; padding-left: 19px; }
}

@media (max-width: 991px) {
    .sl-shop-promo { --sl-shop-card-width: 340px; --sl-shop-card-height: 220px; --sl-shop-radius: 205px; padding: 58px 25px 49px; }
    .sl-shop-promo .sl-shop-shell { grid-template-columns: minmax(0, 1fr); gap: 41px; }
    .sl-shop-promo .sl-shop-copy { width: 100%; max-width: 640px; margin: 0 auto; }
    .sl-shop-promo .sl-shop-title { max-width: 580px; font-size: 43px; }
    .sl-shop-promo .sl-shop-intro { max-width: 610px; font-size: 15px; }
    .sl-shop-promo .sl-shop-gallery { max-width: 660px; margin: 0 auto; }
    .sl-shop-promo.is-enhanced .sl-shop-stage { height: 530px; }
}

@media (max-width: 575px) {
    .sl-shop-promo { --sl-shop-card-width: min(270px, calc(100vw - 88px)); --sl-shop-card-height: 178px; --sl-shop-radius: 155px; padding: 43px 22px 37px; }
    .sl-shop-promo .sl-shop-shell { gap: 35px; }
    .sl-shop-promo .sl-shop-eyebrow { margin-bottom: 15px; font-size: 9px; letter-spacing: .12em; }
    .sl-shop-promo .sl-shop-title { margin-bottom: 18px; font-size: clamp(31px, 8.6vw, 38px); line-height: 1.16; }
    .sl-shop-promo .sl-shop-intro { margin-bottom: 23px; font-size: 14px; }
    .sl-shop-promo .sl-shop-benefits { gap: 18px; margin-bottom: 26px; }
    .sl-shop-promo .sl-shop-benefits > li { gap: 10px; }
    .sl-shop-promo .sl-shop-benefits strong { font-size: 13px; }
    .sl-shop-promo .sl-shop-benefits p { font-size: 12px; }
    .sl-shop-promo .sl-shop-cta { min-height: 46px; padding: 12px 17px; font-size: 12px; }
    .sl-shop-promo .sl-shop-fineprint { margin-top: 14px; font-size: 10px; }
    .sl-shop-promo .sl-shop-gallery-heading { padding-right: 0; padding-left: 0; }
    .sl-shop-promo .sl-shop-gallery-heading p,
    .sl-shop-promo .sl-shop-gallery-heading h3 { font-size: 13px; }
    .sl-shop-promo .sl-shop-gallery-heading h3 { font-size: 17px; }
    .sl-shop-promo .sl-shop-gallery-heading p { font-size: 10px; }
    .sl-shop-promo.is-enhanced .sl-shop-stage { height: 410px; perspective: 1100px; }
    .sl-shop-promo .sl-shop-controls { gap: 4px; padding-right: 0; padding-left: 0; }
    .sl-shop-promo .sl-shop-arrow,
    .sl-shop-promo .sl-shop-pause { min-width: 36px; min-height: 40px; }
    .sl-shop-promo .sl-shop-dot { width: 24px; flex-basis: 24px; }
    .sl-shop-promo .sl-shop-pause { margin-left: 0; }
    .sl-shop-promo .sl-shop-stage { padding: 10px 0; }
    .sl-shop-promo:not(.is-enhanced) .sl-shop-rotor { grid-template-columns: minmax(0, 1fr); gap: 17px; }
    .sl-shop-promo .sl-shop-dialog { max-width: 94vw; width: 94vw; padding-right: 9px; padding-left: 9px; }
}

@media (max-width: 359px) {
    .sl-shop-promo { --sl-shop-card-height: 162px; --sl-shop-radius: 145px; padding-right: 19px; padding-left: 19px; }
    .sl-shop-promo .sl-shop-title { font-size: 30px; }
    .sl-shop-promo .sl-shop-actions { gap: 9px; }
    .sl-shop-promo .sl-shop-cta { padding-right: 13px; padding-left: 13px; font-size: 11px; }
    .sl-shop-promo.is-enhanced .sl-shop-stage { height: 380px; }
    .sl-shop-promo .sl-shop-dot { width: 24px; flex-basis: 24px; }
    .sl-shop-promo .sl-shop-pause { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .sl-shop-promo .sl-shop-rotor,
    .sl-shop-promo .sl-shop-slide,
    .sl-shop-promo .sl-shop-cta,
    .sl-shop-promo .sl-shop-arrow,
    .sl-shop-promo .sl-shop-pause,
    .sl-shop-promo .sl-shop-dot::before { transition: none !important; }
    .sl-shop-promo .sl-shop-cta:hover { transform: none; }
}
