@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  background-color: var(--color-orange);
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}

@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}

p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

@media (hover: hover) {
  a {
    transition: all 0.25s;
  }
  a:hover {
    filter: brightness(0.9);
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

.device-sp {
  display: block;
}

@media (min-width: 769px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}

@media (min-width: 769px) {
  .device-pc {
    display: block;
  }
}

br {
  display: none;
}

@media (min-width: 769px) {
  br {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

body.scroll_rock {
  overflow: hidden;
}

.footer {
  position: relative;
  z-index: 3;
  background-color: #154779;
  background-position: center center;
}

.footer li,
.footer a,
.footer small,
.footer span,
.footer p {
  color: #fff;
  font-family: "Yu Gothic Pr6N M";
}

.footer__contents {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  padding: 8.33vw 0 5.55vw;
}

.footer__contents__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.footer__contents__container .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
}

.footer__contents__container .share li {
  margin-right: 25px;
}

.footer__contents__container .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__contents__container .links li {
  line-height: 1.5;
}

.footer__contents__container .links li:after {
  content: "／";
}

.footer__contents__container .links li:last-child:after {
  content: none;
}

.footer .rules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .rules li {
  line-height: 1.5;
}

.footer .rules li:after {
  content: "｜";
}

.footer .rules li:last-child:after {
  content: none;
}

.footer small {
  display: block;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .footer {
    background-color: #154779;
    background-position: center center;
  }
  .footer li,
  .footer a,
  .footer small,
  .footer span,
  .footer p {
    color: #fff;
  }
  .footer__contents {
    width: 84%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30vw 0 20vw;
  }
  .footer__contents__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px;
  }
  .footer__contents__container .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .footer__contents__container .share li {
    margin-right: 25px;
    font-size: 0.875rem;
  }
  .footer__contents__container .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__contents__container .links li {
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .footer__contents__container .links li:after {
    content: none;
  }
  .footer__contents__container .links li:last-child:after {
    content: none;
  }
  .footer .rules {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .rules li {
    line-height: 1.5;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 10px;
  }
  .footer .rules li a {
    display: block;
    text-align: left;
  }
  .footer .rules li:after {
    content: none;
  }
  .footer .rules li:last-child:after {
    content: none;
  }
  .footer small {
    display: block;
    font-size: 0.75rem;
  }
}

/**  index  **/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-subtle {
  0% {
    opacity: 0.3;
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

:root {
  --font-family-D: "Yu Gothic Pr6N D", sans-serif;
  --font-family-M: "Yu Gothic Pr6N M", sans-serif;
  --font-family-B: "Yu Gothic Pr6N B", sans-serif;
  --font-family-R: "Yu Gothic Pr6N R", sans-serif;
  --font-size: 0.875rem;
  --base-line-height: 1.88125rem;
  --base-black: #4F4F4F;
  --figcaption-color: #8C8C8C;
  --figcaption-size: .75rem;
  --color-orange: #DDA462;
  --color-white: #ffffff;
  --color-sale: #ED3C3C;
  --commerce-yellow: #FDFFA1;
  --commerce-red: #FF4040;
  --cart-button: #7AB3F5;
  --max-content-width: 900px;
}

html {
  font-size: 1rem;
}

body {
  color: var(--base-black);
  font-size: var(--font-size);
  font-family: "Yu Gothic Pr6N D";
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* HEADER */
.header {
  padding: 0 30px;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}

.header-inner {
  max-width: 1236px;
  margin: auto;
  padding-top: 30px;
}

.header-inner h1 {
  display: flex;
  justify-content: flex-end;
}

.header-inner .header-bg {
  position: relative;
  margin-top: 26px;
}

.header-inner .header-bg::before {
  content: '';
  position: absolute;
  top: 32px;
  left: -50px;
  width: 170px;
  height: 8px;
  background-color: #FFB57D;
  transform: rotate(-45deg);
}

.header-inner .header-bg h2 {
  display: block;
  position: absolute;
  bottom: 16%;
  right: 53%;
  width: 33%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 0 8%;
  }
  .header-inner {
    padding-top: 30px;
  }
  .header-inner h1 img {
    width: 66px;
  }
  .header-inner .header-bg {
    margin-top: 13px;
  }
  .header-inner .header-bg::before {
    top: 13px;
    left: -31px;
    width: 82.879px;
    height: 3.9px;
  }
  .header-inner .header-bg h2 {
    width: 61.6%;
    right: 4%;
    bottom: initial;
    top: 19.5%;
  }
}

.strapline {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3.4133333333vw 7.4666666667vw 4.1333333333vw;
}

.strapline__essential {
  max-width: 878px;
  width: 347px;
  height: auto;
}

.strapline__words {
  width: 264px;
  height: auto;
  margin-top: 7.4666666667vw;
}

.main {
  background-color: var(--color-orange);
}

.main br {
  display: block;
}

.lead-head {
  display: flex;
}

.lead-head div:nth-of-type(1) {
  margin-right: 23.5px;
}

.lead-head div:nth-of-type(1) img {
  width: 108.991px;
}

.lead-head div p:nth-of-type(1), .lead-head div p:nth-of-type(2) {
  color: #202020;
  font-family: 'Shuei KakuGo Gin B';
  font-size: 20px;
  font-style: normal;
  line-height: 215%;
  /* 43px */
  letter-spacing: 2.6px;
}

.lead-head div p:nth-of-type(2) {
  font-size: 32px;
  letter-spacing: 3px;
}

.lead,
.cnt-txt {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  line-height: 215%;
  /* 34.4px */
  letter-spacing: 1.28px;
}

.lead {
  margin-top: 32px;
}

.cnt-txt {
  max-width: 548px;
  margin: 80px auto 0;
}

.cnt-txt a {
  text-decoration: underline;
}

.goto-topWrap {
  display: flex;
  justify-content: center;
  margin-top: 83px;
}

a.goto-top {
  display: flex;
  max-width: 391px;
  width: 100%;
  height: 46px;
  justify-content: center;
  align-items: center;
  background-color: #154779;
  color: #fff;
  border-radius: 1000px;
  font-size: 18px;
  font-style: normal;
  line-height: 27.372px;
  /* 152.068% */
  letter-spacing: 1.44px;
}

@media (max-width: 768px) {
  .lead-head {
    display: block;
    max-width: 548px;
    padding: 0 8%;
    margin: auto;
  }
  .lead-head div:nth-of-type(1) {
    margin: -29px 0 10px 9px;
    position: relative;
  }
  .lead-head div:nth-of-type(1) img {
    width: 83.051px;
  }
  .lead-head div p:nth-of-type(1) {
    font-size: 14px;
    letter-spacing: 1.82px;
  }
  .lead-head div p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 3.6px;
  }
  .lead,
  .cnt-txt {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
  .cnt-txt {
    margin-top: 33px;
    padding: 0 8%;
  }
  a.goto-top {
    font-size: 16px;
  }
}

@media (max-width: 394px) {
  .lead-head div p:nth-of-type(2) {
    font-size: 4.8vw;
  }
}

/* PROFILE */
.profile__button {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 265px;
  height: 33px;
  padding: 0 0 0 1rem;
  color: var(--base-black);
  letter-spacing: 0.03938rem;
  border: 1px solid var(--base-black);
  border-radius: 16.5px;
}

.profile__button[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.profile svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s;
}

.profile__content {
  padding: 20px 0 0 0;
  line-height: var(--base-line-height);
}

.profile__content.show {
  animation: fade-in 1s;
}

/* LOOK - PHOTOS */
.look-book {
  --look-mb: 14.6666666667vw;
  --look-mb-figcaption: 7.2vw;
  --look-mb-end: 18.9333333333vw;
  --half-n-half-gutter: 4px;
  --row-gap: 2px;
}

.look-book:not(.with-figcaption) {
  padding: 80px 0 0;
}

.look-book:not(.with-figcaption) + .look-book {
  padding-top: 24px;
}

@media (max-width: 768px) {
  .look-book:not(.with-figcaption) {
    padding-top: 33px;
  }
  .look-book:not(.with-figcaption) + .look-book {
    padding-top: 10px;
  }
}

.look-book.side-by-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--half-n-half-gutter);
}

.look-book.look-right {
  display: flex;
  justify-content: flex-end;
}

.look-book.with-figcaption {
  padding-bottom: var(--look-mb-figcaption);
}

.look-book--end {
  padding-bottom: var(--look-mb-end);
}

.look-book figcaption {
  padding: 2vw 1.8666666667vw 0 0;
  color: var(--figcaption-color);
  font-size: var(--figcaption-size);
  font-family: "Yu Gothic Pr6N M";
  line-height: 1.44rem;
  letter-spacing: 0.0375rem;
  text-align: right;
}

.look {
  align-self: flex-start;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-in-out, transform 0.75s;
}

.look.show {
  opacity: 1;
  transform: translateY(0);
}

.look-03 {
  margin-top: 34.1333333333vw;
}

.look-07 {
  max-width: 543.416px;
  width: 64vw;
}

.look-08 {
  margin-bottom: var(--row-gap);
}

/* CREDITS */
.credits {
  padding: 25px 8% 48px;
  color: #fff;
}

.credits__title {
  margin-bottom: 12px;
  font-size: var(--font-size);
  font-weight: normal;
  line-height: 1.4875rem;
}

.credits__list {
  display: grid;
  row-gap: 12px;
  line-height: 1;
}

.credits__list ~ .credits__title {
  margin-top: 27px;
}

.credits li:not(.no-column) {
  display: grid;
  grid-template-columns: 124px auto;
  width: 238px;
}

.credits li > span {
  padding-left: 30px;
  border-left: 0.5px solid #fff;
}

.credits a {
  display: inline-flex;
  align-items: baseline;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* CONTENT */
.contents {
  --contents-pl: 7.2vw;
  --contents-pr: 7.4666666667vw;
  --contents-pb: 12.8vw;
  --contents-border: #7B7B7B;
  --contents-link-mt: 25px;
  margin: 0 auto;
  padding: 0 var(--contents-pl) var(--contents-pb) var(--contents-pr);
}

.contents__list {
  padding: 37px 0 23px;
  border-top: 1px solid var(--contents-border);
  border-bottom: 1px solid var(--contents-border);
}

.contents__link {
  display: block;
  width: max-content;
  margin: var(--contents-link-mt) auto 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content img {
  margin-bottom: 0.72rem;
  aspect-ratio: 300/136;
}

.content__label {
  font-size: 0.75rem;
  letter-spacing: 0.03375rem;
}

.content__title {
  margin-bottom: 0.69rem;
  font-size: 1rem;
  font-family: "Yu Gothic Pr6N M";
  letter-spacing: 0.045rem;
}

/* PRODUCTS */
.products {
  background-color: #EEE3C4;
}

.products__container {
  padding: 13.3333333333vw 8% 12vw;
}

.products__heading {
  margin-bottom: 36px;
  color: var(--color-sale);
}

.products__heading > img {
  width: 100%;
  max-width: 310px;
  height: auto;
  margin-bottom: 14px;
}

.products__heading span {
  display: block;
}

.products__heading span img {
  width: 100%;
  max-width: 179.78px;
}

.products__heading-sale {
  margin-bottom: 0.31rem;
  font-size: 1.3125rem;
  line-height: 1.69313rem;
  letter-spacing: 0.05906rem;
}

.products__heading-limited {
  font-size: 0.875rem;
  line-height: 1.21625rem;
  letter-spacing: 0.03938rem;
}

.product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 14px;
}

.product {
  position: relative;
}

.product__label {
  position: absolute;
  top: -12px;
  left: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  color: var(--commerce-red);
  font-size: 0.77381rem;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  line-height: 1.3;
  background-color: var(--commerce-yellow);
  border-radius: 50%;
}

.product img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  margin-bottom: 0.75rem;
  background-color: #EFF1F3;
}

.product__name {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-family: "Yu Gothic Pr6N M";
  line-height: 148.5%;
  /* 1.29938rem */
  letter-spacing: -0.02625rem;
}

.product__size {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 148.5%;
  /* 1.11375rem */
  letter-spacing: -0.0225rem;
}

.product__price {
  font-size: 0.875rem;
  font-family: "Yu Gothic Pr6N B";
  line-height: 1.04963rem;
  /* 119.958% */
  letter-spacing: 0.02625rem;
}

.product__price small {
  font-size: 0.5625rem;
  font-family: "Yu Gothic Pr6N R";
}

.product__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141.007px;
  height: 25.339px;
  margin-top: 0.53rem;
  color: var(--color-white);
  font-size: 0.72394rem;
  font-family: "Yu Gothic Pr6N B";
  letter-spacing: 0.03619rem;
  background-color: var(--cart-button);
  border-radius: 25.666px;
}

/* Commerce block */
.commerce {
  display: grid;
  margin-top: 46.66px;
  padding: 30px 25px 20px;
  background-color: var(--commerce-yellow);
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(21, 21, 21, 0.15);
}

.commerce br {
  display: block;
}

.commerce__logo {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.commerce__lead {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
  color: var(--color-white);
  font-size: 1rem;
  font-family: "Yu Gothic Pr6N B";
  line-height: 25px;
  letter-spacing: 0.8px;
}

.commerce__lead span {
  width: fit-content;
  padding: 0 6px;
  background-color: var(--commerce-red);
  border-radius: 4px;
}

.commerce__lead + p {
  line-height: 181%;
  /* 25.34px */
}

.commerce__icon {
  width: 38px;
  height: 38px;
  margin-left: auto;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (min-width: 750px) {
  :root {
    --font-size: 1rem;
    --figcaption-size: 1rem;
  }
  /* LOOK - PHOTOS */
}

@media screen and (min-width: 750px) and (min-width: 1080px) {
  .strapline__essential {
    width: 879px;
  }
}

@media screen and (min-width: 750px) {
  .strapline__words {
    align-self: flex-end;
    width: 35vw;
    margin-top: 12px;
  }
}

@media screen and (min-width: 750px) and (min-width: 1080px) {
  .strapline__words {
    width: 463px;
  }
}

@media screen and (min-width: 750px) {
  .section {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .profile {
    line-height: 225%;
  }
  .profile__button {
    width: 311px;
    height: 39px;
    padding: 0 0 0 19px;
    border-radius: 34px;
    transition: all 0.25s;
  }
  .profile__button:not([disabled]):active .profile__button:not([disabled]):focus, .profile__button:not([disabled]):hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .look-book {
    --look-mb: 140px;
    --look-mb-figcaption: 98px;
    --look-mb-end: 136px;
    --half-n-half-gutter: 10px;
    --row-gap: 4px;
  }
  .look-book figcaption {
    padding: 10px 0 0 0;
    text-align: left;
  }
  .look-book__container {
    max-width: var(--max-content-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
  }
}

@media screen and (min-width: 750px) and (min-width: 1050px) {
  .look-book__container {
    padding: 0;
  }
}

@media screen and (min-width: 750px) {
  .look {
    border-radius: 4px;
  }
  .look-03 {
    margin-top: 252px;
  }
  .credits {
    padding: 60px 0 136px;
  }
  .credits__list {
    row-gap: 16px;
  }
  .credits__list ~ .credits__title {
    margin-top: 50px;
  }
  .contents {
    --contents-pl: 5vw;
    --contents-pr: 5vw;
    --contents-pb: 112px;
    --contents-border: #7B7B7B;
    --contents-link-mt: 58px;
    max-width: 1134px;
  }
}

@media screen and (min-width: 750px) and (min-width: 1200px) {
  .contents {
    --contents-pl: 0;
    --contents-pr: 0;
  }
}

@media screen and (min-width: 750px) {
  .contents__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .content__label {
    margin-bottom: 0.31rem;
    font-size: 1rem;
  }
  .content__title {
    margin-bottom: 0;
    font-size: 1.3125rem;
  }
  .products__container {
    max-width: 1126px;
    margin: 0 auto;
    padding: 115px 5vw 63px;
  }
}

@media screen and (min-width: 750px) and (min-width: 1150px) {
  .products__container {
    padding: 115px 0 107px;
  }
}

@media screen and (min-width: 750px) {
  .products__heading {
    margin-bottom: 63px;
  }
  .products__heading span img {
    width: 282px;
    max-width: 100%;
  }
  .products__heading > img {
    width: 553px;
    max-width: 100%;
    margin-bottom: 22px;
  }
  .products__heading-sale {
    margin-bottom: 3px;
    font-size: 1.5625rem;
    line-height: 148%;
    letter-spacing: 0.07031rem;
  }
  .product__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 51px 33px;
  }
}

@media screen and (min-width: 750px) and (min-width: 1080px) {
  .product__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 750px) {
  .product {
    position: relative;
  }
  .product__label {
    position: absolute;
    top: -27px;
    left: -27px;
    width: 84px;
    height: 84px;
    font-size: 1rem;
  }
  .product img {
    margin-bottom: 1rem;
  }
  .product__name {
    margin-bottom: 0.56rem;
    font-size: 1.125rem;
    line-height: 159.5%;
    letter-spacing: 0.09rem;
  }
  .product__size {
    margin-bottom: 0.31rem;
    font-size: 1rem;
    line-height: 159.5%;
    /* 1.595rem */
    letter-spacing: 0.08rem;
  }
  .product__price {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    /* 142.857% */
  }
  .product__price small {
    font-size: 0.625rem;
  }
  .product__button {
    width: 192px;
    height: 35px;
    margin-top: 9px;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    border-radius: 35.453px;
  }
  .commerce {
    grid-template-columns: minmax(0, 30%) minmax(0, max-content) minmax(0, max-content);
    gap: 35px;
    align-items: center;
    margin-top: 78px;
  }
  .commerce__logo {
    margin-bottom: 0;
  }
  .commerce__icon {
    width: 73px;
    height: 73px;
    align-self: center;
    margin-left: 0;
  }
  .commerce__icon svg {
    stroke-width: 1px;
  }
}

@media screen and (min-width: 750px) and (min-width: 1000px) {
  .commerce__lead {
    display: inline-flex;
    flex-direction: row;
    gap: 0;
    margin-bottom: 14px;
    padding: 0 19px 0 18px;
    color: var(--color-white);
    font-size: 1.125rem;
    line-height: 33px;
    background-color: var(--commerce-red);
    border-radius: 4px;
  }
  .commerce__lead span {
    display: inline;
    padding: 0;
    background-color: transparent;
  }
  .commerce__lead + p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 750px) and (min-width: 1200px) {
  .commerce {
    grid-template-columns: minmax(0, 379px) minmax(0, max-content) minmax(0, max-content);
  }
}
