.clear-both {
  clear: both;
}

.zoom,
.original {
  position: relative;
}

.zoom {
  display: inline-block;
}

.original {
  cursor: crosshair;
}

#target {
  width: calc(var(--t) / 2);
}

.zoom .viewer {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zoom .viewer img {
  position: absolute;
}

.original:hover ~ div {
  display: block;
}

.original::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#wineZoom .wineZoom-container .wineZoom-box {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(172, 160, 122, 0.4);
  border: 1px solid #aca07a;
  width: 100px;
  height: 100px;
  display: none;
  pointer-events: none;
  z-index: 1;
}

#wineZoom {
  position: relative;
}
#wineZoom .wineZoom-container .heart {
  display: block;
  position: absolute;
  top: -10px;
  right: 90px;
  z-index: 3;
}
#wineZoom .wineZoom-container .heart i {
  top: 0;
  display: block;
  color: #f0f0f0;
  cursor: pointer;
  font-size: 33px;
}
#wineZoom .wineZoom-container .sales-bubble {
  z-index: 2;
}
#wineZoom .wineZoom-container .btn-zoom {
  left: auto;
  top: auto;
  right: 20px;
  bottom: -40px;
}
#wineZoom .wineZoom-container .image {
  text-align: center;
}
#wineZoom .wineZoom-container img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  cursor: pointer;
  min-height: 440px;
  object-fit: contain;
}
#wineZoom .wineZoom-container .wineZoom-box {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(172, 160, 122, 0.4);
  border: 1px solid #aca07a;
  width: 100px;
  height: 100px;
  display: none;
  pointer-events: none;
  z-index: 1;
}
#wineZoomPhoto {
  position: absolute;
  bottom: 0;
  top: 0;
  left: calc(100% + 10px);
  z-index: 1000;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: none;
  overflow: hidden;
  /* -webkit-transform: translateX(calc(100% - 78px));
  transform: translateX(calc(100% - 78px)); */
  width: 419px;
  height: 600px;
  padding: 0 25px 0 0;
  box-shadow: 0 2px 10px 0 rgba(85, 74, 42, 0.15);
}
body.mobile-device #wineZoom .wineZoom-container .wineZoom-box,
body.mobile-device #wineZoomPhoto {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .pdp.product-details .view-Wines .main .popup .img.productdImgZoom {
    overflow: visible;
    height: auto;
  }
  #wineZoom .wineZoom-container .product {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  #wineZoomPhoto {
    /* -webkit-transform: translateX(calc(100% - 4px));
    -ms-transform: translateX(100%) translateX(-4px);
    transform: translateX(calc(100% - 4px)); */
  }
}
@media screen and (max-width: 1024px) {
  #wineZoom .wineZoom-container img {
    height: 315px;
    min-height: 315px;
  }
  #wineZoom .wineZoom-container .wineZoom-box,
  #wineZoomPhoto {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #wineZoom .wineZoom-container .heart {
    top: -10px;
    right: 66px;
  }
  #wineZoom .wineZoom-container .heart i {
    font-size: 33px;
  }
  #wineZoom .wineZoom-container .btn-zoom {
    display: none;
  }
}

.pdp-revamp-2021 {
  margin-top: 190px;
  padding-bottom: 0px;
}
main.productDetails{
  padding-bottom: 0px;
}

/* content */
#globalWrapper .pdp-revamp-2021 .pdp-main-content {
}
#globalWrapper .pdp-revamp-2021 .pdp-main-content .content {
  width: 1200px;
  padding: 0 20px;
}

#globalWrapper .pdp-revamp-2021 .pdp-main-content .pdp-top-bgcolor {
  background-color: #fdfdfb;
  height: 550px;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.pdp-product-data {
  width: 1200px;
  margin: 0 auto 78.6px;
  padding-top: 30px;
}

.cce .pdp-product-data .breadcrumbs{
  margin-bottom: -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;
}

.pdp-product-data.hiddenItem {
  display: flex;
}

/* pdp content */
.pdp-images-container {
  min-width: 308px;
  width: 308px;
  float: left;
  position: relative;
  margin-top: 29px;
}
.cce .pdp-images-container {
  margin-top: 37px;
}
.pdp-image-main {
  float: left;
}
.pdp-image-main img {
  width: 100%;
  height: 100%;
}

.pdp-image-small {
  width: 210px;
  height: 60px;
  margin: 20px auto;
}
.pdp-image-small .pdp-image-option {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
  cursor: pointer;
  text-align: center;
}
.pdp-image-small .pdp-image-option:last-child {
  margin-right: 0px;
}
.pdp-image-small .pdp-image-option.selected {
  border: solid 0.5px #bba661;
}
.pdp-image-small .pdp-image-option img {
  /*width: 100%;*/
  height: 100%;
}

/* badges */
.pdp-images-container .item-badge {
  float: left;
  margin-top: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 80px;
  pointer-events: none;
}
.pdp-images-container .item-badge .discount,
.pdp-images-container .product-tag {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-size: 80px 80px;
  float: left;
}

/* pdp info */
.pdp-info {
  position: relative;
  width: calc(100% - 350px - 308px - 47px);
  min-height: 350px;
  float: left;
  margin-top: 70px;
  margin-left: 30px;
}
.pdp-info.hiddenItem {
  width: 100%;
  height: 100%;
}
.pdp-info .brand {
  font-size: 18px;
  font-weight: 600;
  color: #bba562;
  letter-spacing: 0.36px;
  margin: 0px;
  line-height: 30px;
}
.pdp-info .name {
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #3e3e3e;
  margin: 0 0 8px;
  line-height: normal;
}
.pdp-info .name .labal{
  margin-bottom: -6.5px;
  display: inline-block;
}
.pdp-info .name span {
  vertical-align: middle;    
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}
.pdp-info .name .labal-new {
  padding: 3px 8px;
  border-radius: 4px;
  background-color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-align: center;
  color: #fff;
  display: inline;
  height: 24px;
  line-height: 13px;
  vertical-align: middle;
}

