/** Shopify CDN: Minification failed

Line 172:12 Expected identifier but found whitespace
Line 172:13 Unexpected "("

**/
.gallery .gallery__item {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.collection-list .card--media .card__text-spacing .card-information__text {
    font-size: 30px;
}

.collection-list__item a {
        border-radius: 10px;
    }

.product__text
{
font-size: 14px;  
}

.shop-icons
{
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-icons li img
{
    width: 50px;
    background: #2a6465;
    padding: 7px;
    border-radius: 30px;
}

.shop-icons li
{
    width: 90px;
    text-align: center;
}

.shop-icons li:nth-child(4)
{
 max-width: 130px;
}

.shop-icons li h5
{
    font-family: Nunito, sans-serif;
    margin: 0;
    font-size: 12px;
margin-top: 7px;  
}

.safe-checkout
{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 10px 5px;  
}

.safe-checkout h4
{
    margin: 0 0 5px;  
}

.safe-checkout img
{
    margin: 0;  
}

.product__pickup-availabilities
{
  display:none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
    line-height: 1.4;
}
caption, img, svg, table, td, th {
    vertical-align: middle;
}
.table, td, th {
    border: 1px solid #ddd;
}
.table {
    display: table;
}

td, th {
    padding: 11px 20px;
}

#ProductInfo-template--24319856378233__main .product__tax
{
  display: none!important;
}

.product-form__quantity .quantity
{
 background: #eee;
    border-radius: 50px;
    padding: 5px 2px; 
}

.product-form__quantity .quantity .quantity__button
{
 background: #eee;  
}

.price--on-sale .price-item--sale {
    color: #2A6465 !important;
    font-weight: 700;
    font-size: 20px;
}
.product__info-container .price--large bdi {
    font-size: 30px;
}

.price__badge-sale
{
    display: block;
background: #d72c0d;
    font-size: 13px;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product__info-container .price
{
  display: block !important;
}

.price__badge-sale
{
    display: block !important;  
}

.product__title .product__heading {
    font-weight: 700;
}

.product__accordion h4
{
    font-size: 18px;
    margin-bottom: 10px;
}

.product__accordion .accordion__content p
{
    font-size: 15px;  
}

.thumbnail-list {
    max-width: 47rem !important;
}

.thumbnail-slider .thumbnail-list+.slider-buttons
Specificity: (0,3,0)
 {
    width: 47rem;
}

.thumbnail-list
{
  box-shadow: none !important;
}

@media screen and (min-width: 750px) {
    .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: 9rem !important;
    }
}

.aplus-wrap img
{
  max-width: 100%;
}

.m-btm-10
{
margin-bottom: 10px;
    margin-top: 10px;
}

.card-information__text
{
    overflow: hidden;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; 
}

.caption-with-letter-spacing
{
    font-size: 1.2rem !important;  
}

.price--on-sale .price-item--regular bdi {
    font-size: 1.5rem !important;
}

.price bdi
{
    font-size: 2rem !important;  
}

.arrivesby-dt
{
    max-width: 100% !important;
    background-color: #f6f6f6 !important;
    border-radius: 0 !important;
    padding: 10px !important;  
}

@media(max-width:767px)
{
.slideshow__heading {
    font-size: 24px;
}  
}