/* Minification failed. Returning unminified contents.
(40,28): run-time error CSS1039: Token not allowed after unary operator: '-tag-background-color'
(41,17): run-time error CSS1039: Token not allowed after unary operator: '-tag-text-color'
(277,27): run-time error CSS1039: Token not allowed after unary operator: '-button-text-alignment'
(278,25): run-time error CSS1039: Token not allowed after unary operator: '-button-corner-radius'
(279,28): run-time error CSS1039: Token not allowed after unary operator: '-button-background-color'
(280,28): run-time error CSS1039: Token not allowed after unary operator: '-button-background-color'
(281,17): run-time error CSS1039: Token not allowed after unary operator: '-button-text-color'
(292,24): run-time error CSS1039: Token not allowed after unary operator: '-button-hover-background-color'
(293,28): run-time error CSS1039: Token not allowed after unary operator: '-button-hover-background-color'
(294,17): run-time error CSS1039: Token not allowed after unary operator: '-button-hover-text-color'
 */
.product-deal-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 540px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background-color: #F5F5F5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.product-deal-card__image-section {
    position: relative;
    height: 232px;
    flex: 0 0 232px;
}

.product-deal-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-deal-card__image--empty {
    background-color: #D9D9D9;
}

.product-deal-card__tag {
    position: absolute;
    top: 16px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 8px 8px 16px;
    border-radius: 40px 0 0 40px;
    background-color: var(--tag-background-color, #0F7D31);
    color: var(--tag-text-color, #FFFFFF);
    z-index: 2;
    max-width: calc(100% - 8px);
}

.product-deal-card__tag span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-deal-card__image-credit {
    position: absolute;
    right: 4px;
    bottom: 4px;
    margin: 0;
    font-size: 8px;
    line-height: 1.2;
    color: #000000;
    text-align: right;
    z-index: 2;
}

.product-deal-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 12px;
    background-color: #FFFFFF;
}

.product-deal-card__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-deal-card__logo img {
    width: auto;
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
    display: block;
}

.product-deal-card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-deal-card__title {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.product-deal-card__title > div {
    display: inline;
}

.product-deal-card__location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.product-deal-card__date {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.product-deal-card__offers {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-deal-card__offer-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-deal-card__offer-icon {
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 17px;
}

.product-deal-card__offer-icon img,
.product-deal-card__offer-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.product-deal-card__offer-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.product-deal-card__amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-deal-card__amenity-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.product-deal-card__icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
}

.product-deal-card__icon svg {
    width: 100%;
    height: 100%;
    fill: #101010;
}

.product-deal-card__description {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-deal-card__description p {
    margin: 0;
}

.product-deal-card__pricing {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    width: 100%;
    padding-top: 12px;
}

.product-deal-card__price-label {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    text-align: right;
}

.product-deal-card__price-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.product-deal-card__price-original {
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    text-decoration: line-through;
}

.product-deal-card__price-current {
    color: #000;
    font-size: 28px;
    font-weight: 500;
}

.product-deal-card__price-suffix {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.product-deal-card__currency-note {
    margin: 0;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: right;
}

.product-deal-card__button-wrap {
    width: 100%;
    padding-top: 8px;
}

.product-deal-card__button {
    display: flex;
    width: 100%;
    min-height: 48px;
    min-width: 140px;
    padding: 8px 28px;
    align-items: center;
    justify-content: var(--button-text-alignment, center) !important;
    border-radius: var(--button-corner-radius, 6px);
    border: 1px solid var(--button-background-color, #002554) !important;
    background-color: var(--button-background-color, #002554) !important;
    color: var(--button-text-color, #FFFFFF) !important;
    text-decoration: none !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.product-deal-card__button:hover {
    border-color: var(--button-hover-background-color, #001A3B) !important;
    background-color: var(--button-hover-background-color, #001A3B) !important;
    color: var(--button-hover-text-color, #FFFFFF) !important;
}

.product-deal-card__button:hover,
.product-deal-card__button:active {
    box-shadow: none !important;
}

