.om-bundle{border:1px solid var(--om-border);padding:18px;display:grid;gap:15px}
.om-bundle__header h3{margin-bottom:5px}.om-bundle__header p{margin:0;color:var(--om-muted);font-size:.9rem}
.om-bundle__items{display:grid;gap:10px}.om-bundle-item{display:grid;grid-template-columns:auto 60px 1fr;gap:11px;align-items:start;border-top:1px solid var(--om-border);padding-top:10px}
.om-bundle-item img{width:60px;height:76px;object-fit:cover}.om-bundle-item__check input{position:absolute;opacity:0}.om-bundle-item__check span{display:block;width:20px;height:20px;border:1px solid var(--om-border);margin-top:27px}
.om-bundle-item__check input:checked+span{background:var(--om-accent);border-color:var(--om-accent);box-shadow:inset 0 0 0 4px var(--om-bg)}
.om-bundle-item__content{display:grid;gap:7px}.om-bundle-item__content select{width:100%;border:1px solid var(--om-border);background:var(--om-bg);padding:8px}
.om-bundle-item__qty{display:flex;align-items:center;gap:8px;font-size:.76rem}.om-bundle-item__qty input{width:58px;border:1px solid var(--om-border);padding:6px}
.om-bundle__summary{border-top:1px solid var(--om-border);padding-top:12px;display:grid;gap:5px}.om-bundle__summary>div{display:flex;justify-content:space-between}
.om-bundle__note{color:var(--om-muted);line-height:1.3}.om-bundle.is-active{border-color:var(--om-text)}
@media(max-width:480px){.om-bundle{padding:14px}.om-bundle-item{grid-template-columns:auto 52px 1fr}.om-bundle-item img{width:52px;height:68px}}

.om-product__details{font-size:var(--product-body-size);line-height:1.55}
.om-product-block{margin-top:var(--block-mt,0);margin-bottom:var(--block-mb,0)}
.om-product-block:empty{display:none}
.om-product__title{font-size:var(--product-title-size)}
.om-product__price{font-size:var(--product-price-size)}
.om-product__details .om-field label,.om-product__details .om-bundle-item__qty,.om-product__details .om-product__vendor{font-size:var(--product-label-size)}
.om-product__details h3,.om-product__details .om-accordion summary{font-size:var(--product-block-heading-size)}
.om-product-block--description .rte{font-size:var(--product-body-size);line-height:1.65}
.om-product-block--description .rte h1{font-size:1.45em;line-height:1.2}
.om-product-block--description .rte h2{font-size:1.3em;line-height:1.25}
.om-product-block--description .rte h3,.om-product-block--description .rte h4{font-size:1.15em;line-height:1.3}
.om-product-block--description .rte>h1:first-child,.om-product-block--description .rte>h2:first-child,.om-product-block--description .rte>h3:first-child,.om-product-block--description .rte>p:first-child{margin-top:0}
.om-inventory{color:var(--om-text);font-size:.84em;line-height:1.35;justify-content:space-between;flex-wrap:wrap;gap:8px 16px}
.om-inventory::before{display:none}
.om-inventory__status{display:inline-flex;align-items:center;gap:9px;font-weight:650}
.om-inventory__status::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--om-success);box-shadow:0 0 0 4px color-mix(in srgb,var(--om-success) 13%,transparent)}
.om-inventory.is-unavailable .om-inventory__status::before{background:var(--om-sale);box-shadow:0 0 0 4px color-mix(in srgb,var(--om-sale) 13%,transparent)}
.om-inventory__delivery{color:var(--om-muted)}
.om-inventory--subtle{background:color-mix(in srgb,var(--om-text) 3%,var(--om-bg));border:1px solid var(--om-border);padding:10px 12px}
@media(max-width:640px){.om-product__title{font-size:min(var(--product-title-size),10vw)}.om-inventory{align-items:flex-start;flex-direction:column}}