.pdp-info .size,
.pdp-info .rating {
  margin-bottom: 8px;
  position: relative;
}
.pdp-info .rating .rating-hints-content {
  position: absolute;
  background: #fff;
  width: 510px;
  height: fit-content;
  padding: 20px 30px 20px 30px;
  box-shadow: 0 2px 8px 0 rgba(85, 74, 42, 0.15);
  top: 30px;
  display: none;
  border-radius: 5px;
  z-index: 2;
}
.pdp-info .rating .rating-hints-content .triangle-with-shadow {
  width: 20px;
  height: 10px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: 45px;
}
.pdp-info .rating .rating-hints-content .triangle-with-shadow:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: rotate(45deg);
  top: 10px;
  left: -10px;
  box-shadow: 0 2px 5px 0 rgb(85 74 42 / 15%);
}
.pdp-info .rating .rating-hints-content .hints-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: #3e3e3e;
  margin-bottom: 10px;
}
.pdp-info .rating .rating-hints-content .hints-content {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.26px;
  color: #666;
  margin-bottom: 20px;
}
.pdp-info .rating .rating-hints-content .hints-labels {
}
.pdp-info .rating .rating-hints-content .hints-label {
  width: 230px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.pdp-info .rating .rating-hints-content .hints-label:nth-child(2n) {
  width: 180px;
  margin-right: 0px;
}
.pdp-info .rating .rating-hints-content .hints-label .rating-short {
  width: 31px;
  height: 20px;
  border-radius: 5px;
  background-color: #bba562;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.pdp-info .rating .rating-hints-content .hints-label .rating-name {
  font-size: 12px;
  letter-spacing: 0.26px;
  color: #3e3e3e;
}
.pdp-info .label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #666;
  line-height: 20px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 72px;
  text-align: left;
}
.pdp-info .label span {
  vertical-align: middle;
}
.pdp-info .value {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #3e3e3e;
  padding: 0px 0px 0px 10px;
  float: left;
  margin-right: 1px;
}
.pdp-info .hints {
  padding: 0px 9px 0px 2px;
  cursor: pointer;
  background: url('../img/0001-pdp-revamp/icon-info.svg') no-repeat;
  width: 30px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.pdp-info .hints:hover {
  background: url('../img/0001-pdp-revamp/icon-info-highlighted.svg') no-repeat;
}
.pdp-info .rating .rating-content {
  margin-left: 8px;
  float: left;
  width: 400px;
}
.pdp-info .rating .rating-label {
  width: 31px;
  height: 20px;
  border-radius: 5px;
  background-color: #bba562;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pdp-info .rating .rating-value {
  float: left;
  /* width: 17px; */
  height: 20px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #3e3e3e;
  margin-right: 10px;
  margin-bottom: 5px;
}

.pdp-info .reviews .review-star {
  width: 15px;
  height: 15px;
  margin: 2px 0px 0px 2px;
  float: left;
  vertical-align: text-top;
}

.pdp-info .reviews .review-count a {
  font-size: 14px;
  text-align: center;
  color: #8b8b8b;
  margin-left: 9px;
  text-decoration: underline;
}

.pdp-info .promotion {
  margin-top: 20px;
}
.pdp-info .promotion .label {
  float: none;
  width: auto;
}
.pdp-info .promotion .values .promotion-opt,
.pdp-info .promotion .values .promotion-opt-app-only {
  padding: 10px 12px;
  border-radius: 5px;
  width: auto;
  display: inline-block;
  min-height: 40px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26px;
  margin-right: 16px;
  margin-top: 8px;
  cursor: pointer;
}
.pdp-info .promotion .values .promotion-opt {
  color: #bba661;
  border: solid 1px #bba661;
}
.pdp-info .promotion .values .promotion-opt-app-only {
  color: #ffffff;
  border: solid 1px #FE7E3A;
  background-color: #FE7E3A;
}
.pdp-info .promotion .values .promotion-opt:hover{
  background-color: #bba661;
}
.pdp-info .promotion .values .promotion-opt-app-only:hover{
  background-color: #ffffff;
}
.pdp-info .promotion .values .promotion-opt:hover .option{
  color: #ffffff;
  background-image: url(../img/0001-pdp-revamp/icon-related-discount-hover.svg);
}
.pdp-info .promotion .values .promotion-opt-app-only:hover .option{
  color: #FE7E3A;
  background-color: #ffffff;
  background-image: url(../img/0001-pdp-revamp/icon-related-discount-app-only-hover.svg);
}
.pdp-info .promotion .values .promotion-opt .option,
.pdp-info .promotion .values .promotion-opt-app-only .option {
  background-repeat: no-repeat;
  padding: 0px 0px 0px 24px;
  display: block;
  width: fit-content;
  text-align: left;
  margin: auto;
}
.pdp-info .promotion .values .promotion-opt .option {
  background-position: left top;
  background-image: url(../img/0001-pdp-revamp/icon-related-discount.svg);
}
.pdp-info .promotion .values .promotion-opt-app-only .option{
  background-size: 19px;
  background-position: left center;
  background-image: url(../img/0001-pdp-revamp/icon-related-discount-app-only.svg);
}
.pdp-info .promotion .values .wine-club-opt {
  padding: 10px 12px 10px 12px;
  border-radius: 5px;
  width: calc(100% - 28px);;
  display: block;
  line-height: 1.5;
  min-height: 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: #666666;
  margin-right: 16px;
  margin-top: 8px;
  background-color: rgba(187, 166, 97, 0.15);
}
.pdp-info .promotion .values .wine-club-opt .option {
  font-weight: 600;
  background-image: url(../img/icon-outline-mgm-join-club.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 0px 0px 28px;
}
.pdp-info .promotion .values .wine-club-opt .option a {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.26px;
  color: #8b8b8b;
  text-decoration: underline;
}
.pdp-info .pdp-info-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 20px;
  padding-bottom: 30px;
}

.pdp-info-bottom.desktop {
  display: block;
}
.pdp-info-bottom.mobile {
  display: none;
}
.pdp-info-bottom .view-number {
  background-image: url('../img/0001-pdp-revamp/icon-view.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  float: left;
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #666;
}
.pdp-info-bottom .share-box {
  float: right;
  margin-top: -6px;
}
.pdp-info-bottom .share-box .label {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #666;
  float: left;
  width: auto;
  line-height: 34px;
  margin-right: 10px;
  font-weight: normal;
}
.pdp-info-bottom .share-box .share-email {
  background-image: url('../img/0001-pdp-revamp/icon-share-email.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 rgb(163 163 163 / 0.15);
  cursor: pointer;
}
.pdp-info-bottom .share-box .share-link {
  background-image: url('../img/0001-pdp-revamp/icon-share-link.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 rgb(163 163 163 / 0.15);
  cursor: pointer;
}
.pdp-info-bottom .share-box .share-mobile {
  background-image: url('../img/0001-pdp-revamp/icon-share-2-on.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  float: left;
  display: none;
}

/* price & add to cart */
.pdp-price-box {
  width: 350px;
  /*height: 470px;*/
  padding: 15px 20px 30px 19px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #fbfaf5, #f5f2e8);
  float: left;
  position: relative;
  margin-left: 17px;
}
.pdp-price-box.hiddenItem {
  display: none !important;
}
.pdp-price-box .price-badge {
  position: absolute;
  top: 15px;
  right: 19px;
}
.pdp-price-box .price-badge .discount {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  background-size: 60px 60px;
  float: left;
}
.pdp-price-box .cce-store{
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
}
.pdp-price-box .cce-store .name{
  color: #3E3E3E;
  letter-spacing: 0.257143px;
  margin-bottom: 4px;
  height: 18px;
  display: flex;
  align-items: center;
}
.pdp-price-box .cce-store .value{
  display: flex;
  align-items: center;
}
.pdp-price-box .cce-store .value .store{
  font-weight: 700;
  letter-spacing: 0.24375px;
  color: #9D0229;
  height: 20px;
  display: flex;
  align-items: center;
}
.pdp-price-box .cce-store .value a{
  margin-left: 8px;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  color: #666666;
}
.pdp-price-box .cce-store .tooltips {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  margin-top: 8px;
  padding: 1px;
}
.pdp-price-box .cce-store .tooltips img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.pdp-price-box .cce-store .tooltips .tooltips-content {
  padding: 8px;
  border-radius: 5px;
  max-width: min(282px, 100%);
  width: max-content;
  color: #3e3e3e;
  gap: 8px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  background-color: #e7e1d0;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
}
.pdp-price-box .cce-store .tooltips .tooltips-content-wrapper {
  display: flex;
  position: relative;
  margin-top: 6px;
  z-index: 3;
}
.pdp-price-box .cce-store .tooltips .tooltips-content-wrapper::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 33px;
  border-bottom: 6px solid #e7e1d0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.price {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  color: #bba661;
  margin-top: 15px;
}
.pdp-price-box .price {
  padding-right: 60px;
}
.price.redemption p img {
  width: 16px;
  height: 19px;
}
.price.redemption p {
  font-size: 24px;
  font-weight: 600;
  /* letter-spacing: 0.48px; */
  color: #3e3e3e;
  white-space: nowrap;
  letter-spacing: 0;
}
.price p {
  margin-bottom: 0px;
}
.price span {
  vertical-align: middle;
}
.pdp-tl .price span:first-of-type {
  margin-right: 5px;
  display: inline-block;
}
.price .value {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.48px;
  color: #bba661;
  line-height: 30px;
}
.org-price {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #8b8b8b;
  text-decoration: line-through;
}
.earn {
  font-size: 12px;
  letter-spacing: 0.26px;
  color: #3e3e3e;
  background-image: url('../img/0001-pdp-revamp/icon-wine-club-points.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px 18px;
  padding-left: 23px;
  margin-bottom: 5px;
}
.earn .text-point {
  font-weight: 600;
}
.earn a.text-link {
  margin-left: 5px;
  color: #8b8b8b;
  text-decoration: underline;
}
.limit {
  font-size: 12px;
  letter-spacing: 0.26px;
  color: #3e3e3e;
  background-image: url('../img/0001-pdp-revamp/icon-quantity.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px 18px;
  padding-left: 23px;
  margin-bottom: 5px;
}

.limit .text-number {
  font-weight: 600;
}

.discount-box {
  min-height: 36px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  color: #3e3e3e;
  background-image: url('../img/0001-pdp-revamp/combined-shape.svg');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 8px 10px 8px 15px;
  margin-bottom: 5px;
  position: relative;
  width: 312px;
  max-width: 100%;
}
.discount-box:last-child {
  margin-bottom: 15px;
}
.discount-box img {
  float: right;
  cursor: pointer;
}
.discount-box .status {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: fit-content;
  right: 0px;
  padding: 8px 10px;
}
.discount-box .status-added {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 10px;
}
.discount-box .status-added img {
  float: none;
  vertical-align: middle;
  padding-right: 4px;
}
.discount-box .status-added span {
  vertical-align: middle;
}
.free-shipping {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #666;
  background-image: url('../img/0001-pdp-revamp/icon-delivery.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22px 22px;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 5px;
}

.pick-up {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #666;
  background-image: url('../img/0001-pdp-revamp/icon-store-copy.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22px 22px;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 5px;
}

.check-availability {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: #9d0229;
  background-image: url('../img/0001-pdp-revamp/icon-locator.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22px 22px;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 5px;
}

.check-unavailabile {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #666666;
  background-image: url(../img/0001-pdp-revamp/icon-store-unavailable.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22px 22px;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 5px;
}

.check-cnc-availability{
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #9d0229;
  background-image: url(../img/0001-pdp-revamp/check-cnc-availability.gif);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22px 22px;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 5px;
}

.cce-pick-up{
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #3e3e3e;
  background-image: url(../img/cce_store_locator/cce-logo-black.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22px 22px;
  padding-left: 30px;
  line-height: 16px;
  margin-bottom: 5px;
  padding-top: 3px;
  margin-top: -3px;
}
.cce-pick-up span{
  font-weight: 600;
}


.check-availability a,
.check-cnc-availability a{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: #9d0229;
  text-decoration: underline;
}
.addtocart-box {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.addtocart-box.redemption {
  margin-bottom: 20px;
}
.pdp-tr.oos {
  margin-bottom: 30px;
  clear: right;
}
.pdp-tr.oos .add-cart-action {
  display: none;
}
.pdp-tr.oos .addtocart-box {
  margin-bottom: 8px;
}
.pdp-tr.oos .addtocart-box .check-unavailabile {
  background-image: none;
  padding-left: unset;
}
.pdp-tr.oos .check-availability {
  margin-top: -16px;
  margin-bottom: unset;
}
.pdp-tr.oos .check-unavailabile {
  margin-bottom: unset;
}
@media screen and (max-width: 1024px){
  .pdp-tr.oos {
    margin-bottom: 20px;
  }
  .pdp-tr.oos .addtocart-box {
    align-items: flex-start;
    margin-bottom: 6px;
  }
  .pdp-tr.oos .addtocart-box .out-of-stock {
    margin-bottom: unset;
  }
  .pdp-tr.oos .check-availability {
    margin-top: -24px;
    background-image: none;
    padding-left: unset;
  }
}
/* .addtocart-box.redemption div:not([class]){
  display: none;
} 
.addtocart-box.redemption .btn-addtocart{
  width: 100%;
} */
.addtocart-box .btn-addtocart {
  width: 249px;
  height: 40px;
  background-color: #9d0229;
  text-align: center;
  flex-grow: 1;
}
.cce .addtocart-box .btn-addtocart{
  background-color: #BCA662;
}
.addtocart-box .btn-addtocart a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}
.addtocart-box .btn-addtocart span {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #fff;
  width: auto;
  background-image: url('../img/0001-pdp-revamp/icon-cart-white.svg');
  background-repeat: no-repeat;
  padding-left: 30px;
}
.addtocart-box .btn-addtofav {
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: relative;
  float: left;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgb(163 163 163 / 15%);
  margin-left: 21px;
}

.addtocart-box .btn-addtofav::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;
}

.addtocart-box .btn-addtofav.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);
    }
}

.pdp-price-box .out-of-stock{
  max-width: unset;
  width: 311px;
  height: 41px;
  margin-top: 20px;
}
.pdp-price-box .addtocart-box .out-of-stock {
  border-radius: unset;
  margin-top: unset;
  color: #ffffff80 !important;
  background-color: #aeaeae;
}
.pdp-price-box .cart-input {
  align-items: center;
  border-radius: 19px;
  border: solid 0.5px rgba(62, 62, 62, 0.2);
  background-color: #fff;
  padding: 0 8px;
  margin-top: 20px;
  width: 311px;
  max-width: 100%;
  height: 41px;
  justify-content: space-around;
  margin-bottom: 15px;
  display: flex;
}
.pdp-price-box .cart-input .icon {
  color: #9d0229;
}
.pdp-price-box .cart-input input {
  border: 0;
  outline: 0;
  width: 142px;
  font-size: 20px;
  letter-spacing: 0.43px;
  text-align: center;
  color: #3e3e3e;
  font-weight: 600;
  flex-grow: 1;
  height: 30px;
}
.pdp-price-box .cart-input .icon.icon-icon_font_minus::before,
.pdp-price-box .cart-input .icon.icon-icon_font_plus:before {
  width: 66px;
}

/* about */
.about-product {
  width: 1200px;
  margin: 0px auto 50px;
  display: flex;
  justify-content: normal;
}
.about-product .about-desc {
  width: 400px;
  margin-right: 160px;
}
.about-title {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: 0.56px;
  color: #bba562;
  margin-bottom: 30px;
}
.about-content {
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #3e3e3e;
}

/* About The Accessory */
.accessory {
  width: 1200px;
  margin: 0px auto 80px;
}
.accessory.hiddenItem {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 160px;
}
.accessory .accessory-title {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: 0.56px;
  color: #bba562;
  margin-bottom: 30px;
}
.accessory .accessory-desc-hiddenItem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 160px;
}
.accessory.hiddenItem  .accessory-desc {
  -webkit-columns: unset;
  -moz-columns: unset;
  columns: unset;
}
.accessory .accessory-desc {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  column-gap: 50px;
  font-size: 16px;
  letter-spacing: 0.24px;
  width: 100%;
  color: #3e3e3e;
  orphans: 16;
}
.accessory.hiddenItem .accessory-desc {
    display: block;
}
.accessory .accessory-desc .accessory-desc-mb {
  margin-bottom: 16px;
}
.accessory .accessory-mobile {
  display: none;
}
.accessory .accessory-mobile.hiddenItem {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 150px;
}
.accessory .accessory-mobile .accessory-country,
.accessory .accessory-mobile .accessory-colour {
  margin-bottom: 20px;
}
.accessory .accessory-mobile .accessory-country .accessory-country-title,
.accessory .accessory-mobile .accessory-colour .accessory-colour-title,
.accessory .accessory-mobile .accessory-dimension .accessory-dimension-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.34px;
  color: #3e3e3e;
  margin-bottom: 8px;
}
.accessory .accessory-mobile .accessory-country .accessory-country-desc,
.accessory .accessory-mobile .accessory-colour .accessory-colour-desc,
.accessory .accessory-mobile .accessory-dimension .accessory-dimension-desc {
  font-size: 16px;
  letter-spacing: 0.34px;
  color: #3e3e3e;
}

.about-features {
  width: 200px;
  margin-right: 90px;
}
.about-features .pdp-info{
  min-height: unset;
}
.about-features .feature-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.34px;
  color: #3e3e3e;
  line-height: 22px;
  margin-bottom: 8px;
}

.about-features .feature-value {
  font-size: 16px;
  letter-spacing: 0.34px;
  color: #3e3e3e;
  line-height: 22px;
  margin-bottom: 30px;
}
.about-features .feature-value a{
  color: #3e3e3e;
}
.about-features .feature-value a:hover{
  text-decoration: underline;
  color: #bba661;
}
.about-features .pdp-info {
  height: fit-content;
  margin: 0;
  width: 100%;
}
.about-features .pdp-info .rating{
  display: flex;
  flex-direction: column;
  margin: 0;
  width: fit-content;
}
.about-features .pdp-info .rating .rating-content{
  margin-left: 0;
  margin-bottom: 25px;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.about-filter {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #F9F9F9;
  margin-top: -21px;
  padding: 21px 33px 29px;
  height: fit-content;
}
.about-filter .rating-score-group {
  display: grid;
  grid-template-columns: minmax(124px, max-content) 147px;
  gap: 0 14px;
  width: fit-content;
}
.about-filter .rating-score-group .rating-group {
  display: contents;
}
.about-filter .rating-group {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
} 
.about-filter .rating-group .rate-title {
  font-weight: 600;
  grid-column: 1 / span 2;
}
.about-filter .rating-group:not(:first-child) .rate-title {
  margin-top: 20px;
}
.about-filter .rating-group .rate-detail {
  display: contents;
}
.about-filter .rating-group .rate-detail .rate-score {
  display: flex;
  gap: 10px;
  padding: 4px 0;
  --clip: 3px;
  clip-path: polygon(0 var(--clip), 100% var(--clip), 100% calc(100% - var(--clip)), 0 calc(100% - var(--clip)));
  position: relative;
  overflow: hidden;
  --n: 6;
  --g: 10px;
  --c: 16px;
  --r: calc(var(--c) / 2 + 0.1px);
  --d: calc(var(--c) + var(--g));
  --m: max(min(var(--max, var(--n)), var(--n)), 0);
  --s: min(var(--m), max(var(--score, 0), 0));
}
.about-filter .rating-group .rate-detail .rate-score::before,
.about-filter .rating-group .rate-detail .rate-score::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: calc(var(--d) * var(--n));
  mask: radial-gradient(var(--r), #0000 96%, #000), linear-gradient(#000 0 0);
  mask-composite: exclude;
  mask-repeat: round;
  mask-position: -5px;
  mask-size: calc(3* var(--r));
  clip-path: polygon(
    0 0,
    calc(100% - var(--d) * var(--offset) - var(--safty, 0px)) 0,
    calc(100% - var(--d) * var(--offset) - var(--safty, 0px)) 100%,
    0 100%
  );
  pointer-events: none;
}
.about-filter .rating-group .rate-detail .rate-score::before {
  --offset: calc(var(--n) - var(--m));
  background-color: #E1E1E1;
}
.about-filter .rating-group .rate-detail .rate-score::after {
  --offset: calc(var(--n) - var(--s));
  --safty: calc(var(--g) / 2);
  background-color: #AF9E73;
}
.about-filter .filter-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.34px;
  color: #3e3e3e;
  line-height: 22px;
  margin-bottom: 8px;
}
/* hr line */
.seperate-line {
  width: 1200px;
  height: 2px;
  margin: 0px auto 79px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.2);
}

/* food match */
.food-match {
  width: 1200px;
  margin: 0px auto 80px;
  display: flex;
  justify-content: normal;
}
.food-match-left {
  width: 400px;
  margin-right: 50px;
}
.food-match-title {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: 0.56px;
  color: #bba562;
  margin-bottom: 30px;
}
.food-match-description {
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #3e3e3e;
  margin-bottom: 35px;
}
.food-match-link,
.food-match-link:hover,
.food-match-link:active {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #bba562;
}
.food-match-sample {
  width: 160px;
  margin-right: 36px;
  float: left;
}
.food-match-sample:last-child {
  margin-right: 0;
}
.food-match-sample .sample-image {
  width: 160px;
  height: 200px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.food-match-sample .sample-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.34px;
  text-align: center;
  color: #3e3e3e;
}
.food-match + .compare-vintages{
  position: relative;
}
.food-match + .compare-vintages::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 0.5px rgba(0, 0, 0, 0.2);
  max-width: 1200px;
}
@media screen and (max-width: 1024px){
  .food-match + .compare-vintages::before{
    max-width: 772px;
  }
}
@media screen and (max-width: 600px) {
  .food-match + .compare-vintages::before{
    max-width: 336px;
  }
}

/* why shop with us */
.provenance-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 5px 8px 16px;
  border-radius: 5px;
  background: linear-gradient(89.19deg, #95032B 54.88%, #94042B 57.79%, #93052B 60.4%, #91062C 62.81%, #90072C 65.14%, #8E092C 67.5%, #8B0A2D 70%, #890C2D 72.75%, #860F2E 75.85%, #82122F 79.43%, #7E1530 83.58%, #791931 88.42%, #741D32 94.06%, #6E2133 100.6%, #672734 108.17%, #5F2D36 116.87%);
}

.provenance-btn .logo {
  min-width: 51px;
  width: 51px;
  height: 56px;
}

.provenance-btn .detail-container {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
}

.provenance-btn .detail-container .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.30000001192092896px;
}

.provenance-btn i {
  width: 22px;
  height: 22px;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-shop-with-us {
  width: 100%;
  margin: 0px auto 50px;
  border-top: 1px solid #00000033;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.shop-with-us-title {
  font-size: 28px;
  letter-spacing: 0.56px;
  color: #bba562;
}

.why-shop-with-us .shop-with-us-container {
  width: 100%;
}

.why-shop-with-us .shop-with-us-container .swiper-slide {
  width: fit-content;
}

.why-shop-with-us .shop-with-us-container .swiper-slide .item {
  width: 212px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.why-shop-with-us .shop-with-us-container .swiper-slide .item .logo {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f6ef;
}

.why-shop-with-us .shop-with-us-container .swiper-slide .item .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.30000001192092896px;
  text-align: center;
  color: #7B7B7B;
  max-width: 154px;
}

.why-shop-with-us .shop-with-us-container .swiper-slide:not(:first-child) .item {
  border-left: 1px solid #CDCDCD;
}
.why-shop-with-us .shop-with-us-container .swiper-slide:nth-child(1) .item .logo {
  background: linear-gradient(321.84deg, #F9A663 42.8%, #FFDE82 80.59%);
}
.why-shop-with-us .shop-with-us-container .swiper-slide:nth-child(2) .item .logo {
  background: linear-gradient(312.41deg, #6475A1 26.96%, #93A3D4 70.29%);
}
.why-shop-with-us .shop-with-us-container .swiper-slide:nth-child(3) .item .logo {
  background: linear-gradient(142.21deg, #C1D1DE 30.34%, #6D8B9D 79.91%);
}
.why-shop-with-us .shop-with-us-container .swiper-slide:nth-child(4) .item .logo {
  background: linear-gradient(142.1deg, #B593DB 27.56%, #61487F 81.66%);
}
@media screen and (max-width: 1024px) {
  .why-shop-with-us {
    gap: 20px;
    padding: 31px 20px 0;
    margin-bottom: 31px;
    overflow: hidden;
  }
  .shop-with-us-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.5600000023841858px;
    text-align: center;
    height: 40px;
  }
  .why-shop-with-us .shop-with-us-container {
    overflow: visible;
  }
}

/* Most Popular */
.pdp-main-content .recommendation {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
  padding: 60px 0;
}

.pdp-main-content .recommendation .recommendation-header {
  font-size: 28px;
  letter-spacing: 0.56px;
  color: #bba562;
  text-align: center;
  margin-bottom: 50px;
}

.pdp-main-content .recommendation .recommendation-banner {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
}

.pdp-main-content .recommendation .recommendation-banner .swiper-container {
  width: 1020px;
  padding-top: 30px;
  margin-top: -30px;
  /* overflow-y: visible;
    overflow-x: clip; */
}

.pdp-main-content .recommendation .recommendation-banner .swiper-container .swiper-wrapper {
  overflow: unset;
}

.pdp-main-content .recommendation .recommendation-banner .items {
  width: 240px;
  /* margin-top: 30px; */
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pdp-main-content .recommendation .recommendation-banner .items .fav-button {
  position: absolute;
  top: 14px;
  right: 14px;
  box-shadow: 0 5px 8px 0 rgba(85, 74, 42, 0.2);
  color: #bbbbbb !important;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pdp-main-content .recommendation .recommendation-banner .items p {
  margin: 0;
}

.pdp-main-content .recommendation .recommendation-banner .swiper-slide {
  width: 240px;
  height: auto;
  transition: opacity 0.1s ease-in-out;
}

.pdp-main-content .recommendation .recommendation-banner .swiper-wrapper .swiper-slide-prev {
  opacity: 1 !important;
}

.pdp-main-content .recommendation .recommendation-banner .swiper-button-prev,
.pdp-main-content .recommendation .recommendation-banner .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 20px;
  border-radius: 100%;
  border: #bca662 1.5px solid;
  background-position: center;
}

.pdp-main-content .recommendation .recommendation-banner .swiper-button-prev {
  background-image: url('../img/0001-homepage-revamp-2021/icon-arrow-left-gold.svg');
  left: -20px;
}

.pdp-main-content .recommendation .recommendation-banner .swiper-button-next {
  background-image: url('../img/0001-homepage-revamp-2021/icon-arrow-right-gold.svg');
  right: -20px;
}

.pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content {
  /* display: none;
  align-items: center; */
  justify-content: center;
  /* gap: 24px; */
  /* margin-top: 5px; */
}

.pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content .image-block {
  display: flex;
  align-items: center;
}

.pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content .image-block .block {
  border-radius: 5px;
  background-color: #bca662;
  color: #ffffff !important;
  padding: 3px 5px;
  margin-right: 5px;
}

.pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content .image-block p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.pdp-main-content .recommendation .recommendation-banner .items .description {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  z-index: 1;
  height: 82px;
  padding: 15px 20px 15px;
}

.pdp-main-content .recommendation .recommendation-banner .items .description::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  background-color: #f9f9f9;
}

.pdp-main-content .recommendation .recommendation-banner .items:hover .description {
  opacity: 0.3;
}

.pdp-main-content .recommendation .recommendation-banner .items .original-price {
  font-size: 13px;
  letter-spacing: 0.28px;
  text-decoration: line-through;
  color: #666666 !important;
  display: block;
}

.pdp-main-content .recommendation .recommendation-banner .items .old-price,
.compare-list .compare-product .cp-price .old-price,
.new-arrivals .banner-container .new-arrivals-banner .items .content-container .old-price,
.most-popular .most-popular-content .most-popular-banner .items .old-price {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  line-height: 13.62px;
  color: #7B7B7B;
  margin: unset;
}

.pdp-main-content .recommendation .recommendation-banner .items .old-price span,
.compare-list .compare-product .cp-price .old-price span,
.new-arrivals .banner-container .new-arrivals-banner .items .content-container .old-price span,
.most-popular .most-popular-content .most-popular-banner .items .old-price span {
  font-size: 20px;
  line-height: 27.24px;
  letter-spacing: normal;
  text-decoration: line-through;
}

.pdp-main-content .recommendation .recommendation-banner .items .saved-price,
.compare-list .compare-product .cp-price .saved-price,
.new-arrivals .banner-container .new-arrivals-banner .items .content-container .saved-price,
.most-popular .most-popular-content .most-popular-banner .items .saved-price {
  font-size: 12px;
  line-height: 21.6px;
  color: #037B66;
  margin: unset;
}

.pdp-main-content .recommendation .recommendation-banner .items .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.39px;
  color: #9d0229;
}
.pdp-main-content .recommendation .recommendation-banner .items .price.price-fixed {
  color: #3e3e3e;
  /* padding: 9px 0px; */
}
.pdp-main-content .recommendation .recommendation-banner .items .price.online-exclusive {
  color: #fe7e3a;
}
.pdp-main-content .recommendation .recommendation-banner .items .price.member-exclusive {
  color: #8C7E5C;
}
.pdp-main-content .homepage-revamp-2021 .price {
  color: #9d0229 !important;
}
.pdp-main-content .homepage-revamp-2021 .price.price-fixed {
  color: #3e3e3e !important;
}
.pdp-main-content .homepage-revamp-2021 .price.online-exclusive {
  color: #fe7e3a !important;
}
.pdp-main-content .homepage-revamp-2021 .price.member-exclusive {
  color: #bca662 !important;
}

.most-popular .most-popular-content .most-popular-banner .items .price .member-tag,
.new-arrivals .banner-container .new-arrivals-banner .items .content-container .price .member-tag,
.pdp-main-content .recommendation .recommendation-banner .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;
}
.pdp-main-content .recommendation .recommendation-banner .items .price span:not(.member-tag) {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-right: -2px;
}

.pdp-main-content .recommendation .recommendation-banner .items .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  position: relative;
  z-index: 2;
  padding: 0 20px 20px;
  flex-grow: 1;
}
.pdp-main-content .recommendation .recommendation-banner .items .actions >div{
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .pdp-main-content .recommendation .recommendation-banner .items:hover .description{
    opacity: 1;
  }
  .pdp-main-content .recommendation .title {
    line-height: 1.14;
    letter-spacing: 0.7px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.44px;
    margin: 0 0 30px 0;
    font-size: 20px;
  }

  .pdp-main-content .recommendation .recommendation-banner .swiper-container {
    width: 100%;
    padding: 0;
    margin-top: unset;
    overflow: visible;
  }
  
  .pdp-main-content .recommendation .recommendation-banner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  
  .pdp-main-content .recommendation .recommendation-banner .items {
    width: 200px;
  }

  .pdp-main-content .recommendation .recommendation-banner .swiper-slide {
    width: 200px;
  }

  .pdp-main-content .recommendation .recommendation-banner .swiper-button-prev,
  .pdp-main-content .recommendation .recommendation-banner .swiper-button-next {
    display: none;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .image {
    height: 230px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position,
  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position img {
    height: 200px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content .image-block p {
    font-size: 10px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items:hover .image .image-position {
    height: 230px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .description {
    position: relative;
    padding: 7px 12px 0;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.26px;
    transform: translate(0, -28px);
    height: 52px;
    z-index: 2;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .old-price,
  .most-popular .most-popular-content .most-popular-banner .items .old-price {
    margin-bottom: 4px;
  }
  
  .compare-list .compare-product .cp-price .old-price {
    width: max-content;
  }
  
  .pdp-main-content .recommendation .recommendation-banner .items .old-price span,
  .compare-list .compare-product .cp-price .old-price span,
  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .old-price span,
  .most-popular .most-popular-content .most-popular-banner .items .old-price span {
    font-size: 16px;
    line-height: 21.79px;
  }
  
  .pdp-main-content .recommendation .recommendation-banner .items .saved-price,
  .compare-list .compare-product .cp-price .saved-price,
  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .saved-price,
  .most-popular .most-popular-content .most-popular-banner .items .saved-price {
    font-size: 12px;
    line-height: 21.6px;
    color: #037B66;
    margin: unset;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .price {
    padding-top: 0;
    font-size: 16px;
    letter-spacing: 0.34px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .original-price {
    display: block;
  }
  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position {
    padding: 0;
    height: 230px;
  }
  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content {
    display: flex;
    opacity: 1;
    transform: translate(0 , 49px);
  }
  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content > * {
    position: relative;
  }
  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content::before {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    bottom: -28px;
    content: '';
    z-index: 0;
    background: #f9f9f9;
  }
  .pdp-main-content .recommendation .recommendation-banner .items .actions .add-cart-action {
    display: block !important;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .actions {
    min-height: 54px;
    padding: 0 12px 12px;
    background-color: #F9F9F9;
  }
}

@media screen and (max-width: 600px) {
  .pdp-main-content .recommendation {
    padding: 40px 0;
  }

  .pdp-main-content .recommendation .recommendation-header {
    font-size: 18px;
    letter-spacing: 0.36px;
    text-align: center;
    color: #bba562;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items,
  .pdp-main-content .recommendation .recommendation-banner .swiper-slide {
    width: 180px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content .image-block .block {
    font-size: 10px;
    letter-spacing: 0.19px;
    width: 20px;
    height: 18px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content .image-block p {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
}

/* add-cart-action */
.pdp-main-content .recommendation .actions .add-cart-action {
  display: none;
}

.pdp-main-content .recommendation .actions .add-cart-action .add-cart {
  border-radius: 100%;
  background-color: #9d0229;
  color: #ffffff !important;
  box-shadow: 0 2px 8px 0 rgba(95, 30, 47, 0.3);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-main-content .recommendation .actions .add-cart-action .add-cart .icon{
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .pdp-main-content .recommendation .actions .add-cart-action{
    display: block !important;
  }
  .pdp-main-content .recommendation .actions .add-cart-action .add-cart{
    width: 36px;
    height: 36px;
  }
  .pdp-main-content .recommendation .actions .add-cart-action .add-cart .icon{
    font-size: 19px;
  }
}

.pdp-main-content .recommendation .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 3px;
  height: 38px;
  width: 100px;
  justify-content: space-between;
  padding: 0 10px;
}

.pdp-main-content .recommendation .actions .cart-input .icon {
  color: #9d0229 !important;
  font-size: 16px;
}

.pdp-main-content .recommendation .actions .cart-input input {
  border: 0;
  outline: 0;
  width: 20px;
  font-size: 16px;
  letter-spacing: 0.43px;
  text-align: center;
  color: #3e3e3e !important;
  flex-grow: 1;
  font-weight: 600;
}

/* Most Popular (end) */

/* customer review */
.customer-review {
  background-color: #fbfaf7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.customer-review-header {
  font-size: 28px;
  letter-spacing: 0.56px;
  color: #bba562;
  text-align: center;
  margin-bottom: 50px;
}
.customer-review-container {
  width: 1200px;
  margin: 0px auto;
}
.customer-review-container .review-container {
  height: 0;
  overflow: hidden;
}
.customer-review-container .review-container.heightAuto {
  height: auto !important;
}
.customer-review .reviews {
  float: left;
}
.customer-review .reviews .review-box {
  width: 828px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.customer-review .reviews .review-box .review-user {
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: normal;
  color: #3e3e3e;
  margin-bottom: 5px;
}
.customer-review .reviews .review-box .review-rating {
  font-size: 20px;
  font-weight: bold;
  color: #3e3e3e;
  margin-bottom: 16px;
}
.customer-review .reviews .review-box .review-rating span {
  vertical-align: middle;
  line-height: 28px;
}
.customer-review .reviews .review-box .review-content {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #3e3e3e;
}
.customer-review .reviews .review-box .review-date {
  font-size: 13px;
  line-height: 1.77;
  color: #aeaeae;
  position: absolute;
  top: 30px;
  right: 30px;
}
.customer-review .reviews .btn-more-review {
  text-align: center;
  padding-top: 36px;
}
.customer-review .reviews .opened{
  display: none;
}
.customer-review .reviews .review-show-all .closed{
  display: none;
}
.customer-review .reviews .review-show-all .opened{
  display: inline;
}

.customer-review .reviews .btn-more-review span {
  vertical-align: middle;
}
.customer-review .reviews .btn-more-review a,
.customer-review .reviews .btn-more-review a:hover,
.customer-review .reviews .btn-more-review a:active {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-align: center;
  color: #bba562;
  margin: 0px auto;
}
.customer-review .reviews .btn-more-review a:after {
  content: '';
  background-image: url('../img/0001-pdp-revamp/icon-more-reviews.svg');
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
.customer-review .reviews .btn-more-review.review-show-all a:after {
  background-image: url('../img/0001-pdp-revamp/icon-more-reviews-col.svg');
}
.review-info {
  width: 322px;
  height: 368px;
  padding: 37px 43px 50px;
  border-radius: 5px;
  background-color: #fff;
  float: right;
}
.review-info .review-rating {
  font-size: 36px;
  font-weight: 600;
  color: #3e3e3e;
  text-align: center;
  margin-bottom: 0px;
  line-height: 36px;
}
.review-stars {
  text-align: center;
  margin-bottom: 8px;
}
.review-star{
  height: 15px;
  width: 15px;
  margin-left: 1px;
  margin-right: -1px;
  image-rendering: -webkit-optimize-contrast;
}
.review-count {
  font-size: 14px;
  text-align: center;
  color: #9b9b9b;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
  margin:0 auto 35px;
}
.review-each-star {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}
.review-each-star .star-label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.review-each-star .star-label span {
  vertical-align: middle;
  line-height: 15px;
}
.review-each-star .star-label .review-star {
  vertical-align: middle;
}
.review-each-star .star-slider {
  width: 166px;
  margin-right: 10px;
}
.review-each-star .star-count {
  font-size: 14px;
  color: #9b9b9b;
}

.review-each-star .irs {
  height: 10px;
}
.review-each-star .irs .irs-slider {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #bca662;
  display: none;
}
.review-each-star .irs .irs-bar {
  background: #d8cfb4;
  height: 6px;
  top: 10px;
  opacity: 1;
  border-radius: 4px 4px 4px 4px;
}
.review-each-star .star-slider > .irs{
  transform: scale(1.07346125);
}
.review-each-star .irs .irs-line {
  height: 10px;
  top: 8px;
  border-radius: 6px;
  transform: scaleX(0.931566);
}
.review-each-star .irs .irs-bar-edge {
  background: #d8cfb4;
  height: 6px;
  top: 10px;
  opacity: 1;
  border-radius: 20px 0 0 20px;
  left: 2px;
  display: none;
}
.review-each-star .irs .irs-max,
.review-each-star .irs .irs-min,
.review-each-star .irs .irs-single {
  background: none;
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 600;
}
.review-each-star .irs .irs-bar,
.review-each-star .irs .irs-bar-edge,
.review-each-star .irs .irs-slider {
  background-color: #9d0229;
}
.review-each-star .irs .irs-max,
.review-each-star .irs .irs-min {
  visibility: visible !important;
}

.review-each-star .irs .irs .irs-min,
.review-each-star .irs .irs .irs-max,
.review-each-star .irs .irs .irs-to,
.review-each-star .irs .irs .irs-from {
  opacity: 0;
}
.review-each-star .irs .irs-from {
  left: 0 !important;
  right: auto !important;
  /* visibility: visible !important; */
}
.review-each-star .irs .irs-single {
  display: none;
}
.review-each-star .irs .irs-to {
  left: auto !important;
  right: 0 !important;
}
.review-each-star .irs .irs-from,
.review-each-star .irs .irs-to {
  visibility: visible !important;
}

/* Compare Vintages */
.compare-vintages {
  padding-top: 80px;
  padding-bottom: 80px;
}
.compare-vintages-header {
  font-size: 28px;
  letter-spacing: 0.56px;
  text-align: center;
  color: #bba562;
  margin-bottom: 30px;
}

.compare-list .compare-product {
  width: 1200px;
  margin: 10px auto 20px;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  /*border-bottom: solid 0.5px rgba(0, 0, 0, 0.2);*/
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  align-items: center;
}
.compare-list .compare-product:hover {
  background: #f8f6ef;
}
.compare-list .compare-product::after {
  content: '';
  display: block;
  width: calc(100% - 100px);
  margin: 0px auto;
  height: 1px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -10px;
  left: 50px;
  right: 50px;
}
.compare-list .compare-product .cp-image {
  width: 118px;
  height: 170px;
  margin-right: 40px;
}
.compare-list .compare-product .cp-image img {
  height: 100%;
  width: 100%;
}

.compare-list .compare-product .cp-info {
  width: 179px;
  margin-right: 80px;
}
.compare-list .compare-product .cp-info .cp-name {
  font-size: 16px;
  letter-spacing: normal;
  color: #3e3e3e;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.compare-list .compare-product .cp-info .cp-rating{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 5px 0;
  width: min-content;
}
.compare-list .compare-product .cp-info .cp-rating:after {
  content: '';
  clear: both;
}
.compare-list .compare-product .cp-info .cp-rating .rating-label {
  width: 31px;
  height: 20px;
  border-radius: 5px;
  background-color: #bba562;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 5px;
}
.compare-list .compare-product .cp-info .cp-rating .rating-value {
  float: left;
  /* width: 17px; */
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #3e3e3e;
  margin-right: 10px;
}
.compare-list .compare-product .cp-info .cp-rating .rating-value:last-child {
  margin-right: 0px;
}
.compare-list .compare-product .cp-description {
  width: 365px;
  font-size: 14px;
  letter-spacing: normal;
  color: #3e3e3e;
  margin-right: 80px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.compare-list .compare-product .cp-review {
  text-align: center;
  margin-right: 80px;
}
.compare-list .compare-product .cp-review .review-count {
  text-decoration: none;
}
.compare-list .compare-product .cp-review .review-star-container {
  display: inline-block;
  vertical-align: middle;
}
.compare-list .compare-product .cp-review .review-star-container img {
  float: left;
  margin-left: 4px;
}

.compare-list .compare-product .cp-review .value {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  line-height: 33px;
}

.compare-list .compare-product .cp-review .review-count {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
  margin-bottom: 0;
}

.compare-list .compare-product .cp-price {
  padding-left: 207px;
  line-height: normal;
}

.compare-list .compare-product .cp-price .price{
  margin: 0;
  line-height: 22px;
  height: 22px;
}
.compare-list .compare-product .cp-price .original-price{
  font-size: 18px;
  font-weight: 600;
  color: #666 !important;
  margin-bottom: 0;
  text-decoration: line-through;
  line-height: 22px;
  height: 22px;
  margin-bottom: 4px;
}
.compare-list .compare-product .cp-review + .cp-price{
  padding-left: 0;
}

.compare-list .compare-product .cp-price .sign {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  vertical-align: middle;
  line-height: 22px;
  margin-right: 0.5ex;
}

.compare-list .compare-product .cp-price .value {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.39px;
  vertical-align: middle;
  line-height: 22px;
}

.filter-content {
  margin-bottom: 32px;
}
.filter-content>.irs {
  transform: scaleX(1.03092784);
}
.filter-content .irs .irs-slider {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #bca662;
  display: none;
}
.filter-content .irs .irs-bar {
  background: #d8cfb4;
  height: 6px;
  top: 28px;
  opacity: 1;
  border-radius: 4px;
}
.filter-content .irs .irs-line {
  height: 10px;
  top: 26px;
  border-radius: 6px;
  transform: scaleX(0.97);
}
.filter-content .irs .irs-bar-edge {
  background: #d8cfb4;
  height: 6px;
  top: 28px;
  opacity: 1;
  border-radius: 20px 0 0 20px;
  left: 2px;
  display: none;
}
.filter-content .irs .irs-max,
.filter-content .irs .irs-min,
.filter-content .irs .irs-single {
  background: none;
  font-size: 14px;
  color: #3e3e3e;
  padding-left: 0px;
  padding-right: 0px;
}
.filter-content .irs .irs-line-left,
.filter-content .irs .irs-line-mid,
.filter-content .irs .irs-line-right {
  background-color: #e6e6e6;
}
.filter-content .irs .irs-bar,
.filter-content .irs .irs-bar-edge,
.filter-content .irs .irs-slider {
  background-color: #bba562;
}
.filter-content .irs .irs-max,
.filter-content .irs .irs-min {
  visibility: visible !important;
}
.filter-content .irs .irs-max{
  transform: scaleX(0.97) translateX(-5px);
}
.filter-content .irs .irs-min {
  transform: scaleX(0.97) translateX(5px);
}

.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;
}

/* pack */
.pdp-main-content.pdp-pack .pdp-image-small {
  display: none;
}
.pdp-main-content.pdp-pack .pack-content {
  font-size: 14px;
  letter-spacing: 0.21px;
  color: #666;
  margin-bottom: 8px;
}
.pdp-main-content.pdp-pack .pdp-info .pdp-info-bottom {
  margin-top: 17px;
}
.pdp-main-content.pdp-pack .about-all-products {
  width: 1200px;
  margin: 0px auto 80px;
  padding-top: 30px;
  position: relative;
}
.pdp-main-content.pdp-pack .about-all-products .about-product-image {
  margin-right: 30px;
  max-width: 70px;
}
.pdp-main-content.pdp-pack .about-all-products .about-product-image img{
    width: 100%;
}
.pdp-main-content.pdp-pack .about-all-products .about-title {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: 0.56px;
  color: #bba562;
}
.pdp-main-content.pdp-pack .about-all-products .about-product {
  margin: 0px auto 40px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.2);
  padding: 0 0 40px;
}
.pdp-main-content.pdp-pack .about-all-products .about-product:last-child{
  margin-bottom: 0;
}
.pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info {
  width: 410px;
  margin-right: 90px;
}
.pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #3e3e3e;
  margin-bottom: 20px;
}
.pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title a:hover {
  text-decoration: underline;
  color: #bba661;
}
.pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-content {
  font-size: 14px;
  letter-spacing: 0.34px;
  color: #3e3e3e;
  margin-bottom: 20px;
}
.pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-link a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #bba562;
  display: flex;
  align-items: center;
  width: fit-content;
}
.pdp-main-content.pdp-pack .about-all-products .about-product .about-features {
  width: 200px;
  margin-right: 50px;
}
@media screen and (min-width:1024px) {
  .pdp-main-content.pdp-pack .about-all-products .about-product .about-features .feature-value:last-child{
    margin-bottom: 0;
  }
}
.pdp-main-content.pdp-pack .about-all-products .about-products {
  height: 0;
  overflow: hidden;
  display: grid;
}
.pdp-main-content.pdp-pack .about-all-products:not(.show-products) .about-products .about-product:not(:first-child){
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.pdp-main-content.pdp-pack .about-all-products .about-products.heightAuto {
  height: auto !important;
}
.pdp-main-content.pdp-pack .about-all-products .btn-more {
  text-align: center;
  padding-top: 16px;
}
.pdp-main-content.pdp-pack .about-all-products .btn-more .opened{
  display: none;
}
.pdp-main-content.pdp-pack .about-all-products.show-products .btn-more .closed{
  display: none;
}
.pdp-main-content.pdp-pack .about-all-products.show-products .btn-more .opened{
  display: inline;
}
.pdp-main-content.pdp-pack .about-all-products .btn-more a,
.pdp-main-content.pdp-pack .about-all-products .btn-more a:hover,
.pdp-main-content.pdp-pack .about-all-products .btn-more a:active {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #bba562;
  display: inline-block;
}
.pdp-main-content.pdp-pack .about-all-products .btn-more a:after {
  content: '';
  background-image: url('../img/0001-pdp-revamp/icon-more-reviews.svg');
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.pdp-main-content.pdp-pack .about-all-products.show-products .btn-more a:after {
  background-image: url('../img/0001-pdp-revamp/icon-more-reviews-col.svg');
  background-repeat: no-repeat;
}
.rating-hints-content-bg {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pdp-revamp-2021 {
    margin-top: 65px;
  }
  .pdp-main-content >* {
    max-width: 100%;
  }
  .pdp-product-data {
    width: 770px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .cce .pdp-product-data .breadcrumbs{
    display: none;
  }
  .pdp-images-container {
    min-width: 246px;
    width: 246px;
  }
  .pdp-images-container .item-badge {
    width: 60px;
  }
  .pdp-images-container .item-badge .discount,
  .pdp-images-container .product-tag {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .pdp-image-small {
    display: none;
  }
  .pdp-info {
    float: right;
    width: 434px;
    max-width: calc(100% - 246px - 30px);
    margin-top: 36px;
  }
  .pdp-info .brand {
    line-height: normal;
    height: 30px;
    display: flex;
    align-items: center;
  }
  .pdp-info .name {
    line-height: normal;
  }
  .pdp-info .promotion .values .promotion-opt-app-only,
  .pdp-info .promotion .values .promotion-opt {
    height: auto;
    width: 100%;
    text-align: center;
    margin-right: unset;
  }
  .pdp-info .rating .rating-content {
    margin-left: 8px;
    float: left;
    width: 260px;
  }
  .pdp-info .rating .rating-label {
    margin-bottom: 6px;
  }
  .pdp-info .pdp-info-bottom {
    margin-top: 19px;
    position: unset;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
  .pdp-info-bottom .share-box {
    margin-top: unset;
  }
  .pdp-price-box {
    width: 730px;
    max-width: 100%;
    margin-left: unset;
    padding: 20px 20px 20px 20px;
    height: auto;
    margin-bottom: 70px;
  }

  .pdp-price-box .price-badge .discount {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .pdp-tl {
    float: left;
    width: 349px;
    max-width: 50%;
    position: relative;
  }
  .pdp-tr {
    float: right;
    width: 312px;
    max-width: 50%;
    position: relative;
  }
  .pdp-bl {
    float: left;
    width: 349px;
    max-width: 50%;
    position: relative;
    clear: both;
  }
  .discount-box {
    background-image: url('../img/0001-pdp-revamp/combined-shape-2.svg');
    background-size: 100% 100%;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 43px;
  }
  .limit {
    margin-bottom: 30px;
  }
  .pdp-price-box .price-badge {
    top: 0px;
    right: 12px;
  }
  .pdp-price-box .out-of-stock,
  .pdp-price-box .cart-input {
    margin-bottom: 15px;
  }
  .pdp-price-box .price {
    margin-top: 0px;
  }
  .addtocart-box {
    margin-bottom: 20px;
  }

  .about-product {
    width: 770px;
    padding: 0 20px;
    display: block;
    margin-bottom: 40px;
  }
  .about-product .about-desc {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-title {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #bba562;
  }
  .about-content {
    font-size: 14px;
    letter-spacing: 0.21px;
    color: #3e3e3e;
  }
  .about-features {
    float: left;
    width: 210px;
    max-width: calc(100% - 28px - 350px);
    margin-right: 28px;
  }
  .about-features .feature-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #3e3e3e;
    margin-bottom: 8px;
  }
  .about-features .feature-value {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #3e3e3e;
    margin-bottom: 20px;
  }
  .about-features .feature-value a{
    color: #bba661;
    text-decoration: underline;
  }
  .about-filter {
    float: right;
    margin-top: unset;
  }
  .seperate-line {
    width: 772px;
  }
  .food-match {
    padding: 0 20px;
    width: 810px;
    display: block;
    position: relative;
  }
  .food-match-left {
    width: 335px;
    max-width: calc(100% - 146px * 2 - 6px);
    margin-left: 0;
    float: left;
    margin-right: 6px;
  }
  .food-match-title {
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #bba562;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .food-match-description {
    font-size: 14px;
    letter-spacing: 0.21px;
  }
  .food-match-sample {
    width: 134px;
    margin-right: 12px;
  }
  .food-match-sample .sample-image {
    width: 134px;
    height: 166px;
    margin-right: 12px;
  }
  .food-match-sample:last-child .sample-image {
    margin-right: 0px;
  }
  .food-match-sample:last-child {
    margin-right: 0px;
  }
  .food-match-sample .sample-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3e3e3e;
  }
  .food-match-right {
    display: flex;
    height: 210px;
    overflow-x: auto;
  }

  .customer-review-container {
    width: 100%;
    padding: 0 20px;
  }
  .review-info {
    max-width: 100%;
    width: 730px;
    height: 248px;
    padding: 45px 50px 40px;
    border-radius: 5px;
    float: none;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
  }
  .review-info-top {
    margin-top: 30px;
    margin-right: 50px;
  }
  .review-each-star .star-slider,
  .review-info-bottom {
    flex-grow: 1;
  }
  .review-info .review-rating {
    height: 50px;
    line-height: 50px;
  }
  .review-count {
    margin-bottom: 0px;
  }
  .customer-review .reviews {
    float: none;
  }
  .customer-review .reviews .review-box {
    max-width: 100%;
    width: 730px;
    height: auto;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .customer-review .reviews .review-box .review-rating span {
    line-height: normal;
  }
  .compare-vintages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .compare-vintages-header {
    font-size: 18px;
    letter-spacing: 0.36px;
    text-align: center;
    color: #bba562;
  }
  .compare-list .compare-product {
    max-width: 100%;
    width: 730px;
    padding: 20px 0px;
    padding-left: 25px;
    border-bottom: 0px;
  }
  .compare-list .compare-product:hover {
    background: none;
  }
  .compare-list .compare-product::after {
    max-width: 100%;
    width: 730px;
    bottom: -10px;
    left: 0;
    right: 0;
  }
  .compare-list .compare-product .cp-image {
    min-width: 77px;
    width: 77px;
    height: 110px;
    margin-right: 36px;
  }
  .compare-list .compare-product .cp-info {
    width: 152px;
    margin-right: 28.6px;
  }
  .compare-list .compare-product .cp-info .cp-name {
    font-size: 12px;
    color: #3e3e3e;
  }
  .compare-list .compare-product .cp-info .cp-rating .rating-label {
    font-size: 12px;
    margin-right: 4px;
    width: 25px;
  }
  .compare-list .compare-product .cp-info .cp-rating .rating-value {
    font-size: 12px;
    margin-right: 6px;
  }
  .compare-list .compare-product .cp-description {
    width: 160px;
    font-size: 12px;
    line-height: 16px;
    color: #3e3e3e;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 36px;
  }
  .compare-list .compare-product .cp-review {
    width: 126px;
    margin-right: 31.4px;
  }
  .compare-list .compare-product .cp-review .value {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #3e3e3e;
  }
  .compare-list .compare-product .cp-review .review-count {
    font-size: 12px;
    text-align: center;
    color: #9b9b9b;
  }
  .compare-list .compare-product .cp-price {
    padding-left: unset;
    padding-right: 25px;
    margin-left: auto;
  }
  .compare-list .compare-product .cp-price .value {
    font-size: 16px;
  }

  .pdp-main-content.pdp-pack .about-all-products {
    width: 770px;
    padding-top: 0px;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    color: #bba562;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product-image {
    width: 70px;
    float: left;
    height: 150px;
    margin-bottom: 20px;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info {
    width: 600px;
    margin-right: 0px;
    float: left;
    height: 150px;
    margin-bottom: 20px;
  }

  #globalWrapper .pdp-revamp-2021 .pdp-main-content .pdp-top-bgcolor {
    display: none;
  }
  .customer-review .reviews .btn-more-review a,
  .customer-review .reviews .btn-more-review a:hover,
  .customer-review .reviews .btn-more-review a:active,
  .customer-review .reviews .btn-more-review a span,
  .customer-review .reviews .btn-more-review a:hover span,
  .customer-review .reviews .btn-more-review a:active span {
    font-size: 13px;
    color: #bba562;
  }

  .pdp-main-content.pdp-pack .about-all-products .about-products {
    height: 370px;
  }

  /* About The Accessory */
  .accessory {
    width: 730px;
    display: block;
    margin-bottom: 40px;
  }
  .accessory.hiddenItem {
      display: block;
  }
  .accessory .accessory-desc {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .accessory .accessory-mobile {
    display: none;
  }
  .accessory .accessory-mobile.hiddenItem {
      display: block;
  }
  .pdp-info .promotion .values .wine-club-opt {
    width: 100%;
    line-height: 16px;
  }
  .pdp-info .promotion .values .wine-club-opt .option {
    background-position: left 6px;
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .compare-list .compare-product .cp-description {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pdp-info .pdp-info-bottom{
    padding-bottom: 0;
  }
  .pdp-product-data {
    width: 100%;
    padding: 20px 20px 0px 20px;
    position: relative;
    background: #fdfdfb;
    margin-bottom: 70px;
  }
  .pdp-product-data.hiddenItem {
    display: block;
  }
  .pdp-images-container {
    width: 100%;
    min-width: 100%;
    margin: 0px auto;
    float: none;
  }

  #wineZoom .wineZoom-container .image {
    float: none;
  }
  #wineZoom .wineZoom-container img {
    max-width: 100%;
    width: auto;
    height: 250px;
    min-height: 250px;
  }
  .pdp-images-container .item-badge {
    margin-left: 6px;
  }
  .pdp-info {
    max-width: 100%;
    width: auto;
    padding: 0px;
    float: none;
    margin-top: 20px;
    margin-left: 0px;
    height: auto;
    margin-bottom: 20px;
    position: unset;
    min-height: unset;
  }
  .pdp-info .brand {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
    color: #bba562;
  }
  .pdp-info .name {
    font-size: 21px;
    letter-spacing: 0.42px;
    color: #3e3e3e;
    height: auto;
    margin-bottom: 5px;
    width: 310px;
  }
  .rating-hints-content-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(62, 62, 62, 0.4);
    z-index: 1;
  }
  .about-features .pdp-info .rating .rating-content{
    grid-template-columns: repeat(10,1fr);
  }
  .pdp-info .rating .rating-content {
    margin-left: 10px;
    width: 253px;
    grid-template-columns: repeat(10,1fr);
  }
  .pdp-info .rating .rating-hints-content {
    position: fixed;
    background: #fff;
    width: 100%;
    /* height: 328px; */
    height: auto;
    padding: 47px 20px 20px 20px;
    box-shadow: 0 2px 8px 0 rgb(85 74 42 / 15%);
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2001;
    border-radius: 20px 20px 0px 0px;
  }
  .pdp-info .rating .rating-hints-content .triangle-with-shadow {
    top: 20px;
    right: 20px;
    left: auto;
    background-image: url('../img/0001-pdp-revamp/icon-close.svg');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .pdp-info .rating .rating-hints-content .triangle-with-shadow:after {
    display: none;
  }
  .pdp-info .rating .rating-hints-content .hints-title {
    font-size: 14px;
    font-weight: 600;
    color: #3e3e3e;
    text-align: center;
  }
  .pdp-info .rating .rating-hints-content .hints-content {
    font-size: 12px;
    color: #666;
  }
  .pdp-info .hints {
    float: none;
    padding-left: 4px;
  }
  .pdp-info .label {
    width: 72px;
  }
  .pdp-info .label span {
    vertical-align: middle;
  }
  .pdp-info .rating .rating-hints-content .hints-label .rating-short {
    margin-right: 6px;
    font-size: 10px;
    font-weight: 600;
    width: 25px;
    height: 18px;
    line-height: 18px;
  }
  .pdp-info .rating .rating-hints-content .hints-label .rating-name {
    font-size: 11px;
    letter-spacing: 0.24px;
  }
  .pdp-info .rating .rating-hints-content .hints-label:nth-child(2n + 1) {
    width: 196px;
    margin-right: 9px;
  }
  .pdp-info .rating .rating-hints-content .hints-label:nth-child(2n) {
    width: 130px;
    margin-right: 0px;
  }
  .pdp-info .rating .rating-label {
    font-size: 12px;
    width: 25px;
    height: 18px;
    margin-right: 4px;
  }
  .pdp-info .rating .rating-value {
    font-size: 12px;
    margin-right: 13px;
  }
  .pdp-info .size,
  .pdp-info .rating {
    margin-bottom: 5px;
  }
  .pdp-info-bottom.desktop {
    display: none;
  }
  .pdp-info-bottom.mobile {
    display: flex;
    flex-direction: column;
  }
  .pdp-info-bottom.mobile .share-box{
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
  }
  .pdp-info-bottom.mobile .share-box .label{
    padding: 0;
  }
  .pdp-info-bottom .view-number {
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #666;
    float: none;
    margin-bottom: 15px;
  }
  .pdp-price-box {
    width: auto;
    float: none;
    padding: 15px;
    margin-bottom: 30px;
  }
  .pdp-tl,
  .pdp-tr,
  .pdp-bl {
    width: auto;
    max-width: 100%;
    float: none;
  }
  .pdp-bl {
    margin-bottom: 15px;
  }
  .price {
    padding-top: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
    color: #bba661;
  }
  .price.redemption {
    margin-bottom: 9px;
  }
  .pdp-price-box .price-badge {
    right: 0px;
  }
  .pdp-price-box .price-badge .discount {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .earn {
    padding-right: 10px;
  }
  .limit {
    margin-bottom: 20px;
  }
  .pdp-price-box .cart-input .icon.icon-icon_font_minus::before,
  .pdp-price-box .cart-input .icon.icon-icon_font_plus:before {
    width: 68px;
    padding: 10px 0px;
  }
  .pdp-price-box .cart-input input {
    height: 32px;
    font-size: 20px;
  }
  .pdp-price-box .out-of-stock{
    width: auto;
  }
  .pdp-price-box .cart-input {
    padding: 0px;
    width: auto;
  }
  .addtocart-box {
    margin-bottom: 15px;
  }
  .about-product {
    padding: 0px 20px 0px 20px;
    width: 100%;
  }
  .about-product .about-desc {
    width: 100%;
  }
  .about-features {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .about-filter {
    padding: 17px 14px 19px;
    margin: 0 -14px;
    width: calc(100% + 28px);
    float: none;
  }
  .about-filter .filter-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #3e3e3e;
  }
  .filter-content .irs .irs-max,
  .filter-content .irs .irs-min,
  .filter-content .irs .irs-single {
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #3e3e3e;
    padding: 0px;
  }
  .filter-content {
    margin-bottom: 20px;
  }
  .filter-content:last-child {
    margin-bottom: 30px;
  }
  .seperate-line {
    width: calc(100% - 40px);
    margin-bottom: 40px;
  }
  .food-match {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
  }
  .food-match-left {
    float: none;
    margin-left: 0px;
    margin-right: unset;
    max-width: 100%;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  .food-match-right {
    float: none;
    position: relative;
    width: 100%;
    top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .food-match-right:empty {
    display: none;
  }
  .food-match-right::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
  }
  .food-match-right::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .food-match-sample:first-child {
    margin-left: 20px;
  }
  .food-match-sample:last-child {
    margin-right: 20px;
  }
  .food-match-sample {
    white-space: nowrap;
    display: inline-block;
    float: left;
  }
  .food-match-description {
    margin-bottom: 20px;
  }
  .food-match-link {
    margin-bottom: 20px;
  }
  .food-match-sample {
    width: 134px;
    margin-right: 12px;
  }
  .customer-review {
    padding-top: 21px;
    padding-bottom: 40px;
  }
  .customer-review-header {
    font-size: 18px;
    letter-spacing: 0.36px;
    text-align: center;
    color: #bba562;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .review-info {
    align-items: center;
    flex-wrap: wrap;
    gap: 35px 50px;
    width: auto;
    padding: 40px 45px 30px;
    height: auto;
    margin-bottom: 24px;
  }
  .review-info-top {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: unset;
  }
  .review-info-bottom{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .review-each-star {
    margin-bottom: unset;
  }
  .customer-review .reviews .review-box {
    width: 100%;
    padding: 20px;
    margin-bottom: 24px;
  }
  .customer-review .reviews .review-box .review-date{
    top: 20px;
  }
  .customer-review .reviews .btn-more-review {
    padding-top:24px ;
  }
  .customer-review .reviews .review-box .review-rating {
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3e;
  }
  .compare-list .compare-product {
    width: 100%;
    display: block;
    min-height: 150px;
    padding: 0 20px;
  }
  .compare-list .compare-product:after {
    content: '';
    border-bottom: solid 0.5px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 1px;
    display: flow-root;
    position: relative;
    margin: 20px auto;   
    bottom: unset;
    top: 100%;
  }
  .compare-list .compare-product .cp-image {
    float: left;
    width: 91px;
    height: 130px;
    margin-left: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .compare-list .compare-product .cp-info {
    float: left;
    width: calc(100% - 91px - 28px);
    margin-right: 0px;
  }
  .compare-list .compare-product .cp-info .cp-name {
    font-size: 14px;
    line-height: 18px;
  }
  .compare-list .compare-product .cp-info .cp-rating .rating-label {
    width: 25px;
    height: 18px;
  }
  .compare-list .compare-product .cp-review {
    float: left;
    margin-top: 8px;
    margin-right: 0px;
    width: calc(100% - 91px - 28px);
    text-align: left;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
  }
  .compare-list .compare-product .cp-review .review-star-container{
    margin-right: 8px;
  }
  .compare-list .compare-product .cp-review .value{
    line-height: 19px;
    margin-right: 3px;
  }
  .compare-list .compare-product .cp-review .review-count {
    text-align: left;
    display: inline;
    margin-left: 2px;
  }
  .compare-list .compare-product .cp-price {
    width: calc(100% - 91px - 28px);
    margin-top: 0px;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 4px;
  }
  .compare-list .compare-product .cp-price .original-price{
    margin-bottom: 0;
  }
  .compare-list .compare-product .cp-price .price{
    padding-top: 0;
  }
  .compare-list .compare-product .cp-review + .cp-price{
    padding-top: 0;
  }
  .compare-vintages {
    padding-bottom: 40px;
  }
  .pdp-info .pdp-info-bottom .share-box {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
  }
  .pdp-info-bottom .share-box .share-email {
    display: none;
  }
  .pdp-info-bottom .share-box .share-link {
    display: none;
  }
  .pdp-info-bottom .share-box .share-mobile {
    display: block;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }

  .pdp-main-content.pdp-pack .about-all-products {
    width: 335px;
    padding-top: 0px;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    color: #bba562;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product {
    margin: 0px auto 30px;
    padding: 0px;
    width: 335px;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product-image {
    width: 50px;
    float: left;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product-image img {
    width: 100%;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info {
    width: 270px;
    margin-right: 0px;
    float: left;
    height: 150px;
    margin-bottom: 37px;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #3e3e3e;
    margin-bottom: 10px;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-content {
    font-size: 12px;
    margin-bottom: 10px;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-link a {
    font-size: 12px;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-products {
    height: 548px;
  }
  .pdp-main-content.pdp-pack .about-all-products .btn-more {
    padding-top: 34px;
  }
  .pdp-main-content.pdp-pack .about-all-products .btn-more a span {
    vertical-align: middle;
  }
  .pdp-main-content.pdp-pack .about-all-products .about-product .about-features,
  .pdp-main-content.pdp-pack .about-all-products .about-product .about-filter {
    width: 335px;
    margin-right: 0px;
  }
  .pdp-price-box .price {
    padding-top: 13px;
    margin-top: 0px;
  }
  .pdp-price-box .price p {
    min-height: 30px;
  }
  .pdp-price-box .org-price p{
    height: 20px;
    display: flex;
    align-items: center;
  }
  .pdp-price-box .cart-input .icon {
    font-size: 18px;
  }
  .discount-box:last-child {
    margin-bottom: 20px;
  }
  .compare-list .compare-product .cp-review .review-star-container img {
    margin-left: 2px;
  }
  .food-match-sample .sample-image {
    margin-bottom: 5px;
  }
  .customer-review-container .review-container {
    height: 548px;
  }

  /* About The Accessory */
  .accessory {
    padding: 0px 20px 0px 20px;
    width: 375px;
  }
  .accessory .accessory-title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
  }
  .accessory .accessory-desc {
    font-size: 14px;
    letter-spacing: 0.21px;
  }
}

/* New Arrivals */
.new-arrivals .banner-container .new-arrivals-banner .items .content-container,
.new-arrivals .banner-container .new-arrivals-banner .items .content-container p {
}
.new-arrivals {
  padding: 87px 0 120px;
  position: relative;
}
.new-arrivals {
  position: relative;
  /* position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; */
  /* background-image:  
    url('../img/0001-homepage-revamp-2021/new-arrivals-bg.png'), 
    linear-gradient(145deg, rgba(0, 0, 0, 0) 4%, #000 68%); */
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -45px; */
  /* z-index: -1; */
  /* filter: brightness(0.8); */
}
.new-arrivals .background{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -45px;
}
.new-arrivals .background.img-mobile{
  display: none;
}
@media screen and (max-width: 600px) {
  .new-arrivals .background{
    display: none;
  }
  .new-arrivals .background.img-mobile{
    display: block;
    background-position-x: unset;
  }
}

.new-arrivals .title {
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.56px;
  text-align: center;
  color: #bba562;
  margin-bottom: 71px;
  position: relative;
  z-index: 1;
}

.new-arrivals .banner-container {
  max-width: 1440px;
  margin: 0 auto;
}

.new-arrivals .banner-container .new-arrivals-banner {
  overflow: unset;
}

.new-arrivals .banner-container .new-arrivals-banner .swiper-wrapper .swiper-slide-prev {
  opacity: 1 !important;
}

.new-arrivals .banner-container .new-arrivals-banner .swiper-slide {
  width: 420px;
}

.new-arrivals .banner-container .new-arrivals-banner .swiper-button-prev,
.new-arrivals .banner-container .new-arrivals-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: 25px;
  box-shadow: 0 2px 10px 0 rgb(140 123 71 / 50%);
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.new-arrivals .banner-container .new-arrivals-banner .swiper-button-prev:hover,
.new-arrivals .banner-container .new-arrivals-banner .swiper-button-next:hover {
  /* opacity: 0.8; */
}

.new-arrivals .banner-container:hover .new-arrivals-banner .swiper-button-prev,
.new-arrivals .banner-container:hover .new-arrivals-banner .swiper-button-next {
  display: block;
}

.new-arrivals .banner-container .new-arrivals-banner .swiper-button-prev {
  background-image: url('../img/0001-homepage-revamp-2021/icon-arrow-left-gold.svg');
  left: -70px;
}

.new-arrivals .banner-container .new-arrivals-banner .swiper-button-next {
  background-image: url('../img/0001-homepage-revamp-2021/icon-arrow-right-gold.svg');
  right: -70px;
}

.new-arrivals .banner-container .new-arrivals-banner .items {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 180px 240px;
  height: 240px;
}

.new-arrivals .banner-container .new-arrivals-banner .items p {
  margin: 0;
}
.new-arrivals .banner-container .new-arrivals-banner .items .image-container {
  background-color: #faf8f3;
  border-radius: 5px 0 0 5px;
  position: relative;
}

.new-arrivals .banner-container .new-arrivals-banner .items .image-container .image {
  /* width: 132px; */
  height: 240px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  /* margin-left: -66px; */
  transform: translateX(-50%);
  text-align: center;
  position: absolute;

  -webkit-transition: bottom 0.3s cubic-bezier(0.47, 2, 0.41, 0.8);
  -moz-transition: bottom 0.3s cubic-bezier(0.47, 2, 0.41, 0.8);
  -o-transition: bottom 0.3s cubic-bezier(0.47, 2, 0.41, 0.8);
  transition: bottom 0.3s cubic-bezier(0.47, 2, 0.41, 0.8);
}

.new-arrivals .banner-container .new-arrivals-banner .items:hover .image-container .image {
  bottom: 30px;
}

.new-arrivals .banner-container .new-arrivals-banner .items .image-container .image img {
  width: auto;
  height: 100%;
  display: initial !important;
}

.new-arrivals .banner-container .new-arrivals-banner .items .content-container {
  background-color: #ffffff;
  border-radius: 0 5px 5px 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-arrivals .banner-container .new-arrivals-banner .items .content-container .description {
  font-size: 16px;
  letter-spacing: 0.34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.new-arrivals .banner-container .new-arrivals-banner .items:hover .content-container .description {
  opacity: 0.3;
}

.new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content {
  display: none;
  align-items: center;
  /* justify-content: space-between; */
  gap: 24px;
  margin-top: 5px;
}

.new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content .image-block {
  display: flex;
  align-items: center;
}

.new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content .image-block .block {
  border-radius: 5px;
  background-color: #bca662;
  color: #ffffff !important;
  padding: 3px 5px;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content .image-block p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.new-arrivals .banner-container .new-arrivals-banner .items .content-container .original-price {
  font-size: 13px;
  letter-spacing: 0.28px;
  color: #666 !important;
  text-decoration: line-through;
}

.new-arrivals .banner-container .new-arrivals-banner .items .content-container .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.39px;
  padding-left: unset;
}

/* .new-arrivals .banner-container .new-arrivals-banner .items:hover .content-container .price {
  color: #9d0229;
} */

.new-arrivals .banner-container .new-arrivals-banner .items .content-container .price span:not(.member-tag) {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-right: -2px;
}

.new-arrivals .banner-container .new-arrivals-banner .items .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}
.new-arrivals .banner-container .new-arrivals-banner .items .actions > div {
  align-self: flex-end;
}
.new-arrivals .banner-container .new-arrivals-banner .items:hover .content-container .image-content {
  display: flex;
}
.new-arrivals .banner-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  margin: auto;
}
.new-arrivals .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 3px;
  height: 38px;
  width: 100px;
  justify-content: space-between;
  padding: 0 10px;
}

.new-arrivals .actions .cart-input .icon {
  color: #9d0229 !important;
  font-size: 16px;
}

.new-arrivals .actions .cart-input input {
  border: 0;
  outline: 0;
  width: 20px;
  font-size: 16px;
  letter-spacing: 0.43px;
  text-align: center;
  color: #3e3e3e !important;
  flex-grow: 1;
  font-weight: 600;
}

.new-arrivals .actions .add-cart-action .add-cart {
  border-radius: 100%;
  background-color: #9d0229;
  color: #ffffff !important;
  box-shadow: 0 2px 8px 0 rgba(95, 30, 47, 0.3);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-arrivals .actions .add-cart-action {
  display: none;
}
.new-arrivals .items:hover .actions .add-cart-action {
  display: block;
}
.new-arrivals .actions .add-cart-action .add-cart .icon {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .new-arrivals {
    padding: 22px 0 60px;
  }

  .new-arrivals .title {
    font-size: 22px;
    letter-spacing: 0.44px;
    margin-bottom: 60px;
  }

  .new-arrivals .banner-container {
    padding: 0 50px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .swiper-slide {
    width: 312px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .swiper-slide.no-content {
    display: none;
  }

  .new-arrivals .banner-container .new-arrivals-banner .swiper-button-prev,
  .new-arrivals .banner-container .new-arrivals-banner .swiper-button-next {
    display: none;
  }

  .new-arrivals .banner-container:hover .new-arrivals-banner .swiper-button-prev,
  .new-arrivals .banner-container:hover .new-arrivals-banner .swiper-button-next {
    display: none;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items {
    grid-template-columns: 128px 184px;
    height: 150px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .image-container .image {
    width: 95px;
    height: 138px;
    bottom: 30px;
    margin-left: -47.5px;
    transform: none;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container {
    padding: 16px 20px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .description {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.26px;
    -webkit-line-clamp: 2;
    max-height: 30px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .price {
    font-size: 16px;
    letter-spacing: 0.34px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .price span {
    font-size: 12px;
    letter-spacing: 0.26px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .image-container .image {
    bottom: 30px;
  }
  .new-arrivals .banner-container .new-arrivals-banner .items:hover .content-container .description {
    opacity: 1;
  }
  .new-arrivals .banner-container .new-arrivals-banner .items:hover .content-container .image-content {
    display: flex;
  }
  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content {
    display: flex;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content .image-block .block {
    font-size: 10px;
    letter-spacing: 0.19px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content .image-block p {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .original-price {
    display: block;
  }
  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .actions .add-cart-action {
    display: block;
  }
  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .price {
    /* color: #9d0229 !important; */
  }
  .actions .out-of-stock {
    font-size: 13px;
    padding: 4px;
    line-height: 28px;
    letter-spacing: 0.28px;
    width: 102px;
    max-width: 102px;
  }
}

@media screen and (max-width: 600px) {
  .new-arrivals {
    padding: 22px 0 40px;
  }

  .new-arrivals .title {
    font-size: 18px;
    letter-spacing: 0.36px;
    text-align: center;
    color: #bba562;
    margin-bottom: 30px;
    line-height: 40px;
  }

  .new-arrivals .banner-container {
    padding: 0 20px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .swiper-slide {
    width: 312px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .swiper-slide.no-content {
    display: none;
  }

  .new-arrivals .banner-container .new-arrivals-banner .swiper-button-prev,
  .new-arrivals .banner-container .new-arrivals-banner .swiper-button-next {
    display: none;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items {
    grid-template-columns: 128px 184px;
    height: 150px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .image-container .image {
    width: 95px;
    height: 138px;
    bottom: 30px;
    margin-left: -47.5px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .image-container .image img {
    height: 148px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container {
    padding: 16px 20px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .description {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.26px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .price {
    font-size: 16px;
    letter-spacing: 0.34px;
    padding-top: 0px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .price span {
    font-size: 12px;
    letter-spacing: 0.26px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content .image-block .block {
    font-size: 10px;
    letter-spacing: 0.19px;
  }

  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content .image-block p {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  .new-arrivals .banner-container .new-arrivals-banner .items .content-container .image-content {
    display: flex;
  }
}
/* New Arrivals (end) */

/* Most Popular */
.most-popular {
  padding: 100px 0 80px;
}

.most-popular .most-popular-content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
}

.most-popular .most-popular-content .title {
  font-size: 28px;
  letter-spacing: 0.56px;
  text-align: center;
  color: #bba562;
  margin-bottom: 50px;
}

.most-popular .most-popular-content .title p {
  margin: 0;
}

.most-popular .most-popular-content .most-popular-banner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.most-popular .most-popular-content .most-popular-banner .swiper-container {
  width: 1020px;
  overflow-y: visible;
  overflow-x: clip;
}

.most-popular .most-popular-content .most-popular-banner .swiper-container .swiper-wrapper {
  overflow: unset;
}

.most-popular .most-popular-content .most-popular-banner .items {
  width: 240px;
  /* margin-top: 30px; */
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pdp-main-content .recommendation .recommendation-banner .items .image,
.most-popular .most-popular-content .most-popular-banner .items .image {
  text-align: center;
  position: relative;
  height: 270px;
  z-index: 2;
  padding: 20px 20px 0 20px;
  background-color: #f9f8f3;
  border-radius: 5px 5px 0 0;
}

.pdp-main-content .recommendation .recommendation-banner .items .image > *,
.most-popular .most-popular-content .most-popular-banner .items .image > * {
  position: absolute;
  height: 270px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0 20px;
  -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);
}

.pdp-main-content .recommendation .recommendation-banner .items:hover .image > *,
.most-popular .most-popular-content .most-popular-banner .items:hover .image > * {
  height: 310px;
}

.pdp-main-content .recommendation .recommendation-banner .items .image img,
.most-popular .most-popular-content .most-popular-banner .items .image img {
  height: 250px;
  max-height: 100%;
}

.most-popular .most-popular-content .most-popular-banner .items .fav-button {
  position: absolute;
  top: 14px;
  right: 14px;
  box-shadow: 0 5px 8px 0 rgba(85, 74, 42, 0.2);
  color: #bbbbbb !important;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.most-popular .most-popular-content .most-popular-banner .items p {
  margin: 0;
}

.most-popular .most-popular-content .most-popular-banner .swiper-slide {
  width: 240px;
  height: auto;
  transition: opacity 0.1s ease-in-out;
}

.most-popular .most-popular-content .most-popular-banner .swiper-wrapper .swiper-slide-prev {
  opacity: 1 !important;
}

.most-popular .most-popular-content .most-popular-banner .swiper-button-prev,
.most-popular .most-popular-content .most-popular-banner .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 20px;
  border-radius: 100%;
  border: #bca662 1.5px solid;
  background-position: center;
}

.most-popular .most-popular-content .most-popular-banner .swiper-button-prev {
  background-image: url('../img/0001-homepage-revamp-2021/icon-arrow-left-gold.svg');
  left: 0px;
}

.most-popular .most-popular-content .most-popular-banner .swiper-button-next {
  background-image: url('../img/0001-homepage-revamp-2021/icon-arrow-right-gold.svg');
  right: 0px;
}

/* .most-popular .most-popular-content .most-popular-banner .items .image {
  text-align: center;
  position: relative;
  height: 270px;
} */

/* .most-popular .most-popular-content .most-popular-banner .items .image .image-position {
  position: absolute;
  height: 270px;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
} */

/* .most-popular .most-popular-content .most-popular-banner .items .image .image-position img {
  height: 270px;
} */

.most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content {
  /* display: none;
  align-items: center; */
  justify-content: center;
  /* gap: 24px; */
  /* margin-top: 5px; */
}

.most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content .image-block {
  display: flex;
  align-items: center;
}

.most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content .image-block .block {
  border-radius: 5px;
  background-color: #bca662;
  color: #ffffff !important;
  padding: 3px 5px;
  margin-right: 5px;
}

.most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content .image-block p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

/* .most-popular .most-popular-content .most-popular-banner .items:hover .image .image-position {
  height: 300px;
} */

/* .most-popular .most-popular-content .most-popular-banner .items:hover .image .image-position .image-content {
  display: flex;
} */

.most-popular .most-popular-content .most-popular-banner .items .description {
  margin: 0;
  padding: 15px 20px 15px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  z-index: 1;
}

.most-popular .most-popular-content .most-popular-banner .items .description::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  background-color: #f9f9f9;
}

.most-popular .most-popular-content .most-popular-banner .items:hover .description {
  opacity: 0.3;
}

.most-popular .most-popular-content .most-popular-banner .items .original-price {
  font-size: 13px;
  letter-spacing: 0.28px;
  text-decoration: line-through;
  color: #666666 !important;
  display: block;
}

.most-popular .most-popular-content .most-popular-banner .items .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.most-popular .most-popular-content .most-popular-banner .items .price.price-fixed {
  color: #3e3e3e;
  /* padding: 9px 0px; */
}
.price,
.price .value {
  color: #9d0229;
}
.price.price-fixed,
.price.price-fixed .value {
  color: #3e3e3e;
}
.price.online-exclusive,
.price.online-exclusive .value {
  color: #fe7e3a;
}
.price.member-exclusive,
.price.member-exclusive .value {
  color: #8C7E5C;
}
.price.price-vip,
.price.price-vip .value {
  color: #bba661;
}
.price.price-save {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.price.price-save .old-price {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  letter-spacing: 0.24375000596046448px;
  color: #7B7B7B;
}
.price.price-save .old-price span {
  font-size: 32px;
  line-height: 43.58px;
  letter-spacing: normal;  
  text-decoration: line-through;
}
.price.price-save .price-fixed {
  display: flex;
  align-items: center;
  margin-top: unset;
  padding: unset;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.24375000596046448px;
  line-height: 1;
}
.price.price-save .price-fixed span {
  font-size: 20px;
  line-height: 36px;
  margin: unset;
}
.price.price-save .saved-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  color: #037B66;
}

.most-popular .most-popular-content .most-popular-banner .items .price span:not(.member-tag) {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-right: -2px;
}

.most-popular .most-popular-content .most-popular-banner .items .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  position: relative;
  z-index: 1;
  padding: 0 20px 20px;
  flex-grow: 1;
}
.most-popular .most-popular-content .most-popular-banner .items .actions > div {
  align-self: flex-end;
}
.most-popular .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 3px;
  height: 38px;
  width: 100px;
  justify-content: space-between;
  padding: 0 10px;
}

.most-popular .actions .cart-input .icon {
  color: #9d0229 !important;
  font-size: 16px;
}

.most-popular .actions .cart-input input {
  border: 0;
  outline: 0;
  width: 20px;
  font-size: 16px;
  letter-spacing: 0.43px;
  text-align: center;
  color: #3e3e3e !important;
  flex-grow: 1;
  font-weight: 600;
}

.most-popular .actions .add-cart-action .add-cart {
  border-radius: 100%;
  background-color: #9d0229;
  color: #ffffff !important;
  box-shadow: 0 2px 8px 0 rgba(95, 30, 47, 0.3);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.most-popular .actions .add-cart-action {
  display: none;
}
.most-popular .items:hover .actions .add-cart-action {
  display: block;
}
.most-popular .actions .add-cart-action .add-cart .icon {
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .most-popular .most-popular-content .most-popular-banner .items .item-header,
  .pdp-main-content .recommendation .recommendation-banner .items .item-header {
    position: relative;
    z-index: 2;
  }
  .pdp-info-bottom .view-number{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
  }
  .food-match-right {
    height: 240px;
    overflow: hidden;
  }
  .food-match-sample{
    height: 240px;
  }
  .customer-review .reviews .review-box {
    max-width: 828px;
    width: 100%;
  }
  .customer-review .reviews{
    max-width: calc(100% - 372px);
    width: 100%;
  }
  #globalWrapper .pdp-revamp-2021 .pdp-main-content .content,
  .pdp-product-data,
  .about-product,
  .accessory,
  .seperate-line,
  .food-match,
  .why-shop-with-us,
  .customer-review-container,
  .compare-list .compare-product,
  .pdp-main-content.pdp-pack .about-all-products,
  .most-popular .most-popular-content .most-popular-banner {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .most-popular {
    padding: 60px 0;
  }
  .most-popular .most-popular-content {
    flex-direction: column;
  }
  .most-popular .most-popular-content .most-popular-banner .items:hover .description {
    opacity: 1;
  }
  .pdp-main-content .recommendation .recommendation-banner .items .image,
  .most-popular .most-popular-content .most-popular-banner .items .image {
    padding: 12px 12px 0;
    height: 242px;
  }

  .most-popular .most-popular-content .title {
    /* font-size: 35px; */
    line-height: 1.14;
    letter-spacing: 0.7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 22px;
    letter-spacing: 0.44px;
    margin: 0 0 30px 0;
  }

  .most-popular .most-popular-content .most-popular-banner .swiper-container {
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  .most-popular .most-popular-content .most-popular-banner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    overflow: hidden;
  }

  .most-popular .most-popular-content .most-popular-banner .items {
    width: 200px;
  }

  .most-popular .most-popular-content .most-popular-banner .swiper-slide {
    width: 200px;
  }

  .most-popular .most-popular-content .most-popular-banner .swiper-button-prev,
  .most-popular .most-popular-content .most-popular-banner .swiper-button-next {
    display: none;
  }

  .most-popular .most-popular-content .most-popular-banner .items .image {
    height: 230px;
    padding: 0;
  }

  .most-popular .most-popular-content .most-popular-banner .items .image .image-position,
  .most-popular .most-popular-content .most-popular-banner .items .image .image-position img {
    height: 200px;
    top: 0px;
    bottom: 0px;
  }

  .most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content .image-block p {
    font-size: 10px;
  }

  .pdp-main-content .recommendation .recommendation-banner .items .image .image-position .image-content .image-block .block,
  .most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content .image-block .block {
    font-size: 10px;
    letter-spacing: 0.19px;
    width: 20px;
    height: 18px;
  }

  .most-popular .most-popular-content .most-popular-banner .items:hover .image .image-position {
    height: 240px;
  }

  .most-popular .most-popular-content .most-popular-banner .items .description {
    position: relative;
    padding: 7px 12px 0;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.26px;
    transform: translate(0, -28px);
    max-height: 71px;
    margin: 18px 0 0px;
    z-index: 2;
  }

  .most-popular .most-popular-content .most-popular-banner .items .price {
    font-size: 16px;
    letter-spacing: 0.34px;
  }
  .most-popular .most-popular-content .most-popular-banner .items .image .image-position {
    height: 240px;
  }
  .most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content > * {
    position: relative;
  }
  .most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content::before {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    bottom: -28px;
    z-index: 0;
    content: '';
    background-color: #f9f9f9;
  }
  .most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content {
    opacity: 1;
    transform: translateY(56px);
  }
  .most-popular .actions .add-cart-action {
    display: block;
  }
  .most-popular .most-popular-content .most-popular-banner .items .actions {
    min-height: 54px;
    padding: 0 12px 12px;
    background-color: #f9f9f9;
  }
}

@media screen and (max-width: 600px) {
  .most-popular {
    padding: 40px 0;
  }

  .most-popular .most-popular-content .title {
    font-size: 18px;
    letter-spacing: 0.36px;
    text-align: center;
    color: #bba562;
  }

  .most-popular .most-popular-content .most-popular-banner .swiper-container {
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  .most-popular .most-popular-content .most-popular-banner .items,
  .most-popular .most-popular-content .most-popular-banner .swiper-slide {
    width: 180px;
  }

  .most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content .image-block .block {
    font-size: 10px;
    letter-spacing: 0.19px;
    width: 20px;
    height: 18px;
  }

  .most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content .image-block p {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  .most-popular .most-popular-content .most-popular-banner .items .image .image-position .image-content {
    display: flex;
  }
  /*.most-popular .most-popular-content .most-popular-banner .items .image {
    height: 195px;
  }*/
  .most-popular .most-popular-content .most-popular-banner .items .price {
    padding-top: 0px;
    padding-right: unset;
  }
}

/* Most Popular (end) */

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

.product-float-atc{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 20px 0 0;
  padding: 23px 20px;
  background-image: linear-gradient(to bottom, #fbfaf5, #f5f2e8);
  display: none;
  z-index: 2001;
}

.product-float-atc .items{
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.product-float-atc .items .name{
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.3px;
}

.product-float-atc .items .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-float-atc .items .actions .price{
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

.product-float-atc .items .actions .price .value{
  font-size: 18px;
  font-weight: bold;
}

.product-float-atc .items .actions .add-cart-action .add-cart {
  border-radius: 100%;
  background-color: #9d0229;
  color: #ffffff !important;
  box-shadow: 0 2px 8px 0 rgba(95, 30, 47, 0.3);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-float-atc .items .actions .add-cart-action .add-cart{
  width: 36px;
  height: 36px;
}

.product-float-atc .items .actions .add-cart-action .add-cart .icon{
  font-size: 19px;
}

.product-float-atc .items .actions .add-cart-action .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 3px;
  height: 38px;
  width: 100px;
  justify-content: space-between;
  padding: 0 10px;
}

.product-float-atc .items .actions .add-cart-action .cart-input .icon {
  color: #9d0229 !important;
  font-size: 16px;
}

.product-float-atc .items .actions .add-cart-action .cart-input input {
  border: 0;
  outline: 0;
  width: 20px;
  font-size: 16px;
  letter-spacing: 0.43px;
  text-align: center;
  color: #3e3e3e !important;
  flex-grow: 1;
  font-weight: 600;
}

footer .goToTop{
  /* bottom: 120px; */
}

.custom-popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000099;
  z-index: 9999;
}

.custom-popup .custom-popup-container{
  max-width: 800px;
  width: 100%;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 20px;
}

.custom-popup .custom-popup-container .custom-popup-box{
  background-color: #ffffff;
  position: relative;
}

.custom-popup .custom-popup-container .close-btn{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.custom-popup .custom-popup-container .close-btn img{
  width: 100%;
  height: 100%;
}

.custom-popup .custom-popup-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 42px 53px;
}

.custom-popup .custom-popup-content .title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}

.custom-popup.promotion-opt-popup .custom-popup-content .title{
  color: #bba661;
}

.custom-popup.promotion-opt-app-only-popup .custom-popup-content .title{
  color: #FE7E3A;
}
  
.custom-popup .custom-popup-content .popup-content{
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
}
  
.custom-popup .custom-popup-content .popup-content .tnc{
  font-style: italic;
}

.custom-popup .custom-popup-content .popup-content .detail{
  line-height: 1.5;
}

[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;
}

.available-in-store-popup .map-main .reminder{
  font-size: 14px;
  line-height: 1.5;
  color: #8c7b47;
  text-align: center;
  margin-bottom: 35px;
  white-space: pre-line;
}

@media screen and (max-width: 600px) {
  .available-in-store-popup .map-main .reminder{
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 25px;
  }
}

.product-details-zoom .main .black{
  display: none;
}

[lang^="en"] .pdp-info .name,
[lang^="en"] .pdp-info .name span,
[lang^="en"] .about-title,    
[lang^="en"] .accessory .accessory-title,        
[lang^="en"] .food-match-title,            
[lang^="en"] .shop-with-us-title,
[lang^="en"] .provenance-btn .detail-container .name,
[lang^="en"] .customer-review-header,                
[lang^="en"] .compare-vintages-header,                    
[lang^="en"] .pdp-main-content.pdp-pack .about-all-products .about-title,                        
[lang^="en"] .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title,                            
[lang^="en"] .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title a,
[lang^="en"] .new-arrivals .title,
[lang^="en"] .most-popular .most-popular-content .title{    
  font-family: LibreBaskerville;
}

[lang^="zh-Hant"] .pdp-info .name,
[lang^="zh-Hant"] .pdp-info .name span,
[lang^="zh-Hant"] .about-title,    
[lang^="zh-Hant"] .accessory .accessory-title,        
[lang^="zh-Hant"] .food-match-title,            
[lang^="zh-Hant"] .shop-with-us-title,
[lang^="zh-Hant"] .provenance-btn .detail-container .name,
[lang^="zh-Hant"] .customer-review-header,                
[lang^="zh-Hant"] .compare-vintages-header,                    
[lang^="zh-Hant"] .pdp-main-content.pdp-pack .about-all-products .about-title,                        
[lang^="zh-Hant"] .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title,                            
[lang^="zh-Hant"] .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title a,
[lang^="zh-Hant"] .new-arrivals .title,
[lang^="zh-Hant"] .most-popular .most-popular-content .title{    
  font-family: NotoSerifTC;
}

[lang^="zh-Hans"] .pdp-info .name,
[lang^="zh-Hans"] .pdp-info .name span,
[lang^="zh-Hans"] .about-title,    
[lang^="zh-Hans"] .accessory .accessory-title,        
[lang^="zh-Hans"] .shop-with-us-title,
[lang^="zh-Hans"] .provenance-btn .detail-container .name,
[lang^="zh-Hans"] .food-match-title,            
[lang^="zh-Hans"] .customer-review-header,                
[lang^="zh-Hans"] .compare-vintages-header,                    
[lang^="zh-Hans"] .pdp-main-content.pdp-pack .about-all-products .about-title,                        
[lang^="zh-Hans"] .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title,                            
[lang^="zh-Hans"] .pdp-main-content.pdp-pack .about-all-products .about-product .about-product-info .product-info-title a,
[lang^="zh-Hans"] .new-arrivals .title,
[lang^="zh-Hans"] .most-popular .most-popular-content .title{    
  font-family: NotoSerifSC;
}

html:not([lang^="en"]) .price.redemption p{
  font-weight: 500;
}
.items .image .image-position .image-content {
  display: flex;
  align-items: center;
  justify-content: left;
  /* 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;
}
@media screen and (min-width:1024px) {
  .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;
  }
}
.items .image .image-position .image-content .image-block {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-weight: 600;
}
.items .image .image-position .image-content .image-block .block {
  border-radius: 5px;
  background-color: #bca662;
  color: #ffffff;
  /*padding: 3px 5px;*/
  margin-right: 5px;
  font-weight: 600;
  width: 31px;
  height: 26px;
  line-height: 18px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.items .image .image-position .image-content .image-block p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.24px;
  color: #3e3e3e;
  font-weight: 600;
}

/* badget */
.items .item-badget {
  float: left;
  /* margin-top: 20px; */    
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}
.items .item-badget .tag {
  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 !important;
  text-align: center;
  margin-bottom: 10px;
}
.items .item-badget .tag.tag-gold {
  background: url('../img/0001-plp-revamp/tag-best-value-l.png');
  background-size: cover;
}
.items .item-badget .tag span {
  display: block;
}
.items .item-badget .new {
  width: 50px;
  height: 24px;
  padding: 2px 0;
  border-radius: 5px;
  background-color: #000;
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  margin-bottom: 10px;
}

/* item fav btn */
.items .btn-fav {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  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;
}

.items .btn-fav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
}

.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);
  }
}

.items .item-promotion-tag,
.items .item-promotion-tag-app-only {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 241px;
  display: flex;
  align-items: center;
  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);
}
.items .item-promotion-tag {
  background-color: #bba661;
}
.items .item-promotion-tag-app-only {
  background-color: #FE7E3A;
}
.items .item-promotion-tag img,
.items .item-promotion-tag-app-only img {
  margin-right: 5px;
}
.items:hover .item-promotion-tag,
.items:hover .item-promotion-tag-app-only {
  opacity: 0;
}
@media screen and (max-width:1024px) {
  .items .item-promotion-tag,
  .items .item-promotion-tag-app-only {
    left: 13px;
    top: 218px;
    max-width: calc(100% - 26px);
    padding: 2px 6px;
    height: fit-content;
    transform: translateY(-100%);
  }
  .items .item-promotion-tag > span,
  .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;
  }
  .items:hover .item-promotion-tag,
  .items:hover .item-promotion-tag-app-only {
    opacity: 1;
  }
  .items .item-badget {
    padding: 12px;
  }
  .items .item-badget .tag {
    width: 40px;
    height: 40px;
    font-size: 8px;
    padding: 6px 0px;
    margin-bottom: 10px;
  }
  .price.price-save {
    gap: 0 5.5px;
  }
  .price.price-save p {
    min-height: unset;
  }
  .price.price-save .old-price {
    font-size: 10px;
    line-height: 13.62px;
  }
  .price.price-save .old-price span {
    font-size: 24px;
    line-height: 32.68px;
  }
  .price.price-save .price-fixed {
    font-size: 24px;
    letter-spacing: 0.17817983031272888px;
  }
  .price.price-save .price-fixed span {
    font-size: 20px;
    line-height: 36px;
  }
  .price.price-save .saved-price {
    font-size: 14px;
    line-height: 25.2px;
  }
}