.mp-slider-item-image {
    max-height: 932px;
    overflow: hidden;
}

.mp-slider-wrapper {
    height: 932px;
    overflow: hidden;
}

.mp-slider {
    height: 932px;
    width: auto;
    overflow: hidden;
}

picture.mp-slider-item-image > img {
    height: 100%;
    width: auto;
}

.mp-slider-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.mp-slider-item-content-wrapper {
    width: 686px;
    top: 230px;
    position: absolute;
    left: calc(50% - 686px / 2);
}

.mp-slider-item-content {
    width: 100%;
    padding: 40px 80px;
    gap: 24px;
    background: rgba(232, 232, 232, 0.35);
    backdrop-filter: blur(2px);
}

.mp-slider-item-content-slogan {
    font-family: var(--headers-font-family);
    font-size: 50px;
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 134%;
    color: var(--default-text-color);
    text-transform: uppercase;
}

.mp-slider-item-content-slogan-small {
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: var(--font-weight-semilight);
    line-height: 28px;
}

.search-form {
    width: 350px;
    height: 48px;
    border-radius: 2px;
    border: none;
    background: var(--bg-main-color);
    display: flex;
    padding: 12px 14px;
    align-items: flex-start;
    gap: 8px;
    justify-content: space-between;
}

.search-icon, .clear-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.clear-icon {
    cursor: pointer;
}

.search-icon img, .clear-icon img {
    width: 100%;
    height: 100%;
}

input.search-field {
    height: 48px;
    margin-top: -12px;
    line-height: 48px;
    color: #3D3B36;
    padding: 0px;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: var(--font-weight-semilight);
}

input.search-field::placeholder {
    color: var(--default-text-color) !important;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--default-text-color);
}

.mp-slider-link-btn{
    min-width: 192px;
    max-width: 280px;
    height: 44px;
    padding: 9px 32px;
    gap: 10px;
    background: var(--brand-black-color);
    color: #fff;
    text-decoration: none;
    font-family: var(--headers-font-family);
    font-size: 15px;
    font-weight: var(--font-weight-bold);
    line-height: 26px;
    text-transform: uppercase;
}

.mp-slider-link-btn:hover{
    color: #fff;
}

.mp-text-section{
    margin: var(--default-vertical-margin) auto;
    max-width: 1030px;
    gap: 24px;
}

.mp-text-section-1{
    max-width: 854px;
}

.mp-product-type-tiles-section{
    flex-direction: row;
    gap: 16px;
    padding-bottom: var(--default-vertical-margin);
    width: 100%;
}

.mp-product-type-tiles-section.squared-list {
    flex-wrap: wrap;
}

.mp-product-types-item:not(.squared):nth-of-type(1), .mp-product-types-sub-item {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.mp-product-types-item:not(.squared):nth-of-type(2) {
    flex-direction: column;
}

.mp-product-types-item{
    width: 50%;
    gap: 16px;
}

.mp-product-types-item:not(.squared) .mp-product-types-sub-item {
    width: 50%;
}

.mp-product-types-row{
    flex-direction: row;
    gap: 16px;
}

.mp-product-types-item:nth-of-type(1) .mp-product-types-sub-item{
    width: 100%;
}

.product-type-item-label{
    min-width: 170px;
    min-height: 78px;
    padding: 19px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--bg-second-color);
    color: var(--default-text-color);
    position: absolute;
    right: 0px;
    top: calc(50% - 78px/2);
}

.product-type-item-label-text{
    font-family: var(--headers-font-family);
    font-weight: var(--font-weight-bold);
    font-size: 32px;
    line-height: 40px;
}

.mp-product-types-item.squared {
    position: relative;
    width: calc(100% / 3 - 11px);
}
.mp-product-types-item.squared .mp-product-types-sub-item {
    aspect-ratio: 1;
    overflow: hidden;
}

.bestsellers-section{
    padding: var(--default-vertical-margin) 0px;
}

