.hvost-ration-warnings{display:flex;flex-direction:column;gap:8px;margin:0 0 16px}.hvost-ration-warning{padding:10px 14px;border-radius:5px;background:#fff6e8;font-size:15px;line-height:1.4;color:#8a5200}.hvost-ration-discounts{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0 0;font-size:15px}.hvost-ration-discounts__label{width:100%;font-weight:500}.hvost-ration-discount{padding:4px 12px;border:1px solid #e6e8eb;border-radius:999px;color:#544e5f}.hvost-ration-discount.is-reached{border-color:#26a560;background:#eaf6ef}.hvost-ration-order__limits{margin:12px 0 0;font-size:15px;line-height:1.4;color:#6b7280}.hvost-ration-order__popular{display:inline-block;margin-left:6px;padding:2px 10px;border-radius:999px;background:#eaf6ef;font-size:14px;font-weight:400;color:#00753f;vertical-align:middle}.hvost-ration-order{display:flex;flex-direction:column;margin:0 0 22px;font-size:17px;line-height:1.5;color:#544e5f}.hvost-ration-order .hvost-ration-order__packages{display:flex;flex-direction:column}.hvost-ration-order .hvost-ration-order__package{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef0f2}.hvost-ration-order .hvost-ration-order__package-info{display:flex;flex-direction:column;gap:5px}.hvost-ration-order .hvost-ration-order__package-name{font-size:16px;line-height:1.5;font-weight:500;color:#1f2328}.hvost-ration-order .hvost-ration-order__package-price{font-size:15px;line-height:1.5;color:#6b7280}.hvost-ration-order .hvost-ration-order__counter{display:flex;flex:none;align-items:center;gap:6px}.hvost-ration-order .hvost-ration-order__counter .hvost-ration-order__step{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:0;border:1px solid #e0e0e0;border-radius:5px;background:#fff;font-size:20px;line-height:1;font-weight:400;color:#1f2328;cursor:pointer;box-shadow:none}.hvost-ration-order .hvost-ration-order__counter .hvost-ration-order__step:hover{border-color:#26a560;background:#fff;color:#26a560}.hvost-ration-order .hvost-ration-order__counter .hvost-ration-order__count{width:56px;height:40px;min-height:40px;margin:0;padding:0 4px;border:1px solid #e0e0e0;border-radius:5px;background:#fff;font-size:17px;text-align:center;color:#1f2328;text-indent:0;box-shadow:none;-moz-appearance:textfield}.hvost-ration-order .hvost-ration-order__count::-webkit-inner-spin-button,.hvost-ration-order .hvost-ration-order__count::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.hvost-ration-order .hvost-ration-order__summary{display:flex;flex-direction:column;gap:4px;margin:16px 0 0;padding:14px 16px;border:1px solid #e1e1e1;border-radius:10px;background:#f6f7f8}.hvost-ration-order .hvost-ration-order__weight{font-size:16px;color:#6b7280}.hvost-ration-order .hvost-ration-order__hint{font-size:15px;line-height:1.4;color:#8a5200}.hvost-ration-order .hvost-ration-order__hint[hidden]{display:none!important}.hvost-ration-order .hvost-ration-order__total{display:flex;flex-direction:column;gap:6px;font-size:16px;line-height:1.5;color:#544e5f}.hvost-ration-order .hvost-ration-order__total.is-problem{color:#a52020}.hvost-ration-order .hvost-ration-order__total-line{font-size:17px;line-height:1.5;font-weight:500}.hvost-ration-order .hvost-ration-order__discount{font-size:16px;color:#00753f}.hvost-ration a.hvost-ration-btn,.hvost-rations a.hvost-ration-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;margin:0;padding:7px 14px;border-width:1px;border-style:solid;border-radius:10px;font-size:15px;line-height:1.3;font-weight:400;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.hvost-ration a.hvost-ration-btn:focus-visible,.hvost-rations a.hvost-ration-btn:focus-visible{outline:2px solid #26A560;outline-offset:2px}.hvost-ration a.hvost-ration-btn-wide{display:flex;width:100%;min-height:48px;padding:10px 16px;border-radius:14px;font-size:16px}.hvost-rations{display:flex;flex-direction:column;gap:14px;color:#544e5f}.hvost-rations .hvost-rations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.hvost-rations-widget .hvost-rations-grid{--hvost-ration-card-max:360px;grid-template-columns:repeat(auto-fit,minmax(240px,var(--hvost-ration-card-max)));justify-content:center}.hvost-rations .hvost-rations-lane{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.hvost-rations .hvost-rations-lane::-webkit-scrollbar{display:none}.hvost-rations .hvost-rations-lane .hvost-ration-card{flex:0 0 var(--hvost-ration-lane-card,280px);max-width:var(--hvost-ration-lane-card,280px);scroll-snap-align:start}.hvost-ration-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e6e8eb;border-radius:14px;background:#fff;transition:border-color .2s,box-shadow .2s}.hvost-ration-card:hover{border-color:#c3ccd4;box-shadow:0 8px 24px rgba(31,35,40,.07)}.hvost-ration-card[hidden]{display:none!important}.hvost-ration-card .hvost-ration-card-media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;overflow:hidden;background:#f3f4f6;text-decoration:none}.hvost-ration-card .hvost-ration-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hvost-ration-card:hover .hvost-ration-card-media img{transform:scale(1.03)}.hvost-ration-card-placeholder{display:flex;color:#c3ccd4}.hvost-ration-card-placeholder .hvost-icon{width:56px;height:56px;margin:0;stroke-width:1.2;color:#c3ccd4}.hvost-ration-badge{display:inline-block;padding:3px 12px;border-radius:999px;background:#ff782c;font-size:15px;line-height:1.5;font-weight:400;color:#fff}.hvost-ration-badge.is-quiet{background:#fff;color:#6b7280;box-shadow:0 1px 3px rgba(31,35,40,.12)}.hvost-ration-card-media .hvost-ration-badge{position:absolute;top:12px;left:12px}.hvost-ration-card .hvost-ration-card-body{display:flex;flex:1;flex-direction:column;gap:6px;padding:14px 16px 16px}.hvost-ration-card .hvost-ration-card-title{font-size:18px;line-height:1.5;font-weight:400;color:#1f2328;text-decoration:none}.hvost-ration-card .hvost-ration-card-title:hover{color:#26a560}.hvost-ration-card .hvost-ration-card-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:16px;line-height:1.5;color:#6b7280}.hvost-ration-card .hvost-ration-card-allergy{font-size:15px;line-height:1.5;font-weight:400;color:#8a5200}.hvost-ration-card .hvost-ration-card-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:10px}.hvost-ration .hvost-ration-price,.hvost-ration-card .hvost-ration-card-price{font-size:18px;line-height:1.5;font-weight:500}.hvost-ration-unavailable{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:10px;background:#f3f4f6;font-size:15px;line-height:1.4;color:#6b7280}.hvost-ration{display:flex;flex-direction:column;gap:14px;color:#544e5f}.hvost-ration .hvost-ration-gallery a{display:block;cursor:zoom-in}.hvost-ration .hvost-ration-gallery a:focus-visible{outline:2px solid #26A560;outline-offset:2px}.hvost-ration .hvost-ration-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.hvost-ration .hvost-ration-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px}.hvost-ration .hvost-ration-text{font-size:16px;line-height:1.6;color:#544e5f}.hvost-ration .hvost-ration-warnings{margin:0}.hvost-ration .hvost-ration-block{padding:14px 16px;border:1px solid #e6e8eb;border-radius:14px;background:#fff}.hvost-ration .hvost-ration-subtitle{margin:0 0 6px;font-size:18px;line-height:1.3;font-weight:500}.hvost-ration .hvost-ration-block .hvost-ration-rows{margin:0;padding:0;list-style:none}.hvost-ration .hvost-ration-rows .hvost-ration-row{display:flex;justify-content:space-between;gap:16px;margin:0;padding:9px 0;border-bottom:1px solid #eef0f2;font-size:16px;line-height:1.4;list-style:none}.hvost-ration .hvost-ration-rows .hvost-ration-row:last-child{border-bottom:0}.hvost-ration .hvost-ration-row-value{flex:none;color:#1f2328;text-align:right;white-space:nowrap}.hvost-ration .hvost-ration-rows .hvost-ration-package{flex-direction:column;gap:5px;padding:10px 0}.hvost-ration .hvost-ration-package .hvost-ration-package-name{font-size:16px;line-height:1.5;font-weight:500;color:#1f2328}.hvost-ration .hvost-ration-package .hvost-ration-package-price{font-size:15px;line-height:1.5;color:#6b7280}.hvost-ration .hvost-ration-allergies{margin:10px 0 0;font-size:15px;line-height:1.4;color:#6b7280}.hvost-ration .hvost-ration-block .hvost-ration-discounts{margin-top:14px}.hvost-rations>.hvost-ration-warning{margin:0}@media (max-width:1024px){.hvost-ration-card .hvost-ration-card-title{font-size:17px}}@media (max-width:1024px){.hvost-rations .hvost-rations-grid.hvost-rations-lane-tablet{display:flex;justify-content:flex-start;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.hvost-rations .hvost-rations-grid.hvost-rations-lane-tablet::-webkit-scrollbar{display:none}.hvost-rations .hvost-rations-lane-tablet .hvost-ration-card{flex:0 0 var(--hvost-ration-lane-card,280px);max-width:var(--hvost-ration-lane-card,280px);scroll-snap-align:start}}@media (max-width:767px){.hvost-rations .hvost-rations-grid.hvost-rations-lane-mobile{display:flex;justify-content:flex-start;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.hvost-rations .hvost-rations-grid.hvost-rations-lane-mobile::-webkit-scrollbar{display:none}.hvost-rations .hvost-rations-lane-mobile .hvost-ration-card{flex:0 0 var(--hvost-ration-lane-card,280px);max-width:var(--hvost-ration-lane-card,280px);scroll-snap-align:start}}@media (max-width:767px){.hvost-rations .hvost-rations-lane .hvost-ration-card,.hvost-rations .hvost-rations-lane-mobile .hvost-ration-card,.hvost-rations .hvost-rations-lane-tablet .hvost-ration-card{flex-basis:78%;max-width:78%}}
