/* Peão Offshore — Nuvemshop */
.peao-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;width:100%}
.peao-shop-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr))}
.peao-product-card{position:relative;overflow:hidden;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 12px 34px rgba(0,0,0,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.peao-product-card:hover{transform:translateY(-4px);border-color:#d8bd4e;box-shadow:0 18px 42px rgba(0,0,0,.1)}
.peao-product-image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#f4f4f2}
.peao-product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.peao-product-card:hover .peao-product-image img{transform:scale(1.035)}
.peao-product-demo,.peao-product-sale{position:absolute;top:13px;z-index:2;padding:6px 9px;border-radius:999px;font-size:.62rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;line-height:1}
.peao-product-demo{left:13px;background:rgba(17,17,17,.88);color:#fff}
.peao-product-sale{right:13px;background:#f2c94c;color:#000}
.peao-product-body{padding:17px 17px 18px}
.peao-product-body h3{min-height:44px;margin:0 0 12px;font-size:1rem;font-weight:850;line-height:1.35;letter-spacing:-.02em}
.peao-product-body h3 a:hover{color:#765f11}
.peao-product-price{display:flex;align-items:baseline;gap:8px;min-height:30px;margin-bottom:14px}
.peao-product-price strong{font-size:1.18rem;font-weight:950;color:#111}
.peao-product-price del{color:#8a8d91;font-size:.8rem}
.peao-product-button{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:10px 13px;border-radius:8px;background:#111;color:#fff!important;font-size:.78rem;font-weight:850;transition:.18s ease}
.peao-product-button:hover{background:#f2c94c;color:#000!important}
.peao-product-button span{font-size:1rem}
.peao-shop-empty{padding:32px;border:1px dashed #c9c9c9;border-radius:14px;background:#fafafa}
.peao-shop-empty strong{display:block;margin-bottom:5px;font-size:1.15rem}
.peao-shop-empty p{margin:0;color:#667085}

.peao-store-products{margin-top:32px}
.peao-store-products-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.peao-store-products-head h2{margin:0;font-size:clamp(1.65rem,3vw,2.35rem);font-weight:950;letter-spacing:-.04em}
.peao-store-products-head p{max-width:620px;margin:6px 0 0;color:#666;line-height:1.6}
.peao-store-products-head>a{flex:0 0 auto;font-size:.82rem;font-weight:850}

@media(max-width:1199px){.peao-shop-grid,.peao-shop-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.peao-shop-grid,.peao-shop-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.peao-product-body{padding:13px}.peao-product-body h3{min-height:40px;font-size:.9rem}.peao-product-price strong{font-size:1.03rem}.peao-store-products-head{align-items:flex-start;flex-direction:column}}
@media(max-width:420px){.peao-shop-grid,.peao-shop-grid--catalog{grid-template-columns:1fr}.peao-product-image{aspect-ratio:4/3}}
