a.btn.btn--primary{border:1px solid!important}.crm-product{padding:2rem 0}.crm-product__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:990px){.crm-product__grid{grid-template-columns:320px 1fr 340px;gap:2rem;align-items:start}}@media(min-width:1200px){.crm-product__grid{grid-template-columns:380px 1fr 380px;gap:2.5rem}}.crm-product__media{position:sticky;top:2rem;align-self:start}.crm-product__image-wrapper{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.crm-product__image-wrapper--fallback{border:2px dashed rgba(var(--color-foreground),.15);background:rgba(var(--color-foreground),.02)}.crm-product__image{width:100%;height:100%;object-fit:contain;padding:1.5rem}.crm-product__image--fallback{max-width:65%;max-height:65%;opacity:.9}.crm-product__fallback-image{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:2rem;width:100%;height:100%}.crm-product__image-title{font-size:1rem;font-weight:600;color:rgb(var(--color-foreground));max-width:200px;opacity:.8}.crm-product__quick-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.spec-badge{display:inline-flex;align-items:center;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:4px;background:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.08)}.spec-badge--state{background:rgba(var(--color-button),.08);color:rgb(var(--color-button));border-color:rgba(var(--color-button),.15)}.spec-badge--matrix{background:#10b98114;color:#059669;border-color:#10b98126}.spec-badge--mineralisation{background:#f59e0b14;color:#b45309;border-color:#f59e0b26}.crm-product__info{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.crm-product__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.8125rem;color:rgba(var(--color-foreground),.5)}.crm-product__breadcrumb a{color:inherit;text-decoration:none;transition:color .2s}.crm-product__breadcrumb a:hover{color:rgb(var(--color-foreground))}.crm-product__breadcrumb .separator{color:rgba(var(--color-foreground),.25)}.crm-product__breadcrumb .current{color:rgb(var(--color-foreground));font-weight:500}.crm-product__header{display:flex;flex-direction:column;gap:.375rem}.crm-product__title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2;margin:0;color:rgb(var(--color-foreground))}.crm-product__sku,.crm-product__group{font-size:1rem;color:rgba(var(--color-foreground),.6);margin:0}.crm-product__sku strong,.crm-product__group strong{color:rgb(var(--color-foreground));font-weight:600}.crm-product__description{font-size:1.0625rem;line-height:1.7;color:rgba(var(--color-foreground),.8)}.crm-product__description p{margin:0 0 1em}.crm-product__description p:last-child{margin-bottom:0}.crm-product__description .product-specs,.crm-product__description .certified-values{display:none}.crm-product__section-title{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;margin:0 0 .875rem;color:rgb(var(--color-foreground))}.crm-product__section-title .icon{width:18px;height:18px;flex-shrink:0;opacity:.7}.crm-product__specifications{padding:1.25rem;background:rgba(var(--color-foreground),.02);border-radius:10px;border:1px solid rgba(var(--color-foreground),.06)}.crm-product__specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.spec-item{display:flex;flex-direction:column;gap:.25rem}.spec-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.45)}.spec-value{font-size:1rem;font-weight:500;color:rgb(var(--color-foreground))}.spec-value--availability{color:#059669}.crm-product__sidebar{position:sticky;top:2rem;align-self:start;display:flex;flex-direction:column;gap:1rem}.crm-product__purchase{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;box-shadow:0 2px 8px #0000000a}.crm-product__price{display:flex;align-items:baseline;gap:.75rem}.crm-product__price-current{font-size:1.75rem;font-weight:700;color:rgb(var(--color-foreground))}.crm-product__price-compare{font-size:1rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.crm-product__form{display:flex;flex-direction:column;gap:.875rem}.crm-product__quantity{flex-shrink:0}.quantity-selector{display:flex;align-items:center;border:1px solid rgba(var(--color-foreground),.12);border-radius:8px;overflow:hidden;background:rgb(var(--color-background))}.quantity-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:500;background:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:background .2s}.quantity-btn:hover{background:rgba(var(--color-foreground),.04)}.quantity-input{width:100%;flex:1;height:44px;text-align:center;font-size:1rem;font-weight:600;border:none;border-left:1px solid rgba(var(--color-foreground),.08);border-right:1px solid rgba(var(--color-foreground),.08);background:transparent;color:rgb(var(--color-foreground))}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.crm-product__add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;font-size:.9375rem;font-weight:600;transition:all .2s;width:100%}.crm-product__add-btn .icon{width:18px;height:18px}.crm-product__add-btn.is-loading{opacity:.7;pointer-events:none}.crm-product__add-btn.is-success{background:#059669!important;border-color:#059669!important}.crm-product__add-btn.is-error{background:#dc2626!important;border-color:#dc2626!important}.crm-product__downloads{padding:1.25rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);border-radius:12px}.crm-product__downloads-grid{display:flex;flex-direction:column;gap:.5rem}.download-item{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.06);border-radius:8px;color:rgb(var(--color-foreground));text-decoration:none;font-size:.8125rem;font-weight:500;transition:all .2s}.download-item:hover{background:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.12)}.download-item .icon{width:16px;height:16px;flex-shrink:0;opacity:.6}.crm-product__certified-values{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(var(--color-foreground),.08)}.crm-product__table-title{display:flex;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;margin:0 0 1.25rem;color:rgb(var(--color-foreground))}.crm-product__table-title .icon{width:24px;height:24px;color:#059669}.crm-product__table-wrapper{overflow-x:auto;border:1px solid rgba(var(--color-foreground),.08);border-radius:10px;background:rgb(var(--color-background))}.crm-product__table{width:100%;border-collapse:collapse;font-size:.9375rem}.crm-product__table thead{background:rgba(var(--color-foreground),.03)}.crm-product__table th{padding:.875rem 1rem;text-align:left;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.6);border-bottom:1px solid rgba(var(--color-foreground),.08);white-space:nowrap}.crm-product__table td{padding:.75rem 1rem;border-bottom:1px solid rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground))}.crm-product__table tbody tr:last-child td{border-bottom:none}.crm-product__table tbody tr:hover{background:rgba(var(--color-foreground),.02)}.crm-product__table td:first-child{font-weight:500}.crm-product__table td:first-child strong{color:rgb(var(--color-button));font-weight:700}.crm-product__table-legend{margin-top:1rem;padding:.875rem 1rem;background:rgba(var(--color-foreground),.02);border-radius:8px;font-size:.75rem;color:rgba(var(--color-foreground),.6);line-height:1.5}.crm-product__table-legend p{margin:0}.crm-product__table-legend p+p{margin-top:.375rem}.crm-product__recommended-values{margin-top:1.5rem;padding:1.25rem;background:#f59e0b0a;border:1px solid rgba(245,158,11,.12);border-radius:10px}.crm-product__cta{margin-top:2rem;margin-bottom:1.5rem;padding:2rem;background:rgb(var(--color-button));border-radius:12px;text-align:center;color:rgb(var(--color-button-text))}.crm-product__cta-content h3{font-size:1.375rem;font-weight:700;margin:0 0 .5rem}.crm-product__cta-content p{margin:0 0 1.25rem;opacity:.9;font-size:.9375rem}.crm-product__cta .btn{background:rgb(var(--color-button-text));color:rgb(var(--color-button));border:none;font-weight:600}.crm-product__cta .btn:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:1199px)and (min-width:990px){.crm-product__grid{grid-template-columns:280px 1fr 280px;gap:1.5rem}}@media(max-width:989px){.crm-product__grid{display:flex;flex-direction:column;gap:1.5rem}.crm-product__media{position:static;max-width:350px;margin:0 auto;order:1}.crm-product__sidebar{position:static;order:2}.crm-product__info{order:3}.crm-product__downloads-grid{flex-direction:row;flex-wrap:wrap}.download-item{flex:1;min-width:140px}}@media(max-width:749px){.crm-product{padding:1.5rem 0 3rem}.crm-product__certified-values{margin-top:2rem;padding-top:1.5rem}.crm-product__specs-grid{grid-template-columns:1fr 1fr}.crm-product__table{font-size:.75rem}.crm-product__table th,.crm-product__table td{padding:.625rem .75rem}}@media print{.crm-product__sidebar,.crm-product__cta{display:none}.crm-product__table-wrapper{overflow:visible}.crm-product__grid{display:block}.crm-product__media{max-width:200px;float:left;margin-right:1.5rem;margin-bottom:1rem}.crm-product__info{overflow:hidden}}.crm-product__method-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.method-tab{padding:8px 16px;border:1px solid rgba(var(--color-foreground),.2);border-radius:20px;background:transparent;color:rgb(var(--color-foreground));font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.method-tab:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button))}.method-tab.active{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.crm-product__price--quote{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:16px 20px;border-radius:8px;text-align:center;margin-bottom:16px}.crm-product__price-label{font-size:1rem;font-weight:600;color:#555}.crm-product__offer-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;font-size:1rem;text-decoration:none;margin-bottom:12px}.crm-product__offer-btn .icon{width:20px;height:20px}.crm-product__whatsapp-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;font-size:.9375rem;text-decoration:none;background:#25d366;border-color:#25d366;color:#fff!important}.crm-product__whatsapp-btn:hover{background:#128c7e;border-color:#128c7e}.crm-product__whatsapp-btn svg{width:20px;height:20px}.analyte-loading td{color:#888;font-style:italic}section.crm-product.section{margin-bottom:0;padding-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/9/assets/crm-product.css.map */
