.cid-uWpIcP7WCM {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cid-uWpIcP7WCM .mbr-fallback-image.disabled {
    display: none;
}

.cid-uWpIcP7WCM .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-uWpIcP7WCM .title-wrapper {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .cid-uWpIcP7WCM .title-wrapper {
        margin-bottom: 30px;
    }
}

.cid-uWpIcP7WCM .title-wrapper .label-wrapper .mbr-label {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid var(--primary-color);
}

.cid-uWpIcP7WCM .title-wrapper .title-wrap .mbr-section-title {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-uWpIcP7WCM .title-wrapper .title-wrap .mbr-section-title {
        width: 100%;
    }
}

.cid-uWpIcP7WCM .items-wrapper {
    margin: 0 -15px;
    justify-content: center;
}

.cid-uWpIcP7WCM .items-wrapper .item {
    padding: 0 15px;
}

.cid-uWpIcP7WCM .item {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .cid-uWpIcP7WCM .item {
        margin-bottom: 30px;
    }
}

.cid-uWpIcP7WCM .item .item-wrapper {
    height: 100%;
}

.cid-uWpIcP7WCM .item .item-wrapper:hover .image-wrapper .item-img img,
.cid-uWpIcP7WCM .item .item-wrapper:focus .image-wrapper .item-img img {
    transform: scale(1.2) translateX(30px);
}

@media (max-width: 992px) {

    .cid-uWpIcP7WCM .item .item-wrapper:hover .image-wrapper .item-img img,
    .cid-uWpIcP7WCM .item .item-wrapper:focus .image-wrapper .item-img img {
        transform: scale(1.2) translateX(15px);
    }
}

.cid-uWpIcP7WCM .item .item-wrapper:hover .item-content .border-wrap::after,
.cid-uWpIcP7WCM .item .item-wrapper:focus .item-content .border-wrap::after {
    width: 100%;
}

.cid-uWpIcP7WCM .item .item-wrapper .image-wrapper {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-uWpIcP7WCM .item .item-wrapper .image-wrapper {
        margin-bottom: 20px;
    }
}

.cid-uWpIcP7WCM .item .item-wrapper .image-wrapper .label-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-uWpIcP7WCM .item .item-wrapper .image-wrapper .label-wrap {
        padding: 30px 15px;
    }
}

.cid-uWpIcP7WCM .item .item-wrapper .image-wrapper .label-wrap .card-label {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 15px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.cid-uWpIcP7WCM .item .item-wrapper .image-wrapper .item-img {
    overflow: hidden;
}

.cid-uWpIcP7WCM .item .item-wrapper .image-wrapper .item-img img {
    height: 500px;
    width: 100%;
    transition: all .5s ease;
    object-fit: cover;
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .cid-uWpIcP7WCM .item .item-wrapper .image-wrapper .item-img img {
        height: 300px;
    }
}

.cid-uWpIcP7WCM .item .item-wrapper .item-content .card-price {
    margin-bottom: 20px;
}

.cid-uWpIcP7WCM .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
    transition: all .3s ease;
}

.cid-uWpIcP7WCM .item .item-wrapper .item-content .border-wrap {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    transition: all .3s ease;
}

.cid-uWpIcP7WCM .item .item-wrapper .item-content .border-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.cid-uWpIcP7WCM .item .item-wrapper .item-content .border-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all .5s ease;
}

.cid-uWpIcP7WCM .item .item-wrapper .item-content .card-desc {
    margin-bottom: 0;
    transition: all .3s ease;
}

.cid-uWpIcP7WCM .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
}

.cid-uWpIcP7WCM .item .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}

.cid-uWpIcP7WCM .mbr-label,
.cid-uWpIcP7WCM .label-wrapper {
    color: var(--background-text);
}

.cid-uWpIcP7WCM .mbr-section-title,
.cid-uWpIcP7WCM .title-wrapper {
    color: #000000;
}

.cid-uWpIcP7WCM .card-label {
    color: #000000;
}

.cid-uWpIcP7WCM .card-price {
    color: var(--background-text);
}

.cid-uWpIcP7WCM .card-title {
    color: var(--background-text);
}

.cid-uWpIcP7WCM .card-desc {
    color: var(--background-text);
}

.cid-uWpIcP7WCM .mbr-section-title,
.cid-uWpIcP7WCM .title-wrap {
    color: var(--background-text);
}

.cid-uWpIcP7WCM .card-label,
.cid-uWpIcP7WCM .label-wrap {
    color: var(--primary-text);
}
