.dtc-mobile-app-prompt {
  position: fixed;
  z-index: 9998;
  right: 0.75rem;
  bottom: calc(0.75rem + env(safe-area-inset-bottom));
  left: 0.75rem;
  min-height: 68px;
  align-items: center;
  gap: 0.7rem;
  padding: 0.62rem;
  color: #173126;
  border: 1px solid rgba(36, 116, 70, 0.22);
  border-left: 5px solid #247446;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 50px rgba(15, 32, 24, 0.22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.dtc-mobile-app-prompt:not([hidden]) {
  display: flex;
  animation: dtc-prompt-in 220ms ease-out both;
}

.dtc-mobile-app-prompt__icon {
  flex: 0 0 48px;
  overflow: hidden;
  border-radius: 13px;
}

.dtc-mobile-app-prompt__copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.25;
}

.dtc-mobile-app-prompt__copy strong {
  font-size: 0.9rem;
}

.dtc-mobile-app-prompt__copy span {
  overflow: hidden;
  color: #526159;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dtc-mobile-app-prompt__action {
  min-width: 76px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  color: #fff;
  border-radius: 999px;
  background: #247446;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.dtc-mobile-app-prompt.is-suppressed {
  transform: translateY(calc(100% + 1.25rem));
  opacity: 0;
  pointer-events: none;
}

.dtc-mobile-app-prompt__close {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 32px;
  padding: 0;
  place-items: center;
  color: #526159;
  border: 0;
  border-radius: 50%;
  background: #f3f7f2;
  font: inherit;
  font-size: 1.15rem;
  cursor: pointer;
}