.bestsellers-section-header{
    color: var(--default-text-color);
    font-family: var(--headers-font-family);
    font-size: 40px;
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 50px;
    margin-bottom: var(--default-product-cards-row-margin);
}

.how-to-place-an-order{
    gap: 40px;
    padding: var(--default-vertical-margin) 37px;
}

.how-to-place-an-order-text-cont{
    gap: 10px;
}

.how-to-place-an-order-list-cont{
    gap: 24px;
}

.how-to-place-an-order-list-group{
    width: 50%;
    gap: 24px;
}

.how-to-place-an-order-header{
    color: var(--default-text-color);
    text-align: center;
    font-family: var(--headers-font-family);
    font-size: 40px;
    font-weight: var(--font-weight-bold);
    line-height: 50px;
}

.how-to-place-an-order-text{
    color: var(--second-text-color);
    text-align: center;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: var(--font-weight-semilight);
    line-height: 26px;
}

.how-to-place-an-order-list-item-number{
    width: 40px;
    height: 47px;
}

.how-to-place-an-order-list-item {
    gap: 20px;
    width: 50%;
    padding: 16px;
}

.how-to-place-an-order-list-item-text {
    gap: 16px;
    flex-direction: column;
}

.how-to-place-an-order-list-item-text .list-item-header{
    color: var(--default-text-color);
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: var(--font-weight-regular);
    line-height: 28px;
}

.how-to-place-an-order-list-item-text .list-item-text{
    color: var(--second-text-color);
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: var(--font-weight-semilight);
    line-height: 24px;
}

.how-to-place-an-order-list-item-number img{
    width: 100%;
    height: 100%;
    position: relative;
    top: -10px;
}

.reviews-section{
    gap: 40px;
    padding: var(--default-vertical-margin) 0px;
}

.reviews-section-text-cont{
    gap: 10px;
}

.reviews-section-reviews-cont{
    gap: 16px;
    flex-direction: row;
}

.reviews-section-col{
    width: 50%;
    gap: 16px;
    flex-direction: column;
}

.reviews-section-item{
    width: 100%;
}

.reviews-section-row{
    gap: 16px;
}

.reviews-section-row .reviews-section-item{
    width: 50%;
}

.reviews-section-btn-cont{

}

