h1.main-page-title.page-title {
    text-align: center
}

.d-none {
    display: none
}

@media (max-width: 768px) {

    .product .grid__item.product__media-wrapper,
    .product .grid__item.product__info-wrapper {
        width: 100%
    }
}

sticky-header.header-wrapper {
    box-shadow: 0 2px 4px #00000047
}

.page-page-about-us h1.main-page-title {
    text-align: center
}

.product-form__buttons>.button {
    font-size: 20px;
    font-weight: 700;
    min-height: 60px
}

html {
    scroll-behavior: smooth
}

body. html {
    font-family: Montserrat, sans-serif
}

#ywvaccordion {
    border-top: .1rem solid rgba(var(--color-foreground), .08)
}

.btnaccordion {
    font-family: Montserrat, sans-serif;
    margin: 0;
    word-break: break-word;
    cursor: pointer;
    width: 100%;
    transition: .4s;
    outline: none;
    color: #000;
    text-align: left;
    font-size: 15px;
    min-height: 1.6rem;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
    padding: 1.5rem 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 19.5px
}

a.btnaccordion {
    width: 100%;
    color: #000;
    display: inline-block;
    text-decoration: none
}

.btnaccordion:after {
    font-family: Montserrat, sans-serif;
    content: "+";
    color: rgba(var(--color-foreground), .75);
    position: absolute;
    right: 15px;
    font-size: 10px
}

.btnaccordion.active {
    border: 0px
}

.btnaccordion.active:after {
    content: "\f068"
}

#ywvaccordion .panel {
    font-family: Montserrat, sans-serif;
    padding: 0 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 28.8px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out
}

#ywvaccordion .panel p {
    margin-top: 0;
    padding-top: 5px
}

.mainrepeaterwrap {
    max-width: 350px;
    width: 350px;
    padding: 15px;
    margin-top: 25px;
    padding-left:0px;
    padding-right:0px;
}

.custom-repeater {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px
}

.repeater-block {
    width: 47%;
    max-width: 50%;
    text-align: center;
    padding: 5px 10px 8px;
    max-height: 150px;
    margin-bottom: 15px
}

.repeaterimgwrap {
    height: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.repeater-block img {
    max-width: 100%
}

.repeater-block p {
    padding: 0;
    margin: 0
}

.repeater-block a {
    color: #000;
    text-decoration: none;
    font-size: 12.5px
}

.repeater-block:hover,
.repeater-block.active {
    box-shadow: 3px 3px 7px #002d4729;
    z-index: 2;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media screen and (min-width: 1700px) {
    .repeater-block a {
        font-size: 14px
    }
}

#mainprodcollection .page-width {
    width: 100%;
    max-width: 100%
}

#mainprodcollection {
    display: flex
}

.maincollectioncontent {
    width: 100%
}

.sidebar-title {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #333;
    padding: 15px 0;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0
}

#navsidebar {
    display: none
}

.collectiondescription img {
    max-width: 100%
}

.collectiondescription {
    margin-bottom: 30px
}

.ywv-uvp-icons-wrap .icon-block {
    margin-bottom: 10px
}

.product__info-container .badge.price__badge-sale {
    display: none
}

.product__info-container .price__sale s.price-item--regular {
    font-size: 20px
}

.product__info-container .price__sale .price-item--sale {
    font-size: 25px
}

.stamped-badge-caption,
.stamped-badge-caption span {
    font-size: 15px
}

.fa-star-half-o:before,
.fa-star-o:before,
.fa-star:before,
.stamped-fa-star-half-o:before,
.stamped-fa-star-o:before,
.stamped-fa-star:before {
    font-size: 25px
}

.product__title {
    margin-bottom: 0
}

.stamped-product-reviews-badge,
.price.price--show-badge {
    margin-top: -15px
}

section.product__info-container .product-form {
    margin-bottom: 0
}

section.product__info-container .ywv-faq-wrap {
    margin-top: -5px
}

.recently-viewed-wrapper .heading {
    font-size: 30px
}

#recent_view_slider {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

#recent_view_slider.fullcarousel {
    width: 96%;
    max-width: 96%
}

#recent_view_slider .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%
}

#recent_view_slider .owl-nav button.owl-next .owl-nav-img,
#recent_view_slider .owl-nav button.owl-prev .owl-nav-img {
    width: 50px
}

#recent_view_slider .owl-nav button.owl-prev {
    position: absolute;
    left: -20px
}

#recent_view_slider .owl-nav button.owl-next {
    position: absolute;
    right: -20px
}

#recent_view_slider .item a img {
    margin-left: auto;
    margin-right: auto
}

#recent_view_slider .owl-prev,
#recent_view_slider .owl-next {
    height: 60px !important;
    width: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff25 !important;
    box-shadow: 6px 6px 14px #002d4729 !important;
    border-radius: 4px !important;
    transition: background .15s ease-in-out
}

