@charset "UTF-8";
.ratio-custom {
  display: block;
  padding-bottom: calc(var(--h-ratio) / var(--w-ratio) * 100%);
  position: relative; }

.ratio-custom img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center; }

p.required:after {
  content: "*";
  left: 3px;
  position: relative;
  color: red; }

#sec-special-offers {
  padding-bottom: 50px; }
  #sec-special-offers .heading-p {
    margin: 50px 0;
    padding-top: 50px; }
  #sec-special-offers .group-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 cột bằng nhau (50%) */
    gap: 15px;
    /* khoảng cách giữa các item */ }
    @media (max-width: 768px) {
      #sec-special-offers .group-banner {
        grid-template-columns: 1fr; } }
    #sec-special-offers .group-banner .item-img {
      width: 100%; }
      #sec-special-offers .group-banner .item-img img {
        width: 100%;
        height: auto;
        display: block; }
    #sec-special-offers .group-banner .content-bn {
      margin-top: 30px; }
      @media (max-width: 480px) {
        #sec-special-offers .group-banner .content-bn h3 {
          font-size: 21px; } }
      #sec-special-offers .group-banner .content-bn .ct-bn {
        font-size: 16px; }
      #sec-special-offers .group-banner .content-bn .btn-view-now a {
        display: inline-block;
        font-size: 16px; }
        #sec-special-offers .group-banner .content-bn .btn-view-now a:hover span {
          border-bottom: 1px solid;
          color: var(--shop-color-text); }
        #sec-special-offers .group-banner .content-bn .btn-view-now a svg {
          transform: rotate(180deg); }

.col-special-offers {
  margin-bottom: 50px; }
  .col-special-offers .heading-c {
    margin-bottom: 40px;
    text-align: center; }
    .col-special-offers .heading-c h2 {
      margin: 0; }
      @media (max-width: 480px) {
        .col-special-offers .heading-c h2 {
          font-size: 24px; } }
  .col-special-offers .list-col-special-offers {
    margin-top: 40px; }
    .col-special-offers .list-col-special-offers .product-loop {
      width: 100%;
      max-width: 100%;
      padding: 0; }

.list-col-special-offers .owl-prev,
.list-col-special-offers .owl-next {
  width: 40px;
  height: 40px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  outline: none !important;
  border: none; }
  @media (max-width: 480px) {
    .list-col-special-offers .owl-prev,
    .list-col-special-offers .owl-next {
      width: 30px;
      height: 30px;
      background: rgba(255, 255, 255, 0.8) !important;
      border-radius: 50%; }
      .list-col-special-offers .owl-prev svg,
      .list-col-special-offers .owl-next svg {
        --width: 16px !important;
        --height: 16px !important; } }

.list-col-special-offers .owl-prev {
  left: -35px; }
  @media (max-width: 480px) {
    .list-col-special-offers .owl-prev {
      left: -15px; } }

.list-col-special-offers .owl-next {
  right: -35px;
  left: auto; }
  @media (max-width: 480px) {
    .list-col-special-offers .owl-next {
      right: -15px; } }
  .list-col-special-offers .owl-next svg {
    transform: rotate(180deg); }

.view-all-collection {
  margin-bottom: 30px; }

.view-all-collection > a {
  color: #fff;
  display: inline-block;
  background: var(--shop-color-text);
  padding: 12px 25px;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 6px; }

.member-ship-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* chia đôi 2 item */
  gap: 0;
  /* khoảng cách giữa ảnh và nội dung (tuỳ chỉnh nếu cần) */
  align-items: center;
  /* canh giữa theo chiều dọc */ }
  @media (max-width: 768px) {
    .member-ship-info {
      grid-template-columns: 1fr;
      /* mobile hiển thị 1 cột */ } }
  .member-ship-info .item-member {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--bg-member); }
  .member-ship-info .image-bn img {
    width: 100%;
    height: auto;
    display: block; }
  .member-ship-info .info {
    padding: 30px;
    /* padding 30px cho phần info */ }
    @media (max-width: 480px) {
      .member-ship-info .info h2 {
        font-size: 24px; } }
    .member-ship-info .info p,
    .member-ship-info .info a {
      font-size: 16px; }
    .member-ship-info .info .view-more a {
      text-decoration: underline;
      font-weight: 400; }

#sec-member-ship {
  padding-bottom: 50px; }
  #sec-member-ship .heading-p {
    margin: 50px 0;
    padding-top: 50px; }
    #sec-member-ship .heading-p h2 {
      text-transform: uppercase; }
  #sec-member-ship .content-mb-s {
    margin-top: 30px; }
    #sec-member-ship .content-mb-s h2 {
      margin-bottom: 30px; }

.list-tab-mbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .list-tab-mbs li {
    padding: 10px; }
    .list-tab-mbs li a {
      display: block;
      border-bottom: 1px solid var(--shop-color-text);
      font-size: 16px; }
      .list-tab-mbs li a:hover {
        border: none; }

#s-ldp-mbs-1,
#s-ldp-mbs-2,
#s-ldp-mbs-3,
.list-tab-mbs {
  margin-top: 50px; }

