

#qodef-page-header .qodef-widget-holder #search-6,
#qodef-page-header .qodef-widget-holder #qodef-search-form-4-formsearch,
#qodef-page-mobile-header .qodef-widget-holder {
    display: none !important;
}


.qodef-mobile-header-navigation {
    z-index: 1000;
}
#qodef-page-mobile-header {
    z-index: 1000;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/





.qodef-header-wrapper{
  display: none !important;
}
.qodef-header-sticky {
    position: relative !important;
}
.qodef-header-sticky-inner .qodef-header-area-left {
    padding: 0 2vw !important;
}
#search-6{
  display: none !important;
}
.qodef-widget-dropdown-cart-outer{
  display: none !important;
}
#dunker_core_woo_dropdown_cart-6{
  background-color: black;
  opacity: 1;
  width: 9vw;
  height: 110%;
  display: none !important;
}


#qodef-page-inner {
    width: 99vw !important;
    padding: 0 !important;
    margin: 0 !important;
}

#whatsapp-widget {
    display: none;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

:root {
  --bg-color: #ffffff;
  --book-shadow: rgba(0, 0, 0, 0.3);
  --page-bg: #ffffff;
  --theme-color: #4ade80;
}

/*body.theme-caballero { --theme-color: #002c5d; }
body.theme-dama { --theme-color: #663c80; }
body.theme-nino { --theme-color: #65b8fc; }
body.theme-nina { --theme-color: #f2798f; }
body.theme-unisex { --theme-color: #91bf2c; }*/
body.theme-general { --theme-color: #888; }





/*////////////////////////////////////////////////////////////////////////////////////*/


@media (orientation: landscape) {

  #qodef-page-header {
      display: inline-block !important;
  }


  #magazine {
      position: relative;
      float: left;
      width: 100vw;
      height: 80vh;
      min-height: 39vw;
      max-height: 70vw;
      background: #e5e5e5;
      padding: 0;
      overflow: hidden;
  }


  #flipbook {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #efeeee;
      padding: 0 !important;
      margin: 0 !important;
  }

  .expanded #flipbook {
      margin-left: 15vw !important;
      width: 85% !important;
  }


  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  #magazine #flipbook #loading-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.05vw);
    z-index: 10000;

  }
  #magazine #flipbook #loading-overlay:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.05vw);
    content: '';
    z-index: 1;
  }
  #magazine #flipbook #loading-overlay:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: white;
    content: '';
    z-index: -1;
  }



  #magazine #flipbook #loading-overlay #img {
    top: auto;
    left: auto;
    width: auto;
    max-width: 1000% !important;
    height: 111%;
  }
  #magazine #flipbook #loading-overlay #name {
    font-family: "Gochi Hand", Sans-serif;
    font-weight: bold;
    color: white;
    font-size: 8vw;
    text-transform: uppercase;
    text-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.5);
    z-index: 10;
  }



  #magazine #flipbook #loading-overlay #loader {
    width: 30vw;
    height: auto;
    bottom: 10%;
    flex-wrap: wrap;
    gap: 1.5vw;
    z-index: 10;
  }


  #loader .text {
    width: 100%;
    color: white;
    font-size: 1.5vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    text-align: center;
  }

  #loader #container {
    width: 100%;
    height: 0.5vw;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    overflow: hidden;
  }

  #loader #container #progress-bar {
    width: 0%;
    height: 100%;
    background: #4ade80; /* Green */
    transition: width 0.3s ease;
  }



  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  #render{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }



  #book {
    height: 100%;
    top: 0;
    left: auto;
    perspective: 250vw;
    user-select: none;
    touch-action: pan-y;
  }

  .sheet {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: left;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), z-index 0.1s;
    transform-style: preserve-3d;
    background: white;
  }

  .sheet.flipped {
    transform: rotateY(-180deg);
  }

  .page-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: white;
  }

  .page-face.front {
    z-index: 2;
  }

  .page-face.back {
    transform: rotateY(180deg);
    z-index: 1;
  }

  /* Spine Line */
  #book::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.1);
    transform: translateX(-50%);
    z-index: 50;
    pointer-events: none;
  }

  /* Mobile Transitions */
  .mobile-page-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mobile-page {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s;
    background: white;
    box-shadow: 0 0 5vw rgba(0,0,0,0.2);
    display: none; /* Hidden by default */
  }

  .mobile-page.active, .mobile-page.exit-left, .mobile-page.enter-right {
    display: block;
  }

  .mobile-page.exit-left {
    transform: translateX(-110%) rotate(-5deg);
    opacity: 0;
  }

  .mobile-page.enter-right {
    transform: translateX(110%);
  }

  .mobile-page.active {
    transform: translateX(0);
    opacity: 1;
    z-index: 5;
  }

  .sheet canvas, .mobile-page canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }



  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  #controls{
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
  }

  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  /* Navigation Buttons */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 1vw;
    cursor: pointer;
    z-index: 10;
    font-size: 2vw;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .nav-btn.prev { left: 2vw; }
  .nav-btn.next { right: 2vw; }

  .nav-btn svg{
    width: 2.5vw;
    height: 2.5vw;
  }

  .page-info {
      position: absolute;
      bottom: 0.5vw;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 0.5vw 1vw;
      border-radius: 1vw;
      font-size: 1vw;
      display: flex;
      align-items: center;
      gap: 0.5vw;
      white-space: nowrap;
      z-index: 10;
      opacity: 0.5;
  }
  .page-info:hover{
    opacity: 1;
  }

  .page-input {
    width: 4vw;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    text-align: center;
    border-radius: 0.5vw;
    font-size: 1vw;
    padding: 0.1vw;
    appearance: none;
  }

  .page-input::-webkit-inner-spin-button,
  .page-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }



  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/



  .index-toggle {
    position: absolute;
    top: 1.5vw;
    left: 1.5vw;
    z-index: 10;
    background: var(--theme-color);
    color: white;
    border: none;
    padding: 0.6vw 1.2vw;
    border-radius: 0.5vw;
    font-size: 0.9vw;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0.2vw 0.5vw rgba(0,0,0,0.2);
    transition: background 0.2s, transform 0.2s;
  }

  .index-toggle:hover {
    filter: brightness(0.9);
    transform: scale(1.05);
  }

  .index-sidebar {
      position: absolute;
      top: 0%;
      left: -15vw;
      width: 15vw;
      height: 100%;
      background: #fff;
      border-right: 1px solid #ddd;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      padding: 5vw 1vw 1vw 1vw;
      gap: 0.5vw;
      z-index: 1004;
      transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0.5vw 0 1.5vw rgba(0,0,0,0.1);
  }

  .expanded .index-sidebar {
    left: -15vw;
  }

  .index-sidebar h3 {
    margin-bottom: 1.5vw;
    font-size: 1.2vw;
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 1vw;
  }



  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/



  .style-container {
    margin-bottom: 0.5vw;
    border-radius: 0.5vw;
    overflow: hidden;
    border: 1px solid #eee;
  }

  .style-header {
    display: flex;
    background: #f8f8f8;
    cursor: pointer;
    transition: background 0.2s;
    align-items: stretch;
  }

  .style-header:hover {
    background: #f0f0f0;
  }

  .style-title {
    flex: 1;
    padding: 0.8vw 2vw;
    font-weight: bold;
    font-size: 1vw;
    color: #333;
    text-align: left;
  }

  .style-toggle {
    width: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
    transition: transform 0.3s;
  }

  .style-toggle svg {
    width: 1.2vw;
    height: 1.2vw;
    stroke: #666;
  }

  .style-container.active .style-toggle {
    transform: rotate(180deg);
  }

  .categories-list {
    display: none;
    background: #fff;
    padding: 0.2vw 0 0.5vw 1.5vw;
  }

  .style-container.active .categories-list {
    display: block;
  }

  .index-item {
    padding: 0.5vw 1vw;
    cursor: pointer;
    font-size: 0.9vw;
    transition: color 0.2s;
    color: #555;
    border-left: 2px solid transparent;
    text-align: left;
  }

  .index-item:hover {
    color: var(--theme-color);
    background: #fafafa;
  }


  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  .download-btn {
    position: absolute;
    top: 1.5vw;
    right: 2.5vw;
    z-index: 1005;
    background: var(--theme-color);
    color: white;
    border: none;
    padding: 0.6vw 1vw;
    border-radius: 0.5vw;
    font-size: 0.8vw;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    box-shadow: 0 0.2vw 0.5vw rgba(0,0,0,0.2);
    transition: opacity 0.2s, transform 0.2s;
  }

  .download-btn:hover {
    opacity: 0.9;
    transform: scale(1.05);
  }

  .download-btn svg {
    width: 1vw;
    height: 1vw;
  }

  #empty-state {
    display: none !important;
  }


  #page-counter-container input{
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1.1vw;
  }

}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////// MOBILE STYLE ///////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/



