:root{--hg-accent: #c9a227;--hg-accent-dark: #a8841f;--hg-text: #1a1a1a;--hg-text-muted: #6b6b6b;--hg-border: #e2e0db;--hg-bg-soft: #faf9f6;--hg-white: #ffffff;--hg-error: #c0392b;--hg-radius: 6px;--hg-shadow-card: 0 2px 12px rgba(0, 0, 0, .08);--hg-transition: .2s ease}.chandelier-calc-wrap{max-width:960px;margin:0 auto;padding:2rem 1rem}.chandelier-calc-wrap *,.chandelier-calc-wrap *:before,.chandelier-calc-wrap *:after{box-sizing:border-box}.calc-hero{text-align:center;margin-bottom:2.5rem}.calc-hero__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--hg-text);margin:0 0 .75rem;line-height:1.2}.calc-hero__subtitle{font-size:1.0625rem;color:var(--hg-text-muted);max-width:540px;margin:0 auto;line-height:1.6}.calc-form-card{background:var(--hg-white);border:1px solid var(--hg-border);border-radius:10px;padding:2rem 1.5rem;box-shadow:var(--hg-shadow-card);margin-bottom:2rem}.calc-form-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:600px){.calc-form-grid{grid-template-columns:1fr 1fr}}.calc-field{display:flex;flex-direction:column;gap:.375rem}.calc-field label{font-size:.875rem;font-weight:600;color:var(--hg-text);letter-spacing:.01em}.calc-field .required-star{color:var(--hg-error);margin-left:2px}.calc-field .field-optional{font-weight:400;color:var(--hg-text-muted);font-size:.8125rem}.calc-field input,.calc-field select{height:48px;padding:0 .875rem;border:1.5px solid var(--hg-border);border-radius:var(--hg-radius);font-size:1rem;color:var(--hg-text);background:var(--hg-white);transition:border-color var(--hg-transition),box-shadow var(--hg-transition);-webkit-appearance:none;appearance:none;width:100%}.calc-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b6b' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem;cursor:pointer}.calc-field input:focus,.calc-field select:focus{outline:2px solid var(--hg-accent);outline-offset:1px;border-color:var(--hg-accent);box-shadow:0 0 0 3px #c9a22726}.calc-field input[aria-invalid=true],.calc-field select[aria-invalid=true]{border-color:var(--hg-error);box-shadow:0 0 0 3px #c0392b1a}.field-hint{font-size:.8125rem;color:var(--hg-text-muted);line-height:1.4}.field-error{font-size:.8125rem;color:var(--hg-error);font-weight:500;margin-top:.125rem}.calc-submit-wrap{margin-top:1.75rem;display:flex;justify-content:center}.calc-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:var(--hg-accent);color:var(--hg-white);font-size:1rem;font-weight:700;border:none;border-radius:var(--hg-radius);cursor:pointer;text-decoration:none;transition:background var(--hg-transition),transform var(--hg-transition);min-height:48px;letter-spacing:.02em;line-height:1}.calc-btn:hover{background:var(--hg-accent-dark)}.calc-btn:active{transform:translateY(1px)}.calc-btn:focus-visible{outline:2px solid var(--hg-accent);outline-offset:3px;box-shadow:0 0 0 5px #c9a22733}.calc-btn--small{padding:.5rem 1rem;font-size:.875rem;min-height:40px;margin-top:auto}#calc-results[hidden]{display:none}#calc-results{animation:fadeInUp .35s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.calc-results-summary{background:var(--hg-bg-soft);border:1px solid var(--hg-border);border-radius:10px;padding:1.75rem 1.5rem;margin-bottom:2rem}.calc-results-summary__label{font-size:.75rem;font-weight:700;color:var(--hg-text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem}.calc-result-items{display:grid;gap:0}@media(min-width:600px){.calc-result-items{grid-template-columns:1fr 1fr;gap:1px;background:var(--hg-border)}}.calc-result-item{display:flex;flex-direction:column;gap:.25rem;padding:.875rem 0;border-bottom:1px solid var(--hg-border)}@media(min-width:600px){.calc-result-item{background:var(--hg-bg-soft);padding:.875rem 1rem;border-bottom:none}.calc-result-item:first-child{padding-left:0}}.calc-result-item:last-child{border-bottom:none;padding-bottom:0}.calc-result-label{font-size:.8125rem;font-weight:600;color:var(--hg-text-muted);text-transform:uppercase;letter-spacing:.06em}.calc-result-value{font-size:1.625rem;font-weight:700;color:var(--hg-text);line-height:1.15}.calc-result-note{font-size:.875rem;color:var(--hg-text-muted);line-height:1.4}.calc-products-section{margin-bottom:2rem}.calc-products-section__heading{font-size:1.375rem;font-weight:700;color:var(--hg-text);margin:0 0 1rem}.calc-product-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.calc-product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.calc-product-grid{grid-template-columns:repeat(3,1fr)}}.calc-product-card{display:flex;flex-direction:column;background:var(--hg-white);border:1px solid var(--hg-border);border-radius:8px;overflow:hidden;text-decoration:none;color:var(--hg-text);transition:box-shadow var(--hg-transition),transform var(--hg-transition)}.calc-product-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.calc-product-card:focus-visible{outline:2px solid var(--hg-accent);outline-offset:2px}.calc-product-img-wrap{aspect-ratio:1;overflow:hidden;background:var(--hg-bg-soft);flex-shrink:0}.calc-product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.calc-product-card:hover .calc-product-img-wrap img{transform:scale(1.04)}.calc-product-info{padding:.875rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.calc-product-name{font-weight:600;font-size:.9375rem;margin:0;line-height:1.3;color:var(--hg-text)}.calc-product-size{font-size:.8125rem;color:var(--hg-text-muted);margin:0}.calc-product-price{font-size:1rem;font-weight:700;color:var(--hg-text);margin:.25rem 0 .5rem}.calc-no-products{text-align:center;padding:2.5rem 1rem;background:var(--hg-bg-soft);border-radius:8px;grid-column:1 / -1}.calc-no-products p{color:var(--hg-text-muted);margin:0 0 1rem}.calc-disclaimer{background:var(--hg-bg-soft);border-left:3px solid var(--hg-accent);padding:1rem 1.25rem;border-radius:0 6px 6px 0;margin-top:1.5rem}.calc-disclaimer p{font-size:.875rem;color:var(--hg-text-muted);margin:0;line-height:1.6}.chandelier-guide-wrap{max-width:720px;margin:3rem auto 0;padding:2.5rem 1rem 3rem;border-top:1px solid var(--hg-border)}.chandelier-guide-wrap h1{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;margin:0 0 1.25rem;color:var(--hg-text);line-height:1.25}.chandelier-guide-wrap h2{font-size:1.25rem;font-weight:700;color:var(--hg-text);margin:2rem 0 .75rem}.chandelier-guide-wrap p{font-size:1rem;line-height:1.75;color:var(--hg-text-muted);margin:0 0 1rem}.chandelier-guide-wrap ul{padding-left:1.25rem;margin:0 0 1rem}.chandelier-guide-wrap li{font-size:1rem;line-height:1.75;color:var(--hg-text-muted);margin-bottom:.5rem}.chandelier-guide-wrap strong{color:var(--hg-text);font-weight:600}.chandelier-guide-wrap .calc-btn{margin-top:.5rem}
/*# sourceMappingURL=/cdn/shop/t/67/assets/chandelier-calculator.css.map */
