.prsw-size-badges {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 2px;
}

.prsw-size-badges span {
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 50%;
  color: #222;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  letter-spacing: -.2px;
  line-height: 1;
  width: 24px;
}

.prsw-whatsapp-button {
  align-items: center;
  background: #25d366;
  border-radius: 25px;
  color: #fff !important;
  display: flex;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none !important;
  transition: background-color .2s ease, transform .2s ease;
  width: 100%;
}

.prsw-whatsapp-button:hover,
.prsw-whatsapp-button:focus {
  background: #1eaf53;
  color: #fff !important;
  transform: translateY(-1px);
}

.prsw-whatsapp-mark {
  font-size: 20px;
  line-height: 1;
}

.prsw-video-card { overflow: hidden; position: relative; touch-action: manipulation; }
.prsw-hold-video { height: 100%; inset: 0; object-fit: cover; opacity: 0; pointer-events: none; position: absolute; transition: opacity .18s ease; width: 100%; z-index: 3; }
.prsw-hold-video.is-playing { opacity: 1; }
.prsw-hold-hint { align-items: center; background: rgba(0,0,0,.58); border-radius: 50%; bottom: 12px; color: #fff; display: flex; height: 38px; justify-content: center; left: 50%; pointer-events: none; position: absolute; transform: translateX(-50%); transition: opacity .18s ease; width: 38px; z-index: 4; }
.prsw-hold-hint svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 22px; }
.prsw-hold-hint.is-hidden { opacity: 0; }
.prsw-product-video-slide { background: #f4f4f4; position: relative; }
.prsw-product-video-slide video { display: block; height: 100%; object-fit: cover; width: 100%; }
.prsw-video-thumb-mark { display: none; }
.prsw-media-gallery { width: 100%; }
.prsw-media-stage { align-items: center; aspect-ratio: 3 / 4; background: #f4f4f4; display: flex; justify-content: center; overflow: hidden; position: relative; touch-action: pan-y; width: 100%; }
.prsw-media-stage img,
.prsw-media-stage video { display: block !important; height: 100% !important; margin: auto !important; max-height: 100% !important; max-width: 100% !important; object-fit: cover !important; object-position: 50% 50% !important; width: 100% !important; }
.prsw-media-stage img { cursor: zoom-in; }
.prsw-video-expand { align-items: center; background: rgba(0,0,0,.58) !important; border: 0 !important; border-radius: 50% !important; bottom: 54px; box-shadow: none !important; color: #fff !important; display: flex; height: 40px; justify-content: center; padding: 0 !important; position: absolute; right: 12px; width: 40px; z-index: 3; }
.prsw-video-expand svg { fill: none; height: 21px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 21px; }
.prsw-media-thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: thin; }
.prsw-media-thumb,
.prsw-media-thumb:hover,
.prsw-media-thumb:focus,
.prsw-media-thumb.is-active { aspect-ratio: 1; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; color: inherit !important; cursor: pointer; flex: 0 0 82px; height: 82px; outline: 0 !important; overflow: hidden; padding: 0 !important; position: relative; transform: none !important; }
.prsw-media-thumb { opacity: .62; }
.prsw-media-thumb.is-active { opacity: 1; }
.prsw-media-thumb img { display: block; height: 100%; object-fit: cover; object-position: center center; width: 100%; }
.prsw-thumb-play { align-items: center; background: rgba(0,0,0,.62); border-radius: 50%; color: #fff; display: flex; font-size: 12px; height: 32px; justify-content: center; left: 50%; padding-left: 2px; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 32px; }
.prsw-lightbox-open { overflow: hidden; }
.prsw-lightbox { align-items: center; background: rgba(0,0,0,.94); display: flex; inset: 0; justify-content: center; position: fixed; z-index: 999999; }
.prsw-lightbox-canvas { align-items: center; display: flex; height: 100%; justify-content: center; overflow: auto; padding: 56px 70px; width: 100%; }
.prsw-lightbox-canvas img { cursor: zoom-in; display: block; max-height: 100%; max-width: 100%; object-fit: contain; }
.prsw-lightbox-canvas img.is-zoomed { cursor: zoom-out; max-height: none; max-width: none; }
.prsw-lightbox-close,
.prsw-lightbox-prev,
.prsw-lightbox-next { align-items: center; background: rgba(0,0,0,.42) !important; border: 0 !important; border-radius: 50% !important; box-shadow: none !important; color: #fff !important; display: flex; font-family: Arial,sans-serif; justify-content: center; margin: 0; padding: 0 !important; position: absolute; z-index: 2; }
.prsw-lightbox-close { font-size: 34px; height: 44px; right: 18px; top: 18px; width: 44px; }
.prsw-lightbox-prev,
.prsw-lightbox-next { font-size: 42px; height: 50px; top: 50%; transform: translateY(-50%); width: 50px; }
.prsw-lightbox-prev { left: 12px; }
.prsw-lightbox-next { right: 12px; }
@media (max-width: 767px) {
  .prsw-media-thumb { flex-basis: 68px; height: 68px; }
  .prsw-media-thumbs { gap: 8px; }
  .prsw-lightbox-canvas { padding: 56px 12px 24px; }
  .prsw-lightbox-prev,
  .prsw-lightbox-next { height: 42px; width: 42px; }
}
