/** Shopify CDN: Minification failed

Line 524:11 Expected ":"

**/
.AnnouncementBar__Content{
    font-size: .75rem;
    font-family: 'WorkSans', sans-serif !important;
    color: #666666;
    font-weight: 400;
}
.AnnouncementBar__Wrapper {
  background: white;
}
.tab-content {
    background-color: #fff;
    padding-top: 20px;
    
    font-weight: 500;
}
/* .tab-content p {
    line-height: 10px;
}
#tab-1.tab-content p {
  line-height: 26px;
}
#tab-3.tab-content p {
  line-height: 26px;
} */
/* .tab-content p span{
    line-height: 26px;
} */
/* .tab-content ul {
    line-height: 15px;
} */
@media screen and (max-width: 768px) {
  #tab-2.tab-content p {
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
  }
  
}

.tab-content ul:nth-of-type(4) li {
  line-height: 18px;
}
.tabs {
    display: block !important;
}
.tab-content ul li::before {
  content: "•";
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.tabs li {
    float: none !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
    list-style-position: inside;
}
ul.tabs li a{
    color: #454545 !important;
    padding: 0 !important;
}
body ul.tabs.vertical > li > a {
  font-size: 16px !important;
}

.ArticleNav {
    padding: 12px 0;
    background-color: #c9bfb5;
}

.article-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.article-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.5);
}
.article-hero .hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  font-weight: bold;
  z-index: 2;
  font-family: 'cinemasunday', sans-serif;
}
.article-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
  z-index: 1;
}
.Article__Body.Rte {
  font-family: 'WorkSans', sans-serif;
  font-weight: 400;
}
.Header__Icon {
  margin-left: 20px;
}

 .Article__Wrapper {
  margin-bottom: 40px !important;
  padding: 40px 50px 0;
}
@media (max-width: 768px) {
  .Article__Wrapper {
    width: 100%;
    padding: 20px 16px;
    font-size: 12px;
  }
}
/* ===============================
   ARAKII STYLE FULL WIDTH DROPDOWN
   =============================== */

.HorizontalList__Item.menu-shop > a {
  position: relative;
  padding-right: 20px; /* space untuk panah */
}

/* Panah V dengan border, posisinya benar-benar tengah */
.HorizontalList__Item.menu-shop > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg); /* center sempurna */
  transition: transform 0.3s ease;
}

/* Dropdown terbuka → V kebalik */
.HorizontalList__Item.menu-shop.is-expanded > a::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.DropdownMenu {
  position: absolute;
  top: 100%; /* Langsung nempel ke bawah menu */
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  padding: 40px 30px;
  background: #ffffff;
  border: none;
  border-top: none;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 20;
  height: 360px !important;
}

.dropdown-collection-img {
  position: relative;
  right: -390px; /* jarak dari kanan */
  top: 30%;
  transform: translateY(-50%);
  width: 388px; /* sesuaikan ukuran */
  display: inline-block;
}
.dropdown-collection-img::after {
  content: "";
  position: absolute;
  inset: 0; /* atas, kanan, bawah, kiri 0 */
  background: rgba(0, 0, 0, 0.3); /* 0.3 = 30% gelap */
}

.dropdown-collection-img img {
  width: 388px;
  height: 220px; /* tinggi tetap biar kayak banner */
  object-fit: cover; /* biar auto crop bagian atas/bawah */
  object-position: center 25%;
  display: block;
}
 .DropdownBanners {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: 120px;
  right: 440px !important; /* geser sejauh 200px ke kanan */
}

