/** Shopify CDN: Minification failed

Line 68:74 Expected identifier but found whitespace
Line 68:76 Unexpected "{"
Line 68:85 Expected ":"
Line 68:126 Expected identifier but found "!"

**/
.card .media {
      width: calc(100% - 10px)!important;
      height: calc(100% - 10px);
      box-shadow: 10px 10px;
      border-radius: 8px;
      border: 2px solid black;
}
.title-wrapper { text-align:center; }
.card-information>.price { text-align:center;  }
.card__information { text-align:center; }

.product-media-container {
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 10px 10px #000000;
}
.featured-product .placeholder-svg {
    border-radius: 8px;
}
.product-media-container img{
    border-radius: 8px;
}

.button{
    box-shadow: 4px 4px #000000!important;
    border : 2px solid #000000;
    border-radius: 32px;
  }
  .button:hover{
    box-shadow : none!important;
  }
  .button::after{
    box-shadow : none!important;
  }
  .button:hover::after{
    box-shadow : none!important;
  }

.shopify-payment-button__button{
    box-shadow: 4px 4px #000000!important;
    border : 2px solid #000000!important;
    border-radius: 32px!important;
  }
  .shopify-payment-button__button:hover{
    box-shadow : none!important;
  }
  .shopify-payment-button__button::after{
    box-shadow : none!important;
  }
  .shopify-payment-button__button:hover::after{
    box-shadow : none!important;
  }
.banner__box {
  border: 2px solid black;
    border-radius: 8px;
    box-shadow: 10px 10px #000000;
}
h2 { text-transform: uppercase; }
.button { text-transform: uppercase; font-weight: bold; }
  .slider-button { padding:8px; width:50px; height:50px; background-color: {{ section.settings.color_scheme.settings.button }}!important; border-radius:25px; border: 2px solid black;  box-shadow: 6px 6px #000; margin:0px 10px; }
  .slideshow__controls { display: flex; justify-content: end; margin-right: 24px; }
.slider-buttons { justify-content: right!important; }
.z-1 { z-index: 1; }

