/*
Theme Name: Башпчелпром Figma
Theme URI: http://45.141.100.52/
Author: Bashpchelprom
Description: WooCommerce theme based on the Figma "Магазин Башкирский Мёд Copy" layout.
Version: 1.0.1
Text Domain: bashpchel-figma
*/

:root {
  --bp-orange: #ff9f1a;
  --bp-orange-dark: #e68100;
  --bp-orange-soft: #fff4df;
  --bp-dark: #242424;
  --bp-ink: #252525;
  --bp-muted: #767676;
  --bp-line: #ececec;
  --bp-soft: #f7f7f7;
  --bp-white: #fff;
  --bp-green: #4d8d45;
  --bp-red: #f04438;
  --bp-radius: 6px;
  --bp-shadow: 0 12px 30px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--bp-ink);
  background: #f1f1f1;
  font-family: "TT Norms", "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bp-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bp-topbar {
  background: var(--bp-dark);
  color: #d7d7d7;
  font-size: 13px;
}

.bp-topbar__inner,
.bp-header__inner,
.bp-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.bp-topbar__inner { min-height: 38px; }
.bp-topbar a { color: #fff; }
.bp-topbar__right { display: flex; gap: 18px; flex-wrap: wrap; }

.bp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--bp-line);
}

.bp-header__inner {
  min-height: 76px;
}

.bp-mobile-menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  color: var(--bp-ink);
}

.bp-mobile-menu svg,
.bp-action svg,
.bp-search button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
}

.bp-logo__mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--bp-orange);
  color: #211403;
  font-weight: 900;
  font-size: 23px;
}

.bp-logo strong {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.bp-logo span {
  display: block;
  margin-top: 3px;
  color: var(--bp-muted);
  font-size: 12px;
}

.bp-search {
  flex: 1;
  max-width: 520px;
  position: relative;
}

.bp-search input {
  width: 100%;
  height: 42px;
  border: 2px solid var(--bp-orange);
  border-radius: 999px;
  padding: 0 48px 0 18px;
}

.bp-search button {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--bp-orange);
  display: grid;
  place-items: center;
}

.bp-header__contacts {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.bp-phone strong { display: block; }
.bp-phone span { display: block; color: var(--bp-muted); font-size: 12px; }

.bp-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bp-action {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  color: var(--bp-ink);
  background: #fff;
}

.bp-action__count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--bp-orange);
  font-size: 12px;
  font-weight: 800;
}

.bp-nav {
  border-bottom: 1px solid var(--bp-line);
  background: #fff;
}

.bp-mobile-nav {
  display: none;
}

.bp-nav__inner {
  min-height: 44px;
  justify-content: flex-start;
}

.bp-nav a {
  color: #4a4a4a;
  font-size: 14px;
}

.bp-nav a:hover { color: var(--bp-orange-dark); }

.bp-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-element-button {
  border: 0 !important;
  border-radius: var(--bp-radius) !important;
  background: var(--bp-orange) !important;
  color: #221300 !important;
  padding: 12px 20px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center;
  transition: .18s ease;
}

.bp-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--bp-orange-dark) !important;
  color: #fff !important;
}

.bp-button--dark {
  background: var(--bp-dark) !important;
  color: #fff !important;
}

.bp-button--light {
  background: #fff !important;
  border: 1px solid var(--bp-line) !important;
  color: var(--bp-muted) !important;
  margin-top: 8px;
}

.bp-section {
  padding: 64px 0;
}

.bp-section--soft {
  background: var(--bp-soft);
}

.bp-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.bp-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.bp-lead {
  max-width: 680px;
  color: var(--bp-muted);
  margin: 10px 0 0;
}

.bp-hero {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  width: min(1180px, 100%);
  margin: 0 auto;
  background:
    radial-gradient(ellipse at 72% 20%, rgba(255,255,255,.62), rgba(255,255,255,0) 28%),
    linear-gradient(180deg, rgba(42,55,66,.26) 0, rgba(37,45,42,.35) 42%, rgba(73,108,37,.12) 43%, rgba(134,157,34,.22) 100%),
    linear-gradient(145deg, #566b4e 0 18%, #899267 19% 31%, #455446 32% 46%, #8ca233 47% 100%);
}

.bp-hero::before,
.bp-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.bp-hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.12) 46%, rgba(255,255,255,.06)),
    radial-gradient(ellipse at 18% 46%, rgba(35,43,52,.42), transparent 35%),
    radial-gradient(ellipse at 84% 44%, rgba(33,47,31,.52), transparent 36%),
    linear-gradient(170deg, transparent 0 33%, rgba(50,80,35,.78) 34% 49%, transparent 50%),
    linear-gradient(20deg, transparent 0 36%, rgba(67,93,43,.72) 37% 52%, transparent 53%);
}

.bp-hero::after {
  left: -4%;
  right: -4%;
  bottom: -46px;
  height: 155px;
  background:
    repeating-linear-gradient(83deg, rgba(91,121,31,.85) 0 2px, rgba(145,168,38,.92) 2px 8px),
    linear-gradient(180deg, #8cae2a, #54791d);
  transform: skewY(-2deg);
}

.bp-hero__inner {
  min-height: 360px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.bp-hero__copy {
  width: min(420px, 46%);
  color: #fff;
  padding-bottom: 58px;
}

.bp-hero__eyebrow {
  display: inline-block;
  background: rgba(255,159,26,.96);
  color: #251300;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.bp-hero h1 {
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
  margin: 0;
  max-width: 430px;
}

.bp-hero p {
  font-size: 15px;
  margin: 18px 0 26px;
  color: rgba(255,255,255,.9);
}

.bp-hero__cards {
  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%);
  z-index: 4;
  width: min(760px, calc(100% - 80px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.bp-hero__visual {
  position: absolute;
  z-index: 3;
  right: 118px;
  bottom: 0;
  width: 270px;
  height: 312px;
}

.bp-hero__stand {
  position: absolute;
  left: 38px;
  right: 18px;
  bottom: 0;
  height: 218px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.86), rgba(245,248,252,.97) 22%, rgba(219,231,240,.94) 100%);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}

.bp-hero__stand::before {
  content: "";
  position: absolute;
  left: -18px;
  right: -12px;
  top: -18px;
  height: 30px;
  border-radius: 5px;
  background: linear-gradient(180deg, #fff, #e9eef2);
  box-shadow: 0 6px 16px rgba(0,0,0,.16);
}

.bp-hero__jar {
  position: absolute;
  left: 50%;
  top: -92px;
  transform: translateX(-50%);
  width: 122px;
  height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(0,0,0,.24));
}

.bp-hero__stream {
  position: absolute;
  left: 116px;
  top: 8px;
  width: 8px;
  height: 104px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffcb58, #d98913);
  box-shadow: 0 0 0 2px rgba(255,255,255,.1);
}

.bp-hero-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  border-radius: var(--bp-radius);
  background: rgba(255,255,255,.97);
  padding: 13px 14px;
  box-shadow: var(--bp-shadow);
}

.bp-hero-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.bp-hero-card strong {
  display: block;
  font-size: 14px;
}

.bp-hero-card span {
  display: block;
  color: var(--bp-muted);
  font-size: 12px;
  margin-top: 3px;
}

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

.bp-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bp-category-card {
  display: grid;
  min-height: 112px;
  place-items: center;
  text-align: center;
  padding: 16px;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  transition: .18s ease;
}

.bp-category-card:hover {
  border-color: var(--bp-orange);
  transform: translateY(-2px);
}

.bp-category-card img {
  max-width: 64px;
  max-height: 54px;
  object-fit: contain;
  margin-bottom: 10px;
}

.bp-category-grid--photo {
  grid-template-columns: repeat(4, 1fr);
}

.bp-category-grid--photo .bp-category-card {
  position: relative;
  min-height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  overflow: hidden;
  text-align: left;
  color: #fff;
  border: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.15)),
    var(--bp-card-image, linear-gradient(135deg, #6c5f3f, #272727));
}

.bp-category-grid--photo .bp-category-card::after {
  content: "";
  position: absolute;
  inset: auto -24px -34px auto;
  width: 116px;
  height: 116px;
  border: 12px solid rgba(255,159,26,.72);
  border-radius: 50%;
}

.bp-category-grid--photo .bp-category-card img {
  position: relative;
  z-index: 2;
  max-width: 88px;
  max-height: 76px;
  margin: 0;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.26));
}

.bp-category-grid--photo .bp-category-card strong {
  position: relative;
  z-index: 2;
  max-width: 130px;
}

.bp-catalog-cats {
  background: #fff;
  padding: 28px 0 6px;
}

.bp-catalog-cats__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.bp-catalog-cat {
  display: grid;
  grid-template-columns: 1fr 62px;
  align-items: center;
  min-height: 82px;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.bp-catalog-cat span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.bp-catalog-cat img {
  width: 62px;
  height: 56px;
  object-fit: contain;
}

.bp-panel-grid,
.bp-doc-grid,
.bp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bp-panel,
.bp-doc,
.bp-blog-card {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 22px;
}

.bp-panel h2,
.bp-panel h3,
.bp-doc h3,
.bp-blog-card h3 {
  margin-top: 0;
}

.bp-panel p,
.bp-doc p,
.bp-blog-card p {
  color: var(--bp-muted);
}

.bp-steps {
  counter-reset: bp-step;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.bp-steps li {
  counter-increment: bp-step;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.bp-steps li::before {
  content: counter(bp-step);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--bp-orange);
  color: #261400;
  font-weight: 900;
}

.bp-price-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
}

.bp-price-table th,
.bp-price-table td {
  text-align: left;
  border-bottom: 1px solid var(--bp-line);
  padding: 12px 14px;
}

.bp-price-table th {
  background: var(--bp-soft);
}

.bp-discount {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-radius: var(--bp-radius);
  background: var(--bp-dark);
  color: #fff;
}

.bp-discount strong {
  font-size: 42px;
  color: var(--bp-orange);
}

.bp-map {
  min-height: 360px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.06)),
    url("assets/images/barrel-gift.jpeg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bp-map__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  min-height: 360px;
}

.bp-map-card {
  border-radius: var(--bp-radius);
  background: rgba(255,255,255,.92);
  color: var(--bp-ink);
  padding: 24px;
  box-shadow: var(--bp-shadow);
}

.bp-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--bp-orange);
  color: #221300;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 900;
}

.bp-route-card {
  position: relative;
  border-radius: var(--bp-radius);
  background: rgba(255,255,255,.93);
  color: var(--bp-ink);
  padding: 20px;
  box-shadow: var(--bp-shadow);
}

.bp-route-card__map {
  position: relative;
  height: 190px;
  overflow: hidden;
  border-radius: var(--bp-radius);
  background:
    linear-gradient(130deg, transparent 0 42%, rgba(255,255,255,.5) 43% 45%, transparent 46%),
    linear-gradient(35deg, #dff0d1, #f4fbef);
  border: 1px solid #d7e8cc;
  margin-bottom: 12px;
}

.bp-route-card__line {
  position: absolute;
  left: 16%;
  top: 56%;
  width: 70%;
  height: 3px;
  background: var(--bp-orange);
  transform: rotate(-9deg);
}

.bp-route-card i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--bp-orange);
  box-shadow: 0 0 0 2px rgba(255,159,26,.5);
}

.bp-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bp-info {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 20px;
}

.bp-info strong {
  display: block;
  margin-bottom: 8px;
}

.bp-info p { color: var(--bp-muted); margin: 0; }

.bp-home-trust {
  margin-top: 0;
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: clamp(28px, 4vw, 52px);
}

.bp-home-trust__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bp-home-trust__card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 156px;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 16px 34px rgba(35, 31, 23, .08);
}

.bp-home-trust__card i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-top: 2px;
}

.bp-home-trust__card i img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.bp-home-trust__card p {
  color: #565656;
  font-size: 17px;
  line-height: 1.45;
}

.bp-home-trust__card p strong {
  color: #4f4f4f;
  font-size: 19px;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .bp-home-trust__grid {
    grid-template-columns: 1fr;
  }

  .bp-home-trust__card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .bp-home-trust__card {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 20px;
  }

  .bp-home-trust__card p {
    font-size: 15px;
  }

  .bp-home-trust__card p strong {
    font-size: 17px;
  }
}

.bp-blog-card {
  padding: 0;
  overflow: hidden;
}

.bp-blog-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #fafafa;
}

.bp-blog-card span {
  display: inline-flex;
  margin: 16px 16px 8px;
  color: var(--bp-orange-dark);
  font-size: 12px;
  font-weight: 900;
}

.bp-blog-card h3,
.bp-blog-card p,
.bp-blog-card a {
  margin-left: 16px;
  margin-right: 16px;
}

.bp-blog-card a {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--bp-orange-dark);
  font-weight: 900;
  font-size: 13px;
}

.bp-video {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
}

.bp-video__copy h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
}

.bp-video__copy p {
  max-width: 680px;
  color: var(--bp-muted);
}

.bp-video__screen {
  position: relative;
  width: min(650px, 100%);
  aspect-ratio: 16 / 8.5;
  border-radius: var(--bp-radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 35%, rgba(255,255,255,.26), transparent 30%),
    linear-gradient(120deg, #1f2830, #6c4a2a 58%, #171717);
  box-shadow: var(--bp-shadow);
}

.bp-video__screen button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: var(--bp-orange);
  transform: translate(-50%, -50%);
}

.bp-video__screen button::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  border-left: 18px solid #221300;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.bp-contact-map {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: stretch;
}

.bp-contact-map__canvas {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--bp-radius);
  background:
    linear-gradient(125deg, transparent 0 37%, rgba(72,151,206,.35) 38% 43%, transparent 44%),
    linear-gradient(35deg, transparent 0 52%, rgba(72,151,206,.3) 53% 58%, transparent 59%),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.5) 1px, transparent 1px),
    #dceecf;
  background-size: auto, auto, 58px 58px, 58px 58px, auto;
}

.bp-contact-map__canvas span {
  position: absolute;
  width: 180px;
  height: 5px;
  border-radius: 999px;
  background: #f0a22a;
}

.bp-contact-map__canvas span:nth-child(1) { left: 12%; top: 28%; transform: rotate(24deg); }
.bp-contact-map__canvas span:nth-child(2) { left: 38%; top: 54%; transform: rotate(-12deg); }
.bp-contact-map__canvas span:nth-child(3) { left: 55%; top: 38%; transform: rotate(48deg); }

.bp-contact-map__canvas i {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 24px;
  height: 24px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--bp-orange);
  box-shadow: 0 0 0 3px rgba(255,159,26,.45);
}

.bp-contact-map__card {
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 28px;
  box-shadow: var(--bp-shadow);
}

.bp-contact-map__card h2 {
  margin-top: 0;
}

.bp-contact-map__card p {
  color: var(--bp-muted);
}

.bp-documents {
  background:
    radial-gradient(circle at 34% 48%, rgba(0,0,0,.04), transparent 18%),
    #fff;
}

.bp-documents__inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.bp-documents__inner h2 {
  margin-top: 0;
  font-size: clamp(26px, 3vw, 38px);
}

.bp-documents__inner p {
  color: var(--bp-muted);
}

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

.bp-documents__cards article {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 18px;
  box-shadow: var(--bp-shadow);
}

.bp-documents__cards span {
  display: block;
  height: 170px;
  margin-bottom: 14px;
  border-radius: 4px;
  background:
    linear-gradient(#f9f9f9, #fff),
    repeating-linear-gradient(0deg, #d8d8d8 0 1px, transparent 1px 16px);
  border: 1px solid var(--bp-line);
}

.bp-documents__cards strong {
  display: block;
  margin-bottom: 10px;
}

.bp-documents__cards a {
  display: inline-flex;
  border-radius: 4px;
  background: var(--bp-orange);
  color: #251400;
  padding: 10px 12px;
  font-weight: 900;
  font-size: 12px;
}

.bp-family {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) 1.2fr;
  gap: 34px;
  align-items: center;
}

.bp-family img {
  border-radius: var(--bp-radius);
}

.bp-footer {
  background: #2f2f2f;
  color: #e7e7e7;
  padding: 44px 0 0;
}

.bp-footer__grid {
  display: grid;
  grid-template-columns: 270px 150px 150px 190px 220px;
  gap: 30px;
  align-items: start;
  min-height: 276px;
}

.bp-footer__brand {
  min-height: 276px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.bp-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
}

.bp-footer p,
.bp-footer a,
.bp-footer li {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-footer-logo {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: center;
  width: 226px;
  color: #fff !important;
}

.bp-footer-logo img {
  display: block;
  width: 86px;
  height: auto;
}

.bp-footer-logo span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-footer ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: grid;
  gap: 11px;
}

.bp-footer__schedule {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 28px 0 15px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.bp-footer__schedule img,
.bp-footer__phones img,
.bp-footer__address-main img {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.bp-footer__phones {
  position: relative;
  margin: 0 0 19px;
  padding-left: 22px;
}

.bp-footer__phones img {
  position: absolute;
  left: 0;
  top: 2px;
}

.bp-footer__phones strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.bp-footer__phones a {
  color: #faa02c !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
}

.bp-footer__brand p {
  margin: 0;
}

.bp-footer__brand p:last-child strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.bp-footer__brand p:last-child {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.bp-footer__addresses {
  display: grid;
  grid-template-columns: 220px 320px 320px 262px;
  gap: 16px;
  align-items: center;
  min-height: 91px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  margin-top: 0;
  padding: 18px 0;
}

.bp-footer__addresses strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.bp-footer__addresses span {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-footer__address-main {
  position: relative;
  padding-left: 30px;
}

.bp-footer__address-main img {
  position: absolute;
  left: 0;
  top: 5px;
}

.bp-footer__addresses .bp-button {
  width: 262px;
  height: 60px;
  min-height: 0;
  border: 0;
  border-radius: 10px;
  background: #faa02c;
  color: #4c2626;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  padding: 0;
}

.bp-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  min-height: 74px;
  margin-top: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
}

.bp-footer__bottom a {
  color: #fff;
  text-decoration: underline;
}

.bp-footer__bottom a:hover {
  color: #fff;
}

.bp-footer__pay {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-left: 18px;
}

.bp-footer__pay .bp-pay {
  display: inline-flex;
  align-items: center;
}

.bp-footer__pay svg {
  display: block;
  height: 23px;
  width: auto;
}

.bp-modal[hidden],
.bp-map-modal[hidden],
.bp-social-setup-modal[hidden] {
  display: none;
}

.bp-modal,
.bp-map-modal,
.bp-social-setup-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 20px;
}

.bp-modal-open {
  overflow: hidden;
}

.bp-modal__overlay,
.bp-map-modal__overlay,
.bp-social-setup-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.62);
}

.bp-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(420px, 100%);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 26px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.bp-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--bp-soft);
  font-size: 24px;
  line-height: 1;
}

.bp-map-modal {
  z-index: 1002;
}

.bp-map-modal__dialog {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  border-radius: 18px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.bp-map-modal__close {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff7e8;
  color: #241400;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.bp-map-modal__head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding-right: 42px;
}

.bp-map-modal__head span {
  display: inline-flex;
  margin-bottom: 4px;
  color: #ff9f1a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.bp-map-modal__head h2 {
  margin: 0;
  color: #3f3f3f;
  font-size: 25px;
  line-height: 1.2;
}

.bp-map-modal__head a {
  display: inline-grid;
  min-height: 44px;
  place-items: center;
  border-radius: 8px;
  background: #ff9f1a;
  color: #241400;
  padding: 10px 18px;
  font-weight: 900;
  white-space: nowrap;
}

.bp-map-modal__frame {
  width: 100%;
  height: min(70vh, 680px);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid #eadfcb;
  border-radius: 14px;
  background: #f6f1e8;
}

.bp-map-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.bp-social-setup-modal {
  z-index: 1003;
}

.bp-social-setup-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(560px, calc(100vw - 32px));
  border-radius: 12px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.bp-social-setup-modal__close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff7e8;
  color: #241400;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bp-social-setup-modal__dialog h2 {
  margin: 10px 34px 10px 0;
  color: var(--bp-ink);
  font-size: 27px;
  line-height: 1.18;
}

.bp-social-setup-modal__dialog p {
  color: var(--bp-muted);
}

.bp-social-setup-modal__uri {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  color: var(--bp-ink);
  font-weight: 900;
}

.bp-social-setup-modal__uri input {
  width: 100%;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  background: #fffaf0;
  color: #4b4b4b;
  padding: 12px;
  font-size: 13px;
}

.bp-social-setup-modal__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.bp-social-setup-modal__note {
  margin: 16px 0 0;
  font-size: 13px;
}

.bp-modal__dialog h2 {
  margin: 0 32px 8px 0;
}

.bp-modal__dialog p,
.bp-modal__form span {
  color: var(--bp-muted);
  font-size: 13px;
}

.bp-modal__form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.bp-modal__form label {
  display: grid;
  gap: 6px;
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 800;
}

