
:root {
  --bg: #fff9f4;
  --bg-soft: #fff1e8;
  --card: rgba(255, 255, 255, 0.92);
  --text: #2c211b;
  --muted: #725f55;
  --orange: #ff7a28;
  --orange-dark: #e95f12;
  --pink: #ff6aa2;
  --yellow: #ffd76a;
  --green: #60b783;
  --border: rgba(255, 122, 40, 0.18);
  --shadow: 0 24px 70px rgba(91, 48, 16, 0.14);
  --radius: 26px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 214, 106, 0.36), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(255, 106, 162, 0.22), transparent 34%),
    linear-gradient(135deg, #fff9f4 0%, #fff1e8 50%, #fffaf5 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: -30%;
  z-index: -3;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 122, 40, 0.15), transparent 25%),
    radial-gradient(circle at 70% 70%, rgba(255, 106, 162, 0.14), transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(96, 183, 131, 0.12), transparent 22%);
  animation: bgFlow 16s ease-in-out infinite alternate;
}

@keyframes bgFlow {
  0% { transform: translate3d(-1%, -1%, 0) scale(1); }
  100% { transform: translate3d(2%, 1%, 0) scale(1.08); }
}

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

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

sup {
  font-size: 0.55em;
  line-height: 0;
  vertical-align: super;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section-pad {
  padding: 88px 0;
}

.soft-bg {
  background: rgba(255, 255, 255, 0.42);
  border-top: 1px solid rgba(255, 122, 40, 0.08);
  border-bottom: 1px solid rgba(255, 122, 40, 0.08);
}

.animated-bg {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.float-icon {
  position: absolute;
  opacity: 0.18;
  filter: blur(0.1px);
  animation: floaty 11s ease-in-out infinite;
}

.float-icon {
  width: 48px;
  height: 48px;
}

.paw-1 { left: 7%; top: 25%; animation-delay: 0s; }
.paw-2 { left: 78%; top: 28%; animation-delay: 1.8s; }
.paw-3 { left: 18%; top: 78%; animation-delay: 3.1s; }
.pet-1 { left: 88%; top: 62%; animation-delay: 0.9s; }
.pet-2 { left: 4%; top: 58%; animation-delay: 2.6s; }
.treat-1 { left: 63%; top: 82%; animation-delay: 4s; }
.heart-1 { left: 48%; top: 18%; animation-delay: 1.1s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-7deg); }
  50% { transform: translateY(-26px) rotate(9deg); }
}

.top-bar {
  background: linear-gradient(90deg, var(--orange), var(--pink));
  color: white;
  font-size: 14px;
}

.top-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
}

.top-bar a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 249, 244, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 122, 40, 0.12);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-right: auto;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 15px;
  background: white;
  box-shadow: 0 10px 28px rgba(91, 48, 16, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 750;
  color: #4b3b32;
}

.nav-links a {
  transition: 0.2s ease;
}

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

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(255, 122, 40, 0.25);
}

.menu-toggle {
  display: none;
  border: 0;
  background: white;
  color: var(--text);
  border-radius: 14px;
  padding: 10px 13px;
  font-size: 22px;
  box-shadow: 0 10px 28px rgba(91, 48, 16, 0.10);
}

.hero {
  padding-top: 96px;
}

.hero-grid,
.split-grid,
.page-hero-grid,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.hero-copy h1,
.page-hero h1,
.product-info-panel h1,
.coming-soon-card h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.hero-text,
.page-hero p,
.product-subtitle,
.section-heading p,
.split-grid p,
.coming-soon-card p {
  color: var(--muted);
  font-size: 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
}

.eyebrow.light {
  color: white;
  opacity: 0.9;
}

.hero-actions,
.page-actions,
.card-actions,
.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 21px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  box-shadow: 0 14px 34px rgba(255, 122, 40, 0.24);
}

.btn-secondary {
  color: var(--orange-dark);
  background: white;
  border-color: rgba(255, 122, 40, 0.22);
  box-shadow: 0 12px 30px rgba(91, 48, 16, 0.08);
}

.btn-outline {
  color: var(--text);
  background: transparent;
  border-color: rgba(255, 122, 40, 0.32);
}

.btn-light {
  background: white;
  color: var(--orange-dark);
}

.btn-outline-light {
  color: white;
  border-color: rgba(255,255,255,0.7);
}

.btn-small {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 14px;
}

.disabled-btn,
.disabled-btn:hover {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.full-btn {
  width: 100%;
  margin-top: 12px;
}

.hero-card {
  padding: 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.hero-card img {
  border-radius: 26px;
}

.hero-float {
  animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0) rotate(0.2deg); }
  50% { transform: translateY(-10px) rotate(-0.2deg); }
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span,
.mini-tag,
.status-pill,
.coming-pill,
.filter-chips a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 122, 40, 0.16);
  color: #62483a;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}

.section-heading.align-left {
  text-align: left;
  margin-left: 0;
}

.section-heading h2,
.split-grid h2,
.page-card h2,
.info-card h2,
.info-card h3,
.product-info-panel h1 + p,
.coming-soon-card h1 {
  margin-top: 0;
}

.section-heading h2,
.split-grid h2,
.page-card h2,
.info-card h2 {
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin-bottom: 14px;
}

.category-grid,
.shop-grid,
.faq-grid,
.steps-grid,
.product-tabs-grid {
  display: grid;
  gap: 22px;
}