.dtc-ad-slot-preview span {
  color: #89938d;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes dtc-prompt-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 782px) {
  .dtc-mobile-app-prompt { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .dtc-mobile-app-prompt:not([hidden]) { animation: none; }
}

/* Fresh, server-rendered Amazon craft-product cards. */
.dtc-craft-supplies-page .dtc-page-header {
  position: relative;
  overflow: hidden;
  width: min(calc(100% - 3rem), 1280px) !important;
  max-width: 1280px !important;
  margin: clamp(1rem, 2vw, 1.5rem) auto 0;
  padding: 1rem 0 0.35rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dtc-craft-supplies-page .dtc-page-header .wp-block-post-title {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  color: #173d2a;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.dtc-craft-supplies-page .dtc-page-header .dtc-eyebrow,
.dtc-craft-supplies-page .dtc-page-header .wp-block-post-terms {
  display: none;
}

.dtc-craft-supplies-page .dtc-page-content {
  width: min(calc(100% - 3rem), 1280px) !important;
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 0 0 clamp(3.5rem, 7vw, 6rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dtc-craft-supplies-page .dtc-page-content > * {
  width: 100%;
  max-width: none;
}

.dtc-craft-supplies-page .dtc-page-shell {
  padding-right: 0;
  padding-left: 0;
}

.dtc-supplies-intro {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  margin: 0.75rem 0;
  padding: 0.45rem 0 0.65rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dtc-supplies-intro > p:not(.dtc-supplies-eyebrow) {
  max-width: 960px;
  margin: 0;
  color: #4f6156;
  font-size: clamp(0.92rem, 1.35vw, 1.04rem);
  line-height: 1.55;
}

.dtc-supplies-eyebrow {
  margin: 0;
  color: #173d2a;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dtc-supplies-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: clamp(1.2rem, 3vw, 2rem);
}

.dtc-supplies-promise {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(190, 213, 197, 0.9);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.72);
}

.dtc-supplies-promise h3 {
  margin: 0 0 0.32rem;
  color: #1d5133;
  font-size: 0.94rem;
}

.dtc-supplies-promise p {
  margin: 0;
  color: #637168;
  font-size: 0.78rem;
  line-height: 1.5;
}

.dtc-supplies-guide,
.dtc-supplies-faq {
  width: 100% !important;
  max-width: none !important;
  margin: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.dtc-supplies-guide > *,
.dtc-supplies-faq > *,
.dtc-supplies-guide-grid {
  width: 100%;
  max-width: none !important;
}

.dtc-supplies-guide > h2,
.dtc-supplies-faq > h2 {
  margin-bottom: 1.2rem;
  color: #173d2a;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.dtc-supplies-guide-grid {
  gap: 0.9rem;
}

.dtc-supplies-guide-grid .wp-block-column {
  padding: 1.1rem;
  border: 1px solid #e0e9e2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(27, 63, 43, 0.05);
}

.dtc-supplies-guide-grid h3,
.dtc-supplies-faq h3 {
  margin: 0 0 0.42rem;
  color: #235d3a;
  font-size: 1rem;
}

.dtc-supplies-guide-grid p,
.dtc-supplies-faq p {
  margin: 0;
  color: #59685f;
  font-size: 0.9rem;
  line-height: 1.62;
}

.dtc-supplies-faq {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.dtc-supplies-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 0.9rem;
}

.dtc-supplies-faq-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-block-start: 0 !important;
  padding: 1rem;
  border: 1px solid #e0e5e1;
  border-top: 3px solid #dfaa3e;
  border-radius: 8px;
  background: #fff;
}

.dtc-product-block {
  margin: clamp(2rem, 5vw, 3.5rem) 0;
  padding: clamp(1.15rem, 3vw, 2rem);
  border: 1px solid #cfded3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(21, 58, 39, 0.08);
}

.dtc-craft-shop-controls {
  position: relative;
  overflow: hidden;
  margin: 1rem 0 0;
  padding: clamp(1.1rem, 3vw, 1.75rem);
  border: 1px solid #c9cecc;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.dtc-craft-shop-search label {
  display: block;
  margin-bottom: 0.55rem;
  color: #173d2a;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: -0.015em;
}

.dtc-craft-shop-search__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.dtc-craft-shop-search input[type="search"] {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 0.72rem 1rem;
  color: #173126;
  border: 2px solid #9db8a5;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(23, 61, 42, 0.06);
  font: inherit;
}

.dtc-craft-shop-search input[type="search"]:focus {
  border-color: #257647;
  outline: 3px solid rgba(37, 118, 71, 0.16);
  outline-offset: 1px;
}

.dtc-craft-shop-search button {
  min-height: 54px;
  margin: 0;
  padding: 0.72rem 1.2rem;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: #ffd45c;
  box-shadow: none;
  color: #173126;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.dtc-craft-shop-search button:hover,
.dtc-craft-shop-search button:focus-visible {
  background: #f5c33f;
  transform: none;
}

.dtc-craft-shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.dtc-craft-shop-filters a {
  display: inline-flex;
  min-height: 41px;
  align-items: center;
  padding: 0.48rem 0.78rem;
  color: #173d2a;
  border: 1px solid #9fb9a8;
  border-radius: 8px;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
}

.dtc-craft-shop-filters a:hover,
.dtc-craft-shop-filters a:focus-visible,
.dtc-craft-shop-filters a[aria-current="page"] {
  color: #fff;
  border-color: #257647;
  background: #257647;
}

.dtc-craft-shop-count {
  margin: 0.85rem 0 0;
  color: #506258;
  font-size: 0.76rem;
  font-weight: 700;
}

.dtc-craft-shop-count strong {
  color: #173d2a;
  font-size: 0.9rem;
}

.dtc-craft-shop-layout {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr);
  align-items: start;
  gap: clamp(1rem, 2vw, 1.6rem);
  margin-top: 1.25rem;
}

.dtc-craft-shop-sidebar {
  position: sticky;
  top: 104px;
  padding: 0.25rem 1rem 1rem 0;
  border-right: 1px solid #d5d9d9;
}

.dtc-craft-shop-sidebar__title {
  margin: 0 0 0.45rem;
  color: #173d2a;
  font-size: 0.92rem;
  font-weight: 900;
}

.dtc-craft-shop-sidebar .dtc-craft-shop-filters {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  margin: 0;
}

.dtc-craft-shop-sidebar .dtc-craft-shop-filters a {
  min-height: 38px;
  justify-content: flex-start;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 0 6px 6px 0;
  background: transparent;
  font-size: 0.78rem;
}

.dtc-craft-shop-sidebar .dtc-craft-shop-filters a:hover,
.dtc-craft-shop-sidebar .dtc-craft-shop-filters a:focus-visible {
  color: #173d2a;
  border-color: #86a591;
  background: #f2f6f3;
}

.dtc-craft-shop-sidebar .dtc-craft-shop-filters a[aria-current="page"] {
  color: #173d2a;
  border-color: #ef5b55;
  background: #eef6f0;
}

.dtc-craft-shop-sidebar .dtc-craft-shop-count {
  margin-top: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1px solid #e1e5e2;
}

.dtc-craft-shop-main {
  min-width: 0;
}

.dtc-product-deal-rail {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(1.1rem, 2.4vw, 1.65rem);
  border: 0;
  border-radius: 8px;
  background: #d7f2f6;
  box-shadow: none;
}

.dtc-product-deal-rail__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.dtc-product-deal-rail__heading h2 {
  margin: 0.15rem 0 0;
  color: #102f22;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.dtc-product-deal-rail__heading > p {
  max-width: 390px;
  margin: 0;
  color: #355b47;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: right;
}

.dtc-product-deal-rail__track {
  display: grid;
  grid-template-columns: none;
  grid-auto-columns: 178px;
  grid-auto-flow: column;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.55rem;
  scroll-snap-type: inline proximity;
  scrollbar-color: #8eb5ac #c6e6e8;
  scrollbar-width: thin;
}

.dtc-product-deal-rail__track .dtc-product-card {
  scroll-snap-align: start;
}

.dtc-craft-shop-empty {
  margin: clamp(1.5rem, 4vw, 2.75rem) 0;
  padding: clamp(1.25rem, 4vw, 2.2rem);
  text-align: center;
  border: 1px dashed #b9d0c0;
  border-radius: 22px;
  background: #fbfdfb;
}

.dtc-craft-shop-empty h2 {
  margin: 0.25rem 0 0.55rem;
  color: #173d2a;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.dtc-craft-shop-empty > p:not(.dtc-product-block__eyebrow) {
  max-width: 650px;
  margin: 0 auto 1rem;
  color: #5d6c62;
  font-size: 0.9rem;
}

.dtc-craft-shop-empty > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0.62rem 0.95rem;
  color: #fff;
  border-radius: 999px;
  background: #257647;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.dtc-product-block__heading {
  max-width: 820px;
  margin-bottom: 1.25rem;
}

.dtc-product-block__heading h2 {
  margin: 0.15rem 0 0.45rem;
  color: #173d2a;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.dtc-product-block__heading > p:last-child {
  margin: 0;
  color: #526159;
  font-size: 0.94rem;
}

.dtc-product-block__eyebrow {
  margin: 0;
  color: #28784c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dtc-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.dtc-product-block--catalog .dtc-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dtc-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  transition: border-color 160ms ease;
}

.dtc-product-block--catalog .dtc-product-card:hover,
.dtc-product-deal-rail .dtc-product-card:hover {
  border-color: #8c9792;
  box-shadow: none;
  transform: none;
}

.dtc-product-card__image {
  min-height: 180px;
  display: grid;
  padding: 1rem;
  place-items: center;
  border: 0 !important;
  border-bottom: 1px solid #edf0ee !important;
  background: #fff !important;
  box-shadow: none !important;
}

.dtc-product-card__image img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.dtc-product-card__image:hover img {
  transform: scale(1.025);
}

.dtc-product-card__body {
  min-height: 262px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.8rem 0.75rem 0.85rem;
}

.dtc-product-card__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 25px;
  gap: 0.38rem;
  margin: 0;
  color: #647168;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.dtc-product-card__label strong {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0.2rem 0.42rem;
  color: #fff;
  border-radius: 3px;
  background: #cc0c39;
  box-shadow: none;
  letter-spacing: 0;
  text-transform: none;
}

.dtc-product-card__label span {
  color: #cc0c39;
  font-size: 0.68rem;
  font-weight: 800;
}

.mile-craft-supplies-link {
  margin: 0.8rem 0 1.35rem;
  color: #52645a;
  font-size: 0.94rem;
  line-height: 1.55;
}

.mile-craft-supplies-link a {
  color: #1f7a46;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.mile-craft-supplies-link a:hover,
.mile-craft-supplies-link a:focus-visible {
  color: #155b34;
}

.dtc-product-card h3 {
  min-height: 4.05em;
  max-height: 4.05em;
  margin: 0;
  overflow: hidden;
  font-size: 0.94rem;
  line-height: 1.35;
}

.dtc-product-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: #102f22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-decoration: none;
}

.dtc-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0;
  color: #173d2a;
}

.dtc-product-card__price strong {
  color: #0f1111;
  font-size: 1.2rem;
  line-height: 1;
}

.dtc-product-card__price > span,
.dtc-product-card__price--empty {
  color: #59645f;
  font-size: 0.7rem;
}

.dtc-product-card__rating {
  display: flex;
  align-items: center;
  gap: 0.26rem;
  min-height: 1.1rem;
  margin: -0.08rem 0 0;
  color: #56645c;
  font-size: 0.72rem;
  font-weight: 800;
}

.dtc-product-card__stars {
  position: relative;
  display: inline-block;
  overflow: hidden;
  flex: 0 0 auto;
  color: #d5d9d9;
  font-size: 0.83rem;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.dtc-product-card__stars::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--dtc-rating-percent, 0%);
  overflow: hidden;
  color: #de7921;
  content: "★★★★★";
  white-space: nowrap;
}

.dtc-product-card__rating-value {
  color: #39473f;
}

.dtc-product-card__rating small {
  color: #7a877e;
  font-size: 0.7rem;
  font-weight: 650;
}

.dtc-product-card__price del {
  color: #829087;
  font-size: 0.8rem;
}

.dtc-product-card__button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 42px;
  margin: auto 0 0;
  padding: 0.68rem 0.9rem;
  color: #fff !important;
  border: 0 !important;
  color: #172117 !important;
  border-radius: 999px;
  background: #ffd814 !important;
  box-shadow: none !important;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none !important;
}

