/* DRR DAMSON HOTFIX 19_05_6 — nowe logo i kompaktowe okno rabatowe w hero */
.hero-v2-image--brand-row{
 display:flex !important;
 align-items:center;
 justify-content:flex-start;
 gap:22px;
 overflow:visible;
}
.hero-v2-image--brand-row > img.hero-main-logo.hero-main-logo--new,
.hero-v2-image--brand-row > img[src$="logo.png"]{
 display:block !important;
 width:min(48vw, 360px) !important;
 max-width:360px !important;
 height:auto !important;
 border-radius:28px !important;
 object-fit:contain !important;
 border:0 !important;
 box-shadow:none !important;
 margin-left:-18px;
}
.hero-v2-image--brand-row .hero-sidebar--compact{
 position:relative !important;
 right:auto !important;
 top:auto !important;
 width:230px !important;
 min-height:0 !important;
 padding:16px 14px !important;
 text-align:center;
 align-self:center;
}
.hero-v2-image--brand-row .hero-sidebar__inner{
 display:flex;
 flex-direction:column;
 justify-content:center;
 gap:10px;
}
.hero-v2-image--brand-row .hero-sidebar--compact h3{
 color:#fff;
 margin:0;
 font-size:17px;
 line-height:1.12;
}
.hero-v2-image--brand-row .hero-sidebar__thanks,
.hero-v2-image--brand-row .hero-sidebar__note{
 margin:0;
 font-size:11px;
 color:var(--text-muted);
}
.hero-v2-image--brand-row .sidebar-discount{
 margin:0 !important;
 padding:10px 12px !important;
 font-size:13px !important;
 line-height:1.15;
 border-radius:12px !important;
}
.hero-v2-image--brand-row .sidebar-discount span{
 display:block;
 margin-top:3px;
 font-size:9px;
 font-weight:600;
}
.hero-v2-image--brand-row .sidebar-code{
 margin:0 !important;
 padding:12px 10px !important;
 font-size:20px !important;
 line-height:1.1;
 border-radius:14px !important;
}
.hero-v2-image--brand-row .sidebar-code span{
 color:var(--primary-gold);
}
.hero-v2-image--brand-row .hero-sidebar__links{
 display:grid;
 gap:8px;
 text-align:left;
}
.hero-v2-image--brand-row .hero-sidebar__links a{
 color:var(--text-muted);
 text-decoration:none;
 font-size:11px;
 display:flex;
 align-items:center;
 gap:8px;
}
.hero-v2-image--brand-row .hero-sidebar__links a:hover{
 color:var(--primary-gold);
}
/* nadpisanie starego cleanup, które ukrywało nowe logo */
.hero-v2-image--brand-row > img[src$="logo.png"]{
 display:block !important;
}
@media (max-width: 1200px){
 .hero-v2-image--brand-row{
  justify-content:center;
  gap:16px;
 }
 .hero-v2-image--brand-row > img.hero-main-logo.hero-main-logo--new,
 .hero-v2-image--brand-row > img[src$="logo.png"]{
  width:min(46vw, 300px) !important;
  max-width:300px !important;
  margin-left:0;
 }
 .hero-v2-image--brand-row .hero-sidebar--compact{
  width:210px !important;
 }
}
@media (max-width: 900px){
 .hero-v2-image--brand-row{
  flex-direction:column;
  align-items:center;
 }
 .hero-v2-image--brand-row > img.hero-main-logo.hero-main-logo--new,
 .hero-v2-image--brand-row > img[src$="logo.png"]{
  width:min(82vw, 320px) !important;
  max-width:320px !important;
 }
 .hero-v2-image--brand-row .hero-sidebar--compact{
  width:min(100%, 320px) !important;
 }
}


/* DRR DAMSON HOTFIX 19_05_7B — niższy pasek logo + kod rabatowy */
.hero-v2 {
 min-height: 0 !important;
}
.hero-v2-image--brand-row {
 align-items: center !important;
 gap: 18px !important;
 min-height: 0 !important;
}
.hero-v2-image--brand-row > img.hero-main-logo.hero-main-logo--new,
.hero-v2-image--brand-row > img[src$="logo.png"] {
 width: min(44vw, 300px) !important;
 max-width: 300px !important;
 margin-left: -24px !important;
}
.hero-v2-image--brand-row .hero-sidebar--compact {
 width: 218px !important;
 padding: 12px 12px !important;
 max-height: calc(300px + 12px) !important; /* ok. logo + kilka mm zapasu */
 overflow: hidden !important;
 border-radius: 22px !important;
}
.hero-v2-image--brand-row .hero-sidebar__inner {
 gap: 7px !important;
}
.hero-v2-image--brand-row .hero-sidebar--compact h3 {
 font-size: 15px !important;
}
.hero-v2-image--brand-row .hero-sidebar__thanks {
 display: none !important;
}
.hero-v2-image--brand-row .hero-sidebar__note {
 font-size: 10px !important;
}
.hero-v2-image--brand-row .sidebar-discount {
 padding: 8px 10px !important;
 font-size: 12px !important;
}
.hero-v2-image--brand-row .sidebar-code {
 padding: 10px 8px !important;
 font-size: 18px !important;
}
.hero-v2-image--brand-row .hero-sidebar__links {
 gap: 6px !important;
}
.hero-v2-image--brand-row .hero-sidebar__links a {
 font-size: 10.5px !important;
}
@media (max-width: 1200px) {
 .hero-v2-image--brand-row > img.hero-main-logo.hero-main-logo--new,
 .hero-v2-image--brand-row > img[src$="logo.png"] {
  width: min(46vw, 270px) !important;
  max-width: 270px !important;
  margin-left: 0 !important;
 }
 .hero-v2-image--brand-row .hero-sidebar--compact {
  max-height: 282px !important;
 }
}
@media (max-width: 900px) {
 .hero-v2-image--brand-row .hero-sidebar--compact {
  max-height: none !important;
 }
}
