/* MY2LK catalogue search — Shop, category and product pages. */
.my2lk-catalogue-search{margin:0 0 18px;display:flex;justify-content:flex-end}
.my2lk-catalogue-search__form{display:flex;align-items:stretch;gap:8px;width:min(100%,520px)}
.my2lk-catalogue-search__form input[type="search"]{flex:1;min-width:0;height:42px;margin:0;padding:0 14px;border:1px solid #d8ded9;border-radius:6px;background:#fff;color:#202820;font:inherit;font-size:15px;box-shadow:none}
.my2lk-catalogue-search__form input[type="search"]:focus{border-color:#006837;outline:2px solid rgba(0,104,55,.12);outline-offset:1px}
.my2lk-catalogue-search__form .button{min-width:92px;height:42px;margin:0;padding:0 18px;display:inline-flex;align-items:center;justify-content:center}

/* Shop discovery: compact top-level department navigation, no JS/filter dependency. */
.woocommerce-shop .my2lk-shop-discovery{box-sizing:border-box;margin:0 0 24px;padding:18px;border:1px solid #dce7e1;border-radius:14px;background:#f7faf8}
.woocommerce-shop .my2lk-shop-discovery__head{display:flex;align-items:baseline;gap:10px;margin-bottom:13px}
.woocommerce-shop .my2lk-shop-discovery__head strong{color:#123f2d;font-size:17px;font-weight:800;line-height:1.2}
.woocommerce-shop .my2lk-shop-discovery__head span{color:#66776f;font-size:13px;line-height:1.35}
.woocommerce-shop .my2lk-shop-discovery__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.woocommerce-shop .my2lk-shop-discovery__links a{box-sizing:border-box;display:flex;min-width:0;min-height:52px;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid #dce7e1;border-radius:9px;background:#fff;color:#123f2d;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}
.woocommerce-shop .my2lk-shop-discovery__links a:hover,.woocommerce-shop .my2lk-shop-discovery__links a:focus-visible{border-color:#7ab99c;box-shadow:0 4px 14px rgba(18,56,42,.06)}
.woocommerce-shop .my2lk-shop-discovery__links span{min-width:0;font-size:13px;font-weight:750;line-height:1.25}
.woocommerce-shop .my2lk-shop-discovery__links small{flex:0 0 auto;color:#6b756f;font-size:10px;font-weight:600;line-height:1.2;white-space:nowrap}

/* Product pages: keep search useful but visually secondary to the product. */
.single-product .my2lk-catalogue-search{margin-bottom:12px}
.single-product .my2lk-catalogue-search__form{width:min(100%,360px);gap:6px}
.single-product .my2lk-catalogue-search__form input[type="search"]{height:36px;padding:0 11px;font-size:14px}
.single-product .my2lk-catalogue-search__form .button{min-width:76px;height:36px;padding:0 13px;font-size:14px}

@media(max-width:800px){
 .woocommerce-shop .my2lk-shop-discovery__links{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:640px){
 .my2lk-catalogue-search{margin-bottom:16px;justify-content:stretch}
 .my2lk-catalogue-search__form,.single-product .my2lk-catalogue-search__form{width:100%;gap:8px}
 .my2lk-catalogue-search__form input[type="search"],.single-product .my2lk-catalogue-search__form input[type="search"]{height:42px;padding:0 12px;font-size:14px}
 .my2lk-catalogue-search__form .button,.single-product .my2lk-catalogue-search__form .button{min-width:84px;height:42px;padding-left:12px;padding-right:12px;font-size:14px}
 .woocommerce-shop .my2lk-shop-discovery{margin-bottom:20px;padding:14px 12px;border-radius:12px}
 .woocommerce-shop .my2lk-shop-discovery__head{display:block;margin-bottom:11px}
 .woocommerce-shop .my2lk-shop-discovery__head strong{display:block;font-size:16px}
 .woocommerce-shop .my2lk-shop-discovery__head span{display:block;margin-top:3px;font-size:11px}
 .woocommerce-shop .my2lk-shop-discovery__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
 .woocommerce-shop .my2lk-shop-discovery__links a{min-height:50px;display:block;padding:9px 10px}
 .woocommerce-shop .my2lk-shop-discovery__links span{display:block;font-size:12px}
 .woocommerce-shop .my2lk-shop-discovery__links small{display:block;margin-top:3px;font-size:9px;white-space:normal}
}
