@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";
:root{--bg-primary:#fff;--bg-secondary:#fafafa;--bg-subtle:#f8f4fa;--bg-elevated:#fff;--text-primary:#151515;--text-secondary:#6e6e73;--text-tertiary:#9e9e9e;--text-inverse:#fff;--border-color:#e8e5e9;--border-light:#f0edf2;--border-dark:#d4ced7;--purple-primary:#6d3585;--purple-dark:#51236a;--purple-soft:#f0e7f4;--purple-lightest:#f8f4fa;--purple-hover:#5d2b72;--background:#fff;--foreground:#151515;--accent:#6d3585;--accent-light:#f0e7f4;--border:#e8e5e9;--text-muted:#6e6e73;--header-bg:#fffffff2;--radius-xs:4px;--radius-sm:6px;--radius:8px;--radius-md:10px;--radius-lg:12px;--radius-pill:9999px;--shadow-subtle:0 1px 3px #0000000a, 0 1px 2px #00000005;--shadow-card:0 2px 8px #0000000a;--shadow-hover:0 6px 16px #0000000f;--container-max:1320px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none;transition:color .15s,opacity .15s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 1rem}}.btn-primary{background-color:var(--purple-primary);border-radius:var(--radius-sm);letter-spacing:.01em;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.9rem;font-weight:600;transition:background-color .15s,transform .15s;display:inline-flex;color:#fff!important}.btn-primary:hover{background-color:var(--purple-dark)}.btn-secondary{border:1px solid var(--border-dark);border-radius:var(--radius-sm);background-color:#0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.9rem;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex;color:var(--text-primary)!important}.btn-secondary:hover{background-color:var(--bg-secondary);border-color:var(--text-primary)}.btn-dark{background-color:var(--text-primary);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.9rem;font-weight:600;transition:background-color .15s;display:inline-flex;color:#fff!important}.btn-dark:hover{background-color:#2a2a2a}.btn-outline-purple{border:1.5px solid var(--purple-primary);border-radius:var(--radius-sm);background-color:#0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex;color:var(--purple-primary)!important}.btn-outline-purple:hover{background-color:var(--purple-soft)}.badge-discount{background-color:var(--purple-soft);color:var(--purple-dark);border-radius:var(--radius-xs);padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.badge-new{background-color:var(--text-primary);color:#fff;border-radius:var(--radius-xs);padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}input,select,textarea{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);background-color:#fff;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--purple-primary)}
.Header-module__Af2_WG__topBar{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);color:var(--text-secondary);padding:.45rem 0;font-size:.775rem}.Header-module__Af2_WG__topBarContent{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__topBarItem,.Header-module__Af2_WG__topBarItemCenter,.Header-module__Af2_WG__topBarItemRight{align-items:center;display:flex}.Header-module__Af2_WG__topBarItemCenter{font-weight:500}.Header-module__Af2_WG__topBarLink{color:var(--text-secondary);font-weight:500}.Header-module__Af2_WG__topBarLink:hover{color:var(--purple-primary)}@media (max-width:768px){.Header-module__Af2_WG__topBarItem,.Header-module__Af2_WG__topBarItemRight{display:none}.Header-module__Af2_WG__topBarContent{justify-content:center}}.Header-module__Af2_WG__header{z-index:100;background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);position:sticky;top:0;box-shadow:0 1px 3px #00000005}.Header-module__Af2_WG__headerContainer{justify-content:space-between;align-items:center;height:72px;display:flex}.Header-module__Af2_WG__mobileMenuBtn{color:var(--text-primary);margin-left:-.5rem;padding:.5rem;display:none}@media (max-width:992px){.Header-module__Af2_WG__mobileMenuBtn{justify-content:center;align-items:center;display:flex}}.Header-module__Af2_WG__logo{flex-direction:row;align-items:center;gap:10px;line-height:1;text-decoration:none;display:flex}.Header-module__Af2_WG__logoImage{object-fit:cover;border-radius:50%;flex-shrink:0}.Header-module__Af2_WG__logoText{flex-direction:column;display:flex}.Header-module__Af2_WG__logoTitle{letter-spacing:.08em;color:var(--text-primary);font-size:1.35rem;font-weight:800}.Header-module__Af2_WG__logoSubtitle{letter-spacing:.25em;color:var(--purple-primary);margin-top:3px;font-size:.6rem;font-weight:700}.Header-module__Af2_WG__navMenu{align-items:center;gap:2rem;display:flex}@media (max-width:992px){.Header-module__Af2_WG__navMenu{display:none}}.Header-module__Af2_WG__navLink{color:var(--text-primary);padding:.5rem 0;font-size:.925rem;font-weight:500;position:relative}.Header-module__Af2_WG__navLink:hover{color:var(--purple-primary)}.Header-module__Af2_WG__navLinkActive{color:var(--purple-primary);padding:.5rem 0;font-size:.925rem;font-weight:600;position:relative}.Header-module__Af2_WG__navLinkActive:after{content:"";background-color:var(--purple-primary);height:2px;position:absolute;bottom:0;left:0;right:0}.Header-module__Af2_WG__navLinkHighlight{color:var(--purple-primary);background-color:var(--purple-soft);border-radius:var(--radius-sm);padding:.35rem .85rem;font-size:.925rem;font-weight:600;transition:background-color .15s}.Header-module__Af2_WG__navLinkHighlight:hover{color:var(--purple-dark);background-color:#e5d4ec}.Header-module__Af2_WG__rightActions{align-items:center;gap:.75rem;display:flex}.Header-module__Af2_WG__actionBtn{width:40px;height:40px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}.Header-module__Af2_WG__actionBtn:hover{background-color:var(--bg-secondary);color:var(--purple-primary)}@media (max-width:768px){.Header-module__Af2_WG__accountLink{display:none}}.Header-module__Af2_WG__searchBarContainer{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:.85rem 0;animation:.2s ease-out Header-module__Af2_WG__slideDown}@keyframes Header-module__Af2_WG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__searchForm{color:var(--text-secondary);align-items:center;gap:.75rem;display:flex}.Header-module__Af2_WG__searchInput{color:var(--text-primary);background:0 0;border:none;flex:1;padding:.4rem 0;font-size:1rem}.Header-module__Af2_WG__searchInput:focus{border:none;outline:none}.Header-module__Af2_WG__searchCloseBtn{color:var(--text-secondary);padding:.25rem .5rem;font-size:.85rem;font-weight:600}.Header-module__Af2_WG__searchCloseBtn:hover{color:var(--text-primary)}.Header-module__Af2_WG__mobileDrawerOverlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;display:flex;position:fixed;inset:0}.Header-module__Af2_WG__mobileDrawer{background-color:var(--bg-primary);flex-direction:column;width:85%;max-width:340px;height:100%;animation:.25s cubic-bezier(.16,1,.3,1) Header-module__Af2_WG__drawerSlide;display:flex;box-shadow:2px 0 12px #0000001a}@keyframes Header-module__Af2_WG__drawerSlide{0%{transform:translate(-100%)}to{transform:translate(0)}}.Header-module__Af2_WG__drawerHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Header-module__Af2_WG__drawerLogo{flex-direction:row;align-items:center;gap:8px;line-height:1;display:flex}.Header-module__Af2_WG__drawerLogo span{flex-direction:column;display:flex}.Header-module__Af2_WG__drawerLogo strong{letter-spacing:.08em;color:var(--text-primary);font-size:1.15rem}.Header-module__Af2_WG__drawerLogo small{letter-spacing:.2em;color:var(--purple-primary);margin-top:2px;font-size:.55rem}.Header-module__Af2_WG__drawerCloseBtn{color:var(--text-primary);padding:.25rem}.Header-module__Af2_WG__drawerNav{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.Header-module__Af2_WG__drawerNav a{color:var(--text-primary);font-size:.975rem;font-weight:500}.Header-module__Af2_WG__drawerNav a:hover{color:var(--purple-primary)}.Header-module__Af2_WG__drawerDivider{border:0;border-top:1px solid var(--border-light);margin:.25rem 0}.Header-module__Af2_WG__drawerHighlightLink{background-color:var(--purple-soft);border-radius:var(--radius-sm);padding:.6rem .85rem;color:var(--purple-primary)!important;font-weight:600!important}.Header-module__Af2_WG__drawerBrandsSection{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.Header-module__Af2_WG__drawerBrandsTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);font-size:.75rem;font-weight:600}.Header-module__Af2_WG__drawerBrandsList{flex-wrap:wrap;gap:.5rem;display:flex}.Header-module__Af2_WG__drawerBrandsList a{background-color:var(--bg-secondary);border-radius:var(--radius-xs);border:1px solid var(--border-color);padding:.3rem .6rem;font-size:.85rem}.Header-module__Af2_WG__drawerFooter{border-top:1px solid var(--border-color);background-color:var(--bg-secondary);padding:1.25rem 1.5rem}.Header-module__Af2_WG__drawerWhatsappBtn{text-align:center;color:#fff;border-radius:var(--radius-sm);background-color:#25d366;padding:.65rem;font-size:.875rem;font-weight:600;display:block}
.Cart-module__2oRDTa__cartBtn{justify-content:center;align-items:center;padding:.25rem;font-size:1.25rem;display:flex;position:relative}.Cart-module__2oRDTa__badge{background:var(--accent);color:var(--background);border-radius:999px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:-8px;right:-12px}.Cart-module__2oRDTa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1010;background:#00000080;animation:.2s Cart-module__2oRDTa__fadeIn;position:fixed;inset:0}.Cart-module__2oRDTa__sidebar{background:var(--background);z-index:1011;border-left:1px solid var(--border);flex-direction:column;width:100%;max-width:500px;animation:.3s cubic-bezier(.16,1,.3,1) Cart-module__2oRDTa__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-10px 0 30px #00000026}@keyframes Cart-module__2oRDTa__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Cart-module__2oRDTa__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Cart-module__2oRDTa__closeBtn{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.Cart-module__2oRDTa__closeBtn:hover{background:var(--accent-light)}.Cart-module__2oRDTa__items{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.Cart-module__2oRDTa__items::-webkit-scrollbar{width:6px}.Cart-module__2oRDTa__items::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.Cart-module__2oRDTa__empty{text-align:center;color:var(--text-muted);margin-top:2rem}.Cart-module__2oRDTa__item{background:var(--accent-light);border-radius:var(--radius-lg);align-items:center;gap:1.25rem;padding:1.25rem;transition:transform .2s;display:flex}.Cart-module__2oRDTa__itemImg{object-fit:cover;border-radius:var(--radius);width:100px;min-width:100px;height:100px;box-shadow:0 4px 10px #0000001a}.Cart-module__2oRDTa__itemInfo{flex:1;min-width:0}.Cart-module__2oRDTa__itemInfo h4{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.4rem;font-size:1.15rem;line-height:1.3;overflow:hidden}.Cart-module__2oRDTa__itemInfo p{color:var(--foreground);font-size:1rem;font-weight:600}.Cart-module__2oRDTa__removeBtn{margin-right:.5rem;padding:.5rem;font-size:1.25rem}.Cart-module__2oRDTa__removeBtn:hover{opacity:.7}.Cart-module__2oRDTa__footer{border-top:1px solid var(--border);padding:1.5rem}.Cart-module__2oRDTa__total{justify-content:space-between;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}
.Footer-module__EZoWya__footer{background-color:var(--text-primary);color:#a0a0a5;margin-top:5rem;padding:4.5rem 0 2rem;font-size:.9rem}.Footer-module__EZoWya__footerGrid{border-bottom:1px solid #282828;grid-template-columns:2fr 1.2fr 1.2fr 1.5fr;gap:3.5rem;padding-bottom:3.5rem;display:grid}@media (max-width:992px){.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:550px){.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr}}.Footer-module__EZoWya__brandCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__logo{flex-direction:column;line-height:1;display:flex}.Footer-module__EZoWya__logoTitle{letter-spacing:.08em;color:#fff;font-size:1.35rem;font-weight:800}.Footer-module__EZoWya__logoSubtitle{letter-spacing:.25em;color:var(--purple-soft);margin-top:3px;font-size:.6rem;font-weight:700}.Footer-module__EZoWya__brandDesc{color:#a0a0a5;font-size:.875rem;line-height:1.6}.Footer-module__EZoWya__contactDetails{flex-direction:column;gap:.4rem;margin-top:.5rem;font-size:.85rem;display:flex}.Footer-module__EZoWya__contactDetails a{color:#fff}.Footer-module__EZoWya__contactDetails a:hover{color:var(--purple-soft)}.Footer-module__EZoWya__navCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__colHeading{text-transform:uppercase;letter-spacing:.08em;color:#fff;font-size:.85rem;font-weight:700}.Footer-module__EZoWya__linkList{flex-direction:column;gap:.65rem;list-style:none;display:flex}.Footer-module__EZoWya__linkList a{color:#a0a0a5;transition:color .15s}.Footer-module__EZoWya__linkList a:hover{color:#fff}.Footer-module__EZoWya__highlightLink{font-weight:600;color:var(--purple-soft)!important}.Footer-module__EZoWya__socialBox{margin-bottom:1rem}.Footer-module__EZoWya__instagramBtn{color:#fff;border-radius:var(--radius-sm);background-color:#242424;border:1px solid #333;padding:.55rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.Footer-module__EZoWya__instagramBtn:hover{background-color:var(--purple-dark);border-color:var(--purple-primary)}.Footer-module__EZoWya__shippingNotice,.Footer-module__EZoWya__paymentNotice{flex-direction:column;margin-top:.5rem;font-size:.825rem;display:flex}.Footer-module__EZoWya__shippingNotice strong,.Footer-module__EZoWya__paymentNotice strong{color:#fff}.Footer-module__EZoWya__bottomBar{color:#777;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;display:flex}@media (max-width:768px){.Footer-module__EZoWya__bottomBar{text-align:center;flex-direction:column;gap:.75rem}}.Footer-module__EZoWya__credits a{color:#fff;text-decoration:underline}.Footer-module__EZoWya__credits a:hover{color:var(--purple-soft)}
.FloatingWhatsApp-module__ECR54W__floatingBtn{z-index:999;background-color:#25d366;border-radius:9999px;align-items:center;gap:.5rem;padding:.4rem 1rem .4rem .4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s,filter .2s;animation:.4s ease-out FloatingWhatsApp-module__ECR54W__floatIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 18px #25d36673;color:#fff!important}.FloatingWhatsApp-module__ECR54W__floatingBtn:hover{filter:brightness(1.05);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 24px #25d3668c}.FloatingWhatsApp-module__ECR54W__iconWrapper{justify-content:center;align-items:center;display:flex}.FloatingWhatsApp-module__ECR54W__label{letter-spacing:-.01em}@media (max-width:600px){.FloatingWhatsApp-module__ECR54W__floatingBtn{padding:.35rem;bottom:18px;right:18px}.FloatingWhatsApp-module__ECR54W__label{display:none}}@keyframes FloatingWhatsApp-module__ECR54W__floatIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
