.mc-shortcode {
    display: flow-root;
    padding: 20px 0;
}

.mc-shortcode__carousel,
.mc-shortcode__grid,
.mc-shortcode__nav-steps {
    display: flex;
    gap: 20px;
}

.mc-shortcode__col {
    width: 50%;
}

.mc-shortcode__col-single {
    width: calc(50% - 10px);
    margin: auto;
}

.mc-shortcode__container {
    padding: 15px;
    background: #f9f9f9;
    position: relative;
    border: 1px solid #ebebeb;
}

.mc-shortcode__container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #b33331;
    width: 5px;
    height: 100%;
}

.mc-shortcode__product {
    display: flex;
    align-items: start;
}

.mc-shortcode__product-image {
    display: contents;
}

.mc-shortcode__product-image img,
.mc-shortcode__pagination img {
    border: none !important;
}

.mc-shortcode__product-content {
    padding-left: 15px;
    position: relative;
}

.mc-shortcode__product-content-title {
    font-size: 16px;
    color: #000;
    line-height: 1.25;
}

.mc-shortcode__product-content-price {
    padding-top: 5px;
    display: flex;
    gap: 10px;
    align-items: end;
}

.mc-shortcode__product-content-price-final {
    color: #0d223f;
    font-size: 20px;
}

.mc-shortcode__product-content-price-regular {
    color: #5d5d5d;
    font-size: 16px;
    text-decoration: line-through
}

.mc-shortcode__product-content-link {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICA8cGF0aCBkPSJNMTIyLjg4OS04MTRhMi43ODIsMi43ODIsMCwwLDEtMi4wNC0uODQ5LDIuNzgyLDIuNzgyLDAsMCwxLS44NDktMi4wNHYtMjAuMjIyYTIuNzgyLDIuNzgyLDAsMCwxLC44NDktMi4wNCwyLjc4MiwyLjc4MiwwLDAsMSwyLjA0LS44NDlIMTMzdjIuODg5SDEyMi44ODl2MjAuMjIyaDIwLjIyMlYtODI3SDE0NnYxMC4xMTFhMi43ODIsMi43ODIsMCwwLDEtLjg0OSwyLjA0LDIuNzgyLDIuNzgyLDAsMCwxLTIuMDQuODQ5Wm02Ljc4OS03LjY1Ni0yLjAyMi0yLjAyMiwxMy40MzMtMTMuNDMzaC01LjJWLTg0MEgxNDZ2MTAuMTExaC0yLjg4OXYtNS4yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMCA4NDApIiBmaWxsPSIjYjMzMzMxIi8+Cjwvc3ZnPgo=');
    visibility: hidden;
    position: absolute;
    width: 26px;
    height: 26px;
    right: 0;
    bottom: 0;
}

.mc-shortcode__pagination {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    align-items: center;
    vertical-align: middle;
    float: right;
}

.mc-shortcode__nav-dot {
    content: '';
    cursor: pointer;
    background: #e5e5e5;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}

.mc-shortcode__nav-dot--selected {
    cursor: default;
    background: #b33331;
}

.mc-shortcode__nav-left {
    margin-right: 10px;
}

.mc-shortcode__nav-right {
    margin-left: 10px;
}

.mc-shortcode__nav-left img,  
.mc-shortcode__nav-right img {
    filter: invert(12%) sepia(13%) saturate(2928%) hue-rotate(180deg) brightness(95%) contrast(91%);
    opacity: 0.17;
}

.mc-shortcode__nav-left--active img,  
.mc-shortcode__nav-right--active img {
    cursor: pointer;
    filter: none;
    opacity: 1;
}

.mc-shortcode__container--active 
.mc-shortcode__product-content-link {
    visibility: visible;
}

@media (max-width: 1023px) {
    .mc-shortcode__product,
    .mc-shortcode__product-image,
    .mc-shortcode__product-content-price {
        display: block;
    }

    .mc-shortcode__product-content {
        padding: 0;
        transform: translateY(5px);
    }

    .mc-shortcode__product-content-title, 
    .mc-shortcode__product-content-price {
        margin-top: 10px;
    }

    .mc-shortcode__product-content-price-regular,
    .mc-shortcode__product-content-price-final,
    .mc-shortcode__product-image {
        text-align: center;
    }
}