@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700');
body {
    font-family: 'Muli', sans-serif;
    background:#ddd;
}

/* HEADER */
header {
    background: url('./images/bg.jpg');
    background-position: 33.3%;
    text-align: center;
    width: 100%;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 85% 85% / 30%;
    margin-bottom: 35px;
}
header .overlay{
    width: 100%;
    height: 100%;
    padding: 50px;
    padding-top: 0;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
    --background-image: linear-gradient( 135deg, #9f05ff69 10%, #fd5e086b 100%);
}
h1 {
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    font-size: 60px;
    line-height: 35px;
    width: 100vw;
    margin-left: -50px;
    margin-bottom: 50px;
}

/* SEARCH */

.inner-form {
    width: 100%;
    margin-bottom: 17px;
}
.inner-form .input-field {
    height: 50px;
    width: 100%;
    position: relative;
}

.inner-form .input-field input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 32px 10px 70px;
    font-size: 18px;
    color: #666;
    border-radius: 34px;
}
.inner-form .input-field input.placeholder {
    color: #ccc;
    font-size: 18px;
}
.inner-form .input-field input:-moz-placeholder {
    color: #ccc;
    font-size: 18px;
}
.inner-form .input-field input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 18px;
}
.inner-form .input-field input:hover, .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

.inner-form .input-field .btn-search {
    width: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.inner-form .input-field .btn-search:hover, .inner-form .input-field .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

.inner-form .input-field .btn-search svg {
    fill: #ccc;
    width: 30px;
    height: 30px;
    transition: all .2s ease-out, color .2s ease-out;
}
.inner-form .input-field .btn-search:hover svg, .inner-form .input-field .btn-search:focus svg {
    fill: #666;
}

.suggestion-wrap {
    padding: 0 15px;
}

.suggestion-wrap > * {
    font-size: 14px;
    font-family: 'Helvetica', sans-serif;
    display: inline-block;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 15px;
    line-height: 32px;
    color: #fff;
    border-radius: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* CARDS [https://codepen.io/wingerdstok/pen/WjrPZY] */

.wsk-cp-product {
    background:#fff;
    padding:15px;
    border-radius:6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position:relative;
    margin:20px auto;
}
.wsk-cp-img {
    position:absolute;
    top:5px;
    left:50%;
    transform:translate(-50%);
    -webkit-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -moz-transform:translate(-50%);
    -o-transform:translate(-50%);
    -khtml-transform:translate(-50%);
    width: 100%;
    height: calc(90% - 5px);
    padding: 15px;
    transition: all 0.2s ease-in-out;
}
.wsk-cp-img img {
    width:100%;
    width: -webkit-fill-available;
    height: inherit;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
    border-radius:6px;
}

.wsk-cp-product {
    height:300px;
}
.wsk-cp-text{
    padding-top:170px;
}
.wsk-cp-text .category {
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:10px;
    margin-bottom:30px;
    position:relative;
    transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > * {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);  
}
.wsk-cp-text .category > span {
    padding: 12px 30px;
    border: 1px solid #313131;
    background:#212121;
    color:#fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius:27px;
    transition: all 0.05s ease-in-out;
}

.wsk-cp-text .title-product {
    text-align:center;
}
.wsk-cp-text .title-product h3 {
    font-weight:bold;
    margin:0 auto;
    overflow: hidden;
    white-space: break-spaces;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    width: 100%;
}

.wsk-cp-text .description-prod p {
    margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
    text-align:center;
    width: 100%;
    height:62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
}


.wsk-cp-product:hover .wsk-cp-img {
    top:-30px;
}
.wsk-cp-product:hover .wsk-cp-img img {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-product:hover .wsk-cp-text .category > span {
    border-color:#ddd;
    box-shadow: none;
    padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category {
    margin-top: 0px;
}

@media screen and (max-width: 191px) {
    .wsk-cp-product {
        margin:30px auto;
    }
    .wsk-cp-product .wsk-cp-img {
        top:-30px;
    }
    .wsk-cp-product .wsk-cp-img img {
        box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    }
    .wsk-cp-product .wsk-cp-text .category > span {
        border-color:#ddd;
        box-shadow: none;
        padding: 11px 28px;
    }
    .wsk-cp-product .wsk-cp-text .category {
        margin-top: 0px;
    }
}