:root {
  --store-ink: #12295b;
  --store-muted: #65718d;
  --store-orange: #ff5a16;
  --store-orange-dark: #df4308;
  --store-blue: #1d73d4;
  --store-cream: #fff7ef;
  --store-peach: #ffe7d8;
  --store-mint: #eaf8f1;
  --store-border: rgba(29, 54, 102, 0.13);
  --store-shadow: 0 18px 50px rgba(28, 47, 86, 0.11);
}

html {
  scroll-behavior: smooth;
}

.store-page {
  margin: 0;
  color: var(--store-ink);
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 184, 132, 0.18), transparent 24rem),
    linear-gradient(180deg, #fffdfb 0%, #fff9f4 54%, #f8fbff 100%);
}

.store-page *,
.store-page *::before,
.store-page *::after {
  box-sizing: border-box;
}

.store-page a {
  color: inherit;
}

.store-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.store-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  padding: 12px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: linear-gradient(108deg, #ff5a16 0%, #ff6d20 40%, #176dc9 100%);
  box-shadow: 0 10px 30px rgba(20, 47, 92, 0.13);
}

.store-brand {
  display: inline-flex;
  align-items: center;
}

.store-brand img {
  display: block;
  width: clamp(82px, 8vw, 122px);
  height: auto;
  filter: drop-shadow(0 6px 15px rgba(37, 39, 70, 0.18));
}

.store-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.store-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.store-nav a:hover,
.store-nav a:focus-visible,
.store-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.store-nav .store-cart-link {
  gap: 8px;
  color: var(--store-ink);
  background: #fff;
}

.store-cart-link span {
  display: inline-grid;
  min-width: 24px;
  min-height: 24px;
  place-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  color: #fff;
  background: var(--store-orange);
}

.store-header .header-corner-wordmark {
  width: clamp(98px, 10vw, 142px);
  max-height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 3px 9px rgba(18, 41, 91, 0.18));
}

.store-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 104px) 0 clamp(62px, 8vw, 100px);
}

.store-hero::after {
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(27, 113, 209, 0.07);
  content: "";
}

.store-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(38px, 7vw, 88px);
}

