/**
 * 通販トップ：こだわりスライダー（コンパクト版）
 * メインカラム内・サイドバーを阻害しない高さ
 */

.tbt-kodawari-hero--shop-top {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(40, 28, 18, 0.1);
    border: 1px solid rgba(184, 139, 70, 0.35);
    min-height: clamp(220px, 35vw, 420px);
    max-height: min(460px, 58vh);
    aspect-ratio: 16 / 7;
}

.tbt-kodawari-hero--shop-top .tbt-kodawari-slides {
    position: absolute;
    inset: 0;
}

/* background-size / position は theme_mod（通販トップ用）またはマークアップのインラインで指定 */
.tbt-kodawari-hero--shop-top .tbt-kodawari-slide {
    background-repeat: no-repeat;
}

.tbt-kodawari-hero--shop-top .tbt-kodawari-copy {
    display: none;
}

.tbt-kodawari-hero--shop-top .tbt-kodawari-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1.15rem;
    opacity: 0.88;
}

.tbt-kodawari-hero--shop-top .tbt-kodawari-dots {
    bottom: 0.45rem;
    gap: 0.35rem;
}

.tbt-kodawari-hero--shop-top .tbt-kodawari-dot {
    width: 7px;
    height: 7px;
}

@media (max-width: 781px) {
    .tbt-kodawari-hero--shop-top {
        min-height: clamp(170px, 52vw, 260px);
        aspect-ratio: 16 / 9;
        max-height: min(300px, 42vh);
    }
}
