*,*:after,*:before{box-sizing:border-box}html{min-height:100%;width:100%;display:flex;flex-direction:column}body{flex-grow:1;display:flex;flex-direction:column;margin:0}#root{flex-grow:1;display:flex;flex-direction:column;align-items:center;width:100%;min-height:100%;background-color:#f9f9f9;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:12px}.product-page{width:100%;display:flex;flex-direction:column;align-items:center}nav{display:block;text-align:center;border-radius:8px;font-size:1.5rem;padding:8px;background-color:#f9f9f9;width:100%}nav a{margin:1em;display:inline-block;text-transform:capitalize;background:linear-gradient(to right,currentColor,currentColor);background-position:0 100%,0 100%;background-repeat:no-repeat;transition:.4s background-size;background-size:0 .1em,100% .1em;transition-delay:225ms;color:#000;text-decoration:none}nav a:hover{background-size:100% .1em,0 .1em;transition:.4s background-size}.main-nav{position:sticky;top:0;z-index:999}.cart{background-color:#f9f9f9;display:flex;justify-content:center;align-items:center;min-width:50%;gap:10px;margin:0 48px}.checkout-actions{display:flex;flex-direction:column;gap:12px;background-color:#fff;padding:8px 24px;border-radius:8px}.cart-items{display:flex;flex-wrap:wrap;flex:2}.price{font-weight:700}input,button{height:2lh;border-radius:8px;border:none;margin:4px;text-align:center;font-size:inherit}button{background-color:#f9f9f9;padding:4px 12px;cursor:pointer;border:2px solid transparent;transition:.2s border-color}button:hover{border-color:#00000080}._product-card_gddxj_1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:24px;width:320px;transition:.25s transform,.25s border-color;transform-origin:50% 0%;background-color:#fff;padding:24px 12px;aspect-ratio:1/1.2;border-radius:8px;border:2px solid transparent}._product-card_gddxj_1:hover{transform:scale(1.1);border-color:#00000080;transition:.25s transform,.25s border-color}._product-title_gddxj_23{text-overflow:ellipsis;overflow:hidden;width:100%;display:inline;white-space:pre;text-align:center}._product-image_gddxj_32{width:192px;height:auto;object-fit:contain;aspect-ratio:1}._product-list_1i4x0_1{display:flex;flex-wrap:wrap;justify-content:start;width:100%}
