/* Dawn-compatible rem + chrome so theme CSS matches txnsupply.com */
:root {
  --color-foreground: 20 23 27;
}

html {
  font-size: 62.5%;
}

body.texan-store {
  margin: 0;
  font-family: "Assistant", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #14171b;
  background: #fff;
}

a { color: inherit; }

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-width {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 750px) {
  .page-width { padding: 0 5rem; }
}

@media screen and (max-width: 749px) {
  .small-hide { display: none !important; }
}

@media screen and (max-width: 989px) {
  .medium-hide { display: none !important; }
}

@media screen and (min-width: 990px) {
  .large-up-hide { display: none !important; }
}

.texan-mobile-menu {
  display: grid;
  gap: 1.6rem;
  padding: 0 1.5rem 1.6rem;
}

.texan-mobile-menu .list-menu a {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
  text-decoration: none;
  font-weight: 700;
}

@media (min-width: 750px) {
  .texan-mobile-menu { padding-left: 5rem; padding-right: 5rem; }
}

@media (min-width: 990px) {
  .texan-mobile-menu { display: none !important; }
}

/* Announcement carousel */
.utility-bar {
  background: linear-gradient(90deg, var(--texan-charcoal) 0%, var(--texan-steel) 50%, var(--texan-charcoal) 100%);
  border-bottom: 2px solid var(--texan-crimson);
}

.announcement-bar {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 4rem;
  align-items: center;
  min-height: 4.2rem;
}

.announcement-bar__viewport {
  text-align: center;
}

.announcement-bar__message {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.announcement-bar__link {
  color: inherit;
  text-decoration: none;
}

.announcement-bar .slider-button {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  cursor: pointer;
}

.announcement-bar .slider-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.announcement-bar .slider-button--prev .icon {
  transform: rotate(90deg);
}

.announcement-bar .slider-button--next .icon {
  transform: rotate(-90deg);
}

.announcement-bar .icon {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
}

/* Header */
.header-wrapper {
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 23, 27, 0.06), 0 8px 24px rgba(20, 23, 27, 0.06);
}

.header-wrapper::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--texan-crimson-dark) 0%, var(--texan-crimson) 45%, var(--texan-flag-blue) 100%);
}

.header {
  display: grid;
  grid-template-areas: "heading icons";
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 1.6rem;
  padding: 1.2rem 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header__heading-logo {
  display: block;
  width: 16.5rem;
  max-width: 220px;
  height: auto;
}

.header__inline-menu {
  grid-area: navigation;
}

.header__icons {
  grid-area: icons;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
}

.list-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-menu--inline {
  display: none;
}

.header__icon {
  width: 4.4rem;
  height: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--texan-charcoal);
  text-decoration: none;
  border-radius: var(--texan-radius-sm);
}

.header__icon .icon {
  width: 2.2rem;
  height: 2.2rem;
}

.header__icon--cart .icon {
  width: 2.6rem;
  height: 2.6rem;
}

.texan-header-search {
  flex: 1 1 22rem;
  max-width: 36rem;
  min-width: 18rem;
}

.texan-header-search__form {
  min-height: 4.4rem;
}

.texan-header-search__btn {
  width: 4.4rem;
  flex: 0 0 4.4rem;
  padding: 0;
}

@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto minmax(0, 1fr) minmax(28rem, 42rem);
    column-gap: 2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .texan-site .header--middle-left .header__icons {
    justify-self: stretch;
    justify-content: flex-end;
  }
}

.store-main {
  padding: 0;
  max-width: none;
}

.texan-site .texan-footer__brand-bar {
  padding-top: 5.6rem;
}

