.with-ts {
  width: fit-content;
}
.with-ts
  .text-shadow {
  position: absolute;
  right: -200px;
  color: black;
  opacity: 0.05;
  font-size: 100px;
  z-index: -1;
  top: -50px;
}
@media (max-width: 767.98px) {
  .with-ts
    .text-shadow {
    position: absolute;
    right: -75px;
    color: black;
    opacity: 0.05;
    font-size: 65px;
    z-index: -1;
    top: -25px;
  }
}
.catalogue-or-1 {
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 200px;
}
.catalogue-or-2 {
  position: absolute;
  top: -100px;
  right: 0;
  height: 200px;
}
.catalogue-or-3 {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
.catalogue-or-4 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .catalogue-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    height: 100px;
  }
  .catalogue-or-2 {
    position: absolute;
    bottom: 100px;
    top: -50px;
    opacity: 0.25;
    height: 100px;
  }
}
.product-or-1 {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: 200px;
}
.product-or-2 {
  position: absolute;
  top: -100px;
  left: 0;
  height: 200px;
}
.product-or-3 {
  position: absolute;
  top: 150px;
  right: 0px;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
.product-or-4 {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .product-or-1 {
    position: absolute;
    bottom: -50px;
    right: 0;
    opacity: 0.25;
    height: 100px;
  }
  .product-or-2 {
    position: absolute;
    top: -50px;
    left: 0;
    opacity: 0.25;
    height: 100px;
  }
}
.profile-or-1 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 200px;
}
.profile-or-2 {
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
}
.profile-or-3 {
  position: absolute;
  top: 200px;
  right: 0px;
  width: 250px;
  opacity: 0.02;
  z-index: 1;
}
.profile-or-4 {
  position: absolute;
  bottom: 50px;
  left: -100px;
  width: 250px;
  opacity: 0.02;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .profile-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .profile-or-2 {
    position: absolute;
    bottom: 100px;
    right: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .profile-or-3 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 150px;
  }
  .profile-or-4 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
    z-index: 0;
  }
}
.katalog-item
  .katalog-img {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0
    0.25rem
    0.75rem
    rgba(
      30,
      34,
      40,
      0.15
    );
}
.katalog-item
  .katalog-img
  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    black,
    transparent
  );
  opacity: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-img
  .overlay {
  opacity: 0;
}
.katalog-item
  .katalog-img
  img {
  aspect-ratio: 3 /
    4;
  object-fit: cover;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-img
  img {
  aspect-ratio: 1 /
    1;
}
.katalog-item
  .katalog-desc {
  opacity: 0;
  height: 0;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-desc {
  opacity: 1;  
}
@media (max-width: 767.98px) {
  .katalog-item:hover .katalog-desc {
    height: fit-content;
  }
}
.katalog-item
  .katalog-desc
  .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.katalog-item
  .katalog-desc
  .title
  a {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
}
.katalog-item
  .katalog-desc
  .product-info {
  text-align: center;
}
.katalog-item
  .katalog-desc
  .link {
  color: var(
    --bs-primary
  );
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
.products-tab {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.custom-testimoni {
  background: linear-gradient(
    -45deg,
    transparent,
    #ebebeb,
    transparent
  );
  box-shadow: none;
}
.testimoni-line {
  background: linear-gradient(
    90deg,
    #ebebeb,
    transparent
  );
  height: 3px;
  margin-top: 15px;
}
.contact-or-1 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 200px;
}
.contact-or-2 {
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
}
.contact-or-3 {
  position: absolute;
  top: 100px;
  right: 25px;
  width: 250px;
  opacity: 0.02;
  z-index: 0;
}
.contact-or-4 {
  position: absolute;
  bottom: 175px;
  left: -100px;
  width: 350px;
  opacity: 0.02;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .contact-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .contact-or-2 {
    position: absolute;
    bottom: 100px;
    right: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .contact-or-3 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 150px;
  }
  .contact-or-4 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
    z-index: 0;
  }
}
.produk-item {
  position: relative;
}
.produk-item
  .produk-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.produk-item
  .produk-img
  img {
  aspect-ratio: 1 /
    1;
  object-fit: cover;
  transform: scale(
    1
  );
  opacity: 1;
  transition: all
    1s
    ease;
}
.produk-item
  .produk-img
  .fade-on-hover {
  opacity: 1;
  position: relative;
  transition: opacity
    0.3s
    ease;
}
.produk-item:hover
  .produk-img
  .fade-on-hover {
  opacity: 0;
}
.produk-item:hover
  .produk-img
  img {
  aspect-ratio: 1 /
    1;
  object-fit: cover;
  transform: scale(
    1.1
  );
}
.produk-item
  .produk-img
  .second-thumbs-product {
  position: absolute;
  inset: 0;
}
.produk-item
  .produk-img
  .overlay-produk-btn {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(
    0,
    0,
    0,
    0.75
  );
  color: white;
  text-align: center;
  padding: 7.5px;
  border-radius: 7.5px;
  font-weight: bold;
  transform: translateY(
    50px
  );
  opacity: 0;
  transition: all
    0.5s
    ease;
}
.produk-item:hover
  .produk-img
  .overlay-produk-btn {
  transform: translateY(
    0
  );
  opacity: 1;
}
.produk-item.sold-item .produk-img .overlay-sold {
  position: absolute;
  z-index: 99;
  inset: 0;
  background: rgba( 0, 0, 0, 0.5 );
  color: white;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produk-item.sold-item
  .produk-desc {
  opacity: 0.25;
}
.produk-item
  .produk-desc
  .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}
.produk-item
  .produk-desc
  .title
  a {
  color: black !important;
  font-weight: 500;
  font-size: 16px;
}
.produk-item
  .produk-desc
  .title
  a:hover {
  text-decoration: underline;
}
.produk-item
  .produk-desc
  .product-info {
  text-align: center;
}
.produk-item
  .produk-desc
  .product-info
  .discount {
  opacity: 0.75;
  text-decoration: line-through;
  margin-right: 5px;
}
.catalog-info-count {
  margin-top: 20px;
  padding: 10px;
  border-bottom: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.1
    );
}
.catalog-info-count
  p {
  margin: 0;
  font-style: italic;
  color: rgba(
    0,
    0,
    0,
    0.3
  );
}
.testi-quote-up {
  position: absolute;
  top: -15px;
  left: -25px;
  height: 30px;
  z-index: 3;
}
.testi-quote-down {
  position: absolute;
  bottom: -15px;
  right: -45px;
  height: 50px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .testi-quote-up {
    top: -15px;
    left: -10px;
    height: 30px;
    z-index: 3;
  }
  .testi-quote-down {
    bottom: 20px;
    right: -10px;
    height: 40px;
    z-index: 3;
  }
}
.keunggulan-item {
  display: flex;
  gap: 15px;
  align-items: start;
  padding: 20px;
  position: relative;
}
.keunggulan-item::after {
  content: "";
  position: absolute;
  min-width: 1px;
  top: 15%;
  bottom: 15%;
  right: -0.5px;
  background: rgba(
    0,
    0,
    0,
    0.1
  );
}
.keunggulan-item::before {
  content: "";
  position: absolute;
  min-height: 1px;
  top: -0.5px;
  right: 15%;
  left: 15%;
  background: rgba(
    0,
    0,
    0,
    0.1
  );
}
@media (min-width: 992px) {
  .keunggulan-container:nth-child(
      1
    )
    .keunggulan-item::before,
  .keunggulan-container:nth-child(
      2
    )
    .keunggulan-item::before {
    display: none;
  }
  .keunggulan-container:nth-child(
      even
    )
    .keunggulan-item::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .keunggulan-container:nth-child(
      1
    )
    .keunggulan-item::before {
    display: none;
  }
  .keunggulan-container
    .keunggulan-item::after {
    display: none;
  }
  .keunggulan-container
    .keunggulan-item {
    padding: 20px
      0px;
  }
}
.keunggulan-item
  .keunggulan-img
  img {
  height: 50px;
  min-width: 50px;
  object-fit: contain;
}
.keunggulan-item
  .keunggulan-desc
  .desc {
  margin: 0;
}
.layanan-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  border: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.1
    );
  display: flex;
  flex-direction: column;
}
.layanan-item::after {
  content: "";
  position: absolute;
  height: 5px;
  background: var(
    --bs-primary
  );
  bottom: 0;
  left: 20%;
  right: 20%;
}
.layanan-item
  .layanan-img {
  position: relative;
}
.layanan-item
  .layanan-img
  img {
  aspect-ratio: 2 /
    1.5;
  object-fit: cover;
}
.layanan-item
  .layanan-img
  .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(
      255,
      255,
      255,
      0.75
    ),
    transparent
  );
}
.layanan-item
  .layanan-desc {
  flex-grow: 1;
  padding: 20px;
}
.layanan-item
  .layanan-desc
  .title {
  font-size: 15px;
}
.latest-product-slider-container {
  background: #f5f5f5;
  padding: 20px;
}
.slider-latest-product
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  margin: 20px
    0;
}
.slider-latest-product
  .swiper-scrollbar-drag {
  background: var(
    --bs-primary
  );
}
.hover-text-dark:hover {
  color: black !important;
}
.keungjahit-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}
.keungjahit-item:first-child::before {  
  display: none;
}
.keungjahit-item::before {
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: -1px;
  display: block;
  width: 2px;
  background: rgba(255, 255, 255, .5);
}
@media (max-width: 991px) {
  .keungjahit-item {
    padding: 20px;
  }
  .keungjahit-item::before {    
    top: -.5px;
    left: 20%;
    right: 20%;    
    height: 1px;
    width: auto;        
  }
}
.keungjahit-item img {
  height: 100px;
  object-fit: contain;
}
.contact-btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
	display: flex;
	gap: 10px;
}
.button-33 {
	background-color: #39B54A;
	border-radius: 30px;
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 5px 25px;
	text-align: center;
	text-decoration: none;
	transition: all 250ms;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
.button-33:hover {
	box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
	  rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
	  rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
	  rgba(57, 181, 74, 0.25) 0 16px 32px;
	transform: scale(1.05) rotate(-1deg);
	color: white;
}