/** Shopify CDN: Minification failed

Line 8:28 Expected ")" to end URL token

**/
/* please don't edit this file, use awtomic-theme-custom-extra.css instead */
:root {
    --logo-image-url: url({{'' | asset_url}});
    --primary-btn-bg-color: #fff;
    --primary-btn-color: #000;
    --primary-btn-border: 1px solid #5a2e2e;
    --primary-btn-bg-color-hover: #f6f2f0;
    --primary-btn-color-hover: #000;
    --primary-btn-border-hover: 1px solid #5a2e2e;
    --primary-btn-disabled-color: #636363;
    --primary-btn-disabled-bg-color: #e9e9e9;
    --primary-btn-disabled-border: 1px solid #e9e9e9;
    --primary-btn-disabled-bg-color-hover: #e9e9e9;
    --primary-btn-disabled-color-hover: #828282;
    --primary-btn-disabled-border-hover: 1px solid #e9e9e9;
    --btn-border-radius: 0;
    --unselected-btn-border: 1px solid var(--primary-btn-disabled-color);
    --unselected-btn-color: var(--primary-btn-disabled-color);
    --unselected-btn-bg-color: transparent;
    --progress-bar-bg-color: #EEEEEE;
    --progress-bar-completed-bg-color: #000;
    --progress-bar-color: #000;
    --progress-bar-completed-color: #FFF;
}

.bundle-subscription-placeholder-img-container {
    position: relative;
}

.bundle-subscription-placeholder-img-container img {
    max-height: 75vh;
    object-fit: cover;
    aspect-ratio: 390/ 487.5;
}

@media screen and (min-width: 768px) {
    .bundle-subscription-placeholder-img-container img {
        aspect-ratio: 1440 / 700;
    }
}

.bundle-subscription-placeholder-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.2;
    background-color: #000;
}

.bundle-subscription-placeholder-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    z-index: 1;
}