.container-ldp-mbs-1 {
  flex-wrap: wrap;
  margin-left: -15px; }
  .container-ldp-mbs-1 .item {
    padding-left: 15px;
    margin-bottom: 15px; }
    .container-ldp-mbs-1 .item img {
      border-radius: 10px; }
    .container-ldp-mbs-1 .item .title h4 {
      text-align: center;
      margin: 20px 0 5px 0; }
    .container-ldp-mbs-1 .item:nth-child(-n + 2) {
      flex: 0 0 50%; }
    .container-ldp-mbs-1 .item:nth-child(n + 3) {
      flex: 0 0 calc(100% / 3); }

.container-account {
  max-width: 600px;
  margin: 0 auto; }
  .container-account .tab-acc {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    .container-account .tab-acc li {
      padding: 0 15px;
      border-left: 2px solid var(--shop-color-text); }
      .container-account .tab-acc li:first-child {
        border: none; }
      .container-account .tab-acc li a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold; }
  .container-account .userbox li {
    margin-bottom: 15px; }
    .container-account .userbox li input {
      width: 100%;
      padding: 10px;
      border: 1px solid var(--shop-color-text);
      border-radius: 3px;
      outline: none; }
  .container-account .userbox .action_bottom {
    border-radius: 7px; }
  .container-account .userbox #register-now,
  .container-account .userbox .btn-signin {
    color: #fff;
    border-radius: 5px; }

.hide-buy-pro .proloop-actions__inner,
.hide-buy-pro .icon-quickview {
  display: none !important; }

#main-button-social.open svg {
  --width: 16px !important;
  --height: 16px !important;
  right: 0 !important; }

#sec-special-offers .col-special-offers[data-index="1"] .group-banner {
  grid-template-columns: repeat(2, 1fr); }

.sheet-google-form {
  max-width: 640px;
  margin: 50px auto;
  padding: 24px; }
  @media (max-width: 767px) {
    .sheet-google-form {
      padding: 0px; } }

.bg-fill-form {
  background: #f8f4ef;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 8px; }

#sec-survay .heading-p {
  margin: 30px 0; }
  @media (max-width: 767px) {
    #sec-survay .heading-p h1 {
      font-size: 24px; } }

#sec-survay .form-fill li {
  margin-bottom: 25px; }
  #sec-survay .form-fill li.mg-child-0 p {
    margin-bottom: 0; }
  #sec-survay .form-fill li p {
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    font-size: 16px; }
  #sec-survay .form-fill li span {
    display: block;
    font-size: 16px;
    font-style: italic; }
  #sec-survay .form-fill li input[type="text"],
  #sec-survay .form-fill li input[type="email"],
  #sec-survay .form-fill li input[type="number"] {
    height: 40px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #ddd;
    outline: none; }
  #sec-survay .form-fill li label {
    cursor: pointer; }
  #sec-survay .form-fill li fieldset {
    margin-top: 10px; }
    @media (max-width: 767px) {
      #sec-survay .form-fill li fieldset.flex-group-v {
        flex-direction: column; } }
    #sec-survay .form-fill li fieldset.flex-group-v .flex-cl {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      min-width: 32px;
      text-align: center; }
      @media (max-width: 767px) {
        #sec-survay .form-fill li fieldset.flex-group-v .flex-cl {
          width: 100% !important;
          align-items: flex-start !important;
          text-align: left;
          flex-direction: row;
          justify-content: flex-start !important;
          margin-bottom: 10px; }
          #sec-survay .form-fill li fieldset.flex-group-v .flex-cl label {
            width: 30px !important; } }
    #sec-survay .form-fill li fieldset.flex-group-v .item-nb {
      justify-content: center;
      align-items: center; }
      #sec-survay .form-fill li fieldset.flex-group-v .item-nb input {
        width: 18px;
        height: 18px;
        order: 2; }
      #sec-survay .form-fill li fieldset.flex-group-v .item-nb label {
        order: 1;
        display: block;
        width: 100%; }
    #sec-survay .form-fill li fieldset.flex-group-v .item-bad {
      width: 35%; }
  #sec-survay .form-fill li .group-ip {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px; }
    #sec-survay .form-fill li .group-ip input {
      width: 18px;
      height: 18px; }
    #sec-survay .form-fill li .group-ip label {
      margin-bottom: 0;
      margin-left: 6px; }

#sec-survay .btn-register {
  width: 100px;
  padding: 8px 10px;
  background: var(--shop-color-text);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px; }

.survay-form-success .swal-text {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  color: var(--shop-color-title);
  padding: 10px 0;
  font-weight: bold; }

#sec-commit {
  background: #fcf9f6; }

