:root {
  --bg: #070907;
  --panel: rgba(14, 20, 16, .82);
  --panel-strong: rgba(9, 13, 10, .98);
  --text: #f3f6ef;
  --muted: #aab5a7;
  --green: #08a65b;
  --green-2: #55e38d;
  --gold: #d5a642;
  --danger: #e05252;
  --line: rgba(255, 255, 255, .13);
  --shadow: 0 28px 80px rgba(0, 0, 0, .45);
  --max: 1240px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .5;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.donate-bg {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(7,9,7,.93), rgba(7,9,7,.64), rgba(7,9,7,.94)),
    radial-gradient(circle at 74% 18%, rgba(85, 227, 141, .18), transparent 28rem),
    radial-gradient(circle at 15% 85%, rgba(213, 166, 66, .13), transparent 24rem),
    url("/assets/1575-01.jpg") center / cover;
  filter: saturate(.9);
}

.donate-header {
  position: sticky;
  top: 14px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(calc(100% - 32px), var(--max));
  min-height: 64px;
  margin: 14px auto 0;
  padding: 10px 12px 10px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(7, 9, 7, .74);
  box-shadow: 0 16px 50px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}

.donate-brand,
.header-actions,
.hero-actions,
.product-bottom,
.modal-product-bottom,
.checkout-head,
.promo-row,
.cart-item,
.empty-cart {
  display: flex;
  align-items: center;
}

