/** Shopify CDN: Minification failed

Line 13:27 Expected ")" to end URL token
Line 18:13 Expected identifier but found whitespace
Line 18:15 Unexpected "{"
Line 18:24 Expected ":"

**/


/* CSS from section stylesheet tags */
#cyber-featured-collection {
  background-image: url({{ section.settings.background_image | img_url: '2048x' }});
  background-size: cover;
  padding: 50px 0px;
}
#cyber-featured-collection .section-heading {
  text-align: {{ section.settings.heading_alignment }};
}
.cyber-grid {
     display: flex;
    justify-content: space-between;
    padding: 10px 0 40px;
    flex-wrap: wrap;
    margin: 0px -10px;
}

    .cyber_product .grid__item {
        width: 100%;
        max-width: 100%;
  
    }
    .cyber_product li{
      padding-left:0px;
    }
    
.cyber_product{
  list-style: none;
    width: 25%;
    padding: 0 10px;
 }
.view-more-button .btn {
    padding: 10px 50px;
    color: #fffcf5;
    text-transform: uppercase;
    border: 1px solid #fffcf5;
}
.view-more-button {
    text-align: center;
}
#cyber-featured-collection ul.benefits-sectionStle.benefitsListingPro{
    display:none;
}

.cyber_product .price{
    color:#fffcf5;
}

.klaviyo-button-container{
    padding: 13px 30px;
    border: 1px solid #fff;
    width:100%;
}
 .cyber_product .minHeightTitle{
    min-height:auto;
 }   
.cyber_product .ratingStylePro{
 filter: brightness(10);
}
.cyber_product .rating_txt {
    font-size: 14px;
    margin-left: 4px;
    line-height: normal;
    color: #fff;
}

.percent-save{
    color: #c27425;
    text-transform: uppercase;
    margin: 0;
    background: #fff;
    padding: 5px 6px;
    font-size: 12px;
    font-weight: 500;
   border-radius:2px;
  line-height:normal;
}
.cyber_product .price-item.price-item--sale.price-item--last {
    font-weight: 600;
    color: #fff;
    font-style: normal;
    font-family: 'GT America';
    font-size: 14px;
}
.cyber_product .d-flex-title1{
  margin-bottom:5px;
}
.cyber_product .cstm-product-title{
  height:auto;
}
.cyber_product .priceFontSize {
    padding: 10px 0 8px;
}

  
.price__sale p{
  margin:0px;
}
.cyber_product .product-form{
  width:100%;
}

.cyber_product .button:hover {
    color: #ffffffd4 !important;
}
.cyber_product .card-wrapper:hover .card-information__text a {
    color: #ffffffd4;
}
  
.cyber_product .price .axt_show_original{
  color: #fffcf5 !important;
  text-decoration-color:#fffcf5 !important;
}


  
    
@media screen and (max-width: 767px){
  .cyber_product {
    list-style: none;
    width: calc(50% - 0px);
    margin-bottom:25px;
}
  .cyber_product .button{
     margin-left:0px !important;
  }
  .cyber_product .price{
    font-size:11px;
  }
  .cyber_product .price .axt_show_original{
    font-size:10px !important;
    margin-right:3px !important;
  }
  .cyber_product .price .axt-rule-label{
     font-size:8px !important;
     margin-left:3px !important;
     top:0 !important;
  }
  
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px)  {
   .cyber_product .price{
    font-size:11px;
  }
  .cyber_product .price .axt_show_original{
    font-size:10px !important;
    margin-right:3px !important;
  }
  .cyber_product .price .axt-rule-label{
     font-size:8px !important;
     margin-left:3px !important;
     top:0 !important;
  }
  .cyber_product{
    padding:0px 8px !important; 
  }
}
#mobile-bubbles {
  padding-top: 16px !important;
  padding-bottom: 0px !important;
      overflow-x: scroll;
  padding: 0px 12px;
/*   padding-bottom: 16px; */
}

#mobile-bubbles .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

#mobile-bubbles .column {
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 8px;
  max-width: 70px;
}

#mobile-bubbles .column.final-space {
  margin: 0px;
}

#mobile-bubbles .column.final-space h3 {
  width: 12px;
  font-size: 1px;
  color: transparent;
}

#mobile-bubbles .bubble {
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
}

#mobile-bubbles .column .bubble-title {
    font-size: 12px;
    text-align: center;
  text-transform: initial;
  font-family: "GT America";
}

@media screen and (min-width:989px) {
  #mobile-bubbles {
    display: none;
  }
}

#mobile-bubbles::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
body.index .shopify-section.spaced-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

  #product-grid .yotpo-display-wrapper a.text-m {
    display: block !important;
    margin-left: 6px;
    font-family: 'GT America';
    font-size: 12px;
  }
.three-column-cta {
		margin: 0 auto;
		position: relative;
		background-color: #EDD6C4;

	}

	.three-column-cta::before {
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		content: "";
		background-color: #EDD6C4;
		display: block;
	}


	.three-column-cta::after {
		position: absolute;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		content: "";
		background-color: #EDD6C4;
		display: block;
	}

	.hr-separator.three-steps {
		margin-bottom: 0px;
	}


	.three-column-cta .reward-step {
		flex: 1;
	}


	.three-column-cta.lion-integrated-page--guest.reward-steps .reward-step .reward-steps-title h4 {
    	text-transform: none;
	}

    .three-column-cta.lion-integrated-page--guest.reward-steps .reward-step .reward-steps-description {
        margin-top: 30px;
    }

	.three-column-cta .reward-step img {
		width: 100%;
		max-width: 100%;
	}

		.shopify-section {
			overflow-x: hidden;
		}

	@media screen and (max-width: 640px) {
	


		.reward-steps-description br {
			display: none !important;
		}

		.reward-steps-description p {
			text-align: center;
		}
		
	}