#recent_view_slider .owl-prev:hover,
#recent_view_slider .owl-next:hover {
    box-shadow: 6px 6px 14px #002d4729 !important;
    background: #fff !important
}

#recent_view_slider .owl-prev img {
    transform: rotate(180deg)
}

#recent_view_slider .owl-prev img,
#recent_view_slider .owl-next img {
    height: 22px;
    width: 12px
}

@media screen and (max-width: 768px) {

    #recent_view_slider .owl-prev,
    #recent_view_slider .owl-next {
        height: 40px !important;
        width: 40px !important
    }
}

@media (max-width: 767px) {

    #recent_view_slider .owl-prev img,
    #recent_view_slider .owl-next img {
        height: 13px !important;
        width: 7px !important
    }
}

@media only screen and (max-width: 1200px) {
    .repeater-block {
        width: 47%
    }

    .sidebar-title {
        margin-top: 0
    }

    .maincollectioncontent .page-width {
        margin-left: 0
    }

    .repeaterimgwrap {
        height: 80px
    }

    section.grid-gallery-wallpaper .lifestyleGrid {
        grid-gap: 2px
    }

    .recently-viewed-wrapper .heading {
        font-size: 30px
    }

    #MainContent .product-form__buttons {
        max-width: 100%
    }

    #MainContent .product-form__buttons .product-form__submit {
        width: 100%
    }
}

@media only screen and (max-width: 990px) {
    section.grid-gallery-wallpaper .lifestyleGrid {
        grid-gap: 2px
    }

    .recently-viewed-wrapper .heading {
        font-size: 30px
    }
}

@media only screen and (max-width: 768px) {

    html,
    body {
        overflow-x: hidden
    }

    #recent_view_slider {
        width: 90%
    }

    #recent_view_slider .owl-nav button.owl-prev img.owl-nav-img,
    #recent_view_slider .owl-nav button.owl-next img.owl-nav-img {
        width: 30px
    }

    #recent_view_slider .owl-nav button.owl-prev {
        position: absolute;
        left: -15px
    }

    #recent_view_slider .owl-nav button.owl-next {
        position: absolute;
        right: -15px
    }

    #recent_view_slider .productTitle {
        line-height: 18px;
        font-size: 14px
    }

    .shipping-flow-chart-wrapper .step-wrapper {
        max-width: 100px
    }

    .shipping-flow-chart-container .subtitle {
        white-space: wrap !important;
        font-size: 12px !important
    }

    .product__info-container .price__sale s.price-item--regular {
        font-size: 15px
    }

    .product__info-container .price__sale .price-item--sale {
        font-size: 18px
    }

    .fa-star-half-o:before,
    .fa-star-o:before,
    .fa-star:before,
    .stamped-fa-star-half-o:before,
    .stamped-fa-star-o:before,
    .stamped-fa-star:before {
        font-size: 18px
    }

    .stamped-badge-caption,
    .stamped-badge-caption span {
        font-size: 14px
    }

    .ywv-uvp-icons-wrap .icon-block img.i-img {
        width: 60px;
        height: 60px;
        max-width: 60px;
        max-height: 60px
    }

    .ywv-uvp-icons-wrap .icon-block .i-txt {
        font-size: 16px
    }

    section.grid-gallery-wallpaper .lifestyleGrid {
        grid-gap: 2px
    }

    .header--mobile-left .header__heading,
    .header--mobile-left .header__heading-link {
        justify-self: center
    }

    #Details-menu-drawer-container {
        min-width: 90px
    }

    .recently-viewed-wrapper .heading {
        font-size: 30px !important;
        padding: 15px 0;
        margin: 0 !important;
        letter-spacing: 2.5px !important
    }
}

@media only screen and (max-width: 480px) {
    #MainContent .product-form__buttons .product-form__submit {
        width: calc(100% + 20px);
        margin-left: -10px
    }

    .recently-viewed-wrapper .heading {
        max-width: 400px;
        margin: 0 auto !important;
        width: 100%
    }
}

.horizontal-scroll {
    transition: all .3s ease-in-out;
    color: #0000;
    scrollbar-width: thin
}

.horizontal-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.horizontal-scroll::-webkit-scrollbar-track-piece {
    background: #0000;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    background: currentColor;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

h3 {
    color: #000 !important
}

.whyshopwithus-wrapper.container {
    text-align: center
}

.shopwithus-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px
}

.shopwithus-bxm img {
    display: block;
    margin: 0 auto 35px;
    height: 100px
}

.showithus-content {
    line-height: 18px;
    font-size: 15px;
    font-weight: 800;
    color: #000
}

.shopwithus-title h3 {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px
}

