.taste-profile{background:var(--color-background-main, transparent);color:var(--color-text-main, inherit)}.taste-profile__container{padding:2rem 1rem}.taste-profile__container--fullwidth{padding:2rem 0}.taste-profile__header{text-align:center;margin-bottom:3rem}.taste-profile__title{font-size:2rem;font-weight:600;margin:0;color:var(--color-text-main, #333)}.taste-profile__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.taste-profile__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fffc;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.taste-profile__item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.taste-profile__gauge{position:relative;width:120px;height:120px;margin-bottom:1rem}.taste-profile__gauge-circle{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.taste-profile__gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.taste-profile__gauge-ring{transition:all .3s ease}.taste-profile__gauge-ring--empty{stroke:#e5e5e5;stroke-width:3;fill:none}.taste-profile__gauge-ring--filled{fill:none;stroke:url(#gauge-gradient);stroke-width:3;stroke-linecap:round}.taste-profile__gauge-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;overflow:hidden;z-index:2}.taste-profile__gauge-image img{width:100%;height:100%;object-fit:cover}.taste-profile__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:50%}.taste-profile__placeholder svg{opacity:.6}.taste-profile__content{flex:1;display:flex;flex-direction:column;justify-content:center}.taste-profile__item-title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#333;text-transform:uppercase;letter-spacing:.5px}.taste-profile__item-subtitle{font-size:.9rem;color:#666;margin:0;font-weight:400}.taste-profile__empty{text-align:center;padding:3rem;color:#666;font-style:italic}@media (max-width: 768px){.taste-profile__items{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.taste-profile__item{padding:1rem}.taste-profile__gauge{width:100px;height:100px}.taste-profile__title{font-size:1.5rem}.taste-profile__item-title{font-size:1rem}.taste-profile__item-subtitle{font-size:.8rem}}@media (max-width: 480px){.taste-profile__items{grid-template-columns:1fr;gap:1rem}.taste-profile__container{padding:1rem .5rem}.taste-profile__header{margin-bottom:2rem}}@media (prefers-color-scheme: dark){.taste-profile__item{background:#ffffff1a;color:#fff}.taste-profile__item-title{color:#fff}.taste-profile__item-subtitle{color:#ccc}.taste-profile__gauge-ring--empty{stroke:#444}.taste-profile__placeholder{background:#ffffff1a}.taste-profile__placeholder svg{stroke:#ccc}}@keyframes gaugeFill{0%{stroke-dasharray:0 100}to{stroke-dasharray:var(--fill-percentage) 100}}.taste-profile__gauge-ring--filled{animation:gaugeFill 1s ease-out forwards}.taste-profile__gauge[data-intensity="1"] .taste-profile__gauge-ring--filled:nth-child(1){--fill-percentage: 20}.taste-profile__gauge[data-intensity="2"] .taste-profile__gauge-ring--filled:nth-child(1){--fill-percentage: 40}.taste-profile__gauge[data-intensity="3"] .taste-profile__gauge-ring--filled:nth-child(1){--fill-percentage: 60}.taste-profile__gauge[data-intensity="4"] .taste-profile__gauge-ring--filled:nth-child(1){--fill-percentage: 80}.taste-profile__gauge[data-intensity="5"] .taste-profile__gauge-ring--filled:nth-child(1){--fill-percentage: 100}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-taste-profile.css.map */
