<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #767676;
    font-size: 18px!important;
}
p {
    font-size: 18px!important;
}

a:link, a:visited, a:hover, a:focus, a:active {
    border: 0!important;
    outline: 0!important;
}

p {
    font-size: 18px;
}

#top_nav_bar {
    position: fixed;
    z-index: 99;
    height: 60px;
    width: 100%;
    background-color: #f4f4f4;
    border-bottom: 1px solid #fafafa;
    box-shadow: 0 0 8px #535354;
    top:-60px;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}


#nav-domain-wrapper {
    display: inline-block;
    position: relative;
    float: left;
    font-size: 36px;
    color: #585858;
    text-shadow: 0px 1px 1px white;
}

#nav-contact-btn-wrapper {
    display: inline-block;
    position: relative;
    float: right;
}
#nav-contact-btn-wrapper button {
    background-color: #f4f4f4;
    height: 60px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    outline: 0!important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#nav-contact-btn-wrapper button:hover {
    background-color: #373737;
    color:white;
    border: none!important;
    border-left: 1px solid #cfcfcf!important;
    border-right: 1px solid #cfcfcf!important;
    outline: 0!important;
}
#nav-contact-btn-wrapper button:active {
    background-color: #373737;
    color:white;
    border: none!important;
    border-left: 1px solid #cfcfcf!important;
    border-right: 1px solid #cfcfcf!important;
    outline: 0!important;
}



.parallaxHeader {

    /* Set a specific height */
    min-height: 95vh;
    position: relative;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /****************************************/
}
#header_content_wrapper {
    padding-top: 35vh;
    position: relative;
    z-index: 3;
    height:95vh;
    pointer-events: none;
}
#domain_name {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
    padding: 10px 0px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
#header_text {
    margin: 0;
    font-size: 26px;
    display: inline-block;
    float: right;
    background: rgba(26, 26, 26, 0.63);
    padding: 5px 10px;
    color: white;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.contact-header-btn {
    float: right;
    padding: 20px;
    font-size: 18px;
    background: none;
    border: 4px solid white;
    color: white;
    font-weight: bolder;
    margin-top: 20px;
    pointer-events: all;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.contact-header-btn:hover {
    background-color: white;
    color: #252525;
    text-shadow: none;
    font-weight: normal;
}

#header_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

#keyword-banner-description-row {

}

#ebay-wrpapper {

}
#products-header {
    display: inline-block;
    float: left;
    font-size: 3em;
    color: #767676;
    text-transform: capitalize;
    padding-left: 0px;
}

#disclaimer-banner-wrapper {
    display: inline-block;
    float: right;
}

.ebay-item-wrapper {
    margin-top: 40px;
}
.ebay-item-wrapper img {
    max-height: 260px;
    max-width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 70px;
    right: 0;
}
.ebay-item {
    position: relative;
    height: 340px;
    width: 100%;
    /*padding: 10px;*/
    /*background-color: #e8f7f7;*/
}

.ebay-item-buy-wrpapper {
    /*background: #eeeeee;*/
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ebay-item-image-wrapper {
    height: 270px;
    width: 100%;
}
.ebay-item-image-overflow {
    opacity: 0;
    height: 270px;
    width: 100%;
    text-align: center;
    background-color: rgba(37, 37, 37, 0.88);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.popup-link:hover .ebay-item-image-overflow{
    opacity: 0.7;
}
.ebay-item-name-price-wrpapper {
    display: inline-block;
    float: left;
    width: 100%;
}
.ebay-item-name {
    font-size: 16px;
    color: #474747;
    font-weight: bold;
    width: 100%;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ebay-item-price {
    font-size: 16px;
    color: #767676;
    letter-spacing: 1.5px;
}
.ebay-buy-btn {
    float: right;
    margin-right: 10px;
    font-size: 13px;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 9px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -5px;
}

.ebay-buy-btn:active {
    text-decoration: none;
    color: white;
}
.ebay-buy-btn:visited {
    text-decoration: none;
    color: white;
}
.ebay-buy-btn:hover {
    color: white;
    text-decoration: none;
}

.ebay-item-image-wrapper a {
    height:270px;
    width:100%;
}
.zoom-icon {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-top:140px;
    font-size: 26px!important;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.popup-link:hover .zoom-icon  {
    margin-top: 120px;
    opacity: 1;
}

.ebay-popup-item {
    padding: 20px;
    width: auto;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ebay-popup-item .modal {
    max-width: 500px;
}

.ebay-popup-item-img-wrpapper {
    width:100%;
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
}
.ebay-popup-item-img-wrpapper img{
    max-width:100%;
}
.ebay-popup-item-ad-wrapper {
    width:100%;
    text-align: center;
}
.ebay-popup-item-text-wrapper {
    padding-top: 10px;
}
#shop-load-more-btn {
    margin-top:0px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 36px;
    box-shadow: 0px 3px 0px grey;
    width:100%;
    height: 100%;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#shop-load-more-btn:hover {
    margin-top:3px;
    box-shadow: 0px 0px 0px grey;
}
#shop-load-wrapper {
    margin-top: 50px;
    height: 70px;
    text-align: center;
}

.animated-arrow {
    display: inline-block;
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 40px;
    left:0;
    right:0;
    opacity: 0.7;
    cursor: pointer;
    pointer-events: all;
    animation: move  1s infinite ease-in-out;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.animated-arrow:hover {
    opacity: 1;
}

.other-shop-wrapper {
    overflow: hidden;
    height:280px;
    padding: 20px 0px 10px 20px;


    /*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+69,ffffff+100&amp;0+53,1+83 *!*/
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0) 53%, rgba(255,255,255,0.53) 69%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,0) 53%,rgba(255,255,255,0.53) 69%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0) 53%,rgba(255,255,255,0.53) 69%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); !* IE6-9 *!*/
}
.overflow-other-ebay {
    /*background-color: rgba(255, 0, 0, 0.67);*/
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+69,ffffff+100&amp;0+75,1+97 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 69%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 69%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 69%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#top-keyword-wrapper {

}

.other-shop-wrapper p {
    display: inline-block;
    width:100%;
}

.other-shop {
    height: 100%;
    width:100%;
    display: inline-block;
    text-align: center;
    color: #484848;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #d4d4d4;
    position: relative;
    box-shadow: 0px 0px 1px grey;
}

.other-shop:hover {
    text-decoration: none!important;
    border: 1px solid #d4d4d4!important;
    color: #484848!important;
    cursor: pointer;
    box-shadow: 0px 3px 10px #c5c5c5;
}
.other-shop:visited {
    text-decoration: none!important;
    border: 1px solid #d4d4d4!important;
    color: #484848!important;
}
.other-shop i {
    font-size:48px;
}
.other-shop h3 {
    text-transform: uppercase;

}
.other-shop p {


}

@keyframes move {
    from,
    to {
        bottom: 40px;
    }
    25%,
    75% {bottom: 43px;}
    50% {bottom: 46px;}
}

@media (max-width: 768px) {
    .ebay-item-buy-wrpapper {
        padding: 10px;
        background-color: #ececec;
    }
    .animated-arrow {
        display: none!important;
    }
    #products-header {

    }
}

.modal-img-link {
    display:inline-block;;
    width:100%;
}

.WCP_Powered_by_row a{
    color:white!important;

}
.WCP_Powered_by_a span{
    color:white!important;
}
</pre></body></html>