.layout_goup_container{position:fixed;left:32px;bottom:32px;display:none;align-items:center;justify-content:center;width:50px;height:50px;border-radius:8px;background:rgba(0,0,0,.4);color:#fff;cursor:pointer;transition:background .3s ease}.layout_goup_container:hover{background:rgba(0,0,0,.6)}.layout_goup_container.layout_goup_visible{display:flex}.layout_goup_container svg{width:20px;height:20px;transform:rotate(180deg)}.layout_venue_container{flex:1 1;display:flex;flex-direction:column}.ui_dropper_container{position:relative}.ui_dropper_picker{cursor:pointer}.ui_dropper_drop{display:none;position:absolute;right:0}.ui_dropper_container.ui_dropper_opened .ui_dropper_drop{display:block}.ui_dropper_container.ui_dropper_topPosition .ui_dropper_drop{bottom:calc(100% + 12px);animation:ui_dropper_appearToBottom .5s ease}.ui_dropper_container.ui_dropper_bottomPosition .ui_dropper_drop{top:calc(100% + 12px);animation:ui_dropper_appearToTop .5s ease}@keyframes ui_dropper_appearToTop{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ui_dropper_appearToBottom{0%{opacity:.5;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.page_catalog_tabs_container{flex:1 1;display:flex}.page_catalog_tabs_row{flex:1 1;display:flex;flex-wrap:wrap;height:48px;overflow:hidden}.page_catalog_tabs_rowItem{display:flex;align-items:center;height:48px;padding:0 16px;border-radius:10px;background:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:background .3s ease}.page_catalog_tabs_rowItem:not(:first-child){margin-left:32px}.page_catalog_tabs_rowItem.page_catalog_tabs_active,.page_catalog_tabs_rowItem:hover{background:#eee}.page_catalog_tabs_menu{position:relative}.page_catalog_tabs_menuPicker{display:flex;align-items:center;height:48px;margin-left:32px;padding:0 16px;border-radius:10px;background:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:background .3s ease}.page_catalog_tabs_menuPicker.page_catalog_tabs_active,.page_catalog_tabs_menuPicker:hover{background:#eee}.page_catalog_tabs_menuPickerDown{position:relative;top:1px;width:12px;height:12px;margin-left:12px;transition:transform .3s ease}.page_catalog_tabs_opened .page_catalog_tabs_menuPickerDown{transform:rotate(180deg)}.page_catalog_tabs_menuDrop{width:320px;max-height:390px;overflow:auto;padding:24px;margin-top:10px;margin-right:-32px;box-sizing:border-box;background:#fff;box-shadow:0 10px 15px rgba(0,0,0,.03);border-radius:20px;font-weight:500;font-size:16px;z-index:100}.page_catalog_tabs_menuItem{display:flex;align-items:center;height:48px;padding:0 16px;border-radius:30px;background:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:background .3s ease}.page_catalog_tabs_menuItem:not(:first-child){margin-top:8px}.page_catalog_tabs_menuItem.page_catalog_tabs_active,.page_catalog_tabs_menuItem:hover{background:#eee}.page_catalog_tabs_shimmer_container{display:flex}.page_catalog_tabs_shimmer_item{height:48px;border-radius:30px}.page_catalog_tabs_shimmer_item:not(:first-child){margin-left:32px}.page_catalog_tabs_empty_container{flex:1 1;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;color:#959595}.page_catalog_head_container{position:relative;z-index:100;display:flex;flex-direction:row;height:80px;width:100%;min-width:1024px;background:#fff;box-sizing:border-box}.page_catalog_head_container.page_catalog_head_sticky{position:fixed;left:0;right:0;top:0;box-shadow:0 6px 15px rgba(0,0,0,.02)}@media screen and (min-width:1265px) and (max-width:1440px){.page_catalog_head_container.page_catalog_head_tiny:not(.page_catalog_head_sticky){max-width:1264px;margin:0 auto;padding:0 32px;background:transparent}}@media screen and (min-width:1441px) and (max-width:1680px){.page_catalog_head_container.page_catalog_head_tiny:not(.page_catalog_head_sticky){max-width:1440px;margin:0 auto;padding:0 32px;background:transparent}}@media screen and (min-width:1681px) and (max-width:1920px){.page_catalog_head_container.page_catalog_head_tiny:not(.page_catalog_head_sticky){max-width:1680px;margin:0 auto;padding:0 32px;background:transparent}}@media screen and (min-width:1921px){.page_catalog_head_container.page_catalog_head_tiny:not(.page_catalog_head_sticky){max-width:1920px;margin:0 auto;padding:0 32px;background:transparent}}.page_catalog_head_inner{flex:1 1;display:flex;flex-direction:row;align-items:center;width:100%;max-width:100%;margin:0 auto;padding:0 32px;box-sizing:border-box;transition:all .2s ease}@media screen and (min-width:1265px) and (max-width:1440px){.page_catalog_head_inner{max-width:1264px}}@media screen and (min-width:1441px) and (max-width:1680px){.page_catalog_head_inner{max-width:1440px}}@media screen and (min-width:1681px) and (max-width:1920px){.page_catalog_head_inner{max-width:1680px}}@media screen and (min-width:1921px){.page_catalog_head_inner{max-width:1920px}}.page_catalog_head_container.page_catalog_head_tiny:not(.page_catalog_head_sticky) .page_catalog_head_inner{max-width:100%!important;background:#fff;border-radius:20px}.page_catalog_head_container.page_catalog_head_tiny:not(.page_catalog_head_sticky).page_catalog_head_hasCartbar .page_catalog_head_inner{border-radius:0 0 20px 20px}.page_catalog_head_content{flex:1 1;display:flex;flex-direction:row;align-items:center;height:100%;width:100%;max-width:100%}.page_catalog_head_cart{display:flex;justify-content:flex-end;animation:page_catalog_head_expand .6s ease}.page_catalog_head_cartPicker{animation:page_catalog_head_appear .6s ease}@keyframes page_catalog_head_expand{0%{max-width:0}to{max-width:150px}}@keyframes page_catalog_head_appear{0%{transform:translateY(-64px)}to{transform:translate(0)}}.page_catalog_catalog_shimmer_sectionTitle{height:56px;border-radius:4px}.page_catalog_catalog_shimmer_items{display:flex;flex-wrap:wrap}.page_catalog_catalog_shimmer_catalogItem{min-height:312px;border-radius:20px;margin-left:24px;margin-top:24px;background:#fff;box-shadow:0 10px 15px rgba(0,0,0,.03)}@media screen and (max-width:1264px){.page_catalog_catalog_shimmer_catalogItem{width:calc((100% - (24px * 1)) / 2)}.page_catalog_catalog_shimmer_catalogItem:nth-child(odd){margin-left:0}}@media screen and (min-width:1265px) and (max-width:1440px){.page_catalog_catalog_shimmer_catalogItem{width:calc((100% - (24px * 2)) / 3)}.page_catalog_catalog_shimmer_catalogItem:nth-child(3n+1){margin-left:0}}@media screen and (min-width:1441px) and (max-width:1680px){.page_catalog_catalog_shimmer_catalogItem{width:calc((100% - (24px * 3)) / 4)}.page_catalog_catalog_shimmer_catalogItem:nth-child(4n+1){margin-left:0}}@media screen and (min-width:1681px) and (max-width:1920px){.page_catalog_catalog_shimmer_catalogItem{width:calc((100% - (24px * 3)) / 4)}.page_catalog_catalog_shimmer_catalogItem:nth-child(4n+1){margin-left:0}}@media screen and (min-width:1921px){.page_catalog_catalog_shimmer_catalogItem{width:calc((100% - (24px * 4)) / 5)}.page_catalog_catalog_shimmer_catalogItem:nth-child(5n+1){margin-left:0}}.page_catalog_catalog_shimmer_catalogItemHead{height:180px;border-radius:20px 20px 0 0}@media screen and (max-width:1264px){.page_catalog_catalog_shimmer_catalogItemHead{height:268px}}@media screen and (min-width:1265px) and (max-width:1440px){.page_catalog_catalog_shimmer_catalogItemHead{height:250px}}@media screen and (min-width:1441px) and (max-width:1680px){.page_catalog_catalog_shimmer_catalogItemHead{height:225px}}@media screen and (min-width:1681px) and (max-width:1920px){.page_catalog_catalog_shimmer_catalogItemHead{height:285px}}@media screen and (min-width:1921px){.page_catalog_catalog_shimmer_catalogItemHead{height:270px}}.page_catalog_catalog_shimmer_catalogItemBody{padding:12px 16px}.page_catalog_catalog_shimmer_catalogItemTitle{max-width:100%;height:24px;border-radius:4px}.page_catalog_catalog_shimmer_catalogItemDesc{max-width:100%;height:16px;margin-top:8px;border-radius:4px}.page_catalog_catalog_shimmer_catalogItemPrice{max-width:100%;height:20px;margin-top:32px;border-radius:4px}.page_catalog_catalog_product_catalogItem{display:flex;flex-direction:column;min-height:312px;margin-left:24px;margin-bottom:24px;border-radius:20px;box-sizing:border-box;color:#1c1c1c;cursor:pointer;transition:transform .3s ease,border .3s ease}@media screen and (max-width:1264px){.page_catalog_catalog_product_catalogItem{width:calc((100% - (24px * 1)) / 2)}.page_catalog_catalog_product_catalogItem:nth-child(odd){margin-left:0}}@media screen and (min-width:1265px) and (max-width:1440px){.page_catalog_catalog_product_catalogItem{width:calc((100% - (24px * 2)) / 3)}.page_catalog_catalog_product_catalogItem:nth-child(3n+1){margin-left:0}}@media screen and (min-width:1441px) and (max-width:1680px){.page_catalog_catalog_product_catalogItem{width:calc((100% - (24px * 3)) / 4)}.page_catalog_catalog_product_catalogItem:nth-child(4n+1){margin-left:0}}@media screen and (min-width:1681px) and (max-width:1920px){.page_catalog_catalog_product_catalogItem{width:calc((100% - (24px * 3)) / 4)}.page_catalog_catalog_product_catalogItem:nth-child(4n+1){margin-left:0}}@media screen and (min-width:1921px){.page_catalog_catalog_product_catalogItem{width:calc((100% - (24px * 4)) / 5)}.page_catalog_catalog_product_catalogItem:nth-child(5n+1){margin-left:0}}.page_catalog_catalog_product_catalogItem:hover{color:#1c1c1c;transform:scale(1.02)}.page_catalog_catalog_product_catalogItem.page_catalog_catalog_product_inCart{border:2px solid #01b047}.page_catalog_catalog_product_head{position:relative;height:268px;border-radius:12px;background:#eaeaea}@media screen and (max-width:1264px){.page_catalog_catalog_product_head{height:572px}}@media screen and (min-width:1265px) and (max-width:1440px){.page_catalog_catalog_product_head{height:384px}}@media screen and (min-width:1441px) and (max-width:1680px){.page_catalog_catalog_product_head{height:326px}}@media screen and (min-width:1681px) and (max-width:1920px){.page_catalog_catalog_product_head{height:386px}}@media screen and (min-width:1921px){.page_catalog_catalog_product_head{height:386px}}.page_catalog_catalog_product_cover{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.page_catalog_catalog_product_cover img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;border-radius:12px;z-index:1}.page_catalog_catalog_product_cover svg{width:100px;height:100px;color:#fff}.page_catalog_catalog_product_off{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;background:rgba(0,0,0,.7);color:#fff;z-index:1}.page_catalog_catalog_product_offTitle{font-weight:700;font-size:18px;text-align:center}.page_catalog_catalog_product_offDesc{margin-top:4px;font-weight:600;font-size:14px;text-align:center}.page_catalog_catalog_product_discount{position:absolute;top:0;right:0;padding:12px 16px;background:#e85917;color:#fff;font-weight:700;font-size:20px;border-radius:0 18px 0 20px;z-index:2}.page_catalog_catalog_product_body{flex:1 1;display:flex;flex-direction:column;box-sizing:border-box;margin-top:24px}.page_catalog_catalog_product_title{width:100%;font-size:16px;font-weight:600}.page_catalog_catalog_product_title a{color:#1c1c1c}.page_catalog_catalog_product_properties{margin-top:8px;display:flex;align-items:center}.page_catalog_catalog_product_size{flex:1 1;font-weight:500;font-size:14px;color:#959595}.page_catalog_catalog_product_tags>div{margin-left:16px}.page_catalog_catalog_product_tags svg{width:16px;height:16px}.page_catalog_catalog_product_foot{display:flex;align-items:flex-end;margin-top:16px}.page_catalog_catalog_product_price{flex:1 1;display:flex;margin-right:16px;padding-bottom:6px;align-items:center;font-weight:500;font-size:12px}.page_catalog_catalog_product_priceWithDiscount{color:#e85917}.page_catalog_catalog_product_priceOriginal{margin-left:12px;font-weight:400;font-size:16px;line-height:18px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#959595}.page_catalog_catalog_product_controlsStatus{font-weight:700;font-size:16px;padding-bottom:7px}.page_catalog_catalog_product_submit{padding:8px 16px;font-weight:600;font-size:16px}.page_catalog_catalog_product_submitInCart{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-weight:600;font-size:16px;border-radius:30px!important}.page_catalog_catalog_product_submitInCart svg{width:22px;height:22px}.page_catalog_catalog_section_container:not(:first-child){margin-top:64px}.page_catalog_catalog_section_head{display:flex;align-items:center}.page_catalog_catalog_section_container.page_catalog_catalog_section_off .page_catalog_catalog_section_head{cursor:pointer}.page_catalog_catalog_section_title{flex:1 1;margin:0;font-weight:700;font-size:24px}.page_catalog_catalog_section_down{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:40px;margin-left:16px;background:#eee;color:#595959;cursor:pointer;transition:background .3s ease}.page_catalog_catalog_section_down:hover{background:#e0e0e0}.page_catalog_catalog_section_down svg{width:12px;height:12px;transition:transform .3s ease}.page_catalog_catalog_section_container:not(.page_catalog_catalog_section_collapsed) .page_catalog_catalog_section_down svg{transform:rotate(180deg)}.page_catalog_catalog_section_desc{margin:8px 0 0;font-weight:500;font-size:14px;color:#595959}.page_catalog_catalog_section_desc.page_catalog_catalog_section_expanded{animation:page_catalog_catalog_section_expand 1s ease}.page_catalog_catalog_section_expandButton{padding:0;margin-left:12px;box-sizing:border-box;color:#4d268d;font-weight:600;white-space:nowrap;cursor:pointer;background:transparent;border:none;outline:none;transition:color .3s ease}.page_catalog_catalog_section_expandButton:hover{color:#6737b7}.page_catalog_catalog_section_items{display:flex;flex-wrap:wrap;animation:page_catalog_catalog_section_appearToTop 1s ease}.page_catalog_catalog_section_container.page_catalog_catalog_section_collapsed .page_catalog_catalog_section_items{display:none}.page_catalog_catalog_section_items:not(:first-child){margin-top:24px}@keyframes page_catalog_catalog_section_expand{0%{opacity:1}5%{opacity:.5}to{opacity:1}}@keyframes page_catalog_catalog_section_appearToTop{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page_catalog_body_container.page_catalog_body_sticky{margin-top:80px}.page_catalog_body_inner{flex:1 1;display:flex;flex-direction:row;width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box;transition:max-width .5s ease}@media screen and (min-width:1265px) and (max-width:1440px){.page_catalog_body_inner{max-width:1264px}}@media screen and (min-width:1441px) and (max-width:1680px){.page_catalog_body_inner{max-width:1440px}}@media screen and (min-width:1681px) and (max-width:1920px){.page_catalog_body_inner{max-width:1680px}}@media screen and (min-width:1921px){.page_catalog_body_inner{max-width:1920px}}.page_catalog_body_center{flex:1 1}.page_catalog_body_side{width:378px;margin-left:24px}