/** Shopify CDN: Minification failed

Line 110:12 Expected identifier but found whitespace
Line 110:13 Unexpected "("
Line 118:30 Unexpected "/"

**/
/* Header */

.header__heading-logo-wrapper {
    width: 60% !important;
    margin-right: -45px;
}

header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kLSVpV.kLSVpV.kLSVpV {
    border-width: 0px;
    border-style: solid;
    border-color: #A38468;
    background-color: #A38468;
}

.interstitial-view__welcome .store-info {
    background-color: #A38468 !important;
}

div#collection-template--24873442902298__featured_collection_XNRcyn .quick-add__submit {
    color: black;
}

.cart__footer.isolate.section-template--24873442803994__cart-footer-padding .cart__ctas button {
    background-color: #A38468;
    color: white;
}

details.product-dropdown-dimensions {
    display: none !important;
}

.button--secondary::after {
    border-radius: 0px !important;
}

a.button.button--primary {
    border-radius: 0px;
}

a.button.button--primary:hover {
    border-radius: 0px;
}

a.button.button--primary::after {
    border-radius: 0px;
}

a.button.button--primary::before {
    border-radius: 0px;
}

.cart__dynamic-checkout-buttons.additional-checkout-buttons {
    visibility: visible !important;
}
div#express-checkout-wallets-wrapper {
    visibility: visible !important;
}
a.evm-add-to-cart-popup-inner, .evm-ws__cart-submit {
    width: 100% !important;
    background: transparent !important;
    color: #000 !important;
    text-transform: capitalize !important;
    padding: 14px 17px !important;
    font-weight: 500 !important;
    margin: 20px 0 0 0;
    float: left;
    cursor: pointer;
    line-height: normal;
    font-size: 14px;
    border: 3px solid #ffbf9e !important;
}

#appstle_subscription_widget0 .appstle_subscription_wrapper_option:not(.appstle_include_dropdown) {
margin-bottom: 0 !important;
border-bottom: none;
border-radius: 8px 8px 0 0 !important;
} 

variant-selects {
display: block;
border: 1px solid #1C3A2C;
border-top: none;
border-radius: 0 0 8px 8px;
margin-top: -1px;
margin-right:
}

.product-form__input.product-form__input--pill {
  margin-top: -28px;       /* keep attached to One-Time Purchase */
  margin-bottom: 1.5rem;  /* add breathing room below */
  border: none;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 12px 16px;
}
[data-selected-selling-plan] .appstle-tootltip-parent, [data-selected-selling-plan] .appstle_tooltip_wrapper_static
Specificity: (0,2,0)
 {
    display: none;
}
.appstle-tootltip-parent, .appstle_tooltip_wrapper_static {
    display: none !important;
}

/* Media Query for mobile */ */

@media only screen and (max-width: 600px) {
.header__heading-logo-wrapper {
    margin-right: -45px;
}
  
}



/* Header End */