/** Shopify CDN: Minification failed

Line 713:1 Expected "}" to go with "{"

**/
/*
    © 2023 EcomGraduates.com
    https://www.ecomgraduates.com
*/

/*
    General
*/
.caramel-stripe-bar {
    background-image: url("data:image/svg+xml,%3Csvg width='1512' height='15' viewBox='0 0 1512 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='76' height='15' transform='translate(75)' fill='%23624723'/%3E%3Crect width='75' height='15' transform='translate(832)' fill='%23624723'/%3E%3Crect width='75' height='15' transform='translate(455)' fill='%23624723'/%3E%3Crect width='76' height='15' transform='translate(1211)' fill='%23624723'/%3E%3Crect width='75' height='15' transform='translate(151)' fill='%238F6840'/%3E%3Crect width='76' height='15' transform='translate(907)' fill='%238F6840'/%3E%3Crect width='76' height='15' transform='translate(530)' fill='%238F6840'/%3E%3Crect width='75' height='15' transform='translate(1287)' fill='%238F6840'/%3E%3Crect width='76' height='15' transform='translate(226)' fill='%23BE9361'/%3E%3Crect width='75' height='15' transform='translate(983)' fill='%23BE9361'/%3E%3Crect width='75' height='15' transform='translate(606)' fill='%23BE9361'/%3E%3Crect width='76' height='15' transform='translate(1362)' fill='%23BE9361'/%3E%3Crect width='75' height='15' transform='translate(302)' fill='%23E6B77C'/%3E%3Crect width='76' height='15' transform='translate(1058)' fill='%23E6B77C'/%3E%3Crect width='76' height='15' transform='translate(681)' fill='%23E6B77C'/%3E%3Crect width='75' height='15' transform='translate(1438)' fill='%23E6B77C'/%3E%3Crect width='75' height='15' fill='%233E270E'/%3E%3Crect width='75' height='15' transform='translate(757)' fill='%233E270E'/%3E%3Crect width='78' height='15' transform='translate(377)' fill='%233E270E'/%3E%3Crect width='77' height='15' transform='translate(1134)' fill='%233E270E'/%3E%3C/svg%3E%0A");
    background-size: cover;
    width: 100%;
    height: 10px;
  display: none !important;
}


/*
    Blog/Article
*/
.article-item img {
    transition: all .2s ease-out;
}

.article-item a:hover img {
    opacity: .75;
}


/*
    Article Prev/Next
*/
#article-prev-next-prev,
#article-prev-next-next {
    position: fixed;
    top: 50%;
    transition: all .2s ease-out;
    z-index: 9;
}

#article-prev-next-prev {
    left: 0;
    transform: translate(-100%, -50%);
}

.show #article-prev-next-prev {
    transform: translate(-50%, -50%);
}

.show #article-prev-next-prev:hover,
.show #article-prev-next-prev:focus {
    transform: translate(0, -50%);
}

#article-prev-next-next {
    right: 0;
    transform: translate(100%, -50%);
}

.show #article-prev-next-next {
    transform: translate(50%, -50%);
}

.show #article-prev-next-next:hover,
.show #article-prev-next-next:focus {
    transform: translate(0, -50%);
}

#article-prev-next-prev img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#article-prev-next-next img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 1599px) {
    #article-prev-next img {
        max-width: 60px;
    }
}



/*
    Search page
*/
@media (max-width: 991px) {
    #search-header .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #search-header .form-select {
        width: auto;
        min-width: 160px;
    }
}


/*
    Account pages 
    account, login, register, order, etc
*/


/*
    Quantity wrapper (plus/minus)
*/ 
.quantity-wrapper {
    position: relative;
    flex-shrink: 0;
}

.quantity-wrapper .btn {
    color: var(--bs-primary);
    position: absolute;
    top: 0;
    padding: 0;
    width: 36px;
    height: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-wrapper .btn:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-secondary-rgb),.25);
}

.quantity-wrapper .btn[data-mode="minus"] {
    left: 0;
    margin-top: -1px;
}

.quantity-wrapper .btn[data-mode="plus"] {
    right: 0
}

.quantity-wrapper .form-control {
    text-align: center;
    padding: 2rem;
    padding: 2rem;
    border-radius: .5rem;
    border: 2px solid var(--bs-primary);
    height: 100%;
}


/* 
    Glightbox gallery
*/
@media (max-width: 768px) {
    body .glightbox-clean .gprev,
    body .glightbox-clean .gnext {
        top: 45%;
        width: 32px;
        height: 38px;
        border-radius: 0.125rem;
    }
    body .glightbox-clean .gprev {
        left: 1rem;
    }
    body .glightbox-clean .gnext {
        right: 1rem;
    }
    body .glightbox-clean .gprev svg,
    body .glightbox-clean .gnext svg {
        width: 20px;
    }
}


