/* Capsule Autasia v19 · commerce growth layer */
.store-hero--copy-only{grid-template-columns:1fr;min-height:300px}.store-hero--copy-only .store-hero__copy{max-width:900px}
.cart-summary__trust{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-summary__trust a{display:flex;align-items:center;justify-content:center;gap:4px;color:#69758a;font-size:7px;text-align:center}.cart-summary__trust a:hover{color:var(--ca-primary)}.cart-summary__trust a svg{width:12px;height:12px;color:#18a66f}
.cart-page-status{min-height:0;margin:0 0 8px;color:#b12542;font-size:11px}.cart-page-status:empty{display:none}
.cart-item.is-updating{opacity:.56;pointer-events:none}.cart-item.is-updating:after{position:absolute;inset:0;border-radius:inherit;background:rgba(255,255,255,.3);content:""}.cart-item--future{position:relative}
.product-recommendations--complementary{padding-top:24px}.product-recommendations--complementary .section-head{padding:20px;border:1px solid #e4eaf2;border-radius:24px;background:linear-gradient(135deg,#f4f8ff,#fff)}
.product-decision-signals{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.product-decision-signals>span,.product-decision-signals>a{display:grid;grid-template-columns:22px minmax(0,1fr);column-gap:7px;align-items:start;padding:11px;border:1px solid #e5eaf1;border-radius:14px;background:#fbfcfe;color:#66748a}.product-decision-signals>span>svg,.product-decision-signals>a>svg{grid-row:span 2;width:17px;height:17px;color:var(--ca-primary)}.product-decision-signals strong{display:block;color:#334158;font-size:9px;line-height:1.35}.product-decision-signals small{display:block;margin-top:2px;color:#8792a2;font-size:8px;line-height:1.4}.product-decision-signals>a:hover{border-color:#b9c9e5;background:#f5f8ff}.product-decision-signals>a:nth-child(3){grid-column:1/-1}
.campaign-hero-v19{padding:10px 0 34px}.campaign-hero-v19__shell{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);min-height:610px;overflow:hidden;border:1px solid rgba(211,221,235,.92);border-radius:38px;background:radial-gradient(circle at 7% 8%,#fff,transparent 40%),linear-gradient(145deg,#f8faff,#edf2fb);box-shadow:0 28px 82px rgba(20,37,70,.09)}.campaign-hero-v19__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:64px 54px}.campaign-hero-v19__copy h1{max-width:780px;margin:15px 0 20px;font-size:clamp(3rem,6vw,5.7rem);font-weight:730;line-height:.93;letter-spacing:-.06em}.campaign-hero-v19__copy h1 em{color:var(--ca-primary);font-style:normal}.campaign-hero-v19__copy>p{max-width:590px;margin:0;color:#5f6d83;font-size:1.05rem;line-height:1.72}.campaign-hero-v19__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.campaign-hero-v19__signals{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}.campaign-hero-v19__signals span{display:flex;align-items:center;gap:6px;color:#66748a;font-size:10px;font-weight:730}.campaign-hero-v19__signals svg{width:15px;height:15px;color:#128363}.campaign-hero-v19__media{position:relative;min-height:610px;overflow:hidden;padding:16px}.campaign-hero-v19__media:after{position:absolute;inset:16px;border-radius:28px;background:linear-gradient(90deg,rgba(238,243,252,.12),transparent 35%);content:"";pointer-events:none}.campaign-hero-v19__media picture,.campaign-hero-v19__media img{width:100%;height:100%}.campaign-hero-v19__media img{border-radius:28px;object-fit:cover}.campaign-hero-v19__mark{position:absolute;z-index:2;right:32px;bottom:32px;padding:9px 11px;border:1px solid rgba(255,255,255,.68);border-radius:999px;background:rgba(14,24,48,.75);color:#fff;font-size:8px;font-weight:850;letter-spacing:.14em;backdrop-filter:blur(15px)}
.cart-drawer-v19{position:fixed;z-index:1600;inset:0;pointer-events:none}.cart-drawer-v19:not([hidden]){pointer-events:auto}.cart-drawer-v19__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(7,15,31,.42);opacity:0;transition:opacity .24s ease;cursor:pointer}.cart-drawer-v19:not([hidden]) .cart-drawer-v19__backdrop{opacity:1}.cart-drawer-v19__panel{position:absolute;top:0;right:0;display:flex;width:min(470px,calc(100% - 20px));height:100%;flex-direction:column;background:#fff;box-shadow:-24px 0 70px rgba(7,18,40,.18);transform:translateX(105%);transition:transform .32s cubic-bezier(.2,.75,.2,1)}.cart-drawer-v19:not([hidden]) .cart-drawer-v19__panel{transform:none}.cart-drawer-v19__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 22px 18px;border-bottom:1px solid #e8edf4}.cart-drawer-v19__header small{color:var(--ca-primary);font-size:8px;font-weight:850;letter-spacing:.14em}.cart-drawer-v19__header h2{margin:3px 0 0;color:#101a30;font-size:1.55rem;letter-spacing:-.04em}.cart-drawer-v19__header h2 span{color:#8490a3;font-size:12px;font-weight:700;letter-spacing:0}.cart-drawer-v19__status{min-height:0;padding:0 22px;color:#b12542;font-size:11px}.cart-drawer-v19__status:not(:empty){padding-top:10px}.cart-drawer-v19__content{min-height:0;flex:1;overflow:auto;padding:15px 22px 10px}.cart-drawer-v19__loading{display:grid;place-items:center;gap:10px;padding:60px 16px;color:#7b8799;font-size:11px;text-align:center}.cart-drawer-v19__loading span{width:27px;height:27px;border:3px solid #dce5f2;border-top-color:var(--ca-primary);border-radius:50%;animation:autasia-spin .8s linear infinite}@keyframes autasia-spin{to{transform:rotate(360deg)}}.cart-drawer-v19__empty{display:grid;place-items:center;padding:70px 16px 45px;text-align:center}.cart-drawer-v19__empty>span{display:grid;place-items:center;width:58px;height:58px;margin-bottom:14px;border-radius:20px;background:#eef3ff;color:var(--ca-primary)}.cart-drawer-v19__empty svg{width:25px;height:25px}.cart-drawer-v19__empty strong{font-size:1.15rem}.cart-drawer-v19__empty p{max-width:260px;margin:7px 0 19px;color:#7a879b;font-size:11px;line-height:1.6}.cart-drawer-v19__empty a{min-height:43px;font-size:11px}.cart-drawer-v19__items{display:grid;gap:10px}.cart-drawer-v19__item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:11px;align-items:start;padding:8px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.cart-drawer-v19__item-media{display:block;width:72px;height:72px;overflow:hidden;border-radius:13px;background:#f1f4f8}.cart-drawer-v19__item-media img{width:100%;height:100%;object-fit:cover}.cart-drawer-v19__item-copy{min-width:0}.cart-drawer-v19__item-copy a{display:block;color:#17243a;font-size:11px;font-weight:780;line-height:1.38}.cart-drawer-v19__item-copy small{display:block;margin-top:3px;color:#7c8799;font-size:8px;line-height:1.35}.cart-drawer-v19__item-copy strong{display:block;margin-top:7px;color:#17243a;font-size:11px}.cart-drawer-v19__item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-drawer-v19__item-actions button{display:grid;place-items:center;width:29px;height:29px;padding:0;border:1px solid #dce4ef;border-radius:10px;background:#f7f9fc;color:#68758a;cursor:pointer}.cart-drawer-v19__item-actions button:hover{border-color:#b5c6e2;color:var(--ca-primary)}.cart-drawer-v19__item-actions svg{width:13px;height:13px}.cart-drawer-v19__qty{display:grid;grid-template-columns:24px 30px 24px;align-items:center;height:29px;overflow:hidden;border:1px solid #dce4ef;border-radius:10px;background:#f7f9fc}.cart-drawer-v19__qty button{width:24px;height:29px;border:0;border-radius:0;background:transparent;font-size:15px}.cart-drawer-v19__qty span{color:#3c4a61;font-size:10px;font-weight:750;text-align:center}.cart-drawer-v19__footer{padding:16px 22px 23px;border-top:1px solid #e8edf4;background:#fbfcfe;box-shadow:0 -12px 25px rgba(20,37,68,.04)}.cart-drawer-v19__subtotal{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-drawer-v19__subtotal span{color:#68758a;font-size:11px}.cart-drawer-v19__subtotal strong{color:#101a30;font-size:1.2rem}.cart-drawer-v19__footer>p{margin:5px 0 13px;color:#8994a5;font-size:9px}.cart-drawer-v19__footer form{margin:0}.cart-drawer-v19__footer .button{width:100%;min-height:49px;border-radius:15px;font-size:11px}.cart-drawer-v19__footer>a{width:100%;min-height:43px;margin-top:8px;border-radius:14px;font-size:10px}.cart-drawer-v19__footer svg{width:15px;height:15px}
@media(max-width:780px){.campaign-hero-v19__shell{grid-template-columns:1fr;min-height:0;border-radius:28px}.campaign-hero-v19__copy{padding:32px 23px 25px}.campaign-hero-v19__copy h1{font-size:clamp(2.9rem,13vw,4.25rem);margin:12px 0 16px}.campaign-hero-v19__copy>p{font-size:.94rem}.campaign-hero-v19__actions{width:100%;margin-top:22px}.campaign-hero-v19__actions .button{flex:1;padding-inline:12px;font-size:11px}.campaign-hero-v19__signals{gap:9px;margin-top:19px}.campaign-hero-v19__signals span{font-size:9px}.campaign-hero-v19__signals span:nth-child(3){display:none}.campaign-hero-v19__media{min-height:0;aspect-ratio:1/1;padding:8px}.campaign-hero-v19__media:after{inset:8px;border-radius:21px}.campaign-hero-v19__media img{border-radius:21px}.campaign-hero-v19__mark{right:20px;bottom:20px}.product-decision-signals{grid-template-columns:1fr}.product-decision-signals>a:nth-child(3){grid-column:auto}.cart-drawer-v19__panel{top:auto;right:0;bottom:0;width:100%;height:min(88vh,760px);border-radius:26px 26px 0 0;transform:translateY(105%)}.cart-drawer-v19:not([hidden]) .cart-drawer-v19__panel{transform:none}.cart-drawer-v19__header{padding:19px 18px 15px}.cart-drawer-v19__content{padding-inline:18px}.cart-drawer-v19__footer{padding:14px 18px calc(17px + env(safe-area-inset-bottom))}.template-product .whatsapp-float,.template-cart .whatsapp-float{display:none}}
@media(max-width:780px){.cart-summary__trust{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.cart-drawer-v19__backdrop,.cart-drawer-v19__panel,.cart-drawer-v19__loading span{transition:none;animation:none}}
