.watch-container{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.watch{display:flex;justify-content:center;align-items:flex-start;width:100%;max-width:1200px;gap:4rem;padding:0 3rem}.watch-images{display:flex;flex-direction:column;gap:1rem;flex:1;min-width:0;align-items:center}.watch-image-container{width:100%;max-width:37.5rem;aspect-ratio:1;border-radius:4px;overflow:hidden;background-color:var(--muted)}.watch-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;cursor:zoom-in}.watch-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.thumbnail{width:60px;height:60px}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;cursor:pointer;border:1px solid transparent}.thumbnail img:hover{border:1px solid black}.watch-content{flex:1;width:100%;text-align:left}.watch-top{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.watch-important{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.watch-price{font-size:1.5rem}.stock-status{font-weight:700;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--stroke);font-size:.85rem}.stock-status-in-stock{background:#e8f5e9;color:#1b5e20}.stock-status-low-stock{background:#fff8e1;color:#8a5a00}.stock-status-out-of-stock{background:#ffebee;color:#b71c1c}.watch-sizes>p{font-weight:700}.watch-sizes{display:flex;flex-direction:column;align-items:flex-start}.watch-buttons{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.5rem;justify-content:flex-start}.size{padding:.5rem 1.5rem}.size:disabled,.size-unavailable{opacity:.45;cursor:not-allowed}.watch-bottom{margin-top:4rem}hr{border:1px solid var(--stroke);margin:.25rem 0 1rem}.image-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:999;opacity:0;transition:opacity .2s ease}.image-modal:not(.hidden){opacity:1}.image-modal img{max-width:90%;max-height:90%;-o-object-fit:contain;object-fit:contain}.hidden{display:none}.watch{display:flex;flex-direction:row}@media(max-width:768px){.watch{flex-direction:column;gap:2rem;padding:1rem}.watch-content{text-align:center}.watch-top,.watch-important,.watch-sizes{align-items:center}.watch-buttons,.watch-actions{justify-content:center}.watch-images{width:100%;align-items:center}.watch-image-container{max-width:100%;margin:0 auto}.watch-thumbnails{justify-content:center}}.watch-reviews-section{width:100%;max-width:1200px;margin:3rem auto;padding:0 3rem}.watch-reviews{width:100%}.review{border-bottom:1px solid var(--stroke);padding:1.5rem 0}.review-top{display:flex;justify-content:space-between;align-items:center}.review-user{font-weight:600}.you-badge{font-size:.75rem;color:var(--accent);margin-left:5px}.review-rating{color:gold}.review-comment{margin:.5rem 0;line-height:1.5}.review-date{color:#888;font-size:.8rem}.watch-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;align-items:center}.watch-actions form{width:auto}.watch-actions form>button{width:auto}
