/* Main CSS START */
.margin-notif {
    margin-left: 30px;
    margin-right: 30px;
}

.section-left-title {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2e2e2e;
}

.section-right-link {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #f97e88;
}

.section-body {
    padding: 10px 30px;
}

.inactiveLink a {
    pointer-events: none;
    cursor: default;
}

.categories::-webkit-scrollbar {
    display: none;
}

.categories {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding: 8px 15px;
}
/* Main CSS END */

/* Store Section CSS START */
.store-side-banner {
    width: 320px;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    z-index: 999;
    border-radius: 8px;
    display: flex;
    align-items: end;
    z-index: 80;
}

@media only screen and (max-width: 576px) {
    .card-img-top {
        height: 140px !important;
    }

    .store-side-banner {
        z-index: 0 !important;
    }
    
    .margin-notif {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.store-side-banner span {
    font-family: "Open Sans";
    font-style: normal;
    margin-left: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.swiper-store::after {
    content: "";
    right: 0rem;
    top: 0rem;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.68),
        rgba(255, 255, 255, 1) 120%
    );
    width: 5rem;
    height: 100%;
}
/* Store Section CSS END */

/* Vendor Directory Section CSS START */
.vendor-section-bg {
    border-radius: 8px;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background-size: cover;
    background-repeat: no-repeat;
}

.vendor-card-wrapper {
    position: absolute;
    border-radius: 8px;
    bottom: 0px;
    background: #ffffff;
    margin-bottom: 8px;
    margin-left: 8px;
}

.vendor-card-wrapper h3 {
    font-family: "Source Sans Pro";
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
/* Vendor Directory Section CSS END */

/* Event Section CSS START */
.event-card {
    background-size: cover;
    height: 176px;
    background-position: center;
}

.event-card-title {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.event-card-title span {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.event-card-detail {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 576px) {
    .event-card-title {
        font-family: "Source Sans Pro";
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: left;
        color: #ffffff;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .event-card-title span {
        font-family: "Source Sans Pro";
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #ffffff;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .event-card-detail {
        font-family: "Source Sans Pro";
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 11px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #ffffff;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    }
}
/* Event Section CSS END */

/* Promo Card CSS START */
.headline-promo {
    font-family: "Open Sans";
    font-style: normal;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 24px !important;
    background: white;
    color: #fc7f8b;
    padding: 0px 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    font-weight: 700;
}

.headline-bg {
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.side-gradient::after {
    content: "";
    right: 1rem;
    top: 0rem;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.68) 120%); */
    width: 3.5rem;
    height: 100%;
}

.side-gradient::before {
    content: "";
    left: 1rem;
    top: 0rem;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    /* background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.68) 120%); */
    width: 3.5rem;
    height: 100%;
}

@media only screen and (max-width: 576px) {
    .headline-bg::before {
        content: "";
        left: 0rem;
        position: absolute;
        z-index: 2;
        pointer-events: none;
        background-image: linear-gradient(
            to left,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.68) 120%
        );
        width: 3.5rem;
        height: 428px;
    }

    .headline-bg::after {
        content: "";
        right: 0rem;
        position: absolute;
        z-index: 2;
        pointer-events: none;
        background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.68) 120%
        );
        width: 3.5rem;
        height: 428px;
    }
    .side-gradient::before {
        content: "";
        left: 0rem;
        position: absolute;
        z-index: 2;
        pointer-events: none;
        background-image: linear-gradient(
            to left,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.68) 120%
        );
        width: 3.5rem;
        height: 428px;
    }

    .side-gradient::after {
        content: "";
        right: 0rem;
        position: absolute;
        z-index: 2;
        pointer-events: none;
        background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.68) 120%
        );
        width: 3.5rem;
        height: 428px;
    }

    .swiper-promo .swiper-button-prev {
        left: 0px;
    }

    .swiper-promo .swiper-button-next {
        right: 0px;
    }

    .headline-promo {
        font-size: 24px;
        line-height: 32px;
    }
}
/* Promo Card CSS END */

/* Product Card CSS START */
.card-product {
    max-height: 270px;
    min-height: 270px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.25));
    box-shadow: inset;
}

@media (max-width: 576px) {
    .card-product {
        max-height: min-content;
        min-height: 270px;
    }
}

