.carousel-type-45 {
  margin-top: 0;
}

.card-category {
  -webkit-box-shadow: 0px 8px 30px 0px rgba(18, 13, 65, 0.2);
          box-shadow: 0px 8px 30px 0px rgba(18, 13, 65, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-category:hover .image img {
  scale: 1.1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-category .image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-category .image::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-20%, #151237), to(transparent));
  background: linear-gradient(0deg, #151237 -20%, transparent 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 2;
}
.card-category .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-category .title {
  position: absolute;
  z-index: 3;
  color: white;
  bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

body.categories-body .pattern-group .p-g-mod-t-cat-display-0 {
  border-radius: 12px;
  margin-bottom: 1rem;
  border-bottom: none;
  -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
          box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
}
body.categories-body .pattern-group .p-g-mod-t-cat-display-0 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  color: var(--accent);
}

.profile-product-code {
  font-size: 12px;
  color: var(--grey2);
  margin-bottom: 10px;
  display: block;
}

.product-detail-note {
  display: block;
  margin: 10px 0;
  color: #5b5b5b;
}

.variant-box {
  border: 1px solid var(--border-grey);
  border-radius: 0;
}
.variant-box ul .variant {
  padding: 0;
  margin: 0;
}
.variant-box ul .variant .name {
  background: #6c757d;
  padding: 10px;
  color: white;
  font-weight: 500;
}
.variant-box ul .variant .options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.variant-box ul .variant .options a {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  border: none;
  padding: 0;
  font-weight: 400;
}
.variant-box ul .variant .options a.active {
  background: var(--grey4);
  color: var(--grey1);
  font-weight: 400;
}
.variant-box ul .variant .options a .value-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid var(--border-grey);
  padding: 10px;
}
.variant-box ul .variant .options a .value-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.other-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.other-buttons a,
.other-buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.other-buttons .btn-whatsapp {
  background: #25d366;
  color: white;
  padding: 10px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.other-buttons .btn-email {
  background: var(--accent);
  color: white;
  border-radius: 6px;
  padding: 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.other-buttons .btn-phone {
  border: none;
  background: #5b5b5b;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border-radius: 6px;
  padding: 10px;
}

.not-login-user {
  margin: 10px 0;
  display: block;
  text-align: center;
}