.category-product-div {
    padding: 5px !important;
}

/* Accessibility: visually hidden but available to screen readers */
.sr-only,
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Touch-target / accessibility: enlarge owl dots & nav (Lighthouse target-size >=24x24, >=44x44) */
.owl-theme .owl-dots .owl-dot {
    padding: 6px !important;
    min-width: 24px;
    min-height: 24px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    min-width: 44px;
    min-height: 44px;
}

/* Reduce layout shift: reserve aspect ratio for slider images */
.main-slider .carousel-item img,
.main-slider .carousel-inner img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 5;
    object-fit: cover;
}
