.custom-search-suggestions-wrapper{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:-1;display:none;width:clamp(362px,calc(362px + (509 - 362) * var(--desktop-to-laptop)),509px);background:var(--white);padding:33px 31px 45px 42px;border-radius:0 0 3px 3px;}.custom-search-suggestions-wrapper.show{display:block;}.custom-search-suggestions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;}.custom-search-suggestions-title{color:#b0b0b0;font-size:clamp(14px,calc(14px + (15 - 14) * var(--desktop-to-laptop)),15px);font-family:var(--primary-font);}.custom-search-suggestions-cancel{font-family:var(--primary-font);font-size:clamp(12px,calc(12px + (13 - 12) * var(--desktop-to-laptop)),13px);color:var(--black);cursor:pointer;}.custom-search-suggestions-cancel:active{color:var(--primary-color);}.custom-search-suggestions-item{margin-bottom:11px;}.custom-search-suggestions-item:last-child{margin-bottom:0;}.custom-search-suggestions-link{font-family:var(--primary-font-medium);font-size:clamp(16px,calc(16px + (18 - 16) * var(--desktop-to-laptop)),18px);color:var(--dark-grey);}.custom-search-suggestions-link:active{color:var(--primary-color);}.search-modal .custom-search-suggestions-wrapper{position:static;transform:none;display:block;width:100%;padding:0 0 0 11px;margin-top:19px;}.search-modal .custom-search-suggestions-wrapper .custom-search-suggestions-cancel{display:none;}.search-modal .custom-search-suggestions-wrapper .custom-search-suggestions-links{padding-left:10px;}@media (max-width:1439px){.custom-search-suggestions-wrapper{padding:30px 30px 34px;}.custom-search-suggestions-item{margin-bottom:10px;}}@media (max-width:1024px){.custom-search-suggestions-wrapper{width:clamp(336px,calc(336px + (362 - 336) * var(--laptop-to-tablet)),362px);}}@media (max-width:834px){.custom-search-suggestions-wrapper{padding:30px 23px 26px 30px;}}@media (hover:hover){.custom-search-suggestions-cancel:hover,.custom-search-suggestions-link:hover{color:var(--primary-color);}}