@media screen and (max-width: 1270px) {
  .DropdownMenu {
  height: fit-content;
}
  .DropdownBanners {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: 120px;
  right: 440px !important; /* geser sejauh 200px ke kanan */
}

.dropdown-collection-img {
  position: relative;
}

.dropdown-collection-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.dropdown-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  font-size: 14px;
}
  
}
@media screen and (min-width: 1440px) {
  .DropdownMenu {
  height: 500px !important;
}
  .DropdownBanners {
    display: flex;
  gap: 0;
  top: 120px;
  right: 440px !important; /* geser sejauh 200px ke kanan */
  position: absolute;
}
}
@media screen and (max-width: 1440px) {
  .DropdownMenu {
  height: 500px !important;
}
  .DropdownBanners {
    display: flex;
  gap: 0;
  top: 120px;
  right: 440px !important; /* geser sejauh 200px ke kanan */
  position: absolute;
}
}

.dropdown-collection-img .dropdown-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  padding: 6px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10;

  /* Animasi awal */
  opacity: 0.85;
  transition:
    transform 0.35s cubic-bezier(0.25, 1, 0.3, 1),
    opacity 0.35s ease;
}

.dropdown-collection-img .dropdown-btn:hover {
  background: transparent;
  color: #ffffff;
  transform: translateX(-50%) scale(1.07);
  opacity: 1;
}


.dropdown-collection-img .dropdown-btn span {
  display: inline-block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.dropdown-collection-img .dropdown-btn:hover span {
  transform: scale(1.05);
  opacity: 0.9;
}

.dropdown-wrapper:hover .DropdownMenu {
  opacity: 1;
  visibility: visible;
}

.DropdownMenu:before {
  display: none !important;

}

.dropdown-wrapper:hover .DropdownMenu:before {
  transform: scaleX(1);
}

/* Flex layout untuk konten dropdown */
.DropdownMenuContent {
  display: flex;
  gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
}

/* Kolom di dalam dropdown */
.DropdownMenuColumn {
  min-width: 180px;
}

/* Item dan link */
.DropdownMenuColumn li {
  list-style: none;
  padding: 10px 0;
}

.DropdownMenuColumn li a {
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.DropdownMenuColumn li a:hover {
  color: #8c8253;
}

.Linklist__Item > .DropdownMenu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 200px;
  z-index: 11;
}
.Linklist__Item {
  position: relative;
}

/* Wrapper agar menu dan submenu sejajar horizontal */
.Linklist__HeadingWrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px; /* jarak antara parent dan submenu */
}

/* Submenu langsung muncul di kanan */
.Submenu1 {
  display: block;
  position: absolute; /* KELUAR dari flow layout */
  top: 0;              /* Sejajar atas menu parent */
  left: 10%;          /* Geser ke kanan dari parent */
  background: transparent;   /* Opsional: biar rapi */
  z-index: 99;
}

/* Supaya submenu tetap vertikal */
.Submenu__List1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Submenu__Item1 a {
  padding-bottom: 10px;
  color: #333;
  
}

.product-card img {
  transition: opacity 0.3s ease;
}

.product-card:hover img {
  opacity: 0.7;
  /* misal kamu ganti gambar pakai CSS background-image di elemen lain, 
  jangan ganti elemen <img> secara langsung */
}


.tab-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  width: 400px; /* atau sesuaikan lebar yang kamu mau */
}
@media screen and (max-width: 768px) {
  .tab-link {
    width: 100%; /* supaya lebar penuh di mobile */
  }
}

.tab-strip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent; /* default transparan */
  position: relative;
  pointer-events: none;
}

.tab-strip::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 16px;
  color: black;
  pointer-events: none;
}

/* Saat tab aktif, ubah plus jadi minus */
.tab-link.active .tab-strip::before {
  content: "-";
  font-weight: 400;
  font-size: 20px;
}