.category-grid {
  grid-template-columns: repeat(4, 1fr);
}

.shop-grid {
  grid-template-columns: repeat(4, 1fr);
}

.category-card,
.shop-card,
.info-card,
.page-card,
.step-card,
.faq-item,
.empty-category,
.product-info-panel,
.coming-soon-card {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 18px 54px rgba(91, 48, 16, 0.10);
  border-radius: var(--radius);
}

.category-card {
  display: block;
  padding: 26px;
  min-height: 260px;
  transition: 0.22s ease;
}

.category-card:hover,
.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.category-icon {
  font-size: 40px;
}

.category-card h3,
.shop-card h3,
.step-card h3,
.faq-item h3,
.empty-category h3 {
  margin: 14px 0 8px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.category-card p,
.shop-card p,
.step-card p,
.faq-item p,
.empty-category p,
.info-card p {
  color: var(--muted);
}

.category-card strong {
  color: var(--orange-dark);
}

.shop-card {
  overflow: hidden;
}

.product-image {
  min-height: 190px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 215, 106, 0.34), transparent 35%),
    linear-gradient(135deg, #fff, #fff0e6);
  display: grid;
  place-items: center;
  font-size: 60px;
  border-bottom: 1px solid var(--border);
}

.product-placeholder {
  padding: 24px;
}

.placeholder-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.placeholder-icon {
  line-height: 1;
}

.placeholder-stack strong {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.placeholder-stack small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.product-placeholder-large .placeholder-icon {
  
}

.product-placeholder-large .placeholder-stack strong {
  font-size: 32px;
}

.large-placeholder {
  min-height: 280px;
}

.shop-card-body {
  padding: 22px;
}

.price-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 18px 0;
  padding: 13px;
  border-radius: 18px;
  background: rgba(255, 241, 232, 0.72);
}

.price-row strong {
  color: var(--orange-dark);
}

.price-row span,
.small-note,
.table-note {
  color: var(--muted);
  font-size: 14px;
}

.mini-list,
.check-list {
  padding-left: 0;
  list-style: none;
}

.mini-list li,
.check-list li {
  position: relative;
  padding-left: 26px;
  margin: 8px 0;
  color: var(--muted);
}

.mini-list li::before,
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 950;
}

.info-card,
.page-card {
  padding: 30px;
}

.notice-box {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  margin-top: 24px;
}

.notice-box span {
  color: var(--muted);
}

.comparison-wrap {
  overflow-x: auto;
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(91, 48, 16, 0.10);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.large-table {
  min-width: 960px;
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(255, 122, 40, 0.12);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  background: rgba(255, 241, 232, 0.75);
  color: var(--orange-dark);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.highlight-row td {
  background: rgba(255, 245, 218, 0.72);
}

.center-actions {
  text-align: center;
  margin-top: 28px;
}

.steps-grid {
  grid-template-columns: repeat(5, 1fr);
}

.step-card {
  padding: 23px;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  font-weight: 950;
}

.marketplace-section,
.order-section {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--pink));
}

.order-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 24px 70px rgba(122, 49, 0, 0.20);
}

.order-card p {
  color: rgba(255,255,255,0.88);
}

.marketplace-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.coming-pill {
  background: rgba(255,255,255,0.18);
  color: white;
  border-color: rgba(255,255,255,0.3);
}

.faq-grid {
  grid-template-columns: repeat(3, 1fr);
}

.faq-item {
  padding: 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 14px 38px rgba(91, 48, 16, 0.08);
}

.contact-item span {
  color: var(--muted);
  font-weight: 800;
}

.contact-item strong {
  font-size: 18px;
}

.contact-item.muted {
  opacity: 0.75;
}