.whyshopwithus-wrapper.container {
    padding-top: 40px
}

.mobile-shop-with-us {
    display: none
}

@media (max-width: 1130px) {
    .shopwithus-bxm img {
        display: block;
        margin: 0 auto 35px;
        height: 78px
    }
}

@media (max-width: 991px) {
    .whyshopwithus-wrapper.container {
        width: 100%;
        display: block
    }

    .whyshopwithus-wrapper.container {
        margin: 0 !important;
        padding: 0 !important
    }

    .mobile-shop-with-us .bx-shop:first-child img {
        max-width: 70px
    }

    .shopwithus-title h3 {
        font-size: 30px;
        margin: 0;
        padding: 15px 0;
        letter-spacing: 2.5px
    }

    .whyshopwithus-wrapper.container {
        border-top: none
    }
}

@media (max-width: 375px) {
    .shopwithus-title h3 {
        font-size: 30px;
        margin: 0;
        padding: 15px 0;
        letter-spacing: 2.5px
    }
}

@media (max-width: 345px) {
    .shopwithus-title h3 {
        font-size: 25px;
        margin-bottom: 6px
    }

    .shipping-flow-chart-title h3 {
        font-size: 25px
    }
}

@media (max-width: 281px) {
    .shopwithus-title h3 {
        font-size: 20px;
        margin-bottom: 6px
    }
}

.shopwithus-list.ab-split {
    display: none
}

.shopwithus-list.ab-split .shopwithus-bxm:nth-child(6),
.shopwithus-list.ab-split .shopwithus-bxm:nth-child(7) {
    display: none
}

.shipping-flow-chart-title h3 {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: center
}

.shipping-flow-chart-wrapper {
    padding-top: 70px
}

.shipping-flow-chart-wrapper .image-size {
    max-width: 100%;
    max-height: 100%
}

.shipping-flow-chart-wrapper .arrow-size img {
    max-width: 100px;
    max-height: 100px
}

.shipping-flow-chart-wrapper .step-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.shipping-flow-chart-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.arrow-one img,
.arrow-two img,
.arrow-three img {
    transform: rotate(90deg) scale(.8)
}

.shipping-flow-chart-wrapper .arrow-four.arrow-size .equal-sign {
    max-width: 55px;
    transform: scale(.8)
}

.shipping-flow-chart-container .subtitle {
    line-height: 1.4;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-top: 24px;
    white-space: nowrap
}

.shipping-flow-chart-container .subtitle p {
    margin: 0
}

.shipping-flow-chart-container .step-five-container {
    display: flex;
    flex-direction: column
}

.shipping-flow-chart-container .desktop {
    display: block
}

.shipping-flow-chart-container .mobile {
    display: none
}

.step-wrapper .img-wrapper,
.arrow-size {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.step-five-container .step-wrapper .img-wrapper {
    width: 110px;
    height: 110px;
    transform: translateY(-5px)
}

.step-five-container .subtitle {
    margin-top: 14px;
    font-size: 16px;
    line-height: 19px
}

@media (max-width: 991px) {
    .shipping-flow-chart-container .desktop {
        display: none
    }

    .shipping-flow-chart-container .mobile {
        display: block
    }

    .step-one {
        grid-area: place
    }

    .arrow-one {
        grid-area: downarrow
    }

    .arrow-one img {
        transform: rotate(180deg)
    }

    .step-two {
        grid-area: print
    }

    .arrow-two {
        grid-area: leftarrow
    }

    .arrow-two img {
        transform: rotate(0)
    }

    .step-three {
        grid-area: creation
    }

    .arrow-three {
        grid-area: uparrow
    }

    .step-four {
        grid-area: ship
    }

    .arrow-four {
        grid-area: curve
    }

    .arrow-four img {
        transform: rotate(-100deg) translateY(-25px);
        max-width: 60px !important
    }

    .step-five-container {
        grid-area: deliver
    }

    .shipping-flow-chart-container {
        display: grid;
        justify-items: center;
        align-items: center;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-template-areas: "ship curve place""uparrow deliver downarrow""creation leftarrow print"
    }

    .step-wrapper .img-wrapper {
        width: 80px;
        height: 80px;
        align-items: flex-end
    }

    .step-five-container .step-wrapper .img-wrapper {
        width: 90px;
        height: 90px;
        transform: translateY(0)
    }

    .arrow-size {
        height: auto;
        width: auto
    }

    .shipping-flow-chart-container .subtitle,
    .step-five-container .subtitle {
        margin-top: 5px
    }

    .step-one,
    .arrow-one,
    .step-two {
        transform: translateY(10px)
    }

    .step-three,
    .step-four,
    .arrow-three {
        transform: translateY(-10px)
    }

    .shipping-flow-chart-title h3 {
        font-size: 30px;
        margin: 0;
        padding: 15px 0;
        letter-spacing: 2.5px
    }

    .shipping-flow-chart-wrapper {
        padding-top: 15px
    }
}

@media (max-width: 375px) {
    .shipping-flow-chart-title h3 {
        font-size: 30px;
        margin: 0;
        padding: 15px 0;
        letter-spacing: 2.5px
    }

    .shipping-flow-chart-container .subtitle {
        font-size: 10px
    }

    .step-five-container .subtitle {
        font-size: 12px
    }

    .step-wrapper .img-wrapper {
        width: 70px;
        height: 70px
    }

    .arrow-one img {
        transform: rotate(180deg) scale(.7)
    }

    .arrow-two img,
    .arrow-three img {
        transform: rotate(0) scale(.7)
    }

    .arrow-four img {
        transform: rotate(-100deg) translateY(-20px) scale(.7)
    }
}

/*! CSS Used from: Embedded */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p {
    margin: 0 0 10px
}

img {
    vertical-align: middle
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 990px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

#productclientreview {
    padding: 20px 5px 0;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

#productclientreview.sectionfullwidth {
    width: 100%;
    max-width: 100%
}

#productclientreview .img-wrapper img {
    width: 100%;
    height: auto
}

