.uppercase {
  text-transform: uppercase;
}
.container-l:after,
.container-l:before {
  display: none;
}
.h40 {
  height: 40px;
}
.italic {
  font-style: italic;
}
.btn-audio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
  padding: 60px;
}

.audioBox {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: url("https://cdn.greenvines.com.tw/shopline/auscentic/product-page/auscentic-essential-oil-blend-imperfect-us/pause.png")
    no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.play-icon {
  position: absolute;
  margin-bottom: 1rem;
  margin-top: 1rem;
  left: 48%;
  width: 50px;
  cursor: pointer;
}
.play-icon:hover {
  opacity: 0.5;
}
.pause-icon {
  position: absolute;
  margin-bottom: 1rem;
  margin-top: 1rem;
  left: 48%;
  width: 50px;
  cursor: pointer;
}
.pause-icon:hover {
  opacity: 0.5;
}
.mt240 {
  margin-top: 240px;
}
.mt160 {
  margin-top: 160px;
}
@media (max-width: 1080px) {
  .breadcrumb {
    margin-top: 27px;
  }
}
.breadcrumb {
  background-color: #3b5647;
}
.bg-sand {
  background-color: #d2c8b1;
}
.fz19 {
  font-size: 19px;
  line-height: 30px;
}
.fz12 {
  font-size: 12px;
  line-height: 22px;
}
.lh50 {
  line-height: 50px;
}
.mt300 {
  margin-top: 300px;
}
.mb200 {
  margin-bottom: 200px;
}
.mb600 {
  margin-bottom: 35%;
}
.mb350 {
  margin-bottom: 350px;
}
.mt100 {
  margin-top: 100px;
}
.mr25 {
  padding-right: 25px;
}
.font-bold-500 {
  font-weight: 500;
}
.smell {
  color: #6db4bb;
}
.underline {
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
.section.s1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
    url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/s1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
}

.section.s2 {
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/s2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 100px;
}

.section.s2 .s2-icon {
  margin: 0 35px;
  width: 30px;
  height: auto;
}
.section.s2 .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.s3 {
  display: flex;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
}
.section.s3 .content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
    url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/s3-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 60px 100px;
}

.section.s4 {
  display: flex;
  justify-content: center;
  padding: 0;
}
.section.s4 .container {
  padding: 10px !important;
  margin: -10px;
}
.section.s4 .col-sm-6 {
  position: relative;
  min-height: 550px;
  background-color: #d2c8b1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-split__images {
  min-height: 400px;
}
/* 先把共用的 background 與定位屬性抓出來 */
.section.s4 .col-sm-6 .img-top,
.section.s4 .col-sm-6 .img-bottom {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* 各自帶入不同的圖與 clip-path、z-index */
.section.s4 .col-sm-6 .img-top {
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s3-p02.jpg);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: rgba(0, 0, 0, 0.2);
}
.section.s4 .col-sm-6 .img-bottom {
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s3-p03.jpg);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 2;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
}
.section.s4 .col-sm-6 .img-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 3; /* 讓遮罩層蓋到 img-bottom、img-top 之上 */
}
span.auth.fz12.text-white {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  color: white;
}
.section.s4 .container-l {
  max-width: 1920px;
  width: 100%;
  padding: 0 10px;
}
.section.data {
  background-color: #e4e1dd;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.section.s5 {
  background-color: #d8d4cd;
}
.section.s5 .col-sm-6 {
  min-height: 400px;
}
.section.s5 .col-sm-6.s1 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s5-p01.png);
}
.section.s5 .col-sm-6.s2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s5-p02.png);
}
.section.s6 {
  position: relative;
  z-index: 999;
  min-height: 400px;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/s6-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #e4e1dd;
  padding: 160px 0 220px;
}
.pdp .section.s6 .tree {
  position: absolute;
  left: 0;
  z-index: 5;
}
.section.s6 .tree {
  top: 320px;
}
.pdp .tag.white {
  width: fit-content;
}

.section.s7 {
  padding-top: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/bg.png);
}
.section.s7 .s7-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
  z-index: 2;
}
.section.s7 .s7-icon {
  width: 50px;
  margin: 0;
}
.section.s7 .c3-content,
.section.s7 .c2-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.s7 .c3-icon,
.section.s7 .c2-icon {
  width: 30px;
  object-fit: contain;
  margin: 0;
}
.section.s7 .c1,
.section.s7 .c2,
.section.s7 .c3 {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s7-bg.jpg);
}
.section.s7 .c2 {
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s8-bg.jpg);
}