/*
    Countdown timers
*/
ul.countdown-timer {
    display: flex;
    margin: 0;
}

ul.countdown-timer li {
    border-radius: .25rem;
    padding: .075rem .15rem;
    margin: 0 0.125rem;
    font-size: .7rem;
    font-weight: bold;
    min-width: 20px;
    min-height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-light);
    color: var(--bs-dark);
    border: 1px solid var(--bs-dark);
    border-radius: var(--bs-border-radius);
}

.text-white ul.countdown-timer li {
    background: white;
    color: var(--bs-dark);
    border-color: transparent;
}


/*
    Offcanvas menu
*/
#offcanvas-menu {
    max-width: 300px;
}

#offcanvas-menu .offcanvas-header a {
    color: currentColor;
}

#offcanvas-menu-nav .nav-link {
    color: var(--bs-body-color);
    padding: 0.75rem 2.5rem .75rem 1rem;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-family: var(--bs-headings-font-family);
    font-size: 1.25rem;
    font-weight: bold;
}

#offcanvas-menu-nav .nav-link[aria-expanded]::after {
    content: "";
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-size: cover;
    transition: all .2s ease-out;
}

#offcanvas-menu-nav .nav-link[aria-expanded="true"]::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}

#offcanvas-menu-nav .nav-link.active {
    color: var(--bs-primary);
}

#offcanvas-menu-nav .nav {
    padding: .5rem 0;
    background-color: var(--bs-light);
}

#offcanvas-menu-nav .dropdown-item {
    padding: .5rem 1rem;
    text-align: center;
    font-size-adjust: 1.125rem;
}

#offcanvas-menu-nav .dropdown-item.active {
    color: var(--bs-primary);
}

#offcanvas-menu-nav .megamenu-block a {
    display: block;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    font-size: .875rem;
    padding: 1rem;
}

#offcanvas-menu-nav .megamenu-block + .megamenu-block a {
    padding-top: .25rem;
}

#offcanvas-menu-utilities-nav .nav-link {
    color: var(--bs-body-color);
    font-size: .875rem;
    display: flex;
    align-items: center;
}

#offcanvas-menu-utilities-nav .nav-link.active {
    color: var(--bs-primary);
}


#offcanvas-menu .offcanvas-footer {
    padding: .25rem .5rem .5rem;
    background-color: var(--bs-light);
    border-top: 1px solid var(--bs-border-color);
}


/*
    Offcanvas search
*/
#offcanvas-search {
    width: 550px;
}

#offcanvas-search .form-control-wrapper {
    position: relative;
}

#offcanvas-search .form-control-wrapper svg.icon-search {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: .75;
}

#offcanvas-search .form-control-wrapper .form-control {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

#offcanvas-search .form-control-wrapper .btn-search-by-voice {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .75;
    display: flex;
    align-items: center;
    transition: all .2s ease-out;
}

#offcanvas-search .form-control-wrapper .btn-search-by-voice.speech-started {
    animation: speechStarted 1s linear infinite alternate;
}

@keyframes speechStarted {
    to { opacity: .25; }
}

#offcanvas-search .form-control-wrapper .btn-search-by-voice:hover,
#offcanvas-search .form-control-wrapper .btn-search-by-voice:focus {
    opacity: 1;
}

#offcanvas-search .form-control-wrapper .btn-search-by-voice:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .25);
} 

.predictive-search-results-title {
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: .5rem;
}

#predictive-search .product-item .spr-badge {
    margin-bottom: .25rem;
}

#predictive-search .product-item .yotpo.bottomLine {
    justify-content: flex-start;
}

#predictive-search .product-item .yotpo-bottomline.pull-left {
    flex-direction: row;
    align-items: center;
}


/*
    Currency selector
*/
#currency-selector {
    position: fixed;
    bottom: 1rem;
    z-index: 9;
}

.currency-selector-left {
    left: 1rem;
}

.currency-selector-right {
    right: 1rem;
}

#currency-selector .btn-light {
    border: 1px solid var(--bs-dark);
}

#currency-selector .dropdown-menu {
    max-height: 360px;
    overflow: auto;
}


/*
    Animations on scroll 
    fixes when the option is disabled
*/
html:not(.animations-on-scroll) .animate__animated.opacity-0 {
    opacity: 1 !important;
}


/*
    YotPo App
    https://apps.shopify.com/product-reviews
*/
body .yotpo .yotpo-bottomline .yotpo-icon-star, 
body .yotpo .yotpo-bottomline .yotpo-icon-half-star, 
body .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    color: #E0E334;
}

body .yotpo-reviews-main-widget .modal-backdrop {
    z-index: 1020;
}

