.lcf-product-page{display:grid;gap:44px;margin:28px 0}
.lcf-product-section{min-width:0}
.lcf-product-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
.lcf-product-section-head h2{margin:0;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.2}
.lcf-product-carousel-controls{display:flex;gap:8px;flex:0 0 auto}
.lcf-product-carousel-controls button{width:38px;height:38px;border:1px solid #d1d5db;border-radius:50%;background:#fff;color:#111827;font-size:23px;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.07)}
.lcf-product-carousel-controls button:hover,.lcf-product-carousel-controls button:focus-visible{background:#f3f4f6}
.lcf-product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,22%);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;padding:2px 2px 12px}
.lcf-product-carousel::-webkit-scrollbar{display:none}
.lcf-product-item{scroll-snap-align:start;min-width:0;border:1px solid #e5e7eb;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(15,23,42,.055);transition:transform .18s ease,box-shadow .18s ease}
.lcf-product-item:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(15,23,42,.09)}
.lcf-product-image{display:block;aspect-ratio:1/1;background:#f8fafc;overflow:hidden}
.lcf-product-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}
.lcf-product-item:hover .lcf-product-image img{transform:scale(1.025)}
.lcf-product-info{padding:13px 14px 15px;display:grid;gap:8px}
.lcf-product-info h3{margin:0;font-size:.98rem;line-height:1.35}
.lcf-product-info h3 a{color:inherit;text-decoration:none}
.lcf-product-price{font-weight:800;color:#111827}
.lcf-product-price del{opacity:.55;font-weight:500;margin-right:5px}
.lcf-product-more-wrap{text-align:center;margin-top:18px}
.lcf-product-more{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:10px;background:#111827;color:#fff!important;text-decoration:none!important;font-weight:700;box-shadow:0 3px 0 #000}
.lcf-product-more:hover,.lcf-product-more:focus-visible{background:#000;color:#fff!important;transform:translateY(1px);box-shadow:0 2px 0 #000}
@media(max-width:900px){.lcf-product-carousel{grid-auto-columns:minmax(175px,32%)}}
@media(max-width:650px){.lcf-product-page{gap:34px}.lcf-product-carousel{grid-auto-columns:minmax(160px,48%);gap:12px}.lcf-product-carousel-controls button{width:36px;height:36px}.lcf-product-info{padding:11px 12px 13px}}
@media(max-width:390px){.lcf-product-carousel{grid-auto-columns:72%}}
@media(prefers-reduced-motion:reduce){.lcf-product-carousel{scroll-behavior:auto}.lcf-product-item,.lcf-product-image img,.lcf-product-more{transition:none}}
