/* VARIABLES */
/* TYPOGRAPHY */
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass {
  background: #f4dac6;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 61.99875rem) {
  .block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass {
    margin: 0 0 1rem;
  }
}
@media (max-width: 61.99875rem) {
  .block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--type-entity-reference {
    margin: 0;
  }
}
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-title-part-1 {
  font-size: 4.375rem;
  min-width: 100%;
  font-family: "Le Corbusier LL", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, Arial, sans-serif;
  transform: translate3d(-50%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  top: 11%;
}
@media (max-width: 74.99875rem) {
  .block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-title-part-1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 47.99875rem) {
  .block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-title-part-1 {
    font-size: 2.375rem;
  }
}
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-title-part-2 {
  font-size: 4.375rem;
  min-width: 100%;
  font-family: "Le Corbusier LL", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, Arial, sans-serif;
  transform: translate3d(-50%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  bottom: 15%;
}
@media (max-width: 74.99875rem) {
  .block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-title-part-2 {
    font-size: 3.625rem;
  }
}
@media (max-width: 47.99875rem) {
  .block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-title-part-2 {
    font-size: 2.375rem;
  }
}
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-media-image {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
}
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-media-image img {
  margin: 0;
}
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-link-product-categories {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  height: 100%;
}
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass .field--name-field-link-product-categories a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass:hover .field--name-field-title-part-1 {
  transform: translate3d(-50%, -25%, 0);
}
.block-content--type-product-categories-highlight .paragraph--type-product-categories-highlight-ass:hover .field--name-field-title-part-2 {
  transform: translate3d(-50%, 25%, 0);
}