.footer .list-unstyled { list-style: none; padding: 0; margin: 0; }
.footer .field {
  position: relative;
  display: flex;
}
.footer .field__input {
  width: 100%;
  min-height: 4.4rem;
}
.footer .field__label { position: absolute; left: 1.6rem; top: 50%; transform: translateY(-50%); pointer-events: none; }
.footer .field__input:focus ~ .field__label,
.footer .field__input:not(:placeholder-shown) ~ .field__label {
  transform: translateY(-1.6rem) scale(0.75);
}
.footer .newsletter-form__button.field__button {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.texan-shop-categories,
.texan-home-copy,
.texan-featured-collection,
.texan-featured-blog {
  max-width: 128rem;
  margin: 0 auto;
  padding: 5.2rem 1.5rem 3.6rem;
}

@media (min-width: 750px) {
  .texan-shop-categories,
  .texan-home-copy,
  .texan-featured-collection,
  .texan-featured-blog {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.texan-shop-categories h2,
.texan-home-copy h2,
.texan-featured-collection h2,
.texan-featured-blog h2,
.texan-testimonials h2,
.texan-brand-story h2,
.texan-newsletter h2 {
  margin: 0 0 1.2rem;
  font-size: 3.2rem;
}

.texan-shop-categories ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
}

@media (min-width: 750px) {
  .texan-shop-categories ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

.texan-shop-categories li {
  display: flex;
  min-height: 100%;
}

.texan-shop-categories a {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  background: #eef0f3;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
}

.texan-shop-categories img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.texan-shop-categories h2 {
  position: relative;
  display: inline-block;
}
.texan-shop-categories h2::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 3px;
  margin-top: 0.8rem;
  background: var(--texan-crimson);
}
.texan-shop-categories h3,
.texan-shop-categories p,
.texan-shop-categories span {
  display: block;
  padding: 0 1rem;
}
.texan-shop-categories h3 {
  margin: 1.2rem 0 0.4rem;
  font-size: 1.6rem;
}
.texan-shop-categories p {
  margin: auto 0 1.4rem;
  color: var(--texan-muted);
  font-size: 1.3rem;
}

.newsletter.color-scheme-3 {
  background: var(--texan-steel);
  color: #fff;
  padding: 5.2rem 0;
  text-align: center;
}
.newsletter__wrapper p {
  max-width: 52rem;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.78);
}
.newsletter.color-scheme-3 .field {
  position: relative;
  display: flex;
  max-width: 42rem;
  margin: 0 auto;
  background: #fff;
}
.newsletter.color-scheme-3 .field__input {
  width: 100%;
  min-height: 4.8rem;
  border: 0;
  padding: 1.2rem 1.4rem;
  font: inherit;
}
.newsletter.color-scheme-3 .field__label { display: none; }
.newsletter.color-scheme-3 .button {
  border: 0;
  background: var(--texan-crimson);
  color: #fff;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 1.8rem;
  cursor: pointer;
}

.texan-featured-collection__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

.texan-featured-collection__head p {
  margin: 0;
  color: var(--texan-muted);
}

.texan-product-grid,
.texan-blog-grid,
.texan-testimonials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.6rem;
}

.texan-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 990px) {
  .texan-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.texan-product-grid a,
.texan-blog-grid a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.texan-product-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f4f5f7;
  display: block;
}

.texan-product-grid__vendor {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--texan-crimson);
}

.texan-product-grid__title {
  display: block;
  margin-top: 0.4rem;
  font-weight: 700;
}

.texan-product-grid__stars,
.texan-testimonials__stars {
  display: block;
  color: #f5b301;
  letter-spacing: 0.08em;
}

.texan-product-grid__price {
  display: block;
  margin-top: 0.4rem;
  font-weight: 800;
}

.texan-brand-story {
  background: #f4f5f7;
}

.texan-brand-story__inner {
  display: grid;
  gap: 3.2rem;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
}

