.roomvo-related-products__grid .roomvo-related-products__wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(10rem, 1fr)) ;
    gap: 1rem;
    justify-items: center;
}

@media screen and (min-width: 480px) {
    .roomvo-related-products__grid .roomvo-related-products__wrapper {
        grid-template-columns: repeat(2, minmax(10rem, 1fr));
    }
}

@media screen and (min-width: 935px) {
    .roomvo-related-products__grid .roomvo-related-products__wrapper {
        grid-template-columns: repeat(4, minmax(10rem, 1fr));
    }
    .roomvo-related-products__grid .roomvo-related-products__button {
        font-size: 0.7rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media screen and (min-width: 920px) {
    .roomvo-related-products__grid .roomvo-related-products__button {
        font-size: 0.875rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.roomvo-related-products__item {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: space-between;
}

.roomvo-related-products__title {
    font-size: 1.375em;
    margin-bottom: 2.5rem;
    line-height: 1.2;
}

.roomvo-related-products__meta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.roomvo-related-products__meta-link {
    text-decoration: none;
    line-height: 1;
}

.roomvo-related-products__meta-link:hover {
    color: var(--global-palette-highlight);
}

.roomvo-related-products__meta {
    margin: 0;
    font-size: 0.825rem;
}

.roomvo-related-products__meta-title {
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1;
    color: #000;
}

.roomvo-related-products__meta-color {
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}

.roomvo-related-products__meta-color-amount {
    color: rgba(21, 22, 23, 0.5);
    font-size: 0.875rem;
}

.roomvo-related-products__button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
    font-size: 0.875rem;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    max-width: 18.75rem;
    min-height: 2.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.roomvo-related-products__button .roomvo-related-products__button__icon {
    flex-shrink: 0;
}

.roomvo-related-products__button:hover,
.roomvo-related-products__button:focus,
.roomvo-related-products__button:active {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    box-shadow: none;
}

/* Editor */
.related-products-preview__slides {
    display: grid;
    width: 100%;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

.related-products-preview__slides .roomvo-related-products__button {
    margin-top: 40px;
}

.related-products-preview-slide-image {
    aspect-ratio: 1/1;
    border-radius: 0;
    background-color: #eaeaea;
    width: 100%;
    max-width: 320px;
}

.roomvo-related-products__roomvo-container {
    display: flex;
}

.related-products-preview-slide-text {
    margin: 0;
    padding: 0;
}

.related-products-preview-slide-text__title {
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 0.875rem;
}

.related-products-preview-slide-text__color {
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}

.related-products-preview-slide-text__numbes_of_color {
    color: #15161780;
    font-size: 0.875rem;
}

.related-products-preview-slide-text__color {
    font-weight: 600;
    color: #000;
}

/* Carousel */
.roomvo-related-products__slider {
    width: 100%;
    height: auto;
}

.roomvo-related-products__slide {
    max-width: 300px;
    height: auto;
    display: flex!important;
    flex-direction: column;
    gap: 2.5rem;
}

.roomvo-related-products__meta-link {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