@media (orientation: portrait) {



  

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


  #magazine {
    position: relative;
    float: left;
    min-height: 39vw;
    background: #e5e5e5;
    padding: 0;
    overflow: hidden;
    width: 100vw !important;
    height: 95vh;
    max-height: none !important;
    flex-direction: column;
    padding-bottom: 0;
  }
  
  #flipbook {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #efeeee;
      padding: 0 !important;
      margin: 0 !important;
      flex: none;
  }

  .expanded #magazine{
    width: 100vw !important;
  }
  .expanded #flipbook {
      margin-left: 0 !important;
      width: 100% !important;
  }


  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  #magazine #flipbook #loading-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.05vw);
    z-index: 10000;

  }
  #magazine #flipbook #loading-overlay:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.05vw);
    content: '';
    z-index: 1;
  }
  #magazine #flipbook #loading-overlay:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: white;
    content: '';
    z-index: -1;
  }



  #magazine #flipbook #loading-overlay #img {
    top: auto;
    left: auto;
    width: auto;
    max-width: 1000% !important;
    height: 100%;
  }
  #magazine #flipbook #loading-overlay #name {
    font-family: "Gochi Hand", Sans-serif;
    font-weight: bold;
    color: white;
      font-size: 15vw;
    text-transform: uppercase;
    text-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.5);
    z-index: 10;
  }



  #magazine #flipbook #loading-overlay #loader {
      width: 60vw;
    height: auto;
      bottom: 20vh !important;
    bottom: 10%;
    flex-wrap: wrap;
    gap: 1.5vw;
    z-index: 10;
  }


  #loader .text {
    width: 100%;
    color: white;
      font-size: 5vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    text-align: center;
  }

  #loader #container {
    width: 100%;
      height: 1.5vw;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    overflow: hidden;
  }

  