.discount-tag {
    background: #fb4918;
    position: absolute;
    border-radius: 6px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    margin-left: 1rem;
    margin-top: 0.75rem;
}

.like-tag {
    position: absolute;
    font-size: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    right: 0px;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

.like-tag .like-icon {
    color: #d7443e !important;
}

.card-img-top {
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

.img-vendor {
    width: 42px;
    height: 42px;
    position: absolute;
    margin-top: -28px;
    left: 0;
    justify-items: start;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
}

.card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.card-content {
    display: flex;
    flex-direction: row;
}

.product-title {
    font-family: "Source Sans Pro";
    font-style: normal;
    text-align: left;
    color: #000000;
    display: -webkit-box;
    max-height: 38px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    overflow: hidden;
    /* white-space: normal;
    word-wrap: break-word; */
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.explore-content .product-title {
    display: -webkit-box !important;
    max-height: 28px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    overflow: hidden !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.vendor-content-wrapper {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    justify-items: start;
    text-align: center;
    color: #2e2e2e;
}

.vendor-name {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #f97e88 !important;
}

.vn-hovered {
    white-space: nowrap;
    background: white;
    position: fixed;
    border: 1px solid #f97e88;
}

.vn-no-hover {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 2px;
    padding-bottom: 2px;
}

.event-divider {
    width: 60px;
    height: 2px;
    border-radius: 15px;
    background: white;
}

.city-vendor {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vendor-divider {
    color: #f97e88;
}

.product-tag {
    border: 1px solid #2e2e2e;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #767676;
}

.pax-tag {
    border: 1px solid #2e2e2e;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #767676;
}

.product-price-old {
    font-family: "Source Sans Pro";
    font-weight: 500;
    text-decoration: line-through;
    font-style: normal;
    font-size: 9pt;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #6b6b6b;
}

.product-price {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 10pt;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

/* Product Card CSS END */

/* Article Card CSS START*/
.btn-article-readmore {
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    background-color: #f97e88;
    border-color: #f97e88;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
}

.btn-article-readmore:hover {
    background-color: #e24c59;
    border-color: #e24c59;
    color: #ffffff;
}

.article-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 165px;
    max-height: 165px;
    border-radius: 4px;
}

.article-card {
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2) !important;
}

.article-category {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    color: #f97e88 !important;
}

.article-date-publish {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #767676 !important;
}

.article-detail-wrapper {
    min-height: 110px;
    max-height: 110px;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.article-title {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #2e2e2e !important;
}

.article-preview-content {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    color: #2e2e2e !important;
}

#articles .side-gradient {
    padding: 0px !important;
}

#articles .swiper-article {
    padding: 0px 15px !important;
}

#articles .side-gradient::after {
    content: "";
    right: 0rem;
    top: 0rem;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.68),
        rgba(255, 255, 255, 1) 120%
    );
    width: 5rem;
    height: 100%;
}

@media only screen and (max-width: 372px) {
    .product-title {
        font-size: calc(12px + 3 * ((100vw - 320px) / 1040));
    }
}
/* Aricle Card CSS END */

/* Explore Section CSS START */
.explore-wrapper {
    min-height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    border-width: 0px;
}

.explore-content {
    border-radius: 8px;
    bottom: 0px;
    background: #ffffff;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
}

.explore-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.card-explore {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
    border-radius: 8px;
}

@media only screen and (max-width: 576px) {
    .explore-wrapper {
        min-height: 210px;
    }
}
/* Explore Section CSS END */
/* Popup Share Article*/
.btn__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.btn-sosm {
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    margin-right: 10px;
}
.btn-sosm svg {
    color: white;
    font-size: 14px;
    padding-right: 5px;
    width: 16px !important;
}
.btn-sosm span {
    align-self: center;
    opacity: 1;
    color: white;
}
.btn-sosm svg path {
    color: white;
}
.btn-i {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ff3019),
        to(#c90477)
    );
    background: linear-gradient(to right, #ff3019 0%, #c90477 100%);
}
.btn-f {
    background: #286ed6;
}
.btn-w {
    background: #25d366;
}
.btn-t {
    background: #00acee;
}
.btn-p {
    background: #e60023;
}

@media (max-width: 543px) {
    .btn__container {
        display: grid;
        width: 100%;
        justify-content: initial;
        text-align: center;
    }
    .btn-sosm {
        margin-bottom: 10px;
    }
}
/* Popup Share Article END */
