
ul.item_listing {
  width: 100%;
  margin: 1px 0;
  float: left;
  padding-top: 1em;
}
ul.item_listing li.preview {
  width: 24.5%;
}
ul.item_listing li.product-item {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 32%;
  margin-left: 1%;
}
ul.item_listing .product-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 60px;
}
ul.item_listing .product-images {
  display: block;
  position: relative;
}
ul.item_listing .product-images .plp-rollover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
ul.item_listing .product-images:hover {
  opacity: 1;
}
ul.item_listing .product-images:hover .plp-rollover:not([src*=coming_soon]) {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.05s;
  -moz-transition: opacity 0.3s ease 0.05s;
  -ms-transition: opacity 0.3s ease 0.05s;
  transition: opacity 0.3s ease 0.05s;
}
ul.item_listing .item-head-title {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
ul.item_listing .item-sub-title {
  line-height: 1.2;
  color: #666;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
ul.item_listing .product-info {
  position: relative;
  padding: 0 5px;
}
ul.item_listing .product-info > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.item_listing span.special_item, ul.item_listing .item-badge {
  left: 0;
  position: absolute;
  top: 0;
  color: #2b2b2b;
  line-height: 12px;
  z-index: 1;
}
ul.item_listing .aspect-wrapper {
  position: relative;
  height: 320px;
}
ul.item_listing .aspect-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 137.45%;
}
ul.item_listing .aspect-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@supports (display: grid) {
  ul.item_listing {
    display: grid;
    grid-template-columns: repeat(3, calc( 33.3% - 10px ));
    grid-gap: 15px;
  }

  ul.item_listing li.product-item {
    width: auto;
    margin-left: 0;
  }

  ul.item_listing .product-wrapper {
    display: grid;
    grid-template-rows: -webkit-min-content auto;
    grid-template-rows: min-content auto;
  }
}
[data-grouped-color=true] ul.item_listing .product-info {
  padding-top: 35px;
}

.plp_banner {
  background: none repeat scroll 0 0 #000000;
  color: #CCCCCC;
  padding: 20px 0;
  position: relative;
  top: -2px;
  margin-bottom: 0px;
  width: 100%;
}

.main-wrapper section h3.plp_banner {
  left: -6px;
  top: -1px;
  width: 101.25%;
  color: #fff;
  padding: 28px 0px;
}

#plpGrid section h3.plp_banner {
  top: -1px;
}

.grey_out_btn {
  border: 1px solid #999999;
  color: #999999;
  padding: 2px 6px;
  text-align: center;
  font-size: 11px;
}

.see_more {
  margin-bottom: 40px;
}

.product_listing ul.item_listing li a h4 {
  padding: 1px 0 2px;
  line-height: 1.6 !important;
}

li.more-instore {
  background: #eeeded !important;
  background: linear-gradient(18deg, transparent 10%, #eee 10%, #eee 90%, transparent 90%) !important;
  align-content: center;
  padding: 20px;
}

li.more-instore h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

li.more-instore p {
  font-size: 14px;
  line-height: 1.2;
  align-content: center;
}

@media only screen and (max-width: 767px) {
  .plp_banner {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 10px 0;
    top: -11px;
    width: 100%;
  }

  .main-wrapper section h3.plp_banner {
    left: -10px;
    width: 106.5%;
  }

  .product_listing h3.lc16, .product_listing h3.lc14 {
    font-size: 12px;
  }

  .product_listing .filters {
    border-bottom: 3px solid #2B2B2B;
  }

  ul.item_listing li.product-item {
    width: 46%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    ul.item_listing {
      grid-template-columns: repeat(2, calc( 50% - 8px ));
    }

    ul.item_listing li.product-item {
      width: auto;
      margin-left: 0;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper section h3.plp_banner {
    left: -6px;
    top: -1px;
    width: 101.6%;
  }

  ul.item_listing li.product-item {
    width: 46%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    ul.item_listing {
      grid-template-columns: repeat(2, calc( 50% - 8px ));
    }

    ul.item_listing li.product-item {
      width: auto;
      margin-left: 0;
    }
  }
}
.product-colors__list {
  margin: 0px;
  height: 45px;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  top: -20px;
  left: 0;
}

.product-colors__chip {
  padding: 0 3px;
  /* For the iPhone 5 / 5s / SE scenarial. Minimize the color chips margin for keeping UI not borken */
}
@media only screen and (max-device-width: 359px) and (orientation: portrait) {
  .product-colors__chip {
    padding: 0 1px;
  }
}
.product-colors__chip .lc-label--colour {
  background: white;
}

ul.item_listing .product-colors__list + a .item-head-title {
  padding-top: 0px;
}
ul.item_listing img.preloader {
  top: 50%;
  left: 50%;
}

.extra-colors {
  width: auto;
  padding: 0 10px;
}
@media only screen and (max-device-width: 374px) and (orientation: portrait) {
  .extra-colors {
    padding: 0 7px;
  }
}

.plp-index {
  transition: filter 0.33s cubic-bezier(0.43, 0, 0.36, 1);
}
.plp-index:not(.res) {
  filter: blur(3px);
}
.plp-index.plp-index__loaded {
  filter: blur(0);
}
.plp-index.loadingRotater {
  background-image: initial;
  opacity: 1;
}

ul.item_listing img.preloader {
  top: 50%;
  left: 50%;
}

li.product-item .flag-wrapper {
  width: 100%;
}

li.product-item .product-flag {
  background: #eeeded;
  color: #666;
  font-size: 10px;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  border: none;
  padding: 0.4em 1em 0.35em;
  margin: 1em auto 0;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

li.product-item .product-flag.curatedbylanecrawford,
li.product-item .product-flag.连卡佛甄选,
li.product-item .product-flag.runway,
li.product-item .product-flag.T台款,
li.product-item .product-wrapper.runway .product-flag {
  background: #a7885a;
  color: white;
}

li.product-item .product-flag.lanecrawfordonlinespecial,
li.product-item .product-flag.连卡佛线上专享,
li.product-item .product-flag.onlineonly,
li.product-item .product-flag.网上限定,
li.product-item .product-flag.limitedsizes,
li.product-item .product-flag.尺寸选择有限,
li.product-item .product-flag.newseason,
li.product-item .product-flag.新季 {
  background: #dddede;
  color: black;
}
