/*ヘッダー*/

.fs-l-header {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    box-sizing: border-box;
}
/*ヘッダー内ロゴ*/

.fs-p-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fs-p-logo__lead2 {
text-align:center;
font-size:1rem;
margin:0;
}

.fs-p-logo__image {
    max-height: 3.5rem;
}

.fs-p-logo__image2 {
    max-height: 2rem;
    margin-top: 10px;
}
/*ヘッダー内ロゴここまで*/

/*掲示板*/

.slide-sample {
        margin: 20px auto;
        width: 80%;
        overflow: hidden;
        font-weight: bold;
    }
.slide-sample a{
  color:#341a8b;
}
.slide-sample a:hover{
color: #82808a;
}

    .slide-sample ul {
        display: inline-block;
        margin: 0;
        padding-left: 100%;
        white-space: nowrap;
        animation: SlideSample 12s linear infinite;
    }

    .slide-sample ul li {
        display: inline;
        margin: 0 80px 0 0;
        color: #333;
        font-size: 20px;
        letter-spacing: .12em;
    }

    .slide-sample ul .text-blue {
        color: #4082e6;
    }

    /* スクロールさせるアニメーション */
    @keyframes SlideSample {
        0% {
            transform: translateX(0)
        }
        100% {
            transform: translateX(-100%)
        }
    }

/*掲示板ここまで*/


/*ヘッダー上のスクロールしたら消えるバナー*/

.banner{
  width: 100%;
  height:60px;
  position: fixed;
  left:0;
  top:0;
  transition: 1s;
  margin-bottom:2rem;
}
.banner img {
  width:100%;
}

.banner.hide {
  transform:translateY(-60px);
}


/*ヘッダー内ハンバーガーメニューボタン*/

.fs-p-drawerButton__icon {
    font-size: 2.4rem;
}
/*ヘッダー内ハンバーガーメニューボタンここまで*/


/*ハンバーガーメニュー*/

#drawerOpen{
width:3rem;
margin-left:1rem;
margin-top: 3px;
}

.overlay {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255, 255, 255, 100);
  overflow-x: hidden;
  transition: 0.5s;
}

#drawerNavi ul.overlay-content {
    padding: 0;
    list-style: none;
    border: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5%;
}
ul.overlay-content li {
    padding: 0;
}
.overlay-content li a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.9rem;
    color: #707070;
    display: block;
    transition: 0.3s;
}

.overlay-content li a:hover, .overlay-content li a:focus {
  color: #f1f1f1;
}

/* close */
#drawerClose {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
}
#drawerClose:hover {
    opacity: 0.8;
}

.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 2.5rem;
    height: 0.2rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .overlay-content li a {
    font-size: 1.7rem;
}
  #drawerClose {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*ハンバーガーメニューここまで*/

/*サイドメニュー*/

.fs-p-sideMenu a:hover{
background:#41bbca;
color:#ffffff;
}

/*サイドメニューここまで*/

/*ヘッダー下のクーポンバナー*/

.headinfoBlock {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.headinfoBlock img{
  width:100%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1024px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
} 

/*ヘッダークーポンバナーここまで*/


/*ページ設定ここの上に空白作ってクーポンバナー表示しておる*/
.fs-l-page {
    margin-top: 17rem;
}

/* 検索窓 */


.fs-p-searchForm{
width:100%;
}

.fs-p-searchForm_2{
   width:50rem;
   padding-bottom: 2px;
}

.fs-p-inputGroup{
    width:50%;
    height:40px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left:auto;
    margin-right:auto;
    padding: 1px;
    border: 0.5px solid #ff;
    background: #000000;

}

.fs-p-searchForm__input {
  
}

.fs-p-searchForm__button {
  
}
.fs-p-searchForm__button::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e932";
    display: block;
    font-size: 2.2rem;
    line-height: 1.5;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* 検索窓ここまで */

/* ホットキーワード */

#keyword {
 line-height:40px;
 margin-bottom:20px;
 display: flex;
 flex-wrap:wrap;
 justify-content: center;
    
}

#keyword a{
font-size:100%;
display: inline-block;
line-height:2;
height: 30px;
padding-left:7px;
padding-right:7px;
margin-right: 20px;
margin-top: 5px;
margin-bottom:6px;
border:2px solid;
border-radius: 9999px;
color: #000000;
}

#keyword a:hover{
text-decoration:none;
}


/* ホットキーワードここまで */


/* ヘッダーナビ */

.fs-p-headerNavBar {
border-bottom: none;
margin-bottom: 0px;
background-color: #000000;
}

.fs-p-headerNavigation__link:visited {
    color: #ffffff;
}

/*ヘッダーナビここまで*/


/*ページ設定ここの上に空白作ってクーポンバナー表示しておるここまで*/

a:hover{
 text-decoration: none;
}

