/* Impulse-style layout — aligned to american-sportstore.com */

.page-width {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Announcement */
.announcement-bar {
  background: #bd1722;
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 16px;
}

.announcement-bar__slide {
  display: none;
}

.announcement-bar__slide.is-active {
  display: block;
}

/* Header */
.site-header--impulse {
  background: #fff;
  color: #321004;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header__wrap,
.site-header__wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header__row,
.site-header__row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 0 14px;
}

.site-header__aside {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-left: auto;
}

.site-header__top,
.site-header__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.site-header__utilities {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header--impulse .site-logo {
  flex: 0 0 auto;
  display: block;
  line-height: 0;
  position: relative;
  z-index: 2;
}

.site-header--impulse .site-logo__img {
  display: block !important;
  max-height: 72px;
  width: auto;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
  /* Never invert — crest is dark on white header (main.css used to force white) */
  filter: none !important;
  -webkit-filter: none !important;
}

.site-nav--inline {
  flex: 1 1 auto;
  min-width: 0;
}

.site-nav--inline .site-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav--inline .site-nav__item {
  position: relative;
}

.site-nav--inline .site-nav__item > a {
  color: #2c1e17;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-bottom: 2px solid transparent;
}

.site-nav--inline .site-nav__item > a:hover,
.site-nav--inline .site-nav__item.is-active > a {
  border-bottom-color: #2c1e17;
}

/* Thin stroke chevron like Impulse (not a filled triangle) */
.site-nav__caret,
.site-nav__caret {
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-top: 1px;
  flex: 0 0 auto;
  border: 0 !important;
  background: none !important;
}

.site-nav__item.has-dropdown:hover > .site-nav__dropdown,
.site-nav__item.has-dropdown:hover > .site-nav__dropdown {
  display: block;
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e8e8e8;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 50;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.site-nav__dropdown a {
  display: block;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  color: #321004;
}

.announcement-bar__slide {
  display: none;
}

.announcement-bar__slide.is-active {
  display: block;
}

.site-header__menu-toggle {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
}

.site-header__menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #321004;
}

.cart-count {
  position: absolute;
  top: -2px;
  right: -4px;
  background: #321004;
  color: #fff;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo__img {
  max-height: 72px;
  width: auto;
  filter: none;
}

/* Hero CTA — ghost button like source (overridden again below if duplicate) */
.btn--hero {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 12px 28px;
  font-family: 'Bayon', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #fff;
}

.btn--hero:hover {
  background: #fff;
  color: #321004;
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e8e8e8;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 50;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.site-nav__item.has-dropdown:hover > .site-nav__dropdown {
  display: block;
}

.site-nav__dropdown a {
  display: block;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #321004;
}

.site-nav__dropdown a:hover {
  background: #f5f5f5;
}

.site-nav__item--sale > a {
  font-weight: 400;
}

.site-header__utilities {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-header__social a {
  color: #321004;
  display: flex;
  line-height: 0;
}

.site-header__lang {
  background: none;
  border: none;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #321004;
  padding: 2px 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.site-header__lang::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3.5px solid #321004;
}

/* Impulse search overlay — gray bar under sticky header */
.search-drawer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 130;
  padding: 96px 0 24px;
  pointer-events: none;
}

.search-drawer.is-open,
.search-drawer:not([hidden]) {
  display: block;
}

.search-drawer[hidden] {
  display: none !important;
}

.search-drawer__panel,
.search-drawer__results {
  pointer-events: auto;
}

.search-drawer__panel {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

.search-drawer__form {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  background: #ececec;
  border-radius: 4px;
  min-height: 52px;
  padding: 0 12px 0 20px;
}

.search-drawer__input {
  flex: 1;
  border: 0;
  background: transparent;
  font-family: var(--as-font-body, inherit);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2b2b2b;
  outline: none;
  width: 100%;
  padding: 14px 8px 14px 0;
}

.search-drawer__input::placeholder {
  color: #9a9a9a;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 1;
}

.search-drawer__submit {
  border: 0;
  background: none;
  color: #2b2b2b;
  cursor: pointer;
  display: inline-flex;
  padding: 8px;
  line-height: 0;
}

.search-drawer__close {
  border: 0;
  background: none;
  color: #2b2b2b;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 2px;
  flex-shrink: 0;
}

.search-drawer__results {
  max-width: 760px;
  margin: 14px auto 0;
  padding: 0 20px;
}

.search-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  max-height: min(60vh, 420px);
  overflow-y: auto;
}

.search-drawer__item a {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  color: #2b2b2b;
  border-bottom: 1px solid #f0f0f0;
}

.search-drawer__item:last-child a {
  border-bottom: 0;
}

.search-drawer__item a:hover {
  background: #fafafa;
}

.search-drawer__thumb {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #f7f7f7;
  display: block;
}

.search-drawer__title {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
}

.search-drawer__price {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.search-drawer__empty,
.search-drawer__status {
  padding: 14px 4px;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fff;
}

.search-page {
  padding: 40px 20px 72px;
  max-width: 1400px;
  margin: 0 auto;
}

.search-page__header {
  margin-bottom: 32px;
  text-align: center;
}

.search-page__title {
  font-family: var(--as-font-heading, inherit);
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.search-page__form {
  display: flex;
  gap: 8px;
  max-width: 520px;
  margin: 0 auto;
}

.search-page__input {
  flex: 1;
  border: 1px solid #ddd;
  background: #efefef;
  padding: 12px 14px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-page__submit {
  border: 0;
  background: #bd1722;
  color: #fff;
  padding: 12px 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.search-page__empty {
  text-align: center;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.search-page__pagination {
  margin-top: 32px;
  text-align: center;
}

body.search-open {
  overflow: hidden;
}

body.search-open::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  z-index: 120;
}

.search-page {
  padding: 40px 20px 72px;
  max-width: 1400px;
  margin: 0 auto;
}

.search-page__header {
  margin-bottom: 32px;
  text-align: center;
}

.search-page__title {
  font-family: var(--as-font-heading);
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.search-page__form {
  display: flex;
  gap: 8px;
  max-width: 520px;
  margin: 0 auto;
}

.search-page__input {
  flex: 1;
  border: 1px solid #ddd;
  background: #efefef;
  padding: 12px 14px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-page__submit {
  border: 0;
  background: #bd1722;
  color: #fff;
  padding: 12px 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.search-page__empty {
  text-align: center;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.search-page__pagination {
  margin-top: 32px;
  text-align: center;
}

.site-header--impulse .site-header__icon {
  color: #321004;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.site-header--impulse .cart-count {
  position: absolute;
  top: -2px;
  right: -4px;
  background: #321004;
  color: #fff;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header--impulse .site-header__menu-toggle {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
}

.site-header--impulse .site-header__menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #321004;
}

/* Product grid — Impulse: 5 columns, NO horizontal scrollbar / no ATC UI */
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-grid--shop {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.shop-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 24px;
  text-align: center;
}

.shop-title {
  font-family: 'Bayon', sans-serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #321004;
  margin: 0;
}

.product-grid .button,
.product-grid .add_to_cart_button,
.product-grid .ajax_add_to_cart,
.product-grid select,
.product-grid .variations,
.grid-product .button,
.grid-product select {
  display: none !important;
}

/* Hero */
.hero-slideshow {
  position: relative;
  height: 520px;
  background: #111;
  overflow: hidden;
}

.hero-slideshow__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.hero-slideshow__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slideshow__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 100%);
}

.hero-slideshow__content {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  padding-left: 20px;
}

.hero-slideshow__title {
  font-family: 'Bayon', sans-serif;
  font-size: 48px;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hero-slideshow__subtitle {
  margin: 0 0 20px;
  font-size: 16px;
  max-width: 480px;
}

.btn--hero {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 12px 28px;
  font-family: 'Bayon', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #fff;
}

.btn--hero:hover {
  background: #fff;
  color: #321004;
}

/* Match Impulse/Flickity: 40px white square, dark chevron SVG */
.hero-slideshow__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: #fff;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: #321004;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.hero-slideshow__arrow svg {
  width: 14px;
  height: 14px;
  display: block;
}

.hero-slideshow__arrow--prev { left: 10px; }
.hero-slideshow__arrow--next { right: 10px; }

.hero-slideshow__pause {
  position: absolute;
  bottom: 16px;
  right: 20px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Jerseys */
.collection-promo {
  padding: 48px 20px 24px;
}

.section-header__title {
  font-family: 'Bayon', sans-serif;
  font-size: 27px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: #321004;
  font-weight: 400;
  line-height: 1.2;
}

.collection-promo__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.collection-promo__tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #f4f4f4;
}

.collection-promo__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.collection-promo__tile:hover img {
  transform: scale(1.04);
}

.collection-promo__label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  color: #fff;
  font-family: 'Bayon', sans-serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

/* Sections */
.index-section {
  padding: 48px 20px 8px;
}

.section-header {
  text-align: center;
  margin-bottom: 28px;
}

.section-header__chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 4px;
}

.section-header__chips a {
  font-family: 'Bayon', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #321004;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-transform: none;
  letter-spacing: 0.02em;
}

.section-footer {
  text-align: center;
  margin: 28px 0 16px;
}

.btn--secondary {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #e8e8e1;
  background: #fff;
  color: #321004;
  font-family: 'Bayon', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.btn--secondary:hover {
  border-color: #321004;
  background: #fff;
  color: #321004;
}

.btn--primary {
  display: inline-block;
  background: #bd1722;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn--outline {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #321004;
  color: #321004;
  text-align: center;
}

/* Product card — Impulse grid-product */
.grid-product__link {
  display: block;
  color: #321004;
}

.grid-product__image-mask {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.grid-product__image {
  aspect-ratio: 1;
}

.grid-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.grid-product__link:hover .grid-product__image img {
  transform: scale(1.03);
}

.grid-product__btn {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  background: #bd1722;
  color: #fff;
  padding: 8px 5px;
  font-family: 'Bayon', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
  text-align: center;
  border: none;
  transition: opacity 0.2s ease;
  pointer-events: none;
  line-height: 1.2;
}

.grid-product__link:hover .grid-product__btn {
  opacity: 1;
}

.grid-product__badge {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: #321004;
  font-family: 'Bayon', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 0;
  text-transform: none;
  letter-spacing: 0;
  z-index: 2;
}

.grid-product__meta {
  padding: 12px 4px 0;
  text-align: center;
}

.grid-product__title {
  font-family: 'Bayon', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 4px;
  text-transform: none;
  letter-spacing: 0;
}

.grid-product__price {
  font-family: 'Bayon', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
}

.grid-product__price .screen-reader-text,
.grid-product__price .woocommerce-Price-currencySymbol + .screen-reader-text {
  /* keep SR text accessible but never visible in card */
}

.grid-product__price del {
  opacity: 0.55;
  font-weight: 400;
  margin-right: 4px;
  text-decoration: line-through;
}

.grid-product__price ins {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
  background: none;
}

/* Footer — Impulse: newsletter | customer service | information */
.site-footer--impulse {
  background: #f7f7f7;
  color: #321004;
  border-top: 1px solid #e8e8e8;
  margin-top: 48px;
  padding: 56px 0 28px;
}

.site-footer__inner {
  max-width: 1400px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px 48px;
  align-items: start;
}

.site-footer__title {
  font-family: 'Bayon', sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-weight: 400;
}

.site-footer__text {
  margin: 0 0 18px;
  font-family: 'Bayon', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 360px;
}

.site-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__col li {
  margin-bottom: 10px;
}

.site-footer__col a {
  font-family: 'Bayon', sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__col a:hover {
  color: #bd1722;
}

.newsletter-form--footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 340px;
  margin-bottom: 22px;
}

.newsletter-form__field {
  position: relative;
  width: 100%;
}

.newsletter-form__field input {
  width: 100%;
  padding: 10px 28px 10px 0;
  border: none;
  border-bottom: 1px solid #321004;
  background: transparent;
  font-family: 'Bayon', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #321004;
}

.newsletter-form__field input::placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
}

.newsletter-form__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #321004;
  line-height: 0;
  pointer-events: none;
}

.newsletter-form__submit {
  background: none;
  border: none;
  padding: 6px 0;
  font-family: 'Bayon', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #321004;
  cursor: pointer;
}

.site-footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.site-footer__social a {
  color: #321004;
  line-height: 0;
}

.site-footer__social a:hover {
  color: #bd1722;
}

.site-footer__lang {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 56px 0 32px;
}

.site-footer__lang-label {
  margin: 0 0 12px;
  font-family: 'Bayon', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #321004;
}

.site-footer__lang-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}

.site-footer__lang-menu li {
  margin: 6px 0;
  font-family: 'Bayon', sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #321004;
}

.site-footer__payments {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}

.site-footer__payments .payment-icons,
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-icons .icon--payment,
.payment-icons li {
  display: inline-flex;
  line-height: 0;
  margin: 0;
}

.payment-icons svg {
  display: block;
  width: 38px;
  height: 24px;
}

.site-footer__bottom {
  text-align: center;
  padding-top: 8px;
}

.site-footer__copyright {
  margin: 0;
  font-family: 'Bayon', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #321004;
}

@media (max-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer--impulse {
    padding: 40px 0 24px;
  }
}

/* Cart drawer */
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 200;
  display: flex;
  flex-direction: column;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.cart-drawer__header h2 {
  font-family: 'Bayon', sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.cart-drawer__close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.cart-drawer__body {
  flex: 1;
  overflow: auto;
  padding: 20px;
}

.cart-drawer__footer {
  padding: 20px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  gap: 10px;
}

.cart-drawer__footer .btn {
  flex: 1;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 90;
}

.mobile-nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .collection-promo__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 768px) {
  .hero-slideshow {
    height: 360px;
  }

  .hero-slideshow__title {
    font-size: 32px;
  }

  .site-header__top {
    display: none;
  }

  .site-nav--inline {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 120;
    padding: 60px 20px 20px;
    overflow: auto;
  }

  .site-nav--inline.is-open {
    transform: translateX(0);
  }

  .site-nav--inline .site-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .site-nav--inline .site-nav__dropdown {
    position: static;
    display: block;
    border: none;
    box-shadow: none;
    padding-left: 12px;
  }

  .site-header--impulse .site-header__menu-toggle {
    display: flex;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 20px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    flex-direction: column;
  }
}

/* ========== Product detail (PDP) — Impulse / source match ========== */
body.single-product {
  display: block !important;
}

.as-pdp {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 64px;
  display: block;
}

.as-pdp__title {
  font-family: var(--as-font-heading);
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.12;
  color: var(--as-text);
  margin: 0 0 20px;
}

.as-pdp__price {
  font-family: var(--as-font-heading);
  font-size: clamp(28px, 2.4vw, 34px);
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  color: var(--as-text);
}

.as-pdp__price .woocommerce-Price-amount,
.as-pdp__price del,
.as-pdp__price ins {
  text-decoration: none;
  font-family: inherit;
}

.as-pdp__tax-note {
  margin: 0 0 28px;
  font-size: 12px;
  color: #777;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-pdp__size-guide {
  margin-bottom: 12px;
}

.as-pdp__size-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--as-text);
  border-bottom: 1px solid transparent;
}

.as-pdp__size-guide-link:hover {
  border-bottom-color: var(--as-text);
}

.as-pdp__variation-label {
  margin-bottom: 12px;
}

.as-pdp__variation-label label,
.as-pdp__variation-label label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.as-pdp__variation-row,
.as-pdp__variation-row {
  margin-bottom: 20px;
  position: relative;
}

.as-pdp__form {
  margin-top: 4px;
}

.as-pdp__atc-wrap,
.as-pdp__atc-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}

.as-pdp__qty,
.as-pdp .quantity {
  display: none !important;
}

.as-pdp__atc,
.as-pdp .single_add_to_cart_button,
.as-pdp .single_add_to_cart_button {
  width: 100%;
  appearance: none;
  border: none;
  background: var(--as-red) !important;
  color: #fff !important;
  font-family: var(--as-font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 28px;
  min-height: 64px;
  cursor: pointer;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.as-pdp__atc:hover,
.as-pdp .single_add_to_cart_button:hover {
  background: #9e121c !important;
  color: #fff !important;
}

.as-pdp__atc.disabled,
.as-pdp .single_add_to_cart_button.disabled,
.as-pdp .single_add_to_cart_button:disabled {
  opacity: 0.7 !important;
  cursor: not-allowed;
}

.as-pdp__trust {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.as-pdp__trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--as-text);
}

.as-pdp__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--as-text);
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

.as-pdp__trust-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2e7d32;
  flex-shrink: 0;
}

.as-pdp__trust-item.is-out-of-stock .as-pdp__trust-dot {
  background: #999;
}

.as-pdp__pickup {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--as-border);
}

.as-pdp__pickup-title {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-pdp__pickup-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--as-text);
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
}

