.tmp-shop {
  --tmp-bg: #ffffff;
  --tmp-panel: #fbfcfa;
  --tmp-shop: #ffffff;
  --tmp-card: #ffffff;
  --tmp-ink: #111116;
  --tmp-muted: #606862;
  --tmp-muted-2: #626b65;
  --tmp-line: rgba(17, 17, 22, 0.12);
  --tmp-accent: #2db8a3;
  --tmp-accent-dark: #173c38;
  --tmp-radius: 18px;
  --tmp-radius-lg: 30px;
  --tmp-shadow: 0 30px 78px rgba(37, 48, 44, 0.1);
  width: auto;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  color: var(--tmp-ink);
  background: var(--tmp-bg);
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

@keyframes tmp-promo-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes tmp-soft-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes tmp-mark-glow {
  0%, 100% { box-shadow: 0 18px 34px rgba(18, 213, 182, 0.18); }
  50% { box-shadow: 0 24px 46px rgba(6, 97, 223, 0.24); }
}

@keyframes tmp-slide-down {
  from { opacity: 0; transform: translate3d(0, -16px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes tmp-cart-enter {
  from { opacity: 0; transform: translate3d(24px, 0, 0) scale(0.98); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes tmp-sheen {
  from { transform: translateX(-130%) rotate(12deg); }
  to { transform: translateX(130%) rotate(12deg); }
}

.tmp-shop [data-animate] {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(var(--tmp-stagger, 0) * 58ms);
  will-change: opacity, transform;
}

.tmp-shop [data-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.entry-content > .tmp-shop,
.wp-block-post-content > .tmp-shop,
.wp-site-blocks .tmp-shop.alignfull,
.tmp-shop.alignfull {
  width: auto !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

html:has(body.tmp-nutritions-shop-page) {
  overflow-x: hidden !important;
  margin-top: 0 !important;
}

body.tmp-nutritions-shop-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  overflow-x: hidden !important;
}

body.tmp-nutritions-shop-page #wpadminbar {
  display: none !important;
}

body.tmp-nutritions-shop-page .skip-link {
  display: none !important;
}

body.tmp-nutritions-shop-page > header,
body.tmp-nutritions-shop-page > footer,
body.tmp-nutritions-shop-page .wp-site-blocks > header,
body.tmp-nutritions-shop-page .wp-site-blocks > footer,
body.tmp-nutritions-shop-page header.wp-block-template-part,
body.tmp-nutritions-shop-page footer.wp-block-template-part,
body.tmp-nutritions-shop-page .site-header,
body.tmp-nutritions-shop-page .site-footer,
body.tmp-nutritions-shop-page .wp-block-post-title,
body.tmp-nutritions-shop-page .entry-title,
body.tmp-nutritions-shop-page main > h1:first-child {
  display: none !important;
}

body.tmp-nutritions-shop-page .wp-site-blocks,
body.tmp-nutritions-shop-page .entry-content,
body.tmp-nutritions-shop-page .wp-block-post-content,
body.tmp-nutritions-shop-page main,
body.tmp-nutritions-shop-page main > .wp-block-group,
body.tmp-nutritions-shop-page .site-main,
body.tmp-nutritions-shop-page .content-area {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.tmp-nutritions-shop-page .wp-site-blocks {
  gap: 0 !important;
}

body.tmp-nutritions-shop-page main > .wp-block-group,
body.tmp-nutritions-shop-page .wp-block-post-content.has-global-padding,
body.tmp-nutritions-shop-page .entry-content.has-global-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tmp-shop-surface {
  width: 100%;
  min-width: 0;
}

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

.tmp-shop [hidden] {
  display: none !important;
}

.tmp-shop a {
  color: inherit;
}

.tmp-shop img {
  display: block;
  max-width: 100%;
}

.tmp-shop button,
.tmp-shop input {
  font: inherit;
}

.tmp-shop__loading {
  padding: 32px;
}

.tmp-promo-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 10px 16px;
  background: linear-gradient(90deg, #ef22c0, #12d5b6, #ffd51e, #ff7a19);
  background-size: 260% 100%;
  color: #09090b;
  font-size: 13px;
  font-weight: 600;
  animation: tmp-promo-flow 10s ease infinite;
}

.tmp-promo-bar span {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
}

.tmp-shop-shell,
.tmp-topbar-inner {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
}

.tmp-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(17, 17, 22, 0.08);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  animation: tmp-slide-down 520ms ease both;
}

.tmp-topbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
}

.tmp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
}

.tmp-brand-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #141414, #074a43 55%, #0661df);
  color: #ffffff;
  font-size: 13px;
  box-shadow: 0 18px 34px rgba(18, 213, 182, 0.18);
  animation: tmp-mark-glow 4.8s ease-in-out infinite;
}

.tmp-brand-text {
  font-size: 19px;
}

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

.tmp-nav-links a {
  text-decoration: none;
}

.tmp-nav-links a:hover {
  color: var(--tmp-ink);
}

.tmp-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.tmp-language-switch {
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--tmp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.tmp-language-switch button {
  min-width: 34px;
  min-height: 28px;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--tmp-muted);
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.tmp-language-switch button.is-active {
  background: var(--tmp-accent-dark);
  color: #ffffff;
}

.tmp-language-switch button:hover {
  transform: translateY(-1px);
}

.tmp-account-button,
.tmp-cart-button,
.tmp-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--tmp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--tmp-ink);
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.tmp-account-button:hover,
.tmp-cart-button:hover,
.tmp-icon-button:hover {
  transform: translateY(-2px);
  border-color: rgba(45, 184, 163, 0.36);
  box-shadow: 0 14px 30px rgba(32, 64, 74, 0.1);
}

.tmp-account-button span,
.tmp-cart-button span {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--tmp-accent);
  color: #07110f;
  font-size: 12px;
  font-weight: 700;
}

.tmp-account-button span {
  min-width: 10px;
  width: 10px;
  height: 10px;
  background: #d7ddd8;
}

.tmp-account-button span.is-active {
  background: var(--tmp-accent);
  box-shadow: 0 0 0 5px rgba(45, 184, 163, 0.12);
}

.tmp-account-button span.is-muted {
  background: #ffbf1b;
}

.tmp-eyebrow {
  margin: 0 0 12px;
  color: var(--tmp-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tmp-shop h1,
.tmp-shop h2,
.tmp-shop h3,
.tmp-shop p {
  margin-top: 0;
}

.tmp-shop h1 {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--tmp-ink);
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.tmp-shop h2 {
  margin-bottom: 12px;
  color: var(--tmp-ink);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.tmp-shop h3 {
  margin-bottom: 10px;
  color: var(--tmp-ink);
  font-size: 18px;
  line-height: 1.18;
}

.tmp-shop p {
  color: var(--tmp-muted);
  line-height: 1.62;
}

.tmp-shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: 64px;
  align-items: center;
  padding: 58px 0 48px;
}

.tmp-hero-lead,
.tmp-detail-lead {
  max-width: 650px;
  font-size: 17px;
}

.tmp-hero-actions,
.tmp-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tmp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.tmp-button:hover,
.tmp-quick-button:hover,
.tmp-filter-pill:hover,
.tmp-text-link:hover,
.tmp-back-link:hover {
  transform: translateY(-2px);
}

.tmp-button:active,
.tmp-quick-button:active,
.tmp-cart-button:active,
.tmp-icon-button:active {
  transform: translateY(0) scale(0.98);
}

.tmp-button-primary {
  background: linear-gradient(135deg, #20d0ba, #0f9e8f);
  color: #06120f;
  box-shadow: 0 18px 40px rgba(18, 213, 182, 0.2);
}

.tmp-button-ghost {
  border-color: var(--tmp-line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--tmp-ink);
}

.tmp-drop-board {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  min-height: 350px;
  padding: 18px;
  border: 1px solid var(--tmp-line);
  border-radius: var(--tmp-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 246, 243, 0.78)),
    rgba(255, 255, 255, 0.64);
  box-shadow: var(--tmp-shadow);
}

.tmp-drop-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 158px;
  overflow: hidden;
  border-radius: 22px;
  text-decoration: none;
  background-size: 160% 160%;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
  animation: tmp-soft-float 7s ease-in-out infinite;
}

.tmp-drop-card:nth-child(2) {
  animation-delay: 400ms;
}

.tmp-drop-card:nth-child(3) {
  animation-delay: 800ms;
}

.tmp-drop-card:hover {
  transform: translateY(-6px) scale(1.015);
  filter: saturate(1.08);
}

.tmp-drop-card:first-child {
  grid-row: span 2;
}

.tmp-drop-card img {
  width: min(350px, 80%);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.22));
  transition: transform 280ms ease;
}

.tmp-drop-card:hover img {
  transform: scale(1.04) rotate(-1deg);
}

.tmp-drop-card span,
.tmp-product-card-badge {
  position: absolute;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #111116;
  font-size: 12px;
  font-weight: 700;
}

.tmp-drop-card span {
  right: 14px;
  bottom: 14px;
}

.tmp-shop-section {
  margin: 34px 0 108px;
  padding: 34px;
  border: 1px solid var(--tmp-line);
  border-radius: var(--tmp-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 247, 0.86)),
    var(--tmp-shop);
  color: var(--tmp-ink);
  box-shadow: var(--tmp-shadow);
}

