.t-store.t-store__prod-snippet__container{
    min-height: 100vh;
}
.t-store .t-popup{
    background: transparent !important;
}
.js-store-product > div{
    display: flex;
    flex-direction: column-reverse;
}
.js-store-product > div > div{
    max-width: unset !important;
}
.t-popup__container .t-store__prod-popup__container{
    background: white;
    border-radius: 30px;
    padding: 20px 0 !important;
}
.t-store__prod-popup__info{
    padding: 20px 25px !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 20px;
    position: relative !important;
    justify-content: space-between;
    padding-right: 100px !important;
}
.t-store__prod-popup__title-wrapper{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.js-store-prod-text{
    margin: 0px !important;
}
.t-store .t-popup__close{
    right: 20px;
    top: 23px;
}

/*OVERRIDE VANILLA SLIDER*/
.uc-color-list .t-slds{
    padding-bottom: 50px;
}
.uc-color-list .t-slds .t-slds__main{
    overflow: visible !important;
}
.uc-color-list .t-slds .t-slds__container {
    overflow-x: auto;  
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
.uc-color-list .t-slds .t-slds__container::-webkit-scrollbar { 
    display: none;
}
.uc-color-list .t-slds .t-slds__items-wrapper {
    transform: none !important;
    width: fit-content !important;
    display: flex;
    height: auto !important;
}
.uc-color-list .t-slds .t-slds__item {
    width: 300px !important;
    padding: 20px;
    height: 400px;
}
.uc-color-list .t-slds .t-slds__item .t-slds__bgimg.t-bgimg {
    border-radius: 20px;
    background-size: cover;
    padding: 0px !important;
    height: 100%;
}

.uc-color-list .t-slds .t-slds__item:first-child,
.uc-color-list .t-slds .t-slds__item:last-child {
    width: 50px !important;
    display: none !important;
}
.uc-color-list .t-slds__wrapper,
.uc-color-list .t-slds__imgwrapper{
    height: 100%;
}
.uc-color-list .t-slds .t-slds__arrow_container {
    display: none;
}
.uc-color-list .t-store .t-popup.t-popup_show .t-popup__close g{
  fill: inherit;
}
    .uc-color-list .t-store__prod-popup__title-wrapper .copy{
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
        display: inline-block !important;
        width: 12px !important;
        vertical-align: sub !important;
    }
@media screen and (min-width: 980px) {  
    .js-store-product > div{
        flex-direction: row-reverse;
    }
    
    .t-store__prod-popup__info{
        flex-direction: column-reverse;
        position: initial !important;
        width: 100%;
        padding-right: 25px !important;
        align-items: baseline;
        justify-content: flex-end;
    }
    .t-store .t-popup__close {
        top: unset;
        bottom: 23px;
    }
    .t-store__prod-popup__title-wrapper{
        justify-content: space-between;
        width: 100%;
    }
    .t-store__prod-popup__slider.js-store-prod-slider {
        width: auto !important;
        margin-right: 20px !important;
        max-width: 300px !important;
    }
    .uc-color-list .t-slds .t-slds__item {
        padding: 0px;
        width: 250px !important;
        height: 350px;
        margin-right: 20px;
    }
    .t-store__prod-popup__sku{
        margin: 0;
    }
    
}
@media screen and (max-width: 560px) {
    
    .uc-color-list .t-slds .t-slds__main,
    .uc-color-list .t-slds .t-slds__container{
        pointer-events: none !important;
        width: fit-content !important;
    }
    .uc-color-list .t-slds{
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
  .uc-color-list .t-store .t-popup.t-popup_show .t-popup__close{
      background: transparent !important;
  }
  .uc-color-list .t-store .t-popup__close-wrapper{
      border: none !important;
      display: block !important;
  }
  .uc-color-list .t-store .t-popup.t-popup_show .t-popup__close{
      position: absolute;
      width: 15px !important;
      left: unset;
      top: 20px;
  }
  .uc-color-list .t-store .t-popup.t-popup_show .t-popup__close .t-popup__close-icon_arrow{
      display: none;
  }
  .uc-color-list .t-store .t-popup.t-popup_show .t-popup__close .t-popup__close-icon_cross{
      display: block;
  }
  .uc-color-list .t-store__prod-popup__title-wrapper{
      display: block !important;
  }
  .uc-color-list .t-slds{
      margin: 0px !important;
      padding: 0px !important;
  }
  .t-store .t-store__prod-popup__container .t-store__prod-popup__info{
      align-items: baseline;
  }
  .uc-color-list .t-slds .t-slds__item{
      padding-bottom: 0px !important;
  }
  .t-store .t-popup__close-wrapper{
      padding: 0px !important;
  }
  
    .t-store__prod-popup__sku{
        margin-top: 20px;
    }
}
