.detailsGrid{grid-template-rows:auto auto;grid-template-columns:1fr 1.2fr;width:100%;max-width:1200px;display:grid}.infoWrapper{flex-direction:column;justify-content:space-around;padding-left:10px;display:flex}.productTitle{color:#212529;font-size:2rem;font-weight:700}.techCard{background:#f8f9fa;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem;display:grid}.techCard .label{color:#495057;font-size:.85rem;font-weight:600}.presentationsBlock .pills{gap:.5rem;margin-top:.5rem;display:flex}.footerBlock{border-top:1px solid #e9ecef;justify-content:center;align-items:center;height:120px;margin-top:1rem;padding-top:1rem;display:flex}.stock{background-color:var(--green-shadow);border-radius:10px;align-items:center;width:120px;font-weight:500;display:flex}.dot{background:var(--green);border-radius:50%;width:10px;height:10px;margin-left:5px;margin-right:.5rem}.counterContainer{align-items:center;width:300px;height:60px}.productDetailsMain{background:#fff;justify-content:center;padding:2rem;display:flex}.detailsGrid{grid-template-rows:auto auto;grid-template-columns:1fr 1.2fr;gap:2rem 3rem;width:100%;max-width:1200px;display:grid}.imageWrapper{background:#f1f3f5;border-radius:12px;justify-content:center;padding:2rem;display:flex}.productImage{object-fit:contain;border-radius:8px;max-width:100%;height:auto}.infoWrapper{flex-direction:column;gap:1.5rem;display:flex}.breadcrumb{color:#6c757d;font-size:.9rem}.productTitle{color:var(--green);font-family:Chelsea-Market;font-size:2rem;font-weight:700}.productSubtitle{color:#495057;font-size:1.1rem}.techCard{background:var(--olive);border-radius:12px;justify-content:space-between;gap:1rem;padding:1rem;display:flex}.techCard .label{color:var(--green);margin:5px;font-size:20px;font-weight:600}.descriptionBlock h2{margin-bottom:.5rem;font-size:1.2rem}.presentationsBlock{justify-content:space-between;gap:.5rem;margin-top:.5rem;display:flex}.pill{cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:.4rem 1rem;font-weight:500}.pill:hover{background:#e9ecef}.footerBlock{border-top:1px solid #e9ecef;grid-column:1/-1;justify-content:center;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.stock{align-items:center;font-weight:500;display:flex}.dot{background:var(--green);border-radius:50%;width:10px;height:10px;margin-right:.5rem}.addModal{border:var(--green)3px solid;width:450px;height:370px;box-shadow:2px 4px 4px 2px var(--green-shadow);z-index:100;background-image:url(../media/cart-render.9ca65528.jpg);background-size:contain;border-radius:20px;flex-direction:column;align-items:center;transition:all .7s;animation:.7s show;display:flex;position:absolute;top:150px;left:35%}.addText{color:var(--yellow);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);text-shadow:2px 2px #000;border-radius:15px;padding:10px;font-family:Chelsea-Market;font-size:2rem}@media (max-width:900px){.detailsGrid{grid-template-rows:auto auto auto;grid-template-columns:1fr}.cartBtn{width:100%}}
