form#AddToCartForm .add-to-cart-container span.pre-order-2-button {
    padding: 13px !important;
    width: 100% !important;
    border-radius: 20px !important;
    box-sizing: border-box;
    background: #000000;
    color: #fff;
    border-radius: 50px !important;
  	font-size: 16px !important;
    text-transform: uppercase;
    font-weight: normal;
}
.spurit-po-wrapper {
    width: 100%;
}

.design-pre-order-template-wrapper.hover-visible.true-style {
    width: 100%;
}

form#AddToCartForm .add-to-cart-container span.pre-order-2-button:hover {
    background: #fff;
    color: #00c2f3;
    box-shadow: 0 6px 17px rgba(0,0,0,0.32);
}
form#AddToCartForm-1405214294064 .add-to-cart-container span.pre-order-2-button { 
    width: 100% !important;
    border-radius: 20px !important;background:#000 !important;
  box-sizing:border-box;
      font-family: 'Gilroy', sans-serif;
  font-size:13px;
      text-transform: uppercase;
    font-weight: normal;
}
form#AddToCartForm-1405214294064 .add-to-cart-container span.pre-order-2-button:hover { 
   
   background:#fff !important;color:#4FA7EC !important;box-shadow: 0 6px 17px rgba(0,0,0,0.32);   
  transition: all 0.5s ease-out;
  font-family: 'Gilroy', sans-serif;
  font-size:13px;
}
.pl-parent {
    position:relative;
}

.pl-container {
    cursor: pointer;
    position: absolute;
}

.pl-product {
    width: 323px;
    height: 434px;
}

.pl-collection {
    width: 100%;
    height: 100%;
}

.pl-image {
    position: absolute !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.top_right {
    top: 0% !important;
    right: 0% !important;
    bottom: auto !important;
    left: auto !important;
    background-position: right top;
}

.top_left {
    top: 0% !important;
    left: 0% !important;
    right: auto !important;
    bottom: auto !important;
    background-position: left top;
}

.top_center {
    top: 0% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%);
    background-position: center top;
}

.middle_right {
    top: 50% !important;
    right: 0% !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%);
    background-position: right center;
}

.middle_left {
    top: 50% !important; 
    left: 0% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(-50%);
    background-position: left center;
}

.middle_center {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%);
    background-position: center center;
}

.bottom_right {
    bottom: 0% !important;
    right: 0% !important;
    left: auto !important;
    top: auto !important;
    background-position: right bottom;
}

.bottom_left {
    bottom: 0% !important;
    left: 0% !important;
    top: auto !important;
    right: auto !important;
    background-position: left bottom;
}

.bottom_center {
    bottom: 0% !important;
    left: 50% !important;
    top: auto !important;
    right: auto !important;
    transform: translateX(-50%);
    background-position: center bottom;
}

.pl-text { 
   position: absolute;
   text-align: center;
   top: 50%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
   z-index: 9999;
}
.new-product .product__photo img.product__photo--variant
{
  height:auto !important;
}