/* HIBO Product Detail V1.14.30 */
.hibo-product-page{padding-bottom:24px}
.hibo-product-surface{padding:12px;border-radius:8px;background:#fff}
.hibo-product-head{margin-bottom:10px}
.hibo-product-head h1{margin:0;color:#222;font-size:18px;font-weight:800;line-height:1.35}
.hibo-product-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(340px,5fr);grid-template-areas:"gallery summary" "description summary";gap:18px 22px;align-items:start}
.hibo-product-gallery{grid-area:gallery;min-width:0}
.hibo-product-summary{grid-area:summary;min-width:0}
.hibo-product-description{grid-area:description;min-width:0}
.hibo-product-main-media{position:relative;display:grid;place-items:center;overflow:hidden;width:100%;aspect-ratio:1/1;border:1px solid #eee;border-radius:7px;background:#fff}
.hibo-product-main-image-button{display:block;width:100%;height:100%;padding:0;border:0;background:#fff;cursor:zoom-in}
.hibo-product-main-image-button img,.hibo-product-main-media>iframe{display:block;width:100%;height:100%;object-fit:contain}
.hibo-product-main-media>iframe{border:0;background:#000}
.hibo-product-image-placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:72px;font-weight:800;color:#d4d4d4;background:#f8f8f8}
.hibo-product-gallery-arrow{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:34px;height:46px;padding:0;border:0;border-radius:5px;background:rgba(255,255,255,.92);box-shadow:0 1px 7px rgba(0,0,0,.15);color:#555;font-size:26px;transform:translateY(-50%);cursor:pointer}
.hibo-product-gallery-arrow.is-prev{left:8px}.hibo-product-gallery-arrow.is-next{right:8px}
.hibo-product-thumbnails{display:flex;gap:7px;overflow-x:auto;margin-top:8px;padding:1px 1px 4px;scrollbar-width:thin}
.hibo-product-thumb{display:grid;place-items:center;flex:0 0 64px;width:64px;height:64px;padding:2px;border:1px solid #ddd;border-radius:5px;background:#fff;cursor:pointer}
.hibo-product-thumb.is-active,.hibo-product-thumb:hover{border-color:var(--theme-primary);box-shadow:0 0 0 1px var(--theme-primary)}
.hibo-product-thumb img{display:block;width:100%;height:100%;object-fit:contain}
.hibo-product-thumb--video{background:#fff}
.hibo-product-youtube-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#e62117;color:#fff}
.hibo-product-youtube-icon svg{width:22px;height:22px;fill:currentColor}
.hibo-product-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 10px;margin-bottom:10px;padding:10px 14px;border-radius:6px;background:#fafafa}
.hibo-product-price strong{color:var(--theme-primary);font-size:1.9rem;line-height:1.15}
.hibo-product-price del{color:#999;font-size:14px}
.hibo-product-discount{padding:3px 7px;border-radius:12px;background:var(--theme-primary);color:#fff;font-size:11px;font-weight:800}
.hibo-product-countdown{max-width:300px;margin:8px 0 12px;padding:10px;border:1px solid rgba(180,0,35,.12);border-radius:10px;background:linear-gradient(135deg,#fff1f1 0%,#ffe3e3 100%);box-shadow:0 8px 18px rgba(120,0,20,.08)}
.hibo-product-countdown-title{margin-bottom:8px;color:#7a0019;font-size:12px;font-weight:800;text-transform:uppercase}
.hibo-product-countdown-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.hibo-product-countdown-grid>span{display:flex;min-height:52px;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;background:#8b001b;color:#fff;box-shadow:inset 0 -3px 0 rgba(0,0,0,.18),0 5px 10px rgba(139,0,27,.18)}
.hibo-product-countdown-grid strong{font-size:18px;line-height:1}.hibo-product-countdown-grid small{margin-top:5px;font-size:9px;text-transform:uppercase;opacity:.82}
.hibo-product-promotions{margin:10px 0 13px;padding:10px 12px;border:1px dashed var(--theme-primary);border-radius:9px;background:#fffafa}
.hibo-product-promotions h2{margin:0 0 6px;color:var(--theme-primary);font-size:14px}
.hibo-product-promotions p{display:grid;gap:2px;margin:5px 0;font-size:12px}.hibo-product-promotions p span{color:#666}
.hibo-product-variants{margin:12px 0}
.hibo-product-variants h2{margin:0 0 7px;font-size:13px}
.hibo-product-variant-grid{display:flex;flex-wrap:wrap;gap:7px}
.hibo-product-variant-grid a,.hibo-product-variant-grid span{display:inline-flex;align-items:center;min-height:34px;padding:6px 10px;border:1px solid #ccc;border-radius:6px;background:#fff;color:#333;font-size:12px;text-decoration:none}
.hibo-product-variant-grid a:hover,.hibo-product-variant-grid a.is-active{border-color:var(--theme-primary);background:#fff8ef;color:var(--theme-primary)}
.hibo-product-variant-grid .is-disabled{opacity:.45;text-decoration:line-through;cursor:not-allowed}
.hibo-product-variant-select{width:100%;min-height:40px;padding:7px 10px;border:1px solid #ccc;border-radius:6px;background:#fff}
.hibo-product-combo{margin:12px 0;padding:10px;border:1px solid #e3e3e3;border-radius:8px}
.hibo-product-combo-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.hibo-product-combo-head h2{margin:0;font-size:14px}.hibo-product-combo-head span{font-size:11px;color:#777}
.hibo-product-combo-list{display:grid;gap:7px}
.hibo-product-combo-item{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:8px;align-items:center;padding:6px;border-radius:6px;color:#333;text-decoration:none;background:#fafafa}
.hibo-product-combo-item img{width:46px;height:46px;border-radius:5px;object-fit:contain;background:#fff}.hibo-product-combo-item>span{display:grid;gap:2px}.hibo-product-combo-item strong{font-size:11px}.hibo-product-combo-item small{font-size:10px;color:#777}.hibo-product-combo-item>b{font-size:11px;color:var(--theme-primary)}
.hibo-product-buybox{margin:12px 0}
.hibo-product-quantity{display:flex;align-items:center;gap:12px;margin-bottom:8px}.hibo-product-quantity>label{min-width:86px;font-size:13px;font-weight:800}
.hibo-product-quantity-control{display:grid;grid-template-columns:38px 62px 38px;gap:7px}.hibo-product-quantity-control button,.hibo-product-quantity-control input{height:38px;border:1px solid #d8d8d8;border-radius:6px;background:#fff;text-align:center;color:var(--theme-primary);font:inherit}.hibo-product-quantity-control button{font-size:20px;cursor:pointer}.hibo-product-quantity-control input{width:62px;color:#333}
.hibo-product-buy-actions{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:8px}
.hibo-product-buy-now,.hibo-product-add-cart,.hibo-product-soldout{display:flex;min-height:54px;align-items:center;justify-content:center;border-radius:7px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none}
.hibo-product-buy-now{flex-direction:column;border:0;background:linear-gradient(var(--theme-secondary),var(--theme-primary));color:#fff}.hibo-product-buy-now strong{font-size:16px;text-transform:uppercase}.hibo-product-buy-now small{margin-top:2px;font-size:10px;font-weight:500}
.hibo-product-add-cart{gap:7px;border:2px solid var(--theme-primary);background:#fff;color:var(--theme-primary)}.hibo-product-add-cart svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.hibo-product-add-cart span{font-size:12px}
.hibo-product-soldout{flex-direction:column;border:0;background:#a12828;color:#fff}.hibo-product-soldout small{margin-top:2px;font-size:10px}
.hibo-product-branch-stock{margin:14px 0;padding:13px 15px;border:1px solid #d9eadf;border-radius:9px;background:#f6fff9}
.hibo-product-branch-stock h2{display:flex;align-items:center;gap:7px;margin:0 0 9px;font-size:15px}.hibo-product-branch-stock h2 svg{width:19px;height:19px;fill:#198754}
.hibo-product-branch-stock>div{display:grid;gap:7px}.hibo-product-branch-stock p{display:grid;grid-template-columns:9px minmax(0,1fr);gap:0 8px;align-items:center;margin:0;color:#198754;font-size:12px}.hibo-product-branch-stock p>span{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:#198754;box-shadow:0 0 0 4px rgba(25,135,84,.12)}.hibo-product-branch-stock p small{grid-column:2;color:#66776b;font-size:10px}
.hibo-product-info{display:grid;gap:4px;margin:12px 0;padding:10px 12px;border:1px solid #ddd;border-radius:8px}.hibo-product-info p{margin:0;font-size:12px}.hibo-product-info span{color:#00a83e}
.hibo-product-hotline{display:flex;align-items:center;gap:12px;margin:12px 0;padding:10px 12px;border-radius:9px;background:#fff3cd;color:#40320a;text-decoration:none}.hibo-product-hotline img,.hibo-product-hotline svg{flex:0 0 40px;width:40px;height:40px;object-fit:contain}.hibo-product-hotline svg{fill:none;stroke:var(--theme-primary);stroke-width:1.6}.hibo-product-hotline span{font-size:13px;font-weight:800}.hibo-product-hotline:hover span{color:var(--theme-primary)}
.hibo-product-specs{
  margin:14px 0;
  line-height:1.3;
}
.hibo-product-specs>h2{
  margin:0;
  padding:12px;
  color:var(--theme-primary);
  font-size:14px;
  font-weight:700;
  line-height:1.3;
}
.hibo-product-spec-table-wrap{
  overflow:hidden;
  border:0;
  border-radius:0;
}
.hibo-product-specs table{
  width:100%;
  margin-bottom:0;
  border:0;
  border-collapse:collapse;
  background:transparent;
}
.hibo-product-specs th,
.hibo-product-specs td{
  padding:10px;
  border:0;
  text-align:left;
  vertical-align:top;
  font-size:inherit;
  line-height:1.3;
}
.hibo-product-specs th{
  width:115px;
  font-weight:700;
}
.hibo-product-specs tbody tr:nth-of-type(even){
  background:#f9f9f9;
}
.hibo-product-spec-toggle,
.hibo-product-description-actions button{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-top:8px;
  padding:7px 14px;
  border:0;
  border-radius:9px;
  background:#fff;
  box-shadow:0 1px 7px rgba(0,0,0,.16);
  font:inherit;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
}
.hibo-product-spec-toggle:hover,
.hibo-product-description-actions button:hover{
  box-shadow:0 0 2px 0 var(--theme-primary),0 0 6px 0 var(--theme-primary);
}
.hibo-product-spec-toggle svg,
.hibo-product-description-actions svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}
.hibo-product-spec-toggle.is-expanded svg,
.hibo-product-description-actions button.is-expanded svg{
  transform:rotate(180deg);
}
.hibo-product-short-description{margin:12px 0;color:#444;font-size:12px;line-height:1.55}
.hibo-product-description{margin-top:2px;padding:12px;border-radius:9px;box-shadow:0 0 2px rgba(60,64,67,.1),0 0 6px rgba(60,64,67,.16)}
.hibo-product-description>h2{margin:0 0 10px;font-size:17px}.hibo-product-description-content{position:relative;max-height:350px;overflow:hidden;font-size:13px;line-height:1.65}.hibo-product-description-content.is-expanded{max-height:none}.hibo-product-description-content img{max-width:100%;height:auto}.hibo-product-description-content table{width:100%;border-collapse:collapse;margin:12px 0}.hibo-product-description-content td,.hibo-product-description-content th{padding:7px 9px;border:1px solid #ddd;vertical-align:top}.hibo-product-description-content h2{margin:14px 0 8px;padding-left:9px;border-left:2px solid var(--theme-primary);color:var(--theme-primary);font-size:18px}.hibo-product-description-content h3{font-size:17px}.hibo-product-description-fade{position:absolute;right:0;bottom:0;left:0;height:50%;background:linear-gradient(rgba(255,255,255,0),#fff)}.hibo-product-description-content.is-expanded .hibo-product-description-fade{display:none}.hibo-product-description-actions{text-align:center}
.hibo-product-related{margin-top:18px;padding-top:14px;border-top:1px solid #e5e5e5}.hibo-product-section-title h2{margin:0 0 10px;font-size:18px}.hibo-product-related-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.hibo-product-lightbox{width:min(92vw,980px);max-width:980px;padding:14px;border:0;border-radius:10px;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.35)}.hibo-product-lightbox::backdrop{background:rgba(0,0,0,.65)}.hibo-product-lightbox>button{position:absolute;z-index:2;top:8px;right:8px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;box-shadow:0 1px 8px rgba(0,0,0,.2);font-size:22px;cursor:pointer}.hibo-product-lightbox img{display:block;max-width:100%;max-height:86vh;margin:auto;object-fit:contain}
@media(max-width:1199px){.hibo-product-layout{grid-template-columns:minmax(0,3fr) minmax(320px,2fr);gap:16px}.hibo-product-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:991px){.hibo-product-layout{grid-template-columns:1fr;grid-template-areas:"gallery" "summary" "description";gap:14px}.hibo-product-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hibo-product-summary{min-width:0}}
@media(max-width:767px){.hibo-product-page{padding-bottom:10px}.hibo-product-surface{padding:9px}.hibo-product-head h1{font-size:17px}.hibo-product-price strong{font-size:1.65rem}.hibo-product-buy-actions{grid-template-columns:minmax(0,1fr) 110px}.hibo-product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hibo-product-description{padding:9px}.hibo-product-thumbnails{gap:6px}.hibo-product-thumb{flex-basis:58px;width:58px;height:58px}}
@media(max-width:374px){.hibo-product-buy-actions{grid-template-columns:1fr}.hibo-product-add-cart{min-height:46px}.hibo-product-quantity{align-items:flex-start;flex-direction:column;gap:6px}}

/* HIBO Product V1.14.34 — Brand same value style as Status/SKU. */
.hibo-product-info .hibo-product-brand{
  color:#00a83e;
  font-weight:400;
}


/* HIBO Product V1.14.34 — m_gift converted to notice-only block.
   Visual rules follow the supplied legacy .free-gifts source. */
.hibo-product-notices{
  margin:0 0 14px;
}
.hibo-product-notice-box{
  min-width:0;
  margin:0;
  padding:12px 14px 10px;
  border:1px dashed var(--theme-primary);
  border-radius:8px;
  background:#fff;
}
.hibo-product-notice-box legend{
  width:auto;
  max-width:calc(100% - 20px);
  margin:0 0 3px;
  padding:4px 14px;
  border:1px solid var(--theme-primary);
  border-radius:20px;
  background:#ffeaea;
  color:var(--theme-primary);
  font-size:18px;
  font-weight:600;
  line-height:1.25;
}
.hibo-product-notice-list{
  display:grid;
  gap:6px;
}
.hibo-product-notice-list p{
  margin:0;
  color:#333;
  font-size:12px;
  line-height:1.45;
}
.hibo-product-notice-list a{
  color:var(--theme-primary);
  font-weight:700;
  text-decoration:none;
}
.hibo-product-notice-list a:hover{
  text-decoration:underline;
}
.hibo-product-notice-price{
  color:#d10000;
  font-weight:800;
}
@media(max-width:767px){
  .hibo-product-notice-box{
    padding:11px 12px 10px;
  }
  .hibo-product-notice-box legend{
    font-size:16px;
  }
}


/* HIBO Product V1.14.38 — Sản phẩm cùng lớp compact.
   Ô co theo nội dung, chỉ chừa padding tối thiểu để viền không đè chữ. */
.hibo-product-class-group{
  margin:8px 0 10px;
}
.hibo-product-class-title{
  margin-bottom:5px;
  font-size:13px;
  line-height:1.2;
}
.hibo-product-class-list{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:6px;
}
.hibo-product-class-item{
  position:relative;
  flex:0 0 auto;
  width:auto;
  max-width:100%;
}
.hibo-product-class-item>a{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:72px;
  max-width:130px;
  min-height:0;
  height:auto;
  padding:4px 7px;
  border:1px solid #ccc;
  border-radius:4px;
  color:#333;
  text-align:center;
  text-decoration:none;
  font-size:11px;
  font-weight:700;
  line-height:1.15;
}
.hibo-product-class-name,
.hibo-product-class-price{
  margin:0;
  padding:0;
  line-height:1.15;
}
.hibo-product-class-name{
  display:block;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
}
.hibo-product-class-price{
  margin-top:2px;
  color:#cc0101;
  font-size:11px;
}
.hibo-product-class-ratio{
  display:inline-block;
  width:10px;
  height:10px;
  margin-right:4px;
  border:1px solid #ccc;
  border-radius:50%;
  vertical-align:-1px;
}
.hibo-product-class-item.is-active>a,
.hibo-product-class-item:hover>a{
  border-color:var(--theme-primary);
  background:#fffaeb;
}
.hibo-product-class-item.is-active .hibo-product-class-ratio,
.hibo-product-class-item:hover .hibo-product-class-ratio{
  border-color:var(--theme-primary);
}
.hibo-product-class-triangle{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:0;
  height:0;
  border-top:22px solid red;
  border-right:22px solid transparent;
  pointer-events:none;
}
@media(max-width:567px){
  .hibo-product-class-list{
    gap:5px;
  }
  .hibo-product-class-item>a{
    min-width:66px;
    max-width:110px;
    padding:4px 6px;
    font-size:10.5px;
  }
  .hibo-product-class-price{
    font-size:10.5px;
  }
}


/* V1.14.42: Sapo's `.special-content { max-height:333px; }` is not applied
   to the whole HIBO specs section because HIBO already collapses by row.
   A hard section max-height makes visible rows overflow into short description. */

/* HIBO Product V1.14.39 — product mobile action bar.
   Based on supplied mobile bar / fix-phone / mobile swatch source. */
.hibo-product-mobile-bar,
.hibo-product-mobile-overlay,
.hibo-product-mobile-contacts{
  display:none;
}

@media(max-width:991px){
  .hibo-product-document{
    padding-bottom:50px;
  }

  /* Product mobile uses the popup contact panel instead of the global contact dock. */
  .hibo-product-document .contact-dock{
    display:none!important;
  }

  .hibo-product-mobile-bar{
    position:fixed;
    z-index:170;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    width:100%;
    height:50px;
    overflow:hidden;
    border-radius:15px 15px 0 0;
    background:#fff;
    box-shadow:0 7px 36px rgba(16,42,67,.15);
    transform:translateY(0);
  }

  .hibo-product-mobile-bar.is-scroll-hidden{
    transform:translateY(110%);
  }

  .hibo-product-mobile-item{
    position:relative;
    display:flex;
    flex:1 1 0;
    min-width:0;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:2px;
    padding:3px 2px;
    border:0;
    background:#fff;
    color:var(--theme-text);
    text-decoration:none;
    font:inherit;
    cursor:pointer;
  }

  .hibo-product-mobile-item svg{
    display:block;
    width:20px;
    height:20px;
    margin:0 auto;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .hibo-product-mobile-item b{
    display:block;
    max-width:100%;
    overflow:hidden;
    font-size:10px;
    font-weight:700;
    line-height:1.1;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .hibo-product-mobile-item:hover,
  .hibo-product-mobile-item.is-active{
    color:var(--theme-primary);
  }

  .hibo-product-mobile-cart-icon{
    position:relative;
    display:block;
  }

  .hibo-product-mobile-cart-icon em{
    position:absolute;
    top:-8px;
    right:-11px;
    display:grid;
    place-items:center;
    min-width:18px;
    height:18px;
    padding:0 4px;
    border-radius:50%;
    background:red;
    color:#fff;
    font-size:9px;
    font-style:normal;
    font-weight:800;
    line-height:18px;
  }

  .hibo-product-mobile-buy{
    display:flex;
    flex:1.35 1 0;
    min-width:104px;
    align-items:center;
    justify-content:center;
    padding:4px 10px;
    border:0;
    border-radius:0;
    background:linear-gradient(var(--theme-secondary),var(--theme-primary));
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    line-height:1.15;
    cursor:pointer;
  }

  .hibo-product-mobile-buy.is-disabled{
    opacity:.65;
    cursor:not-allowed;
  }

  .hibo-product-mobile-overlay{
    position:fixed;
    z-index:155;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    padding:0;
    border:0;
    background:rgba(0,0,0,.34);
  }

  .hibo-product-mobile-overlay[hidden]{
    display:none!important;
  }

  .hibo-product-mobile-contacts{
    position:fixed;
    z-index:165;
    right:auto;
    bottom:55px;
    left:50%;
    display:flex;
    overflow:hidden;
    align-items:stretch;
    justify-content:center;
    max-width:calc(100% - 20px);
    padding:6px;
    border-radius:6px;
    background:#fff;
    box-shadow:0 0 2px 2px rgba(45,52,58,.1);
    opacity:0;
    visibility:hidden;
    transform:translateX(-50%) scale(1);
    transition:.25s opacity,.25s transform,.25s visibility;
  }

  .hibo-product-mobile-contacts.is-active{
    opacity:1;
    visibility:visible;
  }

  .hibo-product-mobile-contact-link{
    display:flex;
    min-width:72px;
    min-height:36px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:5px 8px;
    border-radius:30px;
    background:var(--theme-primary);
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:10px;
    font-weight:700;
    line-height:1.1;
  }

  .hibo-product-mobile-contact-link + .hibo-product-mobile-contact-link{
    margin-left:6px;
  }

  .hibo-product-mobile-contact-link strong{
    margin-top:2px;
    font-size:10px;
    white-space:nowrap;
  }

  .hibo-product-mobile-contact-link.is-facebook{
    background:#1877f2;
  }

  .hibo-product-mobile-contact-link.is-zalo{
    background:#0573e7;
  }

  /* Same active geometry as the supplied mobile_open_box_swatch source. */
  .hibo-product-mobile-variant-panel.is-mobile-open{
    position:fixed;
    z-index:165;
    right:auto;
    bottom:55px;
    left:10px;
    width:calc(100% - 20px);
    max-height:min(68vh,520px);
    overflow:auto;
    padding:10px;
    border-radius:10px;
    background:#fff;
    box-shadow:0 0 3px 0 #ccc;
  }
}

@media(max-width:420px){
  .hibo-product-mobile-buy{
    min-width:96px;
    padding-inline:7px;
    font-size:11px;
  }

  .hibo-product-mobile-contact-link{
    min-width:64px;
    padding-inline:6px;
  }
}

@media(min-width:992px){
  .hibo-product-mobile-bar,
  .hibo-product-mobile-overlay,
  .hibo-product-mobile-contacts{
    display:none!important;
  }
}