.bundle-subscription-placeholder-img-text h1 {
    font-family: "Adobe Garamond Pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}
  
@media (min-width: 768px) {
    .bundle-subscription-placeholder-img-text h1 {
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

.awtomatic-progress-item.awtomatic-progress-item {
    background-color: var(--progress-bar-bg-color);
}
.awtomatic-progress-item.awtomatic-progress-item--completed {
    background-color: var(--progress-bar-completed-bg-color);
}
.bundle-stepper-item--complete:after {
    border-bottom-color: var(--progress-bar-completed-bg-color);
}
.bundle-stepper-item:after {
    border-bottom-color: var(--progress-bar-bg-color);
}

.bundle-stepper-counter--complete {
    color: var(--progress-bar-completed-color);
    background-color: var(--progress-bar-completed-bg-color);
}

.bundle-stepper-counter--incomplete {
    background-color: var(--progress-bar-bg-color);
    color: var(--progress-bar-color);
}

/* CUSTOM PROGRESS BAR */
@media only screen and (min-width: 750px) {
    
    .awtomatic-progress-item--completed button.awtomatic-progress-remove-button {
        display: inline-block;
        position: absolute;
        top: -8px;
        right: -8px;
        height: 20px;
        width: 20px;
        min-height: 0;
        border-radius: 50%;
        background-color: #fff;
        padding: 0;
        border-radius: 50%;
        box-shadow: 0px 0px 1px #000000d6;
        background-image: url(https://bundle-public-assets.s3.amazonaws.com/closeIcons/close-svgrepo-com.svg);
        background-size: 16px;
        transition: box-shadow .2s;
        background-position: center;
    }
    .awtomatic-progress-item--completed button.awtomatic-progress-remove-button:hover {
        box-shadow: 0px 0px 1px 1px #0000006e;
    }
    
    
    .awtomatic-progress-item--completed button.awtomatic-progress-remove-button:after {
        content: none;
    }
    
    
    .awtomatic-progress-count-label {
        display:none;
    }
    
    .bundle-container .awtomatic-progress-container {
        margin-left: auto;
        padding-bottom: 20px;
    }
    
    .bundleapp-modal__container--complete-screen footer { /* BaB Footer */
        height: 80px;
    }
    
    .bundleapp-modal__container--complete-screen .bundle-container { /* BaB content */
        padding-top: 10px;
    }
    
    .bundle-container .awtomatic-bab-options-container {
        order: 0;
    }
    .bundle-container .bundle-scrollable-section {
        order: 2;
        row-gap: 1rem;
    }
    .bundle-container .awtomatic-progress-container {
        order: 1;
    }
    .bundle-container footer {
        order: 3;
    }
    
    
    .awtomatic-progress-item--completed .awtomatic-progress-product-count-container .bundle-text--subheading {
        margin-right: 10px;
    }
    
    .awtomatic-progress-item.awtomatic-progress-item--pending .bundle-text--subheading {
        color: #000;
    }
    
    .awtomatic-progress-item.awtomatic-progress-item--completed {
        background-color: #fff;
    }
    
    .awtomatic-progress-item .bundle-text--subheading {
        min-width: 50px;
        display: block;
        color: #fff;
    }
    
    .awtomatic-progress-container {
        display: block;
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
    }
    div.awtomatic-progress-item {
        width: 45px;
        height: 45px;
        display: inline-block;
        background-image: url();
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #eee;
        margin: 0 5px;
        border-radius: 5px;
        border: 2px solid #ddd;
    }
    
    /* CUSTOM PROGRESS IMAGES */
    div.awtomatic-progress-item.awtomatic-progress-item--completed {
        background-color: #eee;
        background-image: var(--awt-pb-img);
    }
    
    
}
/* END CUSTOM PROGRESS BAR */

/* buttons */
.bundle-button.button--primary {
    background-color: var(--color-morning-mist);
    color: var(--color-rich-black);
    border: var(--primary-btn-disabled-border);
    border-radius: var(--color-morning-mist);
    opacity: 0.4;
    transition: background-color .3s, color .3s;
}
.awtomatic-bab-options-container .bundle-button {
    background-color: var(--unselected-btn-bg-color);
    color: var(--unselected-btn-color);
    border: var(--unselected-btn-border);
    border-radius: var(--btn-border-radius);
    transition: background-color .3s, color .3s;
}
.awtomatic-bab-options-container .bundle-button span {
    background-color: transparent;
    color: var(--primary-btn-disabled-color);
    transition: color .3s;
}
.bundle-button.button--primary:hover,
.awtomatic-bab-options-container .bundle-button:hover {
    background-color: var(--color-morning-mist);
    color: var(--color-rich-black);
    border: var(--primary-btn-disabled-border);
    border-radius: var(--color-morning-mist);
}
.awtomatic-bab-options-container .bundle-button:hover span {
    color: var(--primary-btn-disabled-color-hover);
}
.bundle-button.button--primary:enabled,
.awtomatic-bab-options-container .bundle-button.selected {
    opacity: 1;
    background-color: var(--color-california-cabernet);
    color: var(--color-snow-white);
    border: var(--color-california-cabernet);
    border-radius: var(--btn-border-radius);
    transition: background-color .3s, color .3s;
}
.bundle-product-card__quantity-button-container--button svg {
    fill: var(--primary-btn-color) !important;
}
.bundle-product-card__quantity-button-container--button:hover svg {
    fill: var(--primary-btn-color-hover);
}
.awtomatic-bab-options-container .bundle-button.selected span {
    color: var(--primary-btn-color);
}
.bundle-button.button--primary:enabled:hover,
.awtomatic-bab-options-container .bundle-button:hover {
    cursor: pointer;
    background-color: var(--color-wine-wash);
    border: var(--color-wine-wash);
}
.awtomatic-bab-options-container .bundle-button:hover span {
    color: var(--primary-btn-color-hover);
}
/* end buttons*/

/* Customer quantity button */
.bundle-product-card__quantity-button-container--unavailable button.bundle-product-card__quantity-button-container--button {
    padding: 0;
    width: 0;
}

div.bundle-product-card__quantity-button-container {
    /*border-color: #000586;*/
    border-width: 0;
    border-radius: var(--btn-border-radius);
    background-color: var(--primary-btn-bg-color);
    color: var(--primary-btn-color);
    font-weight: bold;
    line-height: 15px;
    padding: 0;
}

.bundle-product-card__quantity-button-container span {
    padding: 14px 10px;
}

.bundle-product-card__quantity-button-container--button {
    padding: 14px 10px;
    border-radius: 0;
    transition: background-color 0.3s;
}

.bundle-product-card__quantity-button-container--button:first-child {
    border-top-left-radius: var(--btn-border-radius);
    border-bottom-left-radius: var(--btn-border-radius);
}
.bundle-product-card__quantity-button-container--button:last-child {
    border-top-right-radius: var(--btn-border-radius);
    border-bottom-right-radius: var(--btn-border-radius);
}

button.bundle-product-card__quantity-button-container--button:hover {
    background-color: var(--primary-btn-bg-color-hover);
}

.bundle-product-card__quantity-button-container--button svg {
    fill: var(--primary-btn-color);
}
/* End Customer quantity button */

/* 2 items per row in BaB */
main .bundle-section {
    max-width: none;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    row-gap: 10px;
    column-gap: 10px;
}

@media only screen and (max-width: 750px) {
    main.bundle-scrollable-section,
    main .bundle-section {
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
        row-gap: 10px;
    }
    
    .bundleapp-modal__container--complete-screen .bundle-product-card {
        width: 100%;
    }
    
    .bundle-lazy-image-container {
        width: 100%;
    }
    
    .bundle-product-card__quantity-button-container {
        width: 100%;
    }
}
/* end 2 items per row in BaB */

/* square images */
.bundleapp-modal__container--complete-screen .bundle-product-card {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .bundleapp-modal__container--complete-screen .bundle-product-card {
        width: 300px;
    }
}
@media screen and (max-width: 758px) {
    .bundleapp-modal__container--complete-screen .bundle-product-card {
        width: 100%;
    }
}

.bundle-lazy-image-container {
    padding-bottom: 100%;
    border-radius: 0;
}
/* end square images */

body.awt-bab-open .bundleapp-modal__logo {
    background-image: var(--logo-image-url);
}

body.awt-bab-open #chat-widget-minimized {
    display: none !important;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* Custom Styles for Silver Oak */
/* ------------------------------------ */
/* ------------------------------------ */

body.awt-bab-open .bundleapp-modal {
    top: 80px;
}

/* Whole page scroll */
body.awt-bab-open main.bundle-scrollable-section {
    overflow-y: visible;
}
body.awt-bab-open .bundleapp-modal__container--complete-screen > div {
    overflow-y: auto;
}
body.awt-bab-open .bundleapp-modal__container--complete-screen > div > footer > div {
    position: fixed;
    padding-inline: 18px;
}
body.awt-bab-open .bundleapp-modal__container--complete-screen > div > footer > div .awtomatic-bab-options-container {
    padding-inline: 0px;
}
@media only screen and (min-width: 750px) {
    body.awt-bab-open .bundleapp-modal__container--complete-screen > div > main {
        max-width: var(--bs-content-width);
        margin-inline: auto;
        margin-bottom: var(--bs-margin-bottom);
        border-bottom: 1px solid var(--bs-divider-color);
    }
    body.awt-bab-open .bundleapp-modal__container--complete-screen > div > footer > div {
        padding-inline: calc((100vw - var(--bs-content-width)) / 2);
    }
}

/* End Whole page scroll */


/* Show Theme Header */
.p_10200573477173 .bundleapp-modal {
    top: 150px !important;
}
body.awt-bab-open div#header-group {
    z-index: 9999999;
}
/* End Show Theme Header */

/* Hide BaB Header */
header.bundleapp-modal__container--complete-screen--header-container {
    display: none;
}
/* End Hide BaB Header */

/* PLEASE DON'T EDIT THIS FILE */
body.awt-bab-open .bundleapp-modal__container--complete-screen > div {
    padding: 0;
}

/* End Custom Masthead */

/* Subscription variables */
:root {
    --bs-gap: 40px;
    --bs-margin-top: 60px;
    --bs-margin-horizontal: 0px;
    --bs-margin-bottom: 40px;

    --bs-padding-top: 0;
    --bs-padding-horizontal: 0px;
    --bs-padding-bottom: 40px;
    --bs-divider-color: rgba(0,0,0,0.6);

    --bs-left-font-family: Adobe Garamond Pro, serif;
    --bs-left-color: #2f2319;

    --bs-heading-font-size: 15px;
    --bs-heading-letter-spacing: 2px;
    --bs-heading-color: #000;
    --bs-heading-weight: 500;

    --bs-p-font-size: 32px;
    --bs-p-line-height: 1.25;
    --bs-p-max-width: 980px;
    --bs-p-color: #3a2b20;

    --bs-right-bg: #b7c4cf;
    --bs-right-color: #1f2a31;
    --bs-right-radius: 8px;
    --bs-right-padding: 22px 20px;
    --bs-right-width: 340px;

    --bs-right-h4-font-size: 15px;
    --bs-right-h4-color: #2c3b44;

    --bs-right-li-font-size: 14px;
    --bs-right-li-color: #2b3a44;

    --bs-link-color: #5a2e2e;
    --bs-content-width: calc(1440px - 4rem);
}

/* Subscription info block (inserted below hero image in BaB complete screen) */
.bundleapp-modal__container--complete-screen .bundle-subscription-info {
    display: flex;
    gap: var(--bs-gap);
    align-items: flex-start;
    max-width: var(--bs-content-width);
    width: 100%;
    margin: var(--bs-margin-top) auto var(--bs-margin-bottom);
    padding: var(--bs-padding-top) var(--bs-padding-horizontal) var(--bs-padding-bottom);
    border-bottom: 1px solid var(--bs-divider-color);
}

.bundleapp-modal__container--complete-screen .bundle-subscription-info .bs-left {
    flex: 1 1 60%;
    font-family: var(--bs-left-font-family);
    color: var(--bs-left-color);
}

.bundle-subscription-info .bs-left h3 {
    margin: 0 0 18px 0;
    font-size: var(--bs-heading-font-size);
    letter-spacing: var(--bs-heading-letter-spacing);
    text-transform: uppercase;
    color: var(--bs-heading-color);
    font-weight: var(--bs-heading-weight);
    font-family: "GT Pressura", sans-serif;
}

.bundle-subscription-info .bs-left p {
    margin: 0;
    font-size: var(--bs-p-font-size);
    line-height: var(--bs-p-line-height);
    max-width: var(--bs-p-max-width);
    color: var(--bs-p-color);
}

.bundleapp-modal__container--complete-screen .bundle-subscription-info .bs-right {
    background-color: var(--bs-right-bg);
    color: var(--bs-right-color);
    border-radius: var(--bs-right-radius);
    padding: var(--bs-right-padding);
    box-shadow: none;
}

.bundle-subscription-info .bs-right h4 {
    margin: 0 0 20px 0;
    font-size: var(--bs-right-h4-font-size);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--bs-right-h4-color);
    font-family: "GT Pressura", sans-serif;
    font-weight: 500;
}

.bundle-subscription-info .bs-right ul {
    margin: 0 0 0 18px;
    padding: 0;
    list-style: disc;
}

.bundle-subscription-info .bs-right li {
    margin-bottom: 8px;
    font-size: var(--bs-right-li-font-size);
    color: var(--bs-right-li-color);
}

.bundle-subscription-info .bs-right li:last-child {
    margin-bottom: 0;
}

.bundle-subscription-info .bs-right a {
    display: inline-block;
    margin-top: 6px;
    color: var(--bs-link-color);
    text-decoration: underline;
    font-size: 13px;
}

/* responsive adjustments */
@media only screen and (max-width: 750px) {
    .bundleapp-modal__container--complete-screen .bundle-subscription-info {
        flex-direction: column;
        gap: 18px;
        width: auto;
        margin: 18px 18px 22px;
        padding-bottom: 12px;
    }
    .bundle-subscription-info .bs-left p {
        font-size: 18px;
        line-height: 1.4;
    }
    .bundle-subscription-info .bs-right {
        flex: 1 1 auto;
        width: 100%;
        padding: 16px;
    }
}
/* End subscription info block styles */

.bundleapp-modal__container--complete-screen {
    background-color: #f9f8f4;
}

body.awt-bab-open .slide-panel-container {
    top: 150px;
    background-color: #f9f8f4;
}

body.awt-bab-open .p_10200573477173 .awtomatic-sizes-container {
    display: none;
}

@media only screen and (min-width: 750px) {
    .p_10200573477173 span#delivery_options {
        width: 50%;
        text-align: left;
        margin: 0 0 18px 0;
        font-size: var(--bs-heading-font-size);
        letter-spacing: var(--bs-heading-letter-spacing);
        text-transform: uppercase;
        color: var(--bs-heading-color);
        font-weight: var(--bs-heading-weight);
        font-family: "GT Pressura", sans-serif;
    }
}

@media only screen and (min-width: 750px) {
.p_10200573477173 span#delivery_options::after {
    content: "Enjoy a 20% discount on all shipments";
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
    /* color: var(--bs-link-color); */
    font-weight: 400;
    text-transform: none;
    font-family: "Adobe Garamond Pro", Inter, sans-serif;
}
}