.dtc-product-card__button:hover {
  background: #f7ca00 !important;
  transform: none;
}

.dtc-product-card__updated {
  margin: 0;
  color: #7d8981;
  font-size: 0.68rem;
  line-height: 1.4;
}

.dtc-product-card--deal .dtc-product-card__image {
  min-height: 155px;
  padding: 0.8rem;
}

.dtc-product-card--deal .dtc-product-card__image img {
  height: 155px;
}

.dtc-product-card--deal .dtc-product-card__body {
  min-height: 252px;
  padding: 0.85rem;
}

.dtc-product-card--deal h3 {
  min-height: 4.05em;
  max-height: 4.05em;
  font-size: 0.9rem;
}

.dtc-product-card--deal .dtc-product-card__updated {
  display: none;
}

.dtc-product-block--catalog {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dtc-product-disclosure {
  margin-top: 1rem;
  color: #69756d;
  font-size: 0.7rem;
  line-height: 1.45;
}

.dtc-product-disclosure p {
  margin: 0.2rem 0;
}

.dtc-craft-shop-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin: -1.5rem 0 clamp(2rem, 5vw, 3.5rem);
  color: #657269;
  font-size: 0.82rem;
  font-weight: 750;
}

.dtc-craft-shop-pagination__direction {
  width: max-content;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0.52rem 0.85rem;
  color: #1f6940;
  border: 1px solid #cbdcd0;
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
}

