/* Full-width banner: no white bands on large screens (overrides global picture centering) */
.top_banner_accessories {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}
.top_banner_accessories picture {
    display: block;
    width: 100%;
    justify-content: unset;
}
.top_banner_accessories_img {
    width: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center;
}

.cufflink_specs{
    width: 100%;    
}
.text-capitalize{
    text-transform: capitalize;
}
.accessories_book::after{
    display: none;
}
 
@media only screen and (max-width: 991px) {
    .cufflink_specs{
        width: unset;
    }
}