:root{--blue:#149ccd;--green:#228819;--ink:#19232b} .store-root{font-family:Arial,sans-serif;color:var(--ink);background:white;min-height:65vh;padding:24px max(18px,calc((100vw - 1280px)/2));font-size:14px}.store-root *{box-sizing:border-box}.store-root button,.store-root input,.store-root select{font:inherit}.store-root button{cursor:pointer}.store-crumbs{color:#777;font-size:12px;margin-bottom:22px;display:flex;gap:10px;flex-wrap:wrap}.store-crumbs a{color:#777}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.product-gallery{display:grid;grid-template-columns:78px 1fr;gap:14px;align-self:start;position:sticky;top:20px}.product-thumbs{display:flex;flex-direction:column;gap:10px}.product-thumbs button{border:1px solid #eee;background:#fff;padding:3px;border-radius:4px}.product-thumbs img{width:65px;height:75px;object-fit:contain}.product-main-image{background:#fafafa;border-radius:10px;display:grid;place-items:center;min-height:510px}.product-main-image img{width:100%;height:520px;object-fit:contain}.product-info h1{font-size:19px;line-height:26px;margin:0 0 10px;text-transform:uppercase;font-weight:700}.product-info .nutrition-link{color:#197b98;text-decoration:underline}.product-pricing{margin:25px 0 20px}.old-price{text-decoration:line-through;color:#999}.product-price{font-size:31px;font-weight:bold;color:var(--green);margin:6px 0;display:inline-block}.product-payment{font-size:13px;color:#606b70;margin:8px 0}.variant-group{border:0;padding:0;margin:24px 0}.variant-group legend{margin:0 0 12px;color:#666}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-option{flex:1;min-width:100px;padding:13px 10px;border:1px solid #c9cdd0;border-radius:3px;color:#263039;background:white;text-align:left}.variant-option[aria-pressed=true]{border-color:var(--blue);background:#e9f8fd;box-shadow:0 0 0 1px var(--blue)}.variant-option:disabled{opacity:.4;cursor:not-allowed}.variant-option img{width:13px;height:13px;border-radius:50%;margin-right:8px}.variant-option small{display:block;margin-top:7px;color:#687177;font-size:11px}.variant-option strong{display:block;margin-top:7px}.quantity-buy{display:flex;gap:14px;margin-top:22px;align-items:stretch}.quantity-control{display:flex;align-items:center;border:1px solid #ccc;border-radius:8px;overflow:hidden;flex-shrink:0}.quantity-control button{width:37px;height:46px;border:0;background:white;font-size:25px;color:var(--blue)}.quantity-control input{width:36px;text-align:center;border:0;appearance:textfield}.buy-button{background:var(--green);border:0;border-radius:7px;color:white;flex:1;padding:16px;font-size:16px!important;font-weight:bold}.buy-button:disabled{background:#a0a7a9;cursor:not-allowed}.product-message{font-size:13px;color:#57646c;line-height:1.6;margin-top:16px}.product-error{color:#b4302f;margin-top:12px}.product-desc{margin-top:45px;padding-top:24px;border-top:1px solid #eee;line-height:1.75}.product-desc h2{font-size:23px}.product-desc p{max-width:950px}.product-description-copy{white-space:pre-line}.nutrition-table{border-collapse:collapse;width:100%;max-width:750px}.nutrition-table td,.nutrition-table th{border:1px solid #ddd;padding:10px;text-align:left}.store-list-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.store-list-head h1{font-size:27px;margin:0}.store-filter{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.store-filter input{flex:1;min-width:180px}.store-filter input,.store-filter select{border:1px solid #ccc;border-radius:5px;padding:12px;background:#fff;color:#333}.store-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.store-card{border:1px solid #e5e5e5;border-radius:6px;padding:13px;display:flex;flex-direction:column;color:#222;text-decoration:none;background:white;position:relative}.store-card img{width:100%;height:230px;object-fit:contain}.store-card h2{font-size:14px;line-height:20px;font-weight:400;min-height:40px}.store-card .product-price{font-size:22px}.store-card .buy-button{font-size:12px!important;text-align:center;margin-top:auto;padding:10px}.store-card small{font-size:11px;color:#73816f;margin:5px 0 12px}.store-pages{display:flex;justify-content:center;gap:15px;margin:30px}.store-pages button{padding:10px 20px;border:1px solid #ccc;border-radius:4px;background:white}.store-toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:#203845;color:white;z-index:999999;padding:13px 22px;border-radius:7px;font:14px Arial;max-width:90vw}.store-overlay{position:fixed;inset:0;background:#0006;z-index:99990}.store-cart{position:fixed;right:0;top:0;bottom:0;width:min(440px,100vw);background:#fff;z-index:99991;font:14px Arial;display:flex;flex-direction:column;box-shadow:-5px 0 25px #0002;color:#222}.store-cart header{padding:20px;display:flex;align-items:center;justify-content:space-between;background:#159bcb;color:white;font-size:17px}.store-cart button{cursor:pointer}.cart-close{border:0;background:transparent;color:white;font-size:30px}.cart-items{overflow:auto;flex:1;padding:18px}.cart-item{display:grid;grid-template-columns:70px 1fr;gap:13px;padding:15px 0;border-bottom:1px solid #eee}.cart-item img{width:70px;height:90px;object-fit:contain}.cart-item a{color:#222;text-decoration:none;font-weight:bold;line-height:20px}.cart-item p{font-size:12px;color:#67727a;margin:6px 0}.cart-item-bottom{display:flex;gap:12px;align-items:center;justify-content:space-between}.cart-remove{border:0;background:none;color:#777;text-decoration:underline;font-size:12px}.cart-footer{border-top:1px solid #ddd;padding:20px}.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:bold;margin-bottom:15px}.cart-footer .buy-button{width:100%;font-size:14px!important}.cart-footer small{display:block;font-size:12px;color:#777;line-height:18px;margin-top:12px}.cart-empty{padding:45px 15px;text-align:center;color:#68727a}.store-notice{padding:16px;background:#f3f7f9;border:1px solid #dce7ec;border-radius:6px;margin:18px 0;line-height:1.6}.store-header-mobile{display:none}.store-header-desktop{display:block}body.store-page #mainContainerSite header{position:relative!important}.store-fav{position:absolute;top:8px;right:8px;background:white;border:0;font-size:23px;color:#2599bb}.store-fav.active{color:#de4667}
@media(max-width:991px){.store-header-desktop{display:none}.store-header-mobile{display:block}.store-root{padding:16px 13px;font-size:14px}.store-crumbs{font-size:10px;gap:6px}.product-grid{display:flex;flex-direction:column;gap:22px}.product-gallery{position:static;display:flex;flex-direction:column-reverse;gap:9px}.product-main-image{min-height:0}.product-main-image img{height:360px}.product-thumbs{flex-direction:row;overflow:auto;gap:8px}.product-thumbs img{height:60px;width:50px}.product-info h1{font-size:19px;line-height:25px}.product-pricing{margin:18px 0}.product-price{font-size:29px}.variant-options{gap:8px}.variant-option{padding:12px 8px;font-size:12px!important;min-width:85px}.quantity-buy{gap:10px}.product-desc{margin-top:30px}.store-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-card{padding:8px}.store-card img{height:165px}.store-card h2{font-size:12px;line-height:17px;min-height:51px}.store-card .product-price{font-size:20px}.store-list-head{align-items:start}.store-list-head h1{font-size:23px}.store-filter{gap:8px}.store-filter select{width:100%}.store-filter input{width:100%;min-width:0}.store-list-head small{font-size:12px}.product-desc h2{font-size:20px}.product-info{padding-bottom:12px}}
body.store-page .contador-verao-container{display:none!important}body.store-page .store-header-desktop header>section:last-child:has(.contador-verao-container){display:none!important}

.local-home-shelf{display:flex;gap:16px;overflow-x:auto;padding:10px 0 22px;scroll-snap-type:x mandatory}.local-home-shelf>article{flex:0 0 260px;scroll-snap-align:start}.local-shelf-all{display:block;text-align:right;padding:12px;color:#168fb8;font-weight:bold}@media(max-width:991px){.local-home-shelf>article{flex-basis:46vw}}

.local-menu{border:0;border-radius:6px;padding:24px;width:340px;max-width:90vw}.local-menu a{display:block;padding:12px 0;border-bottom:1px solid #ddd;color:#178dbd}.local-menu-close{float:right;border:0;background:none;font-size:26px}.local-menu::backdrop{background:#0008}

.local-catalog-card{position:relative;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;box-shadow:0 2px 10px #00000012;border:1px solid #eee;border-radius:8px;overflow:hidden}.local-catalog-card .card__image-container{height:250px}.local-catalog-card .card__image-container img{width:100%;height:100%;object-fit:contain}.local-catalog-card .card__name-heading{min-height:48px}.local-catalog-card .card__buy-button{display:block;background:#23851d;color:#fff;text-align:center;padding:13px;border-radius:4px}.local-catalog-card .card-wrapper,.local-catalog-card .card__actions-container{padding:12px}.local-catalog-card .btFavorito{position:absolute;right:8px;top:8px;z-index:3;border:0;background:white}.local-catalog-card .btFavorito svg{width:24px;height:24px}.local-catalog-card .btFavorito svg.fill{display:none}.local-catalog-card .card__name{color:#222}.local-catalog-card .price{font-size:26px;font-weight:bold;color:#168523}.local-catalog-card .card__prices-best-price-value{display:flex;flex-direction:column}.local-catalog-card .discount-percent{font-size:12px}@media(max-width:991px){.local-catalog-card .card__image-container{height:180px}.local-catalog-card .card__name{font-size:13px}.local-catalog-card .price{font-size:23px}}

.local-collections-menu{width:760px;max-height:85vh}.local-menu-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}.local-menu-links a{font:14px Arial;line-height:1.4;text-transform:capitalize;overflow-wrap:anywhere}@media(max-width:700px){.local-menu-links{grid-template-columns:1fr}.local-collections-menu{width:90vw}}
/* Side cart proportions shared by desktop and mobile. */
.store-cart{width:400px;max-width:calc(100vw - 35px);height:100dvh;bottom:auto;background:#f1f1f1;border-left:1px solid #d7d7d7;font:14px/1.5 Arial,sans-serif;box-shadow:-15px 0 15px #0003;isolation:isolate}
.store-cart *{box-sizing:border-box}.store-cart button,.store-cart input{font-family:Arial,sans-serif}.store-cart button:focus-visible,.store-cart a:focus-visible,.store-cart input:focus-visible{outline:2px solid #149ccd;outline-offset:2px}
.store-cart .cart-close{position:absolute;left:-40px;top:10px;width:40px;height:40px;padding:0;background:#ebebeb;color:#777;border:0;border-radius:0;font-size:28px;line-height:1;z-index:2}
.store-cart .cart-main{background:#fff;padding:7px;display:flex;flex:1;flex-direction:column;min-height:100px}
.store-cart .cart-heading{color:#e2002e;text-align:center;font-size:13px;font-weight:700;line-height:15px;margin:10px 0}
.store-cart .cart-items{flex:0 1 auto;min-height:150px;max-height:100%;padding:10px;border:1px solid #d6d6d6;border-radius:3px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}
.store-cart .cart-item{display:grid;grid-template-columns:81px minmax(0,1fr);gap:5px;margin:0 0 20px;padding:0;border:0;min-height:100px}.store-cart .cart-item:last-child{margin-bottom:0}
.store-cart .cart-item>img{width:81px;height:100px;object-fit:contain}.store-cart .cart-item-info{min-width:0}.store-cart .cart-item-title{display:flex;align-items:center;gap:4px}.store-cart .cart-item a{font-size:12px;font-weight:400;line-height:18px;max-height:36px;overflow:hidden;flex:1;color:#000;text-decoration:none}
.store-cart .cart-remove{width:20px;height:24px;flex-shrink:0;border:0;background:none;color:#999;padding:0;text-decoration:none;display:grid;place-items:center}.store-cart .cart-attributes{display:flex;flex-wrap:wrap;color:#555;font-size:12px;margin:5px 0 8px;gap:0 6px}.store-cart .cart-attributes span+span:before{content:'|';margin-right:6px;color:#999}.store-cart .cart-attributes b{font-weight:700;color:#222}
.store-cart .cart-item-bottom{display:flex;gap:5px;justify-content:space-between;align-items:center}.store-cart .quantity-control{display:flex;gap:0;flex-shrink:0;border:0;border-radius:0;overflow:visible}.store-cart .quantity-control button{display:grid;place-items:center;width:20px;height:20px;padding:0;border-radius:50%;background:#999;color:#fff;font-size:18px;line-height:18px;border:0}.store-cart .quantity-control button:disabled{opacity:.5;cursor:default}.store-cart .quantity-control input{width:40px;max-width:40px;height:30px;margin:0 10px;padding:0;border:1px solid #d6d6d6;border-radius:3px;background:white;color:#000;text-align:center;font-size:14px;appearance:textfield}.store-cart input::-webkit-inner-spin-button{appearance:none}
.store-cart .cart-item-prices{text-align:right;white-space:nowrap}.store-cart del{color:#888;font-size:12px;font-weight:400}.store-cart .cart-item-prices strong{display:block;font-size:16px;color:#2e7d32}
.store-cart .cart-footer{flex:0 0 auto;padding:12px 7px;border:0;background:#f1f1f1;max-height:calc(100dvh - 100px);overflow-y:auto;overscroll-behavior:contain}.store-cart .cart-offers{margin:0 0 8px}.store-cart .cart-offers h2{text-align:center;font-size:14px;font-weight:700;line-height:21px;margin:0 0 7px;color:#000}.store-cart .cart-offer-card{position:relative;border:1px dashed #48b4d8;background:#fff;padding:14px 16px 8px;border-radius:3px}.store-cart .cart-offers-close{position:absolute;top:1px;right:5px;background:none;border:0;color:#777;padding:0;font-size:18px}.store-cart .cart-offer-content{display:grid;grid-template-columns:74px minmax(0,1fr);gap:6px;align-items:center;min-height:78px;margin-bottom:10px}.store-cart .cart-offer-content img{width:74px;height:78px;object-fit:contain}.store-cart .cart-offer-content a{color:#000;font-size:12px;line-height:18px;text-decoration:none;display:block;max-height:36px;overflow:hidden}.store-cart .cart-offer-prices{margin-top:12px}.store-cart .cart-offer-prices strong{display:block;font-size:16px;line-height:20px;color:#2e7d32}.store-cart .cart-offer-add{width:100%;background:#147fa9;color:#fff;border:0;border-radius:0;height:36px;font-size:14px;font-weight:700}.store-cart .cart-offer-prev,.store-cart .cart-offer-next{position:absolute;top:45%;width:22px;height:24px;line-height:20px;font-size:26px;color:white;background:#4cb4d7;border:0;border-radius:50%;padding:0}.store-cart .cart-offer-prev{left:-3px}.store-cart .cart-offer-next{right:-3px}.store-cart .cart-offer-dots{display:flex;justify-content:center;gap:8px;padding:15px 0 0}.store-cart .cart-offer-dots button{border:0;border-radius:0;width:20px;height:4px;background:#ddd;padding:0}.store-cart .cart-offer-dots button[aria-pressed=true]{background:#48b4d8}
.store-cart .cart-total{display:flex;gap:8px;align-items:center;justify-content:space-between;margin:10px;font-size:14px;font-weight:400;color:#000}.store-cart .cart-total span{white-space:nowrap}.store-cart .cart-total del{margin-right:5px}.store-cart .cart-pix{border:1px solid #8ab994;border-radius:4px;background:#fff;padding:10px 8px;color:#2e7d32;margin-bottom:16px}.store-cart .cart-pix>div{display:flex;justify-content:space-between;gap:8px;align-items:center;font-weight:600;line-height:20px}.store-cart .cart-pix strong{font-size:18px}.store-cart .cart-pix small{font-size:12px;color:#2e7d32;margin:3px 0 0;line-height:14px}.store-cart .buy-button{display:block;width:100%;height:45px;margin:0;border-radius:3px;padding:0;background:#2e7d32;color:#fff;font-size:14px!important;font-weight:700}.store-cart .cart-continue{display:block;width:100%;height:45px;border:0;border-radius:3px;background:#dedede;color:#111;margin-top:8px;font-size:14px}.store-cart .cart-empty{padding:25px 10px}.store-cart .cart-empty h2{font-size:16px}.store-cart .cart-empty p{font-size:13px}
@media(max-width:767px){.store-cart{width:320px}.store-cart .cart-close{width:35px;height:35px;left:-35px;top:50px}.store-cart .cart-attributes{flex-direction:column;gap:3px}.store-cart .cart-attributes span+span:before{content:none}.store-cart .quantity-control input{margin:0 4px;width:36px}.store-cart .cart-item-prices del{font-size:11px}.store-cart .cart-total{font-size:12px}.store-cart .cart-pix strong{font-size:16px}.store-cart .cart-offer-dots{gap:5px}.store-cart .cart-offer-dots button{width:16px}}
@media(max-height:650px){.store-cart .cart-main{min-height:140px}.store-cart .cart-items{min-height:0;flex:1}.store-cart .cart-footer{max-height:calc(100dvh - 140px)}.store-cart .cart-offer-content{min-height:55px}.store-cart .cart-offer-content img{height:55px}.store-cart .cart-offer-prices{margin-top:4px}}
/* Avoid automatic focus zoom and double-tap zoom on mobile controls. */
button,a,input,select,textarea,label,[role=button],[role=radio],[role=option]{touch-action:manipulation}
@media(max-width:991px){body input,body select,body textarea,body .store-cart .quantity-control input{font-size:16px!important}}