.page-hero {
  padding-top: 70px;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chips a:hover {
  background: var(--orange);
  color: white;
}

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

.featured-product {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}

.empty-category {
  padding: 34px;
  display: grid;
  gap: 10px;
}

.empty-category span {
  font-size: 50px;
}

.product-detail-layout {
  align-items: start;
}

.product-gallery,
.product-info-panel {
  min-width: 0;
}

.main-product-photo {
  min-height: 520px;
  border-radius: 30px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  font-size: 110px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.thumb-row span {
  padding: 14px;
  border-radius: 16px;
  text-align: center;
  color: var(--muted);
  background: white;
  border: 1px solid var(--border);
  font-weight: 800;
  font-size: 13px;
}

.product-info-panel {
  padding: 34px;
}

.product-subtitle {
  font-size: 18px;
}

.product-price-box {
  margin: 26px 0;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 241, 232, 0.75);
  display: flex;
  flex-direction: column;
}

.product-price-box span,
.product-meta-grid span {
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-price-box strong {
  font-size: 34px;
  color: var(--orange-dark);
  letter-spacing: -0.04em;
}

.product-meta-grid,
.checkout-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.product-meta-grid div,
.checkout-preview div {
  padding: 15px;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--border);
}

.product-meta-grid strong,
.checkout-preview strong {
  display: block;
}

.product-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

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

.coming-soon-page {
  min-height: 62vh;
  display: grid;
  place-items: center;
}

.coming-soon-card {
  text-align: center;
  max-width: 820px;
  padding: 56px;
}

.big-icon {
  font-size: 74px;
}

.checkout-preview {
  text-align: left;
  margin: 26px 0;
}

.site-footer {
  background: #2c211b;
  color: white;
  padding: 56px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 950;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.footer-text,
.footer-bottom p {
  color: rgba(255,255,255,0.68);
}

.site-footer h3 {
  margin: 0 0 14px;
}

.site-footer a,
.site-footer span {
  display: block;
  color: rgba(255,255,255,0.78);
  margin: 9px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 34px;
  padding-top: 20px;
}

.reveal,
.reveal-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-card {
  transition-delay: 0.05s;
}

.reveal.is-visible,
.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .nav-links {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .nav-links a:hover {
    background: rgba(255, 122, 40, 0.08);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-cta {
    display: none;
  }

  .category-grid,
  .shop-grid,
  .steps-grid,
  .faq-grid,
  .product-tabs-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid,
  .split-grid,
  .page-hero-grid,
  .product-detail-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .main-product-photo {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 26px, var(--container));
  }

  .section-pad {
    padding: 58px 0;
  }

  .top-bar-wrap,
  .order-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand span {
    font-size: 18px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-copy h1,
  .page-hero h1,
  .product-info-panel h1,
  .coming-soon-card h1 {
    font-size: 43px;
  }

  .hero-actions,
  .page-actions,
  .card-actions,
  .order-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .category-grid,
  .shop-grid,
  .steps-grid,
  .faq-grid,
  .product-tabs-grid,
  .footer-grid,
  .product-meta-grid,
  .checkout-preview,
  .thumb-row {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: auto;
  }

  .order-card,
  .coming-soon-card,
  .product-info-panel,
  .info-card,
  .page-card {
    padding: 24px;
  }

  .comparison-table {
    min-width: 680px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .reveal-card {
    opacity: 1;
    transform: none;
  }
}






.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 122, 40, 0.14);
  box-shadow: 0 10px 24px rgba(91, 48, 16, 0.07);
}

.lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #62483a;
  font-size: 12px;
  font-weight: 950;
  transition: 0.2s ease;
}

.lang-link:hover,
.lang-link.active {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--pink));
}

@media (max-width: 1050px) {
  .language-switcher {
    margin-left: auto;
  }
}

@media (max-width: 680px) {
  .language-switcher {
    order: 3;
    width: 100%;
    justify-content: center;
    margin: 0 0 10px;
  }

  .nav-wrap {
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 10px 0;
  }

  .nav-links {
    top: 122px;
  }
}

.simple-checkout-card {
  background: linear-gradient(135deg, var(--orange), var(--pink));
  color: white;
}

.simple-checkout-card p {
  color: rgba(255, 255, 255, 0.9);
}


/* CSS-only decorative icons. No emoji characters are used. */
.line-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.88), transparent 24%),
    linear-gradient(135deg, rgba(255, 122, 40, 0.18), rgba(255, 106, 162, 0.16));
  border: 2px solid rgba(255, 122, 40, 0.35);
  box-shadow: inset 0 0 0 6px rgba(255,255,255,0.45);
}

.line-icon::before,
.line-icon::after {
  content: "";
  position: absolute;
}

.icon-litter::before {
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 18px;
  border-radius: 6px 6px 9px 9px;
  background: rgba(255, 122, 40, 0.28);
  border: 2px solid rgba(233, 95, 18, 0.42);
}

.icon-litter::after {
  left: 13px;
  right: 13px;
  top: 10px;
  height: 13px;
  border-radius: 6px 6px 4px 4px;
  background: rgba(255, 255, 255, 0.78);
  border: 2px solid rgba(233, 95, 18, 0.36);
}

.icon-cat::before {
  left: 10px;
  top: 13px;
  width: 20px;
  height: 17px;
  border-radius: 12px 12px 10px 10px;
  background: rgba(255, 122, 40, 0.26);
  border: 2px solid rgba(233, 95, 18, 0.40);
  box-shadow:
    -3px -7px 0 -2px rgba(255, 122, 40, 0.32),
    13px -7px 0 -2px rgba(255, 122, 40, 0.32);
}

.icon-cat::after {
  left: 16px;
  top: 21px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(44, 33, 27, 0.62);
  box-shadow: 9px 0 0 rgba(44, 33, 27, 0.62);
}

.icon-dog::before {
  left: 9px;
  top: 14px;
  width: 22px;
  height: 17px;
  border-radius: 12px;
  background: rgba(255, 106, 162, 0.22);
  border: 2px solid rgba(255, 106, 162, 0.42);
  box-shadow:
    -7px 2px 0 -2px rgba(255, 106, 162, 0.28),
    17px 2px 0 -2px rgba(255, 106, 162, 0.28);
}

.icon-dog::after {
  left: 18px;
  top: 22px;
  width: 7px;
  height: 5px;
  border-radius: 999px;
  background: rgba(44, 33, 27, 0.55);
}

.icon-paw::before {
  left: 16px;
  top: 20px;
  width: 13px;
  height: 12px;
  border-radius: 55% 55% 65% 65%;
  background: rgba(255, 122, 40, 0.34);
}

.icon-paw::after {
  left: 11px;
  top: 10px;
  width: 7px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 122, 40, 0.32);
  box-shadow:
    8px -3px 0 rgba(255, 122, 40, 0.32),
    17px 0 0 rgba(255, 122, 40, 0.32),
    4px 9px 0 rgba(255, 122, 40, 0.32);
}

.icon-card::before {
  left: 8px;
  top: 13px;
  width: 28px;
  height: 19px;
  border-radius: 7px;
  background: rgba(255, 122, 40, 0.24);
  border: 2px solid rgba(233, 95, 18, 0.42);
}

