/* Featured Categories */
#featured-categories .container {
    width:1073px;
}
#featured-categories .blocktitle {
    width:100%;
    max-width:655px;
    padding: 15px 23px 12px 23px;
}
#featured-categories .blocktitle p,
#featured-categories .blocktitle .p {
    font-size: 41px;
    top: -25px;
}
#featured-categories .blocktitle h3,
#featured-categories .blocktitle .h3 {
    font-size:42px;
}
#featured-categories .button {
    font-size: 24px;
    width: 175px;
    height: 50px;
    line-height: 54px;
    margin:30px auto;
}
#featured-categories .swiper-button-prev,
#featured-categories .swiper-button-next {
    background: #fff url("../../images/redesign/icon-arrow.png") no-repeat center;
    background-size:7px 11px;
    width:35px;
    height:35px;
    border:1px solid #e4e4e4;
    border-radius:50%;
    top:42%;
}
#featured-categories .swiper-button-next {
    transform:scale(-1);
    right:-25px;
}
#featured-categories .swiper-button-prev {
    left:-25px;
}
#featured-categories a p {
    font-size:25px;
    padding:6px 10px 4px 10px;
}

#featured-categories a:hover p {
    background-color:var(--dark-blue);
    color:var(--white) !important;
}

#featured-categories .image {
    width:193px;
    height:193px;
    background-color:#f1f1f1;
    border:4px solid #f1f1f1;
    transition: all 0.2s ease-in-out;
}

#featured-categories a:hover .image {
    border-color:var(--green);
}

#featured-categories .image img {
    max-width:82%;
    max-height: 65%;
    transition: all 0.2s ease-in-out;
}

#featured-categories a:hover .image img {
    transform:scale(1.2);
}

@media screen and (max-width: 1120px) {
    #featured-categories .swiper-button-next {
        right:5px;
    }
    #featured-categories .swiper-button-prev {
        left:5px;
    }
}

@media screen and (max-width: 567px) {
    #featured-categories .blocktitle {
        padding: 10px 20px 8px 20px;
    }
    #featured-categories .blocktitle p,
    #featured-categories .blocktitle .p {
        font-size: 28px;
        top: -17px;
    }
    #featured-categories .blocktitle h3,
    #featured-categories .blocktitle .h3 {
        font-size: 33px;
    }
    #featured-categories .button {
        margin:20px auto;
    }
}

/* Weekly Deals */
#weekly-deals {
    padding-top: 35px;
    padding-bottom: 46px;
    /* background-color: #f0f0f0; */
}

#weekly-deals .container {
    width: 1035px;
}

#weekly-deals .blocktitle {
    padding: 15px 50px 5px 50px;
}

#weekly-deals .blocktitle p,
#weekly-deals .blocktitle .p {
    font-size: 45px;
    top: -27px;
}

#weekly-deals .blocktitle p span,
#weekly-deals .blocktitle .p span {
    /* background-color: #f0f0f0; */
}


#weekly-deals .blocktitle dotlottie-player {
    right: -37px;
    top: -4px;
    width: 55px;
}

#weekly-deals .fp-text h2,
#weekly-deals .fp-text .h2 {
    font-family: 'mr-eaves-xl-modern';
}

#weekly-deals .title {
    font-size: 64px;
    line-height: 1.421875em;
}

#weekly-deals .box .h2 {
    font-size: 30px;
}
#weekly-deals .box h3, 
#weekly-deals .box .h3 {
    font-size: 17px;
    line-height: 1.12em;
    position: relative;
}


#weekly-deals .fp-price {
    font-size: 21px;
}

#weekly-deals .fp-price span {
    font-size: 36px;
}

#weekly-deals .fp-price sup {
    font-size: 60%;
    top: -0.4em;
}

#weekly-deals .items {
    margin: 40px auto 0 auto;
}

#weekly-deals .item {
    height: 205px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

#weekly-deals .box .button {
    font-size: 17px;
    height: 37px;
    line-height: 37px;
    width: 152px;
}

#weekly-deals .fp-text {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 27px;
    padding-top: 22px;
    padding-bottom: 18px;
}
#weekly-deals .fp-text h2 .weekly {
    font-size: 21px;
}

#weekly-deals .fp-image.full-image {
    flex-grow: 1;
    overflow: hidden;
}

