.clear-both {
    clear: both;
}
.clear-both:empty{
    display: none;
}

.plp-revamp-2021 {
    margin-top: 190px;
}

/* plp banner */
.plp-top-banner-container {
    /* height: 300px; */
    margin: 0 0 40px;
    background-color: #080202;
}
.plp-top-banner-container .promotion-banner{
    height: 100%;
}
.plp-top-banner-container .promotion-banner img{
    height: 100%;
}
.plp-top-banner {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: 87% 50%; */
}
.plp-top-banner.mobile{
    display: none;
}
/* content */
#globalWrapper .plp-revamp-2021 .plp-main-content .content {
    width: 1240px;
    padding: 0 20px;
}
#globalWrapper .plp-revamp-2021.cce .plp-main-content .content {
    padding-top: 30px;
}
.plp-revamp-2021.cce{
    margin-top: 200px;
}
.plp-revamp-2021.cce .plp-top-banner-container{
    margin-top: -25px;
}
.plp-revamp-2021.cce .plp-sorting-container .cce-searcher {
  display: flex;
  margin-left: -5px;
  align-items: center;
  margin-bottom: -5px;
  padding-bottom: 5px;
  border-bottom: solid 1.5px rgba(62, 62, 62, 0.2);
  width: 172px;
}
.plp-revamp-2021.cce .plp-sorting-container .cce-searcher:focus-within {
    border-bottom: 2px solid #3e3e3e;
}
.plp-revamp-2021.cce .plp-sorting-container .cce-searcher .msg{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #3e3e3e;
  margin: 0 5px;
  outline: none;
  border: none;
  width: 0;
  flex-grow: 1;
}
.plp-revamp-2021.cce .plp-sorting-container .cce-searcher .msg::placeholder{
    color: #3e3e3e33;
}
.plp-revamp-2021.cce .plp-main{
    display: grid;
    grid-template-columns: min(340px,28.2935vw) 1fr;
}
.plp-revamp-2021.cce .filter-container{
    grid-column: 1 / 1;
    max-width: 340px;
    gap: 22px 25px;
}
.plp-revamp-2021.cce .plp-content{
    grid-column: 2;
    grid-row: 1 / -4;
    justify-self: flex-end;
    width: 100%;
}

.plp-revamp-2021.cce .plp-content .empty,
.plp-revamp-2021.cce .plp-content.empty >*,
.plp-revamp-2021.cce .plp-content.empty .empty p{
    display: none;
}
.plp-revamp-2021.cce .plp-content.empty{
    width: 100%;
}
.plp-revamp-2021.cce .plp-content.empty .empty{
    display: block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.342857px;
    color: #3E3E3E;
}
.plp-revamp-2021.cce .plp-content.empty .empty a{
    text-decoration: underline;
    font-weight: 600;
}
.plp-revamp-2021.cce .plp-content.empty .empty p.desktop-show{
    display: block;
}
.plp-revamp-2021.cce .cce-store-info-contaienr{
    grid-column: 1 / 1;
    display: grid;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.plp-revamp-2021.cce .cce-store-info-contaienr .store-img img{
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: contain;
}
.plp-revamp-2021.cce .cce-store-info-contaienr .store-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.plp-revamp-2021.cce .cce-store-info-contaienr .store-info .item.long{
    grid-column: span 2;
}
.plp-revamp-2021.cce .cce-store-info-contaienr .store-info .item .name{
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
    color: #666666;
    display: flex;
    align-items: center;
}
.plp-revamp-2021.cce .cce-store-info-contaienr .store-info .item .name img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.plp-revamp-2021.cce .cce-store-info-contaienr .store-info .item .value{
    font-size: 16px;
    line-height: 20px;
    color: #3E3E3E;
}
.plp-revamp-2021.cce .cce-store-info-contaienr .store-info .item .value a{
    line-height: 18px;
    color: #3E3E3E;
    letter-spacing: 0.342857px;
    text-decoration: underline;
}
.plp-revamp-2021.cce .cce-store-info-contaienr .store-info .item .value a.map{
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    letter-spacing: normal;
    margin-left: 4px;
    vertical-align: middle;
}

@media screen and (max-width:1024px) {
    .plp-revamp-2021.cce{
        margin-top: 65px;
        display: flex;
        flex-direction: column;
    }
    .plp-revamp-2021.cce .plp-main-content,
    .plp-revamp-2021.cce .plp-main-content .content,
    .plp-revamp-2021.cce .plp-main-content .content .title-container,
    .plp-revamp-2021.cce .plp-main{
        display: contents;
    }
    .plp-revamp-2021.cce .plp-main-content .breadcrumbs,
    .plp-revamp-2021.cce .plp-main-content .plp-title,
    .plp-revamp-2021.cce .cce-store-info-contaienr,
    .plp-revamp-2021.cce .plp-content,
    .plp-revamp-2021.cce .title-container .plp-sorting-container{
        padding-left: 50px;
        padding-right: 50px;
    }
    .plp-revamp-2021.cce .plp-main-content .breadcrumbs{
        padding-top: 24px;
        padding-bottom: 12px;
    }
    .plp-revamp-2021.cce .plp-main-content .plp-title{
        margin-bottom: 12px;
    }
    .plp-revamp-2021.cce .cce-store-info-contaienr{
        margin-bottom: 32px;
        padding-bottom: unset;
        border-bottom: none;
    }
    .plp-revamp-2021.cce .plp-top-mobile{
        border-top: 0.5px solid rgba(0, 0, 0, 0.2);
        order: 1;
        margin-bottom: 16px;
    }
    .plp-revamp-2021.cce .title-container .plp-sorting-container{
        order: 2;
        align-items: flex-end;
        flex-direction: column-reverse;
        gap: 16px;
        margin-bottom: 16px;
    }
    .plp-revamp-2021.cce .plp-content{
        grid-column: 1;
        grid-row: unset;
        order: 3;
    }
    .plp-revamp-2021.cce .plp-content.empty .empty p{
        display: block;
        font-size: 14px;
    }
    .plp-revamp-2021.cce .plp-content.empty .empty p.desktop-show{
        display: none;
    }
    .plp-revamp-2021.cce .filter-container{
        max-width: unset;
        grid-column: unset;
    }
    .plp-revamp-2021.cce .plp-sorting-container .cce-searcher{
        width: 100%;
        flex-direction: row-reverse;
        height: 40px;
        padding-right: 9px;
        padding-bottom: unset;
        margin-bottom: unset;
    }
    .plp-revamp-2021.cce .plp-sorting-container .cce-searcher .msg{
        margin-left: 0;
    }
}
@media screen and (max-width: 768px){
    .plp-revamp-2021.cce .plp-main-content .breadcrumbs,
    .plp-revamp-2021.cce .plp-main-content .plp-title,
    .plp-revamp-2021.cce .cce-store-info-contaienr,
    .plp-revamp-2021.cce .plp-content,
    .plp-revamp-2021.cce .title-container .plp-sorting-container{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* breadcrumbs */
.breadcrumbs .bc-link {
    width: 40px;
    height: 18px;
    margin: 0 6px 0 0;
    font-family: OpenSans;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.33px;
    color: #3e3e3e;
}
.breadcrumbs img.Iconarrow {
    width: 10px;
    height: 10px;
    margin: 4px 6px;
    object-fit: contain;
}

/* plp title */
.title-container {
    margin-top: 24px;
    padding-bottom: 40px;
}
.plp-title {
    width: fit-content;
    max-height: 98px;
    font-family: LibreBaskerville;
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 49px;
    letter-spacing: 0.8px;
    color: #bba562;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* padding-bottom: 5px; */
    margin-bottom: -4.5px;
}
.plp-title span{
    font-family: LibreBaskerville;
}

/* sorting */
.plp-sorting-container {
    /* float: right; */
}
.plp-sorting-result {
    width: fit-content;
    height: 18px;
    font-family: OpenSans;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.33px;
    text-align: right;
    color: rgb(62, 62, 62,0.7);
    float: left;
    padding-right: 20px;
    padding-top: 14px;
}
.plp-sorting{
    position: relative;
    float: left;
}
.plp-sorting-top {
    width: auto;
    height: 14px;
    font-family: OpenSans;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-align: center;
    color: rgba(62, 62, 62, 0.7);
    top: -6px;
    background: #FFF;
    position: absolute;
    padding: 0px 4px 0px 4px;
    left: 12px;
    z-index: 10;
}
.plp-sorting-selector.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px;
    height: 40px;
    padding: 10px 10px 12px 14px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    font-family: OpenSans;
    font-size: 11px;
    color: #3e3e3e;
}
.filter-option.pull-left{
    font-weight: 600;
}
.plp-sorting-selector.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%);
}
.plp-sorting-selector .dropdown-toggle .filter-option {
    font-family: OpenSans;
    font-size: 12px;
    color: #3e3e3e;
}
.plp-sorting-selector .dropdown-toggle {
    padding: 0px !important;
    margin: 0px !important;
    /*width: 200px !important;*/
    height: 24px !important;
    border: 0px;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%);
}
.plp-sorting-selector.btn-group.bootstrap-select .dropdown-toggle .caret {
    margin-top: -4px;
}
.plp-sorting-selector.bootstrap-select.btn-group .dropdown-menu{
    z-index: 111;
}
.plp-sorting-selector.btn-group.open .dropdown-menu li.selected :hover {
    background-color: rgba(187,165,98, 0.08);
}
.plp-sorting-selector.btn-group.open .dropdown-menu li.selected a {
    background: url("../img/0001-plp-revamp/icon-tick.svg") no-repeat;
    background-position: right 14px center ;
    color: #3e3e3e;
}
.plp-sorting-selector .dropdown-menu li a {
    font-family: OpenSans;
    font-size: 12px;
    color: #3e3e3e;
}
.plp-sorting-selector .dropdown-menu li a:hover {
    background-color: rgba(187,165,98, 0.08);
    font-weight: bold;
    color: #3e3e3e;
}
.plp-sorting-selector .dropdown-menu>li>a {
    padding: 6px 14px;
    height: 28px;
    font-family: OpenSans;
}

