.products-root{background:#f7f8fa;width:100vw;min-height:100vh;padding-bottom:3rem}.products-title{text-align:center;color:#23272f;letter-spacing:-1px;margin-bottom:.7rem;font-size:2.3rem;font-weight:700}.products-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;margin-bottom:2.5rem;display:flex}.products-search{background:#fff;border:1.5px solid #b6d4fa;border-radius:2rem;outline:none;min-width:220px;max-width:320px;padding:.7rem 1.3rem;font-size:1.08rem;transition:border .18s,box-shadow .18s;box-shadow:0 2px 8px #2586d00f}.products-search:focus{border-color:#2586d0;box-shadow:0 4px 16px #2586d021}.products-search:focus-visible{outline-offset:2px;outline:2px solid #2586d0}.products-categories{flex-wrap:wrap;gap:.7rem;display:flex}.products-category-btn.active,.products-category-btn:hover{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border-color:#007bff}.product-votes{justify-content:center;gap:1.2rem;margin:1.2rem 0 .5rem;display:flex}.vote-btn{color:#2586d0;cursor:pointer;background:#f7f8fa;border:1.5px solid #b6d4fa;border-radius:2rem;min-width:90px;padding:.6rem 1.5rem;font-size:1.01rem;font-weight:600;transition:background .18s,color .18s,border .18s}.vote-btn:hover{color:#007bff;background:#e9ecef;border-color:#007bff}.no-products-msg{text-align:center;color:#6c757d;grid-column:1/-1;margin-top:2rem;font-size:1.2rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));justify-content:center;align-items:stretch;gap:2.2rem;width:100%;max-width:900px;margin:0 auto;display:grid}.coming-soon-msg{text-align:center;color:#2586d0;letter-spacing:-1px;margin-top:3rem;font-size:2rem;font-weight:700}.products-grid.single{justify-content:center;align-items:flex-start;gap:2.2rem;display:flex}.product-card-link{flex-direction:column;width:100%;max-width:370px;height:100%;text-decoration:none;transition:box-shadow .18s,transform .18s;display:flex}.product-card-link:hover .card-root{will-change:transform;border:2px solid #2586d0;transform:scale(1.035)translateY(-6px);box-shadow:0 12px 36px #2586d029}.product-card-outer{background:#fff;border:1.5px solid #ececec;border-radius:1.1rem;flex-direction:column;align-items:stretch;width:100%;max-width:370px;margin:0 auto;padding:0;transition:box-shadow .18s,transform .18s,border .18s;display:flex;overflow:hidden;box-shadow:0 8px 32px #2586d01a}.product-card-outer:hover{will-change:transform;border:2px solid #2586d0;transform:scale(1.035)translateY(-6px);box-shadow:0 12px 36px #2586d029}.product-card-extra{background:0 0;flex-direction:column;align-items:center;width:100%;max-width:100%;margin:0;padding:1.1rem 1.1rem 1.3rem;display:flex}.product-card-divider{background:linear-gradient(90deg,#e9ecef 60%,#b6d4fa 100%);border-radius:1px;width:100%;height:1.5px;margin:.7rem 0 .5rem}.product-votes{justify-content:center;gap:1.2rem;margin-top:.7rem;display:flex}.vote-btn{color:#2586d0;cursor:pointer;background:linear-gradient(90deg,#f7f8fa 60%,#e9ecef 100%);border:1.5px solid #b6d4fa;border-radius:2rem;outline:none;min-width:90px;padding:.7rem 1.7rem;font-size:1.08rem;font-weight:700;transition:background .18s,color .18s,border .18s,box-shadow .18s;box-shadow:0 2px 8px #2586d00f}.vote-btn:hover{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border-color:#007bff;box-shadow:0 4px 16px #2586d021}.vote-btn:focus-visible{outline-offset:2px;outline:2px solid #2586d0}.product-card-outer.minimal{background:#fff;border:1.5px solid #ececec;border-radius:1.1rem;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;max-width:370px;height:100%;min-height:420px;margin:0 auto;padding:0;transition:box-shadow .18s,transform .18s,border .18s;display:flex;overflow:hidden;box-shadow:0 2px 12px #2586d00f}.product-card-outer.minimal:hover{border:2px solid #2586d0;transform:scale(1.025)translateY(-3px);box-shadow:0 8px 24px #2586d021}.card-image-area{aspect-ratio:1;background:#f7f8fa;border-radius:1.1rem 1.1rem 0 0;justify-content:center;align-items:center;width:100%;min-height:220px;display:flex;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%;display:block}.product-card-type-label{color:#2586d0;background:#f4f8fc;border-radius:1.2rem;margin-left:.5rem;padding:.2em 1em;font-size:1.01rem;font-weight:600}@media (max-width:700px){.products-title{margin-bottom:.5rem;padding:0 1rem;font-size:1.8rem}.products-subtitle{margin-bottom:2rem;padding:0 1rem;font-size:1rem;line-height:1.4}.products-controls{flex-direction:column;gap:1rem;margin-bottom:2rem;padding:0 1rem}.products-search{width:100%;min-width:auto;max-width:100%;padding:.8rem 1.2rem;font-size:1rem}.products-categories{justify-content:center;gap:.5rem;width:100%}.products-category-btn{white-space:nowrap;padding:.5rem 1rem;font-size:.9rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:0 .5rem}.product-card-link{max-width:100%}.product-card-outer{max-width:100%;padding:0}.product-card-extra{padding:.8rem .8rem 1rem}.product-card-outer.minimal{max-width:100%;min-height:300px}.card-image-area{aspect-ratio:1;min-height:180px}.product-card-type-label{padding:.15em .8em;font-size:.85rem}.product-votes{gap:.7rem}}@media (max-width:480px){.products-root{padding:.5rem .25rem 1.5rem}.products-title{padding:0 .5rem;font-size:1.5rem}.products-subtitle{padding:0 .5rem;font-size:.9rem}.products-controls{gap:.8rem;padding:0 .5rem}.products-search{padding:.7rem 1rem;font-size:.9rem}.products-categories{gap:.4rem}.products-category-btn{padding:.4rem .8rem;font-size:.8rem}.products-grid{grid-template-columns:1fr;gap:.8rem;padding:0 .25rem}.product-card-outer.minimal{min-height:280px}.card-image-area{min-height:160px}.product-card-type-label{padding:.1em .6em;font-size:.8rem}}@media (max-width:360px){.products-title{font-size:1.3rem}.products-subtitle{font-size:.85rem}.products-search{padding:.6rem .8rem;font-size:.85rem}.products-category-btn{padding:.3rem .6rem;font-size:.75rem}.product-card-outer.minimal{min-height:260px}.card-image-area{min-height:140px}}@media (hover:none) and (pointer:coarse){.product-card-link:hover .card-root,.product-card-outer:hover{transform:none;box-shadow:0 8px 32px #2586d01a}.products-category-btn:hover{color:#2586d0;background:#f7f8fa;border-color:#b6d4fa}.products-category-btn.active{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border-color:#007bff}}@media (max-width:768px) and (orientation:landscape){.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-card-outer.minimal{min-height:240px}.card-image-area{min-height:120px}}.back-home-btn{color:#fff;letter-spacing:.02em;cursor:pointer;text-align:center;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border:none;border-radius:2.5rem;margin:2.5rem auto 0;padding:1.1rem 2.8rem;font-size:1.15rem;font-weight:700;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:inline-block;box-shadow:0 8px 32px #2586d01a}.back-home-btn:hover{color:#fff;background:linear-gradient(90deg,#007bff 60%,#2586d0 100%);transform:translateY(-3px)scale(1.04);box-shadow:0 12px 36px #2586d029}.products-root{max-width:1400px;margin:0 auto;padding:2rem 1.5rem 4rem}.products-title{text-align:center;color:#181c22;letter-spacing:-1px;margin-bottom:.5rem;font-family:Poppins,Nunito,sans-serif;font-size:2.2rem;font-weight:700}.products-subtitle{text-align:center;color:#6c757d;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.section-subtitle{text-align:left;color:#6c757d;max-width:800px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.6}.collection-intro{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #e9ecef;border-radius:20px;margin-bottom:3rem;padding:2.5rem;position:relative;overflow:hidden}.collection-intro:before{content:"";background:linear-gradient(90deg,#2586d0 0%,#1e6bb8 100%);height:4px;position:absolute;top:0;left:0;right:0}.collection-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#9b59b6 0%,#8e44ad 100%);border-radius:25px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-block;box-shadow:0 4px 12px #9b59b64d}.collection-title{color:#181c22;letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:700}.collection-description{color:#6c757d;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.designer-callout{background:#fff;border:2px solid #e9ecef;border-radius:15px;margin-top:2rem;padding:2rem;box-shadow:0 4px 12px #0000000d}.designer-callout h3{color:#181c22;letter-spacing:-.3px;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.designer-callout p{color:#6c757d;max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.contact-link{color:#fff;background:linear-gradient(135deg,#2586d0 0%,#1e6bb8 100%);border-radius:25px;align-items:center;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #2586d04d}.contact-link:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 20px #2586d066}.products-controls{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.products-search{background:#fff;border:2px solid #e9ecef;border-radius:50px;width:100%;max-width:500px;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.products-search:focus{border-color:#2586d0;outline:none;box-shadow:0 0 0 3px #2586d01a}.products-categories{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.products-category-btn{color:#6c757d;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:25px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s}.products-category-btn:hover{color:#fff;background:#2586d0;border-color:#2586d0;transform:translateY(-2px);box-shadow:0 8px 20px #2586d04d}.products-category-btn.active{color:#fff;background:linear-gradient(135deg,#2586d0 0%,#1e6bb8 100%);border-color:#2586d0;box-shadow:0 6px 15px #2586d040}.product-card-info{flex-direction:column;gap:.5rem;padding:1rem 1rem 1.5rem;display:flex}.product-card-type-label{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%);border-radius:1rem;align-self:flex-end;margin-right:0;padding:.3rem .7rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 6px #9b59b64d}.products-root .products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:start;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem 0;display:grid}.products-grid.single{max-width:400px;margin:0 auto}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#2586d0;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{text-align:center;color:#6c757d;padding:4rem 2rem}.retry-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2586d0 0%,#1e6bb8 100%);border:none;border-radius:25px;margin-top:1rem;padding:1rem 2rem;font-weight:600;transition:all .3s}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #2586d04d}.warning-banner{text-align:center;color:#856404;background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%);border:1px solid #ffc107;border-radius:15px;margin-bottom:2rem;padding:1rem 1.5rem}.no-products{text-align:center;color:#6c757d;padding:4rem 2rem;font-size:1.1rem}@media (min-width:640px) and (max-width:767px){.product-info-section{gap:.75rem;min-height:90px;padding:1.25rem 1.5rem 1.5rem}.product-name{font-size:1.05rem}.product-price{font-size:1.15rem}}@media (min-width:1400px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem}.product-info-section{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;gap:.75rem;width:100%;min-height:90px;padding:1.25rem 1.5rem 1.5rem;display:flex!important}.product-name{color:#181c22;-webkit-line-clamp:2;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{box-sizing:border-box;border-top:1px solid #f1f3f4;justify-content:flex-start;align-items:center;width:100%;margin-top:auto;padding-top:.75rem;display:flex!important}.product-price{color:#2586d0;margin:0;padding:0;font-size:1.2rem;font-weight:700;display:block}}@media (min-width:1024px) and (max-width:1399px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-info-section{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;gap:.75rem;width:100%;min-height:90px;padding:1.25rem 1.5rem 1.5rem;display:flex!important}.product-name{color:#181c22;-webkit-line-clamp:2;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{box-sizing:border-box;border-top:1px solid #f1f3f4;justify-content:flex-start;align-items:center;width:100%;margin-top:auto;padding-top:.75rem;display:flex!important}.product-price{color:#2586d0;margin:0;padding:0;font-size:1.2rem;font-weight:700;display:block}}@media (min-width:768px) and (max-width:1023px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-card-image-wrapper{min-height:250px;max-height:350px}.product-info-section{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;gap:.75rem;width:100%;min-height:90px;padding:1.25rem 1.5rem 1.5rem;display:flex!important}.product-name{color:#181c22;-webkit-line-clamp:2;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{box-sizing:border-box;border-top:1px solid #f1f3f4;justify-content:flex-start;align-items:center;width:100%;margin-top:auto;padding-top:.75rem;display:flex!important}.product-price{color:#2586d0;margin:0;padding:0;font-size:1.2rem;font-weight:700;display:block}}@media (min-width:1024px) and (max-width:1399px){.product-card-image-wrapper{min-height:280px;max-height:380px}}@media (min-width:1400px){.product-card-image-wrapper{min-height:300px;max-height:400px}}@media (max-width:768px){.products-root{padding:1rem}.products-title{letter-spacing:-.5px;margin-bottom:1.2rem;font-size:1.8rem}.collection-intro{margin-bottom:2rem;padding:2rem 1.5rem}.collection-title{font-size:1.6rem}.collection-description{font-size:1rem}.designer-callout{padding:1.5rem}.designer-callout h3{font-size:1.2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1.5rem 0}.products-controls{align-items:center;gap:.5rem;display:flex}.products-search{flex:1;max-width:100%}.products-search-mobile-trigger{justify-content:center;align-items:center;display:flex}.products-categories{gap:.5rem}.products-category-btn{padding:.5rem 1rem;font-size:.8rem}.card-image-area{height:240px}.product-card{min-height:275px}.product-card-image-wrapper{min-height:180px;max-height:220px}.product-info-section{gap:.5rem;min-height:70px;padding:1rem 1.25rem 1.25rem}.product-name{font-size:.95rem;line-height:1.35}.product-price-row{padding-top:.5rem}.product-price{font-size:1.1rem}}@media (max-width:480px){.products-title{letter-spacing:-.3px;margin-bottom:1rem;font-size:1.5rem}.collection-intro{margin-bottom:1.5rem;padding:1.5rem 1rem}.collection-badge{padding:.4rem 1.2rem;font-size:.8rem}.collection-title{font-size:1.4rem}.collection-description{font-size:.95rem}.designer-callout{padding:1.2rem}.designer-callout h3{font-size:1.1rem}.designer-callout p{font-size:.9rem}.contact-link{padding:.7rem 1.2rem;font-size:.9rem}.products-grid{grid-template-columns:1fr;gap:1rem;padding:1rem 0}.card-image-area{height:220px}.product-card{min-height:275px}.product-card-image-wrapper{min-height:180px;max-height:220px}.product-info-section{gap:.5rem;min-height:70px;padding:.875rem 1rem 1rem}.product-name{font-size:.9rem;line-height:1.3}.product-price-row{padding-top:.5rem}.product-price{font-size:1rem}.product-card-type-label{padding:.1rem .3rem;font-size:.55rem}.product-card-meta-row{gap:.15rem}}@media (max-width:768px) and (orientation:landscape){.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-card-outer.minimal{min-height:200px}}.product-image-gallery{gap:.5rem;margin-top:1rem;display:flex;overflow-x:auto}.product-gallery-thumbnail{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:4px;width:80px;height:80px;transition:border-color .2s}.product-gallery-thumbnail:hover{border-color:#e74c3c}.product-price-container{margin:1rem 0}.compare-price{color:#999;margin-left:.5rem;font-size:.9em;text-decoration:line-through}.product-variants{margin:1.5rem 0}.product-variants h3{color:#333;margin-bottom:.5rem;font-size:1rem}.variant-options{flex-wrap:wrap;gap:.5rem;display:flex}.variant-option{cursor:pointer;background:#f8f9fa;border:2px solid #e9ecef;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.variant-option:hover:not(:disabled){background:#fff;border-color:#e74c3c}.variant-option.selected{color:#fff;background:#e74c3c;border-color:#e74c3c}.variant-option:disabled{opacity:.5;cursor:not-allowed}.product-tags{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.product-tag{color:#5f6368;background:#f1f3f4;border-radius:12px;padding:.25rem .5rem;font-size:.8rem;font-weight:500}@media (hover:none) and (pointer:coarse){.product-card-link:hover .card-root,.product-card-outer:hover{transform:none;box-shadow:0 8px 32px #2586d01a}.products-category-btn:hover{color:#2586d0;background:#f7f8fa;border-color:#b6d4fa}.products-category-btn.active{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border-color:#007bff}.variant-option:hover:not(:disabled){background:#f8f9fa;border-color:#e9ecef}.variant-option.selected{color:#fff;background:#e74c3c;border-color:#e74c3c}}
