/* Product-detail-only refinements. The shared storefront header and footer remain untouched. */
.mt-product-page {
  width: min(1188px, calc(100% - 48px));
  padding-bottom: 54px;
}
.mt-product-lightbox{width:100vw!important;max-width:100vw!important;padding:24px;box-sizing:border-box}.mt-lightbox-dialog{width:min(1100px,calc(100vw - 48px))!important;max-width:calc(100vw - 48px)!important;box-sizing:border-box}.mt-lightbox-dialog>footer{position:static!important;bottom:auto!important;width:auto!important;padding:9px 18px!important;border:0!important;border-top:1px solid #eadde1!important;background:#fff!important;color:#79676d!important}@media(max-width:650px){.mt-product-lightbox{padding:10px}.mt-lightbox-dialog{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important}}

.mt-product-active .mt-footer {
  position: static;
  width: auto;
  padding-top: 0;
  border: 0;
}

@media (min-width: 1181px) {
  .mt-product-active .mt-announcement {
    min-height: 31px;
    padding-block: 5px;
  }

  .mt-product-active .mt-header-main {
    width: min(1188px, calc(100% - 48px));
    min-height: 96px;
    grid-template-columns: 300px minmax(320px, 1fr) 405px;
    gap: 22px;
  }

  .mt-product-active .mt-header-main .mt-brand img {
    width: 42px;
    height: 50px;
  }

  .mt-product-active .mt-header-main .mt-brand strong {
    font-size: 29px;
  }

  .mt-product-active .mt-header-main .mt-brand small {
    font-size: 15px;
  }

  .mt-product-active .mt-search {
    height: 41px;
    grid-template-columns: 1fr 46px;
  }

  .mt-product-active .mt-category-nav {
    min-height: 42px;
  }
}

.mt-product-breadcrumbs {
  min-height: 52px;
}

.mt-product-detail {
  grid-template-columns: minmax(0, 596px) minmax(0, 1fr);
  gap: 66px;
}

.mt-product-gallery {
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 12px;
  height: 476px;
}

.mt-product-thumbnails {
  min-height: 0;
  max-height: 476px;
  gap: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #c50050 transparent;
  scrollbar-width: thin;
}

.mt-product-thumbnails button {
  flex: 0 0 auto;
  min-height: 103px;
  aspect-ratio: auto;
}

.mt-product-main-image {
  width: 100%;
  min-height: 0;
  height: 476px;
}

.mt-product-buybox h1 {
  font-size: clamp(28px, 2.1vw, 30px);
}

.mt-product-wishlist-form {
  margin-bottom: 10px;
}

.mt-product-rating {
  margin-block: 11px;
}

.mt-product-price-row {
  margin-top: 10px;
}

.mt-product-code {
  margin-top: 5px;
}

.mt-product-summary {
  margin-block: 10px 12px;
}

.mt-product-options {
  padding-block: 12px;
}

.mt-blouse-note {
  margin-bottom: 10px;
}

.mt-quantity-control > span:first-child {
  margin-bottom: 5px;
}

.mt-marketplaces{margin-top:18px;padding:17px;border:1px solid #ead7de;border-radius:6px;background:#fff}.mt-marketplaces>div:first-child{display:flex;align-items:end;justify-content:space-between}.mt-marketplaces .mt-eyebrow{margin-bottom:4px}.mt-marketplaces h2{margin:0;color:#64142f;font:600 20px "MT Display",serif}.mt-marketplace-links{margin-top:13px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mt-marketplace-links a{min-height:52px;padding:7px 12px;display:grid;grid-template-columns:54px minmax(0,1fr) 16px;align-items:center;gap:10px;border:1px solid #dfcbd2;border-radius:5px;color:#4a2633;background:#fff;font-size:11px}.mt-marketplace-links a:hover{border-color:#bd0048;color:#9e003e;box-shadow:0 5px 15px rgba(121,0,47,.08)}.mt-marketplace-links img,.mt-marketplace-links span{width:54px;height:36px;display:grid;place-items:center;object-fit:contain;border-radius:0;background:transparent;color:#8c0038;font-size:10px;font-weight:800}.mt-marketplace-links i{color:#a00041}.mt-marketplaces>small{margin-top:10px;display:block;color:#7b6870;font-size:9px;line-height:1.4}.mt-marketplaces>small i{margin-right:4px;color:#a00041}@media(max-width:560px){.mt-marketplace-links{grid-template-columns:1fr}.mt-marketplace-links a{min-height:56px}}

.mt-product-lightbox{position:fixed;z-index:160;inset:0;padding:24px;display:none;place-items:center;background:rgba(31,0,13,.88);backdrop-filter:blur(5px)}.mt-product-lightbox.is-open{display:grid}.mt-lightbox-dialog{width:min(1100px,100%);height:min(850px,calc(100vh - 48px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(242,199,78,.55);border-radius:10px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.45)}.mt-lightbox-dialog header{min-height:65px;padding:12px 18px;display:grid;grid-template-columns:1fr auto 44px;align-items:center;gap:16px;border-bottom:1px solid #eadde1}.mt-lightbox-dialog h2{margin:0;color:#64142f;font:600 20px "MT Display",serif}.mt-lightbox-dialog header>span{color:#7b6870;font-size:10px}.mt-lightbox-dialog header button{width:42px;height:42px;border:0;border-radius:50%;color:#fff;background:#8d0038;font-size:18px}.mt-lightbox-stage{min-height:0;display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;background:#f7f1ee}.mt-lightbox-stage>[data-mt-lightbox-viewport]{width:100%;height:100%;overflow:auto;display:grid;place-items:center;cursor:zoom-in}.mt-lightbox-stage img{display:block;max-width:100%;max-height:100%;object-fit:contain;transition:max-width .2s,max-height .2s}.mt-lightbox-stage.is-zoomed>[data-mt-lightbox-viewport]{display:block;cursor:zoom-out}.mt-lightbox-stage.is-zoomed img{max-width:none;max-height:none;width:150%;height:auto}.mt-lightbox-arrow{width:44px;height:44px;justify-self:center;border:1px solid #e1cbd3;border-radius:50%;color:#8d0038;background:#fff}.mt-lightbox-dialog footer{min-height:58px;padding:9px 18px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eadde1;color:#79676d;font-size:11px}.mt-lightbox-dialog footer button{height:38px;padding:0 14px;border:1px solid #b90049;border-radius:4px;color:#9b003e;background:#fff;font-weight:700}@media(max-width:650px){.mt-product-lightbox{padding:10px}.mt-lightbox-dialog{height:calc(100vh - 20px)}.mt-lightbox-dialog header{grid-template-columns:1fr 42px}.mt-lightbox-dialog header>span{display:none}.mt-lightbox-stage{grid-template-columns:45px minmax(0,1fr) 45px}.mt-lightbox-arrow{width:38px;height:38px}.mt-lightbox-dialog h2{font-size:16px}}

.mt-product-service-box {
  margin-top: 13px;
}

.mt-product-assurances {
  margin-top: 12px;
  padding-block: 9px;
}

.mt-product-assurances > div > i {
  font-size: 19px;
}

.mt-product-assurances small {
  font-size: 6.5px;
}

.mt-product-information {
  margin-top: 28px;
}

.mt-product-tab-panel {
  min-height: 74px;
  padding-top: 16px;
}

.mt-related-products {
  margin-top: 14px;
}

.mt-related-card .product-thumb.mt-catalog-card {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: 102px minmax(0, 1fr);
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: #fff;
}

.mt-related-card .mt-catalog-card-image {
  position: static;
  height: 102px;
  aspect-ratio: auto;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #eadbd2;
}

.mt-related-card .mt-catalog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.mt-related-card .mt-catalog-sale {
  top: 7px;
  left: 7px;
  font-size: 7px;
}

.mt-related-card > .product-thumb > .mt-catalog-wishlist {
  top: auto;
  right: 6px;
  bottom: 7px;
  z-index: 2;
}

.mt-related-card > .product-thumb > .mt-catalog-wishlist button {
  width: 26px;
  height: 26px;
  color: #7d1639;
  background: transparent;
}

.mt-related-card .mt-catalog-card-body {
  min-height: 62px;
  padding: 7px 34px 7px 8px;
  display: grid;
  align-content: start;
  gap: 3px;
}

.mt-related-card .mt-catalog-card-body h3 {
  min-height: 27px;
  margin: 0;
  font-size: 9px;
  line-height: 1.35;
  font-weight: 500;
}

.mt-related-card .mt-catalog-rating,
.mt-related-card .mt-catalog-card-bottom form,
.mt-related-card .price-tax {
  display: none;
}

.mt-related-card .mt-catalog-card-bottom {
  margin: 0;
  display: block;
}

.mt-related-card .mt-catalog-card-bottom p {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 9px;
}

.mt-related-card .mt-catalog-card-bottom strong {
  color: #2e2528;
  font-size: 10px;
}

.mt-related-card .mt-catalog-card-bottom del {
  color: #8a787e;
  font-size: 7px;
}

@media (max-width: 1180px) {
  .mt-product-page {
    width: min(100% - 40px, 1040px);
  }

  .mt-product-detail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
  }

  .mt-product-gallery {
    grid-template-columns: 78px minmax(0, 1fr);
    height: clamp(430px, 48vw, 545px);
  }

  .mt-product-main-image {
    height: 100%;
  }

  .mt-product-thumbnails {
    max-height: 100%;
  }

  .mt-product-thumbnails button {
    min-height: 92px;
  }
}

@media (max-width: 900px) {
  .mt-product-page {
    width: min(100% - 36px, 760px);
  }

  .mt-product-gallery {
    width: 100%;
    height: min(760px, 108vw);
  }

  .mt-product-main-image {
    height: 100%;
  }

  .mt-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .mt-product-page {
    width: calc(100% - 28px);
    padding-bottom: 44px;
  }

  .mt-product-breadcrumbs a:nth-of-type(3),
  .mt-product-breadcrumbs a:nth-of-type(3) + i {
    display: none;
  }

  .mt-product-gallery {
    height: auto;
  }

  .mt-product-thumbnails {
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .mt-product-thumbnails button {
    min-height: 0;
    aspect-ratio: 1 / 1.12;
  }

  .mt-product-main-image {
    height: auto;
    aspect-ratio: .86 / 1;
  }

  .mt-product-buybox h1 {
    font-size: 31px;
  }

  .mt-product-assurances {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-related-card .product-thumb.mt-catalog-card {
    grid-template-rows: 128px minmax(0, 1fr);
  }

  .mt-related-card .mt-catalog-card-image {
    height: 128px;
  }
}