.p_10200573477173 .awtomatic-plans-container {
    width: 50%;
    justify-content: end;
}

@media only screen and (min-width: 750px) {
    .p_10200573477173 .awtomatic-bab-options-container {
        width: 100%;
        max-width: var(--bs-content-width);
        padding: 0 var(--bs-padding-horizontal) var(--bs-padding-bottom);
        margin: 0 auto var(--bs-margin-bottom);
        border-bottom: 1px solid var(--bs-divider-color);
        display: flex;
        flex-direction: row;
    }
}
.p_10200573477173 .awtomatic-plans-container label {
    border: 1px solid var(--bs-link-color) !important;
}

.p_10200573477173 .awtomatic-plans-container label.selected {
    background-color: var(--bs-link-color) !important;
    color: #fff !important;
    outline: none;
}

.main-bab-header h3 {
    text-align: left;
    margin: 0 0 18px 0;
    font-size: var(--bs-heading-font-size);
    letter-spacing: var(--bs-heading-letter-spacing);
    text-transform: uppercase;
    color: var(--bs-heading-color);
    font-weight: var(--bs-heading-weight);
    font-family: "GT Pressura", sans-serif;
}

.main-bab-header p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: none;
    font-family: "Adobe Garamond Pro", Inter, sans-serif;
}

