.product-varian-title {
    position: absolute;

    top: 8%;
    width: 80%;
    left: 50%;

    height: 18%;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    
    /* background-color: rgb(100, 100, 100); */
}

.product-varian-title-mobile{
    background-image: url("../images/product-variant-logo-mobile.png");
}

.product-varian-title-desktop{
    background-image: url("../images/product-variant-logo.png");
}

.product-varian-container {
    position: absolute;

    top: 35%;
    left: 50%;

    height: 28%;
    width: 80%;
    /* background-color: antiquewhite; */
    z-index: 50;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    display: flex;

    /* filter: drop-shadow(2px 2px 50px #feeabf75); */
}

.product-varian-slider {
    display: flex;
}

.product-varian-product {
    position: absolute;

    /* background-color: aqua; */
    height: 100%;
    aspect-ratio: 2.5/4;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-not-selected {
    transform: scale(0.7) translateY(21%);
    -webkit-transform: scale(0.7) translateY(21%);
}

.product-1 {
    background-image: url(../images/black_mild_c.png);
}

.product-2 {
    background-image: url(../images/djarum_super_c.png);
}

.product-3 {
    background-image: url(../images/djarum_super_n.png);
}

.product-4 {
    background-image: url(../images/white_mild_c.png);
}

.product-5 {
    background-image: url(../images/mld-cola.png);
}

.product-6 {
    background-image: url(../images/djarum_espresso.png);
}

.product-7 {
    background-image: url(../images/djarum_espresso_gold.png);
}

/* D9A657 */
.product-varian-link {
    background-color: #d9a55773;
    position: absolute;

    color: white;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;

    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-family: 'Bayon';
    font-weight: lighter;
    letter-spacing: 2px;


    font-size: 18px;

    transition-duration: 1s;
    transition-property: width;
    transition-timing-function: linear;

    
    cursor: pointer;

}

.product-varian-arrow-left {
    width: 50px;
    height: 50px;
    left: -60px;

    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    pointer-events: all;
}

.product-varian-arrow-right {
    width: 50px;
    height: 50px;
    right: -60px;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    pointer-events: all;
}

.product-variant-arrow-container {
    position: absolute;
    left: 50%;
    bottom: 19%;


    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 20;
    pointer-events: none;
}

.product-varian-see-more {
    background-color: #d9a55773;
    position: absolute;

    color: white;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;

    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-family: 'Bayon';
    font-weight: lighter;
    letter-spacing: 2px;

    display: none;


    font-size: 15px;

    animation-name: product-varian-see-more-animation;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    cursor: pointer;
}

@keyframes product-varian-see-more-animation {
    0% {
        bottom: -15%;
    }
    100% {
        bottom: 5%;
    }
}


.click-animation {
    position: absolute;
    /* background-color: white; */
    width: 100px;
    height: 100px;
    left: 50%;
    bottom: 61.5%;
    
    opacity: 0.5;

    display: none;
    transform: translate(-60%, 50%) scale(0.7);
    -webkit-transform: translate(-60%, 50%) scale(0.7);
    
    animation-name: click-center-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    pointer-events: none;

    z-index: 60;
}

@keyframes click-center-animation {
    0% {
        opacity: 0.5;
    }
    10% {
        opacity: 0.5;
    }

    40% {
        opacity: 0;
    }
    
    60% {
        opacity: 0;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.5;
    }
}


.click-center {
    position: absolute;
    background: radial-gradient(#7474746c, #ffffffad);
    border-radius: 50%;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: solid;
    border-color: rgba(255, 255, 255, 0.863);
    border-width: 1px;

    animation-name: click-center-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;

}

@keyframes click-center-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.click-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    color: white;
    font-size: 20px;
    font-family: 'Bayon';
    font-weight: lighter;
    line-height: 20px;
    text-align: center;
}

.click-rotate {
    position: absolute;
    width: 100%;
    height: 100%;

    
}

.click-rotate::before {
    width: 110%;
    aspect-ratio: 1;
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 100%;
    background: conic-gradient(#ffffffb4, #ffffff00);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    
    animation-name: click-rotate-animation;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


@keyframes click-rotate-animation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-359deg);
        -webkit-transform: translate(-50%, -50%) rotate(-359deg);
    }
}


@media only screen and (max-width: 1000px) {
    .click-animation{
        transform: translate(-60%, 50%) scale(0.5);
        -webkit-transform: translate(-60%, 50%) scale(0.5);
    }
}

.scroll-more{
    position: absolute;
    width: 150px;
    top: 50%;
    text-align: center;

    left: 50%;

    transform: translate(-50%, -50%);
}

.no-icon{
    background-image: none;
}