/* start articlenav */
.Grid.Grid--m.Grid--center{
  display: flex;
}
.Grid__Cell.\31 \/2--tablet-and-up1{
  flex: 0 0 auto;
  width: 41.5%;
}
@media screen and (max-width: 768px) {
.ArticleNav .Grid.Grid--m.Grid--center{
   display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
.ArticleNav .Grid__Cell.\31 \/2--tablet-and-up1{
  flex: 0 0 auto;
  width: 100%;
  padding: 24px 20px;
} 
.ArticleNav .Grid__Cell+.Grid__Cell {
  margin: 0;
} 

.ArticleNav .Container.Container--narrow {
  padding-left: 20px;
}
  }
  
  @media screen and (max-width: 1440px) {
    .Grid.Grid--m.Grid--center{
  display: flex;
}
.Grid__Cell.\31 \/2--tablet-and-up1{
  flex: 0 0 auto;
  width: 30%;
}    
  .Grid--m>.Grid__Cell {
        padding-left: 40px;
        padding-right: 40px;
    }
  .Container.Container--narrow {
  padding-left: 70px;
  margin-left: 0;
}
  }

  @media screen and (min-width: 1440px) {
    .Grid.Grid--m.Grid--center{
  display: flex;
}
.Grid__Cell.\31 \/2--tablet-and-up1{
  flex: 0 0 auto;
  width: 30%;
}    
  .Grid--m>.Grid__Cell {
        padding-left: 40px;
        padding-right: 40px;
    }
  .Container.Container--narrow {
  padding-left: 70px;
  margin-left: 0;
}
  }
/* end */

/* Headings */
ul.HorizontalList.HorizontalList--spacingExtraLoose {
  text-transform: uppercase;
}

a.Link.Link--secondary {
  font-family: 'cinemasunday' , sans-serif !important;
  color: #000000 ;
  font-size 12px;
}
h1, h2, h3   {
  font-family: 'cinemasunday', serif  !important;
  font-weight: 600;
  text-transform: uppercase ;
}
a.ArticleToolbar__NavItem.ArticleToolbar__NavItem--next.Heading.Text--subdued.Link.u-h8{
  font-family: 'WorkSans', serif !important;
}
a.ArticleToolbar__NavItem.ArticleToolbar__NavItem--prev.Heading.Text--subdued.Link.u-h8 {
  font-family: 'WorkSans', serif !important;
}
body {
  font-family: 'WorkSans', sans-serif !important;
}
 .subtitle, .deck, p, li, span, h4, h5, h6 {
  font-family: 'WorkSans', sans-serif !important;
  font-weight: 400;
}
span {
  font-weight: 400;
}
a.Heading.u-h6 {
  font-size: 12px;
  font-family: 'cinemasunday' , sans-serif;
  color: #000000;
}

.Header__SecondaryNav {
  font-weight: 600; /* pastikan sesuai desain */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;  /* Firefox di Mac */
}


/* Image 4 About Us */
  .ImageWrapper {
  width: calc(100% + 2rem); /* tambah lebar untuk nutup padding 1rem kiri & kanan */
  margin-left: -1rem;       /* geser ke kiri supaya rata layar */
  margin-right: -1rem;      /* opsional, biar simetris */
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .ImageWrapper {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}

.parent div {
  width: 100%;
}

.parent img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


@media (max-width: 768px) {
  .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 480px) {
  .parent {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
/* hero Section */
.article-hero {
  position: relative;
  width: 100%;
  height: 60vh; /* tinggi hero */
  max-height: 600px;
  overflow: hidden;
}

.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%; /* menampilkan bagian 20-50% vertikal */
  display: block;
}
h1.hero-title {
  font-family: 'cinemasunday', sans-serif;
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  padding: 0 20px;
  z-index: 2;
}

.article-hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  .article-hero {
    height: 40vh;
  }
}

/* Footer */
h2.Footer__Title.Heading.u-h6 {
  font-family: 'cinemasunday', serif !important;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}

a.Link.Link--primary {
  color: #666666;
}

.Footer__Block--newsletter {
  margin-left: auto; /* dorong ke kanan */
  max-width: 400px;  /* batasi lebar newsletter */
}

.footer-center>div {
  font-family: 'WorkSans', sans-serif;
  color: #000000;
}
input.Form__Input {
  border: transparent;
  border-bottom: 0.5px solid #000000;
  font-size: 12px;
  padding: 12px 0px;
}
button.Form__Submit.Button.Button--primary {
  border: transparent;
  background: #c9bfb5;
  padding: 6px 10px;
  font-size: 12px;
  font-family: 'WorkSans', sans-serif !important; 
}

footer#section-footer {
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
}
@media (max-width: 768px) {
  footer#section-footer{
  border-top: 0;
  border-bottom: 0;
  }
  .shopify-section--bordered>.Section--spacingNormal{
    padding-bottom: 0;
  }
}
ul.Linklist {
  font-size: 12px;
  text-transform: uppercase;
}
.Footer__Content p{
  font-size: 12px !important;
}
h2.ArticleItem__Title.Heading.u-h2 {
  font-family: 'WorkSans', sans-serif !important;
  font-size: 14px;
}
@media screen and (min-width: 641px) {
    .ArticleItem__Content {
        margin: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
.Footer__Block--newsletter {
    margin-left: 0; /* hapus dorongan ke kanan di mobile */
    max-width: 100%; /* opsional, supaya full width di mobile */
  }
  }

@media screen and (max-width: 768px) {
  .Footer__Block--newsletter {
    margin-left: 0; /* hapus dorongan ke kanan di mobile */
    max-width: 100%; /* opsional, supaya full width di mobile */
  }
}

/* Sidebar Menu */
div#currency-mobile {
  position: absolute;
  bottom: auto;
}
a.Collapsible__Button.Heading.Link.Link--primary.u-h6.mobile-menu-new-arrivals {
  font-size: 14px;
}
a.Collapsible__Button.Heading.Link.Link--primary.u-h6.mobile-menu-about-us{
  font-size: 14px;
}
a.Collapsible__Button.Heading.Link.Link--primary.u-h6.mobile-menu-sale {
  font-size: 14px;
}
a.Collapsible__Button.Heading.Link.Link--primary.u-h6 {
  font-size: 14px;
}
.Heading.Link.Link--primary.Text--subdued.u-h8.currentCurrency{
  font-size: 12px;
}
html {
  overflow-x: hidden;   /* hilangin geser kanan-kiri */
  overflow-y: auto;     /* biar scroll vertikal tetap jalan */
  overscroll-behavior-x: none;
}
/* sidebar menu mobile */
.SidebarMenu .Heading, .supports-hover .SidebarMenu .Link--primary:hover {
font-family: 'cinemasunday', sans-serif;
font-size: 14px;
text-transform: uppercase;
}