.tmp-shop-header {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: 24px;
  align-items: end;
  padding: 12px 8px 34px;
}

.tmp-shop-header h2 {
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.05;
}

.tmp-search-box {
  display: grid;
  gap: 8px;
  color: var(--tmp-muted-2);
  font-size: 13px;
}

.tmp-search-box input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--tmp-line);
  border-radius: 16px;
  background: #ffffff;
  color: var(--tmp-ink);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tmp-search-box input:focus {
  border-color: rgba(45, 184, 163, 0.7);
  box-shadow: 0 0 0 4px rgba(45, 184, 163, 0.13);
  transform: translateY(-1px);
}

.tmp-shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 30px;
}

.tmp-shop-sidebar {
  align-self: start;
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--tmp-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 38px rgba(32, 64, 74, 0.08);
}

.tmp-filter-block h3 {
  margin-bottom: 12px;
  color: var(--tmp-accent-dark);
  font-size: 14px;
  text-transform: uppercase;
}

.tmp-filter-pills {
  display: grid;
  gap: 8px;
}

.tmp-filter-pill {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--tmp-line);
  border-radius: 999px;
  background: #f8faf7;
  color: var(--tmp-ink);
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.tmp-filter-pill.is-active {
  border-color: transparent;
  background: var(--tmp-accent-dark);
  color: #ffffff;
}

