/**
 *  THEME BY EDGERING
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
    box-sizing: border-box;
    background-repeat: no-repeat;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #ed1c24;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #1ca8c4;
    --bs-white: #fff;
    --bs-gray: #7d879c;
    --bs-gray-dark: #373f50;
    --bs-gray-100: #f6f9fc;
    --bs-gray-200: #f3f5f9;
    --bs-gray-300: #e3e9ef;
    --bs-gray-400: #dae1e7;
    --bs-gray-500: #aeb4be;
    --bs-gray-600: #7d879c;
    --bs-gray-700: #4b566b;
    --bs-gray-800: #373f50;
    --bs-gray-900: #2b3445;
    --bs-primary: #fe696a;
    --bs-accent: #4e54c8;
    --bs-secondary: #f3f5f9;
    --bs-success: #cdd0ee;
    --bs-info: #69b3fe;
    --bs-warning: #fea569;
    --bs-danger: #f34770;
    --bs-light: #fff;
    --bs-dark: #373f50;
    --bs-primary-rgb: 254, 105, 106;
    --bs-accent-rgb: 78, 84, 200;
    --bs-secondary-rgb: 243, 245, 249;
    --bs-success-rgb: 205, 238, 224;
    --bs-info-rgb: 105, 179, 254;
    --bs-warning-rgb: 254, 165, 105;
    --bs-danger-rgb: 243, 71, 112;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 55, 63, 80;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 75, 86, 107;
    --bs-body-bg-rgb: 255, 255, 255;

    --bs-font-sans-serif: "Rubik", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-size: 1.1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #4b566b;
    --bs-body-bg: #fff;

    --bs-grey-border: 1px solid rgba(0 0 0 / 30%);
}


.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark,
.bg-dark a {
    color: var(--bs-white);
}

/** **/

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    /* transition: color 0.25s ease-in-out;  */
}


img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}


img.ImgAlignRight {
    float: right;
    margin-left: 1em;
    margin-bottom: 2em;
    width: auto;
}

img.ImgAlignLeft {
    float: left;
    margin-right: 1em;
    margin-bottom: 2em;
    width: auto;
}

img.ImgAlignCenter {
    display: inline-block;
    margin: 1em auto;
    width: auto;
}

h1#mainTitle {
    display: none;
}




/** **/

hr {
    height: 2px;
    background-color: rgb(255 0 0 / 11%);
    margin: 3em 0;
    border: 0;
    display: block;
}

/** **/

ul.inln {
    margin: 0;
    padding: 0;
}

.col,
ul.col li,
ul.inln li {
    display: inline-block;
    vertical-align: middle;
}

ul.col {
    margin: 0;
    padding: 0;
}

ul.inln li,
ul.col li {
    list-style: none;
}

ul.inln a {
    display: block;
}

.text-muted {
    color: rgba(255, 255, 255, 0.45) !important;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/** **/

.container {
    max-width: 1600px;
    margin: 0 auto;
}

#ns__products_top .container {
    max-width: 1440px;
}

#pdGrid2 .container {
    max-width: 1280px;
    background-color: #fff;
    padding: 0.1em 5%;
    font-size: 1.2em;
    margin-top: 2em;
    border: 1px solid rgb(0 0 0 / 31%);
    box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 59%);
    padding-bottom: 3em;
}

#pdGrid2 {
    background-color: rgb(142 166 218 / 12%);

    background-image: linear-gradient(to top, #ffffff 0%, #f6f6f6 100%);

    padding: 1em 0 3em 0;
    margin-bottom: 3em;
}

#pdGrid2 h1:first-child {
    text-align: center;
    font-size: 2.4em;
    font-weight: normal;
    padding: 1em;
}

#pdGrid2 img {
    width: 100%;
}

#pdGrid2 img.ImgAlignRight,
#pdGrid2 img.ImgAlignCenter,
#pdGrid2 img.ImgAlignLeft {
    width: auto;
}

/** **/

.topbar {
    padding: 0.6em 5%;
}

#footer a,
#footer span,
.topbar a,
.topbar span {
    display: inline-block;
    padding: .2em .4em;
}

#footer a:hover,
.topbar a:hover {
    text-decoration: underline;
}

