:root{--neutral-0:#fff;--neutral-1:#f8f8f8;--neutral-2:#eee;--neutral-3:#cecece;--neutral-4:#aaa;--neutral-5:#828282;--neutral-6:#3f3f3f;--neutral-7:#272727;--blue-1:#00aeef;--blue-2:#0088b8;--blue-3:#0b276f;--blue-4:#06112e;--green-1:#2bc78f;--red-1:#f1574b;--yellow-1:#f19f00;--blue-5:#c5efff;--green-2:#dff9ec;--red-2:#feeeed;--yellow-2:#fdf4b7}html[class=dark]{--neutral-0:#2c2c2c;--neutral-1:#353535;--neutral-2:#515151;--neutral-3:#7c7c7c;--neutral-4:#c4c4c4;--neutral-5:#d3d3d3;--neutral-6:#f0f0f0;--neutral-7:#fff;--blue-1:#0fbeff;--blue-2:#47cfff;--blue-3:#90acf4;--blue-4:#d2ddf9;--green-1:#3ad49d;--red-1:#db1000;--yellow-1:#f19f00;--blue-5:#002938;--green-2:#061e12;--red-2:#240503;--yellow-2:#302a06}.product-card-skeleton{display:grid;grid-row-gap:8px;grid-template-areas:"image image" "name name" "name-small name-small" "price points" "button button";grid-template-columns:72px 1fr;grid-template-rows:220px repeat(2,16px) 20px 36px;height:100%;width:100%}@media screen and (min-width:768px){.product-card-skeleton{grid-template-areas:"image image" "name name" "name-small name-small" "price points";grid-template-columns:80px 1fr;grid-template-rows:260px repeat(2,20px) 24px}}.product-card-skeleton__image{border-radius:4px;grid-area:image;height:100%;width:100%}.product-card-skeleton__name{border-radius:4px;grid-area:name;height:100%;width:100%}.product-card-skeleton__name_small{grid-area:name-small;max-width:120px}@media screen and (min-width:768px){.product-card-skeleton__name_small{max-width:180px}}.product-card-skeleton__price{border-radius:4px;grid-area:price;height:100%;width:100%}.product-card-skeleton__points{border-radius:16px!important;grid-area:points;height:100%;margin-left:8px;width:56px}.product-card-skeleton__button{border-radius:4px;grid-area:button;height:100%;width:100%}@media screen and (min-width:1280px){.product-card-skeleton__button{display:none}}
