.digital-notice{background:var(--notice-background);color:var(--notice-text);padding:2.4rem 0}.digital-notice__panel{align-items:flex-start;background:#fff;border:.2rem solid color-mix(in srgb,var(--notice-pink) 35%,transparent);border-radius:1.8rem;box-shadow:0 1rem 2.8rem color-mix(in srgb,var(--notice-purple) 10%,transparent);display:flex;gap:1.8rem;padding:clamp(2rem,4vw,3.2rem)}.digital-notice__icon{align-items:center;background:linear-gradient(145deg,var(--notice-pink),var(--notice-purple));border-radius:50%;color:#fff;display:flex;flex:0 0 4.8rem;font-size:2.8rem;font-weight:800;height:4.8rem;justify-content:center}.digital-notice__content h2{color:var(--notice-purple);font-size:clamp(2.2rem,3vw,3rem);margin:0 0 .8rem}.digital-notice__content ul{margin:1.2rem 0 0;padding-left:2rem}.digital-notice__content li+li{margin-top:.5rem}.digital-notice__back{color:var(--notice-pink);display:inline-block;font-weight:700;margin-top:1.4rem}@media screen and (max-width:749px){.digital-notice__panel{gap:1.2rem}.digital-notice__icon{flex-basis:4rem;font-size:2.2rem;height:4rem}}.digital-hub{background:var(--hub-background);color:var(--hub-text);padding:clamp(3rem,6vw,6rem) 0}.digital-hub__header{margin:0 auto clamp(2.5rem,5vw,4.5rem);max-width:78rem;text-align:center}.digital-hub__promo{align-items:center;background:linear-gradient(125deg,var(--hub-pink),var(--hub-purple));border-radius:2.6rem;box-shadow:0 1.8rem 4.5rem color-mix(in srgb,var(--hub-purple) 28%,transparent);color:#fff;display:grid;gap:clamp(2rem,4vw,4rem);grid-template-columns:minmax(0,1.45fr) minmax(22rem,.7fr);margin-bottom:clamp(3.5rem,6vw,6rem);overflow:hidden;padding:clamp(2.6rem,5vw,5rem);position:relative;text-decoration:none;transition:box-shadow .18s ease,transform .18s ease}.digital-hub__promo:before{background:radial-gradient(circle,rgba(255,255,255,.26) 0 1.5px,transparent 2px);background-size:2.2rem 2.2rem;content:"";top:0;right:0;bottom:0;left:0;opacity:.45;pointer-events:none;position:absolute}.digital-hub__promo:hover{box-shadow:0 2.2rem 5.5rem color-mix(in srgb,var(--hub-purple) 38%,transparent);transform:translateY(-.35rem)}.digital-hub__promo:focus-visible{outline:.3rem solid var(--hub-text);outline-offset:.4rem}.digital-hub__promo-copy,.digital-hub__promo-media{position:relative;z-index:1}.digital-hub__promo-copy{display:flex;flex-direction:column}.digital-hub__promo-kicker{font-size:1.35rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.digital-hub__promo-heading{color:#fff;font-size:clamp(3.2rem,5vw,6rem);letter-spacing:-.035em;line-height:.98;margin-top:1rem}.digital-hub__promo-text{font-size:clamp(1.6rem,2vw,2rem);line-height:1.5;margin-top:1.6rem;max-width:62rem}.digital-hub__promo-button{align-items:center;align-self:flex-start;background:#fff;border-radius:999px;color:var(--hub-purple);display:inline-flex;flex-wrap:wrap;font-size:1.55rem;font-weight:800;gap:.8rem;margin-top:2.2rem;padding:1.2rem 1.8rem}.digital-hub__promo-price{color:var(--hub-pink)}.digital-hub__promo-media{justify-self:end;max-width:34rem}.digital-hub__promo-media img{aspect-ratio:1;background:#fff;border:.5rem solid rgba(255,255,255,.72);border-radius:2rem;box-shadow:0 1rem 2.8rem #24132f3d;display:block;height:auto;object-fit:cover;transform:rotate(2deg);width:100%}.digital-hub__header h1{color:var(--hub-text);font-size:clamp(3.2rem,5vw,5.6rem);line-height:1.05;margin:0 0 1.4rem}.digital-hub__intro{font-size:clamp(1.6rem,2vw,1.9rem);line-height:1.6}.digital-hub__grid{display:grid;gap:clamp(1.4rem,2vw,2.4rem);grid-template-columns:repeat(var(--hub-columns),minmax(0,1fr))}.digital-hub__tile{background:#fff;border:.2rem solid color-mix(in srgb,var(--hub-pink) 28%,transparent);border-radius:2.2rem;box-shadow:0 1.2rem 3rem color-mix(in srgb,var(--hub-purple) 12%,transparent);color:var(--hub-text);display:flex;flex-direction:column;min-width:0;overflow:hidden;text-decoration:none;transition:box-shadow .18s ease,transform .18s ease}.digital-hub__tile:hover{box-shadow:0 1.8rem 4rem color-mix(in srgb,var(--hub-purple) 20%,transparent);transform:translateY(-.4rem)}.digital-hub__tile:focus-visible{outline:.3rem solid var(--hub-purple);outline-offset:.4rem}.digital-hub__media{align-items:center;aspect-ratio:1;background:linear-gradient(145deg,color-mix(in srgb,var(--hub-pink) 18%,#ffffff),color-mix(in srgb,var(--hub-purple) 22%,#ffffff));display:flex;justify-content:center;overflow:hidden}.digital-hub__media img{height:100%;object-fit:cover;transition:transform .22s ease;width:100%}.digital-hub__tile:hover .digital-hub__media img{transform:scale(1.035)}.digital-hub__icon{filter:drop-shadow(0 .8rem 1.2rem color-mix(in srgb,var(--hub-purple) 18%,transparent));font-size:clamp(6rem,9vw,10rem);line-height:1}.digital-hub__copy{display:flex;flex:1;flex-direction:column;padding:clamp(1.8rem,3vw,2.6rem)}.digital-hub__title{color:var(--hub-purple);font-size:clamp(1.9rem,2.5vw,2.4rem);font-weight:750;line-height:1.2}.digital-hub__description{font-size:1.5rem;line-height:1.5;margin-top:.9rem}.digital-hub__link{color:var(--hub-pink);font-size:1.5rem;font-weight:700;margin-top:auto;padding-top:1.5rem}@media screen and (max-width:749px){.digital-hub{padding:3.2rem 0 4.5rem}.digital-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.digital-hub__promo{grid-template-columns:1fr;padding:2.4rem;text-align:center}.digital-hub__promo-button{align-self:center;justify-content:center}.digital-hub__promo-media{justify-self:center;max-width:24rem;order:-1}.digital-hub__copy{padding:1.4rem}.digital-hub__title{font-size:1.65rem}.digital-hub__description{font-size:1.35rem}}.lisa-home-spotlight{background:radial-gradient(circle at 8% 22%,color-mix(in srgb,var(--spotlight-pink) 18%,transparent),transparent 30%),radial-gradient(circle at 92% 85%,color-mix(in srgb,var(--spotlight-purple) 18%,transparent),transparent 34%),#fff;padding:clamp(18px,4vw,52px) 0 clamp(34px,6vw,76px)}.lisa-home-spotlight__hero{position:relative;min-height:clamp(470px,52vw,680px);overflow:hidden;border-radius:30px;background:linear-gradient(135deg,var(--spotlight-pink),var(--spotlight-purple));box-shadow:0 24px 60px #5d146933}.lisa-home-spotlight__hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.lisa-home-spotlight__hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.82) 32%,rgba(255,255,255,.1) 64%,transparent 100%)}.lisa-home-spotlight__hero-copy{position:relative;z-index:1;display:flex;min-height:inherit;width:min(650px,58%);padding:clamp(30px,6vw,88px);flex-direction:column;justify-content:center;color:#35103f}.lisa-home-spotlight__eyebrow{width:fit-content;margin:0 0 16px;padding:8px 15px;border-radius:999px;background:var(--spotlight-pink);color:#fff;font-size:1.3rem;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.lisa-home-spotlight__hero h1{max-width:12ch;margin:0;color:#35103f;font-size:clamp(4rem,6.4vw,8rem);font-weight:900;letter-spacing:-.045em;line-height:.95}.lisa-home-spotlight__intro{max-width:48ch;margin:22px 0 0;font-size:clamp(1.65rem,2vw,2.15rem);font-weight:600;line-height:1.45}.lisa-home-spotlight__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.lisa-home-spotlight__button{display:inline-flex;min-height:48px;padding:12px 21px;align-items:center;justify-content:center;border:2px solid var(--spotlight-purple);border-radius:999px;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.lisa-home-spotlight__button:hover{transform:translateY(-2px);box-shadow:0 10px 22px #54146033}.lisa-home-spotlight__button--primary{background:var(--spotlight-purple);color:#fff}.lisa-home-spotlight__button--secondary{background:#ffffffd6;color:var(--spotlight-purple)}.lisa-home-spotlight__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,24px);margin-top:clamp(18px,3vw,34px);scroll-margin-top:24px}.lisa-home-spotlight__card{position:relative;display:flex;min-width:0;overflow:hidden;flex-direction:column;border:2px solid rgba(163,34,166,.12);border-radius:24px;background:#fff;color:#35103f;box-shadow:0 14px 32px #5b10631c;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.lisa-home-spotlight__card:hover{transform:translateY(-6px);border-color:var(--spotlight-pink);box-shadow:0 22px 42px #5b106330}.lisa-home-spotlight__card:focus-visible,.lisa-home-spotlight__button:focus-visible{outline:4px solid #1f82ff;outline-offset:4px}.lisa-home-spotlight__media{position:relative;aspect-ratio:1 / .82;overflow:hidden;background:linear-gradient(135deg,#ffe7f7,#eee5ff)}.lisa-home-spotlight__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.lisa-home-spotlight__card:hover .lisa-home-spotlight__media img{transform:scale(1.035)}.lisa-home-spotlight__card-copy{display:flex;height:100%;padding:22px;flex-direction:column;align-items:flex-start}.lisa-home-spotlight__badge{display:inline-flex;margin:0 0 13px;padding:6px 11px;border-radius:999px;background:#ffe1f4;color:#7a155f;font-size:1.15rem;font-weight:800;letter-spacing:.04em;line-height:1.25;text-transform:uppercase}.lisa-home-spotlight__card--mystery .lisa-home-spotlight__badge,.lisa-home-spotlight__card--digital .lisa-home-spotlight__badge{background:#eee2ff;color:#5d237a}.lisa-home-spotlight__card h2{margin:0;color:#35103f;font-size:clamp(2.2rem,2.3vw,3rem);font-weight:900;letter-spacing:-.025em;line-height:1.05}.lisa-home-spotlight__card p{margin:13px 0 20px;color:#5a3b61;font-size:1.5rem;line-height:1.45}.lisa-home-spotlight__card-link{margin-top:auto;color:var(--spotlight-purple);font-size:1.45rem;font-weight:900}@media screen and (max-width:989px){.lisa-home-spotlight__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lisa-home-spotlight__hero-copy{width:min(680px,72%)}}@media screen and (max-width:749px){.lisa-home-spotlight__hero{min-height:660px;border-radius:22px}.lisa-home-spotlight__hero-image{object-position:69% center}.lisa-home-spotlight__hero-shade{background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.87) 48%,rgba(255,255,255,.12) 78%,transparent 100%)}.lisa-home-spotlight__hero-copy{width:100%;min-height:440px;padding:30px 24px;justify-content:flex-start}.lisa-home-spotlight__hero h1{max-width:10ch;font-size:clamp(4rem,13vw,6rem)}.lisa-home-spotlight__grid{grid-template-columns:1fr}.lisa-home-spotlight__media{aspect-ratio:1.35 / 1}}@media(prefers-reduced-motion:reduce){.lisa-home-spotlight__button,.lisa-home-spotlight__card,.lisa-home-spotlight__media img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/19/compiled_assets/styles.css.map */
