#flipdesk_inline_shadow_host-229696{
  display: none !important;
}

/* 右カラムの幅を制限 */
.productdetail__descarea {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

/* --- ラッパー --- */
#abisu_carousel_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 15px;
}

/* --- カルーセル領域 --- */
#abisu_carousel_region {
  overflow: hidden;
  border-radius: 16px;
  clip-path: inset(0px round 16px);
  position: relative;
}

/* --- Swiper本体 --- */
#abisu_swiper {
  width: 100%;
  height: auto;
}

/* --- スライド --- */
.abisu_slide {
  flex: 0 0 100%;
  min-width: 0;
  box-sizing: border-box;
}

.abisu_slide_inner {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.abisu_slide_img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* --- 前後ボタン共通 --- */
.abisu_btn_prev,
.abisu_btn_next {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.35);
  touch-action: manipulation;
  transition: opacity 0.2s, background-color 0.2s;
  flex-shrink: 0;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px, rgba(0, 0, 0, 0.08) 0px 1px 2px;
  top: 50%;
  transform: translateY(-50%);
}

.abisu_btn_prev:hover,
.abisu_btn_next:hover {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 1;
}

/* --- 前へボタン --- */
.abisu_btn_prev {
  left: 8px;
}

/* --- 次へボタン --- */
.abisu_btn_next {
  right: 8px;
}

/* --- ボタンアイコン --- */
.abisu_btn_icon {
  width: 50%;
  height: 50%;
}

/* --- ページネーション（ドット）コンテナ --- */
.abisu_pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  display: flex;
  justify-content: center;
  z-index: 1;
}

/* --- ドット（Swiperが生成するbullet） --- */
.abisu_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
  opacity: 1;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background-color 0.2s;
  display: inline-block;
}

/* --- アクティブドット --- */
.abisu_pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.95);
}
