html,
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

.site-header .cart-control {
  color: #fff;
  display: inline-flex;
}

.site-header .main-nav .menu-item a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.main-nav .mobile-nav-action {
  display: none;
}

.social-icons span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 800;
  cursor: default;
}

.site-footer {
  margin-top: 42px;
}

body.product-page .site-header {
  margin-bottom: 0;
}

body.product-page main {
  padding-top: 18px;
}

body.product-page .breadcrumbs {
  height: auto;
  min-height: 54px;
  margin-bottom: 18px;
}

.pawtrail-form-notice {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 16px auto 0;
  padding: 14px 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(97, 114, 58, 0.26);
  border-radius: 8px;
  background: #f4f8ed;
  color: #263421;
  font-size: 14px;
}

.pawtrail-form-notice strong {
  color: #61723a;
}

.home-page main > .service-strip {
  min-height: 82px;
  background: #202321;
  color: #fff;
  border: 0;
}

.home-page main > .service-strip span {
  color: rgba(255, 255, 255, 0.74);
}

.home-page .home-hero__media[style*="--pawtrail-hero-image"] {
  background-image: var(--pawtrail-hero-image);
}

.home-page .best-grid {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(244px, 1fr);
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

.home-page .best-grid .home-product {
  min-width: 244px;
  scroll-snap-align: start;
}

.product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.motion-page .motion-hero__media[style*="--pawtrail-hero-image"]::before,
.motion-page .motion-hero__media[style*="--pawtrail-hero-image"]::after {
  background-image: var(--pawtrail-hero-image);
}

.wp-admin .pawtrail-meta-field {
  margin: 12px 0;
}

.kit-page .fit-hero__copy {
  top: 132px;
}

.kit-page .why-card {
  top: 124px;
}

.kit-page .segmented label {
  min-width: 148px;
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid rgba(17, 24, 22, 0.16);
  border-radius: 6px;
  background: #fffdf8;
  color: var(--fit-ink, #101716);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font: inherit;
  font-weight: 800;
  text-align: center;
}

.kit-page .segmented label.selected {
  border-color: var(--fit-green, #64733b);
  background: #5f6e31;
  color: #fff;
}

.kit-page .segmented label svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.kit-page .segmented.age label {
  flex-direction: column;
  gap: 2px;
}

.kit-page .segmented.age label small {
  width: auto;
  height: auto;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  opacity: 0.78;
}

.kit-page .kit-items a {
  color: inherit;
  text-decoration: none;
}

.kit-page .kit-items a article {
  height: 100%;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.kit-page .kit-items a:hover article,
.kit-page .kit-items a:focus-visible article {
  border-color: rgba(100, 115, 59, 0.42);
  box-shadow: 0 14px 30px rgba(17, 24, 22, 0.09);
  transform: translateY(-2px);
}

.kit-page .kit-items a:focus-visible {
  outline: 2px solid var(--fit-green, #64733b);
  outline-offset: 4px;
  border-radius: 8px;
}

@media (max-width: 620px) {
  .kit-page .segmented label {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .kit-page .fit-hero__copy {
    top: 118px;
  }

  .kit-page .why-card {
    top: 116px;
  }
}

@media (max-width: 760px) {
  .kit-page .fit-hero__copy,
  .kit-page .why-card {
    top: auto;
  }
}

.walk-search-row {
  flex: 1 1 100%;
  display: flex;
  gap: 12px;
  align-items: center;
}

.archive-search-row {
  margin-bottom: 22px;
}

.walk-search-row input {
  min-width: min(360px, 100%);
  height: 42px;
  border: 1px solid rgba(17, 24, 22, 0.14);
  border-radius: 6px;
  padding: 0 14px;
  font: inherit;
}

.walk-search-row button,
.walk-search-row a,
.sort-row a {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 24, 22, 0.14);
  border-radius: 5px;
  background: #fffdf8;
  color: #111817;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.sort-row a.is-active,
.filter-group label.is-active {
  border-color: rgba(240, 77, 47, 0.42);
  color: #f04d2f;
  font-weight: 850;
}

.filter-group label.is-active input {
  accent-color: #f04d2f;
}

.color-filter a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--dot);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}

.color-filter a.is-active {
  outline: 2px solid #f04d2f;
  outline-offset: 3px;
}

.sort-row .view-button {
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  justify-content: center;
}

.sort-row .view-button svg {
  width: 17px;
  height: 17px;
}

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

.product-listing.is-list-view .catalog-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  grid-template-areas:
    "media title actions"
    "media text actions"
    "media rating actions"
    "media swatches price";
  gap: 8px 18px;
  align-items: center;
  padding: 14px 18px;
}

.product-listing.is-list-view .catalog-card .flag {
  left: 28px;
  top: 24px;
}

.product-listing.is-list-view .catalog-media {
  grid-area: media;
  aspect-ratio: 1.3 / 1;
  margin: 0;
}

.product-listing.is-list-view .catalog-card h3 {
  grid-area: title;
  margin: 0;
}

.product-listing.is-list-view .catalog-card p {
  grid-area: text;
}

.product-listing.is-list-view .rating {
  grid-area: rating;
}

.product-listing.is-list-view .mini-dots {
  grid-area: swatches;
}

.product-listing.is-list-view .catalog-card strong {
  grid-area: price;
  align-self: end;
}

.product-listing.is-list-view .card-actions {
  grid-area: actions;
  min-width: 160px;
  justify-content: flex-end;
}

.feature-panel article > a {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.feature-panel article > a:hover h2 {
  color: #f04d2f;
}

.cart-item h2 a,
.mini-product h3 a,
.drawer-addon strong a,
.kit-item h3 a,
.catalog-card h3 a,
.catalog-media {
  color: inherit;
  text-decoration: none;
}

.cart-item h2 a:hover,
.mini-product h3 a:hover,
.drawer-addon strong a:hover,
.kit-item h3 a:hover,
.catalog-card h3 a:hover {
  color: #f04d2f;
}

a.catalog-media {
  display: block;
}

.cart-added-notice {
  margin-bottom: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(101, 116, 72, 0.22);
  border-radius: 8px;
  background: rgba(101, 116, 72, 0.1);
  color: #33402f;
  font-weight: 850;
}

.stock-line.is-out {
  color: #a8321f;
}

.stock-line.is-out span {
  background: #a8321f;
}

.cart-empty-state {
  padding: 34px;
  border: 1px solid rgba(17, 24, 22, 0.1);
  border-radius: 8px;
  background: #fffdf8;
}

.cart-empty-state h2 {
  margin: 0 0 8px;
}

.cart-empty-state p {
  margin: 0 0 18px;
  color: #5e6762;
}

.cart-empty-state a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 5px;
  background: #111817;
  color: #fff;
  padding: 0 18px;
  font-weight: 850;
  text-decoration: none;
}

.cart-page .qty input {
  width: 42px;
  min-width: 0;
  height: 34px;
  border: 0;
  background: transparent;
  color: #18211f;
  font: inherit;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  appearance: textfield;
}

.cart-page .qty input::-webkit-outer-spin-button,
.cart-page .qty input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.cart-page .qty input:focus {
  outline: 2px solid rgba(240, 77, 47, 0.32);
  outline-offset: 1px;
  border-radius: 4px;
}

.cart-page .qty button,
.cart-page .cart-url-button {
  cursor: pointer;
}

.cart-page .cart-url-button.is-loading {
  opacity: 0.58;
  pointer-events: none;
}

.cart-page .cart-added-notice {
  margin: 0;
  border-radius: 8px 8px 0 0;
  border-width: 0 0 1px;
  background: rgba(101, 116, 72, 0.1);
}

.cart-page .cart-bulk-toolbar {
  min-height: 58px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(17, 24, 22, 0.1);
  background: rgba(255, 253, 248, 0.72);
}

.cart-page .cart-bulk-toolbar label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #26302d;
  font-size: 13px;
  font-weight: 850;
}

.cart-page .cart-bulk-toolbar > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cart-page .cart-bulk-toolbar button {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(17, 24, 22, 0.14);
  border-radius: 5px;
  background: #fffdf8;
  color: #111817;
  font-size: 12px;
  font-weight: 900;
}

.cart-page .cart-bulk-toolbar .cart-bulk-remove {
  border-color: rgba(240, 77, 47, 0.28);
  color: #f04d2f;
}

.cart-page .cart-bulk-toolbar button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cart-page .cart-item {
  position: relative;
}

.cart-page .cart-item-select {
  position: absolute;
  left: 24px;
  top: 18px;
  z-index: 2;
  width: 28px;
  height: 28px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 24, 22, 0.16);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 6px 16px rgba(17, 24, 22, 0.1);
}

.cart-page .cart-bulk-toolbar input {
  width: 16px;
  height: 16px;
  accent-color: #61723a;
}

.cart-page .cart-item-select input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #61723a;
}

