.icon-img-footer {
  width: 80px;
  padding: 0px 5px;
}
@media (min-width: 768px) {
  .icon-img-footer {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .icon-img-footer {
    width: 120px;
  }
}

#shopify-section-newsletter {
  background: linear-gradient(#d605d9 1.99%, #3a026b 106.02%);
  background-attachment: fixed;
  margin-bottom: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #ffffff;
}
.section-newsletter {
  max-width: 800px;
  margin: auto;
  padding: 50px 0;
}
.section-newsletter h2 {
  font-weight: 700;
  font-size: 24px;
}
.section-newsletter input[type="email"] {
  width: 100%;
  text-align: center;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  color: #757575;
  background-color: #eeeeee;
}
.section-newsletter .row label {
  font-size: 14px;
  cursor: pointer;
}
.section-newsletter .radio-inline input {
  width: auto;
}
.section-newsletter .btn {
  width: 130px;
  border: 1px solid #ffffff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.section-newsletter form {
  margin: 30px 0 60px;
}
.section-newsletter input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
}
.section-newsletter [type="radio"]:checked + label,
.section-newsletter [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.section-newsletter [type="radio"]:checked + label:before,
.section-newsletter [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.section-newsletter [type="radio"]:checked + label:after,
.section-newsletter [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section-newsletter [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.opt-newsletter {
  display: none;
}
.footer-newsletter p,
.footer-newsletter p a {
  color: #757575;
}
@media (max-width: 991px) {
  .section-newsletter h2 {
    font-size: 32px;
  }
  .section-newsletter input {
    width: 300px;
    font-size: 14px;
  }
  .section-newsletter {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  .section-newsletter input[type="email"] {
    font-size: 16px;
  }
}

.icon-img-footer {
  width: 80px;
  padding: 0px 5px;
}
@media (min-width: 768px) {
  .icon-img-footer {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .icon-img-footer {
    width: 120px;
  }
}

.button-login-daftar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-weight: 700;
}
.button-login-daftar a {
  text-align: center;
}
.login,
.register {
  color: #fff;
  padding: 15px 10px;
  font-size: 23px;
}
.login,
.login-button {
  background: linear-gradient(to bottom, #ffd700 0, #ffd700 100%);
  border: 2px solid #ffffff;
}
.register,
.register-button {
  background: linear-gradient(to bottom, #ffd700 0, #ffd700 100%);
  border: 2px solid #ffffff;
}

#search-trigger {
  cursor: pointer;
}
#search-popup {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  justify-content: center;
  z-index: 9999;
  background: rgb(196 196 196 / 30%);
}
#search-input {
  align-self: center;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  border-bottom: 0.5px solid #a3a3a3;
  background-color: #fff;
}
#search-input * {
  align-self: center;
}
#search-type {
  width: 100%;
  border: none;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #757575;
}
#search-btn {
  font-size: 16px;
  font-weight: 500;
}
#search-result {
  min-height: 490px;
  width: 100%;
  padding-top: 80px;
}
#search-result .container {
  background-color: #fff;
  padding: 20px 40px;
}
body.search-popup-open {
  /* .search-popup-open */
  overflow: hidden;
}
.search-popup-open #loc_delivery {
  display: none;
}
.search-header svg {
  display: none;
  cursor: pointer;
}
.wrapper-search-popup {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden;
}

.group-recommend {
  padding: 20px 40px;
}

.resultsearch {
  display: none;
}
.results {
  padding: 20px 40px;
}
.resultsearch label {
  font-weight: 600;
  padding-bottom: 20px;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaaaaa;
}

ul.result_product {
  max-height: 300px;
  overflow: auto;
}

.group-promotion ul {
  margin: 0;
}
.group-promotion li {
  list-style: none;
  margin-bottom: 12px;
}
.group-promotion li a {
  color: inherit;
}

.group-recent {
  position: relative;
  padding: 20px 40px;
}
.group-recent ul {
  margin: 0;
}
.group-recent li {
  list-style: none;
  display: inline-block;
  margin-right: 60px;
}
.group-recent li a {
  color: inherit;
}

.last-search svg {
  width: 20px;
  vertical-align: middle;
}
ul.last-search a {
  vertical-align: middle;
  padding: 0 10px;
}
ul.last-search li span {
  cursor: pointer;
}
.delete-all-history {
  position: absolute;
  top: 25px;
  right: 40px;
  text-decoration: underline;
  color: #e11d1d;
  cursor: pointer;
  font-size: 12px;
}

form.search.search-modal__form {
  position: relative;
}

button.search__button svg {
  width: 25px;
  color: #495057;
  fill: #757582;
}

button.search__button.field__button {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.close-search {
  display: none;
  position: absolute;
  right: 65px;
  top: 10px;
  cursor: pointer;
}

.site-overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #0000005c;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
  display: block !important;
}

.search-popup-open .site-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: -1;
  cursor: pointer;
}

@media (min-width: 991px) {
  .group-recent ul {
    column-count: 3;
  }
  .group-promotion li a {
    font-size: 12px;
    font-weight: 400;
  }
  .group-recent li a {
    font-size: 12px;
    font-weight: 400;
  }
}

.moreresult {
  padding: 10px 40px;
  border-top: 1px solid #aaaaaa;
}
.moreresult * {
  align-self: center;
}
.moreresult p {
  margin: 0;
  font-size: 12px !important;
}
.moreresult svg {
  width: 13px;
}

