.l-header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.l-header:not(body.first-view-animated .l-header) {
  opacity: 0;
  pointer-events: none;
}

.goldwin-0-2026ss-top {
  --content-min-margin: 18;
  --content-base-margin: 20;
  position: relative;
  padding-bottom: clamp(6rem, 11.1111111111vw, 10rem);
}

.pg-mv {
  position: relative;
  background-color: #0d0d0d;
}
.pg-mv__img {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.pg-mv__img img {
  width: 100%;
}
.pg-mv__logo {
  --mv-w: 390;
  --mv-h: 585;
  --logo-w: 192;
  --logo-top: 247;
  --logo-left: 18;
  position: absolute;
  top: calc(var(--logo-top) / var(--mv-h) * 100%);
  left: calc(var(--logo-left) / var(--mv-w) * 100%);
  width: calc(var(--logo-w) / var(--mv-w) * 100%);
  opacity: 0;
  z-index: 2;
}
@media (min-width: 48.0625em) {
  .pg-mv__logo {
    --mv-w: 1440;
    --mv-h: 960;
    --logo-w: 396;
    --logo-top: 387;
    --logo-left: 357;
  }
}
.pg-mv__logo img {
  width: 100%;
}

.pg-contents {
  position: relative;
  background-color: #0d0d0d;
}

.pg-galleries {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-galleries:not(body.first-view-animated .pg-galleries) {
  opacity: 0;
  pointer-events: none;
}

.pg-gallery {
  --c-image-bgc: #0d0d0d;
  display: grid;
  grid-template-columns: repeat(var(--gallery-col-num, 1), minmax(0, 1fr));
}
@media (max-width: 48em) {
  .pg-gallery:has(.pg-gallery__cell:is(:nth-child(3), :nth-child(4)):last-child) {
    --gallery-col-num: 2;
  }
  .pg-gallery[data-variant*="sm:1-2"] .pg-gallery__cell:first-child {
    grid-area: 1/1/2/3;
  }
  .pg-gallery[data-variant*="sm:2-1"] .pg-gallery__cell:last-child {
    grid-area: 2/1/3/3;
  }
}
@media (min-width: 48.0625em) {
  .pg-gallery:has(.pg-gallery__cell:nth-child(2):last-child) {
    --gallery-col-num: 2;
  }
  .pg-gallery:has(.pg-gallery__cell:nth-child(3):last-child) {
    --gallery-col-num: 3;
  }
  .pg-gallery:has(.pg-gallery__cell:nth-child(4):last-child) {
    --gallery-col-num: 4;
  }
}
.pg-gallery__cell {
  container-name: gallery-cell;
  container-type: inline-size;
  position: relative;
}

.pg-look-credits {
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(1.125rem, 1.3888888889vw, 1.25rem);
  z-index: 2;
  color: #fff;
}
@media (max-width: 48em) {
  .pg-look-credits[data-variant*="sm:bottom"] {
    top: unset;
    bottom: 0;
  }
}
@container gallery-cell (max-width: 320px) {
  .pg-look-credits {
    display: none;
  }
}

.pg-look-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
}
.pg-look-credit__title {
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
}
.pg-look-credit__title a {
  text-decoration: underline;
}
.pg-look-credit__title a:hover {
  text-decoration: none;
}
.pg-look-credit__info {
  font-size: 0.6875rem;
}
.pg-look-credit__info small {
  font-size: 0.625rem;
}
.pg-look-credit.is-disabled a {
  text-decoration: none;
  pointer-events: none;
}
.pg-look-credit.is-disabled::after {
  display: none;
}

.pg-products {
  grid-area: PRODUCTS;
  margin-top: clamp(6rem, 11.1111111111vw, 10rem);
}
.pg-products__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.pg-products__heading {
  font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
  font-weight: 400;
}
.pg-products__content {
  margin-top: 1.5rem;
}
.pg-products .c-stroke-button {
  --maw: clamp(18.4375rem, 33.3333333333vw, 30rem);
  --h: clamp(3.75rem, 5.5555555556vw, 5rem);
  margin-top: clamp(4rem, 8.3333333333vw, 7.5rem);
}
.pg-products .c-stroke-button a {
  font-size: clamp(0.8125rem, 1.0416666667vw, 0.9375rem);
}

.pg-grid {
  display: grid;
  gap: clamp(2rem, 4.4444444444vw, 4rem) clamp(0.5rem, 1.1111111111vw, 1rem);
}
.pg-grid + .pg-grid {
  margin-top: clamp(3rem, 5.5555555556vw, 5rem);
}
@media (max-width: 48em) {
  .pg-grid {
    grid-template-columns: minmax(0, 1fr);
    margin-left: min(var(--content-min-margin, 24) * -1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * -100vw);
    margin-right: min(var(--content-min-margin, 24) * -1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * -100vw);
  }
  .pg-grid[data-modifier*="sm:grid-col-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 48.0625em) {
  .pg-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.pg-product {
  position: relative;
}
.pg-product__img {
  overflow: hidden;
}
.pg-product img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (min-width: 48.0625em) {
  .pg-product:not(:has(:is(.is-disabled, .is-coming-soon))) {
    content: "teteete";
  }
  .pg-product:hover:not(:has(:is(.is-disabled, .is-coming-soon))) img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.pg-credit {
  margin-top: 0.75rem;
}
@media (max-width: 48em) {
  .pg-credit {
    padding: 0 max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
  }
}
.pg-credit.is-coming-soon::after {
  content: attr(data-label);
  font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
}
.pg-credit.is-coming-soon .pg-credit__link a {
  display: none;
}
.pg-credit.is-disabled .pg-credit__link a {
  pointer-events: none;
  display: none;
}
.pg-credit__title {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
}
.pg-credit__data {
  font-size: clamp(0.625rem, 0.8333333333vw, 0.75rem);
}
.pg-credit__data small {
  font-size: 0.625rem;
}
.pg-credit__link {
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
}
.pg-credit__link a {
  text-decoration: underline;
}
.pg-credit__link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.pg-footer-link {
  text-align: center;
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  padding: 0.625rem;
  margin-top: clamp(6rem, 8.8888888889vw, 8rem);
}
.pg-footer-link a {
  text-decoration: underline;
}
.pg-footer-link a:hover {
  text-decoration: none;
}/*# sourceMappingURL=index.css.map */