/** Shopify CDN: Minification failed

Line 143:2 Expected "{" but found "."
Line 149:0 Unexpected "}"

**/
.product-single__description {
    display: inline;
    width: 40.75%;
}

.product-description--body-text {
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
    .product-details-content-left {
        width: 40.75%;
        display: block;
        float: left;
     }
     .product-details-content-right {
        display: inline-block;
        width: 40.75%;
        float: right;
     }
    }

.product-details-title {
    font-size: 20px !important;
    color: #00263e;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}    

.border-top {
    border-color: #e6e6e6;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logos {
    width: 80%;
}

.certified-logos {
    margin: 0 0.5em;
}

.custom-icons {
    margin: 0 auto;
    display: inline;
    margin-top: 4px;
    transform: translateY(8px);
}

.description-bullet {
    list-style: disc;
}

@media (max-width: 767px) {
    #container-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%; */
    }
    .product-details-right {
        display: flex;
        flex-direction: column;
        width: 100%;
        float: none;
    }
    .product-details-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        float: none;
    }
    /* .product-details-content-left {
        grid-row: 1;
    }
    .product-details-content-right {
        grid-row: 1;
    } */

    #mobile1 {
       order: 0;
    }

    #mobile2 {
       order: 1;
    }

    #mobile4 {
       order: 3;
    }

    #mobile5 {
        order: 4;
     }

     #mobile6 {
        order: 5;
     }

    .custom-icons {
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr max-content;
        text-align: center;
        align-content: center;
        vertical-align: middle;
        transform: translateY(60%);
        /* margin: 0 auto;
        display: flex;
        transform: translate(25px, 25px);
        flex-direction: row;
        justify-content: center;
        align-items: center; */
    } 
  .no-caffeine {
  	    margin-top: 20px;
        margin-bottom: 20px;
  }
  .nc--mobile {
        position: absolute;
  		margin-top: 3px;
  }
  
    .description-bullet {
        margin-left: 15px;
    }
}

@media (min-width: 768px)
  .left {
   width: 50%;
  }
.right {
	width: 50%; 
}
}