/*Type here to edit*/
@media (min-width: 1199px)
.header .header-stripe .search {
    width: 300px!important;
    margin: 0 28px 0 auto;
}
.promotion-item .text {
    color: var(--text-color-carousel);
    VISIBILITY: hidden!important;
}
.promotion-item .button {
    margin: 20px;
    max-width: 600px;
    min-width: 200px;
    visibility: hidden;
}
.promotion-image {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
@media (max-width: 768px) {
  .slider-wrapper-single {
    padding: 0; /* Adjust as needed */
    height: auto; /* Adjust as needed */
  }
}
.cookies-ribbon {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    color: var(--text-color-ultra-dark);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    width: 100%;
    z-index: 2;
    content-visibility: hidden;
}
#divWebEnhancerButton {
    display: none !important;
}
/* Hide the whole row that contains the Address Reference field */
tr:has([id$="lblAddressReference"]) {
display: none !important;
}

/* Extra safety: also hide the specific controls if the row rule is ignored */
span[id$="lblAddressReference"],
input[id$="txtAddressReference"] {
display: none !important;
}