body, p {
  color: #002D18;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, .fz104 {
  font-size: 104px;
  line-height: 114px;
  margin: 0;
  font-weight: 100;
}

.fz60 {
  font-size: 60px;
  line-height: 72px;
}

h2, h3, .fz52 {
  font-size: 52px;
  line-height: 64px;
  font-weight: 100;
}

.fz30 {
  font-size: 30px;
  line-height: 42px;
}

h4, .fz24 {
  font-size: 24px;
  line-height: 36px;
}

h5, .fz20 {
  font-size: 20px;
  line-height: 32px;
  color: #002D18;
}

h6, .fz14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

b {
  font-weight: 300;
}

p {
  font-size: 20px;
  line-height: 32px;
}

.fz16 {
  font-size: 16px;
  line-height: 28px;
}

.fz45 {
  font-size: 45px;
  line-height: 56px;
}

.fz18 {
  font-size: 18px;
  line-height: 30px;
}

ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 100;
}

@media (max-width: 1100px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.font-bold-100 {
  font-weight: 100;
}

.font-bold-300 {
  font-weight: 300;
}

.font-bold-400 {
  font-weight: 400;
}

.font-bold-600 {
  font-weight: 600;
}

.bg-main {
  background-color: #002D18;
}

.bg-main-opacity {
  background-color: rgba(10, 45, 27, 0.55);
}

.bg-eighty {
  background-color: #3B5647;
}

.bg-forty {
  background-color: #9CABA3;
}

.bg-twinty {
  background-color: #CED5D1;
}

.bg-ten {
  background-color: #E6EAE8;
}

.bg-promocolor {
  background-color: #C84600;
}

.bg-white {
  background-color: white;
}

.text-delete {
  text-decoration-line: line-through;
}

.text-main {
  color: #002D18;
}

.text-eighty {
  color: #3B5647;
}

.text-forty {
  color: #9CABA3;
}

.text-twinty {
  color: #CED5D1;
}

.text-ten {
  color: #E6EAE8;
}

.text-promocolor {
  color: #C84600;
}

.text-white {
  color: white;
}

@media (max-width: 768px) {
  h1, .fz104 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }

  h2, h3, .fz52 {
    font-size: 32px;
    line-height: 42px;
  }

  .fz45 {
    font-size: 30px;
    line-height: 42px;
  }

  .fz30 {
    font-size: 24px;
    line-height: 36px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li {
  color: #ffffff00;
  padding: 10px;
}
.slick-dots button {
  border-radius: 50%;
  width: 10px;
  height: 13px;
  background-color: white;
  border: 1px solid white;
}

.slick-arrow {
  display: none !important;
}

.display-inline {
  display: inline;
}

.div-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.underline-text {
  text-decoration: underline;
}

.title-underline-text {
  width: fit-content;
  border-bottom: 1.5px solid white;
}

.indent2 {
  text-indent: 2em;
}

.indent4 {
  text-indent: 4em;
}

.indent6 {
  text-indent: 6em;
}

#Content .container {
  display: none !important;
}

.banner {
  margin-bottom: 0 !important;
  padding: 0;
}

.fz50 {
  font-size: 50px;
  line-height: 60px;
}

img {
  width: 100%;
}

.CustomPage {
  margin-bottom: 0;
}
.CustomPage .Grid-row {
  margin-bottom: 0;
}
.CustomPage .product-item .info-box .collection {
  background-color: #9CABA3;
}
.CustomPage .product-item .yotpo.bottomLine {
  background-color: white;
}

.Grid-row-wrapper:nth-child(5) {
  max-width: 1920px;
  width: 100%;
  padding: 0;
}
.Grid-row-wrapper:nth-child(5) .Grid-item {
  padding: 0;
}

a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.dots.desktop {
  position: fixed;
  top: 25%;
  bottom: 30%;
  right: 0px;
  width: 150px;
  z-index: 9999;
  filter: drop-shadow(10px 8px 20px rgba(0, 0, 0, 0.25));
}
.dots.desktop .h25 {
  background-color: #9CABA3;
  width: 100%;
  height: 25px;
}
.dots.desktop .title-box {
  color: white;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 20px;
  background-color: #3B5647;
}
.dots.desktop ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #E6EAE8;
}
.dots.desktop ul li {
  font-size: 14px;
  color: #002D18;
  list-style-type: none;
  cursor: pointer;
  padding: 10px 0;
  width: 80%;
  text-align: center;
  border-bottom: 1px solid #002D18;
}
.dots.desktop ul li:nth-child(7) {
  border-bottom: none;
}
.dots.desktop li.active a {
  color: #C84600;
}

