.product-detail-warp{
    width:100%;
    background:#ffffff;
}

.product-detail-top{
    padding:60px 0;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
}

.product-detail-left{
    width:47%;
    position:relative;
    z-index:2;
}

.product-detail-right{
    width:53%;
    position:relative;
    z-index:1;
}

/* gallery */
.product-gallery{
    width:100%;
    position:relative;
}

.product-gallery-main{
    width:100%;
    position:relative;
    overflow:visible;
}

.product-gallery-stage{
    width:100%;
    position:relative;
    border:1px solid #eeeeee;
    border-radius:16px;
    overflow:hidden;
    background:#ffffff;
}

.product-gallery-stage img{
    display:block;
    width:100%;
    height:auto;
}

.product-gallery-lens{
    display:none;
    position:absolute;
    width:140px;
    height:140px;
    border:1px solid rgba(252,0,0,0.35);
    background:rgba(252,0,0,0.12);
    pointer-events:none;
    z-index:3;
}

.product-gallery-zoom{
    position:absolute;
    left:calc(100% + 18px);
    top:0;
    width:320px;
    height:320px;
    border:1px solid #eeeeee;
    border-radius:14px;
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 12px 32px rgba(0,0,0,0.10);
    display:block;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
    z-index:10;
}

.product-gallery-zoom.active{
    visibility:visible;
    opacity:1;
}

.product-gallery-zoom img{
    position:absolute;
    left:0;
    top:0;
    max-width:none;
    display:block;
}

/* thumbs slider */
.product-gallery-thumbs-wrap{
    margin-top:16px;
    width:100%;
    position:relative;
}

.product-gallery-thumbs-viewport{
    width:100%;
    overflow:hidden;
}

.product-gallery-thumbs-track{
    display:flex;
    gap:12px;
    transition:transform .35s ease;
    will-change:transform;
}

.product-gallery-thumbs-track a{
    flex:0 0 calc((100% - 48px) / 5);
    display:block;
    border:1px solid #eeeeee;
    border-radius:10px;
    overflow:hidden;
    transition:all .3s ease;
    background:#ffffff;
}

.product-gallery-thumbs-track a.active,
.product-gallery-thumbs-track a:hover{
    border-color:#fc0000;
}

.product-gallery-thumbs-track img{
    display:block;
    width:100%;
    height:100%;
    aspect-ratio:1 / 1;
    object-fit:cover;
}

.product-gallery-thumbs-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:38px;
    height:38px;
    line-height:38px;
    text-align:center;
    border:1px solid #eeeeee;
    border-radius:50%;
    background:#ffffff;
    color:#333333;
    text-decoration:none;
    transition:all .3s ease;
    z-index:3;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.product-gallery-thumbs-prev{
    left:-18px;
}

.product-gallery-thumbs-next{
    right:-18px;
}

.product-gallery-thumbs-btn:hover{
    border-color:#fc0000;
    background:#fc0000;
    color:#ffffff;
}

.product-gallery-thumbs-btn.disabled{
    opacity:.35;
    pointer-events:none;
    box-shadow:none;
}

/* right info */
.product-detail-info{
    width:100%;
    padding:10px 0;
}

.product-detail-tag{
    display:inline-block;
    padding:6px 14px;
    background:rgba(252,0,0,0.08);
    color:#fc0000;
    border-radius:20px;
    font-size:13px;
    line-height:20px;
    margin-bottom:16px;
}

.product-detail-info h1{
    margin:0 0 16px 0;
    color:#222222;
    font-size:2.35rem;
    line-height:1.3;
    font-weight:700;
}

.product-detail-summary{
    color:#666666;
    font-size:16px;
    line-height:30px;
    margin-bottom:24px;
}

.product-detail-contact{
    padding:20px 0;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    margin-bottom:24px;
}

.product-detail-contact-item{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:#555555;
    font-size:15px;
    line-height:28px;
    margin-bottom:6px;
}

.product-detail-contact-item:last-child{
    margin-bottom:0;
}

.product-detail-contact-item strong{
    color:#222222;
    font-weight:700;
}

.product-detail-contact-item strong i{
    color:#fc0000;
    margin-right:5px;
}