.bp-modal__form input,
.bp-modal__form textarea {
  width: 100%;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 11px 12px;
  font-weight: 400;
}

.bp-modal__form input.is-invalid,
.bp-modal__form textarea.is-invalid {
  border-color: #b83720;
  box-shadow: 0 0 0 3px rgba(184, 55, 32, .12);
}

.bp-legal-consents {
  display: grid;
  gap: 8px;
  margin: 4px 0;
}

.bp-legal-consent {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: flex-start;
  gap: 9px !important;
  color: var(--bp-muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.45;
}

.bp-legal-consent input {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--bp-orange);
}

.bp-legal-consent span {
  min-width: 0;
}

.bp-legal-consent a {
  color: var(--bp-orange-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bp-legal-consents.is-error {
  border: 1px solid rgba(184, 55, 32, .28);
  border-radius: 6px;
  background: #fff7f3;
  padding: 10px;
}

.bp-legal-consents__error,
.bp-modal__status {
  margin: 2px 0 0;
  border-radius: 6px;
  background: #eef8ef;
  padding: 10px 12px;
  color: #235c34;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.bp-legal-consents__error,
.bp-modal__status.is-error {
  background: #fff0ed;
  color: #9a2e1c;
}

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

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

.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: .18s ease;
  overflow: hidden;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  min-height: auto !important;
  min-width: auto !important;
  border-radius: 4px !important;
  background: #ff3b30 !important;
  color: #fff !important;
  line-height: 1 !important;
  padding: 5px 7px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  left: 16px !important;
  top: 16px !important;
  right: auto !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product:hover {
  border-color: #ffd18a;
  box-shadow: var(--bp-shadow);
}

.woocommerce ul.products li.product .button {
  margin-top: auto !important;
}

.bp-product-card__image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 228px;
  background: #fafafa;
  border-bottom: 1px solid var(--bp-line);
  padding: 16px;
}

.bp-product-card__image img {
  width: 100%;
  height: 196px !important;
  object-fit: contain;
  margin: 0 !important;
}

.bp-product-card__badge {
  position: absolute;
  z-index: 2;
  left: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 5px 7px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  max-width: calc(100% - 20px);
}

.bp-product-card__badge--red {
  top: 10px;
  background: #ff3b30;
}

.bp-product-card__badge--violet {
  bottom: 10px;
  background: #7c4dff;
}

.bp-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
}

.bp-product-card__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  color: var(--bp-orange);
  font-size: 12px;
  line-height: 1;
}

.bp-product-card__rating em {
  color: var(--bp-muted);
  font-style: normal;
  font-size: 11px;
}

.bp-product-card .woocommerce-loop-product__title {
  margin: 0 0 7px !important;
  min-height: 38px;
  padding: 0 !important;
}

.bp-product-card .woocommerce-loop-product__title a {
  font-size: 14px;
  line-height: 1.32;
  color: var(--bp-ink);
}

.bp-product-card__body p {
  min-height: 38px;
  margin: 0 0 10px;
  color: var(--bp-muted);
  font-size: 12px;
  line-height: 1.35;
}

.bp-product-card__price {
  margin-top: auto;
  color: var(--bp-ink);
  font-size: 17px;
  font-weight: 900;
}

.bp-product-card__price .woocommerce-Price-amount {
  font-weight: 900;
}

.bp-product-card__packs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin: 10px 0;
}

.bp-product-card__packs span {
  display: grid;
  place-items: center;
  min-height: 28px;
  border: 1px solid var(--bp-line);
  border-radius: 4px;
  background: #fff;
  color: #555;
  font-size: 11px;
  font-weight: 700;
}

.bp-product-card__button {
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 4px;
  background: var(--bp-orange);
  color: #2a1600;
  font-size: 13px;
  font-weight: 900;
  margin-top: 4px;
}

.bp-product-card__button:hover {
  background: var(--bp-orange-dark);
  color: #fff;
}

.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fafafa;
  border-radius: var(--bp-radius);
  margin: 0 0 12px !important;
}

.woocommerce-loop-product__title {
  min-height: 39px;
  font-size: 14px !important;
  line-height: 1.35;
}

.woocommerce ul.products li.product .price {
  color: var(--bp-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.star-rating span::before,
.star-rating::before { color: var(--bp-orange); }

.bp-shop-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 28px;
}

.bp-shop-sidebar {
  border: 1px solid var(--bp-line);
  background: #fff;
  border-radius: var(--bp-radius);
  padding: 18px;
  align-self: start;
}

.bp-filter-group {
  border-bottom: 1px solid var(--bp-line);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.bp-filter-group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.bp-filter-group h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.bp-filter-group label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 8px 0;
  color: var(--bp-muted);
  font-size: 14px;
}

.bp-filter-group input {
  accent-color: var(--bp-orange);
}

.bp-shop-main .woocommerce-result-count {
  color: var(--bp-muted);
  font-size: 13px;
}

.bp-shop-main .woocommerce-ordering select {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 10px 12px;
  background: #fff;
}

.woocommerce div.product {
  background: #fff;
}

.single-product .bp-content--product {
  background: #fff;
}

.single-product .woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product div.summary {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,.04);
}

.bp-product-shell {
  display: flow-root;
}

.woocommerce div.product div.images img {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fafafa;
}

.woocommerce div.product .product_title {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--bp-ink);
  font-size: 28px;
  font-weight: 900;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: block;
  padding: 0 0 8px;
}

.woocommerce div.product form.cart .variations select,
.woocommerce div.product form.cart div.quantity input.qty {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  min-height: 40px;
  padding: 8px 10px;
}

.bp-single-product__top {
  display: grid;
  grid-template-columns: minmax(270px, 430px) minmax(280px, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.bp-single-gallery__main {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fafafa;
  padding: 24px;
}

.bp-single-gallery__main img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}

.bp-single-gallery__main-link {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 330px;
  place-items: center;
}

.bp-single-gallery__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  border-radius: 4px;
  background: #ff3b30;
  color: #fff;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 900;
}

.bp-single-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.bp-single-gallery__thumbs button {
  display: grid;
  min-height: 72px;
  place-items: center;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 6px;
  cursor: pointer;
}

.bp-single-gallery__thumbs button.is-active {
  border-color: var(--bp-orange);
  box-shadow: 0 0 0 2px rgba(255, 159, 26, .18);
}

.bp-single-gallery__thumbs img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.bp-single-info__meta,
.bp-single-info__rating,
.bp-single-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.bp-single-info__meta span,
.bp-single-tags span {
  border-radius: 999px;
  background: var(--bp-soft);
  color: var(--bp-muted);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}

.bp-single-info__meta span:first-child {
  background: #eaf8e7;
  color: var(--bp-green);
}

