/** Shopify CDN: Minification failed

Line 229:5 Expected "}" to go with "{"

**/
 #shopify-section-header{
    z-index: 999; 
  }
  
  #product-sticky-atc #rc_container{
    display: none !important; 
  }
  
  #product-sticky-atc{
    background: #fff;
    border-bottom: 0.1rem solid rgba(var(--color-foreground),.08);
    padding: 1.5rem 0;
    position: fixed;
    width: 100%;
    top: 100%;
    transition: .5s ease;
    z-index: 99;
  }
  
  #product-sticky-atc.slide-in{
    transform: translateY(-100%); 
  }
  
  .sticky-atc .product-form__buttons{
    margin: 0 0 0 2rem; 
  }
  
  .sticky-atc .product_qty_with_btn {
    width: 400px;
  }
  
  .dd-board-wrap {
    border: 1px solid #bcc3c0;
    border-radius: 4px;
    padding: 2rem;
    cursor: pointer;
  }
  
  .dd-dropdown{
    border: 1px solid #bcc3c0;
    border-top: none;
    display: none; 
  }
  
  .dd-selector{
    position: relative;
  }
  
  .dd-board{
    display: flex;
    align-items: center;
    justify-content: space-between; 
  }
  
  .dd-board::after {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
  }
  
  .dd-dropdown--abs{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9; 
  }

  .dd-value {
    padding: 1rem 2rem;
    cursor: pointer;
  }
  
  .dd-value:hover{
    background: var(--clr-secondary); 
  }
  
  .sticky-atc{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .sticky-atc__title {
    text-align: left;
    font-size: 20px;
  }

  .sticky-atc__product {
    display: flex;
    align-items: center;
  }
  
  .sticky-atc__form{
    display: none;   
  }
  
  .rc_theme--default .sticky-atc__form{
    display: block;
  }
  
  .sticky-atc__form-wrap {
    display: flex;
    align-items: center;
  }

  .sticky-atc__form-wrap .product__buttons {
    margin-bottom: 0;
  }
  
  .sticky-atc__btn{
     width: calc(300px + 4vw);
     margin-left: calc(2rem + .4vw);
  }
  
  .sticky-atc__info {
    margin-left: 1.25rem;
  }
  
  .product__buttons--sticky{
    transform: none; 
  }

  .atc-dropdown__board {
    padding: 1rem 2rem;
    width: 300px;
  }
  
  .atc-dropdown__board,
  .dd-value{
    font-size: 16px;
  }
  
  .display-block{
    display: block; 
  }
  
  @media screen and (max-width: 1400px){
   
    .sticky-atc__title{
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 1180px){
    
    .sticky-atc__info{
      display: none; 
    }
    
    .sticky-atc__image{
       width: 80px; 
    }
    
    .sticky-atc__product{
      flex: 1; 
    }
    
    .sticky-atc__title{
      font-size: 16px;
      line-height: 1.3;
    }
    
    .sticky-atc__btn {
      width: 100%;
      margin: 0;
      font-size: 14px;
      padding: 12px 24px;
    }
    
    .atc-dropdown__board {
      padding: 1rem 1.25rem;
      font-size: 14px;
      width: initial;
    }
    
    .sticky-atc__subscription{
      width: 100%; 
    }
    
    .sticky-atc__subscription .sticky-atc__form, 
    .sticky-atc__subscription .btn-wrap{
      flex: 1; 
    }
    
    .sticky-atc__subscription .btn-wrap{
      margin-left: 1rem; 
    }
    
    .dd-value{
      font-size: 14px;
      padding: 1rem 1.25rem;
    }
    
  }
  
  @media screen and (max-width: 610px){
   
     #product-sticky-atc{
      top: 100%;
      border-top: 0.1rem solid rgba(var(--color-foreground),.08);
      border-bottom: initial;
    }
    
    .sticky-atc__dropdown{
      top: initial;
      bottom: 100%;
      border-top: 1px solid #bcc3c0; 
      border-bottom: none;
    }
    
    .atc-dropdown__board,
    .dd-value{
      font-size: 12px;
      padding: 1rem;
      line-height: 1.3;
    }