/*
Theme Name: Ascend Radar
Theme URI: https://dimacofi.printsafe.net/
Description: Tema hijo de creado por radar de Ascend Premium
Author: Radar
Author URI: https://dimacofi.printsafe.net/
Template: ascend_premium
Version: 1.0
*/

/* Aquí puedes agregar tus estilos personalizados */

.outside-second.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

/* Logo styles when sticky is active */
.outside-second.sticky .sticky-logo {
  display: flex;
  align-items: center;
}

.outside-second.sticky .sticky-logo img {
  max-height: 40px;
  width: auto;
}

.sticky-logo {
  display: none;
}

.outside-second.sticky .second-nav-container {
  display: flex;
  align-items: center;
}

.outside-second.sticky .nav-second {
  flex: 1;
}