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

/* Responsive product header styles.

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

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

:root {
    --product-header-red: #f18114;
    --product-header-orange: #dd1100;
    --product-header-yellow: #444;
}

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

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