.block-edwiserstoreproducts.esp-section {
    padding: 0;
}

.block-region .block-edwiserstoreproducts.esp-section {
    padding-left: 30px;
    padding-right: 30px;
}

.block-edwiserstoreproducts .esp-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    gap: 1rem;
}

.block-edwiserstoreproducts .esp-title {
    margin: 0 0 .4rem;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    color: #2b3445;
}

.block-edwiserstoreproducts .esp-subtitle {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #4c566a;
}

.block-edwiserstoreproducts .esp-viewall {
    min-width: 168px;
    border: 0;
    border-radius: 12px;
    background: #f5f7fb;
    color: #111827;
    font-weight: 700;
    padding: .95rem 1.5rem;
    box-shadow: none;
}

.block-edwiserstoreproducts .esp-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #d9e1ef;
    border-radius: 16px;
    box-shadow: none;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.block-edwiserstoreproducts .esp-card:hover,
.block-edwiserstoreproducts .esp-card:focus-within {
    transform: translateY(-4px);
    border-color: #c7d2e5;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
}

.block-edwiserstoreproducts .esp-image-wrap {
    position: relative;
    min-height: 205px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.block-edwiserstoreproducts .esp-card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.block-edwiserstoreproducts .esp-image-top {
    position: relative;
    z-index: 2;
    padding: 1.2rem 1.35rem 0;
}

.block-edwiserstoreproducts .esp-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.block-edwiserstoreproducts .esp-badge {
    border-radius: 6px;
    padding: .55rem .9rem;
    font-size: .82rem;
    font-weight: 600;
    background: #12b5cb;
    color: #fff;
}

.block-edwiserstoreproducts .esp-badge-sale {
    background: #d97706;
}

.block-edwiserstoreproducts .esp-gear {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255,255,255,.95);
    color: #7a869a;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

.block-edwiserstoreproducts .esp-card-body {
    padding: 0 1.35rem 1.35rem;
    min-height: 395px;
    margin-top: -26px;
    position: relative;
    z-index: 3;
}

.block-edwiserstoreproducts .esp-category {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 1.1rem;
    padding: .5rem .85rem;
    border-radius: 6px;
    background: #eef2f7;
    color: #2d3748;
    font-size: .86rem;
    font-weight: 700;
    position: relative;
    z-index: 4;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.block-edwiserstoreproducts .esp-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    color: #2d3748;
    font-size: 1.05rem;
    line-height: 1.45;
    font-weight: 700;
    min-height: 3rem;
    margin-bottom: .35rem;
}

.block-edwiserstoreproducts .esp-name:hover,
.block-edwiserstoreproducts .esp-name:focus {
    color: #111827;
    text-decoration: none;
}

.block-edwiserstoreproducts .esp-summary {
    margin-top: .9rem;
    color: #66758f;
    font-size: .95rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block-edwiserstoreproducts .esp-details {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
}

.block-edwiserstoreproducts .esp-teacher {
    margin-top: .9rem;
    gap: .55rem;
    min-height: 38px;
}

.block-edwiserstoreproducts .esp-avatar {
    width: 34px;
    height: 34px;
    object-fit: cover;
    flex: 0 0 34px;
}

.block-edwiserstoreproducts .esp-teacher-name {
    color: #66758f;
    font-size: .94rem;
    font-weight: 500;
    line-height: 1.2;
}

.block-edwiserstoreproducts .esp-extra {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 .55rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #6b7280;
    font-size: .9rem;
    font-weight: 700;
}

.block-edwiserstoreproducts .esp-spacer {
    flex: 1 1 auto;
    min-height: .75rem;
}

.block-edwiserstoreproducts .esp-meta-wrap {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #64748b;
    font-size: .94rem;
    font-weight: 600;
}

.block-edwiserstoreproducts .esp-meta-item {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.block-edwiserstoreproducts .esp-meta-item .fa {
    font-size: .95rem;
}

.block-edwiserstoreproducts .esp-actions {
    margin-top: 1rem;
    padding-top: .35rem;
    display: flex !important;
    justify-content: flex-start;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.block-edwiserstoreproducts .esp-course-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    border-radius: 10px;
    padding: .8rem 1.15rem;
    font-weight: 700;
    box-shadow: none;
    background: #fff;
    color: #2563eb;
    border: 1px solid #3b82f6;
}

.block-edwiserstoreproducts .esp-course-btn:hover,
.block-edwiserstoreproducts .esp-course-btn:focus {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #2563eb;
}

@media (max-width: 1199.98px) {
    .block-edwiserstoreproducts .esp-image-wrap {
        min-height: 190px;
    }

    .block-edwiserstoreproducts .esp-card-body {
        min-height: 380px;
    }
}

@media (max-width: 767.98px) {
    .block-edwiserstoreproducts .esp-title {
        font-size: 1.5rem;
    }

    .block-edwiserstoreproducts .esp-header {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .block-edwiserstoreproducts .esp-viewall {
        width: 100%;
        min-width: 0;
    }

    .block-region .block-edwiserstoreproducts.esp-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .block-edwiserstoreproducts .esp-image-wrap {
        min-height: 180px;
    }

    .block-edwiserstoreproducts .esp-card-body {
        min-height: 0;
        margin-top: -22px;
    }

    .block-edwiserstoreproducts .esp-details {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .block-edwiserstoreproducts .esp-actions {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
}