.custom-photo-canvas-section{
    gap: 77px;
    background: linear-gradient(180deg, #CECBC4 0%, #CCC9C2 24.34%, #CCC9C2 54.07%, #C9C6BF 84.09%, #C5C2BB 100%);
}

.collaboration-section {
    background: url(/img/redesign/collaboration-form-bg-desktop.jpg) center center no-repeat;
    background-size: cover;
    padding: 105px 0px;
}

.collaboration-section-text {
    max-width: 1187px;
}

.collaboration-section-text-wrapper{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.collaboration-section-text-wrapper .collaboration-section-text{
    color: var(--second-text-color);
    text-align: center;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: var(--font-weight-semilight);
    line-height: 26px;
}

.custom-photo-canvas-banner {
    width: 43%;
}

.custom-photo-canvas-section-text-list{
    display: flex;
    padding: 25px 8px;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}

.collaboration-section-text-list{
    flex-direction: row;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin: 40px 0px;
}

.list-item-text-wrapper {
    gap: 16px;
    flex-direction: column;
}

.custom-photo-canvas-section-text-list-item .list-item-text,
.collaboration-section-text-list-item .list-item-text{
    color: var(--default-text-color);
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: var(--font-weight-semilight);
    line-height: 26px;
}

.custom-photo-canvas-section-text-list-item .list-item-icon,
.collaboration-section-text-list-item .list-item-icon{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0px 8px 12px 0px;
    align-items: center;
    background: #C4BDB3;
}

.custom-photo-canvas-section-text-list-item {
    gap: 20px;
    align-items: center;
}

.collaboration-section-text-list-item{
    gap: 20px;
    display: flex;
    padding: 16px;
    flex-direction: row;
    align-items: flex-start;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.30);
    width: 33%;
    min-height: 150px;
}

.collaboration-section-wrapper-bottom{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.collaboration-section-text-bottom, .list-item-text-header {
    color: var(--text-main-color);
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: var(--font-weight-regular);
    line-height: 28px;
}

.list-item-text-text {
    color: var(--second-text-color);
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: var(--font-weight-semilight);
    line-height: 24px;
}

.list-item-icon img {
    width: 40px !important;
    height: 40px !important;
    max-width: none !important;
    max-height: none !important;
    top: -8px;
    left: -8px;
    position: relative;
}

.custom-photo-canvas-section-text-header.mp-text-section-header,
.collaboration-section-text-header.mp-text-section-header{
    font-size: 40px;
    line-height: 50px;
}

.custom-photo-canvas-section-text-btn {
    align-items: flex-start;
    display: flex;
    width: 100%;
}

.mp-product-types-item:not(.squared):not(.tiles-squared):nth-of-type(1) .mp-product-types-sub-item {
    width: 100%;
    aspect-ratio: 1.5;
    overflow: hidden;
}
.mp-product-types-item.tiles-squared:not(.squared):nth-of-type(1) .mp-product-types-sub-item {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.mp-product-types-item:not(.tiles-squared) .mp-product-types-row .mp-product-types-sub-item {
    width: 100%;
    aspect-ratio: 1.5;
    overflow: hidden;
}
.mp-product-types-item.tiles-squared .mp-product-types-row .mp-product-types-sub-item {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

picture.d-flex.flex-center.flex-fill.reviews-section-item-image {
    height: 100%;
    object-fit: cover;
    display: block;
}

picture.d-flex.flex-center.flex-fill.reviews-section-item-image img {
    width: 100%;
    height: auto;
}

@media (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 1440px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px) {
    .mp-product-type-tiles-section {
        width: 100%;
    }
    .mp-product-type-tiles-section:not(.squared-list) {
        padding: 0px 0px var(--default-vertical-margin);
    }
    .mp-product-type-tiles-section.squared-list {
        padding: 0 0 var(--default-vertical-margin);
    }
}

/*condition for 3 columns on Mac, if needed*/
@media (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 1024px) and (max-width: 1439px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px) and (max-width: 1919px) {

    /*.mp-slider-wrapper,.mp-slider {*/
    /*    height: 698px;*/
    /*}*/

    /*.mp-slider-item-image {*/
    /*    max-height: 698px;*/
    /*}*/

    .mp-slider-item-content-wrapper {
        top: 112px;
    }

    .mp-slider-item-content-slogan-small {
        font-size: 18px;
        font-weight: var(--font-weight-regular);
    }

    .mp-text-section-1{
        max-width: 683px;
    }

    .how-to-place-an-order{
        gap: 40px;
    }

    .how-to-place-an-order-text-cont{
        gap: 10px;
    }

    .how-to-place-an-order-list-cont{
        gap: 12px;
    }

    .reviews-section {
        padding: var(--default-vertical-margin) 0px;
    }

    .collaboration-section {
        background: url(/img/redesign/collaboration-form-bg-desktop.jpg) center top;
        padding: 60px;
    }

    .collaboration-section-text {
        max-width: auto;
    }

}

@media (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 768px) and (max-width: 1023px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1023px) {
    .mp-slider-wrapper,.mp-slider {
        height: 698px;
    }

    .mp-slider-item-image {
        max-height: 698px;
        overflow: hidden;
    }

    .mp-slider-item-content {
        padding: 40px 15px;
    }

    .mp-slider-item-content-wrapper {
        width: calc(100% - 82px);
        top: 163px;
        left: 41px;
    }

    .mp-slider-item-content-slogan {
        font-size: 40px;
        line-height: 125%;
    }

    .mp-slider-item-content-slogan-small {
        font-size: 18px;
        font-weight: var(--font-weight-regular);
        line-height: 28px;
    }

    .mp-text-section{
        max-width: 100%;
        gap: 10px;
    }

    .mp-text-section-1{
        max-width: 100%;
    }

    .mp-text-section-1 .mp-text-section-header {
        font-size: 20px;
        line-height: 30px;
    }

    .mp-product-type-tiles-section:not(.squared-list) {
        flex-direction: column;
    }

    .mp-product-types-item:not(.squared) {
        width: 100%;
    }

    .how-to-place-an-order{
        gap: 24px;
        padding: var(--default-vertical-margin) 20px;
    }

    .how-to-place-an-order-header{
        font-size: 32px;
        line-height: 40px;
    }

    .how-to-place-an-order-list-cont{
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .how-to-place-an-order-list-group{
        gap: 12px;
        width: 100%;
    }

    .how-to-place-an-order-list-item {
        width: 50%;
    }

    .reviews-section-col{
        width: 100%;
    }

    .reviews-section-reviews-cont{
        flex-direction: column;
    }

    .reviews-section {
        padding: var(--default-vertical-margin) 0px;
    }

    .bestsellers-section-header {
        font-size: 32px;
        line-height: 40px;
    }

    .custom-photo-canvas-banner{
        display: none;
    }

    .custom-photo-canvas-section{
        min-height: 528px;
    }

    .custom-photo-canvas-section-text {
        width: 100%;
    }

    .d-flex.flex-column.flex-center.custom-photo-canvas-section-text {
        width: 100%;
        padding: 0px 83px;
    }

    .custom-photo-canvas-section-text-header.mp-text-section-header,
    .collaboration-section-text-header.mp-text-section-header{
        width: 100%;
    }

    .custom-photo-canvas-section-text-header.mp-text-section-header,
    .collaboration-section-text-header.mp-text-section-header {
        font-size: 32px;
        line-height: 40px;
    }

    .reviews-section-text-cont .mp-text-section-header{
        font-size: 32px;
        line-height: 40px;
    }

    .how-to-place-an-order-list-item-text .list-item-header{
        font-size: 16px;
        line-height: 26px;
    }

    .collaboration-section {
        background: #f0efeb;
        padding: 60px 20px;
    }

    .collaboration-section-text {
        max-width: auto;
    }

    .collaboration-section-text-bottom, .list-item-text-header {
        font-size: 16px;
        line-height: 26px;
    }

    .collaboration-section-text-list-item{
        flex-direction: column;
    }

    .collaboration-section-text-list-item, .list-item-text-wrapper{
        gap: 8px;
    }
}

@media (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 320px) and (max-width: 767px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) and (max-width: 767px) {
    .mp-slider-wrapper,.mp-slider {
        height: 698px;
    }

    .mp-slider-item-content-slogan p {
        word-break: break-word;
    }

    .mp-slider-item-content {
        padding: 40px 15px;
    }

    .mp-slider-item-image {
        max-height: 698px;
        overflow: hidden;
    }

    .mp-slider-item-content{
        min-height: 390px;
    }

    .mp-slider-item-content-wrapper {
        width: calc(100% - 42px);
        top: 105px;
        left: 21px;
    }

    .mp-slider-item-content-slogan {
        font-size: 32px;
        line-height: 125%;
    }

    .mp-slider-item-content-slogan-small {
        font-size: 16px;
        font-weight: var(--font-weight-semilight);
        line-height: 26px;
    }

    .search-form-parent-element {
        max-width: 100%;
    }

    .search-form {
        width: 311px;
    }

    .mp-text-section{
        max-width: 100%;
        gap: 10px;
    }

    .mp-text-section-1 .mp-text-section-header {
        font-size: 18px;
        line-height: 28px;
    }

    .mp-text-section-text {
        font-size: 14px;
        line-height: 24px;
    }

    .mp-text-section-1{
        max-width: 100%;
        padding: 0px 21px;
    }

    .bestsellers-section-header {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .mp-product-type-tiles-section:not(.squared-list) {
        flex-direction: column;
    }

    .mp-product-types-row{
        flex-direction: column;
    }

    .mp-product-types-sub-item,
    .mp-product-type-tiles-section .mp-product-types-item:not(.squared) .mp-product-types-sub-item{
        width: 100%;
    }

    .mp-product-types-item {
        width: 100%;
    }

    .product-type-item-label{
        min-width: 100px;
        min-height: 50px;
        padding: 10px 16px;
        top: calc(50% - 50px/2);
    }

    .product-type-item-label-text{
        font-size: 20px;
        line-height: 30px;
    }

    .how-to-place-an-order{
        gap: 24px;
        margin: var(--default-product-cards-row-margin) 16px;
        padding: 0px;
    }

    .how-to-place-an-order-text-cont {
        padding: 0px 10px;
    }

    .how-to-place-an-order-header{
        font-size: 20px;
        line-height: 30px;
    }

    .how-to-place-an-order-text{
        font-size: 14px;
        line-height: 24px;
    }

    .how-to-place-an-order-list-cont{
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .how-to-place-an-order-list-group{
        gap: 16px;
        width: 100%;
        flex-direction: column;
    }

    .how-to-place-an-order-list-item {
        width: 100%;
    }

    .reviews-section-col, .reviews-section-row .reviews-section-item {
        width: 100%;
    }

    .reviews-section {
        padding: var(--default-vertical-margin) 0px;
    }

    .reviews-section-reviews-cont, .reviews-section-row{
        flex-direction: column;
    }

    .custom-photo-canvas-banner{
        display: none;
    }

    .custom-photo-canvas-section {
        padding: 52px 0px;
    }

    .custom-photo-canvas-section-text {
        width: 100%;
    }

    .d-flex.flex-column.flex-center.custom-photo-canvas-section-text {
        width: 100%;
        padding: 0px 15px;
    }

    .custom-photo-canvas-section-text-header.mp-text-section-header,
    .collaboration-section-text-header.mp-text-section-header{
        width: 100%;
    }

    .custom-photo-canvas-section-text-header.mp-text-section-header,
    .collaboration-section-text-header.mp-text-section-header {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        width: auto;
    }

    .custom-photo-canvas-section-text-list-item .list-item-text{
        font-size: 14px;
        line-height: 24px;
    }

    .reviews-section-text-cont .mp-text-section-header{
        font-size: 20px;
        line-height: 30px;
    }

    .how-to-place-an-order-list-item-text .list-item-header{
        font-size: 16px;
        line-height: 26px;
    }

    .reviews-section{
        gap: 24px;
    }

    .reviews-section-reviews-cont {
        gap: 16px;
        padding: 0;
    }

    .custom-photo-canvas-section-text-btn {
        width: auto;
    }

    .collaboration-section {
        background: #f0efeb;
        padding: 40px 16px;
    }

    .collaboration-section-text {
        max-width: none;
    }

    .collaboration-section-text-list-item {
        gap: 16px;
        flex-direction: column;
        width: 100%;
    }

    .collaboration-section-text-list {
        flex-direction: column;
        gap: 12px;
        margin: 16px 0px;
    }

    .collaboration-section-text-wrapper .collaboration-section-text {
        font-size: 14px;
        line-height: 24px;
    }

    .collaboration-section-text-list-item, .list-item-text-wrapper{
        gap: 8px;
    }

    .collaboration-section-text-bottom, .list-item-text-header {
        font-size: 14px;
        line-height: 24px;
    }

    .collaboration-section-text-bottom{
        text-align: center;
    }

    .collaboration-popup-btn{
        width: 100%;
    }

    @media (max-width: 650px) {
        .mp-product-type-tiles-section.squared-list {
            flex-direction: column;
        }
        .mp-product-types-item.squared {
            width: 100%;
        }
    }
    @media (max-width: 374px) {
        .mp-slider-item-content-slogan {
            font-size: 24px;
        }
    }
}
