/**
 * CaféStore
 * @date Mon Aug 25 2025 14:35:37 GMT-0300 (GMT-03:00)
 */

.lgpd{position:fixed;z-index:9999;bottom:20px;right:0;left:0;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.lgpd div{-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:22px;max-width:884px;margin-left:auto;margin-right:auto;background-color:#fff;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:5px;border-radius:5px}.lgpd p{font-size:12px;text-align:center;line-height:18px;width:75%;text-transform:none}.lgpd p>a{display:inline-block;font-weight:700;text-decoration:underline;color:#ff1b3b}.lgpd .accept-button{-webkit-border-radius:0;border-radius:0;font-weight:500;width:50%;margin:10px;border:none;background:#ff1b3b;color:#fff;font-size:14px;height:40px;line-height:30px;padding:0;text-align:center;max-width:150px;min-width:150px;-webkit-border-radius:5px;border-radius:5px}body.catalog .promoImg,body.home .promoImg{position:absolute;left:67%;top:23px}@media (max-width:900px){.lgpd{bottom:0;left:0;right:0}.promoImg{position:absolute;left:51%;top:21px}.lgpd div{width:100%;max-width:100%}}@media (max-width:512px){.lgpd div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lgpd .accept-button,.lgpd p{width:100%;max-width:100%}}