/** Shopify CDN: Minification failed

Line 97:4 Unexpected "{"
Line 97:5 Expected identifier but found "%"
Line 97:36 Unexpected "{"
Line 97:37 Expected identifier but found "%"
Line 126:4 Unexpected "{"
Line 126:5 Expected identifier but found "%"
Line 126:36 Unexpected "{"
Line 126:37 Expected identifier but found "%"

**/
.dm-bakedbags-popup {
    position: fixed;
    top: 0;
    max-width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.dm-bakedbags-popup .dm-bg-overlay {
    background: rgb(0 0 0 / 30%) !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dm-difference-popup .dm-open-popup {
    color: #8A4730;
    font-family: Lato;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dm-bakedbags-popup.dm-model-open {
    opacity: 1;
    visibility: visible;
}

.dm-bakedbags-popup .dm-popup-content {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: 20px;
    width: 100%;
    z-index: 99;
    border-radius: 25px;
}

.dm-bakedbags-popup .dm-popup-content .dm-close-popup-button {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border: 0;
}

.dm-bakedbags-popup h2 {
    text-align: center;
    color: #582B1B;
    font-size: 30px !important;
    font-weight: 400;
    line-height: 40px !important;
    margin: 0 0 20px;
}

.dm-bakedbags-popup table {
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    border: 2px solid #8A4730;
    border-radius: 12px;
    {% comment %} overflow: hidden; {% endcomment %}
}

.dm-bakedbags-popup p {
    font-size: 16px;
    line-height: normal;
    margin: 20px 0 0;
}

.dm-bakedbags-popup .dm-pro-tips {
    margin: 30px 0 0;
    padding: 13px;
    border-radius: 10px;
    background: #FFEBBF;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-width: 473px;
}

.dm-bakedbags-popup .dm-bb-table {
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    border: 2px solid #8A4730;
    border-radius: 12px;
    {% comment %} overflow: hidden; {% endcomment %}
}

.dm-bakedbags-popup .dm-bb-table th {
    background: #fff;
    color: #000;
    padding: 10px;
    font-weight: 700;
    font-family: 'American Purpose', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #8A4730;
    position: relative;
}
.dm-bb-table span.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #1D1B20;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    text-transform: capitalize;
    padding: 5px 16px;
    display: inline-block;
    border-radius: 18.277px;
    background: #7FFFAE;
}

.dm-bakedbags-popup .dm-bb-table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: 500;
    background-color: #fff;
    text-align: left;
    width: 33.33%;
}

.dm-bakedbags-popup .dm-bb-table td:first-child {
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
}

.dm-bakedbags-popup .dm-bb-table td:nth-child(2),
.dm-bakedbags-popup .dm-bb-table th:nth-child(2) {
    color: #000;
    text-align: left;
    border-left: 2px solid #8A4730;
    border-right: 2px solid #8A4730;
}

.dm-bakedbags-popup .dm-bb-table th:first-child {
    border-top-left-radius: 12px;
}

.dm-bakedbags-popup .dm-bb-table th:last-child {
    border-top-right-radius: 12px;
    text-align: left;
}

.dm-bakedbags-popup .dm-bb-table tbody tr:last-child td.dm-checkmark {
    border-bottom: 0;
}
@media screen and (max-width: 991px){
    .dm-bb-table span.popular-badge {
        font-size: 11px;
        padding: 4px 1px;
        transform: none;
        left: 0;
        right: 0;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
    .dm-difference-popup .dm-open-popup {
        font-size: 12px;
        line-height: 18px;
    }
    .selected-lable,
    .swatch .option-label-wrapper .header.label-font {
        font-size: 16px;
        margin: 0;
    }
}
@media screen and (max-width: 390px){
    .selected-lable,
    .swatch .option-label-wrapper .header.label-font {
        font-size: 14px !important;
    }
}
