/** Shopify CDN: Minification failed

Line 338:0 Unexpected "}"

**/
.link-coordinate {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 50px 60px;
}

/* ── Two column layout ── */
.lc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* ── LEFT: Image column ── */
.lc-col-left {
  position: sticky;
  top: 100px;
}

/* ── Gallery ── */
.lc-gallery__main {
  position: relative;
  margin-bottom: 12px;
}

.lc-gallery__slide {
  display: none;
}

.lc-gallery__slide--active {
  display: block;
}

.lc-gallery__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.lc-gallery__thumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.lc-gallery__thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.2s;
}

.lc-gallery__thumb:hover {
  opacity: 0.8;
}

.lc-gallery__thumb--active {
  border-color: #333;
  opacity: 1;
}

.lc-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lc-hero__image--placeholder {
  background: #f0ece6;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #a09888;
  font-size: 14px;
}

/* ── RIGHT: Info column ── */
.lc-col-right {
  padding-top: 0;
}

/* ── Header ── */
.lc-header {
  margin-bottom: 24px;
}

.lc-header__subtitle {
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.lc-header__title {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

/* ── Section header ── */
.lc-section {
  margin-bottom: 24px;
}

.lc-section__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0ddd6;
}

.lc-section__header--dog {
  border-bottom-color: #b5943c;
}

.lc-section__header--baby {
  border-bottom-color: #0d7c87;
}

.lc-section__heading {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #555;
}

/* ── Item row ── */
.lc-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #f0eeea;
}

.lc-item:last-child {
  border-bottom: none;
}

.lc-item__image {
  width: 72px;
  height: 72px;
  overflow: hidden;
  background: #f8f7f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lc-item__placeholder {
  font-size: 11px;
  color: #ccc;
}

.lc-item__info {
  min-width: 0;
}

.lc-item__name {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 4px;
  letter-spacing: 0.02em;
  color: #333;
}

.lc-item__price {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #333;
}

.lc-item__freesize {
  font-size: 12px;
  color: #aaa;
  margin: 0;
}

/* ── Variant buttons ── */
.lc-item__variants {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lc-item__variants-label {
  font-size: 12px;
  color: #999;
}

.lc-item__variant-buttons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.lc-variant-btn {
  font-size: 12px;
  padding: 5px 14px;
  border: 1px solid #d0cdc6;
  border-radius: 0;
  background: #fff;
  color: #555;
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
  line-height: 1.4;
  min-width: 40px;
  text-align: center;
}

.lc-variant-btn:hover {
  border-color: #555;
  color: #333;
}

.lc-variant-btn--active {
  background: #333;
  color: #fff;
  border-color: #333;
}

.lc-variant-btn--soldout {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* ── CTA ── */
.lc-cta {
  padding: 24px 0 0;
  margin-top: 8px;
  border-top: 1px solid #e8e6e0;
}

.lc-cta__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2px;
}

.lc-cta__total-label {
  font-size: 14px;
  color: #888;
}

.lc-cta__total-price {
  font-size: 24px;
  font-weight: 400;
  color: #333;
}

.lc-cta__tax {
  text-align: right;
  font-size: 12px;
  color: #aaa;
  margin: 0 0 20px;
}

.lc-cta__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.lc-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  letter-spacing: 0.03em;
  border-radius: 0;
}

.lc-cta__button svg {
  flex-shrink: 0;
}

.lc-cta__button--cart {
  background: transparent;
  color: #0d7c87;
  border: 1px solid #0d7c87;
}

.lc-cta__button--cart:hover {
  background: #0d7c87;
  color: #fff;
}

.lc-cta__button--buy {
  background-color: #5433EB;
  color: #fff;
  border: none;
  width: 100%;
  max-width: 400px;
}

.lc-cta__button--buy:hover {
  background-color: #4524DB;
}
}

.lc-cta__button:disabled {
  opacity: 0.5;
  cursor: wait;
}

.lc-cta__note {
  font-size: 12px;
  color: #bbb;
  margin: 0;
  text-align: center;
}

/* ── Product description ── */
.lc-description {
  padding: 28px 0 0;
  margin-top: 24px;
}

.lc-description__heading {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #333;
}

.lc-description__divider {
  height: 2px;
  background: #0d7c87;
  margin-bottom: 20px;
}

.lc-description__text {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
}

.lc-description__text p {
  margin: 0;
}

/* ── Spec table ── */
.lc-spec {
  margin-top: 24px;
  background: #f8f7f4;
  border-radius: 8px;
  padding: 4px 20px;
}

.lc-spec__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e8e6e0;
  font-size: 14px;
}

.lc-spec__row:last-child {
  border-bottom: none;
}

.lc-spec__label {
  color: #888;
  font-size: 13px;
}

.lc-spec__value {
  color: #333;
  line-height: 1.7;
}

/* ── Concept ── */
.lc-concept {
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid #e8e6e0;
}

.lc-concept__heading {
  font-size: 11px;
  letter-spacing: 2px;
  color: #bbb;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.lc-concept__text {
  font-size: 14px;
  color: #777;
  line-height: 1.9;
}

.lc-concept__text p {
  margin: 0;
}

