@import"https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}#root{line-height:1.5;font-family:SUSE,system-ui;color:#151515;background-color:#fbfbfb;min-height:100vh}*{box-sizing:border-box}main{width:100%;min-width:320px;max-width:1280px;min-height:calc(100vh - 130px);margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){main{padding:2rem}}section{width:100%;display:flex;flex-direction:column;justify-content:center}footer{height:40px;display:flex;justify-content:center;align-items:center;background-color:#2a013f;color:#fbfbfb;font-size:14px}a{font-weight:500;color:inherit;text-decoration:none}a:hover,a:focus{color:#dfa00f}img{max-width:100%}button{font-family:inherit;font-size:18px;background-color:#2a013f;color:#fbfbfb;border:none;outline:none;display:flex;justify-content:center;align-items:center;gap:4px;padding:10px 20px;border-radius:8px;cursor:pointer}button:hover,button:focus{background-color:#dfa00f;color:#151515}.card{width:100%;max-width:400px;border:1px solid #c3c3c3;padding:2rem;border-radius:24px}.card.small{max-width:200px}.card.large{max-width:900px}form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%}form button{margin-top:16px}label{display:flex;align-items:center;gap:4px}input,label{width:100%;text-align:left}input,select{height:32px;padding:4px;font-family:inherit;border:1px solid #2a013f;border-radius:8px;outline:none}input:focus,select:focus{border:2px solid #2a013f}input[type=range]{accent-color:#2a013f;height:24px}.password-input-container{width:100%;position:relative}.password-input-container .show-pass-icon,.password-input-container .hide-pass-icon{position:absolute;right:8px;top:8px}.form-error{color:#b50e0e;font-size:14px}header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 1rem;background-color:#2a013f;color:#fbfbfb}@media (min-width: 768px){header{padding:0 2rem}}header .cart-icon{font-size:24px}header .cart-link{display:flex;justify-content:center;align-items:center;gap:4px;font-size:18px}header .cart-link span{display:none}@media (min-width: 768px){header .cart-link span{display:inline-block}}header nav{display:flex;align-items:center;justify-content:flex-end;gap:16px}header .profile-link{font-size:18px}header .logout-btn{margin-right:-1rem}.products{width:100%;display:flex;justify-content:center;align-items:center}.products ul{list-style:none;padding:0;margin:0;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));place-items:center;gap:1rem}.products ul .product-list-img{width:250px;cursor:pointer}.products ul .product-list-card{height:460px;padding:2rem 1rem;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.products ul .product-list-card h3{margin-bottom:10px}.products ul .product-list-card .card-text{margin:0}.product-detail-card{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:20px}@media (min-width: 1280px){.product-detail-card{flex-direction:row}}.product-detail-card .product-detail-img{max-width:320px}.reviews{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px;padding:2rem 0}.reviews h2{flex-basis:100%;margin:10px 0;text-align:center}.reviews .card{height:200px}@media (min-width: 768px){.reviews .card{max-width:200px}}.reviews .review-star{color:#2a013f}.product-detail-btns{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.product-qty-btns{display:flex;align-items:center;gap:8px}.product-qty-btns button{padding:4px 10px}.product-qty-btns span{font-weight:500;font-size:16px}.filters{display:flex;flex-direction:column;justify-content:flex-start;gap:16px;padding:1rem}@media (min-width: 768px){.filters{flex-direction:row}}.filters div{display:flex;flex-direction:column;justify-content:center;gap:4px}@media (min-width: 768px){.filters .price-filter{width:300px}}.cart-table{width:100%}.cart-table th{text-align:left;font-size:18px}.cart-table th:not(:first-child){text-align:center}.cart-table td{vertical-align:middle;font-weight:500;text-align:center}.cart-table tr,.cart-table td{border-bottom:1px solid #c3c3c3;padding-bottom:4px}td.cart-product-item{display:flex;flex-direction:column;text-align:left}@media (min-width: 768px){td.cart-product-item{flex-direction:row}}td.cart-product-item img{width:100px}@media (min-width: 768px){td.cart-product-item img{width:120px}}td.cart-product-item div{display:flex;flex-direction:column;justify-content:center;gap:4px}td.cart-product-item h3,td.cart-product-item span{margin:0}tfoot{font-size:20px;font-weight:600}tfoot td:first-child{text-align:right}.checkout-btn{margin:8px 0 8px auto}.profile-data-card{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px}.profile-data-card h2{width:100%}@media (min-width: 768px){.profile-data-card h3{margin-top:0}}.profile-data-card .profile-image{margin:auto;width:200px}@media (min-width: 768px){.profile-data-card .profile-image{margin:0;width:250px}}
