.product-category-hero {
    display: flex;
    height: 600px;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    position: relative;
}

.product-category-hero.hero-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 58%);
    z-index: 1;
}

.product-category-hero.hero-overlay>* {
    z-index: 2;
}

.product-category-custom-logo figure {
    width: 220px;
}

.product-category-hero h2 {
    color: #FFF;
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 3.8rem;
}

.product-category-hero p {
    color: #fff;
    font-size: 1.4rem;
}

.product-category-hero .btn{
    margin-top: 40px;
}

.listado-filter {
    padding: 50px 0;
    background: #fd0;
}

.filter-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-row-gap: 20px;
    flex-wrap: wrap;
}

.filter-buttons>button {
    margin-right: 10px;
    background: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    -webkit-appearance: unset;
    appearance: unset;
    border: 2px solid #000;
}

.filter-buttons>button.active,
.filter-buttons>button:hover {
    background: #000;
    color: #fff;
}

.filter-buttons>button:focus {
    outline: none;
}

.listado-products {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    padding: 0 80px;
    max-width: 1200px;
    margin: -70px auto 100px;
    padding: 0 20px;
}


.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.product-image {
    max-width: 90%;
    z-index: 3;
}

.product-image figure {
    height: 240px;
}

.product-image>figure img {
    max-height: 240px
}

.product-new-badge {
    position: relative;
}

.product-new-badge span {
    top: -80px;
    right: 0px;
    position: absolute;
    background: #fd0;
    padding: 4px 16px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    z-index: 999;
}

.product-info {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
}

.product-item:not(.small-list) .btn-primary {
   margin-top:20px;
}

span.product-hover {
    position: absolute;
    top: -30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 1000px;
    background: #fd0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    z-index: 1;
}

.product-item:hover .product-info .product-hover {
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    height: 125%;
    width: 100%;
    border-radius: 0;
    background: #fd0;
    z-index: -1;
}

.product-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.product-badge>figure {
    margin: 0;
}

.product-badge>figure img {
    height: 25px;
}

.product-badge span {
    margin-top: 10px;
    font-weight: 600;
    height: 50px;
    font-size: 0.94rem;
}

.product-highlights {
    margin-bottom: 30px;
}

.product-highlights ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-highlights ul li {
    font-weight: 600;
    font-size: 12px;
    padding: 4px 0;
    border-bottom: 1px solid #d8d8d8;
}

.product-highlights ul li:last-child {
    border: none;
}

.product-item:hover .product-highlights ul li {
    border-bottom: 1px solid #000;
}

.product-price {
    margin-top: auto;
}

.product-price span {
    font-size: 22px;
    font-weight: 600;
}

