@charset "utf-8";

@media (max-width: 767px){
  .l-content .m-container {
    padding: 0;
    margin: auto;
  }

  .l-content .product .w-name {
    height: 45px !important;
  }

  .l-content .w-100{
    width:100%;
  }

  .l-content .section5 .contact-box{
  background-color: #e5f2fd;;
  }

  .l-content .share-area{
  padding-top: 160px!important;
  }

}

@media (min-width: 768px){
  .l-content .m-container {
    max-width: 1600px;
    padding: 0 20px;
  }

  .l-content .product .w-name {
    height: 60px !important;
  }

  .l-content .section5 .contact-box{
  max-width: 1540px;
  background-image: url(/th/pr/vona/recommend_brand/omron/popular_2026/images/img_support.png);
  }

  .l-content .share-area{
  padding-top: 150px!important;
  }
}

@media (max-width:991px){
  .l-content .section-mainvs .top-cate .cols{
  width: 20%;
  padding: 6px 6px;
  }

  .l-content .section-mainvs .top-cate .cols:nth-child(5){
  border-right: none;
  }

}

@media (min-width:992px){
  .l-content .section-mainvs .top-cate .cols{
  width: 11%;
  padding: 10px 10px;
  }

  .l-content .product .w-name {
    height: 80px !important;
  }

  .l-content .share-area{
  padding-top: 100px!important;
  }
}


@media (min-width: 1200px){
  .l-content .share-area{
  padding-top: 85px!important;
  }


}

@media (min-width: 1600px){
  .l-content .product .w-name {
    height: 60px !important;
  }

  .l-content .share-area{
  padding-top:100px!important;
  }
}

.l-content .section3 .card:hover {
  cursor: pointer;
}

.l-content .section4 .card:hover {
  cursor: pointer;
}


.l-content .product:hover a {
  color: #ff730a;
}

.l-content .product {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  text-align: center;
}

.l-content .product .w-name {
  display: block;
  font-weight: bold;
}

.l-content .product .partno {
  display: block;
  height: 30px;
  text-align: left;
  margin-bottom: 10px;
}

.l-content .gotop{
  position: fixed;
  bottom: 15%;
  right: 3%;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
}

.l-content .gotop.show {
  opacity: 0.5;
  visibility: visible;
}

.l-content .gotop:hover {
  opacity: 1;
  cursor: pointer;
}

