.product-builder{display:block;width:100%}.product-builder__form{display:block}.product-builder__hidden-select{display:none}.product-builder__back,.product-builder__mb{margin-bottom:1rem}.product-builder__custom-btn{margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.product-builder__hero-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.product-builder__hero-option{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s ease}.product-builder__hero-option:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.hero-option__content{display:flex;flex-direction:column;gap:1rem}.hero-option__info{display:flex;gap:1rem;align-items:flex-start}.hero-option__icon{width:50px;height:50px;object-fit:contain;flex-shrink:0}.hero-option__details{flex:1}.hero-option__name{font-weight:600;margin:0}.hero-option__meta{margin:0}.hero-option__meta--separate{display:none}.hero-option__meta p{margin:.25rem 0}.hero-option__pricing{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #e0e0e0}.hero-option__price-label{text-transform:uppercase;color:#666;font-size:.8em}.hero-option__price{font-weight:700;color:#333}.product-builder__option-section{margin-bottom:2rem;text-align:center}.product-builder__option-title{font-weight:600;margin:0 0 .7rem}.product-builder__size-preview{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#666}.product-builder__size-preview span{font-weight:500}.product-builder__colour-options,.product-builder__colour-grid{display:flex;flex-wrap:wrap;gap:.75rem}.product-builder__colour-input{position:relative}.product-builder__colour-input>input{position:absolute;opacity:0;pointer-events:none}.product-builder__colour-radio{position:absolute;opacity:0;pointer-events:none}.product-builder__colour-label{display:block;cursor:pointer}.colour-swatch{display:inline-block;width:30px;height:30px;border:1px solid #ccc;border-radius:5px;transition:all .2s ease}.colour-swatch:hover{transform:scale(1.1);box-shadow:0 2px 6px #0003}.colour-swatch--white{border-color:#ddd}.colour-swatch--selected{border-color:#333}.colour-swatch--multi{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;overflow:hidden}.colour-swatch__part{width:100%;height:100%}.colour-swatch--text{display:inline-block;padding:.5rem 1rem;background:#f5f5f5;border:2px solid #ddd;border-radius:4px;transition:all .2s ease}.colour-swatch--text:hover{background:#e9e9e9;border-color:#999}.product-builder__colour-radio:checked+.product-builder__colour-label .colour-swatch--text{background:#333;color:#fff;border-color:#333}.product-builder__selected-colour{text-align:center;margin-top:1rem}.product-builder__selected-colour p{margin:0;font-weight:600;display:inline-block;border:1px solid #CCC;padding:.75rem 1.5rem;border-radius:10px}.product-builder__buy-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}@media(max-width:768px){.product-builder__buy-buttons{flex-direction:column}.product-builder__buy-buttons .button{width:100%}}.product-builder__section{margin:2rem 0}.product-builder__section-header{margin-bottom:1rem}.product-builder__section-header h3{font-weight:600;margin:0}.product-builder__instruction{color:#666;margin-top:0;margin-bottom:1.5rem}.product-builder__print-block{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.product-builder__print-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-builder__print-header h4{margin:0;font-weight:600}.product-builder__remove-btn{background:none;border:none;cursor:pointer;color:#999;padding:.25rem;transition:color .2s ease}.product-builder__remove-btn:hover{color:#333}.product-builder__change-method{margin-bottom:1rem}.product-builder__selected-print{display:flex;gap:1rem;align-items:flex-start}.product-builder__selected-print img{width:80px;height:80px;object-fit:contain;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem;background:#fff}.product-builder__selected-print>div{flex:1}.product-builder__selected-print h4{margin:0 0 .75rem}.product-builder__selected-print button{margin-right:.5rem;margin-bottom:.5rem}.product-builder__print-types,.product-builder__locations{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.product-builder__print-type-wrapper{position:relative}.product-builder__print-type,.product-builder__location{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;text-decoration:none;color:#333;transition:all .2s ease;min-height:120px}.product-builder__print-type:hover,.product-builder__location:hover{border-color:#333;box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.product-builder__print-type.is-active{border-color:#333;box-shadow:0 2px 8px #00000026;background:#f9f9f9}.product-builder__print-type img,.product-builder__location img{object-fit:contain;margin-bottom:.5rem}.product-builder__print-type span{text-align:center;font-weight:500}.screen-print-context-menu{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border:2px solid #333;border-radius:8px;box-shadow:0 4px 16px #00000026;z-index:100;animation:contextMenuFadeIn .2s ease;min-width:280px}@keyframes contextMenuFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.context-menu__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0}.context-menu__header h5{margin:0;font-weight:600;font-size:.9em;text-transform:uppercase;letter-spacing:.5px}.context-menu__close{background:none;border:none;cursor:pointer;color:#666;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;border-radius:4px}.context-menu__close:hover{color:#333;background:#f5f5f5}.context-menu__options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem;max-height:400px;overflow-y:auto}.context-menu__options::-webkit-scrollbar{width:6px}.context-menu__options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.context-menu__options::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.context-menu__options::-webkit-scrollbar-thumb:hover{background:#555}.context-menu__option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .5rem;background:#f9f9f9;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s ease;font-family:inherit;color:#333;height:auto}.context-menu__option:hover{border-color:#333;background:#fff;transform:translateY(-2px);box-shadow:0 2px 6px #0000001a}.context-menu__option:active{transform:translateY(0)}.option__number{font-size:1.5em;font-weight:700;line-height:1;margin-bottom:.25rem}.option__label{font-size:.75em;text-transform:uppercase;letter-spacing:.5px;font-weight:500;color:#666;line-height:1em;margin-top:5px}.context-menu__backdrop{display:none}.product-builder__help-text{margin-top:1rem;text-align:center}.product-builder__help-text a{color:#d00;text-decoration:none}.product-builder__help-text a:hover{text-decoration:underline}.product-builder__actions{display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem;flex-wrap:wrap}@media(max-width:768px){.product-builder__actions{flex-direction:column}.product-builder__actions .button{width:100%}}.product-builder__notice{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin:3rem 0}.product-builder__notice p{margin:0}.product-builder__notice a{color:#333;text-decoration:underline}.product-builder__brief-section{margin:2rem 0}.product-builder__brief-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.product-builder__brief-header p{flex:1;margin:0;color:#666}.product-builder__label{display:block;font-weight:600;margin-bottom:.5rem;text-transform:uppercase}.product-builder__textarea{width:100%;min-height:100px;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;resize:vertical}.product-builder__textarea:focus{outline:none;border-color:#333}.product-builder__size-section{margin:2rem 0}.product-builder__size-section h3{font-weight:600;margin:0 0 1rem}.product-builder__size-content{margin-top:1.5rem}.product-builder__option-group{margin-bottom:1.5rem}.product-builder__size-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.product-builder__size-row{display:flex;align-items:center;gap:.75rem}.product-builder__size-label{flex:1;font-weight:500;max-width:35px;text-align:right}.product-builder__quantity-input{width:80px;padding:.5rem;border:1px solid #ddd;border-radius:4px;text-align:center}.product-builder__quantity-input:focus{outline:none;border-color:#333}.button{display:inline-block;background:#333;color:#fff;border:2px solid #333;border-radius:4px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.button:hover{background:#000;border-color:#000}.button--secondary{background:#fff;color:#333;border-color:#333}.button--secondary:hover{background:#f5f5f5}.button--primary{background:#333;color:#fff;border-color:#333}.button--small{font-size:.7em;padding:0 2rem;height:28px;line-height:26px}.button--full{width:100%;margin-top:1.5rem}.button:disabled,.button--loading{opacity:.6;cursor:not-allowed}.button--loading{position:relative}.button--loading:after{content:"";position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}@media(max-width:768px){.product-builder__hero-options{grid-template-columns:1fr}.product-builder__print-types,.product-builder__locations{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.product-builder__size-grid{grid-template-columns:1fr}.product-builder__brief-header,.product-builder__actions{flex-direction:column}.screen-print-context-menu{position:fixed;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);width:90%;max-width:400px;margin-top:0;animation:contextMenuFadeInMobile .3s ease}@keyframes contextMenuFadeInMobile{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.context-menu__options{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.75rem}.context-menu__option{padding:.75rem .5rem}.option__number{font-size:1.25em}.option__label{font-size:.7em}.context-menu__backdrop{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99;animation:backdropFadeIn .3s ease}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}}@media(min-width:769px)and (max-width:1024px){.context-menu__options{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:769px)and (max-width:1680px){.product-builder__hero-option{padding:1rem}.hero-option__name{font-size:.9em;margin-top:7px}.hero-option__icon{width:35px;height:35px}.hero-option__price-label{font-size:.7em}.hero-option__meta--inline{display:none}.hero-option__meta--separate{display:block;font-size:.85em;padding:.75rem 0}.hero-option__meta p{margin:0}.hero-option__pricing{padding-top:.75rem;font-size:.85em}.product-builder__size-grid{grid-template-columns:repeat(3,1fr)}}.product-builder__services-section{margin:2rem 0;padding:1.5rem;background:#f9f9f9;border-radius:8px}.product-builder__services-content{margin-top:1rem}.product-builder__services-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:1rem}.product-builder__service-item{background:#fff;border:2px solid #e0e0e0;border-radius:6px;transition:all .2s ease}.product-builder__service-item:hover{border-color:#333}.product-builder__service-label{display:flex;align-items:center;gap:1.5rem;padding:1rem;cursor:pointer;width:100%}.product-builder__service-checkbox{width:20px;height:20px;cursor:pointer;flex-shrink:0}.product-builder__service-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.product-builder__service-name{font-weight:600;color:#333}.product-builder__service-price{font-size:.9em;color:#666}.product-builder__service-checkbox:checked+.product-builder__service-details .product-builder__service-name{color:#000}.product-builder__service-item:has(.product-builder__service-checkbox:checked){border-color:#000;background:#f5f5f5}@media(max-width:768px){.product-builder__services-list{grid-template-columns:1fr}}[v-cloak]{display:none}.slide-fade-enter-active{transition:all .3s ease-out}.slide-fade-leave-active{transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from,.slide-fade-leave-to{transform:translateY(-20px);opacity:0}.builder-price{margin-bottom:20px;font-size:1.3rem;line-height:1.3em}.builder-price .f-price-item{font-size:2rem;margin:0 3px}.f-price-volume-discount{margin-top:.5rem;font-size:.9em;font-weight:700}.f-price-volume-discount .f-price-item{font-weight:700;font-size:2.7rem}
/*# sourceMappingURL=/cdn/shop/t/65/assets/product-builder.css.map */