.bp-single-info .product_title {
  margin: 16px 0 10px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.bp-single-info__rating {
  color: var(--bp-orange);
  font-size: 14px;
}

.bp-single-info__rating span {
  display: inline-flex;
  gap: 3px;
}

.bp-single-info__rating img {
  width: 16px;
  height: 16px;
}

.bp-single-info__rating a {
  color: var(--bp-muted);
  font-size: 13px;
}

.bp-single-info__short {
  max-width: 580px;
  color: var(--bp-muted);
  font-size: 15px;
}

.bp-single-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.bp-single-proof div {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 13px;
}

.bp-single-proof strong {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.bp-single-proof span {
  color: var(--bp-muted);
  font-size: 12px;
  line-height: 1.35;
}

.bp-buybox {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

.bp-buybox__label {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bp-buybox__price {
  margin: 5px 0 8px;
  color: var(--bp-ink);
  font-size: 28px;
  font-weight: 900;
}

.bp-buybox__stock {
  margin-bottom: 14px;
  color: var(--bp-green);
  font-size: 13px;
  font-weight: 800;
}

.bp-buybox form.cart {
  display: grid;
  gap: 12px;
}

.bp-buybox .variations {
  margin: 0 !important;
}

.bp-buybox .single_add_to_cart_button,
.bp-oneclick {
  width: 100%;
  min-height: 42px;
}

.bp-oneclick {
  margin-top: 10px;
  border: 1px solid var(--bp-orange);
  border-radius: var(--bp-radius);
  background: var(--bp-orange-soft);
  color: var(--bp-orange-dark);
  font-weight: 900;
}

.bp-buybox p {
  margin: 12px 0 0;
  color: var(--bp-muted);
  font-size: 12px;
  line-height: 1.35;
}

.bp-single-tabs {
  margin-top: 42px;
}

.bp-section--single-related {
  padding-bottom: 0;
}

.woocommerce-tabs {
  border-top: 1px solid var(--bp-line);
  margin-top: 42px;
  padding-top: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 0 !important;
  margin: 0 0 24px !important;
  list-style: none !important;
  border-bottom: 1px solid var(--bp-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0 !important;
  padding: 0 0 11px !important;
  list-style: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: var(--bp-orange) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0 !important;
  color: var(--bp-muted);
  font-weight: 800 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--bp-ink);
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 920px;
  margin: 0 !important;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 24px;
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title,
.page .entry-title {
  display: none;
}

.bp-page-hero {
  background: #fff;
  padding: 42px 0;
  border-bottom: 1px solid var(--bp-line);
}

.bp-page-hero--catalog {
  padding-bottom: 28px;
}

.bp-page-hero h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
}

.bp-page-hero p {
  color: var(--bp-muted);
  margin: 10px 0 0;
  max-width: 720px;
}

.bp-content {
  padding: 48px 0;
  background: #fff;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-form {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 22px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-color: var(--bp-line);
}

.woocommerce table.shop_table {
  border-radius: var(--bp-radius);
  overflow: hidden;
  background: #fff;
}

.woocommerce table.shop_table th {
  background: var(--bp-soft);
  color: var(--bp-ink);
  font-size: 13px;
}

.woocommerce-cart-form .product-thumbnail {
  width: 110px;
}

.woocommerce-cart-form .product-thumbnail img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: var(--bp-radius);
  background: #fafafa;
}

.woocommerce-cart-form .product-name a {
  font-weight: 900;
}

.woocommerce-cart-form .coupon {
  display: flex;
  gap: 10px;
}

.woocommerce-cart-form .coupon .input-text {
  min-width: 180px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart-collaterals .cart_totals {
  width: min(420px, 100%) !important;
  float: none !important;
}

.cart_totals h2 {
  margin-top: 0;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 26px;
  align-items: start;
}

.woocommerce-checkout #customer_details {
  display: grid;
  gap: 18px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: auto;
  float: none;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
  margin: 0;
  border: 1px solid var(--bp-line);
  border-bottom: 0;
  border-radius: var(--bp-radius) var(--bp-radius) 0 0;
  background: var(--bp-soft);
  padding: 18px 20px;
}

.woocommerce-checkout #order_review {
  border: 1px solid var(--bp-line);
  border-radius: 0 0 var(--bp-radius) var(--bp-radius);
  background: #fff;
  padding: 18px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 49%;
}

.woocommerce form .form-row-wide {
  clear: both;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 11px 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 26%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
}

.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce-form h2 {
  margin-top: 0;
}

.woocommerce-account .woocommerce-form-login {
  max-width: 640px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 11px 12px;
}

.woocommerce-MyAccount-navigation .is-active a {
  border-color: var(--bp-orange);
  background: var(--bp-orange-soft);
  color: var(--bp-orange-dark);
  font-weight: 900;
}

.bp-auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.bp-auth-card {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
  padding: 26px;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
}

.bp-auth-card--accent {
  background:
    radial-gradient(circle at 90% 12%, rgba(255,159,26,.18), transparent 28%),
    #fff;
}

.bp-auth-card h2 {
  margin: 10px 0 8px;
  font-size: clamp(24px, 3vw, 34px);
}

.bp-auth-card p {
  color: var(--bp-muted);
}

.bp-auth-card form {
  margin-top: 18px;
}

.bp-auth-card__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bp-auth-card .lost_password a {
  color: var(--bp-orange-dark);
  font-weight: 900;
}

.bp-social-login {
  display: grid;
  gap: 10px;
  margin: 20px 0 18px;
}

.bp-social-button {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  background: #fff;
  padding: 10px 14px;
  color: var(--bp-ink);
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
}

.bp-social-button:hover {
  border-color: var(--bp-orange);
  color: var(--bp-ink);
  transform: translateY(-1px);
}

.bp-social-button__mark {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.bp-social-button--vk .bp-social-button__mark {
  background: #0077ff;
}

.bp-social-button--yandex .bp-social-button__mark {
  background: #fc3f1d;
}

.bp-social-button.is-pending small {
  display: block;
  margin-top: 2px;
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.bp-social-login--inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.bp-account-dashboard {
  display: grid;
  gap: 22px;
}

.bp-account-auth-switch,
.bp-account-welcome,
.bp-account-quick a {
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.bp-account-auth-switch {
  display: grid;
  gap: 18px;
  padding: 24px;
  background:
    radial-gradient(circle at 92% 0, rgba(255,159,26,.18), transparent 32%),
    #fff;
}

.bp-account-auth-switch h2,
.bp-account-welcome h2 {
  margin: 8px 0 8px;
  color: var(--bp-ink);
  font-size: 28px;
  line-height: 1.18;
}

.bp-account-auth-switch p,
.bp-account-welcome p,
.bp-account-quick span {
  color: var(--bp-muted);
}

.bp-account-auth-switch__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.bp-account-welcome {
  padding: 24px;
}

.bp-account-welcome a {
  color: var(--bp-orange-dark);
  font-weight: 900;
}

.bp-account-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bp-account-quick a {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.bp-account-quick strong {
  color: var(--bp-ink);
  font-size: 18px;
}

.bp-auth-divider {
  position: relative;
  display: grid;
  place-items: center;
  margin: 18px 0;
  color: var(--bp-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.bp-auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--bp-line);
}

.bp-auth-divider span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 12px;
}

.bp-auth-card--accent .bp-auth-divider span {
  background: #fff;
}

.bp-auth-points {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
}

.bp-auth-points li {
  position: relative;
  padding-left: 22px;
  color: var(--bp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bp-auth-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bp-orange);
  box-shadow: 0 0 0 4px var(--bp-orange-soft);
}

.bp-legal-doc {
  max-width: 940px;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 12px 34px rgba(0,0,0,.04);
}

.bp-legal-doc__date {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: var(--bp-orange-soft);
  padding: 0 14px;
  color: var(--bp-orange-dark) !important;
  font-size: 13px;
  font-weight: 900;
}

.bp-legal-doc h2 {
  margin: 30px 0 10px;
  color: var(--bp-ink);
  font-size: 24px;
  line-height: 1.2;
}

.bp-legal-doc p,
.bp-legal-doc li {
  color: var(--bp-muted);
  font-size: 16px;
  line-height: 1.7;
}

.bp-legal-doc ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.bp-legal-doc li {
  position: relative;
  padding-left: 24px;
}

.bp-legal-doc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bp-orange);
}

.bp-legal-doc a {
  color: var(--bp-orange-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bp-mobile-only { display: none; }

@media (max-width: 1020px) {
  .bp-header__inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .bp-search {
    order: 3;
    max-width: none;
    width: 100%;
    flex: 0 0 100%;
  }

  .bp-mobile-menu {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .bp-products-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .bp-single-product__top {
    grid-template-columns: 1fr 1fr;
  }

  .bp-buybox {
    grid-column: 1 / -1;
  }

  .bp-hero__visual {
    right: 42px;
  }

  .bp-hero__cards {
    width: min(720px, calc(100% - 40px));
  }
}

@media (max-width: 760px) {
  .bp-container { width: min(100% - 20px, 1180px); }
  .bp-topbar__inner,
  .bp-header__contacts,
  .bp-nav__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .bp-topbar__right { gap: 8px; }
  .bp-header__contacts { display: none; }
  .bp-nav { display: none; }
  .bp-mobile-only { display: block; }

  .bp-mobile-nav {
    display: none;
    border-bottom: 1px solid var(--bp-line);
    background: #fff;
    padding: 8px 10px 14px;
  }

  .bp-mobile-nav.is-open {
    display: grid;
    gap: 8px;
  }

  .bp-mobile-nav a {
    border: 1px solid var(--bp-line);
    border-radius: var(--bp-radius);
    padding: 11px 12px;
  }

  .bp-hero,
  .bp-hero__inner {
    min-height: 620px;
  }

  .bp-hero {
    width: 100%;
  }

  .bp-hero__inner {
    align-items: flex-start;
    padding-top: 34px;
  }

  .bp-hero__copy {
    width: min(100%, 360px);
    padding-bottom: 0;
  }

  .bp-hero__copy p {
    max-width: 320px;
  }

  .bp-hero__visual {
    right: 0;
    left: auto;
    bottom: 132px;
    width: 210px;
    height: 240px;
    opacity: .96;
  }

  .bp-hero__stand {
    height: 166px;
  }

  .bp-hero__jar {
    width: 96px;
    height: 96px;
    top: -74px;
  }

  .bp-hero__stream {
    left: 96px;
    height: 82px;
  }

  .bp-hero__cards {
    grid-template-columns: 1fr;
    bottom: 18px;
    width: calc(100% - 20px);
    gap: 8px;
  }

  .bp-hero-card {
    padding: 10px 12px;
  }

  .bp-section__head,
  .bp-discount,
  .bp-map__inner,
  .bp-family,
  .bp-footer__bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .bp-products-grid,
  .bp-category-grid,
  .bp-catalog-cats__grid,
  .bp-blog-grid,
  .bp-doc-grid,
  .bp-panel-grid,
  .bp-info-grid,
  .bp-contact-map,
  .bp-documents__inner,
  .bp-documents__cards,
  .bp-footer__grid,
  .bp-footer__addresses,
  .bp-auth-layout,
  .woocommerce ul.products,
  .bp-shop-layout,
  .bp-single-product__top,
  .bp-single-proof {
    grid-template-columns: 1fr;
  }

  .bp-single-gallery__main {
    min-height: 280px;
  }

  .bp-single-gallery__main img {
    max-height: 240px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: auto;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
    float: none;
  }

  .woocommerce-cart-form .coupon {
    flex-direction: column;
  }

  .woocommerce-cart-form .coupon .input-text {
    min-width: 0;
    width: 100% !important;
  }

  .bp-category-grid--photo .bp-category-card {
    min-height: 92px;
  }

  .bp-contact-map__canvas {
    min-height: 280px;
  }
}

/* Figma fidelity pass: coded header, hero, product grid and WooCommerce forms. */
.bp-servicebar {
  background: #f7f7f7;
  border-bottom: 1px solid #dedede;
  color: #666;
  font-size: 13px;
}

.bp-servicebar__inner {
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bp-servicebar__menu,
.bp-servicebar__right {
  display: flex;
  align-items: center;
  gap: 42px;
}

.bp-servicebar__right {
  gap: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.bp-servicebar svg,
.bp-nav svg,
.bp-mobile-tools svg,
.bp-mobile-actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-servicebar__right span,
.bp-nav a,
.bp-mobile-tools button,
.bp-mobile-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bp-servicebar__right a {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--bp-orange);
  color: #292929;
  font-size: 10px;
  font-weight: 900;
}

.bp-topbar {
  display: none;
}

.bp-header {
  position: relative;
  top: auto;
  z-index: 60;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.bp-header__inner {
  min-height: 84px;
}

.bp-logo {
  gap: 8px;
  min-width: 255px;
}

.bp-logo__mark {
  display: none;
}

.bp-logo__sign,
.bp-logo__comb {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(145deg, #ffb133, #ff9516);
  clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%);
  color: #2d1b06;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.08);
}

.bp-logo__sign i {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.bp-logo__sign b {
  display: block;
  margin-top: 1px;
  font-size: 5px;
  letter-spacing: 0;
}

.bp-logo__comb {
  width: 38px;
  height: 38px;
  margin-left: -12px;
  opacity: .98;
}

.bp-logo__comb::before,
.bp-logo__comb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #2d1b06;
}

.bp-logo__comb::before {
  width: 6px;
  height: 6px;
  top: 11px;
  left: 12px;
  box-shadow: 9px 0 #2d1b06, 4px 8px #2d1b06;
}

.bp-logo__comb::after {
  width: 15px;
  height: 1px;
  transform: rotate(34deg);
}

.bp-logo__text,
.bp-logo__work {
  min-width: 0;
}

.bp-logo__work {
  display: block;
  padding-left: 2px;
  color: #999;
  font-size: 15px;
  line-height: 1.18;
}

.bp-logo__work span,
.bp-logo__work strong {
  display: block;
}

.bp-logo__work strong {
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 800;
}

.bp-logo strong {
  color: #555;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

.bp-logo span {
  margin-top: 4px;
  color: #777;
  font-size: 13px;
}

.bp-logo .bp-logo__work span {
  margin-top: 0;
  color: #999;
  font-size: 15px;
}

.bp-logo .bp-logo__work strong {
  margin-top: 0;
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 800;
}

.bp-search {
  max-width: 424px;
}

.bp-search input {
  height: 64px;
  border-width: 2px;
  border-radius: 999px;
  padding-left: 58px;
  font-size: 15px;
}

.bp-search button {
  left: 12px;
  right: auto;
  top: 12px;
  width: 40px;
  height: 40px;
}

.bp-header__contacts {
  gap: 18px;
}

.bp-phone {
  color: #555;
  font-size: 16px;
  line-height: 1.4;
}

.bp-phone a,
.bp-phone span {
  color: #999;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
}

.bp-action {
  min-width: 76px;
  height: 84px;
  border: 0;
  border-left: 1px solid #dcdcdc;
  border-radius: 0;
  gap: 5px;
}

.bp-action--labeled span:not(.bp-action__count) {
  display: block;
  color: #555;
  font-size: 13px;
}

.bp-action svg {
  width: 27px;
  height: 27px;
  color: #5a5a5a;
}

.bp-action__count {
  top: 13px;
  right: 13px;
  background: var(--bp-orange);
  color: #3b2204;
}

.bp-nav {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.bp-nav__inner {
  min-height: 50px;
  justify-content: space-between;
  gap: 0;
}

.bp-nav a {
  min-height: 50px;
  padding: 0 22px;
  border-left: 1px solid #dcdcdc;
  color: #555;
  font-size: 15px;
}

.bp-nav a:last-child {
  border-right: 1px solid #dcdcdc;
}

.bp-nav__catalog {
  min-width: 180px;
  font-weight: 900;
}

.bp-mobile-actions,
.bp-mobile-tools {
  display: none;
}

/* Final header fit override: keep desktop contact text inside the Figma header grid. */
.bp-search {
  flex-basis: 390px;
  width: 390px;
  max-width: 390px;
  margin-left: 28px;
}

.bp-search input {
  width: 390px;
}

.bp-header__contacts {
  margin-left: 22px;
}

.bp-phone {
  width: 210px;
  overflow: hidden;
}

.bp-phone strong {
  max-width: 180px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.26;
  text-overflow: ellipsis;
}

.bp-phone a,
.bp-phone span {
  max-width: 180px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
}

/* Final internal WooCommerce pass. Keep this below legacy sections. */
.woocommerce-cart .bp-content,
.woocommerce-checkout .bp-content,
.woocommerce-account .bp-content {
  background: #f6f6f6;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 28px;
  align-items: start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-checkout #customer_details {
  display: grid;
  gap: 18px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: auto !important;
  float: none !important;
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
  padding: 24px;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 18px;
  color: #565656;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.woocommerce-checkout form .form-row {
  margin: 0;
}

.woocommerce-checkout form .form-row-wide,
.woocommerce-checkout form .form-row#billing_address_1_field,
.woocommerce-checkout form .form-row#billing_address_2_field,
.woocommerce-checkout form .form-row#order_comments_field {
  grid-column: 1 / -1;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
}

.woocommerce-checkout #order_review_heading {
  margin: 0;
  border-bottom: 1px solid #ececec;
  border-radius: 6px 6px 0 0;
  padding: 22px 24px 14px;
}

.woocommerce-checkout #order_review {
  margin-top: -1px;
  border-radius: 0 0 6px 6px;
  padding: 12px 24px 24px;
}

.woocommerce-checkout #order_review table.shop_table {
  margin: 0 0 16px;
  border: 0;
  border-collapse: collapse;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  border-top: 1px solid #ececec;
  padding: 12px 0;
  color: #565656;
  font-size: 14px;
  line-height: 1.35;
}

.woocommerce-checkout #order_review table.shop_table thead th {
  border-top: 0;
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.woocommerce-checkout #order_review table.shop_table .product-total,
.woocommerce-checkout #order_review table.shop_table tfoot td {
  text-align: right;
  white-space: nowrap;
}

.woocommerce-checkout #payment ul.payment_methods {
  gap: 8px;
  padding-bottom: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 12px;
}

.woocommerce-checkout #payment .place-order {
  padding-top: 14px;
}

.bp-thankyou__head > strong,
.bp-thankyou__head > strong .amount,
.bp-thankyou-item__price,
.bp-thankyou-item__price strong,
.bp-thankyou-item__price .amount,
.bp-thankyou__summary .amount {
  white-space: nowrap;
}

.bp-thankyou-item {
  grid-template-columns: 128px minmax(0, 1fr) minmax(210px, auto);
}

.bp-thankyou-item__price {
  min-width: 210px;
  padding-left: 24px;
}

.bp-thankyou-item__price strong {
  display: inline-flex;
  gap: 4px;
  align-items: baseline;
  font-size: 23px;
  line-height: 1.15;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  overflow: hidden;
  padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 18px;
  border-left: 4px solid transparent;
  color: #565656;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  border-left-color: #ff9f1a;
  background: #fff7ea;
  color: #4c2626;
}

.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 420px;
  padding: 28px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  background: #f6f6f6;
  color: #565656;
  font-weight: 800;
}

@media (max-width: 980px) {
  .woocommerce-checkout form.checkout,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .bp-thankyou__head,
  .bp-thankyou-item {
    grid-template-columns: 1fr;
  }

  .bp-thankyou-item__price {
    min-width: 0;
    border-left: 0;
    border-top: 1px solid #d1d1d1;
    padding: 14px 0 0;
  }
}

.woocommerce-account .bp-commerce-title {
  display: none;
}

.bp-account-nav {
  padding: 34px 20px 24px;
}

.bp-account-nav__profile {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #565656;
  font-size: 16px;
  text-align: center;
}

.bp-account-nav__avatar {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 50%;
  background: #f0f0f0;
  color: #9b9b9b;
}

.bp-account-nav__avatar svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.woocommerce-account .bp-account-nav a {
  margin-bottom: 10px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  background: #fff;
  color: #9a9a9a;
  text-align: center;
}

.woocommerce-account .bp-account-nav li.is-active a,
.woocommerce-account .bp-account-nav a:hover {
  border-color: #ff9f1a;
  background: #fff7ea;
  color: #565656;
}

.woocommerce-account .bp-account-nav__logout a {
  border-color: transparent;
  background: transparent;
  color: #ff7e7e;
  text-decoration: underline;
}

.woocommerce-account .bp-account-dashboard,
.woocommerce-account .bp-account-history--endpoint,
.woocommerce-account .bp-order-view,
.woocommerce-account .bp-account-notices {
  color: #565656;
}

.bp-account-dashboard h1,
.bp-account-history--endpoint h1,
.bp-order-view h1,
.bp-account-notices h2 {
  margin: 0 0 22px;
  color: #565656;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.bp-account-panel,
.bp-history-order,
.bp-account-empty-state,
.bp-account-edit-card,
.bp-account-notices__form,
.bp-order-product,
.bp-order-view__meta section {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
}

.bp-account-panel {
  margin-bottom: 18px;
  padding: 28px;
}

.bp-email-verification-alert {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 0 22px;
  border: 2px solid #d98200;
  border-radius: 8px;
  background: #fff4d6;
  padding: 18px;
  color: #3a2a10;
  box-shadow: 0 14px 34px rgba(217,130,0,.16);
}

.bp-email-verification-alert--missing {
  border-color: #c94f21;
  background: #fff0e9;
}

.bp-email-verification-alert__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d98200;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
}

.bp-email-verification-alert--missing .bp-email-verification-alert__icon {
  background: #c94f21;
}

.bp-email-verification-alert__body {
  min-width: 0;
}

.bp-email-verification-alert__body strong {
  display: block;
  margin-bottom: 4px;
  color: #2f210b;
  font-size: 20px;
  font-weight: 950;
}

.bp-email-verification-alert__body p {
  margin: 0;
  color: #5a421b;
  line-height: 1.45;
}

.bp-email-verification-alert__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bp-email-verification-alert .bp-button {
  white-space: nowrap;
}

.bp-account-panel h2,
.bp-account-history h2,
.bp-order-view__meta h2,
.bp-account-edit-card h2 {
  margin: 0 0 20px;
  color: #565656;
  font-size: 24px;
  font-weight: 800;
}

.bp-account-order-list {
  display: grid;
  gap: 12px;
}

.bp-account-order-row,
.bp-history-order__head {
  display: grid;
  grid-template-columns: 128px 1fr 1fr auto 18px;
  gap: 18px;
  align-items: center;
  color: #565656;
  text-decoration: none;
}

.bp-account-order-row {
  min-height: 58px;
  border-radius: 4px;
  background: #fafafa;
  padding: 16px 18px;
}

.bp-account-order-row strong,
.bp-history-order__head strong {
  color: #8b8b8b;
  text-decoration: underline;
}

.bp-account-order-row span,
.bp-history-order__head span {
  color: #707070;
  font-size: 14px;
}

.bp-order-status::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #ff9f1a;
  vertical-align: middle;
}

.bp-account-order-row b,
.bp-history-order__head b,
.bp-order-view__head > strong {
  display: grid;
  gap: 2px;
  color: #565656;
  font-size: 18px;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.bp-account-order-row small,
.bp-order-view__head small {
  display: block;
  color: #707070;
  font-size: 11px;
  font-weight: 500;
}

.bp-account-info {
  display: grid;
  grid-template-columns: 170px repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.bp-account-info h2 {
  grid-row: span 1;
  margin-bottom: 0;
}

.bp-account-info div {
  display: grid;
  gap: 3px;
}

.bp-account-info__icon {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #ff9f1a;
  color: #4c2626;
  font-size: 11px;
}

.bp-account-info strong {
  color: #565656;
  font-size: 14px;
}

.bp-account-info p {
  margin: 0;
  color: #707070;
  font-size: 13px;
}

.bp-account-history {
  margin-top: 30px;
}

.bp-history-list {
  display: grid;
  gap: 18px;
}

.bp-history-order {
  overflow: hidden;
  padding: 0 28px 20px;
}

.bp-history-order__head {
  grid-template-columns: 128px 1fr 1fr auto;
  min-height: 66px;
  border-bottom: 1px solid #d1d1d1;
}

.bp-history-order__items {
  display: grid;
}

.bp-history-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 120px 120px;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid #e3e3e3;
  color: #565656;
  text-decoration: none;
}

.bp-history-item img {
  width: 74px;
  height: 64px;
  border-radius: 4px;
  object-fit: cover;
}

.bp-history-item strong {
  color: #565656;
  font-size: 16px;
  font-weight: 800;
}

.bp-history-item small {
  color: #707070;
  font-size: 13px;
}

.bp-history-item b {
  color: #565656;
  font-size: 18px;
  text-align: right;
  white-space: nowrap;
}

.bp-history-order > p {
  margin: 18px 0 0;
  color: #707070;
}

.bp-account-empty-state {
  padding: 28px;
}

.bp-account-empty-state p {
  margin: 0 0 14px;
  color: #707070;
  font-weight: 800;
}

.bp-account-edit-form {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.45fr);
  gap: 28px;
}

.bp-account-edit-card {
  padding: 34px;
}

.bp-account-edit-card .form-row,
.bp-address-form .form-row {
  position: relative;
  display: grid !important;
  gap: 9px;
  margin: 0 0 18px !important;
}

.bp-account-edit-card label,
.bp-address-form label {
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.bp-account-edit-card input.input-text,
.bp-address-form input.input-text,
.bp-address-form select {
  min-height: 58px;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  padding-left: 52px;
  color: #565656;
  font-size: 15px;
}

.bp-field-icon {
  position: absolute;
  left: 14px;
  bottom: 15px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #ff9f1a;
  color: #4c2626;
  font-size: 12px;
  z-index: 2;
}

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

.bp-account-address-grid__wide {
  grid-column: 1 / -1;
}

.bp-account-address-grid .bp-button {
  width: 100%;
  min-height: 58px;
  margin-top: 20px;
}

.bp-address-form {
  max-width: 760px;
}

.bp-address-form__actions {
  margin: 6px 0 0;
}

.bp-account-notices {
  max-width: 860px;
  margin: 0 auto;
}

.bp-account-notices__form {
  display: grid;
  gap: 18px;
  background: transparent;
  box-shadow: none;
}

.bp-notice-toggle,
.bp-notice-email {
  display: grid;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
}

.bp-notice-toggle {
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 20px;
  min-height: 76px;
  padding: 0 28px;
  color: #565656;
  font-size: 18px;
}

.bp-notice-toggle input {
  width: 24px;
  height: 24px;
  accent-color: #ff9f1a;
}

.bp-account-notices .bp-button {
  width: 220px;
  min-height: 56px;
}

.bp-notice-email {
  grid-template-columns: 270px minmax(0, 1fr) auto;
  gap: 18px;
  margin-top: 34px;
  padding: 22px 28px;
}

.bp-notice-email strong {
  color: #565656;
  font-size: 22px;
}

.bp-notice-email label {
  position: relative;
  display: block;
}

.bp-notice-email label span {
  position: absolute;
  left: 14px;
  top: 50%;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #ff9f1a;
  color: #4c2626;
  transform: translateY(-50%);
}

.bp-notice-email input {
  width: 100%;
  min-height: 58px;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  padding-left: 52px;
}

.bp-order-view__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.bp-order-view__head p {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  color: #707070;
}

.bp-order-view__items {
  display: grid;
  gap: 18px;
}

.bp-order-product {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: stretch;
  overflow: hidden;
  padding: 12px 0 12px 12px;
}

.bp-order-product__image img {
  width: 150px;
  height: 132px;
  border-radius: 4px;
  object-fit: cover;
}

.bp-order-product__body {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 12px 0;
}

.bp-order-product__body h2 {
  margin: 0;
  color: #565656;
  font-size: 20px;
  font-weight: 800;
}

.bp-order-product__body p,
.bp-order-product__body span {
  margin: 0;
  color: #707070;
  font-size: 14px;
}

.bp-order-product__pack {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  padding: 0 18px;
}

.bp-order-product__price {
  display: grid;
  align-content: center;
  border-left: 1px solid #bdbdbd;
  padding: 22px 36px;
}

.bp-order-product__price span {
  color: #707070;
}

.bp-order-product__price strong {
  color: #565656;
  font-size: 24px;
  font-weight: 800;
  white-space: nowrap;
}

.bp-order-view__meta {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.bp-order-view__meta section {
  padding: 24px;
}

.bp-order-view__meta p,
.bp-order-view__date {
  color: #707070;
}

.bp-order-view__date {
  margin: 24px 0 0;
}

@media (max-width: 1120px) {
  .bp-account-edit-form,
  .bp-account-info,
  .bp-order-product,
  .bp-order-view__meta,
  .bp-notice-email {
    grid-template-columns: 1fr;
  }

  .bp-order-product__price {
    border-left: 0;
    border-top: 1px solid #bdbdbd;
  }
}

@media (max-width: 760px) {
  .bp-account-order-row,
  .bp-history-order__head,
  .bp-history-item,
  .bp-account-address-grid {
    grid-template-columns: 1fr;
  }

  .bp-account-order-row b,
  .bp-history-order__head b,
  .bp-history-item b {
    text-align: left;
  }

  .bp-email-verification-alert {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .bp-email-verification-alert__actions,
  .bp-email-verification-alert > .bp-button {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .bp-email-verification-alert .bp-button {
    width: 100%;
    text-align: center;
  }
}

.bp-content--commerce .woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

.bp-content--commerce .woocommerce-message,
.bp-content--commerce .woocommerce-info,
.bp-content--commerce .woocommerce-error {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  margin: 0 0 16px !important;
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
  color: #565656;
  outline: none !important;
  padding: 14px 18px;
}

.bp-content--commerce .woocommerce-message::before,
.bp-content--commerce .woocommerce-info::before,
.bp-content--commerce .woocommerce-error::before {
  display: none;
}

.bp-content--commerce .woocommerce-message .button,
.bp-content--commerce .woocommerce-info .button {
  order: 2;
  margin-left: auto;
}

.woocommerce-cart-form .actions .coupon {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.woocommerce-cart-form .actions > button.button {
  margin-top: 12px;
}

.bp-empty-cart {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 720px;
  min-height: 520px;
  margin: 40px auto 0;
  color: #565656;
}

.bp-empty-cart__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #565656;
}

.bp-empty-cart__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.bp-empty-cart h1 {
  margin: 0 0 8px;
  color: #565656;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.16;
}

.bp-empty-cart p {
  margin: 0 0 22px;
  color: #707070;
  font-size: 16px;
}

.woocommerce-checkout #payment {
  border-radius: 6px;
  background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid #ececec;
  padding: 0 0 18px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background: #fff;
  padding: 13px 14px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 8px;
  accent-color: #ff9f1a;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 10px 0 0;
  border-radius: 5px;
  background: #fff7ea;
  color: #565656;
  font-size: 13px;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff7ea;
}

.woocommerce-checkout #payment .place-order {
  padding: 18px 0 0;
}

.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 52px;
}

.bp-thankyou {
  max-width: 980px;
  margin: 0 auto;
  color: #565656;
}

.bp-thankyou__head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 28px;
}

.bp-thankyou__status {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #58bd2d;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}

.bp-thankyou--failed .bp-thankyou__status {
  background: #e2452f;
}

.bp-thankyou__head h1,
.bp-thankyou h1 {
  margin: 0 0 4px;
  color: #565656;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
}

.bp-thankyou__head p,
.bp-thankyou p {
  margin: 0;
  color: #707070;
}

.bp-thankyou__head > strong {
  color: #565656;
  font-size: 30px;
  font-weight: 800;
}

.bp-thankyou__items {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

.bp-thankyou-item {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
  padding: 18px;
}

.bp-thankyou-item__image img {
  width: 128px;
  height: 104px;
  border-radius: 5px;
  object-fit: cover;
}

.bp-thankyou-item__body h2 {
  margin: 0 0 5px;
  color: #565656;
  font-size: 18px;
  font-weight: 800;
}

.bp-thankyou-item__body p,
.bp-thankyou-item__body span {
  color: #707070;
  font-size: 14px;
}

.bp-thankyou-item__price {
  border-left: 1px solid #d1d1d1;
  padding-left: 28px;
}

.bp-thankyou-item__price span {
  display: block;
  color: #8b8b8b;
  font-size: 14px;
}

.bp-thankyou-item__price strong {
  color: #565656;
  font-size: 24px;
  font-weight: 800;
}

.bp-thankyou__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 22px 0;
  color: #707070;
  font-size: 16px;
}

.bp-thankyou-map {
  position: relative;
  overflow: hidden;
  margin: 46px 0 58px;
  border-radius: 6px;
  background: #e8f1e1;
}

.bp-thankyou-map img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.bp-thankyou-map div {
  position: absolute;
  left: 26px;
  top: 26px;
  width: min(360px, calc(100% - 52px));
  border-radius: 6px;
  background: #fff;
  padding: 18px 22px;
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}

.bp-thankyou-map strong,
.bp-thankyou-map span {
  display: block;
}

.bp-thankyou-related h2 {
  margin: 0 0 24px;
  color: #565656;
  font-size: 30px;
  font-weight: 800;
}

.bp-lost-password {
  max-width: 760px;
  margin: 8px auto 70px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,.055);
  padding: 50px min(12vw, 170px);
  text-align: center;
}

.bp-lost-password h2 {
  margin: 0 0 10px;
  color: #565656;
  font-size: 34px;
  font-weight: 800;
}

.bp-lost-password p {
  color: #707070;
}

.bp-lost-password label {
  display: block;
  margin-bottom: 10px;
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.bp-lost-password__field {
  position: relative;
  display: block;
}

.bp-lost-password__field span {
  position: absolute;
  left: 14px;
  top: 50%;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #ff9f1a;
  color: #4c2626;
  transform: translateY(-50%);
}

.bp-lost-password__field input {
  padding-left: 52px !important;
}

.bp-lost-password .button {
  width: 100%;
  min-height: 56px;
}

.bp-lost-password--sent .bp-button {
  margin-top: 18px;
}

.bp-search {
  flex-basis: 390px;
  width: 390px;
  max-width: 390px;
  margin-left: 28px;
}

.bp-search input {
  width: 390px;
}

.bp-header__contacts {
  margin-left: 22px;
}

.bp-phone {
  width: 194px;
  overflow: hidden;
}

.bp-phone strong {
  max-width: 164px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.26;
  text-overflow: ellipsis;
}

.bp-phone a,
.bp-phone span {
  max-width: 164px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
}

/* Figma internal commerce pages: catalog, product, cart, checkout, account. */
.bp-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px;
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 500;
}

.bp-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
  color: #a8a8a8;
}

.bp-breadcrumbs--product {
  margin-bottom: 22px;
}

.post-type-archive-product .bp-page-hero--catalog,
.tax-product_cat .bp-page-hero--catalog {
  border: 0;
  background: #f6f6f6;
  padding: 30px 0 18px;
}

.post-type-archive-product .bp-page-hero--catalog h1,
.tax-product_cat .bp-page-hero--catalog h1 {
  color: #565656;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.16;
}

.post-type-archive-product .bp-page-hero--catalog p,
.tax-product_cat .bp-page-hero--catalog p {
  max-width: 760px;
  color: #787878;
  font-size: 15px;
}

