/*
  Product Details Component
*/

.c-pdt-details--sticky {
  position: sticky;
  top: var(--size-5);
  z-index: 5;
}
