.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(215px,23.5%);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:1100px){.lcf-product-carousel{grid-auto-columns:minmax(205px,31.5%)}}
@media(max-width:700px){.lcf-product-page{gap:34px}.lcf-product-carousel{grid-auto-columns:minmax(175px,48%);gap:12px}.lcf-product-carousel-controls button{width:36px;height:36px}.lcf-product-info{padding:12px 12px 14px}}
@media(max-width:430px){.lcf-product-carousel{grid-auto-columns:82%}}
@media(prefers-reduced-motion:reduce){.lcf-product-carousel{scroll-behavior:auto}.lcf-product-item,.lcf-product-image img,.lcf-product-more{transition:none}}

.lcf-product-buy{display:grid;grid-template-columns:1fr;gap:8px;align-items:center;margin-top:5px}
.lcf-qty{display:grid;grid-template-columns:1fr 50px 1fr;align-items:stretch;width:100%;border:1px solid #d1d5db;border-radius:10px;overflow:hidden;background:#fff}
.lcf-qty button{border:0;background:#f8fafc;color:#111827;font:700 18px/1 Arial,sans-serif;cursor:pointer;min-height:38px;padding:0}
.lcf-qty button:hover,.lcf-qty button:focus-visible{background:#e5e7eb}
.lcf-qty-input{width:50px;min-width:0;border:0!important;border-left:1px solid #e5e7eb!important;border-right:1px solid #e5e7eb!important;border-radius:0!important;padding:0!important;text-align:center;font:700 14px/1 Arial,sans-serif;appearance:textfield;-moz-appearance:textfield;background:#fff}
.lcf-qty-input::-webkit-inner-spin-button,.lcf-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.lcf-buy-button,.lcf-choose-options{width:100%;box-sizing:border-box;min-height:42px;border:0;border-radius:10px;background:#2563eb;color:#fff!important;text-decoration:none!important;font-weight:800;font-size:.88rem;padding:9px 12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 0 #1e40af;transition:transform .12s ease,background .12s ease,box-shadow .12s ease}
.lcf-buy-button:hover,.lcf-buy-button:focus-visible,.lcf-choose-options:hover,.lcf-choose-options:focus-visible{background:#1d4ed8;color:#fff!important}
.lcf-buy-button:active{transform:translateY(2px);box-shadow:0 1px 0 #1e40af}
.lcf-product-buy.is-adding .lcf-buy-button{opacity:.72;cursor:progress}
.lcf-product-buy.is-added .lcf-buy-button{background:#16a34a;box-shadow:0 3px 0 #166534}
.lcf-buy-feedback{min-height:1em;font-size:.76rem;color:#166534}
.lcf-out-of-stock{display:inline-flex;align-items:center;min-height:38px;color:#6b7280;font-size:.85rem;font-weight:700}
@media(max-width:700px){
  .lcf-product-buy{grid-template-columns:1fr}
  .lcf-qty{grid-template-columns:1fr 52px 1fr;width:100%}
  .lcf-qty-input{width:52px}
  .lcf-buy-button,.lcf-choose-options{width:100%;box-sizing:border-box}
}

/* Barra da sacola após adicionar produto */
.lcf-cart-notice[hidden]{display:none!important}
.lcf-cart-notice{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1000001;
    padding:0 16px 16px;
    pointer-events:none;
    transform:translateY(120%);
    opacity:0;
    transition:transform .22s ease,opacity .22s ease;
}
.lcf-cart-notice.is-visible{
    transform:translateY(0);
    opacity:1;
}
.lcf-cart-notice-inner{
    width:min(760px,100%);
    min-height:72px;
    margin:0 auto;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:14px 16px 14px 20px;
    border:1px solid #dbeafe;
    border-radius:16px;
    background:#fff;
    box-shadow:0 18px 50px rgba(15,23,42,.22);
    pointer-events:auto;
}
.lcf-cart-notice-message{
    min-width:0;
    color:#111827;
    font-size:1rem;
    font-weight:800;
    line-height:1.35;
}
.lcf-cart-notice-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex:0 0 auto;
}
.lcf-cart-notice-button{
    min-height:42px;
    box-sizing:border-box;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 17px;
    border-radius:10px;
    background:#2563eb;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:800;
    box-shadow:0 3px 0 #1e40af;
}
.lcf-cart-notice-button:hover,
.lcf-cart-notice-button:focus-visible{
    background:#1d4ed8;
    color:#fff!important;
}
.lcf-cart-notice-close{
    width:38px;
    height:38px;
    flex:0 0 38px;
    border:0;
    border-radius:50%;
    background:#f3f4f6;
    color:#374151;
    font-size:23px;
    line-height:1;
    cursor:pointer;
}
.lcf-cart-notice-close:hover,
.lcf-cart-notice-close:focus-visible{
    background:#e5e7eb;
}
@media(max-width:600px){
    .lcf-cart-notice{padding:0 10px 10px}
    .lcf-cart-notice-inner{
        align-items:stretch;
        flex-direction:column;
        gap:10px;
        padding:14px;
        border-radius:14px;
    }
    .lcf-cart-notice-message{
        padding-right:36px;
        font-size:.95rem;
    }
    .lcf-cart-notice-actions{
        width:100%;
    }
    .lcf-cart-notice-button{
        flex:1 1 auto;
        width:100%;
    }
    .lcf-cart-notice-close{
        position:absolute;
        right:20px;
        top:12px;
    }
}
@media(prefers-reduced-motion:reduce){
    .lcf-cart-notice{transition:none}
}