.as-pdp__pickup-note {
  margin: 0 0 8px;
  padding-left: 30px;
  font-size: 14px;
  color: #666;
}

.as-pdp__pickup-link {
  display: inline-block;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--as-text);
}

.as-pdp__pickup-link:hover {
  color: var(--as-red);
}

/* Accordions sit in the right buy column (Impulse), under pickup */
.as-pdp__accordions {
  margin-top: 28px;
  max-width: none;
  width: 100%;
}

.as-pdp__accordion {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 -1px;
}

.as-pdp__accordion-trigger {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  font-family: var(--as-font-heading);
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--as-text);
}

.as-pdp__accordion-trigger::-webkit-details-marker {
  display: none;
}

.as-pdp__accordion-chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.as-pdp__accordion[open] .as-pdp__accordion-chevron {
  transform: rotate(180deg);
}

.as-pdp__accordion-body {
  padding: 0 0 20px;
}

.as-pdp__desc,
.as-pdp__desc p {
  margin: 0;
  font-family: var(--as-font-heading);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--as-red);
  line-height: 1.5;
}

.as-shipping__intro {
  margin: 0 0 8px;
  font-family: var(--as-font-heading);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--as-text);
  line-height: 1.5;
}

.as-shipping__table-wrap {
  margin-top: 20px;
  overflow-x: visible;
}