.product-detail-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.product-detail-btn{
    display:inline-block;
    min-width:150px;
    height:46px;
    line-height:46px;
    text-align:center;
    border-radius:26px;
    text-decoration:none;
    font-size:15px;
    transition:all .3s ease;
}

.product-detail-btn-phone{
    background:#ffffff;
    border:1px solid #fc0000;
    color:#fc0000;
}

.product-detail-btn-phone:hover{
    background:#fc0000;
    color:#ffffff;
}

.product-detail-wechat-wrap{
    position:relative;
    display:inline-block;
}

.product-detail-btn-wechat{
    background:#fff5f5;
    border:1px solid #fc0000;
    color:#fc0000;
}

.product-detail-btn-wechat:hover{
    background:#fc0000;
    color:#ffffff;
}

.product-detail-wechat-qr{
    position:absolute;
    left:50%;
    top:calc(100% + 12px);
    transform:translateX(-50%);
    width:180px;
    padding:12px;
    background:#ffffff;
    border:1px solid #eeeeee;
    border-radius:14px;
    box-shadow:0 12px 30px rgba(0,0,0,0.12);
    text-align:center;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:all .3s ease;
    z-index:20;
}

.product-detail-wechat-qr:before{
    content:"";
    position:absolute;
    left:50%;
    top:-8px;
    width:14px;
    height:14px;
    margin-left:-7px;
    background:#ffffff;
    border-left:1px solid #eeeeee;
    border-top:1px solid #eeeeee;
    transform:rotate(45deg);
}

.product-detail-wechat-qr img{
    display:block;
    width:100%;
    height:auto;
    border-radius:8px;
}

.product-detail-wechat-qr p{
    margin:10px 0 0 0;
    color:#666666;
    font-size:13px;
    line-height:20px;
}

.product-detail-wechat-wrap:hover .product-detail-wechat-qr{
    opacity:1;
    visibility:visible;
    top:calc(100% + 8px);
}

.product-detail-btn-inquiry{
    background:#fc0000;
    border:1px solid #fc0000;
    color:#ffffff;
}

.product-detail-btn-inquiry:hover{
    background:#d80000;
    border-color:#d80000;
    color:#ffffff;
}

/* content */
.product-detail-content-warp{
    padding:0 0 60px;
}

.product-detail-content-box{
    width:100%;
    border-top:1px solid #eeeeee;
    padding-top:40px;
}

.product-detail-content-title{
    margin-bottom:24px;
}

.product-detail-content-title h2{
    margin:0;
    color:#222222;
    font-size:2rem;
    line-height:1.3;
    font-weight:700;
}

.product-detail-content{
    color:#444444;
    font-size:16px;
    line-height:30px;
    overflow:hidden;
}

.product-detail-content p{
    margin:0 0 18px 0;
}

.product-detail-content h2{
    margin:34px 0 16px 0;
    color:#222222;
    font-size:1.9rem;
    line-height:1.35;
    font-weight:700;
}

.product-detail-content h3{
    margin:28px 0 14px 0;
    color:#222222;
    font-size:1.4rem;
    line-height:1.4;
    font-weight:700;
}

.product-detail-content h4{
    margin:22px 0 12px 0;
    color:#222222;
    font-size:1.15rem;
    line-height:1.4;
    font-weight:700;
}

.product-detail-content ul,
.product-detail-content ol{
    margin:0 0 18px 22px;
    padding:0;
}

.product-detail-content li{
    margin-bottom:8px;
}

.product-detail-content blockquote{
    margin:24px 0;
    padding:18px 22px;
    border-left:4px solid #fc0000;
    background:#fafafa;
    color:#555555;
    border-radius:0 10px 10px 0;
    font-style:italic;
}

.product-detail-content a{
    color:#fc0000;
    text-decoration:none;
}

.product-detail-content a:hover{
    text-decoration:underline;
}

.product-detail-content img{
    display:block;
    max-width:100%;
    height:auto;
    margin:24px auto;
    border-radius:16px;
}

.product-detail-content table{
    width:100%;
    border-collapse:collapse;
    margin:22px 0;
    background:#ffffff;
    border:1px solid #eeeeee;
}

.product-detail-content table th,
.product-detail-content table td{
    padding:14px 16px;
    border:1px solid #eeeeee;
    text-align:left;
    vertical-align:middle;
    font-size:15px;
    line-height:24px;
    color:#444444;
}

