.product_block{display:flex;flex-direction:row;justify-content:center;gap:20px;min-height:80vh}.product-img-page{width:70vh;height:auto;display:flex;justify-content:center;align-items:center;border:1px solid rgba(9,1,68,0.226);box-shadow:0 10px 10px 4px rgba(9,1,68,0.226);border-radius:40px;object-fit:contain;aspect-ratio:1/1}.carousel_ctrl{position:absolute;width:5vh;height:5vh;bottom:10px;border-radius:40px;filter:invert(100%) hue-rotate(300deg)}.carousel-item img{border-radius:40px;object-fit:cover}.product-information{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:auto;max-width:600px;padding:20px;border-radius:20px;border:1px solid rgba(250,209,104,0.3);box-shadow:0 10px 10px 4px rgba(48,40,15,0.144)!important;gap:20px}.name{display:flex;text-align:center;justify-content:center;align-items:center;flex-direction:row;font-size:1.5rem;font-weight:bold;color:#333;width:100%}.price_block{display:flex;justify-content:space-between;width:100%;font-size:1.5rem;font-weight:bold;color:#333;align-items:flex-end;margin-top:auto;border-radius:40px;padding:10px}.date{color:#7a79793c;display:flex;justify-content:center}.buy{background:linear-gradient(45deg,#3bf290cc,#0516ffcc,#02a2f1cc,#e375e1cc);animation:gradientAnimation 10s infinite;background-size:1000% 1000%;background-attachment:fixed;font-weight:bold;color:white;text-shadow:0 0 5px rgba(0,0,0,0.3);border-radius:40px;padding:10px;text-align:center;cursor:pointer;border:1px solid rgba(250,209,104,0.3);width:30%}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.buy_block{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;width:100%}.buy_form{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(232,231,241,0.95);padding:20px;border-radius:20px;box-shadow:0 10px 10px 4px rgba(48,40,15,0.144);z-index:1000;width:600px;justify-content:center;align-items:center}.description{color:#555;width:100%}.admin_tools{display:flex;justify-content:space-between;gap:10px;padding:10px;background:#14ff14}@media(max-width:991.98px){.product_block{flex-direction:column;align-items:center;gap:10px;min-height:unset;padding:0}.product-img-page{width:50vw;min-width:0;max-width:100vw;height:auto;aspect-ratio:1/1;border-radius:20px;margin-bottom:10px}.carousel_ctrl{width:40px;height:40px;bottom:5px}.product-information{max-width:100vw;width:98vw;padding:10px;border-radius:15px;gap:10px}.name,.serial,.condition,.description,.date{font-size:1.1rem;word-break:break-word}.price_block{align-items:flex-start;font-size:1.1rem;padding:8px;border-radius:15px;gap:5px}.buy_block{flex-direction:column;gap:8px;width:100%}.buy{width:100%;font-size:1.2rem;padding:12px 0;border-radius:15px}.buy_form{width:98vw;min-width:0;padding:10px;border-radius:15px}.admin_tools{gap:5px;padding:5px}a.h2{font-size:1.2rem}}