.b-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-dark a i {
    color: var(--bs-red);
}

.bg-dark a i,
.bg-dark span i {
    margin-right: 0.5rem;
    font-size: 1.15em;
    vertical-align: middle;
}

#nsCountries a {
    display: block;
    background-size: auto 1em;
    background-position: left center;
    padding-left: 2em;
    padding-right: 1em;
}

#nsCountries a#btnCZ {
    background-image: url(svg/cz-flag.svg)
}

#nsCountries a#btnEU {
    background-image: url(svg/eu-flag.svg)
}

#nsCountries a#btnSK {
    background-image: url(svg/sk-flag.svg)
}


.topbar span.text-muted {
    margin-right: 1rem;
}

/**
  *  LOGO
  */

#ns_logo {
    padding-top: 3em;
    margin-bottom: 0em;
}

#ns_logo>.container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

#ns_logo>.container div {
    text-align: center;
}

#ns_logo_logo {
    width: 30%;
}

#ns_logo_logo img {
    display: block;
}

#ns_logo_logo a {
    display: block;
    line-height: 100%;
}


#ns_logo_text {
    color: #000;
    font-size: 110%;
}

#ns_logo_text h2,
#ns_logo_text p {
    margin: 0;
}

#ns_logo_text p#lblRow-1 {
    letter-spacing: 3px;
}

/**
  * LOGO MENU
  */

#ns_znacky {
    padding: 2em 0;
    /*margin: 1em 0 0 0;*/
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(255, 255, 255, 1) 100%);
    font-weight: bold;
    color: #636363;
}

#ns_logo_list {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px 3px;
}

#ns_logo_list li {
    display: block;
    list-style: none;
}

#ns_logo_list a {
    color: #000;
    font-weight: bold;
    padding: .4em 2em;
    position: relative;
    display: block;
    border: rgb(0 0 0 / 17%) 1px solid;
    border-radius: 3px;
    background-color: #f5f5f5;
}

#ns_logo_list a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    bottom: 0%;
    background-color: rgb(255 255 255 / 30%);
}

#ns_logo_list .selected a {
    background-color: var(--bs-red);
    color: #fff;
}

#ns_logo_list a:hover {
    background-color: var(--bs-body-color);
    color: #fff;
}

#ns_logo_list .selected a::after,
#ns_logo_list a:hover::after {
    background-color: rgb(0 0 0 / 5%);
}


/**
  *  SLIDER
  */

#slider-iw {
    line-height: 0;
}

#sliderHolder {
    position: relative;
}

#sliderPad {
    box-shadow: 1px 1px 6px rgb(0 0 0 / 68%);
    padding: .5em 0;
    margin-bottom: 4em;
}

#ns__productDetail #sliderHolder {
    margin-bottom: .5em;
}

#sliderHolder button {
    cursor: pointer;
}

.tns-nav {
    position: absolute;
    text-align: center;
    bottom: 1em;
    left: 0;
    right: 0;
    z-index: 6666;
}

.tns-nav button {
    display: inline-block;
    width: 2rem;
    margin: 0 2px;
    height: 1rem;
    background-color: rgba(255 255 255 / 50%);
    border: 2px solid rgb(0 0 0 / 27%);
    border-radius: .5rem;
}

.tns-nav button.tns-nav-active {
    background-color: var(--bs-red);
}

.btnPrevNext {
    position: absolute;
    background-color: transparent;
    border: 0;
    width: 10%;
    top: 0;
    bottom: 0;
}

#btnPrevSlide {
    left: 0;
}

#btnNextSlide {
    right: 0;
}

#ns__productDetail #slider img {
    border: 1px solid grey;
}


/** **/

#nsNavi2 {
    margin-bottom: 4rem;
}

#navi2 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(3, 1fr);
}

.navi2item {
    background-color: #f5f5f5;
    padding: 1em 2em 2em 2em;
    position: relative;
}

.navi2item:hover {
    background-color: rgba(var(--bs-dark-rgb), 1);
    color: #fff;
}

.navi2item h2 {
    font-weight: normal;
    text-align: center;
    font-size: 2em;
}

