/* Premium Floating Capsule Navbar - Figma-to-Code */

body.oniric-fnd {
    --opv-bg: #071720;
}

body.oniric-theme-default {
    --oniric-product-background: #081925;
	background-color: var(--oniric-product-background) !important;

}

body.oniric-theme-pro {
    --oniric-product-background: #242121;
		background-color: var(--oniric-product-background) !important;

}

body.oniric-theme-pro-fit {
    --oniric-product-background: #030f17;
			background-color: var(--oniric-product-background) !important;

}

/* Custom navigation container for desktop viewports */
.oniric-custom-navbar-desktop {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1050;
    padding: 0 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: transparent;
}

/* Scroll adaptation to guarantee contrast and visual cleanliness */
.oniric-custom-navbar-desktop.scrolled {
    max-width: 100%;
    padding: 50px 137px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);


}

.oniric-nav-logo-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 150px;
}

.oniric-nav-logo-box img {
    width: 128.4px;
    height: 34.4px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.oniric-custom-navbar-desktop.scrolled .oniric-nav-logo-box img {
    height: 28px;
}

/* Glassmorphism Capsule */
.oniric-nav-capsule-container {
    width: 50%;
    height: 60px;
    border-radius: 91px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.2) 8.05%, rgba(255, 255, 255, 0.12) 91.8%);
    backdrop-filter: blur(3.4px);
    -webkit-backdrop-filter: blur(3.4px);
    box-shadow: 0px 4px 25px 0px rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.oniric-custom-navbar-desktop.scrolled .oniric-nav-capsule-container {
    border-color: rgba(255, 255, 255, 0.25);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.08) 8.05%, rgba(255, 255, 255, 0.04) 91.8%);
    transform: scale(0.95);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
}

.oniric-nav-items-wrapper {
    width: 100%;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oniric-nav-items-wrapper a {
    font-family: var(--bs-body-font-family);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.2752px;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.25s ease;
    position: relative;
}

.oniric-nav-items-wrapper a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: transform 0.25s ease;
}

.oniric-nav-items-wrapper a:hover {
    color: #ffffff !important;
	    transform: scale(1.05);

}

.oniric-nav-items-wrapper a.active {
    color: #ffffff !important;
    font-weight: 700;
}

.oniric-nav-items-wrapper a.active::after {
    transform: translateX(-50%) scaleX(1);
}

/* Right side actions */
.oniric-nav-right-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    width: 255px;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.2752px;
    color: #f1f1ee;
}

.oniric-nav-right-actions a {
    color: #f1f1ee !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.oniric-nav-right-actions a:hover {
    color: #ffffff !important;
		    transform: scale(1.05);

}

.oniric-nav-right-actions .nav-pipe-divider {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
    font-weight: 300;
    user-select: none;
}