/* plp main content */
.plp-main {
    display: flex;
    max-width: calc(100vw - 40px);
    gap: 22px;
    justify-content: space-between;
}

/* filter */
.filter-container {
    /* float: left; */
    max-width: 290px;
    flex-grow: 1;
}
.filter-header{
    padding-bottom: 40px;
}
.filter-content {
    padding-bottom: 20px;
}
.filter-header .btn-filter-clear {
    float: right;
    font-family: OpenSans;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    text-decoration: underline;
    color: #666;
    opacity: 0.8;
}
.filter-header .btn-filter-clear.gold{
    color: #bca662;
}
.filter-container .filter-header .filter-title {
    float: left;
    border-top: 0px;
}
.filter-box {
    font-family: OpenSans;
    font-size: 16px;
    color: #3e3e3e;
    padding-bottom: 13px;
}
.filter-header .filter-bottom-line, .filter-box .filter-bottom-line {
    /* border-top: solid 1px rgba(0, 0, 0, 0.2) */
}
.filter-open .filter-title, .filter-close .filter-title {
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.filter-title {
    margin-bottom: 20px;  
    font-weight: bold;  
    font-family: OpenSans;
    font-size: 16px;
    color: #3e3e3e;
}    
.filter-open .filter-title {
    background-image: url("../img/0001-plp-revamp/icon-minus.svg");
}
.filter-close .filter-title {
    background-image: url("../img/0001-plp-revamp/icon-add.svg");
}
.filter-close .filter-content {
    display: none;
}
.filter-values-fix {
    position: relative;
    max-height: 160px;
    overflow: scroll;
}
.filter-values .btn-check {
    display: none;
}
.filter-values .filter-checkbox {
    display: block;
}
.filter-values .filter-checkbox.mobile {
    display: none;
}
@media screen and (max-width:1024px) {
    .filter-values .filter-checkbox:not(.mobile) {
        display: none;
    }
    .filter-values .filter-checkbox.mobile {
        display: block;
    }
}
.filter-values .btn-checkbox {
    height: 36px;
    padding: 8px 19px;
    border-radius: 23.5px;
    border: solid 1px rgba(102, 102, 102, 0.6);
    margin: 0;
    box-shadow: none !important;
    font-size: 13px;
    font-family: OpenSans;
    font-weight: 600;
    color: rgba(102, 102, 102, 0.6);
    margin: 0 0 4px;
}
.filter-values .btn-checkbox:not(.active):hover {
    background: #f7f7f7;
    color: rgba(102, 102, 102, 0.6);
    border: solid 1px rgba(102, 102, 102, 0.6);
}
.filter-values .btn-checkbox.active {
    color: #bca662;
    border: solid 1px #bca662;
    opacity: 1.0;
}
.filter-container:not(.filter-rating) .filter-box {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
}

.filter-container:not(.filter-rating) .filter-box.filter-open{
    padding-bottom: 20px;
}

@media screen and (min-width:1025px) {
    .filter-container .filter-box .filter-content .filter-values-fix{
        scrollbar-width: none;
    }
    .filter-container .filter-box .filter-content .filter-values::-webkit-scrollbar{
        display: none;
    }
}

.filter-container:not(.filter-rating) .filter-box .filter-title {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;   
    margin: 0;
    gap: 5px;
}
.filter-content:not(.filter-rating) .filter-values{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.filter-box .filter-content:not(.filter-rating) .filter-values .form-check:last-of-type{
    padding-bottom: unset;
}
@media screen and (max-width:1024px) {
    .filter-box .filter-content:not(.filter-rating) .irs{
        margin-bottom: 4px;
    }
}
.filter-box .filter-content:not(.filter-rating) {
    padding-bottom: unset;
}
.filter-box .filter-content:not(.filter-rating) .filter-values .form-check.form-check-inline{
    width: 100%;
}
.filter-values .form-check {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 7px;
}
.filter-values .form-check.mobile{
    display: none;
}
@media screen and (max-width:1024px) {
    .filter-values .form-check.mobile{
        display: flex;
    }
    .filter-values .form-check:not(.mobile){
        display: none;
    }
}
.filter-values .form-check .check-label, .filter-values .form-check .form-check-label {
    vertical-align: top !important;
}
.filter-values .form-check .form-check-input {
    position: absolute;
    opacity: 0;
}
.filter-values .form-check .form-check-input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    background: #FFF;
    padding-left: 24px;
    margin: 0;
}
.filter-values .form-check .form-check-input + label:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: solid 1px rgba(102, 102, 102, 0.4);
    background: #FFF;
    margin-right: 12px;
    position: absolute;
    margin-left: -24px;
}
.filter-values .form-check .form-check-input:checked + label:before {
    background: #FFF;
    width: 18px;
    height: 18px;
    border: solid 1px rgba(102, 102, 102, 0.4);
    border-radius: 18px;
}
.filter-values .form-check .form-check-input:checked + label:after {
    content: "";
    /*content: "\2713";*/
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    font-weight: bold;
    background: #bba562;
    background-image: url("../img/0001-plp-revamp/icon-tick-white.svg");
    background-position: center center ;
    background-repeat: no-repeat;
}