.product-item .yotpo.bottomLine {
    display: flex;
    justify-content: center;
}

.product-item .yotpo-bottomline.pull-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 .375rem;
}

.product-item .yotpo a,
.product-item .yotpo a:hover {
    color: var(--bs-primary) !important;
} 

/*
    noUiSlider
    https://refreshless.com/nouislider/
*/
body {
    
}

body .noUi-horizontal {
    height: 8px;
}

body .noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    right: -11px;
    top: -8px;
    border-radius: 50%;
    box-shadow: none;
    background-color: var(--bs-body-bg);
    border: 1.5px solid var(--bs-body-color)
}

body .noUi-handle::before,
body .noUi-handle::after {
    background-color: var(--bs-body-color);
    height: 8px;
    width: 1.5px;
    left: 7px;
    top: 5px;
}

body .noUi-handle::after {
    left: 11px;
}

body .noUi-target {
    box-shadow: none;
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    padding: 0 11px;
}

body .noUi-connect {
    background-color: var(--bs-body-color);
}


/*
    AirDatePicker
*/
body .air-datepicker {
    --adp-color-current-date: var(--bs-primary);
    --adp-cell-background-color-selected: var(--bs-secondary);
    --adp-cell-background-color-selected-hover: var(--bs-secondary);
}

body .air-datepicker-cell {
    margin: 2px;
}

body .air-datepicker-cell:not(.-disabled-) {
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
}

body .air-datepicker-cell.-selected- {
    background-color: var(--bs-primary);
    color: white;
}


/*
    Social icons
*/
.social-icons a {
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons a:hover,
.social-icons a:focus {
    color: var(--bs-light);
}

/*
    Prive Widget
*/
body .prive-widget{
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

body .prive_type_box {
    border: 2px solid var(--bs-secondary);
    border-radius: .5rem;
    margin: .25rem 0;
}

body .prive_type_box_active {
    border-color: var(--bs-primary);
}

body .prive_label {
    cursor: pointer;
    font-size: 1rem;
}

body .prive_label_delivery {
    margin: 1rem 0 .25rem;
    color: inherit;
    opacity: .5;
}

body .prive_select {
    border-radius: .5rem;
    padding: .5rem;
}

body .prive_input_radio {
    border: none;
    margin: 0;
    border: 1px solid var(--bs-primary);
}

body .prive_input_radio:checked {
    border-color: var(--bs-primary);
}

body .prive_tooltip_text {
    background-color: var(--bs-light);
    color: var(--bs-dark);
    box-shadow: 0 0 1rem rgba(var(--bs-dark-rgb), .25);
}

body .prive-sub-benefits {
    list-style: none;
    padding: 0;
    margin:  .6rem 0 0 .5rem;
    font-size: .825rem;
}

body .prive-sub-benefits li {
    position: relative;
    padding: .125rem 0 .125rem 1.5rem;
}

body .prive-sub-benefits li::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L6 11L14.5 2' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Start SavedBy Styling */
.sb__dialog-content p.sb__typography.sb__secondary { 
  margin-left: 0px !important; 
}

.sb__container {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.sb__wrapper {
  justify-content:flex-start !important;
}

.sb__render-below p {
  font-size: 12px;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  line-height: 1;
  color: gray;
}

.sb__primary-text {
  font-size: 13px !important;
}

.sb__checkbox {
  height: 14px !important;
  width: 14px !important;
}

.sb__checkbox-wrapper {
  height: 12px !important;
}

.sb__help-button {
  height: 18px !important;
}

#offcanvas-cart-subtotal {
  margin-bottom: 0px !important;
}
/* End SavedBy Styling */

.lander-featured-product-title {
  font-family: 'Wayfinder-CF';
  font-size: 1.75rem;
  margin: 6px 0;
  color: #3E270E;
  font-weight: 400;
}

#buy-now .bfcm-product-card__price {
    margin-bottom: 15px;
}

@media only screen and (max-width: 900px) {
    #buy-now {
        max-width: 95%;
        margin: 0 auto;
    }
    #product-template .btn-atc {
        width: 300px;
    }
    #product-template .landing-page-product-content {
        width: 300px;
    }
.catalog-link {
    color: rgb(98, 71, 35);
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid rgb(98, 71, 35);
    padding: 15px 20px;
    margin: 10px 0;
    font-weight: 500;
    font-family: wayfinder-cf, Georgia, Times, "Times New Roman", serif;
}

.catalog-link-wrapper-desktop {
    margin: 10px 0;
}

.catalog-link-wrapper-desktop {
    display: block;
}

.catalog-link-wrapper-mobile {
    display: none;
}

@media only screen and (max-width: 900px) {

.catalog-link-wrapper-desktop {
    display: none;
}

.catalog-link-wrapper-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / 3;
}

}