/* Language Swapping UI */
.oniric-lang-navbar-nav {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.oniric-lang-navbar-nav a {
    opacity: 0.6;
}

.oniric-lang-navbar-nav a.active {
    opacity: 1;
    font-weight: 700;
}

/* Cart Badge Styling */
.oniric-cart-capsule-indicator {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

/* --------------------------------------------------------------------------
   Oniric Premium Footer (Figma Node 66:356)
   -------------------------------------------------------------------------- */
   
.oniric-theme-pro .oniric-theme-pro-fit .oniric-theme-default {   
       background-color: var(--oniric-product-background) !important;
}

.oniric-footer {
    backdrop-filter: blur(3.4px);
    -webkit-backdrop-filter: blur(3.4px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.3) 8.05%, rgba(255, 255, 255, 0.15) 91.8%);
    box-shadow: 0px 4px 25px 0px rgba(255, 255, 255, 0.25);
    color: #f1f1ee;
	    padding-block: 3.75rem;

}

.oniric-footer-logo-row {
    text-align: left;
}

.oniric-footer-logo-row img {
    height: 48px;
    width: auto;
}

.oniric-footer-col-title {
    font-family: var(--bs-body-font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 19.6px;
    color: #ffffff;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.oniric-footer-links-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.oniric-footer-links-list li {
    margin-bottom: -3px;
}

.oniric-footer-links-list a {
    font-family: var(--bs-body-font-family);
    font-weight: 300;
    font-size: 12px;
    line-height: 19.6px;
    color: #f1f1ee !important;
    text-decoration: none !important;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

.oniric-footer-links-list a:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

.oniric-footer-links-row {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.oniric-footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 50px 0 30px 0;
    opacity: 1;
}

.oniric-footer-bottom {
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    line-height: 1.125rem;
    color: #ffffff;
	    margin-top: 3.75rem;

}

.oniric-footer-copy-text {
    opacity: 0.65;
    margin-bottom: 8px;
}

.oniric-footer-legal-links {
    margin-bottom: 0;
}

.oniric-footer-legal-links a {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

.oniric-footer-legal-links a:hover {
    opacity: 1;
}

/* Floating WhatsApp layout alignment */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 48px;
display: flex;
padding: 5px;
justify-content: center;
align-items: center;
aspect-ratio: 1/1;	
filter: drop-shadow(0 4px 12.6px rgba(0, 0, 0, 0.25));
border-radius: 277.55px;
border: 0.5px solid rgba(255, 255, 255, 0.20);
background: linear-gradient(99deg, rgba(255, 255, 255, 0.50) 8.05%, rgba(255, 255, 255, 0.25) 91.8%);
box-shadow: 0 12.2px 76.25px 0 rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10.369999885559082px);
    z-index: 1040;
}

.whatsapp-float:hover {

	background: linear-gradient(99deg, rgba(255, 255, 255, 0.20) 8.05%, rgba(255, 255, 255, 0.1) 91.8%);
	box-shadow: 0 12.2px 76.25px 0 rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10.369999885559082px);
    z-index: 1050;

}

.whatsapp-float svg {
    width: 48px;
    height: 48px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.whatsapp-float img:hover {
    transform: scale(1.12);
}

@media (min-width: 992px) {
    /* Set layout spacing to perfectly overlap with the premium floating header */
    .page {
        padding-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
	.ui-to-top {
	    width: 48px;
    height: 48px;
    line-height: 45px;
	    right: 94px;
    bottom: 21px;
	}
	
    .oniric-footer-col-title {
        margin-top: 20px;
        margin-bottom: 12px;
    }
	
	.whatsapp-float {
		bottom: 19px;
    right: 22px;
	padding: 0px !important;
	}
}

.oniric-glass-nav {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 999px;
    background: transparent;
}

/* Capa base efecto vidrio */
.oniric-glass-nav .glass-effect {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
    isolation: isolate;

    -webkit-backdrop-filter: saturate(120%) blur(0.75em);
    backdrop-filter: saturate(120%) blur(0.75em);
}

/* Relleno translúcido */
.oniric-glass-nav .glass-effect__fill {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: rgba(212, 212, 212, 0.15);
    opacity: 1;
}

/* Oscurecimiento sutil para dar profundidad */
.oniric-glass-nav .glass-effect__fill-burn {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: currentColor;
    opacity: 0.05;
    mix-blend-mode: color-burn;
}

/* Brillo suave inferior/derecha */
.oniric-glass-nav .glass-effect__highlight-soft {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    mix-blend-mode: overlay;
    box-shadow: inset -0.28125em -0.28125em 0.09375em -0.328125em rgba(255, 255, 255, 0.5);
}

/* Brillo fuerte superior/izquierda */
.oniric-glass-nav .glass-effect__highlight-strong {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0.28125em 0.28125em 0.09375em -0.328125em rgba(255, 255, 255, 0.8);
}

/* Borde claro */
.oniric-glass-nav .glass-effect__edge-light {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    mix-blend-mode: lighten;
    box-shadow: inset 0.1875em 0.28125em 0.09375em -0.1875em rgba(179, 179, 179, 0.5);
}

/* Borde oscuro */
.oniric-glass-nav .glass-effect__edge-dark {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    mix-blend-mode: overlay;
    box-shadow: inset -0.1875em -0.28125em 0.09375em -0.1875em rgba(179, 179, 179, 0.3);
}

/* Glow interior */
.oniric-glass-nav .glass-effect__inner-glow {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    mix-blend-mode: darken;
    box-shadow: inset 0 0 1.75em rgba(242, 242, 242, 0.3);
}

/* Muy importante: el contenido del menú queda por encima del vidrio */
.oniric-glass-nav .oniric-nav-items-wrapper {
    position: relative;
    z-index: 1;
}

.oniric-nav-items-wrapper {
    position: relative;
    isolation: isolate;
}

/* Item del menú */
.oniric-nav-items-wrapper > a {
    position: relative;
    z-index: 2;
    border-radius: 999px;
    transition:
        color 300ms cubic-bezier(0, 0, 0.58, 1),
        opacity 300ms cubic-bezier(0, 0, 0.58, 1);
}

/* Indicador flotante tipo Figma / Osmo */
.oniric-nav-hover-indicator {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: var(--oniric-nav-hover-width, 64px);
    height: 76px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
    transform:
        translate3d(
            var(--oniric-nav-hover-x, 0px),
            -50%,
            0
        )
        scale(var(--oniric-nav-hover-scale, 1));
    background: linear-gradient(
124deg, rgba(255, 255, 255, 20%), rgba(255, 255, 255, 5%));
    /* border: 1px solid rgba(255, 255, 255, 0.22); */
    box-shadow: -8px -9px 11px 6px rgba(255, 255, 255, 0.25), 15px 12px 10px 7px rgba(255, 255, 255, 0.12), 0 8px 24px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: saturate(120%) blur(0.75em);
    backdrop-filter: saturate(120%) blur(0.75em);
    transition:
        opacity 300ms cubic-bezier(0, 0, 0.58, 1),
        width 300ms cubic-bezier(0, 0, 0.58, 1),
        height 300ms cubic-bezier(0, 0, 0.58, 1),
        transform 300ms cubic-bezier(0, 0, 0.58, 1);
}

/* Estado visible */
.oniric-nav-items-wrapper.is-hovering .oniric-nav-hover-indicator,
.oniric-nav-items-wrapper.has-active-indicator .oniric-nav-hover-indicator {
    opacity: 0.2;
}

/* Pequeño cambio de color del texto al pasar */
.oniric-nav-items-wrapper > a:hover,
.oniric-nav-items-wrapper > a:focus-visible {
    color: #ffffff;
}

/* Accesibilidad: sin animación si el usuario lo tiene configurado */
@media (prefers-reduced-motion: reduce) {
    .oniric-nav-hover-indicator,
    .oniric-nav-items-wrapper > a {
        transition: none;
    }
}

/* ==========================================================================
   ACCOUNT CHIP
   ========================================================================== */

.oniric-nav-account {
	    margin-left: 14px;

    position: relative;

    display: inline-flex;
    align-items: center;

    min-height: 34px;

    border:
        1px solid
        rgba(255, 255, 255, .14);

    border-radius: 999px;

    background:
        rgba(255, 255, 255, .065);

    -webkit-backdrop-filter:
        blur(10px);

    backdrop-filter:
        blur(10px);

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, .08);

    transition:
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}


.oniric-nav-account:hover,
.oniric-nav-account.is-open {
    border-color:
        rgba(255, 255, 255, .24);

    background:
        rgba(255, 255, 255, .10);

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, .11),
        0 8px 28px
        rgba(0, 0, 0, .20);
}


/* ==========================================================================
   MAIN LINK
   ========================================================================== */

.oniric-nav-account__main {
    display: inline-flex;
    align-items: center;

    gap: .5rem;

    min-height: 32px;

    padding:
        0
        .55rem
        0
        .75rem;

    color:
        rgba(241, 241, 238, .88) !important;

    font-size: 11px;
    font-weight: 500;

    line-height: 1;

    text-decoration: none !important;

    white-space: nowrap;
}


.oniric-nav-account__main:hover {
    color: #ffffff !important;
}


/* ==========================================================================
   SESSION STATUS
   ========================================================================== */

.oniric-nav-account__status {
    width: 5px;
    height: 5px;

    flex: 0 0 auto;

    border-radius: 50%;

    background: #fdda25;

    box-shadow:
        0 0 10px
        rgba(253, 218, 37, .42);
}


/* ==========================================================================
   AVATAR
   ========================================================================== */

.oniric-nav-account__avatar {
    width: 27px;
    height: 27px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 3px;

    padding: 0;

    border:
        1px solid
        rgba(255, 255, 255, .12);

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .10);

    color: #ffffff;

    font-family: inherit;
    font-size: 9px;
    font-weight: 600;

    letter-spacing: .02em;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.oniric-nav-account__avatar:hover {
    background:
        rgba(255, 255, 255, .16);

    border-color:
        rgba(255, 255, 255, .22);

    transform:
        scale(1.04);
}


/* ==========================================================================
   DROPDOWN
   ========================================================================== */

.oniric-nav-account__menu {
    position: absolute;

    z-index: 1000;

    top: calc(100% + 12px);
    right: 0;

    width: 230px;

    padding: 1rem;

    border:
        1px solid
        rgba(255, 255, 255, .13);

    border-radius: 16px;

    background:
        rgba(15, 15, 17, .88);

    -webkit-backdrop-filter:
        blur(18px);

    backdrop-filter:
        blur(18px);

    box-shadow:
        0 18px 55px
        rgba(0, 0, 0, .42);
}


.oniric-nav-account__menu[hidden] {
    display: none !important;
}


/* ==========================================================================
   IDENTITY
   ========================================================================== */

.oniric-nav-account__identity {
    display: flex;

    flex-direction: column;

    gap: .35rem;

    padding:
        .2rem
        .2rem
        .9rem;
}


.oniric-nav-account__identity span {
    color:
        rgba(241, 241, 238, .38);

    font-size: 8px;
    font-weight: 600;

    letter-spacing: .11em;

    text-transform: uppercase;
}


.oniric-nav-account__identity strong {
    overflow: hidden;

    color: #ffffff;

    font-size: 12px;
    font-weight: 500;

    line-height: 1.35;

    text-overflow: ellipsis;

    white-space: nowrap;
}


/* ==========================================================================
   MENU LINK
   ========================================================================== */

.oniric-nav-account__menu-link {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding:
        .75rem
        .2rem;

    color:
        rgba(241, 241, 238, .78) !important;

    font-size: 11px;

    text-decoration: none !important;
}


.oniric-nav-account__menu-link:hover {
    color: #ffffff !important;
}


/* ==========================================================================
   DIVIDER
   ========================================================================== */

.oniric-nav-account__divider {
    height: 1px;

    margin:
        .2rem
        0
        .45rem;

    background:
        rgba(255, 255, 255, .08);
}


/* ==========================================================================
   LOGOUT
   ========================================================================== */

.oniric-nav-account__logout-form {
    margin: 0;
}


.oniric-nav-account__logout {
    width: 100%;

    padding:
        .65rem
        .2rem
        .25rem;

    border: 0;

    background: transparent;

    color:
        rgba(241, 241, 238, .48);

    font-family: inherit;
    font-size: 10px;

    text-align: left;

    cursor: pointer;

    transition:
        color .2s ease;
}


.oniric-nav-account__logout:hover {
    color:
        rgba(241, 241, 238, .90);
}

.oniric-nav-account-login {
    margin-left: 12px;
}

.oniric-pie {

display: flex;
height: 3.125rem;
padding: 0 0.75rem;
flex-direction: column;
align-items: flex-start;
gap: 0.625rem;
align-self: stretch;
}