@media (min-width: 981px) {
  body.cart-page.cart-drawer-closed {
    padding-right: 0;
  }

  body.cart-page.cart-drawer-closed .cart-drawer {
    transform: translateX(105%);
  }

  body.cart-page.cart-drawer-closed .cart-shell,
  body.cart-page.cart-drawer-closed .cart-service {
    width: calc(100% - 96px);
  }

  body.cart-page.cart-drawer-closed .site-footer {
    width: 100%;
    margin-right: 0;
  }

  body.cart-page .cart-drawer {
    transition: transform 0.24s ease;
  }

  body.cart-page .cart-shell,
  body.cart-page .cart-service {
    width: calc(100% - var(--drawer-w) - 96px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  body.cart-page .cart-shell {
    padding-top: 80px;
  }

  body.cart-page .cart-title-row {
    margin-bottom: 36px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
    gap: 54px;
  }

  body.cart-page .shipping-meter {
    width: 100%;
    max-width: 470px;
    margin-top: 8px;
    padding-right: 48px;
    justify-self: end;
  }

  body.cart-page .shipping-meter > b {
    right: 6px;
    bottom: -5px;
  }

  body.cart-page .site-footer {
    width: calc(100% - var(--drawer-w));
    max-width: none;
    margin-left: 0;
    margin-right: var(--drawer-w);
    grid-template-columns:
      minmax(230px, 1.2fr)
      minmax(86px, 0.55fr)
      minmax(112px, 0.65fr)
      minmax(128px, 0.68fr)
      minmax(260px, 1fr);
    gap: clamp(28px, 3vw, 56px);
    padding-left: 72px;
    padding-right: 72px;
  }
}

.product-add-form {
  margin: 0;
}

.checkout-summary-note {
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 22, 0.1);
  border-radius: 8px;
  background: #fffdf8;
}

.checkout-summary-note strong {
  display: block;
  margin-bottom: 8px;
}

.checkout-summary-note pre {
  margin: 0;
  white-space: pre-wrap;
  font: inherit;
  color: #4d5752;
}

.order-public-note p {
  margin: 0;
  color: #33402f;
  line-height: 1.55;
}

body.has-lightbox {
  overflow: hidden;
}

.pawtrail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(10, 16, 15, 0.82);
}