.product-detail-content table th{
    background:#fafafa;
    color:#222222;
    font-weight:700;
}

.product-detail-content table thead th{
    background:#f7f7f7;
    color:#222222;
    font-weight:700;
}

.product-detail-content table tr:nth-child(even) td{
    background:#fcfcfc;
}

/* related */
.product-related-warp{
    padding:0 0 60px;
    background:#ffffff;
}

.product-related-title{
    text-align:center;
    margin-bottom:26px;
}

.product-related-title h2{
    margin:0 0 10px 0;
    color:#222222;
    font-size:2rem;
    line-height:1.3;
    font-weight:700;
}

.product-related-title p{
    margin:0;
    color:#666666;
    font-size:15px;
    line-height:26px;
}

.product-related-slider{
    position:relative;
    padding:0 54px;
}

.product-related-viewport{
    width:100%;
    overflow:hidden;
    position:relative;
}

.product-related-track{
    display:flex;
    gap:20px;
    transition:transform .45s ease;
    will-change:transform;
}

.product-related-item{
    flex:0 0 auto;
    background:#ffffff;
    border:1px solid #eeeeee;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,0.05);
    transition:all .3s ease;
}

.product-related-item:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 30px rgba(0,0,0,0.09);
}

.product-related-img{
    display:block;
    width:100%;
    overflow:hidden;
    background:#f8f8f8;
}

.product-related-img img{
    display:block;
    width:100%;
    height:280px;
    object-fit:cover;
    transition:all .35s ease;
}

.product-related-item:hover .product-related-img img{
    transform:scale(1.05);
}

.product-related-info{
    padding:18px 16px 20px;
}

.product-related-info h3{
    margin:0 0 10px 0;
    font-size:1.05rem;
    line-height:1.45;
    font-weight:700;
}

.product-related-info h3 a{
    color:#222222;
    text-decoration:none;
    transition:all .3s ease;
}

.product-related-info h3 a:hover{
    color:#fc0000;
}

.product-related-info p{
    margin:0;
    color:#666666;
    font-size:14px;
    line-height:24px;
}

.product-related-btn{
    position:absolute;
    top:50%;
    margin-top:-22px;
    width:44px;
    height:44px;
    line-height:44px;
    text-align:center;
    border-radius:50%;
    background:#fc0000;
    color:#ffffff;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(252,0,0,0.22);
    transition:all .3s ease;
    z-index:2;
}

.product-related-btn i{
    font-size:1.4rem;
    line-height:44px;
}

.product-related-btn:hover{
    background:#d80000;
}

.product-related-prev{
    left:0;
}

.product-related-next{
    right:0;
}

.product-related-btn.disabled{
    opacity:.35;
    pointer-events:none;
    box-shadow:none;
}

/* popup */
body.inquiry-popup-open{
    overflow:hidden;
}

.inquiry-popup-mask{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:9998;
}

.inquiry-popup{
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    width:760px;
    max-width:92%;
    transform:translate(-50%,-50%);
    z-index:9999;
}

.inquiry-popup-box{
    position:relative;
    background:#ffffff;
    border-radius:22px;
    padding:36px 34px 30px;
    box-shadow:0 24px 60px rgba(0,0,0,0.20);
}

.inquiry-popup-close{
    position:absolute;
    right:16px;
    top:14px;
    width:38px;
    height:38px;
    line-height:38px;
    text-align:center;
    border-radius:50%;
    background:#f5f5f5;
    color:#666666;
    text-decoration:none;
    transition:all .3s ease;
}

.inquiry-popup-close:hover{
    background:#fc0000;
    color:#ffffff;
}

.inquiry-popup-close i{
    line-height:38px;
    font-size:16px;
}

.inquiry-popup-title{
    margin-bottom:24px;
    padding-right:30px;
}

.inquiry-popup-title h3{
    margin:0 0 10px 0;
    color:#222222;
    font-size:2.15rem;
    line-height:1.25;
    font-weight:700;
}

.inquiry-popup-title p{
    margin:0;
    color:#777777;
    font-size:16px;
    line-height:28px;
}

.popup-feedback-form{
    width:100%;
}

.popup-form-row{
    display:flex;
    gap:20px;
    margin-bottom:18px;
}

.popup-form-row:last-child{
    margin-bottom:0;
}