.post-type-archive-product .bp-catalog-cats,
.tax-product_cat .bp-catalog-cats {
  background: #f6f6f6;
  padding: 0 0 56px;
}

.post-type-archive-product .bp-catalog-cats__grid,
.tax-product_cat .bp-catalog-cats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 910px;
}

.post-type-archive-product .bp-catalog-cat,
.tax-product_cat .bp-catalog-cat {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 86px;
  align-items: center;
  min-height: 82px;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #fff;
  padding: 14px 8px 14px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.035);
}

.post-type-archive-product .bp-catalog-cat::after,
.tax-product_cat .bp-catalog-cat::after {
  content: "";
  position: absolute;
  top: -22px;
  right: -22px;
  width: 96px;
  height: 96px;
  border: 12px solid rgba(255,159,26,.78);
  border-radius: 50%;
}

.post-type-archive-product .bp-catalog-cat span,
.tax-product_cat .bp-catalog-cat span {
  position: relative;
  z-index: 1;
  max-width: 140px;
  color: #565656;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.22;
}

.post-type-archive-product .bp-catalog-cat img,
.tax-product_cat .bp-catalog-cat img {
  position: relative;
  z-index: 1;
  width: 86px;
  height: 78px;
  object-fit: contain;
}

.post-type-archive-product .bp-content,
.tax-product_cat .bp-content {
  background: #fff;
  padding: 58px 0 86px;
}

.post-type-archive-product .bp-shop-layout,
.tax-product_cat .bp-shop-layout {
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.post-type-archive-product .bp-shop-sidebar,
.tax-product_cat .bp-shop-sidebar {
  border: 0;
  border-radius: 6px;
  background: #fafafa;
  padding: 22px 18px;
  box-shadow: none;
}

.post-type-archive-product .bp-filter-group,
.tax-product_cat .bp-filter-group {
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 18px;
}

.post-type-archive-product .bp-filter-group + .bp-filter-group,
.tax-product_cat .bp-filter-group + .bp-filter-group {
  padding-top: 18px;
}

.post-type-archive-product .bp-filter-group h3,
.tax-product_cat .bp-filter-group h3 {
  margin: 0 0 12px;
  color: #565656;
  font-size: 15px;
  font-weight: 800;
}

.post-type-archive-product .bp-filter-group label,
.tax-product_cat .bp-filter-group label {
  display: block;
  margin: 9px 0;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 1.3;
}

.post-type-archive-product .bp-filter-group label a,
.tax-product_cat .bp-filter-group label a {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: center;
}

.post-type-archive-product .bp-filter-group label a span,
.tax-product_cat .bp-filter-group label a span {
  width: 16px;
  height: 16px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #fff;
}

.post-type-archive-product .bp-filter-group label.is-active a,
.tax-product_cat .bp-filter-group label.is-active a {
  color: #4c2626;
  font-weight: 800;
}

.post-type-archive-product .bp-filter-group label.is-active a span,
.tax-product_cat .bp-filter-group label.is-active a span {
  border-color: #ff9f1a;
  background: #ff9f1a;
  box-shadow: inset 0 0 0 3px #fff;
}

.bp-price-range {
  position: relative;
  height: 3px;
  margin: 14px 0 10px;
  border-radius: 999px;
  background: #dfdfdf;
}

.bp-price-range span {
  position: absolute;
  left: 12%;
  right: 16%;
  top: 0;
  height: 3px;
  border-radius: inherit;
  background: #ff9f1a;
}

.bp-price-range::before,
.bp-price-range::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff9f1a;
  transform: translateY(-50%);
}

.bp-price-range::before { left: 12%; }
.bp-price-range::after { right: 16%; }

.bp-price-range__values {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #8b8b8b;
  font-size: 12px;
}

.bp-price-range__values span {
  min-width: 46px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background: #fff;
  padding: 5px 7px;
  text-align: center;
}

.bp-filter-actions {
  display: grid;
  gap: 9px;
  padding-top: 18px;
}

.bp-filter-actions .bp-button {
  min-height: 38px;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 13px;
}

.bp-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 24px;
}

.bp-shop-toolbar .woocommerce-result-count {
  float: none;
  margin: 0;
  color: #9a9a9a;
  font-size: 13px;
}

.bp-shop-toolbar .woocommerce-ordering {
  float: none;
  margin: 0;
}

.bp-shop-toolbar .woocommerce-ordering select {
  min-height: 38px;
  border: 0;
  border-radius: 3px;
  background: #ff9f1a;
  color: #4c2626;
  padding: 0 36px 0 14px;
  font-size: 13px;
  font-weight: 800;
}

.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.post-type-archive-product .woocommerce ul.products li.product.bp-product-card,
.tax-product_cat .woocommerce ul.products li.product.bp-product-card,
.single-product .woocommerce ul.products li.product.bp-product-card {
  min-height: 540px;
  height: 540px;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0,0,0,.04);
}

.post-type-archive-product .bp-product-card__image,
.tax-product_cat .bp-product-card__image,
.single-product .bp-product-card__image {
  height: 244px;
  min-height: 244px;
  margin: 8px 8px 0;
}

.post-type-archive-product .bp-product-card__body,
.tax-product_cat .bp-product-card__body,
.single-product .bp-product-card__body {
  padding: 12px 14px 14px;
}

.post-type-archive-product .bp-product-card .woocommerce-loop-product__title,
.tax-product_cat .bp-product-card .woocommerce-loop-product__title,
.single-product .bp-product-card .woocommerce-loop-product__title {
  height: 50px;
  min-height: 50px;
  margin-bottom: 7px !important;
}

.post-type-archive-product .bp-product-card .woocommerce-loop-product__title a,
.tax-product_cat .bp-product-card .woocommerce-loop-product__title a,
.single-product .bp-product-card .woocommerce-loop-product__title a {
  font-size: 18px;
  line-height: 1.28;
}

.post-type-archive-product .bp-product-card__body p,
.tax-product_cat .bp-product-card__body p,
.single-product .bp-product-card__body p {
  height: 40px;
  min-height: 40px;
  margin-bottom: 12px;
  font-size: 14px;
}

.post-type-archive-product .bp-product-card__price,
.tax-product_cat .bp-product-card__price,
.single-product .bp-product-card__price {
  min-height: 32px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bp-product-card__packs button {
  overflow: hidden;
  font-size: clamp(12px, 1vw, 14px);
  text-overflow: clip;
  white-space: nowrap !important;
}

.post-type-archive-product .bp-product-card__quick,
.tax-product_cat .bp-product-card__quick,
.single-product .bp-product-card__quick {
  min-height: 44px;
  border-radius: 6px;
}

.woocommerce-pagination {
  margin-top: 34px;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 3px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  color: #565656;
  line-height: 34px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: #ff9f1a;
  background: #ff9f1a;
  color: #4c2626;
}

.bp-catalog-story {
  background: #f1f1f1;
  padding: 70px 0 74px;
}

.bp-catalog-story__inner {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  max-width: 980px;
}

.bp-catalog-story__media {
  display: grid;
  min-height: 260px;
  place-items: center;
}

.bp-catalog-story__media img {
  max-height: 280px;
  object-fit: contain;
}

.bp-catalog-story__copy h2 {
  margin: 0 0 18px;
  color: #565656;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}

.bp-catalog-story__copy h2 strong,
.bp-catalog-story__copy h2 b {
  font-weight: 800;
}

.bp-catalog-story__copy {
  color: #707070;
  font-size: 15px;
}

.single-product .bp-content--product {
  background: #fff;
  padding: 34px 0 0;
}

.bp-single-product__top {
  grid-template-columns: 380px minmax(0, 1fr) 240px;
  gap: 34px;
}

.bp-single-gallery__main {
  min-height: 385px;
  border: 0;
  border-radius: 6px;
  background: #f7f7f7;
  padding: 0;
}

.bp-single-gallery__main-link {
  min-height: 385px;
}

.bp-single-gallery__main img {
  width: 100%;
  max-height: 385px;
  border-radius: 6px;
  object-fit: cover;
}

.bp-single-gallery__badge {
  left: 14px;
  top: 14px;
  border-radius: 4px;
  background: #8f4be6;
  padding: 7px 10px;
}

.bp-single-gallery__thumbs {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.bp-single-gallery__thumbs button {
  min-height: 74px;
  border-radius: 5px;
}

.bp-single-info .product_title {
  margin: 12px 0 14px;
  color: #565656;
  font-size: 32px;
  font-weight: 800;
}

.bp-single-info__meta span,
.bp-single-tags span {
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: #9a9a9a;
  font-size: 13px;
}

.bp-single-info__meta span:first-child {
  color: #55b848;
  background: transparent;
}

.bp-single-info__rating {
  align-items: center;
  margin: 12px 0;
  border-radius: 5px;
  background: #fafafa;
  padding: 14px;
}

.bp-single-info__rating img {
  width: 19px;
  height: 19px;
}

.bp-single-info__short {
  max-width: 460px;
  color: #707070;
  font-size: 14px;
  line-height: 1.55;
}

.bp-single-proof {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.bp-single-proof div {
  border-radius: 5px;
  padding: 11px 12px;
}

.bp-buybox {
  border: 0;
  border-radius: 0;
  background: #fafafa;
  padding: 20px 16px;
  box-shadow: none;
}

.bp-buybox__label {
  color: #8b8b8b;
  text-align: center;
  text-transform: none;
}

.bp-buybox__price {
  margin: 0 0 18px;
  color: #565656;
  font-size: 32px;
  text-align: center;
}

.bp-single-packs {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
}

.bp-single-packs strong {
  color: #707070;
  font-size: 14px;
  text-align: center;
}

.bp-single-packs button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background: #fff;
  color: #9a9a9a;
  padding: 0 14px;
  cursor: pointer;
}

.bp-single-packs button.is-active {
  border-color: #ff9f1a;
  background: #ff9f1a;
  color: #4c2626;
}

.bp-single-packs em {
  font-style: normal;
  font-weight: 800;
}

.bp-buybox form.cart .variations {
  display: none;
}

.bp-buybox form.cart .woocommerce-variation {
  color: #707070;
  font-size: 13px;
}

.bp-buybox form.cart .woocommerce-variation-description,
.bp-buybox form.cart .woocommerce-variation-price {
  display: none;
}

.bp-buybox form.cart div.quantity {
  float: none;
  display: grid;
  grid-template-columns: 1fr;
  width: 74px;
  margin: 0 auto 10px !important;
}

.bp-buybox form.cart div.quantity input.qty {
  width: 74px;
  min-height: 38px;
  border-color: #d1d1d1;
  text-align: center;
}

.bp-buybox .single_add_to_cart_button,
.bp-oneclick {
  min-height: 47px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
}

.bp-buybox .single_add_to_cart_button {
  background: #ff9f1a !important;
  color: #4c2626 !important;
}

.bp-oneclick {
  background: #fff;
  color: #565656;
}

.bp-single-tabs {
  margin-top: 52px;
}

.woocommerce-tabs {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #fafafa;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-right: 1px solid #ececec !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 20px 12px !important;
  font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #565656;
  box-shadow: inset 0 -3px 0 #ff9f1a;
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: none;
  border-radius: 0 0 6px 6px;
  color: #707070;
  font-size: 15px;
  line-height: 1.65;
  padding: 34px 70px;
}

.bp-section--single-related {
  padding: 74px 0 0;
}

.bp-section--single-related .bp-title {
  color: #565656;
  font-size: 34px;
}

.bp-content--commerce {
  min-height: 520px;
  background: #f6f6f6;
  padding: 58px 0 96px;
}

.bp-commerce-title {
  max-width: 1180px;
  margin: 0 auto 28px;
  color: #565656;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-form {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
}

.woocommerce-cart-form {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.woocommerce-cart-form table.shop_table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 18px;
  background: transparent;
}

.woocommerce-cart-form table.shop_table thead {
  display: none;
}

.woocommerce-cart-form tr.cart_item {
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
}

.woocommerce-cart-form tr.cart_item td {
  border-top: 0 !important;
  padding: 18px 20px !important;
}

.woocommerce-cart-form .product-thumbnail img {
  width: 138px;
  height: 138px;
  border-radius: 5px;
  object-fit: cover;
}

.woocommerce-cart-form .product-name a {
  color: #565656;
  font-size: 19px;
  font-weight: 800;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
  color: #565656;
  font-size: 22px;
  font-weight: 800;
}

.woocommerce-cart-form .quantity input.qty {
  width: 76px;
  min-height: 42px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  text-align: center;
}

.woocommerce-cart-form .actions {
  border-radius: 6px;
  background: #fff !important;
  padding: 22px !important;
}

.woocommerce-cart-form .coupon .input-text {
  min-height: 48px;
  min-width: 260px;
  border-radius: 5px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 5px;
  background: #ff9f1a;
  color: #4c2626;
  font-weight: 800;
}

.cart-collaterals .cart_totals {
  width: 380px !important;
  padding: 28px;
}

.cart_totals h2,
.woocommerce-checkout #order_review_heading {
  color: #565656;
  font-size: 26px;
  font-weight: 800;
}

.woocommerce-checkout form.checkout {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
}

.woocommerce-checkout #order_review_heading {
  border-bottom: 1px solid #ececec;
  padding: 24px 26px;
}

.woocommerce-checkout #order_review {
  padding: 24px 26px;
}

.woocommerce form .form-row label {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select {
  min-height: 48px;
  border-color: #d1d1d1;
  border-radius: 5px;
  background: #fff;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.woocommerce-account .woocommerce:has(.bp-auth-layout) {
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 22px;
}

.woocommerce-MyAccount-navigation ul {
  gap: 10px;
}

.woocommerce-MyAccount-navigation a {
  min-height: 46px;
  border-color: #d1d1d1;
  border-radius: 5px;
  color: #707070;
  text-align: center;
}

.woocommerce-MyAccount-navigation .is-active a {
  border-color: #ff9f1a;
  background: #ff9f1a;
  color: #4c2626;
}

.bp-auth-layout {
  max-width: 980px;
  margin: 0 auto;
}

.bp-auth-card {
  border: 0;
  border-radius: 6px;
  padding: 34px;
}

.bp-account-dashboard {
  display: grid;
  gap: 22px;
}

.bp-account-welcome,
.bp-account-quick a,
.bp-account-auth-switch {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0,0,0,.035);
}

.bp-page-admin-content {
  background: #fff;
  padding-top: 0;
}

.bp-page-admin-content article {
  max-width: 920px;
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #fff;
  padding: 34px;
}

.bp-page-admin-content h2 {
  margin: 0 0 18px;
  color: #565656;
  font-size: 28px;
  font-weight: 800;
}

.bp-page-admin-content p,
.bp-page-admin-content li {
  color: #707070;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .post-type-archive-product .bp-shop-layout,
  .tax-product_cat .bp-shop-layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-single-product__top {
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  }

  .bp-buybox {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .post-type-archive-product .bp-catalog-cats__grid,
  .tax-product_cat .bp-catalog-cats__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .post-type-archive-product .bp-shop-layout,
  .tax-product_cat .bp-shop-layout {
    grid-template-columns: 1fr;
  }

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

  .post-type-archive-product .woocommerce ul.products li.product.bp-product-card,
  .tax-product_cat .woocommerce ul.products li.product.bp-product-card,
  .single-product .woocommerce ul.products li.product.bp-product-card {
    height: auto;
    min-height: 0;
  }

  .bp-catalog-story__inner,
  .bp-single-product__top,
  .woocommerce-checkout form.checkout,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .bp-catalog-story__inner {
    gap: 24px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 22px;
  }
}

@media (max-width: 1020px) {
  html,
  body {
    overflow-x: hidden;
  }

  .bp-servicebar,
  .bp-phone,
  .bp-actions,
  .bp-search,
  .bp-nav,
  .bp-header__contacts {
    display: none !important;
  }

  .bp-header {
    height: 64px;
  }

  .bp-header__inner {
    justify-content: space-between !important;
    height: 64px;
    min-height: 64px;
    padding: 0 16px !important;
  }

  .bp-header .bp-logo--mark {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    height: 64px;
    border-right: 0;
    gap: 0;
  }

  .bp-header .bp-logo--mark .bp-logo__img {
    width: 76px;
    height: 58px;
  }

  .bp-logo .bp-logo__work {
    display: none !important;
  }

  .bp-mobile-menu,
  .bp-mobile-actions,
  .bp-mobile-tools {
    display: flex !important;
  }

  .bp-mobile-actions {
    align-items: center;
    gap: 14px;
  }
}

.bp-hero {
  width: 100%;
  min-height: 812px;
  margin: 0;
  overflow: hidden;
  background: url("assets/images/figma-hero-bg-v4.jpg") center center / cover no-repeat;
}

.bp-hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,17,18,.56), rgba(21,24,24,.35) 36%, rgba(255,255,255,0) 66%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.08));
  opacity: 1;
}

.bp-hero::after {
  display: none;
}

.bp-hero__inner {
  min-height: 650px;
  align-items: center;
}

.bp-hero__copy {
  position: relative;
  z-index: 5;
  width: min(560px, 48%);
  padding-bottom: 72px;
}

.bp-hero__eyebrow {
  display: none;
}

.bp-hero h1 {
  max-width: 590px;
  font-size: clamp(36px, 2.8vw, 52px);
  font-weight: 400;
  line-height: 1.2;
}

.bp-hero h1 strong {
  font-weight: 900;
}

.bp-hero p {
  max-width: 520px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}

.bp-hero .bp-button {
  margin-top: 6px;
}

.bp-hero__visual {
  right: 0;
  bottom: 0;
  width: 520px;
  height: 670px;
}

.bp-hero__stand {
  left: 118px;
  right: 10px;
  bottom: 0;
  height: 390px;
  border-radius: 2px 2px 0 0;
  background:
    linear-gradient(90deg, rgba(226,238,246,.95), rgba(255,255,255,.94) 31%, rgba(222,235,244,.96) 100%);
  box-shadow: 0 30px 48px rgba(0,0,0,.2);
}

.bp-hero__stand::before {
  left: -76px;
  right: -30px;
  top: -70px;
  height: 70px;
  border-radius: 4px;
  background: linear-gradient(180deg, #fff, #e8edf1);
}

.bp-hero__stand::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(135,152,166,.16) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(90deg, rgba(135,152,166,.12) 0 1px, transparent 1px 96px);
}

.bp-hero__jar {
  top: -232px;
  width: 205px;
  height: 205px;
}

.bp-hero__stream {
  left: 179px;
  top: 45px;
  width: 10px;
  height: 310px;
}

.bp-hero__stream::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -18px;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 60% 60%;
  background: #d98913;
}

.bp-hero__cards {
  bottom: 66px;
  width: min(1170px, calc(100% - 40px));
  gap: 30px;
  z-index: 6;
}

.bp-hero-card {
  grid-template-columns: 108px 1fr;
  height: 138px;
  min-height: 0;
  gap: 16px;
  border-radius: 14px;
  background: #fff;
  padding: 17px 24px;
  overflow: hidden;
}

.bp-hero-card img {
  width: 104px;
  height: 86px;
  object-fit: contain;
  border-radius: 0;
}

.bp-hero-card strong {
  color: #555;
  font-size: 16px;
}

.bp-hero-card span {
  display: block;
  color: #676767;
  font-size: 15px;
  line-height: 1.36;
}

.bp-page-hero {
  padding: 58px 0 48px;
}

.bp-page-hero h1 {
  color: #2c2c2c;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
}

.bp-content {
  padding: 42px 0 72px;
}

.bp-shop-layout > div {
  min-width: 0;
}

.woocommerce ul.products {
  align-items: stretch;
}

.bp-product-card {
  height: 100%;
}

.bp-product-card__image {
  min-height: 230px;
}

.bp-product-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.bp-product-card__quick {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid var(--bp-orange);
  border-radius: 4px;
  background: #fff;
  color: var(--bp-orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.woocommerce-cart .bp-content,
.woocommerce-checkout .bp-content,
.woocommerce-account .bp-content {
  background: #fff;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-form {
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px;
  vertical-align: middle;
}

.woocommerce-cart-form {
  overflow-x: auto;
}

.woocommerce-cart-form table {
  min-width: 720px;
}

.woocommerce-cart-form .actions {
  background: #fff !important;
}

.woocommerce-cart-form .coupon {
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-checkout form.checkout {
  grid-template-columns: minmax(0, 1fr) 470px;
  padding: 22px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  border: 1px solid var(--bp-line);
  border-radius: 4px;
  padding: 22px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
  float: none !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0 0 16px;
  padding: 0;
}

.woocommerce form .form-row-wide,
.woocommerce #billing_address_1_field,
.woocommerce #billing_address_2_field,
.woocommerce #billing_country_field,
.woocommerce #billing_city_field,
.woocommerce #billing_state_field,
.woocommerce #billing_postcode_field,
.woocommerce #billing_phone_field,
.woocommerce #billing_email_field {
  grid-column: 1 / -1;
}

.woocommerce form .form-row label {
  color: #333;
  font-weight: 800;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select {
  width: 100%;
  min-height: 48px;
  background: #fff;
  font-size: 15px;
}

.select2-container .select2-selection--single {
  min-height: 48px;
  border-color: var(--bp-line);
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.bp-auth-card .woocommerce-form {
  border: 0;
  padding: 0;
  box-shadow: none;
}

.bp-partner-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(37,37,37,.9), rgba(37,37,37,.66) 52%, rgba(255,159,26,.18)),
    radial-gradient(circle at 82% 30%, rgba(255,159,26,.38), transparent 28%),
    linear-gradient(135deg, #2c2c2c, #50584a);
  color: #fff;
}

.bp-partner-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -80px;
  width: 420px;
  height: 420px;
  border: 42px solid rgba(255,159,26,.35);
  border-radius: 50%;
}

.bp-partner-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: center;
}

.bp-partner-hero h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
}

