.l-header {
  position: fixed;
  top: 0;
  left: 0;
}

.goldwin-0-2025fw-top {
  --content-min-margin: 18;
  --content-base-margin: 20;
  position: relative;
  padding-top: 41.0256410256vw;
  padding-bottom: clamp(6rem, 11.1111111111vw, 10rem);
}
@media (min-width: 48.0625em) {
  .goldwin-0-2025fw-top {
    padding-top: 17.0833333333vw;
  }
}

.pg-logo {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-57.46%);
          transform: translateY(-57.46%);
  z-index: 10;
}
.pg-logo::before, .pg-logo::after {
  content: "";
  display: block;
}
.pg-logo img {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .pg-logo {
    display: grid;
    grid-template-columns: 512fr 672fr 256fr;
  }
}

.pg-section {
  position: relative;
}
.pg-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 48.0625em) {
  .pg-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 48.0625em) {
  .pg-section__cell:nth-child(1) {
    --credits-justify: end;
  }
  .pg-section__cell:nth-child(1) .pg-look__content {
    padding-right: 0rem;
  }
  .pg-section__cell:nth-child(2) .pg-look__content {
    padding-left: 0rem;
  }
}

.pg-look {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.pg-look__images[data-size=sm] .pg-look__img:first-child, .pg-look__images[data-size=sm] .pg-look__img:last-child {
  --fixed-row: 24.358974359vw;
}
.pg-look__images[data-size=sm] .pg-look__img:nth-child(2) {
  --fixed-row: 133.5897435897vw;
}
@media (min-width: 48.0625em) {
  .pg-look__images[data-size=sm] .pg-look__img:first-child, .pg-look__images[data-size=sm] .pg-look__img:last-child {
    --fixed-row: 12.1527777778vw;
  }
  .pg-look__images[data-size=sm] .pg-look__img:nth-child(2) {
    --fixed-row: 66.6666666667vw;
  }
}
.pg-look__images[data-size=md] .pg-look__img:first-child, .pg-look__images[data-size=md] .pg-look__img:last-child {
  --fixed-row: 53.3333333333vw;
}
.pg-look__images[data-size=md] .pg-look__img:nth-child(2) {
  --fixed-row: 75.641025641vw;
}
@media (min-width: 48.0625em) {
  .pg-look__images[data-size=md] .pg-look__img:first-child, .pg-look__images[data-size=md] .pg-look__img:last-child {
    --fixed-row: 26.7361111111vw;
  }
  .pg-look__images[data-size=md] .pg-look__img:nth-child(2) {
    --fixed-row: 37.5vw;
  }
}
.pg-look__images[data-size=lg] .pg-look__img:first-child, .pg-look__images[data-size=lg] .pg-look__img:last-child {
  --fixed-row: 75.1282051282vw;
}
.pg-look__images[data-size=lg] .pg-look__img:nth-child(2) {
  --fixed-row: 32.0512820513vw;
}
@media (min-width: 48.0625em) {
  .pg-look__images[data-size=lg] .pg-look__img:first-child, .pg-look__images[data-size=lg] .pg-look__img:last-child {
    --fixed-row: 37.5vw;
  }
  .pg-look__images[data-size=lg] .pg-look__img:nth-child(2) {
    --fixed-row: 15.9722222222vw;
  }
}
@media (min-width: 48.0625em) {
  .pg-look__images {
    aspect-ratio: 720/1310;
  }
}
.pg-look__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: var(--fixed-row);
}
.pg-look__img[data-justify=start] {
  justify-self: start;
}
.pg-look__img[data-justify=end] {
  justify-self: end;
}
.pg-look__img[data-justify="pc:start"] {
  justify-self: end;
}
@media (min-width: 48.0625em) {
  .pg-look__img[data-justify="pc:start"] {
    justify-self: start;
  }
}
.pg-look__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-look__content {
  padding: clamp(3rem, 4.4444444444vw, 4rem) max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
  background-color: #f5f5f5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  container-name: look-content;
  container-type: inline-size;
}

.pg-look-credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.4;
}
.pg-look-credits::before {
  color: #9d9d9c;
}
.pg-look-credits:not(:first-child) {
  margin-top: 0.125rem;
}

.pg-look-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.125rem 0.5rem;
}
@container look-content (max-width: 368px) {
  .pg-look-credit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-look-credit a {
  font-size: 0.75rem;
  text-decoration: underline;
}
.pg-look-credit a:hover {
  text-decoration: none;
}
.pg-look-credit span {
  font-size: 0.6875rem;
}
.pg-look-credit small {
  font-size: 0.5625rem;
}

.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-coming-soon)) {
    content: "teteete";
  }
  .pg-product:hover:not(:has(.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__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 */