.icon-card::after {
  left: 12px;
  top: 19px;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: rgba(233, 95, 18, 0.42);
}

.paw-mark {
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 62%, rgba(255, 122, 40, 0.22) 0 18%, transparent 19%),
    radial-gradient(circle at 25% 28%, rgba(255, 122, 40, 0.20) 0 11%, transparent 12%),
    radial-gradient(circle at 47% 18%, rgba(255, 122, 40, 0.20) 0 11%, transparent 12%),
    radial-gradient(circle at 70% 28%, rgba(255, 122, 40, 0.20) 0 11%, transparent 12%);
}

.orb {
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.8), rgba(255, 106, 162, 0.18) 42%, rgba(255, 122, 40, 0.10) 72%);
  border: 1px solid rgba(255, 122, 40, 0.18);
}

.bone-shape {
  width: 58px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.24), rgba(255, 122, 40, 0.14));
  border: 1px solid rgba(255, 122, 40, 0.15);
}

.heart-shape {
  width: 46px;
  height: 46px;
  transform: rotate(45deg);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 106, 162, 0.18), rgba(255, 122, 40, 0.14));
}

.category-icon.line-icon {
  font-size: 0;
  margin-bottom: 12px;
}

.product-image .line-icon {
  width: 72px;
  height: 72px;
}

.placeholder-icon.line-icon {
  width: 72px;
  height: 72px;
}

.big-icon.line-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 12px;
}

.empty-category .line-icon {
  width: 58px;
  height: 58px;
}


/* V1.16 - clearer cat/dog styled decorations and icons */

.float-icon.cat-float,
.float-icon.dog-float {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.85), transparent 20%),
    linear-gradient(135deg, rgba(255, 122, 40, 0.16), rgba(255, 106, 162, 0.16));
  border: 1px solid rgba(255, 122, 40, 0.18);
  box-shadow: 0 12px 30px rgba(91, 48, 16, 0.08);
}

.float-icon.cat-float::before,
.float-icon.cat-float::after,
.float-icon.dog-float::before,
.float-icon.dog-float::after {
  content: "";
  position: absolute;
}

.float-icon.cat-float::before {
  left: 15px;
  top: 18px;
  width: 24px;
  height: 18px;
  border-radius: 12px 12px 10px 10px;
  background: rgba(255, 122, 40, 0.24);
  border: 2px solid rgba(233, 95, 18, 0.34);
  clip-path: polygon(0 22%, 20% 0, 35% 20%, 65% 20%, 80% 0, 100% 22%, 100% 100%, 0 100%);
}

.float-icon.cat-float::after {
  left: 22px;
  top: 28px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(67, 47, 36, 0.55);
  box-shadow:
    8px 0 0 rgba(67, 47, 36, 0.55),
    3px 8px 0 -1px rgba(233, 95, 18, 0.34);
}

.float-icon.dog-float::before {
  left: 14px;
  top: 17px;
  width: 26px;
  height: 20px;
  border-radius: 12px 12px 10px 10px;
  background: rgba(255, 106, 162, 0.18);
  border: 2px solid rgba(220, 92, 145, 0.34);
}

.float-icon.dog-float::after {
  left: 18px;
  top: 15px;
  width: 18px;
  height: 10px;
  border-radius: 10px;
  box-shadow:
    -7px 3px 0 0 rgba(255, 106, 162, 0.16),
    15px 3px 0 0 rgba(255, 106, 162, 0.16),
    3px 12px 0 -2px rgba(67, 47, 36, 0.48);
}

.cat-float-1 { animation-duration: 11s; }
.cat-float-2 { animation-duration: 13s; }

.paw-4 { animation-duration: 12s; }

.line-icon.icon-cat {
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.88), transparent 24%),
    linear-gradient(135deg, rgba(255, 122, 40, 0.18), rgba(255, 106, 162, 0.14));
}

.line-icon.icon-cat::before {
  left: 9px;
  top: 10px;
  width: 22px;
  height: 19px;
  background: rgba(255, 122, 40, 0.18);
  border: 2px solid rgba(233, 95, 18, 0.40);
  border-radius: 11px 11px 10px 10px;
  clip-path: polygon(0 26%, 18% 0, 34% 22%, 66% 22%, 82% 0, 100% 26%, 100% 100%, 0 100%);
}

.line-icon.icon-cat::after {
  left: 15px;
  top: 19px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(67, 47, 36, 0.62);
  box-shadow:
    8px 0 0 rgba(67, 47, 36, 0.62),
    3px 8px 0 -1px rgba(233, 95, 18, 0.40),
    -5px 6px 0 -3px rgba(233, 95, 18, 0.38),
    13px 6px 0 -3px rgba(233, 95, 18, 0.38);
}

.line-icon.icon-dog {
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.88), transparent 24%),
    linear-gradient(135deg, rgba(255, 106, 162, 0.14), rgba(255, 122, 40, 0.16));
}

.line-icon.icon-dog::before {
  left: 9px;
  top: 11px;
  width: 22px;
  height: 18px;
  background: rgba(255, 106, 162, 0.16);
  border: 2px solid rgba(220, 92, 145, 0.38);
  border-radius: 11px;
}

