.header{box-shadow:none;margin-bottom:0}body{background-color:var(--c-elevation-1)}.box,.card{box-shadow:none}.marketplace-search input{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0}.marketplace-search button{border-bottom-left-radius:0;border-top-left-radius:0}#marketplace nav ul{display:flex;gap:var(--spacing-2)}#marketplace.marketplace-index .search-container{margin-bottom:5vh;margin-top:10vh;max-width:700px;padding:var(--spacing-4);width:100%}#marketplace.marketplace-index .search-container h1{font-size:2.75rem}#marketplace.marketplace-index .search-container form{padding:0 var(--spacing-10)}#marketplace.marketplace-index .sponsored-container{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-4);justify-content:center;margin-bottom:5vh;padding:var(--spacing-4)}#marketplace.marketplace-index .sponsored-container a{height:auto;max-width:500px;width:100%}@media screen and (min-width:800px){#marketplace.marketplace-index .sponsored-container{flex-direction:row}#marketplace.marketplace-index .sponsored-container a{width:33%}}#marketplace.marketplace-index .sponsored-container img{max-height:100%;max-width:100%}#marketplace.marketplace-index section{margin-bottom:var(--spacing-8)}#marketplace.marketplace-index .product-container{padding:var(--spacing-2);width:50%}@media screen and (min-width:800px){#marketplace.marketplace-index .product-container{width:25%}}#marketplace.marketplace-index .product-container .product{border-radius:8px;overflow:hidden;transition:box-shadow .2s linear}#marketplace.marketplace-index .product-container .product:hover{box-shadow:0 3px 3px 0 rgba(0,0,0,.05),0 5px 15px 0 rgba(0,0,0,.05)}#marketplace .category-list{border-right:var(--border);width:200px}#marketplace .product-list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}#marketplace .product-tile{border-radius:8px;overflow:hidden;transition:box-shadow .2s linear}#marketplace .product-tile:hover{box-shadow:0 3px 3px 0 rgba(0,0,0,.05),0 5px 15px 0 rgba(0,0,0,.05)}#marketplace .product-tile img{height:auto;max-width:100%;object-fit:contain;width:auto}#marketplace .product-wrapper{padding:0}@media screen and (min-width:800px){#marketplace .product-wrapper{padding:var(--spacing-4)}}#marketplace .product-wrapper .product-header{flex-direction:column}@media screen and (min-width:800px){#marketplace .product-wrapper .product-header{flex-direction:row}}#marketplace .product-wrapper .product-header>div{width:100%}@media screen and (min-width:800px){#marketplace .product-wrapper .product-header>div{width:50%}}#marketplace .product-wrapper .product-gallery-wrapper{min-height:300px}#marketplace .product-wrapper .product-gallery-wrapper .shelf{padding:var(--spacing-4) 0}#marketplace .product-wrapper .product-gallery-wrapper .shelf img{border-radius:4px;cursor:pointer;height:60px;object-fit:contain;width:100px}#marketplace .product-wrapper .product-gallery-wrapper .shelf img:hover{box-shadow:0 3px 3px 0 rgba(0,0,0,.05),0 5px 15px 0 rgba(0,0,0,.05)}#marketplace .product-wrapper .product-price-select{border-bottom-right-radius:0;border-top-right-radius:0}#marketplace .product-wrapper .product-buy-btn{border-bottom-left-radius:0;border-top-left-radius:0}#marketplace .product-wrapper .product-package-name{background-color:var(--c-elevation-2);border-radius:5px}