.navi2item a {
    text-indent: -66667px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navi2item ul {
    margin: 1em 0;
    padding: 0;
    text-align: center;
}

.navi2item li {
    list-style: none;
    padding-top: .8em;
}

/** **/

#nsMapa {
    text-align: center;
    margin-bottom: 4rem;
}

#nsMapaMaps {
    position: relative;
}

#nsMapaMaps:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #e6e6e6;
    border-radius: 4px;
}

#nsMapa h3 {
    font-size: 1.6em;
    font-weight: normal;
    color: #000;
}

#nsMapaMaps {
    display: grid;
    grid-gap: 5%;
    grid-template-columns: repeat(2, 1fr);
}

#nsMapa img {
    opacity: .8;
    display: inline-block;
    width: 80%;
}

#nsMapaText {
    font-size: 1.4em;
}

#nsMapa img#imgMapaLogo {
    width: 40%;
    margin: 3em 0;
}

#nsMapaMaps p {
    font-size: 140%;
    line-height: 160%;
}

/**
  *  Article reader
  *  
  */

.article .colholder {
    display: grid;
    grid-gap: 5%;
    grid-template-columns: repeat(2, 1fr);
}


h1.title_block {
    margin-bottom: 0.2em;
}


.article h1.lblHeading {
    text-align: center;
    position: relative;
    font-size: 2.2em;
    padding: 1em 0;
}

.article .colholder p {
    text-align: justify;
}

.article a {
    text-decoration: underline;
    color: var(--bs-red);
}


/** **/

.nsBackButton {
    margin: 3em 0 4em 0;
}

.linkHome {
    color: rgba(0 0 0 / 60%);
}

.linkHome i {
    color: var(--bs-red);
    margin-right: 1em;
}

.linkHome:hover {
    color: rgba(0 0 0 / 100%);
}

.linkHome:hover span {
    text-decoration: underline;
}

/** **/

/*
.ns__kontakt {
    font-size: 120%;
    text-align: center;
}
*/

.reader {
    border: 1px solid #b3b7c1;
    box-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 34%);
    border-radius: 3px;
    padding: 1em 5%;
    margin-bottom: 2em;
}

.reader a {
    color: var(--bs-red);
}

.reader .title_block {
    color: #000;
    text-align: center;
    font-size: 2em;
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.reader .title_block::after {
    position: absolute;
    content: "";
    display: block;
    left: 10%;
    right: 10%;
    height: 4px;
    background-color: var(--bs-red);
    bottom: 0;
    border-radius: 4px;
}


.container.ns__kontakt {
    font-size: 120%;
    text-align: center;
}

.container.ns__kontakt ul {
    margin: 1em 0;
    padding: 0;
}

.container.ns__kontakt li {
    list-style: none;
}

.container.ns__kontakt .nsBackButton {
    display: none;
}

/**
  *  PRODUKT LIST
  */


.CRDS {

    display: grid;
    grid-gap: 1.2em;
    grid-template-columns: repeat(5, 1fr);
    margin: 4em 0;
}


.CRDS.crd-theme-2 {
    grid-template-columns: repeat(2, 1fr);
}

.CRDS.crd-theme-3 {
    grid-template-columns: repeat(3, 1fr);
}

.CRDS.crd-theme-4 {
    grid-template-columns: repeat(4, 1fr);
}

.CRD {
    position: relative;
    text-align: center;
    border: var(--bs-grey-border);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 13%);
}

.CRD:hover {
    box-shadow: 1px 1px 2px rgb(0 0 0 / 34%);
    outline: 2px solid rgba(0 0 0 / 10%);
}

.CRD.has-img {
    padding-bottom: 3em;
}

.image {
    background-size: 100%;
    background-position: center;
    height: 100%;
}

.ns__multione .image {
    background-size: 80%;
}

/*
.ns__vf-venieri .image,
.ns__gyru-star .image,
.ns__caron .image {
    background-size: 100%;
}
*/

.ns__negri-bio .image.portrait {
    background-size: auto 60%;
}

.image.portrait {
    background-size: auto 80%;
}

.CRD img {
    display: block;
    width: 100%;
}

.CRD a {
    display: block;
}

.CRD.has-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.CRD a:hover {
    border-color: var(--bs-success);
}