.line-icon.icon-dog::after {
  left: 11px;
  top: 10px;
  width: 18px;
  height: 10px;
  border-radius: 10px;
  box-shadow:
    -6px 3px 0 0 rgba(255, 106, 162, 0.24),
    14px 3px 0 0 rgba(255, 106, 162, 0.24),
    5px 12px 0 -2px rgba(67, 47, 36, 0.55),
    3px 18px 0 -6px rgba(67, 47, 36, 0.55);
}

.product-image.placeholder-image .line-icon,
.empty-category .line-icon,
.category-icon.line-icon,
.placeholder-icon.line-icon,
.big-icon.line-icon {
  transform: translateZ(0);
}

.trust-row span {
  position: relative;
  padding-left: 14px;
}

.trust-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  transform: translateY(-50%);
}


/* V1.17 - cleaner dog icon */
.float-icon.dog-float {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.86), transparent 20%),
    linear-gradient(135deg, rgba(255, 106, 162, 0.10), rgba(255, 182, 193, 0.12));
  border: 1px solid rgba(220, 92, 145, 0.18);
  box-shadow: 0 12px 30px rgba(91, 48, 16, 0.08);
}

.float-icon.dog-float::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 16px;
  width: 24px;
  height: 20px;
  border-radius: 11px 11px 12px 12px;
  background: rgba(255, 106, 162, 0.14);
  border: 2px solid rgba(220, 92, 145, 0.34);
  box-shadow:
    -7px 2px 0 -2px rgba(255, 106, 162, 0.22),
    17px 2px 0 -2px rgba(255, 106, 162, 0.22);
}

.float-icon.dog-float::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 26px;
  width: 10px;
  height: 7px;
  border-radius: 999px 999px 12px 12px;
  background: rgba(67, 47, 36, 0.55);
  box-shadow:
    -2px -6px 0 -2px rgba(67, 47, 36, 0.56),
    6px -6px 0 -2px rgba(67, 47, 36, 0.56),
    2px 7px 0 -4px rgba(220, 92, 145, 0.36);
}

.line-icon.icon-dog {
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.90), transparent 24%),
    linear-gradient(135deg, rgba(255, 106, 162, 0.10), rgba(255, 182, 193, 0.12));
  border-color: rgba(220, 92, 145, 0.28);
}

.line-icon.icon-dog::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 22px;
  height: 19px;
  border-radius: 10px 10px 12px 12px;
  background: rgba(255, 106, 162, 0.12);
  border: 2px solid rgba(220, 92, 145, 0.38);
  box-shadow:
    -6px 2px 0 -2px rgba(255, 106, 162, 0.24),
    14px 2px 0 -2px rgba(255, 106, 162, 0.24);
}

.line-icon.icon-dog::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 9px;
  height: 6px;
  border-radius: 999px 999px 10px 10px;
  background: rgba(67, 47, 36, 0.58);
  box-shadow:
    -2px -6px 0 -2px rgba(67, 47, 36, 0.58),
    6px -6px 0 -2px rgba(67, 47, 36, 0.58),
    2px 7px 0 -4px rgba(220, 92, 145, 0.38);
}


/* V1.19 - visible animated CSS line icons in background */
.animated-bg {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.animated-bg .float-icon {
  position: absolute;
  width: 62px;
  height: 62px;
  opacity: 0.23;
  filter: blur(0.1px);
  animation: bgIconFloat 13s ease-in-out infinite;
}

.bg-paw-1 { left: 7%; top: 24%; animation-delay: 0s; }
.bg-paw-2 { left: 76%; top: 22%; animation-delay: 2.2s; }
.bg-paw-3 { left: 18%; top: 80%; animation-delay: 4.1s; }
.bg-cat-1 { left: 87%; top: 58%; animation-delay: 1.3s; }
.bg-dog-1 { left: 4%; top: 60%; animation-delay: 3.3s; }
.bg-bone-1 { left: 64%; top: 82%; animation-delay: 5.1s; }
.bg-heart-1 { left: 48%; top: 16%; animation-delay: 2.8s; }

@keyframes bgIconFloat {
  0%, 100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-24px) rotate(8deg);
  }
}

.bg-paw {
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 62%, rgba(255, 122, 40, 0.26) 0 14%, transparent 15%),
    radial-gradient(circle at 24% 28%, rgba(255, 122, 40, 0.23) 0 9%, transparent 10%),
    radial-gradient(circle at 43% 19%, rgba(255, 122, 40, 0.23) 0 9%, transparent 10%),
    radial-gradient(circle at 64% 21%, rgba(255, 122, 40, 0.23) 0 9%, transparent 10%),
    radial-gradient(circle at 79% 32%, rgba(255, 122, 40, 0.23) 0 8%, transparent 9%);
  border: 1px solid rgba(255, 122, 40, 0.14);
}

.bg-cat,
.bg-dog,
.bg-bone,
.bg-heart {
  border-radius: 22px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.76), transparent 22%),
    linear-gradient(135deg, rgba(255, 122, 40, 0.12), rgba(255, 106, 162, 0.13));
  border: 1px solid rgba(255, 122, 40, 0.15);
  box-shadow: 0 14px 32px rgba(91, 48, 16, 0.06);
}

.bg-cat::before,
.bg-cat::after,
.bg-dog::before,
.bg-dog::after,
.bg-bone::before,
.bg-bone::after,
.bg-heart::before,
.bg-heart::after {
  content: "";
  position: absolute;
}

