.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.romo-footer{background:#1a1a1a;color:#f0f0f0;border-top:1px solid rgba(240,240,240,.1);padding:4rem 0 2rem;position:relative;overflow:hidden}.romo-footer__line-1,.romo-footer__line-2,.romo-footer__line-3{position:absolute;top:0;bottom:0;width:1px;background:#f0f0f008;pointer-events:none;display:none}@media(min-width:768px){.romo-footer__line-1{left:25%;display:block}.romo-footer__line-2{left:50%;display:block}.romo-footer__line-3{left:75%;display:block}}.romo-footer__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.romo-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem 2rem;padding-bottom:3rem}@media(min-width:768px){.romo-footer__grid{grid-template-columns:repeat(12,1fr)}}.romo-footer__brand{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.romo-footer__brand{grid-column:span 3}}.romo-footer__logo{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:900;color:#e8ff00;background:none;border:none;cursor:pointer;align-self:flex-start}.romo-footer__tagline{font-family:DM Sans,sans-serif;font-size:.875rem;color:#f0f0f080;max-width:20rem;line-height:1.6}.romo-footer__social{padding-top:.5rem}.romo-footer__social-badge{font-family:DM Sans,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#f0f0f04d;border:1px solid rgba(240,240,240,.1);padding:.5rem .75rem}.romo-footer__col{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.romo-footer__col{grid-column:span 3}}@media(min-width:768px){.romo-footer__col:last-child{grid-column:span 3}}.romo-footer__col-title{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:900;color:#e8ff00;text-transform:uppercase;letter-spacing:.05em}.romo-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.romo-footer__link{font-family:DM Sans,sans-serif;font-size:.875rem;color:#f0f0f099;background:none;border:none;cursor:pointer;text-align:left;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s}.romo-footer__link:hover{color:#e8ff00}.romo-footer__col-text{font-family:DM Sans,sans-serif;font-size:.75rem;color:#f0f0f080;line-height:1.6}.romo-footer__wa{display:block;width:100%;background:#25d366;color:#fff;font-family:DM Sans,sans-serif;font-weight:900;text-align:center;padding:.625rem 0;text-decoration:none;font-size:.875rem;transition:background .3s;box-shadow:0 4px 6px #0000001a;border-radius:9999px}.romo-footer__wa:hover{background:#20ba5a}.romo-footer__bottom{border-top:1px solid rgba(240,240,240,.1);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:640px){.romo-footer__bottom{flex-direction:row;justify-content:space-between}}.romo-footer__copyright{font-family:DM Sans,sans-serif;font-size:.75rem;color:#f0f0f066;text-align:center}@media(min-width:640px){.romo-footer__copyright{text-align:left}}.romo-footer__credits{display:flex;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.75rem;color:#f0f0f066}@media(max-width:768px){.romo-footer{padding:3rem 0 1.5rem}.romo-footer__grid{gap:2rem}.romo-footer__brand,.romo-footer__col{text-align:center;align-items:center}.romo-footer__logo{align-self:center}.romo-footer__tagline{max-width:100%}.romo-footer__link{text-align:center;justify-content:center}.romo-footer__wa{width:100%}}.romo-top-banner{background:#0a0a0a;color:#f0f0f0b3;text-align:center;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:600;padding:.45rem 1rem;letter-spacing:.08em;text-transform:uppercase;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap;border-bottom:1px solid rgba(232,255,0,.1)}.romo-top-banner:after{content:"";position:absolute;bottom:0;left:-100%;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(232,255,0,.3),transparent);animation:cyberShimmer 3s ease-in-out infinite}.romo-top-banner__dot{width:6px;height:6px;background:#e8ff00;border-radius:50%;display:inline-block;animation:cyberPulse 1.5s ease-in-out infinite}.romo-top-banner__highlight{color:#e8ff00;font-weight:900}.romo-top-banner__sep{width:3px;height:3px;background:#e8ff004d;border-radius:50%;display:inline-block}@keyframes cyberShimmer{0%{left:-100%}to{left:100%}}@media(max-width:640px){.romo-top-banner{font-size:.6rem;gap:.25rem;padding:.35rem .75rem}.romo-top-banner__sep{width:2px;height:2px}}.romo-header{position:sticky;top:0;z-index:40;transition:all .3s ease;background:#1a1a1a;padding:1.25rem 0}.romo-header--scrolled{background:#1a1a1ae6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(240,240,240,.1);padding:.75rem 0;box-shadow:0 4px 24px #0000004d}.romo-header__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.romo-header__logo{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:900;color:#e8ff00;letter-spacing:-.02em;background:none;border:none;cursor:pointer;transition:opacity .2s}.romo-header__logo:hover{opacity:.9}.romo-header__nav{display:none}@media(min-width:768px){.romo-header__nav{display:flex;gap:2rem}}.romo-header__link{font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;color:#f0f0f0;background:none;border:none;cursor:pointer;transition:color .2s}.romo-header__link:hover{color:#e8ff00}.romo-header__actions{display:flex;align-items:center;gap:1rem}.romo-header__cart-btn{position:relative;padding:.5rem;color:#f0f0f0;background:none;border:none;cursor:pointer;transition:color .2s}.romo-header__cart-btn:hover{color:#e8ff00}.romo-cart-count{position:absolute;top:0;right:0;transform:translate(4px,-4px);display:inline-flex;align-items:center;justify-content:center;padding:.125rem .375rem;font-size:.625rem;font-weight:700;line-height:1;color:#1a1a1a;background:#e8ff00;border-radius:9999px}.romo-header__cta{display:none;background:#e8ff00;color:#1a1a1a;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:700;padding:.625rem 1.25rem;border:none;cursor:pointer;transition:background .3s,color .3s}.romo-header__cta:hover{background:#fff;color:#1a1a1a}@media(min-width:768px){.romo-header__cta{display:block}}.romo-header__hamburger{display:flex;padding:.5rem;color:#f0f0f0;background:none;border:none;cursor:pointer;transition:color .2s}.romo-header__hamburger:hover{color:#e8ff00}@media(min-width:768px){.romo-header__hamburger{display:none}}.romo-header__mobile{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;width:100%;height:100vh;background:#1a1a1afa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:none;transition:opacity .25s ease,visibility .25s ease;opacity:0;visibility:hidden;padding:5rem 1.5rem 2rem;overflow-y:auto}.romo-header__mobile.open{opacity:1;visibility:visible}.romo-header__mobile-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1}.romo-header__mobile-close:hover{opacity:.7}.romo-header__mobile-nav{display:flex;flex-direction:column;padding:1.5rem;gap:1.5rem}.romo-header__mobile-link{text-align:left;font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:700;color:#f0f0f0;background:none;border:none;cursor:pointer;transition:color .2s}.romo-header__mobile-link:hover{color:#e8ff00}.romo-header__mobile-cta{width:100%;background:#e8ff00;color:#1a1a1a;font-family:DM Sans,sans-serif;font-weight:700;padding:1rem;border:none;cursor:pointer;transition:background .3s;text-align:center}.romo-header__mobile-cta:hover{background:#fff}@media(min-width:768px){.romo-header__mobile{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.romo-benefits{position:relative;background:#1a1a1a;border-top:1px solid rgba(240,240,240,.1);padding:4rem 0 6rem;overflow:hidden}.romo-benefits__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:#e8ff0005;border-radius:50%;filter:blur(120px);pointer-events:none}.romo-benefits__header{text-align:center;margin-bottom:4rem}.romo-benefits__badge{font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:700;color:#e8ff00;text-transform:uppercase;letter-spacing:.2em}.romo-benefits__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#f0f0f0;text-transform:uppercase;letter-spacing:-.02em;margin:.75rem 0;line-height:1}.romo-benefits__divider{width:4rem;height:.25rem;background:#e8ff00;margin:1rem auto}.romo-benefits__desc{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;color:#f0f0f080;max-width:36rem;margin:0 auto;line-height:1.6}.romo-benefits__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.romo-benefits__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.romo-benefit-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:linear-gradient(to bottom,#171717,#1a1a1a);border:1px solid rgba(240,240,240,.05);transition:all .3s ease}.romo-benefit-card:hover{border-color:#e8ff0033}.romo-benefit-card__icon{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:#171717;color:#e8ff00;border:1px solid rgba(232,255,0,.2);box-shadow:0 0 15px #e8ff000d;transition:all .3s ease}.romo-benefit-card:hover .romo-benefit-card__icon{background:#e8ff00;color:#1a1a1a}.romo-benefit-card__title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:900;color:#f0f0f0;margin-bottom:.75rem}.romo-benefit-card__desc{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;color:#f0f0f099;max-width:20rem;line-height:1.6}@media(max-width:768px){.romo-benefits{padding:3rem 0 4rem}.romo-benefits__grid{gap:1rem}}.romo-contact{position:relative;background:#1a1a1a;color:#f0f0f0;padding:4rem 0 6rem;border-top:1px solid rgba(240,240,240,.1);overflow:hidden}.romo-contact__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:#e8ff0005;border-radius:50%;filter:blur(120px);pointer-events:none}.romo-contact__header{text-align:center;margin-bottom:4rem}.romo-contact__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:-.02em}.romo-contact__divider{width:4rem;height:.25rem;background:#e8ff00;margin:1rem auto}.romo-contact__subtitle{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;color:#f0f0f080}.romo-contact__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:56rem;margin:0 auto}@media(min-width:768px){.romo-contact__grid{grid-template-columns:1fr 1fr;gap:2rem}}.romo-contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:linear-gradient(to bottom,#171717,#1a1a1a);border:1px solid rgba(240,240,240,.05);transition:all .3s ease}.romo-contact-card:hover{border-color:#e8ff0033}.romo-contact-card__icon{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:#171717;color:#e8ff00;border:1px solid rgba(232,255,0,.2);box-shadow:0 0 15px #e8ff000d;transition:all .3s ease}.romo-contact-card:hover .romo-contact-card__icon{background:#e8ff00;color:#1a1a1a}.romo-contact-card__title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:900;margin-bottom:.75rem}.romo-contact-card__desc{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;color:#f0f0f099;line-height:1.6;margin-bottom:1.5rem}.romo-contact-card__wa{width:100%;background:#25d366;color:#fff;font-family:DM Sans,sans-serif;font-weight:900;font-size:.875rem;padding:.875rem 0;text-align:center;text-decoration:none;transition:background .3s;box-shadow:0 4px 6px #0000001a;display:block;border-radius:9999px}.romo-contact-card__wa:hover{background:#20ba5a}.romo-contact-card__number{margin-top:.75rem;font-family:DM Sans,sans-serif;font-size:.75rem;color:#f0f0f066}.romo-contact-card__badge{background:#171717;border:1px solid rgba(232,255,0,.1);padding:.75rem 1.5rem}.romo-contact-card__badge span{font-family:DM Sans,sans-serif;font-size:.75rem;color:#f0f0f080;letter-spacing:.02em}.romo-cta{background:#e8ff00;color:#1a1a1a;padding:4rem 0 6rem;text-align:center;position:relative;overflow:hidden}.romo-cta__deco{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none;overflow:hidden;opacity:.03}.romo-cta__deco span{font-family:Playfair Display,Georgia,serif;font-size:12vw;font-weight:900;text-transform:uppercase;white-space:nowrap;letter-spacing:-.02em}.romo-cta__content{max-width:56rem;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.romo-cta__content{gap:2rem}}.romo-cta__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3.75rem);font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:-.02em}.romo-cta__text{font-family:DM Sans,sans-serif;font-size:1.125rem;font-weight:700;color:#1a1a1acc;max-width:36rem;line-height:1.6}@media(min-width:768px){.romo-cta__text{font-size:1.25rem}}.romo-cta__btn{background:#1a1a1a;color:#e8ff00;font-family:DM Sans,sans-serif;font-weight:900;font-size:.875rem;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #00000026}.romo-cta__btn:hover{background:#fff;color:#1a1a1a}@media(max-width:768px){.romo-cta{padding:3rem 0 4rem}}.romo-faq{background:#1a1a1a;color:#f0f0f0;padding:4rem 0 6rem;border-top:1px solid rgba(240,240,240,.1);position:relative;overflow:hidden}.romo-faq__header{text-align:center;margin-bottom:4rem}.romo-faq__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:-.02em}.romo-faq__divider{width:4rem;height:.25rem;background:#e8ff00;margin:1rem auto}.romo-faq__subtitle{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;color:#f0f0f080}.romo-faq__list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.romo-faq-item{background:#171717;border:1px solid rgba(240,240,240,.1);transition:all .3s ease}.romo-faq-item:hover{border-color:#e8ff004d}.romo-faq-item__btn{width:100%;text-align:left;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:900;color:#f0f0f0;background:none;border:none;cursor:pointer;gap:1rem}.romo-faq-item__icon{flex-shrink:0;padding:.25rem;background:#0a0a0a;color:#e8ff00;border:1px solid rgba(232,255,0,.2);display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.romo-faq-item.open .romo-faq-item__icon{transform:rotate(45deg)}.romo-faq-item__plus{display:block}.romo-faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.romo-faq-item.open .romo-faq-item__answer{max-height:20rem;border-top:1px solid rgba(240,240,240,.05)}.romo-faq-item__answer p{padding:1.5rem;font-family:DM Sans,sans-serif;color:#f0f0f0b3;font-size:.875rem;line-height:1.6}@media(min-width:640px){.romo-faq-item__answer p{font-size:1rem}}.romo-products{background:var(--color-surface);color:#1a1a1a;display:grid;grid-template-columns:var(--content-grid);padding:5rem 0}.romo-products__inner{grid-column:2;padding:0 1.5rem}.romo-products__header{text-align:center;margin-bottom:3.5rem}.romo-products__title{font-family:var(--font-heading--family);font-size:clamp(2rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1rem}.romo-products__description{font-family:var(--font-body--family);font-size:1rem;color:#1a1a1a8c;max-width:32rem;margin:0 auto;line-height:1.5}.romo-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.romo-product-card{background:#fff;border:1px solid rgba(26,26,26,.06);transition:all .3s ease;display:flex;flex-direction:column}.romo-product-card:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.romo-product-card__image-wrapper{display:block;aspect-ratio:1;overflow:hidden;background:#f8f8f8;text-decoration:none}.romo-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.romo-product-card:hover .romo-product-card__image{transform:scale(1.05)}.romo-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.romo-product-card__info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.romo-product-card__title{font-family:var(--font-heading--family);font-size:1rem;font-weight:700;line-height:1.3}.romo-product-card__title a{color:#1a1a1a;text-decoration:none}.romo-product-card__title a:hover{color:var(--color-accent)}.romo-product-card__price{font-family:var(--font-body--family);font-size:1.125rem;font-weight:900;color:#1a1a1a}.romo-product-card__form{margin-top:auto;padding-top:.75rem}.romo-product-card__add{width:100%;padding:.75rem;font-family:var(--font-body--family);font-size:.8125rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;background:#1a1a1a;color:#fff;border:none;cursor:pointer;transition:all .2s}.romo-product-card__add:hover{background:var(--color-accent);color:#1a1a1a}.romo-products__footer{text-align:center;margin-top:3rem}.romo-products__view-all{display:inline-flex;font-family:var(--font-body--family);font-size:.875rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a;text-decoration:none;border-bottom:2px solid var(--color-accent);padding-bottom:.25rem;transition:opacity .2s}.romo-products__view-all:hover{opacity:.7}@media(max-width:1024px){.romo-products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.romo-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.romo-products{padding:3rem 0}}@media(max-width:480px){.romo-products__grid{grid-template-columns:1fr 1fr;gap:.75rem}}:root{--romo-bg: #1A1A1A;--romo-surface: #222222;--romo-border: rgba(232, 255, 0, .15);--romo-lime: #E8FF00;--romo-white: #F0F0F0;--romo-gray: rgba(240,240,240,.5);--romo-radius: 16px}.romo-hero__topbar{background:#151515;border-bottom:1px solid rgba(232,255,0,.15);padding:.5rem 0;position:relative;overflow:hidden}.romo-hero__topbar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--romo-lime),transparent);opacity:.4}.romo-hero__topbar-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;color:var(--romo-gray);text-transform:uppercase;letter-spacing:.08em}.romo-hero__topbar-dot{display:inline-block;width:6px;height:6px;background:var(--romo-lime);border-radius:50%;animation:cyberPulse 1.5s ease-in-out infinite}.romo-hero__topbar-text{color:var(--romo-lime);display:flex;align-items:center;gap:6px}.romo-hero__topbar-sep{width:3px;height:3px;background:#e8ff004d;border-radius:50%}.romo-hero__main{position:relative;background:var(--romo-bg);min-height:calc(100vh - 88px);display:flex;align-items:center;overflow:hidden;padding:4rem 0 5rem}.romo-hero__glow-1{position:absolute;top:15%;left:5%;width:28rem;height:28rem;background:radial-gradient(circle,rgba(232,255,0,.08) 0%,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.romo-hero__glow-2{position:absolute;bottom:10%;right:10%;width:22rem;height:22rem;background:radial-gradient(circle,rgba(232,255,0,.06) 0%,transparent 70%);border-radius:50%;filter:blur(100px);pointer-events:none}.romo-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(232,255,0,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(232,255,0,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%)}.romo-hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.romo-hero__particles span{position:absolute;width:3px;height:3px;background:var(--romo-lime);border-radius:50%;opacity:0;animation:cyberParticle 4s ease-in-out infinite}.romo-hero__particles span:nth-child(1){top:10%;left:15%;animation-delay:0s}.romo-hero__particles span:nth-child(2){top:25%;left:75%;animation-delay:.6s}.romo-hero__particles span:nth-child(3){top:60%;left:10%;animation-delay:1.2s}.romo-hero__particles span:nth-child(4){top:80%;left:85%;animation-delay:.3s}.romo-hero__particles span:nth-child(5){top:40%;left:90%;animation-delay:.9s}.romo-hero__particles span:nth-child(6){top:70%;left:30%;animation-delay:1.5s}.romo-hero__particles span:nth-child(7){top:15%;left:50%;animation-delay:.4s}.romo-hero__particles span:nth-child(8){top:90%;left:20%;animation-delay:1.1s}.romo-hero__particles span:nth-child(9){top:50%;left:60%;animation-delay:.7s}.romo-hero__particles span:nth-child(10){top:35%;left:40%;animation-delay:1.8s}.romo-hero__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.romo-hero__content{display:flex;flex-direction:column;gap:1.25rem;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards}.romo-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#e8ff001f,#e8ff001f);border:1px solid rgba(232,255,0,.3);padding:.4rem 1rem;align-self:flex-start;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:900;color:var(--romo-lime);letter-spacing:.12em;text-transform:uppercase;position:relative}.romo-hero__badge:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(135deg,var(--romo-lime),transparent,var(--romo-lime));z-index:-1;opacity:.3}.romo-hero__badge-icon{font-size:.9rem;line-height:1}.romo-hero__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:900;color:var(--romo-white);line-height:1.15;letter-spacing:-.02em;margin:0}.romo-hero__title-accent{color:var(--romo-lime);text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:3px}.romo-hero__subtitle{font-family:DM Sans,sans-serif;font-size:clamp(.95rem,1.4vw,1.1rem);font-weight:500;color:var(--romo-gray);max-width:32rem;line-height:1.6;margin:0}.romo-hero__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.romo-hero__bullets li{font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;color:var(--romo-white);letter-spacing:.02em}.romo-hero__price-block{display:flex;flex-direction:column;gap:.2rem;padding:1rem 1.25rem;background:#e8ff000a;border:1px solid rgba(232,255,0,.12);border-radius:12px;max-width:22rem}.romo-hero__price-old{display:flex;align-items:center;gap:.5rem}.romo-hero__price-old-label{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;color:var(--romo-gray);text-transform:uppercase;letter-spacing:.1em}.romo-hero__price-old-value{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;color:var(--romo-gray);text-decoration:line-through}.romo-hero__price-cyber{display:flex;align-items:baseline;gap:.5rem}.romo-hero__price-cyber-label{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:900;color:var(--romo-lime);text-transform:uppercase;letter-spacing:.1em;background:#e8ff001a;padding:.1rem .4rem}.romo-hero__price-cyber-value{font-family:Playfair Display,Georgia,serif;font-size:2.2rem;font-weight:900;color:var(--romo-lime);line-height:1.1}.romo-hero__price-urgency{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600;color:#e8ff0099;margin-top:.15rem}.romo-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap}.romo-hero__btn{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:900;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;text-align:center;border-radius:9999px}.romo-hero__btn--primary{background:var(--romo-lime);color:#1a1a1a;box-shadow:0 0 25px #e8ff004d;min-width:240px}.romo-hero__btn--primary:hover{background:#fff;box-shadow:0 0 30px #e8ff0066;transform:translateY(-2px)}.romo-hero__btn--secondary{background:transparent;color:var(--romo-white);border:2px solid rgba(240,240,240,.25)}.romo-hero__btn--secondary:hover{background:#f0f0f014;border-color:var(--romo-lime);color:var(--romo-lime)}.romo-hero__trust{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;color:var(--romo-gray);letter-spacing:.02em}.romo-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .15s forwards;opacity:0}.romo-hero__product-glow{position:absolute;width:90%;max-width:400px;aspect-ratio:1;background:radial-gradient(circle,rgba(232,255,0,.2) 0%,rgba(232,255,0,.1) 40%,transparent 70%);border-radius:50%;filter:blur(50px);animation:cyberGlowPulse 3s ease-in-out infinite}.romo-hero__product-frame{position:relative;width:100%;max-width:380px;aspect-ratio:1;border-radius:16px;overflow:hidden;background:linear-gradient(145deg,#151515,#11112a);border:1px solid rgba(232,255,0,.12);display:flex;align-items:center;justify-content:center;z-index:2}.romo-hero__product-frame:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:17px;background:linear-gradient(135deg,rgba(232,255,0,.3),transparent,rgba(232,255,0,.3));z-index:-1;opacity:.6}.romo-hero__product-img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transform:scale(1);transition:transform .5s ease}.romo-hero__product-frame:hover .romo-hero__product-img{transform:scale(1.05)}.romo-hero__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,transparent 45%,rgba(232,255,0,.03) 48%,transparent 52%),linear-gradient(-45deg,transparent 45%,rgba(232,255,0,.03) 48%,transparent 52%);pointer-events:none;z-index:3}.romo-hero__tag-float{position:absolute;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .65rem;border-radius:9999px;z-index:5;animation:tagFloat 3s ease-in-out infinite;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.romo-hero__tag-float--1{top:5%;right:-5%;background:#e8ff001f;border:1px solid rgba(232,255,0,.3);color:var(--romo-lime);animation-delay:0s}.romo-hero__tag-float--2{top:35%;left:-8%;background:#e8ff001f;border:1px solid rgba(232,255,0,.3);color:var(--romo-lime);animation-delay:.5s}.romo-hero__tag-float--3{bottom:15%;right:-3%;background:#e8ff001a;border:1px solid rgba(232,255,0,.2);color:var(--romo-lime);animation-delay:1s}.romo-hero__tag-float--4{bottom:40%;left:-5%;background:#e8ff0014;border:1px solid rgba(232,255,0,.2);color:var(--romo-lime);animation-delay:1.5s}.romo-hero__cards{background:#151515;border-top:1px solid rgba(232,255,0,.08);padding:2.5rem 0}.romo-hero__cards-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.romo-hero__card{background:linear-gradient(145deg,#222,#151515);border:1px solid rgba(232,255,0,.08);border-radius:16px;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden}.romo-hero__card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--romo-lime),transparent);opacity:0;transition:opacity .3s ease}.romo-hero__card:hover:before{opacity:.5}.romo-hero__card:hover{border-color:#e8ff0033;transform:translateY(-3px);box-shadow:0 8px 30px #0000004d}.romo-hero__card-icon{color:var(--romo-lime);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#e8ff0014;border-radius:10px}.romo-hero__card-title{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:800;color:var(--romo-white);margin:0}.romo-hero__card-text{font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;color:var(--romo-gray);margin:0;line-height:1.5}.romo-hero-slide-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;opacity:0;pointer-events:none;transition:opacity .4s ease}.romo-hero-slide-overlay.open{opacity:1;pointer-events:auto}.romo-hero-slide{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--romo-bg);transform:translateY(100%);transition:transform .5s cubic-bezier(.16,1,.3,1);overflow-y:auto;-webkit-overflow-scrolling:touch}.romo-hero-slide.open{transform:translateY(0)}.romo-hero-slide__close{position:fixed;top:1rem;right:1rem;z-index:20;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#f0f0f014;border:none;color:var(--romo-white);cursor:pointer;border-radius:50%;transition:background .2s}.romo-hero-slide__close:hover{background:#f0f0f026}.romo-hero-slide__inner{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;gap:0}.romo-hero-slide__gallery{display:flex;align-items:center;justify-content:center;background:#1a1a1a;padding:3rem;min-height:100vh;min-height:100dvh;position:sticky;top:0}.romo-hero-slide__img{max-width:70%;max-height:70vh;object-fit:contain}.romo-hero-slide__info{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:3rem 3rem 3rem 2rem;max-width:28rem}.romo-hero-slide__badge{display:inline-flex;align-items:center;gap:.4rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:900;color:var(--romo-lime);text-transform:uppercase;letter-spacing:.12em;background:#e8ff0014;border:1px solid rgba(232,255,0,.2);padding:.35rem .85rem;align-self:flex-start}.romo-hero-slide__title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:900;color:var(--romo-white);margin:0;line-height:1.15}.romo-hero-slide__subtitle{font-family:DM Sans,sans-serif;font-size:.9rem;color:var(--romo-gray);margin:-.5rem 0 0}.romo-hero-slide__price{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.romo-hero-slide__price-old{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;color:var(--romo-gray);text-decoration:line-through}.romo-hero-slide__price-value{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:900;color:var(--romo-lime);line-height:1}.romo-hero-slide__desc{font-family:DM Sans,sans-serif;font-size:.9375rem;color:#f0f0f0b3;line-height:1.6}.romo-hero-slide__desc ul{margin:.75rem 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.375rem}.romo-hero-slide__desc li{color:#f0f0f080;font-size:.875rem}.romo-hero-slide__btn{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:900;padding:1rem 2rem;border:none;cursor:pointer;background:var(--romo-lime);color:#1a1a1a;border-radius:9999px;box-shadow:0 0 20px #e8ff0040;transition:all .3s ease;width:100%;text-align:center}.romo-hero-slide__btn:hover{background:#fff;box-shadow:none}@keyframes cyberPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes cyberParticle{0%{opacity:0;transform:translateY(0)}20%{opacity:.8}80%{opacity:.8}to{opacity:0;transform:translateY(-30px)}}@keyframes cyberGlowPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:1}}@keyframes tagFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.romo-hero__container{grid-template-columns:1fr;gap:2rem}.romo-hero__visual{order:-1}.romo-hero__product-frame{max-width:280px}.romo-hero__content{text-align:center;align-items:center}.romo-hero__badge{align-self:center}.romo-hero__subtitle{margin:0 auto}.romo-hero__bullets{align-items:center}.romo-hero__price-block{margin:0 auto}.romo-hero__actions{justify-content:center}.romo-hero__trust{text-align:center}.romo-hero__tag-float--1{right:0%}.romo-hero__tag-float--2{left:0%}.romo-hero__tag-float--3{right:5%}.romo-hero__tag-float--4{left:5%}}@media(max-width:640px){.romo-hero__main{padding:2rem 0 3rem}.romo-hero__container{padding:0 1rem;gap:1.5rem}.romo-hero__product-frame{max-width:220px}.romo-hero__title{font-size:clamp(1.5rem,7vw,2rem)}.romo-hero__price-cyber-value{font-size:1.75rem}.romo-hero__actions{flex-direction:column;width:100%}.romo-hero__btn{width:100%}.romo-hero__btn--primary{min-width:unset}.romo-hero__tag-float{font-size:.55rem;padding:.2rem .5rem}.romo-hero__tag-float--1{top:0%;right:0%}.romo-hero__tag-float--2{top:30%;left:0%}.romo-hero__tag-float--3{bottom:20%;right:2%}.romo-hero__tag-float--4{bottom:45%;left:2%}.romo-hero__cards-inner{grid-template-columns:1fr;gap:1rem}.romo-hero__cards{padding:1.5rem 0}.romo-hero-slide__inner{grid-template-columns:1fr}.romo-hero-slide__gallery{min-height:auto;padding:2rem;position:static}.romo-hero-slide__img{max-width:60%;max-height:50vh}.romo-hero-slide__info{padding:2rem 1.5rem 3rem;max-width:100%}.romo-hero-slide__title{font-size:1.75rem}.romo-hero-slide__price-value{font-size:2rem}.romo-hero__topbar-inner{font-size:.65rem;gap:.35rem}.romo-hero__topbar-inner span:nth-child(n+5){display:none}}@media(max-width:480px){.romo-hero__price-old-value{font-size:.875rem}.romo-hero__price-cyber-value{font-size:1.5rem}.romo-hero__price-block{padding:.75rem 1rem}.romo-hero__bullets li{font-size:.8rem}.romo-hero__subtitle{font-size:.9rem}}.romo-cyber-bar{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem 2.5rem;padding:1.25rem 0;margin-bottom:2rem;border-bottom:1px solid rgba(26,26,26,.06)}.romo-cyber-bar__item{display:flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700;color:#1a1a1a}.romo-cyber-bar__item svg{flex-shrink:0}@media(max-width:640px){.romo-cyber-bar{gap:.75rem 1.25rem;padding:1rem 0}.romo-cyber-bar__item{font-size:.7rem;gap:.35rem}.romo-cyber-bar__item svg{width:14px;height:14px}}.romo-catalog{background:#f0f0f0;color:#1a1a1a;padding:4rem 0 6rem}.romo-catalog__header{text-align:center;margin-bottom:3rem}.romo-catalog__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3.75rem);font-weight:900;text-transform:uppercase;letter-spacing:-.02em;line-height:1}.romo-catalog__divider{width:4rem;height:.25rem;background:#e8ff00;margin:1rem auto}.romo-catalog__subtitle{font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a99;max-width:28rem;margin:0 auto}.romo-catalog__toolbar{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(26,26,26,.1)}@media(min-width:768px){.romo-catalog__toolbar{flex-direction:row;align-items:center;justify-content:space-between}}.romo-catalog__tabs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.75rem}@media(min-width:768px){.romo-catalog__tabs{padding-bottom:0}}.romo-cat-tab{padding:.625rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;background:transparent;color:#1a1a1a99}.romo-cat-tab:hover{color:#1a1a1a;background:#1a1a1a0d}.romo-cat-tab.active{background:#1a1a1a;color:#e8ff00}.romo-catalog__search{position:relative;width:100%}@media(min-width:768px){.romo-catalog__search{max-width:20rem}}.romo-catalog__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#1a1a1a66;pointer-events:none}.romo-catalog__search-input{width:100%;background:#1a1a1a0d;border:1px solid rgba(26,26,26,.1);color:#1a1a1a;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1rem .75rem 2.75rem;transition:all .2s ease}.romo-catalog__search-input:focus{outline:none;border-color:#1a1a1a;background:#fff}.romo-catalog__search-input::placeholder{color:#1a1a1a66}.romo-catalog__counter{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#1a1a1a8c}.romo-catalog__reset{display:flex;align-items:center;gap:.375rem;background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#1a1a1a8c;transition:color .2s}.romo-catalog__reset:hover{color:#1a1a1a}.romo-catalog__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.romo-catalog__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.romo-catalog__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.romo-product-card{position:relative;background:#1a1a1a;border:1px solid rgba(240,240,240,.1);padding:1rem;display:flex;flex-direction:column;height:420px;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease;border-radius:16px;overflow:hidden}.romo-product-card:hover{border-color:#e8ff0066;box-shadow:0 4px 16px #e8ff0014}.romo-product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:10;background:#e8ff00;color:#1a1a1a;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:900;padding:.2rem .5rem;text-transform:uppercase;letter-spacing:.08em}.romo-product-card__badge--bs{top:.75rem;left:auto;right:.75rem;background:#e8ff00;color:#1a1a1a;border:none}.romo-product-card__image-wrap{width:100%;height:220px;background:#1a1a1a;overflow:hidden;position:relative;border-bottom:1px solid rgba(240,240,240,.05);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;border-radius:12px;padding:12px;box-sizing:border-box}.romo-product-card__img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.romo-product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a66;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.romo-product-card__image-wrap:hover .romo-product-card__overlay{opacity:1}.romo-product-card__overlay-text{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;color:#e8ff00;text-transform:uppercase;letter-spacing:.15em;border:1px solid #E8FF00;padding:.25rem .75rem;background:#1a1a1ae6}.romo-product-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.bg-brand-lime\/10{background:#e8ff001a}.bg-red-500\/10{background:#ef44441a}.romo-product-card__mockup{background:linear-gradient(to bottom,#262626,#171717);border:1px solid rgba(240,240,240,.1);border-radius:.5rem;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;justify-content:space-between;padding:.75rem;width:5rem;height:7rem;transition:border-color .3s}.romo-product-card:hover .romo-product-card__mockup{border-color:#e8ff0066}.romo-product-card__mockup-top{width:100%;height:.75rem;background:#e8ff00cc;border-radius:.125rem}.romo-product-card__mockup-name{font-family:Playfair Display,Georgia,serif;font-size:.625rem;font-weight:900;color:#f0f0f0;text-align:center;line-height:1}.romo-product-card__mockup-symbol{font-size:1.25rem;text-align:center;animation:pulse 2s infinite}.romo-product-card__mockup-bar{width:100%;height:.25rem;background:#f0f0f01a;border-radius:.125rem}.romo-product-card__info{display:flex;flex-direction:column;flex-grow:1}.romo-product-card__category{font-family:DM Sans,sans-serif;font-size:.625rem;font-weight:700;color:#e8ff00;text-transform:uppercase;letter-spacing:.15em;display:block;margin-bottom:.375rem}.romo-product-card__name{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:900;color:#f0f0f0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.romo-product-card:hover .romo-product-card__name{color:#e8ff00}.romo-product-card__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;margin-top:auto;gap:.5rem}.romo-product-card__price-old{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;color:#f0f0f059;text-decoration:line-through;display:block}.romo-product-card__price{font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:900;color:#e8ff00;display:block;line-height:1.1}.romo-product-card__add{flex-shrink:0;width:3rem;height:3rem;background:#e8ff00;color:#1a1a1a;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:900;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;border-radius:9999px;display:flex;align-items:center;justify-content:center}.romo-product-card__add:hover{background:#fff}.romo-catalog__empty{padding:5rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;color:#1a1a1a1a}.romo-catalog__empty-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:900;color:#1a1a1a}.romo-catalog__empty-text{font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a80;max-width:20rem;margin-top:.25rem}.romo-catalog__empty-btn{background:#1a1a1a;color:#e8ff00;font-family:DM Sans,sans-serif;font-weight:900;padding:.75rem 1.5rem;border:none;cursor:pointer;transition:background .2s}.romo-catalog__empty-btn:hover{background:#262626}@media(max-width:480px){.romo-product-card{height:340px;padding:.75rem;overflow:hidden}.romo-product-card__image-wrap{height:160px}.romo-product-card__bottom{flex-direction:column;align-items:stretch;gap:.5rem}.romo-product-card__bottom>:first-child{display:flex;align-items:baseline;gap:.375rem;flex-wrap:wrap;min-width:0}.romo-product-card__price{font-size:clamp(14px,4vw,18px);word-break:break-word}.romo-product-card__price-old{font-size:.7rem;word-break:break-word}.romo-product-card__add{width:100%;height:2rem;font-size:1rem}}@media(max-width:380px){.romo-catalog__grid{gap:.75rem}.romo-product-card{height:310px;padding:.5rem;overflow:hidden}.romo-product-card__image-wrap{height:160px}.romo-product-card__name{font-size:.875rem}}.romo-catalog-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:2.5rem auto 0;padding:1rem 2rem;background:#1a1a1a;color:#e8ff00;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;width:auto;min-width:16rem}.romo-catalog-toggle:hover{background:#262626;transform:scale(1.02)}.romo-catalog-toggle__arrow{transition:transform .3s ease}.romo-catalog-toggle[data-expanded] .romo-catalog-toggle__arrow{transform:rotate(180deg)}@keyframes romoFadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.romo-fade-in{animation:romoFadeIn .4s ease both}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.romo-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;overflow:hidden;visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s}.romo-drawer-overlay.open{visibility:visible;opacity:1;transition-delay:0s}.romo-drawer-overlay.open .romo-drawer{transform:translate(0)}.romo-drawer-overlay:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a1acc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.romo-drawer{position:absolute;inset:0 0 0 auto;max-width:28rem;width:100vw;background:#171717;border-left:1px solid rgba(240,240,240,.15);display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);z-index:1}.romo-drawer__header{padding:1.5rem;border-bottom:1px solid rgba(240,240,240,.1);display:flex;align-items:center;justify-content:space-between}.romo-drawer__title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:900;color:#f0f0f0;display:flex;align-items:center;gap:.5rem}.romo-cart-count-header{color:#e8ff00}.romo-drawer__close{padding:.5rem;color:#f0f0f099;background:none;border:none;cursor:pointer;transition:all .2s}.romo-drawer__close:hover{color:#e8ff00;background:#262626}.romo-drawer__items{flex-grow:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.romo-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:3rem;flex:1;color:#f0f0f033}.romo-drawer__empty-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:900;color:#f0f0f0}.romo-drawer__empty-text{font-family:DM Sans,sans-serif;font-size:.875rem;color:#f0f0f080;margin-top:.25rem}.romo-drawer__empty-btn{background:#e8ff00;color:#1a1a1a;font-family:DM Sans,sans-serif;font-weight:900;padding:.75rem 1.5rem;border:none;cursor:pointer;transition:background .3s}.romo-drawer__empty-btn:hover{background:#fff}.romo-drawer__footer{padding:1.5rem;border-top:1px solid rgba(240,240,240,.1);background:#0a0a0a}.romo-drawer__shipping{display:flex;justify-content:space-between;font-family:DM Sans,sans-serif;font-size:.875rem;color:#f0f0f080;margin-bottom:.75rem}.romo-drawer__shipping-free{color:#e8ff00;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.romo-drawer__total{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem}.romo-drawer__total-label{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:900;color:#f0f0f0}.romo-drawer__total-value{font-size:1.5rem;font-weight:900;color:#e8ff00;font-family:DM Sans,sans-serif}.romo-drawer__checkout{width:100%;background:#e8ff00;color:#1a1a1a;font-family:DM Sans,sans-serif;font-weight:900;padding:1rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;box-shadow:0 4px 6px #0000001a}.romo-drawer__checkout:hover{background:#fff;color:#1a1a1a}.romo-cart-item{display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(240,240,240,.05)}.romo-cart-item:last-child{border-bottom:none}.romo-cart-item__visual{flex-shrink:0;width:3.5rem;height:4.5rem;background:#0a0a0a;border:1px solid rgba(240,240,240,.05);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;overflow:hidden}.romo-cart-item__img{width:100%;height:100%;object-fit:cover}.romo-cart-item__info{flex-grow:1;display:flex;flex-direction:column;gap:0}.romo-cart-item__top{display:flex;justify-content:space-between;align-items:flex-start}.romo-cart-item__name{font-family:Playfair Display,Georgia,serif;font-size:.875rem;font-weight:900;color:#f0f0f0;line-height:1.2;padding-right:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.romo-cart-item__remove{color:#f0f0f059;background:none;border:none;cursor:pointer;padding:.25rem;transition:color .2s}.romo-cart-item__remove:hover{color:#ef4444}.romo-cart-item__controls{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.romo-cart-item__qty{display:flex;align-items:center;border:1px solid rgba(240,240,240,.1);background:#0a0a0a}.romo-cart-item__qty-btn{padding:.25rem .625rem;color:#f0f0f099;background:none;border:none;cursor:pointer;font-size:1rem;transition:color .2s}.romo-cart-item__qty-btn:hover{color:#e8ff00}.romo-cart-item__qty-val{padding:.25rem .75rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;color:#f0f0f0;-webkit-user-select:none;user-select:none}.romo-cart-item__total{font-family:DM Sans,sans-serif;font-weight:900;font-size:.875rem;color:#f0f0f0}.romo-policies-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s}.romo-policies-overlay.open{visibility:visible;opacity:1;transition-delay:0s}.romo-policies{background:#1a1a1a;border:1px solid rgba(240,240,240,.1);width:100%;max-width:42rem;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080}.romo-policies__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(240,240,240,.1)}.romo-policies__heading{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:900;color:#f0f0f0;text-transform:uppercase;letter-spacing:-.02em}.romo-policies__close{padding:.5rem;color:#f0f0f099;background:none;border:none;cursor:pointer;transition:color .2s}.romo-policies__close:hover{color:#e8ff00}.romo-policies__tabs{display:flex;border-bottom:1px solid rgba(240,240,240,.1)}.romo-policies-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#f0f0f066;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s}.romo-policies-tab:hover{color:#f0f0f0b3}.romo-policies-tab.active{color:#e8ff00;border-bottom-color:#e8ff00;background:#171717}.romo-policies__content-wrap{padding:1.5rem;overflow-y:auto;flex:1}.romo-policies__content{display:flex;flex-direction:column;gap:1.5rem}.romo-policies__title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:900;color:#e8ff00;margin-bottom:.75rem}.romo-policies__text{font-family:DM Sans,sans-serif;font-size:.875rem;color:#f0f0f0b3;line-height:1.7}.romo-policies__list{background:#171717;border:1px solid rgba(240,240,240,.05);padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.romo-policies__item{display:flex;align-items:flex-start;gap:1rem}.romo-policies__dot{width:.5rem;height:.5rem;background:#e8ff00;border-radius:50%;margin-top:.5rem;flex-shrink:0}.romo-policies__item-title{font-family:DM Sans,sans-serif;font-weight:700;color:#f0f0f0;font-size:.875rem}.romo-policies__item-desc{font-family:DM Sans,sans-serif;font-size:.875rem;color:#f0f0f099}.romo-policies__subtitle{font-family:DM Sans,sans-serif;font-weight:700;color:#f0f0f0;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.romo-policies__steps{font-family:DM Sans,sans-serif;font-size:.875rem;color:#f0f0f0b3;line-height:1.7;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.romo-policies__warning{border:1px solid rgba(245,158,11,.2);background:#f59e0b0d;padding:1rem}.romo-policies__warning p{font-family:DM Sans,sans-serif;font-size:.75rem;color:#fbbf24cc;line-height:1.5}.romo-policies__footer{padding:1rem 1.5rem;border-top:1px solid rgba(240,240,240,.1);display:flex;justify-content:center}.romo-policies__btn{background:#e8ff00;color:#1a1a1a;font-family:DM Sans,sans-serif;font-weight:900;font-size:.875rem;padding:.75rem 2rem;border:none;cursor:pointer;transition:background .3s}.romo-policies__btn:hover{background:#fff}.romo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s}.romo-modal-overlay.open{visibility:visible;opacity:1;transition-delay:0s}.romo-modal-overlay.open .romo-modal{transform:scale(1) translateY(0);opacity:1}.romo-modal-overlay:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a1acc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.romo-modal{position:relative;background:#171717;border:1px solid rgba(240,240,240,.15);width:100%;max-width:48rem;box-shadow:0 25px 50px -12px #00000080;z-index:1;transform:scale(.95) translateY(10px);opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1);animation:fadeIn .5s cubic-bezier(.16,1,.3,1) forwards}.romo-modal__layout{display:grid;grid-template-columns:1fr}@media(min-width:768px){.romo-modal__layout{grid-template-columns:1fr 1fr}}.romo-modal__visual{background:#1a1a1a;display:flex;align-items:center;justify-content:center;min-height:300px;overflow:hidden}@media(min-width:768px){.romo-modal__visual{height:100%;min-height:0;border-bottom:none;border-right:1px solid rgba(240,240,240,.1)}}.romo-modal__img{width:100%;height:auto;object-fit:contain;display:block}@media(min-width:768px){.romo-modal__img{height:100%;object-fit:cover}}.romo-modal__placeholder{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;position:relative}.romo-modal__placeholder-badge{position:absolute;top:1rem;right:1rem;font-family:DM Sans,sans-serif;font-weight:700;color:#e8ff00;background:#1a1a1a;padding:.125rem .5rem;border:1px solid rgba(232,255,0,.3);font-size:.625rem;letter-spacing:.1em;text-transform:uppercase}.romo-modal__placeholder-tub{background:linear-gradient(to bottom,#262626,#171717);border:1px solid rgba(240,240,240,.15);border-radius:1rem;box-shadow:0 8px 24px #0006;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;width:8rem;height:11rem;transition:border-color .3s}.romo-modal__placeholder-tub-top{width:100%;height:1rem;background:#e8ff00cc;border-radius:.125rem}.romo-modal__placeholder-tub-name{font-family:Playfair Display,Georgia,serif;font-size:.875rem;font-weight:900;color:#f0f0f0;text-align:center}.romo-modal__placeholder-tub-symbol{font-size:2.25rem;text-align:center;animation:pulse 2s infinite}.romo-modal__placeholder-tub-bar{width:100%;height:.5rem;background:#f0f0f01a;border-radius:.125rem}.romo-modal__details{padding:1.5rem 2rem;display:flex;flex-direction:column}.romo-modal__category{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:900;color:#e8ff00;text-transform:uppercase;letter-spacing:.15em;display:block;margin-bottom:.5rem}.romo-modal__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:900;color:#f0f0f0;line-height:1.1;margin-bottom:1rem}.romo-modal__price{font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:900;color:#f0f0f0;margin-bottom:1.5rem}.romo-modal__desc-section{margin-bottom:1.5rem}.romo-modal__section-title{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:900;color:#e8ff00;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.romo-modal__desc{font-family:DM Sans,sans-serif;font-size:.875rem;color:#f0f0f0b3;line-height:1.7}.romo-modal__nutr{margin-bottom:1.5rem;background:#0a0a0a;padding:1rem;border:1px solid rgba(240,240,240,.05)}.romo-modal__nutr-title{font-family:Playfair Display,Georgia,serif;font-size:.875rem;font-weight:900;color:#f0f0f0;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.romo-modal__nutr-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;font-family:DM Sans,sans-serif;font-size:.75rem}.romo-modal__nutr-item{display:flex;justify-content:space-between;border-bottom:1px solid rgba(240,240,240,.05);padding-bottom:.25rem}.romo-modal__nutr-val{color:#f0f0f0;font-weight:700}.romo-modal__nutr-name{color:#f0f0f080;text-transform:capitalize}.romo-modal__warning{margin-bottom:2rem;background:#f59e0b0d;border-left:2px solid #f59e0b;padding:1rem}.romo-modal__warning-title{font-family:Playfair Display,Georgia,serif;font-size:.875rem;font-weight:900;color:#f59e0b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.romo-modal__warning-text{font-family:DM Sans,sans-serif;font-size:.75rem;color:#f0f0f099;line-height:1.6}.romo-modal__related{margin-bottom:2rem}.romo-modal__related-title{font-family:Playfair Display,Georgia,serif;font-size:.875rem;font-weight:900;color:#e8ff00;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.romo-modal__related-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.romo-modal__related-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#0a0a0a;border:1px solid rgba(240,240,240,.05);cursor:pointer;transition:all .2s;text-align:left;width:100%}.romo-modal__related-item:hover{border-color:#e8ff004d}.romo-modal__related-visual{width:2.5rem;height:3rem;flex-shrink:0;background:#171717;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;overflow:hidden}.romo-modal__related-info{min-width:0}.romo-modal__related-name{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;color:#f0f0f0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.romo-modal__related-item:hover .romo-modal__related-name{color:#e8ff00}.romo-modal__related-price{font-family:DM Sans,sans-serif;font-size:.6875rem;font-weight:900;color:#e8ff00}.romo-modal__buy{width:100%;background:#e8ff00;color:#1a1a1a;font-family:DM Sans,sans-serif;font-weight:900;padding:1rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;box-shadow:0 4px 6px #0000001a}.romo-modal__buy:hover{background:#fff;color:#1a1a1a}.romo-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:10;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#1a1a1acc;color:#f0f0f0;border:none;font-size:1.125rem;cursor:pointer;border-radius:9999px;transition:background .2s}.romo-modal__close:hover{background:#e8ff00;color:#1a1a1a}@media(max-width:767px){.romo-modal-overlay{align-items:flex-start;padding:0}.romo-modal{border-radius:0;border:none}.romo-modal__details{padding:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