.as-shipping__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.as-shipping__th,
.as-shipping__td {
  padding: 11px 8px 11px 0;
  text-align: left;
  font-family: var(--as-font-heading);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--as-text);
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  word-break: break-word;
}

.as-shipping__th {
  font-weight: 400;
  color: #666;
  border-bottom: 1px solid #ccc;
}

.as-shipping__th--country,
.as-shipping__td--country {
  width: 26%;
}

.as-shipping__th:nth-child(2),
.as-shipping__td:nth-child(2) {
  width: 28%;
}

.as-shipping__th:nth-child(3),
.as-shipping__td:nth-child(3) {
  width: 18%;
}

.as-shipping__th:nth-child(4),
.as-shipping__td:nth-child(4) {
  width: 28%;
}

.as-pdp__gallery {
  position: sticky;
  top: 96px;
}

.as-pdp__related {
  margin-top: 56px;
}

.as-pdp__related-title {
  font-family: var(--as-font-heading);
  font-size: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 28px;
  color: var(--as-text);
}

.product-grid--related {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px 12px;
}

/* ========== PDP gallery — exact Impulse 1:1 main + 1:1 thumbs ========== */
.as-pdp .woocommerce-product-gallery {
  position: relative;
  width: 100%;
  opacity: 1 !important;
}

