.cp-smart-search {position: absolute;z-index: 99999;display: none;background: #fff;border: 1px solid rgba(0,0,0,.08);border-radius: 14px;box-shadow: 0 22px 70px rgba(0,0,0,.18);overflow: hidden;color: #222;}.cp-smart-search.is-open { display: block; }.cp-smart-search, .cp-smart-search * { box-sizing: border-box; }.cp-smart-search__inner { display: grid; grid-template-columns: 260px minmax(0, 1fr); max-height: 610px; }.cp-smart-search__cats { border-right: 1px solid rgba(0,0,0,.08); background: #fafafa; padding: 16px 14px; overflow: auto; }.cp-smart-search__cats-title { font-size: 12px; text-transform: uppercase; font-weight: 800; color: #888; margin-bottom: 8px; }.cp-smart-search__cat { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 0; background: transparent; padding: 8px 4px; text-align: left; cursor: pointer; color: #444; font-size: 14px; font-weight: 700; border-radius: 8px; }.cp-smart-search__cat span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }.cp-smart-search__cat b { color: #999; font-weight: 700; }.cp-smart-search__cat.is-active, .cp-smart-search__cat:hover { background: color-mix(in srgb, var(--okay-button-color, #f24141) 8%, transparent); color: #222; }.cp-smart-search__reset { margin-top: 22px; width: 100%; border: 0; background: transparent; color: #999; cursor: pointer; padding: 10px; }.cp-smart-search__muted--cats { padding: 12px 4px; text-align: left; font-size: 13px; }.cp-smart-search__results { max-height: 610px; overflow: auto; background: #fff; }.cp-smart-search__item { display: grid; grid-template-columns: 138px minmax(0, 1fr) auto; gap: 16px; align-items: center; min-height: 150px; padding: 12px 16px; border-bottom: 1px solid rgba(0,0,0,.07); color: #222; text-decoration: none !important; }.cp-smart-search__item:hover { background: #fbfbfb; color: #222; }.cp-smart-search__img { display: flex; align-items: center; justify-content: center; width: 138px; height: 126px; border: 1px solid rgba(0,0,0,.06); border-radius: 6px; overflow: hidden; background: #fff; text-decoration: none; }.cp-smart-search__img img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }.cp-smart-search__info { display: flex; flex-direction: column; min-width: 0; }.cp-smart-search__name { font-size: 16px; line-height: 1.3; color: #333; text-decoration: none; }.cp-smart-search__name:hover { color: var(--okay-button-color, #f24141); }.cp-smart-search__name mark { background: #fff1b8; padding: 0 2px; }.cp-smart-search__sku { margin-top: 5px; color: #999; font-size: 13px; font-weight: 700; }.cp-smart-search__stock { margin-top: 7px; color: var(--okay-button-color, #f24141); font-size: 14px; font-weight: 700; }.cp-smart-search__price { margin-top: 8px; font-size: 18px; font-weight: 800; color: #333; }.cp-smart-search__currency { display: inline-block; font-size: 72%; font-weight: 400; line-height: 1; vertical-align: super; transform: translateY(-1px); margin-left: 1px; color: inherit; }.cp-smart-search__actions { display: flex; align-items: center; gap: 13px; color: #888; font-size: 15px; }.cp-smart-search__actions a { color: #888; text-decoration: none; }.cp-smart-search__actions a:hover { color: var(--okay-button-color, #f24141); }.cp-smart-search__cart { margin: 0; padding: 0; display: inline-flex; }.cp-smart-search__cart-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border: 0; border-radius: 6px; background: color-mix(in srgb, var(--okay-button-color, #f24141) 10%, transparent); color: var(--okay-button-color, #f24141); font-style: normal; white-space: nowrap; cursor: pointer; }.cp-smart-search__cart-btn span { font-family: inherit; }.cp-smart-search__footer { height: 48px; display: flex; align-items: center; justify-content: center; border-top: 1px solid rgba(0,0,0,.08); background: #fff; }.cp-smart-search__footer a { color: var(--okay-button-color, #f24141); text-decoration: none; font-size: 15px; }.cp-smart-search__empty, .cp-smart-search__muted { padding: 28px; color: #999; text-align: center; }.cp-smart-search__loading { width: 38px; height: 38px; border: 3px solid rgba(0,0,0,.08); border-top-color: var(--okay-button-color, #f24141); border-radius: 50%; animation: cpSmartSpin .7s linear infinite; margin: 52px auto; }@keyframes cpSmartSpin { to { transform: rotate(360deg); } }@media (max-width: 760px) {.cp-smart-search { border-radius: 12px; }.cp-smart-search__inner { grid-template-columns: 1fr; max-height: 70vh; }.cp-smart-search__cats { display: flex; gap: 6px; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.08); padding: 10px; }.cp-smart-search__cats-title, .cp-smart-search__reset, .cp-smart-search__muted--cats { display: none; }.cp-smart-search__cat { width: auto; min-width: 130px; background: #fff; border: 1px solid rgba(0,0,0,.06); padding: 7px 9px; font-size: 12px; }.cp-smart-search__results { max-height: calc(70vh - 108px); }.cp-smart-search__item { grid-template-columns: 78px minmax(0,1fr); gap: 10px; min-height: 112px; padding: 8px; }.cp-smart-search__img { width: 78px; height: 92px; }.cp-smart-search__name { font-size: 13px; }.cp-smart-search__sku, .cp-smart-search__stock { font-size: 11px; margin-top: 3px; }.cp-smart-search__price { font-size: 14px; margin-top: 4px; }.cp-smart-search__currency { font-size: 70%; transform: translateY(-1px); }.cp-smart-search__actions { display: none; }}@supports not (background: color-mix(in srgb, #000 10%, transparent)) {.cp-smart-search__cat.is-active,.cp-smart-search__cat:hover {background: rgba(242, 65, 65, .08);}.cp-smart-search__cart-btn {background: rgba(242, 65, 65, .10);}}.cp-smart-search__actions--cart-only {gap: 0;min-width: 0;}.cp-smart-search__actions--cart-only > a,.cp-smart-search__actions--cart-only .fn_wishlist,.cp-smart-search__actions--cart-only .fn_comparison,.cp-smart-search__actions--cart-only .comparison_button,.cp-smart-search__actions--cart-only .wishlist_button {display: none !important;}.cp-smart-search__cart-btn {font-family: inherit !important;}.cp-smart-search__cart-btn::before {content: none !important;display: none !important;}.cp-smart-search__cart-icon {display: block;width: 17px;height: 17px;flex: 0 0 17px;color: currentColor;}@media (max-width: 760px) {.cp-smart-search__cart-icon {width: 15px;height: 15px;flex-basis: 15px;}}
/*# sourceMappingURL=griga.smart_search.css.92e110b2e0e12ea5fb81a5022360847a.css.map */
