/* DPT Header Experience 0.8.6 */

.dpt-hex-account-copy,
.dpt-hex-cart-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 1px;
  text-align: left;
  line-height: 1.15;
}

.dpt-hex-account-copy strong,
.dpt-hex-cart-copy strong {
  color: currentColor;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.dpt-hex-account-copy small,
.dpt-hex-cart-copy .ct-label {
  color: currentColor;
  font-size: 11px;
  font-weight: 650;
  opacity: 0.76;
  white-space: nowrap;
}

.dpt-hex-account-enhanced,
.dpt-hex-cart-enhanced {
  transition: background-color 0.18s ease, color 0.18s ease;
}

.dpt-hex-account-enhanced:hover,
.dpt-hex-account-enhanced:focus-visible,
.dpt-hex-cart-enhanced:hover,
.dpt-hex-cart-enhanced:focus-visible {
  background: rgba(255, 255, 255, 0.34);
}

@media (min-width: 1000px) {
  #header [data-device="desktop"] .dpt-hex-account-enhanced,
  #header [data-device="desktop"] .dpt-hex-cart-enhanced {
    min-height: 46px;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    border-radius: 12px;
  }

  #header [data-device="desktop"] .dpt-hex-cart-enhanced .ct-icon-container {
    order: -1;
  }
}

@media (min-width: 1000px) and (max-width: 1199.98px) {
  #header [data-device="desktop"] .dpt-hex-account-copy small,
  #header [data-device="desktop"] .dpt-hex-cart-copy strong {
    display: none;
  }
}

#offcanvas .dpt-hex-account-enhanced {
  min-height: 62px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

#offcanvas .ct-header-account {
  width: 100%;
  margin-inline: 0 !important;
}

#offcanvas .dpt-hex-account-enhanced .ct-icon {
  width: 21px;
  height: 21px;
}

#offcanvas .dpt-hex-account-copy strong {
  font-size: 14px;
}

/* Keep Blocksy's native cart container inside the utility strip. Its
 * .ct-cart-content child and click handlers are the minicart popup. */
#header .dpt-hex-utility-strip .ct-header-cart.dpt-hex-strip-cart {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0 8px;
  overflow: visible;
}

#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart > .ct-cart-item {
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 2px 0;
  border-radius: 9px;
  color: inherit;
}

#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart .dpt-hex-cart-copy strong {
  display: none;
}

#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart .dpt-hex-cart-copy .ct-label {
  color: #49687f;
  font-size: 11px;
  font-weight: 700;
  opacity: 1;
}

#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart .ct-icon-container {
  position: relative;
  order: -1;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #168ec7;
  color: #fff;
}

#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart .ct-icon-container svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart .ct-dynamic-count-cart {
  top: -5px;
  right: -7px;
  min-width: 15px;
  height: 15px;
  padding-inline: 3px;
  border: 2px solid #f7fcff;
  border-radius: 999px;
  background: #e93624;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  line-height: 11px;
}

#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart.dpt-hex-cart-closed > .ct-cart-content {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate3d(0, 8px, 0) !important;
  pointer-events: none !important;
}

#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart.dpt-hex-cart-open > .ct-cart-content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto !important;
}

/* The native Blocksy panel used to leave a floating gap below its old header
 * position. Keep it flush with the utility strip so it reads as an extension
 * of the Cart segment. */
#header .dpt-hex-utility-strip
  .ct-header-cart.dpt-hex-strip-cart > .ct-cart-content {
  top: 100%;
  right: 0;
  margin-top: 0;
  transform-origin: top right;
  z-index: 999;
}

#offcanvas .dpt-hex-account-copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.dpt-hex-link-icon {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-size: 15px;
}

.dpt-hex-link-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  line-height: 1.2;
}

.dpt-hex-link-copy strong {
  font-size: 13px;
  font-weight: 750;
}

.dpt-hex-link-copy small {
  font-size: 11px;
}

.dpt-hex-legacy-wallet-hidden {
  display: none !important;
}

.woocommerce-MyAccount-navigation-link > a::before {
  display: none !important;
}

.woocommerce-MyAccount-navigation-link > a {
  gap: 12px;
}

.dpt-hex-account-nav-icon {
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 20px;
  place-items: center;
  color: currentColor;
}

.dpt-hex-account-nav-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.woocommerce-MyAccount-navigation-link--mis-disfracitos
  .dpt-hex-account-nav-icon svg {
  fill: currentColor;
  stroke: none;
}

