/** Shopify CDN: Minification failed

Line 109:8 Expected ":"

**/
.nav_section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    transition: all linear 0.3s;
    z-index: 999;
}
.nav_section.fixed{
  position: fixed;
  background-color: #fff;
}

.nav_section.fixed .header-contents ul.custom-nav li a,
.nav_section.fixed .header-right-custom .custom-icons a svg,
.nav_section.fixed .header-right-custom .custom-icons a svg path,
.nav_section.fixed .header-right-custom .custom-icons a svg d,
.nav_section.fixed .cart--external--total-items{
  color: #000;
  fill: #000;
}
.nav_section:hover{
  background-color: #fff;
}

.nav_section:hover .header-contents ul.custom-nav li a,
.nav_section:hover .header-right-custom .custom-icons a svg,
.nav_section:hover .header-right-custom .custom-icons a svg path,
.nav_section:hover .header-right-custom .custom-icons a svg d,
.nav_section:hover .cart--external--total-items{
  color: #000;
  fill: #000;
}

.main-header-custom .nav_section .page-width {
    position: static !important;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.header-contents {
    display: inline-grid;
    grid-template-columns: 20% 56% 20%;
    width: 100%;
    align-items: center;
}

.header-right-custom {
    text-align: right;
}
.header-contents {
    display: inline-grid;
    grid-template-columns: 20% 56% 20%;
    width: 100%;
    align-items: center;
    padding: 10px 0px;
}

.header-mega-menu{
  position: absolute;
  left: 0px;
  top: 75px;
  background-color: white;
  border-top: 1px solid #F7F8FB;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.5s;
}

.header-mega-menu .header-mega-menu-custom{
  padding: 20px 0px 50px;
}

.header-mega-menu .header-mega-menu-custom .header-mega-menu-title{
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

.header-mega-menu .header-mega-menu-custom .mega-menu-items{
  width: 100%;
  display: flex;
  gap: 30px;
}

.header-mega-menu .header-mega-menu-custom .mega-menu-items .sing-item-mega-item{
  margin: 0px;
  padding: 10px;
  background-color: #F7F8FB;
  border-radius: 5px;
  width: 130px;
  overflow: hidden;
}

.header-mega-menu .header-mega-menu-custom .mega-menu-items .sing-item-mega-item a{
  margin: 0px;
  padding: 0px;
}

.header-mega-menu .header-mega-menu-custom .mega-menu-items .sing-item-mega-item a img{
  width: 100%;
  height Auto;
  margin-bottom: 10px;
  padding:5px;
}
.header-mega-menu .header-mega-menu-custom .mega-menu-items .sing-item-mega-item a h3{
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.header-nav-custom .custom-nav li:hover .header-mega-menu {
  opacity: 1;
  visibility: visible;
}

ul.custom-nav{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.boost-sd__header-main-2.boost-sd__header-main-2--middle-center {
    display: none !important;
}


/* compare table */

.imgbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imgbox img {
  width: 100%;
  height: auto;
}
.compare_table_section .title_box {
  display: flex;
}
.compare_table_section .title_box .title_header {
  width: 200px;
  flex-shrink: 0;
  border-bottom: 1px solid #eee;
}
.compare_table_section .title_box .title_header h2 {
  font-size: 20px;
  margin: 0;
  padding-top: 3px;
}
.compare_table_section .title_box .title_row {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compare_table_section .title_box .title_row li {
  height: 100%;
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.compare_table_section .img_row {
  margin: 0;
  padding-left: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compare_table_section .img_row li {
  width: calc(25% - 20px);
  margin: 20px 0px;
}
.compare_table_section .content_box {
  display: flex;
}
.compare_table_section .content_box .content_header {
  width: 200px;
  flex-shrink: 0;
  border-bottom: 1px solid #eee;
}
.compare_table_section .content_box .content_header h2 {
  font-size: 20px;
  margin: 0;
  padding-top: 3px;
}
.compare_table_section .content_box .content_row {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.compare_table_section .content_box .content_row li {
  height: 100%;
  width: 100%;
  font-size: 14px;
  padding:10px 15px;
}

@media only screen and (max-width: 992px) {
  .compare_table_section .title_box .title_header {
    width: 150px;
  }
  .compare_table_section .title_box .title_header h2 {
    font-size: 16px;
  }
  .compare_table_section .title_box .title_row li {
    font-size: 16px;
  }
  .compare_table_section .img_row {
    padding-left: 150px;
  }
  .compare_table_section .content_box {
    margin-top: 0;
  }
  .compare_table_section .content_box .content_header {
    width: 150px;
  }
  .compare_table_section .content_box .content_header h2 {
    font-size: 16px;
  }
  .compare_table_section .content_box .content_row {
    padding-bottom: 0;
  }
  .compare_table_section .content_box .content_row li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .compare_table_section .title_box .title_header {
    width: 100px;
  }
  .compare_table_section .title_box .title_header h2 {
    font-size: 14px;
  }
  .compare_table_section .title_box .title_row li {
    font-size: 14px;
    width: calc(25% - 5px);
  }
  .compare_table_section .img_row {
    padding-left: 100px;
  }
  .compare_table_section .img_row li {
    width: calc(25% - 5px);
  }
  .compare_table_section .content_box .content_header {
    width: 100px;
  }
  .compare_table_section .content_box .content_header h2 {
    font-size: 14px;
  }
  .compare_table_section .content_box .content_row li {
    font-size: 14px;
    width: calc(25% - 5px);
  }
}
@media only screen and (max-width: 320px) {
  .compare_table_section .title_box .title_header {
    width: 50px;
  }
  .compare_table_section .title_box .title_header h2 {
    font-size: 10px;
  }
  .compare_table_section .title_box .title_row li {
    font-size: 10px;
    width: calc(25% - 5px);
  }
  .compare_table_section .img_row {
    padding-left: 50px;
  }
  .compare_table_section .img_row li {
    width: calc(25% - 5px);
  }
  .compare_table_section .content_box .content_header {
    width: 50px;
  }
  .compare_table_section .content_box .content_header h2 {
    font-size: 10px;
  }
  .compare_table_section .content_box .content_row li {
    font-size: 10px;
    width: calc(25% - 5px);
  }
}

#shopify-section-template--14826523197526__main .product-page--description p{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 25px;
}


.product--price-wrapper .product--price{
  font-weight: 900;
  font-size: 20px;
}

.layout--viewport[data-drawer-side=left] .drawer--close, 
.layout--viewport[data-drawer-side=right] .drawer--close {
  color: #000 !important;
  top: 25px !important;
  right: 360px !important;
  z-index: 9999999 !important;
}









body.template--product.page--aqara-water-leak-sensor水浸傳感器.boost-sd__ajax-cart-enabled .page-width {
    max-width: 100% !important;
    width: 100% !important;
}

/* body,html{
  overflow-x: hidden;
  width: 100vw;
} */
.x-menu--level-2--container {
    box-shadow: 0 0 10px #00000014 !important;
    background: #FFF;
}


@media only screen and (max-width: 768px) {
.collection-breadcrumb-cust {
    display: block !important;
}
.collection-breadcrumb-cust .c-sub-nav {
    margin-top: 20px;
}
}

body.boost-sd__ajax-cart-enabled .layout--viewport[data-drawer-view=cart] .drawer--root {
    display: block;
}

html.js.flexbox-gap{
  padding-bottom: 0 !important;
}





