/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/
/* importamos la fuente */
.zen-dots-regular {
  font-family: "Zen Dots";
  font-weight: 400;
  font-style: normal;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Zen Dots';
}
body{
    line-height: 1.5;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow-x: hidden;
}
section{
    padding: 2rem 9%;

}
.heading{
    text-align: center;
    font-size: 4rem;
    color: #000000;
    padding: 1rem;
    margin: 2rem 0;
    background: rgba(203,0,0,0.87);

}

.heading span{
    color: var(--negro);
}
.btn{
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: #333;
    color: #fff;
    padding: .9rem 3.5rem;
    cursor: pointer;
    font-size: 1.7rem;
}
.btn:hover{
    background: var(--negro);
}
header{
    position: sticky;
    top: 0; left: 0; right: 0;
    background: #d31f1f;
    padding: 0.5rem 9%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 23%)
}

 header .logo{
    font-size:3rem;
    color: #000;
    font-weight: bolder;
 }

header .logo span{
    color: var(--negro);
}

header .navbar a{
    font-size: 2rem;
    padding: 0 1.5rem;
    color: #fff;
    text-decoration: none;
}

header .navbar a:hover{
    color: var(--negro);
}

header .icons a{
    font-size: 3rem;
    color: #fff;
    margin-left: 1.5rem;
}

header .icons a:hover{
    color: var(--negro);
}

header #toggler{
    display: none;
}

header .fa-bars{
    font-size: 3rem;
    color: #000000;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    cursor: pointer;
    display: none;
}

.contenedor header {
    display: flex;
    justify-content: center;
    align-items: center;
}




.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
    font-size: 1.2rem;
}
.product-price{
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #FFA533;
    text-decoration: line-through;
}
.new-price span{
    color: #d31f1f;
}
.product-detail h2{
    text-transform: capitalize;
    color: #D31F1F;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 1.5rem;
    padding: 0.3rem;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 1.3rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(shoes_images/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
    font-size: 1.5rem;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #d31f1f;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 2rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

.credit{
    text-align: center;
    padding: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    font-size: 1.5rem;
    color: #000;
    border-top: .1rem solid rgba(0,0,0,.1);
    background: #f1f1f1;
}

.credit span{
    color: #D31F1F;
}


@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

@media (max-width:800px){
    html .fa-bars{
        display: block;
    }
    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #eee;
        border-top: .1rem solid rgba(0,0,0,.1);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    header #toggler:checked ~ .navbar{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);;
    }
    header .navbar a{
        margin: 1.5rem;
        padding: 1.5rem;
        background: #d31f1f;
        border: .1rem solid rgb(0, 0, 0, .1);
        display: block;
        text-decoration: none;
        font-size: 1.8rem;
    }
    
    header {
        padding: 2rem;
        bottom: 100rem;
    }
}