/** Shopify CDN: Minification failed

Line 22:26 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/.t4s-top-collections .t4s-top-list-collections .flickityt4s-prev-next-button.next {
    transform: translate(100%) translateY(-50%) !important;}
.t4s-top-collections .t4s-top-list-collections .flickityt4s-prev-next-button.previous {
    transform: translate(-100%) translateY(-50%) !important;/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width:1024px) {}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width:1024px) {}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width:767px){}