.store-eyebrow {
  margin: 0 0 10px;
  color: var(--store-orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.store-hero h1,
.store-flow-heading h1 {
  max-width: 760px;
  margin: 0;
  color: var(--store-ink);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: clamp(2.45rem, 5.4vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.store-hero p:not(.store-eyebrow),
.store-flow-heading > p:not(.store-eyebrow) {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--store-muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.75;
}

.store-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.shop-primary-button,
.shop-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.shop-primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--store-orange), #ff7425);
  box-shadow: 0 12px 24px rgba(255, 90, 22, 0.22);
}

.shop-secondary-button {
  border: 1px solid rgba(29, 76, 145, 0.18);
  color: var(--store-ink);
  background: rgba(255, 255, 255, 0.84);
}

.shop-primary-button:hover,
.shop-primary-button:focus-visible,
.shop-secondary-button:hover,
.shop-secondary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 28px rgba(26, 49, 94, 0.16);
}

.shop-primary-button:focus-visible,
.shop-secondary-button:focus-visible,
.store-page button:focus-visible,
.store-page a:focus-visible,
.store-page select:focus-visible,
.store-page input:focus-visible,
.store-page textarea:focus-visible {
  outline: 3px solid rgba(21, 109, 206, 0.32);
  outline-offset: 3px;
}

.shop-primary-button:disabled {
  box-shadow: none;
  cursor: not-allowed;
  filter: saturate(0.45);
  opacity: 0.72;
}

.store-hero-visual {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
}

.store-hero-visual::before,
.store-hero-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.store-hero-visual::before {
  inset: 20px;
  border: 2px dashed rgba(29, 113, 209, 0.16);
}

.store-hero-visual::after {
  inset: 68px;
  background: linear-gradient(145deg, #fff, #fff0e6);
  box-shadow: var(--store-shadow);
}

.store-bag-mark {
  position: relative;
  z-index: 2;
  display: grid;
  width: 180px;
  min-height: 160px;
  place-content: center;
  border: 1px solid rgba(255, 90, 22, 0.13);
  border-radius: 48px 48px 32px 32px;
  color: var(--store-ink);
  text-align: center;
  background: #fff;
}

.store-bag-mark::before {
  position: absolute;
  top: -33px;
  left: 50%;
  width: 78px;
  height: 48px;
  border: 9px solid var(--store-orange);
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  content: "";
  transform: translateX(-50%);
}

.store-bag-mark span {
  color: var(--store-orange);
  font-size: 2.5rem;
}

.store-bag-mark strong {
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
}

.store-orbit {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(29, 54, 102, 0.18);
}

.store-orbit-cat {
  top: 32px;
  right: 44px;
  background: var(--store-orange);
}

.store-orbit-dog {
  bottom: 34px;
  left: 34px;
  background: var(--store-blue);
}

.store-trust-strip {
  border-block: 1px solid var(--store-border);
  background: rgba(255, 255, 255, 0.8);
}

.store-trust-strip .store-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.store-trust-strip span {
  display: grid;
  gap: 4px;
  min-height: 96px;
  align-content: center;
  padding: 20px 30px;
  color: var(--store-muted);
  font-size: 0.8rem;
  text-align: center;
}

.store-trust-strip span + span {
  border-left: 1px solid var(--store-border);
}

.store-trust-strip b {
  color: var(--store-ink);
  font-size: 0.92rem;
}

.personalized-section,
.catalog-section {
  padding-block: clamp(68px, 9vw, 112px);
}

.personalized-section {
  scroll-margin-top: 24px;
}

.catalog-section {
  padding-top: 20px;
}

.store-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.store-section-heading h2,
.species-heading h2,
.store-empty-state h2,
.store-empty-state h3,
.cart-lines > h2,
.cart-summary h2,
.checkout-card h2 {
  margin: 0;
  color: var(--store-ink);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
}

.store-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.04em;
}

.store-section-heading p:not(.store-eyebrow) {
  max-width: 700px;
  margin: 10px 0 0;
  color: var(--store-muted);
  line-height: 1.65;
}

.store-section-heading > a {
  flex: 0 0 auto;
  color: var(--store-blue);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.store-empty-state {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(255, 90, 22, 0.15);
  border-radius: 26px;
  background: linear-gradient(135deg, #fff, var(--store-cream));
  box-shadow: 0 15px 38px rgba(36, 48, 78, 0.07);
}

.store-empty-state > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 19px;
  color: #fff;
  background: var(--store-orange);
  font-size: 1.5rem;
}

.store-empty-state p {
  margin: 7px 0 0;
  color: var(--store-muted);
  line-height: 1.55;
}

.paw-selection-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
  padding: 22px;
  border: 1px solid var(--store-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.paw-shop-selector {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto;
  gap: 10px;
}

.paw-shop-selector label {
  grid-column: 1 / -1;
  color: var(--store-ink);
  font-size: 0.75rem;
  font-weight: 900;
}

.paw-shop-selector select {
  min-height: 46px;
  padding: 10px 38px 10px 14px;
  border: 1px solid rgba(24, 56, 111, 0.16);
  border-radius: 13px;
  color: var(--store-ink);
  background: #fff;
  font: inherit;
  font-weight: 750;
}

.paw-profile-summary {
  display: flex;
  align-items: center;
  gap: 13px;
}

.paw-profile-summary img {
  width: 62px;
  height: 62px;
  border: 4px solid #fff;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(29, 54, 102, 0.13);
}

.paw-profile-summary strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.paw-profile-summary ul,
.product-tags,
.checkout-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.paw-profile-summary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.paw-profile-summary li {
  padding: 4px 8px;
  border-radius: 999px;
  color: #53627e;
  background: #eff5fb;
  font-size: 0.67rem;
  font-weight: 800;
}

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

.shop-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--store-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(35, 52, 88, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.shop-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--store-shadow);
}

.product-placeholder {
  position: relative;
  display: grid;
  min-height: 154px;
  place-items: end start;
  overflow: hidden;
  padding: 18px;
  color: var(--store-ink);
  background: linear-gradient(145deg, #fff2e8, #ffdfca);
}

.product-placeholder::before,
.product-placeholder::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.product-placeholder::before {
  top: 24px;
  right: 32px;
  width: 76px;
  height: 76px;
  border: 18px solid rgba(255, 255, 255, 0.66);
}

.product-placeholder::after {
  top: 76px;
  right: 86px;
  width: 34px;
  height: 34px;
  background: rgba(255, 90, 22, 0.18);
}

.product-placeholder-care {
  background: linear-gradient(145deg, #eef9ff, #dcefff);
}

.product-placeholder-play {
  background: linear-gradient(145deg, #effbf4, #d7f3e4);
}

.product-placeholder span {
  position: relative;
  z-index: 1;
  font-size: 0.69rem;
  font-weight: 950;
  letter-spacing: 0.09em;
}

.product-card-body {
  display: flex;
  min-height: 340px;
  flex: 1;
  flex-direction: column;
  padding: 19px;
}

.product-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-card-meta span {
  color: var(--store-orange-dark);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card-meta span + span::before {
  margin-right: 6px;
  color: #c9cdd6;
  content: "·";
}

.shop-product-card h3 {
  margin: 11px 0 7px;
  color: var(--store-ink);
  font-size: 1.04rem;
  line-height: 1.25;
}

.shop-product-card p {
  margin: 0;
  color: var(--store-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.product-tags li {
  padding: 5px 8px;
  border-radius: 999px;
  color: #52627f;
  background: #f2f5f9;
  font-size: 0.62rem;
  font-weight: 800;
}

.product-match-note {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 10px;
  border-radius: 12px;
  color: #2c6952;
  background: var(--store-mint);
}

.product-match-note strong {
  font-size: 0.67rem;
}

.product-match-note span {
  font-size: 0.64rem;
  line-height: 1.45;
}

.product-card-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.product-price-placeholder {
  display: grid;
  gap: 3px;
}

.product-price-placeholder small {
  color: var(--store-muted);
  font-size: 0.65rem;
}

.product-price-placeholder strong {
  font-size: 0.85rem;
}

.product-card-footer form,
.product-card-footer button {
  width: 100%;
}

.store-safety-note {
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(29, 113, 209, 0.14);
  border-radius: 20px;
  color: #4d5c78;
  background: #f4f9ff;
}

.store-safety-note strong {
  color: var(--store-ink);
}

.store-safety-note p {
  margin: 7px 0 0;
  font-size: 0.78rem;
  line-height: 1.6;
}

.store-safety-note .muted-note {
  color: #69768e;
}

.store-inline-note {
  padding: 20px;
  border-radius: 16px;
  color: var(--store-muted);
  background: #fff;
}

.birthday-message-list {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 14px;
}

.birthday-message-card {
  display: flex;
  min-width: 0;
  padding: 18px 20px;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 90, 22, 0.16);
  border-radius: 22px;
  color: #27395e;
  background: linear-gradient(135deg, #fff8f2, #f2f8ff);
  box-shadow: 0 12px 30px rgba(50, 67, 105, 0.08);
}

.birthday-message-card.is-celebration {
  background: linear-gradient(135deg, #fff1e8, #fff9d9 55%, #edf8ff);
}

.birthday-message-card img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 4px solid #fff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 7px 18px rgba(38, 59, 99, 0.14);
}

.birthday-message-card p,
.birthday-message-card h2,
.birthday-message-card span {
  margin: 0;
}

.birthday-message-card p {
  color: #f05220;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.birthday-message-card h2 {
  margin-top: 3px;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.birthday-message-card span {
  display: block;
  margin-top: 4px;
  color: #64718a;
  font-size: 0.76rem;
  line-height: 1.45;
}

.species-catalog {
  padding-block: 40px;
  border-top: 1px solid var(--store-border);
}

.species-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.species-heading > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--store-orange), #ff8a4f);
  font-size: 0.77rem;
  font-weight: 950;
}

.species-catalog:nth-of-type(2) .species-heading > span {
  background: linear-gradient(135deg, var(--store-blue), #55a0ed);
}

.species-heading p {
  margin: 0 0 2px;
  color: var(--store-muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.species-heading h2 {
  font-size: 2rem;
}

.category-block + .category-block {
  margin-top: 42px;
}

.category-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}

.category-heading h3 {
  margin: 0;
  font-size: 1.15rem;
}

.category-heading span {
  color: var(--store-muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.store-footer {
  border-top: 1px solid var(--store-border);
  background: rgba(255, 255, 255, 0.82);
}

.store-footer .store-shell {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.store-footer p {
  margin: 0;
  color: var(--store-muted);
  font-size: 0.75rem;
}

.store-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.store-footer a {
  color: var(--store-ink);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
}

.store-flow-main {
  padding-block: clamp(52px, 7vw, 84px);
}

.store-flow-heading {
  margin-bottom: 36px;
}

.store-flow-heading h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  align-items: start;
  gap: 26px;
}

.cart-lines,
.cart-summary,
.checkout-card {
  border: 1px solid var(--store-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 13px 34px rgba(36, 48, 78, 0.07);
}

.cart-lines {
  padding: 24px;
}

.cart-lines > h2,
.cart-summary h2 {
  font-size: 1.35rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding-block: 22px;
  border-bottom: 1px solid var(--store-border);
}

.cart-line-placeholder {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 12px;
  border-radius: 18px;
  color: var(--store-ink);
  background: linear-gradient(145deg, #fff0e6, #eaf5ff);
  font-size: 0.6rem;
  font-weight: 900;
  text-align: center;
}

.cart-line-copy small {
  color: var(--store-orange);
  font-size: 0.65rem;
  font-weight: 900;
}

.cart-line-copy h3 {
  margin: 6px 0;
  font-size: 1rem;
}

.cart-line-copy p {
  margin: 0;
  color: var(--store-muted);
  font-size: 0.72rem;
}

.cart-quantity {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--store-border);
  border-radius: 12px;
}

.cart-quantity button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  color: var(--store-ink);
  background: #f4f7fb;
  cursor: pointer;
}

.cart-quantity strong {
  text-align: center;
}

.cart-remove-form {
  grid-column: 2 / -1;
  justify-self: end;
}

.cart-remove-form button {
  border: 0;
  color: #bd4517;
  background: none;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 850;
  cursor: pointer;
}

.cart-lines > .shop-secondary-button {
  margin-top: 22px;
}

.cart-summary {
  position: sticky;
  top: 22px;
  padding: 24px;
}

.cart-summary dl {
  display: grid;
  gap: 0;
  margin: 20px 0;
}

.cart-summary dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--store-border);
}

.cart-summary dt,
.cart-summary dd {
  margin: 0;
  font-size: 0.75rem;
}

.cart-summary dt {
  color: var(--store-muted);
}

.cart-summary dd {
  color: var(--store-ink);
  font-weight: 850;
  text-align: right;
}

.cart-summary .cart-total {
  padding-top: 18px;
  border-bottom: 0;
}

.cart-summary .cart-total dt,
.cart-summary .cart-total dd {
  color: var(--store-ink);
  font-weight: 950;
}

.cart-summary > p {
  color: var(--store-muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.full-width-button {
  width: 100%;
}

.cart-empty-state {
  margin-top: 30px;
}

.checkout-sections {
  display: grid;
  gap: 18px;
}

.checkout-card {
  padding: 24px;
}

.checkout-step {
  display: flex;
  align-items: start;
  gap: 14px;
}

.checkout-step > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--store-orange);
  font-size: 0.78rem;
  font-weight: 900;
}

.checkout-step h2 {
  font-size: 1.15rem;
}

.checkout-step p {
  margin: 5px 0 0;
  color: var(--store-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.checkout-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}

.checkout-field {
  display: grid;
  gap: 7px;
}

.checkout-field-wide {
  grid-column: 1 / -1;
}

.checkout-field label {
  color: var(--store-ink);
  font-size: 0.7rem;
  font-weight: 850;
}

.checkout-field input,
.checkout-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(29, 54, 102, 0.15);
  border-radius: 12px;
  color: var(--store-muted);
  background: #f7f8fa;
  font: inherit;
  font-size: 0.78rem;
  opacity: 1;
}

.checkout-preview-note {
  margin: 12px 0 0;
  color: var(--store-muted);
  font-size: 0.65rem;
}

.checkout-option-row,
.shipping-placeholder,
.payment-coming-soon {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid var(--store-border);
  border-radius: 16px;
  background: #f8fafc;
}

.checkout-radio {
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  border-radius: 50%;
  outline: 1px solid rgba(29, 54, 102, 0.3);
  background: var(--store-blue);
}

.checkout-option-row strong,
.checkout-option-row small,
.shipping-placeholder strong,
.shipping-placeholder span {
  display: block;
}

.checkout-option-row strong,
.shipping-placeholder strong {
  font-size: 0.78rem;
}

.checkout-option-row small,
.shipping-placeholder span {
  margin-top: 4px;
  color: var(--store-muted);
  font-size: 0.67rem;
}

.shipping-placeholder {
  display: grid;
}

.payment-placeholder-card {
  border-color: rgba(34, 145, 95, 0.2);
  background: linear-gradient(145deg, #fff, #f2fbf7);
}

.payment-lock {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: #299365;
  font-weight: 900;
}

.payment-coming-soon strong {
  font-size: 0.82rem;
}

.payment-coming-soon p {
  margin: 5px 0 0;
  color: var(--store-muted);
  font-size: 0.7rem;
  line-height: 1.55;
}

.checkout-product-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.checkout-product-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--store-border);
  font-size: 0.7rem;
}

.checkout-product-list small {
  color: var(--store-muted);
}

.checkout-product-list strong {
  flex: 0 0 auto;
  font-size: 0.65rem;
}

.checkout-final-note {
  text-align: center;
}

.checkout-back-link {
  display: block;
  margin-top: 16px;
  color: var(--store-blue);
  font-size: 0.74rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

/* Ana sayfa ve kontrol merkezindeki mağaza girişleri */
.home-shop-teaser {
  padding: 28px 0 74px;
}

.home-shop-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr) auto;
  align-items: center;
  gap: 28px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 90, 22, 0.14);
  border-radius: 34px;
  color: var(--store-ink);
  background: linear-gradient(135deg, #fff8f2, #f2f8ff);
  box-shadow: 0 18px 46px rgba(32, 49, 88, 0.08);
}

.home-shop-card h2 {
  margin: 4px 0 8px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  letter-spacing: -0.04em;
}

.home-shop-card p {
  margin: 0;
  color: var(--store-muted);
  line-height: 1.6;
}

.home-shop-categories {
  display: grid;
  gap: 8px;
}

.home-shop-categories span {
  padding: 10px 14px;
  border: 1px solid var(--store-border);
  border-radius: 12px;
  color: var(--store-ink);
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
  font-weight: 850;
}

.site-nav .nav-links a.home-store-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.dashboard-user .shop-header-action {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1020px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-header {
    grid-template-columns: auto 1fr;
  }

  .store-header .header-corner-wordmark {
    display: none;
  }

  .home-shop-card {
    grid-template-columns: 1fr auto;
  }

  .home-shop-categories {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .store-shell {
    width: min(100% - 28px, 1180px);
  }

  .store-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 16px 16px;
  }

  .store-brand {
    justify-self: center;
  }

  .store-nav {
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .store-nav::-webkit-scrollbar {
    display: none;
  }

  .store-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 7px 11px;
    font-size: 0.75rem;
  }

  .store-hero-grid,
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .store-hero-visual {
    min-height: 320px;
  }

  .store-trust-strip .store-shell {
    grid-template-columns: 1fr;
  }

  .store-trust-strip span {
    min-height: 74px;
  }

  .store-trust-strip span + span {
    border-top: 1px solid var(--store-border);
    border-left: 0;
  }

  .paw-selection-panel {
    grid-template-columns: 1fr;
  }

  .paw-profile-summary {
    justify-self: start;
  }

  .cart-summary {
    position: static;
  }
}

@media (max-width: 620px) {
  .store-hero h1,
  .store-flow-heading h1 {
    font-size: clamp(2.2rem, 12vw, 3.3rem);
  }

  .store-hero-actions,
  .store-hero-actions a,
  .store-section-heading,
  .store-footer .store-shell {
    width: 100%;
  }

  .store-hero-actions a {
    flex: 1 1 100%;
  }

  .store-section-heading {
    align-items: start;
    flex-direction: column;
  }

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

  .product-card-body {
    min-height: 0;
  }

  .store-empty-state,
  .home-shop-card {
    grid-template-columns: 1fr;
  }

  .store-empty-state > span {
    width: 48px;
    height: 48px;
  }

  .paw-shop-selector {
    grid-template-columns: 1fr;
  }

  .home-shop-categories {
    grid-template-columns: 1fr;
  }

  .home-shop-card > a,
  .store-empty-state > a {
    width: 100%;
  }

  .store-footer .store-shell {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 26px;
  }

  .cart-line {
    grid-template-columns: 82px 1fr;
  }

  .cart-quantity {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .cart-remove-form {
    grid-column: 1 / -1;
  }

  .checkout-fieldset {
    grid-template-columns: 1fr;
  }

  .checkout-field-wide {
    grid-column: auto;
  }
}

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

  .shop-product-card,
  .shop-primary-button,
  .shop-secondary-button,
  .store-nav a {
    transition: none;
  }
}
