.ui-tasting-notes{background-color:#f9f6f1;padding:16px 16px 40px;width:100%;scroll-margin-top:var(--header-height, 116px)}@media(min-width: 768px){.ui-tasting-notes{padding:16px 32px 40px}}@media(min-width: 1024px){.ui-tasting-notes{padding:40px}}@media(min-width: 1441px){.ui-tasting-notes{padding:40px 80px}}.ui-tasting-notes__inner{display:flex;flex-direction:column;gap:40px;width:100%;max-width:1920px;margin:0 auto}@media(min-width: 1024px){.ui-tasting-notes__inner{flex-direction:row;align-items:flex-end;gap:48px}}.ui-tasting-notes__visual{flex-shrink:0;order:-1}@media(min-width: 1024px){.ui-tasting-notes__visual{flex:1 1 auto;min-width:0;order:0}}.ui-tasting-notes__image{width:100%;overflow:hidden;margin-left:auto}.ui-tasting-notes__image img{display:block;width:100%;height:100%;object-fit:cover}.ui-tasting-notes__image--ratio-1x1{aspect-ratio:1/1}@media(min-width: 1024px){.ui-tasting-notes__image--ratio-1x1{max-width:750px;max-height:750px}}.ui-tasting-notes__image--ratio-3x4{aspect-ratio:3/4}@media(min-width: 1024px){.ui-tasting-notes__image--ratio-3x4{max-width:780px;max-height:1040px}}.ui-tasting-notes__graph{position:relative;width:100%;aspect-ratio:1/1;max-width:1040px;margin-left:auto;overflow:hidden}.ui-tasting-notes__svg{display:block;width:100%;height:100%}.ui-tasting-notes__spoke{stroke:rgba(57,55,52,.5);stroke-width:.5}.ui-tasting-notes__polygon{fill:#e7d7c1;stroke:rgba(57,55,52,.5);stroke-width:.5}.ui-tasting-notes__label{position:absolute;padding:6px;background-color:#f1e8da;color:#393734;border-radius:4px;white-space:nowrap;pointer-events:none;max-width:min(140px,34%);overflow:hidden;text-overflow:ellipsis;transform:translate(-50%, -50%)}@media(min-width: 1024px){.ui-tasting-notes__label{padding:9px 8px;max-width:min(220px,40%)}}.ui-tasting-notes__content{display:flex;flex-direction:column;gap:40px;width:100%}@media(min-width: 1024px){.ui-tasting-notes__content{flex:0 0 auto;width:clamp(420px,44vw,600px);justify-content:space-between;align-self:stretch}}.ui-tasting-notes__heading{color:#393734}.ui-tasting-notes__items{display:flex;flex-direction:column;gap:40px;width:100%}@media(min-width: 1024px){.ui-tasting-notes__items{gap:48px}}.ui-tasting-notes__item{transition:opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1)}.ui-tasting-notes__item--inactive{opacity:.4}.ui-tasting-notes__item--active{opacity:1}.ui-tasting-notes__trigger{display:flex;flex-direction:column;gap:12px;width:100%;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;text-align:left}.ui-tasting-notes__category{color:#7a3739;text-transform:capitalize}.ui-tasting-notes__title{color:#393734}.ui-tasting-notes__panel{transition:none}.ui-tasting-notes__body{padding-top:40px;color:#393734}@media(min-width: 1024px){.ui-tasting-notes__body{padding-top:24px;max-width:440px}}.ui-tasting-notes__progress{position:relative;width:100%;height:2px;background-color:rgba(57,55,52,.15)}.ui-tasting-notes__progress-bar{position:absolute;left:0;top:0;height:100%;width:0;background-color:#393734}.ui-tasting-notes__progress-bar--animating{animation:tasting-notes-progress var(--tasting-notes-interval, 5000ms) linear forwards}@keyframes tasting-notes-progress{from{width:0}to{width:100%}}.ui-tasting-notes__trigger:focus-visible{outline:2px solid #e7d7c1;outline-offset:2px;border-radius:2px}