.v27-detail .v27-gallery {
  padding-block: 48px;
}
.v27-detail .v27-gallery .section-heading {
  margin-bottom: 26px;
}
.v27-detail .v27-slider {
  min-width: 0;
}
.v27-detail button {
  font: inherit;
  cursor: pointer;
}
.v27-detail button:focus-visible,
.v27-lightbox button:focus-visible {
  outline: 3px solid #e30613;
  outline-offset: 4px;
}
.v27-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.v27-options button {
  border: 1px solid #d5d3cf;
  background: transparent;
  border-radius: 4px;
  padding: 11px 20px;
  color: #37383a;
  min-height: 44px;
  font: inherit;
  cursor: pointer;
}
.v27-options button[aria-pressed="true"] {
  background: #17191c;
  color: #fff;
  border-color: #17191c;
}
.v27-slider > .v27-options {
  margin-bottom: 20px;
}
.v27-stage {
  position: relative;
  background: #e9e7e2;
  border-radius: 8px;
  overflow: hidden;
}
.v27-detail .v27-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
.v27-detail .v27-zoom img {
  display: block;
  width: 100%;
  height: clamp(300px, 43vw, 610px);
  object-fit: contain;
  margin: 0;
}
.v27-detail .v27-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #15171beb;
  color: #fff;
  border: 1px solid #ffffff60;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  padding: 0;
}
.v27-prev {
  left: 18px;
}
.v27-next {
  right: 18px;
}
.v27-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  font-size: 14px;
  color: #666;
}
.v27-meta span:last-child {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.v27-thumbs {
  position: relative;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
}
.v27-detail .v27-thumbs button {
  flex: 0 0 100px;
  height: 70px;
  padding: 3px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  opacity: 0.65;
}
.v27-detail .v27-thumbs button[aria-pressed="true"] {
  border-color: #e30613;
  opacity: 1;
}
.v27-detail .v27-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}
.v27-detail #shared-galeri {
  padding-bottom: 44px;
}
.v27-detail .v27-plans {
  padding-block: 48px;
}
.v27-type-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.v27-type-cards button {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #dedbd5;
  border-radius: 6px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #25272a;
}
.v27-type-cards button strong {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}
.v27-type-cards button span {
  font-size: 14px;
  color: #737373;
}
.v27-type-cards button[aria-pressed="true"] {
  border-color: #e30613;
  box-shadow: inset 0 3px #e30613;
}
.v27-type-cards button[aria-pressed="true"] strong {
  color: #c9000e;
}
.v27-plan-controls {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.v27-plan-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(260px, 1fr);
  background: #fff;
  border: 1px solid #dfdcd7;
  border-radius: 8px;
  overflow: hidden;
}
.v27-detail .v27-plan-preview {
  min-width: 0;
  border: 0;
  background: #fff;
  padding: 20px;
  position: relative;
}
.v27-detail .v27-plan-preview img {
  height: 560px;
  max-height: 65vh;
  width: 100%;
  object-fit: contain;
  display: block;
}
.v27-plan-preview > span {
  display: block;
  font-size: 13px;
  color: #777;
  padding-top: 12px;
}
.v27-plan-summary {
  padding: 36px 28px;
  align-self: center;
}
.v27-plan-summary h3 {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 10px;
}
.v27-plan-summary > p {
  font-size: 15px;
  line-height: 1.7;
}
.v27-area-pair {
  display: grid;
  gap: 20px;
  margin: 28px 0;
}
.v27-area-pair strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}
.v27-area-pair span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #666;
}
.v27-plan-note {
  border-top: 1px solid #e5e2dc;
  padding-top: 20px;
  color: #777;
}
.v27-lightbox {
  box-sizing: border-box;
  width: min(96vw, 1600px);
  max-width: 96vw;
  max-height: 96vh;
  padding: 48px 20px 15px;
  border: 0;
  background: #fff;
  border-radius: 6px;
  overflow: auto;
}
.v27-lightbox::backdrop {
  background: #000d;
}
.v27-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
}
.v27-lightbox p {
  text-align: center;
  color: #555;
  font:
    14px "Segoe UI",
    sans-serif;
  margin: 12px 0 0;
}
.v27-close {
  position: absolute;
  right: 16px;
  top: 8px;
  min-height: 36px;
  border: 0;
  background: #fff;
  color: #222;
  font:
    15px "Segoe UI",
    sans-serif;
  cursor: pointer;
}
.v27-full {
  position: absolute;
  left: 20px;
  top: 18px;
  color: #bd0010;
  font:
    14px "Segoe UI",
    sans-serif;
  text-decoration: none;
}
@media (max-width: 900px) {
  .v27-type-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v27-plan-panel {
    grid-template-columns: 1fr;
  }
  .v27-plan-summary {
    padding: 24px;
  }
  .v27-area-pair {
    grid-template-columns: 1fr 1fr;
  }
  .v27-detail .v27-plan-preview img {
    height: 450px;
  }
  .v27-detail .v27-gallery,
  .v27-detail .v27-plans {
    padding-block: 32px;
  }
  .v27-detail .v27-zoom img {
    height: clamp(270px, 62vw, 500px);
  }
  .v27-detail .v27-arrow {
    width: 38px;
    height: 38px;
  }
  .v27-prev {
    left: 10px;
  }
  .v27-next {
    right: 10px;
  }
}
@media (max-width: 500px) {
  .v27-type-cards button {
    padding: 16px;
  }
  .v27-type-cards button strong {
    font-size: 24px;
  }
  .v27-options button {
    padding: 10px 15px;
    font-size: 14px;
  }
  .v27-detail .v27-plan-preview {
    padding: 10px;
  }
  .v27-detail .v27-plan-preview img {
    height: 370px;
    max-height: none;
  }
  .v27-area-pair strong {
    font-size: 24px;
  }
  .v27-thumbs {
    gap: 6px;
  }
  .v27-detail .v27-thumbs button {
    flex-basis: 78px;
    height: 58px;
  }
  .v27-detail .v27-gallery .section-heading {
    display: block;
  }
  .v27-plan-summary h3 {
    font-size: 30px;
  }
}