.bg-cat::before {
  left: 17px;
  top: 18px;
  width: 28px;
  height: 24px;
  border-radius: 14px 14px 12px 12px;
  background: rgba(255, 122, 40, 0.16);
  border: 2px solid rgba(233, 95, 18, 0.25);
  clip-path: polygon(0 26%, 18% 0, 34% 22%, 66% 22%, 82% 0, 100% 26%, 100% 100%, 0 100%);
}

.bg-cat::after {
  left: 25px;
  top: 30px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(67, 47, 36, 0.36);
  box-shadow:
    9px 0 0 rgba(67, 47, 36, 0.36),
    4px 9px 0 -1px rgba(233, 95, 18, 0.26);
}

.bg-dog::before {
  left: 17px;
  top: 19px;
  width: 28px;
  height: 22px;
  border-radius: 13px 13px 14px 14px;
  background: rgba(255, 106, 162, 0.13);
  border: 2px solid rgba(220, 92, 145, 0.24);
  box-shadow:
    -8px 3px 0 -2px rgba(255, 106, 162, 0.17),
    18px 3px 0 -2px rgba(255, 106, 162, 0.17);
}

.bg-dog::after {
  left: 26px;
  top: 31px;
  width: 10px;
  height: 7px;
  border-radius: 999px 999px 12px 12px;
  background: rgba(67, 47, 36, 0.34);
  box-shadow:
    -2px -7px 0 -2px rgba(67, 47, 36, 0.33),
    7px -7px 0 -2px rgba(67, 47, 36, 0.33),
    2px 8px 0 -4px rgba(220, 92, 145, 0.27);
}

.bg-bone {
  width: 78px !important;
  height: 44px !important;
  border-radius: 999px;
}

.bg-bone::before {
  left: 18px;
  right: 18px;
  top: 16px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 122, 40, 0.16);
  border: 1px solid rgba(233, 95, 18, 0.20);
}

.bg-bone::after {
  left: 9px;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 122, 40, 0.12);
  box-shadow:
    38px 0 0 rgba(255, 122, 40, 0.12),
    0 12px 0 -5px rgba(255, 122, 40, 0.12),
    38px 12px 0 -5px rgba(255, 122, 40, 0.12);
}

.bg-heart {
  transform: rotate(45deg);
  border-radius: 18px;
}

.bg-heart::before,
.bg-heart::after {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 106, 162, 0.12);
}

.bg-heart::before {
  left: -8px;
  top: 9px;
}

.bg-heart::after {
  left: 9px;
  top: -8px;
}

@media (max-width: 680px) {
  .animated-bg .float-icon {
    width: 46px;
    height: 46px;
    opacity: 0.16;
  }

  .bg-bone {
    width: 58px !important;
    height: 34px !important;
  }

  .bg-paw-2,
  .bg-heart-1 {
    display: none;
  }
}


/* V1.20 - darker floating CSS background icons */
.animated-bg .float-icon {
  opacity: 0.36;
}

.bg-paw {
  background:
    radial-gradient(circle at 50% 62%, rgba(255, 122, 40, 0.42) 0 14%, transparent 15%),
    radial-gradient(circle at 24% 28%, rgba(255, 122, 40, 0.38) 0 9%, transparent 10%),
    radial-gradient(circle at 43% 19%, rgba(255, 122, 40, 0.38) 0 9%, transparent 10%),
    radial-gradient(circle at 64% 21%, rgba(255, 122, 40, 0.38) 0 9%, transparent 10%),
    radial-gradient(circle at 79% 32%, rgba(255, 122, 40, 0.38) 0 8%, transparent 9%);
  border: 1px solid rgba(255, 122, 40, 0.28);
}

.bg-cat,
.bg-dog,
.bg-bone,
.bg-heart {
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.82), transparent 22%),
    linear-gradient(135deg, rgba(255, 122, 40, 0.22), rgba(255, 106, 162, 0.22));
  border: 1px solid rgba(255, 122, 40, 0.28);
  box-shadow: 0 14px 32px rgba(91, 48, 16, 0.10);
}

.bg-cat::before {
  background: rgba(255, 122, 40, 0.28);
  border-color: rgba(233, 95, 18, 0.42);
}

.bg-cat::after {
  background: rgba(67, 47, 36, 0.52);
  box-shadow:
    9px 0 0 rgba(67, 47, 36, 0.52),
    4px 9px 0 -1px rgba(233, 95, 18, 0.42);
}

.bg-dog::before {
  background: rgba(255, 106, 162, 0.24);
  border-color: rgba(220, 92, 145, 0.42);
  box-shadow:
    -8px 3px 0 -2px rgba(255, 106, 162, 0.30),
    18px 3px 0 -2px rgba(255, 106, 162, 0.30);
}

.bg-dog::after {
  background: rgba(67, 47, 36, 0.50);
  box-shadow:
    -2px -7px 0 -2px rgba(67, 47, 36, 0.48),
    7px -7px 0 -2px rgba(67, 47, 36, 0.48),
    2px 8px 0 -4px rgba(220, 92, 145, 0.42);
}

.bg-bone::before {
  background: rgba(255, 122, 40, 0.28);
  border-color: rgba(233, 95, 18, 0.34);
}

.bg-bone::after {
  background: rgba(255, 122, 40, 0.24);
  box-shadow:
    38px 0 0 rgba(255, 122, 40, 0.24),
    0 12px 0 -5px rgba(255, 122, 40, 0.24),
    38px 12px 0 -5px rgba(255, 122, 40, 0.24);
}

