/*!
 * Premium WooCommerce Storefront — single product page.
 */

.pws-product { padding-bottom: 24px; }
.pws-product__top { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: 56px; align-items: start; margin-top: 20px; }
.pws-product__media { position: sticky; top: calc(var(--pws-header-h) + 20px); min-width: 0; }

/* ---------- Gallery ---------- */
.pws-gallery__main { position: relative; border-radius: var(--pws-radius-lg); background: var(--pws-surface); overflow: hidden; }
.pws-gallery__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; aspect-ratio: 1 / 1; outline: none; }
.pws-gallery__track::-webkit-scrollbar { display: none; }
.pws-gallery__slide { flex: 0 0 100%; margin: 0; scroll-snap-align: center; position: relative; overflow: hidden; }
.pws-gallery__link { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.pws-gallery__img { width: 100%; height: 100% !important; object-fit: contain; transition: transform .35s var(--pws-ease), opacity .3s; transform-origin: center; }
.pws-gallery.is-zooming .pws-gallery__slide.is-active .pws-gallery__img { transition: transform .12s linear; }
.pws-gallery__img.is-swapping { opacity: .3; }
.pws-gallery__zoom { position: absolute; right: 14px; bottom: 14px; z-index: 3; background: rgba(255, 255, 255, .9); border-color: transparent; box-shadow: var(--pws-shadow-sm); }
.pws-gallery__arrow { position: absolute; top: 50%; z-index: 3; margin-top: -18px; background: rgba(255, 255, 255, .92); border-color: transparent; box-shadow: var(--pws-shadow-sm); opacity: 0; transition: opacity .2s, background-color .2s, color .2s; }
.pws-gallery__arrow--prev { left: 14px; }
.pws-gallery__arrow--next { right: 14px; }
.pws-gallery__main:hover .pws-gallery__arrow, .pws-gallery__arrow:focus-visible { opacity: 1; }
.pws-gallery__dots { position: absolute; left: 0; right: 0; bottom: 14px; display: none; justify-content: center; gap: 6px; z-index: 3; }
.pws-gallery__dot { width: 6px; height: 6px; border-radius: 6px; background: rgba(17, 17, 17, .22); transition: all .25s var(--pws-ease); }
.pws-gallery__dot.is-active { width: 18px; background: var(--pws-text); }
.pws-gallery__thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 4); gap: 12px; margin-top: 12px; overflow-x: auto; scrollbar-width: none; padding: 2px; }
.pws-gallery__thumbs::-webkit-scrollbar { display: none; }
.pws-gallery__thumb { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0; border: 0; background: none; text-align: center; }
.pws-gallery__thumb-img { display: block; width: 100%; aspect-ratio: 1; border-radius: var(--pws-radius); overflow: hidden; background: var(--pws-surface); border: 1.5px solid transparent; transition: border-color .2s, opacity .2s; opacity: .75; }
.pws-gallery__thumb-img img { width: 100%; height: 100%; object-fit: cover; }
.pws-gallery__thumb:hover .pws-gallery__thumb-img { opacity: 1; }
.pws-gallery__thumb.is-active .pws-gallery__thumb-img { border-color: var(--pws-text); opacity: 1; }
.pws-gallery__thumb-label { font-size: 12px; color: var(--pws-muted); line-height: 1.3; }

/* Lightbox */
.pws-lightbox { position: fixed; inset: 0; z-index: 10000; background: rgba(12, 12, 12, .94); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .25s; font-family: var(--pws-font, system-ui); }
.pws-lightbox.is-open { opacity: 1; }
.pws-lightbox__stage { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 60px 70px; touch-action: pan-y; }
.pws-lightbox__img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 10px; transition: transform .25s var(--pws-ease), opacity .2s; user-select: none; -webkit-user-drag: none; cursor: zoom-in; }
.pws-lightbox__img.is-zoomed { transform: scale(2); cursor: zoom-out; }
.pws-lightbox__btn { position: absolute; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; transition: background-color .2s; }
.pws-lightbox__btn:hover { background: rgba(255, 255, 255, .24); }
.pws-lightbox__close { top: 16px; right: 16px; }
.pws-lightbox__prev { left: 16px; top: 50%; margin-top: -23px; }
.pws-lightbox__next { right: 16px; top: 50%; margin-top: -23px; }
.pws-lightbox__count { position: absolute; top: 26px; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, .75); font-size: 13px; font-weight: 600; letter-spacing: .06em; }

