.item-categories h5 
{
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 0;
    padding: 12px 22px;
    color: #1e4065;
    font-size: 18px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

[class*=gutter-] {
    --cnvs-custom-gutter: var(--bs-gutter-x);
    margin-right: calc(var(--cnvs-custom-gutter) * -0.5);
    margin-left: calc(var(--cnvs-custom-gutter) * -0.5);
    margin-top: calc(var(--cnvs-custom-gutter) * -1);
}

[class*=gutter-]>.col,
[class*=gutter-]>[class*=col-] {
    padding-right: calc(var(--cnvs-custom-gutter) * 0.5);
    padding-left: calc(var(--cnvs-custom-gutter) * 0.5);
    margin-top: var(--cnvs-custom-gutter);
}

.gutter-10 {
    --cnvs-custom-gutter: 10px;
}

.gutter-20 {
    --cnvs-custom-gutter: 20px;
}

.gutter-30 {
    --cnvs-custom-gutter: 30px;
}

.gutter-40 {
    --cnvs-custom-gutter: 40px;
}

.gutter-50 {
    --cnvs-custom-gutter: 50px;
}

@media (min-width: 576px) {
    .gutter-sm-10 {
        --cnvs-custom-gutter: 10px;
    }

    .gutter-sm-20 {
        --cnvs-custom-gutter: 20px;
    }

    .gutter-sm-30 {
        --cnvs-custom-gutter: 30px;
    }

    .gutter-sm-40 {
        --cnvs-custom-gutter: 40px;
    }

    .gutter-sm-50 {
        --cnvs-custom-gutter: 50px;
    }
}

@media (min-width: 768px) {
    .gutter-md-10 {
        --cnvs-custom-gutter: 10px;
    }

    .gutter-md-20 {
        --cnvs-custom-gutter: 20px;
    }

    .gutter-md-30 {
        --cnvs-custom-gutter: 30px;
    }

    .gutter-md-40 {
        --cnvs-custom-gutter: 40px;
    }

    .gutter-md-50 {
        --cnvs-custom-gutter: 50px;
    }
}

@media (min-width: 992px) {
    .gutter-lg-10 {
        --cnvs-custom-gutter: 10px;
    }

    .gutter-lg-20 {
        --cnvs-custom-gutter: 20px;
    }

    .gutter-lg-30 {
        --cnvs-custom-gutter: 30px;
    }

    .gutter-lg-40 {
        --cnvs-custom-gutter: 40px;
    }

    .gutter-lg-50 {
        --cnvs-custom-gutter: 50px;
    }
}

@media (min-width: 1200px) {
    .gutter-xl-10 {
        --cnvs-custom-gutter: 10px;
    }

    .gutter-xl-20 {
        --cnvs-custom-gutter: 20px;
    }

    .gutter-xl-30 {
        --cnvs-custom-gutter: 30px;
    }

    .gutter-xl-40 {
        --cnvs-custom-gutter: 40px;
    }

    .gutter-xl-50 {
        --cnvs-custom-gutter: 50px;
    }
}

@media (min-width: 1400px) {
    .gutter-xxl-10 {
        --cnvs-custom-gutter: 10px;
    }

    .gutter-xxl-20 {
        --cnvs-custom-gutter: 20px;
    }

    .gutter-xxl-30 {
        --cnvs-custom-gutter: 30px;
    }

    .gutter-xxl-40 {
        --cnvs-custom-gutter: 40px;
    }

    .gutter-xxl-50 {
        --cnvs-custom-gutter: 50px;
    }
}

.d-block {
    display: block !important;
}


.op-09,
.h-op-09:hover {
    opacity: 0.9 !important;
}


.op-ts {
    transition: opacity var(--cnvs-transitions);
}

@media (prefers-reduced-motion: reduce) {
    .op-ts {
        transition: none;
    }
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
}

[class*=col-]:not([class*=sticky-]):not([class*=position-]) {
    position: relative;
}


.shop {
    position: relative;
  }
  
  .product 
  {
    position: relative;
  }
  .product .product-image {
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
  }
  .product .product-image > a,
  .product .product-image .slide a,
  .product .product-image img {
    display: block;
    width: 100%;
  }
  .product .product-image > a {
    transition: all 0.5s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .product .product-image > a {
      transition: none;
    }
  }

  .grid-inner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .product-image > a:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .product-image:hover > a:nth-of-type(2) {
    opacity: 1;
    z-index: 2;
  }

  .product-image > .badge,
.sale-flash {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 5;
}

