.ou-subheader{padding:var(--spacing-l) var(--spacing-m);background:var(--neutral-000);display:none}.ou-subheader .ou-subheader__content{max-width:var(--ou-container-max-width);margin:auto}.ou-subheader .ou-subheader__name{font:var(--font-xlarge-strong);letter-spacing:.2px;margin-bottom:var(--gap-small-25)}.ou-subheader .ou-subheader__location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font:var(--font-small-strong)}@media only screen and (min-width:768px){.ou-subheader .ou-subheader__location{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.ou-subheader .ou-subheader__location a{font-weight:400;cursor:pointer;color:var(--neutral-base)}.ou-subheader .ou-subheader__prices{display:none}@media only screen and (min-width:768px){.ou-subheader.ou-subheader--sticky{-webkit-animation:sticky-slide .3s forwards;animation:sticky-slide .3s forwards;padding:var(--spacing-s);opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;top:0;z-index:2;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.1);box-shadow:0 1px 4px rgba(0,0,0,.1)}.ou-subheader.ou-subheader--sticky .ou-subheader__name-container{min-width:0;-ms-flex-preferred-size:100%;flex-basis:100%}.ou-subheader.ou-subheader--sticky .ou-subheader__name{margin-bottom:var(--spacing-xxs);font:var(--font-large-strong);letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ou-subheader.ou-subheader--sticky .ou-subheader__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.ou-subheader.ou-subheader--sticky .ou-subheader__prices .ou-buy-button{display:block;margin-bottom:0}.ou-subheader.ou-subheader--sticky .ou-subheader__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:var(--spacing-xl);width:100%}.ou-subheader.ou-subheader--sticky .aui-price-description{font:var(--font-xsmall-regular)}}@media only screen and (min-width:1280px){.ou-subheader .ou-subheader__content{margin:0 auto;max-width:var(--ou-container-max-width)}}.ou-subheader .ou-subheader__city{font-weight:400}.ou-subheader .ou-subheader__link{text-decoration:underline}@-webkit-keyframes sticky-slide{to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes sticky-slide{to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}