.section.s7 .c3 {
  margin-top: 400px;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s9-bg.jpg);
}
.c1-item {
  position: relative;
  margin-top: -17%;
}
.c1-item h3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c2-item {
  position: relative;
  margin-top: -20%;
}
.c3-item {
  position: relative;
  margin-top: -20%;
}
.c1-item h2,
.c2-item h2,
.c3-item h2 {
  font-size: 54px;
}
.c1-item img,
.c2-item img,
.c3-item img {
  position: relative;
  display: block;
  width: 25%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  z-index: -1;
}
.c1-card {
  margin-top: -50px;
}
.c1-card .container-l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 526px;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0;
  box-sizing: border-box;
}

.c1-card .item {
  padding: 60px 30px;
  min-height: 550px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: 60px;
}

.c1-card .p1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s7-p02.png);
  transform: translateY(-60px) translateX(0px);
}
.c1-card .p2 {
  margin-top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s7-p03.png);
}
.c1-card .p3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s7-p04.png);
}
.c1-card .p4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/s7-p05.png);
  transform: translateY(40px) translateX(30px);
}
.c1-card .p1 img,
.c1-card .p2 img,
.c1-card .p3 img {
  width: 150px;
  z-index: 1;
}
.c1-card .p4 img {
  width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}
.c1-card .item.p4 {
  min-height: 620;
  padding: 24px;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.4s ease-out, transform 0.8s ease-out;
}
.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.section.s8 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  background-position: 45% center;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/s10-bg.png);
  display: flex;
  align-items: center;
}
.section.s8 .item {
  flex: 1;
  text-align: center;
  margin-top: 30px;
  padding: 5;
  box-sizing: border-box;
}
.section.s8 .div-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-divider {
  width: 1px;
  height: 70px; /* 根據 item 內容高度調整，或改成 auto 但需設定 align */
  background-color: #000000;
  margin: 0 10px; /* 左右間距各 10px，與 .feature-item 的 padding 共同形成空隙 */
}

