.cvcs-wrap {
    position: relative;
}

.cvcs-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.cvcs-colorset {
    display: none;
    gap: 14px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 16px;
}

.cvcs-colorset.is-visible {
    display: flex;
}

.cvcs-dot {
    box-sizing: border-box !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    border: 2px solid rgba(0, 0, 0, 0.15);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0 !important;
    margin: 0;
    flex: 0 0 28px !important;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    box-shadow: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cvcs-dot:hover {
    transform: scale(1.08);
}

.cvcs-dot.is-active {
    border-color: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e6511b;
}
