/* Scoped header corrections; product and checkout styles are untouched. */
.store-search-form{display:flex;align-items:center;background:#fffdfb;border:1px solid #d8d0c8;border-radius:2px;width:330px;max-width:100%;transition:border-color .15s;}
.store-search-form:focus-within{border-color:#704b49;outline:2px solid #704b4926;outline-offset:2px;}
#header .store-search-form input[type=search]{flex:1;min-width:0;border:0;background:transparent;box-shadow:none;outline:0;height:44px;padding:0 14px;color:#292522;font-size:14px;}
#header .store-search-form button{display:grid;place-items:center;min-width:44px;min-height:44px;padding:0;border:0;border-radius:0;color:#704b49;background:transparent;box-shadow:none;transform:none;}
#header .store-search-form button:hover{background:#f0ebe5;color:#292522;}
.store-search-disclosure summary{display:flex;align-items:center;justify-content:center;cursor:pointer;list-style:none;min-height:36px;min-width:30px;color:#292522;}
.store-search-disclosure summary::-webkit-details-marker{display:none;}
.store-search-popover{position:absolute;left:16px;right:16px;top:100%;padding:14px;background:#fffdfb;border:1px solid #ded5cb;box-shadow:0 8px 20px #251e1712;z-index:30;}
.store-search-popover .store-search-form{width:100%;}
#header [data-device=mobile] [data-row=middle]{position:relative;}
#header .ct-cart-content{width:350px;max-width:calc(100vw - 32px);border:1px solid #ded5cb;--mini-cart-divider-color:#ded5cb;--mini-cart-items-spacing:18px;--theme-button-background-initial-color:#704b49;--theme-button-background-hover-color:#543735;--theme-button-text-initial-color:#fff;--theme-button-text-hover-color:#fff;}
#header .ct-cart-content .product-title{font-size:14px;font-weight:500;line-height:1.5;}
#header .ct-cart-content .quantity{font-size:13px;color:#665b53;}
#header .ct-cart-content .woocommerce-mini-cart__buttons{gap:10px;}
#header .ct-cart-content .button{border:1px solid #704b49;letter-spacing:.03em;}
#header .ct-cart-content .button:not(.checkout){background:transparent;color:#704b49;}
#header .ct-cart-content .button:not(.checkout):hover{background:#f0ebe5;color:#543735;}
#header .ct-cart-content .remove:hover{color:#704b49;background:#f0ebe5;border-radius:2px;}
#header .sub-menu a:focus-visible,.store-search-disclosure summary:focus-visible,#header .ct-cart-content a:focus-visible{outline:2px solid #704b49;outline-offset:2px;}
.store-cart-close{display:none;}
@media(max-width:999px){
 #header [data-device=mobile] .ct-cart-content{position:fixed;top:var(--store-cart-top,100px);left:16px!important;right:16px!important;width:auto;margin-top:8px;max-height:calc(100dvh - var(--store-cart-top,100px) - 24px);overflow:auto;transform:none!important;display:block;opacity:0!important;visibility:hidden!important;}
 #header [data-device=mobile] .store-cart-open .ct-cart-content{opacity:1!important;visibility:visible!important;}
 #header [data-device=mobile] .ct-cart-content .woocommerce-mini-cart{max-height:35dvh;}
 #header .store-cart-close{display:block;margin:0 0 16px auto;padding:4px 8px;min-height:32px;background:transparent;border:1px solid #ded5cb;color:#534b46;font-size:12px;box-shadow:none;}
 #header .store-cart-close:hover{background:#f0ebe5;}
}
@media(min-width:1000px) and (max-width:1199px){.store-search-form{width:280px;}}