/* end */
/* card-product homepage */
h3.SectionHeader__SubHeading.Heading.u-h8.Button.border-button-color.Button--primary.button-color {
  font-size: 16px;
  border-color: transparent !important;
  padding-bottom: 4px !important;
  padding: 0;
  font-family: 'WorkSans', sans-serif;
  font-weight: 500;
  color: #FFFFFF !important;
}
.ProductList.ProductList--carousel.Carousel.flickity-enabled.is-draggable {
  margin: 0 ;
}

.ProductList--carousel .flickity-prev-next-button.previous {
  left: 20px !important;
}
.ProductList--carousel .flickity-prev-next-button.next {
  right: 20px !important;
}

@media screen and (max-width:768px) {
  .ProductList--carousel .flickity-prev-next-button.previous {
  display: none;
}
.ProductList--carousel .flickity-prev-next-button.next {
  display: none;
}

}
@media screen and (min-width: 1140px) {
  .ProductList--carousel .Carousel__Cell {
  width: 35%;
  
}
}
@media screen and (max-width: 768px) {
  .ProductList.ProductList--carousel.Carousel.flickity-enabled.is-draggable {
    margin: 0 ;
  }

.Carousel__Cell {
  margin-left: 0 !important;
}

}
::before {
  background-color: transparent;
}
a.Button.Button--primary {
  font-family: 'WorkSans', sans-serif;
  color: #2d2d2d;
  border-color: transparent;
  font-weight: 400;
  padding-bottom: 4px !important;
  padding: 0;
  letter-spacing: 1.5px;
}
.Button--primary:before, .shopify-payment-button__button--unbranded:before, #shopify-product-reviews .spr-summary-actions-newreview:before, #shopify-product-reviews .spr-button-primary:not(input):before {
  background-color: transparent;
}
.SectionFooter {
  margin-top: 80px;
}
/* end */
/* hero section home page */
a.ButtonGroup__Item.Button.btn-yellow {
  font-family: 'WorkSans', sans-serif;
  color: #000000;
  border-color: transparent !important;
  font-weight: 500;
  padding-bottom: 4px !important;
  padding: 0;
  letter-spacing: 1.5px;
}
#section-slideshow .Button {
  color: #000000 !important;
}
#section-slideshow .Button::before {
  background-color: transparent !important;
}