#productclientreview .owl-stage {
    display: flex;
    flex-direction: row
}

#productclientreview .owl-item {
    padding-left: 10px;
    padding-right: 10px
}

#productclientreview .review-wrapper {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #002d4729;
    height: max-content;
    max-width: 300px;
    margin: 15px auto
}

#productclientreview .review-wrapper p {
    margin: 0
}

#productclientreview .review-wrapper .details-wrapper {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#productclientreview .review-wrapper .details-wrapper .name {
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #000;
    margin-bottom: 5px
}

#productclientreview .review-wrapper .details-wrapper .date {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1.44px;
    color: #888;
    margin-bottom: 20px
}

#productclientreview .review-wrapper .details-wrapper .message {
    font-size: 15px;
    text-align: center;
    font-style: oblique;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px
}

#productclientreview .stars-wrapper svg {
    height: 17px
}

#productclientreview .owl-nav {
    position: absolute;
    opacity: 1;
    left: -5px;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    font-size: 50px;
    transition: opacity .25s linear;
    height: 0;
    color: #666
}

#productclientreview .owl-nav.disabled {
    display: none;
    opacity: 0
}

#productclientreview .stars-wrapper {
    height: 17px;
    display: flex
}

#productclientreview .owl-prev,
#productclientreview .owl-next {
    height: 67px !important;
    width: 67px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff25 !important;
    box-shadow: 6px 6px 14px #002d4729 !important;
    border-radius: 4px !important;
    transition: background .15s ease-in-out
}

#productclientreview .owl-prev:hover,
#productclientreview .owl-next:hover {
    box-shadow: 6px 6px 14px #002d4729 !important;
    background: #fff !important
}

#productclientreview .owl-prev img {
    transform: rotate(180deg)
}

#productclientreview .owl-prev img,
#productclientreview .owl-next img {
    height: 22px;
    width: 12px
}

.product_reviews_with_lifestyle-pics-slider-wrapper {
    padding-top: 70px
}

.product_reviews_with_lifestyle-heading h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 3.6px;
    color: #000;
    opacity: 1
}

@media (max-width: 991px) {
    #productclientreview {
        padding-top: 0
    }

    #productclientreview .gallery-heading,
    #productclientreview .gallery-heading h1 {
        margin-bottom: 0
    }

    .product_reviews_with_lifestyle-heading h1 {
        font-size: 30px
    }
}

@media (max-width: 767px) {

    #productclientreview .owl-prev,
    #productclientreview .owl-next {
        height: 40px !important;
        width: 40px !important
    }

    #productclientreview .owl-prev img,
    #productclientreview .owl-next img,
    #lifestyle_icons_slider .owl-prev img,
    #lifestyle_icons_slider .owl-next img {
        height: 13px !important;
        width: 7px !important
    }

    #productclientreview {
        max-width: 100%
    }

    .product_reviews_with_lifestyle-pics-slider-wrapper {
        padding-top: 35px
    }
}

#mainsideprodcollection {
    margin-bottom: 30px;
    width: 100%
}

.sidebar-title {
    font-family: Montserrat, sans-serif;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #333;
    padding: 15px 0;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0
}

#mainsideprodcollection .sidetoplinkcattitle {
    font-family: Montserrat, sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    padding: 10px 15px 30px;
    color: #333;
    box-sizing: border-box;
    width: 90%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

#mainsideprodcollection .sidetoplinkcattitle svg {
    height: 9px;
    color: gray;
    margin-left: 2px;
    transition: transform .3s linear;
    float: right
}