.filter-values .form-check .form-check-label {
    width: 270px;
    padding-left: 8px;
    font-family: OpenSans;
    font-weight: 600;
    font-size: 13px;
    color: #666;
}
.filter-values .form-check .filter-check-count {
    font-family: OpenSans;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    color: #666;
    margin-right: 10px;
    opacity: 0.5;
    align-self: flex-start;
    align-items: center;
    display: flex;
}
.filter-search {
    height: 40px;
    border: 0px;
    border-bottom: 1px solid rgb(62, 62, 62,0.4);
    width: 100%;
    margin-bottom: 20px;
    background-image: url("../img/0001-plp-revamp/icon-search.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-family: OpenSans;
    font-weight: 600;
    font-size: 13px;
    color: #3e3e3e;
    padding-right: 36px;
}
.filter-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(62, 62, 62,0.4);
  opacity: 1; /* Firefox */
}

.filter-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(62, 62, 62,0.4);
}

.filter-search::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(62, 62, 62,0.4);
}

.filter-content .irs .irs-slider {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #bca662;
}
.filter-content .irs .irs-bar {
    background: #d8cfb4;
    height: 5px;
    top: 28px;
    opacity: 1;
}
.filter-content .irs .irs-line {
    height: 5px;
    top: 28px;
}
.filter-content .irs .irs-bar-edge {
    background: #d8cfb4;
    height: 5px;
    top: 28px;
    opacity: 1;
    border-radius: 20px 0 0 20px;
}
.filter-content .irs .irs-max, .filter-content .irs .irs-min, .filter-content .irs .irs-single {
    background: none;
    font-family: OpenSans;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 600;
}
.filter-content.filter-discount .irs .irs {
    opacity: 0;
}
.filter-content .irs .irs-from{
    left: 0 !important;
    right: auto !important;
    /* visibility: visible !important; */
} 
.filter-content .irs .irs-single{
    display: none;
} 
.filter-content .irs .irs-to{
    left: auto !important;
    right: 0 !important;
}
.filter-discount.filter-content .irs .irs-from,
.filter-discount.filter-content .irs .irs-to{
    visibility: visible !important;
}
.filter-price > div{
    display: flex;
    justify-content: space-between;
}
.filter-content .irs .irs-from, .filter-content .irs .irs-single, .filter-content .irs .irs-to {
    background: none;
    border-top: 0px;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 600;
}
.filter-content .irs .irs-from:after, .filter-content .irs .irs-single:after, .filter-content .irs .irs-to:after {
    background: none;
    border-top: 0px;
}
.filter-content .price-range-from, .filter-content .price-range-to {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: OpenSans;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 600;
}
.filter-content .price-range-from:hover, 
.filter-content .price-range-from:focus-within, 
.filter-content .price-range-to:hover ,
.filter-content .price-range-to:focus-within {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: unset !important;
}
.filter-box .price-range-buttons {
    margin-top: 20px;
    margin-bottom: 4px;
    justify-content: flex-end;
}
.filter-box .btn-price-apply {
    width: 98px;
    height: 34px;
    background-color: #bca662;
    border: 0px;
    color: #fff;
    float: right;
    font-family: OpenSans;
    font-weight: 600;
    font-size: 14px;
}
.filter-box .btn-price-apply.disabled {
    width: 98px;
    height: 34px;
    background-color: #dadada;
}

/* body */
.filter-content.filter-body .irs .irs-single {
    display: none;
}
.filter-content.filter-body .irs .irs-min, .filter-content.filter-body .irs .irs-max {
    visibility: visible !important;
}
/* sweetness */
.filter-content.filter-sweetness .irs .irs-single {
    display: none;
}
.filter-content.filter-sweetness .irs .irs-min, .filter-content.filter-sweetness .irs .irs-max {
    visibility: visible !important;
}
/* price range */
.filter-content.filter-price .irs .irs-from, .filter-content.filter-price .irs .irs-single, .filter-content.filter-price .irs .irs-to, .filter-content.filter-price .irs .irs-min, .filter-content.filter-price .irs .irs-max {
    display: none;
}
.filter-content .price-range-from {
    float: left;
}
.filter-content .price-range-to {
    float: right;
}
/* discount */

/* rating */
.filter-content.filter-rating .irs .irs-slider {
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 38px;
    height: 26px;
    padding: 4px 0;
    border-radius: 5px;
    background: #bca662;
    top: 16px;
    font-family: OpenSans;
    font-weight: 600;
}
.filter-content.filter-rating .filter-values .rating-label {
    float: left;
    font-family: OpenSans;
    font-weight: 600;
    font-size: 14px;
    color: #3e3e3e;
}
.filter-content.filter-rating .filter-values .rating-value {
    /* float: right;
    width: 300px; */
    width: calc(100% - 40px);
    margin-left: auto;
}
.filter-content.filter-rating .filter-values .rating-value > .irs {
    top: -18px;
}
.filter-content.filter-discount .irs .irs-max, .filter-content.filter-discount .irs .irs-min {
    display: none;
}
.filter-content .irs-line-left {
    height: 5px;
    border-radius: 5px;
}
.filter-content .irs-line-right {
    height: 5px;
    border-radius: 0 20px 20px 0;
    background: #e1e4e9;
}