.pawtrail-lightbox img {
  max-width: min(980px, 92vw);
  max-height: 86vh;
  border-radius: 8px;
  background: #fffdf8;
  object-fit: contain;
}

.pawtrail-lightbox__close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fffdf8;
  color: #111817;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.order-confirmation-card {
  display: grid;
  gap: 16px;
}

.order-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.order-next-actions a {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background: #111817;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.order-next-actions a + a {
  background: #fffdf8;
  color: #111817;
  border: 1px solid rgba(17, 24, 22, 0.14);
}

.order-status-panel {
  padding-bottom: 72px;
  display: grid;
  gap: 18px;
}

.order-timeline {
  margin: 0;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  border: 1px solid rgba(17, 24, 22, 0.1);
  border-radius: 8px;
  background: #fffdf9;
}

.order-timeline li {
  position: relative;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #7b837f;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.order-timeline li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: calc(-50% + 24px);
  width: calc(100% - 24px);
  height: 2px;
  background: rgba(17, 24, 22, 0.12);
}

.order-timeline li:first-child::before {
  display: none;
}

.order-timeline span {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e7e2d6;
  color: #111817;
}

.order-timeline li.is-active {
  color: #111817;
}

.order-timeline li.is-active::before,
.order-timeline li.is-active span {
  background: #61723a;
  color: #fff;
}