#mainsideprodcollection .sidetoplinkcattitle svg path {
    stroke: #fff;
    stroke-width: .5px
}

#mainsideprodcollection ul.sidebarsubnav {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: -10px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px
}

#mainsideprodcollection .sidebarsubnav li {
    width: 47%;
    padding: 0 15px 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px
}

#mainsideprodcollection .sidebarsubnav li img {
    max-width: 100%
}

#mainsideprodcollection .sidebarsubnav li a {
    text-decoration: none;
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-family: Montserrat, sans-serif !important;
    color: #333;
    width: 100%;
    display: block
}

#mainsideprodcollection .sidebarsubnav li:hover,
#mainsideprodcollection .sidebarsubnav li.active {
    box-shadow: 3px 3px 7px #002d4729;
    z-index: 2;
    color: #000;
    border-radius: 4px
}

#mainsideprodcollection .sidebarsubnav {
    height: 0px;
    max-height: 0px;
    transition: max-height .75s ease-out;
    overflow: hidden
}

#mainsideprodcollection .sidebarproditem:hover a.sidetoplinkcattitle,
#mainsideprodcollection .sidebarproditem.active .sidetoplinkcattitle {
    font-weight: 600
}

#mainsideprodcollection .sidebarproditem.active .sidebarsubnav {
    height: auto;
    opacity: 1;
    max-height: 3000px;
    transition: max-height .75s ease-in
}

#mainsideprodcollection .sidebarproditem.active .sidetoplinkcattitle svg {
    transform: rotate(180deg)
}

@media only screen and (max-width: 1200px) {
    .sidehidden {
        display: none;
        height: 0px;
        opacity: 1
    }
}

a.full-unstyled-link span.icon-wrap {
    display: none
}

.page-index .card__information a.full-unstyled-link {
    text-align: center
}

.page-index .multicolumn-card__info h3.inline-richtext a {
    text-align: center;
    text-decoration: none
}

.review_content_section .blockQuote {
    font-size: clamp(18px, calc(1.125rem + (1vw - 7.68px)*.3472), 22px);
    line-height: clamp(28px, calc(1.75rem + (1vw - 7.68px)*.434), 33px);
    min-height: 0vw;
    letter-spacing: 2px
}

.page-index .mainprodcardsale .card__badge {
    display: none
}

.page-index .mainprodcardsale a.full-unstyled-link {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 23.4px
}

.page-index .mainprodcardsale a.full-unstyled-link:hover {
    text-decoration: none
}

.banner {
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
    box-shadow: 0 4px 12px #0006
}

.page-index .image-with-text__text h2 {
    font-weight: 400
}

.banner__media img.mobbannerimg {
    display: hidden;
    opacity: 0
}

.mobdisplay {
    display: none
}

a.bannerredirection {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex
}

@media (min-width: 768px) {
    .header__heading {
        min-width: 300px
    }

    header.header.page-width {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    header .header__icons.header__icons--localization {
        min-width: 300px;
        display: flex;
        flex-direction: row;
        justify-content: end
    }
}

@media only screen and (max-width : 768px) {
    .mobhide {
        display: none
    }

    .mobdisplay {
        display: block
    }

    .mobhide.banner__content {
        display: none
    }

    .page-index .title-wrapper-with-link {
        margin-bottom: 5px
    }

    .product_reviews_with_lifestyle-heading {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .product_reviews_with_lifestyle-heading h1 {
        font-size: 30px;
        margin: 0;
        letter-spacing: 2.5px;
        padding: 15px 0
    }

    .page-index .slider.slider--tablet {
        margin-bottom: 0
    }

    .page-index .slider-buttons {
        margin-top: -10px
    }

    .page-index .multicolumn .slider-buttons {
        margin-top: 0
    }

    .page-index .slider-button {
        height: 20px
    }

    #productclientreview,
    .page-index .multicolumn .page-width,
    .page-index .section-collection-list .page-width {
        padding-top: 0
    }

    .page-index .banner {
        margin-bottom: 30px
    }

    .page-index .section-collection-list .collection-list-wrapper {
        padding-bottom: 27px
    }

    .page-index .multicolumn-list {
        margin-bottom: 10px
    }

    .homebanner .media>:not(.zoom):not(.deferred-media__poster-button) {
        display: none;
        opacity: 0
    }

    .page-index .banner {
        min-height: 170px
    }

    .banner__media img.mobbannerimg {
        display: block !important;
        opacity: 1 !important
    }

    .page-index .mobimagewidth {
        max-width: 100%
    }
}

#CartDrawer .drawer__header {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 0
}

#CartDrawer .drawer__header h2.drawer__heading {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 0
}

#CartDrawer .drawer__header .drawer__close {
    position: absolute;
    top: 19px;
    right: -15px
}

