/* Global Options v6.1.25 — Native Product Card Authority */
.mtpo-native-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%}
.mtpo-native-product-card{min-width:0;margin:0;background:#fff;border:0;border-radius:0;overflow:hidden}
.mtpo-native-product-card__link{display:block;color:inherit;text-decoration:none}
.mtpo-native-product-card__media{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;background:#f6f6f6}
.mtpo-native-product-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}
.mtpo-native-product-card__link:hover .mtpo-native-product-card__image{transform:scale(1.015)}
.mtpo-native-product-card__placeholder{display:block;width:100%;height:100%;background:#f3f3f3}
.mtpo-native-product-card__content{display:grid;gap:6px;padding:12px 2px 4px}
.mtpo-native-product-card__context{font-size:11px;line-height:1.3;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#777}
.mtpo-native-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.7em;font-size:16px;line-height:1.35;font-weight:700;color:#1d1d1f}
.mtpo-native-product-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;font-size:16px;line-height:1.25;font-weight:750;color:#111}
.mtpo-native-product-card__price del{font-size:12px;font-weight:500;color:#888;opacity:1}
.mtpo-native-product-card__price ins{text-decoration:none}
@media(max-width:767px){.mtpo-native-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.mtpo-native-product-card__content{gap:4px;padding-top:9px}.mtpo-native-product-card__context{font-size:10px}.mtpo-native-product-card__title{font-size:14px}.mtpo-native-product-card__price{font-size:14px}}