.order-warning {
  background: rgba(240, 77, 47, 0.08);
  border-color: rgba(240, 77, 47, 0.24);
  color: #8f2a18;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.story-main,
.story-single {
  background: #fbf8f0;
}

.story-page *,
.tax-product_cat * {
  box-sizing: border-box;
}

.story-page img,
.tax-product_cat img {
  max-width: 100%;
}

.story-hero,
.story-feature,
.story-grid-shell,
.story-article,
.taxonomy-products {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin-inline: auto;
}

.story-hero {
  min-height: 420px;
  display: grid;
  align-items: end;
  padding: 80px 0 54px;
}

.story-hero span,
.story-feature span,
.story-card span,
.story-article header span {
  color: #61723a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-hero h1,
.story-article h1 {
  max-width: 820px;
  margin: 12px 0 14px;
  color: #111817;
  font-size: 60px;
  line-height: 0.98;
  letter-spacing: 0;
}

.story-hero p,
.story-feature p,
.story-card p,
.story-article header p,
.story-content {
  color: #46504b;
  font-size: 17px;
  line-height: 1.65;
}

.story-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(17, 24, 22, 0.12);
  border-radius: 8px;
  background: #fffdf9;
}

.story-feature img,
.story-card__image img,
.story-article__hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.story-feature img {
  min-height: 360px;
}

.story-feature h2 {
  margin: 10px 0 12px;
  font-size: 40px;
  line-height: 1.04;
}

.story-feature a,
.story-card a,
.story-link {
  color: inherit;
  text-decoration: none;
}

.story-grid-shell {
  padding: 58px 0 70px;
}

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

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

.story-card {
  min-width: 0;
  border: 1px solid rgba(17, 24, 22, 0.12);
  border-radius: 8px;
  background: #fffdf9;
  overflow: hidden;
}

.story-card__image {
  display: block;
  aspect-ratio: 1.18 / 1;
  background: #f0eadf;
}

.story-card > div {
  padding: 18px;
}

.story-card h3 {
  margin: 8px 0;
  font-size: 20px;
  line-height: 1.12;
}

.story-pagination {
  margin-top: 34px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.story-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 24, 22, 0.14);
  border-radius: 5px;
  color: #111817;
  text-decoration: none;
}

.story-pagination .current {
  background: #111817;
  color: #fff;
}

.story-article {
  padding: 54px 0 24px;
}

.story-article header {
  max-width: 880px;
  margin: 0 auto 28px;
  text-align: center;
}

.story-article__hero {
  max-height: 620px;
  aspect-ratio: 16 / 8;
}

.story-content {
  max-width: 780px;
  margin: 34px auto 0;
}

.story-content p {
  margin: 0 0 18px;
}

.term-nav .active {
  outline: 2px solid #f04d2f;
  outline-offset: -2px;
}

.taxonomy-products {
  padding: 46px 0 70px;
}

.contact-main {
  background: #fbf8f0;
}

.contact-hero,
.contact-shell {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin-inline: auto;
}

