﻿.liff-title {
    text-align: center;
    padding: 8px 0px 8px 0px;
    color: white;
    margin-bottom: 16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    height: 35px;
}

.liff-tab {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #595959 !important
}

    .liff-tab.active {
        font-size: 16px;
        line-height: 22.40px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

.block-title {
    padding-top: 10px;
    padding-bottom: 16px;
    color: #4f4f4f;
    font-size: 20px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    position: relative; /* 讓內部元素可使用絕對定位 */
    padding-bottom: 10px; /* 預留底部空間，避免內容溢出 */
}

.news-block {
    width: 100%;
    /*    padding-left: 4px;
    padding-right: 4px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
    /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);*/
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.news-top {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.news-title {
    color: rgba(40, 40, 40, 0.80);
    font-size: 16px;
    font-family: Noto Sans TC;
    font-weight: 700;
    line-height: 22.4px;
    word-wrap: break-word;
}

.news-detail {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.news-description {
    color: #282828;
    font-size: 14px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 19.6px;
    word-wrap: break-word;
}

.datetime-block {
    justify-content: flex-end;
    align-items: flex-end;
    gap: 5px;
    display: inline-flex;
}

.datetime-range {
    color: rgba(60, 60, 60, 0.40);
    font-size: 15px;
    font-family: Inter;
    font-weight: 400;
    line-height: 19.6px;
    word-wrap: break-word;
}

.event-block {
    width: 100%;
    padding: 8px;
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.event-title {
    color: #4f4f4f;
    font-size: 18px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 25.20px;
    word-wrap: break-word;
    margin-top: 10px;
}

.event-share-block-main {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.event-share-block {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
}

.event-share-button {
    text-align: center;
    color: white;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
}

    .event-share-button:hover, .event-share-button:active, .event-share-button:focus {
        text-decoration: none; /* 鼠標滑過、點擊或聚焦時移除底線 */
        color: white; /* 鼠標滑過、點擊或聚焦時繼承父元素的文字顏色 */
    }

.event-share-udline {
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    margin-bottom: 16px;
}

.div-product {
    width: 100%;
    padding: 8px 12px;
    background: white;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.20);
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex
}

.div-product-img {
    width: 40%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.div-product-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    width: 75%;
}

.product-title {
    color: #595959;
    min-height: 40px;
    width: 100%;
}

.product-price-group {
    height: 40px;
    width: 100%;
    position: relative;
}

.div-product-share .price {
    line-height: 26px;
    margin-top: 10px;
}

.product-price {
    position: absolute;
    left: 0px;
    bottom: 5px;
}

.div-product-share {
    align-items: flex-end;
    display: inline-flex;
}

.point-group {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4px;
    display: flex;
    margin-top: 5px;
}

.point-img {
    width: 20px;
}

.btn-share {
    padding: 4px 8px;
    border-radius: 4px;
    overflow: hidden;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.80px;
    position: absolute;
    right: 24px;
    border-width: 0px;
}

.btn-share-toline {
    right: 60px;
    padding: 4px 8px;
    border-radius: 4px;
    overflow: hidden;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.80px;
    position: absolute;
    border-width: 0px;
}

.div-search {
    padding-bottom: 16px;
}

    .div-search > .icon-search {
        position: absolute;
        z-index: 2;
        font-size: 22px;
        padding-left: 10px;
        padding-top: 13px;
    }

    .div-search > .icon-x-circle {
        position: absolute;
        z-index: 2;
        font-size: 22px;
        right: 25px;
        padding-top: 13px;
        display: none;
    }

.feedback-thead {
    color: white;
    margin: 0px 0px;
    padding: 8px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.feedback-tbody {
    margin: 0px 0px;
    padding: 8px;
    border-radius: 0px 0px 5px 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.feedback-td {
    padding: 13.5px 0px;
    border-bottom: 1px #EFF4F2 solid;
}

.main-product {
    padding-bottom: 16px;
}

.product-count {
    color: #FF674F;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
}

.product-tip {
    color: #4F4F4F;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
}

.product-bonus {
    height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 100px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    text-align: center;
    font-size: 12px;
    font-family: Noto Sans TC;
    font-weight: 700;
    line-height: 14px;
    word-wrap: break-word;
    margin-left: 10px;
}

.form-select-div {
    cursor: pointer;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
    border: 1px rgba(60, 60, 60, 0.40) solid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
}

.form-select {
    background-color: white;
    color: rgba(60, 60, 60, 0.40);
    -webkit-appearance: none;
    appearance: none;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
    border-width: 0px;
    padding-top: 1px;
    ;
}

.myrecord-count {
    color: #FF674F;
    font-size: 18px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 25.20px;
    word-wrap: break-word;
}

.myrecord-tip {
    color: rgba(60, 60, 60, 0.40);
    font-size: 18px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 25.20px;
    word-wrap: break-word;
}

.click-tip {
    color: #4F4F4F;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
}

.click-count {
    color: #FF674F;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
}

.feedback-total-amount {
    margin-bottom: 0px;
    text-align: center;
    color: #595959;
    font-size: 16px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 22.40px;
    word-wrap: break-word;
}

.feedback-total-text {
    text-align: center;
    color: #909090;
    font-size: 12px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
}

.tb-form {
    width: 100%;
    margin-bottom: 36px;
    margin-top: 12px;
}

.tb-form-title {
    width: 65px;
}

.tb-form-date {
    border-radius: 4px;
    border: 1px #595959 solid;
    width: 100% !important;
    background-color: white;
    color: #595959;
    text-align: left;
}

.tb-form-select {
    border-radius: 4px;
    border: 1px #595959 solid;
    width: 100% !important;
    background-color: white;
    color: #595959;
    text-align: left;
}

.tb-form-input {
    border-radius: 4px;
    border: 1px #595959 solid;
    width: 100% !important;
    background-color: white;
    color: #595959;
    text-align: left;
}

.form-submit {
    padding: 4px 16px;
    border-radius: 4px;
    overflow: hidden;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.80px;
    border-width: 0px;
}

.form-save-submit {
    padding: 4px 16px;
    border-radius: 4px;
    overflow: hidden;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.80px;
    border-width: 0px;
    background-color: #449aa0 !important;
}

.tb-th {
    text-align: center;
    color: #595959;
    font-size: 14px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
}

.td-orderid {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
}

.td-amount {
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
}

.td-status {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
}

.detail-source {
    color: #595959;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
}

.detail-th {
    padding-left: 10px;
    padding-top: 10px;
    color: #030303;
    font-size: 14px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
}

.detail-td {
    padding-left: 10px;
    padding-top: 5px;
    color: #595959;
    font-size: 14px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
}

/*.click-div-order {
    position: absolute;
    right: 0px;
    top: 0px;
}

.click-div {
    position: absolute;
    right: 0px;
    bottom: 5px;
}*/

.apply-div {
    padding: 12px 16px;
    background: white;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25) inset;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.apply-text {
    color: rgba(60, 60, 60, 0.40);
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
}

.apply-count {
    color: #FF674F;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
}

.apply-btn {
    right: 16px;
    position: absolute;
    padding: 8px 20px;
    border-radius: 4px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
    border: none;
}

.mgm-bar-background {
    width: 100%;
    height: 12px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #D9D9D9
}

.mgm-bar {
    height: 12px;
    left: 0px;
    top: 0px;
    position: absolute;
}

.a-back {
    position: fixed;
    color: white;
    left: 10px;
}

.event-detail-head {
    width: 100%;
    height: 28px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.event-detail-head-text {
    text-align: center;
    color: #1F1F1F;
    font-size: 20px;
    font-family: Noto Sans TC;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
}

.event-detail-block {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.event-detail-title-block {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.event-detail-title-text {
    color: rgba(40, 40, 40, 0.80);
    font-size: 18px;
    font-family: Noto Sans TC;
    font-weight: 700;
    line-height: 19.60px;
    word-wrap: break-word;
}

.event-detail-description-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.event-detail-description-text {
    color: #282828;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 14px;
    word-wrap: break-word;
}

@media (max-width: 375px) {
    .liff-tab.active {
        font-size: 14px;
        line-height: 22.40px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }
}

select:focus-visible {
    outline: none; /* 移除焦点样式 */
    box-shadow: none; /* 移除阴影 */
    /* 添加其他自定义样式，如边框或背景颜色 */
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
}

.social-icon {
    border-radius: 8px;
    width: 60px;
    margin: 8px;
    cursor: pointer;
    border-style: none;
    border-width: thin;
}

.share-pop {
    position: fixed;
    text-align: center;
    bottom: 0px;
    right: 0px;
    left: 0px;
    flex-direction: row;
    align-items: center;
    border-radius: 16px;
    padding: 30px 0px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    z-index:99;
}

.pop-share-title {
    padding-bottom: 10px;
}

.pop-share-block {
    overflow-x: scroll;
    display: flex;
}

.pop-share-close, .pop-rewardlog-close, .pop-info-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: xx-large;
}

.swal2-close {
    z-index: 999;
}

.share-pop2 {
    position: fixed;
    background-color: white;
    left: 0;
    top: 35px;
    padding: 10px 15px 15px 15px;
    height: calc(100% - 35px);
    text-align: center;
    width: 100%;
    z-index: 999;
    overflow: auto; /* 確保內容可滾動 */
}

    .share-pop2 .pop-share2-close {
        position: fixed;
        right: 10px;
        font-size: xx-large;
    }

    .share-pop2 p:first-of-type {
        padding-top: 25px;
    }

    .share-pop2 p {
        margin-bottom: 0px;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
    }

    .share-pop2 textarea {
        margin-top: 30px;
        /*width:100%;*/
        /*margin-left: 20px;
        margin-right: 20px;
        width: 90%;*/
        font-size: 18px;
        height: calc(100% - 300px);
        line-height: 28px;
    }

    .share-pop2 label > input {
        margin-right: 10px;
        transform: scale(1.5);
    }

    .share-pop2 label {
        font-size: 18px;
        font-weight: 600;
        position: fixed;
        width: 100%;
        left: 0px;
        bottom: 70px;
    }

    .share-pop2 button {
        position: fixed;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

.info-vip {
    background-color: lightgray;
    border-radius: 8px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}

.info-bank {
    line-height: 25px;
}

.info-bank-edit {
    display: block;
}

.info-img {
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
}

.scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox 隱藏 scrollbar */
    -ms-overflow-style: none; /* IE 10+ 隱藏 scrollbar */
}

    .scroll-wrapper::-webkit-scrollbar {
        display: none; /* Chrome/Safari 隱藏 scrollbar */
    }

    .scroll-wrapper input {
        margin: 5px;
    }


/*product layout*/
.list-layout {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .list-layout .product-container {
        margin-bottom: 8px;
        width: 100%;
    }

        .list-layout .product-container .product-item {
            padding-bottom: 16px;
            width: 100%;
            padding: 8px 12px;
            background: white;
            box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.20);
            justify-content: flex-start;
            align-items: center;
            gap: 16px;
            display: inline-flex;
        }

            .list-layout .product-container .product-item .product-img {
                width: 40%;
                height: 90px;
                justify-content: center;
                display: flex;
            }

                .list-layout .product-container .product-item .product-img img {
                    max-height: 100%;
                    max-width: 100%;
                }

            .list-layout .product-container .product-item .product-info {
                width: 60%;
            }

                .list-layout .product-container .product-item .product-info .product-title {
                    color: #595959;
                    min-height: 40px;
                    width: 100%;
                    font-weight: 700;
                }

                .list-layout .product-container .product-item .product-info .product-point {
                    justify-content: flex-start;
                    align-items: flex-end;
                    gap: 4px;
                    margin-top: 5px;
                    display: flex;
                }

                .list-layout .product-container .product-item .product-info .product-bottom {
                    display: flex;
                    margin-top: 10px;
                    justify-content: space-between
                }

                    .list-layout .product-container .product-item .product-info .product-bottom .share-line {
                        right: 50px;
                        padding: 4px 8px;
                        border-radius: 4px;
                        overflow: hidden;
                        color: white;
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 16.80px;
                        position: absolute;
                        border-width: 0px;
                    }

                    .list-layout .product-container .product-item .product-info .product-bottom .share-social {
                        padding: 4px 12px;
                        border-radius: 4px;
                        overflow: hidden;
                        color: white;
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 16.80px;
                        position: absolute;
                        right: 8px;
                        border-width: 0px;
                    }

.grid-layout {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .grid-layout .product-container {
        width: 50%;
        padding: 10px;
    }

        .grid-layout .product-container .product-item {
            width: 100%;
            padding: 15px;
            background: white;
            box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.20);
            align-items: center;
        }

            .grid-layout .product-container .product-item .product-img {
                justify-content: center;
                align-items: center;
                display: flex;
                height: 200px;
            }

                .grid-layout .product-container .product-item .product-img img {
                    width: 100%;
                    height: auto;
                }

            .grid-layout .product-container .product-item .product-info {
                width: 100%;
            }

                .grid-layout .product-container .product-item .product-info .product-title {
                    color: #595959;
                    min-height: 40px;
                    width: 100%;
                    font-weight: 700;
                }

                .grid-layout .product-container .product-item .product-info .product-point {
                    justify-content: flex-start;
                    align-items: flex-end;
                    gap: 4px;
                    display: flex;
                    margin-top: 5px;
                }



                .grid-layout .product-container .product-item .product-info .product-bottom {
                    display: flex;
                    align-items: center;
                    margin-top: 10px;
                    justify-content: space-between;
                }

                    .grid-layout .product-container .product-item .product-info .product-bottom .share-line {
                        padding: 4px 8px;
                        border-radius: 4px;
                        overflow: hidden;
                        color: white;
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 16.80px;
                        border-width: 0px;
                    }

                    .grid-layout .product-container .product-item .product-info .product-bottom .share-social {
                        padding: 4px 8px;
                        border-radius: 4px;
                        overflow: hidden;
                        color: white;
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 16.80px;
                        border-width: 0px;
                    }

.price {
    font-size: large;
}

.currency {
    font-size: small;
}

.basic-point {
    display: flex;
}

.add-point {
    display: flex;
}

#changeLayout {
    border: 1px rgba(60, 60, 60, 0.40) solid;
    display: inline-flex;
    padding: 4px;
    margin-left: 10px;
    border-radius: 4px;
}

    #changeLayout i {
        font-size: large;
    }

.share-log {
    /* position: absolute;
    right: 10px;*/
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
/* ≥576px 手機橫式 → col-sm-6 */
@media (max-width: 767px) {
    .grid-layout .product-container .product-item {
        padding: 15px 5px;
    }

    .grid-layout .product-container {
        padding: 3px;
    }

    .grid-layout .product-container {
        width: 50%;
    }

        .grid-layout .product-container .product-item .product-img {
            max-height: 160px;
            padding-bottom: 10px;
        }

            .grid-layout .product-container .product-item .product-img img {
                max-height: 160px;
            }

        .grid-layout .product-container .product-item .product-info .product-point {
            display: flex;
        }

            .grid-layout .product-container .product-item .product-info .product-point .add-point {
                margin-top: 5px;
            }

        .grid-layout .product-container .product-item .product-info .product-bottom .share-line {
            padding: 4px 4px;
        }

        .grid-layout .product-container .product-item .product-info .product-bottom .share-social {
            padding: 4px 4px;
        }

    .product-bonus {
        margin-left: 0px !important;
    }

    .price {
        font-size: medium;
    }

    .currency {
        font-size: small;
    }
}

/* ≥768px 平板 → col-md-4 */
@media (min-width: 768px) {

    .pop-share-block {
        display: inline-flex;
        overflow-x: hidden;
    }

    .grid-layout .product-container {
        width: 33.33%;
    }

        .grid-layout .product-container .product-item .product-info .product-point {
            display: flex;
        }

        .grid-layout .product-container .product-item .product-img {
            height: 210px;
        }
}

/* ≥992px 小桌機 → col-lg-3 */
@media (min-width: 992px) {
    .grid-layout .product-container {
        width: 25%;
    }

        .grid-layout .product-container .product-item .product-info .product-point {
            display: flex;
        }

        .grid-layout .product-container .product-item .product-img {
            height: 220px;
        }

            .grid-layout .product-container .product-item .product-img img {
                max-height: 220px;
                max-width: 220px;
            }
}

/* ≥1200px 大桌機 → col-xl-2 */
@media (min-width: 1200px) {
    .grid-layout .product-container {
        width: 20%;
    }

        .grid-layout .product-container .product-item .product-info .product-point {
            display: flex;
        }

        .grid-layout .product-container .product-item .product-img {
            height: 220px;
        }

            .grid-layout .product-container .product-item .product-img img {
                max-height: 220px;
                max-width: 220px;
            }
}
/*product layout*/