.bundle-subscription-itemsheader {
    width: auto;
    margin: 0 18px var(--bs-margin-bottom);
}

@media only screen and (min-width: 750px) {
    .bundle-subscription-itemsheader {
        width: 100%;
        margin-inline: auto;
        max-width: var(--bs-content-width);
        padding: 0 var(--bs-padding-horizontal) 0;
    }
}

.bundle-product-card {
    background-color: #ede9e6;
}

.bundle-product-card__quantity-button-container {
    margin: 10px auto;
    border-top: 1px solid #7b4c4a !important;
    border-bottom: 1px solid #7b4c4a !important;
}
.bundle-product-card__quantity-button-container--button {
    border-left: 1px solid #7b4c4a !important;
    border-right: 1px solid #7b4c4a !important;
}

header.css-1aukkhg.bundle-stepper-header {
    display: none;
}

h4.bundle-product-card__title {
    max-width: 200px;
    margin: 10px auto;
}

body.awt-bab-open .bundleapp-modal__container--complete-screen > div > main {
    padding-bottom: 200px;
    padding-left: var(--bs-margin-horizontal);
    padding-right: var(--bs-margin-horizontal);
}
@media only screen and (min-width: 750px) {
    body.awt-bab-open .bundleapp-modal__container--complete-screen > div > main {
        padding-bottom: 80px;
    }
}

body.awt-bab-edit-open .bundleapp-modal {
    top: 130px;
}
@media only screen and (max-width: 1023px) {
    body.awt-bab-edit-open .bundleapp-modal {
        top: 60px;
    }
}

body.awt-bab-edit-open header.bundleapp-modal__container--complete-screen--header-container {
    display: block;
}
body.awt-bab-open .bundleapp-modal__container--complete-screen > div > div:not(:first-child) {
    padding-left: 10px;
    padding-right: 10px;
}