/** Shopify CDN: Minification failed

Line 466:156 Expected identifier but found bad string token
Line 466:157 Unterminated string token

**/
.wg-add-all-cart{
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    color: #fff;
    background: #142b6f;
    border-color: #e8e8e1;
}

.wg-results{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-top:40px
}
/* .wg-loading{
    text-align:center;
    padding:60px
} */
.wg-spinner{
    width:40px;
    height:40px;
    border:4px solid #ddd;
    border-top-color:#000;
    border-radius:50%;
    animation:wg-spin .8s linear infinite;
    margin:auto auto 20px
}
@keyframes wg-spin{
    to{
        transform:rotate(360deg)
    }
}
.wg-error{
    text-align:center;
    padding:40px;
    color:red
}
.wg-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 20px #00000014;
    display:flex;
    flex-direction:column
}
.wg-image img{
    width:100%;
    display:block
}
.wg-card-content{
    padding:20px
}
.yotopwidget_custom .yotpo-reviews-star-ratings-widget {
    margin-bottom: 0px !important;
}
.wg-title{
    font-size:22px;
    margin-bottom:10px
}
.wg-price {
    font-size: 17px;
    font-weight: 400;
    color: #142b6f;
    font-family: Jost, Poppins, sans-serif;
}
.wg-current-price{
    font-size:22px;
    font-weight:700
}
.wg-compare-price{
    text-decoration:line-through;
    color:#999;
    margin-left:12px
}
.wg-description{
    margin:15px 0;
    line-height:1.6
}
.wg-reasons{
    margin-top:20px;
    background:#f7f7f7;
    border-radius:10px;
    padding:15px;
    display:none;
}
.wg-reasons ul{
    margin:10px 0 0;
    padding-left:18px
}
.wg-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#2e7d32;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
    z-index:5
}
.wg-image{
    position:relative
}
.wg-variants,.wg-purchase-options{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin:15px 0
}

.wg-variant.active,.wg-purchase-option.active{
    background: #1a2a6b;
    color: #fff;
    border-color: #606da1;
}

.wg-quantity{
    display:flex;
    gap:0px;
    align-items:center;
    margin:15px 0
}
.wg-quantity input{
    width:50px;
    text-align:center
}
.wg-quantity button{
    width:32px;
    height:32px
}
.wg-add-cart {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    background: #142b6f;
    border-color: #e8e8e1;
    font-weight: 600;
    font-size:16px;
}
.wg-add-cart:disabled{
    opacity:.6
}
div#wellgard-results{
    display:flex;
    flex-wrap:nowrap;
    align-items:flex-start;
    justify-content:center;
    /* margin:20px auto 0; */
    gap:20px;
}
.wg-product-card {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 312px;
    background: #fff;
    padding: 36px 20px;
    border-radius: 8px;
}
.wg-product-card h3{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0 !important;
    height: 30px;
    font-family: 'Poppins';
    color: #142b6f;
}
.wg-product-card img{
    height:250px;
    width:auto
}
.wg-price,.wg-variants{
    margin:0
}
.wg-purchase-options{
    margin:0;
    justify-content:center;
    padding-top: 10px;
    padding-bottom:12px;
}
button.wg-add-cart{
    margin:0
}
.wg-reasons{
    margin:0;
    width:100%;
    text-align:center;
    padding:8px
}
.wg-quantity{
    margin:0
}
.wg-variants button {
    font-size: 14px;
    padding: 8px;
    font-family: Poppins;
    border-radius: 8px;
    line-height: 16px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    font-weight: 500;
    color: #1a2a6b;
}
.wg-subscription-box{
    display:none;
    padding:15px;
    background:#fafafa;
    border-radius:8px
}
.wg-delivery-select{
    width:100%;
    padding:12px 15px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
    font-size:15px;
    margin-top:10px;
    cursor:pointer
}
.wg-quantity{
    display:inline-flex;
    align-items:center;
    border:1px solid #c9c9c9;
    border-radius:4px;
    overflow:hidden;
    margin-bottom:12px;
}
.wg-quantity button{
    width:32px;
    height:32px;
    border:none;
    cursor:pointer;
    font-size:20px;
    color:#1a2d6b;
    display:flex;
    align-items:center;
    justify-content:center
}
.wg-quantity input{
    width:32px;
    height:32px;
    border:none;
    border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    text-align:center;
    font-size:16px;
    outline:none;
    padding:0;
    color: #142b6f;
}
.wg-quantity input::-webkit-outer-spin-button,.wg-quantity input::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0
}
.wg-purchase-radio{
    width:100%;
    align-items:center;
    display:flex;
    justify-content:flex-start
}
.wg-purchase-radio span{
    font-size:15px;
    font-family:Poppins;
    font-weight:600;
    /* letter-spacing:1px; */
    text-transform:capitalize;
    color: #142b6f;
}
.wg-subscription-box{
    background:none;
    width:100%;
    padding:0;
    margin-top:0;
    position:relative
}
select.wg-delivery-select{
        margin-top: 0;
    border: 1px solid #555555;
    background: none;
    padding: 8px 16px;
    color: #4f4e4e;
    font-weight: 600;
    font-size: 13.6px;
    letter-spacing: 2px;
}
label.wg-purchase-radio{
    margin-bottom:0
}
.wg-delivery-select{
    width:100%;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding-right:40px
}
.wg-subscription-box:after{
    content: "\2335";
    font-weight: 600;
    position: absolute;
    bottom: -7px;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #4f4e4e;
}
@media screen and (max-width:767px){
    div#wellgard-results{
        display:flex;
        flex-wrap:wrap;
        padding:18px !important
    }
    .wg-product-card img{
        height:200px;
        width:auto
    }
    .wg-product-card{
        box-shadow:0 0 4px #0000004a;
        padding:12px;
        border-radius:8px;
        align-items:center;
        justify-content:center;
        display:flex;
        flex-direction:column;
        gap:15px;
        width:300px
        gap: 5px;       
        background: #ffffff;
        padding: 22px;
        border-radius: 8px;
    }
}