/*商品ページスペック表*/
.spec{
width:100%;
margin:0 0 0 0;
padding:0px;
font-size:12px;
line-height:16px;
border:1px solid #CCCCCC;
border-collapse:collapse;
color:#666666;
}

.spec th{
width:30%;
padding:10px 10px 10px 10px;
font-weight:normal;
border:1px solid #CCCCCC;
background-color:#EEEEEE;
}

.spec td{
padding:10px 10px 10px 10px;
text-align:left;
border:1px solid #CCCCCC;
}
/*商品ページスペック表ここまで*/

/* フッターナビゲーションを4列表示から3列表示に変更 */
@media screen and (min-width: 960px){
.fs-p-footerNavigation{
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}

/*トップページ内のカテゴリリストここまで*/


.product_page_cate{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}

.item a{
text-align:center;
}

/*トップページ内のカテゴリリストここまで*/

/*見出しとサブタイトル*/

.subtitle{
color:#000000;
font-size:1.3rem;
padding-left:20px;
}

.fs-p-heading--lv2{
border-bottom:2px solid currentColor;
color:#000000;
font-size:2.0rem;
}

/*見出しとサブタイトルここまで*/

/*youtube*/

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

/*youtubeここまで*/

/*スライダー下特集ページ*/

.fs-pt-column__image > img {
        display: block;
        max-width: 100%;
    }
/*スライダー下特集ページここまで*/



/* フッターのSNSリンクボタン */

.fs-p-footerSnsLink {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
}

/* フッターのSNSリンクボタンここまで */

.outlet_banner{
margin-bottom:2em;
}

/* お客様設置写真ギャラリー */


* {
  box-sizing: border-box;
}


.container {
  margin: 0 auto;
  margin-top: 50px;
  padding: 5px;
  width: 80%;
  background-color: #fff;
  column-count: 3;
  column-gap: 0;
}

.grid {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.text {
  padding: 20px;
  background-color:  #f7f7f7;
}

.text h2{

font-size: 1.2em;
}

.text p{

  font-size: 0.8em;
}

.pic {
  padding: 5px 0;
  background-color: #222;
  color: #fff;
}

.grid > * {
  border-radius: 8px;
}

.grid a > *{

  border-radius: 8px;
}

.pic > *:not(img) {
  padding: 0 20px;
}

.installation{
  text-align: center;
}

.caption{
 text-align: center;
}

.tab-group {
  margin-top: 20px;
  /* タブ全体の幅 */
  width: 100%;
  list-style: none;
  text-align: center;
}

.tab-button {
  width: 80%;
  font-size: 0.7em;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  /* カーソル形状を指先にする */
  cursor: pointer;
  padding: 0;
}

.tab-button .is-active {
  background: #5b5b5b;
  border: 2px solid #c0c0c0;
  color: #FFF;
}

.tab {
  width: calc(100% / 6);
  border: 1px solid #000000;
  padding: 8px;
  margin-right: 0.2rem;
}

.tab-contents {
  border-top: none;
  background: #ffffff;
}

.content {
  display: none;
  padding: 8px;
  text-align: left;
}

.content.is-display {
  display: block;
  height: auto;
}

.catetitle{
 text-align: center;
 font-size: 3rem;
 margin-bottom:3rem;
 margin-top: 3rem;
}


@media (max-width: 800px) {
  .container {
    column-count: 3;
    margin-top: 40px;
  }

  .tab {
    width: 30%;
    font-size: 0.9rem;
    margin-bottom: 10px;
    border: 1px solid #000000;
    align-items: center;
  }

  .tab-button {
    width: 80%;
    font-size: 0.5rem;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    /* カーソル形状を指先にする */
    cursor: pointer;
    padding: 0;
  }
}

@media (max-width: 480px) {


  .container {
    column-count: 2;
    margin-top: 40px;
    width: 100%;
  }
  .tab {
    width: 30%;
    font-size: 0.5rem;
    margin-bottom: 10px;
    border: 1px solid #000000;
    align-items: center;
  }

  .tab-button {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    /* カーソル形状を指先にする */
    cursor: pointer;
    padding: 0;
  }
  
  .content {
    display: none;
    padding: 2px;
    text-align: left;
  }

}

@media (max-width: 800px) {
  .container {
    column-count: 2;
    margin-top: 40px;
  }
}

.grid {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.text {
  padding: 8px;
  background-color:  #f7f7f7;
}

.text h2{
font-size:2rem;
}

.pic {
  padding: 5px 0;
  background-color: #222;
  color: #fff;
}

.grid > * {
  border-radius: 8px;
}

.grid a > *{

  border-radius: 8px;
}

.pic > *:not(img) {
  padding: 0 20px;
}

.installation{
  text-align: center;
}

.caption{
 text-align: center;
}


.lb-loader,.lightbox

{text-align:center;line-height:0;position:absolute;left:0}



body.lb-disable-scrolling
]
{overflow:hidden}


.lightboxOverlay

{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}


.lightbox

{width:100%;z-index:10000;font-weight:400;outline:0}


.lightbox .lb-image

{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}


.lightbox a img

{border:none}

.lb-outerContainer

{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}

.lb-outerContainer:after

{content:"";display:table;clear:both}


.lb-loader

{top:43%;height:25%;width:100%}


.lb-cancel

{display:block;width:32px;height:32px;margin:0 auto;background:url(https://chandelier.itembox.design/item/loading.gif?t=20250619124539) no-repeat}

.lb-nav

{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}


.lb-container>.nav

{left:0}

.lb-nav a

{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}


.lb-next,.lb-prev

{height:100%;cursor:pointer;display:block}


.lb-nav a.lb-prev

{width:34%;left:0;float:left;background:url(https://chandelier.itembox.design/item/prev.png?t=20250619124539) left 48% no-repeat;filter:alpha(Opacity=0);opacity:100;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}


.lb-nav a.lb-prev:hover

{filter:alpha(Opacity=100);opacity:1}


.lb-nav a.lb-next

{width:64%;right:0;float:right;background:url(https://chandelier.itembox.design/item/next.png?t=20250619124539) right 48% no-repeat;filter:alpha(Opacity=0);opacity:100;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}

.lb-nav a.lb-next:hover

{filter:alpha(Opacity=100);opacity:1}


.lb-dataContainer

{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}


.lb-dataContainer:after

{content:"";display:table;clear:both}


.lb-data

{padding:0 4px;color:#ccc}

.lb-data .lb-details

{width:85%;float:left;text-align:left;line-height:1.1em}


.lb-data .lb-caption

{font-size:13px;font-weight:700;line-height:1em}

.lb-data .lb-caption a

{color:#4ae}

.lb-data .lb-number


{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}


.lb-data .lb-close

{display:block;float:right;width:30px;height:30px;background:url(https://chandelier.itembox.design/item/close.png?t=20250619124539) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}


.lb-data .lb-close:hover


{cursor:pointer;filter:alpha(Opacity=100);opacity:1}


/* お客様設置写真ギャラリーここまで */




@media screen and (min-width:250px) and ( max-width:479px) {
  /*　画面サイズが250pxから479pxまではここを読み込む　*/

/* ハンバーガーメニュー*/
.fs-p-drawer {
padding-top:18rem
}
/* 検索窓 */
.fs-p-searchForm_2{
display:none;
}


.item{
 width:40%;
 margin-top: 3rem;
 text-align: center;
}

.Product_page_cate img {
    width: 100%;
}

.Product_page_cate{
    margin: 0 auto;
    width:70%;
   margin-top:3rem; 
}

.item p{
    font-size: 70%;
}

.fs-l-header__contents {
    display: flex;
   justify-content: space-between;
   align-items: center;
   max-height: 80px;
}

.fs-p-logo {
    display: flex;
    padding: 8px;   
}
.header_logo{
display: flex;
width:30%;
}

.header_logo img{
width:45%;
}
.cart_logo{
margin-left:20px;
}

.heart_logo{
margin-left:20px;
}
.fs-p-searchForm{
display:none;
}

.fs-pt-column {
  margin-top: 2rem;
}

}

@media screen and (min-width:480px) and ( max-width:767px) { 
  /*　画面サイズが480pxからはここを読み込む　*/

.fs-p-drawer {
padding-top:15rem;
}

.fs-p-inputGroup{
  width:50%;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  border: 1px solid #000000;
  background: #000000;

}
.fs-p-searchForm_2{
 display:none;
}

#keyword {
 line-height:40px;
 display: flex;
 justify-content: center;
    
}

#keyword a{
    font-size:100%;
    margin-right: 20px;
    margin-top: 10px;
    line-height: 2;
    height: 25px;
}

.item{
 width:40%;
 margin-top: 3rem;
 text-align: center;
}

.Product_page_cate{
   margin: 0 auto;
   width:80%;
   margin-top: 7rem;
}

.Product_page_cate img {
    width: 100%;
}
.item p{
font-size:90%;
}

.fs-l-header__contents {
    display: flex;
   justify-content:space-between;
   align-items: center;
}

.header_logo{
display: flex;
width:30%;
}

.header_logo img{
width:40%;
}

.cart_logo{
margin-left:20px;
}

.heart_logo{
margin-left:20px;
}

.fs-p-searchForm{
display:none;
}

}

@media screen and (min-width:768px) and ( max-width:1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/

.fs-p-searchForm2{
display:none;
}

.fs-p-drawer {
padding-top:25rem;
}

.headinfoBlock img {
  margin-bottom: 1em;
}

.fs-p-searchForm_2{
display:none;
}
.fs-l-header__leftContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.fs-l-header__welcomeMsg.is-ready {
    display: block;
    padding-top: 8px;
    padding-left: 20px;
}


.fs-p-inputGroup{

  margin-top: 20px;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #000000;
  border-radius: 20px;
  background: #000000;

}

.fs-p-headerNavigation {

    margin: auto;
    max-width: 1216px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #000000;
}

#keyword {
 line-height:40px;
 display: flex;
 justify-content: center;
}

#keyword a{
font-size:100%;
margin-right: 20px;
margin-top: 15px;
color: #000000;
}

.item{
 width:30%;
 margin-top: 3rem;
 text-align: center;
}
.Product_page_cate img {
    width: 100%;
}

.Product_page_cate{
  margin: 0 auto;
  width:70%;
  margin-bottom:20px;
}

.item p{
font-size:90%;
}

.fs-l-header__logo2 {
  display:none;
}

.fs-l-page {
    margin-top: 17rem;
}

}

@media screen and (min-width:1024px) {
  /*　画面サイズが1024pxからはここを読み込む　*/


.fs-l-header__leftContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.fs-l-header__welcomeMsg.is-ready {
    display: block;
    padding-top: 8px;
    padding-left: 20px;
}


.fs-p-inputGroup{
  margin-bottom: 10px;
  padding: 2px;
}

.fs-p-headerNavigation {

    margin: auto;
    max-width: 1216px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.fs-l-header__logo2 {
  display:none;
}

#keyword {
 line-height:40px;
 display: flex;
 justify-content: center;
}


#keyword a{
font-size:100%;
margin-right: 20px;
margin-top: 15px;
}
.fs-pt-column {
     display: flex;
     justify-content: space-around;
     margin-top: 2rem;
     margin-right: auto;
     margin-left: auto;
      width:90%;
}
.fs-pt-column__image > img {
    display: block;
}

.fs-pt-column__heading {
    width: 50%;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

.item{
 width:30%;
 margin-top: 3rem;
 text-align: center;
}

.Product_page_cate img {
    width: 100%;
}

.Product_page_cate{
 margin: 0 auto;
 width:70%;
 margin-bottom:20px;
}

.item p{
font-size:100%;
}

.fs-p-logo2 {
  display:none;
}

.fs-l-page {
    margin-top: 16rem;
}

}


/**PC**/
@media only screen and (min-width: 960px) {
.fs-l-productLayout__item .slick-list.draggable {
  width: 516px;
  margin: auto;
}
 
.fs-l-productLayout__item .fs-c-productCarouselMainImage__image > img{
  width: 516px!important;
}
}

/**SP**/
@media only screen and (max-width: 768px) {
 .fs-c-productCarouselMainImage__image > img{
   padding: 8px;
 }
}

https://chandelier.itembox.design/item/photoswipe.css?t=20250619124539


/* 配布code02 通信欄の拡大 */
.fs-c-inputInformation__field {
  margin-bottom: 0;
}
#fs-communicationInfo-container .fs-c-checkout-previewAndEdit__info {
  min-height: 200px;
}
.fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard {
  position: relative;
}
.fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
  content: "";
  display: inline-block;
  position: absolute;
  cursor: pointer;
  height: 200px;
  right: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    max-width: 750px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1051px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    width: 46vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    width: 56vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    width: 94vw;
  }
}
@media screen and (max-width: 599px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    max-width: 580px;
    width: 87vw;
    bottom: calc(100% + 20px);
  }
}
/* 配布code02 通信欄の拡大ここまで */

/* 配布code03 お届け日選択の見やすい表示*/
.fs-body-checkout-multi .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
    grid-template-columns: 1fr !important;
}
.fs-body-checkout-multi .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button {
    grid-column: 1 !important;
}
.fs-body-checkout-multi .fs-c-checkout-shippingDetail .fs-c-button--change--small {
    background: #fff !important;
    border: 1px solid #000;
    color: #000;
    padding: 15px 0px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.fs-body-checkout-multi .fs-c-checkout-shippingDetail .fs-c-button__label {
    font-size: 0;
}
.fs-body-checkout-multi .fs-c-checkout-shippingDetail .fs-c-button__label::before {
    content: "お届け希望日／時間を設定する";
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .fs-body-checkout-multi .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
        display: block;
    }
    .fs-body-checkout-multi .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button {
        margin-top: 20px;
    }
}

/* エンプティカートのボタン */
.product-list-button-wrapper {
  text-align: center; /* ボタンを中央に配置 */
  margin-top: 20px;   /* 上に余白（必要に応じて調整） */
}

.product-list-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #41bbca; /* ボタン背景色 */
  color: #fff;            /* テキスト色 */
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* ちらつき防止 */
[data-hide="true"] {
  display: none !important;
}