#weekly-deals .fp-image.full-image>img {
    width: auto;
    height: auto;
}

#weekly-deals .fp-image.full-image>img.contain {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

#weekly-deals .fp-image.full-image>img.cover {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
@media screen and (max-width: 768px) {
    #weekly-deals .blocktitle {
        padding: 10px 25px 5px 25px;
    }
    #weekly-deals .blocktitle p,
    #weekly-deals .blocktitle .p {
        font-size:28px;
        top:-18px;
    }
    #weekly-deals .blocktitle dotlottie-player {
        right: -24px;
        top: -2px;
        width:36px;
    }
    #weekly-deals .blocktitle h3,
    #weekly-deals .blocktitle .h3 {
        font-size: 34px;
    }
    #weekly-deals .box {
        flex-direction: column;
        align-items: center;
    }

    #weekly-deals .fp-text {
        order: 1;
    }
    #weekly-deals .item {
        height: auto;
        min-width: 230px;
        margin-right: 30px !important;
    }

    #weekly-deals .fp-image {
        margin: 0;
        padding: 20px 0 0 0;
        width: 100%;
        height: 180px;
    }
    #weekly-deals .fp-image img {
        width: auto;
        max-height: calc(100% - 20px);
    }
}

@media screen and (max-width: 567px) {
    #weekly-deals .blocktitle dotlottie-player {
        right: -14px;
    }
}

@media screen and (max-width: 380px) {
    #weekly-deals .blocktitle h3,
    #weekly-deals .blocktitle .h3 {
        font-size: 9vw;
    }
    #weekly-deals .blocktitle dotlottie-player {
        right: -17px;
    }
}
@media screen and (max-width: 380px) {
}

/* Perks */
#perks .inner {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url("../../images/redesign/bg-perks.webp");
    background-image: -webkit-image-set(url("../../images/redesign/bg-perks.webp") 1x, url("../../images/redesign/bg-perks@2x.webp") 2x);
}

#perks .col-6 {
    background-repeat: no-repeat;
    background-image: url("../../images/redesign/bg-perks-left.webp");
    background-image: -webkit-image-set(url("../../images/redesign/bg-perks-left.webp") 1x, url("../../images/redesign/bg-perks-left@2x.webp") 2x);
    background-position: right;
}

#perks p {
    font-size: 29px;
}

#perks .button {
    font-size: 24px;
    width: 175px;
    height: 50px;
    line-height: 54px;
}

@media screen and (max-width: 768px) {
    #perks {
        margin: 0;
    }

    #perks .container {
        padding: 0;
    }

    #perks .col-6 {
        width: 100%;
        background-image: url("../../images/redesign/bg-perks-left-m.webp");
        background-image: -webkit-image-set(url("../../images/redesign/bg-perks-left-m.webp") 1x, url("../../images/redesign/bg-perks-left-m@2x.webp") 2x);
        background-size: cover;
    }

    #perks p {
        font-size: 25px;
    }

    #perks .col-6 img {
        width: 190px;
    }
}

@media screen and (max-width: 567px) {
    #weekly-deals .fp-price {
        font-size: 18px;
    }

    #weekly-deals .fp-price span {
        font-size: 30px;
    }

    #weekly-deals .box h3,
    #weekly-deals .box .h3 {
        font-size: 15px;
        margin-bottom: 1.5rem;
    }

    #weekly-deals .box .button {
        font-size: 15px;
        height: 31px;
        line-height: 31px;
        width: 120px;
        margin-top: auto;
        margin-bottom: 0;
    }

    #weekly-deals .fp-text {
        padding-left: 17px;
        padding-top: 15px;
        padding-bottom: 30px;
        width: 90%;
        flex-direction: column;
        justify-content: flex-start;
    }
}

/* Promise */
#promise .subtitle {
    font-size: 20px;
    max-width: 754px;
}

#promise .item {
    border-radius: 40px;
}

#promise .container {
    width: 1280px;
}

#promise .button {
    font-size: 24px;
    width: 175px;
    height: 50px;
    line-height: 54px;
}

#promise h4,
#promise p {
    color: #222;
}

#promise h4 {
    font-size: 22px;
}

#promise .item {
    background-color: #f0f0f0;
    padding: 30px 5px;
}

#promise .item p {
    font-size: 16px;
}


