*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}body,html{scroll-behavior:smooth}.scroll-reveal-item{opacity:0;transform:translate3d(0,12px,0);filter:blur(2px);transition:opacity .36s ease-out,transform .42s ease-out,filter .36s ease-out;transition-delay:var(--reveal-delay,0s);will-change:transform,opacity,filter}.scroll-reveal-item.is-visible{opacity:1;transform:translateZ(0);filter:blur(0)}@media(prefers-reduced-motion:reduce){.scroll-reveal-item,.scroll-reveal-item.is-visible{opacity:1;transform:none;filter:none;transition:none}}.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:1.5rem;background-color:#ddd;background-image:linear-gradient(90deg,#dddddd,rgb(246.5,246.5,246.5) 40%,#dddddd 80%);background-size:200% 100%;animation:skeleton-loading 1.5s cubic-bezier(.47,0,.745,.715) infinite}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}body{font-family:Manrope,sans-serif;background-color:#fff;line-height:1.6}.shutter-preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ddd;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}.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:rgba(0,0,0,.5);-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:#ddd;padding:2rem;border-radius:2.5rem;right:-100%;transition:all .3s ease-in-out}.cart_overlay .cart_sidebar.active{right:0;opacity:1;transform:translateX(0);transition:all .3s ease-in-out;animation:slide .3s forwards}@keyframes slide{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.cart_overlay .cart_sidebar .top{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:flex-start;gap:2rem}.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:rgba(0,0,0,0);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%;max-height:40vh;overflow-y:auto}.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 0;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:0;border-radius:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;opacity:0}.cart_overlay .cart_sidebar .top .items .item .remove_btn .icon{font-size:.5rem;transition:all .3s ease-in-out;scale:.5}.cart_overlay .cart_sidebar .top .items .item .image{width:5rem;aspect-ratio:1/1;border-radius:.5rem;background-color:#ddd;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart_overlay .cart_sidebar .top .items .item .image img{width:100%;height:100%;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:2rem;overflow:hidden}.cart_overlay .cart_sidebar .top .items .item .text .bottom .quantity .quantity_value{width:1rem;text-align:center}.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:rgba(0,0,0,0);border-radius:2rem;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:2.5rem;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:2.5rem;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%;max-width:100%;padding:1rem;border-radius:1.25rem}.cart_overlay .cart_sidebar .top,.cart_overlay .cart_sidebar .top .items{gap:1rem}.cart_overlay .cart_sidebar .top .items .item{padding:.75rem 0;gap:.75rem}.cart_overlay .cart_sidebar .bottom{gap:1rem}.cart_overlay .cart_sidebar .bottom .buttons .checkout_btn,.cart_overlay .cart_sidebar .bottom .buttons .view_cart_btn{padding:1rem 1.1rem}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}@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:4.5rem;margin-top:4rem;background-color:#ddd;border-radius:2.8rem}.footer_main .top{width:100%;justify-content:space-between;gap:2rem;padding:4rem}.footer_main .top,.footer_main .top .links_section{display:flex;flex-direction:row;align-items:flex-start}.footer_main .top .links_section{width:min(62%,44rem);gap:3rem;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;min-width:8.2rem}.footer_main .top .links_section .link_collumn .title{font-size:1.05rem;font-weight:600;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;line-height:1.4}.footer_main .top .links_section .link_collumn .links a:hover{opacity:1}.footer_main .top .newsletter_section{width:min(34rem,38%);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.6rem}.footer_main .top .newsletter_section h3{font-size:1.2rem;font-weight:700;color:#333;margin:0}.footer_main .top .newsletter_section p{font-size:.8rem;opacity:.7;color:#333;margin:0;max-width:20rem}.footer_main .top .newsletter_section .newsletter_form{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.7rem;position:relative;margin-top:.5rem}.footer_main .top .newsletter_section .newsletter_form input[type=email]{width:100%;height:3.6rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1215686275);background:rgba(0,0,0,0);padding:0 1.1rem;color:#333;outline:none;font-size:1rem}.footer_main .top .newsletter_section .newsletter_form button{height:3.6rem;border-radius:1rem;border:none;padding:0 1.5rem;font-size:.95rem;font-weight:600;background-color:#2f3134;color:#fff;cursor:pointer;transition:opacity .2s ease-in-out}.footer_main .top .newsletter_section .newsletter_form button:hover{opacity:.9}.footer_main .top .newsletter_section .newsletter_form button:disabled{cursor:not-allowed;opacity:.7}.footer_main .top .newsletter_section .newsletter_form .honey_field{position:absolute;left:-9999px;opacity:0;pointer-events:none}.footer_main .top .newsletter_section .newsletter_status{font-size:.9rem;margin-top:.25rem}.footer_main .top .newsletter_section .newsletter_status.success{color:#1f8b4c}.footer_main .top .newsletter_section .newsletter_status.error{color:#b23b3b}.footer_main .top .newsletter_section .visually_hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.footer_main .bottom{width:100%;justify-content:space-between;gap:2rem;border-top:1px solid rgba(0,0,0,.1529411765);padding:4rem 1rem 0}.footer_main .bottom,.footer_main .bottom .left{display:flex;flex-direction:row;align-items:center}.footer_main .bottom .left{width:50%;justify-content:flex-start}.footer_main .bottom .left span{font-size:1rem;font-weight:400;color:#333;opacity:.5}.footer_main .bottom .left span:first-child{margin-right:.3rem}.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:2rem;margin-top:2rem;border-radius:2rem}.footer_main .top{padding:0;gap:2.2rem}.footer_main .top,.footer_main .top .links_section{flex-direction:column;align-items:flex-start;justify-content:flex-start}.footer_main .top .links_section{width:100%}.footer_main .top .links_section .link_collumn{width:100%;align-items:flex-start;justify-content:flex-start}.footer_main .top .links_section .link_collumn .links a{font-size:1rem}.footer_main .top .newsletter_section{width:100%}.footer_main .top .newsletter_section h3{font-size:1.55rem}.footer_main .top .newsletter_section p{font-size:1rem;max-width:100%}.footer_main .top .newsletter_section .newsletter_form{flex-direction:column;align-items:stretch}.footer_main .top .newsletter_section .newsletter_form button{width:100%}.footer_main .bottom{padding:2rem 0 0;flex-direction:column;align-items:center;justify-content:center}.footer_main .bottom .left,.footer_main .bottom .right{width:100%;justify-content:center}.footer_main .bottom .right{gap:1rem}}.navbar_main{width:100%;height:4rem;padding:1rem 3rem;justify-content:space-between;background-color:#fff}.navbar_main,.navbar_main .logo{display:flex;flex-direction:row;align-items:center}.navbar_main .logo{justify-content:flex-start}.navbar_main .logo span{font-size:1.5rem;font-weight:800;color:#333}.navbar_main .right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2rem}.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:rgba(0,0,0,0)}.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:2.5rem}.navbar_main .right .search_btn{background:rgba(0,0,0,0);border:none;border-radius:999px;width:2.1rem;height:2.1rem;display:flex;align-items:center;justify-content:center;color:#333;transition:all .25s ease}.navbar_main .right .search_btn:hover{background:#ddd}.navbar_main .right .links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4rem}.navbar_main .right .links .shop_menu{position:relative;display:flex;align-items:center}.navbar_main .right .links .shop_menu .shop_dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);display:none;flex-direction:column;min-width:10rem;background-color:#fff;border:1px solid rgba(0,0,0,.1529411765);border-radius:1.5rem;box-shadow:0 10px 20px rgba(0,0,0,.08);padding:.4rem;z-index:40}.navbar_main .right .links .shop_menu .shop_dropdown .shop_dropdown_link{font-size:.9rem;padding:.5rem .65rem;border-radius:2.3rem}.navbar_main .right .links .shop_menu .shop_dropdown .shop_dropdown_link:hover{background-color:#ddd;opacity:1}.navbar_main .right .links .shop_menu:hover .shop_dropdown{display:flex}.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:0;background-color:rgba(0,0,0,0)}.navbar_main .right .search_btn{width:2rem;height:2rem;border:none}.navbar_main .right .hamburger_icon{display:flex;font-size:1rem;color:#333;cursor:pointer;transition:all .3s ease-in-out;background-color:rgba(0,0,0,0);border:none;padding:.5rem;opacity:1}.navbar_main .right .links{gap:2rem;display:none}}.mobile_nav_overlay{position:fixed;inset:0;z-index:115;background:rgba(0,0,0,.34);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:.75rem;display:none}.mobile_nav_overlay .mobile_nav_panel{width:100%;border-radius:1.5rem;background-color:#fff;border:1px solid rgba(0,0,0,.1529411765);padding:1rem;animation:mobile-nav-enter .26s cubic-bezier(.2,.85,.2,1) forwards}.mobile_nav_overlay .mobile_nav_panel .mobile_nav_header{display:flex;align-items:center;justify-content:space-between}.mobile_nav_overlay .mobile_nav_panel .mobile_nav_header span{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(51,51,51,.6);font-weight:700}.mobile_nav_overlay .mobile_nav_panel .mobile_nav_header button{width:2rem;height:2rem;border:1px solid rgba(0,0,0,.1529411765);border-radius:999px;background:rgba(0,0,0,0);color:#333}.mobile_nav_overlay .mobile_nav_panel .mobile_nav_links{margin-top:.8rem;display:flex;flex-direction:column;gap:.45rem}.mobile_nav_overlay .mobile_nav_panel .mobile_nav_links a{width:100%;padding:.9rem .95rem;border-radius:.95rem;color:#333;font-size:1rem;font-weight:600}.mobile_nav_overlay .mobile_nav_panel .mobile_nav_links a:active,.mobile_nav_overlay .mobile_nav_panel .mobile_nav_links a:hover{background:#ddd}.mobile_nav_overlay .mobile_nav_panel .mobile_nav_categories{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1529411765);display:flex;flex-wrap:wrap;gap:.55rem}.mobile_nav_overlay .mobile_nav_panel .mobile_nav_categories a{border:1px solid rgba(0,0,0,.1529411765);border-radius:999px;padding:.45rem .85rem;font-size:.84rem;font-weight:500;color:rgba(51,51,51,.88)}@keyframes mobile-nav-enter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.mobile_nav_overlay{display:block}}.nav_search_overlay{position:fixed;inset:0;z-index:120;background-color:#ddd;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;padding:4vh 1.25rem 2rem;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);will-change:clip-path}.nav_search_overlay .nav_search_panel{width:min(940px,100%);border-radius:.7rem;background-color:rgba(0,0,0,0);padding:0;color:#333;transform:translateY(0);will-change:transform}.nav_search_overlay .nav_search_panel .search_form{display:flex;flex-direction:row;gap:.65rem;align-items:center;border:1px solid rgba(0,0,0,.1529411765);border-radius:.9rem;padding:.85rem 1rem;background-color:#fff}.nav_search_overlay .nav_search_panel .search_form .icon{font-size:1rem;opacity:.6}.nav_search_overlay .nav_search_panel .search_form input{border:0;outline:0;background:rgba(0,0,0,0);color:#333;font-size:1.35rem;font-weight:500;width:100%}.nav_search_overlay .nav_search_panel .search_form input::placeholder{color:rgba(51,51,51,.45)}.nav_search_overlay .nav_search_panel .search_form .clear_btn{justify-self:end;border:0;background-color:rgba(0,0,0,0);color:rgba(51,51,51,.6);width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.nav_search_overlay .nav_search_panel .search_form .clear_btn:hover{color:#333;background-color:rgba(221,221,221,.7)}.nav_search_overlay .nav_search_panel .search_results{margin-top:2rem;max-height:65vh;overflow:auto;display:flex;flex-wrap:wrap;gap:1rem}.nav_search_overlay .nav_search_panel .search_results .recent_searches{width:100%}.nav_search_overlay .nav_search_panel .search_results .recent_searches .recent_top{display:flex;align-items:center;justify-content:space-between}.nav_search_overlay .nav_search_panel .search_results .recent_searches .recent_top h3{font-size:1.9rem;font-weight:600;font-family:Outfit,sans-serif;color:#333}.nav_search_overlay .nav_search_panel .search_results .recent_searches .recent_top .clear_recent{border:1px solid rgba(0,0,0,.1529411765);background:#fff;color:rgba(51,51,51,.72);border-radius:999px;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center}.nav_search_overlay .nav_search_panel .search_results .recent_searches .recent_top .clear_recent:hover{color:#333}.nav_search_overlay .nav_search_panel .search_results .recent_searches .recent_items{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.7rem}.nav_search_overlay .nav_search_panel .search_results .recent_searches .recent_items .recent_item{border:1px solid rgba(0,0,0,.1529411765);background-color:#fff;color:#333;border-radius:1.3rem;padding:.5rem 1rem;font-size:.95rem;display:inline-flex;align-items:center;gap:.45rem}.nav_search_overlay .nav_search_panel .search_results .recent_searches .recent_items .recent_item:hover{background-color:#ddd}.nav_search_overlay .nav_search_panel .search_results .result_item{width:min(280px,100%);color:#333;border:1px solid rgba(0,0,0,.1529411765);border-radius:1.1rem;padding:.9rem;display:flex;flex-direction:column;gap:.65rem;transition:all .2s ease;background-color:#fff}.nav_search_overlay .nav_search_panel .search_results .result_item:hover{border-color:rgba(51,51,51,.3)}.nav_search_overlay .nav_search_panel .search_results .result_item .image{width:100%;aspect-ratio:16/10;border-radius:.8rem;overflow:hidden;background-color:#ddd}.nav_search_overlay .nav_search_panel .search_results .result_item .image img{width:100%;height:100%;object-fit:cover;display:block}.nav_search_overlay .nav_search_panel .search_results .result_item .name{font-size:1.15rem;font-weight:600;font-family:Outfit,sans-serif;line-height:1.3}.nav_search_overlay .nav_search_panel .search_results .result_hint{width:100%;font-size:.95rem;color:rgba(51,51,51,.72);padding:.4rem .1rem}.nav_search_overlay.is-open{animation:nav-search-reveal .54s cubic-bezier(.16,1,.3,1) forwards}.nav_search_overlay.is-open .nav_search_panel{animation:nav-search-panel-reveal .4s cubic-bezier(.2,.8,.2,1) .04s forwards}.nav_search_overlay.is-closing{animation:nav-search-hide 1.2s cubic-bezier(.19,1,.22,1) forwards}.nav_search_overlay.is-closing .nav_search_panel{animation:nav-search-panel-hide 1s cubic-bezier(.19,1,.22,1) forwards}@keyframes nav-search-reveal{0%{-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes nav-search-panel-reveal{0%{transform:translateY(-16px)}to{transform:translateY(0)}}@keyframes nav-search-hide{0%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}to{-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0)}}@keyframes nav-search-panel-hide{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@media(prefers-reduced-motion:reduce){.nav_search_overlay{animation:none;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.nav_search_overlay .nav_search_panel{animation:none;transform:translateY(0)}}@media screen and (max-width:768px){.nav_search_overlay{padding:3vh .8rem 1.25rem}.nav_search_overlay .nav_search_panel .search_form{padding:.75rem .8rem}.nav_search_overlay .nav_search_panel .search_form input{font-size:1.05rem}.nav_search_overlay .nav_search_panel .search_results{margin-top:1.25rem;gap:.8rem}.nav_search_overlay .nav_search_panel .search_results .recent_searches .recent_top h3{font-size:1.3rem}.nav_search_overlay .nav_search_panel .search_results .result_item{width:100%}}.home_main{justify-content:flex-start}.home_main,.home_main .hero_div{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.home_main .hero_div{justify-content:center;height:95vh;padding:2rem 0}.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}.home_main .hero_div .slide_progress .progress{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;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:rgba(0,0,0,.1529411765);border-radius:1.5rem;position:relative;overflow:hidden}.home_main .hero_div .slide_progress .progress .line .progress_bar{width:0;height:100%;background-color:#333;border-radius:1.5rem;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}.home_main .hero_div .slides .slide .details{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:0 2rem;gap:1rem}.home_main .hero_div .slides .slide .details .title h1,.home_main .hero_div .slides .slide .details .title h2{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:1.5rem;transition:all .3s ease-in-out;cursor:pointer;background-color:rgba(0,0,0,0);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:rgba(0,0,0,.1529411765);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%;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#ddd;border-radius:2.5rem;position:relative}.home_main .hero_div .slides .slide .image .button{position:absolute;top:1rem;right:1rem;width:4%;aspect-ratio:1/1;border-radius:2.5rem;background-color:rgba(0,0,0,0);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%;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,.home_main .featured_products .title h2{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));grid-gap:2rem;gap:2rem;width:100%}.home_main .featured_products .products.list{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:2rem;height:6rem}.home_main .featured_products .products.list .item{width:100%;padding:2rem;border-radius:2.5rem;background-color:#ddd;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:1.5rem}.home_main .featured_products .products.list .item .image .tags{display:none}.home_main .featured_products .products.list .item .image .wishlist_btn{top:0;left:0;display:none}.home_main .featured_products .products.list .item .image img{width:100%;height:100%;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:1.5rem;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:rgba(0,0,0,0);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:1.5rem}.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:2.5rem;background-color:#ddd;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:2.5rem;background-color:rgba(0,0,0,0);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:1.5rem;z-index:3}.home_main .featured_products .products .item .image .tags .tag{padding:.3rem .8rem;border-radius:2.5rem;background-color:#333;color:#ddd}.home_main .featured_products .products .item .image img{width:100%;height:100%;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:0;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}@media screen and (max-width:768px){.home_main .hero_div{height:80vh;padding:2rem 0}.home_main .hero_div .slide_progress{padding:0 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:0}.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:0;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,.home_main .hero_div .slides .slide .details .title h2{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 .featured_products{padding:1rem;gap:0}.home_main .featured_products .title{padding:1rem}.home_main .featured_products .title h1,.home_main .featured_products .title h2{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:2rem}.home_main .featured_products .products .item{width:100%;padding:1rem;border-radius:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.home_main .featured_products .products .item .details{width:100%;padding:0 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:1.5rem}.home_main .featured_products .products .item .image .tags{top:0;right:0}.home_main .featured_products .products .item .image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}}.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:last-child{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:last-child{opacity:1}.breadcrumbs .breadcrumb .devider{font-size:.8rem;color:#333;margin-right:.5rem;transition:all .3s ease}}.shop_main{flex-direction:column;justify-content:flex-start;padding:2rem 3rem;gap:2rem}.shop_main,.shop_main .title{display:flex;align-items:center;width:100%}.shop_main .title{flex-direction:row;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:2.5rem;background-color:#ddd;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:#ddd;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%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding:2rem 2rem 2rem 1rem;position:-webkit-sticky;position:sticky;top:0;overflow-y:scroll;max-height:100vh}.shop_main .shop_div .sidebar:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1529411765)}.shop_main .shop_div .sidebar::-webkit-scrollbar{width:.5rem}.shop_main .shop_div .sidebar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.shop_main .shop_div .sidebar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0);border-radius:999px}.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:rgba(0,0,0,0);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;-moz-appearance:none;appearance:none;width:100%;height:5px;background:rgba(0,0,0,.1529411765);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 0;cursor:pointer}.shop_main .shop_div .sidebar .sidebar_item .item_content .item .checkbox{width:1.1rem;height:1.1rem;border-radius:2.5rem;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:2.5rem;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:2.5rem;background-color:#ddd;display:flex;flex-direction:row;align-items:center}.shop_main .shop_div .right .top .buttons .button.sort{color:#333;background-color:rgba(0,0,0,0);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(25rem,1fr));grid-gap:2rem;gap:2rem;width:100%}.shop_main .shop_div .right .items.list{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:2rem}.shop_main .shop_div .right .items.list .item{width:100%;padding:2rem;border-radius:2.5rem;background-color:#ddd;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:2rem}.shop_main .shop_div .right .items.list .item .image{width:15rem;aspect-ratio:1/1;border-radius:1.5rem}.shop_main .shop_div .right .items.list .item .image .tags{display:none}.shop_main .shop_div .right .items.list .item .image .wishlist_btn{top:0;left:0}.shop_main .shop_div .right .items.list .item .image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.shop_main .shop_div .right .items.list .item .details{width:100%}.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:1.5rem;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:rgba(0,0,0,0);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;width:100%}.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:1.5rem}.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:2.5rem;background-color:#ddd;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:2.5rem;background-color:rgba(0,0,0,0);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:1.5rem;z-index:3}.shop_main .shop_div .right .items .item .image .tags .tag{padding:.3rem .8rem;border-radius:2.5rem;background-color:#333;color:#ddd}.shop_main .shop_div .right .items .item .image img{width:100%;height:100%;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:0;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{gap:1rem}.shop_main,.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%;position:static;border-right:none;padding:1rem 0;display: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:2.5rem;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));grid-gap:2rem;gap:2rem;width:100%}.shop_main .shop_div .right .items.list{max-height:none;overflow:visible;padding-right:0}.shop_main .shop_div .right .items .item{width:100%;border-radius:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.shop_main .shop_div .right .items .item .details{width:100%;padding:0 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:1.5rem}.shop_main .shop_div .right .items .item .image .tags{top:0;right:0}.shop_main .shop_div .right .items .item .image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}}.view_item_main{flex-direction:column;justify-content:flex-start;gap:2rem;padding:1rem 3rem}.view_item_main,.view_item_main .topbar{width:100%;display:flex;align-items:center}.view_item_main .topbar{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 0;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));grid-gap:2rem;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:2.5rem;background-color:#ddd;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%;object-fit:cover;mix-blend-mode:multiply}.view_item_main .bottom_section .related_products .related_product .details{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:1rem 0}.view_item_main .bottom_section .related_products .related_product .details .item_title{font-size:1.2rem;font-weight:500;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 0;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:rgba(0,0,0,.856);-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:2.5rem;background-color:rgba(0,0,0,0);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:1.5rem;color:#fff;opacity:.7;transition:all .3s ease-in-out}.view_item_main .item_view .full_screen_image_overlay .full_screen_image{width:80%;height:90%;border-radius:2.5rem;background-color:#ddd;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:5rem;height:100%;background-color:#fff;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:#fff;opacity:.7;transition:all .3s ease-in-out}.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls .left{z-index:1;background:rgba(0,0,0,.4509803922);background:linear-gradient(90deg,rgba(0,0,0,.315),rgba(255,255,255,0))}.view_item_main .item_view .full_screen_image_overlay .full_screen_image .controls .right{z-index:1;background:rgba(0,0,0,.4509803922);background:linear-gradient(270deg,rgba(0,0,0,.315),rgba(255,255,255,0))}.view_item_main .item_view .full_screen_image_overlay .full_screen_image img{width:100%;height:100%;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:-webkit-sticky;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%;grid-gap:2rem;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:2.5rem;overflow:hidden;background-color:#ddd}.view_item_main .item_view .left_side .image_section .images_grid .extra_image img{height:100%;width:100%;object-fit:cover;transition:all .3s ease-in-out;cursor:pointer}.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:2.5rem;background-color:#ddd;position:relative;overflow:hidden;cursor:none;will-change:transform;isolation:isolate}@media(hover:none),(pointer:coarse){.view_item_main .item_view .left_side .image_section .top_image{cursor:default}}.view_item_main .item_view .left_side .image_section .top_image:hover .controls{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:opacity .28s cubic-bezier(.22,1,.36,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{width:5rem;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .28s cubic-bezier(.22,1,.36,1)}.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:transform .22s ease,opacity .22s ease}.view_item_main .item_view .left_side .image_section .top_image .controls .left:hover .icon,.view_item_main .item_view .left_side .image_section .top_image .controls .right:hover .icon{transform:scale(1.08);opacity:.95}.view_item_main .item_view .left_side .image_section .top_image .controls .left{z-index:1;background:rgba(0,0,0,.4509803922);background:linear-gradient(90deg,rgba(0,0,0,.315),rgba(255,255,255,0))}.view_item_main .item_view .left_side .image_section .top_image .controls .right{z-index:1;background:rgba(0,0,0,.4509803922);background:linear-gradient(270deg,rgba(0,0,0,.315),rgba(255,255,255,0))}.view_item_main .item_view .left_side .image_section .top_image .gallery_hover_cursor{position:absolute;width:6rem;height:6rem;border-radius:999px;background-color:#fff;display:flex;align-items:center;justify-content:center;left:0;top:0;pointer-events:none;transition:opacity .18s ease-in-out;opacity:0;will-change:transform,opacity;z-index:3;box-shadow:0 8px 16px rgba(0,0,0,.16)}.view_item_main .item_view .left_side .image_section .top_image .gallery_hover_cursor .icon{color:#333;font-size:1rem}.view_item_main .item_view .left_side .image_section .top_image .gallery_hover_cursor.is-visible{opacity:1}.view_item_main .item_view .left_side .image_section .top_image .gallery_hover_cursor.left .icon{transform:rotate(180deg)}@media(hover:none),(pointer:coarse){.view_item_main .item_view .left_side .image_section .top_image .gallery_hover_cursor{display:none}}.view_item_main .item_view .left_side .image_section .top_image img{height:100%;width:100%;position:absolute;object-fit:cover;mix-blend-mode:multiply;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.view_item_main .item_view .left_side .image_section .top_image .main_image_layer{z-index:1;opacity:1;transition:none}@media(prefers-reduced-motion:reduce){.view_item_main .item_view .left_side .image_section .top_image .controls,.view_item_main .item_view .left_side .image_section .top_image .gallery_hover_cursor,.view_item_main .item_view .left_side .image_section .top_image .left,.view_item_main .item_view .left_side .image_section .top_image .main_image_layer,.view_item_main .item_view .left_side .image_section .top_image .right{transition:none!important}}.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:-webkit-sticky;position:sticky;top:0;padding:2rem 3rem;border-radius:2.5rem}.view_item_main .item_view .right_side .devider{width:100%;height:1px;background-color:rgba(0,0,0,.1529411765);margin:0}.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);grid-gap:1rem;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:1.5rem;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:#ddd;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:0}.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 .delivery_eta{width:100%;display:flex;flex-direction:column;gap:.25rem}.view_item_main .item_view .right_side .details .delivery_eta .delivery_line{font-size:1.05rem;color:#333;opacity:.8}.view_item_main .item_view .right_side .details .delivery_eta .delivery_line b{font-weight:600;color:#333}.view_item_main .item_view .right_side .details .delivery_eta .stock_hint{font-size:.95rem;color:#da4f4f}.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:0}.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:#ddd;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;border-radius:2.5rem;background-color:#333}.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 .option_name{color:#fff}.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 .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{background-color:rgba(0,0,0,.1529411765)}.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 0}.view_item_main .item_view .right_side .details .tags .tag{padding:.5rem 1rem;border-radius:2.5rem;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 .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 1;padding:2rem 1rem;background-color:#fff;color:#333;font-size:1rem;font-weight:400;border-radius:2.5rem;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 .change_qn_btn{height:100%;padding:0 1rem;display:flex;align-items:center;justify-content:center;border:none;background-color:rgba(0,0,0,0);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 0}.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 rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.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:0}.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 h3{font-size:1.7rem}.view_item_main .full_info .tab_content .description_content .markdown_content{width:100%;color:#333;line-height:1.7}.view_item_main .full_info .tab_content .description_content .markdown_content h1,.view_item_main .full_info .tab_content .description_content .markdown_content h2,.view_item_main .full_info .tab_content .description_content .markdown_content h3,.view_item_main .full_info .tab_content .description_content .markdown_content h4,.view_item_main .full_info .tab_content .description_content .markdown_content h5,.view_item_main .full_info .tab_content .description_content .markdown_content h6{margin:1rem 0 .6rem;font-weight:700;line-height:1.3}.view_item_main .full_info .tab_content .description_content .markdown_content p{font-size:1.1rem;font-weight:400;color:#333;opacity:.85;margin:.7rem 0;text-align:left}.view_item_main .full_info .tab_content .description_content .markdown_content ol,.view_item_main .full_info .tab_content .description_content .markdown_content ul{margin:.7rem 0;padding-left:1.4rem}.view_item_main .full_info .tab_content .description_content .markdown_content li{margin:.35rem 0}.view_item_main .full_info .tab_content .description_content .markdown_content blockquote{margin:1rem 0;padding:.8rem 1rem;border-left:3px solid #333;background-color:#ddd;border-radius:.5rem}.view_item_main .full_info .tab_content .description_content .markdown_content a{color:#333;text-decoration:underline;text-underline-offset:.15rem}.view_item_main .full_info .tab_content .description_content .markdown_content img{display:block;width:100%;max-width:52rem;border-radius:.75rem;margin:1rem 0}.view_item_main .full_info .tab_content .description_content .markdown_content hr{border:none;border-top:1px solid rgba(0,0,0,.1529411765);margin:1.2rem 0}.view_item_main .full_info .tab_content .description_content .markdown_content code{background-color:#ddd;padding:.1rem .35rem;border-radius:.35rem}.view_item_main .full_info .tab_content .description_content .markdown_content pre{background-color:#ddd;padding:1rem;border-radius:.75rem;overflow-x:auto}.view_item_main .full_info .tab_content .description_content .markdown_content pre code{padding:0;background:rgba(0,0,0,0)}.view_item_main .full_info .tab_content .details_content,.view_item_main .full_info .tab_content .details_content .table{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 .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:#ddd;border-radius:.5rem}.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:0}.view_item_main .topbar{display:none}.view_item_main .bottom_section{padding:2rem 1rem 0}.view_item_main .full_info{width:100%;padding:0 2rem}.view_item_main .full_info .tabs{width:100%;flex-direction:row;align-items:center;justify-content:center;gap:1rem;padding:0}.view_item_main .full_info .tabs .tab{width:100%;text-align:center;padding:1rem 2rem;font-size:1.2rem;font-weight:400;background-color:rgba(0,0,0,0)}.view_item_main .full_info .tab_content{width:100%;padding:0;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:0}.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:#ddd;border-radius:.5rem}.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 .markdown_content li,.view_item_main .full_info .tab_content .description_content .markdown_content p{font-size:1rem}.view_item_main .full_info .tab_content .description_content .markdown_content img{border-radius:.6rem}.view_item_main .item_view{flex-direction:column;align-items:center;justify-content:center;gap:0;padding:0;width:100%;border-radius:0}.view_item_main .item_view .full_screen_image_overlay{width:100vw;height:100vh;padding:0 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:0 1rem;border-radius:2.5rem;background-color:#ddd;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%;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:1.5rem}.view_item_main .item_view .left_side .image_section .top_image{width:100%;aspect-ratio:1/1;border-radius:3rem;background-color:#ddd;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:default}.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%;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;gap:1rem;background-color:#ddd;border-radius:3rem 3rem 0 0!important;padding:2rem;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 .options .options_group{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1rem}.view_item_main .item_view .right_side .details .options .options_group .option{padding:.2rem;background-color:#ddd;border-radius:2.5rem;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:3rem;padding:.5rem;border-radius:1.5rem;background-color:#333}.view_item_main .item_view .right_side .details .options .gallery_hover_cursor{display:none}.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 .delivery_eta .delivery_line{font-size:.95rem}.view_item_main .item_view .right_side .details .delivery_eta .stock_hint{font-size:.9rem}.view_item_main .item_view .right_side .details .options{margin-top:0}.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:2.5rem}.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:1rem;font-size:1rem;font-weight:400;border-radius:2.5rem;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{flex-direction:column;align-items:flex-start;gap:2rem;width:100%;padding:2rem 3rem}.compare_main,.compare_main .topbar{display:flex;justify-content:flex-start}.compare_main .topbar{flex-direction:row;align-items:center}.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:2.5rem;background-color:#ddd;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:2rem;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);grid-gap:.5rem;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%;object-fit:cover;position:relative;opacity:.8}.compare_main .items .item .image img{width:100%;height:100%;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;font-size:1rem;border-radius:2.5rem;cursor:pointer;border:2px solid rgba(0,0,0,.1529411765)}.compare_main .items .item .text .add_to_cart,.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{flex-direction:column;justify-content:flex-start;gap:2rem;padding:2rem 15rem}.checkout_main,.checkout_main .topbar{width:100%;display:flex;align-items:center}.checkout_main .topbar{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 .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_title_row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.checkout_main .checkout_container .left .left_title_row .saved_address_pick select{min-width:15rem;padding:.6rem 1.9rem .6rem .9rem;border-radius:.8rem;border:1px solid rgba(0,0,0,.1529411765);background-color:#fff;color:#333;font-size:.9rem;font-weight:500;outline:none;cursor:pointer;-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='16px' height='16px'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .55rem center;background-size:1rem}.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 .payment_method_toggle{width:100%;display:flex;flex-direction:column;gap:.65rem;margin-top:.25rem}.checkout_main .checkout_container .left .left_form .payment_method_toggle .toggle_label{margin:0;font-size:.95rem;font-weight:700;color:#333;opacity:.8}.checkout_main .checkout_container .left .left_form .payment_method_toggle .toggle_options{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:.55rem;gap:.55rem;padding:.45rem;border:1px solid #cfcfcf;border-radius:1.1rem;background:#efefef}.checkout_main .checkout_container .left .left_form .payment_method_toggle .toggle_options .option_btn{border:none;border-radius:.9rem;background:rgba(0,0,0,0);color:#1f1f1f;padding:1rem .95rem;font-size:.98rem;font-weight:500;cursor:pointer;transition:all .2s ease}.checkout_main .checkout_container .left .left_form .payment_method_toggle .toggle_options .option_btn.is_active{background:#323439;color:#fff}.checkout_main .checkout_container .left .left_form .payment_method_toggle .cod_note{margin:0;font-size:.84rem;line-height:1.45;color:#7a5205;background:#fff6df;border:1px solid #efd79e;border-radius:.7rem;padding:.6rem .75rem}.checkout_main .checkout_container .left .left_form .row{display:flex;flex-direction:row;align-items:center;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:.5rem;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::placeholder{color:#333;opacity:.5;font-size:1rem;font-weight:400}.checkout_main .checkout_container .left .left_form .form_group select{width:100%;padding:1.5rem 2rem;border-radius:.5rem;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::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:-webkit-sticky;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:1rem;background-color:#ddd}.checkout_main .checkout_container .right .items .item .image{width:8rem;aspect-ratio:1/1;border-radius:.5rem;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:.5rem;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%;object-fit:cover}.checkout_main .checkout_container .right .items .item .details,.checkout_main .checkout_container .right .items .item .details .top{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 .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:.5rem;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::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:.5rem;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 .total .row .value{font-size:1.15rem;font-weight:600;color:#333;opacity:.9}.checkout_main .checkout_container .right .buttons{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1rem}.checkout_main .checkout_container .right .buttons .checkout_btn{padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:.5rem;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 .icon{color:#fff;font-weight:400;margin-right:.5rem;transition:all .3s ease;transform:rotate(-45deg)}.checkout_main .checkout_container .right .buttons .checkout_btn .icon.lock_icon{transform:none;margin-right:0}.checkout_main .checkout_container .right .buttons .checkout_btn_ghost{padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,.1529411765);width:100%;background-color:rgba(0,0,0,0);color:#333;display:flex;align-items:center;justify-content:space-between;text-decoration:none}.checkout_main .checkout_container .right .buttons .checkout_btn_ghost .icon{color:#333;font-weight:400;margin-right:.25rem;transition:all .3s ease;transform:rotate(-45deg)}.checkout_main .checkout_container .right .buttons .checkout_btn_ghost:hover{background-color:#f3f3f3;border-color:#bfbfbf}@media screen and (max-width:768px){.checkout_main{padding:.85rem;gap:1rem}.checkout_main .topbar{align-items:flex-start}.checkout_main .topbar .topbar_title{font-size:1.55rem;line-height:1.1}.checkout_main .breadcrumbs{display:none}.checkout_main .checkout_container{flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;margin-top:0;padding:0}.checkout_main .checkout_container .left{width:100%;gap:.85rem;padding:1rem;border-radius:1.4rem;background-color:#fafafa;border:1px solid rgba(0,0,0,.1529411765)}.checkout_main .checkout_container .left .left_title_row{align-items:flex-start;flex-direction:column;gap:.7rem}.checkout_main .checkout_container .left .left_title_row .saved_address_pick{width:100%}.checkout_main .checkout_container .left .left_title_row .saved_address_pick select{width:100%;min-width:0;padding:.75rem 2rem .75rem .8rem}.checkout_main .checkout_container .left .left_form{width:100%;gap:.75rem}.checkout_main .checkout_container .left .left_form .form_group{gap:.45rem}.checkout_main .checkout_container .left .left_form .form_group label{font-size:.8rem}.checkout_main .checkout_container .left .left_form .form_group input,.checkout_main .checkout_container .left .left_form .form_group select{padding:.95rem;border-radius:.95rem;font-size:.95rem;background-color:#fff}.checkout_main .checkout_container .left .left_form .row{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;justify-content:stretch;grid-gap:.7rem;gap:.7rem;width:100%}.checkout_main .checkout_container .left .left_form .row .form_group:nth-child(3){grid-column:1/-1}.checkout_main .checkout_container .left .left_form .payment_method_toggle{margin-top:.4rem}.checkout_main .checkout_container .left .left_form .payment_method_toggle .toggle_options{grid-template-columns:1fr;gap:.45rem;padding:.35rem}.checkout_main .checkout_container .left .left_form .payment_method_toggle .toggle_options .option_btn{padding:.85rem .75rem;font-size:.9rem}.checkout_main .checkout_container .left .left_form .payment_method_toggle .cod_note{font-size:.79rem;padding:.55rem .65rem}.checkout_main .checkout_container .right{width:100%;gap:.8rem;position:relative;margin-bottom:2.2rem;padding:1rem;border-radius:1.4rem;background-color:#ddd}.checkout_main .checkout_container .right .items_title{font-size:1.05rem}.checkout_main .checkout_container .right .items{max-height:none;overflow:visible;padding-bottom:1rem}.checkout_main .checkout_container .right .items .item{padding:.7rem;gap:.7rem;border-radius:1rem}.checkout_main .checkout_container .right .items .item .image{width:4.4rem;border-radius:.8rem}.checkout_main .checkout_container .right .items .item .image .quantity{width:1.15rem;height:1.15rem;font-size:.58rem}.checkout_main .checkout_container .right .items .item .details{gap:.35rem}.checkout_main .checkout_container .right .items .item .details .top{gap:.25rem}.checkout_main .checkout_container .right .items .item .details .top .item_title{font-size:.9rem}.checkout_main .checkout_container .right .items .item .details .top .item_option{font-size:.75rem}.checkout_main .checkout_container .right .items .item .details .price{font-size:.95rem}.checkout_main .checkout_container .right .coupon{gap:.7rem}.checkout_main .checkout_container .right .coupon .coupon_form{flex-direction:column;align-items:stretch;gap:.6rem}.checkout_main .checkout_container .right .coupon .coupon_form button,.checkout_main .checkout_container .right .coupon .coupon_form input{width:100%;padding:.95rem 1rem;border-radius:.95rem}.checkout_main .checkout_container .right .total{gap:.65rem}.checkout_main .checkout_container .right .total h3{font-size:1.05rem}.checkout_main .checkout_container .right .total .row .label{font-size:.9rem}.checkout_main .checkout_container .right .total .row .price,.checkout_main .checkout_container .right .total .row .value{font-size:.98rem}.checkout_main .checkout_container .right .buttons{gap:.7rem}.checkout_main .checkout_container .right .buttons .checkout_btn,.checkout_main .checkout_container .right .buttons .checkout_btn_ghost{padding:.95rem 1rem;border-radius:.95rem;font-size:.92rem}}@media screen and (max-width:768px)and (max-width:420px){.checkout_main .checkout_container .left .left_form .row{grid-template-columns:1fr;gap:.65rem}.checkout_main .checkout_container .left .left_form .row .form_group:nth-child(3){grid-column:auto}}.contact_main{flex-direction:column;justify-content:flex-start;padding:2rem 10rem}.contact_main,.contact_main .contact_container{width:100%;display:flex;align-items:center;gap:2rem}.contact_main .contact_container{flex-direction:row;justify-content:center}.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:0;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:.5rem;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::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:.5rem;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:50%;background-repeat:no-repeat;border-radius:2.5rem;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 0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.contact_main .devider .line{width:100%;height:1px;background-color:rgba(0,0,0,.1529411765)}.contact_main .devider .text{font-size:1rem;font-weight:400;color:#333;opacity:.8;letter-spacing:.1rem}.contact_main .contact{gap:2rem;width:100%;padding:2rem 0}.contact_main .contact,.contact_main .contact .title{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact_main .contact .title{gap:0}.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:1.5rem;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:.5rem;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:0;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:0}.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:50%;background-repeat:no-repeat;border-radius:2.5rem;filter:grayscale(1)}.contact_main .devider{margin:1rem 0}.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}}.full_screen_image_overlay{display:flex;position:fixed;inset:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.86);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);justify-content:center;align-items:center;z-index:10000}.full_screen_image_overlay .close_btn{position:absolute;top:2rem;right:2rem;width:3rem;height:3rem;border-radius:2.5rem;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;outline:none;z-index:10001}.full_screen_image_overlay .close_btn .icon{font-size:1.5rem;color:#fff;opacity:.8}.full_screen_image_overlay .full_screen_image{width:min(80vw,1080px);height:min(90vh,900px);border-radius:2.5rem;background-color:#ddd;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.full_screen_image_overlay .full_screen_image .controls{display:flex;position:absolute;inset:0;align-items:center;justify-content:space-between;z-index:2}.full_screen_image_overlay .full_screen_image .controls .left,.full_screen_image_overlay .full_screen_image .controls .right{width:5rem;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.full_screen_image_overlay .full_screen_image .controls .left .icon,.full_screen_image_overlay .full_screen_image .controls .right .icon{font-size:1.2rem;color:#fff;opacity:.85}.full_screen_image_overlay .full_screen_image .controls .left{background:linear-gradient(90deg,rgba(0,0,0,.32),rgba(255,255,255,0))}.full_screen_image_overlay .full_screen_image .controls .right{background:linear-gradient(270deg,rgba(0,0,0,.32),rgba(255,255,255,0))}.full_screen_image_overlay .full_screen_image img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.order_confirmation_main{width:100%;padding:2rem 10rem;height:90vh}.order_confirmation_main,.order_confirmation_main .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.order_confirmation_main .container{width:40%;padding:2rem;border-radius:2.5rem;background-color:#ddd}.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 1;padding:1.5rem 2rem;font-size:1rem;font-weight:400;border-radius:1.5rem;transition:all .3s ease-in-out;cursor:pointer;background-color:rgba(0,0,0,0);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:1rem;background-color:#fff}.order_confirmation_main .container .bottom .items .item .image{width:8rem;aspect-ratio:1/1;border-radius:.5rem;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:.5rem;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%;object-fit:cover}.order_confirmation_main .container .bottom .items .item .details,.order_confirmation_main .container .bottom .items .item .details .top{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 .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}.rnf_main{width:100%;flex-direction:column;gap:2rem;padding:2rem 10rem}.rnf_main,.rnf_main .video{display:flex;align-items:center;justify-content:center}.rnf_main .video{width:20rem;aspect-ratio:16/9;border-radius:2.5rem;overflow:hidden;background-color:#ddd}.rnf_main .video video{width:100%;height:100%;object-fit:cover;border-radius:2.5rem}.rnf_main .content{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.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:.5rem;transition:all .3s ease-in-out;cursor:pointer;background-color:rgba(0,0,0,0);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}.terms{font-family:Inter,sans-serif;color:#333;padding:1rem 15rem}.terms .terms__brand,.terms .terms__effective{font-size:1.2rem;color:#999}.terms .terms__brand{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}@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";.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:rgba(0,0,0,.5);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:0 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:rgba(0,0,0,0)}.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::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::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:0}.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%;gap:2rem;height:85vh;border-right:1px solid rgba(0,0,0,.1529411765)}.admin_main .admin_sidebar,.admin_main .admin_sidebar .tabs{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.admin_main .admin_sidebar .tabs{width:100%;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 0;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:rgba(0,0,0,0)}.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:rgba(0,0,0,0);-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::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{gap:1rem}.admin_main .content .admin_dash,.admin_main .content .admin_dash .stats{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.admin_main .content .admin_dash .stats{gap:2rem}.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:0}.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,.admin_main .content .admin_dash .stats .bottom .right_section{flex:1 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{position:relative;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,rgb(255,255,255),rgba(255,255,255,0))}.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%;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:0}.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:0}.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:rgba(11,240,11,.2196078431);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));grid-gap:2rem;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:0;left:0}.admin_main .content .admin_products .items.list .item .image img{width:100%;height:100%;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:rgba(0,0,0,0);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:rgba(0,0,0,0);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:rgba(255,0,0,.226);color:rgba(255,0,0,.5);border:1px solid rgba(255,0,0,.342)}.admin_main .content .admin_products .items .item .image img{width:100%;height:100%;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:0;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:rgba(0,0,0,.5);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:0 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{padding:1rem 2rem;border-radius:1rem;color:#333;background-color:#ececec}.admin_main .content .admin_coupons .coupons_table thead,.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;cursor:pointer;background-color:#333;border:none;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.admin_main .content .admin_banners .title button,.admin_main .content .admin_banners .title button .icon{transition-duration:all ease-in-out .3s;color:#fff}.admin_main .content .admin_banners .banners{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));grid-gap:2rem;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%;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:0;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%;flex-direction:column}.login_main .left,.login_main .left .image{height:100%;display:flex;justify-content:center;align-items:center}.login_main .left .image{background-color:#d8d8d8;width:100%;background-image:url(https://www.raycast.com/_next/image?url=https%3A%2F%2Fmisc-assets.raycast.com%2Fwallpapers%2Fmono_light_distortion_2_preview.png&w=1920&q=70);background-size:cover;background-position:50%}.login_main .right{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background-color:#fff;padding:15rem}.login_main .right .guest_skip_btn{position:absolute;top:2.25rem;right:2.25rem;border:1px solid #d6d6d6;border-radius:1rem;padding:.75rem 1.2rem;text-decoration:none;color:#333;font-size:.95rem;font-weight:500;display:inline-flex;align-items:center;gap:.55rem;background:#fff;transition:border-color .2s ease,background-color .2s ease}.login_main .right .guest_skip_btn .icon{font-size:.82rem}.login_main .right .guest_skip_btn:hover{border-color:#bdbdbd;background-color:#f8f8f8}.login_main .right .title{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:0}.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:#d8d8d8;display:flex;justify-content:center;align-items:center;overflow:hidden}.login_main .right .title .logo img{width:100%;height:100%;object-fit:cover;pointer-events:none}.login_main .right .form{margin-top:3rem}.login_main .right .form,.login_main .right .form .form_group{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.login_main .right .form .form_group{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:rgba(0,0,0,0);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 .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{background-color:#d8d8d8}@media(max-width:1280px){.login_main .right{padding:8rem 4rem}}@media(max-width:992px){.login_main{min-height:100vh;height:auto}.login_main .left{display:none}.login_main .right{width:100%;min-height:100vh;justify-content:flex-start;align-items:flex-start;padding:6.5rem 2rem 2rem}.login_main .right .guest_skip_btn{top:1.25rem;right:1.25rem}.login_main .right .title h1{font-size:1.4rem}.login_main .right .title p{width:100%;max-width:34rem;line-height:1.25rem}.login_main .right .form{margin-top:2rem;width:100%;max-width:34rem}}@media(max-width:640px){.login_main .right{padding:5.75rem 1rem 1.5rem}.login_main .right .guest_skip_btn{font-size:.85rem;padding:.6rem .85rem}.login_main .right .title .logo{width:4.25rem}.login_main .right .title h1{font-size:1.25rem}.login_main .right .title p{font-size:.82rem}.login_main .right .form{margin-top:1.4rem}.login_main .right .form .form_group input{padding:.9rem .95rem;font-size:.95rem}.login_main .right .form .buttons button{padding:1rem;font-size:.95rem}}@media(max-height:760px){.login_main .right{min-height:100vh;overflow-y:auto;justify-content:flex-start}}.profile_order_details_page{width:100%;max-width:1100px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:1rem}.profile_order_details_page .order_error_state{background:#d8d8d8;border:1px solid #ececec;border-radius:1rem;padding:1.2rem}.profile_order_details_page .order_error_state h2{margin:0 0 .5rem;font-size:1.2rem;color:#333}.profile_order_details_page .order_error_state a{color:#2f3238;font-weight:700;text-decoration:none}.profile_order_details_page .head_bar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border:1px solid #ececec;background:#f4f4f4;border-radius:1rem;padding:1.1rem}.profile_order_details_page .head_bar .mini{margin:0;font-size:.82rem;color:gray}.profile_order_details_page .head_bar h1{margin:.2rem 0;font-size:1.5rem;color:#333;line-height:1.2;word-break:break-word}.profile_order_details_page .head_bar .placed_on{margin:0;color:#6f6f6f;font-size:.88rem}.profile_order_details_page .head_bar .status_actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.45rem;height:100%}.profile_order_details_page .head_bar .status_actions .top_action_row{display:flex;align-items:center;gap:.45rem}.profile_order_details_page .head_bar .status_actions .top_invoice_btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.6rem .78rem;border-radius:999px;border:1px solid rgba(0,0,0,.1529411765);background:#fff;color:#2f3238;font-size:.76rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.profile_order_details_page .head_bar .status_actions .top_invoice_btn:hover{background:#f3f3f3}.profile_order_details_page .head_bar .status_actions .top_track_btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.5rem .78rem;border-radius:999px;border:1px solid #2f3238;background:#2f3238;color:#fff;font-size:.76rem;font-weight:700;transition:background-color .2s ease}.profile_order_details_page .head_bar .status_actions .top_track_btn:hover{background:#202329}.profile_order_details_page .head_bar .status_badge{border-radius:999px;font-size:.78rem;font-weight:700;padding:.5rem .82rem;border:1px solid rgba(0,0,0,0)}.profile_order_details_page .head_bar .status_badge.is-placed{background:#f1e4ad;color:#8a6e0b;border-color:#ead996}.profile_order_details_page .head_bar .status_badge.is-shipped{background:#e0edf8;color:#235f95;border-color:#cfe2f2}.profile_order_details_page .head_bar .status_badge.is-delivered{background:#dbefdc;color:#2e6a31;border-color:#c7e2ca}.profile_order_details_page .head_bar .status_badge.is-cancelled{background:#f8dfe1;color:#8a1f27;border-color:#f0ccd0}.profile_order_details_page .details_grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.profile_order_details_page .details_grid .detail_card{border:1px solid #ececec;background:#f9f9f9;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.profile_order_details_page .details_grid .detail_card h3{margin:0 0 .4rem;font-size:1rem;color:#333}.profile_order_details_page .details_grid .detail_card .detail_row{display:flex;justify-content:space-between;gap:.8rem}.profile_order_details_page .details_grid .detail_card .detail_row .label{color:#6e6e6e;font-size:.9rem;flex-shrink:0}.profile_order_details_page .details_grid .detail_card .detail_row .value{color:#2d2d2d;font-size:.9rem;text-align:right;word-break:break-word}.profile_order_details_page .details_grid .detail_card .address_block p{margin:0 0 .28rem;font-size:.92rem;color:#393939}.profile_order_details_page .details_grid .detail_card.full_width{grid-column:1/-1}.profile_order_details_page .ordered_items_section{border:1px solid #ececec;background:#d8d8d8;border-radius:1rem;padding:1rem}.profile_order_details_page .ordered_items_section h3{margin:0 0 .7rem;font-size:1rem;color:#333}.profile_order_details_page .ordered_items_section .ordered_items{display:flex;flex-direction:column;gap:.75rem}.profile_order_details_page .ordered_items_section .ordered_item_card{border:1px solid #e7e7e7;background:#fff;border-radius:.9rem;padding:.7rem;display:flex;flex-direction:row;gap:.85rem;justify-content:flex-start;align-items:center;min-height:10rem}.profile_order_details_page .ordered_items_section .ordered_item_card .image_wrap{min-height:8rem;max-height:8rem;aspect-ratio:1/1;border-radius:.7rem;background:#d8d8d8;overflow:hidden;border:1px solid rgba(0,0,0,.1529411765);display:flex;align-items:center;justify-content:center}.profile_order_details_page .ordered_items_section .ordered_item_card .image_wrap img{width:100%;height:100%;object-fit:cover}.profile_order_details_page .ordered_items_section .ordered_item_card .image_wrap .img_placeholder{font-size:.72rem;color:#888}.profile_order_details_page .ordered_items_section .ordered_item_card .item_meta{min-width:0}.profile_order_details_page .ordered_items_section .ordered_item_card .item_meta h4{margin:0;font-size:1rem;color:#333;line-height:1.2}.profile_order_details_page .ordered_items_section .ordered_item_card .item_meta p{margin:.2rem 0 0;font-size:.84rem;color:#666;word-break:break-word}.profile_order_details_page .ordered_items_section .ordered_item_card .item_meta .option_name{font-weight:700;color:#464646}.profile_order_details_page .ordered_items_section .ordered_item_card .line_total{font-size:.95rem;font-weight:800;color:#272727}.profile_order_details_page .details_footer_links a{text-decoration:none;color:#2f3238;font-weight:700;font-size:.92rem}@media(max-width:900px){.profile_main .content .profile_orders .orders_cards{max-height:none}.profile_main .content .profile_orders .orders_cards .order_card{grid-template-columns:1fr}.profile_main .content .profile_orders .orders_cards .order_card .thumb{width:100%;height:13rem}.profile_main .content .profile_orders .orders_cards .order_card .status_badge{justify-self:flex-start}.profile_order_details_page{padding:1rem}.profile_order_details_page .head_bar{flex-direction:column;align-items:flex-start}.profile_order_details_page .head_bar .status_actions{align-items:flex-start}.profile_order_details_page .details_grid{grid-template-columns:1fr}.profile_order_details_page .details_grid .detail_card.full_width{grid-column:auto}.profile_order_details_page .ordered_items_section .ordered_item_card{grid-template-columns:1fr}.profile_order_details_page .ordered_items_section .ordered_item_card .image_wrap{width:100%;height:11rem}.profile_order_details_page .ordered_items_section .ordered_item_card .line_total{text-align:left}}.profile_main{flex-direction:row;justify-content:center;width:100%;height:80vh}.profile_main,.profile_main .profile_sidebar{display:flex;align-items:flex-start;padding:2rem}.profile_main .profile_sidebar{width:20rem;height:100%;background-color:rgba(0,0,0,.0352941176);flex-direction:column;justify-content:flex-start;border-radius:2rem}.profile_main .profile_sidebar .sidebar_title{width:100%;margin:0 0 1rem 1rem;text-align:left;font-size:1.5rem;font-weight:800;color:#333}.profile_main .profile_sidebar .tabs{width:100%;height:100%;display:flex;flex-direction:column;gap:.25rem}.profile_main .profile_sidebar .tabs .tab{width:100%;text-align:left;text-decoration:none;color:#333;padding:1rem;border-radius:1rem;border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.profile_main .profile_sidebar .tabs .tab:hover{background-color:#d8d8d8}.profile_main .profile_sidebar .tabs .tab_button{margin-top:auto;border-color:#efc8cc;background:#fff5f5;color:#8a1f27}.profile_main .profile_sidebar .tabs .tab_button:hover{background:#ffecee;border-color:#e4a6ad;color:#7b1820}.profile_main .content{height:100%;min-height:0;padding:0 2rem;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.profile_main .content,.profile_main .content .table{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.profile_main .content .table{gap:1rem;margin-top:1rem}.profile_main .content .table thead{padding:1rem 2rem;border-radius:1rem;color:#333;background-color:#d8d8d8}.profile_main .content .table thead,.profile_main .content .table thead tr{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.profile_main .content .table thead tr{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}.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:rgba(0,0,0,.5);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:2rem 1rem;border-radius:1rem;background-color:#d8d8d8;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:#333;border-radius:1rem}.profile_main .content .pop_coupon_overlay .pop_coupon::-webkit-scrollbar-track{background-color:#d8d8d8}.profile_main .content .pop_coupon_overlay .pop_coupon .title{padding:0 1rem;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.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:rgba(0,0,0,0)}.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:#d8d8d8;-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::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::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:0}.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:75vw}.profile_main .content .title h1{font-size:1.5rem;font-weight:800;color:#333}.profile_main .content .title button{padding:.8rem 1rem;border-radius:1rem;border:none;background-color:#333;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center}.profile_main .content .title button:hover{background-color:hsl(0,0%,10%)}.profile_main .content .title button .icon{margin-right:.5rem}.profile_main .content .profile_orders{width:100%;display:flex;flex-direction:column;gap:1rem}.profile_main .content .profile_orders .title{width:100%;padding:0}.profile_main .content .profile_orders .title h1{font-size:2rem;font-weight:800;color:#333;margin:0}.profile_main .content .profile_orders .orders_cards{width:100%;display:flex;flex-direction:column;gap:.85rem;max-height:none;overflow:visible;padding-right:0}.profile_main .content .profile_orders .orders_cards .order_card{width:100%;background-color:#d8d8d8;border-radius:1rem;padding:.8rem;display:grid;grid-template-columns:10rem 1fr auto;grid-gap:1rem;gap:1rem;align-items:flex-start}.profile_main .content .profile_orders .orders_cards .order_card .thumb{width:10rem;height:10rem;border-radius:.8rem;background-color:#d8d8d8;border:1px solid rgba(0,0,0,.1529411765);overflow:hidden;display:flex;align-items:center;justify-content:center}.profile_main .content .profile_orders .orders_cards .order_card .thumb img{width:100%;height:100%;object-fit:cover}.profile_main .content .profile_orders .orders_cards .order_card .thumb .thumb_placeholder{font-size:.75rem;color:#888}.profile_main .content .profile_orders .orders_cards .order_card .meta{min-width:0;display:flex;flex-direction:column;gap:.35rem;padding-top:.15rem}.profile_main .content .profile_orders .orders_cards .order_card .meta .order_code{margin:0;font-size:.9rem;font-weight:700;color:#707070}.profile_main .content .profile_orders .orders_cards .order_card .meta .order_title{margin:0;font-size:1.55rem;font-weight:800;color:#333;line-height:1.12;word-break:break-word}.profile_main .content .profile_orders .orders_cards .order_card .meta .order_time{margin:0;font-size:.9rem;color:rgb(138.2,138.2,138.2)}.profile_main .content .profile_orders .orders_cards .order_card .meta .meta_footer{margin-top:.6rem;display:flex;align-items:center;gap:.8rem;width:100%}.profile_main .content .profile_orders .orders_cards .order_card .meta .meta_footer .order_total{margin:0;font-size:.9rem;color:#575757;font-weight:600}.profile_main .content .profile_orders .orders_cards .order_card .order_actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;align-self:stretch;min-height:100%}.profile_main .content .profile_orders .orders_cards .order_card .order_actions .view_btn{text-decoration:none;border-radius:999px;background-color:#2f3238;color:#fff;font-size:.82rem;font-weight:700;padding:.56rem 1.05rem;border:1px solid #2f3238;transition:background-color .2s ease}.profile_main .content .profile_orders .orders_cards .order_card .order_actions .view_btn:hover{background-color:#202329}.profile_main .content .profile_orders .orders_cards .order_card .status_badge{border-radius:999px;font-size:.78rem;font-weight:700;padding:.5rem .82rem;border:1px solid rgba(0,0,0,0)}.profile_main .content .profile_orders .orders_cards .order_card .status_badge.is-placed{background:#f1e4ad;color:#8a6e0b;border-color:#ead996}.profile_main .content .profile_orders .orders_cards .order_card .status_badge.is-shipped{background:#e0edf8;color:#235f95;border-color:#cfe2f2}.profile_main .content .profile_orders .orders_cards .order_card .status_badge.is-delivered{background:#dbefdc;color:#2e6a31;border-color:#c7e2ca}.profile_main .content .profile_orders .orders_cards .order_card .status_badge.is-cancelled{background:#f8dfe1;color:#8a1f27;border-color:#f0ccd0}.profile_main .content .profile_orders .orders_cards .empty_orders{width:100%;padding:2rem 1.2rem;border-radius:1rem;background:#f7f7f7;border:1px solid #ececec}.profile_main .content .profile_orders .orders_cards .empty_orders h3{margin:0 0 .45rem;font-size:1.1rem;color:#333}.profile_main .content .profile_orders .orders_cards .empty_orders p{margin:0;font-size:.9rem;color:#7f7f7f}.profile_main .content .profile_wishlist .items{display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));grid-gap:2rem;gap:2rem;width:100%;margin-top:1rem}.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:#d8d8d8;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:rgba(0,0,0,0);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:#d8d8d8}.profile_main .content .profile_wishlist .items .item .image .tags .tag.out_of_stock{background-color:rgba(255,0,0,.226);color:rgba(255,0,0,.5);border:1px solid rgba(255,0,0,.342)}.profile_main .content .profile_wishlist .items .item .image img{width:100%;height:100%;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:0;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}.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::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}.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;height:50vh;overflow-y:auto;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(max-width:1100px){.profile_main{flex-direction:column;height:auto;min-height:calc(100vh - 8rem);padding:1rem;gap:1rem}.profile_main .profile_sidebar{width:100%;height:auto;padding:1rem}.profile_main .profile_sidebar .sidebar_title{margin-left:0}.profile_main .profile_sidebar .tabs{height:auto;flex-direction:row;flex-wrap:nowrap;gap:.6rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.35rem}.profile_main .profile_sidebar .tabs::-webkit-scrollbar{height:.32rem}.profile_main .profile_sidebar .tabs::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1529411765);border-radius:999px}.profile_main .profile_sidebar .tabs .tab{width:auto;flex:0 0 auto;white-space:nowrap}.profile_main .profile_sidebar .tabs .tab_button{margin-top:0}.profile_main .content{width:100%;height:auto;max-height:none;overflow:visible;padding:0}.profile_main .content .profile_orders .orders_cards .order_card{grid-template-columns:1fr}.profile_main .content .profile_orders .orders_cards .order_card .thumb{width:100%;height:13rem}.profile_main .content .profile_orders .orders_cards .order_card .order_actions{align-items:flex-start;gap:.6rem}.profile_main .content .profile_orders .orders_cards .order_card .status_badge{justify-self:flex-start}}@media(max-width:700px){.profile_main{padding:.75rem}.profile_main .profile_sidebar .tabs .tab{flex:0 0 auto;padding:.85rem .9rem;font-size:.95rem}.profile_main .content .title{width:100%}.profile_main .content .profile_orders .orders_cards .order_card{padding:.7rem}.profile_main .content .profile_track .track_response .details{height:auto;max-height:55vh}}