*{box-sizing:border-box}
html,body{margin:0;padding:0;width:100%;overflow-x:hidden}
body{font-family:Arial,Helvetica,sans-serif;color:var(--vTextColor);background:var(--vPageBackgroundColor)}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
#dvFullPage{width:100%;max-width:var(--vLayoutMaxWidth);margin:0 auto;background:#fff}
#dvFullHeader,#dvFullBody,#dvFullFooter{width:100%;margin:0;padding:0}
#dvHeaderBox,#dvBodyBox,#dvFooterBox{width:100%;max-width:var(--vLayoutMaxWidth);margin:0 auto;}
#dvHeaderBox{display:flex;flex-wrap:wrap;background:#fff}
#dvHeaderLogo{flex:0 0 var(--vHeaderLogoMaxWidth);max-width:var(--vHeaderLogoMaxWidth);min-height:118px;padding:14px 14px;display:flex;align-items:center;justify-content:center;overflow:hidden}
#dvHeaderBody{flex:1;min-width:0}
#dvHeaderNav,#dvHeaderBar{flex:0 0 100%;width:100%}
#dvHeaderBar{height:4px;background:var(--vPrimaryDarkColor)}
.clLogoLink{display:flex;width:100%;max-width:190px;align-items:center;justify-content:center;line-height:0}
.clLogoLink svg{display:block;width:100%;height:auto;max-width:190px;max-height:88px}
.clHeaderTop{min-height:32px;background:var(--vPrimaryColor);color:#fff;display:flex;align-items:center;gap:24px;padding:7px 18px;font-size:12px;white-space:nowrap;overflow:hidden}
.clHeaderSearch{display:flex;align-items:center;gap:9px;padding:15px 18px}
.clInputSearch{flex:1;min-width:0;height:44px;border:1px solid var(--vBorderColor);border-radius:var(--vRadiusSmall);padding:0 15px;outline:none;color:var(--vTextColor);background:#fff}
.clInputSearch:focus{border-color:var(--vPrimaryColor);box-shadow:0 0 0 2px var(--vSecondaryColor)}
.clButtonSearch{height:44px;border:0;border-radius:var(--vRadiusSmall);background:var(--vPrimaryColor);color:#fff;font-weight:700;padding:0 28px;cursor:pointer}
.clHeaderAction{border:0;background:#fff;padding:10px 12px;white-space:nowrap;cursor:pointer;color:var(--vTextColor)}
.clHeaderAction:hover{color:var(--vPrimaryColor)}
.clNav{width:100%;display:flex;justify-content:center;align-items:center;background:var(--vPrimaryColor)}
.clNavLink{color:#fff;font-weight:700;padding:15px 30px}
.clNavLink:hover,.clNavLink:focus{background:var(--vPrimaryDarkColor)}
#dvBodyBox{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff}
#dvBodyBox>section{width:100%;max-width:100%;min-width:0;overflow:hidden}
#dvFooterBox{display:flex;flex-wrap:wrap;background:var(--vFooterColor);color:#fff}
#dvFooterBar{width:100%;height:5px;background:var(--vPrimaryColor)}
#dvFooterBody{display:flex;width:100%}
#dvLeftFooter,#dvCenterFooter,#dvRightFooter{flex:1;min-width:0;padding:32px 28px}
.clFooterBrand{margin:0 0 8px;color:#fff}
.clFooterBrand span,.clFooterTitle{color:#55cf86}
.clFooterTitle{font-size:14px}
.clFooterText,.clFooterLink{font-size:13px;color:#dbe8e3;line-height:1.6;display:block}
.clFooterLink:hover{color:#fff}
.clFloatArea{position:fixed;right:22px;bottom:22px;z-index:1000}
.clFloatWhatsApp{width:58px;height:58px;border-radius:50%;border:4px solid #fff;background:var(--vPrimaryColor);color:#fff;font-size:0;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.2)}
.clFloatWhatsApp:after{content:'◔';font-size:28px}
.clModal{border:0;border-radius:var(--vRadiusMedium);padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.clModal::backdrop{background:rgba(0,0,0,.45)}
.clButtonModalClose{border:1px solid var(--vBorderColor);background:#fff;border-radius:var(--vRadiusSmall);padding:8px 14px}
.clModalBody{min-width:280px;min-height:80px;padding-top:15px}
.clTitle{font-size:36px}
.clReferencePanel{border:1px solid var(--vBorderColor);border-radius:var(--vRadiusMedium);padding:40px;background:var(--vSurfaceColor)}

.clProductsBox{display: flex; flex-direction: row; flex-wrap: wrap;position: relative;

}




.clProductCard {
    display: flex;
    flex-direction: column;
    flex:1;
    overflow: hidden;

    max-width: 350px;
    min-width: 250px;
    
    position: relative;
    
    max-height: 350px;
    min-height: 300px;
    margin: 5px;
    border-radius: 5px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;



}


.clProductCard .clProductImageBox{
    
    width: 100%;
    aspect-ratio: 3/ 2;
    position: relative;
    overflow: hidden;

}




.clProductCard .clProductImageBox img{width: 100%;}



.clProductImage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 20px;
    background: #f5f8f6;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.clProductImagePlaceholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74%;
    height: 74%;
    border: 1px dashed rgba(0,0,0,.18);
    border-radius: 12px;
}

.clProductImageIcon {
    font-size: 42px;
    opacity: .25;
}

.clProductBadge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
}

.clProductContent {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
}

.clProductCode {
    margin-bottom: 7px;
    font-size: 11px;
    opacity: .55;
}

.clProductName {
    min-height: 45px;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.clProductMeta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.08);
    font-size: 12px;
    opacity: .70;
}

.clProductFooter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
}

.clProductPriceBox {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.clProductPriceLabel {
    font-size: 11px;
    opacity: .6;
}

.clProductPrice {
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
}

.clProductStock {
    max-width: 110px;
    font-size: 10px;
    line-height: 1.3;
    text-align: right;
    font-weight: 700;
}

.clProductStockWarning {
    opacity: .65;
}

.clProductButton {
    width: 100%;
    margin-top: 16px;
    padding: 10px 14px;
    border: 0;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.clStoreEmpty {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    gap: 8px;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 12px;
}










@media(max-width:900px){
    #dvHeaderLogo{flex:0 0 100%;max-width:100%;min-height:94px;padding:10px}
    .clLogoLink{max-width:190px;margin:auto}
    #dvHeaderBody{flex:0 0 100%;width:100%}
    .clHeaderTop{height:auto;justify-content:center;gap:10px;flex-wrap:wrap;padding:8px 10px}
    .clHeaderSearch{flex-wrap:wrap;padding:12px}
    .clInputSearch{flex:1 1 100%}
    .clButtonSearch{flex:1}
    .clHeaderAction{flex:1}
    .clNav{flex-direction:column}
    .clNavLink{width:100%;text-align:center;padding:11px}
    #dvFooterBody{flex-direction:column}
    #dvLeftFooter,#dvCenterFooter,#dvRightFooter{width:100%;flex:0 0 100%}
}
