.watch-section{display:flex;flex-direction:column;row-gap:3.75rem;padding:0 1rem 3rem;max-width:1280px;margin:0 auto;width:100%;box-sizing:border-box}.watches{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:3.25rem 3rem;width:100%;max-width:1200px;margin:0 auto}.watch-card{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;flex:0 1 260px;width:260px;max-width:100%;min-width:0;box-sizing:border-box}@media(max-width:768px){.watch-section{row-gap:2.75rem}.watches{gap:2rem 1.5rem}.watch-card{flex:1 1 calc(50% - .75rem);width:auto;min-width:140px;max-width:calc(50% - .75rem)}}@media(max-width:420px){.watch-card{flex:1 1 100%;max-width:320px}}.watch{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;max-width:none;min-width:0;text-decoration:none;color:inherit;flex:1}.watch:hover{cursor:pointer;text-decoration:none}.watch-image-container{width:100%;aspect-ratio:1;max-height:none;border-radius:4px;overflow:hidden;background-color:var(--muted);display:flex;align-items:center;justify-content:center}.watch-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:4px;transition:transform .3s;display:block}.watch:hover .watch-image{transform:scale(1.05)}.watch-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;margin-top:.5rem;text-align:center;padding:0 .25rem}.watch-brand,.watch-price{font-weight:700}.watch-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;min-height:2.6em}.watch-header{display:flex;flex-direction:column;row-gap:1.25rem;text-align:center}.watch-header .section-title{margin-bottom:.35rem}.watch-card-actions,.watch-card-actions form,.wishlist-button{width:100%}.wishlist-button{background:var(--muted)}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:1rem}
