.starry_search_container{height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.starry_search_container .starry_search_trigger{width:36px;height:36px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.starry_search_container .starry_search_trigger:hover{background-color:#f5f5f7}.starry_search_container .starry_search_dropdown{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:199;background-color:#0000004d;cursor:initial;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.starry_search_container .starry_search_dropdown[data-active=true]{opacity:1;pointer-events:all}.starry_search_container .starry_search_dropdown .starry_search_content{width:100%;max-height:720px;background-color:var(--ro-white-color);display:flex;justify-content:center;opacity:0;pointer-events:none;transform:translateY(-20px);transition:all .3s ease-in-out}.starry_search_container .starry_search_dropdown[data-active=true] .starry_search_content{opacity:1;pointer-events:all;transform:translateY(0)}.starry_search_container .starry_search_box{width:100%;display:flex;align-items:center;flex-direction:column}.starry_search_container .starry_search_wrapper{max-width:1400px;width:100%;padding:60px 30px}.starry_search_container .starry_search_wrapper .starry_search{width:100%;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;background-color:#f5f5f7;border-radius:84px;padding:14px 24px}.starry_search_container .starry_search_wrapper .starry_search .starry_search_input{flex:1;width:100%;height:100%;padding:0;border:none;outline:none;box-shadow:none;background-color:#f5f5f7;font-size:20px;color:var(--ro-theme-color)}.starry_search_container .starry_search_wrapper .starry_search .starry_search_input::placeholder{color:var(--ro-grey-700)}.starry_search_container .starry_search_wrapper .starry_search .starry_search_clear{cursor:pointer;opacity:0}.starry_search_container .starry_search_wrapper .starry_search .starry_search_input:focus:not(:placeholder-shown)+.starry_search_clear{opacity:1}.starry_search_container .starry_recommendation_title{max-width:1400px;width:100%;padding:0 36px;font-size:28px;font-weight:700;color:var(--ro-text-color)}.starry_search_container .starry_recommendation{margin-top:30px;flex:1;width:100%;display:flex;flex-direction:column;align-items:center;overflow-y:auto}.starry_search_container .starry_recommendation::-webkit-scrollbar{width:5px}.starry_search_container .starry_recommendation::-webkit-scrollbar-track{background:#f1f1f1}.starry_search_container .starry_recommendation::-webkit-scrollbar-thumb{background:#bbbdbe;border-radius:5px}.starry_search_container .starry_recommendation .starry_recommendation_list{padding:0 36px 60px;max-width:1400px;width:100%;display:grid;gap:48px;grid-template-columns:repeat(3,1fr)}.starry_search_container .starry_recommendation .starry_product_item{display:flex;align-items:center;gap:24px}.starry_search_container .starry_recommendation .starry_product_item .starry_product_image{width:120px;height:120px;border-radius:6px;overflow:hidden;background-color:#f5f5f7;display:flex;align-items:center;justify-content:center}.starry_search_container .starry_recommendation .starry_product_item .starry_product_image img{height:100%;transition:transform .3s ease-in-out}.starry_search_container .starry_recommendation .starry_product_item .starry_product_image:hover img{transform:scale(1.1)}.starry_search_container .starry_recommendation .starry_product_item .starry_product_info{flex:1;display:flex;flex-direction:column;gap:4px}.starry_search_container .starry_recommendation .starry_product_item .starry_product_info .starry_product_tag{color:var(--ro-text-color);font-size:16px;font-weight:700}.starry_search_container .starry_recommendation .starry_product_item .starry_product_info .starry_product_title{color:var(--ro-text-color);font-size:18px;font-weight:700}.starry_search_container .starry_recommendation .starry_product_item .starry_product_info .starry_product_description{color:var(--ro-grey-700);font-size:14px}.starry_search_container .starry_search_result{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;display:none}.starry_search_container .starry_search_result .starry_search_result_header{max-width:1400px;width:100%;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.starry_search_container .starry_search_result .starry_search_result_header .starry_search_result_title{color:var(--ro-text-color);font-size:24px;font-weight:700}.starry_search_container .starry_search_result .starry_search_result_header .starry_search_result_link{display:flex;align-items:center;gap:6px}.starry_search_container .starry_search_result .starry_search_result_header .starry_search_result_link .link_text{color:var(--ro-text-color);font-size:18px;font-weight:700}.starry_search_container .starry_search_result .starry_search_result_header .starry_search_result_link .link_arrow{width:14px;height:14px;display:flex;align-items:center;justify-content:center;transform:rotate(-90deg)}.starry_search_container .starry_search_result .starry_search_scroll{margin-top:30px;flex:1;width:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.starry_search_container .starry_search_result .starry_search_scroll::-webkit-scrollbar{width:5px}.starry_search_container .starry_search_result .starry_search_scroll::-webkit-scrollbar-track{background:#f1f1f1}.starry_search_container .starry_search_result .starry_search_scroll::-webkit-scrollbar-thumb{background:#bbbdbe;border-radius:5px}.starry_search_container .starry_search_result .starry_search_product_list{max-width:1400px;width:100%;padding:0 30px 60px;display:grid;gap:24px;grid-template-columns:repeat(6,1fr)}.starry_search_container .starry_search_result .starry_search_product_list .starry_search_product_item{max-width:212px;width:100%;display:flex;flex-direction:column;gap:16px}.starry_search_container .starry_search_result .starry_search_product_list .starry_search_product_item .starry_search_product_image{width:100%;aspect-ratio:1 / 1;background-color:#f5f5f7;border-radius:8px;overflow:hidden}.starry_search_container .starry_search_result .starry_search_product_list .starry_search_product_item .starry_search_product_image img{height:100%;transition:transform .3s ease-in-out}.starry_search_container .starry_search_result .starry_search_product_list .starry_search_product_item .starry_search_product_image:hover img{transform:scale(1.1)}.starry_search_container .starry_search_result .starry_search_product_list .starry_search_product_item .starry_search_product_info{text-align:center;display:flex;flex-direction:column;gap:4px}.starry_search_container .starry_search_result .starry_search_product_list .starry_search_product_item .starry_search_product_info .starry_search_product_title{color:var(--ro-text-color);font-size:18px;font-weight:700}.starry_search_container .starry_search_empty{display:none;color:var(--starry-red-color);text-align:center;padding-bottom:60px}.starry_search_container .starry_search_mobile_header{width:100%;padding:0 30px;height:80px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ro-grey-600);display:none}.starry_search_container .starry_search_mobile_header .back_arrow{width:36px;height:36px;display:flex;justify-content:center;align-items:center;transform:rotate(90deg)}.starry_search_container .starry_search_mobile_header .starry_search_title{color:var(--ro-text-color);font-size:18px;font-weight:700}.starry_search_container .starry_search_mobile_header .close_button{width:36px;height:36px;display:flex;justify-content:center;align-items:center}@media (max-width: 991.98px){.starry_search_container .starry_search_dropdown .starry_search_content{height:100%}.starry_search_container .starry_search_mobile_header{display:flex}.starry_search_container .starry_search_wrapper{padding:36px 36px 60px}.starry_search_container .starry_search_wrapper .starry_search .starry_search_input{font-size:18px}.starry_search_container .starry_recommendation .starry_recommendation_list{grid-template-columns:repeat(2,1fr)}.starry_search_container .starry_search_result .starry_search_product_list{padding-bottom:60px;grid-template-columns:repeat(4,1fr)}}@media (max-width: 767.98px){.starry_search_container .starry_search_wrapper{padding:36px 36px 48px}.starry_search_container .starry_recommendation_title{font-size:24px}.starry_search_container .starry_recommendation .starry_recommendation_list{grid-template-columns:repeat(1,1fr)}.starry_search_container .starry_search_result .starry_search_product_list{grid-template-columns:repeat(3,1fr)}}@media (max-width: 575.98px){.starry_search_container .starry_search_result .starry_search_product_list{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/starry-header-search.css.map */
