
.Default-toolbar {
    display: none;
}

.handheld-toolbar .pdPage {
    background: rgba(255, 255, 255, 0.95);
    padding: 4px;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    height: 50px;
    border-top: 1px solid var(--border-light, #e1e7ec);
    backdrop-filter: blur(10px);
}

    .handheld-toolbar .pdPage .toolbar-btn {
        flex: 1;
    }

    .handheld-toolbar .pdPage .handheld-toolbar-label {
        width: 100%;
    }

.handheld-toolbar ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: outside none none;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

    .handheld-toolbar ul li {
        float: left;
        width: 20%;
        height: 50px;
        text-align: center;
        box-sizing: border-box;
    }

.handheld-toolbar .pdPage li {
    list-style: none;
    text-align: center;
    position: relative;
    height: 100%;
}

    .handheld-toolbar .pdPage li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        background: none;
        font-size: .8375rem;
    }

.handheld-toolbar .pdPage .addCartBtn {
    flex: 2;
    box-sizing: border-box;
    border: 2px solid var(--morandi-pink-deep, #C19A8B);
    border-radius: 4px;
    margin: 0 8px 0 0;
}

    .handheld-toolbar .pdPage .addCartBtn a {
        font-size: .9rem;
        color: var(--text-primary, #373f50);
        font-weight: 600;
    }

.handheld-toolbar .pdPage .buyNowBtn {
    flex: 2;
    box-sizing: border-box;
    background: var(--morandi-pink-deep, #C19A8B);
    border-radius: 4px;
}

    .handheld-toolbar .pdPage .buyNowBtn a {
        color: #fff;
        font-size: .9rem;
        font-weight: 600;
    }




#dummy {
    margin-top: 100%; /* 1:1 aspect ratio */
}

.carousel-inner {
    display: inline-block;
    position: relative;
    width: 100%;
}

.carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*object-fit: cover;*/
}


.ci-arrow-left,
.ci-arrow-right {
    color: black;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: lightgray;
    border-radius: 50%;
    top: calc(50% - 25px);
    opacity: .5;
}

.carousel-control-prev {
    left: 5%;
}

.carousel-control-next {
    right: 5%;
}

.carousel-indicators {
    margin-bottom: -2rem;
}


.carousel .carousel-indicators button {
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: gray;
    border: 0;
}


    .carousel .carousel-indicators button.active {
        width: 1.25rem;
        height: 0.3125rem;
        border-radius: 0.15625rem;
        background-color: var(--morandi-pink, #E8C9BC);
    }

.product-gallery-thumblist {
    display: flex;
    justify-content: center;
}

.tns-nav-active,
.heightLight {
    border-radius: 0.15625rem;
    border-color: var(--morandi-pink, #E8C9BC);
    border-width: 1px;
    border-style: solid;
}

.picture-title {
    position: relative;
    z-index: 1;
    top: -1rem;
    font-size: medium;
}

.page-number {
    /* right: 3%; */
    font-size: medium;
    position: absolute;
    bottom: 2%;
    /* z-index: 1; */
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0.5;
}

.luminous-link {
    text-align: center;
    display: block;
}




/*�[��*/
.buyMore {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.buyMore-textBody {
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.buyMore:hover {
    background-color: rgba(119, 216, 235, 0.2);
}

.buyMore-btn {
    display: flex;
    height: 96px;
    align-items: center;
    height: 100%;
    justify-content: end;
    margin-left: auto;
    opacity: .7;
}
.ci-add-circle,
.buyMore-img {
    cursor: pointer;
}

.buyMore-price {
    /* �p�G�ݦp�G�ݭn�a�U�~�ϥ� */
    /* margin-top: auto; */
}

.buyMore-Name:hover,
.ci-check-circle {
    color: var(--morandi-pink-deep, #C19A8B) !important;
    cursor: pointer;
}

.ci-add-circle,
.ci-check-circle {
    font-weight: 100;
}


.product-gallery-thumblist-item {
    width: 4rem;
    height: 4rem;
    margin: .3rem;
}

.slider-container {
    padding: 2rem 3rem;
    background: #e6e6e6;
    margin: 2rem auto 0 auto;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.controls {
    margin: 0;
    padding: 0;
    position: absolute;
    color: gray;
    opacity: 30%;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .controls :focus {
        outline: none;
    }

.prev:hover, .next:hover {
    cursor: pointer;
    color: black;
    /*opacity: 50%;*/
}

.lum-close-button {
    top: 6%;
}

@media(max-width: 800px) {
    .product-gallery-thumblist-item {
        width: 20px !important;
        height: 20px;
    }
}

@media (max-width: 1000px) {
    .lum-gallery-button:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        border-top: 4px solid rgba(0, 0, 0, .2);
    }

    .lum-previous-button:after {
        transform: translateY(-50%) rotate(-45deg);
        border-left: 3px solid rgba(0, 0, 0, .2);
        left: 12%;
        border-radius: 3px;
    }

    .lum-next-button:after {
        transform: translateY(-50%) rotate(45deg);
        border-right: 3px solid rgba(0, 0, 0, .2);
        right: 12%;
        border-radius: 3px;
    }
}

/* 商品頁 你可能喜歡 / 瀏覽紀錄 Swiper 下方間距 */
.you-like-swiper,
.view-history-swiper {
    margin-bottom: 1.5rem;
}