/** Shopify CDN: Minification failed

Line 108:21 Expected ":"

**/
.product-info .gpo-label span.label-content {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-info .gpo-select select,
.product-info .select__select  {
    color: #232323 !important;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    padding: 15px 25px;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: none !important;
}

.product-info .gpo-select {
    background: #fff;
    border:none !important;
}

/* .product-info .gpo-label span.label-content, 
.product__info-wrapper .product-form__input .form__label {
    font-weight: 700;
} */

/* USP */

.usp-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    background: #f1f1f1;
    border-radius: 100px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 500;
}

.usp-item img {
    width: 16px;
    height: 16px;
}
.usps {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    flex-wrap: wrap;
}
/* BUY ITEM */
.buy-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 30px;
}
.buy-item-offer {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.buy-item-offer img {
    width: 40px;
    height: 40px;
    margin-bottom:10px;
}
.buy-item-offer {flex: 1;}
.buy-item-offer h5 {
    font-weight: 600;
    font-size: 16px;
}

.buy-item-offer p {
    font-size: 14px;
}


@media (max-width: 1366px) {

.buy-item-offer h5 {
    font-size: 13px;
}

.buy-item-offer p {
    font-size: 12px;
}

}

.buy_and_review {
    padding: 20px 0;
}


.buy-review {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight:600;s
}

.buy-review img {
    width: 70px;
}




.shopify-section.shopify-section-group-footer-group.shopify-section--footer + div {
  display:none !important;
}

.shopify-policy__body h2 {
    font-size: 32px !important;
}