.dots.mobile {
  position: fixed;
  opacity: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
}
.dots.mobile ul {
  width: 100%;
  margin: 0 auto;
  height: 43px;
  background-color: #E6EAE8;
  padding: 0;
  border-bottom: 5px solid #002D18;
  display: flex;
  justify-content: space-around;
}
.dots.mobile ul li {
  list-style-type: none;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  padding-left: 2px;
  position: relative;
  width: 100%;
}
.dots.mobile ul li .icon {
  display: block;
  height: 45px;
  width: auto;
  margin: -30px auto 2px;
}
.dots.mobile ul li:nth-child(5):after {
  display: none;
}
.dots.mobile ul li.active {
  color: #C84600;
}
@media (max-width: 480px) {
  .dots.mobile ul li {
    width: auto;
    font-size: 10px;
  }
}

.fz35 {
  font-size: 35px;
  line-height: 45px;
}

.fz50 {
  font-size: 50px;
  line-height: 60px;
}

.fz70 {
  font-size: 70px;
  line-height: 80px;
}

.h50 {
  height: 50px;
}

.h100 {
  height: 100px;
}

.pb30 {
  padding-bottom: 30px;
}

.title-border {
  border-bottom: 2px solid #002D18;
  display: inline-block;
}

.title-border.white {
  border-bottom: 2px solid white;
}

.title-border.promocolor {
  border-bottom: 2px solid #C84600;
}

.notice {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}

.inner {
  padding: 50px;
  font-size: 16px;
}
.inner ul li {
  font-size: 16px;
  list-style-type: disc !important;
}
.inner ul li a {
  text-decoration: underline;
}

.hint, .hint1, .hint2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.toggle, .toggle1, .toggle2 {
  display: none;
  margin-left: 20px;
}
.toggle .section.intro, .toggle1 .section.intro, .toggle2 .section.intro {
  padding: 120px 0;
}

.banner.mother25 {
  height: auto;
  padding: 100px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/KV.jpg);
}

.section.s1 {
  padding: 115px 0;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/s1-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section.s1 .title {
  width: fit-content;
  padding: 0px 5px;
  color: #C84600;
  background-color: white;
}
.section.s1 h2 {
  padding: 0;
}

.btn.limited {
  color: #C84600;
  font-size: 20px;
  background-color: white;
  padding: 10px 60px;
}

.section.s2 {
  height: auto;
}
.section.s2 .col-sm-4 {
  padding: 15px 10px;
}

.title-sale.promo {
  width: fit-content;
  padding: 0 5px;
  color: #C84600;
  font-size: 40px;
  line-height: 60px;
  border-top: 1px solid #C84600;
  border-bottom: 1px solid #C84600;
}

.title-sale.white {
  width: fit-content;
  padding: 0 5px;
  font-size: 40px;
  line-height: 60px;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.section.s2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/s2-bg.jpg);
}

.section.s3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/s3-bg.jpg);
}
.section.s3 .inner {
  background-color: #C84600;
  color: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 0 60px;
}
.section.s3 .title-box {
  padding: 0 35px;
}
.section.s3 .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.s3 .products {
  padding: 10px;
}
.section.s3 .col-right {
  margin-top: 30%;
}

.s4-title {
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  padding: 30px 0;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/m_s1-bg.jpg);
}

.section.s4 {
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/s4-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
.section.s4 .feature {
  padding-top: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.section.s4 .feature .text {
  padding-top: 50px;
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}
.section.s4 .feature .img {
  max-width: 50vw;
  width: 30% !important;
  padding-left: 20px;
  padding-right: 20px;
}
.section.s4 .row {
  display: flex;
  justify-content: center;
}
.section.s4 .col-sm-6 {
  width: 30%;
}
.section.s4 .item {
  width: 100%;
}

.section.s5 {
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/s5-bg.png);
  background-size: cover;
  padding-bottom: 10%;
}
.section.s5 .row {
  position: relative;
}
.section.s5 .s5-container {
  border-radius: 10px;
  background-position: center;
  margin-bottom: 60px;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/s5-p01.jpg);
}
.section.s5 .s5-box {
  padding-top: 30px;
  max-width: 100%;
  height: auto;
}
.section.s5 .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.section.s5 .products img {
  display: block;
  width: 100%;
  height: auto;
}
.section.s5 .product-grid {
  grid-template-columns: repeat(3, 1fr);
}
.section.s5 .product-grid > .products:nth-child(2),
.section.s5 .product-grid > .products:nth-child(5) {
  margin-top: 30px;
}