#CartDrawer .sidedrawerprodprice {
    display: none
}

#CartDrawer .sidedrawerprodinfo {
    display: flex;
    flex-direction: column
}

#CartDrawer .sidedrawerprodinfo .product-option:last-child:after {
    content: ""
}

#CartDrawer .cart-remove-button {
    color: #000
}

#CartDrawer cart-remove-button .button {
    min-width: 1.3rem;
    min-height: 1.3rem;
    margin-right: 5px
}

#CartDrawer .cart-remove-button svg {
    width: 1.3rem;
    height: 1.3rem
}

#CartDrawer .guard-cross {
    color: #000;
    margin-right: 5px
}

#CartDrawer #CartDrawer-Checkout {
    font-size: 20px;
    padding: 15px;
    font-weight: 700
}

#CartDrawer label.checkbox-content {
    position: relative;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    box-sizing: content-box
}

#CartDrawer .checkbox-content input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 1px solid blue
}

#CartDrawer .checkbox-content .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 1px
}

#CartDrawer .checkbox-content:hover input~.checkmark {
    background-color: #fff
}

#CartDrawer .checkbox-content input:checked~.checkmark {
    background-color: #fff
}

#CartDrawer .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#CartDrawer .checkbox-content input:checked~.checkmark:after {
    display: block
}

#CartDrawer .checkbox-content .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#CartDrawer p.checkbox-content {
    margin-bottom: 0
}

#CartDrawer .cart-drawer__footer .totals {
    justify-content: center
}

#CartDrawer .cart-drawer__footer .totals h2.totals__total {
    display: none
}

#CartDrawer #mainpricesale {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

#CartDrawer #mainpricesale s.price-item--regular {
    font-size: 12px
}

#CartDrawer .cart-drawer__footer .totals .totals__total-value {
    margin-left: 0;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px
}

#CartDrawer #mainpricesale>*+* {
    margin-left: 0
}

#CartDrawer #mainpricesale .price-totaldiscount {
    margin-left: 0
}

#CartDrawer #mainpricesale .pricesavings {
    font-size: 14px
}

#CartDrawer .cart-item__price-wrapper .price--end {
    font-weight: 700
}

#CartDrawer .cart-drawer__footer .tax-note {
    display: none
}

#CartDrawer .cart-quantity {
    max-width: 70px;
    min-height: 26px
}

#CartDrawer .cart-quantity .quantity__button {
    width: 22px
}

#CartDrawer .cart-quantity .quantity__input {
    font-size: 12px
}

#CartDrawer .cart-quantity .quantity__button svg {
    width: 9px
}

#CartDrawer .cart-item cart-remove-button {
    margin-top: 0
}

#CartDrawer .cart-item__name,
#CartDrawer .sidedrawerprodinfo .product-option dd,
#CartDrawer .free-stickers-pack .free-stickers-pack-heading,
#CartDrawer p.safeguard-heading,
#CartDrawer .checkbox-content {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    font-family: Montserrat, sans-serif
}

#CartDrawer p.free-stickers-pack-content.free-stickers-pack-heading,
#CartDrawer .free-stickers-pack-section-3 {
    padding-top: 15px
}

#CartDrawer .shipping-guard {
    max-height: 95px
}

#CartDrawer span.safeguard-content.safeguard-heading.safeguard-price {
    margin-top: -5px
}

#CartDrawer .cart-item__totals .price,
#CartDrawer .free-stickers-pack-section-3 .free-stickers-pack-price,
#CartDrawer .safeguard-price {
    font-size: 15px
}

#CartDrawer .free-stickers-pack-section-3 .free-stickers-pack-price,
#CartDrawer .text-red {
    color: #e8202d
}

#CartDrawer .question-mark {
    margin-top: 2px
}

#CartDrawer .question-mark svg {
    width: 14px
}

#CartDrawer .checkbox-content.safeguard-chkbox {
    margin-top: 5px
}

#CartDrawer quantity-popover .cart-item__quantity-wrapper {
    justify-content: space-between
}

#CartDrawer .product-option {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 16px
}

#CartDrawer .cart-item__details {
    line-height: 16px
}

#CartDrawer .footerfreesticker {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 0 5px;
    text-align: center;
    color: #000
}

#CartDrawer .free-stickers-pack-heading,
#CartDrawer .safeguard-heading {
    font-weight: 600
}

@media only screen and (max-width : 768px) {
    #CartDrawer .drawer__header h2.drawer__heading {
        font-size: 18px
    }

    #CartDrawer .cart-item__media,
    #CartDrawer .guard-section1,
    #CartDrawer .free-stickers-pack-section-1 {
        width: 80px;
        max-width: 80px;
        min-width: 80px;
        font-size: 10px
    }

    #CartDrawer .drawer__header .drawer__close {
        top: 15px
    }

    #CartDrawer .drawer__close svg {
        width: 1.5rem
    }
}

