.hide {
    display: none !important;
}

html.df-fix-layout, html.df-fix-layout body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

[visible] {
    visibility: visible !important;
}

#df-scroll-top {
    cursor: pointer;
    display: flex;
    align-self: center;
}

#df-scroll-top svg {
    width: 25px;
    height: auto;
    margin: 0 5px;
}

#dffullscreen {
    font-family: inherit !important;
    display: none;
    pointer-events: all !important;
    font-family: sans-serif;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483640;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #333;
    background-color: #fff;
    visibility: hidden;
    z-index: 1;
}

#dffullscreen.opened {
    z-index: 80;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#dffullscreen .df-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    display: flex;
    position: relative;
}

#dffullscreen.opened.indexfix {
    z-index: 79;
}

#dffullscreen[data-scrolling="true"] .df-topbar {
    box-shadow: 0 1px 24px 0 rgba(255,255,255,0.8);
}

#df-topbar__dffullscreen {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: static;
}

#dffullscreen .df-topbar .columns-selector {
    flex-direction: row-reverse;
    display: flex;
    width: 100%;
}

#dffullscreen .df-topbar .columns-selector .selector {
    width: 35px;
    height: 35px;
    border: 1px solid #97928e;
    color: #97928e;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
}

#dffullscreen .df-topbar .columns-selector .selector.current {
    border-color: #000;
    color: #000;
}

#dffullscreen .df-topbar .columns-selector .normal::before {
    content: "\f009";
}

#dffullscreen .df-topbar .columns-selector .tight::before {
    content: "\f00a";
}

.df-fullscreen .df-topbar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 16px;
    border-bottom: 0;
    background-color: inherit;
    -webkit-transition: box-shadow .15s ease-in;
    -o-transition: box-shadow .15s ease-in;
    transition: box-shadow .15s ease-in;
}

.df-fullscreen .df-header, .df-fullscreen .df-topbar__content {
    max-width: none !important;
}

.df-fullscreen .df-topbar__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 76px;
    max-width: 960px;
    margin: 0 auto;
}

.df-fullscreen .df-searchbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 26px;
    margin: 0;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
}

.df-fullscreen .df-searchbox input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
}

.df-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.df-fullscreen .df-header {
    font-size: 13px;
}

.df-fullscreen .df-header {
    display: block;
    width: 100%;
    max-width: 960px;
    text-align: left;
    margin: 8px auto 0;
    background-color: inherit;
    border-color: #eee;
}

.df-header > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.df-fullscreen .df-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.df-fullscreen .df-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.df-fullscreen .df-topbar__content [data-role="close"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 16px;
}

.page.messages .make-floatable {
    position: fixed;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2147483641;
}

.df-fullscreen .df-layer__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    z-index: 90;
    width: 100%;
    max-width: 1500px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.df-aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.df-fullscreen .df-aside, .df-fullscreen .df-suggestions-full {
    width: 100%;
    position: absolute;
    height: 100%;
    background: #fff;
    opacity: 0.97;
    padding: 0 15px;
    margin: 0;
    border: 0;
    z-index: 101;
    overflow-y: scroll;
    left: 0;
    display: none;
}

.df-fullscreen .df-aside.show, .df-fullscreen .df-suggestions-full.show {
    display: block;
}
.df-fullscreen .df-suggestions-full.show {
    top: 0;
}

#df-filters-btn {
    display: inline-block;

}

.df-mobile__suggestions__actions {
    text-align: right;
}

.df-aside .df-mobile__aside__actions, #df-suggestions__dffullscreen .df-mobile__suggestions__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 56px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

#df-suggestions__dffullscreen {
    position: static;
}

.df-fullscreen .df-mobile__button {
    display: inline-block;
    padding: 5px 8px;
    color: #606569;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid;
}

#df-aside__dffullscreen .df-term .df-term__count {
    color: #9aa4ac;
}

#df-aside__dffullscreen .df-term[data-selected] {
    background-color: #f30018;
    border-color: #f30018;
    color: #fff;
}

#df-aside__dffullscreen .df-term[data-selected] .df-term__count {
    color: #fff;
}

