@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-400-normal.da03732a27e1.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-500-normal.51205681a1ba.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-600-normal.2ede57db1a3a.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-700-normal.8ca0a5155296.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-latin-400-normal.5d5a586a9741.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-latin-700-normal.9c4d5c38f969.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --background: hsl(38 38% 96%);
  --foreground: hsl(150 10% 14%);
  --primary: hsl(136 34% 26%);
  --primary-hover: hsl(136 34% 21%);
  --primary-foreground: hsl(40 50% 98%);
  --secondary: hsl(38 42% 92%);
  --muted: hsl(38 36% 94%);
  --muted-foreground: hsl(150 6% 40%);
  --accent: hsl(84 30% 82%);
  --border: hsl(38 24% 88%);
  --card: hsl(40 50% 99%);
  --danger: hsl(2 66% 57%);
  --radius: 0.85rem;
  --shadow-focus: 0 0 0 3px hsl(136 34% 26% / 0.24);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--background); color: var(--foreground); }
body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, select { color: inherit; font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, dl, dd { margin-top: 0; }
h1 { margin-bottom: 0; font-family: "Lora", serif; font-size: 36px; line-height: 40px; }
h2 { line-height: 1.25; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
[hidden] { display: none !important; }

.page-container { width: min(100% - 32px, 1248px); margin-inline: auto; }
.site-main { flex: 1 0 auto; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 8px 14px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--primary);
  color: var(--primary-foreground);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }

.site-header {
  min-height: 65px;
  flex: 0 0 auto;
  border-bottom: 1px solid var(--border);
  background: hsl(38 38% 97% / 0.96);
}
.site-header__inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 700; letter-spacing: -0.02em; }
.brand__mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--primary-foreground);
  background: var(--primary);
}
.brand__mark .icon { width: 21px; height: 21px; }
.brand__text span { color: var(--primary); }
.site-nav { display: flex; align-items: center; gap: 3px; }
.site-nav a { padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 500; }
.site-nav a:hover { background: var(--secondary); }
.site-nav a[aria-current="page"] { color: var(--primary-foreground); background: var(--primary); }
.menu-button { display: none; width: 41px; height: 41px; padding: 0; place-items: center; border: 1px solid var(--primary); border-radius: 4px; background: transparent; }
.menu-button .icon { width: 23px; height: 23px; }
.menu-button__close { display: none; }

.site-footer { flex: 0 0 auto; margin-top: 48px; border-top: 1px solid var(--border); background: hsl(38 38% 95%); }
.site-footer__inner { min-height: 132px; padding-block: 28px; }
.site-footer__brand { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.site-footer__brand .icon { color: var(--primary); }
.site-footer p { max-width: 760px; margin: 0; color: var(--muted-foreground); font-size: 12px; line-height: 16px; }
.site-footer p .icon { width: 13px; height: 13px; vertical-align: -2px; color: hsl(43 90% 45%); }

.card { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
}
.button--primary { color: var(--primary-foreground); background: var(--primary); }
.button--primary:hover { background: var(--primary-hover); }
.button--secondary { border-color: transparent; background: var(--secondary); }
.button--secondary:hover { border-color: var(--border); background: var(--card); }
.badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 9px; border-radius: 999px; color: var(--primary); background: var(--accent); font-size: 11px; line-height: 16px; white-space: nowrap; }
.badge .icon { width: 13px; height: 13px; }
.icon-button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 999px; color: var(--muted-foreground); background: transparent; }
.icon-button:hover { color: var(--primary); background: var(--secondary); }
.icon-button[aria-pressed="true"] { color: var(--danger); }
.icon-button[aria-pressed="true"] .icon { fill: currentColor; }