@media screen and (max-width: 992px) {
    #promise .items {
        flex-wrap: wrap;
    }

    #promise .item {
        width: calc(50% - 1rem);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 567px) {
    #promise {
        margin: 45px 0 0 0;
    }

    #promise .subtitle {
        font-size: 18px;
    }

    #promise .item {
        background: transparent;
        align-items: flex-start;
        text-align: left;
        padding: 0 0 32px 0;
        margin: 0;
    }

    #promise .item:last-child {
        padding-bottom: 0;
    }

    #promise .item .flex {
        align-items: flex-start;
        flex-direction: row;
    }

    #promise .item p {
        color: #000;
    }

    #promise h4 {
        margin: 0;
        padding: 0;
    }

    #promise .image {
        padding-right: 27px;
    }

    #promise .item img {
        width: 63px;
    }

    #promise .col-3 {
        width: 100%;
    }

    #promise .items {
        margin-top: 40px;
    }
}



/* Serving */
#serving .container {
    position: relative;
}

#serving .serving-inner {
    background-repeat: no-repeat;
    background-image: url("../../images/redesign/bg-serving.webp");
    background-image: -webkit-image-set(url("../../images/redesign/bg-serving.webp") 1x, url("../../images/redesign/bg-serving@2x.webp") 2x);
    background-position: center;
    padding: 18px 40px 40px 40px;
    flex-basis: 600px;
    flex-shrink: 0;
}

#serving h3 {
    font-size: 31px;
}

#serving h3 span {
    font-size: 54px;
}

#serving p {
    font-size: 18px;
    max-width: 418px;
}

#serving .button {
    height: 50px;
    line-height: 54px;
    padding: 0 38px;
    font-size: 19px;
}

#serving .button:hover {
    color: var(--orange);
}

#serving .image img {
    object-fit: cover;
}

#serving .bulb-desktop {
    left: -34px;
    top: 51px;
}

@media screen and (max-width: 768px) {
    #serving .wrapper {
        flex-wrap: wrap;
    }

    #serving .container {
        padding: 0;
    }

    #serving .wrapper>* {
        flex-basis: 100%;
    }

    #serving .image {
        order: 1;
        position: relative;
    }

    #serving .serving-inner {
        order: 2;
        position: relative;
    }

    #serving .image img {
        width: 100%;
    }

    #serving .bulb-mobile {
        left: 19px;
        top: -65px;
    }
}

@media screen and (max-width: 567px) {
    #serving {
        margin-top: 48px;
    }

    #serving .serving-inner {
        padding: 14px 22px 34px 22px;
    }

    #serving h3 {
        font-size: 27px;
        margin-bottom: 3px;
    }

    #serving h3 span {
        font-size: 42px;
    }

    #serving p {
        font-size: 14px;
        line-height: 18px;
    }

    #serving .button {
        padding: 0 30px;
        font-size: 17px;
    }

    #serving .bulb-mobile {
        left: 9px;
        top: -69px;
    }
}

@media screen and (max-width: 370px) {
    #serving .bulb-mobile {
        left: 9px;
        top: -38px;
        width: 90px;
    }
}

/* Location */

#location h3 {
    font-size: 26px;
    color: #222;
}

#location p {
    font-size: 16px;
    color: #222;
}

#location form {
    max-width: 412px;
}

#location select {
    padding: 11px 0px 10px 13px;
    appearance: none;
    font-size: 18px;
}

#location .select button {
    background-size: 13px;
    width: 60px;
    background-color: var(--brand-pink);
    background-image: url(../../images/icons/icon-select-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    z-index: 1;
    text-align: center;
    height: 100%;
    border:0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

@media screen and (max-width: 567px) {
    #location {
        margin: 61px 0 67px 0;
    }

    #location br {
        display: none
    }

    #location p {
        font-size: 13px;
        max-width: 336px;
    }

    #location img {
        margin-bottom: 6px;
        max-width: 100px;
    }

    ;

    #location .photoshoot {
        display: block;
        padding-top: 15px
    }

    #location h3 {
        font-size: 22px;
        line-height: .9;
        margin-bottom: 10px;
    }

    #location form {
        margin-top: 22px;
        max-width: unset;
    }

    #location select {
        padding: 11px 0px 9px 16px;
        font-size: 12.5px;
    }

    #location .select::after {
        width: 50px;
    }
}