/** Shopify CDN: Minification failed

Line 18:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-tabs-pr-ul a {
font-size: 18px;
}
.t4s-fbt__wrap.t4s-container {
    display: flex;
    flex-direction: column;
   align-items: center;
}
}
.t4s-article-content ul {
    list-style-type: disc !important;
}
.shopify-policy__container ol, 
.shopify-policy__container ul {
    list-style: initial;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  section#shopify-section-template--16773052432622__6c4bd9c4-545f-457a-a9fc-7bc919812d81 {
    display: none;
}
}

/*---------------- 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){
  h3.t4s-fbt__title {
    align-self: center;
}
section#shopify-section-template--16773052432622__db07f208-4db1-4383-aaf7-a85f485641b2 {
    display: none;
}
.t4s-fbt__products {
    max-width: 100%;
    padding-inline-start: calc(.5 * var(--ts-gutter-x,3rem));
    padding-inline-end: calc(.5 * var(--ts-gutter-x,3rem));
}
}

@media (max-width: 767px){
.play-store-text{
 text-align:left; 
}
}