.as-pdp .woocommerce-product-gallery__wrapper {
  margin: 0;
  height: 100%;
}

.as-pdp .woocommerce-product-gallery .flex-viewport {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0;
  overflow: hidden !important;
  background: #fff;
}

.as-pdp .woocommerce-product-gallery__image {
  margin: 0;
  height: 100%;
}

.as-pdp .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.as-pdp .woocommerce-product-gallery__image img,
.as-pdp .flex-viewport img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center center;
  background: #fff;
  margin: 0 auto;
}

.as-pdp .flex-control-thumbs,
.as-pdp .woocommerce-product-gallery--columns-6 .flex-control-thumbs,
.as-pdp .woocommerce-product-gallery--columns-4 .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  width: 100%;
}

.as-pdp .flex-control-thumbs li,
.as-pdp .woocommerce-product-gallery--columns-6 .flex-control-thumbs li,
.as-pdp .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  flex: none !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.as-pdp .flex-control-thumbs img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border: 1px solid #ddd;
  cursor: pointer;
  opacity: 0.7;
  background: #fff;
  display: block;
}

.as-pdp .flex-control-thumbs img.flex-active,
.as-pdp .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: #111;
  border-width: 2px;
}

.as-pdp .flex-control-thumbs.is-scrollable {
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-right: 36px;
}

.as-pdp .flex-control-thumbs.is-scrollable li {
  flex: 0 0 calc((100% - 50px) / 6) !important;
  width: calc((100% - 50px) / 6) !important;
  max-width: none !important;
}

.as-pdp__thumbs-wrap {
  position: relative;
  margin-top: 4px;
}

.as-pdp__thumbs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 1px solid #bbb;
  background: #fff;
  color: #111;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.as-pdp__thumbs-wrap.has-overflow .as-pdp__thumbs-nav {
  display: inline-flex;
}

.as-pdp__thumbs-nav--prev {
  left: 0;
}

.as-pdp__thumbs-nav--next {
  right: 0;
}

.as-pdp .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}

.as-pdp .flex-direction-nav {
  display: none;
}

/* Exact desktop proportions measured from the Shopify Impulse PDP. */
@media (min-width: 901px) {
  .as-pdp__layout.page-width {
    max-width: 1500px;
    grid-template-columns: 40% 60%;
    column-gap: 0;
    padding: 32px 29px 28px;
  }

  .as-pdp__gallery {
    width: 100%;
    padding-right: 22px;
  }

  /* WooCommerce sets float:left and width:48% on this element. */
  .as-pdp__gallery .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
  }

  .as-pdp__summary {
    width: 100%;
    max-width: none;
    padding: 8px 0 0 67px;
  }

  .as-pdp__title {
    font-size: 27.2px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }

  .as-pdp__price {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 2px;
  }

  .as-pdp__tax-note {
    font-size: 10px;
    margin-bottom: 22px;
  }

  .as-pdp__size-guide-link {
    font-size: 11px;
  }

  .as-pdp__variation-label label {
    font-size: 11px;
  }

  .variation-swatches {
    gap: 0;
  }

  .variation-swatch {
    min-width: 0;
    margin-right: 8px;
    padding: 7px 15px;
    font-family: var(--as-font-heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.05em;
  }

  .variation-swatch.is-selected {
    padding: 6px 14px;
  }

  .as-pdp__trust {
    margin: 10px 0 20px;
    gap: 5px;
  }

  .as-pdp__trust-item {
    font-family: var(--as-font-heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.05em;
  }

  .as-pdp__atc,
  .as-pdp .single_add_to_cart_button {
    min-height: 48px;
    padding: 13px 20px;
    font-family: var(--as-font-heading);
    font-size: 14px;
    line-height: 20px;
  }

  .as-pdp__pickup {
    margin-top: 20px;
    padding: 18px 20px 0 45px;
  }

  .as-pdp__pickup-title {
    font-family: var(--as-font-heading);
    font-size: 18px;
    font-weight: 400;
  }

  .as-pdp__pickup-note,
  .as-pdp__pickup-link {
    font-family: var(--as-font-heading);
    font-size: 14.4px;
  }

  .as-pdp__accordions {
    margin-top: 20px;
  }

  .as-pdp__accordion-trigger {
    padding: 15px 0;
    font-size: 14px;
  }

  .as-pdp .flex-control-thumbs,
  .as-pdp .woocommerce-product-gallery--columns-6 .flex-control-thumbs,
  .as-pdp .woocommerce-product-gallery--columns-4 .flex-control-thumbs {
    grid-template-columns: repeat(6, minmax(0, 76px)) !important;
    gap: 19px;
    margin-top: 15px;
  }
}

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

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

  .as-pdp__accordions {
    margin-top: 28px;
  }
}