.page-heading { padding: 31px 0 24px; }
.page-heading h1 { margin-bottom: 4px; }
.page-heading p { max-width: 680px; margin: 0; color: var(--muted-foreground); }
.catalogue-workspace { display: grid; grid-template-columns: 256px minmax(0, 1fr); grid-template-rows: auto 1fr; gap: 16px 24px; }
.filter-panel { grid-column: 1; grid-row: 1 / span 2; display: flex; flex-direction: column; gap: 16px; }
.filter-panel__mobile-heading, .mobile-filter-button, .filter-backdrop { display: none; }
.category-card { padding: 16px; }
.eyebrow { margin: 0 8px 10px; color: var(--muted-foreground); font-family: "Inter", sans-serif; font-size: 12px; line-height: 16px; text-transform: uppercase; letter-spacing: .02em; }
.category-list { display: grid; gap: 2px; }
.category-option { min-height: 39px; display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 7px 9px; border-radius: 16px; font-size: 14px; }
.category-option input { position: absolute; opacity: 0; pointer-events: none; }
.category-option small { color: var(--muted-foreground); }
.category-option:hover { background: var(--muted); }
.category-option.is-selected, .category-option:has(input:checked) { color: var(--primary-foreground); background: var(--primary); }
.category-option.is-selected small, .category-option:has(input:checked) small { color: inherit; }
.filters-card { padding: 20px; }
.filter-title-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; }
.filter-title-row h2 { margin: 0; font-family: "Inter", sans-serif; font-size: 17px; }
.filter-title-row a { color: var(--primary); font-size: 12px; text-decoration: underline; }
.filter-group { display: grid; gap: 8px; margin-top: 18px; font-size: 14px; }
.filter-group:first-of-type { margin-top: 0; }
.filter-group > label:first-child, .filter-group legend { margin-bottom: 3px; font-weight: 600; }
.filter-group select, .discovery-controls select, .search-control {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--card);
}
.filter-group select { height: 40px; padding: 0 12px; border-radius: 10px; }
.grade-options { display: flex; gap: 7px; }
.grade-choice input { position: absolute; opacity: 0; }
.grade-choice span { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid transparent; border-radius: 12px; color: white; font-weight: 700; }
.grade-choice input:focus-visible + span { box-shadow: var(--shadow-focus); }
.grade-choice input:checked + span { border-color: var(--foreground); }
.grade--A span, .grade--A > strong { background: hsl(137 37% 65%); }
.grade--B span, .grade--B > strong { background: hsl(79 55% 72%); }
.grade--C span, .grade--C > strong { background: hsl(47 88% 76%); }
.grade--D span, .grade--D > strong { background: hsl(24 76% 74%); }
.grade--E span, .grade--E > strong { background: hsl(2 68% 78%); }
.check-option { display: flex; align-items: center; gap: 8px; font-weight: 400 !important; }
.check-option input { width: 17px; height: 17px; margin: 0; accent-color: var(--primary); }
.allergen-filter { max-height: 260px; overflow: auto; padding-right: 4px; }
.filter-apply { width: 100%; margin-top: 20px; }

