.auth-container{justify-content:center;align-items:center;height:100vh;display:flex}.auth-form{flex-direction:column;align-items:center;gap:12px;display:flex}.button-group{gap:8px;display:flex}.shopcard-padding-between{flex-direction:column;gap:3rem;display:flex}.shopCardContainer{border-top:1px solid #000;border-bottom:1px solid #000;grid-template-rows:1fr;grid-template-columns:33.33% 33.33% 33.33%;gap:0;height:100%;margin:0 auto;display:grid}.shopCardItem1{grid-area:1/1;width:100%;position:relative}.shopCardItem2{grid-area:1/2;width:100%;position:relative}.shopCardRightcol{flex-direction:column;grid-area:1/3;justify-content:space-between;align-self:stretch;max-width:100%;height:100%;padding-left:.5rem;display:flex;position:relative}.shopCardRightcol h2{margin:0;padding:0}.shopCardRightcol p{text-align:left;margin:.5rem 0 0;padding:0}@media (max-width:600px){.shopCardContainer{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;display:grid}.shopCardItem1{grid-area:1/1}.shopCardItem2{grid-area:2/1}.shopCardRightcol{grid-area:1/2/span 2;padding:0 0 0 .5rem}}.shopCardItem1 img,.shopCardItem2 img{width:90%;height:auto;display:block}.imageGalleryGrid{column-count:3;column-gap:0;margin:0;padding:0}.imageWrapper{break-inside:avoid;width:100%;margin:0}.responsiveImage{width:100%;height:auto;display:block}.loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:5vh;display:flex}.retroBar{box-sizing:border-box;background:#fff;border:2px solid #000;width:200px;height:20px}.retroFill{background:#000;height:100%;transition:width .3s steps(20,end)}.retroLabel{font-family:monospace;font-size:13px}.cartContainer{padding:2rem}.cartTitle{text-align:left;margin:0;font-size:2.5rem}.shippingWarning{font-size:.9rem;font-style:italic}.shippingDetail{font-size:1.5rem;font-style:italic}.cartEmpty{text-align:center;padding:4rem 1rem}.cartEmpty h1{color:#666;font-size:1.5rem;font-style:italic}.cartLayout{align-items:flex-start;gap:2rem;display:flex}.cartContentsColumn{flex:2;min-width:0}.cartSummaryColumn{flex:1;max-width:350px;position:sticky;top:100px}.cartTable{border-collapse:collapse;background-color:#fff;border:1px solid #ddd;width:100%}.cartTable th{text-align:left;text-transform:uppercase;color:#555;border-bottom:2px solid #ddd;padding:1rem 1.5rem;font-size:.8rem}.cartTable tbody tr{border-bottom:1px solid #eee}.cartTable tbody tr:last-child{border-bottom:none}.freeShippingBanner{color:#2d6a4f;background-color:#f0faf4;border:1px solid #b7e4c7;border-radius:6px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.95rem;display:inline-flex}.bannerClose{color:#2d6a4f;cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;padding:0 0 0 .5rem;font-size:1.2rem;line-height:1}.bannerClose:hover{opacity:1}.productCell{width:45%;padding:1.5rem}.productInfo{align-items:center;gap:1rem;display:flex}.productImage{object-fit:cover;flex-shrink:0;width:90px;height:90px}.productDetails{flex:1}.productName{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.productDescription{color:#666;margin:0;font-size:.9rem}.priceCell,.subtotalCell{text-align:right;white-space:nowrap;padding:1.5rem;font-size:1.2rem;font-weight:600}.quantityCell{text-align:center;padding:1.5rem}.quantityControls{justify-content:center;align-items:center;gap:.75rem;display:flex}.quantityControls button{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;width:32px;height:32px;font-size:1.2rem;transition:all .2s}.quantityControls button:hover:not(:disabled){background-color:#f5f5f5;border-color:#999}.quantityControls button:disabled{opacity:.5;cursor:not-allowed}.actionCell{text-align:right;padding:1.5rem}.removeButton{color:#dc3545;cursor:pointer;background:0 0;border:none;font-size:.9rem;text-decoration:underline;transition:color .2s}.removeButton:hover{color:#a71d2a}.cartSummary{background:#fff;border:1px solid #ddd;padding:1.5rem}.totalRow{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.totalLabel{font-size:1.35rem;font-style:italic}.totalAmount{font-size:1.35rem;font-weight:700}.checkoutButton{color:#000;text-align:center;cursor:pointer;background-color:#fff;border:1px solid #000;border-radius:4px;width:100%;margin-top:1rem;padding:.5rem;font-size:1.2rem;transition:background-color .2s;display:block}.priceAndQuantityCell{text-align:right;padding:1.5rem}.nameForm{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.nameFormLabel{color:#333;margin:0;font-size:.95rem}.nameInput{box-sizing:border-box;border:1px solid #000;border-radius:4px;outline:none;width:100%;padding:.6rem .75rem;font-size:1rem}.nameInput:focus{border-color:#555;box-shadow:0 0 0 2px #00000014}.errorText{color:#dc3545;margin-top:.5rem;font-size:.9rem}@media (max-width:1024px){.cartLayout{flex-direction:column;gap:2rem}.cartSummaryColumn{flex:none;width:100%;max-width:100%;position:static}.cartSummary{max-width:600px;margin:0 auto}}@media (max-width:768px){.cartLayout{flex-direction:column}.cartContentsColumn,.cartSummaryColumn{box-sizing:border-box;width:100%}.cartContainer{padding:1rem}.cartTitle{text-align:center;margin-bottom:1.5rem;font-size:2rem}.cartTable{background:0 0;border:none;width:100%}.cartTable thead{display:none}.cartTable tbody tr{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:1rem;padding:1rem;display:block}.cartTable tbody tr:last-child{border:1px solid #ddd}.cartTable td{text-align:right;box-sizing:border-box;border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;display:flex}.cartTable td:last-child{border-bottom:none}.cartTable td:before{content:attr(data-label);color:#333;text-align:left;flex-shrink:0;margin-right:1rem;font-weight:600}.productCell{box-sizing:border-box;gap:1rem;margin-bottom:1rem;border-bottom:1px solid #ddd!important;flex-direction:row!important;justify-content:flex-start!important;align-items:flex-start!important;width:100%!important;padding:0 0 1rem!important;display:flex!important}.productCell:before{display:none}.productImage{object-fit:cover;flex:0 0 75px;width:75px;height:75px}.productDetails{text-align:left;flex-direction:column;flex:auto;min-width:0;display:flex}.productName,.productDescription{white-space:normal;word-break:break-word;text-align:left}.quantityControls{justify-content:flex-end}.quantityControls button{border-radius:4px}.actionCell{padding-top:1rem;display:block!important}.actionCell:before{display:none}.removeButton{color:#dc3545;text-align:center;background-color:#fdfdfd;border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;text-decoration:none}.removeButton:hover{color:#fff;background-color:#dc3545}}
