/* BareWalker 2026 redesign layer */
.bw-redesign-home {
  --bw-redesign-ink: #111417;
  --bw-redesign-muted: #5d6667;
  --bw-redesign-line: rgba(17, 20, 23, .12);
  --bw-redesign-bg: #f1f4ef;
  --bw-redesign-dark: #121f23;
  --bw-redesign-accent: #d9a33f;
  background: var(--bw-redesign-bg);
  color: var(--bw-redesign-ink);
  overflow: hidden;
}

.bw-redesign-home *, .bw-redesign-home *::before, .bw-redesign-home *::after { box-sizing: border-box; }

.bw-redesign-hero {
  position: relative;
  min-height: calc(100vh - 90px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding: clamp(90px, 11vw, 150px) max(18px, calc((100vw - 1240px) / 2)) clamp(54px, 7vw, 84px);
  background: linear-gradient(118deg, rgba(6,6,6,.96), rgba(18,31,35,.98) 55%, rgba(47,64,76,.92));
  color: #fff;
}

.bw-redesign-hero::after {
  content: "BAREWALKER";
  position: absolute;
  left: max(18px, calc((100vw - 1240px) / 2));
  bottom: -22px;
  color: rgba(255,255,255,.055);
  font-size: clamp(78px, 17vw, 240px);
  font-weight: 950;
  line-height: .8;
  pointer-events: none;
}

.bw-redesign-hero__copy { position: relative; z-index: 1; }

.bw-redesign-eyebrow {
  margin: 0 0 14px;
  color: var(--bw-redesign-accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bw-redesign-hero h1 {
  max-width: 760px;
  margin: 0;
  color: inherit;
  font-size: clamp(54px, 8vw, 124px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: 0;
}

.bw-redesign-lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(20px, 2.2vw, 31px);
  font-weight: 850;
  line-height: 1.35;
}

.bw-redesign-actions, .bw-redesign-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bw-redesign-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--bw-redesign-ink);
  border-radius: 999px;
  background: var(--bw-redesign-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.bw-redesign-btn--primary { border-color: var(--bw-redesign-accent); background: var(--bw-redesign-accent); color: #111; }
.bw-redesign-btn--light { border-color: rgba(255,255,255,.38); background: transparent; color: #fff; }
.bw-redesign-btn--outline { background: transparent; color: var(--bw-redesign-ink); }

.bw-redesign-chips span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bw-redesign-hero__product {
  position: relative;
  z-index: 1;
  min-height: 520px;
  border-radius: 8px;
  transform: rotate(-5deg);
  background: #fff;
  box-shadow: 0 30px 70px rgba(0,0,0,.34);
}

.bw-redesign-hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 46px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.bw-redesign-hero__slide.is-active { opacity: 1; pointer-events: auto; }
.bw-redesign-hero__slide img { width: 100%; height: 100%; max-height: 500px; object-fit: contain; }

.bw-redesign-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(18,31,35,.92);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.bw-redesign-arrow--prev { left: 18px; }
.bw-redesign-arrow--next { right: 18px; }

.bw-redesign-product-tag {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(17,20,23,.72);
  color: #fff;
  font-weight: 900;
}

.bw-redesign-product-tag span { color: #f2d28e; }
.bw-redesign-shoe-placeholder, .bw-redesign-card-placeholder { display: grid; min-height: 260px; place-items: center; color: rgba(17,20,23,.35); font-size: 30px; font-weight: 950; }

.bw-redesign-trust {
  width: min(1240px, calc(100% - 32px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--bw-redesign-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fbfaf7;
  box-shadow: 0 16px 60px rgba(17,20,23,.1);
}

.bw-redesign-trust div { padding: 22px; border-right: 1px solid var(--bw-redesign-line); }
.bw-redesign-trust div:last-child { border-right: 0; }
.bw-redesign-trust strong { display: block; font-size: 15px; }
.bw-redesign-trust span { display: block; margin-top: 6px; color: var(--bw-redesign-muted); font-size: 13px; }

.bw-redesign-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0;
}

.bw-redesign-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.bw-redesign-section h2, .bw-redesign-section-head h2 {
  margin: 0;
  color: var(--bw-redesign-ink);
  font-size: clamp(36px, 5.2vw, 76px);
  line-height: .9;
  letter-spacing: 0;
}

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

.bw-redesign-category-card, .bw-redesign-product {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--bw-redesign-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bw-redesign-ink);
}

.bw-redesign-category-card img, .bw-redesign-product__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #eef1ed;
}

.bw-redesign-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.72));
}

.bw-redesign-category-body {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
}

.bw-redesign-category-body h3, .bw-redesign-product__body h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

.bw-redesign-category-body p { margin: 0 0 14px; color: rgba(255,255,255,.84); font-weight: 800; line-height: 1.35; }
.bw-redesign-category-body span { display: inline-flex; padding: 9px 13px; border-radius: 999px; background: var(--bw-redesign-accent); color: #111; font-size: 12px; font-weight: 950; }
.bw-redesign-product { min-height: auto; }
.bw-redesign-product__body { padding: 18px; }
.bw-redesign-product__body p { min-height: 46px; margin: 0 0 14px; color: var(--bw-redesign-muted); font-weight: 700; }

.bw-redesign-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 950;
}

.bw-redesign-price-row a { color: var(--bw-redesign-ink); text-decoration: underline; text-underline-offset: 4px; }

.bw-redesign-section--dark {
  width: 100%;
  padding-left: max(18px, calc((100vw - 1240px) / 2));
  padding-right: max(18px, calc((100vw - 1240px) / 2));
  background: var(--bw-redesign-dark);
  color: #fff;
}

.bw-redesign-section--dark h2 { max-width: 760px; color: #fff; }

.bw-redesign-dark-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  overflow: hidden;
}

.bw-redesign-dark-grid article { display: grid; gap: 34px; min-height: 270px; padding: 24px; background: var(--bw-redesign-dark); }
.bw-redesign-dark-grid strong { color: var(--bw-redesign-accent); font-size: 13px; }
.bw-redesign-dark-grid h3 { margin: 0 0 10px; color: #fff; font-size: 26px; line-height: 1; }
.bw-redesign-dark-grid p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }

.single-product .bw-product-choice-panel {
  display: grid !important;
  gap: 12px !important;
  margin: 20px 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(17,20,23,.12) !important;
  border-radius: 8px !important;
  background: #fbfaf7 !important;
}

.single-product .bw-product-choice-panel label {
  margin: 0 !important;
  color: #111417 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.single-product .bw-product-choice-panel select {
  min-height: 54px !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid rgba(17,20,23,.16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111417 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
}

.single-product .bw-product-choice-panel__hint { margin: 0 !important; color: #5d6667 !important; font-size: 14px !important; font-weight: 750 !important; }
.single-product .single_add_to_cart_button, .single-product button[name="add-to-cart"] { border-radius: 999px !important; background: #d9a33f !important; color: #111417 !important; font-weight: 950 !important; text-transform: uppercase !important; }

@media (max-width: 1080px) {
  .bw-redesign-hero { min-height: auto; grid-template-columns: 1fr; }
  .bw-redesign-hero__product { min-height: 440px; }
  .bw-redesign-trust, .bw-redesign-category-grid, .bw-redesign-products, .bw-redesign-dark-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .bw-redesign-hero { padding-top: 62px; }
  .bw-redesign-hero h1 { font-size: 48px; }
  .bw-redesign-lead { font-size: 20px; }
  .bw-redesign-hero__product { min-height: 330px; transform: rotate(-2deg); }
  .bw-redesign-section-head { align-items: flex-start; flex-direction: column; }
  .bw-redesign-trust, .bw-redesign-category-grid, .bw-redesign-products, .bw-redesign-dark-grid { grid-template-columns: 1fr; }
  .bw-redesign-trust div { border-right: 0; border-bottom: 1px solid var(--bw-redesign-line); }
  .bw-redesign-trust div:last-child { border-bottom: 0; }
}

/* Global 2026 skin for current WordPress pages */
body:not(.home) {
  background: #f1f4ef;
}

body:not(.home) .site-content {
  background: #f1f4ef;
}

body .site-header,
body .ast-primary-header-bar,
body .main-header-bar {
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: #121f23 !important;
  color: #fff !important;
  backdrop-filter: blur(18px);
}

body .site-header .main-header-menu > .menu-item > .menu-link,
body .site-header .main-header-menu .menu-link,
body .site-header .ast-builder-menu .main-navigation .menu-item > .menu-link,
body .site-header .ast-builder-menu-1 .menu-item > .menu-link,
body .site-header .ast-mobile-header-content .menu-link,
body #ast-desktop-header a,
body #ast-desktop-header .menu-link,
body #ast-desktop-header .main-navigation a,
body #ast-desktop-header .ast-builder-menu-1 a,
body #ast-desktop-header .main-header-menu .menu-link,
body #ast-desktop-header .main-header-menu > .menu-item > .menu-link,
body .site-header a {
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 1 !important;
  text-shadow: none !important;
}

body .site-header .main-header-menu > .menu-item > .menu-link *,
body .site-header .main-header-menu .menu-link .menu-text,
body .site-header .main-header-menu .menu-link .ast-icon,
body .site-header .main-header-menu .ast-menu-toggle,
body .site-header .main-header-menu .ast-header-navigation-arrow,
body .site-header .ast-builder-menu .main-navigation .menu-item > .menu-link *,
body .site-header .ast-site-header-cart a *,
body .site-header .bw-menu-cart a,
body .site-header .bw-menu-cart a *,
body #ast-desktop-header .main-header-menu > .menu-item > .menu-link *,
body #ast-desktop-header .main-header-menu .menu-link .menu-text,
body #ast-desktop-header .main-header-menu .menu-link .ast-icon,
body #ast-desktop-header .main-header-menu .ast-menu-toggle,
body #ast-desktop-header .main-header-menu .ast-header-navigation-arrow {
  color: #fff !important;
  fill: #fff !important;
  opacity: 1 !important;
}

body .site-header .main-header-menu .current-menu-item > .menu-link,
body .site-header .main-header-menu .menu-link:hover,
body .site-header a:hover {
  color: #fff !important;
}

body .site-header .main-header-menu > .menu-item:hover > .menu-link,
body .site-header .main-header-menu > .current-menu-item > .menu-link,
body .site-header .main-header-menu > .current-menu-ancestor > .menu-link,
body .site-header .main-header-menu > .menu-item:hover > .menu-link *,
body .site-header .main-header-menu > .current-menu-item > .menu-link *,
body .site-header .main-header-menu > .current-menu-ancestor > .menu-link *,
body #ast-desktop-header .main-header-menu > .menu-item:hover > .menu-link,
body #ast-desktop-header .main-header-menu > .current-menu-item > .menu-link,
body #ast-desktop-header .main-header-menu > .current-menu-ancestor > .menu-link,
body #ast-desktop-header .main-header-menu > .menu-item:hover > .menu-link *,
body #ast-desktop-header .main-header-menu > .current-menu-item > .menu-link *,
body #ast-desktop-header .main-header-menu > .current-menu-ancestor > .menu-link * {
  color: #fff !important;
  fill: #fff !important;
  opacity: 1 !important;
}


body .site-header .site-title,
body .site-header .site-title a,
body .site-header .site-description,
body .site-header .ast-site-title-wrap,
body .site-header .ast-site-title-wrap a,
body .site-header .ast-site-identity,
body .site-header .ast-site-identity a {
  color: #fff !important;
}

body .site-header .custom-logo-link img,
body .site-header img.custom-logo,
body .site-header .site-logo-img img {
  filter: brightness(0) invert(1) !important;
}

body .site-header .ast-icon svg,
body .site-header .ast-header-navigation-arrow svg {
  color: #fff !important;
  fill: #fff !important;
}

body #ast-desktop-header,
body .site-header,
body .site-header .ast-builder-grid-row,
body .site-header .main-header-bar-navigation,
body .site-header .main-navigation {
  overflow: visible !important;
  z-index: 1000 !important;
}

body #ast-desktop-header .main-header-menu .sub-menu,
body .site-header .main-header-menu .sub-menu,
body .site-header .ast-builder-menu .main-navigation .sub-menu {
  min-width: 260px !important;
  padding: 10px !important;
  background: #121f23 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.34) !important;
  z-index: 1001 !important;
}

body #ast-desktop-header .main-header-menu .sub-menu .menu-link,
body #ast-desktop-header .main-header-menu .sub-menu a,
body .site-header .main-header-menu .sub-menu .menu-link,
body .site-header .main-header-menu .sub-menu a {
  display: flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: .02em !important;
  text-shadow: none !important;
  white-space: normal !important;
}

body #ast-desktop-header .main-header-menu .sub-menu .menu-link:hover,
body #ast-desktop-header .main-header-menu .sub-menu a:hover,
body .site-header .main-header-menu .sub-menu .menu-link:hover,
body .site-header .main-header-menu .sub-menu a:hover {
  color: #f2d28e !important;
  background: rgba(255,255,255,.08) !important;
}

body #ast-desktop-header .main-header-menu .sub-menu .menu-link *,
body .site-header .main-header-menu .sub-menu .menu-link * {
  color: inherit !important;
  fill: currentColor !important;
}

.site-footer,
.bw-footer {
  background: #111417 !important;
  color: rgba(245,242,237,.78) !important;
}

.site-footer a,
.bw-footer a {
  color: rgba(245,242,237,.82) !important;
}

.site-footer a:hover,
.bw-footer a:hover {
  color: #fff !important;
}

body:not(.home) .ast-container,
.woocommerce-page .ast-container,
.single-product .ast-container {
  width: min(1240px, calc(100% - 32px));
  max-width: 1240px;
}

.page:not(.home) .entry-header,
.woocommerce-shop .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header {
  margin: 0 auto 24px;
  padding: clamp(48px, 8vw, 92px) 0 clamp(20px, 3vw, 36px);
  text-align: left;
}

.page:not(.home) .entry-title,
.woocommerce-shop .woocommerce-products-header__title,
.tax-product_cat .woocommerce-products-header__title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title {
  max-width: 880px;
  margin: 0;
  color: #111417;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .88;
  letter-spacing: 0;
  font-weight: 950;
}

.page:not(.home) .entry-content,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
  color: #111417;
}

.page:not(.home) .entry-content > p,
.page:not(.home) .entry-content > ul,
.page:not(.home) .entry-content > ol,
.page:not(.home) .entry-content > h2,
.page:not(.home) .entry-content > h3 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.page:not(.home) .entry-content > h2 {
  margin-top: 1.5em;
  font-size: clamp(30px, 4vw, 52px);
  line-height: .95;
  letter-spacing: 0;
}

.page:not(.home) .entry-content > p,
.page:not(.home) .entry-content li {
  color: #5d6667;
  font-size: 17px;
  line-height: 1.75;
}

.page:not(.home) .entry-content a {
  color: #111417;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page:not(.home) .entry-content .wp-block-group,
.page:not(.home) .entry-content .bw-section,
.page:not(.home) .entry-content .bw-hero {
  border-radius: 8px;
}

/* Shop and collection pages */
.woocommerce-shop .site-main,
.tax-product_cat .site-main,
.post-type-archive-product .site-main {
  padding-bottom: clamp(48px, 7vw, 92px);
}

.woocommerce-shop .bw-shop-compact-hero,
.post-type-archive-product .bw-shop-compact-hero,
.tax-product_cat .term-description,
.woocommerce-products-header .term-description {
  margin: 0 auto 28px;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 4vw, 42px);
  border-radius: 8px;
  background: #121f23;
  color: #fff;
  text-align: left;
}

.woocommerce-shop .bw-shop-compact-hero h1,
.post-type-archive-product .bw-shop-compact-hero h1,
.tax-product_cat .term-description h1,
.woocommerce-products-header .term-description h1 {
  max-width: 880px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .88;
  letter-spacing: 0;
}

.woocommerce-shop .bw-shop-compact-hero p,
.post-type-archive-product .bw-shop-compact-hero p,
.tax-product_cat .term-description p,
.woocommerce-products-header .term-description p {
  max-width: 760px;
  color: rgba(255,255,255,.74);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 800;
  line-height: 1.4;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: hidden;
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 0;
  background: #eef1ed;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 54px;
  padding: 18px 18px 0 !important;
  color: #111417;
  font-size: 22px !important;
  line-height: 1 !important;
  letter-spacing: 0;
}

.woocommerce ul.products li.product .price {
  display: block;
  padding: 0 18px;
  color: #111417 !important;
  font-size: 16px !important;
  font-weight: 950 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .bw-view-product-button {
  width: calc(100% - 36px);
  min-height: 44px;
  margin: 12px 18px 18px !important;
  border-radius: 999px !important;
  background: #111417 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-align: center;
  text-transform: uppercase;
}

/* Product page */
.single-product div.product {
  padding: clamp(36px, 6vw, 72px) 0;
}

.single-product .bw-product-hero-grid,
.single-product div.product {
  gap: clamp(22px, 4vw, 46px);
}

.single-product .bw-product-gallery-fallback,
.single-product .woocommerce-product-gallery {
  overflow: hidden;
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 8px;
  background: linear-gradient(145deg, #e6eee8, #cac4ba);
}

.single-product .bw-product-gallery-fallback__main-img,
.single-product .woocommerce-product-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f8f8f5;
}

.single-product .summary,
.single-product div.product div.summary {
  padding: clamp(22px, 4vw, 34px) !important;
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 8px;
  background: #fbfaf7;
}

.single-product .product_title {
  margin: 0 0 14px !important;
  color: #111417;
  font-size: clamp(42px, 6vw, 72px) !important;
  line-height: .9 !important;
  letter-spacing: 0;
}

.single-product div.product p.price,
.single-product div.product span.price {
  color: #111417 !important;
  font-size: 26px !important;
  font-weight: 950 !important;
}

.single-product .bw-pdp-info,
.single-product .woocommerce-tabs,
.single-product .related.products {
  width: min(1240px, calc(100% - 32px));
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-product .bw-pdp-info__head,
.single-product .bw-pdp-card,
.single-product .woocommerce-Tabs-panel,
.single-product .related.products {
  border-radius: 8px;
}

/* Cart, checkout and account */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  display: block;
  padding-bottom: clamp(48px, 7vw, 92px);
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-checkout #order_review,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order {
  border: 1px solid rgba(17,20,23,.12) !important;
  border-radius: 8px !important;
  background: #fbfaf7 !important;
  box-shadow: none !important;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  border-color: rgba(17,20,23,.12) !important;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-account h3 {
  color: #111417;
  font-size: clamp(28px, 4vw, 44px);
  line-height: .95;
  letter-spacing: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 52px;
  border: 1px solid rgba(17,20,23,.16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111417 !important;
  font-weight: 750;
}

.woocommerce #payment,
.woocommerce-checkout #payment {
  border-radius: 8px !important;
  background: #fff !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 999px !important;
  background: #d9a33f !important;
  color: #111417 !important;
  font-weight: 950 !important;
  text-transform: uppercase;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid rgba(17,20,23,.12) !important;
  border-radius: 8px !important;
  background: #fbfaf7 !important;
  color: #111417 !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #d9a33f !important;
}

@media (max-width: 1080px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page:not(.home) .entry-title,
  .woocommerce-shop .woocommerce-products-header__title,
  .tax-product_cat .woocommerce-products-header__title,
  .woocommerce-cart .entry-title,
  .woocommerce-checkout .entry-title,
  .woocommerce-account .entry-title {
    font-size: 44px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr;
  }

  .single-product .summary,
  .single-product div.product div.summary {
    padding: 20px !important;
  }
}

/* Strong 2026 commerce layer: shop and product pages */
body.woocommerce-shop,
body.tax-product_cat,
body.post-type-archive-product,
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
  overflow-x: hidden;
  background: #f1f4ef !important;
}

body.woocommerce-shop .site-content,
body.tax-product_cat .site-content,
body.post-type-archive-product .site-content,
body.single-product .site-content,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-account .site-content {
  background:
    radial-gradient(circle at 8% 10%, rgba(217,163,63,.12), transparent 26%),
    linear-gradient(180deg, #f6f7f2 0%, #eef2ed 100%) !important;
}

.bw-redesign-shop-hero {
  width: min(1240px, calc(100% - 32px));
  margin: 22px auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 56px);
  align-items: end;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 8px;
  background: #121f23;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.bw-redesign-shop-hero::after {
  content: "BAREWALKER";
  position: absolute;
  right: -22px;
  bottom: -18px;
  color: rgba(255,255,255,.055);
  font-size: clamp(74px, 13vw, 180px);
  font-weight: 950;
  line-height: .8;
  pointer-events: none;
}

.bw-redesign-shop-hero > * {
  position: relative;
  z-index: 1;
}

.bw-redesign-shop-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .88;
  letter-spacing: 0;
  font-weight: 950;
}

.bw-redesign-shop-hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.35;
}

.bw-redesign-shop-hero ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bw-redesign-shop-hero li {
  min-width: 160px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  text-align: center;
}

.woocommerce-products-header,
.woocommerce-shop .page-title,
.post-type-archive-product .page-title {
  width: min(1240px, calc(100% - 32px));
  margin-left: auto !important;
  margin-right: auto !important;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin-bottom: 20px !important;
  color: #5d6667;
  font-weight: 850;
}

.woocommerce .woocommerce-ordering select {
  min-height: 46px;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111417 !important;
  font-weight: 850;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  border: 1px solid rgba(17,20,23,.12) !important;
  border-radius: 8px !important;
  background: #fbfaf7 !important;
  box-shadow: 0 18px 42px rgba(17,20,23,.08) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(17,20,23,.14) !important;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
  display: block;
  padding: 14px;
  background: linear-gradient(145deg, #eef2ed, #ffffff);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 0;
  padding: 18px 18px 6px !important;
  color: #111417 !important;
  font-size: clamp(21px, 2vw, 28px) !important;
  font-weight: 950 !important;
  line-height: .98 !important;
}

.woocommerce ul.products li.product .price {
  padding: 0 18px 2px !important;
  color: #111417 !important;
  font-size: 18px !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0 !important;
  border-radius: 999px !important;
  background: #111417 !important;
  color: #fff !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.single-product .site-main {
  padding-top: clamp(28px, 5vw, 66px);
}

.single-product div.product {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(22px, 4vw, 50px) !important;
  align-items: start;
}

.single-product div.product::before,
.single-product div.product::after {
  display: none !important;
}

.single-product div.product div.images,
.single-product .woocommerce-product-gallery,
.single-product .bw-product-gallery-fallback {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  border-radius: 8px !important;
  border: 1px solid rgba(17,20,23,.12) !important;
  background: linear-gradient(145deg, #edf2ee, #ffffff) !important;
  box-shadow: 0 24px 64px rgba(17,20,23,.1);
}

.single-product div.product div.images img,
.single-product .woocommerce-product-gallery img,
.single-product .bw-product-gallery-fallback__main-img {
  width: 100%;
  object-fit: contain !important;
  background: transparent !important;
  mix-blend-mode: multiply;
}

.single-product div.product div.summary,
.single-product .summary {
  width: 100% !important;
  float: none !important;
  position: sticky;
  top: 96px;
  margin: 0 !important;
  padding: clamp(24px, 4vw, 42px) !important;
  border: 1px solid rgba(17,20,23,.12) !important;
  border-radius: 8px !important;
  background: #fbfaf7 !important;
  box-shadow: 0 24px 64px rgba(17,20,23,.1) !important;
}

.single-product .product_title {
  color: #111417 !important;
  font-size: clamp(42px, 5.8vw, 76px) !important;
  font-weight: 950 !important;
  line-height: .88 !important;
}

.single-product .woocommerce-product-details__short-description,
.single-product .summary .product_meta,
.single-product .summary p {
  color: #5d6667;
  font-weight: 750;
  line-height: 1.55;
}

.single-product div.product p.price,
.single-product div.product span.price {
  display: inline-flex;
  margin: 12px 0 18px !important;
  color: #111417 !important;
  font-size: 30px !important;
  font-weight: 950 !important;
}

.single-product form.cart {
  display: grid;
  gap: 16px;
  margin-top: 18px !important;
}

.single-product .bw-product-choice-panel {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.single-product .bw-product-choice-panel label {
  align-self: end;
  color: #111417 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.single-product .bw-product-choice-panel select,
.single-product form.cart select,
.single-product form.cart input.qty {
  min-height: 56px !important;
  border: 1px solid rgba(17,20,23,.18) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111417 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.single-product .bw-product-choice-panel__hint {
  grid-column: 1 / -1;
  margin: 2px 0 0 !important;
  color: #5d6667 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.single-product .bw-product-choice-panel__hint a {
  color: #111417 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-product .quantity {
  margin: 0 !important;
}

.single-product .single_add_to_cart_button,
.single-product button[name="add-to-cart"] {
  width: 100% !important;
  min-height: 58px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d9a33f !important;
  color: #111417 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.bw-redesign-product-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.bw-redesign-product-trust span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 999px;
  color: #111417;
  background: #fff;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.single-product .bw-pdp-info {
  padding-top: clamp(42px, 7vw, 88px);
}

.single-product .bw-pdp-info__head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 8px !important;
  background: #121f23;
  color: #fff;
}

.single-product .bw-pdp-info__head h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 6vw, 76px);
  line-height: .9;
  letter-spacing: 0;
}

.single-product .bw-pdp-info__head p:not(.bw-eyebrow) {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  font-weight: 800;
}

.single-product .bw-eyebrow {
  margin: 0;
  color: #d9a33f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.single-product .bw-pdp-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.single-product .bw-pdp-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 8px !important;
  background: #fbfaf7;
  box-shadow: 0 18px 48px rgba(17,20,23,.08);
}

.single-product .bw-pdp-card h3 {
  margin: 0 0 14px;
  color: #111417;
  font-size: clamp(26px, 3vw, 38px);
  line-height: .95;
  letter-spacing: 0;
}

.single-product .bw-feature-list,
.single-product .bw-pdp-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .bw-feature-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(17,20,23,.1);
  color: #5d6667;
  font-weight: 750;
}

.single-product .bw-feature-list li:last-child {
  border-bottom: 0;
}

.single-product .bw-feature-list strong {
  color: #111417;
}

.single-product .bw-variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product .bw-variant-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(17,20,23,.14);
  border-radius: 999px;
  background: #fff;
  color: #111417;
  font-weight: 950;
  text-decoration: none !important;
}

.single-product .bw-variant-chip.is-current {
  background: #111417;
  color: #fff;
}

.single-product .bw-pdp-note {
  margin-top: 14px !important;
  color: #5d6667 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

.single-product .bw-size-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 8px;
  background: #fff;
}

.single-product .bw-size-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.single-product .bw-size-table th,
.single-product .bw-size-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(17,20,23,.1);
  color: #111417;
  text-align: left;
  font-weight: 850;
}