@media screen and (min-width:768px)and (max-width:1023px){
    div#wellgard-results{
        padding:20px!important;
        flex-wrap:wrap!important
    }
}

@media only screen and (min-width:590px){
    .page-full,.page-width{
        padding:0 40px;
        max-width:1600px
    }
}




.wg-purchase-radio input[type="radio"] {
    border: 1px solid #d2d8e0;
    width: 19px;
    height: 19px;
}
.wg-purchase-radio input[type="radio"]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 50%;
    border: 6.5px solid #142b6f;
    width: 19px;
    height: 19px;
}
.wg-purchase-options .radio-box {
    border-radius: 4px;
    border: 1px solid #d2d8e0;
    position: relative;
    padding: 12px 16px !important;
    width:100%;
}
.wg-subscription-title {
    font-family: sans-serif;
}
.wg-subscription-box .wg-subscription-title strong {
    color: #359235;
    font-size: 14px;
    padding-bottom: 4px;
    display: block;
    font-weight:bold;
}
.wg-subscription-box .wg-subscription-title p{
    padding-top: 10px;
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 10px;
    line-height:1.2;
}
.wg-subscription-box .wg-subscription-title ul {
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-top:10px;
}
.wg-subscription-box .wg-subscription-title ul li {
    position: relative;
    margin-bottom: 0;
    list-style: none;
    color: #5c5c5c;
}
.wg-subscription-box .wg-subscription-title ul li:before {
    content: "✔";
    position: absolute;
    left: -20px;
    top: 0;
}
#add-all-result {
    text-align: center;
}
.wg-purchase-radio input[type=radio]{
    margin-right: 10px;
}
.wg-variants button:hover {
    background: #1a2a6b;
    color: #fff;
}

/* .yotopwidget_custom button.yotpo-sr-bottom-line-summary {
    flex-direction: column !important;
    align-items: center !important;
} */
.yotopwidget_custom button.yotpo-sr-bottom-line-summary span.yotpo-sr-vertical-border {
    /* display: none !important; */
}
.yotopwidget_custom button.yotpo-sr-bottom-line-summary .yotpo-sr-bottom-line-text {
    /* padding-top: 0px !important; */
}
.yotopwidget_custom button.yotpo-sr-bottom-line-summary span {
    cursor: default !important;
    border-right: 0px !important;
    margin-right: 0 !important;
    font-family: 'Poppins' !important;
    font-size: 14px !important;
    color: #142b6f !important;
    font-weight: 500 !important;
}

.yotopwidget_custom #yotpo-reviews-star-ratings-widget svg path {
    stroke: #ffa534;
    fill: #ffa534;
}
.yotopwidget_custom #yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-score {
    color: #ffa534 !important;
    display:none !important;
}
.wg-cross-sell-benefit {
    display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#FFD602;color:#142b6f;font:600 13px/1.2 Arial,sans-serif;"
    text-align: center;
    
}
section#wellgard-quiz-section {
    background: #ffd602;
}