/** Shopify CDN: Minification failed

Line 487:2 Unexpected "/"

**/
/*OCULTAMOS MIGAS DE PAN*/

.breadcrumbs-wrapper {
  display: none;
}

/* /* Contenedor principal: flex que envuelve si hace falta */
.help-center-page {
  display: flex;
  flex-wrap: wrap;
}

/* Sidenav: ancho fijo en escritorio, 100% en móvil */
#hc-sidenav {
  flex-shrink: 0;        
  width: 30%;
  padding: 1rem;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
  box-shadow: 1px 1px 2px #a5a5a594;
}

/* Buscador con iconos */
.hc-searchbar-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: white;

}
.hc-dropdown-list p {
  padding: 5px;
  font-size: medium;

}
#hc-search-input {
  flex: 1;
  padding: 0.75rem 2.5rem 0.75rem 3.5rem;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #333;
  background: white;
  border-radius: 6px;
   font-size: 1.5rem;
}
  .articles-list{
    display: flex;
    flex-direction: column;
    gap: 25px;
     padding-top: 25px;
  }
#hc-search-input::placeholder {
  color: #706F6F;
  font-size: 1.5rem;
  padding-left: 5px;
    padding-top: 25px;
  
}

.hc-ex{
  text-decoration: underline;
  text-decoration-color: #8888886e;
  font-style: italic;
}

#hc-search-input:focus {
  outline: none;
  box-shadow: none;
}

.hc-icon-left {
  position: absolute;
  left: 0.75rem;
  display: flex;
  align-items: center;
  color: #888;
  pointer-events: none;
}

.hc-icon-right {
  background: none;
  border: none;
  padding:16px 1rem;
  cursor: pointer;
  border-left: 1px solid #eee;
  height: 100%;
  display: flex;
  align-items: center;
  color: #888;
}

#hc-dropdownList a.active {
  background-color: #eef;
  outline: none;
}

/* Content: ocupa el resto */
#hc-content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 1rem;
}

/* Tus detalles/acordeón */
#hc-sidenav details {
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  overflow: hidden;
}
#hc-sidenav details > summary {
  display: block;
  padding: 24px;
  line-height: 1.4;
  background: white;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease;
  font-weight: bold;
}
#hc-sidenav details > summary:hover {
  background: #f0f0f0;
}
#hc-sidenav details[open] > summary {
  background: #e8f4ff;
}
#hc-sidenav details > summary::after {
  content: '›';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  color: #888;
}
#hc-sidenav details[open] > summary::after {
  transform: translateY(-50%) rotate(90deg);
  color: #0366d6;
}
#hc-sidenav .articles-list {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}
#hc-sidenav .articles-list li {
  margin: 0.5rem 0;
  color: #333;
  
}



.hc-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}
.hc-card {
  background: #E3DCCA;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  box-shadow: 2px 0px 3px #a5a5a538;
  transition: 0.2s;
}
.hc-card:hover {
  background: #e3dccabd;
}
.hc-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.hc-layout {
  display: flex;
  gap: 5rem;
  margin-top: 1.5rem;
  
}
.hc-sidebar {
  box-shadow: 2px 4px 4px 0px #A5A5A540;
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding:16px;
  background: #E6E1D3;
  position: sticky;
  top: 10%;
}
.hc-sec {
  background: #fff;
  padding: 2rem 4rem;
  cursor: pointer;
  border-left: 4px solid transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-weight:bold;
}
.hc-sec:hover {
  background: #eee;
}
.hc-main {
  flex: 1;
  padding-right: 2rem;
  padding-top: 2rem;
}

.hc-back {
  background: none;
  border: none;
  color: #007ace;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 1rem;
}
.hc-back-section{
  color: inherit;
  text-decoration: none;
  
}
.hc-back-section:hover{
  color: #333;
  
  
}
.hc-articles{
  margin: 12px;
}
.hc-article-content table{
 width: 100% !important;
}
.hc-article__title{
  color:inherit;
  text-decoration-color: #49494963;
}
#tb_help-center__main {
  background-color: #F0F0F0;
  padding-top: 50px;
}
.hc-cat-title {
  font-size: 16px;
  font-weight: 600;
}
.hc-cat-desc {
  font-size: 13px;
}
.hc-title {
  text-align: center;
}

/* —— Dropdown mejorado —— */
.hc-dropdown {
  position: relative;
  width: 100%;
}

.hc-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  z-index: 10;
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  list-style: none;
  padding: 0;
  display: none;
  text-align: start;
}

.hc-dropdown-list li {
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background 0.2s;
}

article.hc-article-content img {
    width: 100%;
    height: auto;
}
#hc-dropdownList{
    scrollbar-width: thin;
  
}
#hc-dropdownList li.active {
  background-color: #f2f2f2;
  border-radius: 4px;
}

.hc-dropdown__item {
  font-size: 1.5rem;
  text-decoration: none;
  color: #000;
}


/* BREADCRUMBS*/


.hc-breadcrumb-wrapper {
  width: 100%;
  background: transparent;
}

.hc-breadcrumb {
  font-size: 1.25rem;
    color: #888;
    margin-bottom: 14px;
}

.hc-breadcrumb a {
   color: #007ace;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: all 0.2s ease;
}

.hc-breadcrumb a:hover {
  text-decoration: underline;
}

.hc-breadcrumb span {
  margin: 0 0.5rem;
  color: #aaa;
}

.hc-breadcrumb .current {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  cursor: default;
}

.highlight {
 
  font-weight: bold;
}


.skeleton-wrapper {
  display: flex;
    flex-direction: column;
    gap: 10px;
}

.skeleton {
  display: block; 
  background: #e0e0e0;
  border-radius: 4px;
  animation: pulse 1.2s ease-in-out infinite;
}

.skeleton-title {
  width: 50%;
  height: 30px;
  margin-bottom:22px;
}
.skeleton:empty {
  display: block !important;
}
.skeleton-line {
  width: 100%;
  max-width: 600px;
  height: 16px;
}


@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* —————— Media Queries —————— */
@media (max-width: 768px) {
  .help-center-page {
    flex-direction: column;
  }
  .hc-layout{
    flex-direction: column;
    gap: 3rem;
  }

  
.hc-sec {
  flex-direction: column;
  border:0;
  padding: 0;
  height: fit-content;
  min-width: 120px;
  background:#e3dcca6b;
  padding: 10px 10px;
  margin-bottom: 8px;
  scroll-snap-align: start;
}

  .hc-sec.active {
 
  background-color: #e3dccabd;
  font-weight: 600;
  border-bottom: 1px solid #cdb067;
}
.hc-main{
  padding: 0;
}
  .hc-sidebar {
    flex-direction: row;
    background: none;
    box-shadow: none;
    border-bottom: 0.5px solid #ccc;
    overflow-x: auto;
    white-space: nowrap;
  position: relative;
  -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 0;
   
  }


 .hc-sidebar::-webkit-scrollbar {
   width: 0;
 }


  #hc-sidenav {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
  }
  #hc-content {
    width: 100%;
    padding-top: 0.5rem;
  }

  .hc-article-content table{
 width: 100% !important;
}

  .hc-article-content td{
 width: 33% !important;
    font-size: smaller !important;
}
}

@media (max-width: 480px) {
  #hc-sidenav details > summary {
    padding: 0.6rem 0.8rem;
  }
  #hc-sidenav details > summary::after {
    right: 0.8rem;
  }

  #hc-sidenav .articles-list {
    padding-left: 1rem;
    margin: 0.3rem 0;
  }
  #hc-sidenav .articles-list li {
    margin: 0.3rem 0;
  }
}
 */