.c_white {margin-left: 0!important; display:block; margin-top:1rem; padding:1rem; text-align:center; width:30%; font-weight: bold; }
.c_white .fs-c-button__label { color:#fff; }

/* 20260119 PlucCss */
@media screen and (max-width:600px){
  .fs-c-productThumbnail {
    flex-wrap:nowrap;
    overflow-x:scroll;
    scrollbar-width: thin;
    scrollbar-color: #888 #eee;
    width:100%;
    padding-bottom:1rem;
  }
  .fs-c-productThumbnail::-webkit-scrollbar { height:5px; }
  .fs-c-productThumbnail::-webkit-scrollbar-thumb { border-radius:2.5px; background:rgb(0,0,0,.4); }
  .fs-c-productThumbnail::-webkit-scrollbar-track { background: rgba(0,0,0,0.1); }
  .fs-body-product .fs-c-productThumbnail__image { width:100%; min-width:28%; }
}