.popup-form-item{
    width:50%;
}

.popup-form-item.width-full{
    width:100%;
}

.popup-form-item label{
    display:block;
    margin-bottom:8px;
    color:#222222;
    font-size:15px;
    line-height:24px;
    font-weight:600;
}

.popup-form-item input,
.popup-form-item textarea{
    display:block;
    width:100%;
    box-sizing:border-box;
    border:1px solid #dddddd;
    border-radius:12px;
    background:#ffffff;
    padding:0 16px;
    font-size:15px;
    color:#333333;
    transition:all .3s ease;
    -webkit-appearance:none;
}

.popup-form-item input{
    height:50px;
    line-height:50px;
}

.popup-form-item textarea{
    height:140px;
    padding-top:14px;
    line-height:24px;
    resize:none;
}

.popup-form-item input:focus,
.popup-form-item textarea:focus{
    border-color:#fc0000;
    outline:none;
    box-shadow:0 0 0 3px rgba(252,0,0,0.08);
}

.popup-form-item input[readonly]{
    background:#fafafa;
    color:#666666;
    cursor:default;
}

.popup-form-row-submit{
    margin-top:8px;
}

.popup-submit-btn{
    display:inline-block;
    width:100%;
    height:52px;
    line-height:52px;
    border:none;
    border-radius:30px;
    background:#fc0000;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:all .3s ease;
}

.popup-submit-btn:hover{
    background:#d80000;
    box-shadow:0 10px 20px rgba(252,0,0,0.22);
}

.feedback-submit-disabled{
    opacity:.75;
    cursor:not-allowed !important;
}

/* loading */
.custom-form-loading{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.42);
    z-index:10000;
}

.custom-form-loading-box{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    min-width:260px;
    background:#ffffff;
    border-radius:16px;
    padding:30px 28px;
    box-shadow:0 18px 45px rgba(0,0,0,0.18);
    text-align:center;
}

.custom-form-loading-spinner{
    display:block;
    width:42px;
    height:42px;
    margin:0 auto 14px;
    border:3px solid rgba(252,0,0,0.16);
    border-top-color:#fc0000;
    border-radius:50%;
    animation:customFormSpin .85s linear infinite;
}

.custom-form-loading-text{
    color:#333333;
    font-size:15px;
    line-height:24px;
}

@keyframes customFormSpin{
    from{ transform:rotate(0deg); }
    to{ transform:rotate(360deg); }
}

/* result modal */
.custom-form-modal{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10001;
}

.custom-form-modal-mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.42);
}

.custom-form-modal-box{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:420px;
    max-width:92%;
    background:#ffffff;
    border-radius:18px;
    padding:34px 28px 28px;
    box-shadow:0 18px 45px rgba(0,0,0,0.18);
    text-align:center;
}

.custom-form-modal-icon{
    width:72px;
    height:72px;
    line-height:72px;
    margin:0 auto 18px;
    border-radius:50%;
    background:rgba(46,180,95,0.12);
    color:#2eb45f;
    font-size:36px;
    font-weight:bold;
}

.custom-form-modal-icon.error{
    background:rgba(252,0,0,0.10);
    color:#fc0000;
}

.custom-form-modal-title{
    margin-bottom:10px;
    color:#222222;
    font-size:1.6rem;
    line-height:1.3;
    font-weight:700;
}

.custom-form-modal-text{
    color:#666666;
    font-size:15px;
    line-height:26px;
    margin-bottom:24px;
}

.custom-form-modal-btn{
    display:inline-block;
    min-width:120px;
    height:44px;
    line-height:44px;
    padding:0 20px;
    border-radius:24px;
    background:#fc0000;
    color:#ffffff;
    text-decoration:none;
    font-size:15px;
    transition:all .3s ease;
}

.custom-form-modal-btn:hover{
    background:#d80000;
}

/* responsive */
@media screen and (max-width:1366px){
    .product-detail-top{
        gap:32px;
    }

    .product-detail-left{
        width:46%;
    }

    .product-detail-right{
        width:54%;
    }

    .product-gallery-zoom{
        width:200px;
        height:200px;
        left:calc(100% + 14px);
    }
}

