.header-style-1 .header-middle-ptb-1 {
  padding: 20px 0 !important;
}

.header-middle,
.header-bottom {
  background-color: #D6AB3E !important;
}

.logo.logo-width-1 {
  margin-right: 30px;
}

.logo.logo-width-1 a img {
  width: 14px !important;
  min-width: 120px !important;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  .logo.logo-width-1 a img {
    width: 14px !important;
    min-width: 80px !important;
    margin-top: 5px;
  }
}

.header-action-2 .header-action-icon-2>a span {
  color: white;
}

.header-action-2 .header-action-icon-2 span.lable {
  font-size: 16.5px;
}
.header-action-2 .header-action-icon-2 > a {
  position: relative;
  display: inline-block;
}

.header-action-2 .header-action-icon-2 > a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: calc(100% + 3%);
  height: 3px;
  background: white;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.header-action-icon-2:hover a::after,
.header-action-icon-2.active a::after {
  transform: scaleX(1);
}



header {
  font-family: "Roboto Slab", serif;
}

.header-style-1 .search-style-2 form {
  border: 2px solid #FFF0D6;
}

.header-style-1 .search-style-2 form {
  border-radius: 8px;
  min-width: 200px;
  max-width: 600px !important;
  margin-right: 35px;
}

.search-style-2 form input {
  padding-left: 45px;
  background-position: 8px center;
  background-repeat: no-repeat;
  height: 40px;
  margin-left: 8px !important;
}

.header-middle {
  border-bottom: 2px solid #FFF0D6;
}

.header-style-1 .header-bottom-bg-color {
  padding: 15px 0;
  border-top: none;
}

.header-nav p {
  color: white;
  font-size: 16px;
}

/* start::countdown */
.countdown-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 3px;
  color: #D6AB3E !important;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.countdown-digit {
  font-size: 15px;
  font-weight: 700;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 12px;
  padding: 5px 5px 0 5px;
  width: 45px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.countdown-digit::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 0;
}

.countdown-label {
  font-size: 7px;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 1px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 17px;
}

.accent-digit {
  background-color: var(--accent-color);
}

.countdown-separator {
  font-size: 34px;
  font-weight: 700;
  color: white;
  margin-top: 8px;
}

/* Responsive styles */
@media (max-width: 600px) {
  .countdown-container {
    gap: 2px;
  }

  .countdown-digit {
    font-size: 12px;
    font-weight: 700;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 12px;
    padding: 5px 5px 0 5px;
    width: 38px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
  }

  .countdown-separator {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-top: 8px;
  }
}

/* end::countdown */
footer {
  background-color: #D6AB3E;
  color: white !important;
  position: relative;
  background-image: url('/assets/imgs/decoration/footer-left.png'), url('/assets/imgs/decoration/footer-right.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: auto, auto;
  padding-bottom: 100px;
}

.footer-mid .widget-title {
  font-size: 21px !important;
  color: white;
  font-family: "Roboto Slab", serif !important;
}

.footer-list li a,
.footer-link-widget p {
  font-size: 1.1rem;
  color: white;
  display: block;
  font-family: "Roboto Slab", serif !important;
}

.footer-list li a:hover {
  color: white;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
  footer {
    background-size: 180px, 180px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  .logo.logo-width-1 {
    position: relative !important;
    left: 70px;
  }
  footer {
    background-size: 250px, 250px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-action-right-3 {
    display: flex;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-action-right-3 {
    display: none;
  }
}

.mobile-countdown {
  background-color: #D6AB3E;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.mobile-countdown p {
  font-size: 12px !important;
  line-height: 17px !important;
  color: white !important;
}

.btn-auth-masuk {
  padding: 10px 40px;
  border: 2px solid #D6AB3E;
  background-color: transparent;
  color: #D6AB3E;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 15px;
  width: 150px;
  text-align: center;
}

.btn-auth-masuk:hover {
  background-color: #D6AB3E;
  color: #fff;
}

.btn-auth-daftar {
  padding: 12px 42px;
  border: none;
  background-color: #D6AB3E;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  width: 150px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top{
  border-bottom: 0 !important;
}

.btn-auth-daftar:hover {
  background-color: #b88c2f;
}

a {
  color: #b88c2f;
}

.cart-dropdown-wrap {
  padding: 20px !important;
}

.swal2-container {
  z-index: 999999 !important;
}



.btn-auth-masuk-desktop {
  padding: 5px 10px;
  background-color: #D6AB3E;
  color: white;
  border: 2px solid white;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  width: 90px;
  text-align: center;
  transition: all 0.3s ease;
  transform: translateY(0);
}
.btn-auth-masuk-desktop:hover {
  background-color: white;
  color: #D6AB3E !important;
  transform: translateY(-2px);
}
.btn-auth-daftar-desktop {
  padding: 5px 10px;
  border: none;
  background-color: white;
  color: #D6AB3E !important;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  width: 90px;
  text-align: center;
  border: 2px solid white;
  transition: all 0.3s ease;
  transform: translateY(0);
}
.btn-auth-daftar-desktop:hover {
  background-color: #D6AB3E !important;
  color: white !important;
  border: 2px solid white !important;
  transform: translateY(-2px);
}
.header-action-2 .header-action-icon-2 {
  padding: 0 6px !important;
}

/* start::product card  */
.product-cart-wrap .product-img-action-wrap {
  background-color: #F3F1F1 !important;
  max-height: 750px !important;
}
.product-content-wrap {
  background-color: #D6AB3E;
  color: white !important;
  text-align: left !important;
}
.product-cart-wrap .product-badges.product-badges-position {
  top: 20px !important;
  left: 10px !important; 
}
.badge-product {
  background-color: #D6AB3E !important;
  border-radius: 50px !important;  
  padding: 8px 10px !important;
}
.btn-action-product {
  padding: 5px;
  border-radius: 50px;
  background-color: white;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 0;
  color: #B3B5BD !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.btn-action-product:hover {
   color: #e63946 !important;
  background-color: #ffe6e9;
}
.btn-action-product:nth-child(2):hover {
   color: #17a2b8 !important;
  background-color: #e6f7fb;
}
.product-cart-wrap .product-content-wrap {
  padding: 20px 20px 20px 20px !important;
}
.mb--30 {
  margin-bottom: 30px !important;
}
.title-wrapper {
  display: flex;
  margin-bottom: 20px;
}
.detail-wrapper .label {
  color: white !important;
  font-weight: 700;
}
.detail-wrapper .price {
  color: white !important;
  font-size: 20px;
  font-weight: 700;
}
.detail-wrapper .description {
  margin-top: 17px;
  color: white !important;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* batas baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* #B3B5BD */
/* end::product card  */



  .text-primary {
    color: #D6AB3E !important;
  }

  .text-secondary {
    color: #5B5D6B !important;
  }