.product-category-module-ab-wrapper {
  overflow: hidden;
  position: relative;
}
.product-category-module-ab-wrapper .product-category-module-ab-carousel {
  padding-bottom: 78px;
}

.product-category-module-ab-wrapper
  .product-category-module-ab-col
  .product-category-module-ab-card {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition-property: transform, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.product-category-module-ab-wrapper
  .product-category-module-ab-col
  .product-category-module-ab-card:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1.01);
}

.product-category-module-ab-wrapper
  .product-category-module-ab-col
  .product-category-module-ab-card
  .product-category-module-ab-image-wrapper {
  background: #d4d4d8;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-height: 249px;
  min-height: 249px;
}
.product-category-module-ab-wrapper .product-category-module-ab-image-wrapper .strapline{
    margin-bottom: 8px;
    font-weight: 700;
    font-size: .75rem;
    line-height: 16px;
    padding: 5px 10px;
    border-radius: 30px;
    display: inline-block;
    min-height: 26px;
    margin-right: auto;
    z-index: 2;
    position: absolute;
    top: 16px;
    left: 16px;
}

.product-category-module-ab-wrapper
  .product-category-module-ab-col
  .product-category-module-ab-card
  .product-category-module-ab-image-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out; 
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.product-category-module-ab-wrapper .product-category-module-ab-col .product-category-module-ab-card .product-category-module-ab-image-wrapper img.default-image {
           width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.product-category-module-ab-card .product-category-module-ab-image-wrapper .hover-image {
    opacity: 0; 
    z-index: 1; 
}

.product-category-module-ab-card:hover .product-category-module-ab-image-wrapper .hover-image {
    opacity: 1; 
}

.product-category-module-ab-card:hover .product-category-module-ab-image-wrapper .default-image {
    opacity: 0; 
}
.product-category-module-ab-wrapper
  .product-category-module-ab-col
  .product-category-module-ab-card
  .product-category-module-ab-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-category-module-ab-wrapper
  .product-category-module-ab-col
  .product-category-module-ab-card
  .product-category-module-ab-content
  p {
  margin-bottom: 24px;
  color: #000;
}

.product-category-module-ab-wrapper
  .product-category-module-ab-col
  .product-category-module-ab-card
  .product-category-module-ab-content
  a.btn {
  margin: auto 0 0 auto !important;
  padding: 0 !important;
}

@media (min-width: 1100px) {
  .product-category-module-ab-wrapper .owl-stage-outer {
    overflow: visible;
  }
}
.product-category-module-ab-wrapper .owl-stage-outer .owl-stage {
  display: flex;
}
.product-category-module-ab-wrapper .owl-stage-outer .owl-stage .item {
  height: 100%;
}
.product-category-module-ab-wrapper .owl-nav {
  display: inline-flex;
  gap: 4px;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-category-module-ab-wrapper .owl-nav button.owl-next,
.product-category-module-ab-wrapper .owl-nav button.owl-prev {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.product-category-module-ab-wrapper .owl-nav button.owl-next svg,
.product-category-module-ab-wrapper .owl-nav button.owl-prev svg {
  width: 14px;
  height: 14px;
}

.product-category-module-ab-wrapper .fractions-pagination {
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  right: 102px;
  width: 38px;
  height: 38px;
  align-items: center;
}
@media (min-width:1300px){
  .product-category-module-ab-wrapper .fractions-pagination-1,
  .product-category-module-ab-wrapper .fractions-pagination-2,
  .product-category-module-ab-wrapper .fractions-pagination-3,
  .product-category-module-ab-wrapper .fractions-pagination-4{
    display: none;
  }
}