.ButtonGroup__Item {
  display: inline-flex;          /* Biar teks + ikon sejajar */
  align-items: center;           /* Vertikal tengah */
  justify-content: center;       /* Biar teks + ikon tetap rata tengah */
  gap: 6px;                      /* Jarak kecil antara teks dan ikon */
}

.ButtonGroup__Item .btn-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;                /* Supaya ikonnya tidak mengecil */
  position: relative;
  top: 0;                        /* Bisa diatur kalo masih agak turun/naik */
}
.SectionHeader__ButtonWrapper {
  display: flex;
  justify-content: center; /* tombol ke tengah */
  margin-top: 40px; /* jarak dari atas */
}

.ButtonGroup__Item {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* jarak teks dan panah */
  transition: color 0.3s ease;
}

.ButtonGroup__Item .btn-arrow {
  transition: transform 0.3s ease;
}

.ButtonGroup__Item:hover .btn-arrow {
  transform: translateX(4px); /* geser kanan 4px */
}


/* end */

/* button color home page 4 img */
.button-color::before {
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  h3.SectionHeader__SubHeading.Heading.u-h8.Button.border-button-color.Button--primary.button-color{
  padding: 0 !important;
  width: 100%;
  }
}
/* end */

/* image section home page */
.image-caption-section {
  margin: 80px 240px;
  margin-bottom: 0 !important;
}
.image-caption__wrapper {
  width: 100%;
  height: 90vh; /* tinggi tampilan (bisa kamu atur, misal 40vh–80vh sesuai keinginan) */
  overflow: hidden; /* crop gambar */
}

.image-caption__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* gambar tetap proporsional */
  object-position: center; /* fokus bagian tengah */
  display: block;
}

.image-caption__text {
  margin-top: 32px;
  color: #333;
}
p.image-caption__text {
  font-family: 'WorkSans', sans-serif;
  font-weight: 500;
  color: #000000;
}
/* ========== MOBILE VERSION ========== */
@media (max-width: 768px) {
  .image-caption-section {
    margin: 40px 0px;   /* margin kiri kanan lebih kecil */
  }

  .image-caption__wrapper {
    height: 120vh;        /* gambar lebih pendek di mobile */
    width: 100%;       /* lebar penuh */
  }

  .image-caption__text {
    margin-top: 16px;
    font-size: 14px;     /* teks lebih kecil biar proporsional */
  }
}

/* end */

/* sidebar */
a.Heading.u-h61 {
  font-size: 20px;
  margin: 0 5px;
}
.Heading.Link.Link--primary.Text--subdued.u-h8.currentCurrency {
  font-size: 14px;
}

/* end */

/* featured collection */

ol.flickity-page-dots {
  display: none;
}
h2.SectionHeader__Heading.Heading.u-h1 {
  font-family: 'cinemasunday', sans-serif;
  color: #666666;

}
.SectionFooter .Button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px; /* jarak antara teks dan panah */
}

.SectionFooter .Button--primary .btn-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

/* Efek hover: panah sedikit geser ke kanan */
.SectionFooter .Button--primary:hover .btn-arrow {
  transform: translateX(3px);
}

/* end */

/* image grid section */
.image-slider-grid {
  position: relative;
  width: 100%;
  margin: 40px 0;
  left: -10px;
}

