@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";.mz-scope{--mz-navy:#14264a;--mz-navy-dark:#0b1220;--mz-orange:#f4680a;--mz-orange-dark:#d9490a;--mz-bg:#f7f8fb;--mz-font-display:"Poppins", var(--mercasa-font-body,sans-serif);--mz-font-body:"IBM Plex Sans", -apple-system, BlinkMacSystemFont, sans-serif;background:var(--mz-bg);font-family:var(--mz-font-body)}.mz-scope h1,.mz-scope h2,.mz-scope h3,.mz-scope h4,.mz-scope h5,.mz-scope h6{font-family:var(--mz-font-display);color:var(--mz-navy);font-weight:700}.mz-navbar{z-index:1030;backdrop-filter:saturate(150%)blur(20px);background:#ffffffc2;border:1px solid #ffffffb8;border-radius:1.5rem;width:min(100% - 2rem,1320px);margin:.75rem auto 0;padding:.85rem 0;position:sticky;top:.75rem;box-shadow:0 12px 30px #0b12201f}.mz-navbar__inner{justify-content:space-between;align-items:center;display:flex}.mz-navbar__brand{font-family:var(--mz-font-display);align-items:baseline;gap:.15rem;font-size:1.4rem;font-weight:800;line-height:1;text-decoration:none;display:flex}.mz-navbar__brand .mz-navy-part{color:var(--mz-navy)}.mz-navbar__brand .mz-orange-part{background:linear-gradient(90deg, var(--mz-orange) 0%, var(--mz-orange-dark) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.mz-navbar__brand .mz-plus{color:var(--mz-orange);margin-left:.15rem;font-size:1rem}.mz-navbar__tagline{letter-spacing:.08em;text-transform:uppercase;color:#8a93a6;margin-top:.1rem;font-size:.65rem;display:block}.mz-navbar__back{color:var(--mz-navy);align-items:center;gap:.35rem;min-width:0;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.mz-navbar__back:hover{color:var(--mz-orange)}.mz-navbar__back-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mz-navbar__cart{color:var(--mz-navy);font-size:1.3rem;text-decoration:none;position:relative}.mz-navbar__cart:hover{color:var(--mz-orange)}.mz-navbar__cart-count{background:var(--mz-orange);color:#fff;border:2px solid #ffffffc2;border-radius:999px;place-items:center;min-width:1.1rem;height:1.1rem;padding:0 .2rem;font-size:.62rem;font-weight:700;line-height:1;display:grid;position:absolute;top:-.45rem;right:-.65rem}.mz-scope .btn-primary{border-radius:999px;padding:.7rem 1.75rem;font-weight:600;transition:transform .2s,box-shadow .2s;background:linear-gradient(90deg, var(--mz-orange) 0%, var(--mz-orange-dark) 100%)!important;color:#fff!important;border:none!important}.mz-scope .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #f4680a59}.mz-scope a{color:var(--mz-navy)}.mz-scope a:hover{color:var(--mz-orange)}.mz-card-product{background:#fff;border-radius:20px;flex-direction:column;height:100%;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 18px #0b122012}.mz-card-product:hover{color:inherit;transform:translateY(-6px);box-shadow:0 16px 32px #0b122024}.mz-card-product__media{aspect-ratio:4/3;background:#f2f4f8;display:block;position:relative;overflow:hidden}.mz-card-product__media img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.mz-card-product:hover .mz-card-product__media img{transform:scale(1.06)}.mz-card-product__ribbon{background:var(--mz-navy-dark);color:#fff;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.3rem .65rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.mz-card-product.is-out .mz-card-product__media img{opacity:.55;filter:grayscale(.3)}.mz-card-product__body{flex-direction:column;flex:1;padding:1.1rem 1.15rem 1.25rem;display:flex}.mz-card-product__tag{text-transform:uppercase;letter-spacing:.04em;color:var(--mz-orange);margin-bottom:.35rem;font-size:.7rem;font-weight:700;display:inline-block}.mz-card-product__title{color:var(--mz-navy);margin-bottom:.35rem;font-size:1rem;font-weight:700;line-height:1.3}.mz-card-product__title a{color:inherit;text-decoration:none}.mz-card-product__desc{color:#8a93a6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.6rem;font-size:.82rem;display:-webkit-box;overflow:hidden}.mz-card-product__footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.mz-card-product__price{color:var(--mz-navy);font-size:1.15rem;font-weight:800}.mz-card-product__add{background:var(--mz-navy);color:#fff;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:.35rem;padding:.5rem .7rem;font-size:.72rem;font-weight:700;line-height:1;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.mz-card-product__add svg{width:16px;height:16px}.mz-card-product__add:hover{background:var(--mz-orange);color:#fff;transform:translateY(-1px);box-shadow:0 7px 16px #f4680a47}.mz-card-product__add.is-added{background:#1a7f4b}.mz-card-product__add.is-added span{font-size:0}.mz-card-product__add.is-added:after{content:"✓";font-size:.9rem}.mz-card-product__add:disabled{cursor:wait;opacity:.72}@media (width<=576px){.mz-card-product{border-radius:14px}.mz-card-product__media{aspect-ratio:1}.mz-card-product__body{padding:.7rem .75rem .85rem}.mz-card-product__title{margin-bottom:.2rem;font-size:.88rem}.mz-card-product__desc{-webkit-line-clamp:2;margin-bottom:.35rem;font-size:.74rem}.mz-card-product__tag{margin-bottom:.2rem;font-size:.62rem}.mz-card-product__price{font-size:1rem}.mz-card-product__footer{padding-top:.3rem}.mz-card-product__add{justify-content:center;width:32px;height:32px;padding:0}.mz-card-product__add span{display:none}.mz-card-product__add svg{width:14px;height:14px}.mz-store-featured .row,.mz-store-catalog .row,.mz-store-cat-block .row{--bs-gutter-x:.65rem;--bs-gutter-y:.65rem}.mz-store-featured .row>[class*=col-],.mz-store-catalog .row>[class*=col-],.mz-store-cat-block .row>[class*=col-]{padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-bottom:.65rem!important}}.mz-section-heading{text-align:center;margin-bottom:2.5rem}.mz-section-heading .mz-rule{background:linear-gradient(90deg, var(--mz-orange) 0%, var(--mz-orange-dark) 100%);border-radius:2px;width:48px;height:4px;margin:.75rem auto 0}.mz-carousel{isolation:isolate;border-radius:20px;margin-bottom:1.5rem;position:relative;overflow:hidden}.mz-carousel__track{border-radius:inherit;transition:transform .6s cubic-bezier(.22,1,.36,1);display:flex}.mz-carousel__slide{color:#fff;background:linear-gradient(135deg, var(--mz-navy) 0%, var(--mz-navy-dark) 100%);border-radius:inherit;flex:0 0 100%;height:260px;text-decoration:none;display:block;position:relative;overflow:hidden}.mz-carousel__slide:hover{color:#fff}.mz-carousel__slide img{object-fit:cover;opacity:.55;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.mz-carousel__overlay{z-index:1;border-radius:inherit;background:linear-gradient(#0b12200d 35%,#0b1220d9 100%);flex-direction:column;justify-content:flex-end;height:100%;padding:1.5rem 2rem 2.35rem;display:flex;position:relative}.mz-carousel__title{font-family:var(--mz-font-display);margin-bottom:.2rem;font-size:1.4rem;font-weight:700}.mz-carousel__subtitle{opacity:.9;font-size:.9rem}.mz-carousel__cta{color:var(--mz-orange);align-items:center;gap:.3rem;width:fit-content;margin-top:.6rem;font-size:.82rem;font-weight:700;display:inline-flex}.mz-carousel__arrow{color:var(--mz-navy);cursor:pointer;z-index:3;opacity:.72;background:#ffffff8c;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .2s,opacity .2s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.mz-carousel__arrow svg{width:14px;height:14px}.mz-carousel__arrow:hover{opacity:1;background:#ffffffeb}.mz-carousel__arrow--prev{left:.55rem}.mz-carousel__arrow--next{right:.55rem}.mz-carousel__dots{z-index:3;pointer-events:auto;gap:.35rem;display:flex;position:absolute;bottom:.7rem;left:50%;transform:translate(-50%)}.mz-carousel__dot{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:7px;height:7px;padding:0}.mz-carousel__dot.is-active{background:var(--mz-orange);border-radius:4px;width:16px;transition:width .2s}@media (width<=576px){.mz-carousel__slide{height:190px}.mz-carousel__overlay{padding:1rem 1.1rem 1.85rem}.mz-carousel__title{font-size:1.1rem}.mz-carousel__arrow{opacity:.65;width:26px;height:26px}.mz-carousel__arrow svg{width:13px;height:13px}.mz-navbar{border-radius:1.25rem;width:calc(100% - 1.25rem)}.mz-navbar__tagline,.mz-navbar__back-label{display:none}.mz-navbar__inner{padding:0 .25rem}.mz-navbar__brand{font-size:1.2rem}}.mz-product{padding:2rem 0 4rem}.mz-product__gallery img{object-fit:cover;border-radius:18px;width:100%;max-height:420px}.mz-product__category{letter-spacing:.06em;text-transform:uppercase;color:var(--mz-orange);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-block}.mz-product__title{margin-bottom:.5rem;font-size:1.85rem;line-height:1.2}.mz-product__price{color:var(--mz-navy);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.mz-product__pack{color:var(--mz-navy);background:#eef1f6;border-radius:999px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.mz-product__description{color:#5b6472;max-width:480px;margin-bottom:1.5rem}.mz-qty{background:#f7f8fb;border:1px solid #e1e5ec;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.mz-qty button{width:36px;height:36px;color:var(--mz-navy);cursor:pointer;background:0 0;border:none;font-size:1.05rem;line-height:1}.mz-qty button:hover{background:#eef1f6}.mz-qty span{text-align:center;min-width:32px;font-size:.95rem;font-weight:600}.mz-product .mz-qty{margin-bottom:1.25rem}.mz-product__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.mz-product__stock{font-size:.85rem;font-weight:600}.mz-product__stock.in{color:#1a7f4b}.mz-product__stock.out{color:#b3221c}.mz-add-feedback{color:#1a7f4b;opacity:0;margin-top:.75rem;font-size:.85rem;font-weight:600;transition:opacity .25s}.mz-add-feedback.is-visible{opacity:1}@media (width<=768px){.mz-product{padding:1.25rem 0 3rem}.mz-product__gallery img{max-height:280px;margin-bottom:1.25rem}}.mz-cart{padding:1.75rem 0 4rem}.mz-cart h2{margin-bottom:1.25rem}.mz-cart-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.5rem;display:grid}.mz-cart-panel{background:#fff;border:1px solid #eef0f4;border-radius:20px;padding:1.25rem 1.35rem 1.5rem;box-shadow:0 4px 20px #0b12200d}.mz-cart-head{letter-spacing:.04em;text-transform:uppercase;color:#8a93a6;border-bottom:1px solid #eef0f4;grid-template-columns:minmax(0,1fr) 140px 120px 44px;gap:.75rem;margin-bottom:.35rem;padding:0 .35rem .85rem;font-size:.75rem;font-weight:700;display:grid}.mz-cart-head__qty,.mz-cart-head__price{text-align:center}.mz-cart-item{border-bottom:1px solid #f1f3f7;grid-template-columns:minmax(0,1fr) 140px 120px 44px;align-items:center;gap:.75rem;padding:1rem .35rem;display:grid}.mz-cart-item:last-child{border-bottom:none;padding-bottom:.35rem}.mz-cart-item__product{align-items:center;gap:1rem;min-width:0;display:flex}.mz-cart-item__thumb{object-fit:cover;background:#f3f5f9;border-radius:14px;flex-shrink:0;width:72px;height:72px}.mz-cart-item__meta{min-width:0}.mz-cart-item__title{color:var(--mz-navy);margin-bottom:.2rem;font-size:.98rem;font-weight:700;line-height:1.3}.mz-cart-item__pack{color:#8a93a6;margin-bottom:.15rem;font-size:.8rem}.mz-cart-item__unit{color:#9aa3b2;font-size:.78rem}.mz-cart-item__qty{justify-content:center;display:flex}.mz-cart-item .mz-qty{margin:0}.mz-cart-item__price{text-align:center;color:var(--mz-navy);white-space:nowrap;font-size:1.02rem;font-weight:800}.mz-cart-item__remove{color:#9aa3b2;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,color .15s;display:inline-flex}.mz-cart-item__remove:hover{color:#c62828;background:#fff1f0}.mz-cart-item__remove svg{width:18px;height:18px}.mz-cart-item__remove span{display:none}.mz-cart-panel__footer{border-top:1px solid #eef0f4;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;padding-top:1rem;display:flex}.mz-cart-panel__footer .btn-white{color:var(--mz-navy);background:#fff;border:1px solid #e2e6ee;font-weight:600}.mz-cart-panel__footer .btn-white:hover{background:#f7f8fb}.mz-cart-summary{background:#fff;border:1px solid #eef0f4;border-radius:20px;padding:1.35rem 1.4rem 1.5rem;position:sticky;top:6rem;box-shadow:0 4px 20px #0b12200d}.mz-cart-summary__title{font-family:var(--mz-font-display);color:var(--mz-navy);border-bottom:1px solid #eef0f4;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.mz-cart-summary__row{color:#5b6472;justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:.95rem;display:flex}.mz-cart-summary__row strong{color:var(--mz-navy);font-size:1.2rem;font-weight:800}.mz-cart-summary__note{color:#9aa3b2;margin:.5rem 0 1.15rem;font-size:.78rem;line-height:1.4}.mz-cart-summary .btn-primary{border-radius:999px;width:100%;padding:.8rem 1.25rem;font-weight:700}.mz-cart-empty{text-align:center;color:#8a93a6;background:#fff;border:1px dashed #dfe3ea;border-radius:20px;padding:3.5rem 1.5rem}.mz-cart-empty p{color:#5b6472;margin-bottom:.35rem;font-size:1.05rem}@media (width<=991px){.mz-cart-layout{grid-template-columns:1fr}.mz-cart-summary{position:static}}@media (width<=576px){.mz-scope .container.mz-cart,.mz-scope .container.mz-product,.mz-scope main>.container{padding-left:1.15rem!important;padding-right:1.15rem!important}.mz-product{padding-top:1rem;padding-bottom:2.5rem}.mz-product__title{font-size:1.45rem;line-height:1.25}.mz-product__price{font-size:1.3rem}.mz-product__description{margin-bottom:1.15rem;font-size:.95rem}.mz-cart{padding-top:1rem;padding-bottom:2.5rem}.mz-cart h2{font-size:1.35rem}.mz-cart-panel{border-radius:16px;padding:1rem .9rem 1.15rem}.mz-cart-head{display:none}.mz-cart-item{grid-template-columns:1fr auto;grid-template-areas:"product product""qty price""remove remove";gap:.65rem .5rem;padding:1rem 0}.mz-cart-item__product{grid-area:product}.mz-cart-item__qty{grid-area:qty;justify-content:flex-start}.mz-cart-item__price{text-align:right;grid-area:price;font-size:1.05rem}.mz-cart-item__remove{color:#c62828;grid-area:remove;justify-content:flex-start;gap:.35rem;width:auto;height:auto;padding:.15rem 0;font-size:.82rem;font-weight:600}.mz-cart-item__remove span{display:inline}.mz-cart-item__thumb{border-radius:12px;width:64px;height:64px}.mz-cart-panel__footer{flex-direction:column;align-items:stretch}.mz-cart-summary{z-index:20;border-radius:16px;position:sticky;bottom:.75rem;box-shadow:0 8px 28px #0b122024}}.mz-section-heading--left{text-align:left;margin-bottom:1.25rem}.mz-section-heading--left .mz-rule{margin-left:0}.mz-store-hero{padding:1.5rem 0 .5rem}.mz-store-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;gap:1.5rem;display:grid}.mz-store-hero__content{background:linear-gradient(145deg,#fff 0%,#f3f6fb 100%);border:1px solid #e8ecf3;border-radius:24px;flex-direction:column;justify-content:center;padding:2rem 2rem 2.15rem;display:flex;box-shadow:0 8px 28px #0b12200d}.mz-store-hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--mz-orange);margin-bottom:.65rem;font-size:.72rem;font-weight:700;display:inline-block}.mz-store-hero__content h1{margin-bottom:.75rem;font-size:clamp(1.7rem,2.6vw,2.35rem);line-height:1.15}.mz-store-hero__content p{color:#5b6472;max-width:36rem;margin-bottom:1.35rem;font-size:1.02rem}.mz-store-hero__actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.mz-store-hero__actions .btn-primary,.mz-store-hero__actions .btn-white{border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.7rem 1.35rem;font-weight:700;line-height:1.2;display:inline-flex}.mz-store-hero__actions .btn-white,.mz-btn-whatsapp{color:var(--mz-navy);background:#fff;border:1px solid #e2e6ee;text-decoration:none}.mz-store-hero__actions .btn-white:hover,.mz-btn-whatsapp:hover{color:var(--mz-navy);background:#f6fff9;border-color:#25d366}.mz-btn-whatsapp__icon{color:#25d366;flex-shrink:0;width:1.15rem;height:1.15rem}.mz-store-hero__promos .mz-carousel,.mz-store-hero__promos [data-mz-carousel]{border-radius:20px;height:100%;min-height:220px;margin-bottom:0;overflow:hidden}.mz-store-hero__promos .mz-carousel__slide,.mz-store-hero__promos .mz-carousel__slide img,.mz-store-hero__promos .mz-carousel__overlay{border-radius:20px}.mz-trust{padding:1.25rem 0 .25rem}.mz-trust__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.mz-trust__item{background:#fff;border:1px solid #eef0f4;border-radius:16px;padding:1rem 1.1rem;box-shadow:0 2px 10px #0b122008}.mz-trust__item strong{color:var(--mz-navy);margin-bottom:.25rem;font-size:.92rem;display:block}.mz-trust__item span{color:#8a93a6;font-size:.84rem;line-height:1.35}.mz-store-cats{padding:2rem 0 .5rem}.mz-store-cats__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.mz-store-cat{border:1px solid #e8ecf3;border-radius:20px;min-height:180px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;position:relative;overflow:hidden;box-shadow:0 6px 20px #0b122014}.mz-store-cat:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0b12201f}.mz-store-cat img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.mz-store-cat__body{color:#fff;background:linear-gradient(#0000 0%,#0b1220c7 100%);padding:1.1rem 1.15rem;position:absolute;inset:auto 0 0}.mz-store-cat__body h3{color:#fff;margin-bottom:.15rem;font-size:1.05rem}.mz-store-cat__body span{opacity:.9;font-size:.82rem}.mz-store-featured{padding:1.75rem 0 .5rem}.mz-store-catalog{padding:1.5rem 0 3rem}.mz-store-toolbar{background:#fff;border:1px solid #eef0f4;border-radius:16px;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.5rem;padding:.85rem 1rem;display:flex;box-shadow:0 2px 10px #0b122008}.mz-store-search{min-width:180px;color:var(--mz-navy);background:#f7f8fb;border:1px solid #e2e6ee;border-radius:999px;outline:none;flex:220px;padding:.65rem 1rem;font-size:.95rem}.mz-store-search:focus{border-color:var(--mz-orange);background:#fff;box-shadow:0 0 0 3px #f4680a1f}.mz-store-chips{flex-wrap:wrap;gap:.45rem;display:flex}.mz-chip{color:var(--mz-navy);cursor:pointer;background:#fff;border:1px solid #e2e6ee;border-radius:999px;padding:.45rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.mz-chip:hover{background:#f7f8fb;border-color:#cfd6e2}.mz-chip.is-active{background:var(--mz-navy);border-color:var(--mz-navy);color:#fff}.mz-store-cat-block{margin-bottom:2rem}.mz-store-cat-block__title{color:var(--mz-navy);margin-bottom:1rem;font-size:1.15rem}@media (width<=991px){.mz-store-hero__grid,.mz-store-cats__grid{grid-template-columns:1fr}.mz-store-cat{min-height:150px}.mz-trust__grid{grid-template-columns:1fr}}@media (width<=576px){.mz-store-hero__content{border-radius:18px;padding:1.35rem 1.2rem 1.5rem}.mz-store-hero__content h1{font-size:1.55rem}.mz-store-toolbar{padding:.75rem}.mz-chip{padding:.4rem .75rem;font-size:.78rem}}.mz-checkout-banner{color:#7a5b00;background:#fff8e8;border:1px solid #f0e0b0;border-radius:12px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.mz-checkout-form{flex-direction:column;gap:.65rem;margin-top:.5rem;display:flex}.mz-checkout-form__title{color:var(--mz-navy);margin-bottom:.15rem;font-size:.95rem;font-weight:700}.mz-field{color:#5b6472;flex-direction:column;gap:.25rem;font-size:.8rem;font-weight:600;display:flex}.mz-field input,.mz-field textarea{color:var(--mz-navy);background:#f7f8fb;border:1px solid #e2e6ee;border-radius:10px;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.92rem;font-weight:400}.mz-field input:focus,.mz-field textarea:focus{border-color:var(--mz-orange);background:#fff;box-shadow:0 0 0 3px #f4680a1f}.mz-checkout-error{color:#c62828;margin:0;font-size:.85rem}.mz-checkout-form .btn-primary{border-radius:999px;width:100%;margin-top:.25rem;font-weight:700}.mz-order-success{justify-content:center;padding:2.5rem 0 4rem;display:flex}.mz-order-success__card{text-align:center;background:#fff;border:1px solid #eef0f4;border-radius:20px;width:100%;max-width:480px;padding:2rem 1.75rem;box-shadow:0 8px 28px #0b12200f}.mz-order-success__icon{color:#1a7f4b;background:#e8f7ef;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.mz-order-success__card h1{margin-bottom:.75rem;font-size:1.5rem}.mz-order-success__card p{color:#5b6472;margin-bottom:.75rem}.mz-order-success__id code{word-break:break-all;background:#f3f5f9;border-radius:6px;padding:.15rem .4rem;font-size:.78rem}.mz-order-success__hint{font-size:.9rem}.mz-order-success__actions{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.25rem;display:flex}.mz-order-success__actions .btn-white{color:var(--mz-navy);background:#fff;border:1px solid #e2e6ee;border-radius:999px;font-weight:600}.mz-order-success__actions .btn-primary{border-radius:999px;font-weight:700}
