.classic-card-product-container-main{position:relative;width:200px;max-height:500px;min-height:200px;display:flex;flex-direction:column;align-items:center;margin-bottom:10px;z-index:500}@media screen and (max-width:768px){.classic-card-product-container-main{width:40vw;max-height:100vw;min-height:40vw}}.image-classic-card-product-container{position:relative;width:100%;height:auto;min-height:200px;max-height:400px;border-radius:10px;margin:0;cursor:pointer;z-index:510;animation:popAnimation .3s ease-out;animation-fill-mode:forwards;scale:0;opacity:0}@media screen and (max-width:768px){.image-classic-card-product-container{min-height:40vw;max-height:80vw}}@keyframes popAnimation{0%{scale:0;opacity:0}80%{scale:1.1;opacity:.8}to{scale:1;opacity:1}}.image-book-card-product{border-radius:var(--serious-border-radius);box-shadow:4px 4px 25px 1px var(--background-shadow)}.image-book-card-product,.image-classic-card-product{position:relative;object-position:center;z-index:520}.background-shadow-classic-card{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.buttons-container-in-image-classic-card{position:absolute;bottom:10px;right:5px;min-width:40px;max-width:50px;max-height:90px;min-height:40px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background:none;z-index:550;pointer-events:none;transition:all .3s ease}.text-classic-card-container{position:relative;width:100%;max-height:200px;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden}@media screen and (max-width:768px){.text-classic-card-container{max-height:40vw;min-height:10vw}}.title-of-product-clasic-card-container{position:relative;width:100%;height:40%;padding:1px;overflow:hidden}.title-of-product-clasic-card{position:relative;text-overflow:ellipsis;font-size:.9rem;font-weight:500;margin-top:8px;color:var(--foreground);text-shadow:1px 1px 4px var(--foreground-weak);text-align:center}.price-of-product-classic-card-container{position:relative;width:100%;height:30%;padding:1px;overflow:hidden;display:flex;justify-content:space-between;align-items:center}.price-of-product-classic-card{position:relative;text-overflow:ellipsis;font-size:.8rem;font-weight:400;color:var(--foreground);text-shadow:1px 1px 8px var(--foreground-weak)}.ancient-product-price-classic-card{position:relative;text-overflow:ellipsis;text-decoration:line-through;-webkit-margin-end:10px;margin-inline-end:10px;font-size:.7rem;font-weight:500;color:var(--fourth-color);text-shadow:1px 1px 8px var(--fourth-color-shade-1)}.discount-texts-classic-card-container{position:relative;width:100%;height:30%;padding:1px;overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:row;align-items:center}.discount-texts-classic-card-container p{position:relative;font-size:.7rem;font-weight:500;color:var(--fourth-color);text-shadow:1px 1px 8px var(--fourth-color-shade-1)}.threed-button-in-classic-card-container{position:relative;width:100%;height:40px}.add-to-cart-button-in-classic-card-container{position:relative;width:40px;height:40px}.add-to-cart-button-in-classic-card-container-mobile{position:relative;display:none;width:40px;height:40px}.image-classic-card-product-container:hover .add-to-cart-button-in-classic-card-container-mobile{display:block}.classic-product-still-loading{position:relative;width:200px;height:300px;border-radius:var(--serious-border-radius);overflow:hidden}@media screen and (max-width:768px){.classic-product-still-loading{width:40vw;height:60vw}}.classic-product-still-loading-loader{position:absolute;width:300%;height:100%;top:0;right:-200%;background-image:linear-gradient(70deg,transparent 0,var(--primary-color) 2%,transparent 44%,var(--primary-color-tint-1) 62%,var(--primary-color-shade-1) 79%,transparent 100%);opacity:.7;animation:ProductLoading 1s infinite}@keyframes ProductLoading{0%{right:-200%;scale:1}50%{scale:1.4}to{right:0;scale:1}}.add-to-cart-card-container{height:100%;width:100%}.add-to-cart-card-container,.cart-btn-card-to-click{position:relative;display:flex;justify-content:center;align-items:center}.cart-btn-card-to-click{width:90%;height:90%;border-radius:10px;background-image:linear-gradient(45deg,var(--secondary-color-tint-1),var(--secondary-color-shade-1));border:1px solid var(--secondary-color-text-1);box-shadow:4px 4px 25px 1px var(--secondary-color-text-1);cursor:pointer;pointer-events:auto;transition:all .3s ease}.cart-btn-card-to-click:hover{background-image:linear-gradient(45deg,var(--secondary-color-shade-1),var(--secondary-color-tint-1))}.cart-btn-card-to-click svg{position:relative;width:60%;height:60%;fill:var(--secondary-color-text-1)}