body.mien-screen-product-detail .pdp {
  align-items: start;
  color: var(--ink, #172f59);
}

body.mien-screen-product-detail .pdp__gallery {
  display: block;
  min-width: 0;
}

body.mien-screen-product-detail .pdp__hero {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #e8e5dd;
  color: inherit;
  cursor: zoom-in;
  overflow: hidden;
  text-align: left;
}

body.mien-screen-product-detail .pdp__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mien-screen-product-detail .pdp__hero:focus-visible,
body.mien-screen-product-detail .pdp__thumb:focus-visible,
body.mien-screen-product-detail .mien-pdp-zoom__close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

body.mien-screen-product-detail .pdp__zoom-label {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: rgba(255, 255, 255, .86);
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
}

body.mien-screen-product-detail .pdp__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

body.mien-screen-product-detail .pdp__thumb {
  display: block;
  width: 58px;
  aspect-ratio: 4 / 5;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

body.mien-screen-product-detail .pdp__thumb[aria-pressed="true"] {
  border-color: var(--ink, #172f59);
}

body.mien-screen-product-detail .pdp__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mien-screen-product-detail .pdp__size-help {
  color: inherit;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.mien-screen-product-detail .size-input:disabled + .size {
  position: relative;
  cursor: not-allowed;
  opacity: .55;
  overflow: hidden;
}

body.mien-screen-product-detail .size-input:disabled + .size::after {
  position: absolute;
  top: 50%;
  right: -4px;
  left: -4px;
  height: 1px;
  background: currentColor;
  content: '';
  transform: rotate(-16deg);
}

body.mien-screen-product-detail .pdp__info {
  position: sticky;
  top: 112px;
  max-width: 425px;
  padding-top: 26px;
}

body.mien-screen-product-detail .pdp {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  gap: 80px;
}

body.mien-screen-product-detail .pdp__info h1 {
  max-width: 425px;
  margin: 12px 0;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -1px;
}

body.mien-screen-product-detail .pdp__quantity {
  display: grid;
  flex: 0 0 66px;
  gap: 5px;
  align-content: end;
  height: auto;
  border: 0;
  color: var(--muted, #74776f);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.mien-screen-product-detail .pdp__quantity > span {
  display: block;
  width: auto;
  border: 0;
  font-size: inherit;
  line-height: 1.2;
}

body.mien-screen-product-detail .pdp__quantity-input {
  box-sizing: border-box;
  display: block;
  width: 66px;
  height: 46px;
  padding: 8px;
  border: 1px solid var(--line2, #c9cbd0);
  border-radius: 0;
  background: var(--paper, #f8f7f4);
  color: var(--ink, #172f59);
  font-size: 13px;
}

body.mien-screen-product-detail .pdp__quantity-input:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@media (max-width: 1199px) {
  body.mien-screen-product-detail .pdp {
    gap: 45px;
  }
}

@media (max-width: 999px) {
  body.mien-screen-product-detail .pdp {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  }
}

body.mien-screen-product-detail .pdp__benefit {
  margin: 14px 0 28px;
  color: var(--muted, #74776f);
  font-size: 11px;
  text-align: center;
}

body.mien-screen-product-detail .pdp__info details {
  border-top: 1px solid var(--line, #d8d6cf);
}

body.mien-screen-product-detail .pdp__info details:last-child {
  border-bottom: 1px solid var(--line, #d8d6cf);
}

body.mien-screen-product-detail .pdp__info summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

body.mien-screen-product-detail .pdp__info summary::-webkit-details-marker {
  display: none;
}

body.mien-screen-product-detail .pdp__info summary::after {
  color: var(--muted, #74776f);
  content: '+';
  font-size: 18px;
}

body.mien-screen-product-detail .pdp__info details[open] summary::after {
  content: '−';
}

body.mien-screen-product-detail .pdp__section-body {
  padding-bottom: 18px;
  color: var(--ink2, #4a5c78);
  font-size: 12px;
  line-height: 1.8;
}

body.mien-screen-product-detail .pdp__section-body p {
  margin: 0 0 12px;
}

body.mien-screen-product-detail .pdp__section-body p:last-child {
  margin-bottom: 0;
}

body.mien-screen-product-detail .pdp__section-body dl {
  margin: 0;
}

body.mien-screen-product-detail .pdp__section-body dl > div {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid var(--line, #d8d6cf);
}

body.mien-screen-product-detail .pdp__section-body dt {
  color: var(--muted, #74776f);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.mien-screen-product-detail .pdp__section-body dd {
  margin: 0;
  text-align: right;
}

body.mien-screen-product-detail .pdp__info #mien-details-origin {
  padding: 0;
}

body.mien-screen-product-detail .pdp__info #mien-details-origin summary {
  min-height: 40px;
}

body.mien-screen-product-detail .pdp__info #mien-details-origin .pdp__section-body {
  padding-bottom: 8px;
  line-height: 1.5;
}

body.mien-screen-product-detail .pdp__info #mien-details-origin .pdp__section-body dl {
  margin-top: 12px;
}

body.mien-screen-product-detail .pdp__info #mien-details-origin .pdp__section-body dl > div {
  padding: 3px 0;
  border-bottom: 0;
}

body.mien-screen-product-detail .pdp__info #mien-details-origin .pdp__section-body dt {
  font-size: inherit;
  letter-spacing: normal;
  text-transform: none;
}

body.mien-screen-product-detail .mien-pdp-zoom {
  width: min(95vw, 1100px);
  max-width: 95vw;
  max-height: 95vh;
  padding: 0;
  border: 0;
  background: var(--bone, #f8f7f4);
  overflow: hidden;
}

body.mien-screen-product-detail .mien-pdp-zoom::backdrop {
  background: rgba(0, 0, 0, .7);
}

body.mien-screen-product-detail .mien-pdp-zoom__content {
  display: grid;
  max-height: 95vh;
  place-items: center;
}

body.mien-screen-product-detail .mien-pdp-zoom__content img {
  display: block;
  width: auto;
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
}

body.mien-screen-product-detail .mien-pdp-zoom__close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  background: var(--bone, #f8f7f4);
  color: var(--ink, #172f59);
  font-size: 22px;
  line-height: 1;
}

body.mien-screen-product-detail .mien-pdp-zoom.is-open {
  position: fixed;
  inset: 0;
  z-index: 1000;
  margin: auto;
}

@media (max-width: 700px) {
  body.mien-screen-product-detail .pdp {
    max-width: none;
  }

  body.mien-screen-product-detail .pdp__info {
    position: static;
    max-width: none;
    padding-top: 28px;
  }

  body.mien-screen-product-detail .pdp__hero {
    max-height: 65vh;
  }

  body.mien-screen-product-detail .pdp__hero img {
    object-fit: contain;
  }

  body.mien-screen-product-detail .pdp__thumb {
    width: 50px;
  }
}
