.account-module__G9qmNa__main{background:var(--bg-main);min-height:100vh;padding:120px 0 80px}.account-module__G9qmNa__header{text-align:center;margin-bottom:3rem}.account-module__G9qmNa__header h1{color:var(--text-main);margin-bottom:.5rem;font-size:3rem}.account-module__G9qmNa__header p{color:var(--text-soft);font-size:1.1rem}.account-module__G9qmNa__grid{grid-template-columns:280px 1fr;gap:2.5rem;display:grid}.account-module__G9qmNa__sidebar{flex-direction:column;gap:1.5rem;display:flex}.account-module__G9qmNa__navCard{box-shadow:var(--shadow-sm);border:1px solid var(--border);background:#fff;border-radius:24px;padding:1rem}.account-module__G9qmNa__navItem{width:100%;color:var(--text-soft);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.2rem;font-weight:500;display:flex}.account-module__G9qmNa__navItem:hover{background:var(--bg-soft);color:var(--primary)}.account-module__G9qmNa__active{background:var(--bg-soft);color:var(--primary);font-weight:600}.account-module__G9qmNa__content{flex-direction:column;gap:2rem;display:flex}.account-module__G9qmNa__card{box-shadow:var(--shadow-sm);border:1px solid var(--border);background:#fff;border-radius:24px;padding:2rem}.account-module__G9qmNa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.account-module__G9qmNa__cardTitle{color:var(--text-main);font-family:Playfair Display,serif;font-size:1.5rem}.account-module__G9qmNa__profileFields{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.account-module__G9qmNa__field label{color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.account-module__G9qmNa__field p{color:var(--text-main);font-size:1.1rem;font-weight:500}.account-module__G9qmNa__textBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600}.account-module__G9qmNa__orderList{flex-direction:column;gap:1rem;display:flex}.account-module__G9qmNa__orderItem{background:var(--bg-soft);transition:var(--transition);cursor:pointer;border-radius:16px;grid-template-columns:1.5fr 1fr 1fr 40px;align-items:center;padding:1.2rem;display:grid}.account-module__G9qmNa__orderItem:hover{background:#f1efed;transform:translate(5px)}.account-module__G9qmNa__orderInfo{flex-direction:column;gap:.2rem;display:flex}.account-module__G9qmNa__orderId{color:var(--text-main);font-weight:700}.account-module__G9qmNa__orderDate{color:var(--text-soft);font-size:.85rem}.account-module__G9qmNa__orderTotal{color:var(--text-main);text-align:right;padding-right:1rem;font-weight:600}.account-module__G9qmNa__chevron{color:var(--text-soft)}.account-module__G9qmNa__badge{text-transform:uppercase;border-radius:100px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.account-module__G9qmNa__pending{color:#991b1b;background:#fee2e2}.account-module__G9qmNa__paid{color:#166534;background:#dcfce7}.account-module__G9qmNa__shipped{color:#1e40af;background:#dbeafe}.account-module__G9qmNa__cancelled{color:#374151;background:#f3f4f6}.account-module__G9qmNa__emptyState{text-align:center;color:var(--text-soft);padding:3rem 0}.account-module__G9qmNa__emptyState p{margin:1rem 0 1.5rem}@media (max-width:991px){.account-module__G9qmNa__grid{grid-template-columns:1fr}}.account-module__G9qmNa__form{flex-direction:column;gap:1.5rem;display:flex}.account-module__G9qmNa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.account-module__G9qmNa__label{color:var(--text-main);margin-left:.5rem;font-size:.85rem;font-weight:600}.account-module__G9qmNa__inputWrapper{align-items:center;display:flex;position:relative}.account-module__G9qmNa__inputIcon{color:var(--text-soft);position:absolute;left:1rem}.account-module__G9qmNa__input{background:var(--bg-soft);width:100%;transition:var(--transition);border:1px solid #0000;border-radius:12px;padding:.8rem 1rem;font-size:.95rem}.account-module__G9qmNa__inputWrapper .account-module__G9qmNa__input{padding-left:3rem}.account-module__G9qmNa__input:focus{border-color:var(--primary-light);background:#fff;outline:none;box-shadow:0 0 0 4px #b590721a}.account-module__G9qmNa__input:disabled{opacity:.7;cursor:not-allowed}.account-module__G9qmNa__message{border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;font-weight:500}.account-module__G9qmNa__error{color:#991b1b;background:#fef2f2;border:1px solid #fee2e2}.account-module__G9qmNa__success{color:#065f46;background:#ecfdf5;border:1px solid #d1fae5}.account-module__G9qmNa__addressSection{flex-direction:column;gap:1.5rem;display:flex}.account-module__G9qmNa__addressList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.account-module__G9qmNa__addressCard{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:20px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:relative}.account-module__G9qmNa__addressCard:hover{border-color:var(--primary-light);box-shadow:var(--shadow-sm)}.account-module__G9qmNa__defaultAddr{border-color:var(--primary-light);background:#fdfaf8}.account-module__G9qmNa__addrHeader{color:var(--text-soft);justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.account-module__G9qmNa__addrLabel{font-family:var(--font-serif);color:var(--primary);margin-bottom:.2rem;font-size:1.1rem;font-weight:700}.account-module__G9qmNa__activeIcon{color:var(--primary)}.account-module__G9qmNa__defaultBadge{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:100px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.account-module__G9qmNa__addrContent{flex:1}.account-module__G9qmNa__addrLine{color:var(--text-main);margin-bottom:.3rem;font-weight:600}.account-module__G9qmNa__addrSubLine{color:var(--text-soft);margin-bottom:.1rem;font-size:.9rem}.account-module__G9qmNa__addrActions{border-top:1px solid var(--border);gap:.5rem;padding-top:1rem;display:flex}.account-module__G9qmNa__iconBtnSmall{background:var(--bg-soft);width:32px;height:32px;color:var(--text-soft);cursor:pointer;transition:var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.account-module__G9qmNa__iconBtnSmall:hover{background:var(--border);color:var(--text-main)}.account-module__G9qmNa__dividerNav{background:var(--border);height:1px;margin:.5rem 0}.account-module__G9qmNa__emptyStateSimple{text-align:center;color:var(--text-soft);background:var(--bg-soft);border:2px dashed var(--border);border-radius:20px;grid-column:1/-1;padding:3rem}.account-module__G9qmNa__formGrid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}@media (max-width:600px){.account-module__G9qmNa__formGrid{grid-template-columns:1fr}}.account-module__G9qmNa__spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:16px;height:16px;margin-right:1rem;animation:1s linear infinite account-module__G9qmNa__rotate}@keyframes account-module__G9qmNa__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.account-module__G9qmNa__cardDescription{color:var(--text-soft);margin-bottom:2rem;font-size:.95rem}.account-module__G9qmNa__downloadGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.account-module__G9qmNa__downloadCard{background:#fff;border:1px solid #0000000d;border-radius:16px;transition:all .3s;overflow:hidden}.account-module__G9qmNa__downloadCard:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.account-module__G9qmNa__downloadThumb{aspect-ratio:16/10;object-fit:cover;width:100%}.account-module__G9qmNa__downloadInfo{padding:1.25rem}.account-module__G9qmNa__downloadTitle{font-family:var(--font-serif);color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem}.account-module__G9qmNa__downloadMeta{color:var(--text-soft);font-size:.85rem;display:block}
.Navbar-module__nuAbfa__nav{border-bottom:1px solid var(--border);background:#fff;align-items:center;height:80px;display:flex;position:relative}.Navbar-module__nuAbfa__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;gap:.8rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoImg{object-fit:contain;width:auto;height:45px;transition:var(--transition)}.Navbar-module__nuAbfa__logoText{flex-direction:column;line-height:1;display:flex}.Navbar-module__nuAbfa__brandName{font-family:var(--font-playfair), serif;color:var(--primary);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Navbar-module__nuAbfa__brandTagline{color:var(--secondary);text-transform:uppercase;letter-spacing:2px;margin-top:2px;font-size:.65rem;font-weight:600}.Navbar-module__nuAbfa__logo:hover .Navbar-module__nuAbfa__logoImg{transform:rotate(-5deg)scale(1.1)}.Navbar-module__nuAbfa__logo:hover .Navbar-module__nuAbfa__brandName{color:var(--primary-light)}.Navbar-module__nuAbfa__links{align-items:center;gap:2.5rem;display:flex}@media (max-width:991px){.Navbar-module__nuAbfa__links{display:none}}.Navbar-module__nuAbfa__links a{color:var(--text-main);transition:var(--transition);padding:.5rem 0;font-size:.95rem;font-weight:600;text-decoration:none;position:relative}.Navbar-module__nuAbfa__links a:after{content:"";background:var(--grad-logo);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.Navbar-module__nuAbfa__links a:hover{color:var(--primary)}.Navbar-module__nuAbfa__links a:hover:after{width:100%}.Navbar-module__nuAbfa__actions{align-items:center;gap:.8rem;display:flex}.Navbar-module__nuAbfa__iconBtn{width:42px;height:42px;color:var(--text-main);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__nuAbfa__iconBtn:hover{background:var(--bg-soft);color:var(--primary);transform:translateY(-2px)}.Navbar-module__nuAbfa__cartBtn{background:var(--bg-soft)}.Navbar-module__nuAbfa__badge{background:var(--secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 4px #0003}.Navbar-module__nuAbfa__mobileMenu{cursor:pointer;border:none;padding:8px;display:none}@media (max-width:768px){.Navbar-module__nuAbfa__links{display:none}.Navbar-module__nuAbfa__mobileMenu{display:block}}.Navbar-module__nuAbfa__avatarImg{object-fit:cover;width:100%;height:100%;transition:var(--transition);border:2px solid #0000;border-radius:50%}.Navbar-module__nuAbfa__iconBtn:hover .Navbar-module__nuAbfa__avatarImg{border-color:var(--primary);transform:scale(1.05)}.Navbar-module__nuAbfa__userName{color:var(--text-main);margin-left:.5rem;margin-right:-.5rem;font-size:.85rem;font-weight:600}@media (max-width:991px){.Navbar-module__nuAbfa__userName{display:none}}
.Footer-module__EZoWya__footer{background:var(--bg-soft);border-top:1px solid var(--border);margin-top:80px;padding:80px 0 0}.Footer-module__EZoWya__container{grid-template-columns:1.5fr 1fr 1.2fr;gap:4rem;padding-bottom:60px;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:.8rem;text-decoration:none;display:flex}.Footer-module__EZoWya__logoImg{object-fit:contain;width:auto;height:40px;transition:var(--transition)}.Footer-module__EZoWya__logoText{flex-direction:column;line-height:1;display:flex}.Footer-module__EZoWya__brandName{font-family:var(--font-playfair), serif;color:var(--primary);letter-spacing:-.5px;font-size:1.3rem;font-weight:700}.Footer-module__EZoWya__brandTagline{color:var(--secondary);text-transform:uppercase;letter-spacing:2px;margin-top:2px;font-size:.6rem;font-weight:600}.Footer-module__EZoWya__logo:hover .Footer-module__EZoWya__logoImg{transform:rotate(-5deg)scale(1.1)}.Footer-module__EZoWya__description{color:var(--text-soft);max-width:320px;font-size:.95rem}.Footer-module__EZoWya__socials{gap:1rem;display:flex}.Footer-module__EZoWya__socials a{border:1px solid var(--border);width:40px;height:40px;color:var(--text-main);transition:var(--transition);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__socials a:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.Footer-module__EZoWya__footer h3{color:var(--text-main);margin-bottom:2rem;font-size:1.1rem}.Footer-module__EZoWya__footer ul{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__EZoWya__footer ul a,.Footer-module__EZoWya__footer ul li{color:var(--text-soft);transition:var(--transition);align-items:center;gap:.8rem;font-size:.95rem;display:flex}.Footer-module__EZoWya__footer ul a:hover{color:var(--primary);transform:translate(5px)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border);color:var(--text-soft);justify-content:center;align-items:center;padding:30px 0;font-size:.85rem;display:flex}.Footer-module__EZoWya__bottomContent{justify-content:space-between;align-items:center;width:100%;display:flex}.Footer-module__EZoWya__devLink{color:var(--text-soft);transition:var(--transition);align-items:center;gap:.4rem;font-weight:600;text-decoration:none;display:flex}.Footer-module__EZoWya__devLink strong{color:#7c3aed}.Footer-module__EZoWya__devLink:hover{color:var(--primary);transform:translateY(-1px)}@media (max-width:640px){.Footer-module__EZoWya__bottomContent{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:768px){.Footer-module__EZoWya__container{grid-template-columns:1fr;gap:3rem}}
.Checkout-module__ye2Maq__checkoutContainer{grid-template-columns:1fr 380px;align-items:flex-start;gap:3rem;margin-top:2rem;display:grid}@media (max-width:1024px){.Checkout-module__ye2Maq__checkoutContainer{grid-template-columns:1fr;gap:2rem}}.Checkout-module__ye2Maq__backLink{color:var(--text-soft);transition:var(--transition);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;text-decoration:none;display:flex}.Checkout-module__ye2Maq__backLink:hover{color:var(--primary);transform:translate(-4px)}.Checkout-module__ye2Maq__titleSection{margin-bottom:3rem}.Checkout-module__ye2Maq__title{color:var(--text-main);margin-bottom:.5rem;font-size:2.5rem}.Checkout-module__ye2Maq__subtitle{color:var(--text-soft);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.Checkout-module__ye2Maq__card{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:2rem;padding:1.5rem}.Checkout-module__ye2Maq__sectionTitle{color:var(--text-main);margin-bottom:2rem;font-size:1.25rem;font-weight:700}.Checkout-module__ye2Maq__form{flex-direction:column;gap:1.5rem;display:flex}.Checkout-module__ye2Maq__formGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.Checkout-module__ye2Maq__formGrid{grid-template-columns:repeat(2,1fr)}}.Checkout-module__ye2Maq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Checkout-module__ye2Maq__inputGroup label{color:var(--text-main);font-size:.9rem;font-weight:600}.Checkout-module__ye2Maq__inputGroup input{border:1.5px solid var(--border);width:100%;transition:var(--transition);background:var(--bg-soft);border-radius:1rem;padding:1rem 1.2rem;font-family:inherit;font-size:1rem}.Checkout-module__ye2Maq__inputGroup input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #007b831a}.Checkout-module__ye2Maq__formButton{justify-content:center;width:100%;margin-top:1rem;font-size:1.1rem;padding:1.2rem!important}.Checkout-module__ye2Maq__summaryCard{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:2rem;padding:2rem;position:sticky;top:100px}.Checkout-module__ye2Maq__summaryItems{flex-direction:column;gap:.75rem;max-height:800px;margin-bottom:1.5rem;padding-right:.25rem;display:flex;overflow-y:auto}.Checkout-module__ye2Maq__summaryItem{background:var(--bg-soft);transition:var(--transition);border:1px solid #0000;border-radius:1rem;gap:.85rem;padding:.75rem;display:flex}.Checkout-module__ye2Maq__summaryItem:hover{border-color:var(--border);background:#fff}.Checkout-module__ye2Maq__thumbnail{object-fit:cover;background:#fff;border-radius:.6rem;width:50px;height:50px}.Checkout-module__ye2Maq__itemInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.Checkout-module__ye2Maq__itemTitle{color:var(--text-main);margin:0;font-size:.95rem;font-weight:700}.Checkout-module__ye2Maq__itemBadge{border-radius:2rem;align-items:center;gap:.35rem;width:fit-content;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.Checkout-module__ye2Maq__badgeDigital{color:#2563eb;background:#3b82f61a}.Checkout-module__ye2Maq__badgeFisico{color:#059669;background:#10b9811a}.Checkout-module__ye2Maq__qtyPrice{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.Checkout-module__ye2Maq__qtyControls{border:1px solid var(--border);background:#fff;border-radius:2rem;align-items:center;gap:.75rem;padding:.25rem .5rem;display:flex}.Checkout-module__ye2Maq__qtyBtn{color:var(--text-soft);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:2px;display:flex}.Checkout-module__ye2Maq__qtyBtn:hover:not(:disabled){color:var(--primary);transform:scale(1.1)}.Checkout-module__ye2Maq__qtyValue{color:var(--text-main);text-align:center;min-width:1.2rem;font-size:.85rem;font-weight:700}.Checkout-module__ye2Maq__itemPrice{color:var(--text-main);font-size:.95rem;font-weight:700}.Checkout-module__ye2Maq__removeBtn{color:#ef4444;cursor:pointer;transition:var(--transition);opacity:.6;background:0 0;border:none;border-radius:.5rem;padding:4px}.Checkout-module__ye2Maq__removeBtn:hover{opacity:1;background:#ef44441a}.Checkout-module__ye2Maq__totalRow{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;font-size:1.25rem;font-weight:800;display:flex}.Checkout-module__ye2Maq__totalPrice{color:var(--primary)}.Checkout-module__ye2Maq__stepHeader{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Checkout-module__ye2Maq__changeStep{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;text-decoration:underline}.Checkout-module__ye2Maq__changeStep:hover{color:var(--primary-light)}@keyframes Checkout-module__ye2Maq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Checkout-module__ye2Maq__animateIn{animation:.5s cubic-bezier(.16,1,.3,1) forwards Checkout-module__ye2Maq__fadeInUp}.Checkout-module__ye2Maq__addressSelector{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.Checkout-module__ye2Maq__addressCard{background:var(--bg-soft);border:2px solid var(--border);cursor:pointer;transition:var(--transition);border-radius:1.5rem;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;position:relative}.Checkout-module__ye2Maq__addressCard:hover{border-color:var(--primary);background:#fff}.Checkout-module__ye2Maq__addressCardActive{border-color:var(--primary);background:#fff;box-shadow:0 4px 12px #007b831a}.Checkout-module__ye2Maq__addressInfo h4{color:var(--text-main);margin:0 0 .25rem;font-size:1rem;font-weight:700}.Checkout-module__ye2Maq__addressText{color:var(--text-soft);font-size:.9rem;line-height:1.4}.Checkout-module__ye2Maq__newAddressBtn{border:1.5px dashed var(--border);color:var(--text-soft);cursor:pointer;transition:var(--transition);background:0 0;border-radius:1rem;align-items:center;gap:.5rem;width:fit-content;padding:1rem;font-weight:600;display:flex}.Checkout-module__ye2Maq__newAddressBtn:hover{border-color:var(--primary);color:var(--primary);background:#007b830d}.Checkout-module__ye2Maq__selectedBadge{background:var(--primary);color:#fff;border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}
.ProductCard-module__aoKufG__card{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:24px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.ProductCard-module__aoKufG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-12px)}.ProductCard-module__aoKufG__fullCardLink{z-index:1;position:absolute;inset:0}.ProductCard-module__aoKufG__imageWrapper{background:var(--bg-soft);height:320px;position:relative;overflow:hidden}.ProductCard-module__aoKufG__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__image{transform:scale(1.08)}.ProductCard-module__aoKufG__badge{text-transform:uppercase;letter-spacing:.5px;z-index:2;border-radius:50px;padding:6px 14px;font-size:.7rem;font-weight:800;position:absolute;top:20px;left:20px;box-shadow:0 4px 12px #0000001a}.ProductCard-module__aoKufG__badge[data-category=Digital]{background:var(--accent);color:#fff}.ProductCard-module__aoKufG__badge[data-category=Físico]{background:var(--primary);color:#fff}.ProductCard-module__aoKufG__content{text-align:center;flex-direction:column;flex:1;justify-content:center;gap:.8rem;padding:1.8rem;display:flex}.ProductCard-module__aoKufG__title{color:var(--text-main);font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;line-height:1.3}.ProductCard-module__aoKufG__price{color:var(--primary);letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}
.ShippingSelector-module__-6cwZa__container{border-top:1px dashed var(--border);margin-top:2rem;padding-top:1.5rem}.ShippingSelector-module__-6cwZa__title{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.ShippingSelector-module__-6cwZa__loadingState{color:var(--text-soft);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.ShippingSelector-module__-6cwZa__emptyState{color:#b91c1c;text-align:center;background:#fff1f2;border:1px solid #fecaca;border-radius:1rem;padding:1.5rem;font-size:.9rem}.ShippingSelector-module__-6cwZa__optionsList{flex-direction:column;gap:.75rem;display:flex}.ShippingSelector-module__-6cwZa__optionCard{border:1.5px solid var(--border);cursor:pointer;transition:var(--transition);background:var(--bg-soft);border-radius:1.25rem;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.ShippingSelector-module__-6cwZa__optionCard:hover{border-color:var(--primary-light);background:#fff}.ShippingSelector-module__-6cwZa__optionCard.ShippingSelector-module__-6cwZa__selected{border-color:var(--primary);background:#007b830d;box-shadow:0 4px 12px #007b831a}.ShippingSelector-module__-6cwZa__companyInfo{align-items:center;gap:1rem;display:flex}.ShippingSelector-module__-6cwZa__icon{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:8px;width:40px;height:40px;padding:4px}.ShippingSelector-module__-6cwZa__name{color:var(--text-main);font-size:.95rem;font-weight:600;display:block}.ShippingSelector-module__-6cwZa__time{color:var(--text-soft);font-size:.8rem;display:block}.ShippingSelector-module__-6cwZa__priceInfo{align-items:center;gap:.75rem;display:flex}.ShippingSelector-module__-6cwZa__price{color:var(--primary);font-size:1.1rem;font-weight:700}.ShippingSelector-module__-6cwZa__check{color:var(--primary)}
.page-module__E0kJGG__main{min-height:100vh}.page-module__E0kJGG__hero{background-color:var(--bg-soft);padding:12rem 0 8rem;position:relative;overflow:hidden}.page-module__E0kJGG__hero:before{content:"";background:var(--grad-logo);filter:blur(150px);opacity:.1;pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;right:-100px}.page-module__E0kJGG__watermark{opacity:.03;pointer-events:none;filter:grayscale();z-index:0;width:300px;height:300px;position:absolute;top:10%;left:5%;transform:rotate(-15deg)}.page-module__E0kJGG__heroContainer{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:991px){.page-module__E0kJGG__heroContainer{text-align:center;grid-template-columns:1fr;gap:6rem}}.page-module__E0kJGG__badge{border:1px solid var(--border);color:var(--primary);text-transform:uppercase;letter-spacing:2px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.8rem;font-weight:700;display:inline-block}.page-module__E0kJGG__title{color:var(--text-main);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:4.5rem;line-height:1.1}@media (max-width:768px){.page-module__E0kJGG__title{font-size:3rem}}.page-module__E0kJGG__subtitle{color:var(--text-soft);max-width:540px;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}@media (max-width:991px){.page-module__E0kJGG__subtitle{margin-left:auto;margin-right:auto}}.page-module__E0kJGG__heroActions{gap:1.5rem;display:flex}@media (max-width:991px){.page-module__E0kJGG__heroActions{justify-content:center}}.page-module__E0kJGG__heroImageWrapper{position:relative}.page-module__E0kJGG__heroImage{border-radius:40px;width:100%;height:auto}.page-module__E0kJGG__floatingCard{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-lg);border:1px solid var(--border);border-radius:20px;align-items:center;gap:1rem;padding:1.5rem;animation:6s ease-in-out infinite page-module__E0kJGG__float;display:flex;position:absolute;top:10%;left:-20px}.page-module__E0kJGG__cardBottom{animation-delay:2s;inset:auto -20px 10% auto}@keyframes page-module__E0kJGG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.page-module__E0kJGG__cardIcon .page-module__E0kJGG__heroActions{justify-content:center}.page-module__E0kJGG__cardIcon .page-module__E0kJGG__heroImageWrapper{max-width:500px;margin:0 auto}.page-module__E0kJGG__featured{padding:100px 0}.page-module__E0kJGG__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.page-module__E0kJGG__subTitle{color:var(--primary);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:flex}.page-module__E0kJGG__sectionTitle{color:var(--text-main);font-size:2.5rem}.page-module__E0kJGG__viewAll{color:var(--text-soft);transition:var(--transition);align-items:center;gap:.5rem;font-weight:600;display:flex}.page-module__E0kJGG__viewAll:hover{color:var(--primary);transform:translate(5px)}@media (max-width:640px){.page-module__E0kJGG__sectionTitle{font-size:2rem}.page-module__E0kJGG__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}}
.produto-module__euoK3W__container{background-color:var(--background);min-height:100vh}.produto-module__euoK3W__productWrapper{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;padding:4rem 2rem;display:grid}@media (max-width:768px){.produto-module__euoK3W__productWrapper{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}}.produto-module__euoK3W__breadcrumbs{color:var(--text-soft);gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.produto-module__euoK3W__breadcrumbLink{color:var(--text-soft);transition:var(--transition);text-decoration:none}.produto-module__euoK3W__breadcrumbLink:hover{color:var(--primary)}.produto-module__euoK3W__imageCard{background:var(--bg-soft);box-shadow:var(--shadow-md);border-radius:2rem;max-height:600px;position:sticky;top:100px;overflow:hidden}.produto-module__euoK3W__carouselContainer{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.produto-module__euoK3W__sliderWrapper{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.produto-module__euoK3W__slider{height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.produto-module__euoK3W__slide{-webkit-user-select:none;user-select:none;min-width:100%;height:100%;position:relative}.produto-module__euoK3W__mainImage{object-fit:contain;pointer-events:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.produto-module__euoK3W__protectionLayer{z-index:5;background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.produto-module__euoK3W__watermarkOverlay{z-index:4;pointer-events:none;opacity:.15;-webkit-user-select:none;user-select:none;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.produto-module__euoK3W__watermarkText{color:var(--primary);white-space:nowrap;flex-shrink:0;padding:4rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;transform:rotate(-35deg)}.produto-module__euoK3W__arrow{cursor:pointer;width:45px;height:45px;color:var(--primary);opacity:0;z-index:10;box-shadow:var(--shadow-sm);background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.produto-module__euoK3W__imageCard:hover .produto-module__euoK3W__arrow{opacity:1}.produto-module__euoK3W__arrowLeft{left:20px}.produto-module__euoK3W__arrowRight{right:20px}.produto-module__euoK3W__arrow:hover{background:#fff;transform:translateY(-50%)scale(1.1)}.produto-module__euoK3W__indicators{background:#fff;justify-content:center;gap:.8rem;padding:1.5rem;display:flex}.produto-module__euoK3W__dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.produto-module__euoK3W__dotActive{background:var(--primary);transform:scale(1.3)}@media (max-width:768px){.produto-module__euoK3W__imageCard{border-radius:1.5rem;position:relative;top:0}.produto-module__euoK3W__arrow{opacity:1;width:35px;height:35px}.produto-module__euoK3W__arrowLeft{left:10px}.produto-module__euoK3W__arrowRight{right:10px}}.produto-module__euoK3W__details{flex-direction:column;gap:1.5rem;display:flex}.produto-module__euoK3W__category{background:var(--bg-soft);border:1px solid var(--border);text-transform:uppercase;letter-spacing:1px;color:var(--primary);border-radius:50px;width:fit-content;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.produto-module__euoK3W__title{color:var(--text-main);font-size:3.5rem;line-height:1.1}@media (max-width:768px){.produto-module__euoK3W__title{font-size:2.5rem}}.produto-module__euoK3W__price{color:var(--primary);align-items:center;gap:.5rem;font-size:2rem;font-weight:700;display:flex}.produto-module__euoK3W__description{color:var(--text-soft);white-space:pre-wrap;font-size:1.1rem;line-height:1.8}.produto-module__euoK3W__actions{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.produto-module__euoK3W__buyButton{justify-content:center;width:100%;padding:1rem;font-size:1.1rem}.produto-module__euoK3W__infoCards{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.produto-module__euoK3W__infoCard{background:var(--bg-soft);border:1px solid var(--border);border-radius:1.5rem;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.produto-module__euoK3W__infoIcon{color:var(--primary)}.produto-module__euoK3W__infoTitle{font-size:.95rem;font-weight:700}.produto-module__euoK3W__infoText{color:var(--text-soft);font-size:.85rem}.produto-module__euoK3W__relatedSection{background-color:var(--bg-soft);padding:6rem 0}.produto-module__euoK3W__relatedHeader{text-align:center;margin-bottom:4rem}.produto-module__euoK3W__relatedTitle{margin-bottom:1rem;font-size:2.5rem}.produto-module__euoK3W__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.produto-module__euoK3W__loader{min-height:60vh;color:var(--primary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}
.sobre-module__u5CazW__sobreContainer{background-color:var(--background)}.sobre-module__u5CazW__hero{background:var(--grad-logo);justify-content:center;align-items:center;height:60vh;display:flex;position:relative;overflow:hidden}.sobre-module__u5CazW__heroContent{z-index:2;text-align:center;color:#fff;padding:0 2rem;position:relative}.sobre-module__u5CazW__heroTitle{text-shadow:0 4px 12px #0003;margin-bottom:1rem;font-size:4.5rem}@media (max-width:768px){.sobre-module__u5CazW__heroTitle{font-size:3rem}}.sobre-module__u5CazW__section{padding:8rem 0}.sobre-module__u5CazW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}@media (max-width:768px){.sobre-module__u5CazW__grid{grid-template-columns:1fr;gap:3rem}}.sobre-module__u5CazW__imageWrapper{box-shadow:var(--shadow-lg);border-radius:2rem;position:relative;overflow:hidden}.sobre-module__u5CazW__decorativeImage{width:100%;height:auto;display:block}.sobre-module__u5CazW__textContent{flex-direction:column;gap:1.5rem;display:flex}.sobre-module__u5CazW__tagline{color:var(--primary);text-transform:uppercase;letter-spacing:2px;font-size:.9rem;font-weight:700}.sobre-module__u5CazW__sectionTitle{color:var(--text-main);font-size:3rem}.sobre-module__u5CazW__text{color:var(--text-soft);font-size:1.15rem;line-height:1.8}.sobre-module__u5CazW__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem;display:grid}.sobre-module__u5CazW__valueCard{background:var(--bg-soft);text-align:center;transition:var(--transition);border:1px solid var(--border);border-radius:2rem;padding:3rem 2rem}.sobre-module__u5CazW__valueCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-10px)}.sobre-module__u5CazW__valueIcon{color:var(--primary);width:64px;height:64px;box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.sobre-module__u5CazW__valueTitle{margin-bottom:1rem;font-size:1.5rem}.sobre-module__u5CazW__valueText{color:var(--text-soft)}.sobre-module__u5CazW__cta{background:var(--bg-soft);text-align:center;border:1px solid var(--border);border-radius:3rem;margin:4rem 2rem;padding:6rem 2rem}.sobre-module__u5CazW__ctaTitle{margin-bottom:1.5rem;font-size:2.5rem}
