

#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-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 0.5vw !important;
    margin: 0.5vw 0 !important;
}

#whatsapp-widget {
    display: none;
}

/* Flipbook Digital CSS - No Tailwind, No Bootstrap, Only VW and Percentages */

:root {
  --bg-color: #ffffff;
  --book-shadow: rgba(0, 0, 0, 0.3);
  --page-bg: #ffffff;
  --theme-color: #4ade80;
}

body.theme-h { --theme-color: #002c5d; }
body.theme-d { --theme-color: #663c80; }
body.theme-v { --theme-color: #65b8fc; }
body.theme-n { --theme-color: #f2798f; }
body.theme-x { --theme-color: #91bf2c; }
body.theme-todos { --theme-color: #4ade80; }



body {
  font-family: sans-serif;
  background-color: var(--bg-color);
  overflow-x: hidden;
}

/* Main Container - Desktop 50vw Height */
.main-container {
    width: 100vw;
    height: 43vw;
    left: -2.5vw;
    position: relative;
    display: flex;
    background: #e5e5e5;
    padding: 0.5vw;
    margin-bottom: 2vw;
}


/* Flipbook Container - Full width on desktop */
.flipbook-section {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
    padding: 1vw 0;
    padding-bottom: 3vw;
    transition: width 0.3s ease, margin-left 0.3s ease;
}

.flipbook-section.minimized {
    margin-left: 20vw !important;
    width: 80% !important;
}


/* Flipbook Component */
.book {
  position: relative;
  height: 100%;
  perspective: 250vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease;
  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;
}

/* Loading Background */
.loading-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.loading-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}

/* Intermediate Text Overlay */
.loading-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading-catalogo-name {
  font-family: "Gochi Hand", Sans-serif;
  font-weight: bold;
  color: white;
  font-size: 10vw;
  text-transform: uppercase;
  text-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.5);
}




.qodef-mobile-header-navigation {
    z-index: 1000;
}
#qodef-page-mobile-header {
    z-index: 1000;
}


/* Loading Overlay */
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.05vw);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-content {
  margin-top: 20vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}

.loader-img {
  width: 18vw;
  height: auto;
  object-fit: contain;
  border-radius: 1vw;
  display: none;
}

.loader-text {
  color: white;
  font-size: 1.5vw;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1vw;
}

.progress-container {
  width: 20vw;
  height: 0.5vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: #4ade80; /* Green */
  transition: width 0.3s ease;
}


/* 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; }

.page-info {
  position: absolute;
  bottom: -2.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;
}

.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: -2%;
    left: -20vw;
    width: 20vw;
    height: 110%;
    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);
}

.index-sidebar.active {
  left: -20vw;
}

.index-sidebar h3 {
  margin-bottom: 1.5vw;
  font-size: 1.2vw;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 0.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 1vw;
  font-weight: bold;
  font-size: 1vw;
  color: #333;
}

.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;
}

.index-item:hover {
  color: var(--theme-color);
  background: #fafafa;
}

.download-btn {
  position: absolute;
  top: 1.5vw;
  right: 1.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;
}

@media (max-width: 991px) {
.download-btn {
    position: absolute;
    width: 36vw;
    top: auto;
    bottom: -32vw;
    right: auto;
    margin-top: 2vw;
    font-size: 3.5vw;
    padding: 2vw 4vw;
}
  .download-btn svg {
    width: 4vw;
    height: 4vw;
  }
  .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; }
}

#empty-state {
  display: none !important;
}


#page-counter-container input{
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.1vw;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////// MOBILE STYLE ///////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/



@media (max-width: 991px) and (orientation: portrait) {



  .main-container {
    height: 170vw;
    margin-bottom: 10vw;
    flex-direction: column;
  }
  .index-toggle {
    top: 3vw;
    left: 3vw;
    padding: 2vw 4vw;
    font-size: 4vw;
    border-radius: 2vw;
  }
  .index-sidebar {
    width: 70vw;
    left: -75vw;
    padding-top: 18vw;
    z-index: 10000;
  }
  .index-sidebar.active {
    left: 0;
  }
  .index-item {
    font-size: 4vw;
    padding: 4vw 5vw;
    margin-bottom: 2vw;
  }
  .page-input {
    width: 15vw;
    font-size: 4vw;
  }
  .page-info {
    gap: 2vw;
  }
  .flipbook-section {
    width: 100%;
    flex: none;
    height: 94%;
    margin: 3vw 0;
    padding-bottom: 12vw;
  }
  .loading-bg-img {
      position: relative;
      float: left;
      bottom: 0;
      left: -13%;
      width: auto;
      max-width: none;
      height: 100%;
      display: block;
  }


.caballero{
    bottom: 40%;
    left: -92%;
    height: 140%;
}
.dama {
    left: -138%;
}
.unisex {
    bottom: 0;
    left: -113%;
    height: 100%;
}
.nino {
    bottom: 37%;
    left: -181%;
    height: 140%;
}
.nina {
    bottom: 40%;
    left: -196%;
    height: 140%;
}


  .sheet {
    width: 100%;
    right: 0;
    transform-origin: center;
  }
  .book::after {
    display: none;
  }


  

  .page-info {
    bottom: -9.5vw;
    padding: 2vw 4vw;
    font-size: 4vw;
  }

  #loading-catalogo-name {
    font-size: 18vw;
  }


  .nav-btn {
    width: 12vw;
    height: 12vw;
    font-size: 6vw;
    padding: 2vw;
  }


  .loader-img { width: 25vw; height: 25vw; }
  .loader-text { font-size: 5vw; }
  .progress-container { width: 60vw; height: 2vw; }
  .loader-content {
      margin-top: 70vw;
  }
}




