:root{--background:#fff;--foreground:#171717}html,body{max-width:100vw;overflow-x:hidden}body.modal-open{padding-right:0!important}body.mobile-nav-open{touch-action:none;overflow:hidden}body{color:var(--text-color)}*,html,body{font-family:var(--font-montserrat),sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}a,button{transition:all .3s ease-in-out}ul{margin-bottom:0;padding-left:0;list-style:none}h1,h2,h3,h4,h5,h6,p,a,button{margin-bottom:0;font-weight:700}input::placeholder{color:var(--text-color)}input:focus{box-shadow:none;outline:none}button:disabled{opacity:.8;cursor:not-allowed}img{object-fit:contain;max-width:100%;height:auto}.common_section_background{background:var(--section-background)}.common_section_padding{padding:var(--section-padding)0}@media (max-width:1200px){.common_section_padding{padding:var(--section-padding-80)0}}@media (max-width:991px){.common_section_padding{padding:50px 0}}.common_section_padding_50{padding:50px 0}@media (max-width:1200px){.common_section_padding_50{padding:40px 0}}.common_section_padding_80{padding:80px 0}@media (max-width:1200px){.common_section_padding_80{padding:60px 0}}@media (max-width:991px){.common_section_padding_80{padding:50px 0}}.common_section_margin{margin:var(--section-padding)0}@media (max-width:1200px){.common_section_margin{margin:var(--section-padding-80)0}}@media (max-width:991px){.common_section_margin{margin:50px 0}}.common_x_padding{padding:0 var(--common-x-padding)}@media (max-width:1200px){.common_x_padding{padding:0 var(--common-x-padding-80)}}@media (max-width:991px){.common_x_padding{padding:0 50px}}@media (max-width:767px){.common_x_padding{padding:0}}@media (min-width:1200px){.container,.container-sm{max-width:1170px;padding:0}}.g_center{justify-content:center;align-items:center;display:flex}.g_end{justify-content:end;align-items:center;display:flex}.g_between{justify-content:space-between;align-items:center;display:flex}.common_line_clamp_2{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.common_line_clamp_3{-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.common_line_clamp_4{-webkit-line-clamp:4;line-clamp:4;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ltr{direction:ltr}.rtl{direction:rtl}.transparent_btn{cursor:pointer;background:0 0;border:none}.common_search_controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.common_search_controls .common_search{flex:1;min-width:180px;max-width:280px;position:relative}.common_search_controls .common_search input{border-radius:14px;width:100%;height:41px;padding:0 38px 0 14px;font-size:14px;font-weight:500}.common_search_controls .common_search input:focus{box-shadow:none;outline:none}.common_search_controls .common_search .search_btn{inset-inline-end:10px;align-items:center;height:20px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.common_search_controls .common_sort_select{cursor:pointer;border-radius:14px;min-width:140px;height:41px;padding:0 14px;font-size:14px;font-weight:500}.common_search_controls .common_sort_select:focus{box-shadow:none;outline:none}.common_search_controls .common_reset_btn{white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;width:fit-content;height:41px;display:flex}.common_large_img{display:none}.common_desktop_img{display:block}@media (min-width:1441px){.common_large_img{display:block}.common_desktop_img{display:none}}.swal2-backdrop-show{padding-right:0!important}.modal_title{color:var(--text-color);font-size:30px;font-weight:600}@media (max-width:767px){.modal_title{font-size:26px;line-height:110%}}@media (max-width:575px){.modal_title{font-size:22px;line-height:110%}}.modal_sub_title{color:var(--text-color);opacity:.8;margin-top:15px;font-size:14px;font-weight:400}.cursor-pointer{cursor:pointer}
.like_icon{cursor:pointer;transition:all .25s}.like_icon.liked{animation:.35s likePop}@keyframes likePop{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}
.slider-wrapper{width:446px;max-width:100%;height:595px;margin:auto;position:relative}@media (max-width:1200px){.slider-wrapper{width:350px;height:450px}}@media (max-width:991px){.slider-wrapper{margin-top:50px}}@media (max-width:575px){.slider-wrapper{width:250px;height:390px;margin:unset;margin-top:40px;margin-inline-start:5%}}.slider-wrapper .slider-card{background:#000;width:100%;height:100%;position:absolute;overflow:hidden;box-shadow:0 10px 25px #00000040}.slider-wrapper .slider-card.dimmed:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#00000080,#0003);position:absolute;inset:0}.slider-wrapper .slider-card img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;transition:filter .5s,transform .5s}.slider-wrapper .slider-card img.img_loading{filter:blur(12px);transform:scale(1.05)}.slider-wrapper .slider-card img.img_loaded{filter:blur();transform:scale(1)}.custom-slider{width:100%;height:100%;position:relative;overflow:hidden}.custom-slider .slider-content{width:100%;height:100%}.custom-slider .slider-arrow{z-index:2;cursor:pointer;color:#fff;background:0 0;border:none;font-size:28px;position:absolute;top:50%;transform:translateY(-50%)}.custom-slider .slider-arrow.left{left:20px}.custom-slider .slider-arrow.right{right:20px}.common_watch_card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(120deg,#ffefde33 0%,#ffefde00 50%),linear-gradient(300deg,#ffffff1a 0%,#fff0 70%);border:1px solid #ffefde33;border-radius:20px;min-height:300px;margin-top:25px;padding-top:35px}@media (max-width:575px){.common_watch_card{border-radius:12px;min-height:290px;margin-top:20px;padding-top:25px}}.common_watch_card.is_clickable{cursor:pointer}.common_watch_card .like_wrapper{top:15px;z-index:1;cursor:pointer;position:absolute;inset-inline-end:15px}@media (max-width:575px){.common_watch_card .like_wrapper{top:10px;inset-inline-end:10px}.common_watch_card .like_wrapper img{width:25px;height:25px}}.common_watch_card .image_wrapper img{object-fit:contain;width:auto;max-width:90%;height:264px;margin:auto;display:block}@media (max-width:1200px){.common_watch_card .image_wrapper img{height:200px}}@media (max-width:575px){.common_watch_card .image_wrapper img{height:120px}}.common_watch_card .content{border-bottom:1px solid #ffefde33;padding:20px 25px}@media (max-width:575px){.common_watch_card .content{min-height:100px;padding:15px}}.common_watch_card .content h2{color:var(--text-color);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:50px;margin-bottom:0;font-size:20px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}@media (max-width:767px){.common_watch_card .content h2{font-size:17px}}@media (max-width:575px){.common_watch_card .content h2{min-height:25px;font-size:16px}}.common_watch_card .content p{opacity:.7;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;min-height:16px;margin-top:10px;margin-bottom:0;font-size:12px;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}@media (max-width:575px){.common_watch_card .content p{margin-top:5px;font-size:10px}}.common_watch_card .content .price_wrapper{direction:ltr;align-items:center;gap:5px;width:fit-content;margin-top:5px;display:flex}@media (max-width:575px){.common_watch_card .content .price_wrapper img{width:12px;height:12px}}.common_watch_card .content .price_wrapper span{color:var(--yellow-color);font-size:20px;font-weight:600}@media (max-width:575px){.common_watch_card .content .price_wrapper span{font-size:14px}}.common_watch_card .bottom_wrapper{justify-content:center;align-items:center;height:58px;display:flex}@media (max-width:575px){.common_watch_card .bottom_wrapper{height:40px}}.common_watch_card .bottom_wrapper a,.common_watch_card .bottom_wrapper .inquire_btn{color:var(--text-color);font-size:16px;font-weight:600}@media (max-width:575px){.common_watch_card .bottom_wrapper a,.common_watch_card .bottom_wrapper .inquire_btn{font-size:14px}}.common_watch_card .bottom_wrapper .inquire_btn{cursor:pointer;background:0 0;border:none;padding:0}.common_watch_pieces_tabs_wrap{border-radius:30px;align-items:center;gap:17px;margin-top:25px;display:flex}@media (max-width:575px){.common_watch_pieces_tabs_wrap{gap:10px}}.common_watch_pieces_tabs_wrap .watch_tab_arrow{opacity:.75;background:0 0;border:none;border-radius:50%;place-items:center;width:32px;min-width:32px;height:32px;transition:opacity .25s;display:grid}@media (max-width:575px){.common_watch_pieces_tabs_wrap .watch_tab_arrow{width:24px;min-width:24px;height:24px}}.common_watch_pieces_tabs_wrap .watch_tab_arrow:hover{opacity:1}.common_watch_pieces_tabs_wrap .watch_pieces_tabs{scrollbar-width:none;align-items:center;gap:10px;width:100%;display:flex;overflow-x:auto}.common_watch_pieces_tabs_wrap .watch_pieces_tabs::-webkit-scrollbar{display:none}.common_watch_pieces_tabs_wrap .watch_piece_tab{color:var(--text-color);white-space:nowrap;background:0 0;border:1px solid #ffffff4d;border-radius:20px;align-items:center;gap:10px;min-width:fit-content;padding:8px 16px;font-size:14px;font-weight:600;line-height:1;transition:all .25s;display:inline-flex}.common_watch_pieces_tabs_wrap .watch_piece_tab .brand_thumb{object-fit:contain;width:18px;height:30px}.common_watch_pieces_tabs_wrap .watch_piece_tab.active,.common_watch_pieces_tabs_wrap .watch_piece_tab:hover{opacity:1;background:linear-gradient(120deg,#ffefde80 0%,#ffefde00 50%),linear-gradient(300deg,#fff3 0%,#fff0 70%);border-color:#ffefde73}.common_form .form_field{margin-top:25px}@media (max-width:575px){.common_form .form_field{margin-top:15px}}.common_form .form_field label{color:var(--text-color);font-size:14px;font-weight:600;line-height:26px}.common_form .form_field input,.common_form .form_field select,.common_form .form_field textarea{color:var(--text-color);background-color:#ffefde26;border:1px solid #ffefde1a;border-radius:12px;padding:13px 15px;font-size:14px;font-weight:400;line-height:20px}.common_form .form_field select{color:var(--text-color)}.common_form .form_field select:has(option[value=""]:checked){color:#ffefde80}.common_form .form_field select option{background-color:var(--primary);color:var(--text-color)}.common_form .form_field textarea{resize:none;min-height:130px}@media (max-width:575px){.common_form .form_field textarea{min-height:80px}}.common_form .form_field input::placeholder,.common_form .form_field select::placeholder,.common_form .form_field textarea::placeholder{color:var(--text-color);opacity:.5}.common_form .phone_number_field .phone_input_group{align-items:start;gap:10px;display:flex}.common_form .phone_number_field .country_code_select{text-align:center;width:100px}.common_info_card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(120deg,#ffefde33 0%,#ffefde00 50%),linear-gradient(300deg,#ffffff1a 0%,#fff0 70%);border:1px solid #ffefde33;border-radius:20px;min-height:calc(100% - 30px);margin-top:30px;padding:30px}@media (max-width:575px){.common_info_card{border-radius:12px;margin-top:15px;padding:20px}.common_info_card img{width:50px;height:50px}}.common_info_card h3{color:var(--text-color);margin-top:15px;font-size:24px;font-weight:600;line-height:100%}@media (max-width:575px){.common_info_card h3{font-size:20px;line-height:26px}}.common_info_card p{opacity:.7;margin-top:23px;font-size:16px;font-weight:400;line-height:30px}@media (max-width:575px){.common_info_card p{margin-top:10px;font-size:14px;line-height:20px}}.common_swal_popup{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ffefde33;border-radius:18px;max-width:90%}.swal2-container{padding:0}.common_swal_title{color:var(--text-color);font-size:28px;font-weight:700;line-height:1.2}.common_swal_text{color:var(--text-color);opacity:.8;font-size:15px}.common_swal_confirm_btn{border-radius:12px!important;padding:10px 22px!important;font-size:16px!important;font-weight:600!important}.common_modal_background{background-color:#260f01cc}.common_date_picker .date_picker_input,.common_time_picker .time_picker_input{width:100%;margin-top:5px}.back_btn_wrapper{top:27px;position:absolute;inset-inline-start:27px}@media (max-width:575px){.back_btn_wrapper{inset-inline-start:15px}}.back_btn_wrapper img{margin-inline-end:6px}@media (max-width:575px){.back_btn_wrapper img{width:15px;height:15px}}.back_btn_wrapper button{color:var(--text-color);font-size:16px;font-weight:600}@media (max-width:575px){.back_btn_wrapper button{font-size:12px}}.common_shimmer{position:relative}.common_shimmer .skeleton{background:#e5e7eb;border-radius:8px;position:relative;overflow:hidden}.common_shimmer .skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);animation:1.5s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@media (max-width:1200px){.common_shimmer .watch_card_shimmer .heart_icon{inset-inline-end:10px!important}}@media (max-width:575px){.common_shimmer .watch_card_shimmer .heart_icon{width:25px!important;height:25px!important}.common_shimmer .watch_card_shimmer .watch_image{border-radius:5px!important;width:30%!important;height:100px!important}.common_shimmer .watch_card_shimmer .inquire_now{height:30px!important;margin-bottom:20px!important}.common_shimmer .watch_card_shimmer .price{height:20px!important}.common_shimmer .watch_card_shimmer .title{height:30px!important}.common_shimmer .watch_card_shimmer{padding-top:25px!important}.common_shimmer .watch_pieces_card_shimmer .watch_card_image{height:250px!important}.common_shimmer .watch_pieces_card_shimmer .watch_card_title{height:50px!important}.common_shimmer .watch_pieces_card_shimmer{height:250px!important}.common_shimmer .watch_details_slider_shimmer{height:250px!important;min-height:unset!important}.common_shimmer .watch_details_slider_shimmer .slider_image{height:250px!important}.common_shimmer .watch_details_slider_shimmer .spinner_icon{inset-inline-start:0!important;width:50px!important;height:50px!important;top:-20px!important}.common_shimmer .watch_details_slider_shimmer .slider_image_preview{border-radius:10px!important;width:40px!important;height:40px!important}.common_shimmer .watch_details_information .title,.common_shimmer .watch_details_information .price{height:30px!important}.common_shimmer .watch_details_information .inquire_now_btn{border-radius:10px!important;height:40px!important}.common_shimmer .watch_details_information .details_section_top_icons{width:30px!important;height:30px!important;top:0!important}.common_shimmer .watch_details_information .details_section_top_icons.share_icon{inset-inline-end:30px!important}.common_shimmer .brand_news_card_shimmer .brand_news_image{height:300px!important}.common_shimmer .brand_news_card_shimmer .brand_news_title{height:50px!important;bottom:100px!important}.common_shimmer .brand_news_card_shimmer .brand_news_excerpt_1{width:90%!important;height:20px!important;bottom:60px!important}.common_shimmer .brand_news_card_shimmer .brand_news_excerpt_2{width:90%!important;height:20px!important;bottom:30px!important}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.common_shimmer .skeleton{background:linear-gradient(90deg,#ffffff14 25%,#ffffff2e 50%,#ffffff14 75%) 0 0/200% 100%;border-radius:6px;animation:1.6s linear infinite shimmer;display:block}
html[dir=rtl] .auction_house_page .collaboration_timeLine_section .timeline_cards .center{inset-inline-start:47.5%}@media (max-width:1200px){html[dir=rtl] .auction_house_page .collaboration_timeLine_section .timeline_cards .center{inset-inline-start:47.2%}}@media (max-width:991px){html[dir=rtl] .auction_house_page .collaboration_timeLine_section .timeline_cards .center{inset-inline-start:46%}}@media (max-width:767px){html[dir=rtl] .auction_house_page .collaboration_timeLine_section .timeline_cards .center{inset-inline-start:96.5%}}@media (max-width:575px){html[dir=rtl] .auction_house_page .collaboration_timeLine_section .timeline_cards .center{inset-inline-start:87%}}@media (max-width:375px){html[dir=rtl] .auction_house_page .collaboration_timeLine_section .timeline_cards .center{inset-inline-start:94%}}@media (max-width:991px){html[dir=rtl] .auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{height:145px}}@media (max-width:575px){html[dir=rtl] .auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{height:135px}}@media (max-width:767px){html[dir=rtl] .assessment_page .assessment_outcome_section .watch_health_card{width:100%}}html[dir=rtl] .home_page .compass_journal_section .view_all_link img,html[dir=rtl] .common_watch_pieces_tabs_wrap .watch_tab_arrow,html[dir=rtl] .home_page .feature_pieces_section .view_all_link img{transform:rotate(180deg)}html[dir=rtl] .form-control.is-invalid,html[dir=rtl] .was-validated .form-control:invalid{background-position:calc(.375em + .1875rem) 50%}html[dir=rtl] #mobileNumber{direction:rtl}html[dir=rtl] .inquire_page .top_section .inquire_form .inquire_select,html[dir=rtl] .auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .inner_circle_form .join_inner_circle_select,html[dir=rtl] .private_member_page .top_section .right_section .private_member_form .private_member_select,html[dir=rtl] .service_center_page .request_service_section .request_service_form .request_service_select,html[dir=rtl] .blog_page .top_section .blog_controls .blog_sort_select,html[dir=rtl] .brand_news_list_page .brand_news_controls .brand_news_sort_select{background-position:16px}html[dir=rtl] .common_watch_pieces_tabs_wrap .watch_tab_arrow.arrow_left,html[dir=rtl] .common_watch_pieces_tabs_wrap .watch_tab_arrow.arrow_right{transform:rotate(180deg)}html[dir=rtl] .common_form .form_field input{direction:rtl}html[dir=rtl] .back_btn_wrapper button img{transform:rotate(180deg)}html[dir=rtl] .publishing_date_wrapper .publishing_date span{margin-inline-start:auto;margin-inline-end:unset}html[dir=rtl] .about_us_page .brand_news_section .view_all_link img{transform:rotate(180deg)}html[dir=rtl] .brand_news_list_page .brand_news_controls .brand_news_search input{padding-inline-end:30px}
@font-face{font-family:montserrat;src:url(../media/Montserrat_Regular-s.p.8b6ae9af.ttf)format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:montserrat;src:url(../media/Montserrat_Medium-s.p.b6a3adaa.ttf)format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:montserrat;src:url(../media/Montserrat_SemiBold-s.p.0b7ac1f3.ttf)format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:montserrat;src:url(../media/Montserrat_Bold-s.p.9993cb00.ttf)format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:montserrat Fallback;src:local(Arial);ascent-override:84.98%;descent-override:22.04%;line-gap-override:0.0%;size-adjust:113.9%}.montserrat_1cc2aaa1-module__gs9q6q__className{font-family:montserrat,montserrat Fallback}.montserrat_1cc2aaa1-module__gs9q6q__variable{--font-montserrat:"montserrat","montserrat Fallback"}
@font-face{font-family:didot;src:url(../media/Didot-s.1e9c422d.otf)format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:didot;src:url(../media/DidotBold-s.482bea8e.otf)format("opentype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:didot;src:url(../media/DidotItalic-s.d6289557.otf)format("opentype");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:didot Fallback;src:local(Arial);ascent-override:79.11%;descent-override:33.9%;line-gap-override:39.44%;size-adjust:88.49%}.didot_877320c5-module__PclqOG__className{font-family:didot,didot Fallback}.didot_877320c5-module__PclqOG__variable{--font-didot:"didot","didot Fallback"}