.single-product .bw-size-table th {
  background: #111417;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.single-product .related.products {
  padding-bottom: clamp(44px, 7vw, 86px);
}

.single-product .related.products > h2 {
  color: #111417;
  font-size: clamp(34px, 5vw, 60px);
  line-height: .95;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  .bw-redesign-shop-hero,
  .single-product div.product,
  .single-product .bw-pdp-info__grid {
    grid-template-columns: 1fr;
  }

  .single-product div.product div.summary,
  .single-product .summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .bw-redesign-shop-hero {
    padding: 28px 20px;
  }

  .bw-redesign-shop-hero ul,
  .bw-redesign-product-trust,
  .single-product .bw-product-choice-panel {
    grid-template-columns: 1fr;
  }
}

/* PDP closer to the approved mockup */
.single-product .summary .stock,
.single-product .summary .sku_wrapper,
.single-product .summary .posted_in,
.single-product .summary .tagged_as {
  display: none !important;
}

.single-product .summary::before {
  display: none !important;
  content: none !important;
}

.single-product .bw-product-choice-panel {
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.single-product .bw-product-choice-label {
  margin: 0 0 -4px;
  color: #111417 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.single-product .bw-product-choice-field {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.single-product .bw-product-choice-field--color {
  display: block;
}

.single-product #bw_product_color {
  width: 100% !important;
  min-height: 56px !important;
  border: 1px solid rgba(17,20,23,.18) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111417 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.single-product .bw-product-choice-field legend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin: 0 0 4px;
  padding: 0;
  color: #111417;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.single-product .bw-product-choice-field legend small,
.single-product .bw-product-choice-field legend a {
  color: #111417;
  font-size: 13px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-product .bw-color-radio {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-right: 9px;
  cursor: pointer;
  vertical-align: top;
}

.single-product .bw-color-radio input,
.single-product .bw-size-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.single-product .bw-color-radio span {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 999px;
  outline: 1px solid rgba(17,20,23,.22);
  background: var(--bw-choice-color);
  color: transparent;
  font-size: 0;
  box-shadow: 0 10px 22px rgba(17,20,23,.1);
  transition: transform .16s ease, outline-color .16s ease, box-shadow .16s ease;
}

.single-product .bw-color-radio input:checked + span {
  outline: 3px solid #111417;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17,20,23,.16);
}

.single-product .bw-size-radio-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.single-product .bw-size-radio {
  min-width: 0;
  cursor: pointer;
}

.single-product .bw-size-radio span {
  display: grid;
  place-items: center;
  min-height: 56px;
  border: 1px solid rgba(17,20,23,.14);
  border-radius: 14px;
  background: #fff;
  color: #111417;
  font-size: 20px;
  font-weight: 950;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.single-product .bw-size-radio input:checked + span {
  border-color: #111417;
  background: #111417;
  color: #fff;
}

.single-product form.cart .quantity {
  display: none !important;
}

.single-product .bw-product-choice-panel__hint {
  padding: 16px 18px;
  border: 1px solid rgba(17,20,23,.14);
  border-radius: 999px;
  background: #fff;
  text-align: center;
}

.single-product .bw-redesign-product-trust {
  display: none !important;
}

.single-product .bw-redesign-product-trust span {
  border-radius: 8px;
  min-height: 58px;
}

.single-product div.product div.summary,
.single-product .summary {
  border-radius: 0 !important;
}

.single-product div.product div.images,
.single-product .woocommerce-product-gallery,
.single-product .bw-product-gallery-fallback {
  border-radius: 0 !important;
}

.single-product .bw-product-fit-note,
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products,
.single-product .bw-product-collections {
  display: none !important;
}

.single-product .bw-pdp-info__head,
.single-product .bw-pdp-info__grid {
  display: none !important;
}

.single-product .bw-pdp-info {
  clear: both !important;
  float: none !important;
  width: min(1440px, calc(100% - 32px)) !important;
  max-width: 1440px !important;
  padding-top: clamp(28px, 5vw, 58px);
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-product div.product > .bw-pdp-info,
.single-product div.product > .bw-pdp-lower,
.single-product .bw-product-content-ready > .bw-pdp-info,
.single-product .bw-product-content-ready > .bw-pdp-lower {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single-product .bw-pdp-card--sizes {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
  padding: clamp(28px, 4vw, 48px);
  background: #fbfaf7;
}

.single-product .bw-pdp-card--sizes .bw-pdp-card__title-row {
  display: block;
}

.single-product .bw-pdp-card--sizes h3 {
  max-width: 960px;
  margin-bottom: 8px;
  font-size: clamp(38px, 4.2vw, 64px);
}

.single-product .bw-pdp-card--sizes p {
  max-width: 780px;
  margin: 0;
  color: #5d6667;
  font-weight: 750;
}

.single-product .bw-pdp-card--sizes .bw-size-table-wrap {
  width: 100%;
}

.single-product .bw-pdp-lower {
  clear: both !important;
  float: none !important;
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 62px) 0 clamp(54px, 7vw, 92px);
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(22px, 4vw, 42px);
}

.single-product .bw-pdp-description {
  margin-bottom: 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 8px;
  background: #fbfaf7;
}

.single-product .bw-pdp-info--sizes-only + .products,
.single-product .bw-pdp-info--sizes-only + .related,
.single-product .bw-pdp-info--sizes-only + .upsells,
.single-product .bw-product-collections,
.single-product .bw-pdp-gender-links {
  display: none !important;
}

.single-product .bw-product-choice-error {
  margin: -2px 0 0 !important;
  padding: 12px 14px;
  border: 1px solid rgba(217, 163, 63, .45);
  border-radius: 8px;
  background: rgba(217, 163, 63, .12);
  color: #4f3a12 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.single-product .bw-product-choice-error[hidden] {
  display: none !important;
}

.single-product .bw-required-highlight {
  outline: 3px solid rgba(217, 163, 63, .42) !important;
  outline-offset: 4px;
}

.single-product .single_add_to_cart_button:disabled,
.single-product button[name="add-to-cart"]:disabled,
.single-product .bw-mobile-purchase-bar__button:disabled {
  cursor: not-allowed !important;
  opacity: .48 !important;
  transform: none !important;
  box-shadow: none !important;
}

.single-product .bw-purchase-reassurance,
.woocommerce-checkout .bw-checkout-trust {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 8px;
  background: #fbfaf7;
  color: #111417;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.42;
}

.single-product .bw-purchase-reassurance p {
  margin: 0;
}

.woocommerce-checkout .bw-checkout-trust {
  margin: 0 0 14px;
}

.woocommerce-checkout .bw-checkout-trust strong,
.woocommerce-checkout .bw-checkout-trust span {
  display: block;
}

.single-product .bw-mobile-purchase-bar {
  display: none;
}

@media (max-width: 768px) {
  .single-product body,
  body.single-product {
    padding-bottom: 92px;
  }

  .single-product .bw-mobile-purchase-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(148px, auto);
    gap: 10px;
    align-items: center;
    min-height: 78px;
    padding: 10px max(14px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-right));
    border-top: 1px solid rgba(17,20,23,.14);
    background: rgba(251, 250, 247, .97);
    box-shadow: 0 -18px 38px rgba(17,20,23,.14);
    backdrop-filter: blur(14px);
  }

  .single-product .bw-mobile-purchase-bar__info {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .single-product .bw-mobile-purchase-bar__info strong {
    color: #111417;
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
  }

  .single-product .bw-mobile-purchase-bar__info span {
    color: #5d6667;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .single-product .bw-mobile-purchase-bar__button {
    width: 100%;
    min-height: 50px !important;
    padding: 12px 16px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
    white-space: normal;
  }
}

.single-product .bw-pdp-description h2,
.single-product .bw-pdp-lower__head h2 {
  margin: 0 0 14px;
  color: #111417;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .95;
  letter-spacing: 0;
}

.single-product .bw-pdp-description p,
.single-product .bw-pdp-description li {
  max-width: 980px;
  color: #5d6667;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
}

.single-product .bw-pdp-other-models {
  margin-top: 0;
}

.single-product .bw-pdp-lower__head {
  margin-bottom: 16px;
}

.single-product .bw-pdp-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.single-product .bw-pdp-model-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(17,20,23,.12);
  border-radius: 8px;
  background: #fff;
  color: #111417;
  text-decoration: none !important;
}

.single-product .bw-pdp-model-card__image {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 16px;
  background: linear-gradient(145deg, #eef2ed, #ffffff);
}

.single-product .bw-pdp-model-card__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.single-product .bw-pdp-model-card__body {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.single-product .bw-pdp-model-card__body strong {
  color: #111417;
  font-size: 18px;
  line-height: 1;
}

.single-product .bw-pdp-model-card__body small {
  color: #5d6667;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 640px) {
  .single-product .bw-size-radio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-product .bw-size-radio span {
    min-height: 52px;
  }

  .single-product .bw-pdp-card--sizes {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .single-product .bw-pdp-model-grid {
    grid-template-columns: 1fr;
  }
}

/* Shop page desktop cleanup */
body.woocommerce-shop .ast-woocommerce-container,
body.post-type-archive-product .ast-woocommerce-container,
body.tax-product_cat .ast-woocommerce-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
}

body.woocommerce-shop .site-content > .ast-container,
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

body.woocommerce-shop #primary,
body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.woocommerce-shop .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

body.woocommerce-shop .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
  display: none !important;
}

body.woocommerce-shop .bw-redesign-shop-hero,
body.post-type-archive-product .bw-redesign-shop-hero,
body.tax-product_cat .bw-redesign-shop-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 clamp(22px, 4vw, 38px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  padding-inline: clamp(18px, 3vw, 42px) !important;
  border-radius: 0 !important;
}

body.woocommerce-shop .bw-redesign-shop-hero > *,
body.post-type-archive-product .bw-redesign-shop-hero > *,
body.tax-product_cat .bw-redesign-shop-hero > * {
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-shop .bw-redesign-shop-hero ul,
body.post-type-archive-product .bw-redesign-shop-hero ul,
body.tax-product_cat .bw-redesign-shop-hero ul {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

body.woocommerce-shop .bw-redesign-shop-hero h1,
body.post-type-archive-product .bw-redesign-shop-hero h1,
body.tax-product_cat .bw-redesign-shop-hero h1,
body.woocommerce-shop .bw-redesign-shop-hero p,
body.post-type-archive-product .bw-redesign-shop-hero p,
body.tax-product_cat .bw-redesign-shop-hero p {
  max-width: none !important;
}

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
  float: left !important;
  margin: 0 0 18px !important;
  padding: 12px 0;
}

body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
  float: right !important;
  margin: 0 0 18px !important;
}

body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
  clear: both;
  width: 100% !important;
  max-width: none !important;
  margin-top: 8px !important;
  margin-bottom: 15px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2vw, 26px) !important;
}

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
  max-width: calc(50% - 16px);
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
  min-width: 0;
  display: grid !important;
  grid-template-rows: auto 1fr;
}

