/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Adjusted Arial Fallback';
  src: local(Arial);
  size-adjust: 102%;
  ascent-override: 78%;
  descent-override: 16%;
  line-gap-override: 0%; }

.item-product .item-in {
  background-color: var(--wp--preset--color--white);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .item-product .item-in {
      padding: 30px; } }
  @media (min-width: 981px) {
    .item-product .item-in {
      padding: 45px 50px; } }

.item-product:hover .btn-arrow {
  transform: translate(5px, 5px); }

.item-product .content h4 {
  margin: 0 0 10px 0; }
  .item-product .content h4 a {
    color: var(--wp--preset--color--text-color);
    text-decoration: none; }

.item-product .content .text {
  margin-top: 20px;
  max-width: 470px; }
  .item-product .content .text p {
    margin-top: 0; }

.item-product .btn-arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--wp--preset--color--white);
  background-color: rgba(var(--wp--preset--color--white-rgb), 0.5);
  color: var(--wp--preset--color--text-color);
  transition: transform 200ms ease-in-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-size: 10px; }

.item-product .image {
  max-width: 480px;
  margin: 25px -45px -30px 0;
  max-height: 220px; }
  @media (min-width: 981px) {
    .item-product .image {
      margin: 25px -65px -40px 0; } }
  .item-product .image img {
    width: auto;
    margin: 0 auto; }

/*# sourceMappingURL=item.css.map */
