/* ВСЁСАМ+ · Product card 3.0
   Load AFTER libs.css and style.css. All overrides are scoped to .pm-product.
   Set --pm-mobile-offset if the site has a persistent bottom navigation. */
.pm-product { 
    --pm-blue: #0758ce;
    --pm-green: #087c32;
    --pm-ink: #101d2c;
    --pm-muted: #435366;
    --pm-line: #dbe3ec;
    --pm-soft: #f3f6fb;
    --pm-radius: 12px;
    --pm-mobile-offset: 0px;
    color: var(--pm-ink);
    font: 500 15px/1.5 Montserrat, Arial, sans-serif;
    padding: 4px 0 20px;
    min-width: 0;
    text-align: left;
 }
.pm-product *, .pm-product *::before, .pm-product *::after { box-sizing: border-box; }
.pm-product [hidden], .pm-product .hidden { display: none !important; }
.pm-product .pm-js-only { display: none !important; }
.pm-product.pm-enhanced .pm-js-only:not([hidden]):not(.hidden) { display: inline-flex !important; }
.pm-product a { color: var(--pm-blue); }
.pm-product a:hover { color: #0b487d; }
.pm-product :is(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid #80b9e8 !important; outline-offset: 3px;
}
.pm-product h2, .pm-product h3, .pm-product .pm-title {
    font-family: inherit; color: var(--pm-ink); letter-spacing: -.025em;
    text-transform: none; line-height: 1.3;
}
.pm-product h2 { font-size: 21px; font-weight: 750; margin: 0 0 14px; }
.pm-product h3 { font-size: 17px; font-weight: 650; }
.pm-product button, .pm-product input, .pm-product select, .pm-product textarea { font-family: inherit; }
.pm-product .pm-heading { margin: 0 0 20px; padding: 0; background: none; }
.pm-product .pm-eyebrow { display: block; margin-bottom: 5px; color: var(--pm-blue); font-size: 11px; font-weight: 750; letter-spacing: .08em; line-height: 1.4; }
.pm-product .pm-title.page_header { max-width: 1180px; border: 0; margin: 0 0 10px; padding: 0; text-align: left; font-size: clamp(22px, 1.9vw, 27px); font-weight: 750; overflow-wrap: anywhere; }
.pm-product .pm-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 18px; font-size: 13px; }
.pm-product .pm-brand { font-weight: 650; }
.pm-product .pm-sku-wrap { display: inline-flex; align-items: center; gap: 6px; color: var(--pm-muted); }
.pm-product .pm-sku-wrap .fn_sku { color: var(--pm-ink); font-weight: 600; }
.pm-product .pm-copy { align-items: center; justify-content: center; border: 0; border-radius: 6px; width: 30px; height: 30px; cursor: pointer; background: #edf3f7; color: var(--pm-blue); font-size: 20px; }
.pm-product .pm-copy.is-copied { background: #ddf3e3; color: var(--pm-green); }
.pm-product .pm-rating { display: inline-flex; gap: 7px; align-items: center; }
.pm-product .pm-muted { color: var(--pm-muted); }
.pm-product .pm-text-link { display: inline-flex; gap: 10px; font-weight: 600; font-size: 13px; text-decoration: none; }
.pm-product .pm-text-link:hover { text-decoration: underline; }
.pm-product .pm-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .83fr) minmax(320px, 1fr); gap: 18px; align-items: start; }
.pm-product .pm-layout > * { min-width: 0; }
.pm-product .product_image.pm-photo { display: flex; align-items: center; justify-content: center; position: relative; min-height: 290px; aspect-ratio: 1.13 / 1; padding: 36px 16px 35px; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); background: radial-gradient(ellipse at center, #fff 50%, #f5f8fc 100%); overflow: hidden; }
.pm-product .pm-photo .pm-main-image { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 0; background: none; border: 0; }
.pm-product .pm-photo .pm-main-image::before, .pm-product .pm-photo .pm-main-image::after { display: none; }
.pm-product .pm-main-image .product_img { display: block; width: 100%; height: 100%; max-height: 440px; object-fit: contain; margin: 0; }
.pm-product .pm-photo-hint { position: absolute; bottom: 11px; left: 10px; right: 10px; text-align: center; color: #435366; font-size: 11px; font-weight: 500; pointer-events: none; }
.pm-product .pm-labels { position: absolute; left: 15px; top: 15px; right: 15px; display: flex; flex-wrap: wrap; gap: 6px; pointer-events: none; }
.pm-product .pm-badge { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 6px; color: #0747a1; background: #e1edff; font-size: 11px; font-weight: 750; }
.pm-product .pm-badge--sale { color: #713500; background: #ffe2a9; }
.pm-product .pm-photo .promo_img { max-width: 80px; max-height: 80px; width: auto; height: auto; top: auto; bottom: 40px; right: 12px; }
.pm-product .pm-no-photo { min-height: 250px; display: flex; align-items: center; color: var(--pm-muted); }
.pm-product .pm-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 9px 3px 5px; scrollbar-width: thin; }
.pm-product .pm-thumb { flex: 0 0 64px; height: 64px; display: flex; align-items: center; justify-content: center; padding: 4px; border: 1px solid var(--pm-line); border-radius: 9px; background: #fff; }
.pm-product .pm-thumb img { width: 54px; height: 54px; object-fit: contain; }
.pm-product .pm-thumb.is-active { border-color: var(--pm-blue); box-shadow: 0 0 0 1px var(--pm-blue); }
.pm-product .pm-summary { padding: 3px 0; }
.pm-product .pm-section-title { margin-bottom: 10px; font-size: 20px; }
.pm-product .pm-annotation { font-size: 14px; line-height: 1.5; color: #26384c; margin: 0 0 12px; overflow-wrap: anywhere; }
.pm-product .pm-specs { display: block; margin: 0 0 10px; }
.pm-product .pm-specs > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; padding: 9px 0; border-bottom: 1px solid #e4eaf1; }
.pm-product .pm-specs dt { font-size: 13px; line-height: 1.4; font-weight: 500; color: #435366; margin: 0; overflow-wrap: anywhere; }
.pm-product .pm-specs dd { font-size: 13px; line-height: 1.4; font-weight: 750; color: #12253b; margin: 0; overflow-wrap: anywhere; }
.pm-product .pm-help { display: flex; gap: 9px; background: #eaf2ff; border: 1px solid #cbdfff; border-radius: 10px; padding: 12px; margin: 15px 0 9px; }
.pm-product .pm-help__icon { flex: 0 0 24px; height: 24px; display: flex; align-items: center; justify-content: center; border: 1px solid #b1cfe5; border-radius: 50%; color: var(--pm-blue); font-size: 14px; font-weight: 700; }
.pm-product .pm-help strong { display: block; font-size: 13px; line-height: 1.4; font-weight: 750; color: #12253b; }
.pm-product .pm-help p { font-size: 12px; line-height: 1.4; color: #334c68; margin: 5px 0 8px; }
.pm-product .pm-help .pm-text-link { font-size: 12px; }
.pm-product .pm-summary-link { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--pm-line); font-size: 13px; font-weight: 650; }
.pm-product .pm-buy { display: block; position: relative; width: 100%; padding: 19px; margin: 0; background: linear-gradient(150deg, #f1f6ff, #fff 45%); border: 1px solid #b9cfee; border-top: 3px solid #0b61e6; border-radius: var(--pm-radius); box-shadow: 0 8px 26px rgba(9, 60, 131, .1); text-align: left; }
.pm-product .pm-availability { display: inline-flex; gap: 7px; align-items: center; color: #066028; background: #e0f5e6; padding: 4px 9px; border: 1px solid #b8e7c6; border-radius: 6px; margin: 0 0 12px; font-size: 12px; }
.pm-product .pm-availability > span { width: 7px; height: 7px; background: currentColor; border-radius: 50%; flex: 0 0 7px; }
.pm-product .pm-availability.is-empty { color: #805208; background: #fff1d7; border-color: #edd7b1; }
.pm-product .pm-price-label { font-size: 13px; color: #34465c; font-weight: 650; margin-bottom: 3px; }
.pm-product .price_container.pm-price { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 2px; line-height: 1.1; margin: 0 0 13px; letter-spacing: -.035em; white-space: normal; }
.pm-product .pm-price .price { font-size: clamp(34px, 2.8vw, 42px); font-weight: 800; color: #0e1c2b; line-height: 1.1; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.pm-product .pm-price .old_price.pm-old-price { font-size: 16px !important; font-weight: 500; color: #586778; letter-spacing: 0; line-height: 1.3; margin: 0; opacity: 1; }
.pm-product .pm-units { font-size: 13px; font-weight: 500; color: #435366; letter-spacing: 0; white-space: nowrap; }
.pm-product .pm-price-inquiry { font-size: 14px; color: #685537; margin: 0 0 20px; }
.pm-product .pm-discount { position: relative; isolation: isolate; display: flex; gap: 12px; align-items: center; padding: 13px; margin-bottom: 15px; border-radius: 10px; overflow: hidden; background: linear-gradient(115deg, #ffcc48 0%, #ffe29b 70%, #fff0c7 100%); border: 1px solid #efb636; box-shadow: 0 4px 12px rgba(183, 107, 5, .12); }
.pm-product .pm-discount-value { display: flex; align-items: baseline; flex: 0 0 auto; font-size: 32px; font-weight: 850; line-height: 1; letter-spacing: -.05em; color: #1d2633; padding: 8px 10px 8px 0; border-right: 1px dashed rgba(93, 57, 0, .36); }
.pm-product .pm-discount-value small { font-size: 19px; font-weight: 800; }
.pm-product .pm-discount-copy { min-width: 0; position: relative; z-index: 1; }
.pm-product .pm-discount-kicker { display: block; font-size: 9px; font-weight: 800; letter-spacing: .075em; color: #693a00; margin-bottom: 4px; }
.pm-product .pm-discount strong { display: block; font-size: 14px; font-weight: 800; line-height: 1.3; color: #241900; }
.pm-product .pm-discount p { margin: 4px 0 0; font-size: 12px; line-height: 1.4; font-weight: 550; color: #5e3a06; }
.pm-product .pm-discount::after { content: ""; position: absolute; z-index: 0; inset: -80% auto -80% -40%; width: 28%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent); transform: translateX(-150%) rotate(20deg); pointer-events: none; }
.pm-product .pm-shop-price { display: flex; flex-direction: column; gap: 5px; padding: 12px; background: #fff7ed; border-radius: 9px; font-size: 12px; margin-bottom: 20px; }
.pm-product .pm-shop-price .pm-text-link { font-size: 11px; }
.pm-product .pm-variant-field { margin: 0 0 12px; }
.pm-product .pm-variant-field label, .pm-product .pm-field-label { display: block; margin: 0 0 5px; font-size: 12px; color: #34465c; font-weight: 650; }
.pm-product select.variant_select, .pm-product .pm-store-filter select { display: block; width: 100%; max-width: 100%; height: 46px; border: 1px solid #ccd8e0; border-radius: 8px; padding: 0 30px 0 12px; font-size: 13px; color: var(--pm-ink); background-color: #fff; cursor: pointer; text-overflow: ellipsis; }
.pm-product .pm-order-row { display: flex; flex-direction: row; align-items: flex-end; gap: 10px; }
.pm-product .pm-buy .amount { display: inline-flex; align-items: stretch; justify-content: flex-start; width: 106px; height: 50px; margin: 0; border: 1px solid #b6c5d7; border-radius: 9px; overflow: hidden; background: #fff; }
.pm-product .pm-buy .amount > * { display: flex; flex: 1 1 0; width: 32px; min-width: 0; max-width: none; height: 48px; margin: 0; padding: 0; border: 0; border-radius: 0; align-items: center; justify-content: center; background: #fff; color: #152c46; font-size: 21px; font-weight: 600; line-height: 1; box-shadow: none; }
.pm-product .pm-buy .amount .input_amount { display: block; text-align: center; width: 38px; flex: 0 0 38px; font-size: 16px; font-weight: 700; }
.pm-product .pm-buy .amount .minus, .pm-product .pm-buy .amount .plus { cursor: pointer; user-select: none; }
.pm-product .pm-buy .amount .minus:hover, .pm-product .pm-buy .amount .plus:hover { background: #edf3f7; }
.pm-product .pm-submit-wrap { width: 100%; min-width: 0; flex: 1; }
.pm-product .pm-buy .button, .pm-product .pm-mobile-buy .button { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: auto; min-height: 50px; padding: 11px 12px; font-size: 15px; font-weight: 800; text-transform: none; letter-spacing: -.015em; border-radius: 9px; line-height: 1.25; white-space: normal; background: linear-gradient(115deg, #116ff4, #0754d3); border: 1px solid #0754d3; box-shadow: 0 5px 0 #003b9d, 0 9px 18px rgba(4, 76, 187, .22); color: #fff !important; cursor: pointer; }
.pm-product .pm-buy .button:hover, .pm-product .pm-mobile-buy .button:hover { background: linear-gradient(115deg, #096aef, #0454dd); border-color: #064cc2; box-shadow: 0 5px 0 #003b9d, 0 12px 24px rgba(4, 76, 187, .28); }
.pm-product .pm-buy .button:disabled, .pm-product .pm-mobile-buy .button:disabled { background: #e5ebf2; border-color: #d1dbe6; box-shadow: none; color: #435366 !important; cursor: default; transform: none; }
.pm-product .pm-secondary-actions { display: flex; justify-content: space-between; gap: 10px; padding: 15px 0 11px; margin: 0 0 11px; border-bottom: 1px solid var(--pm-line); }
.pm-product .pm-secondary-actions a { display: inline-flex; align-items: center; gap: 6px; width: auto; min-height: 30px; height: auto; margin: 0; padding: 0; color: #31475d; border: 0; background: none; font-size: 12px; font-weight: 600; text-transform: none; }
.pm-product .pm-secondary-actions a svg { width: 18px; height: 18px; fill: currentColor; }
.pm-product .pm-secondary-actions a.selected { color: var(--pm-green); }
.pm-product .pm-quality { display: flex; align-items: center; gap: 9px; font-size: 12px; color: #172b3b; }
.pm-product .pm-quality > span { display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; flex: 0 0 25px; background: #eaf5ee; border-radius: 50%; color: var(--pm-green); font-weight: 700; }
.pm-product .pm-quality strong { display: block; }
.pm-product .pm-quality small { display: block; margin-top: 2px; font-size: 11px; line-height: 1.4; color: #435366; }
.pm-product .pm-updated { display: flex; align-items: center; gap: 9px; padding: 10px; margin: 12px 0 0; background: #eaf1fb; border: 1px solid #cedcf0; border-radius: 8px; line-height: 1.4; color: #233c59; }
.pm-product .pm-lower-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, 1fr); gap: 18px; margin: 22px 0; }
.pm-product .pm-panel { min-width: 0; padding: 20px; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); background: #fff; }
.pm-product .pm-panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 14px; }
.pm-product .pm-panel-heading h2 { margin: 0; }
.pm-product .pm-store-count { align-items: center; flex: 0 0 auto; font-size: 12px; font-weight: 650; border-radius: 6px; background: #e8f0ff; padding: 5px 9px; color: #1250a3; }
.pm-product .pm-store-filter { width: 100%; align-items: center; gap: 15px; margin: 0 0 14px; }
.pm-product .pm-store-filter label { margin: 0; font-size: 12px; color: var(--pm-muted); }
.pm-product .pm-store-filter select { width: 230px; }
.pm-product .pm-store-list { display: block; padding: 0; margin: 0; list-style: none; }
.pm-product .pm-store { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #e4eaf1; }
.pm-product .pm-store__address { min-width: 0; }
.pm-product .pm-store__city { display: block; margin-bottom: 2px; color: #435366; font-size: 12px; }
.pm-product .pm-store__address strong { display: block; font-size: 14px; font-weight: 700; color: #14283e; overflow-wrap: anywhere; }
.pm-product .pm-store__stock { flex: 0 0 auto; font-size: 13px; font-weight: 750; color: #06632a; background: #dff5e6; border: 1px solid #bde7cc; border-radius: 6px; padding: 4px 8px; }
.pm-product .pm-stores-empty { color: #435366; font-size: 12px; margin: 10px 0; }
.pm-product .pm-outline { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; gap: 8px; padding: 10px 16px; border: 1px solid #c7d7e4; border-radius: 8px; color: var(--pm-blue); background: #fff; font-size: 12px; font-weight: 600; cursor: pointer; }
.pm-product .pm-outline:hover { background: #f0f6fa; }
.pm-product .pm-footnote { max-width: 580px; font-size: 12px; line-height: 1.4; margin: 10px 0 0; color: #435366; }
.pm-product .pm-fulfillment { display: grid; gap: 12px; align-content: start; }
.pm-product .pm-fulfillment .pm-panel { background: #f1f5fb; border-color: #dbe3ec; padding: 17px; }
.pm-product .pm-fulfillment h2 { font-size: 17px; margin-bottom: 10px; min-height: 28px; display: flex; align-items: center; }
.pm-product .pm-small-icon { float: left; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: #dceaff; color: #0758ce; border-radius: 7px; margin: 0 9px 8px 0; font-size: 17px; }
.pm-product .pm-fulfillment-text { clear: both; color: #283f55; font-size: 13px; margin-bottom: 8px; }
.pm-product .pm-fulfillment-text p { margin: 5px 0; }
.pm-product .pm-section-nav { display: flex; gap: 4px; flex-wrap: wrap; padding: 5px; background: #eaf1fb; border: 1px solid #d0def0; border-radius: 10px; margin: 24px 0 14px; }
.pm-product .pm-section-nav a { display: flex; align-items: center; padding: 10px 13px; border-radius: 7px; color: #233d5b; font-size: 13px; font-weight: 700; }
.pm-product .pm-section-nav a:hover { background: #fff; color: var(--pm-blue); }
.pm-product .pm-content { margin: 0 0 14px; }
.pm-product :is(.pm-panel, .pm-related) { scroll-margin-top: 100px; }
.pm-product .pm-richtext { font-size: 15px; line-height: 1.65; color: #23374c; overflow-wrap: anywhere; overflow-x: auto; }
.pm-product .pm-richtext img { max-width: 100%; height: auto; }
.pm-product .pm-richtext p:last-child { margin-bottom: 0; }
.pm-product .pm-specs--full { max-width: 850px; margin: 0; }
.pm-product .pm-specs--full > div { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); padding: 14px 16px; border-bottom: 0; border-radius: 6px; }
.pm-product .pm-specs--full > div:nth-child(odd) { background: var(--pm-soft); }
.pm-product .pm-specs--full dt, .pm-product .pm-specs--full dd { font-size: 14px; }
.pm-product .pm-files { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.pm-product .pm-files a { display: flex; align-items: center; gap: 12px; width: fit-content; padding: 12px 15px; background: var(--pm-soft); border-radius: 8px; font-size: 13px; overflow-wrap: anywhere; }
.pm-product .pm-comments .row { margin-bottom: 0; }
.pm-product .pm-comments [class*="col"] { min-width: 0; margin-bottom: 14px; }
.pm-product .pm-comments .form { margin: 0; padding: 20px; border-radius: 10px; border: 1px solid var(--pm-line); background: var(--pm-soft); }
.pm-product .pm-comments .form .title { font-size: 17px; line-height: 1.4; text-transform: none; }
.pm-product .pm-comments :is(.form_input, .form_textarea) { font-size: 16px; border-radius: 6px; }
.pm-product .pm-comments .comment_content { overflow-wrap: anywhere; }
.pm-product .pm-related { margin-top: 25px; }
.pm-product .pm-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; list-style: none; padding: 0; margin: 0; }
.pm-product .pm-related-grid > .products_item { min-width: 0; width: 100%; max-width: 100%; padding: 0; margin: 0; }
.pm-product .pm-related-grid > .products_item > .fn_product { height: 100%; }
.pm-product .pm-legal { color: var(--pm-muted); font-size: 10px; line-height: 1.7; max-width: 850px; margin: 28px 0 0; }
.pm-product .pm-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.pm-product.pm-enhanced .pm-mobile-buy.pm-js-only { display: none !important; }
/* Brand, data timestamp and short feedback animations. No fake countdowns. */
.pm-product .pm-brandline { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 12px; margin: 0 0 12px; font-size: 12px; color: #344c66; }
.pm-product .pm-brandline > strong { color: #0758ce; font-size: 19px; font-weight: 850; letter-spacing: -.045em; line-height: 1.2; }
.pm-product .pm-brandline > strong > span { color: #087c32; }
.pm-product .pm-quantity { flex: 0 0 auto; }
.pm-product .pm-updated > div { min-width: 0; }
.pm-product .pm-updated strong { display: block; color: #173757; font-size: 12px; font-weight: 750; }
.pm-product .pm-updated-label { display: block; margin-top: 2px; font-size: 11px; color: #3a5270; }
.pm-product .pm-updated-time { font-weight: 650; font-variant-numeric: tabular-nums; color: #173757; }
.pm-product .pm-updated-icon { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; flex: 0 0 30px; background: #fff; color: #0758ce; border: 1px solid #bdd3f0; border-radius: 50%; }
.pm-product .pm-updated-icon svg { display: block; width: 19px; height: 19px; }
.pm-product .pm-buy .pm-submit::before, .pm-product .pm-mobile-submit::before { content: ""; display: block; flex: 0 0 18px; width: 18px; height: 18px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 3h3l2.4 12H19l2-9H6M9 20h.01M18 20h.01' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 3h3l2.4 12H19l2-9H6M9 20h.01M18 20h.01' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.pm-product .pm-buy .button::after, .pm-product .pm-mobile-submit::after { content: ""; position: absolute; inset: -50% auto -50% -40%; width: 30%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent); transform: rotate(20deg); pointer-events: none; }
.pm-product .pm-buy .button, .pm-product .pm-mobile-submit { transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important; }
.pm-product .pm-thumb, .pm-product .pm-outline, .pm-product .pm-main-image img { transition: transform .25s ease, border-color .2s ease, box-shadow .2s ease !important; }
.pm-product .pm-buy .button:active, .pm-product .pm-mobile-submit:active { transform: translateY(3px); box-shadow: 0 1px 0 #003b9d, 0 3px 8px rgba(4,76,187,.14); }
.pm-product .pm-buy .button.cart-btn-added { background: #087c32; border-color: #056526; box-shadow: 0 4px 0 #04531f, 0 8px 18px rgba(8,124,50,.2); }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .pm-product .pm-buy .button:not(:disabled):hover, .pm-product .pm-mobile-submit:not(:disabled):hover { transform: translateY(-2px); }
    .pm-product .pm-buy .button:hover::after, .pm-product .pm-mobile-submit:hover::after { animation: pm-shine .8s ease-out both; }
    .pm-product .pm-main-image:hover img { transform: scale(1.035); }
    .pm-product .pm-thumb:hover { transform: translateY(-2px); border-color: #0758ce; }
    .pm-product .pm-outline:hover { transform: translateY(-1px); }
}
@media (prefers-reduced-motion: no-preference) {
    .pm-product .pm-gallery, .pm-product .pm-summary, .pm-product .pm-buy { animation: pm-enter .48s cubic-bezier(.2,.75,.25,1) both; }
    .pm-product .pm-summary { animation-delay: .06s; }
    .pm-product .pm-buy { animation-delay: .12s; }
    .pm-product .pm-discount::after { animation: pm-ticket-shine 5s ease-in-out .6s 2; }
    .pm-product .pm-updated-icon svg { animation: pm-sync-intro .85s ease-out .35s both; }
    .pm-product .pm-store:not([hidden]) { animation: pm-enter .22s ease-out; }
    .pm-product .pm-mobile-buy.is-visible { animation: pm-bar-enter .24s ease-out; }
}
@keyframes pm-enter { from { opacity: .35; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes pm-shine { from { left: -40%; } to { left: 140%; } }
@keyframes pm-ticket-shine { 0%, 65% { transform: translateX(-150%) rotate(20deg); } 95%, 100% { transform: translateX(800%) rotate(20deg); } }
@keyframes pm-sync-intro { from { transform: rotate(-150deg); } to { transform: rotate(0); } }
@keyframes pm-bar-enter { from { transform: translateY(15px); opacity: .4; } to { transform: none; opacity: 1; } }
@media (max-width: 1199px) {
    .pm-product .pm-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr); gap: 18px; }
    .pm-product .pm-gallery { grid-column: 1; grid-row: 1; }
    .pm-product .pm-summary { grid-column: 1; grid-row: 2; }
    .pm-product .pm-buy { grid-column: 2; grid-row: 1 / 3; }
    .pm-product .pm-photo { max-height: 520px; }
    .pm-product .pm-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .pm-product { padding-top: 8px; padding-bottom: 95px; font-size: 14px; }
    .pm-product .pm-heading { margin-bottom: 20px; }
    .pm-product .pm-title.page_header { font-size: 22px; line-height: 1.3; margin-bottom: 10px; }
    .pm-product .pm-meta { gap: 7px 13px; font-size: 12px; }
    .pm-product .pm-eyebrow { font-size: 10px; }
    .pm-product .pm-layout { display: flex; flex-direction: column; gap: 16px; }
    .pm-product .pm-gallery { width: 100%; order: 0; }
    .pm-product .pm-buy { width: 100%; order: 1; padding: 17px; }
    .pm-product .pm-summary { width: 100%; order: 2; padding: 5px 2px; }
    .pm-product .product_image.pm-photo { min-height: 230px; max-height: 310px; aspect-ratio: 1.3 / 1; }
    .pm-product .pm-main-image .product_img { max-height: 255px; }
    .pm-product .pm-thumbs { gap: 8px; }
    .pm-product .pm-thumb { flex-basis: 64px; height: 64px; }
    .pm-product .pm-thumb img { width: 54px; height: 54px; }
    .pm-product .pm-availability { margin-bottom: 15px; }
    .pm-product .pm-price .price { font-size: 36px; }
    .pm-product .pm-order-row { flex-direction: row; align-items: flex-end; gap: 12px; }
    .pm-product .pm-quantity { flex: 0 0 122px; }
    .pm-product .pm-buy .amount { width: 122px; height: 50px; }
    .pm-product .pm-buy .amount > * { height: 48px; }
    .pm-product .pm-submit-wrap { flex: 1; min-width: 0; }
    .pm-product .pm-secondary-actions { justify-content: flex-start; gap: 28px; }
    .pm-product .pm-secondary-actions a { min-height: 30px; font-size: 12px; }
    .pm-product .pm-specs--short dt, .pm-product .pm-specs--short dd { font-size: 14px; }
    .pm-product .pm-annotation { font-size: 14px; }
    .pm-product .pm-help strong, .pm-product .pm-help p { font-size: 13px; }
    .pm-product .pm-help .pm-text-link, .pm-product .pm-summary-link { font-size: 12px; }
    .pm-product .pm-lower-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 20px; }
    .pm-product .pm-panel { padding: 17px; }
    .pm-product .pm-panel-heading { align-items: flex-start; gap: 12px; }
    .pm-product h2 { font-size: 20px; }
    .pm-product .pm-store-filter select { width: 100%; font-size: 16px; }
    .pm-product .pm-variant-field select { font-size: 16px; }
    .pm-product .pm-store__address strong { font-size: 14px; }
    .pm-product .pm-store__stock { font-size: 12px; }
    .pm-product .pm-fulfillment { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .pm-product .pm-fulfillment .pm-panel { padding: 16px; }
    .pm-product .pm-fulfillment h2 { font-size: 15px; }
    .pm-product .pm-fulfillment-text { font-size: 12px; }
    .pm-product .pm-section-nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; margin-top: 24px; }
    .pm-product .pm-section-nav a { white-space: nowrap; flex: 0 0 auto; }
    .pm-product .pm-richtext { font-size: 15px; }
    .pm-product .pm-specs--full > div { padding: 12px; gap: 12px; }
    .pm-product .pm-specs--full dt, .pm-product .pm-specs--full dd { font-size: 13px; }
    .pm-product .pm-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .pm-product .pm-comments .form { padding: 15px; }
    .pm-product.pm-enhanced .pm-mobile-buy.pm-js-only.is-visible { display: flex !important; }
    .pm-product .pm-mobile-buy { position: fixed; z-index: 90; bottom: var(--pm-mobile-offset); left: 0; right: 0; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)); background: rgba(255,255,255,.98); border-top: 1px solid var(--pm-line); box-shadow: 0 -5px 24px rgba(25,55,78,.08); }
    .pm-product .pm-mobile-buy > div { min-width: 0; }
    .pm-product .pm-mobile-caption { display: block; color: var(--pm-muted); font-size: 10px; }
    .pm-product .pm-mobile-price { display: block; font-size: 19px; line-height: 1.3; overflow-wrap: anywhere; }
    .pm-product .pm-mobile-buy .button { width: auto; flex: 0 0 145px; min-height: 46px; font-size: 13px; }
}
@media (max-width: 380px) {
    .pm-product .pm-title.page_header { font-size: 20px; }
    .pm-product .pm-buy, .pm-product .pm-panel { padding: 16px; }
    .pm-product .pm-panel-heading { flex-wrap: wrap; }
    .pm-product .pm-fulfillment { grid-template-columns: minmax(0, 1fr); }
    .pm-product .pm-buy .button { font-size: 13px; padding-left: 8px; padding-right: 8px; }
    .pm-product .pm-quantity { flex-basis: 110px; }
    .pm-product .pm-buy .amount { width: 110px; }
    .pm-product .pm-mobile-buy .button { flex-basis: 130px; }
    .pm-product .pm-related-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
    .pm-product *, .pm-product *::before, .pm-product *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
    .pm-product .pm-mobile-buy, .pm-product .pm-secondary-actions, .pm-product .pm-comments .form { display: none !important; }
    .pm-product .pm-store[hidden] { display: flex !important; }
    .pm-product .pm-buy { box-shadow: none; }
}
