@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Space Grotesk,sans-serif}#root{width:100%;padding:0 .6rem}@media (max-width: 768px){#root{padding:0;width:100%;max-width:100%}body,html{width:100%;max-width:100%;overflow-x:hidden}}.page-with-navbar{padding-top:60px}@media (max-width: 768px){.page-with-navbar{padding-top:50px}}body{margin:0;box-sizing:border-box;padding:0;background:#fff}.Signup-Container{max-width:500px;width:100%;margin:auto;box-shadow:0 10px 20px #0000001a;border-radius:.75rem;padding:2rem 3.7rem;background:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width: 1024px){.Signup-Container{padding:2rem 2.5rem;max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media (max-width: 768px){.Signup-Container{padding:2rem;max-width:100%;width:100%;height:100vh;min-height:100vh;max-height:100vh;inset:0;transform:none;margin:0;border-radius:0;box-shadow:none;overflow-y:auto;display:flex;flex-direction:column}}@media (max-width: 600px){.Signup-Container{padding:1.5rem;max-width:100%;width:100%;height:100vh;min-height:100vh;max-height:100vh;inset:0;transform:none;margin:0;border-radius:0;box-shadow:none;overflow-y:auto;display:flex;flex-direction:column}}@media (max-width: 480px){.Signup-Container{padding:1.5rem;max-width:100%;width:100%;height:100vh;min-height:100vh;max-height:100vh;inset:0;transform:none;margin:0;border-radius:0;box-shadow:none;overflow-y:auto;display:flex;flex-direction:column}}@media (max-width: 360px){.Signup-Container{padding:1.25rem 1rem;max-width:100%;width:100%;height:100vh;min-height:100vh;max-height:100vh;inset:0;transform:none;margin:0;border-radius:0;box-shadow:none;overflow-y:auto;display:flex;flex-direction:column}}@media (min-width: 1200px){.Signup-Container{max-width:500px}}.Profile-Container{max-width:500px;margin:80px auto 40px;box-shadow:0 10px 20px #0000001a;border-radius:.5rem;padding:2rem 3.7rem;background:#fff}.Profile-Container .Almost-header{text-align:center;margin-bottom:30px}.Profile-Container .Almost-header img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:3px solid #f0f0f0;display:block;margin-left:auto;margin-right:auto}.Profile-Container .Almost-header input[type=file]{margin:15px auto;display:block;cursor:pointer}.Profile-Container hr{margin:20px 0;border:none;border-top:1px solid #e0e0e0}.create-using{display:flex;justify-content:center;align-items:center;width:100%;margin-top:20px}@media (max-width: 1024px){.Profile-Container{padding:2rem 2.5rem;max-width:calc(100% - 60px)}}@media (max-width: 768px){.Profile-Container{margin:60px auto 30px;padding:2rem;max-width:calc(100% - 40px)}.Profile-Container .Almost-header img{width:120px;height:120px;margin-bottom:15px}.Profile-Container .Almost-header .title{font-size:1.5rem}}@media (max-width: 480px){.Profile-Container{margin:50px auto 20px;padding:1.5rem;max-width:calc(100% - 20px);box-shadow:0 5px 15px #0000001a}.Profile-Container .Almost-header{margin-bottom:20px}.Profile-Container .Almost-header img{width:100px;height:100px;margin-bottom:12px}.Profile-Container .Almost-header .title{font-size:1.25rem}.Profile-Container .Almost-header input[type=file]{font-size:12px;margin:10px auto}.create-using{margin-top:15px}}@media (max-width: 360px){.Profile-Container{padding:1.25rem 1rem;max-width:calc(100% - 10px);border-radius:.25rem}.Profile-Container .Almost-header img{width:80px;height:80px;margin-bottom:10px}.Profile-Container .Almost-header .title{font-size:1.1rem}}.Signup-head{text-align:center;margin-bottom:30px}.Signup-head .title{font-size:2rem;font-weight:600;margin-bottom:10px;color:#232323}@media (max-width: 768px){.Signup-head .title{font-size:1.75rem}}@media (max-width: 480px){.Signup-head .title{font-size:1.5rem}.Signup-head{margin-bottom:25px}}@media (max-width: 360px){.Signup-head .title{font-size:1.25rem}.Signup-head{margin-bottom:20px}}.email-section,.password-section,.confirm-password-section{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-label{font-size:14px;color:#333;margin:0;font-weight:500}.input-wrapper{position:relative;width:100%}.input-wrapper>div{width:100%}.password-input-wrapper{position:relative}.password-input-wrapper .email-input{padding-right:45px}.password-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;color:#666;font-size:18px;z-index:10;display:flex;align-items:center;justify-content:center;transition:color .2s;pointer-events:auto;line-height:1;height:18px;width:18px}.password-toggle:hover{color:#333}@media (max-width: 480px){.password-input-wrapper .email-input{padding-right:40px}.password-toggle{right:12px;font-size:16px;height:16px;width:16px}}@media (max-width: 360px){.password-input-wrapper .email-input{padding-right:38px}.password-toggle{right:10px;font-size:15px;height:15px;width:15px}}.email-input{padding:0 15px;width:100%;font-size:14px;line-height:normal;transition:border-color .2s,box-shadow .2s}.email-input:focus{outline:none;border-color:#f75d02;box-shadow:0 0 0 3px #f75d021a}@media (max-width: 768px){.email-section,.password-section,.confirm-password-section{margin-bottom:18px;gap:6px}}@media (max-width: 480px){.email-input{font-size:16px}.form-label{font-size:13px}.email-section,.password-section,.confirm-password-section{margin-bottom:16px;gap:6px}}@media (max-width: 360px){.email-section,.password-section,.confirm-password-section{margin-bottom:14px;gap:5px}.form-label{font-size:12px}}.create-account-btn-section{display:flex;flex-direction:column;gap:15px;justify-content:center;margin-bottom:30px;align-items:center;width:100%}.create-account-btn{width:100%;font-weight:500;transition:background-color .2s,transform .1s;cursor:pointer}.create-account-btn:hover:not(:disabled){background-color:#333;transform:translateY(-1px)}.create-account-btn:active:not(:disabled){transform:translateY(0)}@media (max-width: 768px){.create-account-btn-section{margin-bottom:28px;gap:12px}}@media (max-width: 480px){.create-account-btn-section{margin-bottom:25px;gap:12px}}@media (max-width: 360px){.create-account-btn-section{margin-bottom:20px;gap:10px}}.terms{font-size:12px;color:#5a607f;text-align:center;line-height:1.5;margin:0}.terms-of-service{text-decoration:none;color:#f75d02;transition:color .2s}.terms-of-service:hover{color:#e55a00;text-decoration:underline}.sign-in-link{text-decoration:none;color:#f75d02;font-weight:500;transition:color .2s}.sign-in-link:hover{color:#e55a00;text-decoration:underline}@media (max-width: 768px){.terms{font-size:11.5px;line-height:1.4}}@media (max-width: 480px){.terms{font-size:11px;line-height:1.4}}@media (max-width: 360px){.terms{font-size:10px;line-height:1.3}}.divider-section{display:flex;align-items:center;gap:15px;margin:30px 0;width:100%}.divider{flex:1;border:none;border-top:1px solid #e0e0e0;margin:0}.divider-text{font-size:12px;color:#5a607f;white-space:nowrap;margin:0}.google-facebook{display:flex;flex-direction:column;gap:15px;justify-content:center;align-items:center;margin-top:20px;margin-bottom:20px;width:100%}.google,.facebook{width:100%;background-color:#fff;display:flex;gap:15px;justify-content:center;align-items:center;height:45px;border:1px solid #d5d5d5;border-radius:4px;transition:background-color .2s,border-color .2s,transform .1s;cursor:pointer}.google:hover,.facebook:hover{background-color:#f9f9f9;border-color:#b5b5b5;transform:translateY(-1px)}.google:active,.facebook:active{transform:translateY(0)}.google img,.facebook img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.google-text,.facebook-text{text-decoration:none;color:#f75d02;font-size:14px;font-weight:500;cursor:pointer}.facebook-text{color:#f75d02}@media (max-width: 768px){.google,.facebook{gap:12px;height:44px}.google-text,.facebook-text{font-size:13px}}@media (max-width: 768px){.divider-section{margin:28px 0;gap:12px}}@media (max-width: 480px){.divider-section{margin:25px 0;gap:10px}.divider-text{font-size:11px}.google-facebook{gap:12px;margin-top:15px;margin-bottom:15px}.google,.facebook{height:42px;gap:10px}.google img,.facebook img{width:18px;height:18px}.google-text,.facebook-text{font-size:12px}}@media (max-width: 360px){.divider-section{margin:20px 0;gap:8px}.divider-text{font-size:10px;white-space:normal}.google-facebook{gap:10px;margin-top:12px;margin-bottom:12px}.google,.facebook{height:40px;gap:8px}.google img,.facebook img{width:16px;height:16px}.google-text,.facebook-text{font-size:11px}}.forgot-password{text-decoration:none;color:#f75d02;font-size:12px;font-weight:500;transition:color .2s;text-align:center;margin-top:5px}.forgot-password:hover{color:#e55a00;text-decoration:underline}@media (max-width: 480px){.forgot-password{font-size:11px}}.Almost-header{text-align:center;margin-bottom:30px;padding:0 20px}.Almost-header img{width:140px;height:140px;margin-bottom:40px;max-width:100%;object-fit:contain}.Almost-header .title{font-size:2rem;font-weight:600;margin-bottom:15px;color:#232323;font-family:Space Grotesk,sans-serif}.Almost-header .terms{font-size:14px;color:#5a607f;text-align:center;line-height:1.6;margin:0;padding:0 10px}@media (max-width: 1024px){.Almost-header{padding:0 15px}.Almost-header .title{font-size:1.75rem}.Almost-header .terms{font-size:13px}}@media (max-width: 768px){.Almost-header{margin-bottom:25px;padding:0 15px}.Almost-header img{width:120px;height:120px;margin-bottom:30px}.Almost-header .title{font-size:1.5rem;margin-bottom:12px}.Almost-header .terms{font-size:12px;padding:0 5px}.divider-section{margin:25px 0;gap:10px;padding:0 15px}.divider-text{font-size:11px;white-space:normal}.google-facebook{padding:0 15px}}@media (max-width: 480px){.Almost-header{margin-bottom:20px;padding:0 10px}.Almost-header img{width:100px;height:100px;margin-bottom:25px}.Almost-header .title{font-size:1.25rem;margin-bottom:10px}.Almost-header .terms{font-size:11px;padding:0;line-height:1.5}.divider-section{margin:20px 0;gap:8px;padding:0 10px}.divider-text{font-size:10px;white-space:normal}.google-facebook{gap:12px;margin-top:15px;padding:0 10px}.google,.facebook{height:42px;gap:10px;padding:0 15px}.google img,.facebook img{width:18px;height:18px}.google-text,.facebook-text{font-size:12px}}@media (max-width: 360px){.Almost-header img{width:80px;height:80px;margin-bottom:20px}.Almost-header .title{font-size:1.1rem;margin-bottom:8px}.Almost-header .terms{font-size:10px}.divider-section{margin:15px 0;gap:5px}.divider-text{font-size:9px}.google,.facebook{height:40px;gap:8px;padding:0 10px}.google-text,.facebook-text{font-size:11px}}.unlock-section{width:100%;height:100vh;min-height:400px;max-height:800px;background-image:url(/assets/beautiful-woman2-CSJYyPBe.png);background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;margin-top:65px;overflow:hidden}.unlock-section img{display:none;width:100%;max-width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center}.float{width:90%;max-width:1200px;min-height:100px;background-color:#fff;display:flex;align-items:center;justify-content:space-evenly;padding:0 40px;margin:auto;position:relative;top:-50px;left:0;right:0;box-shadow:0 10px 20px #0000001a;z-index:10;box-sizing:border-box}.search{width:100%;min-height:60px;background-color:#fff;display:flex;align-items:center;gap:20px;padding-left:5px;padding-top:15px;border-right:1px solid black;font-family:Space Grotesk,sans-serif;flex:1}.search-mini{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;height:100%}.search-mini svg{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#666;font-size:20px;line-height:1;vertical-align:middle}.search-mini input{flex:1;border:none;outline:none;font-family:Space Grotesk,sans-serif;font-size:16px;color:#333;line-height:30px;padding:0;margin:0;vertical-align:middle}.search-mini input::placeholder{color:#999;opacity:1}.all-categories{display:flex;align-items:center;gap:10px;font-family:Space Grotesk,sans-serif;padding:0 15px;white-space:nowrap}.view-categories{margin-top:100px;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;flex-direction:row}.view-categories p{color:#f75d02;font-size:14px;font-family:Space Grotesk,sans-serif}.view-categories h1{font-family:Space Grotesk,sans-serif;font-size:24px}.page-width{margin:auto;width:1360px;max-width:calc(100% - 40px)}.boxes{display:flex;gap:20px;margin-bottom:80px;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.boxes::-webkit-scrollbar{display:none;width:0;height:0}.box{width:250px;height:50px;padding:10px;background-color:#fff;display:flex;justify-content:center;align-items:center;gap:20px;border:1px solid black}.box p{font-size:14px;font-family:Space Grotesk,sans-serif;white-space:nowrap}.box svg,.box>*:first-child{flex-shrink:0}.fashion{width:150px;height:50px;padding:5px;background-color:#f75d02;display:flex;justify-content:center;align-items:center;gap:20px;color:#fff;font-family:Space Grotesk,sans-serif}.fashion p{font-size:14px;font-family:Space Grotesk,sans-serif;white-space:nowrap}.fashion svg,.fashion>*:first-child{flex-shrink:0}.sport{width:155px;height:50px;padding:10px;background-color:#fff;display:flex;justify-content:center;align-items:center;gap:20px;border:1px solid black}.sport p{font-size:14px;font-family:Space Grotesk,sans-serif;white-space:nowrap}.computing{width:190px;height:50px;padding:10px;background-color:#fff;display:flex;justify-content:center;align-items:center;gap:20px;border:1px solid black}.computing p{font-size:14px;font-family:Space Grotesk,sans-serif;white-space:nowrap}.computing svg,.computing>*:first-child{flex-shrink:0}.sneakers{width:190px;height:50px;padding:10px;background-color:#fff;display:flex;justify-content:center;align-items:center;gap:20px;border:1px solid black}.sneakers p{font-size:14px;font-family:Space Grotesk,sans-serif;white-space:nowrap}.sneakers svg,.sneakers>*:first-child{flex-shrink:0}.top-sales{display:flex;align-items:center;justify-content:space-between;font-family:Space Grotesk,sans-serif;margin-bottom:1rem;flex-direction:row;gap:1rem;flex-wrap:wrap}.top-sales h1{font-family:Space Grotesk,sans-serif;font-size:clamp(1.125rem,4vw,1.5rem);font-weight:600;margin:0;flex:1;min-width:200px}.top-sales-forexplore{display:flex;align-items:center;justify-content:space-between;font-family:Space Grotesk,sans-serif;margin-bottom:1rem;flex-direction:row;gap:1rem;flex-wrap:wrap}.top-sales-forexplore h1{font-family:Space Grotesk,sans-serif;font-size:clamp(1.125rem,4vw,1.5rem);font-weight:600;margin:0;flex:1;min-width:200px}.nxt{display:flex;gap:.75rem;flex-shrink:0}.round{min-height:2.75rem;min-width:2.75rem;height:2.75rem;width:2.75rem;border-radius:50%;background-color:#f2f2f2;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex-shrink:0}.round:hover{background-color:#e5e5e5}.round:active{transform:scale(.95)}@media (min-width: 768px){.top-sales,.top-sales-forexplore{margin-bottom:1.25rem}.top-sales h1,.top-sales-forexplore h1{font-size:1.5rem}.nxt{gap:1rem}.round{height:2.5rem;width:2.5rem;min-height:2.5rem;min-width:2.5rem}}@media (min-width: 1024px){.top-sales h1,.top-sales-forexplore h1{font-size:1.5rem}.round{height:2.5rem;width:2.5rem}}.admin-page{display:grid;grid-template-columns:296px 1fr}.admin-nav{display:flex;flex-direction:column;justify-content:space-between;height:100vh;background-color:#232323;padding-bottom:40px;position:sticky;top:0;overflow-y:auto}.admin-clicks{display:flex;flex-direction:column;gap:20px;background-color:#232323;align-items:center;padding:40px 0 0 46px;height:100vh}.admin-nav img{color:#fff}.admin-tabs{display:flex;align-items:center;gap:20px;width:250px;height:43px;background-color:#232323;padding-left:20px;text-decoration:none}.admin-tabs:focus-within{background-color:#f75d02}.admin-info{color:#fff;display:flex;flex-direction:column;gap:40px;align-items:center;font-family:Space Grotesk,sans-serif}.admin-info h3{color:#f75d02;font-family:Space Grotesk,sans-serif}.admin-info img{width:40px;height:40px;border-radius:20px}.admin-name{display:flex;align-items:center;gap:10px;font-family:Space Grotesk,sans-serif}.no-decoration{text-decoration:none}.dashboard-content-width{padding:40px 30px 0;background:#f5f5f5;min-height:100vh;display:flex;flex-direction:column;gap:15px}.dashboard-cards{display:flex;gap:40px;font-family:Space Grotesk,sans-serif}.dashboard-card{width:260px;height:120px;background-color:#fff;display:flex;flex-direction:column;gap:5px;padding:15px;font-family:Space Grotesk,sans-serif}.dashboard-card-firstline{display:flex;justify-content:space-between;font-family:Space Grotesk,sans-serif}.dashboard-card-firstline img{width:30px;height:30px}.dashboard-card-firstline p{font-family:Space Grotesk,sans-serif;font-weight:300}.dashboard-card-lastline{display:flex;align-items:center}.dashboard-card-lastline p{font-size:10px;line-height:24px;font-weight:300;font-family:Space Grotesk,sans-serif}.view-orders{color:#018df0}.statistics-section{min-height:340px;width:100%;background-color:#f5f5f5;display:flex;gap:15px;padding:20px;border-radius:4px}.statistics-chart{flex:1;background-color:#fff;padding:20px;border-radius:4px;box-shadow:0 2px 4px #0000001a}.chart-header{margin-bottom:10px}.statistics-image{width:900px}.statistics-image img{height:340px;width:880px}.most-selling-product{padding:20px;min-height:340px;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:300px}.most-selling-product p{font-family:Space Grotesk,sans-serif}@media (max-width: 1200px){.statistics-section{flex-direction:column}.statistics-chart,.most-selling-product{width:100%}}.latest-order{background-color:#fff;border-radius:4px;padding:16px;font-family:Space Grotesk,sans-serif}.latest-order h4{font-weight:700;color:#232323;margin-bottom:16px}.order-table{width:100%;border-collapse:collapse}.order-table th,.order-table td{text-align:left;padding:12px 16px;border-bottom:1px solid #eee;font-size:15px}.order-table th{font-weight:600;color:#232323}.order-table td{color:#777980;font-weight:500}.order-table tr:hover{background-color:#f9f9f9}.status.delivered{color:green;font-weight:600}.status.canceled{color:red;font-weight:600}.status.pending{color:#cdcd02;font-weight:600}.first-table-row{background-color:#f5f5f5}.Order-content-width,.Product-content-width{padding:40px 30px 0;background:#f5f5f5;min-height:100vh;display:flex;flex-direction:column;gap:15px}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:20px 0;background-color:#fff;border-radius:4px;margin-top:20px;font-family:Space Grotesk,sans-serif;flex-wrap:nowrap;gap:15px}.pagination-info{font-size:14px;color:#777980;font-weight:500;white-space:nowrap;flex-shrink:0}.pagination-controls{display:flex;align-items:center;gap:10px;flex-shrink:1;justify-content:center}.pagination-btn{padding:8px 16px;background-color:#fff;border:1px solid #d5d5d5;border-radius:4px;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:14px;color:#232323;transition:all .2s}.pagination-btn:hover:not(:disabled){background-color:#f5f5f5;border-color:#f75d02}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-page-btn{min-width:36px;height:36px;padding:0 12px;background-color:#fff;border:1px solid #d5d5d5;border-radius:4px;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:14px;color:#232323;font-weight:500;transition:all .2s;display:flex;align-items:center;justify-content:center}.pagination-page-btn:hover:not(:disabled){background-color:#f5f5f5;border-color:#f75d02}.pagination-page-btn.active{background-color:#f75d02;border-color:#f75d02;color:#fff}.pagination-page-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-per-page{display:flex;align-items:center;gap:10px;font-size:14px;color:#777980;font-weight:500;white-space:nowrap;flex-shrink:0}.pagination-per-page select{padding:6px 12px;border:1px solid #d5d5d5;border-radius:4px;font-family:Space Grotesk,sans-serif;font-size:14px;color:#232323;cursor:pointer;outline:none;background-color:#fff}.pagination-per-page select:hover{border-color:#f75d02}.pagination-per-page select:focus{border-color:#f75d02;box-shadow:0 0 0 2px #f75d021a}.settings-page{padding:40px 30px;background:#f5f5f5;min-height:100vh;font-family:Space Grotesk,sans-serif}.settings-header{margin-bottom:30px}.back-link{display:inline-block;color:#232323;text-decoration:none;font-size:14px;font-weight:500;margin-bottom:15px;transition:color .2s}.back-link:hover{color:#f75d02}.settings-title{font-size:28px;font-weight:700;color:#232323;margin:0}.settings-layout{display:grid;grid-template-columns:1fr 400px;gap:30px;align-items:start}.settings-left{display:flex;flex-direction:column;gap:30px}.profile-card{background:#fff;border-radius:8px;padding:30px;display:flex;align-items:center;gap:25px;box-shadow:0 1px 3px #0000001a}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#a78bfa,#8b5cf6);display:flex;align-items:center;justify-content:center}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:700}.profile-info{flex:1}.profile-name{font-size:24px;font-weight:700;color:#232323;margin:0 0 12px}.profile-details{display:flex;flex-direction:column;gap:6px}.profile-detail-item{font-size:14px;color:#666;font-weight:500}.customer-orders-section{background:#fff;border-radius:8px;padding:25px;box-shadow:0 1px 3px #0000001a}.section-title{font-size:20px;font-weight:600;color:#232323;margin:0 0 20px}.orders-table-container{overflow-x:auto}.orders-table{width:100%;border-collapse:collapse}.orders-table thead{background-color:#f9fafb}.orders-table th{text-align:left;padding:12px 16px;font-size:14px;font-weight:600;color:#232323;border-bottom:1px solid #e5e7eb}.orders-table td{padding:16px;font-size:14px;color:#666;border-bottom:1px solid #f3f4f6}.orders-table tbody tr:hover{background-color:#f9fafb}.order-id{font-weight:600;color:#232323;font-family:monospace}.order-date{color:#666}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;color:#fff;text-transform:capitalize}.order-price{font-weight:600;color:#232323}.settings-right{position:sticky;top:20px}.overview-card{background:#fff;border-radius:8px;padding:25px;box-shadow:0 1px 3px #0000001a}.overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #e5e7eb}.overview-title{font-size:20px;font-weight:600;color:#232323;margin:0}.edit-link{background:none;border:none;color:#f75d02;font-size:14px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s}.edit-link:hover{color:#e55a00}.edit-actions{display:flex;gap:10px}.save-btn,.cancel-btn{padding:6px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.save-btn{background-color:#f75d02;color:#fff}.save-btn:hover{background-color:#e55a00}.cancel-btn{background-color:#e5e7eb;color:#666}.cancel-btn:hover{background-color:#d1d5db}.overview-content{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.overview-item{display:flex;flex-direction:column;gap:8px}.overview-label{font-size:14px;font-weight:600;color:#232323}.overview-value{font-size:14px;color:#666;margin:0;line-height:1.5}.overview-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;font-family:Space Grotesk,sans-serif;color:#232323;outline:none;transition:border-color .2s}.overview-input:focus{border-color:#f75d02;box-shadow:0 0 0 3px #f75d021a}.overview-footer{padding-top:20px;border-top:1px solid #e5e7eb}.delete-account-btn{background:none;border:none;color:#ef4444;font-size:14px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s}.delete-account-btn:hover{color:#dc2626}@media (max-width: 1200px){.settings-layout{grid-template-columns:1fr}.settings-right{position:static}}@media (max-width: 768px){.settings-page{padding:20px 15px}.profile-card{flex-direction:column;text-align:center}.orders-table-container{overflow-x:scroll}}.order-management{display:flex;align-items:center;justify-content:space-between;font-family:Space Grotesk,sans-serif}.order-management h4{font-family:Space Grotesk,sans-serif;font-size:20px;line-height:20px;font-weight:500}.status-search{width:100%;height:40px;background-color:#f5f5f5;display:flex;justify-content:space-between;align-items:center}.Top-order-section{display:flex;flex-direction:column;gap:60px}.left-options{width:450px;height:40px;display:flex;align-items:center;background-color:#fff;padding:10px}.right-side{width:300px;height:40px;background-color:#fff;padding:10px;display:flex;gap:5px;justify-content:center;border:1px solid #d5d5d5}.Order-management-search{width:250px;height:2px;border:none;border-radius:none;outline:none}.footer-select-page{width:85%;height:40px;background-color:#fff;margin:auto;display:flex;padding:0 40px;justify-content:space-between;align-items:center}.middle-footer-select-page{display:flex;gap:20px;align-items:center}.select-page-numbers,.right-footer-select-page{display:flex;gap:10px}.footer-select-page,.middle-footer-select-page>p{font-weight:500;font-size:12px;color:#777980;font-family:Space Grotesk,sans-serif}.result-per-page{color:#f75d02}.product-search-btn{display:flex;align-items:center;justify-content:space-between}.product-management-btn{display:flex;gap:20px}.product-management-btn a{text-decoration:none;color:inherit}.container{max-width:100%}.header{margin-bottom:2rem}.header h1{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif}.header p{color:#737373}.table-container{background:#fff;border-radius:.5rem;border:1px solid #e5e5e5;overflow:hidden}table{width:100%;border-collapse:collapse}thead{background-color:#f5f5f54d;border-bottom:1px solid #e5e5e5}th{text-align:left;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;color:#262626;font-family:Space Grotesk,sans-serif}tbody tr{border-bottom:1px solid #e5e5e5;transition:background-color .2s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background-color:#f5f5f533}td{padding:15px 30px;font-size:12px}.product-cell{display:flex;align-items:center;gap:30px}.checkbox{width:1rem;height:1rem;border:1px solid #e5e5e5;cursor:pointer}.product-image{width:40px;height:40px;background-color:#f5f5f5;overflow:hidden;flex-shrink:0}.product-image img{width:100%;height:100%;object-fit:cover}.vendor-product-image{width:40px;height:40px;border-radius:20px;background-color:#f5f5f5;overflow:hidden;flex-shrink:0}.vendor-product-image img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column}.product-name{font-weight:500;color:#262626;font-family:Space Grotesk,sans-serif}.product-category{font-size:.75rem;color:#737373;font-family:Space Grotesk,sans-serif}.inventory{color:#737373;font-family:Space Grotesk,sans-serif}.rating{display:flex;align-items:center;gap:.25rem}.star{color:#fbbf24}.actions{display:flex;gap:.5rem}.action-btn{padding:.5rem;background:none;border:none;cursor:pointer;border-radius:.375rem;transition:background-color .2s;color:#fb923c}.edit-action-btn{padding:.5rem;background:none;border:none;cursor:pointer;border-radius:.375rem;transition:background-color .2s;color:#737373}.action-btn:hover,.edit-action-btn:hover{background-color:#f5f5f5}.action-btn svg{width:1rem;height:1rem;display:block}.black-friday{width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.black-friday img{width:100%;height:500px;object-fit:contain}.image-grid{display:flex;gap:30px;flex-wrap:wrap;margin-bottom:60px;justify-content:center}.image-grid img{width:430px;max-width:100%;height:auto;aspect-ratio:430 / 638;object-fit:cover}.compare-product-price{background-color:#fde1cf;width:100%;padding:70px;display:flex;align-items:center;gap:60px;flex-wrap:wrap;justify-content:center}.void{width:300px;height:250px;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.void img{max-width:100%;max-height:100%;object-fit:contain}.compare-product-content{display:flex;flex-direction:column;gap:40px}.compare-product-content h1{font-size:36px;font-weight:500;font-family:Space Grotesk,sans-serif;line-height:100%}.compare-product-content p{font-size:14px;font-weight:500;font-family:Space Grotesk,sans-serif;line-height:100%;max-width:600px;width:100%}.Product-name-view-price{display:flex;gap:20px;flex-wrap:wrap}.Product-name-view-price input{width:400px;max-width:100%;min-width:200px;height:40px;border-radius:none;padding-left:20px;outline:none;flex:1}.Subscribe{display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:center;height:300px}.Subscribe-mini{margin:0 auto;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;max-width:700px;width:100%;padding:0 20px}.Subscribe-mini h1{font-size:36px;font-weight:500;font-family:Space Grotesk,sans-serif;line-height:100%}.Subscribe-mini p{text-align:center;font-size:14px;color:#737373;font-family:Space Grotesk,sans-serif;line-height:100%;max-width:600px;width:100%}.Subscribe-search{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;width:100%;max-width:500px}.Subscribe-search input{width:300px;max-width:100%;min-width:200px;height:40px;border-radius:none;padding-left:20px;outline:none;background-color:#ebebeb;flex:1}@media (min-width: 1361px){.unlock-section{height:100vh;min-height:500px;max-height:900px;background-size:cover}.unlock-section img{width:100%;height:100%;object-fit:cover;object-position:center}}@media (min-width: 1025px) and (max-width: 1360px){.unlock-section{height:90vh;min-height:450px;max-height:800px;background-size:cover}.unlock-section img{width:100%;height:100%;object-fit:cover;object-position:center}}@media (max-width: 1360px){.page-width{width:100%;max-width:100%;padding:0 10px}}@media (max-width: 1024px){.unlock-section{height:auto;min-height:350px;max-height:600px;margin-bottom:60px;margin-top:0;background-size:cover}.unlock-section img{width:100%;height:100%;min-height:350px;max-height:600px;object-fit:cover;object-position:center}.float{width:95%;padding:20px;flex-direction:column;gap:15px;top:0;position:relative;margin:40px auto}.search{width:100%;border-right:none;border-bottom:1px solid #e0e0e0;padding-bottom:15px;padding-top:10px}.all-categories{width:100%;justify-content:center;padding:10px 0}.view-categories{margin-top:60px;flex-direction:row;align-items:center;justify-content:space-between}.boxes{gap:15px;margin-bottom:50px;flex-wrap:nowrap;overflow-x:auto}.box{width:220px;padding:8px;gap:12px;min-width:200px}.box p{font-size:12px;white-space:nowrap}.box svg,.box>*:first-child{width:28px!important;height:28px!important}.fashion,.sport,.computing,.sneakers{width:220px;padding:8px;gap:12px;min-width:200px}.fashion p,.sport p,.computing p,.sneakers p{font-size:12px;white-space:nowrap}.fashion svg,.fashion>*:first-child,.sport svg,.sport>*:first-child,.computing svg,.computing>*:first-child,.sneakers svg,.sneakers>*:first-child{width:28px!important;height:28px!important}.image-grid{gap:20px}.image-grid img{width:calc(50% - 10px);max-width:430px}.compare-product-price{padding:50px 30px;gap:40px}.void{width:250px;height:200px}.compare-product-content h1{font-size:28px}.Product-name-view-price{flex-direction:column;width:100%}.Product-name-view-price input{width:100%}.Product-name-view-price button,.Product-name-view-price .button{width:100%!important;max-width:100%}.Subscribe{padding:40px 20px;height:auto}.Subscribe-mini h1{font-size:28px}.top-sales h1,.top-sales-forexplore h1,.view-categories h1{font-size:20px}}@media (max-width: 768px){.page-width{width:100%;max-width:100%;padding:0 10px}.unlock-section{height:auto;min-height:300px;max-height:500px;margin-bottom:50px;margin-top:55px;background-size:cover}.unlock-section img{width:100%;height:100%;min-height:300px;max-height:500px;object-fit:cover;object-position:center}.float{width:calc(100% - 40px);padding:15px;top:0;position:relative;margin:30px auto}.search{padding:10px 5px;gap:10px}.search-mini svg{font-size:18px}.view-categories{margin-top:40px;margin-bottom:20px}.view-categories h1{font-size:18px}.view-categories p{font-size:12px}.boxes{gap:12px;margin-bottom:40px;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.box{width:180px;padding:6px;gap:10px;min-width:160px}.box p{font-size:11px;white-space:nowrap}.box svg,.box>*:first-child{width:24px!important;height:24px!important}.fashion,.sport,.computing,.sneakers{width:180px;padding:6px;gap:10px;min-width:160px}.fashion p,.sport p,.computing p,.sneakers p{font-size:11px;white-space:nowrap}.fashion svg,.fashion>*:first-child,.sport svg,.sport>*:first-child,.computing svg,.computing>*:first-child,.sneakers svg,.sneakers>*:first-child{width:24px!important;height:24px!important}.image-grid{gap:15px}.image-grid img{width:100%;max-width:430px}.compare-product-price{padding:40px 20px;flex-direction:column;gap:30px}.void{width:100%;max-width:300px;height:200px}.compare-product-content{width:100%;text-align:center}.compare-product-content h1{font-size:24px}.compare-product-content p{font-size:13px;line-height:1.5}.Product-name-view-price,.Product-name-view-price input{width:100%}.Subscribe{padding:30px 15px}.Subscribe-mini{padding:0 10px}.Subscribe-mini h1{font-size:24px}.Subscribe-mini p{font-size:13px;line-height:1.5}.Subscribe-search{flex-direction:column;width:100%;max-width:100%}.Subscribe-search input{width:100%}.Subscribe-search button,.Subscribe-search .button{width:100%!important;max-width:100%}.top-sales,.top-sales-forexplore{flex-direction:row;align-items:center;justify-content:space-between}.top-sales h1,.top-sales-forexplore h1{font-size:18px}.nxt{gap:15px}.round{height:35px;width:35px}.black-friday img{height:auto;max-height:400px}}@media (max-width: 600px){body,html{width:100%;max-width:100%;overflow-x:hidden}#root{padding:0;width:100%;max-width:100%}.unlock-section{height:auto;min-height:250px;max-height:400px;margin-bottom:40px;margin-top:55px;background-size:cover}.unlock-section img{display:block;width:100%;height:100%;min-height:250px;max-height:400px;object-fit:cover;object-position:center}.float{width:calc(100% - 20px);padding:12px;top:0;position:relative;margin:20px auto}.search{padding:8px 5px;gap:8px;min-height:50px}.search-mini{gap:8px}.search-mini svg{font-size:16px}.all-categories{font-size:14px;padding:8px 0}.all-categories p{font-size:12px}.view-categories{margin-top:30px;margin-bottom:15px}.view-categories h1{font-size:16px}.view-categories p{font-size:11px}.boxes{gap:10px;margin-bottom:30px;flex-wrap:nowrap;overflow-x:auto}.box{width:150px;padding:5px;gap:8px;min-width:140px}.box p{font-size:10px;white-space:nowrap}.box svg,.box>*:first-child{width:20px!important;height:20px!important}.fashion,.sport,.computing,.sneakers{width:150px;padding:5px;gap:8px;min-width:140px}.fashion p,.sport p,.computing p,.sneakers p{font-size:10px;white-space:nowrap}.fashion svg,.fashion>*:first-child,.sport svg,.sport>*:first-child,.computing svg,.computing>*:first-child,.sneakers svg,.sneakers>*:first-child{width:20px!important;height:20px!important}.page-width{padding:0;max-width:100%;width:100%}.image-grid{gap:12px;margin-bottom:40px}.compare-product-price{padding:30px 15px;gap:20px}.void{height:150px}.compare-product-content h1{font-size:20px}.compare-product-content p{font-size:12px}.Product-name-view-price input{height:38px;font-size:14px}.Product-name-view-price button,.Product-name-view-price .button{width:100%!important;height:38px!important}.Subscribe{padding:25px 10px}.Subscribe-mini h1{font-size:20px}.Subscribe-mini p{font-size:12px}.Subscribe-search input{height:38px;font-size:14px}.Subscribe-search button,.Subscribe-search .button{width:100%!important;height:38px!important}.top-sales h1,.top-sales-forexplore h1{font-size:16px}.round{height:32px;width:32px}.black-friday img{max-height:300px}}@media (max-width: 480px){.unlock-section{height:auto;min-height:200px;max-height:350px;margin-bottom:30px;margin-top:55px;background-size:cover}.unlock-section img{display:block;width:100%;height:100%;min-height:200px;max-height:350px;object-fit:cover;object-position:center}.float{width:calc(100% - 16px);padding:10px;top:0;position:relative;margin:20px auto;flex-direction:column}.search{width:100%;padding:8px 5px;min-height:45px}.search-mini input{font-size:14px}.all-categories{font-size:12px;padding:5px 0}.category-dropdown{min-width:180px!important;max-width:calc(100vw - 40px);left:50%!important;transform:translate(-50%);right:auto!important}.all-categories{position:relative}.view-categories{margin-top:25px}.view-categories h1{font-size:14px}.view-categories p{font-size:10px}.boxes{gap:8px;margin-bottom:25px;flex-wrap:nowrap;overflow-x:auto}.box{width:130px;padding:4px;gap:6px;min-width:120px}.box p{font-size:9px;white-space:nowrap}.box svg,.box>*:first-child{width:18px!important;height:18px!important}.fashion,.sport,.computing,.sneakers{width:130px;padding:4px;gap:6px;min-width:120px}.fashion p,.sport p,.computing p,.sneakers p{font-size:9px;white-space:nowrap}.fashion svg,.fashion>*:first-child,.sport svg,.sport>*:first-child,.computing svg,.computing>*:first-child,.sneakers svg,.sneakers>*:first-child{width:18px!important;height:18px!important}.page-width{padding:0 10px;max-width:100%;width:100%}.image-grid{gap:10px;margin-bottom:30px}.compare-product-price{padding:25px 10px}.void{height:120px;width:100%}.compare-product-content h1{font-size:18px}.compare-product-content p{font-size:11px}.Product-name-view-price{gap:15px}.Product-name-view-price input{height:36px;padding-left:15px;font-size:13px}.Subscribe{padding:20px 8px}.Subscribe-mini{padding:0 5px}.Subscribe-mini h1{font-size:18px}.Subscribe-mini p{font-size:11px}.Subscribe-search{gap:15px}.Subscribe-search input{height:36px;padding-left:15px;font-size:13px}.top-sales h1,.top-sales-forexplore h1{font-size:14px}.nxt{gap:10px}.round{height:30px;width:30px}.black-friday img{max-height:250px}.search-results-grid{grid-template-columns:1fr!important;gap:20px!important;justify-items:center}.search-results-grid .card{width:100%;max-width:100%;margin:0;display:block}.swiper-slide{display:flex;justify-content:center}.swiper-slide .card{width:100%;max-width:100%;margin:0;display:block}}@media (max-width: 360px){body,html{width:100%;max-width:100%;overflow-x:hidden}#root{padding:0;width:100%;max-width:100%}.unlock-section{height:auto;min-height:180px;max-height:300px;margin-bottom:25px;margin-top:55px;background-size:cover}.unlock-section img{display:block;width:100%;height:100%;min-height:180px;max-height:300px;object-fit:cover;object-position:center}.float{width:calc(100% - 12px);padding:8px;top:0;position:relative;margin:15px auto;flex-direction:column;gap:10px}.search{width:100%;padding:6px 4px;min-height:40px}.search-mini input{font-size:13px}}@media (max-width: 768px){.search-results-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:15px!important;justify-items:center}}@media (max-width: 600px){.search-results-grid{grid-template-columns:1fr!important;gap:20px!important;justify-items:center}.search-results-grid .card{width:100%;max-width:100%;margin:0;display:block}.swiper-slide{display:flex;justify-content:center}.swiper-slide .card{width:100%;max-width:100%;margin:0;display:block}}@media (max-width: 480px){.search-results-grid{grid-template-columns:1fr!important;gap:20px!important;justify-items:center}.search-results-grid .card{width:100%;max-width:100%;margin:0;display:block}.swiper-slide{display:flex;justify-content:center}.swiper-slide .card{width:100%;max-width:100%;margin:0;display:block}}.cart-container{max-width:1400px;margin:120px auto 0}@media (max-width: 768px){.cart-container{margin-top:70px}}@media (max-width: 480px){.cart-container{margin-top:60px}}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:150px}@media (max-width: 768px){.cart-layout{margin-bottom:20px}}@media (max-width: 1024px){.cart-layout{grid-template-columns:3fr 2fr;gap:1.5rem}.order-summary{position:static;margin-top:30px;height:auto}}@media (max-width: 768px){.cart-layout{grid-template-columns:1fr;gap:.75rem;margin-bottom:20px}.cart-section h1{font-size:1.5rem;margin-bottom:1rem}.cart-item{padding:5px 28px 5px 5px;gap:.4rem;margin-bottom:6px;min-height:60px;align-items:center}.product-image{width:50px;height:50px;min-width:50px;min-height:50px}.product-info{flex:1;min-width:0}.product-info h3{font-size:.75rem;line-height:1.15;margin-bottom:.08rem}.product-brand{font-size:.625rem;line-height:1.15}.product-info>div{font-size:.5rem;line-height:1.15;margin-top:.08rem}.quantity-controls{margin:0;gap:.3rem;min-width:60px;flex-shrink:0}.quantity-btn{width:20px;height:20px;font-size:.75rem}.quantity-display{font-size:.75rem;min-width:20px}.product-price{min-width:55px;width:55px;text-align:right;font-size:.75rem;flex-shrink:0;justify-content:flex-end}.order-summary{padding:16px 12px;height:auto;position:static;width:100%;max-width:100%;box-sizing:border-box;margin:0}.order-summary h2{font-size:1rem;margin-bottom:16px}.summary-row{font-size:.875rem;flex-wrap:wrap;margin-bottom:.5rem;gap:.25rem}.summary-row span{word-break:break-word}.summary-divider{margin:.75rem 0}.summary-total{font-size:.9375rem;flex-wrap:wrap;margin-bottom:16px;gap:.25rem}.total-amount{font-size:1rem}.customer-email{margin-bottom:12px}.customer-email label{font-size:.75rem;margin-bottom:.375rem}.customer-email input{font-size:.875rem;padding:.5rem}.checkout-btn{width:100%;font-size:.875rem;padding:.625rem 1rem}.remove-btn{top:.3rem;right:.3rem;width:18px;height:18px;font-size:.6875rem}}@media (max-width: 480px){.cart-container{padding:0 8px}.cart-section h1{font-size:1.25rem;margin-bottom:.75rem}.cart-item{padding:4px 25px 4px 4px;gap:.35rem;margin-bottom:6px;min-height:55px;align-items:center}.product-image{width:45px;height:45px;min-width:45px;min-height:45px}.product-info{flex:1;min-width:0}.product-info h3{font-size:.6875rem;line-height:1.15;margin-bottom:.06rem}.product-brand{font-size:.5625rem;line-height:1.15}.product-info>div{font-size:.4375rem;line-height:1.15;margin-top:.06rem}.quantity-controls{min-width:55px;flex-shrink:0;gap:.25rem}.quantity-btn{width:18px;height:18px;font-size:.6875rem}.quantity-display{font-size:.6875rem;min-width:18px}.product-price{min-width:50px;width:50px;font-size:.6875rem;flex-shrink:0;justify-content:flex-end}.order-summary{padding:12px 10px;width:100%;max-width:100%;box-sizing:border-box;position:static;margin:0}.order-summary h2{font-size:.9375rem;margin-bottom:12px}.summary-row{font-size:.8125rem;margin-bottom:.4rem;gap:.25rem}.summary-divider{margin:.625rem 0}.summary-total{font-size:.875rem;margin-bottom:12px;gap:.25rem}.total-amount{font-size:.9375rem}.customer-email{margin-bottom:10px}.customer-email label{font-size:.6875rem;margin-bottom:.25rem}.customer-email input{font-size:.8125rem;padding:.4375rem}.checkout-btn{width:100%;font-size:.8125rem;padding:.5625rem .875rem}.remove-btn{width:16px;height:16px;font-size:.625rem}}@media (max-width: 360px){.cart-container{padding:0 6px}.cart-section h1{font-size:1.125rem;margin-bottom:.625rem}.cart-item{padding:3px 22px 3px 3px;gap:.3rem;margin-bottom:5px;min-height:50px;align-items:center}.product-image{width:40px;height:40px;min-width:40px;min-height:40px}.product-info{flex:1;min-width:0}.product-info h3{font-size:.625rem;line-height:1.1;margin-bottom:.05rem}.product-brand{font-size:.5rem;line-height:1.1}.product-info>div{font-size:.375rem;line-height:1.1;margin-top:.05rem}.quantity-controls{min-width:50px;flex-shrink:0;gap:.2rem}.quantity-btn{width:16px;height:16px;font-size:.625rem}.quantity-display{font-size:.625rem;min-width:16px}.product-price{min-width:45px;width:45px;font-size:.625rem;flex-shrink:0;justify-content:flex-end}.order-summary{padding:10px 8px;position:static;width:100%;max-width:100%;box-sizing:border-box;margin-bottom:0}.order-summary h2{font-size:.875rem;margin-bottom:10px}.summary-row{font-size:.75rem;margin-bottom:.35rem;gap:.2rem}.summary-divider{margin:.5rem 0}.summary-total{font-size:.8125rem;margin-bottom:10px;gap:.2rem}.total-amount{font-size:.875rem}.customer-email{margin-bottom:8px}.customer-email label{font-size:.625rem;margin-bottom:.25rem}.customer-email input{font-size:.75rem;padding:.375rem}.checkout-btn{font-size:.75rem;padding:.5rem .75rem}.remove-btn{width:14px;height:14px;font-size:.5625rem}}.cart-section h1{font-size:2rem;font-weight:700;margin-bottom:2rem}@media (max-width: 768px){.cart-section h1{font-size:1.5rem;margin-bottom:1rem}}@media (max-width: 480px){.cart-section h1{font-size:1.25rem;margin-bottom:.75rem}}@media (max-width: 360px){.cart-section h1{font-size:1.125rem;margin-bottom:.625rem}}.cart-item{background-color:#f5ede5;padding:6px 32px 6px 6px;margin-bottom:8px;display:flex;align-items:center;gap:.5rem;position:relative;min-height:70px;width:100%;box-sizing:border-box}.product-image{width:60px;height:60px;min-width:60px;min-height:60px;background-color:#d1d1d1;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.product-image svg{width:60px;height:60px}.product-details{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.35rem;min-width:0}.product-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.product-info h3{font-size:.8125rem;font-weight:500;margin-bottom:.1rem;line-height:1.15;word-wrap:break-word;overflow-wrap:break-word}.product-brand{font-size:.6875rem;color:#666;line-height:1.15}.product-info>div{font-size:.5625rem;line-height:1.15;margin-top:.1rem}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:.35rem;margin:0 .5rem;min-width:70px;flex-shrink:0}.quantity-btn{width:24px;height:24px;border:1px solid #ccc;background:#fff;border-radius:3px;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.quantity-btn:hover{background-color:#f0f0f0}.quantity-display{font-size:.875rem;font-weight:500;min-width:24px;text-align:center}.product-price{font-size:.875rem;font-weight:600;min-width:65px;width:65px;text-align:right;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.remove-btn{position:absolute;top:.4rem;right:.4rem;width:20px;height:20px;background-color:#262626;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:background-color .2s}.remove-btn:hover{background-color:#404040}.order-summary{background-color:#232323;color:#f5f5f5;padding:40px;position:sticky;margin-top:70px;height:80vh;width:100%;box-sizing:border-box}.order-summary h2{font-size:1.5rem;font-weight:600;margin-bottom:60px;display:flex;align-items:center;justify-content:center}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1rem;gap:.5rem;width:100%}.summary-row span{flex-shrink:0}.summary-row span:first-child{flex-shrink:1}.summary-divider{border-top:1px dashed rgba(255,255,255,.3);margin:1.5rem 0}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;margin-bottom:60px;gap:.5rem;width:100%}.summary-total span{flex-shrink:0}.summary-total .total-label{flex-shrink:1}.total-label{font-weight:500}.total-amount{font-weight:700;color:#f75d02}.checkout-btn{background-color:#f75d02;color:#fff;border:none;padding:.875rem 1.5rem;font-size:1.125rem;font-weight:500;cursor:pointer;display:flex;align-items:center;margin:auto;justify-content:center;gap:.5rem;transition:background-color .2s}.checkout-btn:hover{background-color:#e55a00}.customer-email{margin-bottom:1.5rem;width:100%}.customer-email label{display:block;margin-bottom:.5rem;font-size:.875rem;color:#f5f5f5}.customer-email input{width:100%;padding:.75rem;font-size:1rem;border:1px solid #444;background-color:#333;color:#f5f5f5;border-radius:4px;box-sizing:border-box}.customer-email input:focus{outline:none;border-color:#f75d02}.customer-email input::placeholder{color:#999}.product-info-page-width{margin:0 auto;width:100%;max-width:1435px;padding:0 1rem}section.product-info-page-width~.Footer{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw}.Product-info-container{margin-top:4rem;width:100%}.Product-info-container .swiper{width:100%;padding:0;margin-left:0;margin-right:0}.Product-info-container .swiper-slide{width:100%!important;display:flex;justify-content:center;box-sizing:border-box}.Product-info-container .swiper-slide .card{width:100%!important;max-width:100%!important;margin:0!important;display:block;box-sizing:border-box}@media (max-width: 479px){.Product-info-container .swiper{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}.product-info-page-width{overflow-x:hidden}}@media (min-width: 480px){.Product-info-container .swiper{width:100%;margin-left:0;margin-right:0}.Product-info-container .swiper-slide{width:auto!important}.Product-info-container .swiper-slide .card{width:auto!important;max-width:100%;margin:10px}}.image-productdetails{display:flex;flex-direction:column;gap:1.5rem;width:100%}.product-info-image{width:100%;max-width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:.5rem;position:relative}.product-info-image .swiper{width:100%;height:100%}.product-info-image .swiper-slide{display:flex;align-items:center;justify-content:center;background-color:#f9f9f9}.product-info-image img{width:100%;height:100%;object-fit:contain;display:block}.product-info-image .swiper-button-next,.product-info-image .swiper-button-prev{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;background-color:#ffffffe6;border-radius:50%;color:#232323;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.product-info-image .swiper-button-next:after,.product-info-image .swiper-button-prev:after{font-size:1.125rem;font-weight:700}.product-info-image .swiper-button-next:hover,.product-info-image .swiper-button-prev:hover{background-color:#fff;transform:scale(1.1)}@media (max-width: 768px){.product-info-image .swiper-button-next,.product-info-image .swiper-button-prev{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem}.product-info-image .swiper-button-next:after,.product-info-image .swiper-button-prev:after{font-size:1rem}}.more-deets{display:flex;flex-direction:column;gap:1rem;width:100%}.product-name-section{display:flex;flex-direction:column;gap:.5rem}.product-name-section h1{font-size:clamp(1.25rem,4vw,1.75rem);font-weight:600;color:#232323;line-height:1.3;margin:0}.product-info-description{width:100%}.product-info-description p{width:100%;font-size:clamp(.875rem,2.5vw,.9375rem);line-height:1.6;color:#333;margin:0}.vendor-information-list{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:1.25rem}.vendor-list-item{display:flex;flex-direction:column;gap:.75rem;width:100%;padding:1rem 0;border-bottom:1px solid #e0e0e0}.vendor-list-item:last-child{border-bottom:none}.vendor-info-row{display:flex;flex-direction:row;align-items:center;gap:1rem;width:100%;flex-wrap:wrap}.vendor-buy-button{flex-shrink:0;margin-left:auto}.vendor-name{font-size:clamp(.8125rem,2vw,.875rem);font-family:Space Grotesk,sans-serif;color:#232323;font-weight:500;flex:1;min-width:80px}.vendor-logo{width:3.75rem;height:1.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vendor-logo img{max-width:100%;max-height:100%;object-fit:contain}.vendor-price{font-size:clamp(.875rem,2.5vw,.9375rem);font-family:Space Grotesk,sans-serif;color:#232323;font-weight:600;flex:1;min-width:80px}.vendor-quantity-toggle{display:flex;gap:1rem;align-items:center;flex-shrink:0}.vendor-quantity-toggle p{color:#f75d02;font-weight:700;margin:0;font-size:clamp(.875rem,2.5vw,1rem);min-width:2rem;text-align:center}.toggle{display:flex;gap:1rem}.toggle p{color:#f75d02;font-weight:700}.round-mini{min-width:1.75rem;min-height:1.75rem;width:1.75rem;height:1.75rem;border-radius:50%;background-color:transparent;border:1px solid #232323;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.round-mini:hover{background-color:#f5f5f5}.round-mini:active{transform:scale(.95)}.description-reviews{width:100%;margin-top:2rem}.des-rev{display:flex;gap:1.5rem;border-bottom:1px solid #e0e0e0;width:100%;margin-top:2.5rem;padding-bottom:.625rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.des-rev h3{font-size:clamp(1rem,3vw,1.125rem);font-family:Space Grotesk,sans-serif;font-weight:500;color:#333;margin:0;padding-bottom:.625rem;position:relative;display:flex;align-items:center;gap:.5rem;white-space:nowrap;cursor:pointer;transition:color .2s ease;min-height:2.75rem;-webkit-tap-highlight-color:transparent}.des-rev h3:hover{color:#f75d02}.des-rev h3.active-tab{border-bottom:3px solid #f75d02;font-weight:600;color:#232323}.review-count-badge{background-color:#f75d02;color:#fff;font-size:clamp(.625rem,2vw,.75rem);padding:.125rem .375rem;border-radius:.625rem;font-weight:500;line-height:1.2}.description{margin:1.875rem 0}.description p{font-size:clamp(.875rem,2.5vw,.9375rem);font-family:Space Grotesk,sans-serif;color:#717171;line-height:1.7;margin:0}.reviews-tab-content{margin:1.875rem 0}.star-ratings{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;flex-wrap:wrap}.star-ratings .ratings-count{font-size:clamp(.8125rem,2vw,.875rem);font-family:Space Grotesk,sans-serif;color:#666;margin-left:.5rem}@media (min-width: 768px){.product-info-page-width{padding:0 1.5rem}.Product-info-container{margin-top:5rem}.image-productdetails{flex-direction:row;gap:3rem;align-items:flex-start}.product-info-image{flex:0 0 45%;max-width:45%;min-width:300px}.more-deets{flex:1;gap:1.25rem}.vendor-list-item{flex-direction:column;gap:0;padding:.875rem 0}.vendor-info-row{gap:.75rem;flex-wrap:nowrap;width:100%}.vendor-buy-button{margin-left:auto;flex-shrink:0}.vendor-name{min-width:100px;flex:0 1 auto}.vendor-price{min-width:80px;flex:0 1 auto}.vendor-quantity-toggle{flex-shrink:0}.round-mini{min-width:1.625rem;min-height:1.625rem;width:1.625rem;height:1.625rem;font-size:.8125rem}.des-rev{width:100%;gap:2rem}}@media (min-width: 1024px){.product-info-page-width{padding:0 2rem}.Product-info-container{margin-top:5.5rem}.image-productdetails{gap:4rem}.product-info-image{flex:0 0 400px;max-width:400px}.more-deets{gap:1.5rem}.vendor-list-item{gap:1rem}.vendor-info-row{gap:1rem;flex-wrap:nowrap}.vendor-name{min-width:120px;font-size:.875rem}.vendor-price{min-width:100px;font-size:.9375rem}.round-mini{min-width:1.75rem;min-height:1.75rem;width:1.75rem;height:1.75rem;font-size:.875rem}.des-rev{gap:3rem}}@media (min-width: 1280px){.product-info-page-width{padding:0 2.5rem}.image-productdetails{gap:5rem}.product-info-image{flex:0 0 450px;max-width:450px}.vendor-list-item{gap:.875rem}.vendor-info-row{gap:.875rem;flex-wrap:nowrap}.round-mini{min-width:1.75rem;min-height:1.75rem;width:1.75rem;height:1.75rem;font-size:.875rem}}@media (min-width: 1440px){.product-info-page-width{padding:0 3rem}.image-productdetails{gap:6.25rem}.product-info-image{flex:0 0 500px;max-width:500px}.vendor-list-item{gap:.875rem}.vendor-info-row{gap:.875rem;flex-wrap:nowrap}.round-mini{min-width:1.75rem;min-height:1.75rem;width:1.75rem;height:1.75rem;font-size:.875rem}}.vendor-list-item button{min-height:2.75rem;min-width:2.75rem;font-size:clamp(.8125rem,2vw,.875rem);padding:.5rem 1rem;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.vendor-list-item{padding:1.25rem 0}.vendor-info-row{gap:.5rem;flex-wrap:wrap}.vendor-buy-button{width:100%;margin-left:0;margin-top:.75rem}.vendor-list-item button{width:100%!important;min-height:2.75rem;font-size:.875rem}.vendor-name{min-width:70px;font-size:.8125rem;flex:1 1 auto}.vendor-price{min-width:70px;font-size:.875rem;flex:1 1 auto}.vendor-logo{width:3rem;height:1.5rem}.vendor-quantity-toggle{flex-shrink:0}.round-mini{min-width:1.5rem;min-height:1.5rem;width:1.5rem;height:1.5rem;font-size:.75rem}}@media (min-width: 768px){.vendor-list-item button{min-width:7.5rem;min-height:2.25rem}}.categories-page-wrapper{display:flex;flex-direction:column;min-height:100vh}.categories-page-wrapper>section{flex:1}.Category-section-page-width{margin:0 auto;width:100%;max-width:100%;padding:0;display:flex;flex-direction:column;flex:1}.category-header{margin-top:4rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;padding:0 1rem}.category-header-actions{display:flex;width:100%;justify-content:space-between;align-items:center;gap:1rem}.filter-toggle-btn{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#232323;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;min-height:44px;min-width:80px;transition:background-color .3s ease,transform .2s ease;font-family:Space Grotesk,sans-serif}.filter-toggle-btn:hover{background-color:#333}.filter-toggle-btn:active{transform:scale(.98)}.filter-toggle-btn:focus{outline:2px solid #f75d02;outline-offset:2px}.computing-acer{display:flex;flex-direction:column;gap:.3125rem;width:100%}.computing-acer p{color:#e55a00;font-weight:600;font-size:.875rem}.computing-acer h1{color:#000;font-weight:800;font-size:1.75rem;line-height:1.2}h1 sub{font-size:.9rem;vertical-align:sub;font-weight:400}.relevance{width:100%;max-width:18.75rem;min-height:3.125rem;display:flex;gap:2.5rem;align-items:center;padding:.625rem;border:1px solid black;position:relative}.sort{display:flex;align-items:center;gap:.625rem;border-right:1px solid #717171;padding-right:1.25rem;color:#717171}.sort p{font-size:.8125rem;white-space:nowrap}.relevance-dropdown{display:flex;align-items:center;gap:3.125rem;color:#717171;cursor:pointer;flex:1}.relevance-dropdown p{font-size:.8125rem;white-space:nowrap}.relevance-dropdown:focus{outline:2px solid #f75d02;outline-offset:2px}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:998;opacity:0;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}.categoryinfo-display{margin-top:2.5rem;display:flex;flex-direction:column;gap:.625rem;position:relative;padding:0;flex:1}.left-flex{position:fixed;top:0;left:-100%;width:85%;max-width:20rem;height:100vh;overflow-y:auto;display:flex;flex-direction:column;background-color:#f5f5f5;padding:4rem 1.25rem 1.25rem;z-index:999;transition:left .3s ease;box-shadow:2px 0 8px #0000001a}.left-flex.sidebar-open{left:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.sidebar-header h3{font-size:1.25rem;font-weight:700;color:#000;margin:0}.sidebar-close-btn{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease,color .2s ease;line-height:1}.sidebar-close-btn:hover{background-color:#e0e0e0;color:#000}.sidebar-close-btn:focus{outline:2px solid #f75d02;outline-offset:2px}.right-flex{width:100%;display:grid;grid-template-columns:1fr;background-color:#fff;padding:0 10px}.right-flex>*{width:100%;margin:0;max-width:100%}.right-flex .card{margin:0!important;width:100%!important;max-width:100%!important}@media (min-width: 768px){.right-flex{gap:1.25rem;padding:0}}.category-name-list{display:flex;justify-content:space-between;align-items:center;padding:.75rem .5rem;cursor:pointer;border-radius:4px;transition:background-color .2s ease;min-height:44px}.category-name-list:hover{background-color:#e8e8e8}.category-name-list:focus{outline:2px solid #f75d02;outline-offset:2px}.category-round{width:1.875rem;height:1.875rem;border-radius:.8125rem;background-color:#f75d02;color:#fff;display:flex;align-items:center;justify-content:center;padding:.625rem;font-size:.75rem;font-weight:600;flex-shrink:0}.cat-name{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.cat-name h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#000}.brand-name{display:flex;flex-direction:column;gap:.3125rem;margin-bottom:1.25rem}.brand-name h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#000}.brand-list{display:flex;align-items:center;gap:.625rem;min-height:44px;padding:.25rem 0}.brand-list input[type=checkbox]{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;cursor:pointer;margin:0;flex-shrink:0;align-self:center;accent-color:#f75d02}.brand-list p{margin:0;line-height:1.5;display:flex;align-items:center;font-size:.9375rem}.stars{display:flex;align-items:center;gap:.125rem;flex-shrink:0}.stars svg{display:block;flex-shrink:0;width:1.125rem;height:1.125rem}.price-filter{width:100%;font-family:Space Grotesk,sans-serif}.price-filter h3{margin-bottom:.625rem;font-size:1.125rem;font-weight:700;color:#000}.slider-container{position:relative;height:2.5rem;margin-bottom:1.25rem;width:100%;padding-left:.625rem;padding-right:.625rem}.range-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:#e4e4e4;outline:none;position:absolute;top:50%;transform:translateY(-50%);border-radius:4px}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;background:#fff;border:3px solid #ff6600;border-radius:50%;cursor:pointer;position:relative;z-index:3;transition:transform .2s ease}.range-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.range-slider::-moz-range-thumb{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;background:#fff;border:3px solid #ff6600;border-radius:50%;cursor:pointer;position:relative;z-index:3;transition:transform .2s ease}.range-slider::-moz-range-thumb:hover{transform:scale(1.1)}.range-slider::-ms-thumb{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;background:#fff;border:3px solid #ff6600;border-radius:50%;cursor:pointer}.min-max{display:flex;justify-content:space-around;align-items:center;margin-bottom:1.5625rem;padding:.625rem;gap:.5rem}.box-group{display:flex;flex-direction:column;gap:.3125rem;flex:1}.box-group label{font-size:.875rem;font-weight:700;color:#333}.input-box{width:100%;min-width:4.375rem;height:2.8125rem;min-height:44px;border:1px solid #cfcfcf;display:flex;justify-content:center;align-items:center;color:#333;font-size:1rem;background:#f8f8f8;border-radius:4px;padding:0 .5rem;font-family:Space Grotesk,sans-serif;transition:border-color .2s ease,background-color .2s ease}.input-box:focus{outline:2px solid #f75d02;outline-offset:2px;border-color:#f75d02;background:#fff}.dash{font-size:1.375rem;color:#555;flex-shrink:0;padding:0 .25rem}.buttons{display:flex;justify-content:space-around;align-items:center;gap:1rem;flex-wrap:wrap}.apply-btn{min-width:7.5rem;min-height:44px;background:#232323;color:#fff;border:none;font-size:1rem;cursor:pointer;border-radius:4px;font-family:Space Grotesk,sans-serif;font-weight:600;transition:background-color .3s ease,transform .2s ease;padding:.75rem 1.5rem}.apply-btn:hover{background-color:#333}.apply-btn:active{transform:scale(.98)}.apply-btn:focus{outline:2px solid #f75d02;outline-offset:2px}.reset-btn{background:none;border:none;color:#f75d02;font-size:1rem;cursor:pointer;min-height:44px;padding:.5rem 1rem;text-decoration:underline;font-family:Space Grotesk,sans-serif;font-weight:500;transition:color .2s ease,transform .2s ease;border-radius:4px}.reset-btn:hover{color:#e55a00}.reset-btn:active{transform:scale(.98)}.reset-btn:focus{outline:2px solid #f75d02;outline-offset:2px}@media (min-width: 768px){.Category-section-page-width{max-width:calc(100% - 2rem);padding:0 1rem}.category-header{margin-top:5rem;flex-direction:row;justify-content:space-between;align-items:center;padding:0}.categoryinfo-display{padding:0}.category-header-actions{width:auto;flex-direction:row}.filter-toggle-btn{display:none}.computing-acer h1{font-size:2rem}.relevance{width:18.75rem;max-width:18.75rem}.categoryinfo-display{flex-direction:row;gap:1.25rem;align-items:flex-start}.left-flex{position:static;width:15.625rem;max-width:15.625rem;height:auto;min-height:auto;max-height:none;overflow-y:visible;overflow-x:visible;padding:1.25rem;box-shadow:none;transition:none;margin-bottom:0;align-self:flex-start}.sidebar-header{display:none}.right-flex{grid-template-columns:repeat(2,1fr);gap:1.25rem}.right-flex>*{width:100%}.price-filter,.slider-container{width:100%}}@media (min-width: 1024px){.Category-section-page-width{max-width:89.6875rem;padding:0 1.25rem}.category-header{margin-top:5rem}.computing-acer h1{font-size:1.75rem}.left-flex{width:15.625rem;max-width:15.625rem;height:auto;min-height:auto;max-height:none;position:static;align-self:flex-start}.right-flex{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 1440px){.Category-section-page-width{max-width:89.6875rem}.right-flex{gap:1.5rem}}.categories-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2.5rem;margin-bottom:2.5rem;width:100%;padding:1.25rem 0;flex-wrap:wrap}.categories-pagination a,.categories-pagination button{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:.875rem;border-radius:4px;transition:all .2s ease;text-decoration:none;border:none;cursor:pointer}.categories-pagination .pagination-prev,.categories-pagination .pagination-next{background:none;color:#999;padding:.5rem .75rem;font-weight:500}.categories-pagination .pagination-prev:hover:not(:disabled),.categories-pagination .pagination-next:hover:not(:disabled){color:#f75d02;background-color:#f5f5f5}.categories-pagination .pagination-prev:disabled,.categories-pagination .pagination-next:disabled{color:#ccc;cursor:not-allowed;pointer-events:none}.categories-pagination .pagination-prev:focus,.categories-pagination .pagination-next:focus{outline:2px solid #f75d02;outline-offset:2px}.categories-pagination .pagination-page-btn{width:2rem;height:2rem;min-width:2rem;min-height:2rem;background-color:#232323;color:#fff;font-weight:400;border:none}.categories-pagination .pagination-page-btn:hover:not(.active){background-color:#333}.categories-pagination .pagination-page-btn.active{background-color:#f75d02;font-weight:600}.categories-pagination .pagination-page-btn:focus{outline:2px solid #f75d02;outline-offset:2px}@media (min-width: 768px){.categories-pagination{gap:.5rem}.categories-pagination .pagination-page-btn{width:2rem;height:2rem}}.floating-scroll-btn{position:fixed;bottom:5rem;right:1.25rem;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#f75d02;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;z-index:997;transition:all .3s ease;opacity:0;animation:fadeInUp .3s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.floating-scroll-btn:hover{background-color:#e55a00;transform:scale(1.1);box-shadow:0 6px 16px #0006}.floating-scroll-btn:active{transform:scale(.95)}.floating-scroll-btn:focus{outline:2px solid #fff;outline-offset:2px}@media (min-width: 769px){.floating-scroll-btn{display:none}}@media (max-width: 480px){.floating-scroll-btn{bottom:4.5rem;right:1rem;width:3rem;height:3rem}}.order-confirmed-page-width{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;width:900px;min-height:calc(100vh - 60px);max-width:calc(100% - 90px);padding-top:60px;position:relative}@media (max-width: 1024px){.order-confirmed-page-width{width:100%;max-width:100%;padding:40px 20px}.confirmed-content p{width:100%;max-width:600px;padding:0 20px}.confirmed-content h1{font-size:28px;text-align:center;padding:0 20px}.floating-image{top:150px}.floating-image img{max-width:100%;height:auto}.progress-wrapper{gap:5px;flex-wrap:wrap}.line{width:80px}}@media (max-width: 768px){.order-confirmed-page-width{min-height:calc(100vh - 50px);padding:30px 15px}.confirmed-content{margin-top:40px}.confirmed-content img{width:250px;height:auto;max-width:100%}.confirmed-content h5{font-size:18px}.confirmed-content h1{font-size:24px;text-align:center;padding:0 15px}.confirmed-content p{width:100%;max-width:100%;padding:0 15px;font-size:11px}.floating-image{top:120px;width:100%;display:flex;justify-content:center}.floating-image img{max-width:200px;height:auto}.progress-container{margin-top:30px;padding:0 15px}.progress-wrapper{gap:5px;flex-wrap:wrap;justify-content:space-between}.line{width:40px;min-width:20px;flex:1;max-width:60px}.step{flex:0 0 auto;min-width:60px}.step p{font-size:11px;line-height:13px}.circle{width:18px;height:18px;font-size:10px}.continue-btn{width:100%;max-width:300px}}@media (max-width: 480px){.order-confirmed-page-width{padding:20px 10px}.confirmed-content{margin-top:30px}.confirmed-content img{width:200px;height:auto}.confirmed-content h5{font-size:16px}.confirmed-content h1{font-size:20px;padding:0 10px}.confirmed-content p{font-size:10px;padding:0 10px}.floating-image{top:100px}.floating-image img{max-width:150px}.progress-wrapper{gap:3px}.line{width:20px;max-width:40px}.step{min-width:50px}.step p{font-size:9px;line-height:11px}.circle{width:16px;height:16px;font-size:9px}.track-text{font-size:11px;margin-top:30px}.continue-btn{font-size:14px;padding:12px 0}}@media (max-width: 360px){.confirmed-content h1{font-size:18px}.progress-wrapper{gap:2px}.line{width:15px;max-width:30px}.step{min-width:45px}.step p{font-size:8px}}.confirmed-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;position:relative;margin-top:70px}.confirmed-content img{width:330px;height:280px}.confirmed-content p{width:800px;font-size:12px;font-family:Space Grotesk,sans-serif;color:#717171}.confirmed-content h5{font-size:20px;font-family:Space Grotesk,sans-serif;color:#333;margin:0}.confirmed-content h1{font-size:32px;font-family:Space Grotesk,sans-serif;color:#f75d02;text-align:center;margin:10px 0}.floating-image{position:absolute;top:170px;left:50%;transform:translate(-50%);z-index:1}.floating-image img{max-width:100%;height:auto;display:block}.progress-container{width:100%;text-align:center;font-family:Space Grotesk,sans-serif;margin-top:40px}.progress-wrapper{display:flex;align-items:center;justify-content:center;gap:10px}.step{display:flex;flex-direction:column;align-items:center;gap:2px}.circle{width:22px;height:22px;border-radius:50%;background:#d3d3d3;display:flex;justify-content:center;align-items:center;color:#fff;font-size:12px}.completed .circle{background:green}.line{width:120px;height:3px;background:#dcdcdc;border-radius:3px}.line.completed{background:green}.step p{font-size:13px;line-height:15px;font-weight:700;margin:0;color:#333}.track-text{margin-top:40px;font-size:12px;font-family:Space Grotesk,sans-serif;color:#717171}.continue-btn{margin-top:20px;width:250px;padding:14px 0;background:#222;color:#fff;border:none;font-size:16px;cursor:pointer}.ProductCard a,a .card{text-decoration:none!important;color:inherit}.card{margin:10px;text-align:left;height:650px;display:inline-block;text-decoration:none}.card h1,.card p,.card span,.card .product-name,.card .product-name h1,.card .product-name p,.card .rating-section,.card .rating-section .rating-number,.card .stock-section,.card .stock-section p,.card .price,.card .price h1,.card .price .discount-price{text-decoration:none!important}.card .price .original-price{text-decoration:line-through!important}.card .card-image{width:100%;height:350px;margin-bottom:10px;background-color:#d6d6d6}.card .card-title{font-family:Arial,Helvetica,sans-serif;margin:0;color:#333}.card .card-text{font-family:Arial,Helvetica,sans-serif;color:#4d4d4d}.product{display:flex;justify-content:space-between;align-items:center}.product-name{display:flex;gap:5px;flex-direction:column}.product-name h1{font-size:15px;font-family:Space Grotesk,sans-serif}.product-name p{font-size:10px;font-family:Space Grotesk,sans-serif}.round1{height:40px;width:40px;border-radius:20px;background-color:#f75d02;display:flex;justify-content:center;align-items:center}.in-stock{display:flex;gap:8px;align-items:center}.rating-section{display:flex;align-items:center;gap:4px;padding-right:8px;border-right:1px solid #000}.rating-section .rating-number{font-size:12px;font-family:Space Grotesk,sans-serif;color:#000;font-weight:500}.stock-section{display:flex;align-items:center}.stock-section p{font-size:12px;font-family:Space Grotesk,sans-serif;color:#000;margin:0}.price{display:flex;align-items:center;gap:8px;justify-content:flex-start}.price h1{font-size:15px;font-family:Space Grotesk,sans-serif;color:#f75d02;margin:0}.price .discount-price{font-size:18px;font-weight:700;color:#f75d02;margin:0}.price .original-price{font-size:12px;font-family:Space Grotesk,sans-serif;text-decoration:line-through;color:#999;margin:0}.price p{font-size:10px;font-family:Space Grotesk,sans-serif;text-decoration:line-through;color:#999;margin:0}.card button{text-align:center!important;justify-content:center!important;padding-left:0!important}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Footer{background-color:#232323;width:100%;display:flex;justify-content:space-around;padding:50px 20px;font-family:Space Grotesk,sans-serif;flex-wrap:wrap;gap:40px}.footer-1{display:flex;gap:20px;flex-direction:column;flex:1;min-width:280px}.footer-1 img{width:200px;max-width:100%;height:auto}.footer-1 p{width:100%;max-width:280px;font-size:15px;font-family:Space Grotesk,sans-serif;color:#fff;line-height:1.6}.logo{display:flex;gap:30px;flex-wrap:wrap;align-items:center}.logo img{width:30px;height:15px;object-fit:contain}.logo-2{display:flex;gap:30px;flex-wrap:wrap;align-items:center}.logo-2 img{width:25px;height:20px;object-fit:contain}.footer-2{display:flex;flex-direction:column;gap:20px;flex:1;min-width:200px}.footer-2 h1{color:#fff;font-size:30px;font-family:Space Grotesk,sans-serif;line-height:100%;margin:0}.lorem{display:flex;flex-direction:column;gap:10px;color:#fff}.lorem p{margin:0;font-size:14px;line-height:1.6}.footer-3{display:flex;flex-direction:column;gap:20px;flex:1;min-width:200px;max-width:100%}.footer-3 h1{color:#fff;font-size:30px;font-family:Space Grotesk,sans-serif;line-height:100%;margin:0}.lorem-3{display:flex;flex-direction:column;gap:10px;color:#fff}.lorem-3 p{margin:0;font-size:14px;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.vendor-link{cursor:pointer;transition:color .2s ease}.vendor-link:hover{color:#f75d02}.image-png{width:40px;height:40px}@media (min-width: 769px) and (max-width: 1024px){.Footer{padding:40px 30px;gap:30px}.footer-1{min-width:250px}.footer-1 img{width:180px}.footer-1 p{font-size:14px}.footer-2{display:none}.footer-3{min-width:180px}.footer-3 h1{font-size:26px}.logo,.logo-2{gap:25px}}@media (min-width: 1025px) and (max-width: 1360px){.Footer{padding:50px 40px;gap:40px}.footer-1{min-width:280px}.footer-2,.footer-3{min-width:200px}}@media (min-width: 1361px){.Footer{padding:50px 80px;gap:50px}}@media (max-width: 768px){.Footer{flex-direction:column;padding:40px 20px;gap:30px;justify-content:flex-start}.footer-1{width:100%;min-width:100%;align-items:center;text-align:center}.footer-1 img{width:150px}.footer-1 p{max-width:100%;font-size:14px;text-align:center}.footer-2{display:none}.footer-3{width:100%;min-width:100%;align-items:center;text-align:center}.footer-3 h1{font-size:24px}.lorem{align-items:center}.lorem p{font-size:13px;text-align:center}.lorem-3{align-items:center}.lorem-3 p{font-size:13px;text-align:center}.logo{justify-content:center;gap:20px}.logo img{width:28px;height:14px}.logo-2{justify-content:center;gap:20px}.logo-2 img{width:22px;height:18px}}@media (max-width: 480px){.Footer{padding:30px 15px;gap:25px}.footer-1{gap:15px}.footer-1 img{width:120px}.footer-1 p{font-size:13px}.footer-2{display:none}.footer-3{gap:15px}.footer-3 h1{font-size:20px}.lorem{gap:8px}.lorem p{font-size:12px}.lorem-3{gap:8px}.lorem-3 p{font-size:12px}.logo{gap:15px}.logo img{width:25px;height:12px}.logo-2{gap:15px}.logo-2 img{width:20px;height:16px}}@media (max-width: 360px){.Footer{padding:25px 10px;gap:20px}.footer-1{gap:12px}.footer-1 img{width:100px}.footer-1 p{font-size:12px}.footer-2{display:none}.footer-3{gap:12px}.footer-3 h1{font-size:18px}.lorem{gap:6px}.lorem p{font-size:11px}.lorem-3{gap:6px}.lorem-3 p{font-size:11px}.logo{gap:12px}.logo img{width:22px;height:11px}.logo-2{gap:12px}.logo-2 img{width:18px;height:14px}}*{margin:0;padding:0;box-sizing:border-box}.navbar{width:100%;min-height:60px;max-width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 50px;background-color:#fff;align-items:center;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000001a;z-index:99;box-sizing:border-box}.navbar-left{display:flex;align-items:center;gap:20px;flex:1}.logo-container{display:flex;align-items:center}.logo-container img{max-width:150px;height:auto;object-fit:contain}.back-button{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#333;padding:8px;border-radius:50%;transition:background-color .2s,transform .1s;-webkit-tap-highlight-color:transparent;min-width:40px;min-height:40px}.back-button:hover{background-color:#f5f5f5}.back-button:active{transform:scale(.95)}.back-button svg{width:24px;height:24px}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#333;padding:5px;align-items:center;justify-content:center}.middle-nav{display:flex;gap:80px;align-items:center;flex:1;justify-content:center}.middle-nav>p{font-weight:600}.categories{display:flex;align-items:center;gap:10px}.right-nav{display:flex;align-items:center;gap:30px;flex:1;justify-content:flex-end}.mobile-profile-picture{display:none}.mobile-menu-backdrop{display:none;position:fixed;inset:60px 0 0;background-color:#0003;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:97;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.mobile-menu-backdrop{display:block;top:50px}.navbar{padding:12px 20px;flex-wrap:nowrap;min-height:50px;width:100%;max-width:100%;justify-content:space-between}.navbar-left{flex:0 0 auto}.logo-container img{max-width:120px}.back-button{min-width:36px;min-height:36px;padding:6px}.back-button svg{width:22px;height:22px}.middle-nav{position:fixed;top:60px;left:0;background-color:#fff;flex-direction:column;gap:0;padding:20px;box-shadow:0 4px 12px #00000026;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:98;width:100%;max-width:300px;height:calc(100vh - 160px);overflow-y:auto;align-items:flex-start;justify-content:flex-start}.middle-nav.mobile-open{transform:translate(0)}.middle-nav.mobile-open .mobile-signup-link{display:block!important}.middle-nav.mobile-open .mobile-logout-link{display:flex}.middle-nav a,.middle-nav>p{width:100%;padding:15px 10px;border-bottom:1px solid #e0e0e0;font-size:16px;cursor:pointer;transition:background-color .2s,color .2s;min-height:44px;display:flex;align-items:center}.middle-nav a:hover,.middle-nav>p:hover{background-color:#f5f5f5;color:#f75d02}.middle-nav .categories{display:flex;align-items:center;gap:8px}.middle-nav a:last-child,.middle-nav>p:last-child{border-bottom:none}.mobile-signup-link{margin-top:0;border-top:none;padding-top:0;border-bottom:none!important}.mobile-signup-link p{background-color:#000;color:#fff!important;padding:12px 20px;border-radius:4px;text-align:center;font-weight:600;transition:background-color .2s,transform .1s;margin:0;width:100%;justify-content:center}.mobile-signup-link:hover{background-color:transparent}.mobile-signup-link:hover p{background-color:#333;transform:translateY(-1px);color:#fff!important}.mobile-signup-link:active p{transform:translateY(0)}.mobile-logout-link{margin-top:0;border-top:none;border-bottom:none!important;width:100%;padding:15px 10px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background-color .2s,color .2s;min-height:44px}.mobile-logout-link:hover{background-color:#f5f5f5}.mobile-logout-link p{color:#e55a00;font-weight:600;margin:0;font-size:16px}.mobile-logout-link svg{color:#e55a00}.right-nav{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex:1}.right-nav .clicks{display:none}.mobile-profile-picture{display:flex;align-items:center;justify-content:center}.mobile-profile-img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0}.cart-icon-wrapper{margin-right:0}.cart-icon{font-size:20px}.click-btn{width:100px;height:40px;font-size:14px}.click,.click img{width:28px;height:28px}.dropdown{right:-40px;width:140px;min-height:auto;height:auto}.click-btn{min-width:100px}}@media (max-width: 480px){.navbar{padding:10px 15px;width:100%;max-width:100%;justify-content:space-between}.navbar-left{flex:0 0 auto}.logo-container img{max-width:100px}.back-button{min-width:32px;min-height:32px;padding:4px}.back-button svg{width:20px;height:20px}.middle-nav{max-width:100%;top:50px;height:calc(100vh - 50px)}.mobile-menu-backdrop{top:50px}.right-nav{gap:10px}.mobile-profile-img,.cart-icon-wrapper{width:26px;height:26px}.cart-icon{font-size:26px;width:26px;height:26px}.cart-icon-wrapper,.mobile-profile-picture,.mobile-menu-toggle{margin:0}.click,.click img{width:26px;height:26px}.dropdown{right:-30px;width:130px;font-size:14px;padding:15px}.middle-nav a,.middle-nav>p{padding:12px 10px;font-size:14px;min-height:40px}.mobile-signup-link p{padding:10px 15px;font-size:13px}.mobile-logout-link{padding:12px 10px}.mobile-logout-link p{font-size:14px}.mobile-logout-link svg{font-size:18px}.categories svg{font-size:18px}}@media (min-width: 769px) and (max-width: 1024px){.navbar{padding:15px 30px;width:100%;max-width:100%}.middle-nav{gap:40px}.right-nav{gap:20px}.logo-container img{max-width:130px}}@media (min-width: 1360px){.navbar{padding:15px 80px;width:100%;max-width:100%}.middle-nav{gap:100px}}@media (max-width: 360px){.navbar{padding:8px 10px;width:100%;max-width:100%;justify-content:space-between}.navbar-left{flex:0 0 auto}.logo-container img{max-width:80px}.click-btn{width:70px;height:32px;font-size:11px}.mobile-profile-img,.cart-icon-wrapper{width:24px;height:24px}.cart-icon{font-size:24px;width:24px;height:24px}.dropdown{width:120px;right:-25px;font-size:12px;padding:12px}.mobile-signup-link p{padding:8px 12px;font-size:12px}.mobile-logout-link{padding:10px 8px}.mobile-logout-link p{font-size:12px}.mobile-logout-link svg{font-size:16px}}@media (max-width: 768px){.dropdown{position:fixed;right:20px;top:auto;bottom:100px;z-index:100}}.clicks{border:none;background:none}.click{width:30px;border-radius:20px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#fff;position:relative}.middle-nav a{text-decoration:none;color:#000;font-weight:600;transition:color .2s}.mobile-logout-link{display:none}.middle-nav a:hover{color:#f75d02}.mobile-signup-link{display:none!important}.click img{width:30px;height:30px;border-radius:20px}.click-btn{width:150px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;transition:background-color .2s,transform .1s;border-radius:4px}.click-btn:hover{background-color:#333;transform:translateY(-1px)}.click-btn:active{transform:translateY(0)}.click-btn a{text-decoration:none;color:#fff}.dropdown{width:150px;min-height:auto;height:auto;background-color:#f5f5f5;box-shadow:0 10px 20px #0000001a;color:#000;position:absolute;top:40px;right:-56px;display:none;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:15px 20px}.dropdown.open{display:flex}.dropdown a{text-decoration:none;color:inherit}.Admin{display:flex;gap:10px;text-decoration:none}.Admin p{text-decoration:none}.logout{display:flex;gap:10px}.cart-icon-wrapper{position:relative;display:inline-block;margin-right:20px;cursor:pointer}.cart-icon{font-size:24px;color:#333}.cart-count{position:absolute;top:-5px;right:-10px;background:red;color:#fff;border-radius:50%;padding:2px 6px;font-size:12px;font-weight:700;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1}@media (max-width: 480px){.cart-count{font-size:10px;padding:1px 5px;min-width:16px;height:16px;top:-4px;right:-8px}}.add-product-page{padding:40px;background:#f8f8f8;min-height:100vh}.back-btn{background:none;border:none;font-size:16px;cursor:pointer;margin-bottom:10px}.page-title{font-size:28px;font-weight:600;margin-bottom:30px}.add-product-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px}.form-box{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 0 5px #0000001a}.form-box h3{font-size:18px;font-weight:600;margin-bottom:15px}label{display:block;font-size:14px;font-weight:500;margin-bottom:5px}input,textarea,select{width:100%;padding:10px;border-radius:6px;border:1px solid #ccc;font-size:14px;margin-bottom:15px}textarea{resize:none}.row{display:flex;gap:15px}.row>div{flex:1}.image-box{text-align:center}.upload-area{display:block;border:2px dashed #bbb;padding:40px;border-radius:10px;cursor:pointer;background:#fafafa;color:#666}.upload-area:hover{background:#f0f0f0}.file-name{margin-top:10px;font-size:14px;color:#333}.submit-btn{grid-column:1 / -1;justify-self:center;padding:12px 30px;background:#000;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;margin-top:20px;transition:.3s}.submit-btn:hover{background:#333}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-card{background:#fff;padding:20px;border-radius:10px;width:480px;max-width:90%;box-shadow:0 10px 40px #00000026}.modal-card h3,.modal-form input{margin-bottom:10px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.modal-actions button{padding:10px 16px;border:none;border-radius:6px;cursor:pointer}.modal-actions button.secondary{background:#f3f4f6;color:#111}.modal-actions button:not(.secondary){background:#111;color:#fff}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.star-rating-container{display:flex;align-items:center;gap:8px}.star-rating{display:flex;align-items:center;gap:4px;flex-wrap:nowrap}.star-rating svg{flex-shrink:0;display:block}.star-interactive:hover{transform:scale(1.1);transition:transform .2s}.rating-number{font-size:16px;color:#333;font-weight:500;font-family:Space Grotesk,sans-serif}.review-count{color:#666;font-weight:400;font-size:16px;font-family:Space Grotesk,sans-serif}.star-half-container{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.rating-form-container{padding:20px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9;margin:20px 0}.rating-form-container h3{margin-bottom:15px;font-size:18px;font-weight:600;color:#333}.rating-form-stars{margin-bottom:20px;padding:10px 0}.rating-form-review{margin-bottom:20px}.rating-form-review label{display:block;margin-bottom:8px;font-weight:500;color:#333}.rating-form-review textarea{width:100%;padding:12px;border:1px solid #d5d5d5;border-radius:4px;font-family:Space Grotesk,sans-serif;font-size:14px;resize:vertical;outline:none}.rating-form-review textarea:focus{border-color:#f75d02}.char-count{display:block;text-align:right;font-size:12px;color:#999;margin-top:4px}.rating-form-actions{display:flex;gap:10px;flex-wrap:wrap}.reviews-list-container{margin:30px 0;padding:20px 0}.reviews-header{margin-bottom:25px}.reviews-header h3{font-size:24px;font-weight:700;margin:0 0 15px;color:#333;font-family:Space Grotesk,sans-serif}.reviews-separator{width:100%;height:1px;background-color:#e0e0e0;margin-bottom:15px}.reviews-summary{display:flex;align-items:center;gap:8px}.no-reviews{text-align:center;padding:40px 20px;color:#666;font-style:italic}.reviews-list{display:flex;flex-direction:column;gap:20px}.review-item{padding:20px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fafafa}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.review-user{display:flex;align-items:center;gap:12px}.review-avatar,.review-avatar-placeholder{width:40px;height:40px;border-radius:50%;object-fit:cover}.review-avatar-placeholder{background-color:#f75d02;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.review-user-info{display:flex;flex-direction:column}.review-username{font-weight:600;font-size:16px;color:#333;margin:0}.review-date{font-size:12px;color:#999;margin:0}.review-text{margin-top:10px;padding-top:15px;border-top:1px solid #e0e0e0}.review-text p{color:#555;line-height:1.6;margin:0;font-size:14px}
