/** Shopify CDN: Minification failed

Line 506:1 Expected "}" to go with "{"

**/
sidebar-button:has([data-sidebar-id="SearchSidebar"]) {
  display: none !important;
}

@media (max-width: 767px) {
  form.header-search-form {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-search-bar {
    display: block !important;
    padding: 0px 16px 10px 16px !important;
    border-bottom: none !important;
  }
}

@media (max-width: 767px) {
  .salsation-breadcrumbs-wrapper {
    margin-top: 8px !important;
  }
}

#desktop-search-dropdown {
  position: fixed !important;
  top: 120px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 70% !important;
  max-width: 900px !important;
  border-radius: 16px !important;
}

#desktop-results-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 16px !important;
}

#desktop-results-list img {
  width: 160px !important;
  height: 213px !important;
  object-fit: cover !important;
  object-position: top !important;
  border-radius: 8px !important;
}

/* Hide search form desktop semua page */
@media (min-width: 768px) {
  .search__form {
    display: none !important;
  }
}

/* Hide search form mobile tapi bukan search page */
@media (max-width: 767px) {
  body:not(.is-search-page) .search__form {
    display: none !important;
  }
}

.search__tab-name-list {
  justify-content: flex-start !important;
  padding-left: 0 !important;
}

.search__tab-name strong {
  font-size: 34px !important;
}

.search__tab-name span {
  font-size: 16px !important;
  margin-left: 8px !important;
}

/* Hide icon search di desktop search page */
.is-search-page a.header__icon[href="/search"] {
  display: none !important;
}

/* Show icon search di mobile search page */
@media (max-width: 767px) {
  .is-search-page a.header__icon[href="/search"] {
    display: none !important;
  }
}
.product-card__vendor {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .lookbook__container {
    flex-wrap: wrap;
  }

  .lookbook__content {
    order: 2;
    width: 50%;
    margin-left: auto;
    margin-top: -140px;
    text-align: left;
  }

  .lookbook__wrapper {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .lookbook__content {
    order: 2;
    text-align: left !important;
    padding-inline: 12px !important;
    margin-top: -20px;
  }

  .lookbook__content * {
    text-align: left !important;
  }

  .lookbook__wrapper {
    order: 1;
  }
  .lookbook__title {
  margin-bottom: 4px !important;
}

.lookbook__subtitle {
  margin-top: 0 !important;
}
}
@media screen and (max-width: 749px) {
  .drawer-menu__localization-settings {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  #globe-drawer {
    top: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: 320px;
    border-radius: 0 !important;
    box-shadow: -4px 0 30px rgba(0,0,0,0.12) !important;
    max-height: 100vh !important;
  }
}
.color-combinations {
  margin: 16px 0;
}

.combinations-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(var(--color-foreground), 1);
  margin: 0 0 12px;
  white-space: nowrap;
}

.combinations-hover-name {
  font-size: 14px;
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.6);
}

.combinations-hover-name::before {
  content: attr(data-color);
}

.combinations-row {
  display: flex;
  gap: 1px;
  row-gap: 10px !important;
  flex-wrap: wrap;
  align-items: flex-start;
}

.combinations-row .pill__label {
  display: none !important;
}

.combinations-row .pill--with-color-swatch-in-product-section {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  min-width: unset !important;
  min-height: unset !important;
}

.combinations-row a.pill--with-color-swatch-in-product-section {
  text-decoration: none;
}

.combinations-row .color-swatch--square {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding-bottom: 0 !important;
  aspect-ratio: 1 !important;
}

:root {
  --gsc-portrait-swatch-width: 40px;
}

.color-swatch--portrait {
  height: 40px !important;
  padding-bottom: 0 !important;
}

.theme-with-size4-swatch-in-product-section {
  --gsc-product-section-swatch-width: 40px !important;
}
.product-information-drawer__content table {
  font-size: 11px;
  width: 100%;
  border-collapse: collapse;
}

.product-information-drawer__content th,
.product-information-drawer__content td {
  padding: 6px 8px;
  border: 1px solid #e5e7eb;
  text-align: center;
  white-space: nowrap;
}

.product-information-drawer__content td:first-child {
  text-align: left;
  font-weight: 600;
  background: #f9fafb;
}

.product-information-drawer__content th {
  background: #111827;
  color: #fff;
  font-weight: 600;
}

