﻿/**
*
* Homepage Layout 3
*
**/

.hplv3 {
    color:#000;
}

    .hplv3:not(.hplv3-no-top-margin) {
        margin-top: -3.5rem;
    }

.hplv3-wrapper {
    margin: 4rem auto;
}

.slideshowv2-swiper {
    min-height: 450px;
}

.homepage-swiper .swiper-shop:hover,
.hplv3-banner__link:hover,
.hplv3-horizontal-links__link-section > a:hover,
.hplv3-static__link:hover {
    color: var(--primary);
}


.hplv3-slideshow.hplv3-slideshow-constrained {
    max-width: 1410px;
    margin: auto;
}


/*==========  Content Sliders  ==========*/
.hplv3-slider-constrained {
    max-width: 1410px;
}

.homepage-swiper.swiper-container {
    padding: 0 0 0 1em;
    margin: 1em 0;
}

    /*.homepage-swiper.swiper-container .swiper-slide .content-slider__image {
        min-height: 334px;
    }*/

    .homepage-swiper .swiper-header {
        margin-bottom: .65rem;
        min-height:23px;
    }

.homepage-swiper .swiper-header > h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .25rem;
    margin-right: 5em;
}

.homepage-swiper .swiper-header > div {
    text-transform: lowercase;
    font-size: .95rem;
}


.homepage-swiper .content-slider__link,
.homepage-swiper .content-slider__image,
.homepage-swiper .content-slider__description,
.homepage-swiper .content-slider__title,
.homepage-swiper .content-slider__prices__noprices {
    display:block;
}

.homepage-swiper .content-slider__image-width {
    width:100%;
}

.homepage-swiper .content-slider__description {
    margin:1em 0 .1em;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: bold;
}

.homepage-swiper .content-slider__title {
    margin-top: 1em;
    font-size: .9rem;
    text-transform: lowercase;
    font-weight: bold;
}

.homepage-swiper .content-slider__prices {
    font-size: .9rem;
}

.homepage-swiper .content-slider__prices .price1 {
    display:none;
}

.homepage-swiper .swiper-scrollbar {
    background: rgba(0, 0, 0, 0);
    bottom: 50px;
    height: 3px;
    left: 2rem;
}

.homepage-swiper .swiper-scrollbar-drag {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 2px 3px 5px 2px rgba(0,0,0,.3)
}

.homepage-swiper .swiper-button-prev {
    right: 3em;
}

.homepage-swiper .swiper-button-next {
    right: 1rem;
}

.homepage-swiper .swiper-button-prev,
.homepage-swiper .swiper-button-next {
    font-size:1.2em;
}

.homepage-swiper .swiper-shop {
    position: absolute;
    top: 4px;
    font-size: .85rem;
    right: 1em;
    text-transform: uppercase;
    text-decoration: underline;
}


/* End Content Sliders */


/*==========  Banner  ==========*/
.hplv3-banner {
    background-color: #f3f3f3;
    padding: .75rem 0;
    text-align: center;
}

.hplv3-banner > div {
    margin-bottom: .5rem;
}

.hplv3-banner__title {
    text-transform: uppercase;
    color: #467b96;
    font-size: 1.2rem;
    font-weight: bold;
}

.hplv3-banner__sub-title {
    text-transform: lowercase;
    font-size: .95rem;
    font-weight:bold;
}

.hplv3-banner__link {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: .95rem;
    font-weight:bold;
}
/* End Banner */


/*==========  4 across eplugs  ==========*/
.hplv3-eplugs a {
    transition: opacity .3s ease-in-out;
}

.hplv3-eplugs a:hover {
    opacity: .7;
}
/* End 4 across eplugs */


/*==========  Horizontal Links  ==========*/
.hplv3-horizontal-links {
    text-align: center;
    border: 1px solid #b7b7b7;
    border-width: 0 0 1px 0;
    padding: 0 0 1rem 0;
}

