.app-header {
height: 83px;
background: #fff;
border-bottom: 1px solid #eed8e3;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 2rem;
gap: 1.5rem;
}
.brand {
display: flex;
align-items: center;
gap: 0.65rem;
color: #60404f;
text-decoration: none;
}
.brand:hover {
text-decoration: none;
}
.brand img {
width: 49px;
height: 49px;
object-fit: contain;
}
.brand strong {
display: block;
font-size: 1.2rem;
line-height: 1.1;
}
.brand small {
font-size: 0.71rem;
letter-spacing: 0.11em;
color: #866479;
}
.brand-symbol {
font-size: 2.7rem;
line-height: 1;
color: #b54e7a;
}
.header-links {
display: flex;
gap: 1.3rem;
align-items: center;
font-size: 0.9rem;
}
.store-main {
max-width: 1180px;
margin: auto;
padding: 2rem 1.5rem 4rem;
}
.store-hero {
display: grid;
grid-template-columns: 1.05fr 1fr;
background: #ffe7f0;
border: 1px solid #f1c7d8;
border-radius: 28px;
overflow: hidden;
min-height: 385px;
}
.store-hero.neuro {
background: #e4f3e4;
border-color: #c6dfcb;
}
.hero-copy {
padding: 3rem 2.5rem;
display: flex;
flex-direction: column;
justify-content: center;
gap: 1rem;
}
.hero-copy h1 {
max-width: 480px;
color: #652747;
}
.hero-copy p {
max-width: 400px;
}
.neuro .hero-copy h1 {
color: #245d45;
}
.hero-image {
height: 100%;
min-height: 320px;
width: 100%;
object-fit: cover;
}
.benefits {
display: flex;
justify-content: space-around;
gap: 1rem;
flex-wrap: wrap;
padding: 1.2rem 0;
border-bottom: 1px solid #ecdce4;
color: #72566a;
font-size: 0.9rem;
}
.filters {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.chip {
border: 1.5px solid #e7cfdb;
color: #71465e;
background: white;
border-radius: 30px;
padding: 0.5rem 1rem;
min-height: 42px;
font-weight: 700;
}
.chip.active {
background: #276d54;
color: white;
border-color: #276d54;
}
.products {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.3rem;
}
.product-card {
border: 1px solid #ecd1df;
border-radius: 22px;
overflow: hidden;
background: #fff;
box-shadow: 0 5px 16px #9e3d6208;
}
.product-card figure {
margin: 0;
position: relative;
height: 215px;
background: #f7ecef;
overflow: hidden;
}
.product-card figure img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s;
}
.product-card:hover figure img {
transform: scale(1.035);
}
.product-card .product-icon {
position: absolute;
left: 1rem;
bottom: 0.8rem;
display: grid;
place-items: center;
width: 54px;
height: 54px;
border: 2px solid white;
border-radius: 17px;
background: #ffffffdd;
font-size: 1.8rem;
}
.product-card .product-info {
padding: 1.2rem;
display: grid;
gap: 0.65rem;
}
.price {
font-size: 1.25rem;
font-weight: 800;
color: #28694e;
}
.illustration-label {
position: absolute;
right: 0.7rem;
top: 0.7rem;
background: #fffffff0;
font-size: 0.75rem;
padding: 0.2rem 0.5rem;
border-radius: 12px;
color: #71546a;
}
.art-banner {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 1.5rem;
background: #eaf6ec;
border: 1.5px dashed #95c0a0;
border-radius: 23px;
padding: 1.5rem;
}
.art-banner .big-icon {
font-size: 3rem;
}
.store-footer {
padding: 1.1rem 2rem 1.4rem;
max-width: 1180px;
margin: auto;
border-top: 1px solid #e6d2dd;
display: flex;
gap: 0.9rem 2rem;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
font-size: 0.9rem;
}
.footer-brand p {
margin-top: 0.15rem;
}
.footer-actions {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
}
.footer-pill {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.4rem;
min-height: 44px;
padding: 0.45rem 1.05rem;
border: 1.5px solid #f0c3d7;
border-radius: 999px;
background: linear-gradient(180deg, #fff 0%, #fde8f1 100%);
box-shadow: 0 3px 0 #f3d2e1;
color: #8a3159;
font-weight: 700;
white-space: nowrap;
transition:
transform 0.15s ease,
box-shadow 0.15s ease;
}
.footer-pill span {
font-size: 1.05rem;
}
.footer-pill:hover {
transform: translateY(-2px);
box-shadow: 0 5px 12px rgba(182, 66, 119, 0.2);
}
.footer-pill:active {
transform: translateY(1px);
box-shadow: 0 1px 0 #f3d2e1;
}
.footer-pill:focus-visible {
outline: 3px solid #f59cc2;
outline-offset: 2px;
}
.footer-pill.whatsapp {
border-color: #b9dcc2;
background: linear-gradient(180deg, #fff 0%, #e5f4e8 100%);
box-shadow: 0 3px 0 #cde6d3;
color: #276a45;
}
@media (prefers-reduced-motion: reduce) {
.footer-pill {
transition: none;
}
.footer-pill:hover,
.footer-pill:active {
transform: none;
}
}
.reference-picker {
display: grid;
gap: 0.55rem;
}
.reference-drop {
position: relative;
display: flex;
align-items: center;
gap: 0.8rem;
padding: 0.85rem 1rem;
border: 2px dashed #eab3cb;
border-radius: 18px;
background: #fff7fb;
color: #6e4b60;
cursor: pointer;
transition:
background 0.15s ease,
border-color 0.15s ease;
}
.reference-drop:hover,
.reference-drop.dragging {
background: #fdeaf3;
border-color: #d97aa6;
}
.reference-drop:focus-within {
outline: 3px solid #f59cc2;
outline-offset: 2px;
}
.reference-drop input {
position: absolute;
inset: 0;
opacity: 0;
cursor: pointer;
}
.reference-drop-icon {
font-size: 1.8rem;
}
.reference-drop small {
display: block;
color: #86667b;
}
.reference-thumbs {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
margin: 0;
padding: 0;
list-style: none;
}
.reference-thumbs:empty {
display: none;
}
.reference-thumb {
position: relative;
width: 92px;
}
.reference-thumb img,
.reference-placeholder {
display: grid;
place-items: center;
width: 92px;
height: 92px;
object-fit: cover;
border: 1.5px solid #ecd0de;
border-radius: 14px;
background: #fff;
font-size: 1.6rem;
}
.reference-name {
display: block;
margin-top: 0.2rem;
overflow: hidden;
color: #806776;
font-size: 0.72rem;
text-overflow: ellipsis;
white-space: nowrap;
}
.reference-remove {
position: absolute;
top: -9px;
right: -9px;
width: 32px;
height: 32px;
border: 1.5px solid #f0c3d7;
border-radius: 50%;
background: #fff;
box-shadow: 0 2px 6px rgba(182, 66, 119, 0.2);
color: #8a3159;
font-weight: 800;
line-height: 1;
}
.reference-remove:focus-visible {
outline: 3px solid #f59cc2;
outline-offset: 1px;
}
