.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.team-grid article{text-align:center}.team-grid img{width:100%;aspect-ratio:4/5;object-fit:cover}.team-grid h3{font-size:27px;margin:15px 0 2px}.team-grid strong{color:#8249bd;font-size:12px;letter-spacing:1px}.team-grid p{font-size:14px}@media(max-width:800px){.team-grid{grid-template-columns:1fr}}
.cart-button{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#f8f3ff,#eadcf8);border:1px solid #d9c4ed;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cart-button:hover{transform:translateY(-2px);background:#f1e6fb;box-shadow:0 7px 18px rgba(83,34,124,.16)}.cart-icon{width:25px;height:25px;fill:none;stroke:#7540aa;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-button span[data-cart-count]{right:-4px;top:-5px;min-width:19px;height:19px;line-height:19px;background:#9253c8;border:2px solid #fff;font-size:9px}.cart-button:focus-visible{outline:3px solid rgba(130,73,189,.25);outline-offset:3px}@media(max-width:800px){.cart-button{width:38px;height:38px}.cart-icon{width:22px;height:22px}}
/* Home visual totalmente administrável */
.hero-slider{position:relative;height:min(920px,calc(100vh - 111px));min-height:650px;overflow:hidden;background:#452278}.hero-slider .hero-slide{position:absolute;inset:0;height:100%;min-height:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s ease,visibility .7s ease;background-image:linear-gradient(90deg,rgba(70,28,100,.72),rgba(116,70,135,.18)),var(--hero-desktop);background-position:center;background-size:cover;background-repeat:no-repeat}.hero-slider .hero-slide.active{opacity:1;visibility:visible;pointer-events:auto}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.hero-actions .btn.ghost{margin-left:0}.hero-arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(37,13,60,.2);backdrop-filter:blur(8px);color:#fff;font-size:32px;line-height:1;cursor:pointer}.hero-arrow.prev{left:22px}.hero-arrow.next{right:22px}.hero-dots{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px}.hero-dots button{width:9px;height:9px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer}.hero-dots button.active{background:#fff}.collection-grid.dynamic{grid-template-columns:repeat(var(--card-cols),1fr)}.stars{letter-spacing:2px}
@media(max-width:800px){.hero-slider{height:568px;min-height:0}.hero-slider .hero-slide{background-image:linear-gradient(90deg,rgba(70,28,100,.72),rgba(116,70,135,.18)),var(--hero-mobile)}.hero-arrow{width:36px;height:36px;font-size:25px}.hero-arrow.prev{left:10px}.hero-arrow.next{right:10px}.hero-dots{bottom:14px}.collection-grid.dynamic{grid-template-columns:1fr}}

/* Área do cliente */
.account-full{max-width:1180px;margin:auto}.account-head{margin-bottom:28px}.account-head span,.customer-order header span{letter-spacing:.16em;font-size:.72rem;color:#7b4a8f}.account-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:28px;align-items:start}.account-card,.tracking-card{background:#fff;border:1px solid rgba(65,38,71,.1);border-radius:18px;padding:24px;margin-bottom:22px;box-shadow:0 12px 35px rgba(66,38,71,.05)}.account-card h2{font-family:Georgia,serif;margin-top:0}.account-card label{display:grid;gap:7px;margin:13px 0;font-size:.9rem}.account-card input,.account-card textarea,.account-card select,.auth-card input{width:100%;box-sizing:border-box;border:1px solid #ded4e1;border-radius:10px;padding:12px;background:#fff}.address-row,.order-line,.history-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #eee5ef}.address-row p{margin:.35rem 0 0}.link-button{border:0;background:none;color:#7b4a8f;cursor:pointer}.account-details summary{cursor:pointer;color:#7b4a8f;font-weight:700;padding:10px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .wide{grid-column:1/-1}.form-grid .check{display:flex;align-items:center;gap:8px}.form-grid .check input{width:auto}.customer-order header{margin:26px 0}.tracking-card{background:#f7f0fa}.tracking-card strong,.tracking-card span{display:block}.tracking-card span{font-size:1.25rem;margin-top:8px;font-weight:700;letter-spacing:.04em}.order-grand{font-size:1.2rem;border-bottom:0}.history-row time{color:#756c78;font-size:.85rem}.pix img{max-width:220px;display:block;margin:15px auto}.pix textarea{min-height:90px}.auth-card{max-width:560px;margin:40px auto}.auth-card form label{display:grid;gap:7px;margin:14px 0}@media(max-width:800px){.account-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.account-card{padding:18px}.table-wrap{overflow:auto}}
