.tm-pfc{position:relative;width:100%;box-sizing:border-box}.tm-pfc *{box-sizing:border-box}.tm-pfc-viewport{overflow:hidden;width:100%}.tm-pfc-track{display:flex;gap:var(--tm-pfc-gap,16px);transition:transform .45s ease;will-change:transform}.tm-pfc-slide{flex:0 0 calc((100% - (var(--tm-pfc-visible,6) - 1)*var(--tm-pfc-gap,16px))/var(--tm-pfc-visible,6));min-width:0;background:#fff;border:1px solid #e7e7e7;border-radius:12px;overflow:hidden;box-shadow:0 3px 14px rgba(0,0,0,.06)}.tm-pfc-image{display:block;width:100%;overflow:hidden;background:#f7f7f7}.tm-pfc-image img{display:block;width:100%;height:100%;object-fit:cover}.tm-pfc-ratio-square .tm-pfc-image{aspect-ratio:1/1}.tm-pfc-ratio-landscape .tm-pfc-image{aspect-ratio:4/3}.tm-pfc-ratio-portrait .tm-pfc-image{aspect-ratio:3/4}.tm-pfc-ratio-original .tm-pfc-image img{height:auto}.tm-pfc-content{padding:12px}.tm-pfc-content h3{font-size:15px;line-height:1.3;margin:0 0 6px}.tm-pfc-price{font-weight:700;margin-bottom:9px}.tm-pfc-button{display:inline-block;padding:8px 11px;border-radius:7px;background:#1d7f45;color:#fff;text-decoration:none;font-size:13px}.tm-pfc-prev,.tm-pfc-next{position:absolute;top:42%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.95);box-shadow:0 2px 10px rgba(0,0,0,.18);font-size:25px;line-height:1;cursor:pointer}.tm-pfc-prev{left:8px}.tm-pfc-next{right:8px}.tm-pfc-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}.tm-pfc-dot{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#c7c7c7;cursor:pointer}.tm-pfc-dot.is-active{background:#333}@media(max-width:1024px){.tm-pfc{--tm-pfc-visible:var(--tm-pfc-tablet,3)}}@media(max-width:640px){.tm-pfc{--tm-pfc-visible:var(--tm-pfc-mobile,1)}.tm-pfc-prev,.tm-pfc-next{width:32px;height:32px}.tm-pfc-content{padding:10px}}
