@import"https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";@import"https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css";@import"https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-rounded/css/uicons-solid-rounded.css";@import"https://cdn-uicons.flaticon.com/2.6.0/uicons-thin-rounded/css/uicons-thin-rounded.css";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@200;300;400;500;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}.custom-cursor{position:fixed;width:0px;height:0px;background-color:#fff;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:9999;transition:width .3s ease-in-out,height .3s ease-in-out,opacity .3s ease-in-out,background-color .3s ease-in-out,mix-blend-mode .3s ease-in-out;transform-origin:center center}.custom-cursor.explore{width:6rem;height:6rem;background-color:#333;mix-blend-mode:unset;display:flex;align-items:center;justify-content:center}.custom-cursor.explore .icon{transform:rotate(45deg)}.custom-cursor.explore .cursor-text{color:#fff;animation:fadeInOut .5s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-cursor.explore .cursor-text .icon{transform:rotate(-45deg);font-size:1rem}@keyframes fadeInOut{0%{opacity:0;transform:rotate(0)}to{opacity:1;transform:rotate(45deg)}}.custom-cursor.video-hover{width:10rem;height:10rem;background-color:#fff;mix-blend-mode:unset;display:grid;place-items:center}.custom-cursor.video-hover .cursor-text{color:#000;animation:fadeInOut .5s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-cursor.video-hover .cursor-text .icon{font-size:2rem;color:#333;opacity:.9}.custom-cursor.drag-hover{width:5rem;height:5rem;background-color:#fff;mix-blend-mode:unset;display:flex;align-items:center;justify-content:center}.custom-cursor.drag-hover .cursor-text{color:#000;animation:fadeInOut .5s ease-in-out;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center}.custom-cursor.drag-hover .cursor-text .icon{font-size:2rem;color:#333;opacity:.9;padding:0;transform:translateY(4px)}@keyframes fadeInOut{0%{opacity:0}to{opacity:1}}@media screen and (max-width: 768px){.custom-cursor{display:none!important}}html,body{scroll-behavior:smooth}.skeleton_body{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5rem;width:100%}.skeleton_body .skeleton_item{border-radius:1rem;background-color:#f3f3f3;background-image:linear-gradient(90deg,#f3f3f3,#fff,#f3f3f3 80%);background-size:200% 100%;animation:skeleton-loading 1.5s cubic-bezier(.47,0,.745,.715) infinite}@media screen and (max-width: 768px){.skeleton_body{padding:0rem!important;flex-direction:column!important}.skeleton_body .skeleton_item{width:100%}}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}body{font-family:Urbanist,sans-serif;background-color:#fff;line-height:1.6}.shutter-preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f3f3f3;z-index:9999;display:flex;align-items:center;justify-content:center;transition:transform 1s cubic-bezier(.455,.03,.515,.955);will-change:transform,opacity}.shutter-preloader .shutter-content{color:#333;font-size:2.5rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shutter-preloader .shutter-logo{display:block;text-align:center;font-size:2.5rem;letter-spacing:.1em;font-weight:800;font-family:manrope,sans-serif}.shutter-preloader.hide{transform:translateY(-100%);pointer-events:none}.icon{transform:translateY(2px)}.cart_overlay{display:flex;flex-direction:row;width:100%;height:100vh;position:fixed;top:0;right:0;z-index:1000;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);justify-content:flex-end;padding:2rem;opacity:0;display:none}.cart_overlay.active{display:flex;opacity:1;transition:all .3s ease-in-out;animation:identifier .3s ease-in-out forwards}.cart_overlay .cart_sidebar{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:30rem;height:100%;background-color:#f3f3f3;padding:2rem;border-radius:2rem;right:-100%;transition:all .3s ease-in-out}.cart_overlay .cart_sidebar.active{right:0;opacity:1;transform:translate(0);transition:all .3s ease-in-out;animation:slide .3s forwards}@keyframes slide{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.cart_overlay .cart_sidebar .top{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:flex-start;gap:2rem;overflow-y:auto;max-height:70%}.cart_overlay .cart_sidebar .top .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.cart_overlay .cart_sidebar .top .title h2{font-size:1.5rem;font-weight:800;color:#333}.cart_overlay .cart_sidebar .top .title button{background-color:transparent;border:none;outline:none;color:#333;font-size:1.1rem;cursor:pointer}.cart_overlay .cart_sidebar .top .items{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;width:100%;height:100%}.cart_overlay .cart_sidebar .top .items .item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;width:100%;padding:1rem 0rem;border-bottom:1px solid rgba(0,0,0,.1529411765);position:relative}.cart_overlay .cart_sidebar .top .items .item:hover .remove_btn{opacity:1}.cart_overlay .cart_sidebar .top .items .item .remove_btn{position:absolute;top:1rem;right:0rem;border-radius:2rem;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;border:none;opacity:0}.cart_overlay .cart_sidebar .top .items .item .remove_btn .icon{font-size:.5rem;color:#333;opacity:.7;transition:all .3s ease-in-out;scale:.5}.cart_overlay .cart_sidebar .top .items .item .image{width:5rem;aspect-ratio:1/1;border-radius:1rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart_overlay .cart_sidebar .top .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.cart_overlay .cart_sidebar .top .items .item .text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem;width:80%}.cart_overlay .cart_sidebar .top .items .item .text .item_title{font-size:1.2rem;font-weight:500;line-height:1.1rem;color:#333;text-transform:uppercase}.cart_overlay .cart_sidebar .top .items .item .text .bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.cart_overlay .cart_sidebar .top .items .item .text .bottom .price{font-size:1.2rem;font-weight:300;color:#333}.cart_overlay .cart_sidebar .top .items .item .text .bottom .quantity{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;border-radius:1.5rem;overflow:hidden}.cart_overlay .cart_sidebar .top .items .item .text .bottom .quantity .quantity_value{width:2rem;text-align:center;-moz-appearance:textfield;-webkit-appearance:none;appearance:none;border:none;outline:none;font-size:1rem;font-weight:500;color:#333;background-color:transparent}.cart_overlay .cart_sidebar .top .items .item .text .bottom .quantity .quantity_btn{border:none;outline:none;cursor:pointer;opacity:.7;background-color:#dfdfdf;padding:.5rem 1rem}.cart_overlay .cart_sidebar .top .items .item .text .bottom .quantity .quantity_btn .icon{font-size:.5rem;color:#333;opacity:.9;transition:all .3s ease-in-out}.cart_overlay .cart_sidebar .top .items .item .text .bottom .quantity .quantity_btn:hover{opacity:1;scale:1.1;transition-duration:.3s ease-in-out}.cart_overlay .cart_sidebar .top .items .item .remove_btn{background-color:transparent;border-radius:1.5rem;border:none;outline:none;cursor:pointer}.cart_overlay .cart_sidebar .top .items .item .remove_btn .icon{font-size:1.2rem;color:#333;opacity:.7}.cart_overlay .cart_sidebar .top .items .item .remove_btn .icon:hover{opacity:1;scale:1.1;transition-duration:.3s ease-in-out}.cart_overlay .cart_sidebar .bottom{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:2rem;width:100%}.cart_overlay .cart_sidebar .bottom .total{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;width:100%}.cart_overlay .cart_sidebar .bottom .total .item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.cart_overlay .cart_sidebar .bottom .total .item .label{font-size:1rem;font-weight:400;color:#333;opacity:.7}.cart_overlay .cart_sidebar .bottom .total .item .price{font-size:1rem;font-weight:700;color:#333;opacity:.7}.cart_overlay .cart_sidebar .bottom .buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%}.cart_overlay .cart_sidebar .bottom .buttons a{width:100%}.cart_overlay .cart_sidebar .bottom .buttons .view_cart_btn{width:100%;padding:1.3rem 2rem;background-color:#fff;color:#333;font-size:1rem;font-weight:400;border-radius:2rem;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,.1529411765);display:flex;flex-direction:row;align-items:center;justify-content:space-between}.cart_overlay .cart_sidebar .bottom .buttons .view_cart_btn .icon{color:#333;font-weight:400;margin-right:.5rem}.cart_overlay .cart_sidebar .bottom .buttons .checkout_btn{width:100%;padding:1.3rem 2rem;background-color:#333;color:#fff;font-size:1rem;font-weight:400;border-radius:2rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,.1529411765);display:flex;flex-direction:row;align-items:center;justify-content:space-between}.cart_overlay .cart_sidebar .bottom .buttons .checkout_btn .icon{color:#fff;font-weight:400;margin-right:.5rem}.cart_overlay .cart_sidebar .bottom .buttons .checkout_btn .arrow_icon{rotate:-45deg}@media screen and (max-width: 768px){.cart_overlay{padding:1rem}.cart_overlay .cart_sidebar{width:100%;height:100%;right:-100%;transition:all .3s ease-in-out}.cart_overlay .cart_sidebar.active{right:0;opacity:1;transform:translate(0);transition:all .3s ease-in-out;animation:slide .3s forwards}.cart_overlay .cart_sidebar .top .items .item{padding:.5rem}.cart_overlay .cart_sidebar .top .items .item .image{height:4rem;aspect-ratio:1/1}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}@media screen and (max-width: 768px){.footer{padding:1rem}}.footer_main{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem;margin-top:5rem;background-color:#f3f3f3;border-radius:2rem}.footer_main .top{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;padding:4rem}.footer_main .top .links_section{display:flex;flex-direction:row;width:60%;gap:2rem;align-items:flex-start;justify-content:flex-start}.footer_main .top .links_section .link_collumn{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:20%}.footer_main .top .links_section .link_collumn .title{font-size:1rem;font-weight:500;color:#333}.footer_main .top .links_section .link_collumn .links{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.footer_main .top .links_section .link_collumn .links a{font-size:1rem;font-weight:400;color:#333;opacity:.7;transition:all .3s ease-in-out}.footer_main .top .links_section .link_collumn .links a:hover{opacity:1}.footer_main .top .socials_section .logo{font-size:2rem;font-weight:800;color:#333;cursor:pointer;font-family:manrope,sans-serif}.footer_main .top .socials_section .newsletter{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;margin-top:3rem}.footer_main .top .socials_section .newsletter .title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.footer_main .top .socials_section .newsletter .title h3{font-size:1.2rem;font-weight:700}.footer_main .top .socials_section .newsletter .title p{font-size:.9rem;opacity:.6;width:80%}.footer_main .top .socials_section .newsletter .inputs{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}.footer_main .top .socials_section .newsletter .inputs input{padding:1.2rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1529411765);outline:none;min-width:20rem}.footer_main .top .socials_section .newsletter .inputs button{padding:1.2rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1529411765);background-color:#333;color:#fff;outline:none}.footer_main .bottom{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;border-top:1px solid rgba(0,0,0,.1529411765);padding:5rem 5rem 0rem}.footer_main .bottom .left{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.footer_main .bottom .left span{font-size:1rem;font-weight:400;color:#333;opacity:.5}.footer_main .bottom .right{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2rem}.footer_main .bottom .right a{font-size:1rem;font-weight:400;color:#333;opacity:.7;transition:all .3s ease-in-out}.footer_main .bottom .right a:hover{opacity:1}@media screen and (max-width: 768px){.footer_main{padding:0rem;margin-top:2rem}.footer_main .top{padding:2rem;flex-direction:column;align-items:flex-start;justify-content:flex-start}.footer_main .top .links_section{width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start}.footer_main .top .links_section .link_collumn{width:100%;align-items:flex-start;justify-content:flex-start}.footer_main .top .socials_section{margin-top:2rem}.footer_main .top .socials_section .newsletter .inputs input{min-width:11rem;width:11rem}.footer_main .bottom{padding:2rem;flex-direction:column;align-items:center;justify-content:center}.footer_main .bottom .left{width:100%;justify-content:center}.footer_main .bottom .right{width:100%;justify-content:center;gap:1rem}}.navbar_main{width:100%;height:4rem;padding:1rem 3rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#fff;z-index:1001}.navbar_main .logo{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.navbar_main .logo img{width:1rem;height:1rem;margin-right:.2rem;filter:invert(100%);opacity:.8;display:none}.navbar_main .logo span{font-size:1.5rem;font-weight:800;color:#333;font-family:manrope,sans-serif}.navbar_main .right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2rem}.navbar_main .right .search_bar{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:1rem;position:relative;cursor:pointer}.navbar_main .right .search_bar.active{border:1px solid rgba(0,0,0,.1529411765)}.navbar_main .right .search_bar.active input{width:100%}.navbar_main .right .search_bar input{width:0;font-size:1rem;font-weight:400;color:#333;border:none;background-color:transparent;outline:none;transition:all .9s cubic-bezier(.175,.885,.32,1.275)}@media screen and (max-width: 768px){.navbar_main .right .search_bar{display:none}}.navbar_main .right .hamburger_icon{display:none;font-size:2rem;color:#333;cursor:pointer;transition:all .3s ease-in-out}.navbar_main .right .hamburger_icon:hover{opacity:.7;scale:1.1;transition-duration:.3s ease-in-out}.navbar_main .right .cart_btn{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;border:none;font-size:1rem;margin-left:3rem;background-color:transparent;cursor:pointer}.navbar_main .right .cart_btn .cart_count{position:absolute;top:-.5rem;right:-.5rem;font-size:.6rem;font-weight:500;color:#fff;background-color:#333;width:.8rem;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:2rem}.navbar_main .right .links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4rem;position:relative}.navbar_main .right .links .link{position:relative}.navbar_main .right .links .link.active{color:#333}.navbar_main .right .links .link.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background-color:#333}.navbar_main .right .links a{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:all .3s ease-in-out}.navbar_main .right .links a:hover{opacity:.7}@media screen and (max-width: 768px){.navbar_main{padding:1rem 2rem;height:5rem}.navbar_main .logo span{font-size:1.4rem}.navbar_main .right{gap:1rem}.navbar_main .right .cart_btn{margin-left:0rem;background-color:transparent}.navbar_main .right .hamburger_icon{display:flex;font-size:1rem;color:#333;cursor:pointer;transition:all .3s ease-in-out;background-color:transparent;border:none;padding:.5rem;opacity:1}.navbar_main .right .links{gap:2rem;display:none}}.mobile_menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#f3f3f3;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translate(100%);transition:all .3s ease-in-out}.mobile_menu .search_bar{padding:1rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:1rem;position:relative;cursor:pointer;position:absolute;top:0rem;left:0;width:100%}.mobile_menu .search_bar.active input{width:100%}.mobile_menu .search_bar input{width:100%;font-size:1rem;font-weight:400;color:#333;border:none;background-color:transparent;outline:none;transition:all .9s cubic-bezier(.175,.885,.32,1.275)}.mobile_menu .search_bar .search_dropdown{position:absolute;top:120%;left:0;right:0;background:#fff;border:1px solid #eee;border-radius:1rem;z-index:100;height:100vh;overflow-y:auto;gap:.5rem;width:100%;display:flex;flex-direction:column;padding:.5rem}.mobile_menu .search_bar .search_dropdown .search_result{padding:.5rem 1rem;text-decoration:none;color:#333;border-radius:1rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.mobile_menu .search_bar .search_dropdown .search_result img{width:4rem;height:4rem;border-radius:1rem;-o-object-fit:cover;object-fit:cover}.mobile_menu.active{transform:translate(0);opacity:1;pointer-events:auto;transition-duration:.3s ease-in-out;animation:.3s forwards}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.mobile_menu .close_btn{position:absolute;top:2rem;right:2rem;font-size:1.2rem;color:#333;cursor:pointer;border:none;z-index:9999;background-color:transparent}.mobile_menu .close_btn:hover{opacity:.7;transition-duration:.3s ease-in-out}.mobile_menu .links{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:2rem;width:100%;padding:10rem 2rem 2rem;height:100%}.mobile_menu .links .cart_btn{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;border:none;font-size:1rem;background-color:transparent;color:#333}.mobile_menu .links .cart_btn .cart_count{position:absolute;top:-.5rem;right:-.5rem;font-size:.6rem;font-weight:500;color:#fff;background-color:#333;width:.8rem;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:2rem}.mobile_menu .links a{text-decoration:none;color:#333;font-weight:700;font-size:1.5rem}.mobile_menu .links a:hover{opacity:.7;scale:1.1;transition-duration:.3s ease-in-out}.category-dropdown{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:2rem;animation:fadeIn .3s ease-in-out;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.category-dropdown.visible{opacity:1}.category-dropdown.hidden{opacity:0;transform:translateY(-10px);pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.category-dropdown .category-list{position:absolute;top:100%;left:0;right:0;background-color:#fff;border-radius:0 0 1rem 1rem;z-index:1000;display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.1529411765);align-items:flex-end;justify-content:flex-start;padding:2rem 5rem 2rem 2rem}.category-dropdown .category-list a{padding:1rem;color:#333;font-size:1rem;font-weight:400;width:100%;text-align:right;text-decoration:none;border-radius:1rem}.category-dropdown .category-list a:hover{opacity:.7}.fullscreen_search_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transform:translateY(-100%);transition:all .6s cubic-bezier(.25,.8,.25,1)}.fullscreen_search_overlay.active{transform:translateY(0);opacity:1;transition:all .6s cubic-bezier(.25,.8,.25,1)}.fullscreen_search_overlay .fullscreen_search_container{width:100%;max-width:1200px;height:100%;display:flex;flex-direction:column;padding:2rem}.fullscreen_search_overlay .fullscreen_search_container .search_header{margin-bottom:2rem}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border:1px solid rgba(0,0,0,.1529411765);border-radius:1.5rem;background-color:#fff;position:relative}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container .fi-rr-search{font-size:1.5rem;color:#888}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container .fullscreen_search_input{flex:1;font-size:1.5rem;font-weight:400;color:#333;border:none;background:transparent;outline:none;font-family:Manrope,sans-serif}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container .fullscreen_search_input::-moz-placeholder{color:#aaa}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container .fullscreen_search_input::placeholder{color:#aaa}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container .close_search_btn{background:transparent;border:none;font-size:1.5rem;color:#888;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container .close_search_btn:hover{color:#333}.fullscreen_search_overlay .fullscreen_search_container .search_results_container{flex:1;overflow-y:auto}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .search_loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:#888}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .search_loading .fi-rr-spinner{display:flex;font-size:2rem;animation:spin 1s linear infinite;transform-origin:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .no_results{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:#888}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .no_results .fi-rr-search{font-size:3rem;opacity:.5}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .no_results span{font-size:1.2rem;text-align:center}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem 0}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid .search_result_item{display:flex;flex-direction:column;background-color:#fff;border:1px solid rgba(0,0,0,.1529411765);border-radius:2rem;overflow:hidden;transition:all .3s ease;text-decoration:none;color:#333}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid .search_result_item .result_image{width:100%;height:200px;overflow:hidden;background-color:#f8f8f8}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid .search_result_item .result_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid .search_result_item .result_image .no_image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#ccc}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid .search_result_item .result_image .no_image .fi-rr-picture{font-size:3rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid .search_result_item .result_details{padding:1rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid .search_result_item .result_details h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid .search_result_item .result_details .result_price{font-size:1.1rem;font-weight:700;color:#333}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions{padding:2rem 0}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestions_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestions_header h3{font-size:1.5rem;font-weight:600;margin:0;color:#333}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestions_header .clear_recent_btn{background:transparent;border:1px solid rgba(0,0,0,.1529411765);border-radius:2rem;padding:.5rem 1rem;cursor:pointer;color:#666;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestions_header .clear_recent_btn:hover{background-color:#f5f5f5;color:#333;border-color:#333}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestions_header .clear_recent_btn .icon{font-size:1rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#333}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestion_tags{display:flex;flex-wrap:wrap;gap:1rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestion_tags .suggestion_tag{padding:.8rem 1.5rem;background-color:#f8f8f8;border:1px solid rgba(0,0,0,.1529411765);border-radius:2rem;font-weight:500;cursor:pointer;transition:all .3s ease;color:#333;display:flex;align-items:center;gap:.5rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestion_tags .suggestion_tag:hover{background-color:#333;color:#fff;transform:translateY(-2px)}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestion_tags .suggestion_tag.recent_tag{background-color:#3333331a;border-color:#3333334d}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestion_tags .suggestion_tag.recent_tag .icon{color:#333;font-size:.9rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestion_tags .suggestion_tag.recent_tag:hover{background-color:#333;color:#fff}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .search_suggestions .suggestion_tags .suggestion_tag.recent_tag:hover .icon{color:#fff}@media screen and (max-width: 768px){.fullscreen_search_overlay .fullscreen_search_container{padding:1rem}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container{padding:1rem 1.5rem}.fullscreen_search_overlay .fullscreen_search_container .search_header .search_input_container .fullscreen_search_input{font-size:1.2rem}.fullscreen_search_overlay .fullscreen_search_container .search_results_container .fullscreen_search_results .results_grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}.search_icon_container{display:flex;align-items:center;justify-content:center;padding:.5rem;cursor:pointer;border-radius:50%;transition:all .3s ease}.search_icon_container:hover{background-color:#f5f5f5}.search_icon_container .fi-rr-search{font-size:1.2rem;color:#333}@media screen and (max-width: 768px){.search_icon_container{display:none}}.home_main{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;width:100%}.home_main .hero_div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;height:95vh;padding:2rem 0rem}.home_main .hero_div .slide_progress{display:flex;flex-direction:row;align-items:center;justify-content:fex-start;gap:1rem;width:100%;padding:0 6rem;cursor:pointer}.home_main .hero_div .slide_progress .progress{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem;width:8rem}.home_main .hero_div .slide_progress .progress span{transition:all .3s ease-in-out;font-size:1rem;font-weight:400;color:#333;opacity:.5}.home_main .hero_div .slide_progress .progress .line{width:100%;height:2px;background-color:#00000027;border-radius:1rem;position:relative;overflow:hidden}.home_main .hero_div .slide_progress .progress .line .progress_bar{width:0%;height:100%;background-color:#333;border-radius:1rem;position:absolute;top:0;left:0;transition:all .3s ease-in-out}.home_main .hero_div .slides{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-snap-align:start;position:relative;padding-left:2rem;padding-right:4rem}.home_main .hero_div .slides .slide{width:80vw;min-width:70vw;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease-in-out;flex-wrap:nowrap;padding-left:4rem;cursor:pointer}.home_main .hero_div .slides .slide .details{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:0rem 2rem;gap:1rem}.home_main .hero_div .slides .slide .details .title h1{font-size:2.5rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1;text-align:left}.home_main .hero_div .slides .slide .details .buttons{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem}.home_main .hero_div .slides .slide .details .buttons .button{padding:1rem 1.5rem;font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;background-color:transparent;border:1px solid rgba(0,0,0,.1529411765);color:#333;display:flex;align-items:center;justify-content:center;gap:.5rem}.home_main .hero_div .slides .slide .details .buttons .button:hover{background-color:#00000027;padding-right:2rem}.home_main .hero_div .slides .slide .details .buttons .button .icon{color:#333;font-weight:400;margin-right:.5rem;transition:all .3s ease-in-out;rotate:-45deg}.home_main .hero_div .slides .slide .image{width:100%;height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f3f3f3;border-radius:2rem;position:relative}.home_main .hero_div .slides .slide .image .button{position:absolute;top:1rem;right:1rem;width:4%;aspect-ratio:1/1;border-radius:2rem;background-color:transparent;cursor:pointer;transition:all .3s ease-in-out;border:none;background-color:#fff;z-index:2;display:flex;align-items:center;justify-content:center}.home_main .hero_div .slides .slide .image .button .icon{color:#333;font-weight:400;transition:all .3s ease-in-out;rotate:-45deg;font-size:1rem}.home_main .hero_div .slides .slide .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.home_main .featured_products{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;padding:2rem 4rem}.home_main .featured_products .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.home_main .featured_products .title h1{font-size:2rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1}.home_main .featured_products .products{display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:2rem;width:100%}.home_main .featured_products .products.list{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:2rem;height:6rem;position:relative}.home_main .featured_products .products.list .item{width:100%;padding:2rem;border-radius:2rem;background-color:#f3f3f3;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem}.home_main .featured_products .products.list .item .image{width:15rem;aspect-ratio:1/1;border-radius:1rem}.home_main .featured_products .products.list .item .image .tags{display:none}.home_main .featured_products .products.list .item .image .wishlist_btn{top:0rem;left:0rem;display:none}.home_main .featured_products .products.list .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.home_main .featured_products .products.list .item .details .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.home_main .featured_products .products.list .item .details .top .name{font-size:1.5rem;font-weight:800;color:#333;width:80%}.home_main .featured_products .products.list .item .details .top .price{font-size:1.5rem;font-weight:300;color:#333}.home_main .featured_products .products.list .item .details .bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.home_main .featured_products .products.list .item .details .bottom .buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;width:100%}.home_main .featured_products .products.list .item .details .bottom .buttons .button{border:none;outline:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;padding:1rem 2rem;border-radius:1rem;background-color:#333;display:flex;flex-direction:row;align-items:center}.home_main .featured_products .products.list .item .details .bottom .buttons .button.add_to_cart{background-color:transparent;color:#333;border:1px solid rgba(0,0,0,.1529411765)}.home_main .featured_products .products.list .item .details .bottom .buttons .button:hover{opacity:.7;transition-duration:.3s ease-in-out}.home_main .featured_products .products.list .item .details .bottom .description{font-size:1rem;font-weight:400;color:#333;opacity:.7;margin-top:.5rem}.home_main .featured_products .products.list .item .details .bottom .options{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.home_main .featured_products .products.list .item .details .bottom .options .option{width:3rem;height:3rem;border:3px solid #222;border-radius:1rem}.home_main .featured_products .products.list .item .details .bottom .options .option:hover{opacity:1;scale:1.1;transition-duration:.3s ease-in-out}.home_main .featured_products .products .item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.home_main .featured_products .products .item:hover .image .wishlist_btn{opacity:1}.home_main .featured_products .products .item .image{width:100%;aspect-ratio:1/1;border-radius:2rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.home_main .featured_products .products .item .image .wishlist_btn{position:absolute;top:1rem;left:1rem;width:2.5rem;height:2.5rem;border-radius:2rem;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;border:none;mix-blend-mode:difference;opacity:0}.home_main .featured_products .products .item .image .wishlist_btn .icon{font-size:1.2rem;color:#fff;opacity:.7;transition:all .3s ease-in-out}.home_main .featured_products .products .item .image .wishlist_btn:hover{background-color:#333;color:#fff}.home_main .featured_products .products .item .image .wishlist_btn:hover .icon{color:#fff}.home_main .featured_products .products .item .image .tags{position:absolute;top:.5rem;right:.7rem;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem;border-radius:1rem;z-index:3}.home_main .featured_products .products .item .image .tags .tag{padding:.3rem .8rem;border-radius:2rem;background-color:#333;color:#f3f3f3}.home_main .featured_products .products .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.home_main .featured_products .products .item .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem;width:100%}.home_main .featured_products .products .item .details .top{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.home_main .featured_products .products .item .details .top .name{font-size:1.2rem;font-weight:800;color:#333;width:80%}.home_main .featured_products .products .item .details .top .price{font-size:1.2rem;font-weight:300;color:#333}.home_main .featured_products .products .item .details .bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.home_main .featured_products .products .item .details .bottom .options{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.home_main .featured_products .products .item .details .bottom .options .option{color:#333;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;opacity:.7}.home_main .video_section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:2rem 4rem;gap:2rem;transition:all .7s ease-in-out}.home_main .video_section.playing{background-color:#000;height:100vh;padding:0rem 0rem 2rem}.home_main .video_section.playing .title h1{opacity:0}.home_main .video_section.playing .video_container{border-radius:0rem}.home_main .video_section.playing .video_container video{border-radius:0rem}.home_main .video_section .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.home_main .video_section .title h1{font-size:2rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1;transition:all .7s ease-in-out}.home_main .video_section .video_container{width:100%;border-radius:2rem;overflow:hidden;position:relative;height:95vh;background-color:#000;transition:all .7s ease-in-out}.home_main .video_section .video_container video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:2rem;position:absolute;top:0;left:0;aspect-ratio:16/9;border:none;background-color:#f3f3f3;z-index:1;transition:all .7s ease-in-out}@media screen and (max-width: 768px){.home_main .hero_div{height:auto;padding:1rem 0rem}.home_main .hero_div .slide_progress{padding:0rem 3rem}.home_main .hero_div .slides{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-snap-align:start;position:relative;padding-left:0rem}.home_main .hero_div .slides .slide{width:100vw;min-width:100vw;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease-in-out;flex-wrap:nowrap;padding:2rem}.home_main .hero_div .slides .slide .image .button{width:3rem;height:3rem}.home_main .hero_div .slides .slide .details{width:100%;padding-left:0rem;flex-direction:column;align-items:flex-start;justify-content:flex-start}.home_main .hero_div .slides .slide .details .title{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.home_main .hero_div .slides .slide .details .title h1{font-size:1.5rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1;text-align:left}.home_main .hero_div .slides .slide .details .buttons{width:100%;display:flex;justify-content:flex-start}.home_main .hero_div .slides .slide .details .buttons button{padding:.5rem}.home_main .hero_div .slides .slide .image{width:100%;border-radius:2rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;max-height:30vh}.home_main .hero_div .slides .slide .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home_main .featured_products{padding:1rem;gap:0rem}.home_main .featured_products .title{padding:1rem}.home_main .featured_products .title h1{font-size:1.8rem;font-weight:800;width:70%;color:#333;text-transform:uppercase;line-height:1}.home_main .featured_products .products{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:0rem}.home_main .featured_products .products .item{width:100%;padding:1rem;border-radius:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.home_main .featured_products .products .item .details{width:100%;padding:0rem 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.home_main .featured_products .products .item .details .top{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.home_main .featured_products .products .item .details .top .name{font-size:1rem;font-weight:800;color:#333;width:70%}.home_main .featured_products .products .item .details .top .price{font-size:1rem;font-weight:300;color:#333}.home_main .featured_products .products .item .image{width:100%;aspect-ratio:1/1;border-radius:1rem}.home_main .featured_products .products .item .image .tags{top:0rem;right:0rem}.home_main .featured_products .products .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.home_main .video_section{padding:1rem;gap:1rem}.home_main .video_section.playing{height:100vh;padding:0rem}.home_main .video_section.playing .video_container{height:40vh;width:100%;border-radius:0}.home_main .video_section.playing .video_container video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;position:absolute;top:0;left:0}.home_main .video_section .title h1{font-size:1.5rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1}.home_main .video_section .video_container{height:35vh}.home_main .video_section .video_container video{aspect-ratio:16/9}}.breadcrumbs{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:1rem}.breadcrumbs .breadcrumb{font-size:1rem;font-weight:500;color:#333;opacity:.7;cursor:pointer;transition:all .3s ease}.breadcrumbs .breadcrumb:nth-last-child(1){opacity:1}.breadcrumbs .breadcrumb .devider{font-size:1rem;color:#333;margin-right:.5rem;transition:all .3s ease}.breadcrumbs .breadcrumb:hover{opacity:.5}.breadcrumbs .breadcrumb:hover .icon{color:#fff}@media screen and (max-width: 768px){.breadcrumbs{gap:.5rem}.breadcrumbs .breadcrumb{font-size:.8rem;font-weight:500;color:#333;opacity:.7;cursor:pointer;transition:all .3s ease}.breadcrumbs .breadcrumb:nth-last-child(1){opacity:1}.breadcrumbs .breadcrumb .devider{font-size:.8rem;color:#333;margin-right:.5rem;transition:all .3s ease}}.shop_main{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem 3rem;gap:2rem;width:100%}.shop_main .title{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.shop_main .title h1{font-size:2rem;font-weight:800;color:#333}.shop_main .search{width:30rem;height:4em;padding:1.2rem 3rem;border-radius:2rem;background-color:#f3f3f3;align-self:flex-end;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem}.shop_main .search input{width:100%;height:100%;border:none;outline:none;background-color:#f3f3f3;font-size:1rem;color:#333}.shop_main .shop_div{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;width:100%}.shop_main .shop_div .sidebar{width:20%;height:100%;padding:2rem 2rem 2rem 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;position:sticky;top:0}.shop_main .shop_div .sidebar .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.shop_main .shop_div .sidebar .title h2{font-size:1.3rem;color:#333}.shop_main .shop_div .sidebar .title button{background-color:transparent;border:none;outline:none;color:#333}.shop_main .shop_div .sidebar .sidebar_item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.shop_main .shop_div .sidebar .sidebar_item .item_title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.shop_main .shop_div .sidebar .sidebar_item .item_title span{font-size:1rem;font-weight:500;color:#333}.shop_main .shop_div .sidebar .sidebar_item .item_content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.shop_main .shop_div .sidebar .sidebar_item .item_content .range_item{width:100%;display:flex;flex-direction:column;gap:.5rem}.shop_main .shop_div .sidebar .sidebar_item .item_content .range_item .range{-webkit-appearance:none;width:100%;height:5px;background:#00000027;outline:none;opacity:.7;transition:opacity .2s}.shop_main .shop_div .sidebar .sidebar_item .item_content .range_item .values{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.shop_main .shop_div .sidebar .sidebar_item .item_content .range_item .values span{font-size:1rem;font-weight:400;color:#333;opacity:.7}.shop_main .shop_div .sidebar .sidebar_item .item_content .item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.5rem 0rem;cursor:pointer}.shop_main .shop_div .sidebar .sidebar_item .item_content .item .checkbox{width:1.1rem;height:1.1rem;border-radius:2rem;background-color:#333;display:flex;align-items:center;justify-content:center;position:relative}.shop_main .shop_div .sidebar .sidebar_item .item_content .item .checkbox:after{content:"";width:.8rem;height:.8rem;border-radius:2rem;background-color:#333;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:all .3s ease-in-out}input[type=checkbox]:checked+.shop_main .shop_div .sidebar .sidebar_item .item_content .item .checkbox:after{opacity:1}.shop_main .shop_div .sidebar .sidebar_item .item_content .item span{font-size:1rem;font-weight:400;color:#333}.shop_main .shop_div .right{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;width:80%}.shop_main .shop_div .right .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2rem}.shop_main .shop_div .right .top .buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.shop_main .shop_div .right .top .buttons .button{border:none;outline:none;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;padding:.5rem 1rem;border-radius:2rem;background-color:#f3f3f3;display:flex;flex-direction:row;align-items:center}.shop_main .shop_div .right .top .buttons .button.sort{color:#333;background-color:transparent;font-weight:100;display:flex;flex-direction:row;align-items:center}.shop_main .shop_div .right .top .buttons .button.sort b{margin-left:.5rem;font-weight:700}.shop_main .shop_div .right .top .buttons .button.sort .icon{transform:translateY(.2rem);font-size:1.1rem;margin-left:1rem;transition:all .3s ease-in-out}.shop_main .shop_div .right .top .buttons .button:hover{opacity:.7}.shop_main .shop_div .right .items{display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:2rem;width:100%}.shop_main .shop_div .right .items.list{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:2rem;position:relative}.shop_main .shop_div .right .items.list .item{width:100%;padding:2rem;border-radius:2rem;background-color:#f3f3f3;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem}.shop_main .shop_div .right .items.list .item .image{width:15rem;aspect-ratio:1/1;border-radius:1rem}.shop_main .shop_div .right .items.list .item .image .tags{display:none}.shop_main .shop_div .right .items.list .item .image .wishlist_btn{top:0rem;left:0rem}.shop_main .shop_div .right .items.list .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.shop_main .shop_div .right .items.list .item .details .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.shop_main .shop_div .right .items.list .item .details .top .name{font-size:1.5rem;font-weight:800;color:#333;width:80%}.shop_main .shop_div .right .items.list .item .details .top .price{font-size:1.5rem;font-weight:300;color:#333}.shop_main .shop_div .right .items.list .item .details .bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.shop_main .shop_div .right .items.list .item .details .bottom .buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;width:100%}.shop_main .shop_div .right .items.list .item .details .bottom .buttons .button{border:none;outline:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;padding:1rem 2rem;border-radius:1rem;background-color:#333;display:flex;flex-direction:row;align-items:center}.shop_main .shop_div .right .items.list .item .details .bottom .buttons .button.add_to_cart{background-color:transparent;color:#333;border:1px solid rgba(0,0,0,.1529411765)}.shop_main .shop_div .right .items.list .item .details .bottom .buttons .button:hover{opacity:.7;transition-duration:.3s ease-in-out}.shop_main .shop_div .right .items.list .item .details .bottom .description{font-size:1rem;font-weight:400;color:#333;opacity:.7;margin-top:.5rem}.shop_main .shop_div .right .items.list .item .details .bottom .options{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.shop_main .shop_div .right .items.list .item .details .bottom .options .option{width:3rem;height:3rem;border:3px solid #222;border-radius:1rem}.shop_main .shop_div .right .items.list .item .details .bottom .options .option:hover{opacity:1;scale:1.1;transition-duration:.3s ease-in-out}.shop_main .shop_div .right .items .item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.shop_main .shop_div .right .items .item:hover .image .wishlist_btn{opacity:1}.shop_main .shop_div .right .items .item .image{width:100%;aspect-ratio:1/1;border-radius:2rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.shop_main .shop_div .right .items .item .image .wishlist_btn{position:absolute;top:2rem;left:2rem;width:2.5rem;height:2.5rem;border-radius:2rem;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;border:none;mix-blend-mode:difference;opacity:0;z-index:2}.shop_main .shop_div .right .items .item .image .wishlist_btn.active{opacity:1;background-color:#333}.shop_main .shop_div .right .items .item .image .wishlist_btn .icon{font-size:1rem;color:#fff;opacity:.7;transition:all .3s ease-in-out}.shop_main .shop_div .right .items .item .image .wishlist_btn:hover{background-color:#333;color:#fff}.shop_main .shop_div .right .items .item .image .wishlist_btn:hover .icon{color:#fff}.shop_main .shop_div .right .items .item .image .tags{position:absolute;top:.5rem;right:.7rem;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem;border-radius:1rem;z-index:3}.shop_main .shop_div .right .items .item .image .tags .tag{padding:.3rem .8rem;border-radius:2rem;background-color:#333;color:#f3f3f3}.shop_main .shop_div .right .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.shop_main .shop_div .right .items .item .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem;width:100%}.shop_main .shop_div .right .items .item .details .top{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.shop_main .shop_div .right .items .item .details .top .name{font-size:1.2rem;font-weight:800;color:#333;width:80%}.shop_main .shop_div .right .items .item .details .top .price{font-size:1.2rem;font-weight:300;color:#333}.shop_main .shop_div .right .items .item .details .bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.shop_main .shop_div .right .items .item .details .bottom .options{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.shop_main .shop_div .right .items .item .details .bottom .options .option{color:#333;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;opacity:.7}@media screen and (max-width: 768px){.shop_main{padding:1rem;gap:1rem}.shop_main .title{padding:1rem}.shop_main .title .breadcrumbs{display:none}.shop_main .title h1{font-size:1.8rem;font-weight:800;width:70%;color:#333;text-transform:uppercase;line-height:1}.shop_main .shop_div{flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%}.shop_main .shop_div .sidebar{width:100%;height:auto;display:flex;flex-direction:column;display:none;padding:1rem 0rem 1rem 1rem;position:static;border-right:none}.shop_main .shop_div .sidebar .title{padding:1rem}.shop_main .shop_div .sidebar .title h2{font-size:1.3rem;color:#333}.shop_main .shop_div .right{width:100%;gap:1rem}.shop_main .shop_div .right .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.shop_main .shop_div .right .top .buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.shop_main .shop_div .right .top .buttons .button{padding:.5rem 1rem}.shop_main .shop_div .right .top .buttons .button.sort{font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;padding:.5rem 1rem;border-radius:2rem;display:flex;flex-direction:row;align-items:center}.shop_main .shop_div .right .top .buttons .button.sort b{margin-left:.5rem;font-weight:700}.shop_main .shop_div .right .items{display:grid;grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:2rem;width:100%}.shop_main .shop_div .right .items.list{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:2rem;position:relative}.shop_main .shop_div .right .items.list .item{width:100%;padding:1rem;border-radius:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.shop_main .shop_div .right .items.list .item .details{width:100%;padding:0rem 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.shop_main .shop_div .right .items.list .item .details .top{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.shop_main .shop_div .right .items.list .item .details .top .name{font-size:1rem;font-weight:800;color:#333;width:70%}.shop_main .shop_div .right .items.list .item .details .top .price{font-size:1rem;font-weight:300;color:#333}.shop_main .shop_div .right .items.list .item .image{width:100%;aspect-ratio:1/1;border-radius:1rem}.shop_main .shop_div .right .items.list .item .image .tags{top:0rem;right:0rem}.shop_main .shop_div .right .items.list .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.shop_main .shop_div .right .items .item{width:100%;border-radius:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.shop_main .shop_div .right .items .item .details{width:100%;padding:0rem 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.shop_main .shop_div .right .items .item .details .top{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.shop_main .shop_div .right .items .item .details .top .name{font-size:1rem;font-weight:800;color:#333;width:70%}.shop_main .shop_div .right .items .item .details .top .price{font-size:1rem;font-weight:300;color:#333}.shop_main .shop_div .right .items .item .image{width:100%;aspect-ratio:1/1;border-radius:1rem}.shop_main .shop_div .right .items .item .image .tags{top:0rem;right:0rem}.shop_main .shop_div .right .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}}.view_item_main{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;padding:1rem 3rem}.view_item_main .topbar{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:1rem}.view_item_main .bottom_section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding:2rem 0rem;width:100%;align-self:flex-end;margin-top:5rem;border-top:1px solid rgba(0,0,0,.1529411765)}.view_item_main .bottom_section .bottom_section_title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.view_item_main .bottom_section .bottom_section_title h2{font-size:2rem;font-weight:500;color:#333}.view_item_main .bottom_section .related_products{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:2rem;align-items:flex-start;width:100%;padding:0}.view_item_main .bottom_section .related_products .related_product{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%;cursor:pointer}.view_item_main .bottom_section .related_products .related_product .image{width:100%;aspect-ratio:1/1;border-radius:2rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden}.view_item_main .bottom_section .related_products .related_product .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.view_item_main .bottom_section .related_products .related_product .details{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.5rem;width:100%;padding:1rem 0rem}.view_item_main .bottom_section .related_products .related_product .details .item_title{font-size:1.2rem;font-weight:600;color:#333;text-align:left;width:80%}.view_item_main .bottom_section .related_products .related_product .details .price{font-size:1.2rem;font-weight:300;color:#333}.view_item_main .related_products{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;padding:4rem 0rem;flex-wrap:wrap}.view_item_main .related_products .title{font-size:2rem;font-weight:800;color:#333}.view_item_main .item_view{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:3rem}.view_item_main .item_view .full_screen_image_overlay{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000da;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);justify-content:center;align-items:center;transition:all .3s ease-in-out;opacity:1;z-index:10000}.view_item_main .item_view .full_screen_image_overlay .close_btn{position:absolute;top:2rem;right:2rem;width:3rem;height:3rem;border-radius:2rem;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;border:none;outline:none;z-index:10000}.view_item_main .item_view .full_screen_image_overlay .close_btn .icon{font-size:1rem;color:#333;opacity:.7;transition:all .3s ease-in-out}.view_item_main .item_view .full_screen_image_overlay .full_screen_image{width:80%;height:100%;border-radius:2rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:10000;opacity:1}.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls{display:flex;position:absolute;left:0;width:100%;height:80%;align-items:center;justify-content:space-between;opacity:1;transition:all .3s ease-in-out}.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls .left,.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls .right{width:10rem;height:100%;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls .left .icon,.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls .right .icon{font-size:1.2rem;color:#333;opacity:.7;background-color:#f3f3f3;border-radius:50%;width:4rem;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls .left .icon:hover,.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls .right .icon:hover{opacity:1}.view_item_main .item_view .full_screen_image_overlay .full_screen_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.view_item_main .item_view .left_side{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;width:60%;position:sticky;top:0}.view_item_main .item_view .left_side .image_section{width:100%;display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:flex-start;gap:2rem;overflow:hidden;position:relative}.view_item_main .item_view .left_side .image_section .images_grid{display:grid;grid-template-columns:repeat(2,1fr);flex-direction:column;align-items:center;justify-content:flex-start;height:100%;gap:2rem;width:100%;overflow:hidden}.view_item_main .item_view .left_side .image_section .images_grid .extra_image{width:100%;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border-radius:2rem;overflow:hidden;background-color:#f3f3f3}.view_item_main .item_view .left_side .image_section .images_grid .extra_image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease-in-out;cursor:pointer;mix-blend-mode:multiply}.view_item_main .item_view .left_side .image_section .images_grid .extra_image img:hover{scale:1.1;transition-duration:.3s ease-in-out}.view_item_main .item_view .left_side .image_section .top_image{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1rem;aspect-ratio:1/1;border-radius:2rem;background-color:#f3f3f3;position:relative;overflow:hidden}.view_item_main .item_view .left_side .image_section .top_image img.fade-out{opacity:0;transition:opacity .4s}.view_item_main .item_view .left_side .image_section .top_image .toggle_3d_btn{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;border-radius:2rem;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;z-index:2;border:none;outline:none}.view_item_main .item_view .left_side .image_section .top_image .toggle_3d_btn .icon{font-size:1.2rem;color:#333;opacity:.7;transition:all .3s ease-in-out}.view_item_main .item_view .left_side .image_section .top_image .toggle_3d_btn .icon:hover{opacity:1}.view_item_main .item_view .left_side .image_section .top_image .controls{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:space-between;opacity:0;transition:all .3s ease-in-out}.view_item_main .item_view .left_side .image_section .top_image .controls .left,.view_item_main .item_view .left_side .image_section .top_image .controls .right{width:50%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;z-index:2}.view_item_main .item_view .left_side .image_section .top_image .controls .left .icon,.view_item_main .item_view .left_side .image_section .top_image .controls .right .icon{font-size:1.2rem;color:#fff;opacity:.7;transition:all .3s ease-in-out}.view_item_main .item_view .left_side .image_section .top_image img{height:100%;position:absolute;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;transition:all .3s ease-in-out;pointer-events:none}.view_item_main .item_view .left_side .details{width:80%;display:flex;align-self:flex-end;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.view_item_main .item_view .left_side .details .item_title{font-size:3rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1}.view_item_main .item_view .left_side .details .item_description{font-size:1rem;font-weight:400;color:#333;opacity:.7;text-align:justify;margin-bottom:2rem}.view_item_main .item_view .left_side .details .tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;padding:1rem;gap:1rem}.view_item_main .item_view .left_side .details .tags .tag{color:#333;font-size:1rem;border-radius:2rem;transition:all .3s ease;cursor:pointer;opacity:.5;letter-spacing:.6px;text-transform:lowercase}.view_item_main .item_view .left_side .details .rating{width:100%;display:flex;gap:.5rem;justify-content:space-between}.view_item_main .item_view .right_side{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;width:50%;position:sticky;top:0rem;padding:2rem 3rem;border-radius:2rem}.view_item_main .item_view .right_side .devider{width:100%;height:1px;background-color:#00000027;margin:0rem}.view_item_main .item_view .right_side .details{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.view_item_main .item_view .right_side .details .details{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.view_item_main .item_view .right_side .details .details .detail{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:1rem;border-radius:1rem;cursor:pointer}.view_item_main .item_view .right_side .details .details .detail .label{font-size:1rem;font-weight:400;color:#333;opacity:.6;display:flex;flex-direction:row;align-items:center}.view_item_main .item_view .right_side .details .details .detail .label .icon{font-size:1rem;color:#333;margin-right:.5rem}.view_item_main .item_view .right_side .details .details .detail .value{font-size:2rem;font-weight:200;color:#333;opacity:1}.view_item_main .item_view .right_side .details .item_title{font-size:3rem;letter-spacing:1.5px;line-height:normal;font-weight:700;color:#333;text-transform:uppercase}.view_item_main .item_view .right_side .details .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.view_item_main .item_view .right_side .details .description{font-size:1.5rem;font-weight:400;color:#333;opacity:.7;margin-bottom:2rem}.view_item_main .item_view .right_side .details .top{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:1rem}.view_item_main .item_view .right_side .details .top .quantity{width:30%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.view_item_main .item_view .right_side .details .top .quantity .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.view_item_main .item_view .right_side .details .top .quantity select{width:100%;color:#333;font-size:1rem;font-weight:500;border-radius:1rem;border:none;outline:none;background-color:#f3f3f3;padding:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000' width='18px' height='18px'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem}.view_item_main .item_view .right_side .details .price{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem}.view_item_main .item_view .right_side .details .price .note{font-size:.8rem;font-weight:400;opacity:.7}.view_item_main .item_view .right_side .details .price .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.view_item_main .item_view .right_side .details .price .price_group{display:flex;gap:1rem;align-items:center;justify-content:flex-start;flex-direction:row}.view_item_main .item_view .right_side .details .price .price_group .discounted_price{font-size:2.5rem;font-weight:600;color:#333;opacity:.8}.view_item_main .item_view .right_side .details .price .price_group .original_price{font-size:1.7rem;font-weight:500;color:#333;opacity:.5;text-decoration:line-through}.view_item_main .item_view .right_side .details .options{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%;padding:0rem}.view_item_main .item_view .right_side .details .options .label{font-size:1rem;font-weight:600;color:#333;opacity:.8}.view_item_main .item_view .right_side .details .options .options_group{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap}.view_item_main .item_view .right_side .details .options .options_group .option{padding:.4rem;background-color:#f3f3f3;border-radius:2rem;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,.1529411765);opacity:.7;display:flex;align-items:center;justify-content:center}.view_item_main .item_view .right_side .details .options .options_group .option .option_color{height:2.5rem;padding:.5rem;border:1px solid rgba(0,0,0,.1529411765);aspect-ratio:1/1;background-color:#333;border-radius:5rem}.view_item_main .item_view .right_side .details .options .options_group .option .option_name{color:#333;font-size:1rem;font-weight:500;opacity:.8;padding:0 1rem}.view_item_main .item_view .right_side .details .options .options_group .option.selected{color:#fff;background-color:#333;opacity:1}.view_item_main .item_view .right_side .details .options .options_group .option.selected .option_name{color:#fff}.view_item_main .item_view .right_side .details .options .options_group .option .icon{font-size:1rem;color:#333;transform:translateY(.1rem)}.view_item_main .item_view .right_side .details .options .options_group .option.active{background-color:#333;color:#fff}.view_item_main .item_view .right_side .details .options .options_group .option.active .icon{color:#fff}.view_item_main .item_view .right_side .details .options .options_group .option:hover{opacity:.9}.view_item_main .item_view .right_side .details .tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;width:100%;padding:1rem 0rem}.view_item_main .item_view .right_side .details .tags .tag{padding:.5rem 1rem;border-radius:2rem;background-color:#fff;border:1px solid rgba(0,0,0,.1529411765);color:#333;font-size:1rem;font-weight:500;opacity:.8;cursor:pointer;transition:all .3s ease-in-out}.view_item_main .item_view .right_side .details .tags .tag:hover{opacity:.7}.view_item_main .item_view .right_side .details .order_features{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;background-color:#f3f3f3;padding:2rem;border-radius:2rem}.view_item_main .item_view .right_side .details .order_features .feature{flex:1;height:100%;width:100%;padding:1rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;border-radius:2rem;gap:1rem}.view_item_main .item_view .right_side .details .order_features .feature .icon{font-size:1.2rem;opacity:.5}.view_item_main .item_view .right_side .details .order_features .feature span{width:100%;text-align:left;opacity:.5;font-size:1.2rem;font-weight:500}.view_item_main .item_view .right_side .details .order_features .feature span a{font-weight:700;text-decoration:underline}.view_item_main .item_view .right_side .details .buttons{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:1rem}.view_item_main .item_view .right_side .details .buttons .button{flex:1;padding:2rem 1rem;background-color:#fff;color:#333;font-size:1rem;font-weight:400;border-radius:2rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,.1529411765)}.view_item_main .item_view .right_side .details .buttons .button.cart_btn{display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.view_item_main .item_view .right_side .details .buttons .button .add{width:100%;height:100%}.view_item_main .item_view .right_side .details .buttons .button .qnt{display:flex;flex-direction:row;width:100%;height:100%;align-items:center;justify-content:space-between}.view_item_main .item_view .right_side .details .buttons .button .qnt .quantity_input{width:3rem;height:100%;border-radius:2rem;background-color:transparent;color:#333;font-size:1rem;font-weight:500;border:none;outline:none;text-align:center}.view_item_main .item_view .right_side .details .buttons .button .qnt .change_qn_btn{height:100%;padding:0rem 1rem;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;cursor:pointer}.view_item_main .item_view .right_side .details .buttons .button .qnt .change_qn_btn .icon{font-size:1rem;color:#333;opacity:.7;transition:all .3s ease-in-out}.view_item_main .item_view .right_side .details .buttons .button .icon{color:#333;font-weight:400;margin-right:.5rem;transition:all .3s ease}.view_item_main .item_view .right_side .details .buttons .button.primary{background-color:#2e2e2e;color:#fff;font-weight:400}.view_item_main .item_view .right_side .details .buttons .button.primary .icon{color:#fff}.view_item_main .full_info{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding:2rem 0rem}.view_item_main .full_info .tabs{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;border-bottom:1px solid rgba(0,0,0,.1529411765)}.view_item_main .full_info .tabs .tab{padding:1rem 2rem;color:#333;font-size:1rem;font-weight:400;transition:all .3s ease-in-out;cursor:pointer;border:none;border-bottom:2px solid transparent;background-color:transparent}.view_item_main .full_info .tabs .tab.active{border-bottom:2px solid #333}.view_item_main .full_info .tab_content{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding:0rem}.view_item_main .full_info .tab_content .content{animation:reveal_tab .4s ease-in-out forwards}@keyframes reveal_tab{0%{opacity:0}to{opacity:1}}.view_item_main .full_info .tab_content .description_content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%;padding:0rem 2rem}.view_item_main .full_info .tab_content .description_content h3{font-size:5rem}.view_item_main .full_info .tab_content .description_content a{color:#333;text-decoration:none;font-weight:600;transition:all .3s ease-in-out}.view_item_main .full_info .tab_content .description_content a:hover{text-decoration:underline}.view_item_main .full_info .tab_content .description_content p{font-size:1.2rem;font-weight:400;color:#333;text-align:justify;width:100%}.view_item_main .full_info .tab_content .description_content h1{font-size:2rem}.view_item_main .full_info .tab_content .description_content h2{font-size:1.8rem}.view_item_main .full_info .tab_content .description_content h3{font-size:1.5rem}.view_item_main .full_info .tab_content .description_content p{font-size:1.2rem}.view_item_main .full_info .tab_content .description_content ul{list-style:disc;padding-left:2rem;font-size:1.2rem;font-weight:400;color:#333;opacity:.7}.view_item_main .full_info .tab_content .description_content ul li{margin-bottom:.5rem}.view_item_main .full_info .tab_content .description_content ol{list-style:decimal;padding-left:2rem;font-size:1.2rem;font-weight:400;color:#333;opacity:.7}.view_item_main .full_info .tab_content .description_content ol li{margin-bottom:.5rem}.view_item_main .full_info .tab_content .description_content img{width:100%;height:auto;border-radius:2rem;margin-top:1rem;margin-bottom:1rem;-o-object-fit:cover;object-fit:cover;opacity:1;mix-blend-mode:unset}.view_item_main .full_info .tab_content .description_content table{width:100%;border-collapse:collapse;margin-top:1rem}.view_item_main .full_info .tab_content .description_content table th,.view_item_main .full_info .tab_content .description_content table td{padding:.5rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.1529411765);font-size:1rem;font-weight:400;color:#333;opacity:.8}.view_item_main .full_info .tab_content .description_content table th:first-child,.view_item_main .full_info .tab_content .description_content table td:first-child{font-weight:600;color:#333;opacity:1}.view_item_main .full_info .tab_content .description_content table th{background-color:#f3f3f3}.view_item_main .full_info .tab_content .description_content table tr:nth-child(odd){background-color:#f3f3f3}@media screen and (max-width: 768px){.view_item_main .full_info .tab_content .description_content{padding:0rem 1rem}.view_item_main .full_info .tab_content .description_content h1{font-size:1.5rem}.view_item_main .full_info .tab_content .description_content h2{font-size:1.3rem}.view_item_main .full_info .tab_content .description_content h3{font-size:1.2rem}.view_item_main .full_info .tab_content .description_content p,.view_item_main .full_info .tab_content .description_content ul,.view_item_main .full_info .tab_content .description_content ol{font-size:1rem}.view_item_main .full_info .tab_content .description_content table th,.view_item_main .full_info .tab_content .description_content table td{font-size:.9rem}}.view_item_main .full_info .tab_content .details_content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.view_item_main .full_info .tab_content .details_content .table{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.view_item_main .full_info .tab_content .details_content .table .row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:1rem}.view_item_main .full_info .tab_content .details_content .table .row:nth-child(odd){background-color:#f3f3f3;border-radius:1rem}.view_item_main .full_info .tab_content .details_content .table .row .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.view_item_main .full_info .tab_content .details_content .table .row .value{font-size:1.2rem;font-weight:400;color:#333;opacity:.8}@media screen and (max-width: 768px){.view_item_main{padding:0rem}.view_item_main .topbar{display:none}.view_item_main .bottom_section{padding:2rem 1rem 0}.view_item_main .full_info{width:100%;padding:0rem 2rem}.view_item_main .full_info .tabs{width:100%;flex-direction:row;align-items:center;justify-content:center;gap:1rem;padding:0rem}.view_item_main .full_info .tabs .tab{text-align:center;padding:1rem 2rem;font-size:1.2rem;font-weight:400;background-color:transparent}.view_item_main .full_info .tab_content{width:100%;padding:0rem;gap:1rem}.view_item_main .full_info .tab_content .content{animation:reveal_tab .4s ease-in-out forwards}.view_item_main .full_info .tab_content .details_content .table{width:100%;padding:0rem}.view_item_main .full_info .tab_content .details_content .table .row{padding:1rem;align-items:flex-start}.view_item_main .full_info .tab_content .details_content .table .row:nth-child(odd){background-color:#f3f3f3;border-radius:1rem}.view_item_main .full_info .tab_content .details_content .table .row .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.view_item_main .full_info .tab_content .details_content .table .row .value{font-size:1rem;font-weight:400;color:#333;opacity:.8;text-align:right}.view_item_main .full_info .tab_content .description_content h3{font-size:1.5rem}.view_item_main .full_info .tab_content .description_content p{font-size:1rem}.view_item_main .item_view{flex-direction:column;align-items:center;justify-content:center;gap:0rem;padding:0rem;width:100%;border-radius:0}.view_item_main .item_view .full_screen_image_overlay{width:100vw;height:100vh;padding:0rem 1rem;z-index:10000}.view_item_main .item_view .full_screen_image_overlay .full_screen_image{width:100%;aspect-ratio:1/1;height:unset;padding:0rem 1rem;border-radius:2rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden}.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls{opacity:1}.view_item_main .item_view .full_screen_image_overlay .full_screen_image img{width:110%;height:100%;-o-object-fit:cover;object-fit:cover}.view_item_main .item_view .left_side{width:100%;gap:1rem;position:relative;padding:1rem}.view_item_main .item_view .left_side .image_section{width:100%;flex-direction:column-reverse;gap:1rem}.view_item_main .item_view .left_side .image_section .images_grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:none}.view_item_main .item_view .left_side .image_section .images_grid .extra_image{border-radius:1rem}.view_item_main .item_view .left_side .image_section .top_image{width:100%;aspect-ratio:1/1;border-radius:3rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden}.view_item_main .item_view .left_side .image_section .top_image .controls{opacity:1}.view_item_main .item_view .left_side .image_section .top_image .controls .left,.view_item_main .item_view .left_side .image_section .top_image .controls .right{display:none}.view_item_main .item_view .left_side .image_section .top_image .controls .middle{display:flex;flex-direction:row;align-self:flex-end;justify-content:center;width:100%;padding:1rem}.view_item_main .item_view .left_side .image_section .top_image .controls .middle .dots{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;opacity:1}.view_item_main .item_view .left_side .image_section .top_image .controls .middle .dots .dot{width:.5rem;height:.5rem;border-radius:.5rem;background-color:#333;opacity:1;cursor:pointer;transition:all .3s ease-in-out;mix-blend-mode:difference}.view_item_main .item_view .left_side .image_section .top_image .controls .middle .dots .dot.active{background-color:#333;opacity:1;width:2rem;height:.5rem;border-radius:.5rem}.view_item_main .item_view .left_side .image_section .top_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.view_item_main .item_view .left_side .details{width:100%;align-self:center;gap:1rem}.view_item_main .item_view .right_side{width:100%;position:static;padding:0rem;gap:1rem;padding:2rem;background-color:#f3f3f3;border-radius:3rem 3rem 0 0!important;z-index:1}.view_item_main .item_view .right_side .details{width:100%;align-self:center;gap:1rem}.view_item_main .item_view .right_side .details .order_features{padding:1rem}.view_item_main .item_view .right_side .details .order_features .feature{padding:1rem 0rem;gap:1rem}.view_item_main .item_view .right_side .details .order_features .feature .icon{font-size:1.2rem;opacity:.5}.view_item_main .item_view .right_side .details .order_features .feature span{width:100%;text-align:left;opacity:.5;font-size:1rem;font-weight:500}.view_item_main .item_view .right_side .details .order_features .feature span a{font-weight:700;text-decoration:underline}.view_item_main .item_view .right_side .details .options .options_group{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:.5rem;flex-wrap:wrap}.view_item_main .item_view .right_side .details .options .options_group .option{padding:.2rem;background-color:#f3f3f3;border-radius:2rem;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,.1529411765);opacity:.7;display:flex;align-items:center;justify-content:center}.view_item_main .item_view .right_side .details .options .options_group .option .option_color{height:2.5rem;padding:.5rem;border-radius:3rem;background-color:#333}.view_item_main .item_view .right_side .details .details{width:100%;gap:1rem}.view_item_main .item_view .right_side .details .details .detail{padding:1rem}.view_item_main .item_view .right_side .details .details .detail .label{font-size:.8rem;font-weight:400;color:#333;opacity:.6}.view_item_main .item_view .right_side .details .details .detail .value{font-size:1.3rem;font-weight:500;color:#333;opacity:1}.view_item_main .item_view .right_side .details .item_title{font-size:1.5rem;letter-spacing:unset;line-height:normal;font-weight:700;color:#333;text-transform:uppercase}.view_item_main .item_view .right_side .details .description{font-size:1rem;font-weight:400;color:#333;opacity:.7;text-align:justify;margin-bottom:1rem}.view_item_main .item_view .right_side .details .options{margin-top:0rem}.view_item_main .item_view .right_side .details .options .option{padding:.5rem}.view_item_main .item_view .right_side .details .options .option .option_color{height:1rem;padding:.5rem;border-radius:2rem}.view_item_main .item_view .right_side .details .buttons{width:100%;flex-direction:column;gap:1rem}.view_item_main .item_view .right_side .details .buttons .button{width:100%;padding:1.2rem 1rem;font-size:1rem;font-weight:400;border-radius:2rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,.1529411765)}.view_item_main .item_view .right_side .details .buttons .button.cart_btn{display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}}.compare_main{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;width:100%;padding:2rem 3rem}.compare_main .topbar{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.compare_main .items{display:flex;flex-direction:row;gap:2rem;justify-content:center;width:100%}.compare_main .items .item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;width:100%;position:relative;overflow:hidden}.compare_main .items .item:hover .image .extra_images{opacity:1}.compare_main .items .item .image{width:100%;aspect-ratio:1/1;border-radius:2rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:pointer}.compare_main .items .item .image .extra_images{position:absolute;top:1rem;right:1rem;width:5rem;height:5rem;border-radius:1.5rem;border:none;background-color:#fff;padding:.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:0;z-index:3;transition:all .4s cubic-bezier(.455,.03,.515,.955)}.compare_main .items .item .image .extra_images.active{top:0;right:0;height:100%;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;opacity:1;z-index:3;padding:0;border:none}.compare_main .items .item .image .extra_images.active .close_icon{position:absolute;top:2rem;right:2rem;font-size:1.5rem;opacity:0;animation:identifier .4s ease-in-out forwards;animation-delay:.5s}@keyframes identifier{0%{opacity:0}to{opacity:1}}.compare_main .items .item .image .extra_images.active img{aspect-ratio:1/1}.compare_main .items .item .image .extra_images .extra{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.compare_main .items .item .image .extra_images span{position:absolute;z-index:2;font-size:1rem;font-weight:800;color:#fff;text-transform:uppercase;align-self:center;justify-self:center}.compare_main .items .item .image .extra_images img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;opacity:.8}.compare_main .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.compare_main .items .item .text{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.compare_main .items .item .text .item_title{font-size:2rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1}.compare_main .items .item .text .add_to_cart{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background-color:#333;color:#fff;font-size:1rem;font-weight:400;border-radius:2rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,.1529411765)}.compare_main .items .item .text .add_to_cart .icon{color:#fff;font-weight:400;transition:all .3s ease}.compare_main .items .item .text .add_to_cart:hover{background-color:#fff;color:#333}.compare_main .items .item .text .add_to_cart:hover .icon{color:#333}.compare_main .items .item .text .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.compare_main .items .item .text .details .detail{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%}.compare_main .items .item .text .details .detail .label{font-size:1rem;font-weight:400;color:#333;opacity:.6;display:flex;flex-direction:row;align-items:center;gap:.5rem}.compare_main .items .item .text .details .detail .value{font-size:1rem;font-weight:400;color:#333;opacity:.8}.checkout_main{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;padding:2rem 15rem}.checkout_main .topbar{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:1rem}.checkout_main .topbar .topbar_title{font-size:2rem;font-weight:800;color:#333}.checkout_main .checkout_container{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;width:100%}.checkout_main .checkout_container .saved_addresses{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.checkout_main .checkout_container .saved_addresses label{font-size:1rem;font-weight:600;color:#333;opacity:.8}.checkout_main .checkout_container .saved_addresses select{width:60%;padding:1rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000' width='18px' height='18px'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem}.checkout_main .checkout_container .left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;width:50%}.checkout_main .checkout_container .left .left_title{font-size:1.3rem;font-weight:800;color:#333}.checkout_main .checkout_container .left .left_form{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.checkout_main .checkout_container .left .left_form .row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%}.checkout_main .checkout_container .left .left_form .form_group{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}.checkout_main .checkout_container .left .left_form .form_group label{font-size:.9rem;font-weight:700;color:#333;opacity:.8}.checkout_main .checkout_container .left .left_form .form_group input{width:100%;padding:1.3rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765)}.checkout_main .checkout_container .left .left_form .form_group input::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.checkout_main .checkout_container .left .left_form .form_group input::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.checkout_main .checkout_container .left .left_form .form_group .payment_options{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%;padding:.5rem;background-color:#f3f3f3;border-radius:1.1rem;border:1px solid rgba(0,0,0,.1529411765)}.checkout_main .checkout_container .left .left_form .form_group .payment_options button{flex:1;padding:1.5rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:none;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout_main .checkout_container .left .left_form .form_group .payment_options button:hover{opacity:.8}.checkout_main .checkout_container .left .left_form .form_group .payment_options button.active{background-color:#333;color:#fff}.checkout_main .checkout_container .left .left_form .form_group .payment_options button.active .icon{color:#fff}.checkout_main .checkout_container .left .left_form .form_group select{width:100%;padding:1.5rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000' width='18px' height='18px'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem}.checkout_main .checkout_container .left .left_form .form_group select::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.checkout_main .checkout_container .left .left_form .form_group select::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.checkout_main .checkout_container .right{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5rem;width:40%;position:sticky;top:3rem}.checkout_main .checkout_container .right .items_title{font-size:1.3rem;font-weight:800;color:#333}.checkout_main .checkout_container .right .items{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.1529411765);max-height:30vh;overflow-y:auto}.checkout_main .checkout_container .right .items .item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:1.3rem;background-color:#f3f3f3}.checkout_main .checkout_container .right .items .item .image{width:8rem;aspect-ratio:1/1;border-radius:1rem;overflow:hidden;background-color:#fff;position:relative}.checkout_main .checkout_container .right .items .item .image .quantity{position:absolute;top:.5rem;right:.5rem;width:1rem;height:1rem;border-radius:1rem;background-color:#333;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:400;z-index:2;color:#fff}.checkout_main .checkout_container .right .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.checkout_main .checkout_container .right .items .item .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%}.checkout_main .checkout_container .right .items .item .details .top{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.checkout_main .checkout_container .right .items .item .details .top .item_title{font-size:1rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1}.checkout_main .checkout_container .right .items .item .details .top .item_option{font-size:.8rem;font-weight:400;color:#333;opacity:.5}.checkout_main .checkout_container .right .items .item .details .price{font-size:1rem;font-weight:600;color:#333;opacity:.8;align-self:flex-end}.checkout_main .checkout_container .right .coupon{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.checkout_main .checkout_container .right .coupon .coupon_title{font-size:1.3rem;font-weight:800;color:#333}.checkout_main .checkout_container .right .coupon .coupon_form{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.checkout_main .checkout_container .right .coupon .coupon_form input{width:100%;padding:1.5rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765)}.checkout_main .checkout_container .right .coupon .coupon_form input::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.checkout_main .checkout_container .right .coupon .coupon_form input::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.checkout_main .checkout_container .right .coupon .coupon_form button{padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;background-color:#333;color:#fff;opacity:.8;border:none}.checkout_main .checkout_container .right .coupon .coupon_form button .icon{color:#fff}.checkout_main .checkout_container .right .total{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.checkout_main .checkout_container .right .total h3{font-size:1.3rem;font-weight:800;color:#333}.checkout_main .checkout_container .right .total .row{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.checkout_main .checkout_container .right .total .row .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.checkout_main .checkout_container .right .total .row .price{font-size:1.5rem;font-weight:600;color:#333;opacity:.8}.checkout_main .checkout_container .right .buttons{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}.checkout_main .checkout_container .right .buttons .checkout_btn{padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,.1529411765);width:100%;background-color:#3a3a3a;color:#fff;display:flex;align-items:center;justify-content:space-between}.checkout_main .checkout_container .right .buttons .checkout_btn.secondary{background-color:transparent;color:#333;border:1px solid rgba(0,0,0,.1529411765)}.checkout_main .checkout_container .right .buttons .checkout_btn.secondary .icon{color:#333}.checkout_main .checkout_container .right .buttons .checkout_btn .icon{color:#fff;font-weight:400;margin-right:.5rem;transition:all .3s ease;transform:rotate(-45deg)}@media screen and (max-width: 768px){.checkout_main{padding:1rem}.checkout_main .breadcrumbs{display:none}.checkout_main .checkout_container{flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;margin-top:0rem;padding:0rem}.checkout_main .checkout_container .saved_addresses{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.checkout_main .checkout_container .saved_addresses label{font-size:1rem;font-weight:600;color:#333;opacity:.8}.checkout_main .checkout_container .saved_addresses select{width:100%;padding:1rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000' width='18px' height='18px'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem}.checkout_main .checkout_container .left,.checkout_main .checkout_container .left .left_form{width:100%;gap:1rem}.checkout_main .checkout_container .left .left_form .payment_options{display:flex;flex-direction:column!important}.checkout_main .checkout_container .left .left_form .payment_options button{width:100%}.checkout_main .checkout_container .left .left_form .row{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.checkout_main .checkout_container .right{width:100%;gap:1rem;position:relative;margin-bottom:5rem}}.contact_main{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;padding:2rem 10rem}.contact_main .contact_container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem}.contact_main .contact_container .left{width:40%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding:4rem}.contact_main .contact_container .left .title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem;width:100%}.contact_main .contact_container .left .title h1{font-size:2rem;font-weight:800;color:#333;text-transform:uppercase}.contact_main .contact_container .left .title p{font-size:1rem;font-weight:400;color:#333;opacity:.8;text-align:justify;width:70%}.contact_main .contact_container .left .form{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.contact_main .contact_container .left .form .form_group{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}.contact_main .contact_container .left .form .form_group label{font-size:.9rem;font-weight:700;color:#333;opacity:.8}.contact_main .contact_container .left .form .form_group input,.contact_main .contact_container .left .form .form_group textarea{width:100%;padding:1.3rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765)}.contact_main .contact_container .left .form .form_group input::-moz-placeholder,.contact_main .contact_container .left .form .form_group textarea::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.contact_main .contact_container .left .form .form_group input::placeholder,.contact_main .contact_container .left .form .form_group textarea::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.contact_main .contact_container .left .form .form_group textarea{height:10rem;resize:none}.contact_main .contact_container .left .form button{padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;background-color:#333;color:#fff;border:none;display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.contact_main .contact_container .left .form button .icon{color:#fff}.contact_main .contact_container .right{height:80vh;aspect-ratio:1/1;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:2rem;filter:grayscale(1);background-image:url(https://images.unsplash.com/photo-1679485205984-4ce35c32b2d6?q=80&w=1788&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.contact_main .devider{width:100%;margin:2rem 0rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.contact_main .devider .line{width:100%;height:1px;background-color:#00000027}.contact_main .devider .text{font-size:1rem;font-weight:400;color:#333;opacity:.8;letter-spacing:.1rem}.contact_main .contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;padding:2rem 0rem}.contact_main .contact .title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0rem}.contact_main .contact .title h1{font-size:2rem;font-weight:800;color:#333;text-transform:uppercase}.contact_main .contact .title p{font-size:1rem;font-weight:400;color:#333;opacity:.8;text-align:center;width:100%}.contact_main .contact .cards{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.contact_main .contact .cards .card{width:30%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem;padding:2rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1529411765)}.contact_main .contact .cards .card .icon{font-size:1rem;color:#333;opacity:.8;display:flex;align-items:center;justify-content:center;height:3rem;aspect-ratio:1/1;border-radius:1rem;border:1px solid rgba(0,0,0,.1529411765)}.contact_main .contact .cards .card .bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:0rem;margin-top:2rem}.contact_main .contact .cards .card .bottom h2{font-size:1.2rem;font-weight:800;color:#333}.contact_main .contact .cards .card .bottom .caption{font-size:.8rem;font-weight:400;color:#333;opacity:.7;text-align:left;width:100%}.contact_main .contact .cards .card .bottom .link{font-size:.8rem;font-weight:400;color:#333;opacity:.7;text-align:left;text-decoration:underline;cursor:pointer}.contact_main .contact .cards .card .bottom .link:hover{color:#333;opacity:1}@media screen and (max-width: 768px){.contact_main{padding:1rem}.contact_main .contact_container{flex-direction:column-reverse;align-items:center;justify-content:center;gap:2rem;width:100%;padding:0rem}.contact_main .contact_container .left{width:100%;gap:1rem;padding:1rem}.contact_main .contact_container .left .title h1{font-size:1.5rem}.contact_main .contact_container .left .title p{font-size:.9rem;width:80%}.contact_main .contact_container .right{width:100%;height:50vh;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:2rem;filter:grayscale(1)}.contact_main .devider{margin:1rem 0rem}.contact_main .contact{padding:0}.contact_main .contact .title h1{font-size:1.5rem}.contact_main .contact .title p{font-size:.9rem;width:100%}.contact_main .contact .cards{flex-direction:column;align-items:center;justify-content:center;gap:2rem}.contact_main .contact .cards .card{width:100%;max-width:400px}}.order_confirmation_main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;padding:2rem 10rem;height:90vh}.order_confirmation_main .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:40%;padding:2rem;border-radius:2rem;background-color:#f3f3f3}.order_confirmation_main .container .tickmark{width:5rem;height:5rem;border-radius:50%;background-color:#333;display:flex;align-items:center;justify-content:center;position:relative}.order_confirmation_main .container .tickmark .icon{font-size:1.5rem;color:#fff}.order_confirmation_main .container h1{font-size:2rem;font-weight:800;color:#333}.order_confirmation_main .container p{font-size:1rem;font-weight:400;color:#333;opacity:.8;text-align:center}.order_confirmation_main .container .buttons{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.order_confirmation_main .container .buttons button{flex:1;padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;background-color:transparent;color:#333;border:1px solid rgba(0,0,0,.1529411765)}.order_confirmation_main .container .buttons button.primary{background-color:#333;color:#fff}.order_confirmation_main .container .buttons button:hover{opacity:.8}.order_confirmation_main .container .bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%}.order_confirmation_main .container .bottom .title{font-size:1.2rem;font-weight:800;color:#333}.order_confirmation_main .container .bottom .items{width:70%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;max-height:30vh;overflow-y:auto}.order_confirmation_main .container .bottom .items .item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:.5rem;background-color:#fff}.order_confirmation_main .container .bottom .items .item .image{width:8rem;aspect-ratio:1/1;border-radius:1rem;overflow:hidden;background-color:#fff;position:relative}.order_confirmation_main .container .bottom .items .item .image .quantity{position:absolute;top:.5rem;right:.5rem;width:1rem;height:1rem;border-radius:1rem;background-color:#333;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:400;z-index:2;color:#fff}.order_confirmation_main .container .bottom .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order_confirmation_main .container .bottom .items .item .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%}.order_confirmation_main .container .bottom .items .item .details .top{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.order_confirmation_main .container .bottom .items .item .details .top .item_title{font-size:1rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1}.order_confirmation_main .container .bottom .items .item .details .top .item_option{font-size:.8rem;font-weight:400;color:#333;opacity:.5}.order_confirmation_main .container .bottom .items .item .details .price{font-size:1rem;font-weight:600;color:#333;opacity:.8;align-self:flex-end}@media screen and (max-width: 1100px){.order_confirmation_main{padding:1rem}.order_confirmation_main .container{width:90%;padding:1rem;gap:1rem}.order_confirmation_main .container .tickmark{width:4rem;height:4rem}.order_confirmation_main .container .tickmark .icon{font-size:1.2rem}.order_confirmation_main .container h1{font-size:1.5rem}.order_confirmation_main .container p{font-size:.9rem}.order_confirmation_main .container .buttons{flex-direction:column;gap:1rem}.order_confirmation_main .container .buttons a,.order_confirmation_main .container .buttons button,.order_confirmation_main .container .bottom,.order_confirmation_main .container .bottom .items{width:100%}}.rnf_main{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem 10rem}.rnf_main .video{width:20rem;aspect-ratio:16/9;border-radius:2rem;overflow:hidden;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center}.rnf_main .video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:2rem}.rnf_main .content{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0rem}.rnf_main .content h1{font-size:2rem;font-weight:800;color:#333;text-align:center;text-transform:uppercase}.rnf_main .content p{font-size:1rem;font-weight:400;color:#333;opacity:.8;text-align:center;width:80%}.rnf_main .content .btn{margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;background-color:transparent;color:#333;border:1px solid rgba(0,0,0,.1529411765);display:flex;flex-direction:row;align-items:center;gap:.5rem}.rnf_main .content .btn:hover{opacity:.8}@media screen and (max-width: 768px){.rnf_main{padding:1rem}.rnf_main .video{width:100%;aspect-ratio:16/9}.rnf_main .content{width:100%}.rnf_main .content h1{font-size:1.5rem}.rnf_main .content p{font-size:.9rem;width:90%}}.terms{padding:4rem 1rem;font-family:Inter,sans-serif;color:#333;padding:1rem 15rem}.terms .terms__effective{font-size:1.2rem;color:#999}.terms .terms__brand{font-size:1.2rem;color:#999;margin-bottom:2rem}.terms__container{max-width:100%;margin:0 auto;background:#fff;padding:2.5rem;border-radius:1.5rem}.terms__heading{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#111}.terms__updated{font-size:.95rem;color:#666;margin-bottom:3rem}.terms__section{margin-bottom:2.5rem}.terms__section:last-of-type{margin-bottom:0}.terms__subheading{font-size:1.4rem;font-weight:600;color:#222;margin-bottom:.75rem}.terms__text{font-size:1.2rem;line-height:1.7;color:#444}.terms .terms__list{margin:1.5rem 0;padding-left:1.5rem;list-style-type:disc}.terms .terms__list li{margin-bottom:.75rem;font-size:1.2rem;color:#444}.terms__link{color:#007bff;text-decoration:underline;transition:color .2s ease}.terms__link:hover{color:#0056b3}@media screen and (max-width: 768px){.terms{padding:1rem}.terms .terms__container{padding:1.5rem}.terms .terms__heading{font-size:2rem}.terms .terms__subheading{font-size:1.2rem}.terms .terms__text{font-size:1rem}}.admin_main{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:2rem;width:100%;padding:2rem 1rem}.admin_main .pop_coupon_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:10;display:flex;align-items:center;justify-content:center}.admin_main .pop_coupon_overlay .pop_coupon{position:absolute;width:80%;max-width:30rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:2rem 1rem;border-radius:1rem;background-color:#ececec;max-height:80vh;overflow-y:auto}.admin_main .pop_coupon_overlay .pop_coupon::-webkit-scrollbar{width:.5rem}.admin_main .pop_coupon_overlay .pop_coupon::-webkit-scrollbar-thumb{background-color:#333;border-radius:1rem}.admin_main .pop_coupon_overlay .pop_coupon::-webkit-scrollbar-track{background-color:#ececec}.admin_main .pop_coupon_overlay .pop_coupon .title{padding:0rem 1rem;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.admin_main .pop_coupon_overlay .pop_coupon .title h1{font-size:1.3rem;font-weight:800;color:#333}.admin_main .pop_coupon_overlay .pop_coupon .title .close{font-size:1rem;padding:0;font-weight:400;transition:all .3s ease-in-out;cursor:pointer;color:#fff;border:none;background-color:transparent}.admin_main .pop_coupon_overlay .pop_coupon .title .close .icon{color:#333;font-weight:400;margin-right:.5rem;transition-duration:all ease-in-out .3s}.admin_main .pop_coupon_overlay .pop_coupon .form{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:1rem}.admin_main .pop_coupon_overlay .pop_coupon .form .submit{width:100%;padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:1rem;transition-duration:all ease-in-out .3s;cursor:pointer;background-color:#333;color:#fff;border:none}.admin_main .pop_coupon_overlay .pop_coupon .form .submit .icon{color:#fff;transition-duration:all ease-in-out .3s}.admin_main .pop_coupon_overlay .pop_coupon .form select{width:100%;color:#333;font-size:1rem;font-weight:700;outline:none;border:none;background-color:#ececec;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000' width='18px' height='18px'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem}.admin_main .pop_coupon_overlay .pop_coupon .form select::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.admin_main .pop_coupon_overlay .pop_coupon .form select::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.admin_main .pop_coupon_overlay .pop_coupon .form input{width:100%;padding:1.5rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765)}.admin_main .pop_coupon_overlay .pop_coupon .form input::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.admin_main .pop_coupon_overlay .pop_coupon .form input::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.admin_main .pop_coupon_overlay .pop_coupon .form .form_group{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem}.admin_main .pop_coupon_overlay .pop_coupon .form .form_group label{font-size:1rem;font-weight:400;color:#333;opacity:.8}.admin_main .admin_sidebar{width:20%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;height:85vh;border-right:1px solid rgba(0,0,0,.1529411765)}.admin_main .admin_sidebar .tabs{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding-right:2rem}.admin_main .admin_sidebar .tabs .tab{width:100%;padding:1rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;cursor:pointer}.admin_main .admin_sidebar .tabs .tab:hover{background-color:#fff;color:#333}.admin_main .content{width:100%;height:85vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;overflow-y:auto}.admin_main .content .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.admin_main .content .title h1{font-size:2rem;font-weight:800;color:#333}.admin_main .content .topbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.admin_main .content .topbar .actions{width:20%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.admin_main .content .topbar .actions .download{padding:.7rem 1rem;font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,.1529411765);background-color:#000;color:#fff;display:flex;align-items:center;justify-content:space-between}.admin_main .content .topbar .actions .download .icon{color:#fff;font-weight:400;margin-right:.5rem;transition:all .3s ease;transform:rotate(-45deg)}.admin_main .content .topbar .filters{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4rem;width:100%}.admin_main .content .topbar .filters .filter{padding:1rem 0rem;height:4.5rem;color:#333;font-size:1rem;font-weight:400;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.admin_main .content .topbar .filters .filter .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.admin_main .content .topbar .filters .filter input{width:100%;border-radius:1rem;color:#333;font-size:1rem;font-weight:600;outline:none;border:none;background-color:transparent}.admin_main .content .topbar .filters .filter input::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.admin_main .content .topbar .filters .filter input::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.admin_main .content .topbar .filters .filter select{width:100%;color:#333;font-size:1rem;font-weight:700;outline:none;border:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000' width='18px' height='18px'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem}.admin_main .content .topbar .filters .filter select::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.admin_main .content .topbar .filters .filter select::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.admin_main .content .topbar .filters .filter:hover{background-color:#fff;color:#333}.admin_main .content .admin_dash{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_dash .stats{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;width:100%}.admin_main .content .admin_dash .stats .top_stats{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;width:100%;padding:0rem}.admin_main .content .admin_dash .stats .top_stats .stat{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.1rem;padding:1.2rem 1.5rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1529411765)}.admin_main .content .admin_dash .stats .top_stats .stat .label{width:100%;font-size:1rem;font-weight:400;color:#333;opacity:.6;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.admin_main .content .admin_dash .stats .top_stats .stat .value{font-size:2rem;font-weight:800;color:#333;opacity:1}.admin_main .content .admin_dash .stats .bottom{width:100%;height:52vh;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:2rem}.admin_main .content .admin_dash .stats .bottom .graph{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%;padding:1rem;border:1px solid rgba(0,0,0,.1529411765);border-radius:1rem}.admin_main .content .admin_dash .stats .bottom .right_section{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%;position:relative;padding:1rem;border:1px solid rgba(0,0,0,.1529411765);border-radius:1rem;overflow:hidden}.admin_main .content .admin_dash .stats .bottom .right_section:after{content:"";position:absolute;display:inline-block;width:100%;height:5rem;bottom:0;left:0;background:#fff;background:linear-gradient(0deg,#fff,#fff0)}.admin_main .content .admin_dash .stats .bottom .right_section .orders{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%;overflow:hidden;margin-top:1rem;position:relative;height:100%}.admin_main .content .admin_dash .stats .bottom .right_section .orders:hover{overflow-y:auto}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1529411765)}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .image{width:7rem;aspect-ratio:1/1;border-radius:1rem;overflow:hidden;background-color:#ececec}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .details{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:1rem}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .details .left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .details .left .name{font-size:1rem;font-weight:800;color:#333;text-transform:uppercase;line-height:1}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .details .left .date{font-size:.8rem;font-weight:400;color:#333;opacity:.5}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .details .right{flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:0rem}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .details .right .price{font-size:1rem;font-weight:800;color:#333;margin-right:.7rem}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .details .right .status{font-size:.8rem;font-weight:400;color:#333;opacity:.8;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.3rem 1rem;background-color:#0bf00b38;border-radius:1rem;border:1px solid rgba(11,240,11,.5803921569)}.admin_main .content .admin_dash .stats .bottom .right_section .orders .order .details .right .status .icon{font-size:1rem;color:#333;opacity:.7;transition:all .3s ease-in-out}.admin_main .content .admin_products{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_products .items{display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:2rem;width:100%}.admin_main .content .admin_products .items.list{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:2rem;height:6rem}.admin_main .content .admin_products .items.list .item{width:100%;padding:2rem;border-radius:3rem;background-color:#ececec;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem}.admin_main .content .admin_products .items.list .item .image{width:15rem;aspect-ratio:1/1;border-radius:2rem}.admin_main .content .admin_products .items.list .item .image .tags{display:none}.admin_main .content .admin_products .items.list .item .image .wishlist_btn{top:0rem;left:0rem}.admin_main .content .admin_products .items.list .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.admin_main .content .admin_products .items.list .item .details .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.admin_main .content .admin_products .items.list .item .details .top .name{font-size:1.5rem;font-weight:800;color:#333;width:80%}.admin_main .content .admin_products .items.list .item .details .top .price{font-size:1.5rem;font-weight:300;color:#333}.admin_main .content .admin_products .items.list .item .details .bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.admin_main .content .admin_products .items.list .item .details .bottom .buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;width:100%}.admin_main .content .admin_products .items.list .item .details .bottom .buttons .button{border:none;outline:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;padding:1rem 2rem;border-radius:2rem;background-color:#333;display:flex;flex-direction:row;align-items:center}.admin_main .content .admin_products .items.list .item .details .bottom .buttons .button.add_to_cart{background-color:transparent;color:#333;border:1px solid rgba(0,0,0,.1529411765)}.admin_main .content .admin_products .items.list .item .details .bottom .buttons .button:hover{opacity:.7;transition-duration:.3s ease-in-out}.admin_main .content .admin_products .items.list .item .details .bottom .description{font-size:1rem;font-weight:400;color:#333;opacity:.7;margin-top:.5rem}.admin_main .content .admin_products .items.list .item .details .bottom .options{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.admin_main .content .admin_products .items.list .item .details .bottom .options .option{width:3rem;height:3rem;border:3px solid #222;border-radius:2rem}.admin_main .content .admin_products .items.list .item .details .bottom .options .option:hover{opacity:1;scale:1.1;transition-duration:.3s ease-in-out}.admin_main .content .admin_products .items .item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.admin_main .content .admin_products .items .item:hover .image .wishlist_btn{opacity:1}.admin_main .content .admin_products .items .item .image{width:100%;aspect-ratio:1/1;border-radius:3rem;background-color:#ececec;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.admin_main .content .admin_products .items .item .image .wishlist_btn{position:absolute;top:1rem;left:1rem;width:2.5rem;height:2.5rem;border-radius:3rem;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;border:none;mix-blend-mode:difference;opacity:0}.admin_main .content .admin_products .items .item .image .wishlist_btn .icon{font-size:1.2rem;color:#fff;opacity:.7;transition:all .3s ease-in-out}.admin_main .content .admin_products .items .item .image .wishlist_btn:hover{background-color:#333;color:#fff}.admin_main .content .admin_products .items .item .image .wishlist_btn:hover .icon{color:#fff}.admin_main .content .admin_products .items .item .image .tags{position:absolute;top:.5rem;right:.7rem;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem;border-radius:2rem;z-index:3}.admin_main .content .admin_products .items .item .image .tags .tag{padding:.3rem .8rem;border-radius:3rem;background-color:#333;color:#ececec}.admin_main .content .admin_products .items .item .image .tags .tag.out_of_stock{background-color:#ff00003a;color:#ff000080;border:1px solid rgba(255,0,0,.342)}.admin_main .content .admin_products .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.admin_main .content .admin_products .items .item .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem;width:100%}.admin_main .content .admin_products .items .item .details .top{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.admin_main .content .admin_products .items .item .details .top .name{font-size:1.2rem;font-weight:800;color:#333;width:80%}.admin_main .content .admin_products .items .item .details .top .price{font-size:1.2rem;font-weight:300;color:#333}.admin_main .content .admin_products .items .item .details .bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.admin_main .content .admin_products .items .item .details .bottom .options{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.admin_main .content .admin_products .items .item .details .bottom .options .option{color:#333;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;opacity:.7}.admin_main .content .admin_orders{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_orders .pop_details_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:10;display:flex;align-items:center;justify-content:center}.admin_main .content .admin_orders .pop_details{position:absolute;width:80%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:2rem 1rem;border-radius:1rem;background-color:#ececec}.admin_main .content .admin_orders .pop_details .title{padding:0rem 1rem;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.admin_main .content .admin_orders .pop_details .title h1{font-size:1.3rem;font-weight:800;color:#333}.admin_main .content .admin_orders .pop_details .title .close{font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;color:#fff;border:none}.admin_main .content .admin_orders .pop_details .title .close .icon{color:#333;font-weight:400;margin-right:.5rem;transition:all .3s ease-in-out;transform:rotate(-45deg)}.admin_main .content .admin_orders .pop_details .details{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_orders .pop_details .details .detail{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.admin_main .content .admin_orders .pop_details .details .detail .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.admin_main .content .admin_orders .pop_details .details .detail .value{font-size:1rem;font-weight:400;color:#333;opacity:.8}.admin_main .content .admin_orders .orders_table{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_orders .orders_table thead{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;border-radius:1rem;color:#333;background-color:#ececec}.admin_main .content .admin_orders .orders_table thead tr{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.admin_main .content .admin_orders .orders_table thead tr th{font-size:1rem;font-weight:400;color:#333;opacity:.6;width:100%;text-align:left}.admin_main .content .admin_orders .orders_table tbody{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_orders .orders_table tbody tr{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;cursor:pointer}.admin_main .content .admin_orders .orders_table tbody tr td{font-size:1rem;font-weight:400;color:#333;opacity:.8;width:100%;text-align:left}.admin_main .content .admin_orders .orders_table tbody tr td .edit{font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;background-color:#fff;color:#333;border:none}.admin_main .content .admin_orders .orders_table tbody tr td .edit .icon{color:#333;opacity:.7;transition-duration:all ease-in-out .3s}.admin_main .content .admin_orders .orders_table tbody tr td .status{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.3rem;width:70%;border-radius:1rem}.admin_main .content .admin_orders .orders_table tbody tr td .status .icon{font-size:1rem;color:#333;opacity:.7;transition:all .3s ease-in-out}.admin_main .content .admin_coupons{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_coupons .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.admin_main .content .admin_coupons .title button{padding:1rem 2rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;background-color:#333;color:#fff;border:none;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.admin_main .content .admin_coupons .title button .icon{color:#fff}.admin_main .content .admin_coupons .coupons_table{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_coupons .coupons_table thead{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;border-radius:1rem;color:#333;background-color:#ececec}.admin_main .content .admin_coupons .coupons_table thead tr{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.admin_main .content .admin_coupons .coupons_table thead tr th{font-size:1rem;font-weight:400;color:#333;opacity:.6;width:100%;text-align:left}.admin_main .content .admin_coupons .coupons_table tbody{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.admin_main .content .admin_coupons .coupons_table tbody tr{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem}.admin_main .content .admin_coupons .coupons_table tbody tr td{font-size:1rem;font-weight:400;color:#333;opacity:.8}.admin_main .content .admin_coupons .coupons_table tbody tr td .status{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.admin_main .content .admin_coupons .coupons_table tbody tr td .status .icon{font-size:1rem;color:#333;opacity:.7;transition-duration:all ease-in-out .3s}.admin_main .content .admin_coupons .coupons_table tbody tr td .status .icon:hover{transition-duration:all ease-in-out .3s}.admin_main .content .admin_coupons .coupons_table tbody tr td .status .icon:hover.delete{color:red}.admin_main .content .admin_banners{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.admin_main .content .admin_banners .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.admin_main .content .admin_banners .title button{padding:1rem 2rem;font-weight:400;border-radius:1rem;transition-duration:all ease-in-out .3s;cursor:pointer;background-color:#333;color:#fff;border:none;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.admin_main .content .admin_banners .title button .icon{color:#fff;transition-duration:all ease-in-out .3s}.admin_main .content .admin_banners .banners{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:2rem}.admin_main .content .admin_banners .banners .banner{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.admin_main .content .admin_banners .banners .banner .image{width:100%;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;position:relative}.admin_main .content .admin_banners .banners .banner .image .delete{position:absolute;top:1rem;right:1rem;border-radius:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition-duration:all ease-in-out .3s;border:none;background-color:#fff;mix-blend-mode:difference;z-index:2}.admin_main .content .admin_banners .banners .banner .image .delete .icon{font-size:1.2rem;color:#fff;opacity:.7;transition-duration:all ease-in-out .3s}.admin_main .content .admin_banners .banners .banner .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;pointer-events:none}.admin_main .content .admin_banners .banners .banner .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem;width:100%}.admin_main .content .admin_banners .banners .banner .details .name{font-size:1rem;font-weight:800;color:#333;width:80%}.admin_main .content .admin_banners .banners .banner .details .description{font-size:1rem;font-weight:400;color:#333;opacity:.7;margin-top:.5rem}.login_main{width:100%;height:100vh;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff}.login_main .left{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.login_main .left .image{background-color:#ececec;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-image:url(https://images.unsplash.com/photo-1618005198919-d3d4b5a92ead?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center}.login_main .right{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;padding:0rem 15rem;overflow-y:auto}.login_main .right .home_link{position:absolute;top:1rem;right:1rem;text-decoration:none}.login_main .right .home_link .guest_btn{width:100%;padding:.8rem 1.1rem;border-radius:1rem;border:none;background-color:transparent;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.1529411765);gap:.5rem}.login_main .right .home_link .guest_btn .icon{rotate:-45deg}.login_main .right .home_link .guest_btn:hover{opacity:.8}.login_main .right .button{width:100%;padding:1.2rem 1.5rem;border-radius:1rem;border:none;background-color:transparent;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.1529411765)}.login_main .right .button .icon{rotate:-45deg}.login_main .right .button.primary{background-color:#333;color:#fff}.login_main .right .button:hover{opacity:.8}.login_main .right .title{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:0rem}.login_main .right .title h1{font-size:1.5rem;font-weight:800;color:#333;margin-top:.5rem}.login_main .right .title p{font-size:.8rem;color:#333;width:80%;line-height:1rem;opacity:.5}.login_main .right .title .logo{width:5rem;aspect-ratio:1/1;border-radius:.5rem;background-color:#ececec;display:flex;justify-content:center;align-items:center;overflow:hidden}.login_main .right .title .logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.login_main .right .form{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:3rem}.login_main .right .form .form_group{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem}.login_main .right .form .form_group label{font-size:.9rem;color:#333;margin-bottom:.5rem;opacity:.8;font-weight:600}.login_main .right .form .form_group input{width:100%;padding:1rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1529411765);font-size:1rem;color:#333}.login_main .right .form .form_group input:focus{outline:none;border-color:#333}.login_main .right .form .forgot_password{font-size:.8rem;color:#333;margin-bottom:1rem;text-decoration:none;align-self:flex-end}.login_main .right .form .forgot_password:hover{text-decoration:underline;color:#333}.login_main .right .form .buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:1rem}.login_main .right .form .buttons button{width:100%;padding:1.2rem 1.5rem;border-radius:1rem;border:none;background-color:transparent;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.1529411765);transition:.2s ease-in-out}.login_main .right .form .buttons button .icon{rotate:-45deg}.login_main .right .form .buttons button.primary{background-color:#333;color:#fff}.login_main .right .form .buttons button:hover{opacity:.8}@media screen and (max-width: 768px){.login_main{flex-direction:column;height:auto}.login_main .right{width:100%;padding:2rem}.login_main .left{display:none}.login_main .right{order:1}}.profile_main{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;height:80vh;padding:2rem}.profile_main .profile_sidebar{width:20%;min-width:20rem;height:100%;background-color:#f3f3f3;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;border-radius:2rem}.profile_main .profile_sidebar .title{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1rem;margin-bottom:1rem}.profile_main .profile_sidebar .title h2{font-size:1.5rem;font-weight:800;color:#333}.profile_main .profile_sidebar .title p{font-size:.8rem;color:#333;opacity:.6;width:80%;line-height:1rem}.profile_main .profile_sidebar .tabs{width:100%;display:flex;flex-direction:column}.profile_main .profile_sidebar .tabs a{text-decoration:none;color:#333;padding:1rem;border-radius:1rem;transition:background-color .3s ease}.profile_main .profile_sidebar .tabs a:hover{opacity:.8}.profile_main .content{width:100%;height:100%;padding:0rem 0rem 0rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.profile_main .content .table{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;margin-top:1rem;max-height:80vh;overflow-y:auto}.profile_main .content .table thead{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;border-radius:1rem;position:sticky;top:2rem;color:#333;background-color:#ececec}.profile_main .content .table thead tr{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.profile_main .content .table thead tr th{font-size:1rem;font-weight:400;color:#333;opacity:.6;width:100%;text-align:left}.profile_main .content .table tbody{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;margin-top:1rem}.profile_main .content .table tbody tr{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 2rem;cursor:pointer}.profile_main .content .table tbody tr td{font-size:1rem;font-weight:400;color:#333;opacity:.8;width:100%;text-align:left}.profile_main .content .table tbody tr td.actions{display:flex;flex-direction:row;align-items:center;gap:.5rem}.profile_main .content .table tbody tr td.actions button{font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;background-color:#fff;color:#333;border:none}.profile_main .content .table tbody tr td.actions button .icon{color:#333;opacity:.7;transition-duration:all ease-in-out .3s}.profile_main .content .table tbody tr td .status{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.3rem;width:70%;border-radius:1rem}.profile_main .content .table tbody tr td .status .icon{font-size:1rem;color:#333;opacity:.7;transition:all .3s ease-in-out}.profile_main .content .pop_coupon_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:10;display:flex;align-items:center;justify-content:center}.profile_main .content .pop_coupon_overlay .pop_coupon{position:absolute;width:80%;max-width:30rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:0rem 1rem;border-radius:1rem;background-color:#ececec;max-height:80vh;overflow-y:auto}.profile_main .content .pop_coupon_overlay .pop_coupon::-webkit-scrollbar{width:.5rem}.profile_main .content .pop_coupon_overlay .pop_coupon::-webkit-scrollbar-thumb{background-color:#00000027;border-radius:1rem}.profile_main .content .pop_coupon_overlay .pop_coupon::-webkit-scrollbar-track{background-color:transparent}.profile_main .content .pop_coupon_overlay .pop_coupon .title{padding:1rem;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:sticky;top:0;background-color:#ececec;z-index:11}.profile_main .content .pop_coupon_overlay .pop_coupon .title h1{font-size:1.3rem;font-weight:800;color:#333}.profile_main .content .pop_coupon_overlay .pop_coupon .title .close{font-size:1rem;padding:0;font-weight:400;transition:all .3s ease-in-out;cursor:pointer;color:#fff;border:none;background-color:transparent}.profile_main .content .pop_coupon_overlay .pop_coupon .title .close .icon{color:#333;font-weight:400;margin-right:.5rem;transition-duration:all ease-in-out .3s}.profile_main .content .pop_coupon_overlay .pop_coupon .form{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:1rem}.profile_main .content .pop_coupon_overlay .pop_coupon .form .submit{width:100%;padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:1rem;transition-duration:all ease-in-out .3s;cursor:pointer;background-color:#333;color:#fff;border:none}.profile_main .content .pop_coupon_overlay .pop_coupon .form .submit .icon{color:#fff;transition-duration:all ease-in-out .3s}.profile_main .content .pop_coupon_overlay .pop_coupon .form select{width:100%;color:#333;font-size:1rem;font-weight:700;outline:none;border:none;background-color:#ececec;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000' width='18px' height='18px'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem}.profile_main .content .pop_coupon_overlay .pop_coupon .form select::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.profile_main .content .pop_coupon_overlay .pop_coupon .form select::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.profile_main .content .pop_coupon_overlay .pop_coupon .form input{width:100%;padding:1.5rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765)}.profile_main .content .pop_coupon_overlay .pop_coupon .form input::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.profile_main .content .pop_coupon_overlay .pop_coupon .form input::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.profile_main .content .pop_coupon_overlay .pop_coupon .form .form_group{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem}.profile_main .content .pop_coupon_overlay .pop_coupon .form .form_group label{font-size:1rem;font-weight:400;color:#333;opacity:.8}.profile_main .content .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.profile_main .content .title h1{font-size:1.5rem;font-weight:800;color:#333}.profile_main .content .title .buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem}.profile_main .content .title button{padding:.8rem 1rem;border-radius:1rem;border:none;background-color:#fff;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;border:1px solid rgba(0,0,0,.1529411765)}.profile_main .content .title button:hover{opacity:.8}.profile_main .content .title button .icon{margin-right:.5rem}.profile_main .content .title button.primary{background-color:#333;color:#fff}.profile_main .content .profile_orders{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.profile_main .content .profile_orders .pop_details_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:10;display:flex;align-items:center;justify-content:center}.profile_main .content .profile_orders .pop_details{position:absolute;width:80%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:2rem 1rem;border-radius:1rem;background-color:#ececec}.profile_main .content .profile_orders .pop_details .title{padding:0rem 1rem;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.profile_main .content .profile_orders .pop_details .title h1{font-size:1.3rem;font-weight:800;color:#333}.profile_main .content .profile_orders .pop_details .title .close{font-size:1rem;font-weight:400;border-radius:1rem;transition:all .3s ease-in-out;cursor:pointer;color:#fff;border:none}.profile_main .content .profile_orders .pop_details .title .close .icon{color:#333;font-weight:400;margin-right:.5rem;transition:all .3s ease-in-out;transform:rotate(-45deg)}.profile_main .content .profile_orders .pop_details .details{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.profile_main .content .profile_orders .pop_details .details .detail{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.profile_main .content .profile_orders .pop_details .details .detail .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.profile_main .content .profile_orders .pop_details .details .detail .value{font-size:1rem;font-weight:400;color:#333;opacity:.8}.profile_main .content .profile_orders .orders_cards{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem;margin-top:1rem;max-height:80vh;overflow-y:auto;padding-right:1rem}.profile_main .content .profile_orders .orders_cards::-webkit-scrollbar{width:.5rem}.profile_main .content .profile_orders .orders_cards::-webkit-scrollbar-thumb{background-color:#00000027;border-radius:1rem}.profile_main .content .profile_orders .orders_cards::-webkit-scrollbar-track{background-color:transparent}.profile_main .content .profile_orders .orders_cards .order_card{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;padding:1rem;border-radius:1rem;background-color:#ececec;position:relative}.profile_main .content .profile_orders .orders_cards .order_card .status{position:absolute;top:1rem;right:1rem;border-radius:1rem;color:#fff;font-size:.8rem;font-weight:600}.profile_main .content .profile_orders .orders_cards .order_card .status span{padding:.5rem 1rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;border-radius:1rem;border:1px solid}.profile_main .content .profile_orders .orders_cards .order_card .order_card_img{height:13rem;aspect-ratio:1/1;border-radius:1rem;overflow:hidden;background-color:#fff}.profile_main .content .profile_orders .orders_cards .order_card .order_card_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info{width:70%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.5rem;position:relative;height:100%}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .top{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .top .order_id{font-size:1rem;font-weight:600;color:#333;opacity:.8}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .top .items_name{font-size:1.2rem;font-weight:800;color:#333;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .top .date{font-size:.8rem;font-weight:400;color:#333;opacity:.6}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .bottom{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;gap:1rem}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .bottom .buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .bottom .buttons button{padding:1rem 1.5rem;border-radius:2rem;border:none;background-color:#333;color:#fff;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .bottom .buttons button .icon{color:#fff;transition-duration:all ease-in-out .3s}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .bottom .buttons button.secondary{background-color:transparent;border:1px solid rgba(0,0,0,.1529411765);color:#333}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info .bottom .buttons button:hover{opacity:.8}@media screen and (max-width: 768px){.profile_main .content .profile_orders,.profile_main .content .profile_orders .orders_cards{width:100%}.profile_main .content .profile_orders .orders_cards .order_card{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:1rem;position:relative}.profile_main .content .profile_orders .orders_cards .order_card .status{top:2rem;right:2rem}.profile_main .content .profile_orders .orders_cards .order_card .order_card_img{width:100%;height:16rem}.profile_main .content .profile_orders .orders_cards .order_card .order_card_info{width:100%;height:auto}}.profile_main .content .profile_order{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.profile_main .content .profile_order .title h1{display:flex;flex-direction:row;align-items:center;gap:.5rem}.profile_main .content .profile_order .title h1 .icon{font-size:1.2rem;color:#333;opacity:.2}.profile_main .content .profile_order .title h1 .icon:hover{opacity:.5}.profile_main .content .profile_order .bottom{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;width:100%;margin-top:1rem;height:80vh}.profile_main .content .profile_order .bottom .left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:70%}.profile_main .content .profile_order .bottom .left .title{font-size:1.2rem;font-weight:800;color:#333}.profile_main .content .profile_order .bottom .left .items{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.profile_main .content .profile_order .bottom .left .items a{text-decoration:none;width:100%}.profile_main .content .profile_order .bottom .left .items .item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1529411765);gap:1rem}.profile_main .content .profile_order .bottom .left .items .item .image{width:6rem;height:6rem;border-radius:10px;overflow:hidden;position:relative;background-color:#ececec}.profile_main .content .profile_order .bottom .left .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.profile_main .content .profile_order .bottom .left .items .item .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:100%}.profile_main .content .profile_order .bottom .left .items .item .details .top{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.profile_main .content .profile_order .bottom .left .items .item .details .top .item_title{font-size:1rem;font-weight:600;color:#333;width:70%}.profile_main .content .profile_order .bottom .left .items .item .details .top .item_option{font-size:.8rem;font-weight:400;color:#333;opacity:.8}.profile_main .content .profile_order .bottom .left .items .item .details .price{font-size:.9rem;font-weight:400;color:#333;opacity:.8}.profile_main .content .profile_order .bottom .left .summary{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.profile_main .content .profile_order .bottom .left .summary .item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-radius:1rem}.profile_main .content .profile_order .bottom .left .summary .item .label{font-size:1rem;font-weight:400;color:#333;opacity:.6}.profile_main .content .profile_order .bottom .left .summary .item .value{font-size:rem;font-weight:600;color:#333;opacity:.8}.profile_main .content .profile_order .bottom .right{width:30%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;margin-top:3rem;background-color:#00000010;border-radius:1rem;padding:2rem}.profile_main .content .profile_order .bottom .right .tab{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}.profile_main .content .profile_order .bottom .right .tab .title{width:100%}.profile_main .content .profile_order .bottom .right .tab .title h2{font-size:1.2rem;font-weight:800;color:#333}.profile_main .content .profile_order .bottom .right .tab .details{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.profile_main .content .profile_order .bottom .right .tab .details span{font-size:1rem;font-weight:400;color:#333;opacity:.8;display:flex;flex-direction:row;gap:.5rem;align-items:center}.profile_main .content .profile_order .bottom .right .tab .details span .icon{font-size:.8rem}.profile_main .content .profile_order .bottom .right .tab .details span .icon:focus-visible{opacity:.5}@media screen and (max-width: 768px){.profile_main .content .profile_order{width:100%;height:auto}.profile_main .content .profile_order .title{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}.profile_main .content .profile_order .title h1{font-size:1.2rem;font-weight:800;color:#333}.profile_main .content .profile_order .title .icon{font-size:1.2rem;color:#333;opacity:.5}.profile_main .content .profile_order .title .icon:hover{opacity:.8}.profile_main .content .profile_order .bottom{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem}.profile_main .content .profile_order .bottom .left,.profile_main .content .profile_order .bottom .left .items{width:100%}.profile_main .content .profile_order .bottom .left .items .item{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:1rem;width:100%}.profile_main .content .profile_order .bottom .left .items .item .image{height:13rem;width:100%}.profile_main .content .profile_order .bottom .left .items .item .details{width:100%;height:auto}.profile_main .content .profile_order .bottom .left .items .item .details .top{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.profile_main .content .profile_order .bottom .right{width:100%;margin-top:0}}.profile_main .content .profile_addresses{width:100%}.profile_main .content .profile_addresses .addresses_cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:2rem;width:100%;margin-top:1rem;max-height:80vh;overflow-y:auto}.profile_main .content .profile_addresses .addresses_cards .address_card{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:2rem;border-radius:1rem;background-color:#ececec}.profile_main .content .profile_addresses .addresses_cards .address_card .address_card_info{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.profile_main .content .profile_addresses .addresses_cards .address_card .address_card_info .address_card_row{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.profile_main .content .profile_addresses .addresses_cards .address_card .address_card_info .address_card_row .address_card_label{font-size:1rem;font-weight:600;color:#333;opacity:.8}.profile_main .content .profile_addresses .addresses_cards .address_card .address_card_info .address_card_row .address_card_value{font-size:1rem;font-weight:400;color:#333;opacity:.6}.profile_main .content .profile_addresses .addresses_cards .address_card .actions{display:flex;align-items:center;width:100%;margin-top:2rem;flex-direction:row;justify-content:flex-end;gap:1rem}.profile_main .content .profile_addresses .addresses_cards .address_card .actions button{padding:.5rem 1rem;border-radius:1rem;border:none;background-color:#333;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer}.profile_main .content .profile_addresses .addresses_cards .address_card .actions button.edit{background-color:#ececec;color:#333;border:1px solid rgba(0,0,0,.1529411765)}.profile_main .content .profile_addresses .addresses_cards .address_card .actions button:hover{opacity:.8}.profile_main .content .profile_wishlist{width:100%}.profile_main .content .profile_wishlist .items{display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:2rem;width:100%;margin-top:1rem;max-height:80vh;overflow-y:auto}.profile_main .content .profile_wishlist .items .item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.profile_main .content .profile_wishlist .items .item:hover .image .wishlist_btn{opacity:1}.profile_main .content .profile_wishlist .items .item .image{width:100%;aspect-ratio:1/1;border-radius:3rem;background-color:#ececec;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.profile_main .content .profile_wishlist .items .item .image .wishlist_btn{position:absolute;top:2rem;left:2rem;width:2.5rem;height:2.5rem;border-radius:3rem;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;border:none;mix-blend-mode:difference;opacity:1;z-index:2}.profile_main .content .profile_wishlist .items .item .image .wishlist_btn.active{opacity:1;background-color:#333}.profile_main .content .profile_wishlist .items .item .image .wishlist_btn .icon{font-size:1rem;color:#fff;opacity:.7;transition:all .3s ease-in-out}.profile_main .content .profile_wishlist .items .item .image .wishlist_btn:hover{background-color:#333;color:#fff}.profile_main .content .profile_wishlist .items .item .image .wishlist_btn:hover .icon{color:#fff}.profile_main .content .profile_wishlist .items .item .image .tags{position:absolute;top:.5rem;right:.7rem;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem;border-radius:2rem;z-index:3}.profile_main .content .profile_wishlist .items .item .image .tags .tag{padding:.3rem .8rem;border-radius:3rem;background-color:#333;color:#ececec}.profile_main .content .profile_wishlist .items .item .image .tags .tag.out_of_stock{background-color:#ff00003a;color:#ff000080;border:1px solid rgba(255,0,0,.342)}.profile_main .content .profile_wishlist .items .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.profile_main .content .profile_wishlist .items .item .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0rem;width:100%}.profile_main .content .profile_wishlist .items .item .details .top{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.profile_main .content .profile_wishlist .items .item .details .top .name{font-size:1.2rem;font-weight:800;color:#333;width:80%}.profile_main .content .profile_wishlist .items .item .details .top .price{font-size:1.2rem;font-weight:300;color:#333}.profile_main .content .profile_wishlist .items .item .details .bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.profile_main .content .profile_wishlist .items .item .details .bottom .options{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.profile_main .content .profile_wishlist .items .item .details .bottom .options .option{color:#333;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;opacity:.7}@media screen and (max-width: 768px){.profile_main .content .profile_wishlist .items{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:1rem}.profile_main .content .profile_wishlist .item{width:100%}.profile_main .content .profile_wishlist .item .image{width:100%;aspect-ratio:1/1}.profile_main .content .profile_wishlist .item .details{width:100%}.profile_main .content .profile_wishlist .item .details .top{flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}}.profile_main .content .profile_track{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:1rem}.profile_main .content .profile_track .enter_id{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1rem}.profile_main .content .profile_track .enter_id input{width:100%;padding:1.5rem 2rem;border-radius:1rem;color:#333;font-size:1rem;font-weight:400;outline:none;border:1px solid rgba(0,0,0,.1529411765)}.profile_main .content .profile_track .enter_id input::-moz-placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.profile_main .content .profile_track .enter_id input::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.profile_main .content .profile_track .enter_id button{padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:1rem;transition-duration:all ease-in-out .3s;cursor:pointer;background-color:#333;color:#fff;border:none}.profile_main .content .profile_track .enter_id button .icon{color:#fff;transition-duration:all ease-in-out .3s}.profile_main .content .profile_track .track_response{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:1rem 1rem 2rem;max-height:70vh;overflow-y:auto;z-index:0}.profile_main .content .profile_track .track_response .top_bar{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1529411765)}.profile_main .content .profile_track .track_response .top_bar .status{font-size:1.2em;font-weight:800;color:#333;opacity:.9}.profile_main .content .profile_track .track_response .top_bar .id{font-size:1rem;font-weight:400;color:#333;opacity:.6}.profile_main .content .profile_track .track_response .details{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding-top:1rem}.profile_main .content .profile_track .track_response .details h4{font-size:1rem;font-weight:600;color:#333;opacity:.8}.profile_main .content .profile_track .track_response .details ul{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;list-style:none}.profile_main .content .profile_track .track_response .details ul li{font-size:.9rem;font-weight:400;color:#333;padding:1rem;border-bottom:1px solid rgba(0,0,0,.1529411765);width:100%;border-left:2px solid #333}.profile_main .content .profile_track .track_response .details ul li .top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.profile_main .content .profile_track .track_response .details ul li .top .status{font-weight:900;color:#333;opacity:1;font-size:1rem}.profile_main .content .profile_track .track_response .details ul li .top .date{font-size:.9rem;font-weight:600;color:#333;opacity:.6}.profile_main .content .profile_track .track_response .details ul li .location{font-size:.8rem;font-weight:400;color:#333;opacity:.8;margin-top:.5rem}@media screen and (max-width: 768px){.profile_main{flex-direction:column;height:auto}.profile_main .profile_sidebar{width:100%;min-width:100%;height:auto;padding:1rem;margin-bottom:2rem}.profile_main .profile_sidebar .tabs a{padding:.8rem 1rem}.profile_main .content{width:100%;padding:0rem;overflow-y:scroll}.profile_main .content .title{width:100%;display:flex;flex-direction:row;gap:.5rem}.profile_main .content .title h1{font-size:1.3rem;font-weight:800;color:#333}.profile_main .content .title .buttons{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.profile_main .content .title .buttons button{width:auto;padding:.8rem 1rem}.profile_main .content .table{width:100%;overflow-x:scroll}.profile_main .content .table thead{position:sticky;top:0;z-index:1;background-color:transparent;padding:0}.profile_main .content .table thead tr{padding:.5rem 1rem}.profile_main .content .table thead tr th{font-size:.9rem;font-weight:700;color:#333;opacity:.9;width:auto}.profile_main .content .table tbody tr{padding:.5rem 1rem}.profile_main .content .table tbody tr td{font-size:.9rem;font-weight:400;color:#333;opacity:.8;width:auto}.profile_main .content .table tbody tr td.actions{display:flex;flex-direction:row;align-items:center;gap:.5rem}.profile_main .content .table tbody tr td.actions button{font-size:.9rem;padding:.5rem 1rem}}
