.header-logo,
.header-logo-image-container {
  width: 450px !important;
  max-width: 100%; }

.header-logo-image {
  width: 450px !important;
  height: 88px !important;
  max-width: none !important;
  object-fit: contain;
  display: block; }

@media (max-width: 800px) {
  .header-logo,
  .header-logo-image-container {
    width: 280px !important; }
  .header-logo-image {
    width: 280px !important;
    height: auto !important; } }

.bc-category-promos {
  --promo-bg: #f3f0eb;
  --promo-border: #d9d4cd;
  --promo-text: #111111;
  --promo-accent: #b51f3b;
  --promo-radius: 0;
  --promo-gap: 28px;
  --promo-padding: 22px 20px; }

.bc-category-promos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--promo-gap);
  margin: 24px 0 32px; }

.bc-category-promos__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: var(--promo-padding);
  min-height: 190px;
  text-decoration: none;
  color: var(--promo-text);
  background: var(--promo-bg);
  border: 1px solid var(--promo-border);
  border-radius: var(--promo-radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box; }

.bc-category-promos__card:hover,
.bc-category-promos__card:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: var(--promo-text); }

.bc-category-promos__content {
  flex: 1 1 auto;
  min-width: 0; }

.bc-category-promos__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0; }

.bc-category-promos__text {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400; }

.bc-category-promos__accent {
  color: var(--promo-accent);
  font-weight: 700; }

.bc-category-promos__cta {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0; }

.bc-category-promos__media {
  flex: 0 0 130px;
  display: flex;
  align-items: center;
  justify-content: center; }

.bc-category-promos__media img {
  max-width: 100%;
  height: auto;
  display: block; }

@media (max-width: 900px) {
  .bc-category-promos__grid {
    grid-template-columns: 1fr;
    gap: 18px; } }

@media (max-width: 600px) {
  .bc-category-promos__card {
    align-items: flex-start;
    gap: 14px;
    min-height: auto;
    padding: 18px 16px; }
  .bc-category-promos__media {
    flex: 0 0 92px; }
  .bc-category-promos__title {
    font-size: 16px; }
  .bc-category-promos__text {
    font-size: 16px;
    margin-bottom: 20px; }
  .bc-category-promos__cta {
    font-size: 16px; } }
