/** Shopify CDN: Minification failed

Line 547:36 Expected "]" to go with "["
Line 661:36 Expected "]" to go with "["

**/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.collection-title-wrapper {
  position: sticky;
  top: 65px;
  z-index: 9;
  background-color: #ffffff;
  padding: 60px 48px 15px 48px;
  margin: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.collection-title-wrapper h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  color: #1A1A1A;
}
.collection-layout {
  display: grid;
  grid-template-columns: 1fr;
  transition: all .3s ease;
  width: 100%; /* Gunakan 100% bukan 100vw */
  margin: 0 auto; /* Hapus margin auto */
  padding: 32px 48px 38px 48px;
  gap: 0 32px;
  box-sizing: border-box;
}

.filter-column {
  display: none; /* Sembunyikan saat tidak aktif */
}

.collection-layout.filter-active {
  grid-template-columns: 260px 1fr; /* lebar filter + konten */
}
.collection-layout.filter-active::after {
  content: none;
}

.collection-layout.filter-active .filter-column {
  display: block; /* Tampilkan saat aktif */
  height: fit-content;
}
.filter-column .collection-sidebar-panel.panel {
  border: none;
  height: fit-content;
}
.collection-layout.filter-active .product-item[data-big="true"] .card-normal {
  width: 100%;
}
.filter-toggle.collection-new-filter-toggle {
  display: flex;
  flex-direction: row;
  gap: 11px;
  align-items: center;
}
.filter-toggle.collection-new-filter-toggle svg {
  width: 24px;
  height: 24px;
}
.filter-toggle.collection-new-filter-toggle span {
  color: #1A1A1A;
  font-size: 10px;
  line-height: 100%;
}
.collection-new-filter-toggle[aria-clicked="true"] span {
  font-weight: 700;
}
.collection-new-filter-toggle[aria-clicked="true"] svg path {
  stroke-width: 2;  
  stroke: #000;          
}

.collection-description {
  padding: 0 0 0 48px;
  margin: auto;
  max-width: 100%;
}
.collection-description p {
  max-width: 774px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #1A1A1A;
}
.grid-section {
  width: 100%;
  margin: 0;
  column-gap: 1px;
  row-gap: 38px;
  box-sizing: border-box;
}
.card-normal {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-normal .card-image-wrapper {
  width: 100%;
  height: 443px;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
}
.card-normal .card-image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity .3s ease;
}
.card-normal a {
  display: flex;
  flex-direction: column;
}
.product-item[data-big="true"] {
  height: 1034px;
  margin-right: 4px;
}
.card-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-item[data-big="true"] .card-image-wrapper .product-image-gallery[data-has-metafield="true"] img {
  object-fit: cover;
}
.product-item[data-big="true"] .card-image-wrapper .product-image-gallery[data-has-metafield="false"] img {
  object-fit: contain;
}
.product-item[data-big="true"] .card-image-wrapper .swiper-slide:nth-child(2) .gallery-img.img-child {
  object-fit: contain;
}
.card-image-wrapper .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.card-image-wrapper:hover .img-hover {
  object-fit: contain;
}
.product-item[data-big=""][data-pos=""] {
  height: 497px;
}
.product-item[data-big="true"] .card-normal {
  width: 100%;
}
.product-item[data-big="true"] .card-image-wrapper {
  height: 979px;
}
.card-text-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 13px 16.37px 0 16.37px;
  min-height: 41px;
}
.card-title {
  margin: 0;
  max-width: 194px;
  max-height: 41px;
  width: auto;
  height: auto;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1A1A1A;
}
.card-price {
  margin: 0;
  max-width: 126px;
  width: 100%;
  height: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
  color: #1A1A1A;
  display: flex;
  flex-direction: column;
}
.price-compare {
  text-decoration: line-through;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 3%;
  text-align: right;
  text-transform: uppercase;
  color: #1A1A1A;
}

