/** Shopify CDN: Minification failed

Line 32:29 Unexpected "{"

**/

/*+ custom css here **/

.item_image .image_wrapper{
    height: 0;
    width: 100%;
    position: relative;
}
.item_image .image_wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item_image .image_wrapper.cover img{
    object-fit: cover;
}
.item_image .image_wrapper.contain img{
    object-fit: contain;
}


clever-select,
clever-select option,
clever-select output,
clever-select button output, {
  color: inherit;
}

input[type=checkbox],input[type=radio]{
    margin:0 10px 0 0;
    padding:0;
    width:auto;
  }
  
  input[type=checkbox]{
    -webkit-appearance:checkbox;
    -moz-appearance:checkbox;
  }
  
  input[type=radio]{
    -webkit-appearance:radio;
    -moz-appearance:radio;
  }
  
  input[type=image]{
    padding-left:0;
    padding-right:0;
  }

button {
  color: black;
  -webkit-tap-highlight-color: transparent;
}
.cta_green {
  width: 100%;
  max-width: 390px;
}

a, button , label, div, i {
  -webkit-tap-highlight-color: transparent;
}

.display-none {
  display: none;
}

.collection-title {
  text-align: center;
  padding-bottom: 15px;
}

.product-table .product[data-variant-id='39752941142099'] .product__description .product__description__selling_plan {
  display: none;
}

/* Possible changes for accessibility */
.change-links-a:has(p.shop_name) {
  padding: 5px 0;
}