.bg-heart::before,
.bg-heart::after {
  background: rgba(255, 106, 162, 0.24);
}

@media (max-width: 680px) {
  .animated-bg .float-icon {
    opacity: 0.24;
  }
}


/* V1.21 - cart icon for Cart Coming Soon page */
.icon-cart::before {
  left: 9px;
  top: 16px;
  width: 27px;
  height: 16px;
  border-radius: 5px 5px 8px 8px;
  background: rgba(255, 122, 40, 0.24);
  border: 2px solid rgba(233, 95, 18, 0.42);
}

.icon-cart::after {
  left: 14px;
  top: 33px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(233, 95, 18, 0.48);
  box-shadow: 15px 0 0 rgba(233, 95, 18, 0.48);
}









/* V1.26 - one right-side Cart Soon button with icon */
.cart-cta {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.cart-cta .nav-cart-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.cart-cta .nav-cart-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 17px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 4px 4px 6px 6px;
  opacity: 0.95;
}

.cart-cta .nav-cart-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 9px 0 0 currentColor;
}

@media (max-width: 1050px) {
  .cart-cta {
    display: inline-flex !important;
    padding: 10px 14px;
    font-size: 13px;
  }
}


/* V1.27 - fixed Product Categories CSS icons */
.category-card .category-icon.line-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 18px;
  display: inline-block;
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.88), transparent 24%),
    linear-gradient(135deg, rgba(255, 122, 40, 0.18), rgba(255, 106, 162, 0.14));
  border: 2px solid rgba(255, 122, 40, 0.28);
  box-shadow:
    inset 0 0 0 7px rgba(255, 255, 255, 0.44),
    0 10px 22px rgba(91, 48, 16, 0.08);
}

.category-card .category-icon.line-icon::before,
.category-card .category-icon.line-icon::after {
  content: "";
  position: absolute;
  box-shadow: none;
  clip-path: none;
}

/* Tofu Cat Litter: clean product bag / litter box icon */
.category-card .category-icon.icon-litter::before {
  left: 14px;
  top: 15px;
  width: 26px;
  height: 25px;
  border-radius: 8px 8px 10px 10px;
  background: rgba(255, 122, 40, 0.22);
  border: 2px solid rgba(233, 95, 18, 0.40);
}

.category-card .category-icon.icon-litter::after {
  left: 20px;
  top: 10px;
  width: 14px;
  height: 10px;
  border-radius: 8px 8px 3px 3px;
  background: rgba(255, 255, 255, 0.78);
  border: 2px solid rgba(233, 95, 18, 0.32);
}

/* Cat Treats: stable cat face icon */
.category-card .category-icon.icon-cat::before {
  left: 14px;
  top: 16px;
  width: 26px;
  height: 22px;
  border-radius: 14px 14px 12px 12px;
  background: rgba(255, 122, 40, 0.20);
  border: 2px solid rgba(233, 95, 18, 0.38);
}

.category-card .category-icon.icon-cat::after {
  left: 18px;
  top: 11px;
  width: 8px;
  height: 9px;
  border-radius: 2px 8px 4px 4px;
  background: rgba(255, 122, 40, 0.22);
  border-left: 2px solid rgba(233, 95, 18, 0.26);
  border-top: 2px solid rgba(233, 95, 18, 0.26);
  transform: rotate(-18deg);
  box-shadow:
    18px 5px 0 -1px rgba(255, 122, 40, 0.22),
    7px 18px 0 -3px rgba(67, 47, 36, 0.58),
    16px 18px 0 -3px rgba(67, 47, 36, 0.58),
    12px 25px 0 -4px rgba(233, 95, 18, 0.48);
}

/* Dog Treats: simplified rounded dog face icon */
.category-card .category-icon.icon-dog::before {
  left: 14px;
  top: 16px;
  width: 26px;
  height: 22px;
  border-radius: 13px 13px 14px 14px;
  background: rgba(255, 106, 162, 0.17);
  border: 2px solid rgba(220, 92, 145, 0.34);
  box-shadow:
    -7px 3px 0 -2px rgba(255, 106, 162, 0.25),
    17px 3px 0 -2px rgba(255, 106, 162, 0.25);
}

.category-card .category-icon.icon-dog::after {
  left: 22px;
  top: 27px;
  width: 10px;
  height: 7px;
  border-radius: 999px 999px 12px 12px;
  background: rgba(67, 47, 36, 0.55);
  box-shadow:
    -3px -7px 0 -2px rgba(67, 47, 36, 0.52),
    7px -7px 0 -2px rgba(67, 47, 36, 0.52);
}

/* Pet Supplies: clean paw icon */
.category-card .category-icon.icon-paw::before {
  left: 20px;
  top: 27px;
  width: 15px;
  height: 13px;
  border-radius: 55% 55% 65% 65%;
  background: rgba(255, 122, 40, 0.32);
}

.category-card .category-icon.icon-paw::after {
  left: 14px;
  top: 15px;
  width: 8px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 122, 40, 0.30);
  box-shadow:
    10px -4px 0 rgba(255, 122, 40, 0.30),
    21px 0 0 rgba(255, 122, 40, 0.30),
    6px 12px 0 -1px rgba(255, 122, 40, 0.30);
}

@media (max-width: 680px) {
  .category-card .category-icon.line-icon {
    width: 50px;
    height: 50px;
  }
}