.tmp-color-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 18px;
}

.tmp-color-strip span {
  min-height: 54px;
  background-size: 180% 180%;
  animation: tmp-promo-flow 9s ease infinite;
}

.tmp-catalog-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: var(--tmp-muted-2);
  font-size: 13px;
}

.tmp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.tmp-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--tmp-line);
  border-radius: 24px;
  background: var(--tmp-card);
  box-shadow: 0 12px 28px rgba(37, 48, 44, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tmp-product-card::after {
  position: absolute;
  top: -35%;
  left: -45%;
  width: 38%;
  height: 170%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-130%) rotate(12deg);
}

.tmp-product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(45, 184, 163, 0.26);
  box-shadow: 0 24px 45px rgba(37, 48, 44, 0.13);
}

.tmp-product-card:hover::after {
  opacity: 1;
  animation: tmp-sheen 780ms ease;
}

.tmp-product-card-badge {
  top: 12px;
  left: 12px;
}

.tmp-gradient-card {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 30px;
  border-radius: 24px;
  background-size: 160% 160%;
  animation: tmp-promo-flow 14s ease infinite;
}

.tmp-gradient-card img {
  width: min(340px, 100%);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.16));
  transition: transform 260ms ease, filter 260ms ease;
}

.tmp-product-card:hover .tmp-gradient-card img {
  transform: scale(1.045) rotate(-1deg);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.2));
}

.tmp-product-image {
  min-height: 252px;
  text-decoration: none;
}

.tmp-product-image img {
  width: min(255px, 88%);
}

.tmp-product-card-body {
  padding: 22px;
}

.tmp-product-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--tmp-muted-2);
  font-size: 12px;
  text-transform: uppercase;
}

.tmp-product-card h3 {
  min-height: 42px;
  font-size: 17px;
  line-height: 1.22;
}

.tmp-product-card p {
  min-height: 66px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.48;
}

.tmp-product-card-footer {
  display: grid;
  grid-template-columns: minmax(132px, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.tmp-quick-button {
  min-height: 36px;
  min-width: 132px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: var(--tmp-accent-dark);
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tmp-quick-button:hover {
  box-shadow: 0 14px 28px rgba(23, 60, 56, 0.18);
}

.tmp-text-link,
.tmp-back-link {
  color: var(--tmp-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.tmp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--tmp-muted-2);
  font-size: 14px;
  line-height: 1.2;
}

.tmp-back-link::before {
  content: "<";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--tmp-line);
  border-radius: 999px;
  color: var(--tmp-accent-dark);
  font-size: 12px;
  transition: transform 180ms ease;
}

.tmp-back-link:hover::before {
  transform: translateX(-3px);
}

.tmp-product-card-footer .tmp-text-link {
  font-size: 12px !important;
  white-space: nowrap;
}

.tmp-empty-state {
  margin: 24px 0 0;
}

.tmp-section {
  padding: 112px 0;
}

.tmp-routine-section,
.tmp-detail-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
  border-top: 1px solid var(--tmp-line);
}

.tmp-quality-points,
.tmp-info-grid {
  display: grid;
  gap: 20px;
}

.tmp-quality-points article,
.tmp-info-grid article {
  padding: 24px;
  border: 1px solid var(--tmp-line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 246, 243, 0.76)),
    var(--tmp-panel);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tmp-quality-points article:hover,
.tmp-info-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 184, 163, 0.22);
  box-shadow: 0 18px 38px rgba(32, 64, 74, 0.09);
}