/* ============================================================
   Impulse commerce surfaces: footer, cart drawer, cart, checkout
   ============================================================ */

.site-footer--impulse {
  margin-top: 0;
  padding: 60px 0;
  border: 0;
  background: #f8f8f8;
}

.site-footer--impulse .site-footer__inner {
  width: min(1420px, calc(100% - 80px));
  max-width: 1420px;
  padding: 0;
}

.site-footer--impulse .site-footer__grid {
  grid-template-columns: minmax(340px, 1.45fr) repeat(3, minmax(180px, 1fr));
  gap: 48px 70px;
}

.site-footer--impulse .site-footer__title {
  margin-bottom: 20px;
  font-size: 14.4px;
  line-height: 1.1;
  letter-spacing: 0.3em;
}

.site-footer--impulse .site-footer__text,
.site-footer--impulse .site-footer__col a,
.site-footer--impulse .newsletter-form__submit {
  font-size: 14.4px;
  line-height: 1.4;
}

.site-footer--impulse .site-footer__text {
  max-width: 394px;
  margin-bottom: 18px;
}

.site-footer--impulse .site-footer__col li {
  margin-bottom: 7px;
}

.site-footer--impulse .newsletter-form--footer {
  max-width: 300px;
  margin-bottom: 20px;
}

.site-footer--impulse .newsletter-form__field input {
  height: 40px;
  padding: 10px 45px 10px 0;
  font-size: 15.3px;
  line-height: 17.6px;
}

.site-footer--impulse .site-footer__lang {
  align-items: flex-start;
  margin: 0;
}

.site-footer--impulse .site-footer__lang-label {
  margin-bottom: 8px;
  font-size: 14.4px;
  letter-spacing: 0.1em;
}

.site-footer--impulse .site-footer__lang-menu {
  display: block;
  text-align: left;
}

.site-footer--impulse .site-footer__lang-menu li {
  margin: 0 0 7px;
  font-size: 14.4px;
}

.site-footer--impulse .site-footer__payments {
  margin: 30px 0 0;
}

.site-footer--impulse .site-footer__bottom {
  padding-top: 20px;
}

body.cart-drawer-open {
  overflow: hidden;
}

.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 198;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cart-drawer-overlay.is-visible {
  opacity: 1;
}

.cart-drawer {
  width: 450px;
  max-width: 100vw;
  height: 100dvh;
  z-index: 199;
  color: #321004;
  box-shadow: none;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cart-drawer .widget_shopping_cart_content {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cart-drawer__header {
  flex: 0 0 81px;
  min-height: 81px;
  padding: 0 24px;
  border-color: #e4ded9;
}

.cart-drawer__header h2 {
  font-family: var(--as-font-heading);
  font-size: 27.2px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.cart-drawer__close {
  width: 32px;
  height: 32px;
  padding: 0;
  color: #321004;
  font-family: Arial, sans-serif;
  font-size: 29px;
  font-weight: 200;
  line-height: 30px;
}

.cart-drawer__body {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 34px 24px 30px;
}

.cart-drawer__body--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-family: var(--as-font-heading);
  font-size: 18px;
  letter-spacing: 0.05em;
}

.cart-drawer .woocommerce-mini-cart,
.cart-drawer .woocommerce-mini-cart li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-drawer .as-mini-cart__item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  padding: 0 0 30px !important;
}

.as-mini-cart__media,
.as-mini-cart__media a,
.as-mini-cart__media img {
  display: block;
  width: 96px;
}

.cart-drawer .as-mini-cart__media {
  grid-column: 1;
  grid-row: 1;
}

.cart-drawer .as-mini-cart__content {
  grid-column: 2;
  grid-row: 1;
  width: auto;
}

.as-mini-cart__media img {
  float: none !important;
  width: 96px !important;
  height: 96px !important;
  margin: 0 !important;
  object-fit: contain;
}

.as-mini-cart__content {
  min-width: 0;
}

.as-mini-cart__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  gap: 8px;
}