.donate-brand {
  gap: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.donate-brand img {
  width: 34px;
  height: 34px;
}

.donate-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.donate-nav a,
.back-link {
  transition: color .2s ease, transform .2s ease;
}

.donate-nav a:hover,
.back-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.back-link,
.header-cart,
.ghost-btn,
.product-bottom button,
.modal-close,
.remove-btn {
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.header-cart {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px 4px 5px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.header-cart:hover {
  transform: translateY(-2px);
  border-color: rgba(85,227,141,.42);
  background: rgba(8,166,91,.16);
}

.cart-icon {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 7px;
  background: rgba(255,255,255,.1);
  color: #fff;
}

.cart-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cart-total {
  min-width: 72px;
  text-align: right;
  white-space: nowrap;
}

.cart-arrow {
  color: var(--muted);
  font-size: 19px;
  line-height: 1;
}

main {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 70px 20px 90px;
}

.donate-hero {
  min-height: clamp(520px, 65svh, 620px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(110px, 15vh, 150px);
  text-align: center;
}

.hero-copy {
  width: 100%;
}

.hero-copy h1 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(42px, 7vw, 108px);
  line-height: .9;
  white-space: nowrap;
}

.hero-copy p {
  max-width: 760px;
  margin: 26px auto 0;
  color: #d9e1d7;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(85,227,141,.44);
  border-radius: 999px;
  background: rgba(8,166,91,.12);
  color: #6cffaa;
  font-size: 12px;
  font-weight: 900;
}

.hero-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-btn,
.ghost-btn,
.product-bottom button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 9px;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.primary-btn {
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--green), #12c875);
  color: #fff;
  box-shadow: 0 18px 42px rgba(8,166,91,.28);
}

.primary-btn:hover,
.ghost-btn:hover,
.product-bottom button:hover {
  transform: translateY(-2px);
}

.ghost-btn.small {
  min-height: 40px;
  padding: 0 14px;
}

.shop-shell,
.bundle-card,
.rules-card,
.faq details,
.product-card,
.modal-window {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.modal-product-bottom small,
.cart-meta,
.totals span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.shop-shell,
.bundle-section,
.faq {
  margin-top: 86px;
}

.shop-shell {
  margin-top: 34px;
  padding: 24px;
}

.shop-toolbar,
.catalog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 26px 0 18px;
}

.shop-toolbar h2,
.faq h2,
.bundle-card h2,
.checkout-head h2 {
  margin: 12px 0 0;
  font-size: clamp(36px, 6vw, 76px);
  line-height: .95;
}

.search-box {
  width: min(360px, 100%);
  display: grid;
  gap: 8px;
}

.search-box span,
.checkout-form span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.search-box input,
.checkout-form input,
.checkout-form select {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 9px;
  background: rgba(0,0,0,.28);
  color: #fff;
  padding: 0 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.search-box input:focus,
.checkout-form input:focus,
.checkout-form select:focus {
  border-color: rgba(85,227,141,.55);
  box-shadow: 0 0 0 3px rgba(85,227,141,.12);
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.category-tabs button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: var(--muted);
  font-weight: 850;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.category-tabs button:hover,
.category-tabs button.is-active {
  transform: translateY(-2px);
  border-color: rgba(85,227,141,.44);
  background: rgba(8,166,91,.16);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.currency-card {
  position: relative;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 280px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(85,227,141,.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 50%, rgba(85,227,141,.11), transparent 28%),
    linear-gradient(120deg, rgba(14,19,16,.98), rgba(11,17,13,.98) 58%, rgba(8,166,91,.11));
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
}

.currency-card[hidden] {
  display: none;
}

.currency-art {
  min-height: 280px;
  background: var(--currency-image) center / min(78%, 190px) auto no-repeat;
  filter: drop-shadow(0 20px 25px rgba(0,0,0,.46));
}

.currency-content {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px 32px 28px 10px;
}

.currency-content h3 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1;
}

.currency-content p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.currency-range {
  width: 100%;
  accent-color: var(--green-2);
  cursor: pointer;
}

.currency-values {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
}

.currency-values label {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-weight: 900;
}

.currency-values input {
  width: 100%;
  min-width: 0;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  font: inherit;
  outline: none;
}

.currency-values label > span {
  padding-right: 14px;
}

.currency-values span {
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.currency-buy {
  width: 100%;
}

.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  border-color: rgba(255,255,255,.12);
  background: rgba(14, 19, 16, .96);
  transition: transform .24s ease, border-color .24s ease, opacity .24s ease, box-shadow .24s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(85,227,141,.36);
  box-shadow: 0 22px 54px rgba(0,0,0,.38), 0 0 0 1px rgba(85,227,141,.08);
}

.product-card.is-popular {
  border-color: rgba(213,166,66,.7);
  background:
    radial-gradient(circle at 82% 12%, rgba(213,166,66,.18), transparent 28%),
    linear-gradient(155deg, rgba(49,36,12,.92), rgba(14,19,16,.98) 55%);
  box-shadow: inset 0 0 0 1px rgba(255,222,140,.08), 0 18px 48px rgba(213,166,66,.12);
}

.product-card.is-popular:hover {
  border-color: rgba(255,214,112,.92);
  box-shadow: inset 0 0 0 1px rgba(255,222,140,.16), 0 24px 60px rgba(213,166,66,.2);
}

.product-card.is-popular .product-art {
  background-color: rgba(213,166,66,.055);
}

.product-card.is-popular .product-bottom button {
  background: linear-gradient(135deg, #d5a642, #9a6e16);
  color: #151108;
  box-shadow: 0 10px 28px rgba(213,166,66,.2);
}

.product-card.is-off {
  opacity: .55;
  filter: grayscale(.8);
}

.product-promotions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.product-promotions[hidden] {
  display: none;
}

.product-promotions span {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(213,166,66,.95);
  color: #151108;
  font-size: 12px;
  font-weight: 950;
}

.product-art {
  height: 200px;
  flex: 0 0 200px;
  background: var(--product-image, url("/assets/1564-01.jpg")) center / min(78%, 190px) auto no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 18px 16px 16px;
  text-align: center;
}

.product-body small {
  color: rgba(211,231,218,.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-body h3 {
  display: -webkit-box;
  min-height: 50px;
  margin: 7px 0 10px;
  overflow: hidden;
  font-size: 23px;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-body p {
  display: none;
}

.product-bottom {
  width: 100%;
  margin-top: auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 13px;
}

.price-stack {
  display: grid;
  min-height: 37px;
  place-items: center;
  gap: 2px;
}

.price-stack s {
  color: rgba(255,255,255,.42);
  font-size: 13px;
}

.product-bottom strong {
  font-size: 25px;
  line-height: 1;
}

.product-bottom button {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border-color: transparent;
  background: linear-gradient(135deg, #0ab566, #087f4a);
  color: #fff;
  box-shadow: 0 10px 24px rgba(8,166,91,.2);
  font-size: 15px;
}

.product-bottom button:hover:not(:disabled) {
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(135deg, #17c875, #0a9154);
  box-shadow: 0 13px 30px rgba(8,166,91,.32);
}

.bundle-section {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 16px;
}

.bundle-card,
.rules-card {
  padding: 28px;
}

.bundle-card p,
.rules-card li,
.faq p {
  color: var(--muted);
  line-height: 1.55;
}

.rules-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
}

.rules-card ol {
  margin: 0;
  padding-left: 20px;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin: 12px 0 0;
}

.modal-layer[hidden],
.modal-window[hidden] {
  display: none;
}

.modal-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow-y: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(10px);
  animation: fade-in .18s ease both;
}

.modal-window {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(760px, calc(100dvh - 40px));
  overflow: auto;
  animation: modal-in .24s ease both;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1;
}

.product-modal {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  overflow: hidden;
}

.modal-product-art {
  min-height: 520px;
  background: var(--preview-image, url("/assets/1564-01.jpg")) center / min(84%, 430px) auto no-repeat;
}

.modal-product-info {
  padding: 44px 34px 30px;
}

.modal-product-info h2 {
  margin: 14px 0 0;
  font-size: clamp(40px, 5vw, 74px);
  line-height: .95;
}

.modal-product-info p {
  color: #d7dfd5;
  line-height: 1.55;
  font-size: 17px;
  white-space: pre-line;
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  color: #dce5da;
}

.modal-product-bottom {
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.modal-product-bottom strong {
  display: block;
  margin-top: 4px;
  font-size: 36px;
}

.modal-product-bottom s {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.45);
  font-size: 14px;
}

.modal-product-bottom s[hidden] {
  display: none;
}

.added-modal {
  width: min(620px, 100%);
  padding: 30px;
  overflow: hidden;
}

.added-modal h2 {
  margin: 12px 54px 22px 0;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
}

.added-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.added-item-art {
  width: 92px;
  aspect-ratio: 1;
  background: var(--added-image) center / contain no-repeat;
}

.added-item-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.added-item-copy strong {
  overflow-wrap: anywhere;
  font-size: 19px;
  line-height: 1.15;
}

.added-item-copy span,
.added-summary {
  color: #aeb9ab;
}

.added-item > b {
  white-space: nowrap;
  font-size: 22px;
}

.added-summary {
  margin: 14px 0 0;
  font-size: 14px;
}

.added-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.added-actions button {
  min-height: 48px;
}

.checkout-modal {
  width: min(1180px, 100%);
  max-height: none;
  margin: auto;
  overflow: visible;
  padding: 22px;
}

.checkout-head {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.checkout-head h2 {
  margin: 5px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 16px;
}

.checkout-goods {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 260px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.cart-item,
.empty-cart {
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  background: rgba(255,255,255,.045);
}

.cart-item-img {
  width: 88px;
  height: 72px;
  flex: 0 0 88px;
  border-radius: 8px;
  background: var(--cart-image) center / cover;
}

.cart-item-info {
  min-width: 0;
  flex: 1;
}

.cart-item-info b,
.cart-item-info strong {
  display: block;
}

.cart-meta {
  margin-top: 5px;
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
}

.qty-row button,
.remove-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.qty-row button {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-weight: 900;
}

.remove-btn {
  color: #fff;
}

.checkout-form {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(0,0,0,.18);
}

.checkout-form label {
  display: grid;
  gap: 8px;
}

.promo-row {
  align-items: end;
  gap: 10px;
}

.promo-row label {
  flex: 1;
}

.totals {
  display: grid;
  gap: 10px;
  margin-top: 6px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  background: rgba(255,255,255,.045);
}

.totals.is-loading {
  pointer-events: none;
}

.totals.is-loading div {
  min-height: 24px;
  border-radius: 6px;
  color: transparent;
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.16), rgba(255,255,255,.06));
  background-size: 200% 100%;
  animation: shimmer 1s linear infinite;
}

.totals div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.total-line {
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.total-line strong {
  color: #6cffaa;
  font-size: 28px;
}

.checkout-submit {
  width: 100%;
}

.checkout-note {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes shimmer {
  to { background-position: -200% 0; }
}

@media (max-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .donate-header {
    grid-template-columns: auto auto;
  }

  .donate-nav {
    display: none;
  }

  .donate-hero,
  .bundle-section,
  .checkout-grid,
  .product-modal {
    grid-template-columns: 1fr;
  }

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

  .modal-product-art {
    min-height: 320px;
  }

  .currency-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  main {
    padding: 42px 14px 70px;
  }

  .donate-header {
    width: calc(100% - 20px);
    top: 10px;
  }

  .back-link {
    display: none;
  }

  .header-cart-total {
    min-width: 58px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9.5vw, 54px);
  }

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

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

  .currency-art {
    min-height: 150px;
  }

  .currency-content {
    padding: 0 18px 20px;
  }

  .currency-values {
    grid-template-columns: 1fr 1fr;
  }

  .currency-values span {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
  }

  .shop-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .checkout-modal,
  .modal-product-info {
    padding: 22px;
  }

  .added-modal {
    padding: 24px 16px 16px;
  }

  .added-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .added-item-art {
    width: 68px;
  }

  .added-item > b {
    grid-column: 2;
    justify-self: start;
  }

  .added-actions {
    grid-template-columns: 1fr;
  }

  .promo-row {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
