.ph-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 15px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  direction: ltr;
  background-color: #fff;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  border-radius: 2px;
}
.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
  box-sizing: border-box;
}
.ph-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  pointer-events: none;
  content: " ";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  animation: ph-animation 0.8s linear infinite;
}
.ph-item > * {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -7.5px;
}
.ph-row div {
  height: 10px;
  margin-top: 7.5px;
  background-color: #ced4da;
}
.ph-row .big, .ph-row.big div {
  height: 20px;
}
.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
  flex: 0 0 16.6666666667%;
}

.ph-col-4 {
  flex: 0 0 33.3333333333%;
}

.ph-col-6 {
  flex: 0 0 50%;
}

.ph-col-8 {
  flex: 0 0 66.6666666667%;
}

.ph-col-10 {
  flex: 0 0 83.3333333333%;
}

.ph-col-12 {
  flex: 0 0 100%;
}

[class*=ph-col] {
  direction: ltr;
}
[class*=ph-col] > * + .ph-row {
  margin-top: 0;
}
[class*=ph-col] > * + * {
  margin-top: 7.5px;
}

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  overflow: hidden;
  background-color: #ced4da;
  border-radius: 50%;
}
.ph-avatar::before {
  display: block;
  padding-top: 100%;
  content: " ";
}

.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
}

@keyframes ph-animation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
/*------------------------------------*\
    #BEGIN: Theming
\*------------------------------------*/
/*------------------------------------*\
    #END  : theming
\*------------------------------------*/
/*---------------------------------------------------------*\
    #BEGIN: Vendor tools to forward for abstracts folder
\*---------------------------------------------------------*/
/*------------------------------------------------------*\
    #BEGIN: Responsive Font Sizes unit resizing engine
\*------------------------------------------------------*/
/*------------------------------------------------------*\
    #END: responsive Font Sizes unit resizing engine
\*------------------------------------------------------*/
/*------------------------------------------------------*\
    #BEGIN: Responsive Font Sizes unit resizing engine
\*------------------------------------------------------*/
/* Has not supported yet
@use 'node_modules/rfs/scss' with (
    $rfs-base-value: 1.15,
    $rfs-safari-iframe-resize-bug-fix: true
);
*/
/*------------------------------------------------------*\
    #END: responsive Font Sizes unit resizing engine
\*------------------------------------------------------*/
/*---------------------------------------------------------*\
    #BEGIN: Vendor tools to forward for abstracts folder
\*---------------------------------------------------------*/
.ph-item-card {
  width: var(--card-width);
  margin: 0;
}
.ph-item-card {
  --cards-per-row: 4;
  --card-padding-block: clamp(0.9375rem, 1.75vmax - 0.3125rem, 1.875rem);
  --card-padding-inline: clamp(0.625rem, 1.75vmax - 0.3125rem, 1.25rem);
  --card-width: calc((100% / var(--cards-per-row)) - ((var(--card-column-gap) * (var(--cards-per-row) - 1)) / var(--cards-per-row)));
  --card-max-width: 15rem;
}
@media (max-width: 1199.98px) {
  .ph-item-card {
    --cards-per-row: 3;
  }
}
@media (max-width: 991.98px) {
  .ph-item-card {
    --cards-per-row: 2;
  }
}
@media (max-width: 575.98px) {
  .ph-item-card {
    --cards-per-row: 1;
  }
}
.ph-item-card__picture {
  height: 18.75rem;
}
.ph-item-filter-option {
  width: min(100%, 14.375rem);
  border: 0;
  border-bottom: 0.0625rem solid var(--primary-background-colour-light-grey);
  padding: 0.625rem 0 0.625rem 0;
  margin: 0;
  border-radius: 0;
}
.ph-item-filter-option > * {
  padding: 0;
  margin-bottom: 0;
}
.ph-item-filter-option div {
  margin: 0;
}
.ph-item-pagination {
  width: 2.375rem;
  height: 1.875rem;
  margin: 0;
  padding-block: 0.4166666667em;
  padding-inline: 0.6666666667em;
  border-radius: var(--border-sm);
}
.ph-item-pagination .ph-picture {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.ph-item-sorting {
  width: min(7.1875rem, 100%);
  height: 2.5rem;
  min-width: min(7.1875rem, 100%);
  margin: 0;
  padding-block: 0.75em;
  padding-inline: 1.875em;
  border-radius: var(--border-md);
}
.ph-item-sorting .ph-picture {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.ph-item-cart {
  width: min(40rem, 100%);
  padding-block: 1.25rem;
  padding-inline: 1.25rem 2.8125rem;
  margin: 0;
  border: 0;
  border-radius: unset;
  overflow: unset;
}
.ph-item-cart > * {
  margin: 0;
}
.ph-item-cart .ph-picture {
  flex: unset;
  width: 10rem;
  height: 15.625rem;
  padding: 0;
}
.ph-item-cart .ph-row {
  margin: 0;
  margin-block: -0.625rem 0;
}
.ph-item-cart .ph-row div {
  height: 0.9375rem;
  margin: inherit;
  margin-block: 0.625rem 0;
}
.ph-item-cart .no-mg {
  margin: 0 !important;
}
.ph-item-order {
  height: 5rem;
  display: flex;
  align-items: center;
  margin: 0;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  border-radius: var(--border-md);
  background-color: var(--primary-background-colour-white);
  overflow: unset;
  position: relative;
}
.ph-item-order > * {
  margin: 0;
}
.ph-item-order .ph-row {
  margin: 0;
}
.ph-item-order .ph-row div {
  margin: inherit;
}
.ph-item-order .no-mg {
  margin: 0 !important;
}
.ph-item-order .ph-picture {
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-inline: 100% 0;
  position: absolute;
}
/*# sourceMappingURL=skeleton.min.css.map */