.discovery-controls { grid-column: 2; display: grid; grid-template-columns: minmax(240px, 1fr) 208px; gap: 12px; }
.search-control { height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 15px; border-radius: 999px; }
.search-control .icon { width: 17px; height: 17px; color: var(--muted-foreground); }
.search-control input { min-width: 0; flex: 1; border: 0; outline: 0; appearance: none; background: transparent; font-size: 14px; }
.search-control input::placeholder { color: hsl(150 4% 59%); }
.sort-control select { height: 42px; padding: 0 16px; border-radius: 999px; font-size: 14px; }
.catalogue-results { grid-column: 2; min-width: 0; }
.product-list { display: grid; gap: 12px; }
.product-card { min-height: 125px; display: grid; grid-template-columns: 80px minmax(0, 1fr) 132px; gap: 16px; padding: 16px; border: 1px solid var(--border); border-radius: 16px; background: var(--card); }
.product-card__image-link { align-self: start; border-radius: 12px; overflow: hidden; }
.product-card__image { width: 80px; height: 80px; object-fit: contain; background: var(--muted); }
.product-card__maker { margin: 0; color: var(--muted-foreground); font-size: 11px; line-height: 16px; }
.product-card__name { max-width: 100%; margin: 0 0 5px; overflow-wrap: anywhere; font-family: "Lora", serif; font-size: 16px; line-height: 20px; }
.product-card__name a::after { content: ""; }
.product-card__name a:hover { color: var(--primary); text-decoration: underline; }
.product-card__tags { min-height: 21px; display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 6px; }
.product-availability { min-height: 31px; display: flex; align-items: center; flex-wrap: wrap; gap: 4px 8px; margin: 0 0 7px; }
.availability-link { min-height: 23px; display: inline-flex; align-items: center; padding: 3px 9px; border: 1px solid var(--accent); border-radius: 999px; background: var(--secondary); color: var(--primary); font-size: 11px; line-height: 15px; font-weight: 700; }
.availability-link:hover { border-color: var(--primary); color: var(--primary-hover); text-decoration: underline; }
.nutrition-inline { display: flex; flex-wrap: wrap; gap: 2px 16px; margin: 0; color: var(--muted-foreground); font-size: 11px; line-height: 16px; }
.nutrition-inline div { display: flex; gap: 3px; white-space: nowrap; }
.nutrition-inline dt, .nutrition-inline dd { margin: 0; }
.nutrition-inline dd { color: var(--foreground); font-weight: 600; }
.product-card__actions { display: grid; grid-template-columns: 1fr 36px; grid-template-rows: 36px 36px; justify-items: end; gap: 4px; }
.grade-pill { display: inline-flex; align-items: center; gap: 6px; padding: 3px 7px 3px 10px; border-radius: 999px; background: hsl(40 45% 98%); box-shadow: 0 1px 8px hsl(30 10% 20% / .04); font-size: 8px; line-height: 12px; text-transform: uppercase; }
.grade-pill > strong { min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 4px; border-radius: 999px; color: white; font-size: 12px; line-height: 20px; }
.grade-pill.grade--na > strong { min-width: auto; color: var(--muted-foreground); background: var(--muted); font-size: 9px; }
.product-card__actions .grade-pill { grid-row: 1; grid-column: 1; align-self: center; }
.product-card__actions .icon-button:nth-of-type(1) { grid-row: 1; grid-column: 2; }
.product-card__actions .icon-button:nth-of-type(2) { grid-row: 2; grid-column: 2; }

.empty-state { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-state__icon { width: 64px; height: 64px; margin-bottom: 18px; color: hsl(150 4% 78%); stroke-width: 1.5; }
.empty-state h2 { margin-bottom: 8px; font-size: 22px; }
.empty-state p { margin-bottom: 16px; color: var(--muted-foreground); }
.loading-state { min-height: 240px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted-foreground); }
.loading-state__spinner { width: 24px; height: 24px; border: 3px solid var(--border); border-top-color: var(--primary); border-radius: 999px; animation: loading-spin .8s linear infinite; }
@keyframes loading-spin { to { transform: rotate(1turn); } }

.product-page { max-width: 992px; padding-top: 31px; }
.back-link { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 23px; color: var(--muted-foreground); font-size: 14px; }
.back-link:hover { color: var(--primary); }
.back-link .icon { width: 16px; height: 16px; }
.product-hero { display: grid; grid-template-columns: 480px minmax(0, 1fr); gap: 32px; align-items: start; }
.product-hero__image-wrap { width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 20px; background: var(--card); }
.product-hero__image { width: 100%; height: 100%; object-fit: contain; }
.product-hero__content { padding-top: 2px; }
.product-hero__maker { margin-bottom: 3px; color: var(--primary); font-size: 14px; font-weight: 500; }
.product-hero h1 { margin-bottom: 13px; font-family: "Inter", sans-serif; font-size: 30px; line-height: 36px; letter-spacing: -0.02em; }
.grade-pill--detail { margin-bottom: 22px; }
.product-hero__content > .product-availability { margin: -10px 0 17px; }
.unavailable-note { margin: -14px 0 20px; color: var(--muted-foreground); font-size: 13px; }
.product-hero__category { margin-bottom: 16px; color: var(--muted-foreground); font-size: 13px; }
.product-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.product-hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-hero__actions .button { width: 100%; }
.product-facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 47px; }
.fact-card { min-height: 135px; padding: 24px; }
.fact-card h2, .nutrition-card h2 { margin-bottom: 14px; font-family: "Inter", sans-serif; font-size: 17px; }
.fact-card p { margin: 0; color: var(--muted-foreground); font-size: 14px; line-height: 22px; }
.fact-card .allergen-list, .fact-card .allergen-none { display: flex; gap: 6px; color: var(--primary); }
.allergen-list .icon { color: hsl(32 80% 48%); }
.nutrition-card { margin-top: 32px; padding: 24px; }
.nutrition-card > p { margin: -8px 0 16px; color: var(--muted-foreground); font-size: 12px; }
.nutrition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; }
.nutrition-grid div { padding: 10px 12px; border-radius: 10px; background: var(--muted); }
.nutrition-grid dt { color: var(--muted-foreground); font-size: 11px; }
.nutrition-grid dd { margin: 0; font-size: 13px; font-weight: 600; }
.product-disclaimer { display: flex; gap: 10px; margin: 24px 0 0; padding: 16px; border-radius: 12px; color: var(--muted-foreground); background: var(--secondary); }
.product-disclaimer .icon { color: var(--primary); }
.product-disclaimer p { margin: 0; font-size: 12px; line-height: 18px; }