#df-aside__dffullscreen .df-panel--collapse .df-panel__title, #df-aside__dffullscreen .df-panel--collapse .df-selected-filters__title {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjA2NTY5IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+ICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right 16px center;
    touch-action: manipulation;
    background-color: inherit;
    color: #333;
    font-size: 14px;
    outline: 0;
    text-decoration: none;
    display: block;
    height: 48px;
    max-height: none;
    margin: 0;
    padding: 0 16px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    cursor: pointer;
}

#df-aside__dffullscreen .df-panel--collapse.opened .df-panel__title, #df-aside__dffullscreen .df-panel--collapse.opened .df-selected-filters__title {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjA2NTY5IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxwYXRoIGQ9Ik0xMiA4bC02IDYgMS40MSAxLjQxTDEyIDEwLjgzbDQuNTkgNC41OEwxOCAxNHoiLz4gIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}


#df-aside__dffullscreen .df-term__value {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#df-aside__dffullscreen .df-term {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 8px;
    margin: 8px;
    line-height: 1.5;
    background-color: #fff;
    text-decoration: none;
    border: 0;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

body #df-aside__dffullscreen .df-term:active, body #df-aside__dffullscreen .df-term:focus, body #df-aside__dffullscreen .df-term:hover {
    border-radius: 4px;
    background-color: #eee;
    border-color: #eee;
    text-decoration: none;
}

.df-fullscreen .df-panel__content, .df-fullscreen .df-selected-filters__content {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    display: none;
}

.df-fullscreen .df-panel.opened .df-panel__content, .df-fullscreen .df-panel.opened .df-selected-filters__content {
    display: grid;
}

.df-fullscreen .df-selected-filters__title, .df-mobile .df-selected-filters__title, .df-panel__title {
    display: block;
    padding: 8px 16px;
    margin: 0;
    max-height: 32px;
    font-weight: 700;
    text-decoration: none;
}

.df-fullscreen .df-panel--collapse .df-selected-filters__title, .df-panel--collapse .df-fullscreen .df-selected-filters__title, .df-panel--collapse .df-panel__title {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%207L3%207%203%206%2010%206%2010%207%2010%207Z%22%20fill%3D%22%23000000%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200L12%200%2012%2012%200%2012%200%200Z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.df-fullscreen .df-panel__title, .df-fullscreen .df-selected-filters__title {
    background-color: inherit;
    color: #333;
    font-size: 13px;
}

.df-fullscreen .df-selected-filters, .df-panel {
    margin: 0 0 8px;
    padding: 0;
    background-color: inherit;
}

.df-fullscreen .df-panel__title, .df-fullscreen .df-selected-filters__title {
    padding-left: 8px;
    padding-right: 8px;
    background-position: right 8px center;
}

.df-fullscreen .df-panel--collapse[data-collapse="true"] .df-selected-filters__title, .df-panel--collapse[data-collapse="true"] .df-fullscreen .df-selected-filters__title, .df-panel--collapse[data-collapse="true"] .df-panel__title {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D%22%23000000%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%207L7%207%207%2010%206%2010%206%207%203%207%203%206%206%206%206%203%207%203%207%206%2010%206%2010%207%2010%207Z%22%20fill%3D%22%23000000%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200L12%200%2012%2012%200%2012%200%200Z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
}

#df-header__dffullscreen .df-header-title {
    font-weight: bold;
}

#df-header__dffullscreen .df-header-title .total {
    font-weight: normal;
}

[data-layout="grid"] .df-results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.df-fullscreen .df-results {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1px 0 0;
    margin: 0;
    border: 0;
    background-color: inherit;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: -ms-grid;
    display: grid;
    min-width: 180px;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-auto-rows: min-content;
}

#dffullscreen .df-layer__content .df-results.tight-mode {
    /*-ms-grid-columns: (minmax(220px, 1fr)) [ auto-fill ];*/
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

#dffullscreen .df-banner, #dffullscreen .df-error, #dffullscreen .df-no-results {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: -1;
}

#dffullscreen .df-banner {
    text-align: center;
    padding: 15px;
}

#dffullscreen .df-banner a {
    display: inline-block;
}

#dffullscreen .df-banner img {
    max-width: 100%;
    height: auto;
}

.df-fullscreen .df-error, .df-fullscreen .df-no-results {
    width: 100%;
    padding: 1rem;
    margin: 0;
    text-align: center;
}

.df-fullscreen .df-suggestion {
    display: inline-block;
    padding: 8px;
    margin: 0;
    cursor: pointer;
}

