@charset "utf-8";
/* CSS Document */

.ict-dedicated-footer {
    background-color: #000000 !important;
    color: #ffffff;
    text-align: left !important;
}

.ict-dedicated-footer .columns,
.ict-dedicated-footer .ict-list,
.ict-dedicated-footer .footer-column-content,
.ict-dedicated-footer-column-1 {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.ict-dedicated-footer .ict-list {
    display: block !important; /* switch from inline block if needed */
    margin-left: 0;
    padding-left: 0;
}

#teconsent {
text-align: right;
}
#teconsent {
position: fixed;
bottom: 0px;
right: 0px;
z-index: 900;
}

#consent_blackbar {
position: fixed;
bottom: 0;
width: 100%;
z-index: 1000;
}

.headermenu {
  display: none !important;
}

/* Reset .ict-image so it doesn’t force aspect ratios */
.ict-image {
  all: unset;
  display: block !important;
  text-align: center;   /* optional, helps center image */
}

/* Make the <img> behave responsively */
.ict-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto;
  content: url("/-779015193/Handler/Picture/GU/F/Molson%20Coors/Carling/CAR%20X%20UMBRO%20Retro%20Fleece%20On%20Pack%20152x38%20SBar%20AW.png");
}

/* Mobile swap */
@media (max-width: 768px) {
  .ict-image img {
    content: url("/833803201/Handler/Picture/GU/F/Molson%20Coors/Carling/CAR%20X%20UMBRO%20Retro%20Fleece%20On%20Pack%20POS%20A3P%20KV%20AW_Page_1.png");
  }
}