<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*iPhone 5 Screen Size*/
@media (min-width: 0px) and (max-width: 320px) {
    div.aec-btnQtyWrapper &gt; div:first-child input {
        height: 32px !important;
        width: 32px !important;
    }

    .price-box div.aec-buybutton {
        max-height: 100px;
        padding: 0;
        width: 100%;
    }

    .price-box .aec-buybutton .aec-hrmargin {
        position: relative;
        top: 120px;
    }

    #aec-notify-emailsent {
        position: relative;
        width: 80%;
        border: 1px solid var(--seconday-color);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: var(--seconday-color);
        color: var(--primary-color);
        text-align: center;
        font-weight: 600;
        margin: 0 auto;
        display: block;
    }

    .home-landing .products-slider &gt; h3 {
        font-size: calc(14px + 10 * ((100vw - 320px) / 1920)) !important;
    }

    .storetype-landing .products-slider &gt; h3 .aec-cat-link {
        padding-right: 25px !important;
    }

    .storetype-landing .products-slider &gt; h3 {
        padding-left: 25px !important;
    }
}

@media (max-width: 493px) {
    .aec-privacypolicy {
        display: block;
    }
}

/*iPhone 6/7/8 Screen Size*/
@media (min-width: 321px) and (max-width: 375px) {  

    .price-box div.aec-buybutton {
        padding: 0;
        width: 100%;
    }

    .price-box .aec-buybutton .aec-hrmargin {
        position: relative;
        top: 120px;
    }

    .price-box .aec-attr {
        left: -15px !important;
    }   

    .storetype-landing .products-slider &gt; h3 .aec-cat-link {
        padding-right: 25px !important;
    }

    .storetype-landing .products-slider &gt; h3 {
        padding-left: 25px !important;
    }
}

/*iPhone 6/7/8 PLUS Screen Size*/
@media (min-width: 376px) and (max-width: 414px) {

    .price-box div.aec-buybutton {
        padding: 0;
        width: 100%;
    }

    .price-box .aec-buybutton .aec-hrmargin {
        position: relative;
        top: 120px;
    }

    .price-box .aec-attr {
        left: -15px !important;
    }

    .aec-privacypolicy a {
        display: block !important;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .price-box .aec-wishlistadd {
        top: 0 !important;
        left: -1px;
    }

    input#aec-notifyme-email {
        left: -3px;
    }


    .price-box .quantity-wrapper {
        display: none !important;
    }


    .price-box .aec-title {
        margin-bottom: 0 !important;
    }

    .price-box .aec-buybutton #aec-notifyme-email {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        position: relative !important;    
        padding: 15px;
    }

    .price-box .aec-buybutton #aec-notifyme-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative !important;        
        /*margin: 0;*/
    }

    span.aec-privacypolicy a {
        text-transform: capitalize;
    }

    .price-box .aec-buybutton .aec-privacypolicy {
        position: relative;
        text-align: center;
    }

    .price-box .quantity-wrapper {
        position: absolute !important;
        bottom: initial !important;
        top: 55px !important;
    }
}

/*iPad Screen Size*/
@media (min-width: 415px) and (max-width: 767px) {
    .price-box div.aec-buybutton {
        padding: 0;
        width: 100%;
    }

    .price-box .aec-buybutton .aec-hrmargin {
        position: relative;
        top: 95px;
    }

    .price-box .aec-attr {
        left: -15px !important;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    #aec-notify-emailsent {
        top: 2px;
        position: relative;
        width: 80%;
        border: 1px solid var(--seconday-color);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: var(--seconday-color);
        color: var(--primary-color);
        text-align: center;
        font-weight: 600;
        display: block;
        margin: 0 auto;
    }
}


/*iPad Pro Screen Size*/
@media (min-width: 768px) and (max-width: 868px) {
    .aec-wishlistadd {        
        font-size: 15px;
        padding: 10px 22px !important;
    }
}

    .social-holder {
        position: relative;
        bottom: -80px;
        right: 0;
        z-index: -1;
    }