/* ── Mobile ── */
@media screen and (max-width: 749px) {
  .link-coordinate {
    padding: 16px 16px 40px;
  }

  .lc-two-col {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lc-col-left {
    position: static;
  }

  .lc-hero__image--placeholder {
    aspect-ratio: 4 / 3;
  }

  .lc-gallery__thumb {
    width: 56px;
    height: 56px;
  }

  .lc-header__title {
    font-size: 18px;
  }

  .lc-item {
    grid-template-columns: 60px 1fr;
    gap: 12px;
    padding: 12px 0;
  }

  .lc-item__image {
    width: 60px;
    height: 60px;
  }

  .lc-item__variants {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .lc-cta__buttons {
    grid-template-columns: 1fr;
  }

  .lc-cta__total-price {
    font-size: 20px;
  }

  .lc-spec__row {
    grid-template-columns: 80px 1fr;
    gap: 12px;
  }
}
/* ===== Collapsible rows ===== */
.lc-collapsible {
  margin-top: 32px;
  border-top: 1px solid #e0e0e0;
}

.lc-collapsible__item {
  border-bottom: 1px solid #e0e0e0;
}

.lc-collapsible__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}

.lc-collapsible__summary::-webkit-details-marker {
  display: none;
}

.lc-collapsible__icon-wrap {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.lc-collapsible__icon-minus {
  display: none;
}

details[open] .lc-collapsible__icon-plus {
  display: none;
}

details[open] .lc-collapsible__icon-minus {
  display: inline;
}

.lc-collapsible__content {
  padding: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.lc-collapsible__content p {
  margin: 0;
}

.lc-collapsible__content a {
  color: #0d7c87;
  text-decoration: underline;
}
/* ===== Header note ===== */
.lc-header__note {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
  line-height: 1.6;
}

/* ===== Item row layout ===== */
.lc-item {
  position: relative;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.lc-item--highlight {
  box-shadow: 0 0 0 2px #e74c3c;
  border-radius: 4px;
}

.lc-item__info {
  flex: 1;
}

/* ===== Individual add to cart button ===== */
.lc-item__cart-action {
  display: flex;
  align-items: center;
  margin-left: 24px;
  flex-shrink: 0;
}

.lc-item__add-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #0d7c87;
  background: #fff;
  border: 1px solid #0d7c87;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.lc-item__add-btn:hover {
  background: #0d7c87;
  color: #fff;
}

.lc-item__add-btn:hover svg {
  stroke: #fff;
}

.lc-item__add-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.lc-item__add-btn--added {
  background: #0d7c87;
  color: #fff;
  border-color: #0d7c87;
}

.lc-item__add-btn svg {
  stroke: #0d7c87;
  transition: stroke 0.2s;
}

.lc-item__add-btn--added svg {
  stroke: #fff;
}

/* ===== Buy now button center ===== */
.lc-cta__buttons {
  display: flex;
  justify-content: center;
}

/* ===== Mobile: stack cart button below ===== */
@media (max-width: 767px) {
  .lc-item {
    flex-wrap: wrap;
  }

  .lc-item__cart-action {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
}
/* ===== Gallery cursor ===== */
.lc-gallery__main,
.lc-gallery__slide,
.lc-gallery__img--clickable {
  cursor: pointer !important;
}

/* ===== Lightbox ===== */
.lc-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lc-lightbox--active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.lc-lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-lightbox__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-lightbox__img {
  max-width: 85vw;
  max-height: 85vh;
  object-fit: contain;
}

.lc-lightbox__close {
  position: fixed;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}

.lc-lightbox__close:hover {
  opacity: 0.7;
}

.lc-lightbox__prev,
.lc-lightbox__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 8px;
  opacity: 0.9;
}

.lc-lightbox__prev svg,
.lc-lightbox__next svg {
  width: 40px;
  height: 40px;
  stroke: #333;
  stroke-width: 2;
  fill: #fff;
}

.lc-lightbox__prev {
  left: 16px;
}

.lc-lightbox__next {
  right: 16px;
}

.lc-lightbox__prev:hover,
.lc-lightbox__next:hover {
  opacity: 1;
}

.lc-lightbox__counter {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  z-index: 10;
}
.lc-lightbox__img {
  max-width: 85vw;
  max-height: 85vh;
  object-fit: contain;
  animation: lc-lightbox-fadein 0.25s ease;
}
@keyframes lc-lightbox-fadein {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.lc-item__add-btn {
  background-color: #B5943C !important;
  border-color: #B5943C !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
}
.lc-item__add-btn:hover {
  background-color: #fff !important;
  color: #B5943C !important;
  border-color: #B5943C !important;
}
.button--primary,
.button--product-action {
  color: #fff !important;
  transition: all 0.3s ease !important;
}
.button--primary:hover,
.button--product-action:hover {
  background-color: #fff !important;
  color: #B5943C !important;
  border-color: #B5943C !important;
}
.lc-item__add-btn svg {
  stroke: #fff !important;
}
.lc-item__add-btn:hover svg {
  stroke: #B5943C !important;
}
.lc-item__link {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  transition: border-color 0.2s;
}

.lc-item__link:hover {
  border-bottom-color: #0d7c87;
  color: #0d7c87;
}
.lc-collapsible + .lc-collapsible {
  border-top: none;
  margin-top: 0;
}