.elementor-7323 .elementor-element.elementor-element-22b1ff{--display:flex;--margin-top:13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7323 .elementor-element.elementor-element-44fdc17{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-7323 .elementor-element.elementor-element-0063913{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7323 .elementor-element.elementor-element-0063913.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7323 .elementor-element.elementor-element-4dcf50d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7323 .elementor-element.elementor-element-0063913{--width:29.641%;}.elementor-7323 .elementor-element.elementor-element-4dcf50d{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-913530c */.pombo-configurator {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #1a1a1a;
  padding: 32px 20px;
  box-sizing: border-box;
  flex-wrap: nowrap;                /* prevent unwanted wrapping on desktop */
}

.preview-wrapper {
  width: 100%;
  max-width: 330px;
  min-width: 300px;                 /* safety net against shrinking */
  position: sticky;
  top: 225px;                       /* your original offset — adjust if header height changed */
  align-self: flex-start;           /* crucial for sticky + no height stretch */
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 auto;                   /* don't grow or shrink — respect fixed width */
}

#preview {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border: 1px solid #f0f0f0;
}

#hat, #pom {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.04);
  transform-origin: center 38%;
}

#pom {
  pointer-events: none;
  transform-origin: center 8%;
}

.config {
  width: 100%;
  max-width: 825px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #f0f0f0;
  padding: 12px 36px 36px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 0;                   /* reset — no longer needed with sticky */
  box-sizing: border-box;
}

.section-title {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 0 5px;
  padding-left: 0;
  text-align: left;
}

.section-title:nth-of-type(5) {
  text-align: left;
  margin: 12px 0 8px;
}

.options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32px, max-content));
  gap: 14px;
  justify-content: start;
  justify-items: start;
  margin-bottom: 20px;
}

.swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.28s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
  background-size: cover;
  background-position: center;
}

.opt.active .swatch {
  transform: scale(1.3);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  outline: 2px solid #fff;
  outline-offset: 2px;
  z-index: 2;
}

.swatch.black {
  border: 1px solid #555;
}

.sizes {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 8px 0 24px 0;
}

.sizes button {
  background: #f0f0f0;
  color: #444;
  padding: 6px 16px;
  border: none;
  border-radius: 999px;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.05rem;
  transition: all 0.22s ease;
  white-space: nowrap;
  line-height: 1.9;
}

.sizes button.active,
.sizes button:hover {
  background: #ff5e92;
  color: white;
}

#selection {
  background: #fcfcfc;
  color: #222;
  padding: 10px 16px;
  margin: 0;
  border-radius: 18px;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
  box-shadow: inset 0 2px 10px rgba(0,0,0,0.04);
  border: 1px solid #eee;
  hyphens: auto;
  overflow-wrap: break-word;
  white-space: normal;
}

#cart {
  background: #ff5e92;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(255,94,146,0.25);
  display: block;
}

#cart:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(255,94,146,0.35);
}

.hat-style-.elementor-7323 .elementor-element.elementor-element-913530c,
.pom-type-.elementor-7323 .elementor-element.elementor-element-913530c {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px 18px !important;
  row-gap: 24px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  min-height: auto;
  line-height: 1;
  font-size: 1.05rem;
  font-weight: 500;
  color: #444 !important;
}

.hat-style-link,
.pom-type-link {
  margin: 4px 0 !important;
  padding: 8px 18px !important;
  border-radius: 999px;
  background: #f0f0f0;
  color: #444 !important;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  box-sizing: border-box;
  transition: all 0.22s ease;
  line-height: 1.4;
  visibility: visible !important;
  border: none !important;
}

.hat-style-link:hover,
.pom-type-link:hover {
  background: #e5e5e5;
}

.hat-style-link.active,
.pom-type-link.active {
  background: #ff5e92 !important;
  color: white !important;
  font-weight: 600 !important;
}

.pombo-configurator .hat-style-link.active,
.pombo-configurator .pom-type-link.active,
.pombo-configurator .hat-style-link.active *,
.pombo-configurator .pom-type-link.active * {
  color: white !important;
}

.pombo-configurator span,
.pombo-configurator .hat-style-link,
.pombo-configurator .pom-type-link,
.pombo-configurator .hat-style-.elementor-7323 .elementor-element.elementor-element-913530c,
.pombo-configurator .pom-type-.elementor-7323 .elementor-element.elementor-element-913530c {
  visibility: visible !important;
  opacity: 1 !important;
}

.pombo-configurator .hat-style-link,
.pombo-configurator .pom-type-link {
  color: #444 !important;
}

/* ── Lindo F promotional section – headline above + image pulled to top ── */
.section-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 40px 0 24px;
}

.lindo-section {
  padding: 0 0 32px;
}

.lindo-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 16px 0;
  text-align: left;
  line-height: 1.25;
}

.lindo-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.lindo-row.text-right {
  flex-direction: row-reverse;
}

.lindo-row.text-left {
  flex-direction: row;
}

.lindo-text,
.lindo-features {
  flex: 1;
  min-width: 280px;
}

.lindo-text p {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #333;
  margin: 0 0 1.2em 0;
}

.lindo-main-image {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  flex-shrink: 0;
  margin-top: -36px;
}

.lindo-features {
  padding-top: 4px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #222;
}

.feature-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .pombo-configurator {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
  }
  .preview-wrapper {
    position: static;               /* disable sticky on mobile */
    left: auto;
    top: auto;
    max-width: 500px;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }
  .config {
    max-width: 100%;
    margin-left: 0;
  }
  #selection {
    font-size: 1.1rem;
    padding: 12px 18px;
  }
}

@media (max-width: 640px) {
  .section-title {
    font-size: 18px;
  }
  .options {
    grid-template-columns: repeat(auto-fit, minmax(40px, max-content));
    gap: 16px;
    justify-content: start;
    justify-items: start;
  }
  .swatch {
    width: 40px;
    height: 40px;
  }
  .opt.active .swatch {
    transform: scale(1.25);
  }
  .sizes button {
    padding: 6px 14px;
    font-size: 0.95rem;
  }
  .hat-style-link,
  .pom-type-link {
    padding: 7px 14px;
    font-size: 0.95rem;
    line-height: 1.5;
    min-width: 70px;
  }
  .hat-style-.elementor-7323 .elementor-element.elementor-element-913530c,
  .pom-type-.elementor-7323 .elementor-element.elementor-element-913530c {
    row-gap: 20px !important;
  }
  #cart {
    font-size: 1rem;
    padding: 10px 20px;
    max-width: 180px;
  }
  #selection {
    font-size: 0.95rem;
    padding: 8px 14px;
  }

  /* Lindo mobile adjustments */
  .lindo-title {
    font-size: 20px;
  }
  .lindo-text p,
  .feature-list li {
    font-size: 1rem;
  }
  .feature-icon {
    width: 32px;
    height: 32px;
  }
  .lindo-row {
    gap: 16px;
  }
  .lindo-main-image {
    margin-top: 0 !important;
    width: 100%;
    max-width: 360px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}/* End custom CSS */