body:has(.sec-watch){
  padding-bottom: 8.5rem;
}
body:has(.sec-watch) .sidebar-box {
  padding-bottom: 10.4rem;
}
.sec-watch {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: 1;
  border-top: 1px solid #eee;
  padding: 1rem 0;
}
.sec-watch.sec-watch-static {
  position: relative;
}
.watch-block {
  gap: 2.4rem;
}
.watch-product-list {
  gap: 1.6rem;
}
.watch-product {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch-product img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media(max-width:991px) {
  body:has(.sec-watch) {
    padding-bottom: 6.1rem;
  }
  .watch-product {
    width: 4rem;
    height: 4rem;
  }
  body:has(.sec-watch) .sidebar,
  .header-mobile:has(.sec-watch) .header-2{
    z-index: 99999;
  }
  body:has(.sec-watch) .sidebar-box {
    padding-bottom: 8.5rem;
  }
}
@media(max-width:767px) {
  body:has(.sec-watch) {
    padding-bottom: 6.2rem;
  }
  .watch-block {
    gap: 0.8rem;
  }
  .watch-product-list {
    gap: 0.6rem;
  }
  .watch-text {
    max-width: 8rem;
  }
  .watch-text .fw-21 * {
    line-height: 1.2 !important;
  }
  .watch-product {
    width: 4rem;
    height: 4rem;
  }
}