.hplv3-horizontal-links__title {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

.hplv3-horizontal-links__link-section > a {
    line-height: 30px;
    white-space: pre;
    font-weight:bold;
}

.hplv3-horizontal-links__link-section > a:not(:last-child) {
    border-right: 1px solid #000;
    padding-right: .75rem;
    margin-right: .75rem;
}

/* End Horizontal Links */


/*==========  Static Image and Text Sections  ==========*/
.hplv3-static-vertical img,
.hplv3-static-horizontal img {
    display:block;
}

.hplv3-static-vertical .hplv3-static__text {
    padding: 1em 0 0 2em;
}

.hplv3-static-horizontal .hplv3-static__text {
    padding: 1em;
}

.hplv3-static__text > div {
    margin-bottom: .5rem;
}

.hplv3-static__title {
    font-weight: bold;
    text-transform: lowercase;
}

.hplv3-static__desc {
    font-size: .83rem;
}

.hplv3-static__link {
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .95rem;
}

/* End Vertical Image and Text */


/*==========  Recently Viewed  ==========*/
.hplv3 .swiper-container.recently-viewed {
    padding:0 0 0 2em;
}

.hplv3 .recently-viewed .swiper-button-prev,
.hplv3 .recently-viewed .swiper-button-next {
    top:0;
}
/* End Recently Viewed */


/*==========  SEO TEXT  ==========*/
.hplv3-seo {
    margin-top: 3em;
    padding-left: 2em;
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
}

.hplv3-seo__name {
    font-size: 1.65rem;
}

.hplv3-seo__keywords,
.hplv3-seo__header {
    font-size: 1.2rem;
}

.hplv3-seo__name,
.hplv3-seo__keywords,
.hplv3-seo__header {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.hplv3-seo__desc {
    font-size: .8em;
    line-height: 1.2;
    margin-bottom: 0;
}

    .hplv3-seo__desc a {
        color: var(--primary);
        text-decoration: underline;
    }

/* End SEO Text */


/* DESKTOP ONLY */
@media only screen and (min-width: 67.500em) {
    .hplv3-horizontal-links {
        border-width: 1px 0 1px 0;
        padding: 1rem 0;
    }

    .hplv3-static-horizontal .hplv3-static__text {
        padding-top: 3em;
        padding-left: 2em;
    }
}

@media only screen and (min-width: 47.9375em) {
    .slideshowv2-swiper {
        min-height:450px;
    }

    .homepage-swiper.swiper-container {
        padding: 4em 0 2rem 0;
    }

    .homepage-swiper .swiper-header {
        position: absolute;
        top: 0;
    }

    .homepage-swiper .content-slider__title {
        margin-top: .5em;
    }

    .homepage-swiper .swiper-scrollbar {
        left: 3rem;
    }

    .homepage-swiper .swiper-button-prev:not(.swiper-button-lock) + .swiper-shop {
        right:7em;
    }

    .hplv3-static-vertical {
       display: flex;
    }

    .hplv3-static-vertical > .hplv3-static-vertical__item {
        flex-basis: 50%;
    }

    .hplv3-static-vertical > .hplv3-static-vertical__item:first-child {
        margin-right:2rem;
    }

    .hplv3-static__text-right {
        float:right;
    }
}

@media only screen and (min-width: 55.063em) {
    .hplv3:not(.hplv3-no-top-margin) {
        margin-top: -6rem;
    }
}

@media only screen and (min-width: 67.4375em) {
    .hplv3:not(.hplv3-no-top-margin) {
        margin-top: -4.6rem;
    }
}


@media only screen and (max-width: 64.000em) {
    .hplv3.hplv3-ads {
        margin-top: 0;
    }
}

/* MOBILE ONLY */
@media only screen and (max-width: 47.9375em) {
    .hplv3-static__mobile-border {
        border-bottom: 1px solid #b7b7b7;
        padding-bottom: 3em;
        margin-bottom: 3em;
    }

    .hplv3 .swiper-container.recently-viewed {
        padding-left:1em;
    }

    .hplv3-static-vertical > .hplv3-static-vertical__item {
        margin: 4rem auto;
    }

    .hplv3-seo {
        padding: 0 1em;
        margin: 3em auto;
        width: 100%;
    }
}

@media only screen and (max-width: 23.125em) {
    .hplv3-static-horizontal .hplv3-static__text {
        padding-top: 0;
    }
}
