/* -------------------------------------------------------------------------------------------------------------------*/
/* Font Definitions */
/* -------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/common_resources/fonts/Roboto-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* Color Definitions */
/* -------------------------------------------------------------------------------------------------------------------*/
:root {
    /* Additional Colors that come from the site configurations */
    /* | Site Refresh               |   EBG V2       | */
    /* | --------------------------------------------| */
    /* |  --ebg-primary-color       | --primary-blue | */
    /* |  --ebg-primary-two-color   | --primary-navy | */
    /* |  --ebg-secondary-color     | --secondary-1  | */
    /* |  --ebg-secondary-two-color | n/a            | */
    /* |  --ebg-accent-color        | --accent       | */
    --ebg-typography-color: #132790;
    --ebg-light-blue-1-color: #C0FAFC;
    --ebg-light-blue-2-color: #DCFCFD;
    --ebg-light-blue-3-color: #F4FEFC;
    --ebg-light-blue-4-color: #FEFDF6;
    /* Text / Icon Colors  */
    --ebg-black-color: #444;
    --ebg-silver-gray-color: #757575;

    --ebg-key-black-color: #353535;
    --ebg-new-black-color: #0B0B0B;
    /* Neutral Colors */
    --ebg-neutral-1-color: #E2E7F1;
    --ebg-neutral-2-color: #F5F7FB;
    --ebg-neutral-3-color: #B9C5DB;
    --ebg-neutral-4-color: #D1D5DE;
    /* Error Message Colors */
    --ebg-error-color: #D72D2D;

    --card-gradient-overlay_50: linear-gradient(180deg, rgba(0, 0, 0, 0) 0 50%, rgba(0, 0, 0, 0.75) 100%);
    --card-gradient-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));

    --ebg-widget-border-color: #36DDF4;
    --ebg-widget-background-color: #E9FDFF;
    --ebg-promo-color: #B40B0B;
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* Base Building Blocks */
/* -------------------------------------------------------------------------------------------------------------------*/
body {
    /* Removes random margin added by some browsers (Chrome) */
    margin: 0;
}
* {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
.site-refresh .breadcrumb-item a {
    color: var(--ebg-black-color) !important;
}
.site-refresh .breadcrumb {
    display: ruby;
}
@media (min-width: 1200px) or (max-width: 1199px) {
    .bts5 h1, .bts5 h2, .bts5 h3, .bts5 h4, .bts5 h5, .bts5 h6 {
        font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    }
    .bts5 .h1, .bts5 h1, h1 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
    }
    .bts5 .h2, .bts5 h2, h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }
    .bts5 .h3, .bts5 h3, h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }
    .bts5 .h4, .bts5 h4, h4 {
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
    }
    .bts5 .h5, .bts5 h5, h5 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
    }
    .bts5 .h6, .bts5 h6, h6 {
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
        letter-spacing: 0.4em;
    }
}
.bts5 a {
    color: var(--ebg-primary-color);
}
.promo-text, .link-button {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.nav-tab, .button {
    font-size: 14px;
    letter-spacing: 0.4em;
    font-weight: 700;
}
.h2-semi {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.body-1 {
    font-size: 20px;
    line-height: 26px;
}
.body-1-semi {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.body-1-bold {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.body-2 {
    font-size: 16px;
    line-height: 22px;
}
.body-2-semi {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.body-3 {
    font-size: 14px;
    line-height: 18px;
}
.body-3-semi {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.h4-bold {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.nav-secondary, .input-label-1 {
    font-size: 14px;
    font-weight: 700;
}
.hint-text, .notes-text, .footer-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.input-label-2 {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 14px;
    font-weight: 500;
}
.pill-text {
    font-size: 10px;
    letter-spacing: 0.2em;
    font-weight: 700;
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* Checkout Page Specific */
/* -------------------------------------------------------------------------------------------------------------------*/
.site-refresh.checkout-page {
.header_container {
    background-color: #F5F5F5;
    height: 86px;
}
.body-container {
    padding-top: 12px;
}
}
.site-refresh #header_container {
    top: 0;
    z-index: 999;
    min-width:320px;
}
.site-refresh #please_wait {
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #888;
    background-color: rgba(100,100,100,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80888888', endColorstr='#80888888');
    display: none;
}
.site-refresh #please_wait div {
    z-index: 9999;
    border: 1px solid #ccc;
    margin: 300px auto 0 auto;
    width: 150px;
    background: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 2px;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
}
.site-refresh #please_wait p {
    text-align: center;
}
.site-refresh #please_wait .please_wait_img_container {
    margin-bottom: 10px;
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* Components */
/* -------------------------------------------------------------------------------------------------------------------*/
.site-refresh .card {
    border-radius: 16px;
}
.site-refresh .card .image-container.borderless {
    border: 0px solid white !important;
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* Full Image Cards */
/* -------------------------------------------------------------------------------------------------------------------*/
.site-refresh .card.full-image-card-5x3 {
    aspect-ratio: 5 / 3;
    display: flex;
    border-radius: 16px;
    border: 1px solid var(--ebg-neutral-3-color);
    padding: 10px 16px 16px 16px;
    justify-content: end;
    color: #fff;
    /* This adds a gradient  */
    background: var(--card-gradient-overlay_50), var(--background-image-url);
    background-size: cover;
}
.site-refresh .card.full-image-card-5x3.no-gradient {
    background: var(--background-image-url);
    background-size: cover;
}
.site-refresh .card.full-image-card-5x3 .card-text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.site-refresh .card.full-image-card-5x3 .brand-logo {
    margin-bottom: 8px;
}
.site-refresh .card.full-image-card-5x3 .title {
    max-width: 25ch;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.site-refresh .card.full-image-card-5x3 .promo-text {
    max-width: 34ch;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.site-refresh .card.full-image-card-5x3 .pill-container {
    margin-top: 4px;
}
.site-refresh .card.full-image-card-5x3 .card-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
}
.site-refresh .card.full-image-card-5x3 .card-button-container {
    align-self: end;
}
.site-refresh .card.full-image-card-5x3 .show-on-hover {
    visibility: hidden;
}
.site-refresh .card.full-image-card-5x3:hover .show-on-hover,
.site-refresh .card.full-image-card-5x3:focus .show-on-hover {
    visibility: visible;
}

.site-refresh .card.full-image-card-3x2 {
    aspect-ratio: 3 / 2;
    display: flex;
    border-radius: 16px;
    border: 1px solid var(--ebg-neutral-3-color);
    padding: 16px 32px 32px 32px;
    justify-content: end;
    flex-grow: 1 1 0%;
    color: #fff;
    /* This adds a gradient  */
    background: var(--card-gradient-overlay_50), var(--background-image-url);
    background-size: cover;
}
.site-refresh .card.full-image-card-3x2.no-gradient {
    background: var(--background-image-url);
    background-size: cover;
}
.site-refresh .card.full-image-card-3x2 .card-text-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.site-refresh .card.full-image-card-3x2 .brand-logo {
    margin-bottom: 6px;
    flex: 1 1;
}
.site-refresh .card.full-image-card-3x2 .title {
    max-width: 33ch;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    color: #fff;
}
.site-refresh .card.full-image-card-3x2 .promo-text {
    max-width: 48ch;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.site-refresh .card.full-image-card-5x3 .pill-container {
    margin-top: 6px;
}
.site-refresh .card.full-image-card-3x2 .card-container {
    display: flex;
    flex-direction: row;
    gap: 28px;
    justify-content: space-between;
}
.site-refresh .card.full-image-card-3x2 .card-button-container {
    align-self: end;
}
.site-refresh .card.full-image-card-3x2 .show-on-hover {
    visibility: hidden;
}
.site-refresh .card.full-image-card-3x2:hover .show-on-hover,
.site-refresh .card.full-image-card-3x2:focus .show-on-hover {
    visibility: visible;
}

.site-refresh .card.full-image-card-15x7 {
    aspect-ratio: 15 / 7;
    display: flex;
    border-radius: 16px;
    border: 1px solid var(--ebg-neutral-3-color);
    padding: 16px 32px 32px 32px;
    justify-content: end;
    color: #fff;
    /* This adds a gradient  */
    background: var(--card-gradient-overlay_50), var(--background-image-url);
    background-size: cover;
}
.site-refresh .card.full-image-card-15x7.no-gradient {
    background: var(--background-image-url);
    background-size: cover;
}
.site-refresh .card.full-image-card-15x7 .card-text-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.site-refresh .card.full-image-card-15x7 .brand-logo {
    margin-bottom: 6px;
}
.site-refresh .card.full-image-card-15x7 .title {
    max-width: 61ch;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}
.site-refresh .card.full-image-card-15x7 .promo-text {
    max-width: 74ch;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.site-refresh .card.full-image-card-15x7 .pill-container {
    margin-top: 6px;
}
.site-refresh .card.full-image-card-15x7 .card-container {
    display: flex;
    flex-direction: row;
    gap: 92px;
    justify-content: space-between;
}
.site-refresh .card.full-image-card-15x7 .card-button-container {
    align-self: end;
}
.site-refresh .card.full-image-card-15x7 .show-on-hover {
    visibility: hidden;
}
.site-refresh .card.full-image-card-15x7:hover .show-on-hover,
.site-refresh .card.full-image-card-15x7:focus .show-on-hover {
    visibility: visible;
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* Half Image Cards */
/* -------------------------------------------------------------------------------------------------------------------*/
.site-refresh .card.half-image-card-3x2 {
    font-family: 'Roboto', sans-serif;
    padding: 8px;
    border: 1px solid white;
    display: flex;
    gap: 8px;
}
.site-refresh .card.half-image-card-3x2 .image-container {
    aspect-ratio: 3 / 2;
    border-radius: 16px;
    border: 1px solid var(--ebg-neutral-3-color);
    background: var(--background-image-url);
    background-size: cover;
    display: flex;
    position: relative;
}
.site-refresh .card.half-image-card-3x2 .card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}
.site-refresh .card.half-image-card-3x2:hover {
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.site-refresh .card.half-image-card-3x2 img.card-img-top {
    border: 1px solid rgba(185, 197, 219, 1);
    aspect-ratio: 3 / 2;
}
.site-refresh .card.half-image-card-3x2 .title {
    max-width: 32ch;
    font-weight: 400;
    color: var(--ebg-black-color);
}
.site-refresh .card.half-image-card-3x2 .promo-text {
    max-width: 33ch;
    font-weight: 700;
    color: var(--ebg-promo-color);
}
.site-refresh .card.half-image-card-3x2 .card-button-container {
    align-self: end;
    visibility: hidden;
}
.site-refresh .card.half-image-card-3x2:hover .card-button-container {
    visibility: visible;
}
.site-refresh .card.half-image-card-3x2 .card-show-on-hover {
    visibility: hidden;
}
.site-refresh .card.half-image-card-3x2:hover .card-show-on-hover {
    display: block;
}
.site-refresh .card.half-image-card-3x2 a {
    text-decoration: none;
}
.site-refresh .card.half-image-card-3x2:hover .card-button-container.hide-button {
    display: none;
}
.site-refresh .card.half-image-card-5x3 {
    font-family: 'Roboto', sans-serif;
    padding: 8px;
    border: 1px solid white;
    display: flex;
    gap: 8px;
}
.site-refresh .card.half-image-card-5x3 .image-container {
    aspect-ratio: 5 / 3;
    border-radius: 16px;
    border: 1px solid var(--ebg-neutral-3-color);
    background: var(--background-image-url);
    background-size: cover;
    display: flex;
}
.site-refresh .card.half-image-card-5x3 .card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}
.site-refresh .card.half-image-card-5x3:hover {
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.site-refresh .card.half-image-card-5x3 img.card-img-top {
    border: 1px solid rgba(185, 197, 219, 1);
    aspect-ratio: 3 / 2;
}
.site-refresh .card.half-image-card-5x3 .title {
    max-width: 32ch;
    font-weight: 400;
    color: var(--ebg-black-color);
}
.site-refresh .card.half-image-card-5x3 .promo-text {
    max-width: 33ch;
    font-weight: 700;
    color: var(--ebg-black-color);
}
.site-refresh .card.half-image-card-5x3 .card-button-container {
    align-self: end;
    visibility: hidden;
}
.site-refresh .card.half-image-card-5x3:hover .card-button-container {
    visibility: visible;
}
.site-refresh .card.half-image-card-5x3 .card-show-on-hover {
    display: none;
}
.site-refresh .card.half-image-card-5x3:hover .card-show-on-hover {
    display: block;
}
.site-refresh .card.half-image-card-5x3 a {
    text-decoration: none;
}
.site-refresh .card.half-image-card-5x3:hover .card-button-container.hide-button {
    display: none;
}
.text-ellipse-3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-ellipse-2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@supports (-webkit-line-clamp: 3) {
    .text-ellipse-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .text-ellipse-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@supports (max-height: 3lh) {
    .text-ellipse-3 {
        max-height: calc(1lh * 3);
    }
    .text-ellipse-2 {
        max-height: calc(1lh * 2);
    }
}
/* Half card dont show buttons or shadows at XS */
@media only screen and (max-width: 767px) {
    .site-refresh .card.half-image-card-5x3:hover,
    .site-refresh .card.half-image-card-3x2:hover {
        border-radius: 0;
        box-shadow: none;
    }
    .site-refresh .card.half-image-card-5x3:hover .card-button-container,
    .site-refresh .card.half-image-card-3x2:hover .card-button-container {
        visibility: hidden;
    }
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* Buttons */
/* -------------------------------------------------------------------------------------------------------------------*/

.bts5 .btn.btn-ebg-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--ebg-primary-color);
    --bs-btn-border-color: var(--ebg-primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ebg-primary-button-hover-color);
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--ebg-primary-color);
    --bs-btn-disabled-border-color: var(--ebg-primary-color);
}
.bts5 .btn.btn-ebg-secondary {
    --bs-btn-color: var(--ebg-primary-color);
    --bs-btn-border-color: var(--ebg-primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ebg-primary-color);
    --bs-btn-hover-border-color: var(--ebg-primary-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--ebg-primary-color);
    --bs-btn-active-border-color: var(--ebg-primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--ebg-primary-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--ebg-primary-color);
    --bs-gradient: none;
}
.bts5 .btn.btn-ebg-rounded {
    border-radius: 100px;
    white-space: nowrap;
    padding: 0 24px;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
}
.bts5 .btn.btn-ebg-rounded.btn-lg {
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
}
.bts5 .btn.btn-ebg-rounded.btn-sm {
    padding: 0 16px;
    line-height: 32px;
    height: 32px;
}
.btn.btn-ebg-rounded.btn-lg.hotel-search{
    font-size: 15px;
    font-weight: 550;
    letter-spacing: 0.5px;
    color: #fff;
    height: 57px;
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* Media Break Points */
/* -------------------------------------------------------------------------------------------------------------------*/
.h-desktop-only {
    display: block !important;
}
.h-mobile-only {
    display: none !important;
}
/* XS (Mobile) */
@media only screen and (max-width: 767px) {
    .body-container {
        margin: 0 16px;
    }
    .pill-text {
        font-size: 9px;
        letter-spacing: 0.2em;
        font-weight: 700;
    }
    .h-desktop-only {
        display: none !important;
    }
    .h-mobile-only {
        display: block !important;
    }
    .site-refresh #header_container {
        background-color: #FFF;
        position: sticky;
        position: -webkit-sticky;
    }
    .site-refresh .recommended_for_you_row_product_page .sl-arrow{
        display:none !important;
    }
}
/* S (Tablet) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .body-container {
        margin: 0 32px;
    }

    .site-refresh .body-container .breadcrumb {
        padding-left: 16px;
    }
    
    .pill-text {
        font-size: 9px;
        letter-spacing: 0.2em;
        font-weight: 700;
    }
    .h-desktop-only {
        display: block !important;
    }
    .h-mobile-only {
        display: none !important;
    }
}
/* M (Landscape Tablet) */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .body-container {
        margin: 0 40px;
    }
    .pill-text {
        font-size: 9px;
        letter-spacing: 0.2em;
        font-weight: 700;
    }
    .h-desktop-only {
        display: block !important;
    }
    .h-mobile-only {
        display: none !important;
    }
    .site-refresh .recommended_for_you_row_home {
        margin-left: 40px;
        margin-right: 40px;
    }
}
/* L (Desktop) */
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
    .body-container {
        margin: 0 72px;
    }
    .h-desktop-only {
        display: block !important;
    }
    .h-mobile-only {
        display: none !important;
    }
}
/* XL (Large Desktop) */
@media only screen and (min-width: 1680px) {
    .body-container {
        max-width: 1425px;
        margin: 0 auto;
    }
    .h-desktop-only {
        display: block !important;
    }
    .h-mobile-only {
        display: none !important;
    }
}
/* -------------------------------------------------------------------------------------------------------------------*/
/* SVG icon */
/* -------------------------------------------------------------------------------------------------------------------*/
.ebg-icon {
    font-size: 20px;
    color: var(--ebg-black-color);
    vertical-align: middle;
}
.ebg-icon-th {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: var(--ebg-black-color);
    -webkit-mask: url('../../img/icons/ic-th.svg') no-repeat center;
    mask: url('../../img/icons/ic-th.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.ebg-icon-union {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: var(--ebg-black-color);
    -webkit-mask: url('../../img/icons/union.svg') no-repeat center;
    mask: url('../../img/icons/union.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.ebg-icon-list-ul {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: var(--ebg-black-color);
    text-align: center;
    -webkit-mask: url('../../img/icons/ic-list-ul.svg') no-repeat center;
    mask: url('../../img/icons/ic-list-ul.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
/* Jquery UI dropdown Overrides */
.site-refresh .ui-datepicker {
    padding: 16px;
}
.site-refresh .ui-widget-header {
    border: 0;
    background: transparent;
    color: var(--ebg-black-color);
}
.site-refresh .ui-datepicker  .ui-datepicker-title {
    line-height: 1em;
    border: 1px solid var(--ebg-neutral-1-color);
    border-radius: 12px;
    padding: 4px 8px;
}
.site-refresh .ui-corner-all, .site-refresh .ui-corner-bottom, .site-refresh .ui-corner-right, .site-refresh .ui-corner-br {
    border-bottom-right-radius: 16px;
}
.site-refresh .ui-corner-all, .site-refresh .ui-corner-bottom, .site-refresh .ui-corner-left, .site-refresh .ui-corner-bl {
    border-bottom-left-radius: 16px;
}
.site-refresh .ui-corner-all,.site-refresh .ui-corner-top,.site-refresh .ui-corner-right,.site-refresh .ui-corner-tr {
    border-top-right-radius: 16px;
}
.site-refresh .ui-corner-all,.site-refresh .ui-corner-top,.site-refresh .ui-corner-left,.site-refresh .ui-corner-tl {
    border-top-left-radius: 16px;
}
.site-refresh .ui-datepicker.ui-widget.ui-widget-content {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
.site-refresh table.ui-datepicker-calendar thead th {
    background: var(--ebg-neutral-2-color);
}
.site-refresh table.ui-datepicker-calendar thead .ui-datepicker-week-end:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.site-refresh table.ui-datepicker-calendar thead .ui-datepicker-week-end:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.site-refresh .ui-datepicker th {
    padding: 4px 0;
}
.site-refresh .ui-datepicker .ui-datepicker-header {
    padding-bottom: 18px;
}
.site-refresh .ui-state-default,.site-refresh .ui-widget-content .ui-state-default,
.site-refresh .ui-widget-header .ui-state-default,.site-refresh .ui-button,
html .site-refresh .ui-button.ui-state-disabled:hover,
html .site-refresh .ui-button.ui-state-disabled:active {
    border: 1px solid var(--ebg-neutral-1-color);
    border-radius: 8px;
    background: white;
    font-weight: bold;
    color: var(--ebg-key-black-color);
}
.site-refresh .ui-state-highlight,.site-refresh .ui-widget-content .ui-state-highlight,
.site-refresh .ui-widget-header .ui-state-highlight {
    border: 1px solid #2537E2;
    background: #E9FDFF;
    color: #363636;
}
.site-refresh .ui-state-hover, .site-refresh .ui-widget-content .ui-state-hover,
.site-refresh .ui-widget-header .ui-state-hover, .site-refresh .ui-state-focus,
.site-refresh .ui-widget-content .ui-state-focus,.site-refresh .ui-widget-header .ui-state-focus,.site-refresh .ui-button:hover,.site-refresh .ui-button:focus {
    border: 1px solid #2537E2;
    background: #E9FDFF;
    font-weight: bold;
    color: var(--ebg-key-black-color);
}
.site-refresh .ui-datepicker td span, .site-refresh .ui-datepicker td a {
    display: block;
    padding: 4px;
    height: 2.5em;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.04cqw;
}
@media only screen and (max-width: 767px) {
    /* Fix for small screens and datepickers looking strange */
    .site-refresh .ui-datepicker {
        font-size: 14px;
    }
}
.site-refresh .ui-icon.ui-icon-circle-triangle-e {
    background: url('/common_resources/img/ebg_v2/icons/icon_arrow_right.svg') no-repeat 0 0;
    background-position: 0;
}
.site-refresh .ui-icon.ui-icon-circle-triangle-w {
    background: url('/common_resources/img/ebg_v2/icons/icon_arrow_right.svg') no-repeat 0 0;
    -moz-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}
.site-refresh .recently_viewed .container_1200px {
    width: 100%;
}
.site-refresh .recently_viewed_row {
    width: 100%;
}
.site-refresh .recently_viewed .slick-slide img {
    width: 100%;
}
.site-refresh .loyalty-multiplier-learnmore {
    color: var(--ebg-primary-color) !important;
}
.ebg-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    display: block;
}
.site-refresh .logo-overlay {
    position: absolute;
    bottom: 4px;
    right: 4px;
    height: 70px;
    width: 70px;
    border-radius: 14px;
    background: var(--logo-overlay-url);
    background-size: cover;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
}
.site-refresh .logo-overlay.position-relative {
    position: relative;
    bottom: 0px;
    right: 0;
}

.site-refresh .sl-arrow.prev {
    position: absolute;
    top: 40%;
    left: 0px;
    transform: rotate(180deg);
    box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.2);
}
.site-refresh .sl-arrow.next {
    position: absolute;
    top: 40%;
    right: -15px;
}
.site-refresh .recommended_for_you .sl-arrow {
    z-index: 1000;
    top: 40%;
    background: white;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-image: url('/common_resources/img/ebg_v2/icons/icon_arrow_right.svg');
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.site-refresh .recommended_for_you .slick-arrow{
    top:22%;
}
.site-refresh .recommended_for_you .card.half-image-card-3x2 .promo-text h4,
.site-refresh .recommended_for_you .card.half-image-card-5x3 .promo-text h4{
    color: var(--ebg-promo-color);
}
.site-refresh .recommended_for_you_row {
    width: 100%;
}
.site-refresh .recommended_for_you .js-kevel-card .card-show-on-hover span {
    display: inline-block;
    max-width: 265px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-refresh .recommended_for_you .js-kevel-card .image-container {
    min-width: 258px !important;
    border: 1px solid var(--ebg-neutral-3-color) !important;
}
.site-refresh .recommended_for_you .js-kevel-card .promo-text,
.site-refresh .recommended_for_you .js-kevel-card .title {
    max-width: 22ch;
}
.site-refresh .recommended_for_you_row .js-kevel-card {
    min-height: 355px;
    margin: 15px 2px 10px 2px;
}

.site-refresh .recommended_for_you_row_home .js-kevel-card.first{
    margin-left: 10px;
}

.site-refresh .recommended_for_you_row_div_home .header{
    margin-left: 20px;
}

.site-refresh .recommended_for_you_row_home .card.half-image-card-3x2 .image-container {
    width: 267px !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .site-refresh .recommended_for_you_row_div_home .header{
        margin-left: 40px;
    }
}
@media (max-width: 1279px) {
    .site-refresh .recommended_for_you_row_home .card.half-image-card-3x2 .image-container {
        width: 224px !important;
    }
    .site-refresh .recommended_for_you_row_home .js-kevel-card .image-container {
        min-width: 224px !important;
        border: 1px solid var(--ebg-neutral-3-color) !important;
    }
}
.site-refresh .recommended_for_you .js-kevel-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    box-shadow: -1px 0px 7px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
}
.site-refresh .recommended_for_you .js-kevel-card:hover::after {
    opacity: 1;
}
.site-refresh .recommended_for_you .half-image-card-3x2:hover {
    cursor: pointer;
}

/* ================================
   Skeleton container
================================ */
.skeleton-row {
    display: flex;
    gap: 16px;
    width: 100%;
    padding: 8px 0;
}

/* ================================
   Skeleton card (5 per row)
================================ */
.skeleton-card {
    flex: 0 0 calc(20% - 13px); /* 5 cards */
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

/* ================================
   Skeleton image
================================ */
.skeleton-image {
    height: 160px;
    border-radius: 12px;
    margin-bottom: 12px;
}

/* ================================
   Skeleton text lines
================================ */
.skeleton-line {
    height: 14px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.skeleton-line.line-1 {
    width: 85%;
}

.skeleton-line.line-2 {
    width: 65%;
}

/* ================================
   Shimmer animation
================================ */
.skeleton-image,
.skeleton-line {
    background: linear-gradient(
            90deg,
            #e4e4e4 25%,
            #f2f2f2 37%,
            #e4e4e4 63%
    );
    background-size: 400% 100%;
    animation: skeleton-shimmer 1.4s ease infinite;
}

@keyframes skeleton-shimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

/* ================================
   Responsive
================================ */
@media (max-width: 1200px) {
    .skeleton-card {
        flex: 0 0 calc(25% - 12px);
    }
}

@media (max-width: 992px) {
    .skeleton-card {
        flex: 0 0 calc(33.333% - 11px);
    }
}

@media (max-width: 768px) {
    .skeleton-card {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 480px) {
    .skeleton-card {
        flex: 0 0 100%;
    }
}