.contact-hero {
  padding: 82px 0 44px;
}

.contact-hero span {
  color: #61723a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 720px;
  margin: 12px 0;
  color: #111817;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0;
}

.contact-hero p {
  max-width: 620px;
  color: #46504b;
  font-size: 18px;
  line-height: 1.55;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  padding-bottom: 72px;
}

.contact-form,
.contact-aside article {
  border: 1px solid rgba(17, 24, 22, 0.12);
  border-radius: 8px;
  background: #fffdf9;
}

.contact-form {
  padding: 28px;
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #111817;
  font-size: 14px;
  font-weight: 850;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 24, 22, 0.14);
  border-radius: 6px;
  background: #fff;
  padding: 14px 15px;
  color: #111817;
  font: inherit;
}

.contact-form button {
  width: fit-content;
  min-width: 190px;
  height: 52px;
  border: 0;
  border-radius: 6px;
  background: #f04d2f;
  color: #fff;
  font-weight: 900;
}

.contact-aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.contact-aside article {
  padding: 22px;
}

.contact-aside h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.contact-aside p {
  margin: 0;
  color: #46504b;
  line-height: 1.55;
}

.contact-aside a {
  display: inline-flex;
  margin-top: 14px;
  color: #f04d2f;
  font-weight: 900;
  text-decoration: none;
}

.entry-content {
  width: calc(100% - 96px);
  max-width: 920px;
  margin: 0 auto 72px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 22, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  color: #46504b;
  font-size: 17px;
  line-height: 1.68;
}

.entry-content h2,
.entry-content h3 {
  margin: 8px 0 10px;
  color: #111817;
  line-height: 1.12;
}

.entry-content p {
  margin: 0 0 18px;
}

.entry-content a {
  color: #f04d2f;
  font-weight: 850;
}

.compare-main {
  background: #fbf8f0;
}

.compare-shell {
  padding-bottom: 72px;
}

.compare-meta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.compare-card {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(17, 24, 22, 0.12);
  border-radius: 8px;
  background: #fffdf9;
}

.compare-card h2 {
  margin: 14px 0 8px;
  font-size: 20px;
  line-height: 1.12;
}

.compare-card h2 a {
  color: inherit;
  text-decoration: none;
}

.compare-card dl {
  margin: 16px 0;
  display: grid;
  gap: 10px;
}

.compare-card dl > div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 24, 22, 0.08);
}

.compare-card dt {
  color: #6a726e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-card dd {
  margin: 0;
  color: #111817;
  font-size: 14px;
  line-height: 1.35;
}

.compare-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111817;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.review-form-card {
  display: grid;
  gap: 12px;
}

.review-form-card h3 {
  margin: 0;
  font-size: 22px;
}

.review-form-card label {
  display: grid;
  gap: 6px;
  color: #111817;
  font-size: 13px;
  font-weight: 900;
}

.review-form-card input,
.review-form-card select,
.review-form-card textarea {
  width: 100%;
  border: 1px solid rgba(17, 24, 22, 0.14);
  border-radius: 6px;
  padding: 11px 12px;
  font: inherit;
}

.review-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.review-check {
  display: flex !important;
  grid-template-columns: none;
  flex-direction: row;
  align-items: center;
}

.review-check input {
  width: auto;
}

.review-form-card button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: #111817;
  color: #fff;
  font-weight: 900;
}

.review-success {
  margin: 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(97, 114, 58, 0.12);
  color: #33402f;
  font-weight: 850;
}

.product-shell,
.shop-shell,
.guide-inner,
.footer-brand-block,
.footer-column,
.newsletter {
  min-width: 0;
}

.size-guide-card table {
  width: 100%;
}