.dpt-hex-account-nav-toggle {
  display: none;
}

.woocommerce-account.logged-in .dpt-hex-dashboard-content {
  min-width: 0;
}

.dpt-hex-dashboard {
  --dpt-dashboard-blue: #086fca;
  --dpt-dashboard-navy: #17324d;
  display: grid;
  gap: 20px;
  color: var(--dpt-dashboard-navy);
}

.dpt-hex-dashboard a {
  text-decoration: none;
}

.dpt-hex-dashboard-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 22px;
  background: linear-gradient(120deg, #07579e 0%, #0878d1 58%, #20bfe0 100%);
  box-shadow: 0 18px 42px rgba(7, 87, 158, 0.19);
  color: #fff;
}

.dpt-hex-dashboard-avatar-link {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  color: #07579e;
}

.dpt-hex-dashboard-avatar {
  width: 100%;
  height: 100%;
  border: 4px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(4, 50, 90, 0.2);
  object-fit: cover;
}

.dpt-hex-dashboard-avatar-link > span {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #dfff32;
  font-size: 12px;
  font-weight: 900;
}

.dpt-hex-dashboard-hero > div {
  min-width: 0;
}

.dpt-hex-dashboard-hero::after {
  position: absolute;
  right: -50px;
  bottom: -78px;
  width: 230px;
  height: 230px;
  border: 36px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.dpt-hex-dashboard-eyebrow,
.dpt-hex-dashboard-heading small,
.dpt-hex-dashboard-footer small {
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dpt-hex-dashboard-eyebrow {
  margin-bottom: 7px;
  color: #c7f5ff;
}

.dpt-hex-dashboard-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(27px, 4vw, 40px);
  line-height: 1.12;
}

.dpt-hex-dashboard-hero p {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.dpt-hex-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dpt-hex-dashboard-metric {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid rgba(17, 77, 126, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 66, 106, 0.08);
  color: var(--dpt-dashboard-navy);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.dpt-hex-dashboard-metric:hover,
.dpt-hex-dashboard-metric:focus-visible {
  border-color: rgba(8, 111, 202, 0.32);
  box-shadow: 0 14px 34px rgba(17, 66, 106, 0.14);
  transform: translateY(-2px);
}

.dpt-hex-dashboard-icon {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 14px;
  background: #eaf5ff;
  color: var(--dpt-dashboard-blue);
}

.dpt-hex-dashboard-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dpt-hex-dashboard-metric--disfracitos .dpt-hex-dashboard-icon {
  background: #effbdd;
  color: #65a900;
}

.dpt-hex-dashboard-metric--disfracitos .dpt-hex-dashboard-icon svg {
  fill: currentColor;
  stroke: none;
}

.dpt-hex-dashboard-metric > span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.dpt-hex-dashboard-metric small {
  color: #668096;
  font-size: 12px;
  font-weight: 700;
}

.dpt-hex-dashboard-metric strong {
  overflow: hidden;
  color: var(--dpt-dashboard-navy);
  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dpt-hex-dashboard-metric em {
  color: var(--dpt-dashboard-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.dpt-hex-dashboard-section {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(17, 77, 126, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(17, 66, 106, 0.06);
}

.dpt-hex-dashboard-heading {
  margin-bottom: 16px;
}

.dpt-hex-dashboard-heading small,
.dpt-hex-dashboard-footer small {
  margin-bottom: 3px;
  color: #68839a;
}

.dpt-hex-dashboard-heading h2 {
  margin: 0;
  color: var(--dpt-dashboard-navy);
  font-size: 21px;
}

.dpt-hex-dashboard-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.dpt-hex-dashboard-actions > a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(17, 77, 126, 0.11);
  border-radius: 15px;
  background: #fff;
  color: var(--dpt-dashboard-navy);
  transition: border-color 0.18s ease, background 0.18s ease;
}

.dpt-hex-dashboard-actions > a:hover,
.dpt-hex-dashboard-actions > a:focus-visible {
  border-color: rgba(8, 111, 202, 0.3);
  background: #f5fbff;
}

.dpt-hex-dashboard-actions .dpt-hex-dashboard-icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 12px;
}

.dpt-hex-dashboard-actions .dpt-hex-dashboard-icon svg {
  width: 20px;
  height: 20px;
}

.dpt-hex-dashboard-actions > a > span:not(.dpt-hex-dashboard-icon) {
  min-width: 0;
  display: grid;
  flex: 1;
  gap: 2px;
}

.dpt-hex-dashboard-actions strong {
  color: var(--dpt-dashboard-navy);
  font-size: 14px;
}

.dpt-hex-dashboard-actions small {
  color: #70869a;
  font-size: 11px;
  line-height: 1.35;
}

.dpt-hex-dashboard-actions b {
  color: var(--dpt-dashboard-blue);
  font-size: 20px;
  font-weight: 500;
}

.dpt-hex-dashboard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  border-radius: 17px;
  background: #eaf5ff;
}

.dpt-hex-dashboard-footer > div {
  display: grid;
}

.dpt-hex-dashboard-footer strong {
  color: var(--dpt-dashboard-navy);
  font-size: 14px;
}

.dpt-hex-dashboard-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.dpt-hex-dashboard-footer a {
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff;
  color: var(--dpt-dashboard-blue);
  font-size: 12px;
  font-weight: 750;
}

.ct-account-welcome img {
  border-radius: 50%;
  object-fit: cover;
}

.dpt-profile-editor {
  display: grid;
  gap: 20px;
  margin: 0 0 28px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(17, 77, 126, 0.12);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f3faff);
  box-shadow: 0 12px 34px rgba(17, 66, 106, 0.08);
}

.dpt-profile-editor__intro {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dpt-profile-editor__intro > img {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 66, 106, 0.16);
  object-fit: cover;
}

.dpt-profile-editor__intro > div {
  min-width: 0;
}

.dpt-profile-editor__intro > div >p,
.dpt-profile-editor__intro h2 {
  margin: 0;
}

.dpt-profile-editor__intro > div > span {
  display: block;
  margin-bottom: 2px;
  color: #0871c9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dpt-profile-editor__intro h2 {
  color: #17324d;
  font-size: 23px;
}

.dpt-profile-editor__intro p {
  color: #6b8296;
  font-size: 13px;
}

.dpt-profile-editor__choices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
  padding: 0;
  border: 0;
}

.dpt-profile-editor__choices legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: #17324d;
  font-size: 13px;
  font-weight: 800;
}

.dpt-profile-editor__choices label {
  position: relative;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
  margin: 0;
  padding: 11px 7px;
  border: 1px solid rgba(17, 77, 126, 0.12);
  border-radius: 15px;
  background: #fff;
  color: #38546d;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.dpt-profile-editor__choices label:hover {
  border-color: rgba(8, 113, 201, 0.35);
  transform: translateY(-2px);
}

.dpt-profile-editor__choices input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.dpt-profile-editor__choices img {
  width: 70px;
  height: 70px;
  border: 3px solid transparent;
  border-radius: 50%;
  object-fit: cover;
}

.dpt-profile-editor__choices input:checked + img {
  border-color: #0871c9;
  box-shadow: 0 0 0 3px rgba(8, 113, 201, 0.14);
}

.dpt-profile-editor__choices input:focus-visible + img {
  outline: 3px solid #ffca28;
  outline-offset: 3px;
}

.dpt-profile-editor__choices span {
  overflow: hidden;
  max-width: 100%;
  font-size: 11px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dpt-profile-editor__upload {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 15px;
  border: 1px dashed rgba(8, 113, 201, 0.35);
  border-radius: 15px;
  background: rgba(234, 245, 255, 0.7);
  color: #17324d;
}

.dpt-profile-editor__upload strong {
  font-size: 13px;
}

.dpt-profile-editor__upload span {
  color: #6b8296;
  font-size: 11px;
}

.dpt-profile-editor__upload input[type="file"] {
  width: 100%;
  margin-top: 7px;
  padding: 8px;
  border: 1px solid rgba(17, 77, 126, 0.13);
  border-radius: 10px;
  background: #fff;
  font-size: 12px;
}

@media (min-width: 1000px) {
  .woocommerce-account.logged-in .ct-woo-account {
    align-items: start;
  }

  .woocommerce-account.logged-in .ct-acount-nav {
    position: sticky;
    top: calc(var(--dpt-hex-desktop-header-height, 154px) + 16px);
  }
}

@media (min-width: 1000px) {
  #header [data-device="desktop"] .ct-sticky-container {
    height: var(--dpt-hex-desktop-header-height, 154px) !important;
  }

  #header [data-device="desktop"] .ct-header-cart {
    display: none !important;
  }

  #header [data-device="desktop"]
    .ct-header-cart.dpt-hex-strip-cart {
    width: 100%;
    display: flex !important;
    align-self: stretch;
    justify-self: stretch;
  }

  #header [data-device="desktop"]
    .ct-header-cart.dpt-hex-strip-cart > .ct-cart-content {
    border-radius: 0 0 10px 10px !important;
  }

  #header [data-device="desktop"] .dpt-hex-utility-strip {
    min-height: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    padding: 1px max(8px, calc((100% - var(--theme-container-width, 1290px)) / 2));
    border-top: 1px solid rgba(7, 92, 171, 0.12);
    border-bottom: 1px solid rgba(7, 92, 171, 0.14);
    background: rgba(247, 252, 255, 0.97);
    box-shadow: 0 3px 8px rgba(9, 66, 120, 0.06);
    backdrop-filter: blur(10px);
  }

  #header [data-device="desktop"] .dpt-hex-strip-wallet,
  #header [data-device="desktop"] .dpt-hex-strip-disfracitos,
  #header [data-device="desktop"] .dpt-hex-strip-cart {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 2px 8px;
    color: #113d67;
    text-decoration: none;
  }

  #header [data-device="desktop"] .dpt-hex-strip-wallet,
  #header [data-device="desktop"] .dpt-hex-strip-disfracitos {
    border-right: 1px solid rgba(7, 92, 171, 0.13);
  }

  #header [data-device="desktop"] .dpt-hex-link-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    color: #fff;
    background: #168ec7;
  }

  #header [data-device="desktop"] .dpt-hex-link-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  #header [data-device="desktop"]
    .dpt-hex-strip-disfracitos .dpt-hex-link-icon svg {
    fill: currentColor;
    stroke: none;
  }

  #header [data-device="desktop"] .dpt-hex-strip-cart .dpt-hex-link-icon {
    position: relative;
  }

  #header [data-device="desktop"] .dpt-hex-cart-count {
    position: absolute;
    top: -5px;
    right: -7px;
    min-width: 15px;
    height: 15px;
    display: grid;
    place-items: center;
    padding-inline: 3px;
    border: 2px solid #f7fcff;
    border-radius: 999px;
    background: #e93624;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
  }

  #header [data-device="desktop"] .dpt-hex-link-copy {
    overflow: hidden;
  }

  #header [data-device="desktop"] .dpt-hex-link-copy strong {
    display: none;
  }

  #header [data-device="desktop"] .dpt-hex-link-copy small {
    overflow: hidden;
    color: #49687f;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #header [data-device="desktop"] .dpt-hex-strip-wallet:hover,
  #header [data-device="desktop"] .dpt-hex-strip-wallet:focus-visible,
  #header [data-device="desktop"] .dpt-hex-strip-disfracitos:hover,
  #header [data-device="desktop"] .dpt-hex-strip-disfracitos:focus-visible,
  #header [data-device="desktop"] .dpt-hex-strip-cart:hover,
  #header [data-device="desktop"] .dpt-hex-strip-cart:focus-visible {
    border-radius: 9px;
    background: rgba(22, 142, 199, 0.08);
  }

  body.dpt-hex-sticky-active .ct-floating-bar {
    top: var(--dpt-hex-sticky-bottom, 154px) !important;
    transition: top 0.24s cubic-bezier(0.22, 0.75, 0.25, 1);
  }
}