.bp-partner-hero p {
  max-width: 690px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}

.bp-partner-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bp-partner-card {
  border-radius: 8px;
  background: #fff;
  color: #252525;
  padding: 32px;
  box-shadow: 0 26px 60px rgba(0,0,0,.22);
}

.bp-partner-card strong {
  display: block;
  color: var(--bp-orange);
  font-size: 86px;
  line-height: .95;
}

.bp-partner-card span {
  display: block;
  color: #555;
  font-weight: 900;
  margin: 8px 0 20px;
}

.bp-partner-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

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

.bp-partner-grid article,
.bp-partner-linkbox,
.bp-partner-form__embed {
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
}

.bp-partner-form > *,
.bp-partner-split > *,
.bp-partner-form__embed * {
  min-width: 0;
  max-width: 100%;
}

.bp-partner-form__embed .bp-panel-grid {
  display: none;
}

.bp-partner-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bp-orange);
  color: #2d1b06;
  font-weight: 950;
}

.bp-partner-grid h3 {
  margin: 18px 0 10px;
  font-size: 20px;
}

.bp-partner-grid p,
.bp-partner-linkbox p {
  color: var(--bp-muted);
}

.bp-partner-split,
.bp-partner-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 42px;
  align-items: start;
}

.bp-partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bp-partner-tags span {
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--bp-line);
  padding: 10px 14px;
  font-weight: 900;
}

.bp-partner-linkbox span {
  display: block;
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-partner-linkbox code {
  display: block;
  margin: 12px 0;
  overflow-wrap: anywhere;
  border-radius: 4px;
  background: #2c2c2c;
  color: #fff;
  padding: 14px;
}

.bp-business-hero {
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(37,37,37,.92), rgba(37,37,37,.78) 55%, rgba(255,159,26,.2)),
    radial-gradient(circle at 82% 22%, rgba(255,159,26,.34), transparent 28%),
    linear-gradient(135deg, #272727, #56624a);
  color: #fff;
}

.bp-business-hero__inner {
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: center;
}

.bp-business-hero h1 {
  max-width: 820px;
  margin: 12px 0 18px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.04;
}

.bp-business-hero p {
  max-width: 720px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}

.bp-business-hero__box {
  border-radius: 8px;
  background: #fff;
  color: #252525;
  padding: 32px;
  box-shadow: 0 26px 60px rgba(0,0,0,.22);
}

.bp-business-hero__box strong {
  display: block;
  color: var(--bp-orange);
  font-size: 72px;
  line-height: 1;
}

.bp-business-hero__box span {
  color: #555;
  font-weight: 900;
}

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

.bp-business-grid article,
.bp-documents-grid article,
.bp-contacts-card {
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
}

.bp-business-grid article span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bp-orange);
  color: #2d1b06;
  font-weight: 950;
}

.bp-business-grid h3,
.bp-documents-grid h3,
.bp-contacts-card h2 {
  margin: 18px 0 10px;
}

.bp-business-grid p,
.bp-documents-grid p,
.bp-contacts-card p {
  color: var(--bp-muted);
}

.bp-business-request {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) auto;
  gap: 28px;
  align-items: center;
}

.bp-business-checklist {
  display: grid;
  gap: 10px;
}

.bp-business-checklist span {
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--bp-line);
  padding: 12px 14px;
  font-weight: 800;
}

.bp-doc-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 34px;
  align-items: center;
  margin-bottom: 28px;
}

.bp-doc-proof__stamp {
  display: grid;
  place-items: center;
  height: 190px;
  border: 2px solid var(--bp-orange);
  border-radius: 8px;
  background: var(--bp-orange-soft);
  color: var(--bp-orange-dark);
  font-size: 48px;
  font-weight: 950;
}

.bp-doc-proof__stamp--number {
  letter-spacing: 0;
}

.bp-coop-showcase {
  background: #fff8ed;
}

.bp-coop-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 48px;
  align-items: center;
}

.bp-coop-showcase__copy {
  min-width: 0;
}

.bp-coop-showcase .bp-kicker {
  color: var(--bp-orange-dark);
  background: rgba(255, 169, 32, .16);
}

.bp-coop-showcase .bp-title {
  margin: 16px 0 0;
  color: #2e2418;
}

.bp-coop-showcase .bp-lead {
  max-width: 680px;
  margin-top: 18px;
  color: #5e5143;
}

.bp-coop-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.bp-coop-fact {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 86px;
  margin: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(188, 133, 43, .2);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(49, 36, 17, .06);
}

.bp-coop-fact span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--bp-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 169, 32, .16);
}

.bp-coop-fact p {
  margin: 0;
  color: #3d3228;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.bp-coop-gallery {
  position: relative;
  min-width: 0;
}

.bp-coop-gallery__viewport {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #d8c9ae;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(49, 36, 17, .18);
}

.bp-coop-gallery__track {
  display: flex;
  height: 100%;
  transition: transform .28s ease;
  will-change: transform;
}

.bp-coop-gallery__item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.bp-coop-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-coop-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #2e2418;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 24px rgba(49, 36, 17, .16);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.bp-coop-gallery__arrow:disabled {
  opacity: .42;
  cursor: default;
}

.bp-coop-gallery__arrow--prev { left: 16px; }
.bp-coop-gallery__arrow--next { right: 16px; }

.bp-coop-gallery__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.bp-coop-gallery__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .56);
  cursor: pointer;
}

.bp-coop-gallery__dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--bp-orange);
}

@media (max-width: 980px) {
  .bp-coop-showcase__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bp-coop-gallery__viewport {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 620px) {
  .bp-coop-facts {
    grid-template-columns: 1fr;
  }

  .bp-coop-fact {
    min-height: 0;
  }

  .bp-coop-gallery__viewport {
    aspect-ratio: 4 / 3;
  }

  .bp-coop-gallery__arrow {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
}

.bp-documents-grid article span {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.95)),
    repeating-linear-gradient(0deg, #d7d7d7 0 1px, transparent 1px 18px);
  border: 1px solid var(--bp-line);
}

.bp-documents-grid a {
  color: var(--bp-orange-dark);
  font-weight: 900;
}

.bp-contacts-layout {
  display: grid;
  grid-template-columns: 340px 340px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.bp-contacts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bp-contacts-map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.88), rgba(255,255,255,.62)),
    linear-gradient(90deg, #e6ece9 0 24%, #f9faf8 24% 26%, #dce7dd 26% 58%, #f9faf8 58% 60%, #e7ece3 60% 100%);
  border: 1px solid var(--bp-line);
}

.bp-contacts-map span {
  position: absolute;
  height: 2px;
  width: 120%;
  left: -10%;
  background: rgba(255,159,26,.58);
  transform: rotate(var(--r, 12deg));
}

.bp-contacts-map span:nth-child(1) { top: 28%; --r: 12deg; }
.bp-contacts-map span:nth-child(2) { top: 55%; --r: -18deg; }
.bp-contacts-map span:nth-child(3) { top: 74%; --r: 6deg; }

.bp-contacts-map i {
  position: absolute;
  left: 58%;
  top: 46%;
  width: 26px;
  height: 26px;
  border-radius: 50% 50% 50% 0;
  background: var(--bp-orange);
  transform: rotate(-45deg);
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.bp-contacts-map i::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 1180px) {
  .bp-servicebar__menu {
    gap: 20px;
  }

  .bp-nav a {
    padding: 0 12px;
    font-size: 14px;
  }

  .bp-header__contacts {
    gap: 8px;
  }

  .bp-action {
    min-width: 62px;
  }

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

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

  .bp-business-request,
  .bp-contacts-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1020px) {
  .bp-servicebar,
  .bp-phone,
  .bp-actions,
  .bp-search,
  .bp-nav {
    display: none;
  }

  .bp-header__inner {
    min-height: 64px;
    flex-wrap: nowrap;
    padding: 0;
  }

  .bp-logo {
    min-width: 0;
    margin: 0 auto;
  }

  .bp-logo__text,
  .bp-logo__work {
    display: none;
  }

  .bp-logo__sign {
    width: 44px;
    height: 44px;
  }

  .bp-logo__comb {
    width: 36px;
    height: 36px;
  }

  .bp-mobile-menu,
  .bp-mobile-actions,
  .bp-mobile-tools {
    display: flex;
  }

  .bp-mobile-menu {
    order: -1;
    width: 44px;
    height: 44px;
    border: 0;
  }

  .bp-mobile-actions {
    align-items: center;
    gap: 14px;
  }

  .bp-mobile-actions a {
    position: relative;
    display: grid;
    place-items: center;
    color: #555;
  }

  .bp-mobile-actions span {
    position: absolute;
    top: -9px;
    right: -12px;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--bp-orange);
    color: #422500;
    font-size: 10px;
    font-weight: 900;
  }

  .bp-mobile-tools {
    background: #fff;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 12px 20px rgba(0,0,0,.05);
  }

  .bp-mobile-tools__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .bp-mobile-tools button,
  .bp-mobile-search {
    min-height: 56px;
    border: 0;
    border-right: 1px solid #dedede;
    background: #fff;
    color: #555;
    padding: 0 14px;
    font-size: 15px;
  }

  .bp-mobile-search {
    border-right: 0;
    padding: 0 12px;
  }

  .bp-mobile-search button {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--bp-orange);
    padding: 0;
  }

  .bp-mobile-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
  }

  .bp-mobile-nav {
    position: absolute;
    z-index: 70;
    left: 0;
    right: 0;
    top: 121px;
    box-shadow: 0 20px 30px rgba(0,0,0,.12);
  }

  .bp-hero {
    min-height: 720px;
    background-position: center top;
  }

  .bp-hero__inner {
    min-height: 520px;
  }

  .bp-hero__visual {
    right: 36px;
    width: 380px;
    height: 500px;
  }

  .bp-partner-hero__inner,
  .bp-partner-split,
  .bp-partner-form {
    grid-template-columns: 1fr;
  }

  .bp-partner-card {
    max-width: 420px;
  }

  .bp-business-hero__inner,
  .bp-doc-proof {
    grid-template-columns: 1fr;
  }

  .bp-business-hero__box {
    max-width: 420px;
  }
}

@media (max-width: 760px) {
  body {
    background: #fff;
  }

  .bp-container {
    width: min(100% - 30px, 1180px);
  }

  .bp-mobile-tools .bp-container {
    width: 100%;
  }

  .bp-hero {
    min-height: 976px;
    background-image: url("assets/images/figma-hero-bg-v4.jpg");
    background-position: 57% top;
    background-size: cover;
  }

  .bp-hero::before {
    background:
      linear-gradient(90deg, rgba(15,15,15,.68), rgba(15,15,15,.3) 62%, rgba(15,15,15,.05)),
      linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
  }

  .bp-hero::after {
    display: none;
  }

  .bp-hero__inner {
    min-height: 600px;
    padding-top: 34px;
  }

  .bp-hero__copy {
    width: 100%;
    padding-bottom: 170px;
  }

  .bp-hero h1 {
    max-width: 300px;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.17;
  }

  .bp-hero p {
    max-width: 296px;
    font-size: 15px;
  }

  .bp-hero__visual {
    display: none;
  }

  .bp-hero__stand {
    display: none;
  }

  .bp-hero__stand::before {
    left: -36px;
    top: -34px;
    height: 34px;
  }

  .bp-hero__jar {
    top: -112px;
    width: 104px;
    height: 104px;
  }

  .bp-hero__stream {
    left: 121px;
    top: 18px;
    width: 7px;
    height: 152px;
  }

  .bp-hero__cards {
    bottom: 24px;
    width: calc(100% - 20px);
  }

  .bp-hero-card {
    grid-template-columns: 72px 1fr;
    min-height: 88px;
    gap: 10px;
    border-radius: 6px;
    padding: 10px 14px;
  }

  .bp-hero-card img {
    width: 68px;
    height: 58px;
  }

  .bp-hero-card strong {
    font-size: 14px;
  }

  .bp-hero-card span {
    font-size: 12px;
  }

  .bp-page-hero {
    padding: 52px 0 34px;
  }

  .bp-page-hero h1 {
    font-size: 30px;
    line-height: 1.14;
  }

  .bp-content {
    padding: 30px 0 58px;
  }

  .bp-catalog-cats__grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bp-catalog-cat {
    min-height: 88px;
    grid-template-columns: 1fr 58px;
    padding: 10px;
  }

  .bp-shop-sidebar {
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .bp-shop-sidebar::before {
    content: "Фильтр";
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border: 1px solid var(--bp-line);
    border-radius: 4px;
    background: #fff;
    padding: 0 18px;
    color: #555;
    font-weight: 900;
  }

  .bp-shop-sidebar .bp-filter-group {
    display: none;
  }

  .bp-product-card {
    border-radius: 5px;
  }

  .bp-product-card__image {
    min-height: 132px;
    padding: 10px;
  }

  .bp-product-card__image img {
    max-height: 118px;
  }

  .bp-product-card__body {
    padding: 10px;
  }

  .bp-product-card__title {
    min-height: 42px;
    font-size: 12px;
    line-height: 1.22;
  }

  .bp-product-card__desc {
    min-height: 46px;
    font-size: 11px;
  }

  .bp-product-card__price {
    font-size: 15px;
  }

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

  .bp-product-card__button,
  .bp-product-card__quick,
  .bp-oneclick {
    min-height: 34px;
    font-size: 12px;
  }

  .bp-single-gallery__main {
    min-height: 300px;
  }

  .bp-single-info__meta {
    margin-top: 10px;
  }

  .bp-single-info .product_title {
    font-size: 27px;
  }

  .bp-buybox {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .woocommerce-checkout form.checkout,
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout form.checkout {
    padding: 14px;
  }

  .woocommerce form .form-row label {
    overflow-wrap: anywhere;
  }

  .woocommerce form .form-row label .optional {
    display: block;
    margin-top: 2px;
    font-size: 12px;
  }

  .woocommerce-cart-form table {
    min-width: 0;
  }

  .bp-partner-hero__inner {
    min-height: auto;
    padding: 54px 0;
  }

  .bp-partner-hero h1 {
    font-size: 34px;
  }

  .bp-partner-hero p {
    font-size: 15px;
  }

  .bp-partner-card {
    padding: 22px;
  }

  .bp-partner-card strong {
    font-size: 64px;
  }

  .bp-partner-grid {
    grid-template-columns: 1fr;
  }

  .bp-partner-form__embed {
    padding: 16px;
  }

  .bp-business-hero__inner {
    min-height: auto;
    padding: 54px 0;
  }

  .bp-business-hero h1 {
    font-size: 32px;
  }

  .bp-business-hero p {
    font-size: 15px;
  }

  .bp-business-hero__box {
    padding: 22px;
  }

  .bp-business-hero__box strong {
    font-size: 58px;
  }

  .bp-business-grid,
  .bp-documents-grid {
    grid-template-columns: 1fr;
  }

  .bp-doc-proof__stamp {
    height: 120px;
  }

  .bp-contacts-map {
    min-height: 300px;
  }
}

/* Final responsive QA refinements */
.woocommerce-form__label-for-checkbox {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  min-height: 26px;
  margin: 0;
  color: var(--bp-muted);
  font-weight: 700;
  line-height: 1.25;
}

.woocommerce-form__label-for-checkbox span {
  margin: 0;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  display: none !important;
}

.woocommerce input[type="checkbox"],
.woocommerce-form__input-checkbox {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: var(--bp-orange);
}

.bp-mobile-menu,
[data-menu-toggle] {
  cursor: pointer;
}

@media (max-width: 1020px) {
  .bp-header__inner {
    flex-wrap: nowrap !important;
    justify-content: space-between;
  }

  .bp-logo {
    flex: 0 1 auto;
    margin: 0 !important;
  }

  .bp-logo .bp-logo__text,
  .bp-logo .bp-logo__work {
    display: none !important;
  }

  .bp-mobile-menu {
    margin-left: 0 !important;
  }

  .bp-mobile-actions {
    flex: 0 0 auto;
  }
}

@media (max-width: 760px) {
  .bp-header__inner {
    min-height: 62px;
    padding: 0 !important;
  }

  .bp-logo__sign {
    width: 42px !important;
    height: 42px !important;
  }

  .bp-logo__comb {
    width: 34px !important;
    height: 34px !important;
  }

  .bp-mobile-actions {
    gap: 12px;
  }

  .bp-mobile-actions svg,
  .bp-mobile-menu svg {
    width: 23px;
    height: 23px;
  }

  .bp-hero {
    min-height: 930px;
    background-image: url("assets/images/figma-hero-bg-v4.jpg") !important;
    background-position: 57% top !important;
    background-size: cover !important;
  }

  .bp-hero__inner {
    min-height: 570px;
  }

  .bp-hero__copy {
    position: relative;
    z-index: 8;
    padding-bottom: 170px;
  }

  .bp-hero__visual {
    display: none !important;
  }

  .bp-hero__stand {
    display: none !important;
  }

  .bp-hero__stand::before {
    left: -18px !important;
    right: 0 !important;
  }

  .bp-hero__jar {
    top: -74px !important;
    left: 36px !important;
    width: 74px !important;
    height: 74px !important;
  }

  .bp-hero__stream {
    left: 95px !important;
    height: 112px !important;
  }

  .bp-contacts-map {
    overflow: hidden;
  }

  .bp-contacts-map span {
    left: 0 !important;
    width: 100% !important;
  }

  .woocommerce-cart-form {
    overflow: visible !important;
    padding: 14px !important;
  }

  .woocommerce-cart-form table.shop_table,
  .woocommerce-cart-form table.cart,
  .woocommerce-cart-form thead,
  .woocommerce-cart-form tbody,
  .woocommerce-cart-form tfoot,
  .woocommerce-cart-form tr,
  .woocommerce-cart-form th,
  .woocommerce-cart-form td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
  }

  .woocommerce-cart-form thead {
    display: none !important;
  }

  .woocommerce-cart-form table.shop_table {
    border: 0;
    background: transparent;
    border-collapse: separate;
    border-spacing: 0;
  }

  .woocommerce-cart-form tr.cart_item {
    position: relative;
    margin: 0 0 12px;
    border: 1px solid var(--bp-line);
    border-radius: 6px;
    background: #fff;
    padding: 14px;
  }

  .woocommerce-cart-form td {
    border: 0 !important;
    padding: 7px 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart-form td::before {
    content: attr(data-title);
    display: block;
    margin: 0 0 3px;
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .woocommerce-cart-form .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
    padding: 0 !important;
    z-index: 2;
  }

  .woocommerce-cart-form .product-remove::before,
  .woocommerce-cart-form .product-thumbnail::before,
  .woocommerce-cart-form .actions::before {
    display: none;
  }

  .woocommerce-cart-form .product-remove a.remove {
    display: grid !important;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--bp-line);
    border-radius: 50%;
    background: #fff;
    color: #8b2a12 !important;
    font-size: 20px;
    line-height: 1;
  }

  .woocommerce-cart-form .product-thumbnail {
    padding-right: 40px !important;
  }

  .woocommerce-cart-form .product-thumbnail img {
    width: 86px;
    height: 86px;
  }

  .woocommerce-cart-form .product-name a {
    display: inline-block;
    max-width: calc(100% - 4px);
    color: var(--bp-ink);
    font-size: 16px;
    line-height: 1.25;
  }

  .woocommerce-cart-form .quantity {
    width: 100%;
  }

  .woocommerce-cart-form .qty {
    width: 100% !important;
    max-width: 132px;
    text-align: center;
  }

  .woocommerce-cart-form .actions {
    margin-top: 10px;
    border: 1px solid var(--bp-line) !important;
    border-radius: 6px;
    background: #fff !important;
    padding: 12px !important;
  }

  .woocommerce-cart-form .actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0 !important;
  }

  .woocommerce-cart-form .actions .coupon::after,
  .woocommerce-cart-form .actions::after {
    display: none !important;
  }

  .woocommerce-cart-form .coupon .input-text,
  .woocommerce-cart-form .actions .button,
  .woocommerce-cart-form button[name="update_cart"] {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .cart-collaterals {
    display: block !important;
  }

  .cart-collaterals .cart_totals {
    width: 100% !important;
    padding: 16px !important;
  }

  .cart_totals table.shop_table,
  .cart_totals tbody,
  .cart_totals tr,
  .cart_totals th,
  .cart_totals td {
    width: 100% !important;
  }

  .woocommerce-form__label-for-checkbox {
    width: 100%;
  }

  .bp-social-button {
    gap: 10px;
    min-height: 52px;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.25;
  }

  .bp-social-button__mark {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .bp-auth-card__actions {
    align-items: flex-start;
    gap: 12px;
  }

  .bp-legal-doc {
    padding: 20px 16px;
  }

  .bp-legal-doc h2 {
    font-size: 21px;
  }

  .bp-legal-doc p,
  .bp-legal-doc li {
    font-size: 14px;
  }
}

/* Homepage Figma fidelity pass */
.bp-home {
  background: #fff;
}

.bp-home .bp-section__head--figma {
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  margin-bottom: 34px;
}

.bp-home .bp-section__head--figma .bp-title {
  color: #5a5a5a;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
}

.bp-home .bp-section__head--figma .bp-title strong {
  color: #505050;
  font-weight: 900;
}

.bp-home .bp-button--light {
  min-width: 168px;
  min-height: 54px;
  border: 1px solid #9d9d9d !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #8a8a8a !important;
  display: inline-grid;
  place-items: center;
  margin-top: 0;
  padding: 0 22px !important;
}

.bp-home-products {
  background: #fff;
  padding: 70px 0 78px;
}

.bp-home-products--popular {
  padding-top: 74px;
  padding-bottom: 82px;
}

.bp-home-products--new {
  padding-top: 0;
  padding-bottom: 100px;
}

.bp-home-products--new .bp-section__head {
  margin-bottom: 25px !important;
}

.bp-home-products .bp-section__head {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 34px;
}

.bp-home-products .bp-section__head .bp-button {
  display: grid;
  place-items: center;
  width: 212px;
  height: 50px;
  min-height: 50px;
  padding: 0 !important;
  border: 1px solid #9a9a9a !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #9a9a9a !important;
  font-size: 16px;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.bp-home-products .bp-title {
  color: #505050;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.22;
}

.bp-home-products .bp-title strong {
  font-weight: 800;
}

.bp-home-products .woocommerce ul.products {
  grid-template-columns: repeat(4, minmax(0, 270px));
  justify-content: space-between;
  gap: 30px;
}

.bp-home-products .woocommerce ul.products li.product,
.bp-home-products .bp-product-card {
  position: relative;
  min-height: 566px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.08);
  overflow: hidden;
}

.bp-home-products .bp-product-card__image {
  min-height: 300px;
  padding: 0;
  border: 0;
  background: #f7f7f8;
}

.bp-home-products .bp-product-card__image img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  border-radius: 0;
  background: #f7f7f8;
}

.bp-home-products .bp-product-card__badge {
  left: 14px;
  min-height: 34px;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 1;
}

.bp-home-products .bp-product-card__badge--red {
  top: 14px;
  background: #f83232;
}

.bp-home-products .bp-product-card__badge--violet {
  top: 204px;
  bottom: auto;
  background: #7d46d9;
}

.bp-home-products .bp-product-card__rating {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  min-height: 34px;
  margin: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  padding: 0 11px;
  color: #ff9f1a;
  font-size: 14px;
}

.bp-home-products .bp-product-card__rating em {
  display: none;
}

.bp-home-products .bp-product-card__body {
  padding: 18px 18px 18px;
}

.bp-home-products .bp-product-card .woocommerce-loop-product__title {
  min-height: 56px;
  margin: 0 0 10px !important;
}

.bp-home-products .bp-product-card .woocommerce-loop-product__title a {
  color: #505050;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.28;
}

.bp-home-products .bp-product-card__body p {
  min-height: 44px;
  margin-bottom: 14px;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.38;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bp-home-products .bp-product-card__price {
  margin-bottom: 12px;
  color: #555;
  font-size: 25px;
  line-height: 1;
}

.bp-home-products .bp-product-card__packs {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 12px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.bp-home-products .bp-product-card__packs span {
  min-height: 40px;
  border: 0;
  border-right: 1px solid #e9e9e9;
  border-radius: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.12;
  padding: 0 8px;
  text-align: center;
}

.bp-home-products .bp-product-card__packs span:first-child {
  background: #ff9f1a;
  color: #251400;
  font-weight: 900;
}

.bp-home-products .bp-product-card__packs span:last-child {
  border-right: 0;
}

.bp-home-products .bp-product-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bp-home-products .bp-product-card__button,
.bp-home-products .bp-product-card__quick {
  min-height: 46px;
  border: 1px solid #ff9f1a;
  border-radius: 8px;
  background: #fff;
  color: #ff9f1a;
  font-size: 15px;
  font-weight: 900;
}

.bp-home-products .bp-product-card__quick {
  width: 100%;
  background: #ff9f1a;
  color: #251400;
  cursor: pointer;
}

.bp-home-products .bp-product-card__button:hover,
.bp-home-products .bp-product-card__quick:hover {
  background: #e68100;
  border-color: #e68100;
  color: #fff;
}

.woocommerce ul.products li.product.bp-product-card,
.bp-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 610px;
  min-height: 610px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.04);
  overflow: hidden;
}

.bp-product-card__image,
.bp-home-products .bp-product-card__image {
  position: relative;
  display: block;
  height: 249px;
  min-height: 249px;
  margin: 8px 8px 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #ece5de;
  overflow: hidden;
}

.woocommerce ul.products li.product.bp-product-card .bp-product-card__image img,
.bp-product-card__image img,
.bp-home-products .bp-product-card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  aspect-ratio: auto;
  margin: 0 !important;
  border-radius: 5px;
  background: transparent;
  object-fit: cover;
  object-position: center center;
}

