body.t-body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.t-store__prod-popup__slider .t-slds__container {
    background: #1f2124 !important;
}

.t-store__prod-popup__slider .t-slds__items-wrapper * {
    height: 100%;
    padding-bottom: 0 !important;
}

.t-store__prod-popup__slider  .t-slds__thumbsbullet-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    padding: 5px 0;
    gap: 5px;
}

.t-store__prod-popup__slider  .t-slds__thumbsbullet-wrapper .t-slds__thumbsbullet.t-slds__bullet {
    width: calc(20% - 4px);
    margin: 0;
    
}
#allrecords {
    overflow-x: visible !important;
}

@media (min-width: 961px) and (max-width: 979px) {
    .t-store__prod-popup__slider .t-slds__items-wrapper {
        height: 100vh !important;
        max-height: 660px;
    }
}

@media (min-width: 640px) and (max-width: 960px) {
    .t-store__prod-popup__slider .t-slds__items-wrapper {
        height: 100vh !important;
        max-height: 900px;
    }
}

@media (min-width: 561px) and (max-width: 639px) {
    .t-store__prod-popup__slider .t-slds__items-wrapper {
        height: 140vw !important;
    }
}

@media (max-width: 560px) {
    .t-store__prod-popup__slider .t-slds__items-wrapper {
        height: 150vw !important;
    }
}
