.WorkshopWrapper{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:100%;gap:5px;grid-auto-rows:min-content}.page-intro{opacity:0;transform:translateY(12px);animation:pageIntro .6s ease forwards}.Workshop{display:flex;flex-direction:column;align-items:start}.imageWrapper{width:100%;aspect-ratio:2/3;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.WorkshopImage{width:100%;height:100%;background-size:cover;background-position:center;position:relative;cursor:pointer;transition:transform .2s ease}.WorkshopImage:hover{transform:scale(1.05)}.workshop-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;opacity:0;transition:opacity .3s ease;pointer-events:none;text-align:center}.Workshop:hover .workshop-overlay{opacity:1}.workshop-name{font-size:1.5rem;font-weight:600;margin:0 0 12px;color:#fff}.workshop-availability.in-stock{background-color:#28a745;color:#fff}.workshop-availability.coming-soon{background-color:#ffc107;color:#212529}.Workshop label{font-size:2rem;color:#bfbfbf}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000000e6;animation:fadeIn .3s ease;overflow:hidden}.modal-container{display:flex;width:100%;height:calc(100% - var(--header-height, 82px));position:absolute;top:var(--header-height, 82px);left:0;overflow:hidden;box-shadow:none;animation:fadeIn .3s ease;border-top:#f0f0f0 1px solid}.modal-image-section{flex:5;display:flex;align-items:stretch;justify-content:stretch;background:#000;overflow:hidden;position:relative}.image-slideshow{position:relative;width:100%;height:100%;overflow:hidden}.image-slideshow .modal-content{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease;position:absolute;top:0;left:0;padding:0;border:none;max-width:none;max-height:none;background-color:transparent}.image-slideshow .modal-content.active-slide{opacity:1}.slideshow-prev,.slideshow-next{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;border:none;color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.slideshow-prev:hover,.slideshow-next:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.slideshow-prev{left:20px}.slideshow-next{right:20px}.slideshow-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.slideshow-indicator{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.slideshow-indicator.active{background:#fff;transform:scale(1.2)}.slideshow-indicator:hover{background:#fffc}.modal-description-section{flex:3;display:flex;flex-direction:column;min-width:250px;background-color:#000;border-left:1px solid #dbdbdb}.description-header{padding:16px;border-bottom:1px solid #dbdbdb;display:flex;align-items:center}.user-info{display:flex;align-items:center;justify-content:space-between;width:100%}.username{padding-right:10px;font-weight:600;font-size:30px}.description-content{flex:1;padding:50px;overflow-y:auto}.item-description{font-size:16px;line-height:1.7;margin:0 0 20px}.description-content .description-wrapper{max-width:620px}.description-content .description-wrapper h1{font-size:2rem;line-height:1.3;margin:0 0 18px;color:#fff;letter-spacing:.02em}.description-content .description-wrapper p{margin:0 0 16px;line-height:1.75;color:#bfbfbf;font-size:1.2rem}.description-content .description-wrapper strong{color:#fff;font-weight:5000}.workshop-details{margin-top:20px;line-height:1.6}.workshop-details p{margin:8px 0}.description-actions{padding:16px;border-top:1px solid #dbdbdb;display:flex;flex-direction:column;gap:12px}.product-info{display:flex;justify-content:space-between;align-items:center}.price{font-weight:600;font-size:18px}.availability{font-size:14px;color:#0095f6;font-weight:500}.close{padding:5px;color:#a9a9a9;font-size:24px;font-weight:700;cursor:pointer;transition:all .3s ease;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0;min-width:32px}.close:hover{background:#fff0;color:#fff;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:translate(-50%,-50%) scale(.8)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes pageIntro{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.page-intro{animation:none;opacity:1;transform:none}}