@media (min-width: 750px) {
  .texan-brand-story__inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.texan-brand-story__media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.texan-testimonials {
  background: #eef0f3;
  padding: 5.2rem 0;
}

.texan-testimonials ul {
  grid-template-columns: 1fr;
}

@media (min-width: 750px) {
  .texan-testimonials ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.texan-testimonials li {
  background: #fff;
  padding: 2.4rem;
}

.texan-testimonials h3 {
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
}

.texan-blog-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 750px) {
  .texan-blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.texan-blog-grid a {
  background: #f4f5f7;
  padding: 0;
  min-height: 0;
}

.texan-blog-grid__kicker {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--texan-crimson);
}

.texan-blog-grid h3 {
  margin: 0 0 0.8rem;
  font-size: 2rem;
}

.texan-newsletter {
  background: var(--texan-navy);
  color: #fff;
  padding: 5.2rem 0;
  text-align: center;
}

.texan-newsletter p {
  max-width: 52rem;
  margin: 0 auto 2rem;
}

.texan-newsletter__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.texan-newsletter__form input {
  min-width: 28rem;
  padding: 1.1rem 1.4rem;
  border: 0;
  font: inherit;
}

.texan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 1.8rem;
  background: var(--texan-crimson);
  color: #fff;
  text-decoration: none;
  border: 0;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.texan-btn--ghost {
  background: transparent;
  color: #0a1128;
  outline: 2px solid #0a1128;
}
.texan-btn--secondary {
  background: #fff;
  color: var(--texan-crimson);
  outline: 2px solid var(--texan-crimson);
}

.inner-page {
  max-width: 90rem;
  margin: 0 auto;
  padding: 3.6rem 1.5rem 6rem;
}

.inner-page h1 { font-size: 3.6rem; margin-top: 0; }
.pdp-price { font-size: 2.4rem; font-weight: 800; }

.header__icon--cart { position: relative; }
.cart-count-bubble {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  min-width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: var(--texan-crimson);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.8rem;
  text-align: center;
}

.texan-badge {
  position: absolute;
  padding: 0.4rem 0.7rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.texan-product-grid__rating,
.texan-pdp__rating {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.35rem 0 0.15rem;
}
.texan-product-grid__rating .rating-star,
.texan-pdp__rating .rating-star {
  --color-rating-star: #f5a623;
  --color-rating-empty: #d1d5db;
  --letter-spacing: 0.7;
  --font-size: 1.4;
}
.texan-product-grid__rating .rating-count,
.texan-pdp__rating .rating-count {
  margin: 0;
  color: #6b7280;
  font-size: 1.3rem;
}
.texan-badge--texas {
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.92);
  color: #14171b;
}
.texan-badge--texas svg { width: 1.6rem; height: 1.1rem; }

.texan-product-card { display: grid; align-content: start; }
.texan-product-card__cart { margin-top: 1rem; }
.texan-product-card__cart .texan-btn { width: 100%; }
.texan-pdp__thumbs button { padding: 0; border: 1px solid #d1d5db; background: #fff; cursor: pointer; }
.texan-related { margin-top: 4.8rem; }
.texan-related h2 { margin: 0 0 1.6rem; }
.texan-collection-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 750px) {
  .texan-collection-index { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.texan-collection-index a {
  display: block;
  background: #eef0f3;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
}
.texan-collection-index img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.texan-collection-index span { display: block; padding: 1.2rem 1rem 1.4rem; }
.texan-cart__remove {
  margin-top: 0.6rem;
  border: 0;
  background: none;
  color: var(--texan-crimson);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.texan-blog-grid img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}

.texan-article-card a {
  display: grid;
  padding: 0;
  min-height: 0;
  overflow: hidden;
}

.texan-article-card__media {
  display: block;
  background: #e8eaee;
  aspect-ratio: 3/2;
}

.texan-article-card__media img {
  margin: 0;
  width: 100%;
  max-width: none;
}

.texan-article-card__body {
  display: block;
  padding: 1.6rem 1.8rem 2rem;
}

.texan-badge--sold {
  top: 1rem;
  right: 1rem;
  background: #bf0a30;
  color: #fff;
}

.texan-collection__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 0 0 2rem;
}

.texan-collection__count {
  margin: 0;
  font-weight: 700;
}

.texan-collection__sort {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.texan-collection__sort select {
  min-height: 4rem;
  padding: 0.6rem 1rem;
  border: 1px solid #d1d5db;
  font: inherit;
}

.texan-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin: 2.8rem 0 0;
}

.texan-pager a,
.texan-pager span {
  min-width: 3.6rem;
  min-height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem;
  border: 1px solid #d1d5db;
  text-decoration: none;
  color: inherit;
}

.texan-pager [aria-current="page"] {
  background: var(--texan-crimson);
  border-color: var(--texan-crimson);
  color: #fff;
  font-weight: 800;
}

.texan-collection-group {
  margin-bottom: 4rem;
}

.texan-collection-group h2 {
  margin: 0 0 1.6rem;
}

.texan-contact-layout {
  display: grid;
  gap: 3.2rem;
}

@media (min-width: 750px) {
  .texan-contact-layout {
    grid-template-columns: 1.4fr 0.8fr;
  }
}

.texan-contact-aside {
  background: #f4f5f7;
  padding: 2rem;
}

.texan-pdp__extras {
  margin-top: 2.4rem;
  border-top: 1px solid #e5e7eb;
}

.texan-pdp__extras details {
  border-bottom: 1px solid #e5e7eb;
  padding: 1.2rem 0;
}

.texan-pdp__extras summary {
  cursor: pointer;
  font-weight: 800;
}

.texan-article img {
  width: 100%;
  height: auto;
  margin: 0 0 2rem;
}

.underlined-link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  font-weight: 700;
}

.skip-to-content-link {
  position: absolute;
  left: -999px;
  top: 0.8rem;
  z-index: 20;
  padding: 0.8rem 1.2rem;
  background: #fff;
}

.skip-to-content-link:focus {
  left: 0.8rem;
}

.texan-product-card__media,
.texan-pdp__stage {
  position: relative;
  display: block;
  background: #f4f5f7;
}
.texan-product-card__media img,
.texan-pdp__stage img { width: 100%; display: block; }

.texan-pdp { padding: 2.4rem 1.5rem 6rem; }
.texan-pdp__crumb {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--texan-muted);
}
.texan-pdp__grid {
  display: grid;
  gap: 3.2rem;
}
@media (min-width: 750px) {
  .texan-pdp__grid { grid-template-columns: 1.1fr 0.9fr; }
}
.texan-pdp__thumbs {
  display: flex;
  gap: 0.8rem;
  list-style: none;
  padding: 1rem 0 0;
  margin: 0;
}
.texan-pdp__thumbs img { width: 7.2rem; height: 7.2rem; object-fit: cover; }
.texan-pdp__brand {
  margin: 0 0 0.6rem;
  color: var(--texan-crimson);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.texan-pdp h1 { margin: 0 0 1.6rem; font-size: clamp(2.4rem, 4vw, 3.6rem); }
.texan-pdp__pricebox { background: #eef0f3; padding: 1.6rem; }
.texan-pdp__price { margin: 0; font-size: 3.2rem; font-weight: 800; }
.texan-pdp__ship { margin: 0.6rem 0 0; color: var(--texan-muted); }
.texan-pdp__stock { color: var(--texan-success); font-weight: 700; }
.texan-pdp__stock--out { color: var(--texan-crimson); }
.texan-pdp__added { font-weight: 700; color: var(--texan-success); }
.texan-pdp__sku { color: var(--texan-muted); }
.texan-qty {
  display: inline-flex;
  border: 1px solid #d1d5db;
  margin: 0 0 1.2rem;
}
.texan-qty input {
  width: 5rem;
  border: 0;
  text-align: center;
  font: inherit;
}
.texan-qty button {
  width: 3.6rem;
  border: 0;
  background: #fff;
  font-size: 2rem;
  cursor: pointer;
}
.texan-pdp__add { width: 100%; }
.texan-btn:disabled,
.texan-pdp__add:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.texan-pdp__body { margin-top: 2.4rem; }

.texan-search-form,
.texan-contact,
.texan-cart__summary { display: grid; gap: 1.2rem; }
.texan-search-form { grid-template-columns: 1fr auto; max-width: 64rem; margin: 0 0 2.4rem; }
.texan-search-form input,
.texan-contact input,
.texan-contact textarea,
.texan-cart input {
  padding: 1rem 1.2rem;
  border: 1px solid #d1d5db;
  font: inherit;
}
.texan-contact label { display: grid; gap: 0.4rem; font-weight: 700; }
.texan-collection { padding-top: 3.2rem; padding-bottom: 6rem; }
.texan-collection__intro { max-width: 80rem; margin-bottom: 2.4rem; }

.texan-cart { padding-top: 3.2rem; padding-bottom: 6.4rem; }
.texan-cart__summary { margin-bottom: 2.4rem; }
.texan-cart__summary form,
.texan-cart__summary .texan-btn { justify-self: start; }
.texan-cart__lines { list-style: none; padding: 0; margin: 0 0 2.4rem; }
.texan-cart__lines li {
  display: grid;
  grid-template-columns: 8rem 1fr auto;
  gap: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.texan-cart__lines img { width: 8rem; height: 8rem; object-fit: cover; }
.texan-cart__note { color: var(--texan-muted); }

.rte img { max-width: 100%; height: auto; }

.texan-confirm {
  padding: 4.8rem 0 7.2rem;
}
.texan-confirm__ticket {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 3.2rem 2.8rem 3.6rem;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 10px,
      rgba(191, 14, 61, 0.04) 10px,
      rgba(191, 14, 61, 0.04) 11px
    ),
    #f7f3ea;
  border: 1px solid #d7cfc0;
  box-shadow: 0 18px 40px rgba(10, 17, 40, 0.08);
}
.texan-confirm__ticket::before,
.texan-confirm__ticket::after {
  content: "";
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  height: 0;
  border-top: 1px dashed #c4b8a4;
}
.texan-confirm__ticket::before { top: 1.2rem; }
.texan-confirm__ticket::after { bottom: 1.2rem; }
.texan-confirm__kicker {
  margin: 0 0 1.2rem;
  color: #7a7166;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.texan-confirm__banner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
.texan-confirm h1 {
  margin: 0 0 0.6rem;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(3.6rem, 6vw, 5.6rem);
  letter-spacing: 0.04em;
  line-height: 0.95;
  color: #0a1128;
}
.texan-confirm__banner p {
  margin: 0;
  max-width: 38rem;
  color: #3d3a35;
}
.texan-confirm__stamp {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.4rem;
  min-height: 8.4rem;
  padding: 0.8rem;
  border: 0.4rem solid var(--texan-crimson);
  color: var(--texan-crimson);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-8deg);
  background: rgba(255, 255, 255, 0.55);
}
.texan-confirm__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin: 0 0 2.4rem;
  padding: 1.6rem 0;
  border-top: 1px solid #d7cfc0;
  border-bottom: 1px solid #d7cfc0;
}
.texan-confirm__meta dt {
  margin: 0 0 0.3rem;
  color: #7a7166;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.texan-confirm__meta dd {
  margin: 0;
  font-weight: 700;
  word-break: break-word;
}
.texan-confirm__lines {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.6rem;
}
.texan-confirm__lines th,
.texan-confirm__lines td {
  padding: 1rem 0;
  border-bottom: 1px solid #e4dccf;
  text-align: left;
  vertical-align: top;
}
.texan-confirm__lines th {
  color: #7a7166;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.texan-confirm__lines th:nth-child(2),
.texan-confirm__lines td:nth-child(2),
.texan-confirm__lines th:nth-child(3),
.texan-confirm__lines td:nth-child(3) {
  text-align: right;
  white-space: nowrap;
}
.texan-confirm__totals {
  display: grid;
  gap: 0.6rem;
  max-width: 28rem;
  margin: 0 0 2rem auto;
}
.texan-confirm__totals p {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
}
.texan-confirm__grand {
  padding-top: 0.6rem;
  border-top: 2px solid #0a1128;
  font-size: 1.8rem;
  font-weight: 800;
}
.texan-confirm__note {
  margin: 0 0 0.8rem;
  color: #3d3a35;
}
.texan-confirm__ref {
  margin: 0 0 2rem;
  color: #8a8176;
  font-size: 1.2rem;
  word-break: break-all;
}
.texan-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.texan-confirm__part {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.texan-confirm__part img {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  background: #fff;
  border: 1px solid #e4dccf;
}
.texan-confirm__part a { text-decoration: none; font-weight: 700; }
.texan-confirm__part a:hover { color: var(--texan-crimson); }
@media (max-width: 749px) {
  .texan-confirm__ticket { padding: 2.4rem 1.6rem 2.8rem; }
  .texan-confirm__banner,
  .texan-confirm__meta { grid-template-columns: 1fr; display: grid; }
  .texan-confirm__stamp { justify-self: start; }
}
@media print {
  .shopify-section-group-header-group,
  .texan-mobile-menu,
  footer,
  .texan-confirm__actions,
  .skip-to-content-link {
    display: none !important;
  }
  body.texan-store { background: #fff; }
  .texan-confirm { padding: 0; }
  .texan-confirm__ticket {
    max-width: none;
    box-shadow: none;
    border: 0;
  }
  .texan-confirm__part a { color: #14171b; }
}
