.ShoppingCartSubTitle{font-weight:bold}.ShoppingCartContainer{padding:0 24px;font-size:18px}.ShoppingCartItemImageContainer{position:relative}.ShoppingCartItemImage{max-height:100%;max-width:100%;border:2px solid #659bda}.ShoppingCartItemImageLoader{filter:brightness(.5)}.ShoppingCartQuantityContainer{display:flex;align-items:center;margin-top:auto}.ShoppingCartItemQuantity{border:0;background-color:#e8ddd1;width:36px;text-align:center}.ShoppingCartItemQuantitySquare{border:1px solid #000;height:36px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;cursor:pointer}.ShoppingCartItemSeparator{border-bottom:1px solid #000;padding:24px 0}#ShoppingCartSidebar{position:fixed!important;height:100%;width:100%;color:#000;z-index:10000000}.ShoppingCartSidebarContainer{background-color:#e8ddd1;box-shadow:-3px 1px 9px #e8ddd1;overflow-y:auto;height:100%}.ShoppingCartSidebarLoadingDots::after{content:"";animation:loading 2s steps(1,end) infinite;font-family:"Special Elite",system-ui;font-weight:400;font-style:normal}@keyframes loading{0%{content:"."}20%{content:".."}40%{content:"..."}60%{content:"..."}100%{content:""}}@media screen and (max-width:992px){.ShoppingCartContainer{font-size:12px;padding:0 12px}.ShoppingCartItemQuantitySquare{height:26px}}