.l-content .top-mainvs{
  background-image: linear-gradient(90deg,#fff 15%,#f6fafe);
  height: auto;
}

.l-content .top-mainvs img{
  width: 15%;
  min-width: 200px;
}

.l-content .section-mainvs{
  background-image: url(/th/pr/vona/recommend_brand/omron/popular_2026/images/mainvs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  max-height: 360px;
}

.l-content .m-cols__wrap{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.l-content .text-mainvs{
  color: #333;
  font-size: clamp(30px,3vw,50px);
  font-weight: bold;
  line-height: clamp(30px,3vw,50px);
}

.l-content .mainvs-label{
  max-width: 400px;
  margin: 10px 0;
}

.l-content .text-submain{
  font-size: clamp(16px,1vw,20px);
}

.l-content .btn {
  text-align: center;
  display: inline-block;
  padding : 0.6rem 1rem;
  border-radius: 8px;
  font-size: clamp(14px,1vw,18px);
  text-decoration: none;
  vertical-align: middle;
}

.l-content .main-btn{
  display: flex;
  gap: 1rem;
}

.l-content .main-btn a:hover{
  background-color: #fff;
  color: royalblue;
  border: solid 2px royalblue;

}

.l-content .main-btn .btn-1 {
  background-color: royalblue;
  border: solid 2px royalblue;
  color: #fff;
}

.l-content .main-btn .btn-2{
  border: solid 2px royalblue;
  color: royalblue;
}

.l-content .section-mainvs .top-cate{
  border-radius: 6px;
  background-color: #fff;
  margin: 1rem 0.5rem;
  padding: 0;
  margin-top: 20px;
  position: relative;
}

.l-content .section-mainvs .top-cate .just-around{
  justify-content: space-around;
}

.l-content .section-mainvs .top-cate .cols{
  flex: 0 0 auto;
  border-right: solid 1px #dedede;
  justify-content: space-between;
}

.l-content .section-mainvs .top-cate .cols.last{
  border-right: none;
}

.l-content .section-mainvs .top-cate .anchor a{
  color: #333;
  text-decoration: none;
}

.l-content .section-mainvs .top-cate .anchor a:hover{
  color: royalblue;
}

.l-content .section-mainvs .top-cate .anchor:hover{
  cursor: pointer;
}

.l-content .share-area{
  background-color: #e5f2fd;
  padding: 40px 10px;
}

.l-content .section2, .l-content .section4,.l-content .section5{
  background-color: #e5f2fd;
}

.l-content .section3{
  background-color: #070747;
  padding-bottom: 20px;
  box-shadow: inset 0px 2px 10px royalblue;
}

.l-content .section6{
background-color: #c5e4ff;
}

.l-content .text-title{
  color: #070747;
}

.l-content .section3 .text-title{
  color: #fff;
  text-shadow: royalblue 0px 0px 10px;
}

.l-content .section2 .m-cols .m-cols__wrap>[class^="m-col-"], .l-content .section3 .m-cols .m-cols__wrap>[class^="m-col-"], .l-content .section4 .m-cols .m-cols__wrap>[class^="m-col-"] {
  padding: 10px;
  margin: 0;
}

.l-content .card{
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
}

.l-content .section2 .card img{
  border-radius: 8px 8px 0px 0px;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.l-content .section2 .card .des, .l-content .section3 .card, .l-content .section4 .card{
  padding: 10px;
}

.l-content .section2 .tag{
  margin-top: 5px;
  color: royalblue;
  padding : 0.5rem;
  border-radius: 8px;
  font-size: clamp(12px,1vw,14px);
  background-color:#e5f2fd;
  border-style: none;
  cursor: pointer;

}

.l-content .section3 .card{
  box-shadow: royalblue 0px 0px 20px;
}

.l-content .section3 .card .new-tag{
  vertical-align: middle;
  margin: 5px 10px;
  padding: 2px 5px;
  color: #fff;
  background-color:limegreen;
  font-size: clamp(10px,4vw,12px);
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}

.l-content .section3 .product, .l-content .section4 .product{
  display: inline-flex;
  border-style: none;
  padding: 0;
}


 .l-content .section3 .price{
  width: 100%;
  justify-content: center;
  clear: both;
 }

.l-content .section4 .m-tab{
  margin: 0;
  padding: 20px 0;
}
 
.l-content .m-tab .tab-content .detail, .l-content .m-tab .tab-title, .l-content .m-tab{
    border-style: none;
}

.l-content .section4 .m-tab .tab-title li{
  border-style: none;
  background: none;
  color: #777;  
  margin-inline: 1%;
}

.l-content .section4 .m-tab .tab-title li.current {
    border-bottom: solid 3px royalblue;
    color: black;
    font-weight: bold;
}

.l-content .product .pd-img {
  width: -webkit-fill-available;
  max-width: 140px;
}


.l-content .section5 .text-box{
  justify-self: flex-end;
  padding: 0 10px 0 10px;
  color: #070747;
}

.l-content .section5 .text-box .icon, .l-content .section6 .icon{
    display: flex;
    vertical-align: middle;
    gap: 10px;
    align-items: center;
    padding-left: 10px;
    justify-content: center;
  
}

.l-content .section5 .highlight{
  font-size: clamp(20px,3vw,30px);
  text-align: center;
}

.l-content .section5 .line-contact{
    max-width: 450px;
}

.l-content .section6{
  padding: 20px;
  color: #070747;
}

.l-content .section6 .area{
  max-width: 1600px;
}

/* Useful Class */
.l-content .w-mm { margin: 0 auto; }
.l-content .just-self-center { justify-self: center; }
.l-content .just-center { justify-content: center; }
.l-content .self-center { align-self: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }
