/* ==========================================
   RESET
========================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ==========================================
   BODY
========================================== */

/*
body {
    font-family: "Roboto", sans-serif;
    background: #ffffff;
    min-height: 100vh;
}
*/


/* ==========================================
   MAIN PAGE
========================================== */

.page-container {
    width: 100%;
    position: relative;
}
#scanshop-countdown-189974,.countdown-box

{
    height: 30px;
    min-height: 30px;
    max-height: 30px
}

/* ==========================================
   OFFER CONTAINER
========================================== */

.offer-container {

    width: 100%;

    min-width: 300px;

    max-width: 430px;

    height: 480px;

    min-height: 480px;

    max-height: 480px;

    position: relative;

    margin: 0 auto;

    background: #fff4e2;

    padding: 20px;

    text-align: center;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;
}


/* ==========================================
   TODAY'S BEST DEALS HEADING
========================================== */

.offer-container .offer-heading {

    width: 100% !important;

    height: 55px !important;

    min-height: 55px !important;

    max-height: 55px !important;

    flex: 0 0 55px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    margin: 0 0 5px 0 !important;

    padding: 0 !important;

    overflow: hidden !important;

    box-sizing: border-box !important;

    position: relative !important;
}


/* ==========================================
   TODAY'S BEST DEALS IMAGE

   SMALL HEADING SIZE
========================================== */

.offer-container .offer-heading .deal-of-day-image {

    width: 125px !important;

    min-width: 125px !important;

    max-width: 125px !important;

    height: auto !important;

    min-height: 0 !important;

    max-height: 50px !important;

    display: block !important;

    object-fit: contain !important;

    object-position: center center !important;

    margin: 0 auto !important;

    padding: 0 !important;

    transform: none !important;

    position: relative !important;

    top: auto !important;

    left: auto !important;

    right: auto !important;

    bottom: auto !important;
}


/* ==========================================
   COUNTDOWN BOX
========================================== */

.countdown-box {

    width: 75%;

    min-width: 230px;

    max-width: 100%;

    height: 30px;

    min-height: 30px;

    max-height: 30px;

    flex: 0 0 30px;

    align-self: center;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    margin: 0 auto;

    padding: 0;

    background-color: #690100;

    border-radius: 6px;

    overflow: hidden;

    z-index: 2;
}


/* ==========================================
   COUNTDOWN NUMBERS
========================================== */

.countdown-number {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: row;

    gap: 10px;

    color: #f0d48a;

    font-size: 15px;

    font-weight: 700;

    line-height: 1;

    white-space: nowrap;

    margin: 0;

    padding: 0;
}


/* ==========================================
   COUNTDOWN LABELS
========================================== */

.countdown-labels {

    width: 50%;

    min-width: 170px;

    height: 20px;

    min-height: 20px;

    max-height: 20px;

    flex: 0 0 20px;

    align-self: center;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    align-items: center;

    justify-items: center;

    margin: 5px auto 10px;

    padding: 0;

    font-size: 11px;

    line-height: 1;

    color: #111111;

    text-align: center;

    position: relative;

    z-index: 2;
}


/* ==========================================
   PRODUCT CAROUSEL
========================================== */

.product-carousel {

    width: 100%;

    display: block;

    flex: 0 0 auto;

    position: relative;

    overflow: hidden;

    margin: 0;

    padding: 0;
}


/* ==========================================
   OWL STAGE OUTER
========================================== */

.product-carousel .owl-stage-outer {

    width: 100%;

    overflow: hidden;
}


/* ==========================================
   OWL STAGE
========================================== */

.product-carousel .owl-stage {

    display: flex;

    align-items: flex-start;
}


/* ==========================================
   OWL ITEM
========================================== */

.product-carousel .owl-item {

    display: flex;

    justify-content: center;

    align-items: flex-start;
}


/* ==========================================
   PRODUCT SLIDE
========================================== */

.product-slide {

    width: 100%;

    text-align: center;

    padding: 0 10px 10px;

    display: block;

    position: relative;

    visibility: visible;

    opacity: 1;
}


/* ==========================================
   PRODUCT IMAGE WRAPPER
========================================== */

.product-image-wrapper {

    width: 100%;

    height: 230px;

    min-height: 230px;

    max-height: 230px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    margin: 0 auto 5px;

    padding: 0;

    overflow: hidden;
}


/* ==========================================
   IMAGE LINK
========================================== */

.product-image-wrapper a {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    text-decoration: none;
}


/* ==========================================
   PRODUCT IMAGE
========================================== */

.product-image {

    width: auto;

    max-width: 260px;

    height: 220px;

    max-height: 220px;

    object-fit: contain;

    object-position: center center;

    display: block;

    position: relative;

    margin: 0 auto;

    z-index: 1;
}


/* ==========================================
   PRODUCT DETAILS
========================================== */

.product-details {

    width: 100%;

    min-height: 75px;

    display: block;

    position: relative;

    clear: both;

    text-align: center;

    visibility: visible;

    opacity: 1;

    z-index: 5;

    background: transparent;

    padding: 0;
}


/* ==========================================
   PRODUCT TITLE
========================================== */

.product-title {

    width: 100%;

    font-size: 15px;

    line-height: 20px;

    font-weight: 700;

    color: #800000;

    text-align: center;

    margin: 0 0 5px;

    padding: 0;

    position: relative;

    z-index: 5;
}


/* ==========================================
   PRODUCT PRICE
========================================== */

.product-price {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    line-height: 1;

    text-align: center;

    margin: 0 0 8px;

    padding: 0;
}


/* ==========================================
   REGULAR PRICE
========================================== */

.product-price .regular-price {

    color: #800000;

    font-size: 16px;

    font-weight: 700;

    text-decoration: line-through;

    opacity: 0.75;
}


/* ==========================================
   SALE PRICE
========================================== */

.product-price .sale-price {

    color: #800000;

    font-size: 24px;

    font-weight: 800;
    background: #800000;
    font-size: 20px;
    font-weight: 800;
    color: #f0d48a;
    padding: 5px;
}


/* ==========================================
   SHOP NOW
========================================== */

.shop-button {

    display: inline-block;

    color: #800000;

    font-size: 14px;

    line-height: 20px;

    font-weight: 600;

    text-decoration: underline !important;

    cursor: pointer;

    margin: 0;

    padding: 0;

    position: relative;

    z-index: 10;
}


/* ==========================================
   SHOP NOW HOVER
========================================== */

.shop-button:hover {

    color: #AA6838;

    text-decoration: none;
}


/* ==========================================
   HIDE OWL NAVIGATION
========================================== */

.owl-theme .owl-nav {

    display: none !important;
}


/* ==========================================
   HIDE OWL DOTS
========================================== */

.owl-theme .owl-dots {

    display: none !important;
}


/* ==========================================
   EXPIRED OFFER
========================================== */

.offer-expired .countdown-number {

    opacity: 0.6;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1200px) {

    .offer-container {

        max-width: 430px;
    }

}


/* ==========================================
   SMALL TABLET
========================================== */