.bp-product-card__badge,
.bp-home-products .bp-product-card__badge {
  position: absolute;
  z-index: 2;
  left: 10px;
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 27px;
  max-width: 210px;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.04);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  gap: 4px;
}

.bp-product-card__badge strong {
  font-weight: 800;
}

.bp-product-card__badge--red,
.bp-home-products .bp-product-card__badge--red {
  top: 10px;
  background: #ed2a2a;
  color: #fff;
  font-size: 14px;
}

.bp-product-card__badge--hit,
.bp-home-products .bp-product-card__badge--hit {
  top: 10px;
  background: #efcf28;
  color: #4c2626;
  font-size: 14px;
}

.bp-product-card__badge--year,
.bp-home-products .bp-product-card__badge--year {
  top: 180px;
  background: #7b3de0;
  color: #fff;
}

.bp-product-card__badge--region,
.bp-home-products .bp-product-card__badge--region {
  top: 212px;
  background: #faa02c;
  color: #4c2626;
}

.bp-product-card__rating,
.bp-home-products .bp-product-card__rating {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.04);
  line-height: 1;
}

.bp-product-card__rating span,
.bp-home-products .bp-product-card__rating span {
  display: flex;
  align-items: center;
  gap: 2px;
}

.bp-product-card__rating img,
.bp-home-products .bp-product-card__rating img {
  display: block;
  width: 14px !important;
  height: 14px !important;
  border-radius: 0;
  object-fit: contain;
}

.bp-product-card__body,
.bp-home-products .bp-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 8px 15px 15px;
}

.bp-product-card .woocommerce-loop-product__title,
.bp-home-products .bp-product-card .woocommerce-loop-product__title {
  height: 56px;
  min-height: 56px;
  margin: 0 0 8px !important;
  padding: 0 !important;
  overflow: hidden;
}

.bp-product-card .woocommerce-loop-product__title a,
.bp-home-products .bp-product-card .woocommerce-loop-product__title a {
  color: #565656;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
}

.bp-product-card__body p,
.bp-home-products .bp-product-card__body p {
  height: 44px;
  min-height: 44px;
  margin: 0 0 16px;
  color: #626262;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bp-product-card__price,
.bp-home-products .bp-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 13px;
  min-height: 36px;
  margin: 0 0 13px;
  color: #565656;
  font-size: 26px;
  line-height: 1.4;
}

.bp-product-card__price strong {
  font-weight: 800;
}

.bp-product-card__price del {
  color: #989898;
  font-size: 18px;
  font-weight: 400;
  text-decoration-thickness: 1px;
}

.bp-product-card__packs,
.bp-home-products .bp-product-card__packs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0;
  height: 40px;
  margin: 0 0 10px;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
}

.bp-product-card__packs button,
.bp-home-products .bp-product-card__packs button {
  display: grid;
  place-items: center;
  min-height: 0;
  border: 0;
  border-right: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  color: #565656;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 4px;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
}

.bp-product-card__packs button.is-active,
.bp-home-products .bp-product-card__packs button.is-active {
  background: #faa02c;
  color: #4c2626;
  font-weight: 800;
}

.bp-product-card__packs button:last-child,
.bp-home-products .bp-product-card__packs button:last-child {
  border-right: 0;
}

.bp-product-card__buyrow,
.bp-home-products .bp-product-card__buyrow {
  display: grid;
  grid-template-columns: 73px 1fr;
  gap: 9px;
  margin: 0 0 10px;
}

