.pearl-shapes-collection {
    padding-bottom: 1rem
}


.tps_pearlShapes_flexBetween {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pearl-shapes-collection .collection-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media (min-width: 769px) and (max-width: 1023px) {
    .pearl-shapes-collection .collection-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .pearl-shapes-collection .collection-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pearl-shapes-collection .collection-items .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 12rem
}

@media (min-width: 769px) and (max-width: 1023px) {
    .pearl-shapes-collection .collection-items .item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .pearl-shapes-collection .collection-items .item {
        width: 50%
    }
}

@media (max-width: 565px) {
    .pearl-shapes-collection .collection-items .item {
        width: 100%;
        max-width: 22rem
    }
}

.pearl-shapes-collection .collection-items .item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.pearl-shapes-collection .collection-items .item:hover .title h2 {
    color: #62564a
}

.pearl-shapes-collection .collection-items .item:hover .meta span {
    color: #62564a
}

.pearl-shapes-collection .collection-items .item .image {
    width: 100%;
    height: 10rem;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pearl-shapes-collection .collection-items .item .image img {
    width: 100%;
    max-width: 6rem;
    height: auto;
    display: block
}

.pearl-shapes-collection .collection-items .item .title {
    text-align: center;
    margin: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.pearl-shapes-collection .collection-items .item .title h2 {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin: 0;
    font-size: 1.1rem;
	font-weight: bold;
}

.pearl-shapes-collection .collection-items .item .description {
    text-align: center
}

@media (min-width: 769px) and (max-width: 1023px) {
    .pearl-shapes-collection .collection-items .item .description {
        padding: 0 1rem
    }
}

@media (max-width: 767px) {
    .pearl-shapes-collection .collection-items .item .description {
        padding: 0 1rem
    }
}

@media (max-width: 565px) {
    .pearl-shapes-collection .collection-items .item .description {
        padding: 0
    }
}

.pearl-shapes-collection .collection-items .item .description p {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 0.75rem
}

@media (max-width: 565px) {
    .pearl-shapes-collection .collection-items .item .description p {
        font-size: 1rem
    }
}
