.lcm-carousel {

    position: relative;

    width: 100%;              /* full width */

    max-width: none;          /* no limiting */

    height: 900px;            /* <-- THIS FIXES THE CUT-OFF */

    margin: 60px auto;

    overflow: visible;        /* allow wheel to extend */

}





.lcm-item {

    position: absolute;

    width: 160px;

    text-align: center;

    text-decoration: none;

    color: #111;

    transform-origin: center center;

    cursor: pointer;

}



.lcm-item img {

    width: 280px;

    height: 360px;            /* taller thumbnails */

    object-fit: contain;      /* prevent cropping */

    display: block;

    margin: 0 auto;

}



.lcm-item:hover {

    color: #cc0000;

}


body.tax-product_cat .neve-main,
body.tax-product_cat .nv-content-wrap {
    padding-top: 0 !important;
    margin-top: 0 !important;
}


.lcm-item {

    position: absolute;

    width: 180px;             /* slightly smaller for tighter circle */

    text-align: center;

    text-decoration: none;

    color: #111;

    transform-origin: center center;

    cursor: pointer;

}



.lcm-item img {

    width: 120px;             /* thumbnail size */

    height: auto;             /* maintain proportions */

    object-fit: contain;      /* no cropping */

    display: block;

    margin: 0 auto;

}

.lloyds-spinner-wrapper {
    padding-top: 0px;
}

.lcm-item:hover {

    color: #cc0000;

}
.lcm-item,
.lcm-item img {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.lloyds-category-header {
    text-align: center;
    margin: 20px 0 30px;
}

.lloyds-category-header h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}
.woocommerce-breadcrumb {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}