.df-fullscreen .df-suggestions-full .df-suggestion {
    margin: 0 10px;
}

.df-suggestion:focus, .df-suggestion:hover, #df-suggestion-all:focus, #df-suggestion-all:hover {
    background-color: #eee;
    outline: 0;
}

.df-fullscreen .df-card:hover {
    background-color: #eee;
}

.df-card {
    width: 180px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

 .df-card, .df-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.df-fullscreen .df-card {
    background: #fff;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 1.285714286;
}

 .df-card {
    width: auto !important;
    margin: 0 !important;
    border: 0 !important;
    height: 100%;
}

.df-card__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.df-fullscreen .df-card > a, .df-fullscreen .df-card > a:link, .df-fullscreen .df-card > a:visited {
    color: inherit;
    text-decoration: none;
}

.df-card .df-card__main {
    position: relative;
}

.df-card .df-card__content {
    text-align: left;
}

.df-card .buyBox {
    padding: 0px 15px 30px;
}

.df-card__image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    border: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 auto;
}

.df-card__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.df-card .fieldset.field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.df-card .fieldset.field.tight-mode {
    flex-direction: column;
}

.df-card .fieldset.field.tight-mode > * {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.df-fullscreen .df-card__image {
    position: relative;
}

.df-fullscreen .df-card__image .imglabel {
    left: 0;
}

.df-card .control.qty * {
    display: inline-block;
}

.df-card .control.qty .qty-button {
    border: none;
    background-color: transparent;
    font-size: 25px;
}

.df-card .control.qty .input-text.qty {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 16px;
    width: 50px;
    height: 30px;
    padding: 0 5px;
}

.df-card .control.qty .input-text.qty::-webkit-outer-spin-button,
.df-card .control.qty .input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#dffullscreen .product-item-status {
    padding-bottom: 15px;
}

.df-card .buyBox .action.tocart {
    border-radius: 0;
    font-size: 14px;
    min-height: 30px;
}

.df-card .buyBox .action.tocart.grouped {
    width: 100%;
    text-align: center;
}

#dffullscreen .df-no-results .microcopy {
    margin-bottom: 40px;
}

#dffullscreen .df-no-results .not-found-msg {
    padding-bottom: 15px;
    display: inline-block;
}

#dffullscreen .df-no-results ul {
    font-size: 18px;
    padding-top: 30px;
    text-align: left;
    border-top: 1px solid #ddd;
    padding-left: 15px;
    font-weight: bold;
}

#dffullscreen .df-no-results ul li {
    padding-bottom: 15px;
    list-style: disclosure-closed;
}

#dffullscreen #our-redirection {
    grid-column: 1 / -1;
    padding: 0 5px;
}

#dffullscreen #our-redirection .our-title {
    margin-bottom: 30px;
}

#dffullscreen #our-redirection p {
    margin-bottom: 30px;
    padding-left: 25px;
}

/* MOBILE TEMPLATE */

.df-panel.df-panel--collapse[data-facet="availability_today"].show {
    display: block;
}

.df-card__content > * {
    margin-bottom: 0 !important;
}

.df-card__content .df-card__title {
    font-size: 14px;
    letter-spacing: .6px;
    text-transform: capitalize;
    margin-bottom: 2px;
    text-align: left;
    min-height: 42px;
}

.df-card__content .df-card__mpn {
    font-size: 12px;
    color: #000;
    text-align: left;
}

@media (max-width: 1325px) {
    #dffullscreen .df-layer__content .df-results {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    #dffullscreen .df-layer__content .df-results.tight-mode {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}

@media (max-width: 1132px) {
    #dffullscreen .df-layer__content .df-results {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    #dffullscreen .df-layer__content .df-results.tight-mode {
        grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    }
}

@media (max-width: 992px) {
    #dffullscreen .df-topbar .columns-selector .selector {
        display: none;
    }

    #dffullscreen .df-layer__content .df-results {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    #dffullscreen .df-layer__content .df-results.tight-mode {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

@media (max-width: 510px) {
    #df-suggestions__dffullscreen {
        text-align: right;
    }

    .df-fullscreen .df-suggestion {
        display: none;
    }

    .df-fullscreen .df-suggestions-full.show .df-suggestion {
        display: inline-block;
    }

    .df-fullscreen .df-suggestion-all {
        font-size: 13px;
    }
}