.tmp-quality-points span {
  display: block;
  margin-bottom: 22px;
  color: var(--tmp-accent);
  font-weight: 700;
}

.tmp-detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: start;
  padding: 72px 0 48px;
}

.tmp-detail-media {
  min-height: 590px;
  box-shadow: var(--tmp-shadow);
}

.tmp-detail-media img {
  width: min(470px, 100%);
}

.tmp-buy-panel {
  padding: 28px;
  border: 1px solid var(--tmp-line);
  border-radius: var(--tmp-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 246, 243, 0.78)),
    var(--tmp-panel);
  box-shadow: var(--tmp-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tmp-buy-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 82px rgba(37, 48, 44, 0.13);
}

.tmp-detail-copy h1 {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: clamp(36px, 3.8vw, 52px);
  line-height: 1;
}

.tmp-detail-copy .tmp-detail-lead,
.tmp-detail-copy p {
  font-size: 16px;
  line-height: 1.55;
}

.tmp-price-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 26px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--tmp-line);
  border-bottom: 1px solid var(--tmp-line);
}

.tmp-price-row span,
.tmp-detail-facts span {
  font-size: 15px;
  color: var(--tmp-muted);
}

.tmp-price-row strong {
  font-size: 24px;
}

.tmp-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.tmp-detail-facts div {
  padding: 16px;
  border: 1px solid var(--tmp-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.tmp-detail-facts span,
.tmp-detail-facts strong {
  display: block;
}

.tmp-detail-facts strong {
  font-size: 16px;
  line-height: 1.35;
}

.tmp-detail-facts span {
  margin-bottom: 4px;
  font-size: 14px;
}

.tmp-checkout-note {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  color: var(--tmp-muted);
  font-size: 14px;
}

.tmp-checkout-note span {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--tmp-accent);
  animation: tmp-mark-glow 2.4s ease-in-out infinite;
}

.tmp-detail-section {
  grid-template-columns: 0.65fr 1.35fr;
  margin-top: 54px;
  padding-top: 62px;
}

.tmp-detail-section h2 {
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.02;
}

.tmp-info-grid h3 {
  font-size: 16px;
}

.tmp-info-grid p,
.tmp-info-grid li {
  font-size: 15px;
  line-height: 1.55;
}

.tmp-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tmp-info-grid ul {
  margin: 0;
  padding-left: 18px;
  color: var(--tmp-muted);
  line-height: 1.7;
}

.tmp-site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.5fr);
  gap: 42px;
  margin: 92px 0 34px;
  padding: 42px;
  border: 1px solid rgba(17, 17, 22, 0.1);
  border-radius: var(--tmp-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(232, 237, 233, 0.62)),
    #f8faf7;
  color: var(--tmp-ink);
  box-shadow: 0 22px 55px rgba(32, 64, 74, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tmp-site-footer:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 66px rgba(32, 64, 74, 0.14);
}

.tmp-footer-brand p {
  max-width: 380px;
  margin: 18px 0 0;
}

.tmp-footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tmp-footer-links h3 {
  margin-bottom: 14px;
  font-size: 14px;
  text-transform: uppercase;
}

.tmp-footer-links a {
  display: block;
  margin-bottom: 10px;
  color: var(--tmp-muted-2);
  font-size: 14px;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.tmp-footer-links a:hover {
  color: var(--tmp-accent-dark);
  transform: translateX(3px);
}

.tmp-footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 17, 22, 0.12);
  color: var(--tmp-muted-2);
  font-size: 13px;
}

.tmp-cart-layer {
  position: fixed;
  inset: 0;
  z-index: 100000;
}

.tmp-cart-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 22, 0.34);
  cursor: pointer;
  backdrop-filter: blur(3px);
  animation: tmp-slide-down 180ms ease both;
}

