:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark only;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;width:100%}html,body{width:100%;height:100%}.app-body{width:100%;height:80%;margin-top:100px;align-content:center}@media (max-width: 768px){.app-body{max-width:100%}}header{position:fixed;top:0;left:0;height:4rem;width:100%;background-color:#1b1a1a;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:5px 20px 0}ul{display:flex;list-style-type:none}li{margin-right:20px}.header-logo img{position:relative;bottom:4px;width:40px}.shopping-cart{position:relative;bottom:10px;cursor:pointer}.shopping-cart img{width:30px;cursor:pointer}a{color:#fff}.nav-items{display:flex}.hamburger-menu{flex-direction:column;gap:5px;display:none}.hamburger-bar{width:20px;height:3px;background-color:#fff}@media (max-width: 768px){.nav-items{position:fixed;top:60px;flex-direction:column;transform:translate(-100%);transition:transform .3s ease}.navitem{display:none}.nav-items.active{display:flex;flex-direction:column;gap:20px;text-align:left;position:fixed;top:75px;left:0;height:100vh;background-color:#eeebeb;width:40%;transform:translate(0)}.nav-items.active .navitem{position:relative;top:10px;left:15px;display:flex}.nav-items.active a{color:#000}.hamburger-menu{position:fixed;top:26px;left:75px;display:flex;gap:3px;cursor:pointer}}.cart-item{display:flex;flex-direction:row;gap:1em;margin-bottom:10px;padding:5px}.item-description{display:flex;flex-direction:column;gap:3px}.about{margin-left:20px;width:90%;text-align:left}.cart-page-container{display:flex;align-items:center;justify-content:flex-start;gap:20px;flex-direction:column;width:100%;height:90vh}.order-details-container{color:#000;border-radius:6px;display:flex;flex-direction:column;gap:10px;width:fit-content}.cart-payment-container{color:#000;border-radius:20px;background-color:#fff;height:220px;width:400px;padding:20px}.checkout-button{background:#000;border-radius:20px;width:100%}.checkout-button:hover{filter:brightness(70%)}.underTitleContainer{display:flex;gap:20px}.cart-title{font-size:30px;font-weight:700;padding-bottom:15px;padding-top:15px;text-align:left}@media screen and (max-width: 1120px){.underTitleContainer{flex-direction:column}.cart-title{text-align:center}.underTitleContainer{align-items:center;gap:40px}.cart-payment-container{width:70vw}.order-details-container{justify-content:center;align-items:center}}.cart-checkout-item{display:flex;flex-direction:row;padding:20px;background-color:#474747;border-radius:20px;align-items:center;width:50vw;justify-content:space-around}.cart-item-description{padding-left:5%;text-align:left;font-weight:700;color:#fff;font-size:18px;display:flex;flex-direction:column;justify-content:center;width:50%}.cart-item-description:hover{filter:brightness(70%)}.cart-item-description a{text-decoration:underline;color:#fff}.cart-item-description a:visited{color:#fff}.quantity-container{display:flex;direction:row;justify-content:center;align-items:center}.price-container{display:flex;direction:row;justify-content:flex-start;align-items:center;padding:2%;font-size:16px;width:13%;min-width:max-content}.button-container{display:flex;direction:row;justify-content:center;align-items:flex-end;height:160px;width:20px}.select-quantity{height:40px;width:60px;border-radius:10px;font-size:16px;display:flex;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-arrow{position:absolute;transform:translate(300%);pointer-events:none;font-size:14px;color:#fff}.item-image{height:150px;width:105px}@media screen and (max-width: 1120px){.cart-checkout-item{width:70vw}}@media screen and (max-width: 710px){.cart-checkout-item{flex-direction:column;gap:10px;padding-top:30px;padding-bottom:5px}.cart-item-description{width:100%}.button-container{height:auto;width:100%;justify-content:flex-end}.cart-item-description{text-align:center;padding:0}.item-image{height:200px;width:145px;padding-bottom:10px}.cart-item-description{font-size:15px}}.empty-cart{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;font-size:x-large;padding:50px}.product-details img{height:450px;width:315px}.product-details{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;text-align:left;flex-wrap:nowrap;gap:4em;padding:2em;max-width:1200px;margin:0 auto}.product-info{display:flex;flex-direction:column;gap:4px;padding:28px 35px;border:solid rgb(147,140,140);border-radius:8px}.card-name{font-weight:bolder;font-size:large}.card-price{font-weight:bolder;font-size:xx-large}.card-info{margin-top:15px;margin-bottom:30px}.quantity-label{position:relative;top:1vh}.item-condition-select{display:flex;flex-direction:row;gap:2em;width:100%}.item-quantity-section{display:flex;flex-direction:row;gap:20px;margin-bottom:30px}.item-quantity-selector{display:flex;flex-direction:row}.item-quantity-selector button{background-color:transparent;border-style:solid}.item-quantity-selector input{width:15%;border-radius:6px;padding-right:0;background-color:transparent;color:#fff}.add-to-cart{margin-top:3vh;background-color:#fff;color:#000}.add-to-cart:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.7}.back{cursor:pointer;position:absolute;top:5em;left:1em}@media (max-width: 768px){.product-details{display:flex;flex-direction:column;gap:2em;align-items:center;margin-top:2em;justify-content:center}.product-details img{margin-right:0}}.throw-away-style{display:flex}.select-component-style .MuiOutlinedInput-notchedOutline,.select-component-style .MuiOutlinedInput-notchedOutline :hover{border-color:#fff}.MuiList-root{display:block}._y44v1a7z{animation:k17lnbbx 1s ease-in-out}._y44v1ozz{animation:kztt5h0 .86s infinite}._134c892t{stroke-linecap:round}._1e0c116y{display:inline-flex}._1o51q7pw{animation-fill-mode:forwards}._1pgl2qsq{animation-timing-function:cubic-bezier(.4,.15,.6,.85)}._1snbbs82{stroke-width:1.5}._7ljx1dhp{stroke-dasharray:60}._8hrz1h6o{transform-origin:center}._lswuglyw{fill:none}._opj11kw7{stroke-dashoffset:inherit}._s7n4nkob{vertical-align:middle}._tzy4idpf{opacity:0}@keyframes k17lnbbx{0%{transform:rotate(50deg);opacity:0;stroke-dashoffset:60}to{transform:rotate(230deg);opacity:1;stroke-dashoffset:50}}@keyframes kztt5h0{to{transform:rotate(1turn)}}@media screen and (forced-colors:active){._jcxd7g3v{filter:grayscale(100%)}._1tjm1onz{stroke:CanvasText}}._16cu892t svg circle:first-of-type,._1xci892t svg rect{stroke-linejoin:round}._16jlkb7n{flex-grow:1}._16qs1kw7{box-shadow:inherit}._16qsn8hf{box-shadow:inset 2px 0 0 var(--ds-border-focused,#388bff)}._18ql1j7p{-webkit-tap-highlight-color:rgba(0,0,0,0)}._1bsb1osq{width:100%}._1bto1l2s{text-overflow:ellipsis}._1e0c1txw{display:flex}._1o9zidpf{flex-shrink:0}._1q511b66{padding-block-start:var(--ds-space-050,4px)}._1reo15vq{overflow-x:hidden}._1u9j1elr svg circle:first-of-type,._1gqp1elr svg rect{stroke:var(--ds-border-input,#8590a2)}._1u9j1r31 svg circle:first-of-type,._1gqp1r31 svg rect{stroke:currentColor}._4cvr1h6o{align-items:center}._59qxe4h9 svg circle:first-of-type,._8y3xe4h9 svg rect{stroke-width:var(--ds-border-width,1px)}._85i51b66{padding-block-end:var(--ds-space-050,4px)}._bfhk166n{background-color:var(--ds-background-neutral-subtle-hovered,#091e420f)}._bfhk1j28{background-color:transparent}._bozgpxbi{padding-inline-start:var(--ds-space-200,1pc)}._o5721q9c{white-space:nowrap}._syaz15gi{color:var(--ds-text-disabled,inherit)}._syaz1kw7{color:inherit}._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}._vchhusvi{box-sizing:border-box}._y4ti1b66{padding-inline-end:var(--ds-space-050,4px)}._y4tiutpp{padding-inline-end:var(--ds-space-150,9pt)}._1di61dty:active{background-color:var(--ds-background-neutral-subtle-pressed,#091e4224)}@media screen and (-ms-high-contrast:active){._112e1vrj{border-inline-start:2px solid transparent}}.product-card{height:400px;width:184px;color:#fff;border-radius:10px;cursor:pointer;transition:transform .1s ease-in-out}.product-card:hover{box-shadow:0 8px 16px #1c1c1c;transform:scale(1.05)}.product-card-info{margin-left:15px;text-align:left}.product-card-name{font-weight:bolder;font-size:medium;margin-bottom:5px}.product-card-set-info{font-size:x-small}.product-card-price{margin-top:30px;font-weight:700}.product-card img{height:256px;width:184px;margin-bottom:5px}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-row-gap:40px;grid-column-gap:80px;width:70vw;padding:3rem}.sort-filters{display:flex;justify-content:left;margin-top:1em;margin-left:2em;gap:8px}.sort-filters .searchbar-wrapper{width:370px}.sort-filters .filter-buttons{display:flex;flex-direction:row;gap:1em}.sort-filters .filter-button{position:relative;bottom:5px}.body-content{display:flex;flex-direction:row}.filtering-filters{display:flex;flex-direction:column;gap:1em;width:13%;background-color:#fff;height:120px;border-radius:6px;padding:10px;margin-top:3em;margin-left:2em}.filtering-filters>div{color:#000;text-align:left}.filtering-filters .filter-label{display:flex;flex-direction:row;justify-content:space-around;gap:16px;font-size:14px;position:relative;top:20px}.filtering-filters>span{color:#000}.filtering-filters>input{margin-left:0;width:90%;color:#000;--_171tp53: #242424 !important}._18lx1n8f{--track-fg: #242424 !important}.filter-modal-button{display:none}@media (max-width: 768px){.search-results{display:grid;grid-template-columns:repeat(2,1fr);margin:0;padding-right:15px}.sort-filters .searchbar-wrapper{width:75%}.sort-filters{display:flex;flex-direction:column}.sort-filters .filter-buttons{display:flex;flex-direction:row;gap:10px;margin-left:2px}.filtering-filters{display:none}.filter-modal-button{display:contents}.search-top-row{display:flex;flex-direction:row}.filter-modal-button button{position:relative;bottom:5px;height:38px;width:38px;padding:8px;margin-right:10px;background-color:#3f3c3c;border-radius:20px}.filter-modal{width:fit-content}.filter-buttons{display:flex;flex-direction:row;gap:5px}}input{border-color:#fff;background-color:#fff;border-radius:20px;height:35px;border-style:solid;color:#000;padding:4px 4px 4px 10px;width:100%}.searchbar-wrapper{position:relative;bottom:4px;width:360px}.filter-button{display:flex;flex-direction:row;background-color:#fff;color:#757575;padding:5px 10px;min-width:70px;height:37px}.filter-button span{margin-top:1px}.sort-arrows{display:flex;flex-direction:column;gap:0px;position:relative;bottom:4px}.down-arrow{position:relative;bottom:20px}h1{margin-bottom:0}.search-bar{display:flex;align-items:center;justify-content:center}.home-display{display:flex;align-items:center;flex-direction:column}.carousel-container{display:flex;width:fit-content;flex-direction:column;padding:30px}.carousel-header{display:flex;justify-content:space-between;width:100%;align-items:flex-end;padding:10px;box-sizing:border-box}.carousel-body{display:flex;flex-direction:row;align-items:center}.carousel-window{width:1428px;overflow:hidden;padding:10px}.carousel-track{display:flex;transition:transform .5s ease}.carousel-card{padding-left:10px;padding-right:10px}.carousel-button{height:60px;width:60px;margin-bottom:100px;border-radius:50%}@media (min-width: 1650px){.carousel-window{width:1428px}}@media (min-width: 1450px) and (max-width: 1649px){.carousel-window{width:1224px}}@media (min-width: 1250px) and (max-width: 1449px){.carousel-window{width:1020px}}@media (min-width: 1050px) and (max-width: 1249px){.carousel-window{width:816px}}@media (min-width: 850px) and (max-width: 1049px){.carousel-window{width:612px}}@media (min-width: 650px) and (max-width: 849px){.carousel-window{width:408px}}@media (max-width: 649px){.carousel-window{width:204px}}.payment-info{display:flex;flex-direction:row;justify-content:space-between;width:100%}.billing-payment-container{color:#000;border-radius:20px;background-color:#fff;height:220px;width:400px;padding:20px;margin-top:140px;border:solid red 1px}.address__input{color:#000}.address__option{color:#000!important}.address__control{width:440px}.text-input-field{width:425px;border-radius:5px;font-size:17px}.select{width:445px;height:46px;background-color:#fff;color:#000;font-size:17.45px;border-radius:5px;padding:6px;color:gray}.continueBtn{width:440px}.title{font-size:40px;font-weight:700;padding-bottom:40px}.parent-container{display:flex;flex-direction:row;align-items:flex-start}@media screen and (max-width: 1000px){.parent-container{flex-direction:column;align-items:center}.billing-payment-container{margin-top:0}}@media screen and (max-width: 485px){.address__control{width:320px}.text-input-field{width:305px}.select{width:325px}.billing-payment-container{width:280px;margin-top:0}.continueBtn{width:320px}.title{font-size:30px}}.payment-container{display:flex;justify-content:center;gap:4em}.left-container{display:flex;flex-direction:column;gap:20px}.order-summary{background-color:#fff;color:#000;padding:15px 30px 30px;border:1px solid;border-radius:4px;width:70%}.item-summary{display:flex;flex-direction:row;gap:30px;margin-bottom:20px;justify-content:space-between}.address-summary{display:flex;flex-direction:column}.right-container{background-color:#fff;color:#000;height:40%;padding:10px 30px 30px;border-radius:4px;width:25%}