.product-information-drawer__content h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 16px 0 8px;
}
.product-card__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.product-card__wishlist .wishlist-engine {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.product-card__wishlist .wishlist-engine,
.product-card__wishlist .wishlist-engine button,
.product-card__wishlist .wishlist-engine > div {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
h1.wishlist-heading {
  font-size: 0 !important;
}

h1.wishlist-heading::after {
  content: 'My Dreambox';
  font-size: 32px;
}
/* Wishlist button styling */
div.wishlist-engine div.wishlist-engine-button {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  line-height: normal !important;
  padding: 0 !important;
}

.wishlist-text {
  font-family: Figtree, sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  visibility: hidden;
  position: relative;
}

.wishlist-text::after {
  content: 'Add to Dreambox';
  visibility: visible;
  position: absolute;
  left: 0;
  white-space: nowrap;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight:600;
}

.wishlist-engine[data-added="true"] .wishlist-text::after {
  content: 'Added to Dreambox';
}

.wishlist-icon svg {
  width: 16px !important;
  height: 16px !important;
}
.h-wishlist .header__cart-icon {
  position: relative;
  display: inline-flex;
}

.h-wishlist .wishlist-h-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #97E823;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .slider-grid__m-carousel .slider-grid__slide {
    width: 47.5vw !important;
    min-width: 47.5vw !important;
  }
}
/* ===== SOLD OUT GHOSTED STYLE ===== */

/* Hide original badge */
.product-badge--sold-out {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Sold out card styling */
product-card.is-sold-out-custom {
  position: relative !important;
}

/* Hide all but first visible image */
product-card.is-sold-out-custom .product-card__img--visible ~ .product-card__img--visible {
  display: none !important;
}

/* DESKTOP: dots hidden but keep space (since non-sold has visible dots) */
product-card.is-sold-out-custom [class*="dynamic-dots"] > *,
product-card.is-sold-out-custom [class*="dots"] > * {
  visibility: hidden !important;
}

/* Ghost out the remaining visible image */
product-card.is-sold-out-custom .product-card__img--visible {
  opacity: 0.4 !important;
  transition: opacity 0.3s ease;
}

/* SOLD OUT overlay */
product-card.is-sold-out-custom::before {
  content: "SOLD OUT";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #000;
  z-index: 100;
  pointer-events: none;
  white-space: nowrap;
}

/* MOBILE: dots completely removed (since non-sold mobile uses overlay positioning) */
@media screen and (max-width: 749px) {
  product-card.is-sold-out-custom [class*="dynamic-dots"],
  product-card.is-sold-out-custom [class*="dots"] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  product-card.is-sold-out-custom::before {
    font-size: 1.75rem;
    letter-spacing: 0.12em;
  }
/* ============================================
   CART CUSTOMS NOTICE (Mobile + Desktop)
   ============================================ */

/* Base style - grey box */
.cart-customs-notice {
  background: #f0efe9 !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  margin: 0 0 16px !important;
  box-sizing: border-box !important;
}

.cart-customs-notice p {
  color: #4a4a4a !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* Mobile version - visible on small screens only */
.cart-customs-notice--mobile {
  display: block;
}

/* Desktop version - hidden by default */
.cart-customs-notice--desktop {
  display: none;
}

/* Toggle visibility on desktop (≥750px) */
@media screen and (min-width: 750px) {
  .cart-customs-notice--mobile {
    display: none !important;
  }
  .cart-customs-notice--desktop {
    display: block !important;
  }
}

/* ============================================
   CONSENT CHECKBOX - SHIPPING POLICY AGREEMENT
   ============================================ */

.consent-checkbox .checkbox--consent,
.consent-checkbox .checkbox--consent span,
.consent-checkbox .checkbox--consent a,
label.checkbox.checkbox--consent,
label.checkbox.checkbox--consent span {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.consent-checkbox .checkbox__span--outline {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
}
.cart-customs-notice.cart-customs-notice--mobile {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .cart-customs-notice.cart-customs-notice--mobile {
    display: block !important;
    background: #f0efe9;
    border-radius: 0px;
    padding: 16px 20px;
    margin: 16px 0 24px;
  }
  .cart-customs-notice.cart-customs-notice--mobile p {
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }
  .cart-customs-notice--desktop {
  display: none;
}

@media screen and (min-width: 750px) {
  .cart-customs-notice.cart-customs-notice--desktop {
    display: block !important;
    background: #f4f4f4 !important;
    border-radius: 0px !important;
    padding: 16px 20px !important;
    margin: 0 0 16px !important;
    box-sizing: border-box !important;
  }
  .cart-customs-notice.cart-customs-notice--desktop p {
    color: #4a4a4a !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
  }
}