#mainpricesale .price-item {
    margin: 0
}

#mainpricesale {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 5px
}

#mainpricesale .pricesavings {
    color: #fff;
    background-color: #1cae4c;
    padding: 0 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.product__info-container .price__sale .price-item--sale {
    color: #000;
    font-weight: 700
}

.product__info-container .price__sale s.price-item--regular {
    font-size: 14px;
    font-weight: 700;
    color: #9ea0a2
}

@media only screen and (max-width: 1200px) {
    .product__info-container .price__sale s.price-item--regular {
        font-size: 14px
    }

    #mainpricesale {
        gap: 8px
    }

    #mainpricesale .pricesavings {
        font-size: 12px;
        padding: 0 12px;
        height: 28px
    }

    .product__info-container .price__sale .price-item--sale {
        font-size: 18px
    }
}

@media only screen and (max-width: 990px) {
    .product__info-container .price__sale .price-item--sale {
        font-size: 18px
    }

    .product__info-container .price__sale s.price-item--regular,
    #mainpricesale .pricesavings {
        font-size: 14px
    }
}

@media only screen and (min-device-width:768px) and (max-device-height:1024px) {

    .product__info-container .price__sale s.price-item--regular,
    #mainpricesale .pricesavings {
        font-size: 14px
    }

    .product__info-container .price__sale .price-item--sale {
        font-size: 22px
    }

    #mobileshopgallery {
        width: 100%
    }
}

@media only screen and (min-device-width:1024px) and (max-device-height:600px) {
    .product__info-container .price__sale s.price-item--regular {
        font-size: 14px
    }

    #mainpricesale .pricesavings {
        font-size: 12px;
        padding: 0 12px;
        height: 28px
    }

    .product__info-container .price__sale .price-item--sale {
        font-size: 18px
    }

    #mainpricesale {
        gap: 6px
    }
}

.stamped-reviews-filter,
.stamped-summary-actions {
    display: none
}

.stamped-container {
    font-family: Montserrat, sans-serif
}

.header__icon--search svg {
    stroke: #000;
    stroke-width: .5px
}

.cart-count-bubble {
    top: 8px;
    left: 10px
}

.cart-count-bubble span {
    color: #fff
}

.footer__blocks-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px
}

#ContactFooter #Subscribe svg {
    stroke: #000;
    stroke-width: .5px;
    color: #000
}

.newslettercontent {
    text-align: left;
    margin-bottom: 15px
}

ul.list-payment {
    justify-content: center
}

#FooterCountryLabel {
    display: none
}

.footer__column--info .footer__payment {
    margin-top: 0
}

@media only screen and (max-width: 990px) {
    .footer__content-bottom-wrapper {
        flex-direction: column;
        align-content: center
    }

    footer .footer__content-bottom-wrapper .footer__column {
        display: flex;
        flex-direction: row;
        justify-content: center
    }
}

@media (min-width: 768px) {
    footer .footer__column--info {
        min-width: 550px
    }
}

@media screen and (max-width: 989px) {
    .header--mobile-left {
        grid-template-columns: 1fr 2fr 1fr !important
    }

    .header--mobile-left .header__heading-link {
        margin: 0 auto
    }
}

@media (min-width: 768px) {
    header .header__icons.header__icons--localization {
        min-width: 80px !important
    }
}

@media screen and (min-width: 1201px) and (max-width: 1367px) {
    .grid--3-col-desktop .grid__item {
        width: calc(49.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(49.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {

    #mainsideprodcollection .sidebarsubnav li,
    .repeater-block {
        width: 32% !important
    }
}

@media only screen and (max-width: 1200px) {
    #mainprodcollection {
        flex-direction: unset;
        flex-wrap: wrap
    }

    #mainprodcollection .maincollectioncontent {
        padding-top: 0
    }

    .maincollectioncontent .page-width {
        margin-left: 0
    }

    .mainrepeaterwrap {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        border: 0px;
        max-height: 0px;
        transition: max-height .75s ease-out;
        overflow: hidden
    }

    .mainrepeaterwrap.active {
        height: auto;
        max-height: 3000px;
        overflox-y: scroll;
        transition: max-height .75s ease-in
    }

    .repeater-block img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%
    }

    #navsidebar {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 30px
    }

    #navsidebar .navsidebarmob {
        width: 50%
    }

    .navsidebarmob {
        color: #444;
        cursor: pointer;
        font-size: 13px;
        font-weight: 700;
        line-height: 13px;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase
    }

    #navinterest.active {
        color: gray;
        border-bottom: 1px solid #ddd
    }

    .navsidebarmob svg {
        height: 10px;
        color: gray;
        margin-left: 2px;
        transition: transform .3s linear
    }

    .navsidebarmob svg path {
        stroke: #fff;
        stroke-width: .5px
    }

    #navinterest.active svg {
        transform: rotate(180deg)
    }

    .sidebar-title {
        margin-top: 0
    }

    .mainrepeaterwrap.active .sidebar-title {
        display: inline-block
    }

    .navsidebarmob:first-child {
        border-right: 1px solid #ddd
    }

    .repeaterimgwrap {
        height: 110px
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .shipping-flow-chart-wrapper .step-wrapper {
        max-width: 170px
    }

    .arrow-one img,
    .arrow-two img,
    .arrow-three img {
        transform: rotate(90deg) scale(.6)
    }
}

