/*Shop Page*/
.fresh-shop-header {
    background-image: url('../images/woo-page/shop-header.jpg');
    /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, rgba(175, 0, 87, 0.56) 63.02%, rgba(217, 217, 217, 0.00) 100%);*/
    background-size: cover;
    padding: 177px 0;
    background-repeat: no-repeat;
    background-position: 0 35%;
    position: relative;
}

.fresh-shop-header::after {
    /*content:'';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, rgba(175, 0, 87, 0.56) 63.02%, rgba(217, 217, 217, 0.00) 100%);*/
    /*opacity: 0.5*/
}

.fresh-shop-header__shop-title {
    font-family: 'sunflora';
    font-size: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 106.6px */
    color: #fff;
    margin-bottom: 24px;
}

.fresh-shop-header__shop-excerpt {
    font-family: 'circular-book';
    font-size: 28px;
    font-style: normal;
    font-weight: 450;
    line-height: 168%; /* 47.04px */
    color: #fff;
}

.ld-shop-topbar,
.ld-shop-topbar.fullwidth {
    display: none;
}

.fresh-shop-page-title {
    color: #181B31;
    font-family: Sunflora;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 100% */
    margin-top: 125px;
    margin-bottom: 48px;
}

.fresh-shop-explore {
    padding: 120px 0;
    background: linear-gradient(94deg, #5E0035 0%, #950952 46.65%);
}

.fresh-shop-explore-title,
.fresh-shop-explore-card__title,
.fresh-shop-explore-card__description {
    color: #fff;
}

.fresh-shop-explore-card__image-wrapper,
.fresh-shop-explore-card__title,
.fresh-shop-explore-card__description,
.fresh-shop-explore-card__cta-wrapper {
    margin-bottom: 25px;
}

.fresh-shop-explore-title {
    font-size: 36px;
    font-family: 'sunflora';
    font-weight: 400;
    line-height: 36px; /* 100% */
    margin-bottom: 32px;
}

.fresh-shop-explore-card__image-wrapper img {
    width: 100%;
}

.fresh-shop-explore-card__title {
    font-size: 30px;
    font-family: 'sunflora';
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 120% */
}

.fresh-shop-explore-card__description {
    font-size: 19px;
    font-family: 'Avenir';
    font-weight: 400;
    line-height: normal;
}

.fresh-shop-explore-card__cta {
    font-family: 'circular-book';
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    border: 1px solid #fff;
    color: #fff;
    padding: 17px 30px;
    display: inline-block;
}

.fresh-shop-explore-card__cta:hover {
    background:#d74692;
    border:1px solid #d74692;
    color:#fff;
}