#global_action_loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    padding-top: 40vh;
}

#global_action_loader img {
    width: 100px;
    height: 100px;
}

.sd-img-right .sd-img {
    padding-left: 60px;
    padding-right: 0;
}

.banner-box-asset {
    object-fit: cover;
}

.collapsing_text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

#cookies-eu-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111827;
    color: #fff;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-family: system-ui, sans-serif;
    font-size: 16px;
}

a#cookies-eu-more {
    color: #38bdf8;
    text-decoration: underline;
}

#cookie-actions {
    text-align:right;
}

#cookie-actions button {
    background: #38bdf8;
    border: none;
    color: #111827;
    padding: 12px 18px;
    border-radius: 6px;
    margin-left: 8px;
    cursor: pointer;
    font-weight: 600;
}

#cookie-actions button#cookies-eu-reject {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

@media (max-width: 600px){
    #cookies-eu-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    #cookie-actions {
        margin-top: 8px;
    }
}

.discount-tag {
  position: absolute;
  background-color: rgb(255 124 84) !important;
  bottom: 130px;
  left: 10px;
  padding: 4px;
  font-size: .75rem;
  line-height: 1rem;
}

.discount-tag::after {
  position: absolute;
  right: -0.5625rem;
  bottom: 0;
  height: 0;
  width: 0;
  transform: rotate(180deg) translate(0, 0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  border-top: 12px solid rgb(255 124 84);
  border-bottom: 12px solid rgb(255 124 84);
  border-left: 10px solid transparent;
  content: "";
}