.tmp-cart-drawer {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(440px, calc(100% - 32px));
  overflow: hidden;
  border-radius: var(--tmp-radius-lg);
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(17, 17, 22, 0.28);
  font-size: 14px;
  animation: tmp-cart-enter 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.tmp-cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid var(--tmp-line);
}

.tmp-cart-head .tmp-eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
}

.tmp-cart-head h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 0.98;
}

.tmp-shop .tmp-cart-head h2 {
  font-size: 30px;
}

.tmp-cart-head .tmp-icon-button {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.tmp-cart-items {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: auto;
  padding: 16px;
}

.tmp-cart-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding: 11px;
  border: 1px solid var(--tmp-line);
  border-radius: 18px;
  animation: tmp-slide-down 220ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tmp-cart-item:hover {
  transform: translateX(-3px);
  border-color: rgba(45, 184, 163, 0.24);
  box-shadow: 0 12px 26px rgba(32, 64, 74, 0.08);
}

.tmp-cart-item img {
  align-self: center;
  width: 82px;
  border-radius: 12px;
}

.tmp-cart-item h3 {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.18;
}

.tmp-cart-item p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3;
}

.tmp-cart-qty {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tmp-cart-qty button {
  min-width: 28px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--tmp-line);
  border-radius: 999px;
  background: #f8faf7;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.tmp-cart-qty button:hover {
  transform: translateY(-1px);
  border-color: rgba(45, 184, 163, 0.4);
  background: #ffffff;
}

.tmp-cart-qty span {
  min-width: 24px;
  text-align: center;
  font-weight: 700;
}

.tmp-cart-perks {
  display: grid;
  gap: 10px;
  padding: 16px 18px 4px;
}

.tmp-discount-box {
  display: grid;
  gap: 8px;
  color: var(--tmp-muted);
  font-size: 13px;
  font-weight: 700;
}

.tmp-discount-box div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.tmp-discount-box input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--tmp-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--tmp-ink);
  outline: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tmp-discount-box input:focus {
  border-color: rgba(45, 184, 163, 0.72);
  box-shadow: 0 0 0 4px rgba(45, 184, 163, 0.12);
}

.tmp-discount-remove {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tmp-accent-dark);
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease;
}

.tmp-discount-remove:hover {
  color: #0f9e8f;
  transform: translateX(3px);
}

.tmp-cart-benefit {
  padding: 11px 12px;
  border: 1px solid rgba(45, 184, 163, 0.22);
  border-radius: 16px;
  background: rgba(45, 184, 163, 0.08);
  color: var(--tmp-accent-dark);
  font-size: 13px;
  font-weight: 700;
  animation: tmp-slide-down 220ms ease both;
}

.tmp-cart-summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-top: 1px solid var(--tmp-line);
}

.tmp-cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 17px;
}

.tmp-cart-summary div:not(:last-of-type) {
  font-size: 14px;
}

.tmp-cart-summary .tmp-button {
  min-height: 42px;
  font-size: 13px !important;
}

.tmp-cart-summary p,
.tmp-cart-empty {
  margin: 0;
  color: var(--tmp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.tmp-account-drawer {
  grid-template-rows: auto 1fr;
}

.tmp-account-content {
  display: grid;
  align-content: start;
  gap: 14px;
  overflow: auto;
  padding: 16px;
}

.tmp-account-panel,
.tmp-account-orders {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--tmp-line);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #f7fbf8);
}

.tmp-account-panel span {
  color: var(--tmp-accent-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tmp-account-panel h3,
.tmp-account-orders h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
}

.tmp-account-panel p {
  margin: 0;
  color: var(--tmp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.tmp-account-panel .tmp-button {
  width: fit-content;
  min-height: 40px;
  font-size: 13px !important;
}

.tmp-loyalty-redeem {
  display: grid;
  gap: 8px;
  color: var(--tmp-muted);
  font-size: 13px;
  font-weight: 700;
}

.tmp-loyalty-redeem div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.tmp-loyalty-redeem input {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--tmp-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--tmp-ink);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tmp-loyalty-redeem input:focus {
  border-color: rgba(45, 184, 163, 0.72);
  box-shadow: 0 0 0 4px rgba(45, 184, 163, 0.12);
}

.tmp-account-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--tmp-line);
  color: var(--tmp-muted);
  font-size: 14px;
}

.tmp-account-order strong {
  color: var(--tmp-ink);
}

.tmp-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100001;
  max-width: min(360px, calc(100% - 36px));
  padding: 14px 16px;
  border: 1px solid var(--tmp-line);
  border-radius: 18px;
  background: rgba(18, 56, 63, 0.96);
  color: #ffffff;
  box-shadow: var(--tmp-shadow);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.tmp-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tmp-cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.tmp-cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tmp-cookie-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(980px, 100%);
  padding: 20px;
  border: 1px solid rgba(17, 17, 22, 0.12);
  border-radius: var(--tmp-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 243, 0.92)),
    #ffffff;
  color: var(--tmp-ink);
  box-shadow: 0 28px 70px rgba(32, 64, 74, 0.22);
  animation: tmp-cart-enter 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.tmp-cookie-copy h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.08;
}