.wrap-box-s-alternate {
  flex-wrap: wrap; }
  .wrap-box-s-alternate .item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f9f5f0;
    margin-bottom: 100px; }
    .wrap-box-s-alternate .item .title {
      text-align: center;
      display: block;
      flex: 0 0 100%;
      padding-bottom: 80px;
      background: #fbf9f6;
      order: 1; }
    .wrap-box-s-alternate .item:nth-child(odd) .image {
      order: 2; }
    .wrap-box-s-alternate .item:nth-child(odd) .content {
      order: 3; }
    .wrap-box-s-alternate .item:nth-child(even) .image {
      order: 3; }
    .wrap-box-s-alternate .item:nth-child(even) .content {
      order: 2; }
    .wrap-box-s-alternate .item .content {
      padding: 0 100px;
      text-align: center;
      font-size: 20px; }
      .wrap-box-s-alternate .item .content h2 {
        font-size: 24px; }
      .wrap-box-s-alternate .item .content a {
        text-decoration: underline; }
    .wrap-box-s-alternate .item .image, .wrap-box-s-alternate .item .content {
      flex: 0 0 50%;
      width: 50%; }
      @media (max-width: 767px) {
        .wrap-box-s-alternate .item .image, .wrap-box-s-alternate .item .content {
          flex: 0 0 100%;
          width: 100%;
          padding: 0;
          font-size: 16px; } }
    .wrap-box-s-alternate .item .image img {
      width: 100%; }
    @media (max-width: 767px) {
      .wrap-box-s-alternate .item .image {
        order: 2 !important; }
      .wrap-box-s-alternate .item .content {
        order: 3 !important;
        padding: 40px 30px; } }

.wrap-box-s-news {
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
  gap: 15px; }
  @media (max-width: 767px) {
    .wrap-box-s-news {
      grid-template-columns: repeat(1, 1fr); } }
  .wrap-box-s-news .item {
    margin-bottom: 25px; }
    .wrap-box-s-news .item .content {
      margin-top: 25px;
      text-align: center;
      font-size: 16px; }
      .wrap-box-s-news .item .content p {
        margin: 0; }

/* ldp shea butter*/
#ldp-shea-butter .mg-25-ldp {
  margin: 25px 0; }

#ldp-shea-butter .title {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  padding: 25px 0 50px 0;
  font-size: 32px;
  font-weight: bold;
  background: #FFFEFA; }
  #ldp-shea-butter .title h2 {
    margin: 0; }

#ldp-shea-butter .sbt-style-1 .item {
  flex-wrap: wrap;
  background: #f9f5f0; }
  #ldp-shea-butter .sbt-style-1 .item .image,
  #ldp-shea-butter .sbt-style-1 .item .content {
    flex: 0 0 50%;
    width: 50%; }
  #ldp-shea-butter .sbt-style-1 .item .content {
    padding: 0 100px;
    text-align: center;
    font-size: 20px; }

#ldp-shea-butter .sbt-style-2 .item {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 1fr; }
  #ldp-shea-butter .sbt-style-2 .item .item-banner {
    height: 100%;
    overflow: hidden;
    background: #f8f4ef;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: column; }
  #ldp-shea-butter .sbt-style-2 .item .item-pro .product-loop {
    padding: 0;
    margin: 0; }

#ldp-shea-butter .sbt-style-2 .b-ct {
  padding: 30px;
  background: #f8f4ef;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center; }
  #ldp-shea-butter .sbt-style-2 .b-ct p {
    font-size: 16px;
    margin: 0; }

#ldp-shea-butter .sbt-style-4 .box-banner-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr); }
  #ldp-shea-butter .sbt-style-4 .box-banner-list .item h5 {
    font-size: 18px;
    margin: 15px 0; }

#ldp-shea-butter .sbt-style-5 video {
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  #ldp-shea-butter .sbt-style-2 .item {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr; }
    #ldp-shea-butter .sbt-style-2 .item .b-ct {
      padding: 15px; }
  #ldp-shea-butter .sbt-style-4 .box-banner-list {
    grid-template-columns: repeat(2, 1fr); }
  #ldp-shea-butter .sbt-style-4 .box-banner-list .item h5 {
    font-size: 16px;
    margin: 15px 0; }
  #ldp-shea-butter .sbt-style-1 .item .image, #ldp-shea-butter .sbt-style-1 .item .content {
    flex: 0 0 100%;
    width: 100%; }
  #ldp-shea-butter .sbt-style-1 .item .content {
    padding: 15px;
    text-align: center;
    font-size: 16px; } }

.full-product-slide .product-loop {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

.full-product-slide .owl-prev,
.full-product-slide .owl-next {
  width: 40px;
  height: 40px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  outline: none !important;
  border: none; }
  @media (max-width: 480px) {
    .full-product-slide .owl-prev,
    .full-product-slide .owl-next {
      width: 30px;
      height: 30px;
      background: rgba(255, 255, 255, 0.8) !important;
      border-radius: 50%; }
      .full-product-slide .owl-prev svg,
      .full-product-slide .owl-next svg {
        --width: 16px !important;
        --height: 16px !important; } }

.full-product-slide .owl-prev {
  left: -35px; }
  @media (max-width: 480px) {
    .full-product-slide .owl-prev {
      left: -15px; } }

.full-product-slide .owl-next {
  right: -35px;
  left: auto; }
  @media (max-width: 480px) {
    .full-product-slide .owl-next {
      right: -15px; } }
  .full-product-slide .owl-next svg {
    transform: rotate(180deg); }
