.home{padding:var(--defaultContainerPadding);flex-direction:column;gap:20px;display:flex}.home__groupHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.home__groupTitle{text-align:left;margin:0;font-size:1.5em;font-weight:700}.home__groupLink{color:var(--tertiaryTextColor);cursor:pointer;margin-left:auto;font-size:.9em;text-decoration:underline;transition:color .3s}.home__groupLink:hover{color:var(--primaryTextColor)}.home__scroll{overflow-x:auto}.home__scroll::-webkit-scrollbar{height:10px}.home__scroll::-webkit-scrollbar-track{background-color:#f0f0f0;border-radius:5px}.home__scroll::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px}.home__scroll::-webkit-scrollbar-thumb:hover{background-color:#555}.home__grid{gap:10px;padding-bottom:10px;display:inline-flex}.home__grid>.home__card{flex-shrink:0}.home__card{width:120px;height:200px;box-shadow:none;color:inherit;background:0 0;border-radius:6px;flex-direction:column;align-items:flex-start;padding:0;text-decoration:none;display:flex}.home__image{background-color:#f0f0f0;border-radius:4px;justify-content:center;align-items:center;width:100%;height:180px;margin-bottom:10px;display:flex;overflow:hidden}.home__image img{display:block;object-fit:contain!important;object-position:center center!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important}.home__title{text-align:left;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;width:100%;font-size:.9em;display:-webkit-box;overflow:hidden}.home__price{color:var(--tertiaryTextColor);text-align:left;font-weight:700}.home__seller{color:var(--primaryTextColor);text-align:left;font-size:.8em;font-weight:700}@media (max-width:768px){.home__groupTitle{font-size:1.2em}.home__card{min-width:180px}}@media (max-width:480px){.home__groupTitle{font-size:1em}.home__card{min-width:150px}}@media (min-width:1024px){.home__groupHeader{margin-bottom:6px}.home__scroll{overflow-x:auto}.home__grid{flex-wrap:nowrap;gap:16px 18px;padding-bottom:0;display:inline-flex}.home__grid>.home__card{flex:0 0 220px;width:220px}.home__card{background:var(--secondaryBackgroundColor);border-radius:8px;width:auto;height:auto;padding:8px;box-shadow:0 1px 6px rgba(0,0,0,.06)}.home__card:hover{transition:box-shadow .2s,transform .2s;transform:translateY(-1px);box-shadow:0 3px 12px rgba(0,0,0,.08)}.home__image{border-radius:8px;height:220px;margin-bottom:8px}.home__image img{object-position:center center;background:var(--primaryBackgroundColor,#fff);width:auto;height:100%;margin:0 auto;display:block;object-fit:contain!important}.home__image img.object-cover{object-fit:contain!important;width:auto!important;height:100%!important}.home__title{-webkit-line-clamp:2;line-clamp:2;font-size:1rem}.home__price{margin-top:2px;font-size:1rem}.home__seller{opacity:.9;margin-top:2px;font-size:.9rem}.home__hero{background:0 0;border-radius:12px;max-width:1200px;height:100%;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08)}.home__hero .carousel,.home__hero .carousel__track{height:100%}.home__hero .carousel__slide{background:0 0;justify-content:center;align-items:center;display:flex;aspect-ratio:auto!important;height:100%!important}.home__hero .carousel__image{object-position:center center;background:0 0;display:block;object-fit:cover!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.home__hero .carousel__dots{z-index:2;position:absolute;bottom:8px;left:0;right:0}}@media (min-width:768px) and (max-width:1023px){.home__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px 16px;display:grid}.home__image{height:200px}.home__hero{border-radius:10px;max-width:1000px;height:max(220px,min(34vw,360px));margin-left:auto;margin-right:auto;overflow:hidden}}