/* ---------- Info ---------- */
.pws-product__info { min-width: 0; padding-top: 6px; }
.pws-product__cat { margin-bottom: 10px; }
.pws-product__title { font-size: clamp(28px, 3.4vw, 42px) !important; font-weight: 800 !important; line-height: 1.05 !important; letter-spacing: -.025em; text-transform: var(--pws-title-transform); word-break: break-word; }
.pws-product__rating { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 14px; color: var(--pws-muted); }
.pws-product__rating strong { color: var(--pws-text); font-weight: 700; }
.pws-product__rating:hover span { text-decoration: underline; text-underline-offset: 3px; }

.pws-price-block { margin-top: 20px; }
.pws-price-block__old { display: block; font-size: 17px; color: var(--pws-soft); font-weight: 500; margin-bottom: 2px; }
.pws-price-block__row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; }
.pws-price-block__from { width: 100%; font-size: 12px; font-weight: 700; color: var(--pws-muted); text-transform: uppercase; letter-spacing: .08em; }
.pws-price-block__current { font-size: clamp(30px, 3.4vw, 38px); font-weight: 800; letter-spacing: -.03em; color: var(--pws-accent); line-height: 1.1; }
.pws-price-block__current .woocommerce-Price-currencySymbol { font-size: .8em; margin-right: 1px; }
.pws-price-block .pws-price-native { font-size: 30px; font-weight: 800; }
.pws-price-block__tax { display: block; margin-top: 4px; font-size: 12px; color: var(--pws-muted); }
.pws-save { display: inline-block; line-height: 28px; height: 28px; padding: 0 11px; white-space: nowrap; border-radius: 8px; background: var(--pws-save-soft); color: var(--pws-save); font-size: 13px; font-weight: 700; }
.pws-save .woocommerce-Price-amount { font-weight: 700; }

.pws-product__short { margin-top: 18px; color: color-mix(in srgb, var(--pws-text) 78%, var(--pws-bg)); font-size: 15px; line-height: 1.65; }
.pws-product__short p + p { margin-top: 10px; }
.pws-product__short ul { list-style: disc; padding-left: 20px; margin-top: 8px; }

.pws-type-box { margin-top: 20px; padding: 14px 16px; border-radius: var(--pws-radius); border: 1px dashed var(--pws-border-strong); }
.pws-type-box__label { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 800; letter-spacing: .12em; color: var(--pws-accent); }
.pws-type-box__list { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 10px !important; }
.pws-type-box__list li { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; }
.pws-type-box__list svg { color: var(--pws-save); }

/* ---------- Buy ---------- */
.pws-product__buy { margin-top: 22px; }
.pws-buy { margin: 0; }
.pws-buy__row { display: flex; gap: 12px; align-items: stretch; }
.pws-buy__row .pws-btn { flex: 1; min-width: 0; }
.pws-buy__row .pws-btn > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.pws-qty { display: inline-flex; align-items: center; height: 56px; padding: 0 4px; border: 1.5px solid var(--pws-border-strong); border-radius: 999px; flex: none; }
.pws-qty__btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: none; color: var(--pws-text); transition: background-color .2s; }
.pws-qty__btn:hover { background: var(--pws-surface); }
.pws-qty__btn:disabled { opacity: .3; cursor: not-allowed; }
.pws-qty__input {
	width: 40px !important; height: 40px; padding: 0 !important; border: 0 !important; background: none !important; text-align: center; box-shadow: none !important;
	font: inherit; font-size: 16px; font-weight: 700; color: var(--pws-text); -moz-appearance: textfield; appearance: textfield;
}
.pws-qty__input::-webkit-outer-spin-button, .pws-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.pws-variations { display: flex; flex-direction: column; gap: 18px; margin-bottom: 18px; }
.pws-variation { border: 0; margin: 0; padding: 0; min-width: 0; }
.pws-variation__label { padding: 0; margin-bottom: 10px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--pws-muted); }
.pws-variation__label strong { color: var(--pws-text); text-transform: none; letter-spacing: 0; font-weight: 600; }
.pws-variation__pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pws-opt { position: relative; }
.pws-opt span {
	display: inline-flex; align-items: center; justify-content: center; min-width: 52px; height: 44px; padding: 0 18px;
	border-radius: 12px; border: 1.5px solid var(--pws-border-strong); background: var(--pws-bg);
	font-size: 14px; font-weight: 600; cursor: pointer; transition: all .15s var(--pws-ease);
}
.pws-opt:hover span { border-color: var(--pws-text); }
.pws-opt input:checked + span { border-color: var(--pws-text); background: var(--pws-text); color: var(--pws-bg); }
.pws-opt input:focus-visible + span { outline: 2px solid var(--pws-accent); outline-offset: 2px; }
.pws-opt.is-disabled span { opacity: .4; text-decoration: line-through; border-style: dashed; }
.pws-variations__reset { align-self: flex-start; margin-top: -6px; min-height: 28px; font-size: 13px; padding: 0; }
.pws-variation-status { font-size: 14px; margin-bottom: 12px; }
.pws-variation-status:empty { display: none; }
.pws-variation-status .stock { margin: 0; font-weight: 600; }
.pws-variation-status .in-stock { color: var(--pws-save); }
.pws-variation-status .out-of-stock, .pws-variation-status.is-error { color: #B91C1C; }

.pws-native-cart form.cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 0; }
.pws-native-cart .single_add_to_cart_button, .pws-native-cart button[type=submit], .pws-native-cart .button {
	min-height: 56px; padding: 0 28px !important; border-radius: 999px !important; border: 0 !important;
	background: var(--pws-accent) !important; color: #fff !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .04em; flex: 1;
}
.pws-native-cart .quantity input { height: 56px; border-radius: 999px; border: 1.5px solid var(--pws-border-strong); width: 90px; text-align: center; }
.pws-native-cart table { width: 100%; border-collapse: collapse; }
.pws-native-cart td { padding: 8px 4px; border-bottom: 1px solid var(--pws-border); }