@media (max-width: 900px) {

    .offer-container {

        width: 45%;

        min-width: 300px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .page-container {

        width: 100%;

        min-height: auto;
    }


    .offer-container {

        width: 100%;

        min-width: 0;

        max-width: none;

        position: relative;

        margin: 0;

        padding: 15px;

        display: flex;

        flex-direction: column;

        align-items: center;
    }


    /* ==========================================
       MOBILE HEADING
    ========================================== */

    .offer-container .offer-heading {

        width: 100% !important;

        height: 55px !important;

        min-height: 55px !important;

        max-height: 55px !important;

        flex: 0 0 55px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        margin: 0 0 5px 0 !important;

        padding: 0 !important;

        overflow: hidden !important;
    }


    .offer-container .offer-heading .deal-of-day-image {

        width: 120px !important;

        min-width: 120px !important;

        max-width: 120px !important;

        height: auto !important;

        min-height: 0 !important;

        max-height: 48px !important;

        object-fit: contain !important;

        display: block !important;

        margin: 0 auto !important;
    }


    /* ==========================================
       MOBILE COUNTDOWN
    ========================================== */

    .countdown-box {

        width: 90%;

        min-width: 0;

        height: 45px;

        min-height: 45px;

        max-height: 45px;

        flex: 0 0 45px;
    }


    .countdown-number {

        font-size: 17px;

        gap: 8px;
    }


    /* ==========================================
       MOBILE COUNTDOWN LABELS
    ========================================== */

    .countdown-labels {

        width: 90%;

        min-width: 0;

        height: 20px;

        min-height: 20px;

        max-height: 20px;

        flex: 0 0 20px;

        margin: 5px auto 8px;
    }


    /* ==========================================
       MOBILE PRODUCT CAROUSEL
    ========================================== */

    .product-carousel {

        width: 100%;
    }


    /* ==========================================
       MOBILE PRODUCT IMAGE WRAPPER
    ========================================== */

    .product-image-wrapper {

        width: 100%;

        height: 220px;

        min-height: 220px;

        max-height: 220px;
    }


    /* ==========================================
       MOBILE PRODUCT IMAGE
    ========================================== */

    .product-image {

        height: 210px;

        max-height: 210px;

        max-width: 240px;
    }


    /* ==========================================
       MOBILE PRODUCT TITLE
    ========================================== */

    .product-title {

        font-size: 20px;

        line-height: 25px;
    }


    /* ==========================================
       MOBILE PRODUCT DETAILS
    ========================================== */

    .product-details {

        min-height: 70px;
    }


    /* ==========================================
       MOBILE PRICE
    ========================================== */

    .product-price {

        font-size: 14px;

        gap: 8px;
    }


    .product-price .regular-price {

        font-size: 14px;
    }


    .product-price .sale-price {

        font-size: 22px;
    }


    /* ==========================================
       MOBILE SHOP BUTTON
    ========================================== */

    .shop-button {

        font-size: 14px;
    }

}


/* ==========================================
   VERY SMALL MOBILE
========================================== */

@media (max-width: 380px) {

    .offer-container {

        padding: 12px;
    }


    /* ==========================================
       VERY SMALL MOBILE HEADING
    ========================================== */

    .offer-container .offer-heading {

        height: 50px !important;

        min-height: 50px !important;

        max-height: 50px !important;

        flex: 0 0 50px !important;
    }


    .offer-container .offer-heading .deal-of-day-image {

        width: 110px !important;

        min-width: 110px !important;

        max-width: 110px !important;

        max-height: 45px !important;
    }


    /* ==========================================
       VERY SMALL MOBILE COUNTDOWN
    ========================================== */

    .countdown-number {

        font-size: 15px;

        gap: 6px;
    }


    .countdown-labels {

        width: 95%;

        font-size: 10px;
    }


    /* ==========================================
       VERY SMALL MOBILE PRODUCT IMAGE
    ========================================== */

    .product-image-wrapper {

        height: 205px;

        min-height: 205px;

        max-height: 205px;
    }


    .product-image {

        height: 195px;

        max-height: 195px;

        max-width: 220px;
    }


    /* ==========================================
       VERY SMALL MOBILE PRODUCT TITLE
    ========================================== */

    .product-title {

        font-size: 18px;

        line-height: 23px;
    }


    /* ==========================================
       VERY SMALL MOBILE PRICE
    ========================================== */

    .product-price {

        font-size: 13px;

        gap: 6px;
    }


    .product-price .regular-price {

        font-size: 13px;
    }


    .product-price .sale-price {

        font-size: 20px;
    }


    /* ==========================================
       VERY SMALL MOBILE SHOP BUTTON
    ========================================== */

    .shop-button {

        font-size: 13px;
    }

}