.cmp-builder{width:100%;padding:24px 0 160px;background:#f8fafc;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#111;box-sizing:border-box}.cmp-builder *{box-sizing:border-box}input:not([type=checkbox],[type=radio]){background-color:#1a4fa0;border-color:var(--color-input-border)}.cmp-container{width:100%;max-width:1820px;margin:0 auto;padding:0 36px}@media(max-width:1024px){.cmp-container{padding:0 24px}}@media(max-width:640px){.cmp-container{padding:0 16px}}.cmp-header{text-align:center;margin-bottom:36px}.cmp-header h1{font-size:clamp(24px,3.5vw,38px);font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#111;margin:0 0 10px}.cmp-header p{font-size:clamp(14px,1.6vw,16px);color:#555;max-width:760px;margin:0 auto;line-height:1.6}.cmp-step-section{background:#fff;border:1px solid #dddddd;border-radius:8px;padding:0 0 24px;margin-bottom:32px;box-shadow:0 2px 14px #00000008;overflow:hidden}@media(max-width:768px){.cmp-step-section{padding:0 0 20px;margin-bottom:24px}}.cmp-steps-2-3-grid{display:grid;grid-template-columns:3fr 7fr;gap:24px;align-items:stretch;margin-bottom:32px}.cmp-steps-2-3-grid .cmp-step-section{margin-bottom:0;height:100%;display:flex;flex-direction:column}@media(max-width:1080px){.cmp-steps-2-3-grid{grid-template-columns:1fr;gap:24px}.cmp-steps-2-3-grid .cmp-step-section{height:auto}}.cmp-step-header{background:#4caf50;color:#111!important;padding:12px 20px;display:flex;align-items:center;gap:12px;margin:0 0 18px;border-bottom:1.5px solid #388e3c}@media(max-width:640px){.cmp-step-header{padding:10px 16px}}.cmp-step-num{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;background:#111;color:#fff;font-weight:800;font-size:15px;flex-shrink:0;box-shadow:0 1px 4px #00000026}.cmp-step-title{font-size:18px;color:#111!important;margin:0!important;letter-spacing:.06em;text-transform:uppercase}.cmp-step-desc{font-size:13px;color:#555;margin:0 22px 18px;line-height:1.5}@media(max-width:640px){.cmp-step-desc{margin:0 16px 16px}}.cmp-products-top-bar,.cmp-product-grid,.cmp-color-picker-bar,.cmp-placement-grid,.cmp-summary-box{margin-left:22px;margin-right:22px}@media(max-width:640px){.cmp-products-top-bar,.cmp-product-grid,.cmp-color-picker-bar,.cmp-placement-grid,.cmp-summary-box{margin-left:14px;margin-right:14px}}.cmp-products-top-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-bottom:14px;margin-bottom:18px;border-bottom:1px solid #eeeeee}.cmp-filter-info{font-size:13px;font-weight:600;color:#444}.cmp-selected-badge{display:inline-flex;align-items:center;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:700;background:#f5f5f5;color:#666;transition:all .2s ease}.cmp-selected-badge.cmp-has-items{background:#e8f0ff;color:#1a4fa0;border:1px solid #1a4fa0}.cmp-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}@media(max-width:1450px){.cmp-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1200px){.cmp-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:950px){.cmp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.cmp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media(max-width:460px){.cmp-product-grid{grid-template-columns:1fr}}.cmp-product-card{background:#fff;border:1.5px solid #dddddd;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease;position:relative}.cmp-product-card:hover{border-color:#888;box-shadow:0 6px 18px #00000014;transform:translateY(-2px)}.cmp-product-card.cmp-card--selected{border-color:#1a4fa0;box-shadow:0 0 0 1.5px #1a4fa0,0 8px 20px #1a4fa01f;background:#fafbff}.cmp-card-header{position:relative;aspect-ratio:1 / 1;background:#f5f5f3;overflow:hidden}.cmp-card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.cmp-product-card:hover .cmp-card-image{transform:scale(1.03)}.cmp-no-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:600;color:#888;background:#f0f0f0}.cmp-card-select-toggle{position:absolute;top:8px;right:8px;z-index:5}.cmp-checkbox-label{display:inline-flex;align-items:center;gap:5px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 9px;border-radius:20px;border:1px solid rgba(221,221,221,.9);box-shadow:0 2px 6px #00000014;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:11px;font-weight:700;color:#333;transition:all .2s ease}.cmp-checkbox-label:hover{background:#fff;border-color:#1a4fa0}.cmp-card-checkbox{position:absolute;opacity:0;width:0;height:0}.cmp-checkbox-custom{width:13px;height:13px;border-radius:3px;border:1.5px solid #cccccc;background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.cmp-card-checkbox:checked+.cmp-checkbox-custom{background:#1a4fa0;border-color:#1a4fa0}.cmp-card-checkbox:checked+.cmp-checkbox-custom:after{content:"\2713";color:#fff;font-size:8px;font-weight:900}.cmp-card-checkbox:checked~.cmp-checkbox-text{color:#1a4fa0}.cmp-card-body{padding:12px;display:flex;flex-direction:column;flex:1}.cmp-card-vendor{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:2px;display:block}.cmp-card-title{font-size:15px;color:#111;margin:0 0 5px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:35px;letter-spacing:1px}.cmp-card-price-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px dashed #dddddd}.cmp-card-price{font-size:14px;font-weight:800;color:#1a4fa0}.cmp-card-price-note{font-size:10px;color:#666;font-weight:500}.cmp-card-variants-container{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.cmp-variant-fields-grid{display:flex;flex-direction:row;align-items:flex-end;gap:6px;width:100%}.cmp-field{display:flex;flex-direction:column;gap:3px;min-width:0}.cmp-field--select{flex:1 1 0%}.cmp-field--qty{flex:1.15 1 0%;min-width:86px}.cmp-field-label{font-size:9px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmp-variant-select{width:100%;height:30px;border-radius:6px;border:1.5px solid #1a4fa0;background:#e8f0ff;padding:0 4px;font-size:11px;font-weight:700;color:#1a4fa0;outline:none;cursor:pointer;text-align:center}.cmp-variant-select:focus{box-shadow:0 0 0 2px #1a4fa033}.cmp-qty-ctrl{display:flex;align-items:center;border:1.5px solid #1a4fa0;border-radius:6px;background:#1a4fa0;overflow:hidden;height:30px;width:100%}.cmp-qty-btn{width:26px;height:100%;border:none;background:#22c55e;color:#111!important;font-size:16px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.cmp-qty-btn:hover{background:#16a34a}.cmp-qty-input{width:100%;height:100%;border:none;text-align:center;font-size:13px;font-weight:800;color:#fff;background:#1a4fa0;outline:none;-moz-appearance:textfield}.cmp-qty-input::-webkit-outer-spin-button,.cmp-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cmp-variant-error{font-size:10px;color:#dc2626;margin:4px 0 0;font-weight:600}.cmp-variant-row-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;padding-bottom:4px;border-bottom:1px solid #eeeeee}.cmp-variant-row-title{font-size:9px;font-weight:700;color:#555;text-transform:uppercase}.cmp-remove-row-btn{background:none;border:none;color:#ef4444;font-size:9px;font-weight:700;cursor:pointer;padding:0}.cmp-remove-row-btn:hover{text-decoration:underline}.cmp-add-variant-btn{display:none!important}.cmp-uc-wrap{border:2px dashed #d1d5db;border-radius:10px;padding:36px 20px;text-align:center;background:#fafafa;transition:all .2s ease;cursor:pointer;margin:0 auto}.cmp-uc-wrap:hover,.cmp-uc-wrap.cmp-drag-over{border-color:#1a4fa0;background:#f0f5ff}.cmp-uc-icon{color:#666;margin-bottom:10px}.cmp-uc-hint{font-size:15px;font-weight:700;color:#111;margin:0 0 4px}.cmp-uc-hint-sub{font-size:12px;color:#888;margin:0 0 14px}.cmp-uc-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 20px;border-radius:6px;background:#111;color:#fff;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #00000026}.cmp-uc-btn:hover{background:#333}.cmp-uc-formats{font-size:11px;color:#888;margin:12px 0 0}.cmp-uc-preview{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;margin:10px auto 0}.cmp-uc-preview-inner{display:flex;align-items:center;gap:14px}.cmp-uc-preview-img{width:68px;height:68px;border-radius:6px;object-fit:contain;background:#f5f5f5;border:1px solid #eeeeee;padding:4px}.cmp-uc-preview-info{flex:1;min-width:0}.cmp-uc-preview-name{font-size:13px;font-weight:700;color:#111;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmp-uc-preview-status{font-size:12px;font-weight:600;color:#666;margin:0 0 6px}.cmp-uc-progress-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.cmp-uc-progress-fill{height:100%;background:#1a4fa0;width:0%;transition:width .3s ease}.cmp-uc-remove{width:32px;height:32px;border-radius:6px;background:#fff;color:#888;border:1px solid #e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.cmp-uc-remove:hover{border-color:#ef4444;color:#ef4444}.cmp-color-picker-bar{background:#f5f5f5;border-radius:8px;padding:10px 16px;margin-bottom:18px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:14px}.cmp-color-picker-header{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.cmp-color-picker-title{font-size:13px;font-weight:700;color:#111}.cmp-color-swatches{display:flex;align-items:center;gap:10px}.cmp-color-swatch{width:26px;height:26px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0003;position:relative}.cmp-color-swatch:hover{transform:scale(1.15)}.cmp-color-swatch.cmp-swatch--active{box-shadow:0 0 0 2px #fff,0 0 0 4px #1a4fa0;transform:scale(1.1)}.cmp-placement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:1250px){.cmp-placement-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.cmp-placement-grid{grid-template-columns:1fr}}.cmp-placement-card{background:#fff;border:2px solid #cccccc;border-radius:10px;padding:12px 10px 10px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;position:relative}.cmp-placement-card:hover{border-color:#888;transform:translateY(-2px)}.cmp-placement-card.cmp-placement--active{border-color:#1a4fa0;box-shadow:0 0 0 1px #1a4fa0}.cmp-placement-img-wrap{width:100%;aspect-ratio:3 / 4;border-radius:8px;position:relative;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.cmp-placement-img{width:100%;height:100%;object-fit:contain;transform:scale(1.15)}.cmp-mockup-shirt-svg{width:100%;height:100%;display:block;transition:all .3s ease;transform:scale(1.15)}.cmp-mp-garment-img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:contain!important;transform:scale(1.15)!important;z-index:5!important}.cmp-placement-logo-overlay{position:absolute;z-index:10;pointer-events:none;display:flex;align-items:center;justify-content:center;overflow:hidden}.cmp-zone-left{top:34%;right:34%;width:14%;height:14%}.cmp-zone-right{top:34%;left:34%;width:14%;height:14%}.cmp-zone-center-large{top:36%;left:33%;width:34%;height:32%}.cmp-zone-back-large{top:35%;left:33%;width:34%;height:33%}.cmp-art-preview{max-width:85%;max-height:85%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}.cmp-placement-label{display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;border-radius:4px;background:#e0e0e0;color:#333;margin-top:10px;transition:all .15s ease}.cmp-placement-card.cmp-placement--active .cmp-placement-label{background:#1a4fa0;color:#fff}.cmp-summary-box{background:#f8fafc;border:1px solid #dddddd;border-radius:10px;padding:22px}.cmp-summary-items-title{font-size:15px;color:#111;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #dddddd}.cmp-summary-items-list{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;max-height:300px;overflow-y:auto;padding-right:6px}.cmp-summary-item-row{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:10px 14px;border-radius:6px;border:1px solid #dddddd;font-size:13px}.cmp-summary-item-info{display:flex;flex-direction:column;gap:2px}.cmp-summary-item-name{font-weight:700;color:#111}.cmp-summary-item-variant{font-size:11px;color:#666}.cmp-summary-item-price{font-weight:700;color:#111;text-align:right}.cmp-summary-empty-note{color:#666;font-style:italic;font-size:13px;margin:0}.cmp-pricing-breakdown{display:flex;flex-direction:column;gap:10px;background:#fff;padding:16px;border-radius:8px;border:1px solid #dddddd;margin-bottom:18px}.cmp-breakdown-line{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#333}.cmp-breakdown-label{display:flex;flex-direction:column;gap:2px}.cmp-breakdown-subtext{font-size:11px;color:#666}.cmp-breakdown-val{font-weight:700;color:#111}.cmp-breakdown-total{border-top:2px solid #dddddd;padding-top:12px;margin-top:4px;font-size:16px;font-weight:800;color:#111}.cmp-breakdown-total #cmp-summary-grand-total{color:#1a4fa0;font-size:20px}.cmp-validation-alert{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:6px;font-size:13px;font-weight:600;margin-bottom:16px;display:none}.cmp-checkout-actions{display:flex;gap:12px;flex-wrap:wrap}.cmp-btn-primary{flex:1;min-width:240px;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;padding:0 24px;border-radius:8px;background:#111;color:#fff;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:background .15s ease}.cmp-btn-primary:hover:not(:disabled){background:#333}.cmp-btn-primary:disabled{background:#aaa;cursor:not-allowed}.cmp-btn-secondary{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 24px;border-radius:8px;background:#1a4fa0;color:#fff;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:background .15s ease}.cmp-btn-secondary:hover:not(:disabled){background:#153e7d}.cmp-btn-secondary:disabled{background:#ccc;cursor:not-allowed}.cmp-sticky-bar{position:fixed;bottom:-100px;left:0;right:0;z-index:1000;background:#111111f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;padding:12px 0;border-top:1px solid rgba(255,255,255,.15);box-shadow:0 -8px 20px #0000004d;transition:bottom .4s cubic-bezier(.16,1,.3,1)}.cmp-sticky-bar.cmp-sticky--active{bottom:0}.cmp-sticky-inner{max-width:1820px;margin:0 auto;padding:0 36px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.cmp-sticky-stats{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.cmp-sticky-stat-item{display:flex;flex-direction:column;gap:2px}.cmp-sticky-stat-label{font-size:10px;text-transform:uppercase;color:#aaa;font-weight:700;letter-spacing:.05em}.cmp-sticky-stat-val{font-size:14px;font-weight:800;color:#fff}.cmp-sticky-stat-val.cmp-highlight{color:#60a5fa;font-size:17px}.cmp-sticky-btn{padding:10px 22px;border-radius:6px;background:#1a4fa0;color:#fff;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:all .2s ease}.cmp-sticky-btn:hover{background:#153e7d;transform:translateY(-1px)}#cmp-multi-placement-container{display:flex;flex-direction:column;gap:24px}.cmp-mp-block{background:#fff;border:1.5px solid #dddddd;border-radius:10px;padding:18px;box-shadow:0 4px 12px #0000000a}.cmp-mp-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #eeeeee}.cmp-mp-info{display:flex;align-items:center;gap:12px}.cmp-mp-thumb{width:44px;height:44px;border-radius:6px;object-fit:contain;background:#f5f5f5;border:1px solid #e5e7eb;padding:2px}.cmp-mp-title{font-size:15px;color:#111;margin:0}.cmp-mp-variant-badge{display:inline-block;font-size:11px;font-weight:700;color:#1a4fa0;background:#e8f0ff;padding:3px 10px;border-radius:20px;margin-top:4px}.cmp-mp-placement-status{font-size:12px;font-weight:700;color:#333;background:#f3f4f6;padding:6px 14px;border-radius:6px}.cmp-mp-placement-status span{color:#1a4fa0}.cmp-additional-locations-section,#cmp-multi-placement-container{padding:20px}
/*# sourceMappingURL=/cdn/shop/t/29/assets/cmp-builder.css.map */
