body, #container {
  background: url('https://i.gyazo.com/e7e3cc48a12f2858e9e897eaa56a7aa7.jpg') no-repeat center center;
  background-size: cover; 
  background-attachment: fixed; 
  background-color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
   }
 
 .site-nav {
  display: flex;
  justify-content: center; /* menu di tengah */
  background:linear-gradient(to bottom,#000000 0,#474747 100%);
  height: 35px;
  line-height: 35px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: sans-serif;
}

.site-nav a {
  color: #ffd400;
  text-decoration: none;
  margin: 0 50px; 
  font-weight: bold;
}

.lzd-logo-bar {
  background: #111;
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 999;
  font-family: sans-serif;
}
.logo-bar-content {
  display: flex;
  justify-content: center; 
  align-items: center;
  height: 80px;
  position: relative;
}
.lzd-logo-content img {
  max-height: 63px;
  display: block;
}
.mobile-nav {
  display: none;
  background: #111;
  padding: 0 20px;
  position: fixed;
  top: 87px; 
  left: 0;
  width: 100%;
  z-index: 998;
  font-family: sans-serif;
}
.mobile-menu-btn {
  display: none; 
  background: gold;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  color: #111;
  position: absolute;
  left: 0;
  margin-left: 5px;
}
.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #222;
  display: none;
}
.mobile-menu-list li {
  border-bottom: 1px solid #333;
}
.mobile-menu-list li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.mobile-menu-list li a:hover {
  background: #444;
}

@media (max-width: 768px) {
  .site-nav {
    display: none !important; 
  }
  .logo-bar-content {
    justify-content: center; 
  }
  .lzd-logo-bar {
    top: 0; 
  }
  .mobile-menu-btn {
    display: block; 
  }
  .mobile-nav {
    display: block !important;
  }
  body {
    padding-top: 87px; 
  }
}
  .breadcrumb_list {
    width: 1188px;
    height: 0px;
    border-bottom: 1px solid #000000;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumb_list_empty {
    height: 0;
    border: none;
    overflow: hidden;
  }

  .breadcrumb_list .breadcrumb {
    padding-left: 0;
    margin-left: -4px;
    height: 48px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
  }

  .breadcrumb_list .breadcrumb .breadcrumb_item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 300;
    height: 48px;
  }

  .breadcrumb_item_text {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 100%;
    display: inline-block;
    font-weight: 300;
  }

  .breadcrumb_item_anchor {
    display: inline-block;
    vertical-align: middle;
    color: #1a9cb7;
    padding: 0 4px;
    font-size: 14px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    max-width: 200px;
    white-space: nowrap;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumb_item_anchor_last {
    color: #757575;
    max-width: none;
    height: 16px;
    line-height: 16px;
    white-space: normal;
  }

  .breadcrumb_right_arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACKUExURUxpcYGBgYGBgYWFhYCAgICAgICAgIKCgv///4GBgZWVlYyMjIGBgYCAgIKCgoGBgYGBgaqqqoODg7+/v4GBgZKSko6OjoGBgYWFhYGBgYSEhIGBgZmZmYCAgIGBgYGBgYCAgICAgIGBgYCAgICAgIiIiICAgIeHh4GBgYSEhIODg4GBgYGBgYCAgPLijmAAAAAtdFJOUwCS7jCDi/E1AbYMFJrrK9ToAycEugcJtBfYG64Fp+S+vb+god0e4SLcHyPgwPJLUkAAAAB6SURBVDjLY2AYYoCdkwu/AgVdHTG8Crj5dUVE8aqQkNQVl8GrQkpDV1oYrwpVbV1ZQbwq1OV0lTnwqhAS0OXBr4KPV5cRf3AwM+myEghRNl0WihQQsoKQIwl5U0tOVwmfvKYa/qCWUsEfWYSim2CCkddVFKMs0Q5aAABM4wlSQJ87yAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }

  .lzd-header .lzd-logo-bar {
    background: #2e2e2e;
  }

  .baxia-dialog {
    display: none !important;
  }
  
   .marquee-bar {
     display: flex;
     align-items: center;
     gap: 8px;          
     background: gold;
     padding: 5px 10px;
     overflow: hidden;
   }             
  .marquee-icon {
     display: inline-block;
     font-size: 22px;
     line-height: 1;
     transform: scaleX(-1);
   }             
   .marquee-title {
     font-size: 16px;
     font-weight: bold;
     white-space: nowrap;
   }             
   .marquee-text {
     flex: 1;        
     color: #000;
     font-size: 16px;
     background: gold;  
     padding: 0;
     border: none;
   }

.seller-info1 {
  color: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  max-width: 400px;
  font-family: Arial, sans-serif;
}

.product-description a {
  color: #ffd400; 
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s, text-decoration 0.3s;
}
.product-description a:hover,
.product-description a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.coloksgp-bisa {
  background: rgba(255, 255, 255, 0); 
  padding: 15px;
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgb(255 255 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color:white;
  margin-top:10%;
  margin-bottom:5%;
}
.product-full-section {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  font-family: Arial, sans-serif;
}

.button-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  padding: 5px;
  border-radius: 12px;
}

.button-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 8px;
  transition: transform 0.2s;
}

.button-wrapper a:hover { transform: scale(1.05); }

.login { background: linear-gradient(to bottom, #000000 0%, #474747 100%); border: 1px solid #fff; }
.register { background: linear-gradient(135deg, #ffdd44 0%, #ffbb00 100%);  border: 1px solid #fff; }

.image-wrapper { width: 100%; }
.image-wrapper img { width: 100%; display: block; border-radius: 8px;border: 4px solid #ffd400;box-shadow: 0 4px 10px rgb(255, 251, 0);}

.product-title h1 { text-align: center; margin: 10px 0; font-size: 1.5em; line-height: 1.4; color:white; padding-top: 5px; }

.product-price { text-align: center; }
.product-price .pdp-price_type_normal { color: #FF6600; font-size: 1.8em; font-weight: bold; display: block; }
.product-price .pdp-price_type_deleted { color: #999; text-decoration: line-through; margin-right: 5px; }
.product-price__discount { color: #FF0000; font-weight: bold; }

.product-rating { text-align: center; }
.product-rating .stars { display: flex; justify-content: center; gap: 2px; margin-bottom: 5px; }
.product-rating .stars img { width: 20px; height: auto; }
.product-rating .review-link { color: #0073e6; text-decoration: none; font-size: 0.9em; }

.product-description { text-align: justify; padding: 0 5px; color:white;}

.sku-quantity-selection { display: flex; align-items: center; gap: 10px; }
.next-number-picker-inline { display: flex; align-items: center; border: 1px solid #ccc; border-radius: 8px; overflow: hidden; }
.next-number-picker-handler { display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; cursor: pointer; background: #000; color: #fff; }
.next-number-picker-handler:hover { background: #d0d0d0; color: #000; }
.next-number-picker-inline input { width: 50px; height: 35px; text-align: center; border: none; outline: none; background: gold; }

.seller-info { text-align: center; margin-top: 10px; }
.seller-info .seller-link { background: #000000; color: #ffd400; padding: 2px 6px; border-radius: 4px; text-decoration: none; }
.seller-info .seller-link:hover { transform: scale(1.05); }
  
@media(max-width: 600px){ .button-wrapper { grid-template-columns: 1fr; } }