.CRD strong {
    display: block;
    font-size: 1.2em;
    padding: .6em 1em;
    color: var(--bs-dark);
    background-color: #fff;
}


.CRD.has-img strong {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


/** **/

.mnu_tree {
    text-align: center;
    font-size: 1.1em;
    background-color: rgb(0 0 0 / 4%);
    padding: 1em;
}

.mnu_tree.mt__sec {
    padding: .6em 0;
    background-color: rgb(0 0 0 / 8%);
}

#ns__p a {
    padding: .4em 1.8em;
    border-radius: 3px;
    border: 1px solid rgba(0 0 0 / 30%);
    color: var(--bs-dark);
    font-weight: bold;
    background-color: #fff;
}

#ns__p li {
    margin: 4px;
}

/** **/

#ns__s li {
    position: relative;
    padding-left: .6em;
    padding-right: .6em;
    margin: 4px 0;
}

#ns__s li:after,
#ns__s li:before {
    content: "";

    border-top: var(--bs-grey-border);
    border-bottom: var(--bs-grey-border);

    width: .6em;
    height: 4px;

    position: absolute;
    top: 48%;
}

#ns__s li:before {
    left: 0;
}

#ns__s li:after {
    right: 0;
}

#ns__s a {
    padding: .2em .8em;
    color: var(--bs-dark);
    border: var(--bs-grey-border);
    background-color: #fff;
    border-radius: 2px;
}

#ns__p a:hover,
#ns__s a:hover {
    background-color: var(--bs-success);
}


#ns__s li.selected a,
#ns__p li.selected a {
    border-color: var(--bs-dark);
    background-color: var(--bs-dark);
    color: #fff;
    outline: 3px solid rgba(0 0 0 / 10%);
}


/** **/

#footer {
    padding: 1em 2em;
    line-height: 150%;
    position: relative;
}

#imgBenesaFoot {
    display: inline-block;
    width: 10em;
}

#footer p {
    margin: 0 0 0.4em 0;
    padding: 0;
}

#footerShade {
    background-color: rgba(0 0 0 / 10%);
}

#footerShade p {
    text-align: center;
    margin: 0;
    padding: .4em;
    font-size: .85em;
}

#footerShade p,
#footerShade a {
    color: rgba(255 255 255 / 60%);
}

#footerShade a:hover {
    color: rgba(255 255 255 / 100%);
    text-decoration: underline;
}

#footer p#footerLeftText {
    margin-top: 1.1em;
    font-size: .9rem;
}

#footerRight {
    position: absolute;
    right: 0;
    bottom: 1em;
}

.tns-horizontal.tns-subpixel>.tns-item {
    vertical-align: middle;
}

/***
  * 
  */

/* 
 @media (min-width: 500px) {
   .container-sm, .container {    
   }
 }
 @media (min-width: 768px) {
   .container-md, .container-sm, .container {    
   }
 }
 
 @media (min-width: 1280px) {
   .container-xl, .container-lg, .container-md, .container-sm, .container {
     max-width: 1220px;
   }
 }
 
 @media (min-width: 1680px) {
   .container-xl, .container-lg, .container-md, .container-sm, .container {
     max-width: 80%;
   }
 }
 
 @media (min-width: 1920px) {
   .container-xl, .container-lg, .container-md, .container-sm, .container {
     max-width: 1680px;
   }
 }
 */

/**
  *  Dealerská síť
  */

#ns__deals {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 1em;
}

.deal_card {
    background-color: #fff;
    border: 2px solid rgb(71 89 125 / 32%);
    border-radius: 2px;
}

.deal_card p a {
    color: var(--bs-red);
    font-weight: bold;
}

.deal_card p a:hover {
    text-decoration: underline;
}

#ns__deals_top {
    text-align: center;
    color: #000;
    border-top: 3px solid var(--bs-red);
    padding: 2em 0;
    margin: 3em 15% 1em 15%;
}

#ns__dealscnt h2 {
    color: #000
}

#ns__deals_bottom {
    text-align: center;
    padding: 2em;
}

#ns__deals_bottom h2 {
    font-weight: normal;
    color: #4b566b;
}