.pws-product__notes { margin-top: 12px; text-align: center; }
.pws-product__note { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--pws-muted); }
.pws-product__note svg { color: var(--pws-accent); }
.pws-physical { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; }
.pws-physical li { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--pws-muted); }
.pws-physical__stock.is-in-stock { color: var(--pws-save); font-weight: 600; }
.pws-physical__stock.is-out-of-stock { color: #B91C1C; font-weight: 600; }
.pws-physical__stock.is-available-on-backorder { color: #B45309; font-weight: 600; }

.pws-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; margin-top: 22px !important; padding: 14px; background: var(--pws-surface); border-radius: var(--pws-radius); }
.pws-benefit { display: flex; align-items: center; gap: 10px; padding: 8px 6px; }
.pws-benefit__icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex: none; border-radius: 10px; background: var(--pws-bg); color: var(--pws-text); box-shadow: var(--pws-shadow-sm); }
.pws-benefit__text { display: flex; flex-direction: column; min-width: 0; }
.pws-benefit__text strong { font-size: 13.5px; font-weight: 600; line-height: 1.25; }
.pws-benefit__text small { font-size: 12px; color: var(--pws-muted); line-height: 1.3; }

.pws-product__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 18px; font-size: 13px; color: var(--pws-muted); }
.pws-product__meta a { color: var(--pws-text); }
.pws-product__meta a:hover { text-decoration: underline; }

/* ---------- Sections ---------- */
.pws-product__sections { max-width: 100%; }
.pws-psection { padding-top: 56px; }
.pws-psection__head { margin-bottom: 20px; }
.pws-collapse > summary { display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: default; margin-bottom: 18px; }
.pws-collapse > summary::-webkit-details-marker { display: none; }
.pws-collapse > summary svg { display: none; transition: transform .2s; }
.pws-prose { font-size: 16px; line-height: 1.75; color: color-mix(in srgb, var(--pws-text) 82%, var(--pws-bg)); max-width: 820px; }
.pws-prose > * + * { margin-top: 1em !important; }
.pws-prose h2, .pws-prose h3, .pws-prose h4 { margin-top: 1.6em !important; color: var(--pws-text); font-weight: 700; }
.pws-prose h2 { font-size: 24px; }
.pws-prose h3 { font-size: 20px; }
.pws-prose ul { list-style: disc; padding-left: 22px; }
.pws-prose ol { list-style: decimal; padding-left: 22px; }
.pws-prose li + li { margin-top: .35em; }
.pws-prose a { color: var(--pws-accent); text-decoration: underline; text-underline-offset: 3px; }
.pws-prose img, .pws-prose video { border-radius: var(--pws-radius); }
.pws-prose iframe, .pws-prose video, .pws-prose .wp-block-embed { max-width: 100%; }
.pws-prose iframe[src*="youtube"], .pws-prose iframe[src*="vimeo"] { width: 100%; aspect-ratio: 16 / 9; height: auto; border-radius: var(--pws-radius); }
.pws-prose blockquote { border-left: 3px solid var(--pws-accent); margin-left: 0; padding-left: 18px; font-style: italic; }
.pws-prose table { width: 100%; border-collapse: collapse; }
.pws-prose th, .pws-prose td { border: 1px solid var(--pws-border); padding: 10px; text-align: left; }

