.btn-order-primary {
    background-color: #d13933;
}

.btn-order {
    background-color: #8F7777;
}

.bg-light {
    height: 70px;
}

@media (max-width: 732px) {
    .allproduct {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.bundle-button:hover {
    opacity: 0.8;
}

/*タイトルデザイン*/
.arrows {
    margin: auto !important;
    padding: 0px;
    white-space: nowrap;
}

.arrows li {
    display: inline-block;
    line-height: 15px;
    margin: 0 9px 0 -10px;
    padding: 0 10px 0 10px;
    position: relative;
    font-size: 14px;
}

.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: skewX(45deg);
}

.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before,
.arrows li:last-of-type::after {
    display: none;
}

.arrows li:nth-of-type(1) {
    color: hsl(0, 0%, 40%);
}

.arrows li:nth-of-type(2) {
    color: hsl(0, 0%, 40%);
}

.arrows li:nth-of-type(3) {
    color: #ff0000;
    font-weight: bold;
}

.arrows li:nth-of-type(4) {
    color: hsl(0, 0%, 80%);
}

.l-main {
    margin-top: 70px;
}

/*popup cart*/
.modal {
    text-align: center;
}

@media (min-width: 576px) {
    .modal:before {
        display: inline-block;
        content: '';
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-footer {
    place-content: center !important;
}

.modal-title {
    font-size: 1.1em;
}

.modal-header {
    background: #f2f2f2;
}

.itemname {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
}

.standardsname {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    overflow: hidden;
}

.headericon {
    font-size: 1.3em;
}

.iconatag {
    padding-top: 0.2rem;
    padding-bottom: 0rem !important;
    line-height: 1.2rem;
}

.orderbtn {
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.card-products {
    border-color: #6c757d !important;
}

/* 商品一覧: base64 ではなく URL 表示時の枠を揃え、縦横比を維持 */
.row.products {
    align-items: stretch;
}

.card-products .product-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    background-color: #ececec;
}

/* Custom CSS to make the card disabled */
.disabled-card {
    /*opacity: 0.6;*/
    pointer-events: none;
    position: relative;
    /* Make the parent of .disabled-overlay relative */
}

.disabled-overlay {
    position: absolute;
    top: 0%;
    /* Adjusted to top */
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(214 193 193 / 60%);
    z-index: 1;
}

.disabled-message {
    text-align: center;
    background: rgb(67 49 49 / 90%);
    border-radius: 8px;
    z-index: 2;
    font-size: 1.5rem;
    color: #ffff;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

@media (min-width: 577px) and (max-width: 896px) {
    .disabled-message {
        font-size: 2.6rem !important;
    }
}

/*button*/
.popbtn {
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

/*swiper font size/*/
.swiper-slide {
    font-size: 1rem !important;
}

/* SweetAlert2 custom design */
.swal2-popup {
    text-align: center;
}

.swal2-modal {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.swal2-title {
    font-size: 1.1em !important;
}

.swal2-html-container {
    font-size: 1em !important;
    text-align: left !important;
}

.swal2-popup {
    background-color: #f2f2f2 !important;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.swal2-footer {
    display: flex;
    justify-content: center !important;
}

.swal2-confirm,
.swal2-deny,
.swal2-cancel {
    margin: 5px;
}

.swal2-confirm,
.swal2-deny,
.swal2-cancel {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;

}

/* Hide unnecessary elements in SweetAlert2 */
.swal2-icon,
.swal2-image,
.swal2-progress-steps,
.swal2-range,
.swal2-select,
.swal2-radio,
.swal2-checkbox,
.swal2-input,
.swal2-file,
.swal2-validation-message,
.swal2-timer-progress-bar-container {
    display: none !important;
}