:root {
  /* Colors */
  --color-default: #094D98;
  --color-blue: #1794D1;
  --color-yellow: #F7CE46;
  --color-white: #FFFFFF;
  --color-light-blue: #C5E0EE;
  --color-light-gray: #D1D1D1;
  --color-light-gray-2: #B5B5B5;
  --color-shadow-black: #0000000A;
  --color-shadow-gray: #0000000F;
  --color-footer-bg: #2E2E2E;
  --color-bg-gray: #F2F3F7;
  --color-text-black: #333333;
  --color-text-gray: #515151;
  --color-button-default-bg: #E0E6ED;
  --color-search-bg: #FAFAFA;
  --color-search-border: #DEDEDE;
  --color-search-placeholder: #AAAAAA;
  --color-video-bar: #FFFFFFB2;
  --color-link-gray: #E4F6FF;
  /* Font sizes */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.0625rem;
  --text-xl: 1.125rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.8125rem;
  --text-4xl: 2.125rem;
  /* Layout */
  --container-max-width: 1380px;
  --border-radius-sm: 0.75rem;
  --border-radius-lg: 1.5rem;
}

.page-banner {
  position: relative;
}
.page-banner__hero {
  position: relative;
  min-height: 520px;
  padding: 8px 0 48px;
  background-image: var(--page-banner-image);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.page-banner__hero .container {
  position: relative;
  z-index: 1;
}
.page-banner__breadcrumb .breadcrumb {
  padding: 16px 0 28px;
  margin: 0;
}
.page-banner__breadcrumb .breadcrumb--light a,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item.active,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-white);
}
.page-banner__panel-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-banner__panel-inner {
    flex: 1;
    justify-content: space-between;
  }
}
.page-banner__head {
  max-width: 715px;
}
@media (max-width: 767px) {
  .page-banner__head {
    order: 1;
    margin-bottom: 20px;
  }
}
.page-banner__title {
  margin: 0 0 16px;
  font-family: "Eurostile Extended", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 4vw, 30px);
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}
.page-banner__subtitle {
  margin: 0;
  font-family: "MacPaw Fixel Text", sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 120%;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .page-banner__panel {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 165px 0 91px;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .page-banner__panel {
    padding: 48px 0 36px;
    background: linear-gradient(360deg, #1794D1 0%, #094D98 100%);
  }
}
.page-banner__box {
  max-width: 619px;
  padding: 26px 32px;
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.2);
  font-family: "MacPaw Fixel Text", sans-serif;
  line-height: 178%;
  border: 1px solid #fff;
}
.page-banner__box p {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(12px, 2vw, 14px);
}
.page-banner__box strong,
.page-banner__box b {
  font-family: "MacPaw Fixel Bold Text", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-banner__box {
    order: 2;
    max-width: none;
    background: rgba(255, 255, 255, 0.12);
  }
}
@media (min-width: 768px) {
  .page-banner__hero {
    min-height: 620px;
    padding-bottom: 220px;
  }
}
@media (max-width: 767px) {
  .page-banner__hero {
    min-height: 360px;
    padding-bottom: 24px;
    background-image: var(--page-banner-image-mobile, var(--page-banner-image));
    background-position: center top;
    background-size: cover;
  }
  .page-banner__hero::before {
    background: linear-gradient(180deg, rgba(9, 77, 152, 0.88) 0%, rgba(9, 77, 152, 0.45) 55%, rgba(9, 77, 152, 0.2) 100%);
  }
  .page-banner__head {
    max-width: none;
    text-align: left;
  }
  .page-banner__title, .page-banner__subtitle {
    text-align: left;
  }
}

.page-template-templates-biosyntolub-racing-eco-series-php .bsel-usda__image,
.page-template-biosyntolub-racing-eco-series .bsel-usda__image {
  max-height: 12.5rem;
  object-fit: contain;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-performance__image,
.page-template-biosyntolub-racing-eco-series .bsel-performance__image {
  object-fit: cover;
  min-height: 100%;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-labels__image,
.page-template-biosyntolub-racing-eco-series .bsel-labels__image {
  max-height: 24.5rem;
  object-fit: contain;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card,
.page-template-biosyntolub-racing-eco-series .bsel-product-card {
  box-shadow: 0 4px 24px 0 var(--color-shadow-gray);
  background: var(--color-white);
  border: 1px solid var(--color-bg-gray);
  border-radius: 6px;
  padding: 0 0 10px;
  transition: transform 0.3s ease;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card:hover,
.page-template-biosyntolub-racing-eco-series .bsel-product-card:hover {
  transform: translateY(-6px);
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__media,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__media {
  min-height: 200px;
  padding: 1px 20px 5px;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__media img,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__media img {
  max-height: 327px;
  width: auto;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__tag,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__tag {
  top: 13px;
  right: 12px;
  padding: 4px 12px;
  background: var(--color-yellow);
  color: var(--color-text-black);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__name,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__name {
  font-size: clamp(12px, 3vw, 16px);
  line-height: 140%;
  color: var(--color-default);
  margin: 0 16px 5px;
  padding: 0 8px;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__category,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__category {
  font-size: 14px;
  line-height: 140%;
  color: var(--color-default);
  margin: 0 16px;
  padding: 0 8px;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__actions .link,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__actions .link {
  font-weight: 700;
  font-size: clamp(12px, 3vw, 14px);
  border-radius: 3px;
  height: 26px;
  text-decoration: none;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__actions .link span,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__actions .link span {
  padding-top: 3px;
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__actions .link-blue,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__actions .link-blue {
  padding: 3px 16px;
  background: linear-gradient(270deg, var(--color-default) 0%, var(--color-blue) 100%);
  color: var(--color-white);
}
.page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__actions .link-gray,
.page-template-biosyntolub-racing-eco-series .bsel-product-card__actions .link-gray {
  padding: 3px 16px;
  background: var(--color-link-gray);
  color: var(--color-text-gray);
}
@media (max-width: 767px) {
  .page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__media,
  .page-template-biosyntolub-racing-eco-series .bsel-product-card__media {
    min-height: 150px;
    padding: 12px 16px;
  }
  .page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__media img,
  .page-template-biosyntolub-racing-eco-series .bsel-product-card__media img {
    max-height: 240px;
  }
  .page-template-templates-biosyntolub-racing-eco-series-php .bsel-product-card__name,
  .page-template-biosyntolub-racing-eco-series .bsel-product-card__name {
    font-size: 14px;
  }
}