.pws-attrs__content table { width: 100%; max-width: 820px; border-collapse: collapse; border: 0; margin: 0; }
.pws-attrs__content th, .pws-attrs__content td { padding: 14px 16px !important; border: 0 !important; border-bottom: 1px solid var(--pws-border) !important; text-align: left; font-size: 14px; background: none !important; }
.pws-attrs__content th { width: 34%; font-weight: 600; color: var(--pws-muted); }
.pws-attrs__content td p { margin: 0; }

.pws-features { text-align: center; }
.pws-features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 30px !important; text-align: left; }
.pws-features__grid--4 { grid-template-columns: repeat(4, 1fr); }
.pws-features__grid--2 { grid-template-columns: repeat(2, 1fr); }
.pws-features__grid--1 { grid-template-columns: 1fr; }
.pws-feature { display: flex; gap: 14px; align-items: flex-start; }
.pws-feature__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex: none; border-radius: 50%; background: var(--pws-surface); color: var(--pws-text); }
.pws-feature__title { font-size: 17px !important; font-weight: 600 !important; text-transform: none !important; }
.pws-feature__text { margin-top: 4px !important; font-size: 14px; color: var(--pws-muted); line-height: 1.5; }

/* Reviews */
.pws-reviews__layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 32px; align-items: start; }
.pws-reviews__summary { position: sticky; top: calc(var(--pws-header-h) + 20px); padding: 22px; border: 1px solid var(--pws-border); border-radius: var(--pws-radius-lg); display: flex; flex-direction: column; gap: 10px; }
.pws-reviews__avg { font-size: 48px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.pws-reviews__based { font-size: 13px; color: var(--pws-muted); }
.pws-reviews__bars { display: flex; flex-direction: column; gap: 6px; margin: 6px 0 8px !important; }
.pws-reviews__bars li { display: grid; grid-template-columns: 34px 1fr 28px; align-items: center; gap: 8px; font-size: 12px; color: var(--pws-muted); }
.pws-reviews__bar-label { display: inline-flex; align-items: center; gap: 3px; }
.pws-reviews__bar-label svg { fill: var(--pws-star); stroke: none; }
.pws-reviews__bar { height: 6px; border-radius: 6px; background: var(--pws-surface); overflow: hidden; }
.pws-reviews__bar span { display: block; height: 100%; background: var(--pws-star); border-radius: 6px; }
.pws-reviews__bar-n { text-align: right; }
.pws-reviews__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pws-review { padding: 18px; border: 1px solid var(--pws-border); border-radius: var(--pws-radius); animation: pws-fade-up .35s var(--pws-ease) both; }
.pws-review__head { display: flex; gap: 12px; align-items: center; }
.pws-review__avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--pws-surface); flex: none; }
.pws-review__name { font-weight: 700; font-size: 14px; }
.pws-review__verified { display: inline-flex; align-items: center; gap: 3px; margin-left: 6px; font-size: 11px; font-weight: 600; color: var(--pws-save); }
.pws-review__rating { display: flex; align-items: center; gap: 6px; margin-top: 2px; font-size: 13px; }
.pws-review__rating > span { font-weight: 700; }
.pws-review__rating time { color: var(--pws-soft); font-size: 12px; margin-left: 4px; }
.pws-review__text { margin-top: 12px; font-size: 14px; line-height: 1.6; color: color-mix(in srgb, var(--pws-text) 82%, var(--pws-bg)); }
.pws-review__text p + p { margin-top: 8px; }
.pws-reviews__more { margin-top: 16px; }
.pws-reviews__empty { padding: 28px; border: 1px dashed var(--pws-border-strong); border-radius: var(--pws-radius); text-align: center; color: var(--pws-muted); }
.pws-review-form { margin-top: 20px; padding: 22px; border-radius: var(--pws-radius-lg); background: var(--pws-surface); }
.pws-review-form__title { font-size: 18px !important; margin-bottom: 14px !important; text-transform: none !important; }
.pws-review-form .comment-reply-title small { margin-left: 8px; font-size: 13px; }
.pws-review-form form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pws-review-form .pws-rate, .pws-review-form .comment-form-comment, .pws-review-form p.pws-field:has(textarea), .pws-review-form .form-submit, .pws-review-form .comment-form-cookies-consent, .pws-review-form .comment-notes { grid-column: 1 / -1; }
.pws-field { display: flex; flex-direction: column; gap: 6px; margin: 0; border: 0; padding: 0; }
.pws-field label, .pws-field legend { font-size: 13px; font-weight: 600; padding: 0; }
.pws-field input[type=text], .pws-field input[type=email], .pws-field textarea {
	width: 100%; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--pws-border-strong); background: var(--pws-bg); font: inherit; font-size: 15px; color: var(--pws-text); box-shadow: none;
}
.pws-field input:focus, .pws-field textarea:focus { border-color: var(--pws-text); outline: none; }
.pws-field .required { color: var(--pws-accent); }
.pws-rate__stars { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
.pws-rate__stars input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pws-rate__stars label { cursor: pointer; color: var(--pws-border-strong); line-height: 0; transition: color .15s, transform .15s; }
.pws-rate__stars label svg { fill: currentColor; stroke: none; }
.pws-rate__stars label:hover, .pws-rate__stars label:hover ~ label, .pws-rate__stars input:checked ~ label { color: var(--pws-star); }
.pws-rate__stars label:hover { transform: scale(1.12); }
.pws-rate__stars input:focus-visible + label { outline: 2px solid var(--pws-accent); border-radius: 4px; }
.pws-review-form .form-submit { margin: 0; }
.pws-reviews__verify { font-size: 14px; color: var(--pws-muted); }

/* FAQ */
.pws-faq__list { border-top: 1px solid var(--pws-border); max-width: 100%; }
.pws-faq__item { border-bottom: 1px solid var(--pws-border); }
.pws-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 2px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 600; }
.pws-faq__item summary::-webkit-details-marker { display: none; }
.pws-faq__item summary svg { flex: none; transition: transform .25s var(--pws-ease); color: var(--pws-muted); }
.pws-faq__item[open] summary svg { transform: rotate(180deg); color: var(--pws-text); }
.pws-faq__item summary:hover span { color: var(--pws-accent); }
.pws-faq__answer { padding: 0 2px 20px; font-size: 15px; line-height: 1.7; color: var(--pws-muted); animation: pws-fade-up .25s var(--pws-ease); }
.pws-faq__answer p + p { margin-top: 8px; }