.product-link {
    margin-top: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.product-link p {
    font-weight: 700;
}

span.product-link-arrow {
    width: 14px;
    height: 14px;
    display: block;
    background: url(https://cdn-7.nikon-cdn.com/Images/CPCAssets/mirrorless-rethink/wwa/_img/arrow-right-black-thicker.svg);
}

.product-trigger-link {
    z-index: 5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.listado-filter.filter-padding {
    padding: 50px 0 120px;
}

.listado-products.small-list {
    margin-top: 100px;
}

.small-list .product-item .product-image {
  max-width: inherit;
  cursor: pointer;
}

.small-list .product-item .product-image > figure {
  height: 200px;
}

.small-list .product-item .product-image > figure img {
  max-height: 200px;
}

.small-list .product-info {
  text-align: center;
  padding: 0;
}

.small-list .product-info h2 {
  font-size: 1rem;
  line-height: inherit;
  font-weight: 600;
  margin-bottom: 0;
}

.small-list .product-info .product-price {
  margin-top: inherit;
}

.small-list .product-info .product-price span {
  font-size: inherit;
  font-weight: normal;
}

.small-list .product-item .product-new-badge span {
  padding: 2px 10px;
  font-size: 0.8rem;
}

.small-list .product-item a.btn.btn-primary {
  margin-top: 20px;
}


.feature-heading {
    background: #000;
    text-align: center;
    padding: 50px 20px;
}

.feature-heading h2 {
    color: #FFF;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.feature-heading figure img {
    width: 220px;
}

.feature-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.feature-content-text {
    height: 500px;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 40px 100px;
    align-items: center;
}

.feature-content-text h2 {
    color: #FFF;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: left;
    width: 70%;
}

.feature-content-text p {
    color: #FFF;
    width: 70%;
}

.feature-content-bg {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.grid-promo-block {
    background: #000;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-promo-block picture img {
    width: 60%;
}

.grid-promo-block h2 {
    color: #FFF;
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 40px;
}

.fullwidth-promo {
    height: 42vw;
    max-height: 640px;
    background-color: #000;
    background-image: url(../images/productos_general_lentes/lenses-full-width-xl-es.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.z-lenses-block {
    display: block;
    height: 22.083333333333333vw;
    margin-top: 180px;
    background: #000;
    position: relative;
}

.z-lenses-block:before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    height: 180px;
    width: 100%;
    z-index: -1;
    background: #000;
}

.z-lenses-block .lenses-row {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.z-lenses-block .lenses-row .img-container {
    height: 31.083333333333333vw;
    width: 12.75vw;
    position: absolute;
    bottom: 1.333333333333333vw;
    left: 0;
}

.z-lenses-block .lenses-row .img-container img {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.z-lenses-block .lenses-row .img-container.lens-01 {
    left: -6.33333333%;
}

.z-lenses-block .lenses-row .img-container.lens-02 {
    left: 5.66666667%;
}

.z-lenses-block .lenses-row .img-container.lens-03 {
    left: 18.33333333%;
}

.z-lenses-block .lenses-row .img-container.lens-04 {
    left: 31.33333333%;
}

.z-lenses-block .lenses-row .img-container.ftz-mount {
    left: 44.66666667%;
}

.z-lenses-block .lenses-row .img-container.lens-05 {
    left: 57.66666667%;
}

.z-lenses-block .lenses-row .img-container.lens-06 {
    left: 68.75%;
}

.z-lenses-block .lenses-row .img-container.lens-07 {
    left: 80%;
}

.z-lenses-block .lenses-row .img-container.lens-08 {
    left: 92.58333333%;
}

section.z-lenses {
    overflow: hidden;
    background: #000;
}

.ftz-mount-block {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
}

.ftz-mount-row {
    max-width: 810px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ftz-mount-row h3 {
    color: #FFF;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    line-height: 3rem;
}

.ftz-mount-row p {
    color: #FFF;
    text-align: center;
}

.ftz-mount-row p a {
    color: #fd0;
}

.ftz-mount-row a.btn {
    margin-top: 40px;
}

.ftz-mount-row p.ftz-mount-disclaimer {
    font-size: .75em;
    margin-top: 40px;
}

@media (max-width: 991px) {

    .listado-products {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 20px;
        grid-column-gap: 20px;
    }

    .product-category-hero {
        padding: 0 80px;
    }

    .product-info {
        padding: 0 20px;
    }

    .feature-content-text {
        padding: 40px;
    }

    .feature-content-text > * {
        width: 100% !important;
    }

}


@media (max-width: 767px) {

    

    .listado-products {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }

    .product-category-hero {
        max-height: 400px;
    }

    .product-category-custom-logo figure {
        width: 140px;
    }

    .product-category-hero h2 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }

    .product-category-hero p {
        color: #fff;
        font-size: 1.2rem;
    }

    .fullwidth-promo {
        background-image: url(../images/productos_general_lentes/lenses-full-width-lg-es.jpg);
    }

    .feature-block {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }

    .feature-block:nth-child(even) .feature-content-text{
        order: 2;
    }

    .grid-promo-block picture img{
        width: 90%;
    }

}

@media (max-width: 576px) {


    .product-highlights ul li {
        font-size: 12px;
    }

    .product-badge span {
        font-size: 14px;
    }

    .product-badge>figure img {
        height: 23px;
    }

    .product-price {
        font-size: 14px;
    }

    .product-price span.usd {
        font-size: 18px;
    }

    .product-price>span.ars {
        font-size: 16px;
    }

    .product-info {
        padding: 0 15px;
    }

    .listado-products {
        grid-column-gap: 0px;
    }

    .listado-products.small-list {
        padding: 0 30px;
        grid-column-gap: 15px;
        grid-row-gap: 25px;
    }

    .fullwidth-promo {
        height: 85vw;
        max-height: 600px;
        min-height: 325px;
        background-image: url(../images/productos_general_lentes/lenses-full-width-sm-es.jpg);
    }

    .z-lenses-block {
        margin-top: 140px;
    }

    .z-lenses-block:before {
        top: -140px;
        height: 140px;
    }

    .ftz-mount-row {
        padding: 0 30px;
    }


}