.tmp-cookie-preferences {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tmp-cookie-preferences label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--tmp-line);
  border-radius: 16px;
  background: #f8faf7;
  font-weight: 700;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.tmp-cookie-preferences label:hover {
  transform: translateY(-2px);
  border-color: rgba(45, 184, 163, 0.28);
  background: #ffffff;
}

.tmp-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  gap: 10px;
}

.antiox-shield {
  background: linear-gradient(135deg, #f8efff, #e935db 42%, #65d7f3);
}

.b-methyl-complex {
  background: linear-gradient(135deg, #f9f3ff, #33d7e6 32%, #8d3ff2);
}

.bio-c-essentials {
  background: linear-gradient(135deg, #fff6d5, #ffd000 35%, #ff7f19);
}

.d-and-k-complex {
  background: linear-gradient(135deg, #ecfff4, #23c8bf 44%, #ceff57);
}

.fibers-and-berry {
  background: linear-gradient(135deg, #fff1f6, #e40fb0 38%, #8b11d0);
}

.glucose-balance {
  background: linear-gradient(135deg, #fff1fb, #f4aad6 42%, #e91d70);
}

.green-coffee {
  background: linear-gradient(135deg, #fff2dd, #ff3a38 50%, #ff8a00);
}

.reverse-aging {
  background: linear-gradient(135deg, #ddfff5, #16d2bc 42%, #072a95);
}

.mineral-complex {
  background: linear-gradient(135deg, #f7fbff, #d8e8ea 38%, #003d48);
}

@media (max-width: 1280px) {
  .tmp-shop-shell,
  .tmp-topbar-inner {
    width: min(1260px, calc(100% - 40px));
  }

  .tmp-shop-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
    gap: 48px;
  }

  .tmp-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .tmp-shop-hero,
  .tmp-shop-header,
  .tmp-shop-layout,
  .tmp-routine-section,
  .tmp-detail-hero,
  .tmp-detail-section,
  .tmp-site-footer {
    grid-template-columns: 1fr;
  }

  .tmp-shop-sidebar {
    position: static;
  }

  .tmp-filter-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tmp-product-grid,
  .tmp-info-grid,
  .tmp-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .tmp-promo-bar {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
  }

  .tmp-shop-shell,
  .tmp-topbar-inner {
    width: min(100% - 22px, 1260px);
  }

  .tmp-topbar-inner {
    grid-template-columns: 1fr;
  }

  .tmp-header-actions {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tmp-account-button,
  .tmp-cart-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px !important;
  }

  .tmp-nav-links {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px;
  }

  .tmp-shop h1 {
    font-size: 44px;
  }

  .tmp-shop h2 {
    font-size: 34px;
  }

  .tmp-drop-board {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tmp-drop-card:first-child {
    grid-row: auto;
  }

  .tmp-shop-section {
    margin: 28px 0 72px;
    padding: 16px;
  }

  .tmp-filter-pills,
  .tmp-product-grid,
  .tmp-detail-facts,
  .tmp-info-grid,
  .tmp-footer-links,
  .tmp-cookie-card,
  .tmp-cookie-preferences {
    grid-template-columns: 1fr;
  }

  .tmp-catalog-topline,
  .tmp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .tmp-product-card h3,
  .tmp-product-card p {
    min-height: 0;
  }

  .tmp-detail-media {
    min-height: 360px;
  }

  .tmp-buy-panel,
  .tmp-site-footer,
  .tmp-cookie-card {
    padding: 20px;
  }

  .tmp-section {
    padding: 82px 0;
  }

  .tmp-cookie-actions {
    justify-content: stretch;
  }

  .tmp-cookie-actions .tmp-button {
    width: 100%;
  }
}

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

  .tmp-shop [data-animate] {
    opacity: 1 !important;
    transform: none !important;
  }
}