/* plp content */
.plp-content {
    /* float: left;
    margin-left: 68px;
    max-width: 792px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.plp-content .products{
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
    /* justify-content: flex-start; */
}
.plp-content .products .title {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    /* justify-content: flex-start; */
}
/* content */
.products .items {
    display: flex;
    flex-direction: column;
    width: 240px;
    max-width: 240px;
    flex-basis: calc(33% - 22px);
    background-color: #bba56214;
    padding: 20px 20px 26px;
    margin-top: 0px;
    position: relative;
    border-radius: 5px;
    height: 454px;
}
.filler{
    max-width: 240px;
    flex-basis: calc(33% - 22px);
    height: 0 !important;
    padding: 0 !important;
}
@media screen and (max-width:1024px) {
    .plp-main{
        max-width: unset;
    }
    .plp-content .products{
        gap: 15px;
        justify-content: center;
    }
    .filler{
        min-width: 160px;
        flex-basis: calc(25% - 15px);
        flex-grow: 1;
    }
}
.products .items .item-bottom-bg {
    background-color: #f9f9f9;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 174px;
    z-index: 0;
}
/* .products .items:hover { */
    /* margin-bottom: 16px; */
/* } */
/* .products .items:nth-child(3n) { */
    /* margin-right: 0px; */
/* } */
.products .items .image {
    text-align: center;
    position: relative;
    height: 270px;
    z-index: 1;
}
.products .items .image img {
    height: 270px;
}

.products .items.oos .image img {
    opacity: 0.5;
}

