.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fdf0ede0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:var(--transition);border-bottom:1px solid rgba(196,135,142,.2)}.header--scrolled{background:#fffffff2;border-bottom:1px solid rgba(196,135,142,.25);box-shadow:0 2px 14px #8b4a5a14}.header__container{max-width:1200px;margin:0 auto;padding:.8rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.header__logo-wrapper{display:flex;align-items:center;cursor:pointer;transition:var(--transition)}.header__logo{height:66px;width:auto;object-fit:contain;filter:contrast(2) brightness(.7) saturate(1.25);transition:var(--transition)}.header__logo:hover{transform:scale(1.04)}.header__nav{display:flex;align-items:center;gap:1.75rem}.header__link{font-size:.95rem;font-weight:500;color:var(--rosa-escuro);letter-spacing:.5px;padding:.4rem .2rem;position:relative;transition:var(--transition)}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--dourado);transition:width .3s ease}.header__link:hover:after{width:100%}.header__link:hover{color:var(--dourado)}.header__cart{position:relative;color:var(--rosa-escuro);padding:.5rem;display:flex;align-items:center;justify-content:center;transition:var(--transition);min-width:44px;min-height:44px}.header__cart:hover{color:var(--dourado);transform:scale(1.05)}.header__cart-badge{position:absolute;top:2px;right:0;background:var(--dourado);color:#fff;font-size:.7rem;font-weight:700;min-width:19px;height:19px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px}.header__mobile-toggle{display:none;padding:.5rem;min-width:44px;min-height:44px;align-items:center;justify-content:center}.hamburger{display:flex;flex-direction:column;gap:5px;width:24px}.hamburger span{display:block;height:2.5px;background:var(--rosa-escuro);border-radius:2px;transition:var(--transition)}.hamburger--open span:nth-child(1){transform:rotate(45deg) translateY(10px)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:rotate(-45deg) translateY(-10px)}@media (max-width: 768px){.header__container{padding:.55rem .9rem}.header__logo{height:48px}.header__mobile-toggle{display:flex}.header__nav{position:absolute;top:100%;left:0;right:0;background:#fffffffa;flex-direction:column;align-items:stretch;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #8b4a5a1f;border-top:1px solid rgba(196,135,142,.2)}.header__nav--open{max-height:280px;padding:.5rem 0 1rem}.header__link{padding:.85rem 1.5rem;width:100%;text-align:left;border-bottom:1px solid rgba(196,135,142,.1);font-size:1rem;color:var(--rosa-escuro)}}.hero{min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:var(--rosa-claro);overflow:hidden;padding-top:85px;padding-bottom:2rem}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,rgba(201,168,76,.05) 0%,transparent 60%);pointer-events:none}.hero__content{position:relative;z-index:2;text-align:center;padding:1.5rem 1.25rem;animation:fadeInUp .8s ease;max-width:650px}.hero__logo{width:320px;max-width:80vw;margin:0 auto 1rem;filter:contrast(1.6) brightness(.85)}.hero__tagline{font-size:1.4rem;color:var(--rosa-escuro);font-weight:400;letter-spacing:1.5px;margin-bottom:.35rem}.hero__subtitle{font-size:.95rem;color:var(--rose);margin-bottom:1.5rem}.hero__cta{background:linear-gradient(135deg,var(--dourado),var(--dourado-claro));color:var(--branco);padding:.85rem 2.2rem;border-radius:50px;font-size:.95rem;font-weight:600;letter-spacing:.5px;transition:var(--transition);box-shadow:0 4px 15px #c9a84c59;display:inline-block}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c73}.hero__carousel{width:100%;overflow:hidden;padding:1.5rem 0 .5rem;position:relative;z-index:2}.hero__track{display:flex;gap:1rem;animation:scrollCarousel 90s linear infinite;width:max-content}.hero__track:hover{animation-play-state:paused}.hero__card{flex-shrink:0;width:190px;background:var(--branco);border-radius:var(--radius);overflow:hidden;box-shadow:var(--sombra);transition:var(--transition);cursor:pointer;border:1px solid rgba(196,135,142,.15)}.hero__card:hover{transform:translateY(-4px);box-shadow:var(--sombra-hover)}.hero__card img{width:100%;height:170px;object-fit:cover}.hero__card-placeholder{width:100%;height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#faf0ee,#f5e1dd);color:var(--rose);gap:.5rem}.hero__card-placeholder span{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;font-weight:600}.hero__card-name{font-size:.8rem;font-weight:500;padding:.6rem .75rem;color:var(--rosa-escuro);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@keyframes scrollCarousel{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.catalog{padding:4rem 1.25rem;background:var(--branco)}.catalog__container{max-width:1200px;margin:0 auto}.catalog__title{text-align:center;font-size:2rem;color:var(--rosa-escuro);font-weight:400;letter-spacing:2px;margin-bottom:.35rem}.catalog__subtitle{text-align:center;color:var(--rose);font-size:.95rem;margin-bottom:2rem}.filter-bar{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.filter-bar__search{max-width:580px;width:100%;margin:0 auto}.filter-bar__search-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.filter-bar__search-icon{position:absolute;left:1rem;color:var(--rose);pointer-events:none}.filter-bar__search-input{width:100%;padding:.85rem 2.8rem;background:var(--rosa-claro);border:1.5px solid rgba(196,135,142,.3);border-radius:50px;font-size:.95rem;color:var(--rosa-escuro);transition:var(--transition);outline:none}.filter-bar__search-input::placeholder{color:#a3858b;font-size:.9rem}.filter-bar__search-input:focus{background:var(--branco);border-color:var(--dourado);box-shadow:0 0 0 4px #c9a84c26}.filter-bar__search-clear{position:absolute;right:.85rem;width:28px;height:28px;border-radius:50%;background:#8b4a5a26;color:var(--rosa-escuro);display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:var(--transition)}.filter-bar__search-clear:hover{background:var(--rosa-escuro);color:var(--branco)}.filter-bar__categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.filter-bar__cat-btn{padding:.5rem 1.15rem;border:1.5px solid rgba(196,135,142,.35);border-radius:50px;font-size:.85rem;font-weight:500;color:var(--rosa-escuro);transition:var(--transition);background:transparent;white-space:nowrap}.filter-bar__cat-btn:hover{border-color:var(--rose);background:#c4878e1a}.filter-bar__cat-btn--active{background:var(--rosa-escuro);color:var(--branco);border-color:var(--rosa-escuro);box-shadow:0 3px 10px #8b4a5a40}.filter-bar__options{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.filter-bar__select-wrapper{position:relative;min-width:160px}.filter-bar__select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding:.6rem 2.2rem .6rem 1rem;border:1.5px solid rgba(196,135,142,.35);border-radius:8px;font-size:.85rem;font-weight:500;color:var(--rosa-escuro);background:var(--branco);cursor:pointer;transition:var(--transition);background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%238B4A5A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.filter-bar__select:hover{border-color:var(--rose)}.filter-bar__select:focus{outline:none;border-color:var(--dourado);box-shadow:0 0 0 3px #c9a84c26}@media (max-width: 640px){.filter-bar__categories{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:.25rem .25rem .6rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-bar__categories::-webkit-scrollbar{display:none}.filter-bar__options{display:grid;grid-template-columns:1fr 1fr;width:100%}.filter-bar__select-wrapper{min-width:unset;width:100%}}.catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.catalog__empty{text-align:center;padding:3rem 1.5rem;color:var(--cinza-texto)}.catalog__reset{margin-top:1rem;padding:.65rem 1.8rem;background:var(--rosa-escuro);color:var(--branco);border-radius:50px;font-size:.9rem;font-weight:500;transition:var(--transition)}.catalog__reset:hover{background:var(--dourado)}.catalog__load-more-wrapper{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.catalog__load-more-info{font-size:.85rem;color:var(--cinza-texto);letter-spacing:.3px}.catalog__load-more-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2.2rem;background:linear-gradient(135deg,var(--rosa-escuro),#6D3442);color:#fff;border-radius:50px;font-size:.95rem;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 16px #6d344240;transition:var(--transition)}.catalog__load-more-btn:hover{background:linear-gradient(135deg,var(--dourado),var(--dourado-claro));transform:translateY(-2px);box-shadow:0 6px 22px #c9a84c66}.catalog__load-more-btn svg{transition:transform .3s ease}.catalog__load-more-btn:hover svg{transform:translateY(3px)}.catalog__end-message{text-align:center;margin-top:3rem;font-size:.9rem;color:var(--rose);font-weight:500;letter-spacing:.5px}.product-card{background:var(--branco);border-radius:var(--radius);overflow:hidden;box-shadow:var(--sombra);transition:var(--transition);border:1px solid rgba(196,135,142,.15);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:var(--sombra-hover)}.product-card__image{position:relative;overflow:hidden;background:#fbf5f4}.product-card__image img{width:100%;height:240px;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__placeholder{width:100%;height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#faf0ee,#f5e1dd);color:var(--rose);gap:.6rem}.product-card__placeholder span{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.product-card__material{position:absolute;top:.6rem;right:.6rem;padding:.25rem .65rem;border-radius:50px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #00000026}.product-card__material--ouro{background:linear-gradient(135deg,var(--dourado),var(--dourado-claro));color:var(--branco)}.product-card__material--prata{background:linear-gradient(135deg,#7b848f,#a5adb8);color:var(--branco)}.product-card__info{padding:1.15rem;display:flex;flex-direction:column;flex:1}.product-card__type{font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--rose);font-weight:600}.product-card__name{font-size:.95rem;font-weight:600;color:var(--rosa-escuro);margin:.25rem 0 .4rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.product-card__price{font-size:1.2rem;font-weight:700;color:var(--dourado);margin-bottom:.85rem;margin-top:auto}.product-card__photo-count{position:absolute;top:.6rem;left:.6rem;background:#0009;color:#fff;font-size:.65rem;font-weight:600;padding:.2rem .55rem;border-radius:50px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.5px}.product-card__quick-arrows{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:space-between;align-items:center;padding:0 .4rem;opacity:0;transition:var(--transition);pointer-events:none}.product-card:hover .product-card__quick-arrows{opacity:1}.product-card__quick-arrow{pointer-events:auto;width:28px;height:28px;border-radius:50%;background:#ffffffe0;color:var(--rosa-escuro);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;box-shadow:0 2px 8px #0003;transition:var(--transition)}.product-card__quick-arrow:hover{background:#fff;transform:scale(1.1);color:var(--dourado)}.product-card__dots{position:absolute;bottom:.5rem;left:0;right:0;display:flex;justify-content:center;gap:4px}.product-card__dot{width:6px;height:6px;border-radius:50%;background:#fff9;transition:var(--transition)}.product-card__dot--active{background:var(--dourado);width:14px;border-radius:4px}.product-card__btn{width:100%;padding:.75rem;border-radius:8px;font-size:.85rem;font-weight:600;letter-spacing:.3px;transition:var(--transition);background:var(--rosa-escuro);color:var(--branco);min-height:42px;display:flex;align-items:center;justify-content:center}.product-card__btn:hover{background:var(--dourado)}.product-card__btn--added{background:#22c55e!important}.product-card__btn:disabled{background:#ccc;cursor:not-allowed}.catalog__loading{text-align:center;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--rose)}.catalog__spinner{width:42px;height:42px;border:3.5px solid rgba(196,135,142,.2);border-top-color:var(--rosa-escuro);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:300;display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:fadeIn .25s ease}.product-modal{background:var(--branco);width:860px;max-width:95vw;max-height:90vh;border-radius:16px;overflow-y:auto;position:relative;box-shadow:0 12px 40px #00000040;animation:modalScaleUp .3s cubic-bezier(.16,1,.3,1)}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.92) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.product-modal__close{position:absolute;top:1rem;right:1rem;width:38px;height:38px;border-radius:50%;background:#8b4a5a1a;color:var(--rosa-escuro);display:flex;align-items:center;justify-content:center;font-size:1.2rem;z-index:10;transition:var(--transition)}.product-modal__close:hover{background:var(--rosa-escuro);color:#fff}.product-modal__content{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;padding:2rem}.product-modal__gallery{display:flex;flex-direction:column;gap:1rem}.product-modal__main-image-wrapper{position:relative;width:100%;height:380px;border-radius:12px;overflow:hidden;background:#faf2f0;display:flex;align-items:center;justify-content:center}.product-modal__main-image{width:100%;height:100%;object-fit:cover}.product-modal__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;color:var(--rose)}.product-modal__arrows{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:space-between;align-items:center;padding:0 .75rem;pointer-events:none}.product-modal__arrow-btn{pointer-events:auto;width:36px;height:36px;border-radius:50%;background:#ffffffeb;color:var(--rosa-escuro);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;box-shadow:0 3px 10px #0003;transition:var(--transition)}.product-modal__arrow-btn:hover{background:#fff;color:var(--dourado);transform:scale(1.08)}.product-modal__thumbnails{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:4px}.product-modal__thumb{width:65px;height:65px;border-radius:8px;overflow:hidden;border:2px solid transparent;flex-shrink:0;transition:var(--transition);opacity:.65;background:#faf2f0}.product-modal__thumb--active{border-color:var(--dourado);opacity:1;transform:scale(1.04)}.product-modal__thumb img{width:100%;height:100%;object-fit:cover}.product-modal__details{display:flex;flex-direction:column}.product-modal__title{font-size:1.6rem;color:var(--rosa-escuro);margin:.4rem 0 .2rem;line-height:1.25}.product-modal__code{font-size:.8rem;color:var(--cinza-texto);margin-bottom:1.25rem}.product-modal__price-box{background:var(--rosa-claro);padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.25rem}.product-modal__price{font-size:1.65rem;font-weight:700;color:var(--dourado)}.product-modal__installments{font-size:.85rem;color:var(--rosa-escuro)}.product-modal__description{margin-bottom:1.25rem}.product-modal__description h4{font-size:.95rem;color:var(--rosa-escuro);margin-bottom:.35rem}.product-modal__description p{font-size:.88rem;color:var(--cinza-texto);line-height:1.5}.product-modal__stock{margin-bottom:1.5rem}.stock-status{font-size:.82rem;font-weight:600;padding:.3rem .8rem;border-radius:50px;display:inline-block}.stock-status--in{background:#22c55e1f;color:#16a34a}.stock-status--out{background:#ef44441f;color:#dc2626}.product-modal__actions{display:flex;gap:.85rem;margin-bottom:1rem}.product-modal__qty-selector{display:flex;align-items:center;border:1.5px solid rgba(196,135,142,.35);border-radius:8px;overflow:hidden;background:#fff}.product-modal__qty-selector button{width:36px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;color:var(--rosa-escuro);transition:var(--transition)}.product-modal__qty-selector button:hover:not(:disabled){background:var(--rosa-claro)}.product-modal__qty-selector button:disabled{opacity:.4;cursor:not-allowed}.product-modal__qty-selector span{width:34px;text-align:center;font-weight:700;font-size:.95rem}.product-modal__add-btn{flex:1;background:var(--rosa-escuro);color:#fff;border-radius:8px;font-size:.95rem;font-weight:600;padding:0 1.25rem;min-height:44px;transition:var(--transition)}.product-modal__add-btn:hover{background:var(--dourado)}.product-modal__add-btn--added{background:#22c55e!important}.product-modal__whatsapp-btn{width:100%;padding:.75rem;background:transparent;border:1.5px solid #25D366;color:#128c7e;border-radius:8px;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:var(--transition)}.product-modal__whatsapp-btn:hover{background:#25d366;color:#fff}@media (max-width: 768px){.product-modal__content{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem}.product-modal__main-image-wrapper{height:280px}.product-modal__title{font-size:1.3rem}}@media (max-width: 640px){.catalog{padding:3rem .75rem}.catalog__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__image img,.product-card__placeholder{height:160px}.product-card__info{padding:.75rem}.product-card__name{font-size:.82rem;min-height:2.4em}.product-card__price{font-size:1rem;margin-bottom:.6rem}.product-card__btn{padding:.55rem .3rem;font-size:.75rem;min-height:38px}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:200;animation:fadeIn .25s ease}.cart{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:var(--branco);z-index:201;display:flex;flex-direction:column;animation:slideInRight .3s ease;box-shadow:-6px 0 35px #0003}.cart__header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;background:var(--rosa-header);color:var(--branco)}.cart__title{font-size:1.15rem;font-weight:600;color:var(--branco)}.cart__close{font-size:1.2rem;color:var(--branco);padding:.4rem;transition:var(--transition);min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.cart__close:hover{color:var(--dourado-claro);transform:scale(1.1)}.cart__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--cinza-texto);gap:1rem;padding:2rem}.cart__empty svg{opacity:.35;color:var(--rose)}.cart__continue{padding:.65rem 1.6rem;border:1.5px solid var(--rose);border-radius:50px;color:var(--rosa-escuro);font-size:.85rem;font-weight:600;transition:var(--transition)}.cart__continue:hover{background:var(--rosa-escuro);color:var(--branco)}.cart__items{flex:1;overflow-y:auto;padding:.5rem 1.25rem;-webkit-overflow-scrolling:touch}.cart__footer{border-top:1px solid rgba(196,135,142,.2);padding:1.1rem 1.25rem;background:var(--rosa-claro)}.cart__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:1rem;font-weight:600;color:var(--rosa-escuro)}.cart__total-value{font-size:1.35rem;font-weight:700;color:var(--dourado)}.cart__whatsapp-btn{width:100%;padding:.85rem;background:#25d366;color:var(--branco);border-radius:8px;font-size:.95rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:var(--transition);margin-bottom:.5rem;box-shadow:0 4px 12px #25d3664d}.cart__whatsapp-btn:hover{background:#1eb857;transform:translateY(-1px)}.cart__clear{width:100%;padding:.4rem;color:var(--cinza-texto);font-size:.8rem;transition:var(--transition)}.cart__clear:hover{color:#ef4444}.cart-item{display:flex;gap:.85rem;padding:.85rem 0;border-bottom:1px solid rgba(196,135,142,.12);align-items:center}.cart-item__image{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;background:var(--rosa-claro)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#faf0ee,#f5e1dd);color:var(--rose)}.cart-item__details{flex:1;min-width:0}.cart-item__name{font-size:.85rem;font-weight:600;color:var(--rosa-escuro);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__meta{font-size:.72rem;color:var(--cinza-texto);margin:.1rem 0}.cart-item__price{font-size:.82rem;color:var(--dourado);font-weight:700}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.cart-item__qty{display:flex;align-items:center;border:1.5px solid rgba(196,135,142,.3);border-radius:6px;overflow:hidden;background:var(--branco)}.cart-item__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600;color:var(--rosa-escuro);transition:var(--transition)}.cart-item__qty-btn:hover{background:var(--rosa-claro)}.cart-item__qty-value{width:24px;text-align:center;font-size:.8rem;font-weight:700}.cart-item__subtotal{font-size:.82rem;font-weight:700;color:var(--rosa-escuro)}.cart-item__remove{font-size:.7rem;color:var(--cinza-texto);transition:var(--transition)}.cart-item__remove:hover{color:#ef4444}.info-section{padding:4rem 1.25rem;background:linear-gradient(135deg,var(--rosa-claro) 0%,#f7e2de 100%)}.info-section__container{max-width:1200px;margin:0 auto}.info-section__title{text-align:center;font-size:1.85rem;font-weight:400;letter-spacing:2px;color:var(--rosa-escuro);margin-bottom:2.5rem}.info-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.info-section__card{background:var(--branco);padding:1.75rem 1.25rem;border-radius:var(--radius);text-align:center;box-shadow:var(--sombra);transition:var(--transition);border:1px solid rgba(196,135,142,.12)}.info-section__card:hover{transform:translateY(-4px);box-shadow:var(--sombra-hover)}.info-section__icon{color:var(--dourado);margin-bottom:.85rem;display:flex;justify-content:center}.info-section__card h3{font-size:1rem;color:var(--rosa-escuro);margin-bottom:.4rem;font-weight:600}.info-section__card p{font-size:.85rem;color:var(--cinza-texto);line-height:1.45}.footer{background:var(--rosa-header);color:#ffffffd9;padding:3rem 1.25rem 1.5rem}.footer__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer__logo{height:55px;margin-bottom:.85rem;filter:brightness(0) invert(1)}.footer__description{font-size:.85rem;line-height:1.55;color:#ffffffbf}.footer__links h4,.footer__contact h4{font-size:.9rem;color:var(--dourado-claro);margin-bottom:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.footer__links a{display:block;font-size:.85rem;padding:.25rem 0;color:#ffffffd9;transition:var(--transition)}.footer__links a:hover{color:var(--dourado-claro);padding-left:.4rem}.footer__whatsapp{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fff;transition:var(--transition)}.footer__whatsapp:hover{color:#25d366}.footer__bottom{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.12);padding-top:1.25rem;margin-top:1.25rem;text-align:center;font-size:.8rem;color:#fff9}@media (max-width: 768px){.footer__container{grid-template-columns:1fr;text-align:center;gap:1.75rem}.footer__logo{margin:0 auto .75rem}.footer__whatsapp{justify-content:center}}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.25rem;z-index:95;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--branco);box-shadow:0 4px 18px #25d36673;transition:var(--transition);animation:pulse 2.2s infinite}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 22px #25d36699}@keyframes pulse{0%,to{box-shadow:0 4px 18px #25d36673}50%{box-shadow:0 4px 28px #25d366b3}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--rosa-claro)}::-webkit-scrollbar-thumb{background:var(--rose);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--rosa-escuro)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{color-scheme:light only!important;forced-color-adjust:none!important;-webkit-forced-color-adjust:none!important;--rosa-claro: #FDF0ED;--rose: #C4878E;--rosa-escuro: #8B4A5A;--rosa-header: #6D3442;--branco: #FFFFFF;--dourado: #C9A84C;--dourado-claro: #E5C365;--cinza-claro: #F8F5F3;--cinza-texto: #5E5252;--sombra: 0 4px 18px rgba(109, 52, 66, .08);--sombra-hover: 0 8px 25px rgba(109, 52, 66, .16);--radius: 12px;--transition: all .25s ease}html,body,#root,.app,header,section,div,input,select,textarea,button{color-scheme:light only!important;forced-color-adjust:none!important;-webkit-forced-color-adjust:none!important}html{scroll-behavior:smooth;color-scheme:light only!important;background-color:#fdf0ed!important;-webkit-text-size-adjust:100%}body{font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#fdf0ed!important;color:#8b4a5a!important;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}@media (prefers-color-scheme: dark){:root,html,body,#root,.app,*{color-scheme:light only!important;forced-color-adjust:none!important;-webkit-forced-color-adjust:none!important}}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit;touch-action:manipulation}input,select,textarea{font-family:inherit;color-scheme:light!important}a{text-decoration:none;color:inherit}
