.pet-hero-section {
    padding: 30px 0 15px;
}

.pet-hero-carousel {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
}

.pet-hero-carousel .owl-stage-outer,
.pet-hero-carousel .owl-stage,
.pet-hero-carousel .owl-item {
    width: 100%;
}

.pet-hero-slide-full {
    width: 100% !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 24px;
}

.pet-hero-slide-full a,
.pet-hero-slide-full picture {
    display: block !important;
    width: 100% !important;
}

.pet-hero-slide-full img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.pet-hero-slide,
.pet-hero-copy {
    display: none !important;
}

.pet-hero-carousel .owl-nav,
.pet-hero-carousel .owl-dots {
    display: none !important;
}



.pet-categories-images {
    display: flex;
    gap: 18px;
    width: 100%;
    margin: 30px 0;
}

.pet-categories-images a {
    flex: 1;
    display: block;
    border-radius: 14px;
    overflow: hidden;
}

.pet-categories-images img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .pet-categories-images {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .pet-categories-images a {
        min-width: 240px;
    }
}