.cw-pn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.cw-pn-left,
.cw-pn-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cw-pn-right {
  margin-left: auto;
}

.cw-pn-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  width: auto;
  flex-shrink: 0;
}
.cw-pn-btn svg {
  flex-shrink: 0;
}

.cw-pn-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 480px) {
  .cw-pn {
    flex-wrap: wrap;
  }
  .cw-pn-left {
    width: 100%;
  }
  .cw-pn-right {
    width: 100%;
    justify-content: space-between;
  }
}/*# sourceMappingURL=product-nav.css.map */