.products .items .image .image-position {
    position: absolute;
    height: 270px;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: height 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
    -moz-transition: height 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
    -o-transition: height 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
    transition: height 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
}
.products .items:hover .image .image-position {
    height: 310px;
    /* margin-bottom: -10px; */
}
.products .items .image .image-position .image-content {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 15px; */
    -webkit-transition: opacity 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
    -moz-transition: opacity 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
    -o-transition: opacity 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
    transition: opacity 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.products .items:hover .image .image-position .image-content {
    opacity: 1.0;
    animation: popImageContent  0.4s cubic-bezier(0.47,2.0,0.41,0.8);
}
@keyframes popImageContent{
    0%{
        bottom: 0;
    }
    50%{
        bottom: 5px;
    }
    100%{
        bottom: 0;
    }
}
.products .items .image .image-position .image-content .image-block {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-family: OpenSans;
    font-weight: 600;
}
.products .items .image .image-position .image-content .image-block .block {
    border-radius: 5px;
    background-color: #bca662;
    color: #ffffff;
    /*padding: 3px 5px;*/
    margin-right: 5px;
    font-family: OpenSans;
    font-weight: 600;
    width: 31px;
    height: 26px;
    line-height: 18px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .items .image .image-position .image-content .image-block p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.24px;
    color: #3e3e3e;
    font-family: OpenSans;
    font-weight: 600;
    white-space: nowrap;
}

.products .items .description {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.34px;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    height: 68px;
    font-family: OpenSans;
    position: relative;
    z-index: 2;
}
.products .items .description a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #3e3e3e;
}
@media screen and (max-width:1024px) {
    .products .items .description a{
        max-height: 48px;
    }
}
.products .items:hover .description {
    opacity: 0.3;
}
.products .items .original-price {
    font-size: 13px;
    letter-spacing: 0.28px;
    text-decoration: line-through;
    color: #666666;
    margin-bottom: 0px;
    font-family: OpenSans;
}
.products .items .old-price,
.products .items .old-price + .price,
.products .items .saved-price {
    margin-bottom: 0px;
}
.products .items .old-price {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 13.62px;
    letter-spacing: 0.24375000596046448px;
    color: #7B7B7B;
    background-color: #F9F9F9;
}
.products .items .old-price span {
    font-size: 16px;
    line-height: 21.79px;
    text-decoration: line-through;
}
.products .items .saved-price {
    font-size: 12px;
    line-height: 21.6px;
    color: #037B66;
    margin-bottom: 0px;
}
.products .items .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px 4px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: OpenSans;
    margin: 0;
    line-height: 1;
}
.products .items .price {
    color: #9d0229;
}
.products .items .price.online-exclusive,
.products .items .price.price-vip {
    color: #fe7e3a;
}
.products .items .price.price-fixed,
.products .items .price.price-org {
    color: #3e3e3e;
}
.products .items .price.member-exclusive {
    color: #8C7E5C;
}
.products .items .price .member-tag {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(99.97deg, #AF9E73 7.83%, #494230 135.25%);
  border-radius: 2px;
  padding: 2px 4px;
}
.products .items .price span:not(.member-tag) {
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-right: -2px;
}
.products .items .actions {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 38px;
    position: relative;
    z-index: 2;
}
.products .items .actions div:not([class]){
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}
.products .items .actions .add-cart-action {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.products .items:hover .actions .add-cart-action {
    opacity: 1;
}
.products .items .actions .add-cart-action.added-cart {
    opacity: 1;
}
.products .items .actions .add-cart-action .add-cart {
    border-radius: 100%;
    background-color: #9d0229;
    color: #ffffff;
    box-shadow: 0 2px 8px 0 rgb(95 30 47 / 30%);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/0001-plp-revamp/icon-add-to-cart.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.products .items .actions .add-cart-action .add-cart i{
    opacity: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width:1025px) {
    .products .items .saved-price {
        position: absolute;
        top: 100%;
        left: 0;
    }
}
@media screen and (max-width:1024px) {
    .products .items {
        height: unset;
        /* max-width: calc(50% - 7.5px); */
        flex-basis: calc(25% - 15px);
    }
    .products .items .image .image-position .image-content{
        position: unset;
        justify-content: flex-start;
    }
    .products .items .description{
        margin: 10px 0 12px;
    }
    .products .items .actions .add-cart-action .add-cart{
        width: 36px;
        height: 36px;
    }
    .products .items .actions{
        min-height: 36px;
        height: auto;
        gap: 2px;
    }
}
.products .items .actions .cart-input {
    display: none;
    align-items: center;
    border-radius: 19px;
    border: solid 0.5px rgba(62, 62, 62, 0.2);
    background-color: #fff;
    padding: 0 8px;
    margin-top: 6px;
    height: 38px;
    width: 100px;
    justify-content: space-around;
}
@media screen and (max-width: 1024px){
    .products .items .actions .cart-input {
        height: 36px;
        width: unset;
    }
}
.products .items .actions .cart-input input {
    border: 0;
    outline: 0;
    width: 22px;
    font-size: 16px;
    letter-spacing: 0.43px;
    text-align: center;
    color: #3e3e3e;
    font-weight: 600;
    font-family: OpenSans;
    flex-grow: 1;
}
.products .items .actions .cart-input .icon {
    color: #9d0229;
}

/* item fav btn */
.products .items .btn-fav {
    width:  30px;
    height:  30px;
    border-radius: 30px;
    object-fit: contain;
    box-shadow: 0 2px 8px 0 rgba(85, 74, 42, 0.15);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 12;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.products .items .btn-fav::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url("../img/0001-plp-revamp/icon-add-to-fav.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 0.2s ease-in-out;
}

.products .items .btn-fav.item-fav::before {
    background-image: url("../img/0001-plp-revamp/icon-add-to-fav-selected.svg");
    animation: popHeart 0.5s ease-in-out;
}

@keyframes popHeart{
    0%{
        transform: scale(0.75);
    }
    50%{
        transform: scale(1.25);
    }
    100%{
        transform: scale(1);
    }
}

.products .items .btn-fav img {
    width: 19x;
    height: 19px;
    opacity: 0.0;
    margin-top: 6px;
    margin-left: 2px;
    transform: scale(0.33);
    transform-origin: center;
    transition: all 0.2s ease;
}
.products .items .btn-fav.item-fav img {
    display: none;
    opacity: 1.0;
    transform: none;
    margin-top: 6px;
    margin-left: 3px;
    transform: scale(1.00);
    transition: all 0.3s cubic-bezier(.19,2.41,.45,.94);
}

/* badget */
.products .items .item-badget {
    float: left;
    margin-top: 0px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 13;
}
.products .items .item-badget [class*="discount"] {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-size: 60px 60px;
}

.products .items .item-badget .bestever {
    font-family: OpenSans;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: solid 1px #bba661;
    background-color: #000;
    font-size: 10px;
    color: #bba661;
    text-align: center;
    line-height: 10px;
    margin-bottom: 10px;
}
.products .items .item-badget .bestever > div {
    width: 60px;
    height: 60px;
    padding: 16px 0px;
}
.products .items .item-badget .bestever > div span {
    font-size: 18px;
    line-height: 24px;
    display: block;
}
.products .items .item-badget .bestever > div span.text-6 {
    font-size: 6px;
    line-height: 6px;
}
.products .items .item-badget .bestever > div span.text-16 {
    font-size: 16px;
    line-height: 16px;
}
.products .items .item-badget .exclusive {
    font-family: OpenSans;
    width: 60px;
    height: 60px;
    padding: 16px 0px;
    background-size: cover;
    background: url("../img/0001-plp-revamp/tag-online-exclusive-l.png");
    background-size: cover;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}
.products .items .item-badget .exclusive-gold {
    font-family: OpenSans;
    background: url("../img/0001-plp-revamp/tag-ww-exclusive-l.png");
    background-size: cover;
}
.products .items .item-badget .exclusive span {
    display: block;
    font-size: 10px;
    line-height: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min--moz-device-pixel-ratio: 2) {
    .products .items .item-badget .exclusive {
        background: url("../img/0001-plp-revamp/tag-online-exclusive-l@2x.png");
        background-size: cover;
    }
    .products .items .item-badget .exclusive-gold {
        background: url("../img/0001-plp-revamp/tag-ww-exclusive-l@2x.png");
        background-size: cover;
    }
}


@media screen and (-webkit-min-device-pixel-ratio: 3),
screen and (min--moz-device-pixel-ratio: 3) {
    .products .items .item-badget .exclusive {
        background: url("../img/0001-plp-revamp/tag-online-exclusive-l@3x.png");
        background-size: cover;
    }
    .products .items .item-badget .exclusive-gold {
        background: url("../img/0001-plp-revamp/tag-ww-exclusive-l@3x.png");
        background-size: cover;
    }
}

.products .items .item-badget .tag {
    font-family: OpenSans;
    width: 60px;
    height: 60px;
    padding: 8px 0px;
    background-size: cover;
    background: url("../img/0001-plp-revamp/tag-top-seller-l.png");
    background-size: cover;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
}
.products .items .item-badget .tag.tag-gold {
    font-family: OpenSans;
    background: url("../img/0001-plp-revamp/tag-best-value-l.png");
    background-size: cover;
}


@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min--moz-device-pixel-ratio: 2) {
    .products .items .item-badget .tag {
        background: url("../img/0001-plp-revamp/tag-top-seller-l@2x.png");
        background-size: cover;
    }
    .products .items .item-badget .tag.tag-gold {
        background: url("../img/0001-plp-revamp/tag-best-value-l@2x.png");
        background-size: cover;
    }
}


@media screen and (-webkit-min-device-pixel-ratio: 3),
screen and (min--moz-device-pixel-ratio: 3) {
    .products .items .item-badget .tag {
        background: url("../img/0001-plp-revamp/tag-top-seller-l@3x.png");
        background-size: cover;
    }
    .products .items .item-badget .tag.tag-gold {
        background: url("../img/0001-plp-revamp/tag-best-value-l@3x.png");
        background-size: cover;
    }
}

.products .items .item-badget .tag span {
    display: block;
}
.products .items .item-badget .new {
    width: 50px;
    height: 24px;
    padding: 2px 0;
    border-radius: 5px;
    background-color: #000;
    font-family: OpenSans;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.products .items .item-promotion-tag,
.products .items .item-promotion-tag-app-only {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 256px;
    display: flex;
    align-items: center;
    background-color: #bba661;
    border-radius: 5px;
    padding: 4px 6px;
    z-index: 20;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    transition: opacity 0.5s cubic-bezier(0.47,2.0,0.41,0.8);
}
.products .items .item-promotion-tag {
    background-color: #bba661;
}
.products .items .item-promotion-tag-app-only {
    background-color: #FE7E3A;
}
.products .items .item-promotion-tag img,
.products .items .item-promotion-tag-app-only img {
    margin-right: 5px;
}
.products .items:hover .item-promotion-tag,
.products .items:hover .item-promotion-tag-app-only {
    opacity: 0;
}
@media screen and (max-width:1024px) {
    .products .items .item-promotion-tag,
    .products .items .item-promotion-tag-app-only {
        left: 13px;
        top: 189px;
        max-width: calc(100% - 26px);
        padding: 2px 6px;
        height: fit-content;
        transform: translateY(-100%);
    }
    .products .items .item-promotion-tag > span,
    .products .items .item-promotion-tag-app-only > span {
        font-size: 11px;
        line-height: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 2px 0;
        max-height: 28px;
    }
    .products .items:hover .item-promotion-tag,
    .products .items:hover .item-promotion-tag-app-only {
        opacity: 1;
    }
}


/* show more */
.content-bottom {
    text-align: center;
}
.btn-show-more {
    width: 200px;
    height: 45px;
    margin: 0px auto 30px;
    padding: 6px 30px 5px;
    border: solid 1px #bba661;
    font-family: OpenSans;
    font-size: 14px;
    text-align: center;
    color: #bba661;
    background: none;
    font-weight: 600;
    border-radius: 0;
}
.btn-show-more:hover {
    background: #bca662;
    color: #FFF;
}
.content-alert-box {
    width: 100%;
    padding: 12px 6px 11px 10px;
    background-color: rgba(102, 102, 102, 0.03);
}
.content-alert {
    max-width: 776px;
    width: 100%;
    text-align: center;
    font-family: OpenSans;
    font-size: 13px;
    color: #666;
    margin: 0px auto;
}
.content-alert .text-cross {
    text-decoration: line-through;
}
.content-alert .text-price {
    color: #9d0229;
}
.content-alert .text-online {
    color: #fe7e3a;
}
.content-alert .text-member {
    color: #bca662;
}
.plp-main-content .plp-content > * {
    order: 3;
}
.plp-main-content .plp-main .plp-content .related-keywords-container {
    order: 2;
    padding-bottom: 40px;
    width: 100%;
}
.plp-main-content .plp-main .filter-container + .plp-content .related-keywords-container {
    max-width: 792px;
    margin: 0 auto;
}
.plp-main-content .related-keywords-container .related-keywords-content{
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}
.plp-main-content .related-keywords-container .related-keywords-title{
    order: 2;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    /* float: left; */
    font-weight: bold;
    font-family: OpenSans;
}
.plp-main-content .related-keywords-container .active-keywords-content {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.plp-main-content .related-keywords-container .active-keywords-content .active-keywords-item {
    cursor: pointer;
    height: 30px;
    padding: 0px 10px;
    width: fit-content;
    border-radius: 15px;
    background-color: #bca662;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-family: OpenSans;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
}
.plp-main-content .related-keywords-container .related-keywords-item{
    cursor: pointer;
    order: 3;
    height: 30px;
    padding: 0px 10px;
    width: fit-content;
    border-radius: 15px;
    background-color: #E1E1E1;
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-family: OpenSans;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
}
/* .plp-main-content .related-keywords-container .related-keywords-item.active{
    order: 1;
    color: #fff;
    background-color: #bca662;
}
@media screen and (max-width:768px) {
    .plp-main-content .related-keywords-container .related-keywords-item.active{
        order: 3;
    }
} */
/* filtered by */
.plp-main-content .filter-main .filteredby-container{
    display: none;
}
.plp-main-content .filteredby-container {
    width: 100%;
    padding: 0px 0px 16px;
    display: flex;
    order: 1;
}
.plp-main-content .filteredby-container .filteredby-title {
    width: 90px;
    min-width: fit-content;
    margin-right: 10px;
    font-size: 16px;
    color: #3e3e3e;
    /* float: left; */
    padding: 8px 0px;
    font-weight: bold;
    font-family: OpenSans;
}
.plp-main-content .filteredby-container .filteredby-content {
    /* float: left; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.plp-main-content .filteredby-container .filteredby-content .filteredby-item {
    max-width: 180px;
    height: 36px;
    padding: 0px 35px 0px 15px;
    border-radius: 23.5px;
    background-color: #bca662;
    font-family: OpenSans;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    margin-bottom: 12px;
    margin-right: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    position: relative;
    font-weight: 600;
}
.plp-main-content .filteredby-container .filteredby-content .filteredby-item .filteredby-closebtn {
    background-image: url("../img/0001-plp-revamp/icon-close.svg");
    background-repeat: no-repeat;
    background-position: right center;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 13px;
}
.title-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    max-width: calc(100vw - 40px);
}
.title-container .plp-title {
    width: auto;
    float: unset;
}
.title-container .plp-sorting-container{
    display: flex;
    align-items: center;
    gap: 20px;
}
.title-container .plp-sorting-container .plp-sorting-result{
    float: unset;
    padding: 0;
    white-space: nowrap;
}
.title-container .clear-both:empty{
    display: none;
}

/* hidden when mobile view */
.plp-top-mobile {
    display: none;
}
.btn-filter-close-mobile {
    display: none;
}
.plp-top-mobile .top-filter .icon-filter-mobile {
    display: none;
}
.sort-container {
    display: none;
}
.filter-container {
    border-radius: 0;
}
.filter-values .form-check .form-check-label{
    margin-bottom: 6px;
}
/* .filter-container .filter-main .filter-content .filter-values{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
}
.filter-container .filter-main .filter-content .filter-values .btn-checkbox{
    margin: 0;
} */
.filter-container .filter-bottom, .sort-container .filter-bottom {
    display: none;
}
@media screen and (max-width:1024px) {
    /* .filter-container .filter-bottom, .sort-container .filter-bottom {
        display: block;
        height: 160px;
        border-top: solid 0.5pxrgba(0, 0, 0, 0.1);
    } */
}
.filter-container .filter-bottom-spacing {
    display: none;
}
.filter-container-bg {
    display: none;
    opacity: 0.5;
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
}
[class*="product-tag"] {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-size: 60px 60px;
}
[class*="product-tag-new"] {
    width: 40px;
    height: 24px;
    margin-bottom: 10px;
}

.out-of-stock {
    flex-grow: 1;
    padding: 5px 0;
    border-radius: 19px;
    background-color: rgba(102, 102, 102, 0.5);
    font-family: OpenSans;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    max-width: 110px;
}

@media screen and (max-width: 1024px) {
    .out-of-stock {
        font-size: 10px;
        max-width: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .plp-revamp-2021 {
        margin-top: 0;
    }
    .plp-top-banner-container {
        margin: 0;
    }
    .plp-top-banner {
        width: 1024px;
    }
    .plp-top-banner:not(.mobile){
        display: none;
    }
    .plp-top-banner.mobile{
        display: block;
    }
    
    .title-container .plp-title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: -2.5px;
    }

    .plp-sorting-result {
        line-height: 2;
    }
    #globalWrapper .plp-revamp-2021 .plp-main-content .content {
        width: 100%;
        padding: 0px 50px;
    }
    .filter-container {
        max-width: unset;
        float: none;
        width: 100%;
        display: none; 
        position: fixed;
        left: 0px;
        top: auto;
        right: 0px;
        bottom: 0px;
        height: 100%;
        background: #FFF;
        z-index: 10001;
        overflow: scroll;
    }
    .filter-box {
        padding: 0px 28px 18px;
    }
    .breadcrumbs {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
    }
    .title-container {
        padding-bottom: 40px;
        width: 100%;
        margin: 0px auto 24px;
        padding: 0px;
        max-width: unset;
    }
    .plp-sorting {
        display: none;
    }
    .plp-content {
        float: none;
        margin: 0px auto;
        width: 100%;
    }
    .products .items .item-bottom-bg {
        height: 50%;
    }
    .products .items .image {
        height: 170px;
        z-index: 10;
    }
    .products .items .image .image-position {
        height: 170px;
        z-index: 11;
    }
    .products .items:hover .image .image-position {
        height: 170px;
    }
    .products .items .image img {
        height: 170px;
    }
    .products .items .description {
        /* width: 129px; */
        height: 65px;
        font-size: 12px;
    }
    .products .items .old-price {
        margin-bottom: 4px;
    }
    .products .items .old-price span {
        font-size: 16px;
        line-height: 21.79px;
    }
    .products .items .saved-price {
      line-height: 18px;
    }
    .products .items .original-price {
        font-size: 10px;
        margin-bottom: 0px;
    }
    .products .items .price {
        font-size: 16px;
        font-weight: 600;
    }
    .products .items .price span {
        font-size: 12px;
        font-weight: 600;
    }
    .products .items .image .image-position .image-content .image-block {
        margin-right: 4px;
    }
    .products .items .image .image-position .image-content .image-block:nth-child(2n) {
        margin-right: 0px;
    }
    .products .items .image .image-position .image-content .image-block .block {
        font-size: 10px;
        width: 20px;
        height: 18px;
    }
    .products .items .image .image-position .image-content .image-block p {
        font-size: 10px;
    }
    .content-alert {
        width: 100%;
        font-size: 12px;
    }

    .plp-top-mobile {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }
    .plp-top-mobile .top-filter {
        width: 50%;
        height: 56px;
        background-color: rgba(180,178,175, 0.08);
        float: left;
        font-size: 13px;
        color: #3e3e3e;
        line-height: 56px;
        cursor: pointer;
        font-family: OpenSans;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
    .plp-top-mobile .seperator {
        position: absolute;
        height: 30px;
        border: solid 0.5px #000;
        opacity: 0.1;
        left: 50%;
        top: 12px;
    }
    .plp-top-mobile .top-filter .top-sort .icon-arrow-down {
        padding-left: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% + 20px);
        margin: auto;
    }
    .plp-main-content .related-keywords-container {
        max-width: 100%;

    }
    .filter-container .filter-header {
        height: 66px;
        margin-bottom: 18px;
    }
    .filter-container .filter-header .filter-title {
        width: 100%;
        text-align: center;
        /* padding-top: 20px; */
        z-index: 1;
        /*float: none;*/
        /* padding-bottom: 20px; */
        margin-bottom: 0px;
        position: absolute;
        font-family: OpenSans;
        font-weight: bold;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .filter-container .filter-header .btn-filter-clear {
        position: absolute;
        top: 20px;
        left: 28px;
        z-index: 10;
    }
    .sort-container .filter-header {
        padding-bottom: 0px;
        position: relative;
    }

    .btn-filter-close-mobile {
        display: block;
        /* padding-right: 25px;
        padding-top: 20px; */
        z-index: 10;
        position: absolute;
        top: 0;
        bottom: 10px;
        margin: auto;
        right: 25px;
        height: fit-content;
    }
    .filter-header .filter-bottom-line {
        clear: none;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        border-top: 0px;
    }

    .plp-top-mobile .top-filter .icon-filter-mobile.add-filtered {
        display: initial;
        padding-left: 10px;
        margin-top: -6px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: calc(50% + 20px);
    }

    .products .items .item-badget {
        top: 12px;
        left: 12px;
    }

    .products .items .item-badget .exclusive {
        width: 40px;
        height: 40px;
        padding: 12px 0px;
        font-size: 9px;
        line-height: 9px;
        margin-bottom: 10px;
    }
    .products .items .item-badget .exclusive-gold {
        background: url("../img/0001-plp-revamp/tag-ww-exclusive-l.png");
        background-size: cover;
    }
    .products .items .item-badget .exclusive span {
        display: block;
        font-size: 7px;
        line-height: 7px;
    }
    .products .items .item-badget .new {
        width: 32px;
        height: 20px;
        font-size: 10px;
    }

    .products .items .item-badget .tag {
        width: 40px;
        height: 40px;
        font-size: 8px;
        margin-bottom: 10px;
        padding: 6px 0px;
    }
    .products .items .actions .add-cart-action {
        opacity: 1;
    }
    .products .items .original-price {
        display: block;
        margin-top: 16px;
    }
    /* .products .items .price {
        color: #9d0229;
    } */
    /* .products .items {
        margin-top: 0px;
    } */
    .products .items .image .image-position .image-content {
        opacity: 1;
        margin-top: 62px;
    }
    .products .items:hover .image .image-position {
        height: 170px;
        margin-bottom: unset;
    }
    .products .items:hover .description {
        opacity: 1;
    }
    .plp-main-content .filteredby-container {
        padding-bottom: 20px;
        display: none;
    }
    .plp-main-content .filter-main .filteredby-container {
        padding: 0px 28px 0 ;
        margin-bottom: -6px;
        display: block;
    }    
    .plp-main-content .filteredby-container .filteredby-content{
        padding-bottom: 12px;
        /* border-bottom: solid 1px rgba(0, 0, 0, 0.2); */
    }
    .plp-main-content .filter-main .filteredby-container .filteredby-title{
        display: none;
    }


    .filter-values .form-check .form-check-input + label {
        width: 85%;
    }
    .filter-content.filter-rating .filter-values .rating-value {
        width: 88%;
    }
    .filter-content.filter-rating .filter-values .rating-value .irs-line-left {
        height: 5px;
        border-radius: 5px;
    }
    .filter-content.filter-rating .filter-values .rating-value .irs-line-right {
        height: 5px;
        border-radius: 5px;
    }
    .sort-container {
        width: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background: #FFF;
        z-index: 10001;
        overflow: scroll;
    }
    .sort-container .filter-header .filter-title {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        z-index: 1;
        float: none;
        padding-bottom: 20px;
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sort-box .sort-content .sort-values{
        display: flex;
        flex-direction: column;
    }
    .sort-box .sort-content .sort-values .form-check{
        display: flex;
        gap: 10px;
        min-height: 40px;
        align-items: center;
    }
    .sort-box .sort-content .sort-values .form-check .form-check-label{
        padding: 0;
    }
    .sort-box {
        padding: 20px 10px 12px;
    }
    .sort-box {
        font-family: OpenSans;
        font-size: 16px;
        color: #3e3e3e;
        padding-bottom: 104px;
        overflow: scroll;
    }
    .sort-values .form-check .check-label, .sort-values .form-check .form-check-label {
        vertical-align: top !important;
    }
    .sort-values .form-check .form-check-input {
        position: absolute;
        opacity: 0;
    }
    .sort-values .form-check .form-check-input + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        background: #FFF;
        padding-left: 24px;
        width: 14px;
        height: 0px;
        border: 0px;
    }
    .sort-values .form-check .form-check-input {
        position: absolute;
        opacity: 0;
    }
    .sort-values .form-check .form-check-input + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        background: #FFF;
        padding-left: 27px;
        margin-bottom: 24px;
    }
    .sort-values .form-check .form-check-input + label:before {
        content: "";
        display: inline-block;
        vertical-align: text-top;
        width: 18px;
        height: 18px;
        border-radius: 18px;
        border: solid 1px rgba(102, 102, 102, 0.4);
        background: #FFF;
        margin-right: 12px;
        position: absolute;
        margin-left: -17px;
    }
    .sort-values .form-check .form-check-input:checked + label:before {
        background: #FFF;
        width: 18px;
        height: 18px;
        border: solid 1px rgba(102, 102, 102, 0.4);
        border-radius: 18px;
    }
    .sort-values .form-check .form-check-input:checked + label:after {
        content: "";
        /*content: "\2713";*/
        color: #FFF;
        text-align: center;
        position: absolute;
        left: 10px;
        top: 0px;
        width: 18px;
        height: 18px;
        border-radius: 18px;
        font-weight: bold;
        background: #bba562;
        background-image: url("../img/0001-plp-revamp/icon-tick-white.svg");
        background-position: center center ;
        background-repeat: no-repeat;
    }
    .sort-values .form-check .form-check-label {    
        padding-left: 27px;
        font-family: OpenSans;
        font-weight: 600;
        font-size: 13px;
        color: #666;
        margin-bottom: 0px;
    }
    .sort-values .form-check .filter-check-count {
        font-family: OpenSans;
        font-size: 12px;
        text-align: right;
        color: #666;
        vertical-align: top;
        float: right;
    }
    
    .filter-container .filter-bottom,
    .sort-container .filter-bottom {  
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 80px;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background: #FFF;
        display: block;
        z-index: 100;
    }
    .filter-container .filter-bottom .filter-confirm, .sort-container .filter-bottom .filter-confirm {  
        width: 600px;
        height: 45px;
        padding: 6px 230px 5px;
        background-color: #9d0229;
        font-family: OpenSans;
        font-size: 14px;
        text-align: center;
        color: #fff;
        border: 0px;
        margin-top: 18px;
        font-weight: 600;
        border-radius: 0;
    }
    .filter-container .filter-bottom-spacing {
        height: 80px;
        display: none;
    }
    .products .items .item-badget [class*="discount"] {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        background-size: 40px 40px;
    }

    .products .items .item-badget .bestever {
        font-family: OpenSans;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: solid 1px #bba661;
        background-color: #000;
        font-size: 7px;
        color: #bba661;
        text-align: center;
        line-height: 7px;
        margin-bottom: 10px;
    }
    .products .items .item-badget .bestever > div {
        width: 40px;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0px;
    }
    .products .items .item-badget .bestever > div span {
        font-size: 12px;
        line-height: 12px;
        display: block;
    }
    .products .items .item-badget .bestever > div span.text-16 {
        font-size: 10px;
        line-height: 10px;
    }
    .filter-box .price-range-buttons {
        display: none;
    }
    .breadcrumbs .bc-link {
        width: auto;
        margin: 0px;
        float: left;
    }
    .breadcrumbs img.Iconarrow {
        margin: 4px 6px;
        padding: 0px;
        float: left;
    }
    .filter-title {
        margin-bottom: 18px;
    }
    .filter-header, .filter-content {
        padding-bottom: 18px;
    }
    .filter-open .filter-title, .filter-close .filter-title {
        font-size: 14px;
    }
    .filter-values .form-check {
        /* margin-bottom: 12px; */
    }
    .filter-content {
        padding-bottom: 12px;
    }
    .filter-content .irs .irs-min, .filter-content .irs .irs-max {
        padding: 0px;
    }
    .filter-content .irs .irs-from {
        /*left: 0px !important;*/
        padding: 0px;
    }
    .filter-content .irs .irs-to {
        /*left: auto !important;*/
        /*right: 0px !important;*/
        padding: 0px;
    }
    .filter-content.filter-discount .irs .irs-min, .filter-content.filter-discount .irs .irs-max {
        display: none;
    }
    [class*="product-tag"] {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        background-size: 40px 40px;
    }
    [class*="product-tag-new"] {
        width: 30px;
        height: 18px;
        margin-bottom: 10px;
        background-size: 40px 40px;
    }
}

@media screen and (max-width: 1024px) {
    .breadcrumbs {
        padding: 30px 0 15px;
        display: flex;
    }
    .title-container {
        width: 100%;
        /* padding: 0px 20px; */
    }
    .plp-content {
        max-width: unset;
        margin: 0;
        /* width: 510px; */
        /* padding: 0px 20px; */
    }
    .products .items {
        min-width: 160px;
        /* height: 324px;
        margin-right: 15px;
        margin-bottom: 18px; */
        padding: 12px;
        flex-grow: 1;
    }
    /* .products .items:nth-child(n) {
        margin-right: 15px;
    }
    .products .items:nth-child(3n) {
        margin-right: 0px;
    } */
    .btn-show-more{
        margin-top: 15px;
    }
    .filter-container {
        /* top: 0; */
    }
    .filter-container .filter-header {
        width: 100%;
        position: fixed;
        height: 66px;
        margin-bottom: 18px;
        border-radius: 20px 20px 0px 0px;
        background: #FFF;
        z-index: 10;
    }
    .filter-container .filter-main {
        margin-top: 54px;
        padding-top: 20px;
        height: calc(100% - 134px);
        overflow: auto;
    }
    .filter-container .filter-main .filter-box:first-of-type{
        margin-top: 80px;
    }
    .sort-container {
        /*top: 66px;*/
        height: fit-content;
        border-radius: 20px 20px 0px 0px;
        top: auto;
    }
    .sort-container .filter-header .filter-title {
        /* margin-bottom: 12px; */
        border-radius: 20px 20px 0px 0px;
        /* padding-bottom: 0px ; */
    }
    .filter-container .filter-bottom .filter-confirm, .sort-container .filter-bottom .filter-confirm {
        padding: 0px;
        width: 298px;
    }
    .filter-container .filter-bottom-spacing {
        display: block;
        height: 145px;
    }
    .plp-main-content .filteredby-container .filteredby-content {
        width: 100%;
    }
    .plp-sorting-result {
        padding-top: 10px;
        color: rgba(62, 62, 62, 0.7);
    }
    /* .plp-top-banner-container {
        height: 140px;
    } */
    .plp-top-banner {
        width: 100%;
        height: 140px;
    }
    .filter-values-fix {
        max-height: 158px;
    }
}

@media screen and (max-width: 768px) {
    #globalWrapper .plp-revamp-2021 .plp-main-content .content {
        padding: 0px 20px;
    }
    .filter-container {
        /* top: 66px; */
        height: calc(100% - 66px);
        border-radius: 20px 20px 0px 0px;
        overflow: hidden;
    }
}

@media screen and (max-width: 450px) {
    .plp-content {
        /* max-width: 335px; */
        max-width: unset;
        /*padding: 0px 20px;*/
    }
    /* .products .items {
        min-width: 160px;
        height: 324px;
        margin-right: 15px;
        margin-bottom: 18px;
    } */
    /* .products .items:nth-child(n) {
        margin-right: 0px;
    }
    .products .items:nth-child(3n) {
        margin-right: 0px;
    }
    .products .items:nth-child(2n) {
        margin-right: 0px;
    }
    .products .items:nth-child(2n+1) {
        margin-right: 15px;
    } */
}

.bootstrap-select.btn-group .dropdown-toggle .caret{
    filter: invert(69%) sepia(44%) saturate(390%) hue-rotate(8deg) brightness(89%) contrast(86%);
}

.filter-container .filter-box.filter-open .filter-content input[type='text']:hover,
.filter-container .filter-box.filter-open .filter-content input[type='text']:focus-within{
  border-bottom:2px solid #3e3e3e;
  margin-bottom: 20px;
}
body.noScroll{
    overflow: hidden;
}