.as-mini-cart__name {
  display: block;
  color: #321004;
  font-family: var(--as-font-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.as-mini-cart__meta,
.as-mini-cart__meta dl,
.as-mini-cart__meta p {
  margin: 5px 0 0;
  color: #321004;
  font-family: var(--as-font-heading);
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.as-mini-cart__meta dt,
.as-mini-cart__meta dd {
  display: inline;
  float: none;
  margin: 0;
}

.as-mini-cart__meta dt::after {
  content: ": ";
}

.as-mini-cart__remove.remove {
  position: static;
  width: 22px;
  height: 22px;
  color: #321004 !important;
  background: transparent !important;
  font: 24px/20px Arial, sans-serif;
  text-align: right;
}

.as-mini-cart__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.as-quantity {
  display: inline-grid;
  grid-template-columns: 30px 22px 30px;
  height: 31px;
  border: 1px solid #d9d1cc;
}

.as-quantity__button {
  border: 0;
  background: transparent;
  color: #321004;
  font-size: 18px;
  line-height: 29px;
  cursor: pointer;
}

.as-quantity__button:disabled {
  opacity: 0.45;
}

.as-quantity__value {
  font-family: var(--as-font-heading);
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}

.as-mini-cart__price {
  white-space: nowrap;
  font-family: var(--as-font-heading);
  font-size: 20px;
  line-height: 1;
}

.as-mini-cart__note-label,
.as-cart-page__note-label {
  display: block;
  margin: 18px 0 14px;
  font-family: var(--as-font-heading);
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.as-mini-cart__note,
.as-cart-page__note {
  width: 100%;
  min-height: 81px;
  resize: vertical;
  border: 1px solid #ded8d4;
  background: #fff;
}

.cart-drawer__footer {
  display: block;
  flex: 0 0 auto;
  padding: 20px 24px 29px;
  border-color: #e4ded9;
}

.as-mini-cart__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--as-font-heading);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.as-mini-cart__subtotal strong {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.as-mini-cart__shipping {
  margin: 18px 0 19px;
  font-family: var(--as-font-heading);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.as-mini-cart__checkout.btn {
  display: flex;
  width: 100%;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c91724;
  border-radius: 0;
  background: #c91724;
  color: #fff;
  font-family: var(--as-font-heading);
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

/* Cart page */
.as-cart-page {
  width: min(1180px, calc(100% - 48px));
  padding: 70px 0 90px;
}

.as-commerce-header h1 {
  margin: 0 0 42px;
  font-family: var(--as-font-heading);
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-cart-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 80px;
}

.as-cart-line {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid #e4ded9;
}

.as-cart-line:last-of-type {
  border-bottom: 1px solid #e4ded9;
}

.as-cart-line__image img {
  display: block;
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.as-cart-line__name,
.as-cart-line__price {
  color: #321004;
  font-family: var(--as-font-heading);
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.as-cart-line__meta {
  margin-top: 7px;
  font-family: var(--as-font-heading);
  font-size: 14px;
  text-transform: uppercase;
}

.as-cart-line__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.as-cart-line__actions .quantity .qty {
  width: 76px;
  height: 38px;
  border: 1px solid #d9d1cc;
  text-align: center;
}

.as-cart-line__actions .remove {
  color: #321004 !important;
  background: transparent !important;
  font-size: 25px;
}

.as-cart-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.as-cart-page__actions input,
.as-cart-page__actions button {
  height: 44px;
  border: 1px solid #321004;
  border-radius: 0;
  background: #fff;
  font-family: var(--as-font-heading);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-cart-page__summary .cart_totals {
  width: 100%;
  padding: 28px;
  background: #f8f8f8;
}

.as-cart-page__summary h2 {
  font-family: var(--as-font-heading);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-cart-page__summary table {
  width: 100%;
  border-collapse: collapse;
}

.as-cart-page__summary th,
.as-cart-page__summary td {
  padding: 15px 0;
  border-bottom: 1px solid #ded8d4;
  text-align: left;
}

.as-cart-page__summary td {
  text-align: right;
}

.as-cart-page__summary .checkout-button {
  display: flex;
  min-height: 48px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #c91724;
  color: #fff;
  font-family: var(--as-font-heading);
  font-size: 15px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

/* Checkout: clean Shopify-style two-column information/payment flow */
body.woocommerce-checkout .site-header,
body.woocommerce-checkout .site-footer,
body.woocommerce-checkout .mobile-nav-overlay,
body.woocommerce-checkout .announcement-bar,
body.woocommerce-checkout .page-title,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

body.woocommerce-checkout {
  background: #fff;
}

body.woocommerce-checkout .page-content,
body.woocommerce-checkout .page-body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .site-main {
  padding: 0;
}

/* Older Impulse checkout visual rules removed — see Checkout 2.0 block below. */

@media (max-width: 900px) {
  .site-footer--impulse .site-footer__inner {
    width: min(100% - 40px, 620px);
  }

  .site-footer--impulse .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer--impulse .site-footer__lang-menu {
    flex-wrap: wrap;
  }

  .as-cart-page__layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 520px) {
  .cart-drawer__header {
    padding: 0 20px;
  }

  .cart-drawer__body {
    padding: 28px 20px 24px;
  }

  .cart-drawer .as-mini-cart__item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
  }

  .as-mini-cart__media,
  .as-mini-cart__media a,
  .as-mini-cart__media img {
    width: 88px !important;
  }

  .as-mini-cart__media img {
    height: 88px !important;
  }

  .cart-drawer__footer {
    padding: 18px 20px 28px;
  }

  .as-cart-page {
    width: calc(100% - 32px);
    padding: 38px 0 60px;
  }

  .as-cart-line {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 15px;
  }

  .as-cart-line__image img {
    width: 92px;
    height: 92px;
  }

  .as-cart-line__price {
    grid-column: 2;
  }
}

/* Information pages */
.as-info-page {
  width: min(920px, calc(100% - 48px));
  min-height: 560px;
  margin: 0 auto;
  padding: 72px 0 90px;
  color: #321004;
}

.as-info-page--wide {
  width: min(1420px, calc(100% - 48px));
}

.as-info-page__header {
  margin-bottom: 48px;
}

.as-info-page__header h1,
.as-info-page__content > h1 {
  margin: 0;
  font-family: var(--as-font-heading);
  font-size: 27.2px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.as-info-page__content {
  font-size: 15.3px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.as-info-page__content h2,
.as-info-page__content h3 {
  margin: 42px 0 16px;
  font-family: var(--as-font-heading);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-info-page__content h2 {
  font-size: 22px;
}

.as-info-page__content h3 {
  font-size: 18px;
}

.as-info-page__content p {
  margin: 0 0 18px;
}

.as-info-page__content ul,
.as-info-page__content ol {
  margin: 0 0 22px;
  padding-left: 22px;
}

.as-info-page__content table {
  width: 100%;
  margin-top: 34px;
  border: 0;
  border-collapse: collapse;
  font-size: 14px;
}

.as-info-page__content th,
.as-info-page__content td {
  padding: 14px 16px;
  border: 1px solid #e4ded9;
  text-align: left;
}

.as-info-page__content th {
  background: #f8f8f8;
  font-family: var(--as-font-heading);
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.as-info-page .faq-section {
  max-width: 800px;
  margin: 0 auto;
}

.as-info-page .faq-section h2 {
  margin: 46px 0 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #321004;
  font-size: 20px;
}

.as-info-page .faq-section h2:first-child {
  margin-top: 0;
}

.as-info-page .faq-section details {
  border-bottom: 1px solid #e4ded9;
}

.as-info-page .faq-section summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}

.as-info-page .faq-section summary::-webkit-details-marker {
  display: none;
}

.as-info-page .faq-section summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
}

.as-info-page .faq-section details[open] summary::after {
  content: "−";
}

.as-info-page .faq-answer {
  padding: 0 0 18px;
  color: #5d514c;
}

/* Contact */
.as-contact-form {
  width: 100%;
}

.as-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.as-contact-form p {
  margin: 0;
}

.as-contact-form label {
  display: block;
  margin: 0 0 7px;
  font-family: var(--as-font-heading);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-contact-form input,
.as-contact-form textarea {
  width: 100%;
  margin: 0 0 30px;
  padding: 8px 10px;
  border: 1px solid #e8e8e1;
  border-radius: 0;
  background: transparent;
  color: #321004;
  font-size: 16px;
}

.as-contact-form input {
  height: 39px;
}

.as-contact-form textarea {
  min-height: 121px;
}

.as-contact-form__submit.btn {
  display: block;
  min-width: 90px;
  min-height: 44px;
  margin: 0 auto 30px;
  border: 1px solid #bd1722;
  border-radius: 0;
  background: #bd1722;
  color: #fff;
  font-family: var(--as-font-heading);
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.as-contact-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
}

.as-contact-form__privacy {
  margin: 0 0 64px;
  font-size: 13px;
}

.as-contact-form__status {
  margin: -24px 0 28px;
  padding: 12px 14px;
  border-left: 3px solid #359647;
  background: #f4f8f4;
}

.as-contact-form__status--error {
  border-color: #bd1722;
  background: #fff5f5;
}

.as-contact-info {
  font-size: 18px;
  line-height: 1.4;
}

.as-contact-info p {
  margin: 0;
}

/* Cap shapes */
.as-cap-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 90px;
}

.as-cap-nav a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #f7f7f7;
}

.as-cap-nav img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.as-cap-nav a:hover img {
  transform: scale(1.025);
}

.as-cap-nav span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 9px 12px;
  background: rgba(50, 16, 4, 0.9);
  font-family: var(--as-font-heading);
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: center;
}

.as-cap-section {
  padding: 78px 0;
  border-top: 1px solid #e4ded9;
  scroll-margin-top: 90px;
}

.as-cap-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  margin-bottom: 54px;
}

.as-cap-section__intro > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.as-cap-section__intro h2,
.as-embroidery-section h2 {
  margin: 0 0 20px;
  font-family: var(--as-font-heading);
  font-size: 27.2px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.as-cap-section__intro p,
.as-cap-section__intro li {
  font-size: 16px;
  line-height: 1.55;
}

.as-cap-section__intro ul {
  margin: 18px 0;
  padding-left: 20px;
}

.as-cap-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.as-cap-product {
  color: #321004;
}

.as-cap-product img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f8f8f8;
}

.as-cap-product h3 {
  margin: 14px 0 6px;
  font-family: var(--as-font-heading);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.as-cap-product span {
  font-size: 15px;
}

/* Embroidery catalogue */
.as-embroidery-section {
  margin-bottom: 90px;
}

.as-embroidery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 18px;
}

.as-embroidery-item {
  display: flex;
  min-height: 300px;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.as-embroidery-item img {
  display: block;
  width: 100%;
  max-height: 380px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .as-info-page,
  .as-info-page--wide {
    width: calc(100% - 36px);
    padding: 42px 0 64px;
  }

  .as-info-page__header {
    margin-bottom: 34px;
  }

  .as-contact-form__row,
  .as-cap-section__intro {
    grid-template-columns: 1fr;
  }

  .as-cap-nav,
  .as-cap-products,
  .as-embroidery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-cap-section__intro {
    gap: 30px;
  }

  .as-info-page__content {
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  .as-cap-nav,
  .as-cap-products,
  .as-embroidery-grid {
    grid-template-columns: 1fr;
  }
}

/* Checkout 2.0 — Shopify one-page checkout */
body.woocommerce-checkout {
  min-width: 320px;
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.woocommerce-checkout .page-content,
body.woocommerce-checkout .page-body {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.as-checkout-shell {
  min-height: 100vh;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.as-checkout-header {
  position: relative;
  display: flex;
  width: 100%;
  max-width: none;
  height: 96px;
  margin: 0;
  padding: 0 max(32px, calc((100vw - 1100px) / 2));
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  background: #fff;
}

.as-checkout-header__logo img {
  display: block;
  width: 72px;
  height: auto;
}

.as-checkout-header__cart {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  color: #1773b0;
  place-items: center;
}

.as-checkout-header__cart svg {
  width: 22px;
  height: 22px;
}

.as-checkout-header__cart small {
  position: absolute;
  top: -1px;
  right: -2px;
  display: grid;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 9px;
  background: #292929;
  color: #fff;
  font-size: 10px;
  place-items: center;
}

.as-checkout-form {
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(390px, 45%);
  width: min(1100px, 100%);
  margin: 0 auto;
}

.as-checkout-form__details {
  padding: 28px 48px 80px 24px;
}

.as-checkout-form__details > #customer_details {
  width: min(100%, 500px);
  margin-left: auto;
}

.as-checkout-form__summary {
  position: relative;
  min-height: calc(100vh - 96px);
  padding: 28px 24px 80px 36px;
  border-left: 1px solid #dedede;
}

.as-checkout-form__summary::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  width: auto;
  background: #f5f5f5;
  content: "";
}

.as-checkout-summary__inner {
  position: sticky;
  top: 24px;
  width: min(100%, 420px);
}

.as-checkout-section {
  margin: 0 0 28px;
}

.as-checkout-section--delivery,
.as-checkout-section--payment {
  margin-top: 30px;
}

.as-checkout-section__heading,
.as-checkout-section > h2 {
  display: flex;
  margin: 0 0 14px;
  align-items: baseline;
  justify-content: space-between;
}

.as-checkout-section h1,
.as-checkout-section h2,
.as-checkout-section h3,
.as-checkout-form__summary h2 {
  margin: 0;
  color: #000;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.as-checkout-section__heading span {
  color: #545454;
  font-size: 13px;
  font-weight: 400;
}

.as-checkout-section__heading a {
  color: #1773b0;
  text-decoration: underline;
}

.as-checkout-section .form-row {
  position: relative;
  float: none;
  clear: none;
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0;
}

.as-checkout-section .form-row > label:first-child {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.as-checkout-section .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.as-checkout-section .input-text,
.as-checkout-section select,
.as-checkout-section textarea,
.as-checkout-section .select2-container .select2-selection {
  width: 100% !important;
  min-height: 49px !important;
  margin: 0 !important;
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #000 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.as-checkout-section .input-text,
.as-checkout-section textarea {
  padding: 13px 12px !important;
}

.as-checkout-section select {
  padding: 12px 36px 12px 12px !important;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23707070' d='M1.4 1.4 6 6l4.6-4.6L12 2.8 6 8.8 0 2.8z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
}

.as-checkout-section .input-text:focus,
.as-checkout-section select:focus,
.as-checkout-section .select2-container .select2-selection:focus,
.as-checkout-section .input-text:focus-visible {
  border-color: #1773b0 !important;
  outline: 2px solid rgba(23, 115, 176, 0.18) !important;
  outline-offset: 1px;
}

.as-checkout-section .form-row-first,
.as-checkout-section .form-row-last {
  float: left;
  width: calc(50% - 5px) !important;
}

.as-checkout-section .form-row-last {
  float: right;
}

.as-checkout-section .woocommerce-billing-fields__field-wrapper::after {
  display: block;
  clear: both;
  content: "";
}

.as-checkout-section .form-row .required {
  display: none;
}

#billing_state_field {
  display: none !important;
}

.as-checkout-optin {
  display: flex;
  margin: 4px 0 0;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.as-checkout-optin input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #000;
}

.as-checkout-section__help {
  margin: -8px 0 14px;
  color: #707070;
  font-size: 14px;
}

.as-checkout-section--payment .woocommerce-checkout-payment {
  margin: 0;
  background: transparent;
}

.as-checkout-section--payment .wc_payment_methods {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 12px;
  background: #fff;
  list-style: none;
}

.as-checkout-section--payment .wc_payment_method {
  padding: 16px;
  border-bottom: 1px solid #dedede;
}

.as-checkout-section--payment .wc_payment_method:last-child {
  border-bottom: 0;
}

.as-checkout-section--payment .payment_box {
  margin: 12px -16px -16px;
  padding: 16px;
  background: #f5f5f5;
  font-size: 13px;
}

.as-checkout-section--payment .woocommerce-info,
.as-checkout-section--payment .woocommerce-notice,
.as-checkout-section--payment .woocommerce-message,
.as-checkout-section--payment .woocommerce-error {
  position: relative;
  margin: 0;
  padding: 18px 16px !important;
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
  background: #fafafa !important;
  box-shadow: none !important;
  color: #545454 !important;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.as-checkout-section--payment .woocommerce-info::before,
.as-checkout-section--payment .woocommerce-notice::before,
.as-checkout-section--payment .woocommerce-message::before,
.as-checkout-section--payment .woocommerce-error::before,
.as-checkout-section--payment .woocommerce-info::after,
.as-checkout-section--payment .woocommerce-notice::after {
  display: none !important;
  content: none !important;
}

.as-checkout-section--payment .place-order {
  margin: 22px 0 0;
}

.as-checkout-section--payment .woocommerce-privacy-policy-text {
  color: #707070;
  font-size: 12px;
  line-height: 1.5;
}

.as-checkout-section--payment #place_order {
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  border: 0;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
}

.as-checkout-review__products {
  margin-bottom: 18px;
}

.as-checkout-review__product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 0 0 14px;
}

.as-checkout-product {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.as-checkout-product__image {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #fff;
}

.as-checkout-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: inherit;
  object-fit: contain;
}

.as-checkout-product__image span {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 10px;
  background: rgba(114, 114, 114, 0.95);
  color: #fff;
  font-size: 11px;
  place-items: center;
}

.as-checkout-product__info {
  min-width: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.35;
}

.as-checkout-product__info strong {
  display: block;
  font-weight: 500;
}

.as-checkout-product__info dl,
.as-checkout-product__info p {
  margin: 3px 0 0;
  color: #707070;
  font-size: 12px;
}

.as-checkout-review__product > .product-total {
  font-size: 14px;
  white-space: nowrap;
}

.as-checkout-discount {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 0 0 18px;
}

.as-checkout-discount input {
  min-width: 0;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #dedede;
  border-radius: 12px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
}

.as-checkout-discount button {
  height: 48px;
  padding: 0 16px;
  border: 1px solid #dedede;
  border-radius: 12px;
  background: #f0f0f0;
  color: #707070;
  font-family: inherit;
  font-size: 14px;
}

.as-checkout-discount__status {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
  color: #c20000;
  font-size: 12px;
}

.as-checkout-discount__status:not(:empty) {
  display: block;
}

.as-checkout-review__totals {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.as-checkout-review__totals th,
.as-checkout-review__totals td,
.as-checkout-form__summary .as-checkout-review__totals th,
.as-checkout-form__summary .as-checkout-review__totals td {
  padding: 6px 0;
  border: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.as-checkout-review__totals th {
  text-align: left;
}

.as-checkout-review__totals td {
  text-align: right;
}

.as-checkout-review__totals .order-total th,
.as-checkout-review__totals .order-total td,
.as-checkout-form__summary .as-checkout-review__totals .order-total th,
.as-checkout-form__summary .as-checkout-review__totals .order-total td {
  padding-top: 12px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}

.as-checkout-review__totals .order-total td::before {
  margin-right: 6px;
  color: #707070;
  content: "EUR";
  font-size: 12px;
  font-weight: 400;
}

.as-shipping-pending,
.as-checkout-tax-note {
  color: #707070;
  font-size: 12px;
}

.as-checkout-tax-note {
  margin: 0;
  text-align: right;
}

body.woocommerce-checkout .blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.65) !important;
}

@media (max-width: 900px) {
  .as-checkout-form {
    display: flex;
    flex-direction: column;
  }

  .as-checkout-form__summary {
    order: -1;
    min-height: 0;
    padding: 24px 20px;
    border: 0;
    background: #f5f5f5;
  }

  .as-checkout-form__summary::after {
    display: none;
  }

  .as-checkout-summary__inner {
    position: static;
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .as-checkout-form__details {
    padding: 28px 20px 60px;
  }

  .as-checkout-form__details > #customer_details {
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .as-checkout-header {
    height: 78px;
    padding: 0 18px;
  }

  .as-checkout-header__logo img {
    width: 56px;
  }

  .as-checkout-section .form-row-first,
  .as-checkout-section .form-row-last {
    float: none;
    width: 100% !important;
  }
}