.section.s10 .container-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .smell {
    color: white;
  }
  .c1-card .p1 img,
  .c1-card .p2 img,
  .c1-card .p3 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c1-card .p4 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .play-icon {
    left: 43%;
  }
  .pause-icon {
    left: 43%;
  }
  a {
    color: #353535;
  }
  .fz24 {
    font-size: 14px;
    line-height: 24px;
  }
  .fz28 {
    font-size: 18px;
    line-height: 28px;
  }
  .fz16 {
    font-size: 13px;
    line-height: 23px;
  }
  .fz20 {
    font-size: 14px;
    line-height: 24px;
  }
  .c1-item h2,
  .c2-item h2,
  .c3-item h2 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
    line-height: 30px;
  }
  .section.s1 {
    position: relative;
    padding: 60px 10px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
      url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/m-s1-bg.png);
    z-index: 2;
  }
  .section.s2 {
    position: relative;
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/m-s2-bg.jpg);
    background-position: center;
    z-index: 1;
    margin-top: -10px;
    padding: 100px 0;
  }
  .section.s2 .s2-icon {
    margin: 0 35px;
    width: 20px;
    height: auto;
  }
  .section.s2 .container-l {
    padding: 0 10px;
  }

  .section.s2 .fz28 {
    font-size: 16px;
    line-height: 26px;
  }
  .section.s2 .fz20 {
    font-size: 12px;
    line-height: 22px;
  }
  .section.s3 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .section.s3 .container-l {
    padding: 10px;
  }
  .section.s3 .content {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
      url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/m-s3-p01.png);
    background-size: cover;
    background-position: top left;
    padding: 60px 20px;
  }
  .section.s4 .container-l {
    padding: 8px;
    margin: -10px;
  }
  .section.s4 .col-sm-6 {
    padding: 40px 30px;
    min-height: 375px;
  }
  .section.s4 {
    padding-bottom: 0;
  }
  .section.data .circle-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section.data .circle-wrap:nth-child(1) {
    padding: 20px;
  }
  .section.data .circle-wrap .fz12 {
    font-size: 14px;
    line-height: 22px;
  }
  .section.data h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .section.s6 {
    padding: 40px 0;
    min-height: fit-content;
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/m-s6-bg.png);
  }
  .section.s6 .col-sm-12 {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section.s6 .fz38 {
    font-size: 20px;
    text-align: center;
  }
  .pdp .section.s6 .tree {
    top: 70%;
    left: -110px;
  }
  .section.s7 .s7-icon {
    width: 30px;
  }
  .section.s7 .method {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section.s7 .method .hint h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .mb200 {
    margin-bottom: 100px;
  }
  .mb600 {
    margin-bottom: 190px;
  }
  .c1-card {
    margin: -35px 10px 150px 10px;
  }
  .c1-card .container-l {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .c1-item h3,
  .c1-item h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .c1-item img,
  .c2-item img,
  .c3-item img {
    width: 50%;
    z-index: 1;
  }

  .c1-item {
    margin-top: -100px;
  }
  .c1-card .item {
    padding: 30px 20px;
    transform: none !important;
    min-height: 340px;
    margin: 0;
  }
  .c1-card .item h4 {
    font-size: 18px;
  }
  .c1-card .item:nth-child(2) h4,
  .c1-card .item:nth-child(3) h4 {
    margin-top: -30px;
    padding-top: 90px;
  }
  .c1-card .p1,
  .c1-card .p2,
  .c1-card .p3,
  .c1-card .p4 {
    background-size: cover;
  }
  .c1-card .p4 img {
    width: 60px;
  }
  .section.s7 .c1,
  .section.s7 .c2,
  .section.s7 .c3 {
    background-size: cover;
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/m-s7-bg.jpg);
  }
  .section.s7 .c2 {
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/m-s8-bg.jpg);
  }

  .section.s7 .c3 {
    margin-top: 150px;
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-held-in-stillness/m-s9-bg.jpg);
  }
  .section.s7 .carousel {
    padding: 0 20px;
  }
  .section.s8 {
    background-size: 200%;
    background-repeat: no-repeat;
    min-height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
      url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/auscentic/product-page/auscentic-essence-roll-on-drifting-into-clarity/m-s10-bg.png);
    background-position: top center;
  }
  .section.s8 .col-sm-7 {
    margin-top: 35%;
  }
  .section.s8 .col-sm-7 .mb10,
  .section.s8 .col-sm-7 .mb20 {
    margin-bottom: 0;
  }
  .section.s8 .col-sm-7 h2 {
    font-size: 15px;
  }
  .section.s8 .col-sm-7 h5 {
    color: white;
    font-size: 12px;
  }
  .section.s8 .col-sm-7 .text-main {
    color: white;
  }
  .section.s8 .col-sm-7 .tag {
    color: white;
    border: 1px solid white;
    font-size: 12px;
  }
  .section.s8 .div-center {
    flex-direction: column;
  }
  .section.s8 .div-center .item {
    color: white;
  }
  .section.s8 .div-center .item h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .section.s8 .div-center .item p {
    font-size: 12px;
    line-height: 22px;
  }
  .div-center.three {
    margin-top: 30px;
  }
  .div-center.three .item {
    margin-top: -5px;
  }
  .feature-divider {
    width: 60px;
    height: 1px;
    background-color: #fff;
    margin: 10px 0;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .lh50 {
    line-height: 30px;
  }
  .section.s7 .s7-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section.s7 .c2-item .s7-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section.s7 .c3-item .s7-title {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pdp .section.data {
    padding: 40px 0 40px;
  }
  .circle-wrap .item:nth-child(1) {
    width: 100%;
  }
  .press .row {
    display: flex;
    flex-wrap: wrap;
  }
  .press .col-sm-3 {
    width: 50%;
  }
  .mb350 {
    margin-bottom: 0;
  }
  .mt160 {
    margin-top: 20px;
  }
  .fz24,
  h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media (max-width: 375px) {
  .c1-card .container-l {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .c1-item img,
  .c2-item img,
  .c3-item img {
    width: 45%;
  }
  .section.s7 {
    margin-top: -50px;
  }
  .section.s7 .s8-img {
    position: relative;
  }

  .section.s7 .s7-title h2 {
    font-size: 20px;
  }
  .section.s7 .s7-title img {
    width: 10px;
  }
  .c1-item {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  #Content .container {
    padding: 4px;
  }
}
@media (max-width: 375px) {
  .pdp .section.data .item {
    padding: 0;
  }
}