/* V1.28 - stable SVG line icons for Home Product Categories */
.category-card .category-icon.line-icon {
  width: 58px !important;
  height: 58px !important;
  display: inline-block !important;
  position: relative !important;
  margin-bottom: 14px !important;
  border-radius: 18px !important;
  background-color: rgba(255, 255, 255, 0.78) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 38px 38px !important;
  border: 2px solid rgba(255, 122, 40, 0.22) !important;
  box-shadow:
    inset 0 0 0 7px rgba(255, 241, 232, 0.72),
    0 10px 22px rgba(91, 48, 16, 0.08) !important;
  overflow: hidden !important;
}

.category-card .category-icon.line-icon::before,
.category-card .category-icon.line-icon::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

.category-card .category-icon.icon-litter {
  background-image: url("assets/icon-litter.svg") !important;
}

.category-card .category-icon.icon-cat {
  background-image: url("assets/icon-cat.svg") !important;
}

.category-card .category-icon.icon-dog {
  background-image: url("assets/icon-dog.svg") !important;
}

.category-card .category-icon.icon-paw {
  background-image: url("assets/icon-paw.svg") !important;
}

@media (max-width: 680px) {
  .category-card .category-icon.line-icon {
    width: 54px !important;
    height: 54px !important;
    background-size: 36px 36px !important;
  }
}





/* V1.34 - final stable SVG icons for product/category cards */
.stable-card-icon,
.stable-product-icon {
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.82);
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid rgba(255, 122, 40, 0.22);
  box-shadow:
    inset 0 0 0 7px rgba(255, 241, 232, 0.72),
    0 10px 22px rgba(91, 48, 16, 0.08);
  overflow: hidden;
}

.stable-card-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  background-size: 38px 38px;
}

.stable-product-icon {
  width: 78px;
  height: 78px;
  background-size: 52px 52px;
}

.placeholder-stack .stable-product-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 4px;
}

.empty-category .stable-product-icon {
  width: 64px;
  height: 64px;
  background-size: 42px 42px;
}

.icon-litter-svg {
  background-image: url("assets/icon-litter.svg");
}

.icon-cat-svg {
  background-image: url("assets/icon-cat.svg");
}

.icon-dog-svg {
  background-image: url("assets/icon-dog.svg");
}

.icon-paw-svg {
  background-image: url("assets/icon-paw.svg");
}

@media (max-width: 680px) {
  .stable-card-icon {
    width: 54px;
    height: 54px;
    background-size: 36px 36px;
  }

  .stable-product-icon {
    width: 70px;
    height: 70px;
    background-size: 48px 48px;
  }
}


/* V1.39 - Shopee-style mobile horizontal scroll cards */
.mobile-scroll-hint {
  display: none;
}

@media (max-width: 680px) {
  #categories .category-grid,
  #featured-products .shop-grid {
    display: flex !important;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 6px 2px 18px;
    margin-inline: -2px;
    -webkit-overflow-scrolling: touch;
  }

  #categories .category-grid::-webkit-scrollbar,
  #featured-products .shop-grid::-webkit-scrollbar {
    height: 6px;
  }

  #categories .category-grid::-webkit-scrollbar-track,
  #featured-products .shop-grid::-webkit-scrollbar-track {
    background: rgba(255, 122, 40, 0.08);
    border-radius: 999px;
  }

  #categories .category-grid::-webkit-scrollbar-thumb,
  #featured-products .shop-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--orange), var(--pink));
    border-radius: 999px;
  }

  #categories .category-card,
  #featured-products .shop-card {
    min-width: 78%;
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  #featured-products .product-image {
    min-height: 170px;
  }

  .mobile-scroll-hint {
    display: block;
    margin: -24px auto 24px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
  }
}

@media (max-width: 420px) {
  #categories .category-card,
  #featured-products .shop-card {
    min-width: 84%;
    flex-basis: 84%;
  }
}


/* V1.40 - Products page mobile-only horizontal category browse */
.product-mobile-browse {
  display: none;
}

@media (max-width: 680px) {
  .product-mobile-browse {
    display: block;
  }

  .product-mobile-browse .section-heading {
    margin-bottom: 18px;
  }

  .product-mobile-browse .product-page-hint {
    display: block;
    margin: -8px 0 14px;
    text-align: left;
  }

  .product-mobile-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 6px 2px 18px;
    -webkit-overflow-scrolling: touch;
  }

  .product-mobile-scroll::-webkit-scrollbar {
    height: 6px;
  }

  .product-mobile-scroll::-webkit-scrollbar-track {
    background: rgba(255, 122, 40, 0.08);
    border-radius: 999px;
  }

  .product-mobile-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--orange), var(--pink));
    border-radius: 999px;
  }

  .product-mobile-scroll .category-card {
    min-width: 78%;
    flex: 0 0 78%;
    scroll-snap-align: start;
    min-height: 255px;
  }
}

@media (max-width: 420px) {
  .product-mobile-scroll .category-card {
    min-width: 84%;
    flex-basis: 84%;
  }
}


/* V1.41 - Marketplace links */
.marketplace-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.marketplace-link-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--orange-dark);
  background: rgba(255, 241, 232, 0.9);
  border: 1px solid rgba(255, 122, 40, 0.24);
  font-weight: 900;
  font-size: 14px;
}

.marketplace-link-row a:hover {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--pink));
}

.marketplace-link-pill {
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.marketplace-link-pill:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.30);
}

.site-footer .marketplace-link-row {
  margin-top: 0;
}