@media screen and (max-width: 991px) {
    .arrow-three img {
        transform: rotate(0)
    }
}

@media screen and (min-width: 990px) {
    .product--large:not(.product--no-media) #ywvmainprodimageview {
        max-width: 60%;
        width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2)
    }

    .product--large:not(.product--no-media) #ywvmainprodoptions {
        padding-left: 3rem;
        max-width: 40%;
        width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2)
    }

    .product__info-wrapper {
        padding: 0 0 0 5rem !important
    }

    .shopwithus-list.horizontal-scroll.desktop {
        display: flex
    }

    .shopwithus-list.horizontal-scroll.mobile {
        display: none
    }

    .shopwithus-list {
        justify-content: space-between;
        gap: 15px
    }
}

@media screen and (max-width: 989px) {
    .product--large:not(.product--no-media) #ywvmainprodimageview {
        max-width: 100%;
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2)
    }

    .product--large:not(.product--no-media) #ywvmainprodoptions {
        max-width: 100%;
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2)
    }

    #mobileshopgallery,
    #mobileshopgallery .product-gallery {
        display: block !important
    }

    .product-gallery,
    .ywv-lifestyle-icons_desktop {
        display: none !important
    }

    .ywv-lifestyle-icons_mobile {
        display: block !important
    }

    .product__info-wrapper {
        padding: 0 !important
    }

    .product__info-container {
        max-width: 100rem !important
    }

    .shopwithus-list {
        list-style: none;
        width: 100%;
        white-space: nowrap;
        display: block;
        padding: 0 10px;
        margin: 0
    }

    .shopwithus-list.horizontal-scroll.desktop {
        display: none
    }

    .shopwithus-list.horizontal-scroll.mobile {
        display: flex
    }

    #lifestyle_icons_slider .owl-nav {
        position: absolute;
        opacity: 1;
        left: -5px;
        right: -5px;
        top: 34%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        font-size: 50px;
        transition: opacity .25s linear;
        height: 0;
        color: #666
    }

    #lifestyle_icons_slider .owl-prev,
    #lifestyle_icons_slider .owl-next {
        height: 60px !important;
        width: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #ffffff25 !important;
        box-shadow: 6px 6px 14px #002d4729 !important;
        border-radius: 4px !important;
        transition: background .15s ease-in-out
    }

    #lifestyle_icons_slider .owl-prev:hover,
    #lifestyle_icons_slider .owl-next:hover {
        box-shadow: 6px 6px 14px #002d4729 !important;
        background: #fff !important
    }

    #lifestyle_icons_slider .owl-prev img {
        transform: rotate(180deg)
    }

    #lifestyle_icons_slider .owl-prev img,
    #lifestyle_icons_slider .owl-next img {
        height: 22px;
        width: 12px
    }

    .shopwithus-bxm {
        list-style-type: none;
        padding: 25px 2px;
        flex-shrink: 0;
        width: 200px;
        height: 200px;
        background: #fff;
        margin: 10px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #efefef;
        box-shadow: 3px -1px 8px #ababab33, 0 4px 11px #b1b1b130;.mainrepeaterwrap
        border-radius: 6px;
        display: inline-block
    }

    .shopwithus-bxm img {
        display: block;
        width: 100%;
        max-width: 95px;
        min-height: 85px;
        object-fit: contain;
        margin-bottom: 30px
    }

    .showithus-content {
        line-height: 18px;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        max-width: 200px;
        white-space: normal
    }
}

@media screen and (max-width: 768px) {

    #lifestyle_icons_slider .owl-prev,
    #lifestyle_icons_slider .owl-next {
        height: 40px !important;
        width: 40px !important
    }
}

.stamped-verified-badge {
    color: #3a599b !important
}

.stamped-review[data-verified=buyer] .stamped-review-avatar:before {
    color: #3a599b !important
}

/*# sourceMappingURL=/s/files/1/0952/8368/t/209/assets/custom.css.map?v=117886823682523398161742193671%3Fv%3D */