.bp-product-card__qty,
.bp-home-products .bp-product-card__qty {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  min-height: 50px;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
  color: #565656;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.bp-product-card__qty button,
.bp-home-products .bp-product-card__qty button {
  display: grid;
  min-width: 0;
  height: 100%;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.bp-product-card__qty input,
.bp-home-products .bp-product-card__qty input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: center;
  -moz-appearance: textfield;
}

.bp-product-card__qty input::-webkit-outer-spin-button,
.bp-product-card__qty input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.bp-product-card__button,
.bp-home-products .bp-product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  margin: 0;
  border: 1px solid #faa02c;
  border-radius: 10px;
  background: #fff;
  color: #faa02c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.bp-product-card__button img,
.bp-home-products .bp-product-card__button img {
  display: block;
  width: 20px !important;
  height: 20px !important;
  border-radius: 0;
  object-fit: contain;
}

.bp-home-products .woocommerce ul.products li.product.bp-product-card .bp-product-card__image .bp-product-card__rating img,
.woocommerce ul.products li.product.bp-product-card .bp-product-card__image .bp-product-card__rating img {
  display: block !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
}

.bp-home-products .woocommerce ul.products li.product.bp-product-card .bp-product-card__button img,
.woocommerce ul.products li.product.bp-product-card .bp-product-card__button img {
  display: block !important;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
}

.bp-product-card__quick,
.bp-home-products .bp-product-card__quick {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 50px;
  border: 1px solid #faa02c;
  border-radius: 10px;
  background: #faa02c;
  color: #4c2626;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.bp-product-card__price .price,
.bp-home-products .bp-product-card__price .price {
  display: flex;
  align-items: baseline;
  gap: 13px;
}

.bp-product-card__price ins,
.bp-home-products .bp-product-card__price ins {
  color: #565656;
  font-weight: 800;
  text-decoration: none;
}

.bp-product-card__price del,
.bp-home-products .bp-product-card__price del {
  order: 2;
}

.bp-product-card__button:hover,
.bp-product-card__quick:hover,
.bp-home-products .bp-product-card__button:hover,
.bp-home-products .bp-product-card__quick:hover {
  background: #e68100;
  border-color: #e68100;
  color: #fff;
}

.bp-home-catalog {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  padding: 65px 0;
  background: #fcfcfd;
}

.bp-home-catalog::after,
.bp-documents--figma::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .055;
  background: url("assets/images/figma-eco-bg.jpg") center / cover no-repeat;
  filter: grayscale(1);
}

.bp-home-catalog::after {
  left: calc(50% - 376px);
  top: -196px;
  width: 1175px;
  height: 1175px;
  border-radius: 0;
  opacity: .05;
  background: url("assets/images/figma-catalog/catalog-bee-fill-small.png") center / contain no-repeat;
  filter: none;
  transform: rotate(21.85deg);
  transform-origin: center;
}

.bp-home-catalog .bp-container {
  position: relative;
  z-index: 1;
}

.bp-home-catalog .bp-section__head--figma {
  gap: 31px;
  margin-bottom: 30px;
}

.bp-home-catalog .bp-title {
  color: #565656;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-home-catalog .bp-title strong {
  color: #565656;
  font-weight: 800;
}

.bp-home-catalog .bp-button--light {
  display: grid;
  place-items: center;
  width: 212px;
  height: 50px;
  min-height: 50px;
  padding: 0 !important;
  border: 1px solid #9a9a9a !important;
  border-radius: 10px !important;
  color: #9a9a9a !important;
  font-size: 16px;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.bp-category-grid--figma {
  grid-template-columns: repeat(4, 270px);
  justify-content: space-between;
  gap: 30px;
}

.bp-category-grid--figma .bp-category-card {
  position: relative;
  width: 270px;
  min-height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background:
    linear-gradient(rgba(33, 21, 5, .5), rgba(33, 21, 5, .5)),
    var(--bp-cat-image) center / cover no-repeat;
  color: #fff;
  padding: 0 20px 19px;
  text-align: left;
  box-shadow: none;
}

.bp-category-grid--figma .bp-category-card:first-child {
  background-size: auto, 100% 119.12%;
  background-position: center, center center;
}

.bp-category-grid--figma .bp-category-card::after {
  display: none;
}

.bp-category-grid--figma .bp-category-card strong {
  display: block;
  max-width: 230px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.bp-category-grid--figma .bp-category-card:nth-child(2) strong {
  width: 156px;
}

.bp-category-grid--figma .bp-category-card:nth-child(4) strong {
  width: 217px;
}

.bp-category-grid--figma .bp-category-card:nth-child(5) strong {
  width: 168px;
}

.bp-category-grid--figma .bp-category-card:nth-child(6) strong {
  width: 192px;
}

.bp-home-discount-section {
  background: #fff;
  padding: 70px 0;
}

.bp-discount--figma {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  min-height: 150px;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(74, 35, 18, .82) 0%, rgba(86, 43, 17, .88) 38%, rgba(120, 70, 22, .86) 100%),
    url("assets/images/figma-discount/discount-bg.png") left -74px / 100% auto no-repeat;
  color: #fff;
  padding: 0;
}

.bp-discount--figma::before {
  content: "";
  position: absolute;
  left: -168px;
  top: -95px;
  width: 408px;
  height: 419px;
  background: url("assets/images/figma-discount/discount-ellipse.svg") center / 100% 100% no-repeat;
}

.bp-discount--figma > * {
  position: relative;
  z-index: 1;
}

.bp-discount--figma .bp-discount__percent {
  position: absolute;
  left: 33px;
  top: 5px;
  color: #4c2626;
  font-family: "TT Norms", Arial, sans-serif;
  font-size: 100px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.bp-discount--figma .bp-discount__copy {
  position: absolute;
  left: 270px;
  top: 29px;
  width: 473px;
}

.bp-discount--figma h2 {
  margin: 0 0 8px;
  color: #fff8e9;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(44, 20, 12, .42);
  white-space: nowrap;
}

.bp-discount--figma h2 span {
  color: inherit;
  font-weight: 900;
}

.bp-discount--figma p {
  margin: 0;
  max-width: 473px;
  color: rgba(255, 255, 255, .96);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(44, 20, 12, .36);
}

.bp-discount--figma .bp-discount__button {
  position: absolute;
  right: 30px;
  top: 30px;
  display: grid;
  place-items: center;
  width: 242px;
  height: 87px;
  border: 0;
  border-radius: 10px;
  background: #faa02c;
  color: #4c2626;
  font-family: "TT Norms", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.bp-discount--figma .bp-discount__button:hover,
.bp-discount--figma .bp-discount__button:focus-visible {
  background: #f88a1c;
  outline: none;
  transform: translateY(-1px);
}

.bp-eco-figma {
  position: relative;
  height: 692px;
  min-height: 692px;
  overflow: hidden;
  color: #fff;
  background: url("assets/images/figma-eco/eco-bg.jpg") center center / cover no-repeat;
}

.bp-eco-figma::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(1343px, 72vw);
  height: 100%;
  background: linear-gradient(90deg, rgba(30,22,3,.67) 0%, rgba(30,22,3,.52) 43.23%, rgba(30,22,3,0) 100%);
}

.bp-eco-figma::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 302px;
  background: linear-gradient(180deg, rgba(30,22,3,.79) 0%, rgba(30,22,3,0) 100%);
}

.bp-eco-figma__inner {
  position: relative;
  z-index: 1;
  height: 692px;
  padding: 0;
}

.bp-eco-figma h2 {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 771px;
  max-width: 820px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
}

.bp-eco-figma h2 span {
  font-weight: 900;
}

.bp-eco-figma__content {
  display: block;
}

.bp-eco-figma__benefits {
  position: absolute;
  left: 0;
  top: 245px;
  width: 360px;
}

.bp-eco-figma__benefits h3 {
  margin: 0 0 22px;
  max-width: 328px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.bp-eco-figma__benefits ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-eco-figma__benefits li {
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.bp-eco-figma__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: url("assets/images/figma-eco/eco-bullet.svg") center / contain no-repeat;
}

.bp-eco-figma__badge {
  position: absolute;
  left: 382px;
  top: 190px;
  display: block;
  width: 186px;
  height: 195px;
  background: url("assets/images/figma-eco/eco-badge.svg") center / 100% 100% no-repeat;
  text-align: center;
}

.bp-eco-figma__badge img {
  position: absolute;
  z-index: 2;
  left: 17px;
  top: 0;
  width: 113px;
  height: 113px;
  object-fit: contain;
}

.bp-eco-figma__badge span {
  position: absolute;
  z-index: 3;
  left: 37px;
  top: 100px;
  width: 112px;
  color: #4c2626;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.bp-eco-figma__map {
  position: absolute;
  left: 570px;
  top: 209px;
  display: block;
  width: 585px;
  height: 413px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.bp-eco-figma__map::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 237px;
  top: 82px;
  width: 110px;
  height: 110px;
  background: url("assets/images/figma-eco/eco-map-marker.svg") center / contain no-repeat;
  pointer-events: none;
}

.bp-eco-figma__map img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 585px;
  max-width: none;
  height: 326px;
  min-height: 0;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 20px;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.bp-eco-figma__map strong {
  position: absolute;
  left: 149px;
  top: 353px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 302px;
  height: 60px;
  margin: 0;
  padding: 4px 33px 14px;
  background: url("assets/images/figma-eco/eco-label.svg") center / 100% 100% no-repeat;
  color: #4c2626;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  transition: transform .2s ease, background .2s ease;
}

.bp-eco-figma__map:hover img,
.bp-eco-figma__map:focus-visible img {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(0,0,0,.26);
}

.bp-eco-figma__map:hover strong,
.bp-eco-figma__map:focus-visible strong {
  transform: translateY(-3px);
}

.bp-eco-figma__map:focus-visible {
  outline: 3px solid #ffb13f;
  outline-offset: 8px;
  border-radius: 28px;
}

.bp-home-blog {
  margin-top: 100px;
  padding: 0;
  background: #fff;
}

.bp-home-blog .bp-section__head--figma {
  margin-bottom: 26px;
}

.bp-blog-grid--figma {
  grid-template-columns: repeat(4, minmax(0, 270px));
  justify-content: space-between;
  gap: 30px;
}

.bp-blog-grid--figma .bp-blog-card {
  height: 566px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

.bp-blog-grid--figma .bp-blog-card img {
  display: block;
  width: 270px;
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}

.bp-blog-card__body {
  position: relative;
  height: 286px;
  padding: 26px 17px 17px;
  background: #fff;
}

.bp-blog-grid--figma .bp-blog-card span,
.bp-blog-grid--figma .bp-blog-card h3,
.bp-blog-grid--figma .bp-blog-card p,
.bp-blog-grid--figma .bp-blog-card a {
  margin-left: 0;
  margin-right: 0;
}

.bp-blog-card__date {
  position: relative;
  display: block;
  margin: 0 0 8px !important;
  padding-left: 24px;
  color: rgba(106,106,106,.6) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.bp-blog-card__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("assets/images/figma-blog/calendar.svg") center / contain no-repeat;
}

.bp-blog-grid--figma .bp-blog-card h3 {
  height: 88px;
  margin: 0 0 7px !important;
  overflow: hidden;
  color: #565656;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.bp-blog-grid--figma .bp-blog-card p {
  height: 40px;
  min-height: 40px;
  margin: 0 0 14px !important;
  overflow: hidden;
  color: #565656;
  font-size: 14px;
  line-height: 1.4;
}

.bp-blog-grid--figma .bp-blog-card a {
  display: inline-grid;
  place-items: center;
  width: 173px;
  height: 45px;
  min-width: 0;
  min-height: 0;
  margin-bottom: 0;
  border: 1px solid #9d9d9d;
  border-radius: 10px;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-home-delivery {
  height: 479px;
  min-height: 479px;
  margin-top: 100px;
  padding: 0;
  background: #f7f7f8;
  text-align: center;
}

.bp-home-delivery .bp-container {
  position: relative;
  height: 479px;
}

.bp-home-delivery .bp-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: 0;
  color: #565656;
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
}

.bp-delivery-tabs {
  position: absolute;
  left: 193px;
  top: 133px;
  display: grid;
  grid-template-columns: repeat(3, 238px);
  justify-content: start;
  gap: 14px;
  width: auto;
  height: 64px;
  margin: 0;
}

.bp-delivery-tabs button {
  display: grid;
  place-items: center;
  width: 238px;
  height: 64px;
  min-width: 0;
  min-height: 0;
  border: 1px solid #aaa;
  border-radius: 10px;
  background: transparent;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.bp-delivery-tabs button.is-active {
  border-color: #faa02c;
  background: #faa02c;
  color: #4c2626;
}

.bp-info-grid--figma {
  position: absolute;
  left: 2px;
  top: 236px;
  display: grid;
  grid-template-columns: repeat(3, 368px);
  gap: 30px;
  width: 1164px;
  max-width: none;
  margin: 0;
}

.bp-info-grid--figma[hidden] {
  display: none;
}

.bp-info-grid--figma .bp-info {
  position: relative;
  display: block;
  width: 368px;
  height: 169px;
  min-height: 0;
  border: 0;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  text-align: left;
}

.bp-info-grid--figma .bp-info i {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  color: #faa02c;
  font-style: normal;
  line-height: 1;
}

.bp-info-grid--figma .bp-info i img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.bp-info-grid--figma .bp-info p {
  position: absolute;
  margin: 0;
  color: #565656;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-info-grid--figma .bp-info:nth-child(1) i {
  left: 42px;
  top: 32px;
}

.bp-info-grid--figma .bp-info:nth-child(1) p {
  left: 77px;
  top: 29px;
  width: 249px;
}

.bp-info-grid--figma .bp-info:nth-child(2) i {
  left: 23px;
  top: 30px;
}

.bp-info-grid--figma .bp-info:nth-child(2) p {
  left: 58px;
  top: 30px;
  width: 286px;
}

.bp-info-grid--figma .bp-info:nth-child(3) i {
  left: 18px;
  top: 46px;
}

.bp-info-grid--figma .bp-info:nth-child(3) p {
  left: 53px;
  top: 46px;
  width: 298px;
  font-size: 16px;
  line-height: normal;
}

.bp-info-grid--figma .bp-info p strong {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.bp-info-grid--figma .bp-info p b {
  font-weight: 500;
}

.bp-home-video {
  height: 650px;
  min-height: 650px;
  margin-top: 100px;
  padding: 0;
  background: #fff;
}

.bp-video--figma {
  position: relative;
  height: 650px;
  gap: 0;
}

.bp-video--figma .bp-video__copy h2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 557px;
  margin: 0;
  color: #565656;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-video--figma .bp-video__copy h2 strong {
  color: #565656;
  font-weight: 900;
}

.bp-video--figma .bp-video__copy p {
  position: absolute;
  left: 50%;
  top: 110px;
  transform: translateX(-50%);
  margin: 0;
  color: #565656;
  font-size: 20px;
  line-height: 1.4;
  white-space: nowrap;
}

.bp-video__wrap {
  position: absolute;
  left: 0;
  top: 166px;
  width: 1170px;
  height: 350px;
  display: block;
}

.bp-video__viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
}

.bp-video__track {
  display: flex;
  gap: 24px;
  height: 100%;
  transition: transform .36s ease;
  will-change: transform;
}

.bp-video__item {
  position: relative;
  flex: 0 0 calc((100% - 24px) / 2);
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #242424;
  box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.bp-video__item iframe,
.bp-video__item video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #111;
}

.bp-video__item-meta {
  display: none;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  gap: 4px;
  max-width: 78%;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.9);
  color: #565656;
  pointer-events: none;
}

.bp-video__item-meta strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.bp-video__item-meta span {
  font-size: 13px;
  line-height: 1.25;
}

.bp-video--figma .bp-video__screen {
  position: absolute;
  left: 100px;
  top: 0;
  width: 970px;
  height: 488px;
  aspect-ratio: auto;
  border-radius: 20px;
  background: #242424;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
}

.bp-video--figma .bp-video__screen img,
.bp-video--figma .bp-video__screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bp-video--figma .bp-video__screen video {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #111;
}

.bp-video__play {
  display: none;
}

.bp-video__play:hover,
.bp-video__play:focus-visible {
  background: #ffb13f;
  box-shadow: 0 12px 28px rgba(255, 159, 26, .34);
  transform: translate(-50%, -50%) scale(1.05);
}

.bp-video__screen.is-playing .bp-video__play,
.bp-video__screen.is-playing .bp-video__meta {
  display: none;
}

.bp-video__meta {
  display: none;
}

.bp-video__meta strong {
  color: #3f3f3f;
  font-size: 17px;
  line-height: 1.2;
}

.bp-video__meta span {
  color: #777;
  font-size: 14px;
  line-height: 1.32;
}

.bp-video__arrow {
  position: absolute;
  top: 140px;
  z-index: 4;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: #faa02c;
  color: #4c2626;
  font-size: 46px;
  font-weight: 500;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.bp-video__arrow--left {
  left: -86px;
}

.bp-video__arrow--right {
  right: -86px;
}

.bp-video__arrow:hover,
.bp-video__arrow:focus-visible {
  box-shadow: 0 10px 24px rgba(255, 159, 26, .28);
  transform: translateY(-1px);
}

.bp-video__arrow:disabled {
  opacity: .32;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.bp-video__dots {
  position: absolute;
  left: 50%;
  top: 374px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
}

.bp-video__dots button {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: #d8d8d8;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.bp-video__dots button.is-active {
  width: 34px;
  border-radius: 999px;
  background: #ff9f1a;
}

.bp-video--figma > .bp-button {
  position: absolute;
  left: 50%;
  top: 590px;
  transform: translateX(-50%);
  width: 397px;
  height: 60px;
  min-width: 0;
  min-height: 0;
  border: 0 !important;
  border-radius: 10px !important;
  background: #faa02c !important;
  color: #4c2626 !important;
  display: inline-grid;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.bp-home-review-gallery {
  position: relative;
  z-index: 2;
  isolation: isolate;
  height: 760px;
  min-height: 760px;
  margin-top: 100px;
  padding: 0;
  background: #fff;
}

.bp-review-gallery {
  position: relative;
  height: 760px;
  text-align: center;
}

.bp-review-gallery__copy h2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 760px;
  margin: 0;
  color: #565656;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.35;
}

.bp-review-gallery__copy p {
  position: absolute;
  left: 50%;
  top: 62px;
  transform: translateX(-50%);
  width: 860px;
  margin: 0;
  color: #565656;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-review-gallery__stage {
  position: absolute;
  left: 50%;
  top: 112px;
  width: min(100%, 1540px);
  height: 500px;
  transform: translateX(-50%);
  outline: none;
}

.bp-review-gallery__viewport {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(100vw - 96px, 1540px);
  height: 100%;
  overflow: hidden;
  transform: translateX(-50%);
}

.bp-review-gallery__track {
  display: flex;
  gap: 70px;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0 calc((100% - min(520px, 58vw)) / 2);
  transition: transform .36s ease;
  will-change: transform;
}

.bp-review-gallery__item {
  flex: 0 0 min(520px, 58vw);
  display: grid;
  place-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: .24;
  filter: grayscale(.12) contrast(.92) brightness(1.08);
  transform: scale(.9);
  transition: opacity .36s ease, filter .36s ease, transform .36s ease;
}

.bp-review-gallery__item.is-active {
  opacity: 1;
  filter: none;
  transform: scale(1);
}

.bp-review-gallery__item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 18px 48px rgba(0,0,0,.13);
}

.bp-review-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: #faa02c;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.bp-review-gallery__arrow--left {
  left: calc(50% - 430px);
}

.bp-review-gallery__arrow--right {
  right: calc(50% - 430px);
}

.bp-review-gallery__arrow:hover,
.bp-review-gallery__arrow:focus-visible {
  background: #ffab35;
  box-shadow: 0 12px 28px rgba(255, 159, 26, .3);
  transform: translateY(-50%) scale(1.03);
}

.bp-review-gallery__arrow:disabled {
  opacity: .28;
  cursor: default;
  transform: translateY(-50%);
  box-shadow: none;
}

.bp-review-gallery__dots {
  position: absolute;
  left: 50%;
  top: 528px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: min(100%, 860px);
  transform: translateX(-50%);
}

.bp-review-gallery__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e5e5e5;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.bp-review-gallery__dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: #faa02c;
}

.bp-review-gallery > .bp-button {
  position: absolute;
  left: 50%;
  top: 664px;
  transform: translateX(-50%);
  width: 478px;
  height: 60px;
  min-width: 0;
  min-height: 0;
  border: 0 !important;
  border-radius: 10px !important;
  background: #faa02c !important;
  color: #4c2626 !important;
  display: inline-grid;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.bp-home-contact {
  height: 623px;
  min-height: 623px;
  margin-top: 100px;
  padding: 0;
  background: #fff;
}

.bp-contact-map--figma {
  display: grid;
  grid-template-columns: 690px 470px;
  gap: 10px;
  height: 623px;
}

.bp-contact-map--figma .bp-contact-map__canvas {
  position: relative;
  width: 690px;
  height: 623px;
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #e6efd8;
}

.bp-contact-map--figma .bp-contact-map__canvas iframe,
.bp-contact-map--figma .bp-contact-map__canvas img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border: 0;
  border-radius: 20px;
}

.bp-contact-map--figma .bp-contact-map__open {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

.bp-contact-map--figma .bp-contact-map__open:focus-visible {
  outline: 3px solid #faa02c;
  outline-offset: -7px;
}

.bp-contact-map--figma .bp-contact-map__card {
  position: relative;
  display: block;
  width: 470px;
  height: 623px;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bp-contact-map--figma .bp-contact-map__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 470px;
  height: 474px;
  border-radius: 10px;
  background: #f7f7f8;
}

.bp-contact-map--figma .bp-contact-map__card h2 {
  position: absolute;
  left: 35px;
  top: 73px;
  z-index: 1;
  width: 349px;
  margin: 0;
  padding: 0;
  color: #565656;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-contact-map--figma .bp-contact-map__card h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -38px;
  width: 25px;
  height: 25px;
  background: url("assets/images/figma-contact/icon-pin.svg") center / contain no-repeat;
}

.bp-contact-map--figma .bp-contact-map__card h2 strong {
  color: #565656;
  font-weight: 900;
}

.bp-contact-map__place {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 470px;
  height: 83px;
  border: 0;
  border-top: 1px solid #d1d1d1;
  background: transparent;
  padding: 15px 35px 0;
  text-align: left;
  cursor: pointer;
}

.bp-contact-map__place:nth-of-type(1) {
  top: 220px;
}

.bp-contact-map__place:nth-of-type(2) {
  top: 303px;
}

.bp-contact-map__place:nth-of-type(3) {
  top: 386px;
}

.bp-contact-map__place.is-active,
.bp-contact-map__place:hover,
.bp-contact-map__place:focus-visible {
  background: transparent;
}

.bp-contact-map__place strong,
.bp-contact-map__place span {
  display: block;
}

.bp-contact-map__place strong {
  color: #565656;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.bp-contact-map__place span {
  margin-top: 3px;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-contact-map__gift {
  position: absolute;
  left: 0;
  top: 484px;
  width: 470px;
  height: 139px;
  margin: 0;
  border-radius: 10px;
  background: #faa02c;
  color: #4c2626;
  padding: 49px 38px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-contact-map__gift::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 24px;
  width: 20px;
  height: 20px;
  background: url("assets/images/figma-contact/icon-gift.svg") center / contain no-repeat;
}

.bp-contact-map__gift strong {
  display: inline;
  margin: 0;
  font-weight: 800;
}

.bp-documents--figma {
  position: relative;
  height: 691px;
  min-height: 691px;
  overflow: hidden;
  padding: 0;
  background: #f7f7f8;
}

.bp-documents--figma::before {
  content: "";
  position: absolute;
  left: calc(50% - 895px);
  top: -239px;
  width: 1303px;
  height: 930px;
  background: url("assets/images/figma-documents/bee-bg.png") center / contain no-repeat;
  opacity: .03;
  pointer-events: none;
  transform: rotate(11.44deg);
  transform-origin: center;
}

.bp-documents--figma::after {
  content: none;
  display: none;
}

.bp-documents--figma .bp-container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.bp-documents--figma .bp-documents__inner {
  position: relative;
  display: block;
  height: 691px;
}

.bp-documents--figma .bp-documents__copy {
  position: absolute;
  left: 0;
  top: 215px;
  width: 520px;
}

.bp-documents--figma .bp-documents__copy h2 {
  width: 520px;
  margin: 0;
  color: #565656;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-documents--figma .bp-documents__copy h2 strong {
  font-weight: 900;
}

.bp-documents--figma .bp-documents__copy p {
  width: 520px;
  margin: 0;
  color: #565656;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-documents__academy {
  display: grid;
  grid-template-columns: 170px 291px;
  gap: 9px;
  align-items: center;
  width: 470px;
  margin-top: 27px;
}

.bp-documents__academy img {
  display: block;
  width: 170px;
  height: 68px;
  object-fit: contain;
}

.bp-documents__academy strong {
  color: #565656;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.bp-documents--figma .bp-documents__cards {
  position: absolute;
  left: 459px;
  top: 85px;
  display: block;
  width: 722px;
  height: 515px;
}

.bp-documents--figma .bp-documents__cards article {
  position: absolute;
  top: 0;
  width: 404px;
  height: 515px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.bp-documents--figma .bp-documents__cards article:nth-child(1) {
  left: 0;
}

.bp-documents--figma .bp-documents__cards article:nth-child(2) {
  left: 318px;
}

.bp-documents--figma .bp-documents__card-link {
  position: relative;
  z-index: 2;
  display: block;
  width: 404px;
  height: 515px;
  color: inherit;
  background: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: transform .18s ease;
}

.bp-documents--figma .bp-documents__card-link:hover,
.bp-documents--figma .bp-documents__card-link:focus-visible {
  transform: translateY(-3px);
}

.bp-documents--figma .bp-documents__card-link::before {
  content: "";
  position: absolute;
  left: 147px;
  top: 178px;
  z-index: 2;
  width: 110px;
  height: 110px;
  background: url("assets/images/figma-documents/button-vector.svg") center / contain no-repeat;
  pointer-events: none;
}

.bp-documents--figma .bp-documents__cards img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 404px;
  height: 465px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top center;
  margin: 0;
  border-radius: 0;
  filter: none;
}

.bp-documents--figma .bp-documents__open {
  position: absolute;
  left: 73px;
  top: 378px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 257px;
  height: 77px;
  min-height: 0;
  margin: 0;
  border-radius: 10px;
  background: #faa02c;
  color: #4c2626;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  transition: background .18s ease, color .18s ease;
}

.bp-documents--figma .bp-documents__card-link:hover .bp-documents__open,
.bp-documents--figma .bp-documents__card-link:focus-visible .bp-documents__open {
  background: #ef8f12;
}

.bp-documents--figma .bp-documents__cards p {
  position: absolute;
  left: 50%;
  top: 469px;
  z-index: 3;
  margin: 0;
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}

.bp-documents--figma .bp-documents__cards article:nth-child(1) p {
  width: 201px;
}

.bp-documents--figma .bp-documents__cards article:nth-child(2) p {
  width: 233px;
}

@media (max-width: 1020px) {
  .bp-documents--figma {
    height: auto;
    min-height: 0;
    padding: 56px 0;
  }

  .bp-documents--figma .bp-documents__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    height: auto;
  }

  .bp-documents--figma .bp-documents__copy,
  .bp-documents--figma .bp-documents__cards,
  .bp-documents--figma .bp-documents__cards article,
  .bp-documents--figma .bp-documents__card-link {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .bp-documents--figma .bp-documents__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 404px));
    gap: 24px;
    justify-content: center;
  }

  .bp-documents--figma .bp-documents__cards img {
    position: relative;
    width: min(404px, 100%);
    height: auto;
  }

  .bp-documents--figma .bp-documents__open,
  .bp-documents--figma .bp-documents__cards p {
    position: relative;
    left: auto;
    top: auto;
    margin: -78px auto 0;
    transform: none;
  }

  .bp-documents--figma .bp-documents__cards p {
    margin-top: 16px;
  }
}

.bp-family--figma {
  display: block;
  position: relative;
  height: 896px;
  min-height: 896px;
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.bp-family--figma .bp-container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.bp-family__inner {
  position: relative;
  display: block;
  height: 896px;
}

.bp-family__photo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 1336px;
  height: 896px;
  overflow: visible;
}

.bp-family__photo img {
  position: absolute;
  left: 180px;
  top: 24px;
  display: block;
  width: 1024px;
  max-width: none;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.bp-family__person {
  position: absolute;
  z-index: 3;
  display: block;
  width: 323px;
  height: 106px;
  max-width: none;
  margin: 0;
}

.bp-family__person strong {
  position: absolute;
  left: 11px;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 312px;
  height: 59px;
  background: linear-gradient(180deg, #FCBC40 0%, #FAA02C 56%, #F88A1C 100%);
  color: #4C2626;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 0 24px;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
}

.bp-family__person figcaption {
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 288px;
  height: 71px;
  margin: 0;
  background: #fff;
  color: #565656;
  font-size: 16px;
  line-height: 1;
  padding: 24px 18px 0;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.bp-family__person--first {
  left: 337px;
  top: 466px;
}

.bp-family__person--second {
  left: 467px;
  top: 625px;
}

.bp-family__copy {
  position: absolute;
  left: min(876px, calc(100% - 665px));
  top: 85px;
  z-index: 2;
  width: 670px;
  padding: 0;
}

.bp-family__copy h2 {
  width: 486px;
  margin: 0 0 22px;
  color: #565656;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4;
}

.bp-family__copy h2 span {
  font-weight: 400;
}

.bp-family__copy p {
  width: 670px;
  margin: 0 0 22px;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1545px) {
  .bp-family__copy {
    left: 850px;
    width: 560px;
  }

  .bp-family__copy h2,
  .bp-family__copy p {
    width: 560px;
  }
}

@media (max-width: 1180px) {
  .bp-home-products .woocommerce ul.products,
  .bp-category-grid--figma,
  .bp-blog-grid--figma {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bp-video__wrap {
    width: 100%;
  }

  .bp-video__arrow--left {
    left: 12px;
  }

  .bp-video__arrow--right {
    right: 12px;
  }

  .bp-review-gallery__stage {
    width: 100%;
  }

  .bp-review-gallery__arrow--left {
    left: 12px;
  }

  .bp-review-gallery__arrow--right {
    right: 12px;
  }

  .bp-eco-figma__content {
    grid-template-columns: 320px 110px 1fr;
  }

  .bp-family__inner {
    grid-template-columns: 44% 1fr;
    gap: 48px;
  }
}

@media (max-width: 1020px) {
  .bp-home-products .woocommerce ul.products,
  .bp-category-grid--figma,
  .bp-blog-grid--figma {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .bp-discount--figma {
    height: 170px;
    min-height: 170px;
  }

  .bp-discount--figma::before {
    left: -185px;
    top: -105px;
  }

  .bp-discount--figma .bp-discount__percent {
    left: 24px;
    top: 13px;
    font-size: 86px;
  }

  .bp-discount--figma .bp-discount__copy {
    left: 246px;
    top: 31px;
    width: calc(100% - 500px);
  }

  .bp-discount--figma h2 {
    white-space: normal;
  }

  .bp-discount--figma .bp-discount__button {
    right: 24px;
    top: 48px;
    width: 206px;
    height: 74px;
  }

  .bp-eco-figma__content,
  .bp-contact-map--figma,
  .bp-documents--figma .bp-documents__inner,
  .bp-family__inner {
    grid-template-columns: 1fr;
  }

  .bp-eco-figma__content {
    gap: 24px;
  }

  .bp-eco-figma__badge {
    justify-self: start;
  }

  .bp-delivery-tabs {
    flex-wrap: wrap;
  }

  .bp-info-grid--figma {
    grid-template-columns: 1fr;
  }

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

  .bp-video__wrap {
    grid-template-columns: 1fr;
  }

  .bp-video__arrow {
    display: none;
  }

  .bp-video__dots {
    grid-column: 1;
    margin-top: 0;
  }

  .bp-family__photo {
    min-height: auto;
    justify-content: center;
  }

  .bp-family__photo img {
    max-height: 620px;
  }
}

@media (max-width: 760px) {
  .bp-home-products,
  .bp-home-products--popular,
  .bp-home-products--new,
  .bp-home-catalog,
  .bp-home-discount-section,
  .bp-home-blog,
  .bp-home-delivery,
  .bp-home-video,
  .bp-home-review-gallery,
  .bp-home-contact,
  .bp-documents--figma,
  .bp-family--figma {
    padding: 48px 0;
  }

  .bp-family__person strong {
    font-size: 16px;
    padding: 10px 18px;
  }

  .bp-family__person figcaption {
    font-size: 12px;
    padding: 16px 18px 8px;
  }

  .bp-home .bp-section__head--figma,
  .bp-home-products .bp-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .bp-home .bp-section__head--figma .bp-title,
  .bp-home-products .bp-title,
  .bp-home-delivery .bp-title {
    font-size: 28px;
  }

  .bp-home-products .woocommerce ul.products,
  .bp-category-grid--figma,
  .bp-blog-grid--figma {
    grid-template-columns: 1fr;
  }

  .bp-home-products .bp-product-card__image,
  .bp-home-products .bp-product-card__image img {
    min-height: 260px;
    height: 260px !important;
  }

  .bp-home-products .bp-product-card__badge--violet {
    top: 198px;
  }

  .bp-category-grid--figma .bp-category-card {
    min-height: 128px;
  }

  .bp-discount--figma {
    height: auto;
    min-height: 330px;
    padding: 130px 22px 24px;
    background:
      linear-gradient(90deg, rgba(74, 35, 18, .84) 0%, rgba(86, 43, 17, .9) 42%, rgba(120, 70, 22, .88) 100%),
      url("assets/images/figma-discount/discount-bg.png") center / cover no-repeat;
  }

  .bp-discount--figma::before {
    left: -168px;
    top: -122px;
    width: 370px;
    height: 380px;
  }

  .bp-discount--figma .bp-discount__percent {
    left: 23px;
    top: 0;
    font-size: 78px;
  }

  .bp-discount--figma .bp-discount__copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  .bp-discount--figma h2 {
    font-size: 25px;
    white-space: normal;
  }

  .bp-discount--figma p {
    font-size: 15px;
  }

  .bp-discount--figma .bp-discount__button {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 62px;
    margin-top: 22px;
  }

  .bp-eco-figma {
    min-height: 0;
  }

  .bp-eco-figma__inner {
    padding: 46px 0;
  }

  .bp-eco-figma h2 {
    margin-bottom: 32px;
    font-size: 27px;
  }

  .bp-eco-figma__benefits h3,
  .bp-eco-figma__benefits li {
    font-size: 17px;
  }

  .bp-eco-figma__map img {
    min-height: 210px;
    border-width: 6px;
    border-radius: 16px;
  }

  .bp-eco-figma__map strong {
    min-width: 0;
    width: 92%;
    font-size: 15px;
  }

  .bp-blog-grid--figma .bp-blog-card img {
    height: 260px;
  }

  .bp-delivery-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bp-delivery-tabs button {
    min-width: 0;
    width: 100%;
  }

  .bp-video--figma .bp-video__copy h2 {
    font-size: 27px;
  }

  .bp-home-video,
  .bp-video--figma {
    height: auto;
    min-height: 0;
  }

  .bp-video__wrap {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 224px;
    margin-top: 24px;
  }

  .bp-video__item {
    flex-basis: 100%;
  }

  .bp-video__arrow {
    top: 90px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    font-size: 30px;
    line-height: 44px;
  }

  .bp-video__arrow--left {
    left: 8px;
  }

  .bp-video__arrow--right {
    right: 8px;
  }

  .bp-video__dots {
    top: 238px;
  }

  .bp-video__item-meta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
  }

  .bp-video__meta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 11px 13px;
  }

  .bp-video__meta strong {
    font-size: 14px;
  }

  .bp-video__meta span {
    font-size: 12px;
  }

  .bp-video--figma > .bp-button {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    min-width: 0;
    width: 100%;
    margin-top: 60px;
  }

  .bp-home-review-gallery,
  .bp-review-gallery {
    height: auto;
    min-height: 0;
  }

  .bp-review-gallery__copy h2,
  .bp-review-gallery__copy p,
  .bp-review-gallery__stage,
  .bp-review-gallery > .bp-button {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
  }

  .bp-review-gallery__copy h2 {
    font-size: 28px;
  }

  .bp-review-gallery__copy p {
    margin-top: 10px;
    font-size: 16px;
  }

  .bp-review-gallery__stage {
    height: auto;
    margin-top: 24px;
  }

  .bp-review-gallery__viewport {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 420px;
    transform: none;
  }

  .bp-review-gallery__track {
    gap: 0;
    padding: 0;
  }

  .bp-review-gallery__item {
    flex-basis: 100%;
    padding: 0 42px;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .bp-review-gallery__item img {
    max-height: 420px;
  }

  .bp-review-gallery__arrow {
    top: 210px;
    width: 44px;
    height: 44px;
    font-size: 32px;
  }

  .bp-review-gallery__arrow--left {
    left: 4px;
  }

  .bp-review-gallery__arrow--right {
    right: 4px;
  }

  .bp-review-gallery__dots {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 16px;
    transform: none;
    flex-wrap: wrap;
  }

  .bp-review-gallery > .bp-button {
    min-width: 0;
    height: auto;
    min-height: 60px;
    margin-top: 26px;
    padding: 12px 18px;
  }

  .bp-social-login--inline,
  .bp-account-quick {
    grid-template-columns: 1fr;
  }

  .bp-account-auth-switch,
  .bp-account-welcome {
    padding: 18px;
  }

  .bp-account-auth-switch h2,
  .bp-account-welcome h2 {
    font-size: 23px;
  }

  .bp-account-auth-switch__actions .bp-button {
    width: 100%;
  }

  .bp-map-modal {
    padding: 10px;
  }

  .bp-map-modal__dialog {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    gap: 12px;
    border-radius: 14px;
    padding: 14px;
  }

  .bp-map-modal__head {
    display: grid;
    padding-right: 38px;
  }

  .bp-map-modal__head h2 {
    font-size: 20px;
  }

  .bp-map-modal__head a {
    width: 100%;
    min-height: 42px;
    white-space: normal;
    text-align: center;
  }

  .bp-map-modal__frame {
    min-height: 360px;
    height: 64vh;
    border-radius: 10px;
  }

  .bp-social-setup-modal {
    padding: 10px;
  }

  .bp-social-setup-modal__dialog {
    width: calc(100vw - 20px);
    padding: 20px;
  }

  .bp-social-setup-modal__dialog h2 {
    font-size: 22px;
  }

  .bp-social-setup-modal__actions .bp-button {
    width: 100%;
  }

  .bp-contact-map--figma .bp-contact-map__canvas,
  .bp-contact-map--figma .bp-contact-map__canvas iframe,
  .bp-contact-map--figma .bp-contact-map__canvas img {
    min-height: 330px;
  }

  .bp-contact-map--figma .bp-contact-map__card h2 {
    padding: 30px 22px 24px;
    font-size: 24px;
  }

  .bp-contact-map__place {
    padding: 18px 22px;
  }

  .bp-contact-map__gift {
    padding: 22px;
  }

  .bp-documents--figma .bp-documents__copy h2 {
    font-size: 25px;
  }

  .bp-documents--figma .bp-documents__copy p {
    font-size: 18px;
  }

  .bp-documents__academy {
    grid-template-columns: 1fr;
  }

  .bp-documents--figma .bp-documents__cards {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .bp-documents--figma .bp-documents__cards img {
    width: min(285px, 100%);
  }

  .bp-family__inner {
    gap: 28px;
  }

  .bp-family__copy {
    padding-bottom: 0;
  }

  .bp-family__copy h2 {
    font-size: 28px;
  }
}

.bp-hero-card {
  height: auto;
  min-height: 148px;
  overflow: visible;
}

.bp-hero-card strong {
  display: inline;
  font-size: 14px;
}

.bp-hero-card span {
  font-size: 14px;
  line-height: 1.3;
}

.bp-documents-grid--real {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.bp-documents-grid--real article {
  position: relative;
  display: block;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.08);
  overflow: hidden;
}

.bp-documents-grid__card-link {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 360px;
  color: inherit;
  padding: 24px;
  cursor: pointer;
  pointer-events: auto;
  transition: transform .18s ease, box-shadow .18s ease;
}

.bp-documents-grid__card-link:hover,
.bp-documents-grid__card-link:focus-visible {
  transform: translateY(-3px);
}

.bp-documents-grid--real article img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(0,0,0,.12));
}

.bp-documents-grid--real article h3 {
  margin: 0 0 12px;
  color: #505050;
  font-size: 24px;
  line-height: 1.25;
}

.bp-documents-grid--real article p {
  margin: 0 0 18px;
  color: #777;
}

.bp-documents-grid--real article span {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  width: max-content;
  border-radius: 8px;
  background: #ff9f1a;
  color: #2a1600;
  padding: 0 22px;
  font-weight: 900;
  transition: background .18s ease, color .18s ease;
}

.bp-documents-grid__card-link:hover span,
.bp-documents-grid__card-link:focus-visible span {
  background: #e68100;
  color: #fff;
}

@media (max-width: 760px) {
  .bp-documents-grid--real {
    grid-template-columns: 1fr;
  }

  .bp-documents-grid--real article {
    min-height: 0;
  }

  .bp-documents-grid__card-link {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bp-documents-grid--real article img {
    height: 280px;
  }
}

/* ===== Hero по Figma (15:1789) — самодостаточный блок, перекрывает легаси .bp-hero ===== */
.bp-herofg {
  position: relative;
  overflow: hidden;
  min-height: min(660px, calc(100vh - 153px));
  background: #2b2418 url(assets/images/hero-main.webp) center 42% / cover no-repeat;
}

.bp-herofg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(24, 18, 10, .78) 0%, rgba(24, 18, 10, .55) 38%, rgba(24, 18, 10, .16) 68%, rgba(24, 18, 10, .05) 100%),
    linear-gradient(180deg, rgba(24, 18, 10, .08) 0%, rgba(24, 18, 10, .5) 100%);
}

.bp-herofg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(48% 62% at 70% 36%, rgba(255, 177, 49, .12), rgba(255, 177, 49, 0) 66%);
}

.bp-herofg__inner {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  min-height: min(660px, calc(100vh - 153px));
}

.bp-herofg__photo {
  position: absolute;
  z-index: 1;
  right: max(18px, calc(50% - 760px));
  bottom: 0;
  width: min(1060px, 62vw);
  height: calc(100% - 18px);
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  user-select: none;
}

.bp-herofg__beehive {
  position: absolute;
  z-index: 1;
  right: max(0px, calc(50% - 830px));
  bottom: -10px;
  width: min(910px, 50vw);
  height: auto;
  pointer-events: none;
}

.bp-herofg__copy {
  position: absolute;
  z-index: 2;
  top: clamp(98px, 16vh, 132px);
  left: 0;
  max-width: 650px;
}

.bp-herofg__title {
  position: static;
  max-width: 500px;
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 400;
  text-shadow: 0 2px 16px rgba(0,0,0,.28);
}

.bp-herofg__title strong {
  font-weight: 800;
}

.bp-herofg__subtitle {
  max-width: 590px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
  line-height: 1.42;
  text-shadow: 0 2px 14px rgba(0,0,0,.3);
}

.bp-herofg__subtitle strong {
  color: #fff;
  font-weight: 800;
}

.bp-herofg__person-badge {
  position: absolute;
  z-index: 4;
  left: min(600px, 52vw);
  bottom: 166px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 390px;
  padding: 12px 16px 12px 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  background: rgba(24, 18, 10, .58);
  border: 1px solid rgba(255, 174, 36, .42);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
}

.bp-herofg__person-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: #2e200f;
  font-size: 13px;
  font-weight: 900;
  background: #ffae24;
  border-radius: 10px;
}

.bp-herofg__cards {
  position: absolute;
  z-index: 3;
  left: 0;
  right: auto;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(3, 340px);
  gap: 20px;
}

.bp-herofg-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 340px;
  height: 122px;
  min-height: 122px;
  background: #fff;
  border-radius: 20px;
  padding: 14px 16px 14px 8px;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
}

