.vp-mprod{padding-top:var(--vp-mprod-pt, 60px);padding-bottom:var(--vp-mprod-pb, 60px);background:var(--vp-mprod-bg, #f9f9f9)}.vp-mprod__wrapper{max-width:calc(var(--vp-container-max-width, 1340px) + var(--vp-container-padding, 48px) * 2);margin:0 auto;padding-inline:var(--vp-container-padding, 48px)}.vp-mprod__inner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:580px}.vp-mprod__card{background:#fff;border-radius:var(--vp-mprod-radius, 20px) 0 0 var(--vp-mprod-radius, 20px);padding:48px;display:flex;flex-direction:column;justify-content:center}.vp-mprod__heading{font-family:var(--vp-font-heading, "Raleway", sans-serif);font-weight:400;font-size:34px;line-height:1.2;color:#1a1a1a;margin:0 0 8px}.vp-mprod__heading p{margin:0}.vp-mprod__heading strong,.vp-mprod__heading b{font-weight:800}.vp-mprod__subtitle{font-family:var(--vp-font-heading, "Raleway", sans-serif);font-weight:500;font-size:22px;line-height:1.3;color:#2a2a2a;margin:0 0 18px}.vp-mprod__description{font-family:var(--vp-font-heading, "Raleway", sans-serif);font-weight:400;font-size:15px;line-height:1.65;color:#555;margin:0 0 14px}.vp-mprod__description p{margin:0 0 6px}.vp-mprod__description p:last-child{margin-bottom:0}.vp-mprod__highlight{font-family:var(--vp-font-heading, "Raleway", sans-serif);font-size:15px;line-height:1.6;color:#555;margin:0 0 24px}.vp-mprod__highlight p{margin:0}.vp-mprod__highlight strong,.vp-mprod__highlight b{color:var(--vp-mprod-accent, #418257);font-weight:700}.vp-mprod__features{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.vp-mprod__feature{display:flex;align-items:stretch;justify-content:space-between;gap:16px;background:#eaddd5;border-radius:12px;padding:0 0 0 22px;min-height:80px;overflow:hidden}.vp-mprod__feature-text{font-family:var(--vp-font-heading, "Raleway", sans-serif);font-size:15px;line-height:1.5;color:#333;flex:1;min-width:0;display:flex;align-items:center;padding-block:18px}.vp-mprod__feature-text p{margin:0}.vp-mprod__feature-text strong,.vp-mprod__feature-text b{font-weight:700;color:#1a1a1a}.vp-mprod__feature-img{flex-shrink:0;width:180px;overflow:hidden;border-radius:0 12px 12px 0}.vp-mprod__feature-img img{width:100%;height:100%;object-fit:cover;display:block}.vp-mprod__cta{display:inline-flex;align-items:center;justify-content:center;gap:15px;background:#163506;color:#fff;font-family:Raleway,sans-serif;font-weight:600;font-size:18px;text-decoration:none;border:none;border-radius:100px;padding:16px 24px;cursor:pointer;transition:transform .3s ease;width:fit-content;box-shadow:0 7px 10px #41825729}.vp-mprod__cta svg{width:16px;height:16px;flex-shrink:0}.vp-mprod__cta:hover{transform:scale(.9)}.vp-mprod__media{position:relative;display:flex;align-items:center;justify-content:center;overflow:visible}.vp-mprod__panel{position:absolute;top:0;right:0;bottom:0;width:75%;background:var(--vp-mprod-panel, #c5ddc9);border-radius:0 var(--vp-mprod-radius, 20px) var(--vp-mprod-radius, 20px) 0}.vp-mprod__image-wrap{position:relative;z-index:1;width:var(--vp-mprod-image-scale, 100%);max-width:600px}.vp-mprod__image{width:100%;height:auto;display:block;object-fit:contain}.vp-mprod__placeholder{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.vp-mprod__placeholder svg{width:100%;height:100%;display:block}@media screen and (max-width:989px){.vp-mprod__wrapper{padding-inline:24px}.vp-mprod__inner{min-height:auto}.vp-mprod__card{padding:36px 32px}.vp-mprod__heading{font-size:28px}.vp-mprod__subtitle{font-size:19px}.vp-mprod__feature-img{width:140px}}@media screen and (max-width:749px){.vp-mprod{padding-top:28px!important;padding-bottom:28px!important}.vp-mprod__wrapper{padding-inline:16px}.vp-mprod__inner{grid-template-columns:1fr;min-height:auto}.vp-mprod__card{border-radius:var(--vp-mprod-radius, 20px) var(--vp-mprod-radius, 20px) 0 0;padding:28px 20px}.vp-mprod__heading{font-size:24px}.vp-mprod__subtitle{font-size:17px;margin-bottom:14px}.vp-mprod__description{font-size:14px;margin-bottom:10px}.vp-mprod__highlight{font-size:14px;margin-bottom:20px}.vp-mprod__feature{padding:14px 0 14px 16px;min-height:64px}.vp-mprod__feature-text{font-size:14px}.vp-mprod__feature-img{width:120px}.vp-mprod__features{gap:10px;margin-bottom:24px}.vp-mprod__cta{width:100%;padding:14px 28px;font-size:14px}.vp-mprod__media{min-height:240px}.vp-mprod__panel{width:100%;border-radius:0 0 var(--vp-mprod-radius, 20px) var(--vp-mprod-radius, 20px)}.vp-mprod__image-wrap{width:100%;max-width:none;padding:20px 0}.vp-mprod__feature{border-radius:10px}.vp-mprod__feature-img{border-radius:0 10px 10px 0}}.vp-mprod__feature--reveal{opacity:0;transform:translate(-48px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--vp-mprod-reveal-delay, 0ms);will-change:opacity,transform}.vp-mprod__feature--reveal.is-visible{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){.vp-mprod__feature--reveal{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/vp-mujer-product.css.map */