@media (min-width: 768px) and (max-width: 1024px) {
        .price-box div.aec-buybutton {
            max-height: 100px;
            /*min-height: 90px;*/
            padding: 0;
            width: 100%;
        }

        .price-box .quantity-wrapper {
            position: absolute !important;
            bottom: initial !important;
            top: 50px !important;
            left: 5px !important;
        }

        .price-box .aec-buybutton .aec-hrmargin {
            position: relative;
            top: 65px;
        }

        .price-box .aec-buybutton #aec-notifyme-email {
            position: relative !important;
            width: 185px !important;
        }

        .price-box .aec-buybutton #aec-notifyme-button {
            position: relative !important;
            width: 185px !important;
            padding: 6px 8px;
        }

        .price-box .aec-buybutton .aec-privacypolicy {
            left: 400px;
            width: auto;
            font-size: 14px !important;
        }

        .price-box .aec-wishlistadd {
            margin: 0 !important;
            padding: 10px 20px;
            font-size: 15px;
        }

    .price-box .aec-attr {
        left: -15px !important;
    }

    #aec-notify-emailsent {
        width: 200px !important;
        border: 1px solid var(--seconday-color);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: var(--seconday-color);
        color: var(--primary-color);
        text-align: center;
        font-weight: 600;
        position: relative;
        padding: 5px;
        display: block;
        top: 10px;
        left: 0;
        margin-bottom: 20px;
    }

    #aec-heavyitem {
        background-color: #dbdbdb;
        border-radius: 0 !important;
        margin-bottom: 5px;
        margin-top: 12px;
        padding: 3px;
        width: 190px;
        position: relative;
        margin-right: 15px;
    }

    .aec-productfeature.aec-res .aec-cover .main-cover img {
        height: auto;
        max-width: 220px;
        width: 100%;
    }

    .social-holder {
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .row-notifyme {
        text-align: center;
    }

    .aec-privacypolicy {
        display: block;
    }
}
/*Desktop Screen Size (even 4K resolution)*/
@media (min-width: 1025px) and (max-width: 4096px) {
        .price-box div.aec-buybutton {
        }


        .price-box .quantity-wrapper {
        }

        .price-box .aec-title {
            min-width: 180px !important;
            margin: 5px 0;
        }

        .price-box .aec-buybutton .aec-hrmargin {
            position: relative;
            top: 65px;
        }

        .price-box .aec-buybutton #aec-notifyme-email {
            width: 200px !important;
            height: 30px;
            padding: 10px;
        }

        .price-box .aec-buybutton #aec-notifyme-button {
            width: 200px !important;
            height: 30px;
            padding: 6px 22px;
        }

        .price-box .aec-buybutton .aec-privacypolicy {
            font-size: 14px !important;
            left: 430px;
        }

        .price-box .aec-wishlistadd {
            padding: 8px 20px;
            margin: 5px 0;
        }

        .price-box .aec-attr {
            left: -15px !important;
        }

    #aec-notify-emailsent {    
        border: 1px solid var(--seconday-color);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: var(--seconday-color);
        color: var(--primary-color);
        text-align: center;
        font-weight: 600;
        position: relative;
        padding: 5px;
        display: block;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .aec-productfeature.aec-res {
        min-height: 380px !important;
    }

    #aec-heavyitem {
        background-color: #dbdbdb;
        border-radius: 0 !important;
        margin-bottom: 5px;
        margin-top: 12px;
        padding: 3px;
        width: 190px;
        position: relative;
        margin-right: 15px;
    }
}

    @media (min-width: 1133px) and (max-width: 4096px) {
        #aec-heavyitem {
            background-color: #dbdbdb;
            border-radius: 0 !important;
            margin-bottom: 5px;
            margin-top: 12px;
            padding: 3px;
            width: 100%;
            position: relative;
            margin-right: 15px;
        }
    }

    @media (max-width: 767px) and (min-width: 0px) {

        .main-title.hidden-lg .aec-main-title &gt; p {
            font-size: calc(18px + 10 * ((100vw - 320px) / 1920)) !important;
            line-height: 1.2;
        }

        .reconext,
        .recoprev {
            display: block !important;
        }

        .owl-pagination {
            display: none !important;
        }
    }

    @media (max-width: 1200px) and (min-width: 0) {
        .recoprev {
            left: -30px !important;
        }

        .reconext {
            right: -30px !important;
        }
    }

    @media (min-width: 1025px) and (max-width: 4096px) {
        .aec-productfeature .social-holder {
            bottom: -35px !important;
        }
    }</pre></body></html>