/* Related rows on the product page sit on a hairline */
.pws-product .pws-row { padding-top: 56px; }
.pws-product .pws-row + .pws-row { padding-top: 40px; }

/* Sticky buy bar (mobile) */
.pws-sticky-buy {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; align-items: center; justify-content: space-between; gap: 12px;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: color-mix(in srgb, var(--pws-bg) 94%, transparent);
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--pws-border);
	transform: translateY(110%); transition: transform .3s var(--pws-ease);
}
.pws-sticky-buy.is-visible { transform: none; }
.pws-sticky-buy__info { display: flex; align-items: center; gap: 10px; min-width: 0; }
.pws-sticky-buy__img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; flex: none; background: var(--pws-surface); }
.pws-sticky-buy__name { display: block; font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 42vw; }
.pws-sticky-buy__price { display: block; font-size: 15px; font-weight: 800; color: var(--pws-accent); }
.pws-sticky-buy__price del { display: none; }
.pws-sticky-buy__price ins { text-decoration: none; }
.pws-sticky-buy .pws-btn { min-height: 46px; flex: none; }

/* Rich short descriptions (headings, emoji, lists) */
.pws-product__short > * + * { margin-top: 10px; }
.pws-product__short h1, .pws-product__short h2, .pws-product__short h3, .pws-product__short h4 { font-size: 17px !important; line-height: 1.35 !important; font-weight: 700; margin: 14px 0 6px !important; text-transform: none; letter-spacing: 0; }
.pws-product__short ul, .pws-product__short ol { padding-left: 20px; margin: 8px 0 !important; }
.pws-product__short ul { list-style: disc; }
.pws-product__short ol { list-style: decimal; }
.pws-product__short li { margin: 2px 0; }
.pws-product__short ul.pws-cols, .pws-product__short ul:has(> li:nth-child(8)) { columns: 2; column-gap: 24px; }
.pws-product__short img { max-width: 100%; height: auto; border-radius: 8px; }
