@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
html,
body {
  color: #2B3432;
}

.landing_page {
  --color-b: #000;
  --color-w: #fff;
  --color-mv-bg: #edfaff;
  --color1: #ffbb00;
  --color2: linear-gradient(to bottom, #70ddf9, #fafdce);
  --color3: #ff50d5;
  --color4: #edfaff;
  --color5: #0707c9;
  --color6: #fffddc;
  --color7: linear-gradient(
    to bottom,
    rgba(255, 167, 255, 0.4) 0%,
    rgba(101, 234, 253, 0.4) 25%,
    rgba(127, 252, 107, 0.4) 50%,
    rgba(252, 242, 0, 0.4) 75%,
    rgba(255, 182, 208, 0.4) 100%
  );
  --color9: #f7f7f7;
  --color8: rgb(235, 237, 244);
  --color10: #1a1817;
  --color11: linear-gradient(to right, #fbfbfb 0%, #eeeeee 100%);
  --bold: 600;
  --semibold: 500;
}
.landing_page .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing_page .bg-shape svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .landing_page {
    --fs-xs: 10;
    --fs-xs-rem: 1rem;
    --fs-sm: 16;
    --fs-sm-rem: 1.6rem;
    --fs-md: 20;
    --fs-md-rem: 2rem;
    --fs-lg: 32;
    --fs-lg-rem: 3.2rem;
    --fs-xl: 40;
    --fs-xl-rem: 4rem;
    --pad-xxs: 10;
    --pad-xs: 30;
    --pad-sm: 60;
    --pad-md: 100;
    --pad-lg: 120;
  }
  .l-breadcrumbs {
    margin-top: 0;
  }
  .landing_page {
    overflow: visible;
    contain: paint;
    background-color: var(--color-w);
  }
  .landing_page .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .landing_page .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .landing_page .js-revealIn {
    position: relative;
  }
  .landing_page .js-revealIn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 1.2s ease-in-out;
    z-index: 3;
  }
  .landing_page .js-revealIn--active::after {
    transform: scaleX(0);
  }
  .landing_page .s-view {
    display: none;
  }
  .landing_page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .landing_page p {
    font-size: max(14px, min(3vw, 16px));
    line-height: 1.6;
  }
  .landing_page .container {
    width: min(100% - 30px, 1200px);
    margin-inline: auto;
  }
  .landing_page .main-visual {
    position: relative;
    background: #F5F4F2;
  }
  .landing_page .main-visual .mv-container {
    position: relative;
    width: min(100%, 1400px);
    margin-inline: auto;
    background: linear-gradient(90deg, #F3F5E7 0%, #E5EACD 98.59%);
    z-index: 1;
  }
  .landing_page .main-visual .mv-box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .landing_page .main-visual .mv-contents {
    padding: 24px 12%;
    display: grid;
    place-content: center;
  }
  .landing_page .main-visual .mv-logo {
    width: min(100%, 570px);
  }
  .landing_page .main-visual .mv-title {
    font-size: max(30px, min(4vw, 60px));
    font-weight: 700;
    color: #6F6F63;
    line-height: 1.4;
    margin: 0.5em 0 1em 0;
  }
  .landing_page .main-visual .mv-title span {
    font-size: max(20px, min(3vw, 40px));
    font-weight: 400;
    display: block;
  }
  .landing_page .main-visual::after {
    content: "";
    width: 100%;
    height: 90px;
    background: linear-gradient(90deg, #FBFBFB 0%, #EEE 98.59%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .landing_page .main-visual .scroll-image {
    max-width: 140px;
    position: absolute;
    left: 45px;
    bottom: -32.5px;
  }
  .landing_page .section-contents {
    padding: 100px 0;
  }
  .landing_page .section-heading {
    padding: 0 0 40px 0;
  }
  .landing_page .section-num {
    font-family: "Quicksand", sans-serif;
    font-size: max(14px, min(3vw, 20px));
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 1em 0;
  }
  .landing_page .section-num::before {
    content: "";
    display: block;
    min-width: 32px;
    height: 32px;
    background: url(.././images/icon-check.svg) no-repeat center/contain;
  }
  .landing_page .section-subtitle {
    font-size: max(18px, min(3vw, 32px));
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .landing_page .section-subtitle::before {
    content: "";
    display: block;
    min-width: 55px;
    height: 45px;
    background: url(.././images/plus-txt.png) no-repeat center/contain;
  }
  .landing_page .section-title {
    font-size: max(18px, min(3vw, 32px));
    font-weight: 700;
    margin: 8px 0 0 0;
  }
  .landing_page .section-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
  }
  .landing_page .css-font-sm {
    font-size: min(var(--fs-sm) * 100vw / 1920, var(--fs-sm-rem));
    line-height: 1.5;
  }
  .landing_page .css-font-sm.bold {
    font-weight: var(--bold);
  }
  .landing_page .css-font-md {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    line-height: 1.5;
  }
  .landing_page .css-font-md.bold {
    font-weight: var(--bold);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .landing_page .section-contents {
    position: relative;
  }
  .landing_page .bar {
    position: absolute;
    top: 100px;
    left: -6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }
  .landing_page .bar span {
    display: block;
    width: 2.5vw;
    height: 2px;
    background: #6F6F63;
  }
  .landing_page .bar span.active {
    position: relative;
    width: 4vw;
  }
  .landing_page .bar span.active::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #6F6F63;
    position: absolute;
    top: -5px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .landing_page .bar {
    left: -8vw;
  }
}
@media screen and (min-width: 768px) {
  .css-section1 {
    position: relative;
    background: linear-gradient(90deg, #FBFBFB 0%, #EEE 98.59%);
  }
  .css-section1::after {
    content: "";
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .feature-section {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .feature-section__inner {
    padding: 150px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-section__inner {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-section__title {
    font-size: max(24px, min(3vw, 48px));
    margin-bottom: 60px;
  }
  .feature-section__title::before {
    content: attr(data-en);
    display: block;
    font-size: max(14px, min(3vw, 18px));
    margin: 0 0 10px 0;
  }
  .feature-section__list {
    counter-reset: number 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-section__list {
    width: max-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .feature-section__list li {
    font-size: max(14px, min(3vw, 16px));
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    gap: 16px;
  }
  .feature-section__list li::before {
    counter-increment: number 1;
    content: counter(number);
    display: grid;
    place-content: center;
    font-size: 14px;
    font-weight: 700;
    background: hsla(60, 6%, 41%, 0.14);
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
  }
  .feature-section__list li:hover::before {
    background: #6F6F63;
    color: #fff;
  }
  .feature-section__list a {
    color: #2B3432;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-section__img {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  p.section2-note {
    font-size: 12px;
    text-align: right;
    margin: 2em 0;
  }
  .highlight-detail {
    border: 1px solid #6F6F63;
  }
  .highlight-detail__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .highlight-detail__text-block {
    background: #6F6F63;
    display: grid;
    place-content: center;
    gap: 1.5em;
    padding: 32px 16px;
  }
  p.highlight-detail__lead {
    width: max-content;
    margin: 0 auto;
    color: #6F6F63;
    background: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 999px;
    padding: 0.5em 1.5em;
  }
  .highlight-detail__title {
    font-size: max(18px, min(3vw, 20px));
    color: #FFF;
    line-height: 1.6;
  }
  .highlight-detail__info-block {
    position: relative;
    padding: 8px 16px;
    display: grid;
    align-items: center;
  }
  .highlight-detail__info-block::before {
    content: "";
    width: 30px;
    height: 100%;
    aspect-ratio: 1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #6F6F63;
    position: absolute;
    top: 0;
    left: 0;
  }
  .highlight-detail__specs {
    font-size: max(18px, min(3vw, 20px));
    font-weight: 600;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px 8px;
    padding: 0 32px;
    line-height: 1.6;
  }
  .highlight-detail__specs span {
    font-size: max(24px, min(3vw, 32px));
  }
  .highlight-detail__specs dd {
    white-space: nowrap;
  }
  p.highlight-detail__note {
    font-size: 12px;
    text-align: right;
    margin: auto 0 0 0;
  }
  .css-section3 {
    background: #F5F4F2;
  }
  .section3-image {
    padding: 20px 0 0 0;
  }
  .section3-title {
    font-size: max(18px, min(3vw, 20px));
    font-weight: 600;
    line-height: 1.6;
  }
  .section3-txt {
    margin: 1em 0;
  }
  p.section3-note {
    font-size: 12px;
  }
  p.section3-note.text-right {
    text-align: right;
  }
  .section3-image-box {
    width: 90%;
    padding: 24px 0;
  }
  .section3-image-item:nth-of-type(2) {
    padding: 60px 0 0 0;
  }
  .section4-image {
    align-items: center;
  }
  .section4-txt {
    margin: 0 0 1em 0;
  }
  .section4-image-box {
    max-width: 470px;
  }
  .css-section5 {
    background: #F5F4F2;
  }
  .section5-title {
    font-size: max(20px, min(3vw, 26px));
    margin-bottom: 1em;
  }
  .section5-image-box1,
  .section5-image-box2 {
    padding: 50px 0 0 0;
  }
  .section5-image-box2 {
    max-width: 317px;
    margin: 0 auto;
  }
  .section5-note {
    font-size: 12px;
    display: block;
    margin-top: 0.5em;
  }
  .section6-image {
    align-items: center;
  }
  .section6-title {
    font-size: max(20px, min(3vw, 26px));
    margin-bottom: 1em;
  }
  .section6-image-container {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 20px;
  }
  .css-section7 {
    background: #F5F4F2;
  }
  .landing_page .section-image.section7-image {
    grid-template-columns: 1fr 60%;
    align-items: center;
  }
  p.section7-note {
    font-size: 12px;
    margin: 2em 0 0 0;
  }
  .css-bottom-section {
    background: #F0F0F0;
  }
  .products-section {
    padding: 56px 0;
  }
  .bottom-title {
    font-size: max(18px, min(3vw, 32px));
    font-weight: 700;
    color: #6F6F63;
  }
  .bottom-container {
    width: min(100% - 30px, 1400px);
    margin-inline: auto;
  }
  .products-box {
    margin: 56px 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 10px;
  }
  .products-box .product {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
  }
  .products-box .product a {
    display: block;
  }
  .products-box .product a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .landing_page {
    --fs-xs: 12;
    --fs-sm: 18;
    --fs-md: 22;
    --fs-lg: 32;
    --fs-xl: 40;
    --pad-xxs: 10;
    --pad-xs: 30;
    --pad-sm: 30;
    --pad-md: 60;
    --pad-lg: 100;
    --pad-xl: 120;
  }
  .l-breadcrumbs {
    margin-top: 0;
  }
  .landing_page {
    overflow: visible;
    contain: paint;
    background-color: var(--color-w);
  }
  .landing_page .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .landing_page .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .landing_page .js-revealIn {
    position: relative;
  }
  .landing_page .js-revealIn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 1.2s ease-in-out;
    z-index: 3;
  }
  .landing_page .js-revealIn--active::after {
    transform: scaleX(0);
  }
  .landing_page .l-view {
    display: none;
  }
  .landing_page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .landing_page p {
    font-size: max(14px, min(3vw, 16px));
    line-height: 1.6;
  }
  .landing_page .container {
    padding: 0 15px;
  }
  .landing_page .main-visual {
    position: relative;
    background: #F5F4F2;
  }
  .landing_page .main-visual .mv-container {
    background: linear-gradient(90deg, #F3F5E7 0%, #E5EACD 98.59%);
  }
  .landing_page .main-visual .mv-box {
    position: relative;
  }
  .landing_page .main-visual .mv-contents {
    padding: 70px 15px 30px 15px;
    display: grid;
    place-content: center;
  }
  .landing_page .main-visual .mv-logo {
    width: min(100%, 360px);
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .landing_page .main-visual .mv-logo {
    width: min(100%, 260px);
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .landing_page .main-visual .mv-title {
    font-size: max(30px, min(8vw, 60px));
    font-weight: 700;
    color: #6F6F63;
    line-height: 1.4;
    margin: 0.5em 0 1em 0;
  }
  .landing_page .main-visual .mv-title span {
    font-size: max(20px, min(3vw, 30px));
    font-weight: 400;
    display: block;
  }
  .landing_page .main-visual .mv-image {
    position: relative;
    width: calc(100% - 30px);
  }
  .landing_page .main-visual .mv-image img {
    position: relative;
    z-index: 1;
  }
  .landing_page .main-visual .mv-image::after {
    content: "";
    width: 100%;
    height: 90%;
    background: #EEEDEC;
    position: absolute;
    right: -30px;
    bottom: 0;
  }
  .landing_page .section-contents {
    padding: 60px 0;
  }
  .landing_page .section-heading {
    padding: 0 0 1.5em 0;
  }
  .landing_page .section-num {
    font-family: "Quicksand", sans-serif;
    font-size: max(14px, min(3vw, 20px));
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 1em 0;
  }
  .landing_page .section-num::before {
    content: "";
    display: block;
    min-width: 32px;
    height: 32px;
    background: url(.././images/icon-check.svg) no-repeat center/contain;
  }
  .landing_page .section-subtitle {
    font-size: max(18px, min(3vw, 32px));
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .landing_page .section-subtitle::before {
    content: "";
    display: block;
    min-width: 55px;
    height: 45px;
    background: url(.././images/plus-txt.png) no-repeat center/contain;
  }
  .landing_page .section-title {
    font-size: max(18px, min(3vw, 32px));
    font-weight: 700;
    margin: 8px 0 0 0;
    line-height: 1.6;
  }
  .landing_page .section-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .landing_page .section-image {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .css-section1 {
    position: relative;
    background: linear-gradient(90deg, #FBFBFB 0%, #EEE 98.59%);
  }
  .css-section1::after {
    content: "";
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .feature-section {
    position: relative;
    z-index: 1;
  }
  .feature-section__inner {
    padding: 60px 0 0 0;
  }
  .feature-section__title {
    font-size: max(24px, min(3vw, 48px));
    margin-bottom: 30px;
  }
  .feature-section__title::before {
    content: attr(data-en);
    display: block;
    font-size: max(14px, min(3vw, 18px));
    margin: 0 0 10px 0;
  }
  .feature-section__list {
    counter-reset: number 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
  .feature-section__list li {
    font-size: max(14px, min(3vw, 16px));
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    gap: 16px;
  }
  .feature-section__list li::before {
    counter-increment: number 1;
    content: counter(number);
    display: grid;
    place-content: center;
    font-size: 14px;
    font-weight: 700;
    background: hsla(60, 6%, 41%, 0.14);
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
  }
  .feature-section__list li:hover::before {
    background: #6F6F63;
    color: #fff;
  }
  .feature-section__list a {
    color: #2B3432;
    text-decoration: none;
  }
  .feature-section__img {
    max-width: 500px;
    margin: 0 auto;
  }
  p.section2-note {
    font-size: 12px;
    margin: 2em 0;
  }
  .highlight-detail {
    border: 1px solid #6F6F63;
  }
  .highlight-detail__inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .highlight-detail__text-block {
    background: #6F6F63;
    display: grid;
    place-content: center;
    gap: 1.5em;
    padding: 24px 16px;
  }
  p.highlight-detail__lead {
    width: max-content;
    margin: 0 auto;
    color: #6F6F63;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 999px;
    padding: 0.5em 1.5em;
  }
  .highlight-detail__title {
    font-size: max(16px, min(3vw, 20px));
    color: #FFF;
    line-height: 1.6;
  }
  .highlight-detail__info-block {
    position: relative;
    padding: 8px 16px;
    display: grid;
    align-items: center;
  }
  .highlight-detail__info-block::before {
    content: "";
    width: 100%;
    height: 20px;
    aspect-ratio: 1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #6F6F63;
    position: absolute;
    top: 0;
    left: 0;
  }
  .highlight-detail__specs {
    font-size: max(16px, min(3vw, 20px));
    font-weight: 600;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 4px 16px;
    padding: 20px 30px 0 30px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .highlight-detail__specs {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .highlight-detail__specs span {
    font-size: max(24px, min(3vw, 32px));
  }
  .highlight-detail__specs dd {
    white-space: nowrap;
  }
  p.highlight-detail__note {
    font-size: 12px;
    text-align: right;
    margin: 1em 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  p.highlight-detail__note {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .css-section3 {
    background: #F5F4F2;
  }
  .section3-title {
    font-size: max(16px, min(3vw, 18px));
    font-weight: 600;
    line-height: 1.6;
  }
  .section3-txt {
    margin: 1em 0;
  }
  p.section3-note {
    font-size: 12px;
  }
  p.section3-note.text-right {
    text-align: right;
  }
  .section3-image-box {
    padding: 24px 0;
  }
  .section3-image-item:nth-of-type(2) {
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .section3-image-item:nth-of-type(2) {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section4-image {
    align-items: center;
  }
  .section4-txt {
    margin: 0 0 1em 0;
  }
  .section4-image-box {
    max-width: 470px;
  }
  .css-section5 {
    background: #F5F4F2;
  }
  .section5-title {
    font-size: max(16px, min(3vw, 18px));
    margin-bottom: 1em;
  }
  .section5-image-box1,
  .section5-image-box2 {
    padding: 24px 0 0 0;
  }
  .section5-image-box2 {
    max-width: 317px;
    margin: 0 auto;
  }
  .section5-note {
    font-size: 12px;
    display: block;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .section5-image-item:first-of-type {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section6-image {
    align-items: center;
  }
  .section6-title {
    font-size: max(16px, min(3vw, 18px));
    margin-bottom: 1em;
  }
  .section6-image-container {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 20px;
  }
  .css-section7 {
    background: #F5F4F2;
  }
  .landing_page .section-image.section7-image {
    grid-template-columns: 1fr 60%;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .landing_page .section-image.section7-image {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  p.section7-note {
    font-size: 12px;
    margin: 2em 0 0 0;
  }
  .css-bottom-section {
    background: #F0F0F0;
  }
  .products-section {
    padding: 24px 0;
  }
  .bottom-title {
    font-size: max(18px, min(3vw, 32px));
    font-weight: 700;
    color: #6F6F63;
  }
  .bottom-container {
    width: min(100% - 30px, 1400px);
    margin-inline: auto;
  }
  .products-box {
    margin: 24px 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .products-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .products-box .product {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
  }
}
