/*
Theme Name: Pacific Packprint
Theme URI: https://www.hcpackagingasia.com/
Author: HC Packaging Asia
Description: A native WordPress catalogue and enquiry theme converted from the Pacific Packprint Shopify theme.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: pacific-packprint
*/

:root {
  --wp-admin-bar-offset: 0px;
}

.admin-bar .site-header.is-sticky {
  top: 32px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.desktop-nav__list .desktop-nav__item {
  position: relative;
}

.mobile-menu__list .sub-menu {
  list-style: none;
  padding: 0 0 12px 18px;
  margin: 0;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.pagination .page-numbers.current {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.product-card__placeholder,
.article-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 260px;
  place-items: center;
  color: #777;
  background: #f1f1f1;
}

.notice-message {
  padding: 14px 16px;
  margin: 0 0 20px;
  border-left: 4px solid var(--accent);
  background: #f5f5f5;
}

.notice-message--error {
  border-left-color: #b42318;
}

.pp-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 782px) {
  .admin-bar .site-header,
  .admin-bar .site-header.is-sticky {
    top: 46px;
  }
}
