.product-info-box{max-width:800px;width:100%;background:var(--secondary);padding:var(--space-m) var(--space-l);border-radius:var(--radius-l);margin-block:var(--space-l);color:var(--base-ultra-light);box-shadow:var(--box-shadow-m)}.product-info-box>:first-child,.product-info-box h2:first-child,.product-info-box h3:first-child,.product-info-box .brxe-heading:first-child{margin-top:0}.product-info-box :where(h2,h3){color:var(--base-ultra-light);font-weight:700;font-size:var(--text-l);margin-bottom:var(--space-xs)}.product-info-box strong{color:var(--base-ultra-light);font-weight:700}.product-info-box p{margin-bottom:var(--space-m);line-height:var(--line-height-m)}.product-info-box ul{list-style:none;padding-left:0;margin-block:var(--space-m)}.product-info-box ul li{padding-left:var(--space-l);margin-bottom:var(--space-s);position:relative;line-height:var(--line-height-m)}.product-info-box ul li::before{content:"✓";position:absolute;left:0;font-size:var(--text-l);font-weight:700;color:var(--base-ultra-light);top:-.1em}@media (max-width:768px){.product-info-box{padding:var(--space-m)}}.custom-ingredient-list{background:var(--base-ultra-light);border-radius:var(--radius-l);box-shadow:var(--box-shadow-m);overflow:hidden;margin-block:var(--space-l);width:100%}.custom-ingredient-list>div{padding:var(--space-s) var(--space-s);border-bottom:1px solid var(--border-light);transition:background-color 0.2s ease;width:100%}.custom-ingredient-list>div:last-child{border-bottom:none}.custom-ingredient-list>div:hover{background-color:var(--base-light)}@media (max-width:991px){.custom-ingredient-list>div{padding:var(--space-xs) var(--space-s)}}