.product-selector-wrapper{max-width:1200px;margin:0 auto;padding:40px 20px}.product-selector__header{text-align:center;margin-bottom:40px}.product-selector__title{font-size:32px;font-weight:700;margin-bottom:15px;color:#333}.product-selector__description{font-size:16px;color:#666;max-width:700px;margin:0 auto}.product-selector__form{background:#f9f9f9;padding:30px;border-radius:8px;margin-bottom:40px;box-shadow:0 2px 8px #0000001a}.product-selector__fields{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:25px}.product-selector__fields.has-fit-field{grid-template-columns:repeat(4,1fr)}@media only screen and (max-width: 1024px){.product-selector__fields,.product-selector__fields.has-fit-field{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 768px){.product-selector__fields,.product-selector__fields.has-fit-field{grid-template-columns:1fr}}.product-selector__field{display:flex;flex-direction:column}.product-selector__label{font-weight:600;margin-bottom:8px;color:#333;font-size:14px}.select-wrapper{position:relative}.product-selector__select{width:100%;padding:12px 40px 12px 15px;font-size:15px;border:1px solid #ddd;border-radius:4px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .3s ease}.product-selector__select:hover{border-color:#999}.product-selector__select:focus{outline:none;border-color:#333;box-shadow:0 0 0 2px #0000001a}.product-selector__select:disabled{background:#f5f5f5;cursor:not-allowed;color:#999}.product-selector__actions{text-align:center}.product-selector__submit{padding:15px 40px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;min-width:200px}.product-selector__submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.product-selector__results{margin-top:40px}.product-selector__results-header{margin-bottom:30px;text-align:center}.product-selector__results-title{font-size:24px;font-weight:700;color:#333}.product-grid{margin:0 -10px}.product-grid-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0}.product-selector-card{padding:0;margin-bottom:0;width:100%}@media only screen and (max-width: 768px){.product-grid-inner{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 480px){.product-grid-inner{grid-template-columns:1fr}}.product-selector-card .product-wrap{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-selector-card .product-wrap:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-5px)}.product-selector-card .product_image{position:relative;overflow:hidden;background:#f9f9f9}.product-selector-card__link{display:block}.product-selector-card .image__container{position:relative;padding-bottom:100%;overflow:hidden}.product-selector-card .image__container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-selector-card .product-wrap:hover .image__container img{transform:scale(1.05)}.product-selector-card .placeholder-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#999;font-size:14px}.product-selector-card__info{padding:20px;flex:1;display:flex;flex-direction:column}.product-selector-card__title{font-size:16px;font-weight:600;margin:0 0 10px;line-height:1.4}.product-selector-card__title a{color:#333;text-decoration:none;transition:color .3s ease}.product-selector-card__title a:hover{color:#000}.product-selector-card__sku{font-size:13px;color:#666;margin-bottom:10px;font-family:monospace}.product-selector-card__price{font-size:18px;font-weight:700;color:#333;margin-bottom:15px}.product-selector-card__price .sold_out{color:#d9534f;font-size:14px}.product-selector-card__actions{margin-top:auto}.product-selector-card__button{display:block;width:100%;padding:12px 20px;text-align:center;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:all .3s ease}.product-selector-card__button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.product-selector__empty{text-align:center;padding:80px 20px;color:#666;font-size:16px}.product-selector__empty p{margin:0;line-height:1.6}.product-selector__loading{text-align:center;padding:80px 20px}.product-selector__loading p{font-size:16px;color:#666;margin-top:20px}.loading-spinner{width:50px;height:50px;margin:0 auto 20px;border:5px solid #f3f3f3;border-top:5px solid #333;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-selector__no-results{text-align:center;padding:80px 20px;color:#666}.product-selector__no-results p{font-size:16px;margin-bottom:15px;line-height:1.6}.product-selector__no-results p:last-child{margin-bottom:0}@media only screen and (max-width: 768px){.product-selector-wrapper{padding:20px 15px}.product-selector__title{font-size:24px}.product-selector__form{padding:20px}.product-selector__fields{gap:15px}.product-selector__submit{padding:12px 30px;font-size:14px;min-width:auto;width:100%}}.choices{margin-bottom:0}.choices__inner{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:10px 15px;min-height:44px;font-size:14px}.choices__input{background-color:transparent;font-size:14px}.choices__list--dropdown{border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:100}.choices__list--dropdown .choices__item--selectable{padding:10px 15px;font-size:14px}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f5f5f5}.choices__list--dropdown .choices__item--disabled{display:none}.choices[data-type*=select-one] .choices__input{padding:2px;margin-bottom:0}.choices__list--single{padding:0}.is-disabled .choices__inner{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.choices__placeholder{opacity:.6}
/*# sourceMappingURL=/cdn/shop/t/8/assets/product-selector.scss.css.map */