#btnNextSlide {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg fill='%23000000' height='800px' width='800px' version='1.1' id='XMLID_287_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg id='next'%3E%3Cg%3E%3Cpolygon points='6.8,23.7 5.4,22.3 15.7,12 5.4,1.7 6.8,0.3 18.5,12 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center;
}

#btnPrevSlide {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg fill='%23000000' height='800px' width='800px' version='1.1' id='XMLID_54_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg id='previous'%3E%3Cg%3E%3Cpolygon points='17.2,23.7 5.4,12 17.2,0.3 18.5,1.7 8.4,12 18.5,22.3 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center;
}

#btnPrevSlide:hover,
#btnNextSlide:hover {
    background-color: rgb(0 0 0 / 20%);
}




/** **/

@media (max-width: 1640px) {

    .container {
        max-width: 90%;
    }

    #slider img {
        max-height: 30rem;
    }

    .mnu_tree {
        font-size: 1.1em;
    }

    #ns__products_top .container {
        max-width: 80%;
    }
}

@media (max-width: 1440px) {

    .topbar {
        padding: 0.6em 2%;
    }
}



@media (max-width: 1280px) {

    body {
        font-size: 1rem;
    }

    #footer {
        padding-left: 0;
        padding-right: 0;
    }

    .CRDS.crd-theme-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    #ns__deals_top {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 1100px) {
    #ns_logo>.container {
        display: block;
    }

    #ns_logo_text,
    #ns_logo_logo {
        width: 100%;
    }

    #ns_logo_logo img {
        width: 50%;
        margin: 0 auto;
    }

    #ns_logo_logo {
        margin-bottom: 2em;
    }

    .b-header {
        display: block;
        text-align: center;
        position: relative;
    }

    #b-header-2 {
        position: absolute;
        top: 0;
        right: 1em;
    }

    #b-header-0 {
        text-align: left;
        padding-bottom: .6em;
    }

    #b-header-1 {
        border-top: 1px solid rgb(0 0 0 / 30%);
        padding-top: .6em;
    }
}


@media (max-width: 1024px) {

    .CRDS.crd-theme-4,
    .CRDS {
        grid-template-columns: repeat(2, 1fr);
    }

    #slider img {
        max-height: 24rem;
    }

}

@media (max-width: 980px) {

    body {
        font-size: 15px;
    }

    .CRDS.crd-theme-3,
    .CRDS.crd-theme-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    #footer {
        text-align: center;
    }

    #footerRight {
        position: relative;
        right: auto;
        bottom: auto;
        padding-top: 2em;
    }

    #ns__deals {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    body {
        font-size: 16px;
    }

    .container {
        max-width: 92%;
    }

    #ns_logo_logo img {
        width: 80%;
    }

    #navi2,
    .article .colholder {
        display: block;
    }

    .navi2item {
        margin-bottom: 1rem;
    }

    .CRDS.crd-theme-1,
    .CRDS.crd-theme-2,
    .CRDS.crd-theme-3,
    .CRDS {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 425px) {

    body {
        font-size: 15px;
    }

    .topbar {
        text-align: center;
    }

    #nsMapaMaps,
    .topbar .col,
    .topbar>.container {
        display: block;
    }

    #nsTopKontakt {
        border-top: 1px solid rgba(255 255 255 / 10%);
        border-bottom: 1px solid rgba(255 255 255 / 10%);
        margin: .3rem 0;
    }

    /** **/

    #nsMapaMaps:after {
        display: none;
    }

    #nsCountries {
        margin: 0;
    }

    #ns_logo_logo {
        margin: 0 0 3rem 0;
    }

    #nsMapa img#imgMapaLogo {
        margin: 0 0 2em 0;
    }

    #nsMapa img#imgMapaLogo,
    #ns_logo_logo img {
        width: 90%;
    }

    #footer {
        text-align: center;
    }

    #footerRight {
        padding-top: 2em;
        position: relative;
        bottom: auto;
        right: auto;
    }
}

@media (max-width: 375px) {

    .CRDS.crd-theme-1,
    .CRDS.crd-theme-2,
    .CRDS.crd-theme-3,
    .CRDS {
        grid-template-columns: repeat(1, 1fr);
    }

}