.coffee-quiz-section .coffee-quiz-container{max-width:700px;margin:0 auto;padding:0}.coffee-quiz-section .quiz-main-title{text-align:center;margin-bottom:.75rem;color:var(--color-brand-Tertiary-2, #384332)}.coffee-quiz-section .quiz-main-subtitle{font-size:1rem;color:#414141;text-align:center;margin-bottom:2rem}.coffee-quiz-section .quiz-title{font-size:1.25rem;font-weight:600;color:var(--color-brand-Tertiary-2, #384332);text-align:center;margin-bottom:.5rem;letter-spacing:-.02em}.coffee-quiz-section .quiz-subtitle{font-size:.9375rem;color:#414141;text-align:center;margin-bottom:1.5rem}.coffee-quiz-section .progress-container{margin-bottom:2rem}.coffee-quiz-section .progress-bar{width:100%;height:8px;background-color:#eae9e8;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.coffee-quiz-section .progress-fill{height:100%;background:var(--color-brand-Tertiary-2, #384332);border-radius:4px;transition:width .3s ease;width:20%}.coffee-quiz-section .progress-text{text-align:center;font-size:.875rem;color:#414141;font-weight:500}.coffee-quiz-section .quiz-step{display:none}.coffee-quiz-section .quiz-step.active{display:block}.coffee-quiz-section .question-title{font-size:1.125rem;font-weight:600;color:var(--border-border-default, #2F1E15);margin-bottom:1rem;text-align:center;letter-spacing:-.02em}.coffee-quiz-section .answer-options{display:grid;gap:.75rem;max-width:500px;margin:0 auto}.coffee-quiz-section .answer-option{display:flex;align-items:center;padding:.875rem 1.25rem;background:#f9faec;border:2px solid var(--border-border-default, #2F1E15);border-radius:var(--spacing-radius-radius-md, 20px);cursor:pointer;transition:all .2s ease;position:relative}.coffee-quiz-section .answer-option:hover{background:var(--color-brand-Tertiary-2, #384332);border-color:var(--color-brand-Tertiary-2, #384332);color:#f9faec}.coffee-quiz-section .answer-option:hover .answer-text{color:#f9faec}.coffee-quiz-section .answer-option.selected{background:var(--color-brand-Tertiary-2, #384332);border-color:var(--color-brand-Tertiary-2, #384332);color:#f9faec}.coffee-quiz-section .answer-option.selected .answer-text{color:#f9faec}.coffee-quiz-section .answer-input{display:none}.coffee-quiz-section .answer-text{font-size:.9375rem;color:var(--border-border-default, #2F1E15);font-weight:500;flex:1}.coffee-quiz-section .quiz-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #EAE9E8;gap:1rem}.coffee-quiz-section .quiz-btn{padding:20px 40px;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;text-transform:uppercase;border:2px solid #384332;border-radius:100px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;background-color:#8e9f75;color:#fff;white-space:nowrap}.coffee-quiz-section .quiz-btn:hover:not(:disabled){background-color:#cd7f2f}.coffee-quiz-section .quiz-btn:disabled{opacity:.5;cursor:not-allowed}.coffee-quiz-section .quiz-btn svg{width:21px;height:10px;flex-shrink:0}.coffee-quiz-section .quiz-btn--prev svg{transform:scaleX(-1)}@media screen and (max-width:749px){.coffee-quiz-section .quiz-navigation{gap:.75rem}.coffee-quiz-section .quiz-navigation .quiz-btn{padding:0;gap:0;letter-spacing:0;white-space:normal;width:44px;height:44px;min-width:44px;max-width:44px;flex:0 0 44px;border-radius:50%;position:relative}.coffee-quiz-section .quiz-navigation .quiz-btn>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.coffee-quiz-section .quiz-navigation .quiz-btn svg{width:21px;height:10px}}.coffee-quiz-section .quiz-results .results-content{max-width:700px;margin:0 auto}.coffee-quiz-section .results-title{font-size:1.5rem;font-weight:600;color:var(--color-brand-Tertiary-2, #384332);margin-bottom:.5rem;text-align:center;letter-spacing:-.02em}.coffee-quiz-section .personality-type{font-size:1.125rem;font-weight:600;color:var(--border-border-default, #2F1E15);margin-bottom:1rem;text-align:center}.coffee-quiz-section .personality-description{font-size:1rem;color:#414141;line-height:1.6;text-align:center;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.coffee-quiz-section .product-recommendations{margin-bottom:2.5rem}.coffee-quiz-section .product-recommendations h3{font-size:1.125rem;font-weight:600;color:var(--color-brand-Tertiary-2, #384332);margin-bottom:2rem;text-align:center;letter-spacing:-.02em}.coffee-quiz-section .products-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:2rem;max-width:760px;margin-left:auto;margin-right:auto}@media(max-width:768px){.coffee-quiz-section .products-grid{grid-template-columns:1fr;gap:1.25rem}}.coffee-quiz-section .product-card{background:transparent;border:0;border-radius:0;padding:0;text-align:left;overflow:visible;display:flex;flex-direction:column}.coffee-quiz-section .product-card>.quiz-product-item{flex:1}.coffee-quiz-section .product-card h4{font-size:.75rem;font-weight:700;color:#cd7f2f;margin:0 0 12px;text-transform:uppercase;letter-spacing:1.2px;text-align:left;border:none;padding:0;border-radius:0;display:block;background:transparent}.coffee-quiz-section .product-placeholder{text-align:center;padding:2rem;color:#414141}.coffee-quiz-section .product-placeholder p{margin:0 0 1rem;font-style:italic;line-height:1.5}.coffee-quiz-section .product-placeholder h5{font-size:1.125rem;font-weight:600;color:var(--border-border-default, #2F1E15);margin:0 0 .5rem}.coffee-quiz-section .quiz-product-item{background:transparent;border:none;padding:0;box-shadow:none;display:flex;flex-direction:column;height:100%}.coffee-quiz-section .quiz-product-item .product-item__image{position:relative;border:solid 2px #384332;border-radius:20px;box-shadow:unset!important;margin-bottom:0}.coffee-quiz-section .quiz-product-item .product-information{flex:1;display:flex;flex-direction:column}.coffee-quiz-section .quiz-product-item .product-item__info{padding-top:20px;display:flex;flex-direction:column;flex:1;overflow:visible;min-height:0;align-items:stretch;justify-content:flex-start}.coffee-quiz-section .quiz-product-item .product-item__info>.product-link{height:auto;display:block}.coffee-quiz-section .quiz-product-item p.product-item__title{font-size:24px;letter-spacing:-1.2px;font-weight:600;color:#384332;margin-bottom:16px}.coffee-quiz-section .quiz-product-item .product-information .price{font-size:18px;color:#414141}.coffee-quiz-section .quiz-product-item .image-wrapper--cover img,.coffee-quiz-section .quiz-product-item img.fit-cover{padding:0}.coffee-quiz-section .coffee-quiz__image-placeholder{display:flex;align-items:center;justify-content:center;min-height:280px;background:#f9faec;color:#384332;font-size:3rem}.coffee-quiz-section .coffee-quiz__product-description{font-size:16px;color:#384332;line-height:1.5;margin:0 0 16px;flex:0 0 auto;align-self:flex-start;width:100%}.coffee-quiz-section .coffee-quiz__card-footer{flex-shrink:0;margin-top:auto;display:flex;flex-direction:column;gap:16px;width:100%}.coffee-quiz-section .quiz-product-item .product-item__price__holder{overflow:visible;margin-bottom:0;flex-shrink:0}.coffee-quiz-section .quiz-product-item .product-item__price{overflow:visible;line-height:1.5}.coffee-quiz-section .quiz-product-item .product-information .price{line-height:1.5}.coffee-quiz-section .coffee-quiz__view-product-btn{width:100%;margin-top:0;padding:20px 40px;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;text-transform:uppercase;text-decoration:none;background:#cd7f2f;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px;border:none;border-radius:100px;box-sizing:border-box;flex-shrink:0}.coffee-quiz-section .coffee-quiz__view-product-btn:hover{opacity:.9;transform:translateY(-2px);color:#fff}.coffee-quiz-section .coffee-quiz__view-product-btn svg{width:21px;height:10px;fill:currentColor;flex-shrink:0}.coffee-quiz-section .results-actions{margin-top:2rem;display:flex;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/18/assets/coffee-quiz.css.map */
