.hue-selector__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
}
 
.hue-selector__row .hue-selector__swatch {
    width: 100%;
    max-width: 17.75%;
    margin: 0.3rem 0.3rem 0.75rem 0.3rem;
    align-self: center;
}
  
.hue-selector__row .hue-selector__swatch.squircle {
    border-radius: 0 1rem 0 1rem;
    padding: 2rem 2.5rem 2rem 2.5rem;
    cursor: pointer;
}

.colour-future .multi-card .multi-card__txt  h2 {
    font-size: 2.5rem;
    line-height: 3.4rem
}

.palette__main_title {
    font-size: 2.1rem;
    line-height: 1.24;
    font-weight: 600;
    color: #9B8987;
}

#palette-carousel .carousel-indicators.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#palette-carousel .carousel-indicators {
    position: static;
    padding: 0;
    text-align: center;
}

#palette-carousel .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background-color: #9B8987;
}

#palette-carousel .carousel-indicators li {
    width: 9px;
    height: 9px;
    margin: 2px;
    background-color: #e0e0e0;
    cursor: pointer;
    border: none;
}

.img-selector__nav,
.image-indicators {
    display: none !important;
}

.color_palette_title {
    font-weight: 600;
}

.hue-selector__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 60px;
    opacity: 1;
    border-radius: 2px;
    background-color: transparent;
    font-size: 3.5rem;
    margin-top: -20px;
}

.hue-selector__nav.prev {
    left: 0;
}

.hue-selector__nav.prev:before {
    content: '\2039';
}

.hue-selector__nav.next {
    right: 0;
}

.hue-selector__nav.next:before {
    content: '\203a';
}
	
.hue-selector__nav, 
.hue-selector__nav:hover, 
.hue-selector__nav:active, 
.hue-selector__nav:visited,
.hue-selector__nav:focus {
    color: #b3b3b3;
    text-decoration: none;
}

.hue-selector__row {
    width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
    .hue-selector__nav {
        width: 56px;
        height: 59px;
        opacity: 0.16;
        background-color: #333333;
    }

    .hue-selector__nav, 
    .hue-selector__nav:hover, 
    .hue-selector__nav:active, 
    .hue-selector__nav:visited,
    .hue-selector__nav:focus {
        color: #ffffff;
    }

    .hue-selector__row {
        width: 100%;
        max-width: 67rem;
        height: 100%;
    }

    .hue-selector__row .hue-selector__swatch {
        margin: 0.7rem 0.7rem 1.3rem 0.7rem;
    }
  
    .hue-selector__row .hue-selector__swatch.squircle {
        border-radius: 0 1.4rem 0 1.4rem;
        padding: 2.5rem 3rem 2.5rem 3rem;
    }

    .palette__main_title {
        font-size: 2.4rem;
        line-height: 1.38;
    }
}

@media screen and (max-width: 767px) {
    .carousel-title {
        padding-bottom: 5.5rem;
    }

    .carousel-title .carousel-title__content {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 90%;
        max-height: 5.5rem;
        overflow: hidden;
    }
}