/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-product-strip-tabs-carousel__inner {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}

.block-product-strip-tabs-carousel .glide__arrows {
  width: 100%;
}

.block-product-strip-tabs-carousel .e-breadcrumbs {
  color: #1a242d;
}

.block-product-strip-tabs-carousel .e-breadcrumbs span {
  color: #e46b00;
}

.block-product-strip-tabs-carousel .e-breadcrumbs span span {
  color: #e46b00;
}

.block-product-strip-tabs-carousel .e-breadcrumbs span span span {
  color: #e46b00;
}

.block-product-strip-tabs-carousel .e-breadcrumbs .breadcrumb_last {
  color: #1a242d;
}

.block-product-strip-tabs-carousel .e-breadcrumbs a {
  color: #1a242d;
}

.block-product-strip-tabs-carousel__heading {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  position: relative;
  margin-top: 1.25rem;
}

@media only screen and (min-width: 992px) {
  .block-product-strip-tabs-carousel__heading {
    font-size: 2.25rem;
  }
}

.block-product-strip-tabs-carousel__heading:before {
  content: '';
  position: absolute;
  width: 5rem;
  height: 0.25rem;
  background-color: #e46b00;
  top: -1.25rem;
  left: 0;
}

.block-product-strip-tabs-carousel__heading span {
  color: #06758c;
}

.block-product-strip-tabs-carousel__copy {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 1.875rem;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 992px) {
  .block-product-strip-tabs-carousel__copy {
    font-size: 1rem;
  }
}

.block-product-strip-tabs-carousel__copy .e-link {
  border-color: #e46b00;
  color: #1a242d;
}

.block-product-strip-tabs-carousel .e-tabs {
  margin-top: 2.5rem;
}

.block-product-strip-tabs-carousel .e-button {
  border-color: #e46b00;
  box-shadow: 0px 0px 0px 2px #e46b00;
}

.block-product-strip-tabs-carousel .e-button:before {
  background-color: #e46b00;
}

/*# sourceMappingURL=block-product-strip-tabs-carousel.css.map */
