/* Series accents retain the familiar LocknLock product-family identity. */
.ll-product { --series: #23539b; --series-soft: #eef3fa; color: var(--ll-ink, #171923); padding-bottom: clamp(3rem, 7vw, 7rem); }
.ll-product--to_go_boxen { --series: #9c2938; --series-soft: #fbf0f1; }
.ll-product--oven_glass { --series: #a84119; --series-soft: #fcf2ed; }
.ll-product--bisfree { --series: #267043; --series-soft: #eff6ef; }
.ll-product--edelstahl { --series: #515964; --series-soft: #f1f3f5; }
.ll-product *, .ll-product *::before, .ll-product *::after { box-sizing: border-box; }
.ll-product-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.ll-product-breadcrumb { display: flex; flex-wrap: wrap; gap: .7rem; padding-block: 1.6rem 2.4rem; font-size: .78rem; color: #626571; }
.ll-product-breadcrumb a { text-decoration: none; }
.ll-product-breadcrumb a:hover { text-decoration: underline; }
.ll-product-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: start; gap: clamp(2rem, 4vw, 4.5rem); }
.ll-product-gallery, .ll-product-info { min-width: 0; }
.ll-product-stage { position: relative; background: white; border: 1px solid #e5e5eb; border-radius: 24px; padding: 1rem; box-shadow: 0 18px 45px #17192305; }
.ll-product-zoom { display: block; width: 100%; border: 0; padding: 0 0 2.3rem; background: white; cursor: zoom-in; border-radius: 16px; }
.ll-product-zoom img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; }
.ll-product-zoom-label { position: absolute; right: 1.5rem; bottom: 1.2rem; display: inline-flex; align-items: center; gap: 1rem; font-size: .75rem; font-weight: 600; color: #515964; }
.ll-product-zoom-label span { font-size: 1.2rem; }
.ll-product-arrow { position: absolute; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #dedee6; border-radius: 50%; color: #171923; background: #fffffff2; font: inherit; font-size: 1.25rem; box-shadow: 0 3px 12px #17192309; cursor: pointer; transition: background .2s, border-color .2s; }
.ll-product-arrow--prev { left: .65rem; }
.ll-product-arrow--next { right: .65rem; }
.ll-product-arrow:hover { background: var(--series-soft); border-color: var(--series); }
.ll-product-gallery-meta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem; padding: 1.3rem .15rem .65rem; font-size: .73rem; color: #626571; }
.ll-product-gallery-meta p { margin: 0; font-weight: 700; color: var(--series); }
.ll-product-thumbnails { position: relative; display: flex; gap: 10px; max-width: 100%; overflow-x: auto; padding: 7px 5px 14px; scrollbar-width: thin; scrollbar-color: #b3b6bf #f1f2f5; overscroll-behavior-x: contain; }
.ll-product-thumbnail { flex: 0 0 76px; width: 76px; height: 76px; padding: 4px; border: 2px solid #e5e5eb; border-radius: 12px; background: white; cursor: pointer; transition: border-color .2s, background .2s; }
.ll-product-thumbnail img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ll-product-thumbnail[aria-pressed="true"] { border-color: var(--series); box-shadow: 0 0 0 1px var(--series); }
.ll-product-thumbnail:hover { border-color: var(--series); }
.ll-product :is(button, a):focus-visible { outline: 3px solid var(--series); outline-offset: 3px; }
.ll-product-small { font-size: .75rem; line-height: 1.6; color: #626571; margin: .65rem 0 0; }
.ll-product-eyebrow { margin: .5rem 0 1rem; color: var(--series); text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 700; }
.ll-product-info h1 { margin: 0 0 1.7rem; font-size: clamp(2.1rem, 3.5vw, 3.35rem); line-height: 1.12; letter-spacing: -.045em; overflow-wrap: anywhere; }
.ll-product-info h1 span { color: var(--series); }
.ll-product-info p { line-height: 1.75; }
.ll-product-info .ll-product-lead { margin-bottom: 1rem; font-size: 1.08rem; color: #30343d; }
.ll-product-facts { list-style: none; padding: 1.4rem 0; margin: 1.3rem 0 .6rem; border-block: 1px solid #e5e5eb; display: grid; gap: .65rem; font-size: .86rem; }
.ll-product-facts li { position: relative; padding-left: 1.4rem; }
.ll-product-facts li::before { content: '✓'; color: var(--series); position: absolute; left: 0; font-weight: 700; }
.ll-product-care-link { display: inline-flex; align-items: center; gap: 1.4rem; min-height: 44px; color: var(--series); text-underline-offset: 4px; font-size: .82rem; }
.ll-product-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.ll-product-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.3rem; border: 1px solid var(--series); border-radius: 8px; color: white; background: var(--series); font-size: .82rem; font-weight: 700; text-decoration: none; transition: box-shadow .2s; }
.ll-product-button:hover { box-shadow: 0 4px 14px #17192326; text-decoration: underline; text-underline-offset: 4px; }
.ll-product-button--secondary { color: var(--series); background: transparent; }
.ll-product-care { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 3rem; padding: clamp(1.5rem, 4vw, 3rem); margin-top: clamp(3rem, 6vw, 6rem); border-radius: 24px; background: var(--series-soft); scroll-margin-top: 2rem; }
.ll-product-care h2, .ll-product-resources h2, .ll-product-related h2 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); margin: 0 0 1rem; }
.ll-product-care p, .ll-product-care dd, .ll-product-resources p { font-size: .9rem; line-height: 1.8; }
.ll-product-care dl { margin: 0; }
.ll-product-care dl > div + div { margin-top: 1.3rem; border-top: 1px solid #1719231a; padding-top: 1.3rem; }
.ll-product-care dt { font-size: .84rem; font-weight: 700; margin-bottom: .4rem; }
.ll-product-care dd { margin: 0; color: #515964; }
.ll-product-resources { display: flex; justify-content: space-between; gap: 3rem; align-items: center; padding-block: 3rem; border-bottom: 1px solid #e5e5eb; }
.ll-product-resources > div:first-child { max-width: 560px; }
.ll-product-resources .ll-product-actions { margin: 0; flex-shrink: 0; flex-direction: column; }
.ll-product-related { padding-top: 3rem; }
.ll-product-related > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.ll-product-related a { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: 1.2rem; border: 1px solid #e5e5eb; border-radius: 12px; font-size: .82rem; font-weight: 700; text-decoration: none; }
.ll-product-related a:hover { background: var(--series-soft); border-color: var(--series); }
.ll-product-dialog { width: min(1100px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 0; border-radius: 20px; background: white; color: #171923; box-shadow: 0 24px 90px #0005; overscroll-behavior: contain; }
.ll-product-dialog::backdrop { background: #101621bd; }
.ll-product-dialog-inner { padding: 1.2rem; }
.ll-product-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ll-product-dialog h2 { font-size: .95rem; letter-spacing: -.02em; margin: 0; }
.ll-product-dialog-close { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; padding: .4rem .8rem; border: 1px solid #dedee6; border-radius: 8px; background: white; color: #171923; font-size: .78rem; cursor: pointer; }
.ll-product-dialog-close span { font-size: 1.5rem; line-height: 1; }
.ll-product-dialog-stage { position: relative; margin-block: .6rem; }
.ll-product-dialog-stage img { display: block; width: 100%; height: clamp(150px, 58dvh, 670px); object-fit: contain; }
.ll-product-dialog [data-gallery-modal-status] { margin: .5rem 0; font-size: .8rem; color: #515964; }
html:has(.ll-gallery-open) { overflow: hidden; }
@media (max-width: 959px) {
  .ll-product-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .ll-product-stage { max-width: 680px; margin-inline: auto; }
  .ll-product-zoom img { aspect-ratio: 4 / 3; }
  .ll-product-info h1 { font-size: clamp(2.1rem, 6vw, 3.35rem); }
  .ll-product-care { grid-template-columns: 1fr; gap: 1.8rem; }
  .ll-product-related > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  .ll-product-container { width: calc(100% - 36px); }
  .ll-product-breadcrumb { padding-block: 1.2rem 1.6rem; }
  .ll-product-stage { padding: .5rem; border-radius: 18px; }
  .ll-product-zoom img { aspect-ratio: 1 / 1; }
  .ll-product-thumbnail { flex-basis: 66px; width: 66px; height: 66px; }
  .ll-product-gallery-meta { font-size: .68rem; }
  .ll-product-resources { flex-direction: column; align-items: stretch; gap: 1.4rem; }
  .ll-product-related a { padding: 1rem .8rem; font-size: .75rem; }
  .ll-product-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 14px; }
  .ll-product-dialog-inner { padding: .7rem; }
  .ll-product-dialog h2 { font-size: .8rem; }
  .ll-product-dialog-close { flex-shrink: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .ll-product *, .ll-product *::before, .ll-product *::after { transition: none; scroll-behavior: auto; }
}
