.eb-widget-container-4ac07896 {
    max-width: 950px;
    margin: 0 auto;
    font-family: inherit;
    padding: 15px 0;
}

.eb-header-center-4ac07896 {
    text-align: center;
    margin-bottom: 20px;
}

.eb-title-link-4ac07896 {
    text-decoration: none;
    display: inline-block;
}

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

.eb-see-all-wrapper-4ac07896 {
    margin-top: 6px;
}

.eb-see-all-link-4ac07896 {
    color: #F8002F;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

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

.eb-swiper-container-4ac07896 {
    width: 100%;
    overflow: hidden;
}

.eb-slide-4ac07896 {
    box-sizing: border-box;
}

.eb-slide-inner-4ac07896 {
    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 */
.eb-landscape-layout-4ac07896 {
    display: flex;
    align-items: center;
    gap: 25px;
}

.eb-landscape-left-4ac07896 {
    flex: 0 0 130px;
    display: flex;
    justify-content: center;
}

.eb-landscape-right-4ac07896 {
    flex: 1;
}

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

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

.eb-tier-pct-4ac07896 {
    font-size: 18px;
    font-weight: 900;
    color: #F8002F;
}

/* Product styling */
.eb-img-link-4ac07896 {
    display: block;
    max-width: 100%;
}

.eb-product-img-4ac07896 {
    width: auto;
    height: 120px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.eb-product-img-4ac07896:hover {
    transform: scale(1.04);
}

.eb-slide-content-4ac07896 {
    color: #000C14;
    text-align: left;
}

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

.eb-product-title-4ac07896 a {
    color: #000C14 !important;
    text-decoration: none;
}

.eb-product-title-4ac07896 a:hover {
    color: #F8002F !important;
}

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

.eb-excerpt-4ac07896 {
    font-size: 13px;
    line-height: 1.4;
    margin: 6px 0 12px 0;
    color: #555555;
}

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

.eb-arrow-btn-4ac07896 {
    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;
}

.eb-arrow-btn-4ac07896:hover {
    background: #F8002F;
    color: #ffffff !important;
}

.eb-price-row-4ac07896 {
    font-size: 18px;
    font-weight: 700;
}

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

.eb-discounted-price-4ac07896 {
    color: #000C14;
}

.eb-star-4ac07896 {
    font-size: 14px;
    vertical-align: middle;
}

.eb-add-to-basket-4ac07896 {
    display: inline-block;
    background-color: #F8002F !important;
    color: #ffffff !important;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.eb-add-to-basket-4ac07896:hover {
    opacity: 0.9;
}

/* Custom Swiper Navigation styling - completely text-arrow based */
.eb-swiper-button-4ac07896 {
    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;
}

.eb-swiper-button-4ac07896::after {
    display: none !important; /* Hide Swiper's default unreadable font icon */
}

.eb-swiper-button-4ac07896:hover {
    background-color: #F8002F;
    color: #ffffff !important;
}

.eb-swiper-button-4ac07896.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

/* Slide in-out safety margins */
.swiper-button-prev.eb-swiper-button-4ac07896 {
    left: 0px;
}

.swiper-button-next.eb-swiper-button-4ac07896 {
    right: 0px;
}

.eb-no-products-4ac07896 {
    text-align: center;
    color: #888888;
    padding: 30px 20px;
}

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

    .eb-landscape-left-4ac07896 {
        align-self: center;
    }

    .eb-product-title-4ac07896 {
        padding-right: 0;
    }

    .eb-tier-badge-4ac07896 {
        position: static;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .eb-actions-row-4ac07896 {
        flex-wrap: wrap;
    }
}
