.mg-fpc-wrap{position:relative;padding:20px 72px 30px;background:#FAF7F2;box-sizing:border-box;overflow:visible}.mg-fpc-viewport{overflow:hidden;width:100%}.mg-fpc-track{display:flex;gap:18px;transition:transform .35s ease;will-change:transform}.mg-fpc-card{position:relative;flex:0 0 calc((100% - (18px * 3))/4);border:1px solid #E8E2D8;background:#fff;border-radius:16px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.mg-fpc-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(63,90,42,.10);border-color:#DCC38A}.mg-fpc-image-wrap{display:block;position:relative;height:390px;background:#f7f1e8;overflow:hidden}.mg-fpc-image{width:100%!important;height:100%!important;object-fit:cover!important;display:block;transition:transform .35s ease}.mg-fpc-card:hover .mg-fpc-image{transform:scale(1.035)}.mg-fpc-badge{position:absolute;top:18px;right:18px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;line-height:1.05;font-weight:800;background:#D5A11E;color:#fff;box-shadow:0 8px 20px rgba(213,161,30,.25);z-index:2}.mg-fpc-heart{position:absolute;right:22px;bottom:158px;z-index:3;text-decoration:none!important;color:#777;font-size:32px;line-height:1}.mg-fpc-heart:hover{color:#C89A3D}.mg-fpc-content{padding:24px 28px 28px;background:#fff;min-height:205px}.mg-fpc-title{margin:0 0 22px;font-size:18px;font-weight:500;line-height:1.35;color:#111}.mg-fpc-title a{color:inherit;text-decoration:none}.mg-fpc-line{display:none!important}.mg-fpc-price{font-size:22px;font-weight:800;color:#3F5A2A;margin-bottom:20px;display:flex;gap:14px;align-items:baseline;flex-wrap:wrap}.mg-fpc-price del{font-size:16px;font-weight:400;color:#9B9B9B}.mg-fpc-price ins{text-decoration:none;color:#3F5A2A}.mg-fpc-action-wrap{display:flex}.mg-fpc-link{position:relative;display:inline-flex;gap:10px;align-items:center;color:#3F5A2A;text-decoration:none!important;font-size:16px;font-weight:700;text-transform:none}.mg-fpc-link:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:#C89A3D}.mg-fpc-cart-btn{width:auto!important;min-height:auto!important;border-radius:0!important;background:transparent!important;color:#3F5A2A!important;padding:0!important;box-shadow:none!important}.mg-fpc-excerpt{font-size:14px;color:#555;margin-bottom:12px}.mg-fpc-arrow{position:absolute;top:48%;transform:translateY(-50%);z-index:50;width:56px;height:56px;border:0;border-radius:999px;background:#fff;color:#3F5A2A;font-size:36px;line-height:1;box-shadow:0 10px 30px rgba(0,0,0,.12);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;outline:none}.mg-fpc-prev{left:10px}.mg-fpc-next{right:10px}.mg-fpc-arrow:hover{background:#3F5A2A;color:#fff}.mg-fpc-dots{display:none!important}.mg-fpc-empty{padding:20px;background:#fff3cd;border:1px solid #ffe69c;color:#664d03}@media(max-width:1024px){.mg-fpc-wrap{padding-left:62px;padding-right:62px}}@media(max-width:767px){.mg-fpc-wrap{padding:15px 52px 24px}.mg-fpc-image-wrap{height:320px}.mg-fpc-content{padding:20px}.mg-fpc-arrow{width:44px;height:44px;font-size:30px}.mg-fpc-heart{bottom:150px}.mg-fpc-prev{left:4px}.mg-fpc-next{right:4px}}

.mg-fpc-action-wrap .mg-fpc-cart-btn.button,.mg-fpc-action-wrap .mg-fpc-cart-btn.added_to_cart{background:transparent!important;color:#3F5A2A!important;border:0!important;padding:0!important;line-height:inherit!important}.mg-fpc-action-wrap .mg-fpc-cart-btn:hover{background:transparent!important;color:#3F5A2A!important}.mg-fpc-action-wrap .mg-fpc-cart-btn:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:#C89A3D}.mg-fpc-action-wrap .mg-fpc-cart-btn.added{display:none!important}


/* MG FIX v6 - móvil: carrusel real de 2 columnas, tarjetas parejas y flechas chicas */
@media (max-width: 767px){
  .mg-fpc-wrap{
    padding: 12px 8px 26px !important;
    overflow: hidden !important;
  }
  .mg-fpc-viewport{
    width: 100% !important;
    overflow: hidden !important;
  }
  .mg-fpc-track{
    gap: 10px !important;
    align-items: stretch !important;
  }
  .mg-fpc-card{
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 390px !important;
    border-radius: 14px !important;
  }
  .mg-fpc-image-wrap{
    height: 185px !important;
    min-height: 185px !important;
    max-height: 185px !important;
    flex: 0 0 185px !important;
    background: #fff !important;
  }
  .mg-fpc-image,
  .mg-fpc-image-wrap img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }
  .mg-fpc-content{
    padding: 12px 10px 14px !important;
    min-height: 190px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .mg-fpc-title{
    margin: 0 0 10px !important;
    font-size: 14px !important;
    line-height: 1.22 !important;
    min-height: 52px !important;
    max-height: 52px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }
  .mg-fpc-price{
    margin: 0 0 12px !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }
  .mg-fpc-price del{
    font-size: 13px !important;
  }
  .mg-fpc-action-wrap{
    margin-top: auto !important;
  }
  .mg-fpc-link,
  .mg-fpc-cart-btn{
    font-size: 13px !important;
    line-height: 1.2 !important;
    gap: 5px !important;
  }
  .mg-fpc-heart{
    top: 170px !important;
    right: 9px !important;
    bottom: auto !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }
  .mg-fpc-badge{
    width: 42px !important;
    height: 42px !important;
    top: 8px !important;
    right: 8px !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
  }
  .mg-fpc-arrow{
    width: 30px !important;
    height: 30px !important;
    font-size: 22px !important;
    line-height: 30px !important;
    top: 46% !important;
    opacity: .88 !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.12) !important;
  }
  .mg-fpc-prev{ left: 2px !important; }
  .mg-fpc-next{ right: 2px !important; }
}
