@import url("/common/framework/css/product-header.en.css.gz");

/* Responsive product header styles.

   @file        product-header.css.en
   @author      marionm
   ========================================================================== */

/* ==========================================================================
   overrides for standard product header styles
   ========================================================================== */

:root {
    --product-header-red: #ba1c12;
    --product-header-orange: #ff7e00;
    --product-header-yellow: #ffcc51;
}

#_product-name h1 svg {
    margin-bottom: -3px;
    width: 242px;
}

@media all and (max-width: 900px) {
    #_product-name h1 svg { width: 213px; }
}