@media (max-width: 992px) {
  .icon-key-mobile {
    height: auto !important;
    width: 10px !important;
  }
  body.grid-view.search-popup-open .products {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  button.search__button svg {
    width: 20px;
  }
  #search-result {
    padding-left: 0;
    padding-right: 0;
  }
  #search-result {
    padding-top: 55px;
  }
  #search-input {
    height: 55px;
  }
  .group-recommend {
    padding: 20px;
  }
  #search-input .container {
    padding: 0 20px;
  }
  #search-type {
    font-size: 14px;
  }
  #search-btn {
    font-size: 12px;
    text-decoration: underline;
  }
  .results {
    padding: 20px;
  }
  .group-recommend h3 {
    font-size: 16px;
  }
  .products .card-body {
    padding: 8px 0px 10px;
  }
  .moreresult {
    padding: 10px 20px;
  }
}

#notification {
  z-index: 99;
  width: 100%;
  transition: top 0.2s ease-in-out;
}
#notification.promo-up {
  top: -48px !important;
}
.promo-bg {
  width: 100%;
  padding: 6px 0;
  background-color: #242424;
}
.notification__message p {
  margin: 0;
  color: #000000;
  font-size: 14px !important;
}
.notification__message p a {
  text-decoration: underline;
  color: #ffffff;
}
@media (max-width: 991px) {
  .notification__message p {
    font-size: 14px !important;
  }
}

.daftarku-fixed-footer {
  display: flex;
  justify-content: space-around;
  position: fixed;
  background: linear-gradient(to bottom, #000000 0%, #3d3d3d, #000000 100%);
  box-shadow: 0 0 12px #ffd700;
  outline: none;
  padding: 5px 0;
  box-shadow: 0 0 0 0 2px 2px #198f01;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  border-radius: 40px 40px 0px 0px;
  border-style: dashed;
}

.daftarku-fixed-footer a {
  flex-basis: calc((100% - 15px * 6) / 5);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 75px;
  font-size: 12px;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.daftarku-fixed-footer a:hover {
  font-weight: bold;
}

.daftarku-fixed-footer .center {
  transform: scale(1.5) translateY(-5px);
  background: center no-repeat;
  background-size: contain;
  background-color: inherit;
  border-radius: 50%;
}

.daftarku-fixed-footer img {
  max-width: 20px;
  margin-bottom: 0;
  max-height: 20px;
}

div.advertisement-placeholder {
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.advertisement-text p {
  margin: 0;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  color: #999999;
}
div.advertisement-banner {
  margin: 0px auto;
}
div#div-gpt-ad-billboard-placeholder {
  width: 996px;
  margin: 0 auto;
  background: #f5f5f5;
  padding-bottom: unset !important;
  min-height: 200px;
}
div#div-gpt-ad-lb-placeholder {
  background: #f5f5f5;
  padding-bottom: unset !important;
  min-height: 280px;
}
.faq-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 40px 20px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  border-radius: 20px;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fffb00, transparent);
}

.faq-section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  background: linear-gradient(135deg, #fffb00, #fffb00, #fffb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-item {
  background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
  border: 2px solid #ffd700;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.faq-item:hover {
  border-color: #ffd700;
  transform: translateX(10px);
  box-shadow: 0 12px 35px rgba(253, 4, 4, 0.25);
}

.faq-question {
  width: 100%;
  padding: 28px 35px;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: #fffb00;
}

.faq-question::after {
  content: "+";
  font-size: 32px;
  font-weight: 300;
  transition: all 0.4s ease;
  color: #fffb00;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffd700;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}

.faq-item.active .faq-question::after {
  transform: rotate(135deg);
  background: linear-gradient(135deg, #ffd700, #ffd700);
  color: #000;
  border-color: transparent;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background: linear-gradient(180deg, rgba(253, 228, 4, 0.05), transparent);
  padding: 0 35px;
}

.faq-item.active .faq-answer {
  max-height: 800px;
  padding: 30px 35px;
  border-top: 1px solid rgba(253, 4, 4, 0.3);
}

.faq-answer p {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 2;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 30px 15px;
  }

  .faq-section h2 {
    font-size: 26px;
  }

  .faq-question {
    font-size: 16px;
    padding: 22px 25px;
  }

  .faq-question::after {
    width: 35px;
    height: 35px;
    font-size: 28px;
  }

  .faq-answer {
    padding: 0 25px;
  }

  .faq-item.active .faq-answer {
    padding: 25px;
  }

  .faq-item:hover {
    transform: translateX(5px);
  }
}

#breadcrumbProduct {
  padding: 20px 0;
}
#breadcrumbProduct ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 12px;
}
#breadcrumbProduct ul li {
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
}
#breadcrumbProduct ul li a {
  color: #757575;
}

#breadcrumbProduct ul li svg {
  width: 10px;
  height: 10px;
  padding: 0;
  color: #757575;
  vertical-align: middle;
}

.bg-card {
  background-color: #000000;
}

.product-meta--review {
  margin-top: 10px;
}
.freeship * {
  font-size: 14px !important;
  font-style: normal;
}

.short-desc-desktop {
  margin-bottom: 2rem;
  color: white;
}
.short-desc ul li:nth-child(n + 4) {
  display: none;
}
.short-desc ul li.showList:nth-child(n + 4) {
  display: list-item;
}
label.more {
  display: none;
}
label.more.showMe {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.view-video {
  display: block;
  margin: auto;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #ffffff;
  background: #fff;
}
.view-video .icon-play {
  fill: #ffffff;
  vertical-align: middle;
}
.video-modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  top: 0;
  left: 0;
}
.close-video {
  position: absolute;
  right: 9px;
  top: 8%;
  z-index: 2;
  padding: 5px;
}
.close-video .icon {
  width: 30px;
  height: 30px;
}
/*responsive iframe */
.video-container {
  position: relative;
  padding-bottom: 48.25%;
  padding-top: 35px;
  height: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.video-container iframe {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
.swiper-slide .youtube {
  max-width: 480px;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