.saved-page, .compare-page { min-height: calc(100vh - 246px); padding-top: 31px; }
.saved-page h1, .compare-page h1 { margin: 0 0 30px; font-family: "Inter", sans-serif; font-size: 30px; line-height: 38px; }
.saved-page h1 span { color: var(--danger); }
.saved-page > .empty-state { min-height: 302px; margin-top: 35px; }
.compare-page > .empty-state { min-height: 0; margin-top: 49px; }
.compare-page > .empty-state .empty-state__icon { display: none; }
.saved-list { max-width: 968px; margin-left: auto; margin-right: auto; }
.compare-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; }
.compare-product { position: relative; min-width: 0; padding: 20px; }
.compare-product__remove { position: absolute; top: 10px; right: 10px; }
.compare-product > img { width: 160px; height: 160px; margin: 0 auto 15px; object-fit: contain; border-radius: 14px; background: var(--muted); }
.compare-product > p { margin: 0; color: var(--muted-foreground); font-size: 12px; }
.compare-product h2 { min-height: 50px; margin: 2px 34px 15px 0; font-family: "Lora", serif; font-size: 17px; }
.compare-product h2 a:hover { color: var(--primary); text-decoration: underline; }
.compare-product dl { margin: 0; }
.compare-product dl div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid var(--border); font-size: 12px; }
.compare-product dt { color: var(--muted-foreground); }
.compare-product dd { margin: 0; text-align: right; font-weight: 600; }
.error-page { padding-top: 40px; }