.bp-herofg-card img {
  width: 106px;
  height: auto;
  max-height: 132px;
  margin-top: -20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.bp-herofg-card p {
  margin: 0;
  color: #565656;
  font-size: 14px;
  line-height: 1.4;
}

.bp-herofg-card p strong {
  font-weight: 700;
}

@media (max-width: 1100px) {
  .bp-herofg__photo { right: 0; width: 66vw; }
  .bp-herofg__beehive { width: 44%; bottom: 170px; right: 0; }
  .bp-herofg__copy { max-width: 58%; }
  .bp-herofg__title { font-size: 32px; max-width: none; }
  .bp-herofg__subtitle { font-size: 18px; }
  .bp-herofg__person-badge { left: 48%; max-width: 350px; }
}

@media (max-width: 900px) {
  .bp-herofg {
    overflow-x: hidden;
    background-position: 58% 28%;
  }

  .bp-herofg__photo {
    position: static;
    display: block;
    width: calc(100% + 40px);
    max-width: none;
    height: auto;
    margin: -8px -20px 22px;
  }

  .bp-herofg::before {
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34));
  }
  .bp-herofg__inner {
    min-height: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 34px 20px 38px;
    box-sizing: border-box;
  }
  .bp-herofg__copy {
    position: static;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .bp-herofg__title {
    position: static; max-width: none; font-size: 27px;
    color: #3a2a16; text-shadow: none; margin-bottom: 20px;
    overflow-wrap: break-word;
  }
  .bp-herofg__subtitle {
    max-width: none;
    margin: 0 0 22px;
    color: #4c3b25;
    font-size: 16px;
    text-shadow: none;
    overflow-wrap: break-word;
  }

  .bp-herofg__subtitle strong {
    color: #2f2417;
  }
  .bp-herofg__person-badge {
    position: static;
    margin: 0 0 18px;
    max-width: 100%;
    color: #fff;
  }
  .bp-herofg__beehive {
    position: static; display: block; width: min(320px, 78%); margin: 0 auto 26px;
  }
  .bp-herofg__cards {
    position: static;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .bp-herofg-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 122px;
    overflow: hidden;
  }
  .bp-herofg-card img { margin-top: 0; width: 92px; }
  .bp-herofg-card p {
    min-width: 0;
    overflow-wrap: break-word;
  }
}

@media (max-width: 420px) {
  .bp-herofg-card {
    gap: 10px;
    min-height: 0;
    padding: 12px;
  }

  .bp-herofg-card img {
    width: 76px;
  }

  .bp-herofg-card p {
    font-size: 13px;
    line-height: 1.34;
  }
}

/* ===== Логотип-эмблема из Figma (Frame 3) вместо CSS-рисунка ===== */
.bp-header .bp-logo--mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.bp-header .bp-logo--mark .bp-logo__img {
  height: 56px;
  width: auto;
  flex: 0 0 auto;
  display: block;
}

/* ===== Figma screen 1: header, real exported Figma assets ===== */
.bp-container {
  width: min(1170px, calc(100% - 32px));
}

header {
  position: relative;
  z-index: 80;
  background: #fff;
}

.bp-servicebar {
  height: 31px;
  border-bottom: 1px solid #dcdcdc;
  background: #f5f5f5;
  color: #6a6a6a;
  font-size: 13px;
  line-height: 1;
}

.bp-servicebar__inner {
  min-height: 31px;
  height: 31px;
  gap: 0;
}

.bp-servicebar__menu {
  gap: 47px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.bp-servicebar__right {
  gap: 18px;
  color: #565656;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.bp-servicebar__right span {
  gap: 7px;
}

.bp-servicebar__right img {
  display: block;
  flex: 0 0 auto;
}

.bp-servicebar__right span img {
  width: 16px;
  height: 16px;
}

.bp-servicebar__right a {
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.bp-servicebar__right a img {
  width: 25px;
  height: 25px;
}

.bp-header {
  position: relative;
  height: 76px;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.04);
}

.bp-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 76px;
  min-height: 76px;
  gap: 0;
}

.bp-header .bp-logo--mark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 205px;
  width: 205px;
  min-width: 205px;
  height: 76px;
  gap: 18px;
  border-right: 1px solid #dcdcdc;
}

.bp-header .bp-logo--mark .bp-logo__img {
  width: 76px;
  height: 59px;
  object-fit: contain;
}

.bp-logo .bp-logo__work {
  display: block;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-logo .bp-logo__work span,
.bp-logo .bp-logo__work strong {
  display: block;
  margin: 0;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 1.4;
}

.bp-logo .bp-logo__work strong {
  font-weight: 800;
}

.bp-search {
  position: relative;
  flex: 0 0 424px;
  width: 424px;
  max-width: 424px;
  margin-left: 36px;
}

.bp-search input {
  width: 424px;
  height: 56px;
  border: 2px solid #faa02c;
  border-radius: 28px;
  padding: 0 18px 0 62px;
  color: #565656;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.bp-search input::placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.bp-search button {
  position: absolute;
  left: 18px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #faa02c;
  padding: 0;
}

.bp-search button img {
  width: 14px;
  height: 14px;
}

.bp-header__contacts {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  gap: 0;
  height: 76px;
  margin-left: 30px;
  white-space: nowrap;
}

.bp-phone {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 162px;
  height: 76px;
  padding-left: 25px;
  color: #565656;
  font-size: 16px;
  line-height: 1.4;
}

.bp-phone img {
  position: absolute;
  left: 0;
  top: 21px;
  width: 16px;
  height: 16px;
}

.bp-phone strong {
  display: block;
  color: #565656;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.bp-phone a,
.bp-phone span {
  display: block;
  margin-top: 1px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-transform: uppercase;
}

.bp-actions {
  display: flex;
  align-items: stretch;
  width: 296px;
  height: 76px;
  margin-left: 17px;
  gap: 0;
}

.bp-action {
  position: relative;
  display: flex;
  flex: 0 0 98.666px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 98.666px;
  height: 76px;
  min-width: 0;
  border: 0;
  border-left: 1px solid #dcdcdc;
  border-radius: 0;
  background: #fff;
  color: #565656;
  gap: 5px;
  padding: 0;
}

.bp-action:last-child {
  border-right: 1px solid #dcdcdc;
}

.bp-action img {
  display: block;
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.bp-action[aria-label="Корзина"] img {
  width: 36px;
  height: 36px;
  margin-top: -4px;
}

.bp-action--labeled span:not(.bp-action__count) {
  display: block;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.bp-action__count {
  position: absolute;
  top: 17px;
  right: 28px;
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 20px;
  padding: 0 5px;
  border-radius: 100px;
  background: linear-gradient(180deg, #fcbc40 0%, #faa02c 56.25%, #f88a1c 100%);
  color: #4c2626;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.bp-nav {
  height: 46px;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
}

.bp-nav__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 46px;
  min-height: 46px;
  gap: 0;
}

.bp-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-height: 46px;
  padding: 0 25px;
  border-left: 1px solid #dcdcdc;
  color: #565656;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  gap: 10px;
}

.bp-nav a:last-child {
  border-right: 1px solid #dcdcdc;
}

.bp-nav__catalog {
  flex: 0 0 205px;
  padding: 0 24px !important;
  justify-content: flex-start !important;
  font-weight: 500 !important;
}

.bp-nav__catalog.is-active {
  color: #ef8318;
  background: #fff7ea;
}

.bp-nav img {
  display: block;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.bp-nav__catalog img {
  width: 19px;
  height: 14px;
}

.bp-nav a {
  flex: 0 0 auto;
  padding: 0;
  font-size: 15px;
  white-space: nowrap;
}

.bp-nav a:nth-child(2) {
  flex-basis: 111px;
}

.bp-nav a:nth-child(3) {
  flex-basis: 245px;
}

.bp-nav a:nth-child(4) {
  flex-basis: 236px;
}

.bp-nav a:nth-child(5) {
  flex-basis: 220px;
}

.bp-nav a:nth-child(6) {
  flex-basis: 153px;
}

.bp-catalog-dropdown {
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 120;
  width: 360px;
  padding-top: 8px;
}

.bp-catalog-dropdown__inner {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,.14);
}

.bp-nav .bp-catalog-dropdown a,
.bp-nav .bp-catalog-dropdown a:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: initial;
  min-height: 48px;
  height: auto;
  padding: 13px 20px;
  border: 0;
  border-bottom: 1px solid #ececec;
  color: #565656;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  white-space: normal;
}

.bp-nav .bp-catalog-dropdown a:last-child {
  border-bottom: 0;
}

.bp-nav .bp-catalog-dropdown a:hover,
.bp-nav .bp-catalog-dropdown a:focus-visible {
  color: #4c2626;
  background: #fff7ea;
}

.bp-nav .bp-catalog-dropdown__all {
  color: #ef8318;
  font-weight: 800;
}

.bp-mobile-actions,
.bp-mobile-tools {
  display: none;
}

/* Header fit override after the last desktop header block. */
.bp-search {
  flex-basis: 390px;
  width: 390px;
  max-width: 390px;
  margin-left: 28px;
}

.bp-search input {
  width: 390px;
}

.bp-header__contacts {
  margin-left: 22px;
}

.bp-phone {
  width: 210px;
  overflow: hidden;
}

.bp-phone strong {
  max-width: 180px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.26;
  text-overflow: ellipsis;
}

.bp-phone a,
.bp-phone span {
  max-width: 180px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
}
