@media(min-width:1000px){
    .container-xl,.container-lg,.container-md,.container-sm,.container{
        max-width:1100px
    }
}
@media(min-width:1200px){
    .container-xl,.container-lg,.container-md,.container-sm,.container{
        max-width:1200px
    }
}
.bg-slider-home::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, .75), transparent);
}
.shopping-cart .shop-down-24 {
    left: 0;
    top: 10px;
    padding-left: 10px;
}
.shopping-cart .shop-up-24 {
    right: 0;
    top: 10px;
    padding-right: 10px;
}
.btn-shopee {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EE4D2D;
    --bs-btn-border-color: #EE4D2D;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d1392e;
    --bs-btn-hover-border-color: #d1392e;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d1392e;
    --bs-btn-active-border-color: #d1392e;
    --bs-btn-active-shadow: 0 0;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #EE4D2D;
    --bs-btn-disabled-border-color: #EE4D2D;
}

@keyframes animatedBackground {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
.bg-slider-home {
    object-fit: cover;
    object-position: center;
    animation: animatedBackground 10s linear infinite alternate;
}
.contact-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 8;
    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;
  }
  .overlay-kategori::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent 40%);
}
.overlay-kategori .card-img-overlay {
    z-index: 3;
}

.product-card-img {
    border-radius: .75rem;
    background: #f0f0f0;
    padding: 5px;
}

.product-card-img a {
    border-radius: .75rem;
    overflow: hidden;
}

.detail-product-img {
    border-radius: .75rem;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.detail-product-thumb {
    border-radius: .5rem;
    border-color: var(--bs-primary) !important;
}

.thumb-cart-wishlist {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: .25rem;
}

.slick-list.draggable {
    height: 100% !important;
}

.keunggulan-item {
    padding: 25px;
    background: linear-gradient(0deg, white, #f8f8f8);
    background: #f2f2f2;
    border-radius: .5rem;
    height: 100%;
    position: relative;
}

.keunggulan-item .card-num {
    position: absolute;
    background: #c4c4c4;
    width: 60px;
    height: 60px;
    border: 4px solid #f8f8f8;
    top: -30px;
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: white;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.keunggulan-item:hover .card-num {
    background: var(--bs-primary);
}

.video-card {
    position: relative;
    overflow: visible;
}

.video-card .img-frame {
    overflow: hidden;
    position: relative;
    border-radius: .5rem;
}

.video-card .img-frame .overlay-title {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #43a1e4, transparent 75%);
    padding: 20px;
    padding-right: 80px;
    color: white;
    display: flex;
    align-items: end;
}

.video-card img {
    transform: scale(1);
    transition: all .2s ease-in-out;
}

.video-card:hover img {
    transform: scale(1.1);
}

.video-card .play-button {
    padding: 0;
    width: 50px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    right: 40px;
    border: 5px solid white;
}

.bg-cta-home::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, .75), transparent);
}