.part-p-card-wrapper {
  position: relative;
}

.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}
.add-to-card-wrapper {
	z-index: 100; 
}
.btn-sizeguide {
  position: relative;
  z-index: 9;
  cursor: pointer;
  transition: transform .4s ease, border-color .4s ease;
  will-change: transform;
  background-color: #F5F5FA;
  color: #5C5C5C;
  font-weight: 700 !important;
  padding: 4px 8px !important;
  margin: 10px;
  border-radius: 3px !important;
  font-size: 11px !important;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-sizeguide:hover {
	transform: scale(1.05); 
}
.product-label-wrapper, .btn-sizeguide {
	pointer-events: auto !important; 
}
.section-collection .part-p-card-wrapper.grid-product .product-label-wrapper {
	padding: 0 !important;
  margin: 0 !important;
  z-index: 9 !important;
}
.size-modal-close {
	position: absolute !important; 
}
/* Product Block */
.product-label-wrapper {
	margin: 0 !important; 
}