body.woocommerce-shop ul.products li.product .ast-on-card-button,
body.post-type-archive-product ul.products li.product .ast-on-card-button,
body.tax-product_cat ul.products li.product .ast-on-card-button {
  display: none !important;
}

body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap {
  min-height: 300px;
  display: grid;
  place-items: center;
}

body.woocommerce-shop ul.products li.product a img,
body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img {
  aspect-ratio: 1 / .9;
  max-height: 300px;
  padding: 10px;
}

body.woocommerce-shop ul.products li.product .astra-shop-summary-wrap,
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px !important;
}

body.woocommerce-shop ul.products li.product .ast-woo-product-category,
body.post-type-archive-product ul.products li.product .ast-woo-product-category,
body.tax-product_cat ul.products li.product .ast-woo-product-category {
  margin: 0 !important;
  color: #2d6b4f !important;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  padding: 0 !important;
  min-height: 0;
}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
  padding: 0 !important;
}

body.woocommerce-shop ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button {
  width: 100%;
  margin: 8px 0 0 !important;
}

body.woocommerce-shop .bw-collection-footer,
body.post-type-archive-product .bw-collection-footer,
body.tax-product_cat .bw-collection-footer {
  display: none !important;
}

@media (max-width: 1080px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-shop .woocommerce-result-count,
  body.post-type-archive-product .woocommerce-result-count,
  body.tax-product_cat .woocommerce-result-count,
  body.woocommerce-shop .woocommerce-ordering,
  body.post-type-archive-product .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering {
    float: none !important;
    width: 100%;
  }

  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* Collection landing gap cleanup */
body.page .bw-breadcrumbs {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.ast-page-builder-template .site-content:has(.bw-hero) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.ast-page-builder-template .site-content:has(.bw-hero) > .ast-container,
body.ast-page-builder-template .site-content:has(.bw-hero) .site-main,
body.ast-page-builder-template .site-content:has(.bw-hero) article,
body.ast-page-builder-template .site-content:has(.bw-hero) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.ast-page-builder-template .site-content:has(.bw-hero) .entry-header.ast-no-title,
body.ast-page-builder-template .site-content:has(.bw-hero) .entry-header.ast-header-without-markup,
body.ast-page-builder-template .site-content:has(.bw-hero) .entry-header:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ast-page-builder-template .site-content:has(.bw-hero) .entry-content > .bw-hero:first-child,
body.ast-page-builder-template .site-content:has(.bw-hero) .entry-content > .wp-block-group.bw-hero:first-child {
  margin-top: 0 !important;
}


/* ── Scroll infinito en la tienda (01-09-2026) ──────────────────────────── */
.woocommerce-pagination[hidden] { display: none !important; }

.bw-infinite {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  clear: both;
  margin: 28px 0 8px;
  min-height: 48px;
}

.bw-infinite__more {
  appearance: none;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}

.bw-infinite__more:hover,
.bw-infinite__more:focus-visible {
  background: #111;
  color: #fff;
}

.bw-infinite__more[hidden] { display: none; }

.bw-infinite__status {
  margin: 0;
  font-size: 14px;
  opacity: .7;
  text-align: center;
}

.bw-infinite.is-loading .bw-infinite__status::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -2px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: bw-infinite-spin .7s linear infinite;
}

@keyframes bw-infinite-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .bw-infinite.is-loading .bw-infinite__status::before { animation-duration: 2s; }
}
