.dgss-widget{position:relative;width:100%;font-family:inherit;z-index:20}
.dgss-form{position:relative;margin:0}
.dgss-input-shell{display:flex;align-items:center;gap:10px;min-height:52px;border:1px solid #d8d8d8;background:#fff;padding:0 14px;transition:border-color .18s ease,box-shadow .18s ease}
.dgss-input-shell:focus-within{border-color:#2d5016;box-shadow:0 0 0 3px rgba(45,80,22,.1)}
.dgss-search-icon{display:inline-flex;flex:0 0 auto;color:#2d5016}
.dgss-input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important;font:inherit;line-height:1.25;height:auto!important;min-height:50px}
.dgss-input::-webkit-search-cancel-button{display:none}
.dgss-clear{border:0;background:transparent;color:#777;font-size:26px;line-height:1;cursor:pointer;padding:4px 2px}
.dgss-results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:99999;background:#fff;border:1px solid rgba(0,0,0,.09);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.16);overflow:auto;max-height:560px;text-align:left}
.dgss-results[hidden]{display:none!important}
.dgss-mobile-head{display:none}
.dgss-section-label{padding:12px 16px 7px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#777}
.dgss-product-list{display:block}
.dgss-product{display:flex;align-items:center;gap:12px;padding:11px 14px;text-decoration:none!important;color:#1a1a1a;border-top:1px solid #f0f0f0;transition:background .15s ease}
.dgss-product:first-child{border-top:0}
.dgss-product:hover,.dgss-product.is-active{background:#f7f8f4}
.dgss-thumb{width:54px;height:54px;border-radius:10px;background:#f6f6f6;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 54px}
.dgss-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.dgss-product-copy{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.dgss-product-name{font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis}
.dgss-product-category{font-size:12px;color:#777;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dgss-product-price{font-weight:700;white-space:nowrap;margin-left:auto}
.dgss-product-price del{opacity:.55;font-size:.88em}.dgss-product-price ins{text-decoration:none}
.dgss-category-list{padding:0 14px 10px;display:flex;flex-wrap:wrap;gap:6px 12px}
.dgss-category-link{font-size:13px;font-weight:600;text-decoration:none!important;color:#2d5016;padding:5px 0}
.dgss-category-link:hover,.dgss-category-link.is-active{text-decoration:underline!important}
.dgss-view-all{display:flex;justify-content:space-between;gap:10px;padding:14px 16px;border-top:1px solid #ececec;font-weight:800;text-decoration:none!important;color:#2d5016;background:#fafbf8}
.dgss-view-all:hover,.dgss-view-all.is-active{background:#f1f5ed}
.dgss-status{padding:22px 16px;color:#666;display:flex;align-items:center;gap:10px}
.dgss-spinner{width:16px;height:16px;border:2px solid #ddd;border-top-color:#2d5016;border-radius:50%;animation:dgss-spin .7s linear infinite}
@keyframes dgss-spin{to{transform:rotate(360deg)}}

@media (max-width:767px){
  .dgss-input-shell{min-height:54px;padding:0 13px}
  .dgss-input{font-size:16px!important;min-height:52px}
  .dgss-results{position:fixed;left:12px;right:12px;top:var(--dgss-mobile-top,72px);bottom:12px;max-height:none;border-radius:18px;overscroll-behavior:contain}
  .dgss-mobile-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:12px 14px;border-bottom:1px solid #eee}
  .dgss-mobile-close{border:0;background:#f2f2f2;border-radius:50%;width:34px;height:34px;font-size:23px;line-height:1;cursor:pointer}
  .dgss-product{padding:12px}
  .dgss-thumb{width:58px;height:58px;flex-basis:58px}
  .dgss-product-price{font-size:14px}
}
