/** Shopify CDN: Minification failed

Line 71:12 Unexpected "{"
Line 71:21 Expected ":"
Line 72:16 Expected identifier but found whitespace
Line 72:18 Unexpected "{"
Line 72:27 Expected ":"
Line 72:78 Expected ":"
Line 73:19 Expected identifier but found whitespace
Line 73:21 Unexpected "{"
Line 73:30 Expected ":"
Line 73:84 Expected ":"
... and 30 more hidden warnings

**/

  .wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .collection-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 4em;
  }
  .card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 .5em 0 .5em; 
    width: 100%;
  }
  .border-right {
    border-right: solid 1px;
  }
  .border-left {
    border-left: solid 1px;
  }
  .collection-link-container {
    padding: 0;
    padding-left: 3rem;
    margin: 0 1rem 2rem 0; 
    box-sizing: unset;
    width: inherit;
    height: 3rem;
  }
  .img-container{
    width: auto;
  /*height: 450px;*/
    overflow: hidden;
  }
  .image-card {
    width: 100%;
    height: auto;
  }
  img {
    transition: all 0.5s ease-in-out;
  }
  img:hover {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  .collection-header {
    padding: 0;
    margin: 0;
    font-size: 32px
  }

 
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }    
  }

@media screen and (max-width: 1115px){
  .img-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
  }
  .image-card {
    max-width: 100%;
    max-height: 100%;
  }  
}  

@media screen and (max-width: 1115px){
  .collection-header {
    padding: 0;
    margin: 0;
    font-size: 24px;
  }
}  
  
@media screen and (max-width: 875px){
   .collection-wrapper {
     flex-direction: row; 
   }
  .card-box {
    margin-bottom: 1em;
  }
   .collection-link-container {
     margin: 0;
     padding-left: 1rem; 
     height: 3rem;
   }
  .card-box-bottom {
    border-bottom: none;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .collection-header {
    padding: 0;
    margin: 0;
    font-size: 20px;
  }
  /*.border-right {
    border-right: 0;
  }
  .border-left {
    border-left: 0;
  }*/
  .img-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
  }
  .image-card {
    max-width: 100%;
    max-height: 100%;
  }
}
  @media screen and (max-width: 620px){
   .collection-header {
     font-size: 18px; 
   }    
  }  
  @media screen and (max-width: 575px){
   .collection-header {
     font-size: 16px; 
   } 
  }
  @media screen and (max-width: 530px){
   .collection-header {
     font-size: 14px; 
   } 
  }
  @media screen and (max-width: 483px){
   .collection-header {
     font-size: 12px;
   } 
  }
  @media screen and (max-width: 436px){
   .collection-link-container {
    margin-right: 0;
  }     
  }
  @media screen and (max-width: 382px){
   .collection-header {
     font-size: 10px;
   }     
  }  
  @media screen and (max-width: 337px){
   .collection-header {
     font-size: 9px;
   }     
  }  


  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  .border{
    height: 100%
    width: 1px;
    border-right-style: solid;
    border-width: 1px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .border-top {
    border-top: solid;
    border-width: 3px;
    font-family: "Miller Disp Rom" !important;
    font-size: 42px !important;
  }  
   .invisible {
    height: 28.6667px;
    text-align: center;
    padding: 5px;
   }
  .best-value {
    background-color:#D2242A;
    text-align: center;
    color: white;
    margin-left: 2em;
    margin-right: 2em;
    font-family: "Interstate Bd" !important;
    font-size: 14px;
    padding: 5px;
  }
  .membership-type-heading {
    font-family: "Interstate Bd";
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
  }
  .membership-type-cost {
    font-family: "Miller Disp Rom";
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .membership-type-frequency {
    font-size: small;
    font-weight: bolder;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: "Interstate Bd";
    font-size: 12px;
  }
  .membership-type-deal {
    font-size: small;
    text-align: center;
    padding: 0;
    padding-right: 2em;
    padding-left: 2em;
    margin: 0; 
    font-family: "Interstate Reg";
    font-size: 11px;
  }
  .membership-button {
    margin-top: auto;
    display: flex;
    justify-content: center;
  }
  button {
    background-color: white;
    border: 1px solid black;
    color: black;
    width: auto;
    height: 40px;
    padding-left: 3rem;
    padding-right: 3rem;
    transition: background-color 0.5s ease-in-out;
    font-family: "Interstate Bd";
    font-size: 16px;
  }
  
  button:hover {
    cursor: pointer;
    background-color:#D2242A;
    color: white;
    border: none;
  }
  
  button:active {
    background-color: red;
    color: white;
    border: none;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px; 
      padding-bottom: {{ section.settings.padding_bottom }}px; 
    }
    .item-wrapper  {
      display: flex;
      justify-content: space-evenly;
      border-style: none;
      padding-top: 1.5em;
      padding-bottom: 1.5em;
  }
    .custom-card {
      padding: 0 1.5em 0 1.5em; 
  }
    .custom-card-right {
      display: flex;
      flex-direction: column;
      padding: 0 1.5em 0 1.5em; 

  }
    .custom-card-left {
      display: flex;
      flex-direction: column;
      padding: 0 1.5em 0 1.5em; 
  }
    .border-on-right {
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
      height: 100%;
    }
    .border-on-left {
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
      height: 100%;
    }
  }

  @media screen and (max-width: 875px){
    .item-wrapper {
      flex-direction: column;
      padding-right: 1em;
      padding-left: 1em;
    }
    .border {
      display: none;
    }
    .invisible {
      display: none;
   }
    .custom-card {
      padding: 0.5em;
      border-top: solid;
      border-width: 1px;
      margin-bottom: 1em;
      padding-top: 0;
  }
     .custom-card-right {
      padding: 0.5em;
      border-left: none;
      border-top: solid;
      border-width: 1px;
      padding-bottom: 1.5em; 
  }
    .custom-card-left {
      padding: 0.5em;
      border-right: none;
      margin-bottom: 1em;
    }
    .best-value {
      margin-top: 1em;
    }
  }  
