/** Shopify CDN: Minification failed

Line 35:2 Expected ":"
Line 38:2 Expected ":"
Line 42:2 Expected ":"
Line 45:0 Unexpected "15"

**/
.product-form__quantity-and-buy-buttons-wrapper .quantity-input-wrapper__labels {
  display: none;
}

.product__block--product-header-inner,
.product__block--product-header {
  margin-bottom: 0;
}

.product-form__quantity-and-buy-buttons-wrapper [data-wallpaper-calculator] {
  margin-bottom: 0;
}

.product__block.product__block--medium[data-family-products] {
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-samples-button-wrap {
display: flex;
justify-content: center;
margin-top: 15px;
}
.product-samples-button {
background: #4a4a4a !important;
color: #fff !important;
border: none !important;
 
height: 58px !important;
padding: 0 24px !important;
 
font-size: 16px !important;
font-weight: 600 !important;
text-transform: none !important;
 
transition: opacity 0.2s ease;
}
15
 
.product-samples-button:hover {
opacity: .9;
}
.product-samples-button {
padding: 10px 25px !important;
}