body{
  font-weight: 400;
}

/* ===== контейнер (як у тебе) ===== */
.shop-container{
  max-width: 92rem;
  margin: 0 auto;
  padding: 0 1.75rem;
}

/* ===== HERO (фон як cart-hero) ===== */
.shop-hero{
  position: relative;
  padding: 4rem 1.5rem 3rem;
  overflow: hidden;
  text-align: center;

  background:
    radial-gradient(1200px 600px at 50% -20%, rgba(99,102,241,0.45), transparent 65%),
    radial-gradient(900px 520px at 10% 30%, rgba(139,92,246,0.35), transparent 60%),
    radial-gradient(900px 520px at 90% 40%, rgba(147,51,234,0.30), transparent 60%),
    linear-gradient(180deg, #e0e7ff 0%, #f1f5ff 100%);
}

/* світлова форма справа зверху */
.shop-hero::before{
  content:"";
  position:absolute;
  width:42rem;
  height:42rem;
  top:-14rem;
  right:-14rem;
  z-index:0;
  background: radial-gradient(circle, rgba(124,58,237,0.22), transparent 65%);
  filter: blur(2px);
}

/* світлова форма зліва знизу */
.shop-hero::after{
  content:"";
  position:absolute;
  width:44rem;
  height:44rem;
  bottom:-18rem;
  left:-18rem;
  z-index:0;
  background: radial-gradient(circle, rgba(79,70,229,0.18), transparent 65%);
  filter: blur(2px);
}

/* grain */
.shop-hero .hero-grain{
  pointer-events:none;
  position:absolute;
  inset:0;
  z-index:0;
  opacity:0.12;
  background-image: radial-gradient(circle at 1px 1px, rgba(17,24,39,0.12) 1px, transparent 0);
  background-size: 0.875rem 0.875rem; /* 14px */
}

/* ===== контент ===== */
.shop-hero__inner{
  position: relative;
  z-index: 1;
  max-width: 62rem;
  margin: 0 auto;
  padding: 0 1.75rem;
}

/* ===== текст як у hero-about ===== */
.shop-hero__title{
  font-size: 3.8rem;
  font-weight: 900;
  margin: 1.5rem 0 1.25rem;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #0f172a;
}

.shop-hero .accent{
  background: linear-gradient(90deg, #4f46e5 0%, #8b5cf6 45%, #9333ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shop-hero__desc{
  max-width: 46rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #64748b;
  margin: 0 auto 2rem;
}

/* ===== search (під світлий hero) ===== */
.shop-search{
  position: relative;
  width: min(50rem, 100%);
  margin: 0 auto;

  background: rgba(255,255,255,0.72);
  border: 0.0625rem solid rgba(15,23,42,0.08);
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 3rem rgba(2,6,23,0.12);
  backdrop-filter: blur(0.75rem);
}

.shop-search__icon{
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0.95;
}

.shop-search__icon svg{
  width: 100%;
  height: 100%;
  stroke: #64748b;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shop-search__input{
  width: 100%;
  height: 3.5rem;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 1.25rem 0 3.25rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 400;
}

.shop-search__input::placeholder{
  color: #94a3b8;
}

/* pills */
.universe-pills{
  padding: 2.25rem 0;
  background: #fff;
  border-bottom: 0.0625rem solid rgba(2,6,23,0.06);
}

.universe-pills__title{
  margin: 0 0 1.25rem 4rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pill-row{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center; /* 🔥 центр по горизонталі */
}

.pill{
  --pill-bg: #ffffff;
  --pill-border: rgba(2,6,23,0.10);
  --pill-shadow: rgba(2,6,23,0.06);
  --pill-title: #0f172a;
  --pill-text: #64748b;

  --pill-accent-1: #6d5dfc;
  --pill-accent-2: #9b5cff;
  --pill-soft: rgba(109,93,252,0.08);

  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-width: 10.5rem;
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  border: 0.0625rem solid var(--pill-border);
  background: var(--pill-bg);
  text-decoration: none;
  color: var(--pill-title);
  box-shadow: 0 0.875rem 2.25rem var(--pill-shadow);
  transition:
    transform .2s ease,
    box-shadow .25s ease,
    background .2s ease,
    border-color .2s ease,
    color .2s ease;
  cursor: pointer;
}

.pill strong{
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pill-title);
  transition: color .2s ease;
}

.pill span{
  font-size: 0.95rem;
  color: var(--pill-text);
  font-weight: 500;
  transition: color .2s ease;
}

.pill:hover{
  background: linear-gradient(180deg, #fff, var(--pill-soft));
  border-color: color-mix(in srgb, var(--pill-accent-1) 26%, rgba(2,6,23,0.12));
  transform: translateY(-0.125rem);
  box-shadow:
    0 1.25rem 2.75rem rgba(2,6,23,0.08),
    0 0 0 0.0625rem color-mix(in srgb, var(--pill-accent-1) 10%, transparent);
}

.pill.is-active{
  background: linear-gradient(135deg, var(--pill-accent-1), var(--pill-accent-2));
  border-color: transparent;
  color: #fff;
  box-shadow:
    0 1rem 2rem color-mix(in srgb, var(--pill-accent-1) 26%, transparent);
}

.pill.is-active strong{
  color: #fff;
}

.pill.is-active span{
  color: rgba(255,255,255,0.88);
}

/* всі всесвіти — залишаємо майже як було */
.pill[data-universe="Всі всесвіти"]{
  --pill-accent-1: #374151;
  --pill-accent-2: #1f2937;
  --pill-soft: rgba(55,65,81,0.08);
  --pill-title: #0f172a;
  --pill-text: #64748b;
}

/* Marvel — червоно-бордовий */
.pill[data-universe="Marvel"]{
  --pill-accent-1: #b91c1c;
  --pill-accent-2: #7f1d1d;
  --pill-soft: rgba(185,28,28,0.08);
}

/* Star Wars — жовто-помаранчевий */
.pill[data-universe="Star Wars"]{
  --pill-accent-1: #f59e0b;
  --pill-accent-2: #f97316;
  --pill-soft: rgba(245,158,11,0.10);
}

/* DC — темно-синій */
.pill[data-universe="DC"]{
  --pill-accent-1: #1d4ed8;
  --pill-accent-2: #1e3a8a;
  --pill-soft: rgba(29,78,216,0.08);
}

/* Аніме — рожевий */
.pill[data-universe="Аніме"]{
  --pill-accent-1: #ec4899;
  --pill-accent-2: #db2777;
  --pill-soft: rgba(236,72,153,0.08);
}

/* Ігри — неоновий зелений */
.pill[data-universe="Ігри"]{
  --pill-accent-1: #22c55e;   /* яскравий зелений */
  --pill-accent-2: #16a34a;   /* темніший для градієнта */
  --pill-soft: rgba(34,197,94,0.12);
}

/* Інше — фіолетовий */
.pill[data-universe="Інше"]{
  --pill-accent-1: #7c3aed;
  --pill-accent-2: #6d28d9;
  --pill-soft: rgba(124,58,237,0.08);
}

/* layout */
.shop-main{
  padding: 2.5rem 0 4rem;
  background: #fff;
}

.shop-layout{
  display: grid;
  grid-template-columns: 17.5rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

/* sidebar */
.filters{
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.875rem 2.25rem rgba(2,6,23,0.08);
  padding: 1.5rem;
  position: sticky;
  top: 1.5rem;
}

.filters__head{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.filters__head h3{
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.filters__icon{
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  color: #4f46e5;
}

.filters__icon svg{
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.filter-icon svg{
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
  fill: none;              /* 🔥 щоб не було "заливки" */
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.95;
}

.filters__label{
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.06em;
  margin-bottom: 0.9rem;
}

.filters__list{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.filter-item{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: none;
  background: #f8fafc;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  cursor: pointer;
  text-align: left;
  color: #0f172a;
  font-weight: 500;
  transition: background .2s ease, transform .2s ease, box-shadow .25s ease;
}

.filter-item:hover{
  background: #f1f5f9;
  transform: translateY(-0.0625rem);
}

.filter-item.is-active{
  background: linear-gradient(90deg,#5b4df7,#8b3dff);
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(109,93,252,0.22);
}

/* текст у кнопці */
.filter-text{
  font-size: 1.02rem;      /* було замало — підняли */
  line-height: 1.2;
}

.filter-icon{
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.filters__divider{
  height: 0.0625rem;
  background: rgba(2,6,23,0.08);
  margin: 1.25rem 0;
}

/* help card */
.help-card{
  background: #f1f5ff;
  border: 0.0625rem solid rgba(109,93,252,0.18);
  border-radius: 1.25rem;
  padding: 1.25rem;
}

.help-card h4{
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.help-card p{
  margin: 0 0 1rem;
  color:#475569;
  font-weight: 400;
  line-height: 1.5;
}

.help-card__btn{
  width: 100%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  border-radius: 1rem;
  padding: 0.95rem 1rem;

  font-weight: 600;
  color: #fff;

  background: linear-gradient(90deg,#4f46e5,#7c3aed);
  box-shadow: 0 1rem 2rem rgba(79,70,229,0.20);

  transition: transform .2s ease, box-shadow .25s ease, filter .2s ease;
}

.help-card__btn:hover{
  transform: translateY(-0.125rem);
  box-shadow: 0 1.25rem 2.5rem rgba(79,70,229,0.24);
}

/* results */
.results-top{
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.875rem 2.25rem rgba(2,6,23,0.08);
  padding: 1.25rem 1.5rem;
  max-width: 72rem; /* щоб співпадало з grid */
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.results-top__count{
  font-size: 1.15rem;
  font-weight: 500;
}

.results-top__count strong{
  color: #4f46e5;
}

.results-top__view{
  display: flex;
  gap: 0.75rem;
}

.view-btn{
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  border: none;
  cursor: pointer;
  background: #f1f5f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, box-shadow .25s ease, background .2s ease;
}

.view-btn svg{
  width: 1.25rem;
  height: 1.25rem;
  stroke: #0f172a;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.view-btn:hover{
  background:#e2e8f0;
  transform: translateY(-0.0625rem);
}

.view-btn.is-active{
  background: linear-gradient(90deg,#6d5dfc,#9b5cff);
  box-shadow: 0 1rem 2rem rgba(109,93,252,0.22);
}

.view-btn.is-active svg{
  stroke: #fff;
}

/* products grid */
.products-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr));
  gap: 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}

.shop-main .container{
  max-width: 90rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.product-card{
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.875rem 2.25rem rgba(2,6,23,0.08);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .25s ease;
}

.product-card:hover{
  transform: translateY(-0.25rem);
  box-shadow: 0 1.25rem 3rem rgba(2,6,23,0.12);
}

.product-media{
  position: relative;
  height: 20.5rem; /* було 19rem */
  background: #f1f5f9;
}

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

.product-pill{
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999rem;
  font-weight: 800;
  font-size: 0.85rem;
  background: #7c3aed;
  color: #fff;
}

.product-body{
  padding: 1.5rem 1.25rem 1.7rem;
}

.product-meta{
  font-size: 0.85rem;
  font-weight: 600;
  color: #6d5dfc;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-title{
  margin: 0.65rem 0 1rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-price{
  font-size: 1.7rem;
  font-weight: 700;
}

.buy-btn{
  border: none;
  border-radius: 1rem;
  padding: 0.9rem 1.15rem;
  cursor: pointer;

  font-weight: 600;
  color: #fff;

  background: linear-gradient(90deg,#5b4df7,#8b3dff);

  box-shadow:
    0 0.9rem 1.8rem rgba(91,77,247,0.28),
    0 0.25rem 0.5rem rgba(91,77,247,0.12);

  transition: transform .2s ease, box-shadow .25s ease, filter .2s ease;
}

.buy-btn:hover{
  transform: translateY(-0.125rem);

  box-shadow:
    0 1.2rem 2.4rem rgba(91,77,247,0.34),
    0 0.35rem 0.8rem rgba(91,77,247,0.18);

  filter: saturate(1.05);
}

/* empty */
.empty-state{
  margin-top: 2rem;
  background: #f8fafc;
  border: 0.0625rem solid rgba(2,6,23,0.06);
  border-radius: 1.25rem;
  padding: 1.5rem;
  color: #475569;
}

.empty-state strong{
  display: block;
  font-size: 1.1rem;
  color: #0f172a;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.reset-btn{
  margin-top: 1rem;
  border: none;
  border-radius: 1rem;
  padding: 0.85rem 1.1rem;
  cursor: pointer;
  font-weight: 500;
  color: #0f172a;
  background: #e2e8f0;
}

/* responsive */
@media (max-width: 75rem){
  .products-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 72rem){
  .shop-layout{ grid-template-columns: 1fr; }
  .filters{ position: relative; top: 0; }
}

@media (max-width: 40rem){
  .shop-hero__title{ font-size: 2.9rem; }
  .shop-hero__desc{ font-size: 1.05rem; }
  .products-grid{ grid-template-columns: 1fr; }
}

/* ===== Product modal ===== */
.pmodal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.pmodal.is-open{ display: block; }

.pmodal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(2,6,23,.55);
  backdrop-filter: blur(8px);
}

.pmodal__dialog{
  position: relative;
  width: min(1080px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  margin: 1rem auto;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 30px 80px rgba(2,6,23,.30);
  overflow: hidden;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
}

.pmodal.is-open .pmodal__dialog{
  transform: translateY(0);
  opacity: 1;
}

.pmodal__close{
  position: absolute;
  top: 1rem;
  right: 1rem;

  width: 2.6rem;
  height: 2.6rem;

  border-radius: 1rem;
  border: none;

  background: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  z-index: 2;

  box-shadow:
    0 4px 12px rgba(0,0,0,.08),
    0 1px 2px rgba(0,0,0,.06);

  transition: all .2s ease;
}

.pmodal__close:hover{
  background: #fff;
  transform: scale(1.08);
  box-shadow:
    0 8px 20px rgba(0,0,0,.12),
    0 2px 4px rgba(0,0,0,.08);
}

.pmodal__close:active{
  transform: scale(.96);
}

.pmodal__close svg{
  width: 1.25rem;
  height: 1.25rem;
  stroke: #0f172a;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: stroke .2s ease;
}

.pmodal__close:hover svg{
  stroke: #000;
}

.pmodal__grid{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}

.pmodal__media{
  background: #f1f5f9;
  min-height: 34rem;
}

.pmodal__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pmodal__info{
  padding: 1.75rem;
  overflow: auto;
  max-height: calc(100dvh - 2rem);
}

.pmodal__pills{
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}

.pmodal__pill{
  display: inline-flex;
  align-items: center;
  padding: .45rem .75rem;
  border-radius: 999px;

  font-size: .92rem;
  border: 1px solid rgba(2,6,23,.10);
  background: #f8fafc;
  color: #0f172a;
  font-weight: 600;
}

.pmodal__pill.is-accent{
  border-color: rgba(109,93,252,.25);
  background: rgba(109,93,252,.10);
  color: #4f46e5;
}

.pmodal__title{
  margin: 0 0 .8rem;
  font-size: 2.05rem;
  letter-spacing: -0.02em;
  font-weight: 750;
  color: #0b1220;
  line-height: 1.15;
}

.pmodal__rating{
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1rem;
}

.pmodal__stars{
  display: inline-flex;
  gap: .25rem;
}

.pmodal__ratingText{
  color: #475569;
  font-weight: 500;
}

.pmodal__priceRow{
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.pmodal__price{
  font-size: 2.2rem;
  font-weight: 750;
}

.pmodal__stock{
  display: inline-flex;
  align-items: center;
  gap: .5rem;

  padding: .55rem .85rem;
  border-radius: 999px;

  background: #eefbf1;
  color: #166534;
  font-weight: 600;
}

.pmodal__actions{
  display: grid;
  grid-template-columns: 1fr;   /* було 1fr auto auto */
  gap: .85rem;
  align-items: center;

  margin-bottom: .9rem;
  margin-top: 1.4rem;           /* трохи повітря зверху */
}

.pmodal__add{
  height: 3.25rem;
  width: 100%;
  border: none;
  border-radius: 1rem;

  background: #0b1220;
  color: #fff;

  cursor: pointer;
  font-weight: 650;
  font-size: 1.02rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;

  box-shadow:
    0 0.7rem 1.4rem rgba(2,6,23,.22),
    0 0.2rem 0.4rem rgba(2,6,23,.12);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .2s ease;
}

/* hover */
.pmodal__add:hover{
  background: #000;
  transform: translateY(-3px);

  box-shadow:
    0 1.1rem 2.2rem rgba(2,6,23,.30),
    0 0.4rem 0.8rem rgba(2,6,23,.18);
}

/* активний стан */
.pmodal__add:active{
  transform: translateY(-1px);

  box-shadow:
    0 0.6rem 1.2rem rgba(2,6,23,.25);
}

/* іконка */
.pmodal__add svg{
  width: 1.25rem;
  height: 1.25rem;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform .25s ease;
}

.pmodal__add:hover svg{
  transform: translateX(4px);
}

.pmodal__iconBtn{
  width: 3.25rem;
  height: 3.25rem;

  border-radius: 1rem;
  border: 1px solid rgba(2,6,23,.12);
  background: #fff;

  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pmodal__iconBtn svg{
  width: 1.3rem;
  height: 1.3rem;
  stroke: #0f172a;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .9;
}

.pmodal__divider{
  height: 1px;
  background: rgba(2,6,23,.08);
  margin: 1.25rem 0;
}

.pmodal__h{
  margin: 0 0 .65rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.pmodal__desc{
  margin: 0 0 1rem;
  color: #334155;
  line-height: 1.6;
  font-weight: 450;
}

.pmodal__specs{
  margin: 0;
  padding-left: 1.1rem;
  color: #334155;
  line-height: 1.7;
}

.pmodal__benefits{
  margin-top: 1.25rem;
  background: #f8fafc;
  border-radius: 1.25rem;
  padding: 1.15rem;
  border: 1px solid rgba(2,6,23,.06);
}

.pmodal__benefit{
  display: grid;
  grid-template-columns: .75rem 1fr;
  gap: .8rem;
  padding: .7rem .25rem;
}

.pmodal__dot{
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  margin-top: .45rem;
}

@media (max-width: 56rem){
  .pmodal__grid{ grid-template-columns: 1fr; }
  .pmodal__media{ min-height: 22rem; }
}

/* ===== Toast ===== */

.toast-container{
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.toast{
  min-width: 18rem;
  max-width: 22rem;

  background: #0f172a;
  color: #fff;

  padding: 1rem 1.25rem;
  border-radius: 1rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  box-shadow: 0 1.25rem 2.5rem rgba(2,6,23,.25);

  transform: translateX(120%);
  opacity: 0;

  transition: all .35s ease;
}

.toast.is-show{
  transform: translateX(0);
  opacity: 1;
}

.toast__content{
  display: flex;
  align-items: center;
  gap: .75rem;
  font-weight: 600;
}

.toast__icon{
  width: 1.6rem;
  height: 1.6rem;
  border-radius: .6rem;
  background: rgba(255,255,255,.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.toast__icon svg{
  width: 1rem;
  height: 1rem;
  stroke: #22c55e;
  fill: none;
  stroke-width: 2;
}

.toast__link{
  color: #a78bfa;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.toast__link:hover{
  text-decoration: underline;
}