/** Shopify CDN: Minification failed

Line 81:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.is-header--stuck .t4s-section-header {
   box-shadow: none !important;
}
.t4s-swatch__list {
    display: none;}

.t4s-product-form__buttons {
    display: none;
}

.younus-scrolling-text-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #f8f8f8; /* Optional background color */
  padding: 10px 0;
}

.younus-scrolling-text {
  display: inline-block;
  animation: younus-text-scroll 15s linear infinite; /* Adjust 15s for speed */
  font-size: 24px; /* Adjust text size */
  color: #333; /* Adjust text color */
}

@keyframes younus-text-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.t4s-product__price-review,
.t4s-product_meta > div,
.t4s-product__title{
     text-align: center;     
    margin-left: auto;       
    margin-right: auto;    
    display: block;
    font-size: 18px ! important,
}
.t4s-product-title {
    display: none !important;
}
.t4s-product .t4s-product-sizes {
       display: none;

.t4s-cat-subtitle {
    font-weight: bold !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){
  
}