.product-category {
  padding: 3rem 0 1rem;
}
.product-category .box-cat {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #231f204d;
}
.product-category .box-cat .box-image .image-cover {
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
}
.product-category .box-cat .box-text {
  padding: 1rem 0 0;
}
.product-category .box-cat .box-text .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--black);
}
.product-category .box-cat .box-text .short-desc p {
  margin-bottom: 0.5rem;
}
.product-category .box-cat .box-text .short-desc ul {
  margin: 0 0 0 1.3rem;
}
.product-category .box-cat .box-text .short-desc ul li {
  margin-bottom: 0.5rem;
  font-size: 15px;
}

.product-category .box-cat .box-image .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 99rem;
  border: 1px solid var(--white);
  background-color: transparent;
  box-shadow: none;
  outline: none;
  margin: 0;
  padding: 0;
  padding: 0.75rem;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  pointer-events: none;
}
.product-category .box-cat .box-image .button svg {
  width: 1.04169rem;
  height: 1.09375rem;
}
.product-category .box-cat .box-image:hover .button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.product-category .box-cat .box-text .btn__primary {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .product-category {
    padding: 4.5rem 0 2rem;
  }
  .product-category .list-cat .box-cat .box-image {
    margin: 0;
    width: 100%;
  }
  .product-category .list-cat .box-cat {
    display: grid;
    grid-template-columns: 25rem 1fr;
    align-items: end;
    column-gap: 4rem;
  }
  .product-category .box-cat .box-text {
    padding: 0 0 1rem;
  }
  .product-category .box-cat .box-text .title {
    font-size: 2.25rem;
    margin-bottom: 1.3rem;
  }
  .product-category .box-cat {
    padding-bottom: 2.35rem;
    margin-bottom: 2.35rem;
  }
  .product-category .box-cat .box-text .btn__primary {
    margin-top: 3.5rem;
    padding: 0 4rem;
  }
  .product-category .box-cat .box-text .short-desc ul li {
    font-size: 1rem;
  }
}