@media (max-width: 999.98px) {
  /* Use the same brand surface as the desktop header, including its sticky state. */
  #header [data-device="mobile"] [data-row="middle"] {
    background-color: #30c7ec !important;
    background-image: radial-gradient(
      248px,
      rgb(22, 217, 227) 0%,
      rgb(48, 199, 236) 47%,
      rgb(70, 174, 247) 100%
    ) !important;
  }

  #header [data-device="mobile"] [data-row="middle"] .ct-header-trigger,
  #header [data-device="mobile"] [data-row="middle"] .dpt-search-trigger {
    color: #16263a;
  }

  #header [data-device="mobile"] .ct-sticky-container {
    height: var(--dpt-hex-mobile-header-height, 104px) !important;
  }

  #header [data-device="mobile"] .ct-header-cart {
    display: none !important;
  }

  #header [data-device="mobile"]
    .ct-header-cart.dpt-hex-strip-cart {
    width: 100%;
    display: flex !important;
    align-self: stretch;
    justify-self: stretch;
  }

  #header [data-device="mobile"]
    .ct-header-cart.dpt-hex-strip-cart > .ct-cart-content {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    width: 300% !important;
    max-width: calc(100vw - 16px) !important;
    margin-top: 0 !important;
    border-radius: 0 0 18px 18px !important;
  }

  #header [data-device="mobile"] .dpt-hex-utility-strip {
    min-height: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    padding: 1px max(8px, calc((100% - var(--theme-container-width, 1290px)) / 2));
    border-top: 1px solid rgba(7, 92, 171, 0.12);
    border-bottom: 1px solid rgba(7, 92, 171, 0.14);
    background: rgba(247, 252, 255, 0.97);
    box-shadow: 0 3px 8px rgba(9, 66, 120, 0.06);
    backdrop-filter: blur(10px);
  }

  #header [data-device="mobile"] .dpt-hex-strip-wallet,
  #header [data-device="mobile"] .dpt-hex-strip-disfracitos,
  #header [data-device="mobile"] .dpt-hex-strip-cart {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 2px 8px;
    color: #113d67;
    text-decoration: none;
  }

  #header [data-device="mobile"] .dpt-hex-strip-wallet,
  #header [data-device="mobile"] .dpt-hex-strip-disfracitos {
    border-right: 1px solid rgba(7, 92, 171, 0.13);
  }

  #header [data-device="mobile"] .dpt-hex-link-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    color: #fff;
    background: #168ec7;
  }

  #header [data-device="mobile"] .dpt-hex-link-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  #header [data-device="mobile"]
    .dpt-hex-strip-disfracitos .dpt-hex-link-icon svg {
    fill: currentColor;
    stroke: none;
  }

  #header [data-device="mobile"] .dpt-hex-strip-cart .dpt-hex-link-icon {
    position: relative;
  }

  #header [data-device="mobile"] .dpt-hex-cart-count {
    position: absolute;
    top: -5px;
    right: -7px;
    min-width: 15px;
    height: 15px;
    display: grid;
    place-items: center;
    padding-inline: 3px;
    border: 2px solid #f7fcff;
    border-radius: 999px;
    background: #e93624;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
  }

  body.dpt-hex-sticky-active
    #header [data-device="mobile"] [data-sticky] {
    animation: dpt-hex-sticky-enter 0.24s cubic-bezier(0.22, 0.75, 0.25, 1) both;
  }

  body.dpt-hex-sticky-active .ct-floating-bar {
    top: var(--dpt-hex-sticky-bottom, 104px) !important;
    transition: top 0.24s cubic-bezier(0.22, 0.75, 0.25, 1);
  }

  @keyframes dpt-hex-sticky-enter {
    from {
      opacity: 0.96;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  #header [data-device="mobile"] .dpt-hex-link-copy {
    overflow: hidden;
  }

  #header [data-device="mobile"] .dpt-hex-link-copy strong {
    display: none;
  }

  #header [data-device="mobile"] .dpt-hex-link-copy small {
    overflow: hidden;
    color: #49687f;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #header [data-device="mobile"] .dpt-hex-strip-wallet:hover,
  #header [data-device="mobile"] .dpt-hex-strip-wallet:focus-visible,
  #header [data-device="mobile"] .dpt-hex-strip-disfracitos:hover,
  #header [data-device="mobile"] .dpt-hex-strip-disfracitos:focus-visible,
  #header [data-device="mobile"] .dpt-hex-strip-cart:hover,
  #header [data-device="mobile"] .dpt-hex-strip-cart:focus-visible {
    border-radius: 9px;
    background: rgba(22, 142, 199, 0.08);
  }

  @media (max-width: 360px) {
    #header [data-device="mobile"] .dpt-hex-strip-wallet,
    #header [data-device="mobile"] .dpt-hex-strip-disfracitos,
    #header [data-device="mobile"] .dpt-hex-strip-cart {
      gap: 5px;
      padding-inline: 5px;
    }
  }

  /*
   * The home content begins with inline STYLE/SCRIPT nodes. Their whitespace
   * creates an anonymous text line before the first real block at this width.
   * Remove only that line-height and restore normal rhythm on real children.
   */
  body.home.dpt-header-experience .entry-content {
    line-height: 0;
  }

  body.home.dpt-header-experience .entry-content > * {
    line-height: var(--theme-line-height, 1.65);
  }

  body.home.dpt-header-experience
    .entry-content > .wp-block-nextend-smartslider3 {
    margin-top: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-account.logged-in .ct-woo-account {
    gap: 14px !important;
  }

  .woocommerce-account.logged-in .ct-acount-nav {
    overflow: visible;
    border-radius: 14px;
    box-shadow: 0 6px 22px rgba(14, 63, 104, 0.09);
  }

  .woocommerce-account.logged-in .ct-account-welcome {
    min-height: 54px;
    padding: 9px 12px !important;
    border-bottom: 1px solid rgba(18, 77, 126, 0.1);
  }

  .woocommerce-account.logged-in .ct-account-welcome img {
    width: 32px;
    height: 32px !important;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    position: relative;
    height: auto !important;
    padding: 7px;
  }

  .woocommerce-account.logged-in .dpt-hex-account-nav-toggle {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border: 1px solid rgba(7, 110, 202, 0.18);
    border-radius: 10px;
    background: linear-gradient(135deg, #0876cf, #0565b8);
    color: #fff;
    text-align: left;
    cursor: pointer;
  }

  .woocommerce-account.logged-in .dpt-hex-account-nav-current {
    min-width: 0;
    display: grid;
    flex: 1;
    gap: 1px;
    line-height: 1.15;
  }

  .woocommerce-account.logged-in .dpt-hex-account-nav-current small {
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.04em;
    opacity: 0.76;
    text-transform: uppercase;
  }

  .woocommerce-account.logged-in .dpt-hex-account-nav-current strong {
    overflow: hidden;
    font-size: 13px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .woocommerce-account.logged-in .dpt-hex-account-nav-chevron {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 0.18s ease;
  }

  .woocommerce-account.logged-in
    .dpt-hex-account-nav-ready.is-open
    .dpt-hex-account-nav-chevron {
    transform: rotate(180deg);
  }

  .woocommerce-account.logged-in
    .dpt-hex-account-nav-ready:not(.is-open)
    > ul {
    display: none !important;
  }

  .woocommerce-account.logged-in .dpt-hex-account-nav-ready.is-open > ul {
    max-height: min(56vh, 440px);
    display: block !important;
    overflow-y: auto;
    margin: 7px 0 0 !important;
    border: 1px solid rgba(18, 77, 126, 0.1);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(15, 55, 91, 0.14);
    scrollbar-width: thin;
  }

  .woocommerce-account.logged-in
    .dpt-hex-account-nav-ready.is-open
    .woocommerce-MyAccount-navigation-link
    > a {
    min-height: 46px;
    padding: 8px 12px;
  }

  .woocommerce-account.logged-in
    .dpt-hex-account-nav-ready.is-open
    .woocommerce-MyAccount-navigation-link.is-active
    > a {
    background: rgba(7, 110, 202, 0.09);
    color: #0565b8;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    margin-top: 0 !important;
  }

  .dpt-hex-dashboard {
    gap: 13px;
  }

  .dpt-hex-dashboard-hero {
    align-items: flex-start;
    gap: 12px;
    padding: 19px 17px;
    border-radius: 17px;
  }

  .dpt-hex-dashboard-hero h1 {
    font-size: 25px;
  }

  .dpt-hex-dashboard-avatar-link {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .dpt-hex-dashboard-avatar {
    border-width: 3px;
  }

  .dpt-hex-dashboard-hero p {
    font-size: 13px;
    line-height: 1.45;
  }

  .dpt-hex-dashboard-metrics {
    gap: 9px;
  }

  .dpt-hex-dashboard-metric {
    align-items: flex-start;
    gap: 9px;
    padding: 13px 11px;
    border-radius: 14px;
  }

  .dpt-hex-dashboard-metric .dpt-hex-dashboard-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 10px;
  }

  .dpt-hex-dashboard-metric .dpt-hex-dashboard-icon svg {
    width: 18px;
    height: 18px;
  }

  .dpt-hex-dashboard-metric strong {
    font-size: 17px;
  }

  .dpt-hex-dashboard-metric em {
    display: none;
  }

  .dpt-hex-dashboard-section {
    padding: 16px 12px;
    border-radius: 17px;
  }

  .dpt-hex-dashboard-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dpt-hex-dashboard-actions > a {
    padding: 12px;
  }

  .dpt-hex-dashboard-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px;
  }

  .dpt-hex-dashboard-footer nav {
    justify-content: flex-start;
  }

  .dpt-profile-editor {
    gap: 16px;
    padding: 16px 12px;
    border-radius: 17px;
  }

  .dpt-profile-editor__intro {
    gap: 12px;
  }

  .dpt-profile-editor__intro > img {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .dpt-profile-editor__intro h2 {
    font-size: 20px;
  }

  .dpt-profile-editor__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .dpt-profile-editor__choices img {
    width: 64px;
    height: 64px;
  }
}
