.Carousel_carouselContainer__5aR1K{position:relative;width:100%;height:500px;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin:2rem 0}.Carousel_slide__r1zl_{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.Carousel_slideImage__oDF14{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.Carousel_navButton__6On83{position:absolute;top:50%;transform:translateY(-50%);background-color:hsla(0,0%,100%,.7);color:#000;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;opacity:0;transition:opacity .3s ease,background-color .3s ease;z-index:10}.Carousel_carouselContainer__5aR1K:hover .Carousel_navButton__6On83{opacity:.8}.Carousel_navButton__6On83:hover{background-color:hsla(0,0%,100%,.9);opacity:1}.Carousel_prevButton__S6Lgy{left:20px}.Carousel_nextButton__fSARU{right:20px}.Carousel_indicators__OeBza{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:10}.Carousel_indicator__XIdPq{background:transparent;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;padding:5px;transition:color .3s ease,transform .2s ease}.Carousel_indicator__XIdPq:hover{color:hsla(0,0%,100%,.9);transform:scale(1.2)}.Carousel_activeIndicator__R2y_e{color:#fff}@media (max-width:768px){.Carousel_carouselContainer__5aR1K{height:350px}.Carousel_navButton__6On83{width:35px;height:35px}}@media (max-width:480px){.Carousel_carouselContainer__5aR1K{height:250px;margin:1rem 0}.Carousel_navButton__6On83{width:30px;height:30px}.Carousel_prevButton__S6Lgy{left:10px}.Carousel_nextButton__fSARU{right:10px}}.ScrollableBox_scrollableContainer__BTwB1{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;width:100%;padding:.5rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.ScrollableBox_scrollableContainer__BTwB1::-webkit-scrollbar{height:6px}.ScrollableBox_scrollableContainer__BTwB1::-webkit-scrollbar-track{background:#222;border-radius:10px}.ScrollableBox_scrollableContainer__BTwB1::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.ScrollableBox_scrollableContainer__BTwB1::-webkit-scrollbar-thumb:hover{background:#555}.ScrollableBox_productCard__MbxcX{position:relative;display:flex;flex-direction:column;background-color:#111;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2);transition:transform .2s ease,box-shadow .2s ease;height:100%;border:1px solid hsla(0,0%,100%,.1)}.ScrollableBox_productCard__MbxcX:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -2px rgba(0,0,0,.2);border-color:var(--color-accent,#d4af37)}.ScrollableBox_productLink__o1Fhv{display:flex;flex-direction:column;height:100%;text-decoration:none;color:var(--color-text,#fff)}.ScrollableBox_imageContainer__leaKs{position:relative;width:100%;padding-top:100%;overflow:hidden}.ScrollableBox_productImage__5GzuF{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.ScrollableBox_productCard__MbxcX:hover .ScrollableBox_productImage__5GzuF{transform:scale(1.05)}.ScrollableBox_addToCartButton__s5Y4p{position:absolute;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.8);color:#fff;padding:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transform:translateY(100%);transition:opacity .3s ease,transform .3s ease;border:none;cursor:pointer}.ScrollableBox_productCard__MbxcX:hover .ScrollableBox_addToCartButton__s5Y4p{opacity:1;transform:translateY(0)}.ScrollableBox_productInfo__95Lnd{padding:1rem;display:flex;flex-direction:column;flex-grow:1;background-color:#111;color:var(--color-text,#fff)}.ScrollableBox_productName__m_mMV{font-size:1rem;font-weight:500;margin-bottom:.5rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--color-text,#fff)}.ScrollableBox_priceRow__ZkG5a{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.ScrollableBox_productPrice__4Fe1S{font-weight:600;font-size:1.125rem;color:var(--color-accent,#d4af37)}@media (max-width:640px){.ScrollableBox_scrollableContainer__BTwB1{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.ScrollableBox_productName__m_mMV{font-size:.875rem}.ScrollableBox_productPrice__4Fe1S{font-size:1rem}.ScrollableBox_addToCartButton__s5Y4p{padding:.5rem}.ScrollableBox_addToCartButton__s5Y4p span{display:none}}