/** Shopify CDN: Minification failed

Line 173:22 Unexpected "{"
Line 173:31 Expected ":"
Line 176:22 Unexpected "{"
Line 176:31 Expected ":"

**/
.product-usp__list {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-usp__item {
    flex: 1;
    gap: 10px;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: 3px;
    padding: 19.5px 20px;
    background: #30374F;
}

.product-usp__item img {
    vertical-align: middle;
}

.product-usp__item span:last-child {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: var(--font-family-wix);
}

.product-usp__seperator {
    margin: 24px 0 20px;
    background-color: #B9C0D4;
}

.product-specifications__list {
    margin-bottom: 20px;
}

.product-specifications__list .specifications {
    border-radius: 5px;
    padding: 20px 30px;
    background: #EFF1F5;
}

.specifications__title {
    margin: 0 0 15px;
    color: #111322;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: var(--font-family-wix);
}

.gift-card-content {
    color: #111322;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.7px;
    font-family: var(--font-family-wix);
}

.gift-card-content strong {
    font-weight: 600;
}

.specifications__list {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    align-items: center;
}

.specifications__item {
    flex: 0 0 calc((100% / 6) - 25px);
}

.specifications__item .field-name,
.specifications__item .field-value {
    color: #111322;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.7px;
    font-family: var(--font-family-wix);
}

.specifications__item .field-value {
    font-weight: 700;
}

.specifications__item .field-value a {
    color: #c25240;
    text-decoration: none;
}

.product-faq__list.prd-faq {
    padding-top: 0;
}

.product-faq__list .accordion {
    margin-top: 0;
}

.product-faq__list .accordion details {
    padding: 0;
}
/* .product-faq__list .accordion details[open] {
    background: #D97868;
} */
.product-faq__list .accordion summary {
    padding: 20px 2rem;
    text-transform: uppercase;
}
.product-faq__list .accordion summary:after {
    top: 20px;
    right: 20px;
}
.product-faq__list .accordion details[open] summary:after {
    top: 27px;
    /* background-color: #fff;
    background-blend-mode: screen; */
}
.product-faq__list .accordion .accordion__content {
    margin-top: 0;
    padding: 0px 2rem 20px;
}
.product-faq__list .accordion .accordion__content > * {
    margin-top: 0;
    margin-bottom: 1rem;
}
.product-faq__list .accordion .accordion__content a {
    text-decoration: none;
}
/* .product-faq__list .accordion details[open] .accordion__title,
.product-faq__list .accordion details[open] .accordion__content {
    color: #fff;
} */

@media screen and (max-width: 1200px) {
    .specifications__item {
        flex: 0 0 calc((100% / 5) - 25px);
    }
}

@media screen and (max-width: 991px) {
    .product-usp__item {
        flex: 1 0 calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {
    product-info .product .page-width {
        padding: 0 1.5rem;
    }
    #shopify-section-{{ section.id }} .collapsible-content__heading {
        font-size: 20px;
    }
    #shopify-section-{{ section.id }} .collapsible-content__header {
        margin-bottom: 2rem;
    }
    .product-specifications__list .specifications {
        padding: 0;
        background: transparent;
    }
    .specifications__item {
        flex: 0 0 calc((100% / 2) - 15px);
    }
    .specifications__item .field-name,
    .specifications__item .field-value {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.65px;
    }
    .specifications__item .field-value {
        font-weight: 600;
    }
    .product-usp__item {
        padding: 5px 10px;
        flex: 1 0 calc(100% - 0px);
    }
    .product-usp__item span:last-child {
        font-weight: 400;
    }
    .prd-faq .accordion details {
        margin-bottom: 1rem;
    }
    .product-faq__list .accordion summary {
        padding: 1.5rem;
    }
    .product-faq__list .accordion .accordion__content {
        margin: 0px 0 1rem;
        padding: 0px 1.5rem 1.5rem;
    }
}