/** Shopify CDN: Minification failed

Line 284:0 Unexpected "}"

**/
.card-wrapper.custom-g-style {
  width: 95%;
  margin: auto;
  text-align: center;
  box-shadow: 0px 0px 11px 1px rgba(158, 158, 158, .1);
    min-height: 367px;
}


.custom-g-style .card__inner {
  height: 212px;
  margin-top: 30px;
  place-self: center;
}

.custom-g-style .card__inner img {
  object-fit: contain !important;
}

.custom-g-style .card .card__content .card__information {
  flex-direction: column-reverse;
}

.custom-g-style h3.custom-card__heading {
  border-top: 3px solid rgb(224, 224, 224);
  padding-top: 5px !important;
  width: 90% !important;
  margin: 10px auto auto !important;
}

.custom-g-style .card-information {
  width: 90% !important;
  margin: 10px auto auto !important;
}

.custom-g-style .card-information .price {
  margin: 10px auto auto !important;
  border-top: unset !important;
  padding-top: 5px !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  width: 90% !important;
}

.custom-g-style .card-information .price * {
  color: ##f19d1e !important;
}

.custom-g-style .custom-card__heading a {
  margin: 10px auto auto !important;
  border-top: unset !important;
  padding-top: 5px !important;
  font-weight: 800 !important;
  color: #4f4f4f !important;
  font-size: 15px !important;
  width: 90% !important;
}

.custom-g-style .card-information span {
  font-size: 17px !important;
}

@media screen and (min-width: 990px) {
  .custom-g-style .grid--4-col-desktop .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
    }

  slider-component.custom-g-style {
    position: relative;
  }
}

slider-component.custom-g-style ul {
  margin: 0px 54px;
  width: 100%;
  justify-self: center;
}

.section-header {
  margin-bottom: unset !important;
}

@media screen and (min-width: 750px) {
  .banner__content {
    padding: 15rem 5rem 15rem 0px !important;
  }

  .submenu-megamenu header-menu .link {
    font-size: 12px;
  }
}

.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(4.5rem + var(--buttons-border-width) * 2) !important;
}

.banner__buttons {
    gap: 4.5rem !important;
}

header-menu .header__menu-item {
  padding: 1.2rem 1.2rem 0px 1.2rem;
}

.banner--desktop-transparent .banner__box {
  padding: unset !important;
}

body.template-index .banner__buttons {
  max-width: 40rem !important;
}

.slider-button.custom-g-button {
      pointer-events: auto;
     background-color: unset;
     border: unset;
     border-radius: unset;
    width: 40px;
     height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1, 2.5);
    font-size: 32px;
    cursor: pointer;
    box-shadow: unset;
  color: #a7a7a7;
}

.collection__title.title-wrapper--self-padded-tablet-down {
  padding: 0 !important;
}

.category-content {
    justify-content: end !important;
}

.article-card {
  background-color: transparent !important;
  box-shadow: unset !important;
}

@media screen and (min-width: 990px) {
    .gridBlog-g-style.grid--3-col-desktop .grid__item {
        max-width: calc(31.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3) !important;
    }

  .gridBlog-g-style.grid {
             justify-content: space-between;
    }

  .gridBlog-g-style .card__content > *,
  .gridBlog-g-style .card__content
  {
    padding: unset !important;
  }


}

.gridBlog-g-style .article-card__read-more {
    padding-inline: 30px;
    padding-block: 4px;
    border: 2px solid #006bb4;
    font-weight: 600;
    width: fit-content;
    color: #006bb4;
  font-size: 16px;
}

.g-style-hidden {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .title-wrapper-with-link {
      justify-content: unset !important;
  }
}

#sa_review_section .merchant_review {
  width: unset !important;
}
 .rich-text-custom-y{
  background-color: #eeeeee;
  padding-top: 40px;
  padding-bottom: 60px;
}

.rich-text-custom-y-container{
  padding: unset !important;
  background-color: #eeeeee;
}

 slider-component.no-margin-desktop-slider {
    --desktop-margin-left-first-item: 0 !important;
  }

  slider-component.no-margin-desktop-slider .slider__slide:first-child {
    margin-left: 0 !important;
  }

.slider--desktop:after{
  padding-left: unset !important;
}

.rich-text__text.rte.scroll-trigger h2{
  color: #326fc3;
  font-weight: 800;
  font-size: 32px;
}

.img-text{
  display: flex;
  align-items: center;
  gap: 12px;
}

.img-text .heading-icon{
  margin-top: 8px;
}

.rich-text__subheading{
  color: #326fc3;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
  list-style: none;
  padding: 0;
  margin: auto;
  max-width: 1000px;
  width: 80%;
  justify-items: center;
  background-color: white;
  padding-block: 20px;
}

.logo-grid li {
  display: flex;
  justify-content: center;
}

.logo-grid img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr); /* 📱 jadi 2 kolom di mobile */
  }
}

@media screen and (max-width: 749px) {
  .grid--1-col-phone {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}



  .logo-row li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .logo-row img {
    max-width: 100px;
    height: auto;
  }
}



.logo-row li img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  display: block;
}

.custom-richtext p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.custom-richtext ul,
.custom-richtext ol {
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.custom-richtext ul li,
.custom-richtext ol li {
  margin-bottom: 0.5rem;
  list-style-position: outside;
}


/* heading sections */
.heading-size--size1 {
  font-size: 24px;
  color: #326fc3;
}

.heading-size--size2 {
  font-size: 32px; 
  color: #326fc3;
}

.heading-size--size3 {
  font-size: 40px;
  color: #326fc3;
}

.heading-size--size4 {
  font-size: 48px;
  color: #326fc3;
}

@media (max-width: 768px){
  .heading-size--size1 {
  font-size: 18px;
  color: #326fc3;
}

.heading-size--size2 {
  font-size: 20px; 
  color: #326fc3;
}

.heading-size--size3 {
  font-size: 24px;
  color: #326fc3;
}

.heading-size--size4 {
  font-size: 28px;
  color: #326fc3;
}
}


/* Pastikan bullet muncul */
.custom-richtext ul {
  list-style-type: disc;
}

.custom-richtext ol {
  list-style-type: decimal;
}


.subheading--sm {
  font-size: 0.875rem;
}

.subheading--base {
  font-size: 1rem;
}

.subheading--lg {
  font-size: 32px;
}

@media (max-width: 768px){
  .custom-richtext{
    text-align: justify;
    font-size: 14px;
  }
  
  .subheading--sm {
  font-size: 0.875rem;
}

.subheading--base {
  font-size: 1rem;
}

.subheading--lg {
  font-size: 16px;
}
}

.font-weight--300 { font-weight: 300; }
.font-weight--400 { font-weight: 400; }
.font-weight--500 { font-weight: 500; }
.font-weight--600 { font-weight: 600; }
.font-weight--800 { font-weight: 800; }


.font-weight--normal {
  font-weight: 300 !important;
}

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

.font-weight--lighter {
  font-weight: lighter;
}

.font-weight--500 {
  font-weight: 500;
}

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

.font-weight--700 {
  font-weight: 700;
}
