/*
=========================================================
SCANS HOP INDIA PRODUCT SLIDER
=========================================================
*/


/* =====================================================
   MAIN FIXED CARD
===================================================== */

.scanshop-slider-card {

    width: 257px !important;
    min-width: 257px !important;
    max-width: 257px !important;
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
    position: relative !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;

}


/* =====================================================
   FIXED TOP CONTENT
===================================================== */

.scanshop-slider-content {

    position: absolute !important;
    top: 19px !important;
    left: 15px !important;
    right: 15px !important;
    width: auto !important;
    z-index: 20 !important;
    text-align: center !important;

}


/* =====================================================
   SUBHEADING
===================================================== */

.scanshop-promo-offer {

    width: 100% !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #ff9c9c !important;

}


/* =====================================================
   MAIN HEADING
===================================================== */

.scanshop-promo-heading {

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 25px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    color: #ff9c9c !important;

}


/* =====================================================
   COUNTDOWN
===================================================== */

.scanshop-countdown {

    width: 100% !important;
    margin: 7px auto 0 !important;
    padding: 0 !important;
    text-align: center !important;

}


/* =====================================================
   COUNTDOWN NUMBERS
===================================================== */

.scanshop-countdown-numbers {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color:  #ff9c9c !important;

}



.scanshop-countdown-numbers
> span:not(.scanshop-countdown-separator) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 27px !important;

}


.scanshop-countdown-separator {

    width: auto !important;
    min-width: auto !important;
    margin: 0 1px !important;

}


/* =====================================================
   COUNTDOWN LABELS
===================================================== */

.scanshop-countdown-labels {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
    font-size: 7px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color:  #ff9c9c !important;

}


.scanshop-countdown-labels span {

    width: 29px !important;
    text-align: center !important;

}


/* =====================================================
   SHOP NOW
===================================================== */

.scanshop-promo-shop {

    display: inline-block !important;
    width: auto !important;
    margin: 6px auto 0 !important;
    padding: 0 0 3px 0 !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    color: #ff9c9c !important;
    border-bottom: 1px solid #ff9c9c !important;

}


/* =====================================================
   OWL CAROUSEL AREA
===================================================== */

.scanshop-product-carousel {

    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 7px !important;
    width: 257px !important;
    max-width: 257px !important;
    height: 185px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;

}


/* =====================================================
   OWL STAGE OUTER
===================================================== */

.scanshop-product-carousel .owl-stage-outer {

    width: 257px !important;
    height: 185px !important;
    overflow: hidden !important;

}


/* =====================================================
   OWL STAGE
===================================================== */

.scanshop-product-carousel .owl-stage {

    height: 185px !important;
    display: flex !important;
    align-items: stretch !important;

}


/* =====================================================
   OWL ITEM
===================================================== */

.scanshop-product-carousel .owl-item {

    height: 185px !important;

}


/* =====================================================
   PRODUCT SLIDE
===================================================== */

.scanshop-product-slide {

    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 100% !important;
    height: 185px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    text-decoration: none !important;

}


/* =====================================================
   PRODUCT IMAGE
===================================================== */

.scanshop-product-slide img {

    display: block !important;
    width: auto !important;
    height: 175px !important;
    max-width: 230px !important;
    max-height: 175px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    box-shadow: none !important;

}


/* =====================================================
   OVERRIDE OWL DEFAULT IMAGE WIDTH
===================================================== */

.scanshop-product-carousel .owl-item img {
    width: auto !important;

}


/* =====================================================
   NAVIGATION CONTAINER
===================================================== */

.scanshop-product-carousel .owl-nav {

    margin: 0 !important;
    padding: 0 !important;

}


/* =====================================================
   NAVIGATION BUTTONS
===================================================== */

.scanshop-product-carousel
.owl-nav
button.owl-prev,

.scanshop-product-carousel
.owl-nav
button.owl-next,

.scanshop-product-carousel.owl-theme
.owl-nav
[class*="owl-"] {

    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: none !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #222222 !important;
    box-shadow:
        0 2px 8px
        rgba(0,0,0,0.20) !important;
    font-size: 19px !important;
    line-height: 1 !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;

}


/* =====================================================
   LEFT ARROW
===================================================== */

.scanshop-product-carousel
.owl-nav
button.owl-prev {

    left: 8px !important;
    right: auto !important;

}


/* =====================================================
   RIGHT ARROW
===================================================== */

.scanshop-product-carousel
.owl-nav
button.owl-next {

    right: 8px !important;
    left: auto !important;

}


/* =====================================================
   INNER ARROW SYMBOL
===================================================== */

.scanshop-product-carousel
.owl-nav
button span {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #222222 !important;
    font-size: 19px !important;
    line-height: 1 !important;

}


/* =====================================================
   NAVIGATION HOVER
===================================================== */

.scanshop-product-carousel
.owl-nav
button.owl-prev:hover,

.scanshop-product-carousel
.owl-nav
button.owl-next:hover {

    width: 30px !important;
    height: 30px !important;
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 50% !important;

}


/* =====================================================
   NAVIGATION FOCUS
===================================================== */

.scanshop-product-carousel
.owl-nav
button.owl-prev:focus,

.scanshop-product-carousel
.owl-nav
button.owl-next:focus {

    width: 30px !important;
    height: 30px !important;
    outline: none !important;
    background: #ffffff !important;
    border-radius: 50% !important;

}


/* =====================================================
   HIDE OWL DOTS
===================================================== */

.scanshop-product-carousel .owl-dots {
    display: none !important;

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {


    .scanshop-slider-card {

        width: 257px !important;
        min-width: 257px !important;
        max-width: 257px !important;
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;

    }


    .scanshop-promo-heading {

        font-size: 23px !important;

    }


    .scanshop-product-carousel {

        width: 257px !important;
        height: 185px !important;

    }


    .scanshop-product-carousel
    .owl-stage-outer {

        width: 257px !important;
        height: 185px !important;

    }


    .scanshop-product-slide {

        height: 185px !important;

    }


    .scanshop-product-slide img {

        height: 175px !important;
        max-height: 175px !important;
        max-width: 230px !important;

    }

}