.slider {
  width: 101.5%;
}

.slider .slide {
  width: 25%; /* 4 item kelihatan (tapi bisa kepotong di kanan kiri) */
  padding: 0 6px; /* biar ada jarak antar gambar */
  box-sizing: border-box;
}

.slide__image {
  position: relative;
  width: 100%;
  padding-top: 140%;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease;
  overflow: hidden;
}

.slide__overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}

.slide__title {
  font-family: 'WorkSans', sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}

.slide__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.slide__btn .btn-arrow {
  transition: transform .3s ease;
}

.slide__btn:hover .btn-arrow {
  transform: translateX(4px);
}

#shopify-section-featured-collections .flickity-slider {
  margin-left: -10px;
}
#shopify-section-image_slider_grid_p4AWk6 .flickity-slider {
  left: -10px !important;
}
/* default tampilkan desktop, sembunyikan mobile */
.desktop-only { display: flex; }
.mobile-only { display: none; }

/* kalau mobile (<768px misalnya) kebalik */
@media (max-width: 767px) {
  .desktop-only { display: none; }
  .mobile-only { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 4px; row-gap: 16px; 
    padding: 0 16px; 
    position: relative;
    left: 10px;
  }
}


/* responsive mobile */
/* mobile (max 768px) */
@media (max-width: 768px) {
  .image-slider-grid .slider {
    display:none;
  }
  .image-slider-grid .slide {
    width: 100% !important;
    margin: 0 !important;
  }
  .slider .slide {
    padding: 0;
  }
  
  .Carousel__Cell {
    padding-left: 0;
  }
  #shopify-section-featured-collections .flickity-slider {
  margin-left: -10px;
  padding-left: 0;
}
.ProductList--carousel .Carousel__Cell {
  padding: 0;
  padding-right: 10px !important;
}
}

/* end */

/* card product info */
.ProductItem__Info--center,
.ProductItem__Info--center .ProductItem__Title,
.ProductItem__Info--center .ProductItem__PriceList,
.ProductItem__Info--center .ProductItem__ColorSwatchList {
  text-align: center !important;
}

.ProductItem__Info--center .ProductItem__PriceList {
  justify-content: center !important; /* kalau flex */
}

/* end */

/* slideshow */
@media (max-width: 768px) {
#Slide162375040946d1b9af-1 {
display: none;
}
.SectionFooter {
  margin-top: 40px;
}
}
/* end */
/* cartdot */
.CartIconWrapper {
  position: relative;
  display: inline-block;
}

.CartDot {
  position: absolute;
  top: 12px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}
/* end */

@media (max-width: 768px) {
  .row {
    display: flex;
    flex-wrap: nowrap;             
    overflow-x: auto;              
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 18px;                     
    padding: 0 16px;
  }

  .row > div {                     /* wrapper tiap gambar */
    flex: 0 0 calc(100% - 18px);   /* tampil 1 gambar penuh minus sisa kanan */
    scroll-snap-align: start;
  }

  .row img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .kotak {
    height: 500px;
  }
}

/* flickity button */
/* NEXT button */
button.flickity-prev-next-button.next {
  background: #fff;
  color: #000;
  border-radius: 50%; /* opsional biar bulat */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* sembunyiin svg bawaan */
button.flickity-prev-next-button.next svg {
  display: none;
}

/* custom arrow -> */
button.flickity-prev-next-button.next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><line x1='4' y1='12' x2='20' y2='12' /><polyline points='14,6 20,12 14,18' /></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

/* PREVIOUS button */
button.flickity-prev-next-button.previous {
  background: #fff;
  color: #000;
  border-radius: 50%; /* opsional biar bulat */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* sembunyiin svg bawaan */
button.flickity-prev-next-button.previous svg {
  display: none;
}

/* custom arrow <- */
button.flickity-prev-next-button.previous::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'>\
<line x1='20' y1='12' x2='4' y2='12' />\
<polyline points='10,6 4,12 10,18' />\
</svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

/* end */
