.container{max-width:1440px}.button:hover,button:hover{opacity:.7}.card-footer .price .price-sale{flex-direction:row}.card-product .card-media img{object-fit:contain}.card-product .card-info-wrap .jdgm-prev-badge .jdgm-prev-badge__text{display:block;font-size: 1rem;translateY(2.5px);color:#77777F}.jdgm-prev-badge .jdgm-prev-badge__text{color:#77777F;transform:translateY(-1px)}.grid .grid-item .card-product .card-badge.right{right:1rem}.card-product .card-heading{text-align:left}.jdgm-preview-badge .jdgm-star{color:#FA0!important}.product-grid.grid-2-col .card-product .card-info{padding-bottom:1rem}.price-sale .price-discount s:after{top:7px;transform:rotate(0)}.card-product .price-sale .price-discount s:after{top:10px;transform:rotate(0)}.card-product .price-item .sup{display:none}.badge-stock-in{color:#009CFF}.page-layout-with-sidebar-drawer .page-layout-sidebar{border-radius:8px;border:1px solid #D0D6DE;padding-bottom:12px;overflow:hidden;max-height:80vh;overflow-y:auto;top:180px}@media screen and (min-width: 1000px){.page-layout-with-sidebar-drawer .page-layout-sidebar{position:sticky}}.page-layout-with-sidebar-drawer .page-layout-sidebar .yg-filter-result{padding:12px;background-color:#009CFF;color:var(--Grey-White,var(--Grey-5,#FFF));font-size:var(--Font-Size-Base,16px);font-style:normal;font-weight:var(--Font-Main---Weight,400);line-height:140%}.page-layout-sidebar-inner .page-layout-sidebar-drawer-header,.page-layout-sidebar-inner .page-layout-sidebar-inner-content,.page-layout-sidebar-inner .page-layout-sidebar-drawer-footer{padding:12px 12px 0}.navigation-mobile .navigation-mobile-item-link>span{word-break:break-word;display:flex;align-items:center;flex:auto;padding:1.5rem 1rem 1.5rem 0;color:currentColor;cursor:pointer}.navigation-menu span{word-wrap:break-word;cursor:pointer}.mega-menu-container .mega-menu-column-title{padding-bottom:.75rem;border-bottom:1px solid #c2c2c2}.header .yg-has-label{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.yg-link-label{padding:2px 4px;background:linear-gradient(90deg,#ff2d37,#ff4d55 47%,#ff6c73);font-size:12px;color:#fff;border-radius:4px;display:flex;align-items:center}@media (max-width: 700px){.page-layout-with-sidebar-drawer .page-layout-sidebar{position:fixed}}@media (min-width: 990px){.block-section .block-block-section-title-wrapper{flex-direction:column;align-items:center;}.block-section-title-aux{margin-left: 0;}}
.card-product .jdgm-prev-badge {
  display: flex !important;
}
.jdgm-prev-badge .jdgm-prev-badge__text {
  margin-left: 3px;
}
.jdgm-prev-badge .jdgm-prev-badge__stars {
  line-height: 1.6;
}
.card-product .jdgm-prev-badge .jdgm-star {
  font-size: 0.75rem !important;
}

h2,
.h2 {
  font-size: var(--heading-font-size) !important;
}

.block-block-section-title-wrapper {
  border-top: none;
}

@media screen and (max-width: 767px) {
  h2,
.h2 {
  font-size: var(--heading-font-size-mobile) !important;
 }
}

.mobile-menu {
  transform: translate(-10px,0);
  width: 85vw;
  top: 0;
  margin-top: 0 !important;
}
.yg-close-btn {
  position: absolute;
  top: 20px;
  right: -44px;
  padding: 10px;
  background: #009cff;
  display: flex;
  cursor: pointer;
}
.yg-close-btn path {
  fill: #fff;
}
@media (max-width: 989px) {
  .mobile-menu-inner .yg-nav-main-icon {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid #eee;
  }
  .mobile-menu-inner a.yg-nav-other-link {
    width: 100%;
    display: flex;
    align-items: center;
    color: #009cff;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    gap: 2px;
  }
  .mobile-menu-inner a.yg-nav-page-link {
    width: 100%;
    display: flex;
    align-items: center;
    color: #009cff;
    padding-top: 12px;
    gap: 6px;
  }
  .mobile-menu-inner a.yg-nav-page-link path {
    fill: #009cff;
  }
}
.navigation-mobile-item-link-expand {
  border-left: 0;
}
.navigation-mobile-item-link a:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.navigation-mobile-item.menu-item-expanded > .navigation-mobile-item-link  {
  color: #009CFF;
}

