.loy-lu-widget-container-a788be07 {
    max-width: 950px;
    margin: 0 auto;
    font-family: inherit;
    padding: 15px 0;
}

.loy-lu-header-center-a788be07 {
    text-align: center;
    margin-bottom: 20px;
}

.loy-lu-title-link-a788be07 {
    text-decoration: none;
    display: inline-block;
}

.loy-lu-title-a788be07 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #F8002F;
}

.loy-lu-see-all-wrapper-a788be07 {
    margin-top: 6px;
}

.loy-lu-see-all-link-a788be07 {
    color: #F8002F;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

/* Outer swiper wrapper to hold navigation arrows on sides */
.loy-lu-swiper-outer-a788be07 {
    position: relative;
    padding: 0 45px;
}

.loy-lu-swiper-container-a788be07 {
    width: 100%;
    overflow: hidden;
}

.loy-lu-slide-a788be07 {
    box-sizing: border-box;
}

.loy-lu-slide-inner-a788be07 {
    position: relative;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 15px 20px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

/* Slimline Landscape Grid */
.loy-lu-landscape-layout-a788be07 {
    display: flex;
    align-items: center;
    gap: 25px;
}

.loy-lu-landscape-left-a788be07 {
    flex: 0 0 130px;
    display: flex;
    justify-content: center;
}

.loy-lu-landscape-right-a788be07 {
    flex: 1;
}

/* Badge Layout styling inside landscape card */
.loy-lu-tier-badge-a788be07 {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.1;
}

.loy-lu-tier-label-a788be07 {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000C14;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.loy-lu-tier-pct-a788be07 {
    font-size: 18px;
    font-weight: 900;
    color: #F8002F;
}

/* Product styling */
.loy-lu-img-link-a788be07 {
    display: block;
    max-width: 100%;
}

.loy-lu-product-img-a788be07 {
    width: auto;
    height: 120px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.loy-lu-product-img-a788be07:hover {
    transform: scale(1.04);
}

.loy-lu-slide-content-a788be07 {
    color: #000C14;
    text-align: left;
}

.loy-lu-product-title-a788be07 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 1.3;
    padding-right: 140px; /* Leave space for the tier badge */
}

.loy-lu-product-title-a788be07 a {
    color: #000C14 !important;
    text-decoration: none;
}

.loy-lu-product-title-a788be07 a:hover {
    color: #F8002F !important;
}

/* Short description with customizable spacing, color, and case-sensitivity */
.loy-lu-short-desc-a788be07 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #F8002F;
    text-transform: none; /* Dynamic case-sensitive display */
}

.loy-lu-excerpt-a788be07 {
    font-size: 13px;
    line-height: 1.4;
    margin: 6px 0 12px 0;
    color: #555555;
}

/* Horizontal alignment of actions */
.loy-lu-actions-row-a788be07 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.loy-lu-arrow-btn-a788be07 {
    display: none;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #F8002F;
    border-radius: 50%;
    color: #F8002F;
    text-decoration: none;
    transition: all 0.2s ease;
}

.loy-lu-arrow-btn-a788be07:hover {
    background: #F8002F;
    color: #ffffff !important;
}

.loy-lu-price-row-a788be07 {
    font-size: 18px;
    font-weight: 700;
}

.loy-lu-original-price-a788be07 del,
.loy-lu-original-price-a788be07 {
    text-decoration: line-through;
    color: #888888;
    font-size: 14px;
    margin-right: 6px;
}

.loy-lu-discounted-price-a788be07 {
    color: #000C14;
}

.loy-lu-star-a788be07 {
    font-size: 14px;
    vertical-align: middle;
}

/* Custom Swiper Navigation styling - completely text-arrow based */
.loy-lu-swiper-button-a788be07 {
    color: #F8002F;
    width: 36px;
    height: 36px;
    border: 1px solid #F8002F;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.2s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.loy-lu-swiper-button-a788be07::after {
    display: none !important; /* Hide Swiper's default unreadable font icon */
}

.loy-lu-swiper-button-a788be07:hover {
    background-color: #F8002F;
    color: #ffffff !important;
}

.loy-lu-swiper-button-a788be07.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

/* Slide in-out safety margins */
.swiper-button-prev.loy-lu-swiper-button-a788be07 {
    left: 0px;
}

.swiper-button-next.loy-lu-swiper-button-a788be07 {
    right: 0px;
}

.loy-lu-no-products-a788be07 {
    text-align: center;
    color: #888888;
    padding: 30px 20px;
}

@media (max-width: 767px) {
    .loy-lu-landscape-layout-a788be07 {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .loy-lu-landscape-left-a788be07 {
        align-self: center;
    }

    .loy-lu-product-title-a788be07 {
        padding-right: 0;
    }

    .loy-lu-tier-badge-a788be07 {
        position: static;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .loy-lu-actions-row-a788be07 {
        flex-wrap: wrap;
    }
}