.section.s6 {
  margin-top: -10%;
}
.section.s6 .row {
  border-radius: 10px;
  background-position: center;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/s6-bg.jpg);
}
.section.s6 .s6-box {
  padding-top: 30px;
  max-width: 100%;
  height: auto;
}

.section.member {
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/pages/benefit-report/one-bg.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.section.member img {
  width: 80px;
  margin: 0 auto 20px;
}
.section.member .col-sm-2 {
  text-align: center;
}
.section.member p {
  font-size: 16px;
  text-align: center;
}
.section.member h6 {
  text-align: center;
}

.new {
  color: #C84600;
  background-color: white;
  padding: 2px 5px;
}

.section.s11 .btn-container {
  text-align: center;
}

.col-sm-12 {
  width: 100%;
}

.section.add .container-l {
  max-width: 1920px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .Grid-row-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .dots.desktop {
    display: none !important;
  }

  .dots.mobile {
    opacity: 1;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .fz20 {
    font-size: 16px;
    line-height: 26px;
  }

  .fz40 {
    font-size: 24px;
    line-height: 34px;
  }

  .mb30 {
    margin-bottom: 10px;
  }

  .title-sale.promo {
    font-size: 20px;
    line-height: 40px;
  }

  .title-sale.white {
    font-size: 20px;
    line-height: 40px;
  }

  .hint, .hint1, .hint2 {
    padding: 5px;
  }
  .hint h4, .hint p, .hint1 h4, .hint1 p, .hint2 h4, .hint2 p {
    font-size: 16px;
    line-height: 26px;
  }

  .banner.mother25 {
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/m_kv.jpg);
    padding: 20px 20px 70% 20px;
    background-position: bottom;
  }

  .section.s1 {
    padding: 40px 30px;
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/m_s1-bg.jpg);
  }

  .btn.limited {
    width: 100%;
  }

  .section.s2 {
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/m_s2-bg.jpg);
  }
  .section.s2 .row.show-in-mobile {
    display: flex !important;
    flex-wrap: wrap;
  }
  .section.s2 .row.show-in-mobile .col-6 {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }

  .section.s3 {
    background-size: auto;
  }
  .section.s3 .inner {
    padding: 40px 0 5px;
  }
  .section.s3 .col-sm-5 {
    max-width: calc(100% - 30px);
  }

  .section.s4 {
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/landing-page/2025-mothers-day-renew/image/m_s4_bg.jpg);
  }
  .section.s4 .row {
    display: flex;
  }
  .section.s4 .col-sm-6 {
    width: 50%;
  }
  .section.s4 .item {
    width: 100%;
  }
  .section.s4 .fz20 {
    font-size: 12px;
    line-height: 22px;
  }
  .section.s4 .feature {
    padding-top: 180%;
    margin-bottom: 0;
  }
  .section.s4 .feature .text {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section.s4 .feature .mb30 {
    margin-bottom: 15px;
  }
  .section.s4 .feature .img {
    width: 45% !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.s5 {
    padding-bottom: 50%;
  }
  .section.s5 .s5-container {
    background-image: none;
    margin-bottom: 0;
  }
  .section.s5 .s5-box {
    background-color: #C84600;
    padding-bottom: 35px;
    border-radius: 10px;
    padding-top: 10px;
  }
  .section.s5 .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section.s5 .product-grid > .products:nth-child(1),
  .section.s5 .product-grid > .products:nth-child(3),
  .section.s5 .product-grid > .products:nth-child(5) {
    margin-top: 30px;
  }
  .section.s5 .middle-in-row {
    margin-top: 0;
  }
  .section.s5 .product-grid {
    margin-top: 30px;
    padding: 10px 15px;
  }
  .section.s5 .product-grid > .products:nth-child(2) {
    margin-top: 0;
  }

  .section.member {
    padding: 40px 0 40px;
  }
  .section.member .row {
    display: flex;
    flex-wrap: wrap;
  }
  .section.member .col-sm-2 {
    width: 50%;
    margin-bottom: 30px;
  }

  .section.s6 {
    margin-top: -50%;
  }
  .section.s6 .row {
    background-image: none;
  }
  .section.s6 .s6-box {
    background-color: #C84600;
    padding-bottom: 35px;
    border-radius: 10px;
    padding-top: 10px;
  }

  .section.s12 .col-sm-6, .section.s11 .col-sm-6 {
    padding: 10px 0;
  }

  .section.add .container-l {
    margin: 0;
    padding: 0 7px;
  }
}