@media (max-width: 980px) {
  .story-hero,
  .story-feature,
  .story-grid-shell,
  .story-article,
  .taxonomy-products,
  .contact-hero,
  .contact-shell {
    width: calc(100% - 48px);
  }

  .story-feature,
  .story-grid,
  .story-grid.three {
    grid-template-columns: 1fr 1fr;
  }

  .story-feature {
    grid-template-columns: 1fr;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }

  .order-timeline {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .order-timeline li {
    grid-template-columns: 36px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .order-timeline li::before {
    top: -12px;
    left: 17px;
    width: 2px;
    height: 24px;
  }

  .product-listing.is-list-view .catalog-card {
    grid-template-columns: 170px minmax(0, 1fr);
    grid-template-areas:
      "media title"
      "media text"
      "media rating"
      "media swatches"
      "media price"
      "media actions";
  }

  .product-listing.is-list-view .card-actions {
    min-width: 0;
    justify-content: flex-start;
  }

  .compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header.is-open .main-nav .mobile-nav-action {
    display: flex;
  }

  .story-hero h1,
  .story-article h1 {
    font-size: 44px;
  }
}

@media (max-width: 620px) {
  .story-hero,
  .story-feature,
  .story-grid-shell,
  .story-article,
  .taxonomy-products,
  .contact-hero,
  .contact-shell,
  .entry-content {
    width: calc(100% - 28px);
  }

  .story-grid,
  .story-grid.three {
    grid-template-columns: 1fr;
  }

  .review-field-row {
    grid-template-columns: 1fr;
  }

  .size-guide-card {
    overflow-x: auto;
  }

  .sort-row,
  .filter-row,
  .walk-search-row,
  .order-next-actions,
  .card-actions {
    max-width: 100%;
  }

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

  .contact-hero h1 {
    font-size: 42px;
  }

  .product-listing.is-list-view .catalog-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "title"
      "text"
      "rating"
      "swatches"
      "price"
      "actions";
  }

  .product-listing.is-list-view .catalog-media {
    aspect-ratio: 1 / 0.72;
  }

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

  .main-nav .mobile-nav-action,
  .cart-page .checkout,
  .cart-page .paypal,
  .contact-form button,
  .review-form-card button,
  .product-add-form .add-cart {
    width: 100%;
  }

  .home-page .best-grid {
    grid-auto-columns: minmax(220px, 82vw);
  }

  .catalog-card,
  .home-product,
  .mini-product,
  .compare-card,
  .contact-form,
  .order-summary {
    min-width: 0;
  }
}
/* 1688 supplier drafts: show real imported options and review data clearly. */
.color-options .text-option {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  height: auto;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff;
  color: #26352d;
  font-size: 13px;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
}

.color-options .text-option.selected {
  background: #edf3ee;
  border-color: #355f49;
  box-shadow: 0 0 0 2px #355f49;
}

.imported-summary .color-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.imported-summary .size-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.imported-summary .size-options button {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  height: auto;
  padding: 9px 12px;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.imported-product-tabs {
  margin-top: 46px;
  padding-top: 0;
  padding-bottom: 52px;
}

.imported-tab-list {
  display: flex;
  gap: 34px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d9ded9;
}
.imported-tab-list button {
  position: relative;
  padding: 17px 2px 15px;
  border: 0;
  background: transparent;
  color: #707870;
  font: inherit;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  cursor: pointer;
}
.imported-tab-list button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: #ef4d31;
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: .2s ease;
}
.imported-tab-list button.is-active { color: #17231c; }
.imported-tab-list button.is-active::after { opacity: 1; transform: scaleX(1); }
.imported-tab-list button:focus-visible { outline: 2px solid #ef4d31; outline-offset: 4px; }
.imported-tab-panel[hidden] { display: none; }
.imported-tab-panel { animation: imported-tab-in .22s ease; }
.imported-tab-panel > .product-shell { width: 100%; max-width: none; }
.imported-tab-panel > .product-shell + .product-shell { margin-top: 22px; }
.kit-item-image { display: block; flex: 0 0 auto; color: inherit; text-decoration: none; }
.kit-item-image img { transition: transform .2s ease; }
.kit-item-image:hover img { transform: scale(1.04); }
@keyframes imported-tab-in { from { opacity: .35; transform: translateY(5px); } }
}

.imported-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.imported-detail-grid article {
  padding: 22px;
  border: 1px solid #dce5df;
  border-radius: 16px;
  background: #f8faf8;
}

.imported-detail-grid strong { color: #244735; }
.imported-detail-grid p { margin: 8px 0 0; color: #5d6962; line-height: 1.7; }
.imported-review-note { margin: 20px 0 0; padding: 16px 18px; border-radius: 12px; background: #fff7df; color: #725a18; }

.imported-description-content { width: 100%; max-width: none; margin: 0 auto; overflow: hidden; }
.imported-description-content > div { width: 100% !important; max-width: 100% !important; margin-right: auto !important; margin-left: auto !important; }
.imported-description-content img { display: block; width: 100% !important; max-width: 100% !important; height: auto !important; margin: 0 auto; }
.imported-description-content p { line-height: 1.75; }
.imported-details-heading { width: 100%; max-width: none; margin: 0 0 24px; padding: 24px 28px; border-left: 4px solid #ef4d31; background: #fff; }
.imported-details-heading span { color: #ef4d31; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.imported-details-heading h2 { margin: 6px 0 8px; font-size: clamp(24px, 3vw, 36px); line-height: 1.25; }
.imported-details-heading p { margin: 0; color: #657067; line-height: 1.6; }
.imported-details-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; max-width: none; margin: 0 0 24px; }
.imported-details-facts article { padding: 18px 20px; border: 1px solid #dce5df; border-radius: 12px; background: #f8faf8; }
.imported-details-facts strong { color: #244735; }
.imported-details-facts p { margin: 7px 0 0; color: #5d6962; line-height: 1.65; overflow-wrap: anywhere; }
.imported-details-gallery { display: grid; gap: 12px; }
.product-back-to-top { position: fixed; right: 26px; bottom: 28px; z-index: 90; display: grid; place-items: center; width: 52px; height: 52px; padding: 7px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: #244735; box-shadow: 0 8px 24px rgba(25,44,34,.25); color: #fff; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.product-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.product-back-to-top:hover { background: #ef4d31; }
.product-back-to-top:focus-visible { outline: 3px solid rgba(239,77,49,.35); outline-offset: 3px; }
.product-back-to-top svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-back-to-top span { margin-top: -5px; font-size: 9px; font-weight: 800; line-height: 1; text-transform: uppercase; }

.imported-recommendations { padding-top: 20px; padding-bottom: 80px; }
.imported-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.imported-section-heading h2 { margin: 0; font-size: clamp(26px, 3vw, 40px); }
.imported-section-heading a { color: #244735; font-weight: 700; text-decoration: none; }
.imported-recommendation-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.imported-recommendation-grid article { overflow: hidden; border: 1px solid #e0e5df; border-radius: 18px; background: #fff; }
.imported-recommendation-grid .recommendation-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #f3f2eb; }
.imported-recommendation-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.imported-recommendation-grid article:hover img { transform: scale(1.035); }
.imported-recommendation-grid article > div { padding: 16px; }
.imported-recommendation-grid h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.45; }
.imported-recommendation-grid h3 a { color: #17231c; text-decoration: none; }
.imported-recommendation-grid strong { color: #244735; }

@media (max-width: 720px) {
  .imported-details-facts { grid-template-columns: 1fr; }
  .imported-details-heading { padding: 20px; }
  .product-back-to-top { right: 14px; bottom: 18px; width: 48px; height: 48px; }
  .imported-tab-list { gap: 20px; overflow-x: auto; }
  .imported-tab-list button { flex: 0 0 auto; font-size: 18px; }
  .imported-detail-grid { grid-template-columns: 1fr; }
  .imported-summary .color-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .imported-recommendation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .imported-section-heading { align-items: center; }
}