@media (max-width: 900px) {
  .product-card { grid-template-columns: 80px minmax(0, 1fr) 112px; }
  .nutrition-inline { gap-right: 10px; }
  .product-hero { grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr); gap: 28px; }
  .product-hero h1 { font-size: 27px; line-height: 32px; }
  .product-facts-grid { margin-top: 77px; }
  .fact-card { min-height: 158px; }
  .nutrition-card { min-height: 247px; }
  .compare-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  h1 { font-size: 32px; line-height: 36px; }
  .page-container { width: calc(100% - 32px); }
  .site-header__inner { display: grid; grid-template-columns: 1fr auto; grid-template-rows: 64px; align-content: start; }
  .menu-button { display: grid; }
  .site-nav { grid-column: 1 / -1; display: none; padding: 8px 0; border-top: 1px solid var(--border); }
  .site-header.is-menu-open .site-header__inner { grid-template-rows: 64px 49px; }
  .site-header.is-menu-open .site-nav { display: flex; min-height: 49px; padding-block: 7px; }
  .site-header.is-menu-open .menu-button__open { display: none; }
  .site-header.is-menu-open .menu-button__close { display: block; }
  .site-nav a { padding: 7px 12px; }
  .site-footer { margin-top: 32px; }
  .site-footer__inner { min-height: 166px; padding-block: 32px; }
  .site-footer p { font-size: 11px; line-height: 15px; }

  .page-heading { padding: 31px 0 24px; }
  .page-heading h1 { max-width: 340px; margin-bottom: 7px; }
  .page-heading p { font-size: 16px; line-height: 24px; }
  .catalogue-workspace { display: block; }
  .discovery-controls { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .search-control, .sort-control select { height: 42px; }
  .mobile-filter-button { height: 38px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--border); border-radius: 999px; background: transparent; }
  .catalogue-results { margin-top: 16px; }
  .filter-panel { position: fixed; z-index: 50; inset: 0 auto 0 0; width: min(320px, calc(100vw - 54px)); display: block; padding: 0 16px 24px; overflow-y: auto; transform: translateX(-102%); background: var(--background); transition: transform .18s ease; }
  .filter-panel.is-open { transform: translateX(0); }
  .filter-panel__mobile-heading { height: 57px; display: flex; align-items: center; justify-content: space-between; }
  .filter-panel__done { border: 0; color: var(--primary); background: transparent; }
  .filter-panel .card { margin-bottom: 16px; }
  .filter-backdrop { position: fixed; z-index: 40; inset: 0; width: 100%; height: 100%; border: 0; background: rgb(0 0 0 / .4); }
  body.has-filter-open { overflow: hidden; }
  body.has-filter-open .filter-backdrop { display: block; }
  .filter-apply { display: none; }

  .product-card { min-height: 250px; grid-template-columns: 80px minmax(0, 1fr) 76px; gap: 12px; padding: 16px; }
  .product-card__image { width: 80px; height: 80px; }
  .product-card__maker { max-width: 78px; font-size: 11px; line-height: 16px; }
  .product-card__tags { margin-top: 7px; }
  .product-card .product-availability { margin-top: 2px; }
  .nutrition-inline { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 10px; margin-top: 8px; font-size: 11px; }
  .product-card__actions { grid-template-columns: 36px 36px; grid-template-rows: 36px 36px; }
  .product-card__actions .grade-pill { grid-row: 1; grid-column: 1 / -1; }
  .product-card__actions .icon-button:nth-of-type(1) { grid-row: 2; grid-column: 1; }
  .product-card__actions .icon-button:nth-of-type(2) { grid-row: 2; grid-column: 2; }
  .grade-pill { gap: 4px; padding-left: 6px; }
  .grade-pill > span { max-width: 34px; line-height: 8px; white-space: normal; }
  .empty-state { min-height: 340px; }

  .product-page { padding-top: 31px; }
  .back-link { margin-bottom: 24px; }
  .product-hero { display: flex; flex-direction: column; gap: 0; }
  .product-hero__image-wrap { margin-bottom: 31px; border-radius: 20px; }
  .product-hero__content { width: 100%; }
  .product-hero h1 { margin-bottom: 18px; font-size: 30px; line-height: 36px; }
  .grade-pill--detail { margin-bottom: 21px; }
  .product-hero__category { margin-bottom: 16px; }
  .product-hero__actions { grid-template-columns: 1fr; }
  .product-facts-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .fact-card, .nutrition-card { min-height: 0; }
  .nutrition-card { margin-top: 16px; }
  .nutrition-grid { grid-template-columns: 1fr 1fr; }

  .saved-page, .compare-page { min-height: 580px; padding-top: 29px; }
  .saved-page h1, .compare-page h1 { margin-bottom: 20px; font-size: 30px; }
  .saved-page > .empty-state { min-height: 303px; margin-top: 36px; }
  .compare-page > .empty-state { min-height: 0; margin-top: 49px; }
  .compare-products { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .compare-product { min-width: 282px; scroll-snap-align: start; }
}

@media (max-width: 380px) {
  .brand { font-size: 16px; }
  .brand__mark { width: 34px; height: 34px; }
  .site-nav a { padding-inline: 9px; font-size: 13px; }
  .product-card { grid-template-columns: 72px minmax(0, 1fr) 42px; gap: 12px; }
  .product-card__image { width: 72px; height: 72px; }
}

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