.gk-quick-order-nav{display:inline-flex;align-items:center;margin:0 .4rem}
.gk-quick-order-nav__button{display:inline-block;background:var(--gYellow,#d8a928);color:#fff!important;border-radius:10px;padding:.45rem .8rem;font-weight:800;line-height:1.1;text-decoration:none!important}
.gk-quick-order-nav__button:hover{filter:brightness(.92);color:#fff!important}
.gk-qo-intro{max-width:900px;margin:0 0 1.4rem}
.gk-qo-page-title{display:block;margin-top:15px}
.gk-qo-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;margin:0 0 12px}
.gk-qo-more-products,.gk-qo-more-payments{display:block;border:0;background:transparent;color:var(--gBrown,#4d2e1c);font-weight:800;text-decoration:underline;cursor:pointer}
.gk-qo-more-products{margin:0 auto 28px;padding:8px 18px}
.gk-qo-product{display:flex;min-width:0;flex-direction:column;padding:10px;background:#fff;border:1px solid rgba(125,70,40,.16);border-radius:12px;transition:box-shadow .2s,opacity .2s}
.gk-qo-product:focus-within,.gk-qo-product:hover{box-shadow:0 4px 14px rgba(77,46,28,.12)}
.gk-qo-product.is-disabled{background:#eee;filter:grayscale(1);opacity:.58}
.gk-qo-product__image{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:7px;border-radius:8px;background:#f8f6f4}
.gk-qo-product__image img{width:100%;height:100%;object-fit:contain}
.gk-qo-product__placeholder{font-size:2rem;opacity:.45}
.gk-qo-product__name{font-size:.82rem;font-weight:750;line-height:1.2;min-height:3.6em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.gk-qo-product__meta{display:flex;flex-direction:column;margin-top:auto;padding-top:6px}
.gk-qo-product__price{font-weight:900;color:#c00}
.gk-qo-product__stock{font-size:.72rem;color:#159447}
.gk-qo-product__stock.is-out{color:#777}
.gk-qo-quantity{display:grid;grid-template-columns:30px minmax(32px,1fr) 30px;align-items:center;margin-top:8px;border:1px solid #d8d2ce;border-radius:8px;overflow:hidden}
.gk-qo-quantity__button{height:32px;border:0;background:var(--gBrown,#4d2e1c);color:#fff;font-weight:900}
.gk-qo-quantity__button:disabled{background:#aaa}
.gk-qo-quantity__input{width:100%;height:32px;border:0;text-align:center;padding:0;font-weight:800;background:#fff;-moz-appearance:textfield}
.gk-qo-quantity__input::-webkit-inner-spin-button,.gk-qo-quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.gk-qo-checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.gk-qo-panel{padding:18px;background:#f6f2ef;border-radius:15px}
.gk-qo-panel h2,#gk-quick-order>form>h2{font-size:1.2rem}
.gk-qo-address{display:flex;flex-direction:column;margin-bottom:14px}
.gk-qo-pickup{display:flex;flex-direction:column;margin-bottom:14px;padding:12px 14px;background:#fff;border:1px solid rgba(125,70,40,.16);border-left:4px solid var(--gYellow,#d8a928);border-radius:10px}
.gk-qo-pickup strong{margin-bottom:3px;color:var(--gBrown,#4d2e1c)}
.gk-qo-carrier{padding-top:10px;border-top:1px solid rgba(125,70,40,.16)}
.gk-qo-payments{display:grid;gap:8px}
.gk-qo-payment{display:flex;align-items:center;gap:9px;margin:0;padding:9px;background:#fff;border-radius:9px;cursor:pointer}
.gk-qo-payment.is-payment-extra:not(.is-payment-revealed){display:none}
.gk-qo-more-payments{margin:8px 0 0 auto;padding:5px 0}
.gk-qo-payment img{width:auto;height:26px;object-fit:contain}
.gk-qo-bottom-grid{display:grid;grid-template-columns:minmax(300px,500px) minmax(420px,620px);justify-content:space-between;align-items:start;gap:30px;margin-top:20px}
.gk-qo-summary{width:100%;max-width:500px;margin:0;padding:14px 18px;background:#f6f2ef;border-radius:15px}
.gk-qo-summary>div{display:flex;justify-content:space-between;padding:3px 0}
.gk-qo-summary__total{margin-top:5px;padding-top:9px!important;border-top:1px solid rgba(125,70,40,.2);font-size:1.18rem}
.gk-qo-order-action{width:100%;max-width:620px;margin:0}
.gk-qo-terms{margin:0 0 22px;font-size:.95rem;line-height:1.35}
.gk-qo-submit{display:block;width:100%;min-height:76px;border:0;border-radius:40px;background:#f58200;color:#fff;padding:20px 32px;font-weight:800;font-size:1.35rem;line-height:1.2;text-align:center}
.gk-qo-submit:disabled{opacity:.5;cursor:not-allowed}
.gk-qo-submit.is-loading{opacity:.65;pointer-events:none}
.gk-qo-error{margin-top:12px}
.gk-qo-submit-cover{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.72);backdrop-filter:blur(2px)}.gk-qo-submit-cover[hidden]{display:none}.gk-qo-submit-spinner{display:block;width:64px;height:64px;border:7px solid rgba(77,46,28,.2);border-top-color:var(--gBrown,#4d2e1c);border-radius:50%;animation:gk-qo-spin .75s linear infinite}@keyframes gk-qo-spin{to{transform:rotate(360deg)}}
.gk-qo-shortcut{display:none;align-items:center;gap:24px;margin-top:42px;padding:24px;background:#f6f2ef;border-radius:18px}.gk-qo-shortcut__icon{flex:0 0 96px;width:96px;height:96px;border-radius:22px;object-fit:cover}.gk-qo-shortcut__content{flex:1;min-width:0}.gk-qo-shortcut__content h2{margin:0 0 8px}.gk-qo-shortcut__content p{margin:0 0 16px}.gk-qo-shortcut__buttons{display:flex;flex-wrap:wrap;gap:10px}.gk-qo-shortcut__button{border:0;border-radius:10px;background:var(--gBrown,#4d2e1c);color:#fff;padding:11px 18px;font-weight:800}.gk-qo-shortcut__help{margin:14px 0 0!important;padding:10px 12px;background:#fff;border-radius:9px}
@media(min-width:768px){.gk-qo-product.is-desktop-extra:not(.is-revealed-desktop){display:none}}
@media(max-width:1199px){.gk-qo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:767px){.gk-qo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gk-qo-product.is-mobile-previous:not(.is-revealed-mobile){display:none}.gk-qo-checkout-grid,.gk-qo-bottom-grid{grid-template-columns:1fr}.gk-qo-bottom-grid{gap:16px}.gk-qo-product{padding:8px}.gk-qo-summary,.gk-qo-order-action{max-width:none}.gk-qo-submit{min-height:64px;padding:16px 22px;font-size:1.15rem}.gk-qo-shortcut{display:flex;align-items:flex-start;gap:14px;padding:18px}.gk-qo-shortcut__icon{flex-basis:64px;width:64px;height:64px;border-radius:15px}.gk-qo-shortcut__buttons{flex-direction:column}.gk-qo-shortcut__button{width:100%}.gk-quick-order-nav{display:inline-flex;margin:0 .45rem;vertical-align:middle}.gk-quick-order-nav__button{background:transparent;color:inherit!important;border-radius:0;padding:0;font-weight:800;line-height:inherit}.gk-quick-order-nav__button:hover{filter:none;color:inherit!important;text-decoration:underline!important}#user_info>.logout,#user_info>.text-faded,#user_info>.account>span,#user_info .account .title,.user-info>.logout,.user-info>.account>span{display:none!important}#user_info .account,.user-info .account{display:inline-flex!important;align-items:center;padding:0!important;margin:0!important}#user_info .account .fa-user,#user_info .account .icon,.user-info .account:before{display:inline-block!important}}