@media screen and (max-width:1199px){
    .product-detail-top{
        gap:28px;
    }

    .product-detail-left{
        width:45%;
    }

    .product-detail-right{
        width:55%;
    }

    .product-detail-info h1{
        font-size:2rem;
    }

    .product-gallery-zoom{
        width:180px;
        height:180px;
        left:calc(100% + 12px);
    }

    .product-gallery-thumbs-track a{
        flex:0 0 calc((100% - 48px) / 5);
    }

    .product-gallery-thumbs-prev{
        left:-10px;
    }

    .product-gallery-thumbs-next{
        right:-10px;
    }

    .product-related-img img{
        height:250px;
    }
}

@media screen and (max-width:991px){
    .product-detail-top{
        padding:45px 0;
        flex-wrap:wrap;
        gap:30px;
    }

    .product-detail-left,
    .product-detail-right{
        width:100%;
    }

    .product-gallery-main{
        display:block;
    }

    .product-gallery-stage{
        width:100%;
    }

    .product-gallery-zoom{
        display:none !important;
    }

    .product-gallery-lens{
        display:none !important;
    }

    .product-gallery-thumbs-track a{
        flex:0 0 calc((100% - 36px) / 4);
    }

    .product-gallery-thumbs-btn{
        width:34px;
        height:34px;
        line-height:34px;
    }

    .product-gallery-thumbs-prev{
        left:-6px;
    }

    .product-gallery-thumbs-next{
        right:-6px;
    }

    .product-detail-info{
        padding:0;
    }

    .product-detail-info h1{
        font-size:1.9rem;
    }

    .product-detail-summary{
        font-size:15px;
        line-height:28px;
    }

    .product-detail-content-warp{
        padding:0 0 45px;
    }

    .product-detail-content-box{
        padding-top:30px;
    }

    .product-detail-content-title h2{
        font-size:1.7rem;
    }

    .product-detail-content{
        font-size:15px;
        line-height:28px;
    }

    .product-detail-content h2{
        font-size:1.55rem;
    }

    .product-detail-content h3{
        font-size:1.25rem;
    }

    .product-related-warp{
        padding:0 0 45px;
    }

    .product-related-title h2{
        font-size:1.7rem;
    }

    .product-related-slider{
        padding:0 46px;
    }

    .product-related-img img{
        height:230px;
    }

    .product-detail-wechat-qr{
        left:0;
        transform:none;
    }

    .product-detail-wechat-qr:before{
        left:28px;
        margin-left:0;
    }

    .inquiry-popup{
        width:92%;
        max-width:none;
    }

    .inquiry-popup-box{
        padding:28px 22px 22px;
        border-radius:18px;
    }

    .inquiry-popup-title h3{
        font-size:1.75rem;
    }
}