.dtc-craft-shop-pagination__direction:last-child {
  grid-column: 3;
  justify-self: end;
}

.dtc-craft-shop-pagination__status {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}

@media (max-width: 1200px) {
  .dtc-product-block--catalog .dtc-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .dtc-craft-shop-layout {
    display: block;
  }

  .dtc-craft-shop-sidebar {
    position: static;
    margin-bottom: 1rem;
    padding: 0 0 0.8rem;
    border-right: 0;
    border-bottom: 1px solid #d5d9d9;
  }

  .dtc-craft-shop-sidebar .dtc-craft-shop-filters {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .dtc-craft-shop-sidebar .dtc-craft-shop-filters::-webkit-scrollbar {
    display: none;
  }

  .dtc-craft-shop-sidebar .dtc-craft-shop-filters a {
    flex: 0 0 auto;
    border: 1px solid #b9c8be;
    border-radius: 7px;
  }

  .dtc-craft-shop-sidebar .dtc-craft-shop-count {
    margin: 0.35rem 0 0;
    padding: 0;
    border: 0;
  }

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

  .dtc-product-deal-rail__track {
    grid-template-columns: none;
    grid-auto-columns: minmax(220px, 31vw);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0.15rem 0.1rem 0.8rem;
    overscroll-behavior-inline: contain;
    scrollbar-color: #6ca685 #d7e9dc;
    scrollbar-width: thin;
  }
}

@media (max-width: 700px) {
  .dtc-craft-supplies-page .dtc-page-header,
  .dtc-craft-supplies-page .dtc-page-content {
    width: min(calc(100% - 1rem), 1280px) !important;
  }

  .dtc-craft-supplies-page .dtc-page-header {
    margin-top: 0.5rem;
    padding: 0.65rem 0 0.2rem;
    border-radius: 0;
  }

  .dtc-craft-supplies-page .dtc-page-header .wp-block-post-title {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .dtc-supplies-intro {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.35rem 0 0.55rem;
  }

  .dtc-supplies-intro {
    margin-right: 0;
    margin-left: 0;
  }

  .dtc-supplies-promises {
    grid-template-columns: 1fr;
  }

  .dtc-craft-shop-controls {
    margin-right: -0.35rem;
    margin-left: -0.35rem;
    border-radius: 8px;
  }

  .dtc-product-deal-rail {
    margin-right: -0.35rem;
    margin-left: -0.35rem;
    padding: 1rem;
    border-radius: 6px;
  }

  .dtc-product-deal-rail__heading {
    display: block;
  }

  .dtc-product-deal-rail__heading > p {
    margin-top: 0.45rem;
    text-align: left;
  }

  .dtc-product-deal-rail__track {
    grid-auto-columns: min(76vw, 272px);
  }

  .dtc-craft-shop-search__row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .dtc-craft-shop-search button {
    width: auto;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    font-size: 0.78rem;
  }

  .dtc-craft-shop-filters {
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 0.35rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .dtc-craft-shop-filters::-webkit-scrollbar {
    display: none;
  }

  .dtc-craft-shop-filters a {
    flex: 0 0 auto;
  }

  .dtc-product-block {
    margin-right: -0.35rem;
    margin-left: -0.35rem;
    border-radius: 18px;
  }

  .dtc-product-block--catalog {
    margin-top: 0.8rem;
    padding-top: 0.9rem;
  }

  .dtc-product-block--catalog .dtc-product-block__heading {
    margin-bottom: 0.8rem;
  }

  .dtc-product-block--catalog .dtc-product-block__heading > p:last-child {
    display: none;
  }

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

  .dtc-product-block--catalog .dtc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .dtc-product-block--article .dtc-product-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .dtc-product-block--article .dtc-product-card__image {
    min-height: 100%;
    padding: 0.7rem;
  }

  .dtc-product-block--article .dtc-product-card__image img {
    height: 124px;
  }

  .dtc-product-card__body {
    min-height: 0;
    gap: 0.48rem;
    padding: 0.85rem;
  }

  .dtc-product-deal-rail .dtc-product-card {
    display: block;
  }

  .dtc-product-deal-rail .dtc-product-card__image {
    min-height: 155px;
  }

  .dtc-product-deal-rail .dtc-product-card__image img {
    height: 155px;
  }

  .dtc-product-deal-rail .dtc-product-card__body {
    min-height: 252px;
  }

  .dtc-product-block--catalog .dtc-product-card__image {
    min-height: 142px;
    padding: 0.65rem;
  }

  .dtc-product-block--catalog .dtc-product-card__image img {
    height: 142px;
  }

  .dtc-product-block--catalog .dtc-product-card__body {
    min-height: 260px;
    padding: 0.7rem;
  }

  .dtc-product-card__label {
    justify-content: flex-start;
  }

  .dtc-product-card h3 {
    font-size: 0.84rem;
  }

  .dtc-product-card__button {
    min-height: 38px;
    padding: 0.55rem 0.45rem;
    font-size: 0.67rem;
    white-space: nowrap;
  }

  .dtc-product-card__updated {
    display: none;
  }

  .dtc-craft-shop-pagination {
    grid-template-columns: 1fr auto 1fr;
    gap: 0.45rem;
    margin-top: -1rem;
    font-size: 0.7rem;
  }

  .dtc-craft-shop-pagination__direction {
    min-height: 36px;
    padding: 0.45rem 0.65rem;
    font-size: 0.72rem;
  }

  .dtc-supplies-faq-grid {
    grid-template-columns: 1fr;
  }
}