.price-sale {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 3%;
  text-align: right;
  text-transform: uppercase;
  color: #F13E8A;
}
.product-item[data-big="true"] .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 6;
  background: #F13E8A;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  pointer-events: none; /* biar ga ganggu klik */
  padding: 0 6px;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 6;
  color: #F13E8A;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  pointer-events: none; /* biar ga ganggu klik */
  padding: 0 6px;
}
/* =============================
   BASE
============================= */
.card-image-wrapper {
  position: relative;
  overflow: hidden;
}
.card-link {
  display: block;
}
/* =============================
   WISHLIST
============================= */
.card-image-wrapper .smartwishlist {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.card-image-wrapper:hover .smartwishlist {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.card-image-wrapper .smartwishlist .fa {
  color: #F13E8A;
}
  .btn-load-more {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-load-more button {
  padding: 12px 24px;
  background-color: #F13E8A;
  border-radius: 6px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 3%;
  text-align: right;
  text-transform: uppercase;
  color: #1A1A1A;
}
.img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
@media (min-width: 769px) {
  .card-normal:hover .img-hover {
    opacity: 1;
  }
  .card-normal:hover .img-main {
    opacity: 0;
  }
}
@media (min-width: 1441px) {
  .card-normal {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  /* image mengikuti rasio layar */
  .card-normal .card-image-wrapper {
    width: 100%;
    flex: 1; /* 🔥 INI KUNCINYA */
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
  }
  .product-item[data-big="true"] {
    width: 100%;
    height: 100%;
  }

  .product-item[data-big="true"] .card-image-wrapper {
    aspect-ratio: 3 / 5; /* lebih tinggi dari normal */
    height: 100%;
  }
  .grid-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 32px;
    width: 100%;
    align-items: stretch;
  }
}
/* MOBILE: hover image OFF */
@media (max-width: 768px) {
  .img-hover {
    display: none;
  }
  .card-image-wrapper .smartwishlist {
    display: flex;
  }
  .product-item[data-big="true"] .card-image-wrapper img:hover {
    object-fit: cover;
  }
  .product-item[data-big="true"] .card-image-wrapper .product-image-gallery[data-has-metafield="true"] .gallery-img.img-child {
    object-fit: contain;
  }
  .product-item[data-big="true"] .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 100%;
  }
}
/* =============================
   SIZE HOVER
============================= */
.size-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  background: rgba(255,255,255,0.95);
  transform: translateY(100%);
  transition: transform .25s ease;
  z-index: 4;
  height: 55px;
  align-items: center;
}
/* desktop: muncul pas hover */
@media (min-width: 769px) {
  .card-normal:hover .size-hover {
    transform: translateY(0);
  }
}
/* mobile: HIDE TOTAL */
@media (max-width: 768px) {
  .size-hover {
    display: none;
  }
}
.size-item {
  cursor: default;
  color: #F13E8A;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
}
.size-item.is-disabled {
  color: #DADADA;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
}
/* Mobile: ubah ke 2 kolom */
/* Reset gridArea di mobile */
@media (max-width: 768px) {
  .collection-title-wrapper {
    width: 100%;
    position: static;
    padding: 51px 24px 0 24px;
    align-items: flex-start;
  }
  .filter-toggle.collection-new-filter-toggle span {
    display: block !important;
    font-family: Manrope;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1A1A1A;
  }
  .collection-title {
    max-width: 262px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #1A1A1A;
  }
  .collection-description {
    padding: 5px 24px 30px 24px;
  }
  .product-item[data-big="true"],
  .product-item {
    grid-area: auto !important;
  }
  .grid-section,
  [style*="grid-template-columns"] {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: auto !important;
  }
  .product-item[data-big="true"] {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }
  .grid-section {
    max-width: 100%;
    column-gap: 1px;
    row-gap: 28px;
    width: 100% ;
    margin: auto;
  }
  .collection-layout {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
  }
  .product-item .card-normal {
    width: 100%;
    max-width: 100%;
  }
  .card-normal {
    height: auto;
    min-height: 0;
  }
  .card-normal .card-image-wrapper {
    height: 259.2572021484375px;
  }
  .product-item[data-big=""][data-pos=""] {
    height: fit-content;
  }
  .product-item[data-big="true"] {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
    max-height: fit-content;
  }
  .product-item[data-big="true"] .card-normal {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .product-item[data-big="true"] .card-image-wrapper {
    height: 573px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .product-item[data-big="true"] .product-image-gallery,
  .product-item[data-big="true"] .gallery-slider,
  .product-item[data-big="true"] .gallery-slide,
  .product-item[data-big="true"] .gallery-img {
    height: 100%;
  }
  .product-item[data-big="true"] .card-text-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* Semua section grid */
  #final-grid .grid-section,
  #final-grid > div {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto;
    column-gap: 1px;
    row-gap: 48.27px;
  }

  /* Reset semua manual grid-area dari JS */
  #final-grid .product-item {
    grid-area: auto !important;
    width: 100% !important;
  }

  /* BIG CARD → full width (2 kolom) */
  #final-grid .product-item[data-big="true"] {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }

  /* NORMAL CARD */
  #final-grid .product-item[data-big!="true"] {
    grid-column: span 1;
  }
  .collection-layout.filter-active {
    display: block;
  }
  .filter-column .collection-sidebar-panel.panel {
    left: 0;
    top: 100px;
    height: auto;
    z-index: 9;
    top: 68.3px;
  }
  .filter-column .collection-sidebar-panel.panel .filter-toggle-close {
    display: block !important;
  }
  .card-text-wrapper {
    padding: 19.74px 16px 0 16px;
    display: flex;
    flex-direction: column;
    gap: 19px;
  }
  .card-title {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1A1A1A;
  }
  .card-price {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #1A1A1A;
    text-align: left;
    max-width: none;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
  }
  .price-compare {
    line-height: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid-section {
    max-width: fit-content;
    column-gap: 1px;
    row-gap: 28px;
    width: 100% ;
    margin: auto;
  }
  .collection-title-wrapper {
    width: 100%;
    position: static;
    padding: 0 32px;
  }
  .collection-description {
    padding: 0 32px;
  }
  .collection-description p {
    max-width: 100%;
  }
  .collection-layout {
    max-width: 100%;
    overflow: hidden;
    padding: 32px;
  }
  .collection-layout.filter-active .product-item[data-big="true"] .card-normal {
    width: 100%;
  }
  .product-item[data-big="true"] {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
    max-height: fit-content;
  }
  .product-item[data-big="true"] .card-normal  {
    width: 100%;
    height: 443px;
  }
  .product-item[data-big="true"] .card-image-wrapper {
    width: 100%;
    height: 443px;
  }
  /* Semua section grid */
  #final-grid .grid-section,
  #final-grid > div {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto;
    gap: 16px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  /* Reset semua manual grid-area dari JS */
  #final-grid .product-item {
    grid-area: auto !important;
    width: 100% !important;
  }

  /* BIG CARD → full width (2 kolom) */
  #final-grid .product-item[data-big="true"] {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }

  /* NORMAL CARD */
  #final-grid .product-item[data-big!="true"] {
    grid-column: span 1;
  }
  .collection-layout.filter-active {
    display: block;
  }
  .filter-column .collection-sidebar-panel.panel {
    left: 0;
    top: 100px;
    height: auto;
    z-index: 9;
    top: 68.3px;
  }
  .filter-column .collection-sidebar-panel.panel .filter-toggle-close {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .grid-section {
    width: 100%;
    max-width: 100%;
    row-gap: 38px;
  }

  /* NORMAL CARD */
  .card-normal {
    width: 100%; /* Ubah ke persentase */
    min-height: 440px;
  }

  .card-normal .card-image-wrapper {
    height: 380px;
  }

  /* BIG CARD */
  .product-item[data-big="true"] {
    width: 100%;
    height: auto;
    margin-right: 0;
    /* Biar card besar mengambil 2 kolom */
    grid-column: span 2;
  }

  .product-item[data-big="true"] .card-normal {
    width: 100%;
    height: 100%;
    max-width: 100%; /* Hilangkan batasan max-width */
  }

  .product-item[data-big="true"] .card-image-wrapper {
    height: calc(100% - 60px);
  }
  /* 🔒 LOCK lebar swiper biar gak ngikut grid 2 kolom */
  .card-normal .swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .card-normal .swiper-wrapper {
    width: 100%;
  }

  /* ⛔ JANGAN override width swiper-slide */
  .card-normal .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-normal .gallery-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  /* GRID JANGAN 4 KOLOM */
  .grid-section {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .product-item[data-big="true"] .swiper {
    max-width: 100%;
    overflow: hidden;
  }

  .product-item[data-big="true"] .gallery-img {
    width: 100%;
    object-fit: cover;
  }
}

/* FOOTER NEW */
.footer-section.footer-subscription .social-logos {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  max-width: 186px;
  max-height: 40px;
  padding: 15px;
} 
.footer-section.footer-subscription .social-logos .social-logo {
  width: 24px;
  height: 24px;
}
.text-pktn {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 768px) {
  .footer-section.footer-subscription .social-logos {
    margin-top: 13px;
  }
}