/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


    
  #render{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }



  #book {
    height: 100%;
    top: 0;
    left: auto;
    perspective: 250vw;
    user-select: none;
    touch-action: pan-y;
  }

  .sheet {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: center;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), z-index 0.1s;
    transform-style: preserve-3d;
    background: white;
    
  }

  .sheet.flipped {
    transform: rotateY(-180deg);
  }

  .page-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: white;
  }

  .page-face.front {
    z-index: 2;
  }

  .page-face.back {
    transform: rotateY(180deg);
    z-index: 1;
  }

  /* Spine Line */
  #book::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.1);
    transform: translateX(-50%);
    z-index: 50;
    pointer-events: none;
    display: none !important; 
  }

  /* Mobile Transitions */
  .mobile-page-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mobile-page {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s;
    background: white;
    box-shadow: 0 0 5vw rgba(0,0,0,0.2);
    display: none; /* Hidden by default */
  }

  .mobile-page.active, .mobile-page.exit-left, .mobile-page.enter-right {
    display: block;
  }

  .mobile-page.exit-left {
    transform: translateX(-110%) rotate(-5deg);
    opacity: 0;
  }

  .mobile-page.enter-right {
    transform: translateX(110%);
  }

  .mobile-page.active {
    transform: translateX(0);
    opacity: 1;
    z-index: 5;
  }

  .sheet canvas, .mobile-page canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  



  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  #controls{
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
  }

  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    font-size: 6vw;
    padding: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .nav-btn.prev { left: 2vw; }
  .nav-btn.next { right: 2vw; }

  .nav-btn svg{
    width: 5vw;
    height: 5vw;
  }


  

  .page-info {

      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 0.5vw 1vw;
      border-radius: 1vw;
      display: flex;
      align-items: center;
    gap: 2vw;
      white-space: nowrap;

      width: 50vw;
      height: 10vw;
      bottom: -11.25vw;
      padding: 2vw 4vw;
      font-size: 4vw;
      z-index: 10;
      opacity: 1;

  }

  .page-input {
    width: 15vw;
    font-size: 4vw;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    text-align: center;
    border-radius: 0.5vw;
    padding: 0.1vw;
    appearance: none;
  }

  .page-input::-webkit-inner-spin-button,
  .page-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }


  




  .index-toggle {

    position: absolute;
    z-index: 10;
    background: var(--theme-color);
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0.2vw 0.5vw rgba(0,0,0,0.2);
    transition: background 0.2s, transform 0.2s;
    
    top: 3vw;
    left: 3vw;
    padding: 1.5vw 2vw;
    font-size: 4vw;
    border-radius: 2vw;

  }

  .index-toggle:hover {
    filter: brightness(0.9);
    transform: scale(1.05);
  }

  .index-sidebar {

      position: absolute;
      top: 0%;
      height: 100%;
      background: #fff;
      border-right: 1px solid #ddd;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      padding: 5vw 1vw 1vw 1vw;
      gap: 0.5vw;
      z-index: 1004;
      transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0.5vw 0 1.5vw rgba(0,0,0,0.1);

      
    width: 50vw;
    left: -50vw;
    padding-top: 2vw;
    z-index: 10000;

  }

  .expanded .index-sidebar {
    left: 0vw;
  }

  .index-sidebar h3 {
        
    margin-bottom: 1.5vw;
    font-size: 4.2vw;
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 3.5vw;

  }



  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/



  .style-container {
    margin-bottom: 0.5vw;
    border-radius: 0.5vw;
    overflow: hidden;
    border: 1px solid #eee;
  }

  .style-header {
    display: flex;
    background: #f8f8f8;
    cursor: pointer;
    transition: background 0.2s;
    align-items: stretch;
  }

  .style-header:hover {
    background: #f0f0f0;
  }

  .style-title {
    flex: 1;
    padding: 0.8vw 2vw;
    font-weight: bold;
    font-size: 1vw;
    color: #333;
    text-align: left;
  }

  .style-toggle {
    width: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
    transition: transform 0.3s;
  }

  .style-toggle svg {
    width: 1.2vw;
    height: 1.2vw;
    stroke: #666;
  }

  .style-container.active .style-toggle {
    transform: rotate(180deg);
  }

  .categories-list {
    display: none;
    background: #fff;
    padding: 0.2vw 0 0.5vw 1.5vw;
  }

  .style-container.active .categories-list {
    display: block;
  }

  .index-item {
    cursor: pointer;
    transition: color 0.2s;
    color: #555;
    border-left: 2px solid transparent;
    text-align: left;

    
    font-size: 4vw;
    padding: 4vw 5vw;
    margin-bottom: 2vw;

  }

  .index-item:hover {
    color: var(--theme-color);
    background: #fafafa;
  }


  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////////*/


  .download-btn {

    position: absolute;
    z-index: 1005;
    background: var(--theme-color);
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    box-shadow: 0 0.2vw 0.5vw rgba(0,0,0,0.2);
    transition: opacity 0.2s, transform 0.2s;

    
    width: 16vw;
    top: 3vw;
    right: 4.5vw;
    font-size: 3.5vw;
    padding: 2vw 2vw;
    border-radius: 2vw;


  }

  .download-btn:hover {
    opacity: 0.9;
    transform: scale(1.05);
  }

  .download-btn svg {
    width: 4vw;
    height: 4vw;
  }

  #empty-state {
    display: none !important;
  }


  #page-counter-container input {
      padding: 0 !important;
      margin: 0 !important;
      font-size: 5vw;
      height: 100%;
      color: white;
  }



  .style-title { font-size: 4vw; padding: 3vw 4vw; }
  .style-toggle { width: 12vw; }
  .style-toggle svg { width: 6vw; height: 6vw; }
  .index-item { font-size: 3.5vw; padding: 2.5vw 4vw; }
  .categories-list { padding-left: 5vw; }

  
  #loader #container #progress-bar {
    width: 0%;
    height: 100%;
    background: #4ade80; /* Green */
    transition: width 0.3s ease;
  }



}




