 
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.product_preview {
    height: 1080px;
    background: url("https://jcc-canhu.com//wp-content/plugins/sytech-fronteditor/sytpl/product_preview/assets/img/product-banner11.jpg") center center / cover no-repeat;
}

body>section {
    position: relative;
}

body>section:hover {}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .product_preview {
        height: auto;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 786px) {
    .product_preview {
        height: auto;
    }
}

@media screen and (max-width: 786px) {
    .product_preview {
        padding: 2rem 0px 3rem;
    }
}

.content {
    max-width: 1740px;
    margin: 0px auto;
    position: relative;
}

.product_preview .content {
    max-width: 1600px;
    height: 100%;
}

@media screen and (min-width: 786px) and (max-width: 1600px) {
    .content {
        padding: 0px 1.2rem;
        max-width: 1440px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
    .content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .content {
        max-width: 786px;
    }
}

@media screen and (max-width: 786px) {
    .content {
        padding: 0px 1.2rem;
    }
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.flex_top {
    align-items: flex-start;
}

.gap {
    gap: 1.25rem;
}

.product_preview .content>.flex {
    height: 100%;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .product_preview .content>.flex {
        display: block;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .content>.flex {
        display: block;
    }
}

.product_preview .content .left {
    height: 100%;
    width: 40%;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .product_preview .content .left {
        width: 100%;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .content .left {
        width: 100%;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .left {
        width: 100%;
    }
}

.product_preview .content h1 {
    font-size: 58px;
    line-height: 76px;
    margin-bottom: 2rem;
    margin-top: 16rem;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .product_preview .content h1 {
        margin-top: 7rem;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .content h1 {
        margin-top: 2rem;
        font-size: 30px;
        line-height: 42px;
    }
}

.product_preview .content p {
    font-size: 17px;
    line-height: 29px;
    width: 80%;
    opacity: 0.9;
    color: var(--title_color);
    margin-bottom: 3rem;
}

@media screen and (max-width: 786px) {
    .product_preview .content p {
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .content p {
        font-size: 16px;
    }
}

button,
input,
textarea {
    outline: none;
    border: none;
    font-family: unset;
}

input[type="submit"],
button {
    cursor: pointer;
}

.button {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background: var(--bg_color);
    border-radius: 6px 20px;
    transition: all 0.3s ease 0s;
    padding: 1rem 2.4rem;
}

.button:hover {
    filter: brightness(1.1);
}

@media screen and (max-width: 786px) {

    .button,
    .button_t,
    .button_more {
        font-size: 14px !important;
        padding: 11px 22px 13px !important;
    }
}

.product_preview .content .right {
    margin-top: 7rem;
    width: 57%;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .product_preview .content .right {
        width: 100%;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .product_preview .right {
        padding-top: 2rem;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .content .right {
        width: 100%;
        display: block;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .right {
        padding: 2rem 0px 0px;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .content .right .pic {
        text-align: center;
    }
}

@media screen and (max-width: 786px) {
    .product_preview .content .right img {
        width: 80%;
    }
}

.productlist {
    margin-top: 3rem;
}

ul {
    list-style: none;
}

.productlist ul {
    padding-left: 3rem;
}

@media screen and (max-width: 786px) {
    .productlist ul {
        padding-left: 0px;
    }
}

.productlist ul li {
    position: relative;
}

.productlist ul li::before {
    content: "";
    background-image: url("https://jcc-canhu.com//wp-content/plugins/sytech-fronteditor/sytpl/product_preview/assets/img/product-right-bg.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -18.5rem;
    top: -1rem;
    z-index: 9;
}

.productlist ul li::after {
    content: "";
    background-image: url("https://jcc-canhu.com//wp-content/plugins/sytech-fronteditor/sytpl/product_preview/assets/img/product-right-icon1.png.png");
    background-repeat: no-repeat;
    width: 279px;
    height: 45px;
    position: absolute;
    left: -17.5rem;
    top: 0rem;
}

@media screen and (max-width: 786px) {
    .productlist ul li::before {
        display: none;
    }
}

@media screen and (max-width: 786px) {
    .productlist ul li::after {
        display: none;
    }
}

a {
    color: rgb(36, 36, 36);
    text-decoration: none;
    font-size: 1rem;
}

.productlist ul li a {
    display: block;
    background-color: rgb(255, 255, 255);
    margin-bottom: 1rem;
    border-radius: 6px 30px;
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.flex1 {
    flex: 1 1 0%;
}

.productlist strong {
    font-size: 20px;
    width: 50%;
    display: block;
}

@media screen and (max-width: 786px) {
    .productlist strong {
        font-size: 18px;
    }
}

.right .productlist span {
    color: var(--theme_color);
    font-weight: bold;
    margin-top: 1rem;
    display: block;
    position: relative;
}

.right .productlist span::after {
    content: "";
    width: 25px;
    height: 12px;
    background-image: url("https://jcc-canhu.com//wp-content/plugins/sytech-fronteditor/sytpl/product_preview/assets/img/product-array.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.4rem;
    left: 4.5rem;
}

.productlist ul li img {
    max-height: 100px;
}

@media screen and (max-width: 786px) {
    .productlist ul li img {
        max-height: 75px;
        object-fit: contain;
        width: 90px !important;
    }
}

.productlist ul li:nth-child(2)::before {
    left: -10.5rem;
    top: -3rem;
}

.productlist ul li:nth-child(2)::after {
    background-image: url("https://jcc-canhu.com//wp-content/plugins/sytech-fronteditor/sytpl/product_preview/assets/img/product-right-icon2.png.png");
    left: -9.5rem;
    top: -2rem;
    height: 73px;
}

.productlist ul li:nth-child(3)::before {
    left: -16.5rem;
    top: -5rem;
}

.productlist ul li:nth-child(3)::after {
    background-image: url("https://jcc-canhu.com//wp-content/plugins/sytech-fronteditor/sytpl/product_preview/assets/img/product-right-icon3.png.png");
    left: -15.5rem;
    top: -4rem;
    height: 100px;
}

.productlist ul li:nth-child(4)::before {
    left: -18.5rem;
    top: -7rem;
}

.productlist ul li:nth-child(4)::after {
    background-image: url("https://jcc-canhu.com//wp-content/plugins/sytech-fronteditor/sytpl/product_preview/assets/img/product-right-icon4.png");
    top: -6rem;
    height: 127px;
    left: -17.5rem;
}

div.sytech_tools_bar {
    position: absolute;
    right: 0%;
    top: 0px;
    padding: 0.8rem;
    transition: all 0.3s ease 0s;
    z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
    right: 0%;
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}

div.sytech_tools_bar button {
    outline: none;
    border: none;
    font-family: unset;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    background-color: rgb(51, 189, 233);
    color: rgb(255, 255, 255);
}
 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
} 

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}

.infomation_box {
    margin: 8rem 0px;
}

@media screen and (max-width: 786px) {
    .infomation_box {
        margin: 2rem 0px;
    }
}

.infomation_box .content {
    max-width: 1600px;
}

@media screen and (min-width: 786px) and (max-width: 1600px) {
    .content {
        padding: 0px 1.2rem;
        max-width: 1440px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
    .content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .content {
        max-width: 786px;
    }
}

@media screen and (max-width: 786px) {
    .content {
        padding: 0px 1.2rem;
    }
}

.infomation_box .content>.flex {
    gap: 5rem;
}

@media screen and (max-width: 786px) {
    .infomation_box>.content>.flex {
        display: block;
    }
}

.wrap {
    flex-wrap: wrap;
}

.flex_middle {
    align-items: center;
}

.head h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}

.infomation_box .head h2 {
    margin-bottom: 3rem;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@media screen and (max-width: 786px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box .head h2 {
        margin-bottom: 1rem;
        margin-top: 2rem;
        font-size: 20px;
    }
}

.infomation_box .head p {
    font-size: 17px;
    line-height: 29px;
    color: rgb(86, 86, 86);
    margin-bottom: 1rem;
}

@media screen and (max-width: 786px) {
    .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box .head p {
        font-size: 16px;
    }
}

.infomation_box .pic img {
    max-width: 782px;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .infomation_box .pic img {
        max-width: 400px;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box .pic img {
        width: 100%;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box .right .pic img {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box {
        margin: 2rem 0px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1600px) {
    .content {
        padding: 0px 1.2rem;
        max-width: 1440px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
    .content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .content {
        max-width: 786px;
    }
}

@media screen and (max-width: 786px) {
    .content {
        padding: 0px 1.2rem;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box>.content>.flex {
        display: block;
    }
}

@media screen and (max-width: 786px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box .head h2 {
        margin-bottom: 1rem;
        margin-top: 2rem;
        font-size: 20px;
    }
}

@media screen and (max-width: 786px) {
    .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box .head p {
        font-size: 16px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .infomation_box .pic img {
        max-width: 400px;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box .pic img {
        width: 100%;
    }
}

@media screen and (max-width: 786px) {
    .infomation_box .right .pic img {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}

.about_responsability {
    margin: 14rem 0px 6rem;
}

@media screen and (max-width: 786px) {
    .about_responsability {
        margin-top: 6rem;
    }
}

.about_responsability .content {
    width: 1527px;
}

@media screen and (min-width: 786px) and (max-width: 1600px) {
    .content {
        padding: 0px 1.2rem;
        max-width: 1440px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
    .content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .content {
        max-width: 786px;
    }
}

@media screen and (max-width: 786px) {
    .content {
        padding: 0px 1.2rem;
    }
}

@media screen and (max-width: 786px) {
    .about_responsability .content {
        width: 100%;
    }
}

.about_responsability .bg {
    height: 381px;
    background: url("https://jcc-canhu.com/wp-content/plugins/sytech-fronteditor/sytpl/about_responsability/assets/img/about-respan.jpg") center bottom / contain no-repeat;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .about_responsability .bg {
        background-size: cover;
        border-radius: 30px;
        height: 300px;
    }
}

@media screen and (max-width: 786px) {
    .about_responsability .bg {
        width: 100%;
        background-size: cover;
        height: 200px;
        border-radius: 10px;
        margin-bottom: 1rem;
    }
}

.about_responsability .bg h2 {
    font-size: 48px;
}

@media screen and (max-width: 786px) {
    .about_responsability .bg h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 786px) {
    .about_responsability .flex {
        display: block;
    }
}

.about_responsability .flex p {
    font-size: 17px;
    line-height: 30px;
    padding: 5rem;
    color: rgb(117, 117, 117);
    font-weight: 500;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .about_responsability .flex p {
        padding: 3rem;
    }
}

@media screen and (max-width: 786px) {
    .about_responsability .flex p {
        padding: 1rem;
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}

/*----custom_pc_start----*/  #4YFV5D .about_responsability{margin-top:100px;margin-bottom:96px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #4YFV5D .about_responsability{} } /*----custom_mobile_end----*/
 
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.product_related {
    height: 1080px;
    padding: 5rem 0px;
    background: url("https://jcc-canhu.com/wp-content/plugins/sytech-fronteditor/sytpl/product_related/assets/img/product-bg12.jpg") center center / cover no-repeat;
}

@media screen and (max-width: 786px) {
    .product_related {
        padding: 3rem 0px 2rem;
        height: auto;
    }
}

@media screen and (min-width: 786px) and (max-width: 1600px) {
    .content {
        padding: 0px 1.2rem;
        max-width: 1440px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
    .content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .content {
        max-width: 786px;
    }
}

@media screen and (max-width: 786px) {
    .content {
        padding: 0px 1.2rem;
    }
}

.center {
    text-align: center;
}

.product_related h2 {
    margin-bottom: 5rem;
    margin-top: 8rem;
}

.fadeInUp {
    animation-name: fadeInUp;
}

@media screen and (max-width: 786px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 786px) {
    .product_related h2 {
        margin-bottom: 2rem;
        margin-top: 5rem;
    }
}

.swiper_box {
    position: relative;
}

@media screen and (max-width: 786px) {
    .product_related .swiper_box {
        margin: 22px 0px 2rem;
    }
}

.swiper_btns {
    display: flex;
}

.swiper_btns.middle {
    max-width: 1430px;
    width: 98%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    justify-content: space-between;
}

.swiper_btns.full {
    gap: 42px;
}

.swiper_btns.full.middle {
    max-width: 1800px;
}

.product_related .swiper_btns.full.middle {
    top: 38%;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .swiper_btns.full {
        gap: 1rem;
    }
}

@media screen and (max-width: 786px) {
    .swiper_btns.full {
        gap: 1rem;
    }
}

@media screen and (max-width: 786px) {
    .product_related .swiper_btns {
        display: none;
    }
}

.swiper_btns div {
    width: 1rem;
    height: 30px;
    background: url("https://jcc-canhu.com/wp-content/plugins/sytech-fronteditor/sytpl/product_related/assets/img/arrow-w.svg") center center / contain no-repeat;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.swiper_btns div.swiper-button-disabled {
    cursor: default;
    opacity: 0.68;
}

.swiper_btns.middle div {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateY(-50%);
}

.swiper_btns.full div {
    width: 66px;
    height: 66px;
    background-image: url("https://jcc-canhu.com/wp-content/plugins/sytech-fronteditor/sytpl/product_related/assets/img/arrow-w.svg");
    background-position: center center;
    background-size: 15%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: var(--title_color);
    border: 1px solid var(--title_color);
    border-radius: 50%;
}

.swiper_btns.full div.swiper-button-disabled {
    background-image: url("https://jcc-canhu.com/wp-content/plugins/sytech-fronteditor/sytpl/product_related/assets/img/arrow-b.svg");
    background-color: transparent;
    border-color: rgb(158, 165, 157);
    opacity: 1;
}

.swiper_btns.full div.swiper-button-disabled:hover {
    background-color: transparent;
    border-color: rgb(158, 165, 157);
}

.swiper_btns.full div:hover {
    background-color: var(--theme_color);
    border-color: var(--theme_color);
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .swiper_btns.full div {
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .swiper_btns.full div {
        width: 3rem;
        height: 3rem;
    }
}

@media screen and (max-width: 786px) {
    .swiper_btns.full div {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.swiper_btns .btn_next {
    transform: rotate(180deg);
}

.swiper_btns.middle .btn_next {
    left: unset;
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
}

.swiper_content {
    max-width: 1620px;
    margin: 0px auto;
    position: relative;
    padding: 10px;
    overflow: hidden;
}

@media screen and (min-width: 786px) and (max-width: 1600px) {
    .swiper_content {
        padding: 10px 1.2rem;
        max-width: 1460px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
    .swiper_content {
        max-width: 1240px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
    .swiper_content {
        max-width: 1020px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .swiper_content {
        max-width: 806px;
    }
}

@media screen and (max-width: 786px) {
    .swiper_content {
        padding: 10px 1.2rem;
    }
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}

.products .product>div {
    display: block;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 13px;
    transition: all 0.3s ease 0s;
    position: relative;
    text-align: center;
}

.products .product>div::after {
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    background-color: var(--theme_color);
    position: absolute;
}

.products .product>div:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.products .product>div:hover::after {
    width: 81%;
}

.products .product>div .img {
    width: 165px;
    text-align: center;
    margin: 0px auto;
    padding: 6rem 0px 3rem;
    overflow: hidden;
}

@media screen and (max-width: 786px) {
    .products .product>div .img {
        width: 125px;
    }
}

.products .product>div:hover img {
    transform: scale(1.05);
}

.products .product>div .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s ease 0s;
}

.products .product>div .info {
    padding: 25px 1.5rem 45px;
    text-align: left;
}

@media screen and (max-width: 786px) {
    .products .product>div .info {
        padding: 14px;
    }
}

.products .product>div .info strong {
    color: rgb(132, 132, 132);
    font-size: 15px;
    margin-top: 18px;
    line-height: 22px;
    font-weight: 400;
}

@media screen and (max-width: 786px) {
    .products .product>div .info strong {
        font-size: 15px;
        line-height: 1.5;
    }
}

.products .product>div .info p {
    color: var(--title_color);
    font-size: 18px;
    margin-top: 14px;
    font-weight: bold;
    min-height: 44px;
    line-height: 22px;
}

@media screen and (max-width: 786px) {
    .products .product>div .info p {
        font-size: 0.85rem;
        line-height: 1.3rem;
        margin-top: 0.5rem;
    }
}

.flex_center {
    justify-content: center;
}

div.swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    height: 1rem;
    width: 100%;
    gap: 21px;
}

.product_related .swiper-pagination {
    justify-content: center;
    margin: 4rem 0px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
}

div.swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--title_color);
    background-color: var(--title_color);
    opacity: 1;
    transition: all 0.3s linear 0s;
    margin: 0px 4px;
}

div.swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    margin: 0px !important;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}
 