@media screen and (max-width:767px){
    .product-detail-top{
        padding:35px 0;
        gap:24px;
    }

    .product-gallery-thumbs-wrap{
        margin-top:14px;
    }

    .product-gallery-thumbs-track{
        gap:8px;
    }

    .product-gallery-thumbs-track a{
        flex:0 0 calc((100% - 16px) / 3);
    }

    .product-gallery-thumbs-btn{
        width:32px;
        height:32px;
        line-height:32px;
    }

    .product-gallery-thumbs-prev{
        left:-2px;
    }

    .product-gallery-thumbs-next{
        right:-2px;
    }

    .product-detail-tag{
        margin-bottom:12px;
    }

    .product-detail-info h1{
        font-size:1.45rem;
        line-height:1.4;
    }

    .product-detail-summary{
        font-size:14px;
        line-height:24px;
        margin-bottom:18px;
    }

    .product-detail-contact{
        padding:16px 0;
        margin-bottom:18px;
    }

    .product-detail-contact-item{
        font-size:14px;
        line-height:24px;
    }

    .product-detail-actions{
        gap:10px;
    }

    .product-detail-btn,
    .product-detail-wechat-wrap{
        width:100%;
    }

    .product-detail-btn{
        width:100%;
        min-width:0;
        height:44px;
        line-height:44px;
        font-size:14px;
    }

    .product-detail-wechat-qr{
        width:170px;
    }

    .product-detail-content-warp{
        padding:0 0 35px;
    }

    .product-detail-content-box{
        padding-top:24px;
    }

    .product-detail-content-title{
        margin-bottom:16px;
    }

    .product-detail-content-title h2{
        font-size:1.35rem;
    }

    .product-detail-content{
        font-size:14px;
        line-height:24px;
    }

    .product-detail-content p{
        margin-bottom:14px;
    }

    .product-detail-content h2{
        margin:24px 0 12px 0;
        font-size:1.2rem;
    }

    .product-detail-content h3{
        margin:20px 0 10px 0;
        font-size:1.05rem;
    }

    .product-detail-content h4{
        font-size:1rem;
    }

    .product-detail-content blockquote{
        padding:14px 16px;
        font-size:14px;
        line-height:22px;
    }

    .product-detail-content img{
        margin:18px auto;
        border-radius:12px;
    }

    .product-detail-content table{
        display:block;
        width:100%;
        overflow-x:auto;
        white-space:nowrap;
        -webkit-overflow-scrolling:touch;
    }

    .product-detail-content table tbody,
    .product-detail-content table thead,
    .product-detail-content table tr{
        width:max-content;
        min-width:100%;
    }

    .product-detail-content table th,
    .product-detail-content table td{
        font-size:14px;
        line-height:22px;
        padding:12px 14px;
    }

    .inquiry-popup{
        width:92%;
    }

    .inquiry-popup-box{
        padding:24px 18px 20px;
        border-radius:16px;
    }

    .inquiry-popup-close{
        right:10px;
        top:10px;
        width:34px;
        height:34px;
        line-height:34px;
    }

    .inquiry-popup-close i{
        line-height:34px;
    }

    .inquiry-popup-title{
        margin-bottom:18px;
        padding-right:24px;
    }

    .inquiry-popup-title h3{
        font-size:1.55rem;
        line-height:1.35;
    }

    .inquiry-popup-title p{
        font-size:14px;
        line-height:24px;
    }

    .popup-form-row{
        flex-wrap:wrap;
        gap:14px;
        margin-bottom:14px;
    }

    .popup-form-item{
        width:100%;
    }

    .popup-form-item label{
        font-size:14px;
        line-height:22px;
        margin-bottom:6px;
    }

    .popup-form-item input{
        height:46px;
        line-height:46px;
        font-size:14px;
    }

    .popup-form-item textarea{
        height:120px;
        font-size:14px;
        line-height:22px;
        padding-top:12px;
    }

    .popup-submit-btn{
        height:46px;
        line-height:46px;
        font-size:15px;
    }

    .custom-form-loading-box{
        min-width:220px;
        padding:24px 18px;
        border-radius:12px;
    }

    .custom-form-loading-spinner{
        width:36px;
        height:36px;
    }

    .custom-form-loading-text{
        font-size:14px;
        line-height:22px;
    }

    .custom-form-modal-box{
        padding:26px 18px 22px;
        border-radius:14px;
    }

    .custom-form-modal-icon{
        width:60px;
        height:60px;
        line-height:60px;
        font-size:30px;
        margin-bottom:14px;
    }

    .custom-form-modal-title{
        font-size:1.28rem;
    }

    .custom-form-modal-text{
        font-size:14px;
        line-height:24px;
        margin-bottom:20px;
    }

    .custom-form-modal-btn{
        min-width:100px;
        height:42px;
        line-height:42px;
        font-size:14px;
    }

    .product-related-warp{
        padding:0 0 35px;
    }

    .product-related-title{
        margin-bottom:18px;
    }

    .product-related-title h2{
        font-size:1.35rem;
    }

    .product-related-title p{
        font-size:14px;
        line-height:22px;
    }

    .product-related-slider{
        padding:0 0 64px 0;
    }

    .product-related-item{
        border-radius:14px;
    }

    .product-related-img img{
        height:auto;
        aspect-ratio:1 / 1;
        object-fit:cover;
    }

    .product-related-info{
        padding:14px 12px 16px;
    }

    .product-related-info h3{
        font-size:15px;
        line-height:22px;
    }

    .product-related-info p{
        font-size:13px;
        line-height:20px;
    }

    .product-related-btn{
        top:auto;
        bottom:0;
        margin-top:0;
        width:40px;
        height:40px;
        line-height:40px;
        display:block;
    }

    .product-related-btn i{
        line-height:40px;
    }

    .product-related-prev{
        left:calc(50% - 50px);
    }

    .product-related-next{
        right:calc(50% - 50px);
    }
}