.shahi-notes{--shahi-notes-image-size: 80px;--shahi-notes-tab-color: #ababab;--shahi-notes-tab-active: #7a1f2b;--shahi-notes-separator: rgba(0, 0, 0, .12);--shahi-notes-heading-size: 2.4rem;--shahi-notes-group-title-size: 1.5rem;--shahi-notes-ingredient-size: 1.4rem;--shahi-notes-tab-size: 1.5rem;background-color:var(--section-background-color, var(--shahi-color-surface-alt))}.shahi-notes__inner{max-width:var(--page-width);margin:0 auto;padding-inline:1.5rem}.shahi-notes__heading{margin:0 0 1.75rem;text-align:var(--shahi-notes-header-align, center);font-family:var(--section-heading-font, var(--shahi-font-display));font-style:var(--section-heading-font-style, var(--shahi-font-display-style, normal));font-weight:var(--section-heading-font-weight, var(--shahi-font-display-weight, 400));font-size:var(--shahi-notes-heading-size);line-height:1.08;letter-spacing:-.01em;text-transform:uppercase;color:var(--section-heading-color, var(--shahi-color-primary))}.shahi-notes--has-tagline .shahi-notes__heading{margin-bottom:0}.notes-tagline{max-width:68rem;margin:1.2rem auto 4rem;padding:0;text-align:center;font-family:var(--section-body-font, var(--shahi-font-body));font-style:var(--section-body-font-style, var(--shahi-font-body-style, normal));font-weight:var(--section-body-font-weight, var(--shahi-font-body-weight, 400));font-size:1.4rem;line-height:1.7;letter-spacing:.02em;color:var(--section-body-color, var(--shahi-color-text))}.notes-tagline__type{font-weight:600;text-transform:lowercase}.shahi-notes__separator{display:block;width:100%;height:1px;margin:0 0 2.5rem;border:0;background:var(--shahi-notes-separator)}.shahi-notes__tabs{display:none;align-items:stretch;justify-content:flex-start;gap:2.8rem;margin:0 0 1.75rem;padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid var(--shahi-notes-separator)}.shahi-notes__tabs::-webkit-scrollbar{display:none}.shahi-notes__tab{flex:0 0 auto;margin:0 0 -1px;padding:1.2rem 0;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--shahi-notes-tab-color);font-family:var(--section-body-font, var(--shahi-font-body));font-style:var(--section-body-font-style, var(--shahi-font-body-style, normal));font-weight:var(--section-body-font-weight, var(--shahi-font-body-weight, 500));font-size:var(--shahi-notes-tab-size);line-height:1.4;letter-spacing:normal;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:color .2s ease,border-color .2s ease}.shahi-notes__tab:hover{color:#4a4a4a}.shahi-notes__tab:focus-visible{color:var(--shahi-notes-tab-active);outline:none}.shahi-notes__tab.is-active{color:var(--shahi-notes-tab-active);border-bottom-color:var(--shahi-notes-tab-active)}.shahi-notes__groups{display:grid;gap:clamp(2rem,4vw,3.5rem)}.shahi-notes__group{text-align:center}.shahi-notes__group-title{margin:0 0 1.2rem;font-family:var(--section-body-font, var(--shahi-font-body));font-style:var(--section-body-font-style, var(--shahi-font-body-style, normal));font-weight:var(--section-body-font-weight, var(--shahi-font-body-weight, 500));font-size:var(--shahi-notes-group-title-size);line-height:1.4;letter-spacing:normal;text-transform:uppercase}.shahi-notes__ingredients{display:grid;grid-template-columns:repeat(var(--ingredient-count, 1),minmax(0,1fr));justify-items:center;align-items:start;gap:clamp(1.25rem,2.5vw,2rem);margin:0;padding:0;list-style:none}.shahi-notes__ingredients--scroll{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-bottom:.5rem;scrollbar-width:thin}.shahi-notes__ingredient{display:flex;flex-direction:column;align-items:center;gap:.85rem;width:100%;max-width:11rem;padding-inline:.35rem}.shahi-notes__ingredients--scroll .shahi-notes__ingredient{flex:0 0 auto;width:auto;min-width:calc(var(--shahi-notes-image-size) + 1.5rem);max-width:9rem;scroll-snap-align:start}.shahi-notes__ingredient-image-wrap{display:flex;align-items:center;justify-content:center;width:var(--shahi-notes-image-size);height:var(--shahi-notes-image-size);overflow:hidden}.shahi-notes__ingredient-image{width:100%;height:100%;object-fit:contain;transition:transform .35s ease;transform-origin:center center}.shahi-notes__ingredient:hover .shahi-notes__ingredient-image,.shahi-notes__ingredient:focus-within .shahi-notes__ingredient-image{transform:scale(1.05)}.shahi-notes__ingredient-name{margin:0;font-family:var(--section-body-font, var(--shahi-font-body));font-style:var(--section-body-font-style, var(--shahi-font-body-style, normal));font-weight:var(--section-body-font-weight, var(--shahi-font-body-weight, 400));font-size:var(--shahi-notes-ingredient-size);line-height:1.5;letter-spacing:normal;max-width:100%;text-wrap:balance}@media screen and (min-width:990px){.notes-tagline{font-size:1.6rem}.shahi-notes__groups{grid-template-columns:repeat(var(--shahi-notes-columns, 4),minmax(0,1fr));gap:clamp(1.25rem,2vw,2rem)}.shahi-notes__group+.shahi-notes__group{border-left:1px solid var(--shahi-notes-separator);padding-left:clamp(.85rem,1.5vw,1.5rem)}.shahi-notes__group:first-child{padding-left:0;border-left:0}.shahi-notes__group-title{margin-bottom:1.5rem}.shahi-notes__ingredients{gap:clamp(1rem,1.5vw,1.35rem)}.shahi-notes__ingredient{max-width:100%}}@media screen and (min-width:750px)and (max-width:989px){.shahi-notes[data-note-count="1"] .shahi-notes__tabs,.shahi-notes[data-note-count="2"] .shahi-notes__tabs,.shahi-notes[data-note-count="3"] .shahi-notes__tabs{display:none}.shahi-notes[data-note-count="1"] .shahi-notes__groups,.shahi-notes[data-note-count="2"] .shahi-notes__groups,.shahi-notes[data-note-count="3"] .shahi-notes__groups{display:grid;grid-template-columns:repeat(var(--shahi-notes-columns),minmax(0,1fr));gap:clamp(1.25rem,2.5vw,2rem);position:static;min-height:0}.shahi-notes[data-note-count="1"] .shahi-notes__group,.shahi-notes[data-note-count="2"] .shahi-notes__group,.shahi-notes[data-note-count="3"] .shahi-notes__group{position:relative;opacity:1;visibility:visible;pointer-events:auto}.shahi-notes[data-note-count="2"] .shahi-notes__group+.shahi-notes__group,.shahi-notes[data-note-count="3"] .shahi-notes__group+.shahi-notes__group{border-left:1px solid var(--shahi-notes-separator);padding-left:clamp(.85rem,1.5vw,1.5rem)}.shahi-notes[data-note-count="1"] .shahi-notes__group:first-child,.shahi-notes[data-note-count="2"] .shahi-notes__group:first-child,.shahi-notes[data-note-count="3"] .shahi-notes__group:first-child{padding-left:0;border-left:0}.shahi-notes[data-note-count="1"] .shahi-notes__group-title,.shahi-notes[data-note-count="2"] .shahi-notes__group-title,.shahi-notes[data-note-count="3"] .shahi-notes__group-title{display:block}.shahi-notes[data-note-count="4"] .shahi-notes__tabs{display:flex;justify-content:center;flex-wrap:nowrap}}@media screen and (max-width:989px){.shahi-notes[data-note-count="4"] .shahi-notes__groups{display:block;position:relative;min-height:calc(var(--shahi-notes-image-size) + 4rem)}.shahi-notes[data-note-count="4"] .shahi-notes__group{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.shahi-notes[data-note-count="4"] .shahi-notes__group.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto}.shahi-notes[data-note-count="4"] .shahi-notes__group-title{display:none}}@media screen and (max-width:749px){.shahi-notes__tabs{display:flex;gap:2rem}.shahi-notes[data-note-count="1"] .shahi-notes__tabs,.shahi-notes[data-note-count="2"] .shahi-notes__tabs,.shahi-notes[data-note-count="3"] .shahi-notes__tabs{justify-content:center}.shahi-notes__tab{font-size:1.4rem}.shahi-notes__groups{display:block;position:relative;min-height:calc(var(--shahi-notes-image-size) + 4rem)}.shahi-notes__group{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.shahi-notes__group.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto}.shahi-notes__group-title{display:none}.shahi-notes__ingredients:not(.shahi-notes__ingredients--scroll){width:100%}.shahi-notes__ingredients[data-ingredient-count="1"]{grid-template-columns:1fr;justify-items:center}.shahi-notes__ingredients[data-ingredient-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.shahi-notes__ingredients[data-ingredient-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.shahi-notes__group,.shahi-notes__ingredient-image,.shahi-notes__tab{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/shahi-notes.css.map */
