.taste-profile-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.taste-profile-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.taste-profile-popup-content{position:relative;background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;padding:40px;box-shadow:0 20px 60px #0000004d;animation:popupSlideIn .3s ease-out;margin:auto}@keyframes popupSlideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.taste-profile-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:32px;line-height:1;cursor:pointer;color:#666;transition:color .2s ease;padding:5px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.taste-profile-close:hover{color:#000;background:#0000000d}.taste-profile-header{text-align:center;margin-bottom:40px}.taste-profile-header h2{font-size:28px;font-weight:700;margin-bottom:10px;color:#1a1a1a}.taste-profile-header p{font-size:16px;color:#666;margin:0}.taste-profile-questions{min-height:300px}.taste-profile-question{animation:questionFadeIn .4s ease-out}@keyframes questionFadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.taste-profile-question h3{font-size:22px;font-weight:600;margin-bottom:25px;color:#1a1a1a;line-height:1.4}.taste-profile-answers{display:flex;flex-direction:column;gap:15px}.taste-profile-answer{display:flex;align-items:center;gap:15px;padding:20px;background:#f8f8f8;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;font-size:16px}.taste-profile-answer:hover{background:#fff;border-color:#8b4513;transform:translate(5px);box-shadow:0 4px 12px #8b45131a}.taste-profile-answer.selected{background:#8b4513;border-color:#8b4513;color:#fff;transform:scale(.98)}.answer-label{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border-radius:50%;font-weight:700;flex-shrink:0;color:#8b4513}.taste-profile-answer.selected .answer-label{background:#ffffff4d;color:#fff}.answer-text{flex:1;line-height:1.5}.taste-profile-progress{margin-top:40px;padding-top:30px;border-top:1px solid #e0e0e0}.taste-profile-progress-bar{width:100%;height:8px;background:#e0e0e0;border-radius:10px;overflow:hidden;margin-bottom:10px}.taste-profile-progress-fill{height:100%;background:linear-gradient(90deg,#8b4513,#d2691e);border-radius:10px;transition:width .3s ease}.taste-profile-progress-text{display:block;text-align:center;font-size:14px;color:#666;font-weight:500}.taste-profile-loading{text-align:center;padding:60px 20px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #8B4513;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.taste-profile-loading p{font-size:16px;color:#666}.taste-profile-error{text-align:center;padding:40px 20px}.taste-profile-error p{font-size:16px;color:#666;margin-bottom:20px}.taste-score-badge{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#8b4513,#d2691e);color:#fff;padding:8px 12px;border-radius:20px;font-weight:700;font-size:14px;box-shadow:0 2px 8px #0003;z-index:10}.taste-score-badge span{display:block}.collection-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-top:40px}.product-card{position:relative;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card-inner{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.product-card:hover .product-card-inner{box-shadow:0 8px 24px #00000026}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card-image{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f8f8f8}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-info{padding:20px}.product-card-title{font-size:16px;font-weight:600;margin-bottom:10px;color:#1a1a1a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-price{display:flex;align-items:center;gap:10px}.product-card-price .price{font-size:18px;font-weight:700;color:#8b4513}.product-card-price .compare-price{font-size:14px;color:#999;text-decoration:line-through}.loading-wines{text-align:center;padding:60px 20px;grid-column:1 / -1}.loading-wines .spinner{margin:0 auto 20px}.loading-wines p{font-size:16px;color:#666}.no-results,.error{text-align:center;padding:60px 20px;font-size:16px;color:#666;grid-column:1 / -1}.error{color:#d32f2f}@media (max-width: 768px){.taste-profile-popup-content{padding:30px 20px;max-height:95vh}.taste-profile-header h2{font-size:24px}.taste-profile-header p{font-size:14px}.taste-profile-question h3{font-size:18px}.taste-profile-answer{padding:15px;font-size:14px}.answer-label{width:32px;height:32px;font-size:14px}.collection-product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}.product-card-info{padding:15px}.product-card-title{font-size:14px}.product-card-price .price{font-size:16px}}@media (max-width: 480px){.collection-product-grid{grid-template-columns:1fr}}.taste-score-badge{position:absolute;top:10px;right:10px;padding:6px 12px;border-radius:var(--button-border-radius, 50px);font-size:.875rem;font-weight:var(--heading-font-weight, 700);font-family:var(--heading-font-stack);z-index:10;box-shadow:0 2px 8px #00000026}#facets-results .best-price-banner{position:relative!important;margin-top:.625rem!important;margin-bottom:.625rem!important;cursor:pointer!important;display:block!important;visibility:visible!important;opacity:1!important}#facets-results .best-price-banner__surface{position:relative!important;display:flex!important;justify-content:space-between!important;align-items:center!important;padding:.625rem 1rem!important;background-color:#dc2626!important;color:#fff!important;border-radius:var(--button-border-radius, 9999px)!important;box-shadow:inset 0 0 0 var(--button-border-width, 2px) rgb(var(--color-scheme-text, 0, 0, 0))!important;font-family:var(--heading-font-stack)!important;font-weight:var(--heading-font-weight, 900)!important;text-transform:var(--button-text-transform, uppercase)!important;letter-spacing:var(--heading-letterspacing, 0)!important;transition:all .2s ease!important;cursor:pointer!important;z-index:1!important}#facets-results .best-price-banner:after{content:""!important;position:absolute!important;left:var(--button-drop-shadow-left-size, 4px)!important;top:var(--button-drop-shadow-top-size, 4px)!important;width:100%!important;height:100%!important;border-radius:var(--button-border-radius, 9999px)!important;background-color:rgb(var(--color-button-shadow, 0, 0, 0))!important;z-index:0!important;display:var(--button-shadow-display, block)!important}#facets-results .banner-left{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.125rem!important}#facets-results .banner-title{font-size:calc(var(--font-size-ratio-sm, .891) * 1rem)!important;font-weight:var(--heading-font-weight, 900)!important;letter-spacing:.05em!important;line-height:1!important}#facets-results .banner-subtitle{font-size:calc(var(--font-size-ratio-xs, .749) * 1rem)!important;font-weight:var(--main-font-weight, 500)!important;opacity:.85!important;line-height:1!important;text-transform:none!important;font-family:var(--main-font-stack)!important}#facets-results .banner-price{font-size:calc(var(--font-size-ratio-lg, 1.335) * 1rem)!important;font-weight:var(--heading-font-weight, 900)!important;letter-spacing:-.02em!important;line-height:1!important}
/*# sourceMappingURL=/cdn/shop/t/109/assets/taste-profile-quiz.css.map */
