::-moz-selection {
  color: #fff;
  background: #1bc2c4;
}

::selection {
  color: #fff;
  background: #1bc2c4;
}

.uc-header .t280__container__bg {
    backdrop-filter: blur(20px);
}

.uc-header nav {
    transition: none !important;
    transform: none !important;
}

@media (max-width: 768px) {
    .uc-header .t280__logo__img {
        height: 26px !important;
    }
}

@media (max-width: 640px) {
    .uc-header .t280__logo__img {
        height: 20px !important;
    }
}

@media (max-width: 320px) {
    .uc-header .t280__logo__img {
        height: 16px !important;
    }
}

.grayscale-to-color div,
.grayscale-to-color a {
    filter: grayscale(.8);
    transition: filter .2s ease-in, background 1s cubic-bezier(.33,.02,0,.93);
    background-position: 0 0;
}

.grayscale-to-color:hover div,
.grayscale-to-color:hover a {
    filter: grayscale(0);
    background-position-x: -50px !important;
}

.t-store__filter__range_bg {
    background-color: #1bc2c4 !important;
}

.t951__sidebar-wrapper {
    margin-right: 20px;
}

/* Scrollbar styling */
@media (min-width:768px) {

    ::-webkit-scrollbar {
      width: 16px;
    }
    
    ::-webkit-scrollbar-track {
      background: #fff; 
    }
    
    ::-webkit-scrollbar-thumb {
      background: #e9e9e9; 
    }
    
    ::-webkit-scrollbar-thumb:hover {
      background: #b2b2b2; 
    }

    .t951__sidebar-wrapper::-webkit-scrollbar {
      width: 10px;
    }

}

.uc-installation .t500__cell_50 {
    width: 35%;
    padding: 0 30px;
}

@media(max-width:480px) {
    .uc-slider .t-slds__arrow_container {
        display: none;
    }
}


/* CART */

.uc-store-button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.uc-store-button {
    display: flex;
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    font-family: 'CynthoNext', Arial, sans-serif;
    font-weight: 300;
    align-items: center;
}

.uc-store-button:hover {
    border-color: #056978;
    color: #056978;
}

.uc-button-a {
    background: #f52754;
    color: white !important;
}

.uc-button-a:hover {
    background: #f53963;
    border-color: #f53963;
}