@keyframes roc-flash{0%,to{box-shadow:0 0 0 2px rgba(220,38,38,.45)}50%{box-shadow:0 0 0 10px transparent}}@keyframes roc-addr-pulse{0%,to{box-shadow:0 0 0 1px rgba(217,119,6,.55)}50%{box-shadow:0 0 0 7px transparent}}.roc{--roc-border:#e5e7eb;--roc-bg:#fff;--roc-muted:#64748b;--roc-dark:#0f172a;font-family:inherit;color:var(--roc-dark)}.roc:has(.roc__loading){min-height:680px}.roc__loading{display:flex;align-items:center;justify-content:center;min-height:inherit;text-align:center;color:var(--roc-muted)}@media (max-width:820px){.roc:has(.roc__loading){min-height:560px}}.roc *{box-sizing:border-box}.roc__header{display:flex;gap:1rem;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.roc__header h2{margin:0 0 .25rem}.roc__header p{margin:0;color:var(--roc-muted)}@media (max-width:640px){.roc__header{flex-direction:column;gap:.4rem}.roc__header-aside{order:-1;align-self:flex-end}}.roc__badge,.roc__item-actions button{display:inline-flex;border-radius:999px;font-weight:700}.roc__badge{white-space:nowrap;padding:.22rem .6rem;font-size:.78rem;line-height:1.2}.roc__badge.is-open{background:#dcfce7;color:#166534}.roc__badge.is-closed{background:#fee2e2;color:#991b1b}.roc__badge-main{font-weight:700}.roc__badge-detail{font-weight:600;opacity:.85;font-size:.92em;margin-left:.35rem}.roc__notice{border:1px solid #fde68a;background:#fffbeb;border-radius:.75rem;padding:.85rem 1rem;margin:0 0 1rem}.roc__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.25rem;align-items:start}.roc__category{margin:0 0 1.2rem}.roc__category h3{margin:0 0 .65rem;display:flex;align-items:center;gap:.5rem}.roc__caticon--section{width:1.5rem;height:1.5rem}.roc__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:1rem;border:1px solid var(--roc-border);border-radius:1rem;background:var(--roc-bg);margin-bottom:.7rem}.roc__item p{margin:.25rem 0}.roc__item p,.roc__item small{color:var(--roc-muted)}.roc__item p.roc__desc,.roc__item strong{display:block}.roc__item-actions{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.roc__item-actions button{align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--roc-border);background:#f8fafc;color:var(--roc-dark);font-size:1.25rem;line-height:1;cursor:pointer}.roc__item-actions b{min-width:1.5rem;text-align:center}.roc__cart{position:sticky;top:1rem;border:1px solid var(--roc-border);border-radius:1rem;background:#fff;padding:1rem;box-shadow:0 10px 30px rgba(15,23,42,.06)}.roc__cart h3{margin-top:0}.roc__types{display:flex;gap:1rem;margin-bottom:1rem;justify-content:center;flex-wrap:nowrap}.roc__summary>div,.roc__total{display:flex;justify-content:space-between;gap:1rem;padding:.3rem 0;border-bottom:1px solid #f1f5f9}.roc__total{font-size:1.1rem;border-bottom:0;border-top:2px solid var(--roc-border);margin-top:.5rem;padding-top:.7rem}.roc__empty,.roc__warning{color:var(--roc-muted);margin:.5rem 0}.roc__warning{color:#b45309;font-weight:700}.roc__fields{display:grid;gap:.55rem;margin:1rem 0}.roc__fields input:not([type=radio]):not([type=checkbox]),.roc__fields textarea{width:100%;border:1px solid var(--roc-border);border-radius:.6rem;padding:.7rem;background:#fff}.roc__fields input:not([type=radio]):not([type=checkbox]){min-height:2.9rem;line-height:1.4}.roc__fields textarea{min-height:5rem}.roc__fields [data-delivery-fields],.roc__row,.roc__row2{display:grid;gap:.55rem}.roc__row,.roc__row2{grid-template-columns:110px 1fr}.roc__row2{grid-template-columns:1fr 1fr}.roc__field{display:flex;flex-direction:column;gap:.2rem}.roc__fieldlabel{font-size:.8rem;color:var(--roc-muted)}.roc__whatsapp{width:100%;border:1px solid #16a34a;border-radius:.75rem;background:#fff;color:#166534;font-weight:800;padding:.8rem 1rem;cursor:pointer}.roc__whatsapp:disabled{border-color:var(--roc-border);background:#f8fafc;color:#475569;cursor:not-allowed}.roc__summary>.roc__cartline{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:.6rem;row-gap:.35rem}.roc__cartline-label,.roc__item-actions>span{min-width:0;overflow-wrap:anywhere}.roc__cartline-price{text-align:right}.roc__cartline-controls{display:inline-flex;align-items:center;gap:.25rem;grid-column:1/-1;justify-content:flex-end}.roc__cartbtn{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;min-width:1.9rem;padding:0;border-radius:.5rem;border:1px solid var(--roc-border);background:#f8fafc;color:var(--roc-dark);font-size:.95rem;line-height:1;font-weight:700;cursor:pointer}.roc__cartbtn--remove{color:#b91c1c}.roc__cartbtn:focus-visible,.roc__cartbtn:hover,.roc__item-actions button:focus-visible,.roc__item-actions button:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.roc__cartbtn--remove:focus-visible,.roc__cartbtn--remove:hover{border-color:#dc2626;background:#fef2f2;color:#b91c1c}@media (max-width:820px){.roc__layout{grid-template-columns:1fr}.roc__cart{position:static}.roc__item{grid-template-columns:1fr}.roc__item-actions{justify-content:space-between}.roc__row,.roc__row2{grid-template-columns:1fr}.roc__cartline-controls{gap:.7rem}}.roc__badges{display:flex;flex-wrap:wrap;gap:.35rem;margin:0 0 1rem}.roc__cbadge{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap;border-radius:999px;padding:.22rem .55rem;font-size:.72rem;line-height:1.2;border:1px solid var(--roc-border)}.roc__cbadge::before{width:.5rem;height:.5rem;border-radius:999px;background:currentColor;display:inline-block}.roc__cbadge.is-on{background:#dcfce7;color:#166534;border-color:#bbf7d0}.roc__cbadge.is-off{background:#f1f5f9;color:#475569}.roc__cbadge.is-now{background:#dcfce7;color:#166534;border-color:#bbf7d0}.roc__cbadge.is-preorder{background:#fef9c3;color:#854d0e;border-color:#fde68a}.roc__cbadge.is-none{background:#f1f5f9;color:#475569}.roc__cbadge,.roc__cbadge-label{font-weight:700}.roc__cbadge-detail{font-weight:600;font-size:.92em}.roc__actions{display:flex;flex-direction:column;gap:.5rem}.roc__channelbtn{width:100%;border:1px solid #16a34a;border-radius:.75rem;background:#fff;color:#166534;font-weight:800;padding:.8rem 1rem;cursor:pointer}.roc__channelbtn:disabled{border-color:var(--roc-border);background:#f8fafc;color:#475569;cursor:not-allowed}.roc__fielderror{color:#b91c1c;font-size:.85rem;font-weight:700;margin:.1rem 0 .2rem}.roc__validation-highlight{outline:3px solid #dc2626;outline-offset:3px;border-radius:.5rem;box-shadow:0 0 0 3px rgba(220,38,38,.25);animation:roc-flash 1.1s ease-in-out 0s 3}@media (prefers-reduced-motion:reduce){.roc__validation-highlight{animation:none}}.roc__modal-wa[hidden],.roc__modal[hidden]{display:none}.roc__modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(15,23,42,.5)}.roc__modal-box{background:#fff;border:1px solid var(--roc-border);border-radius:1rem;max-width:420px;width:100%;padding:1.5rem;text-align:center;box-shadow:0 20px 60px rgba(15,23,42,.25)}.roc__modal-title{margin:0 0 .75rem;font-size:1.15rem;font-weight:800;color:#166534}.roc__modal-text{margin:0 0 .5rem;color:var(--roc-dark)}.roc__modal-appetit{margin:0 0 1.25rem;font-weight:700;color:var(--roc-muted)}.roc__modal-close,.roc__modal-wa{border:0;border-radius:.75rem;background:#16a34a;color:#fff;font-weight:800;padding:.8rem 1.4rem;cursor:pointer}.roc__modal-wa{display:block;margin:0 0 .6rem;padding:.85rem 1rem;text-decoration:none}.roc__modal-wa:hover{background:#15803d}.roc__catnav{display:flex;align-items:center;gap:.4rem;margin:0 0 1.1rem;position:sticky;top:0;z-index:5;background:#fff;padding:.5rem 0;box-shadow:0 6px 12px -10px rgba(15,23,42,.4)}.roc__catnav-track{display:flex;flex:1 1 auto;gap:.4rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.roc__catnav-track::-webkit-scrollbar{display:none}.roc__catarrow,.roc__catbtn{flex:0 0 auto;border:1px solid var(--roc-border);border-radius:999px;color:var(--roc-dark);font-weight:700;cursor:pointer}.roc__catbtn{white-space:nowrap;background:#fff;font-size:.85rem;line-height:1.2;padding:.4rem .85rem}.roc__catbtn:hover{border-color:#cbd5e1}.roc__catbtn.is-active{background:var(--roc-dark);border-color:var(--roc-dark);color:#fff}.roc__catarrow{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#f8fafc;font-size:1rem;line-height:1}.roc__catarrow[hidden]{display:inline-flex;visibility:hidden;pointer-events:none}.roc__category[hidden]{display:none}.roc__category{scroll-margin-top:4rem}.roc__timeselect{width:100%;border:1px solid var(--roc-border);border-radius:.6rem;padding:.7rem;background:#fff;min-height:2.9rem;line-height:1.4;color:var(--roc-dark)}.roc__timeselect:disabled{background:#f8fafc;color:#475569;cursor:not-allowed}@media (max-width:560px){.roc__badges{flex-wrap:wrap;gap:.25rem}.roc__cbadge{font-size:.64rem;padding:.2rem .42rem;gap:.2rem}.roc__cbadge::before{width:.42rem;height:.42rem}}@media (max-width:360px){.roc__cbadge{font-size:.58rem;padding:.18rem .34rem}}.roc__item-img{width:48px;height:48px;object-fit:cover;border-radius:.5rem;border:1px solid var(--roc-border);background:#f8fafc;display:block}.roc__item--has-img{grid-template-columns:auto minmax(0,1fr) auto}.roc__catbtn,.roc__types label{display:inline-flex;align-items:center;gap:.35rem}.roc__caticon{width:1.15rem;height:1.15rem;object-fit:contain;border-radius:.25rem;background:#fff;padding:1px;flex:0 0 auto}@media (max-width:820px){.roc__item--has-img{grid-template-columns:auto minmax(0,1fr)}.roc__item-img{width:44px;height:44px}.roc__item--has-img .roc__item-img{align-self:start}.roc__item--has-img .roc__item-actions{grid-column:1/-1}}.roc-calendar{margin:.2rem 0;border:1px solid var(--roc-border);border-radius:.75rem;padding:.55rem;background:#fff}.roc-calendar__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:0 0 .45rem}.roc-calendar__title{font-weight:700;font-size:.92rem;text-transform:capitalize}.roc-calendar__nav{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;min-width:2.25rem;padding:0;border:1px solid var(--roc-border);border-radius:.5rem;background:#f8fafc;color:var(--roc-dark);font-size:1.05rem;line-height:1;font-weight:700;cursor:pointer}.roc-calendar__day:hover:not(.roc-calendar__day--disabled),.roc-calendar__nav:hover:not(:disabled){border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.roc-calendar__nav:disabled{opacity:.4;cursor:not-allowed}.roc-calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.2rem;margin:0 0 .25rem}.roc-calendar__weekday{text-align:center;font-size:.66rem;font-weight:700;color:var(--roc-muted);text-transform:uppercase;letter-spacing:.02em}.roc-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.2rem}.roc-calendar__pad{display:block}.roc-calendar__day{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:2.25rem;padding:.2rem;border:1px solid transparent;border-radius:.5rem;background:#f8fafc;color:var(--roc-dark);font-size:.85rem;font-weight:600;line-height:1;cursor:pointer}.roc-calendar__day:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.roc-calendar__day--selected,.roc-calendar__day--today{border-color:var(--roc-dark)}.roc-calendar__day--selected,.roc-calendar__day--selected:hover{background:var(--roc-dark);color:#fff}.roc-calendar__day--closed{background:#fee2e2;color:#991b1b}.roc-calendar__day--delivery-disabled,.roc-calendar__day--pickup-disabled{background:#fef3c7;color:#92400e}.roc-calendar__day--disabled{opacity:.45;cursor:not-allowed;text-decoration:line-through;text-decoration-thickness:1px}.roc-calendar__day--disabled:hover{border-color:transparent}@media (max-width:560px){.roc-calendar__day{min-height:2.5rem;font-size:.9rem}.roc-calendar__nav{width:2.5rem;height:2.5rem}}.roc__cart,.roc__layout,.roc__menu{min-width:0;max-width:100%}.roc__cart{box-sizing:border-box}.roc__item{max-width:100%}.roc__item,.roc__item>div{min-width:0}.roc__item strong{overflow-wrap:anywhere}.roc__item,.roc__item-actions{box-sizing:border-box}.roc__catnav,.roc__catnav-track,.roc__item-actions{min-width:0;max-width:100%}.roc__summary>div,.roc__total{min-width:0}.roc__cartline-price{white-space:nowrap}@media (max-width:820px){.roc__item-actions{flex-wrap:wrap;width:100%;justify-content:space-between;row-gap:.5rem}.roc__item--has-img .roc__item-actions{width:100%}.roc__total{flex-wrap:wrap}}.roc__typegroup{border:1px solid transparent;border-radius:.75rem;padding:.6rem;scroll-margin:5rem}.roc__item.roc__validation-highlight,.roc__payment.roc__validation-highlight,.roc__typegroup.roc__validation-highlight{border-color:#dc2626;background:#fef2f2;outline:3px solid rgba(220,38,38,.45);outline-offset:2px;box-shadow:0 0 0 3px rgba(220,38,38,.22)}.roc__item .roc__fielderror{grid-column:1/-1;margin:.35rem 0 0}.roc__types input[type=radio]{width:auto;min-height:0;padding:0;flex:0 0 auto}.roc__mg-box,.roc__mg-title{text-align:left}.roc__mg-title{color:var(--roc-dark);margin:0 0 1rem}.roc__mg-body{max-height:55vh}.roc__mg-group{border:1px solid var(--roc-border);border-radius:.75rem;padding:.6rem .8rem;margin:0 0 .8rem}.roc__mg-group.roc__validation-highlight{border-color:#dc2626;background:#fef2f2;outline:3px solid rgba(220,38,38,.45);outline-offset:2px;box-shadow:0 0 0 3px rgba(220,38,38,.22)}.roc__mg-group legend{font-weight:700;padding:0 .35rem;color:var(--roc-dark)}.roc__mg-option{display:flex;gap:.55rem;align-items:flex-start;padding:.35rem 0;cursor:pointer}.roc__mg-option input{margin:.15rem 0 0}.roc__mg-error{color:#b91c1c;font-weight:600;min-height:1.25em;margin:.25rem 0}.roc__mg-foot{justify-content:space-between;align-items:center;margin-top:1rem}.roc__mg-cancel{background:#64748b}.roc__mg-cancel:hover{background:#475569}.roc__cartline--configured .roc__cartline-options{display:block;color:var(--roc-muted);font-size:.85em;margin-top:.15rem}.roc__cartbar,.roc__cartbar[hidden]{display:none}.roc__cartbar-info{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:.95rem;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.roc__cartbar-btn{flex:0 0 auto;border:0;border-radius:.6rem;background:#16a34a;color:#fff;font-weight:800;padding:.6rem 1rem;cursor:pointer}.roc__cartbar-btn:focus-visible,.roc__cartbar-btn:hover{background:#15803d}.roc__toast{position:fixed;left:50%;bottom:5.5rem;transform:translateX(-50%) translateY(1rem);z-index:50;background:#166534;color:#fff;font-weight:700;font-size:.9rem;padding:.55rem 1rem;border-radius:.75rem;box-shadow:0 10px 30px rgba(15,23,42,.25);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.roc__toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}@media (prefers-reduced-motion:reduce){.roc__toast{transition:none}}@media (max-width:820px){.roc__cartbar:not([hidden]){display:flex;position:fixed;left:0;right:0;bottom:0;z-index:40;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem 1rem;background:var(--roc-dark);color:#fff;box-shadow:0-6px 20px rgba(15,23,42,.18)}.roc--cartbar-visible .roc__layout{padding-bottom:4.5rem}}.roc--modal-open .roc__catnav{z-index:auto}.roc__mg-option input:disabled+span{opacity:.45}.roc__mg-option input:disabled{cursor:not-allowed}.roc__mg-maxnote{font-size:.85em;font-weight:600;color:#b45309}.roc__mg-option[hidden]{display:none}.roc__mg-toggle{display:inline-block;margin:.35rem 0 0;padding:.15rem 0;background:0 0;border:0;color:#2563eb;font-weight:600;font-size:.9rem;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.roc__mg-box .roc__mg-toggle,.roc__mg-box .roc__mg-toggle:active,.roc__mg-box .roc__mg-toggle:focus,.roc__mg-box .roc__mg-toggle:focus-visible,.roc__mg-box .roc__mg-toggle:hover{background:0 0!important;box-shadow:none!important;outline:0}.roc__mg-box .roc__mg-toggle{color:#2563eb!important}.roc__mg-box .roc__mg-toggle:active,.roc__mg-box .roc__mg-toggle:focus,.roc__mg-box .roc__mg-toggle:focus-visible,.roc__mg-box .roc__mg-toggle:hover{color:#1d4ed8!important;text-decoration:underline}.roc__mg-toggle[hidden]{display:none}.roc__mg-optprice{color:var(--roc-muted);white-space:nowrap;flex:0 0 auto}.roc__mg-optname{flex:1;min-width:0}.roc__mg-optname-main{display:block}.roc__mg-optname-alt{display:block;color:var(--roc-muted);font-size:.85em}.roc__cta-intro{margin:.6rem 0 .15rem;font-weight:700;color:var(--roc-dark);text-align:center}.roc__actions button[data-channel]{display:flex;align-items:center;justify-content:center;gap:.5rem}.roc__actions button[data-channel]::before{content:"";flex:0 0 auto;width:1.15em;height:1.15em;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.roc__actions button[data-channel=whatsapp]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%203C6.48%203%202%206.86%202%2011.6c0%202.02.82%203.88%202.2%205.35L3%2021l4.2-1.2c1.4.66%202.97%201.04%204.8%201.04%205.52%200%2010-3.86%2010-8.6S17.52%203%2012%203z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%203C6.48%203%202%206.86%202%2011.6c0%202.02.82%203.88%202.2%205.35L3%2021l4.2-1.2c1.4.66%202.97%201.04%204.8%201.04%205.52%200%2010-3.86%2010-8.6S17.52%203%2012%203z'/%3E%3C/svg%3E")}.roc__actions button[data-channel=mail]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M3%205h18a1%201%200%200%201%201%201v12a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1zm.4%202L12%2012.5%2020.6%207zM20%208.7l-8%205.1-8-5.1V17h16z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M3%205h18a1%201%200%200%201%201%201v12a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1zm.4%202L12%2012.5%2020.6%207zM20%208.7l-8%205.1-8-5.1V17h16z'/%3E%3C/svg%3E")}.roc__actions button[data-channel=phone]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M6.6%2010.8a15.2%2015.2%200%200%200%206.6%206.6l2.2-2.2a1%201%200%200%201%201-.24c1.1.36%202.3.56%203.6.56a1%201%200%200%201%201%201V20a1%201%200%200%201-1%201C10.5%2021%203%2013.5%203%204a1%201%200%200%201%201-1h3.5a1%201%200%200%201%201%201c0%201.3.2%202.5.56%203.6a1%201%200%200%201-.24%201z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M6.6%2010.8a15.2%2015.2%200%200%200%206.6%206.6l2.2-2.2a1%201%200%200%201%201-.24c1.1.36%202.3.56%203.6.56a1%201%200%200%201%201%201V20a1%201%200%200%201-1%201C10.5%2021%203%2013.5%203%204a1%201%200%200%201%201-1h3.5a1%201%200%200%201%201%201c0%201.3.2%202.5.56%203.6a1%201%200%200%201-.24%201z'/%3E%3C/svg%3E")}.roc__payment{margin:.8rem 0;display:grid;gap:.4rem;border:1px solid transparent;border-radius:.75rem;padding:.6rem;scroll-margin:5rem}.roc__payment-title{margin:0 0 .15rem;font-weight:700;color:var(--roc-dark)}.roc__payment-option{display:flex;align-items:flex-start;gap:.55rem;border:1px solid var(--roc-border);border-radius:.6rem;padding:.55rem .7rem;cursor:pointer}.roc__payment-option:hover{border-color:#2563eb;background:#f8fafc}.roc__payment-option input{margin-top:.2rem}.roc__payment-text{display:flex;flex-direction:column;gap:.1rem}.roc__payment-label{font-weight:700;color:var(--roc-dark)}.roc__payment-desc{font-size:.85rem;color:var(--roc-muted)}.roc__header-aside{display:flex;align-items:flex-start;gap:.4rem;flex:0 0 auto}.roc__lang-wrap{position:relative;display:inline-flex}.roc__lang{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;min-width:1.9rem;padding:0;border:1px solid var(--roc-border);border-radius:999px;background:#fff;color:var(--roc-dark);cursor:pointer}.roc__lang:focus-visible,.roc__lang:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.roc__lang::before{content:"";width:1.1em;height:1.1em;background-color:currentColor;-webkit-mask:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%279%27%2F%3E%3Cpath%20d%3D%27M3%2012h18%27%2F%3E%3Cpath%20d%3D%27M12%203c3.2%202.6%203.2%2015.4%200%2018%27%2F%3E%3Cpath%20d%3D%27M12%203c-3.2%202.6-3.2%2015.4%200%2018%27%2F%3E%3C%2Fsvg%3E)center/contain no-repeat;mask:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%279%27%2F%3E%3Cpath%20d%3D%27M3%2012h18%27%2F%3E%3Cpath%20d%3D%27M12%203c3.2%202.6%203.2%2015.4%200%2018%27%2F%3E%3Cpath%20d%3D%27M12%203c-3.2%202.6-3.2%2015.4%200%2018%27%2F%3E%3C%2Fsvg%3E)center/contain no-repeat}.roc__lang-menu{position:absolute;right:0;top:calc(100% + .35rem);z-index:30;display:flex;flex-direction:column;gap:.15rem;min-width:5rem;padding:.3rem;background:#fff;border:1px solid var(--roc-border);border-radius:.6rem;box-shadow:0 12px 30px rgba(15,23,42,.14)}.roc__lang-menu[hidden]{display:none}.roc__lang-opt{display:flex;align-items:center;gap:.45rem;width:100%;padding:.32rem .5rem;border:1px solid transparent;border-radius:.45rem;background:#fff;color:var(--roc-dark);font-weight:700;font-size:.8rem;line-height:1.2;cursor:pointer;text-align:left}.roc__lang-opt:focus-visible,.roc__lang-opt:hover{background:#f1f5f9;border-color:var(--roc-border)}.roc__lang-opt.is-active{background:#dcfce7;color:#166534}.roc__flag{flex:0 0 auto;width:1.25rem;height:.9rem;border-radius:2px;border:1px solid rgba(15,23,42,.18);background-size:cover;background-position:center;background-repeat:no-repeat}.roc__flag--de{background-image:linear-gradient(180deg,#000 0 33.33%,#d00 33.33% 66.66%,#ffce00 66.66% 100%)}.roc__flag--fr{background-image:linear-gradient(90deg,#002395 0 33.33%,#fff 33.33% 66.66%,#ed2939 66.66% 100%)}.roc__flag--gb{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2060%2040%27%3E%3Crect%20width%3D%2760%27%20height%3D%2740%27%20fill%3D%27%23012169%27%2F%3E%3Cpath%20d%3D%27M0%200%2060%2040M60%200%200%2040%27%20stroke%3D%27%23fff%27%20stroke-width%3D%278%27%2F%3E%3Cpath%20d%3D%27M0%200%2060%2040M60%200%200%2040%27%20stroke%3D%27%23C8102E%27%20stroke-width%3D%274%27%2F%3E%3Crect%20x%3D%2725%27%20width%3D%2710%27%20height%3D%2740%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20y%3D%2715%27%20width%3D%2760%27%20height%3D%2710%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20x%3D%2727%27%20width%3D%276%27%20height%3D%2740%27%20fill%3D%27%23C8102E%27%2F%3E%3Crect%20y%3D%2717%27%20width%3D%2760%27%20height%3D%276%27%20fill%3D%27%23C8102E%27%2F%3E%3C%2Fsvg%3E)}.roc__lang-code{letter-spacing:.03em}@media (max-width:560px){.roc__lang{width:1.75rem;height:1.75rem;min-width:1.75rem}}.roc button,.roc__mg-box button{touch-action:manipulation}.roc__summary>.roc__crosssell{display:block;border-bottom:0;margin-top:.2rem;padding:.5rem 0 .2rem;border-top:1px solid #f1f5f9}.roc__crosssell-title{margin:0 0 .45rem;font-weight:700;color:var(--roc-dark)}.roc__crosssell-btns{display:flex;flex-wrap:wrap;gap:.4rem}.roc__crosssell-btn{flex:0 0 auto;cursor:pointer}.roc__crosssell .roc__crosssell-btn{background:#2563eb;border-color:#2563eb;color:#fff}.roc__crosssell .roc__crosssell-btn:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.roc__crosssell .roc__crosssell-btn:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.roc__addr-hint{font-size:.85rem;margin:.1rem 0 .3rem;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.roc__addr-hint.is-suggest{color:#92400e}.roc__addr-hint.is-notfound{color:#b91c1c;font-weight:700}.roc__addr-hint-apply{flex:0 0 auto;cursor:pointer;font-size:.8rem;padding:.1rem .5rem}.roc__addr-hint.is-missingnumber{color:#92400e}.roc__addr-hint.is-blocking{color:#b91c1c;font-weight:700}.roc__captcha-group{margin:.5rem 0;border-radius:.5rem}.roc__captcha-group:focus{outline:0}.roc__delivery-feedback{display:flex;flex-direction:column;gap:.15rem;margin:.1rem 0 .4rem;font-size:.85rem}.roc__delivery-feedback-line{margin:0}.roc__delivery-feedback-line--muted{color:var(--roc-muted)}.roc__delivery-feedback-line--ok,.roc__total--discounted strong{color:#166534}.roc__delivery-feedback-line--warning{color:#b45309;font-weight:700}.roc__addr-attention{outline:2px solid #d97706;outline-offset:2px;border-radius:.4rem;animation:roc-addr-pulse 1s ease-in-out 0s 6}@media (prefers-reduced-motion:reduce){.roc__addr-attention{animation:none}}.roc__discount-badges{display:flex;flex-wrap:wrap;gap:.3rem;margin:.35rem 0 0}.roc__discount-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:700;line-height:1;padding:.22rem .45rem;border-radius:999px;background:#ecfdf5;color:#166534;border:1px solid #86efac}.roc__discount-badge--more{background:#f1f5f9;color:#475569;border-color:var(--roc-border)}.roc__discount-note{margin:.2rem 0 0;font-size:.82rem;color:#166534}.roc__discount-note--category{font-weight:600}.roc__summary>.roc__discount-row{display:flex;justify-content:space-between;gap:1rem;padding:.3rem 0;border-bottom:1px solid #f1f5f9;color:#166534;font-weight:600}.roc__wiz-step{display:block}.roc__wiz-step.roc__fields{display:grid}.roc__wiz-step[hidden]{display:none}.roc__wiz-title{font-size:1rem;font-weight:700;margin:.2rem 0 .35rem;color:var(--roc-dark);outline:0}.roc__wiz-title:focus-visible{outline:2px solid #2563eb;outline-offset:3px;border-radius:.3rem}.roc__wiz-help{color:var(--roc-muted);font-size:.85rem;line-height:1.35;margin:0 0 .7rem}.roc__wiz-minicart{display:flex;justify-content:space-between;gap:1rem;align-items:center;border:1px solid var(--roc-border);border-radius:.6rem;background:#f8fafc;padding:.5rem .75rem;margin:0 0 .75rem;font-size:.9rem}.roc__wiz-minicart-count{color:var(--roc-muted)}.roc__wiz-minicart-sum{font-weight:700;color:var(--roc-dark);white-space:nowrap}.roc__wiz-chips{display:flex;gap:.35rem;margin:0 0 .9rem}.roc__wiz-chip{border:1px solid var(--roc-border);background:#fff;color:var(--roc-muted);border-radius:999px;padding:.25rem .7rem;font-size:.78rem;font-weight:600;cursor:pointer}.roc__wiz-chip.is-done{color:#166534;border-color:#86efac;background:#ecfdf5}.roc__wiz-chip.is-done::before{font-weight:700;content:none}.roc__wiz-chip.is-active{color:#1d4ed8;border-color:#2563eb;background:#eff6ff;font-weight:700;box-shadow:inset 0 0 0 1px #2563eb}.roc__wiz-chip:disabled,.roc__wiz-chip[aria-disabled=true]{cursor:not-allowed;opacity:.5}.roc__wiz-chip:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.roc__wiz-nav{display:flex;gap:.6rem;align-items:center;margin-top:1rem}.roc__wiz-back{flex:0 0 auto;border:1px solid var(--roc-border);border-radius:.75rem;background:#fff;color:var(--roc-dark);font-weight:700;padding:.7rem 1.1rem;cursor:pointer}.roc__wiz-back[hidden]{display:none}.roc__wiz-next{flex:1 1 auto}.roc__wiz-back:focus-visible,.roc__wiz-next:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.roc__ico{display:inline-block;flex:0 0 auto;width:1em;height:1em;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.roc__ico--cart{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M3%204h2l2.4%2011.4a1%201%200%200%200%201%20.8h8.5a1%201%200%200%200%201-.8L20.5%208H6.2%27%2F%3E%3Ccircle%20cx%3D%279.5%27%20cy%3D%2720%27%20r%3D%271.3%27%2F%3E%3Ccircle%20cx%3D%2717.5%27%20cy%3D%2720%27%20r%3D%271.3%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M3%204h2l2.4%2011.4a1%201%200%200%200%201%20.8h8.5a1%201%200%200%200%201-.8L20.5%208H6.2%27%2F%3E%3Ccircle%20cx%3D%279.5%27%20cy%3D%2720%27%20r%3D%271.3%27%2F%3E%3Ccircle%20cx%3D%2717.5%27%20cy%3D%2720%27%20r%3D%271.3%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--pickup{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6%208h12l-1.1%2011.2a1%201%200%200%201-1%20.8H8.1a1%201%200%200%201-1-.8L6%208z%27%2F%3E%3Cpath%20d%3D%27M9%208V6.2a3%203%200%200%201%206%200V8%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6%208h12l-1.1%2011.2a1%201%200%200%201-1%20.8H8.1a1%201%200%200%201-1-.8L6%208z%27%2F%3E%3Cpath%20d%3D%27M9%208V6.2a3%203%200%200%201%206%200V8%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--delivery{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M3%207.5h10.5v8H3z%27%2F%3E%3Cpath%20d%3D%27M13.5%2010.5H17l3.2%203v2h-6.7z%27%2F%3E%3Ccircle%20cx%3D%277%27%20cy%3D%2717.5%27%20r%3D%271.6%27%2F%3E%3Ccircle%20cx%3D%2717.5%27%20cy%3D%2717.5%27%20r%3D%271.6%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M3%207.5h10.5v8H3z%27%2F%3E%3Cpath%20d%3D%27M13.5%2010.5H17l3.2%203v2h-6.7z%27%2F%3E%3Ccircle%20cx%3D%277%27%20cy%3D%2717.5%27%20r%3D%271.6%27%2F%3E%3Ccircle%20cx%3D%2717.5%27%20cy%3D%2717.5%27%20r%3D%271.6%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--calendar{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273.5%27%20y%3D%275%27%20width%3D%2717%27%20height%3D%2715%27%20rx%3D%271.5%27%2F%3E%3Cpath%20d%3D%27M3.5%209.5h17%27%2F%3E%3Cpath%20d%3D%27M8%203.2v3.6%27%2F%3E%3Cpath%20d%3D%27M16%203.2v3.6%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273.5%27%20y%3D%275%27%20width%3D%2717%27%20height%3D%2715%27%20rx%3D%271.5%27%2F%3E%3Cpath%20d%3D%27M3.5%209.5h17%27%2F%3E%3Cpath%20d%3D%27M8%203.2v3.6%27%2F%3E%3Cpath%20d%3D%27M16%203.2v3.6%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--clock{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%278.5%27%2F%3E%3Cpath%20d%3D%27M12%207v5.3l3.4%202%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%278.5%27%2F%3E%3Cpath%20d%3D%27M12%207v5.3l3.4%202%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--cash{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%272.8%27%20y%3D%276.5%27%20width%3D%2718.4%27%20height%3D%2711%27%20rx%3D%271.4%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%272.6%27%2F%3E%3Cpath%20d%3D%27M6.2%206.8v10.4%27%2F%3E%3Cpath%20d%3D%27M17.8%206.8v10.4%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%272.8%27%20y%3D%276.5%27%20width%3D%2718.4%27%20height%3D%2711%27%20rx%3D%271.4%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%272.6%27%2F%3E%3Cpath%20d%3D%27M6.2%206.8v10.4%27%2F%3E%3Cpath%20d%3D%27M17.8%206.8v10.4%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--card{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%275.5%27%20width%3D%2718%27%20height%3D%2713%27%20rx%3D%271.6%27%2F%3E%3Cpath%20d%3D%27M3%209.6h18%27%2F%3E%3Cpath%20d%3D%27M6.5%2014.5h4%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%275.5%27%20width%3D%2718%27%20height%3D%2713%27%20rx%3D%271.6%27%2F%3E%3Cpath%20d%3D%27M3%209.6h18%27%2F%3E%3Cpath%20d%3D%27M6.5%2014.5h4%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--lock{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%275.5%27%20y%3D%2710.5%27%20width%3D%2713%27%20height%3D%279.5%27%20rx%3D%271.4%27%2F%3E%3Cpath%20d%3D%27M8.5%2010.5V8a3.5%203.5%200%200%201%207%200v2.5%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%275.5%27%20y%3D%2710.5%27%20width%3D%2713%27%20height%3D%279.5%27%20rx%3D%271.4%27%2F%3E%3Cpath%20d%3D%27M8.5%2010.5V8a3.5%203.5%200%200%201%207%200v2.5%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--x{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6.2%206.2l11.6%2011.6%27%2F%3E%3Cpath%20d%3D%27M17.8%206.2L6.2%2017.8%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6.2%206.2l11.6%2011.6%27%2F%3E%3Cpath%20d%3D%27M17.8%206.2L6.2%2017.8%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--chat{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M4%205.5h16a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H9.5L5%2020.5V15.5H4a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M4%205.5h16a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H9.5L5%2020.5V15.5H4a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--phone{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6.6%2010.8a15.2%2015.2%200%200%200%206.6%206.6l2.2-2.2a1%201%200%200%201%201-.24c1.1.36%202.3.56%203.6.56a1%201%200%200%201%201%201V20a1%201%200%200%201-1%201C10.5%2021%203%2013.5%203%204a1%201%200%200%201%201-1h3.5a1%201%200%200%201%201%201c0%201.3.2%202.5.56%203.6a1%201%200%200%201-.24%201z%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6.6%2010.8a15.2%2015.2%200%200%200%206.6%206.6l2.2-2.2a1%201%200%200%201%201-.24c1.1.36%202.3.56%203.6.56a1%201%200%200%201%201%201V20a1%201%200%200%201-1%201C10.5%2021%203%2013.5%203%204a1%201%200%200%201%201-1h3.5a1%201%200%200%201%201%201c0%201.3.2%202.5.56%203.6a1%201%200%200%201-.24%201z%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--mail{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%275.5%27%20width%3D%2718%27%20height%3D%2713%27%20rx%3D%271.4%27%2F%3E%3Cpath%20d%3D%27M3.6%206.5L12%2012.5l8.4-6%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%275.5%27%20width%3D%2718%27%20height%3D%2713%27%20rx%3D%271.4%27%2F%3E%3Cpath%20d%3D%27M3.6%206.5L12%2012.5l8.4-6%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--service{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6.5%203v6.5a2%202%200%200%200%204%200V3%27%2F%3E%3Cpath%20d%3D%27M8.5%209.5V21%27%2F%3E%3Cpath%20d%3D%27M16.5%203c-1.6.8-2.6%202.8-2.6%205.4%200%201.7.9%202.6%202.6%202.6V21%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6.5%203v6.5a2%202%200%200%200%204%200V3%27%2F%3E%3Cpath%20d%3D%27M8.5%209.5V21%27%2F%3E%3Cpath%20d%3D%27M16.5%203c-1.6.8-2.6%202.8-2.6%205.4%200%201.7.9%202.6%202.6%202.6V21%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--pin{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M12%2021s6.5-5.8%206.5-11A6.5%206.5%200%200%200%205.5%2010c0%205.2%206.5%2011%206.5%2011z%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2710%27%20r%3D%272.4%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M12%2021s6.5-5.8%206.5-11A6.5%206.5%200%200%200%205.5%2010c0%205.2%206.5%2011%206.5%2011z%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2710%27%20r%3D%272.4%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--user{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%278%27%20r%3D%273.8%27%2F%3E%3Cpath%20d%3D%27M4.5%2020c0-4%203.6-6%207.5-6s7.5%202%207.5%206%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%278%27%20r%3D%273.8%27%2F%3E%3Cpath%20d%3D%27M4.5%2020c0-4%203.6-6%207.5-6s7.5%202%207.5%206%27%2F%3E%3C%2Fsvg%3E)}.roc__ico--check{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M5%2012.5l4.2%204.2L19%207%27%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M5%2012.5l4.2%204.2L19%207%27%2F%3E%3C%2Fsvg%3E)}.roc__wiz-chips{flex-wrap:nowrap;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.roc__wiz-chips::-webkit-scrollbar{display:none}.roc__wiz-chip{display:inline-flex;align-items:center;flex:0 0 auto;white-space:nowrap}.roc__types--cards{gap:.6rem}.roc__type-card{flex:1 1 0;display:flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--roc-border);border-radius:.8rem;padding:.85rem 1rem;min-height:3.3rem;background:#fff;cursor:pointer}.roc__type-card--disabled{opacity:.45;cursor:not-allowed;background:#f8fafc}.roc__type-card--disabled:hover{border-color:var(--roc-border);background:#f8fafc}.roc__type-card:hover{border-color:#cbd5e1;background:#f8fafc}.roc__type-card .roc__ico{width:1.35rem;height:1.35rem;color:var(--roc-muted)}.roc__type-card-txt{font-weight:700;color:var(--roc-dark);overflow-wrap:normal;word-break:normal;hyphens:none;text-align:center}.roc__types--cards input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;flex:0 0 auto}.roc__type-card:has(input:checked){border-color:#2563eb;background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb}.roc__payment-option:has(input:checked) .roc__ico,.roc__type-card:has(input:checked) .roc__ico,.roc__type-card:has(input:checked) .roc__type-card-txt{color:#1d4ed8}.roc__type-card:has(input:focus-visible){outline:2px solid #2563eb;outline-offset:2px}.roc__type-card:has(input:disabled){opacity:.5;cursor:not-allowed}@media (max-width:560px){.roc__types--cards{gap:.45rem}.roc__type-card{padding:.8rem .5rem;gap:.4rem;min-height:3rem}.roc__type-card .roc__ico{width:1.15rem;height:1.15rem}.roc__type-card-txt{font-size:.95rem}}@media (max-width:360px){.roc__type-card{padding:.7rem .35rem;gap:.3rem}.roc__type-card-txt{font-size:.88rem}}.roc__cartbar-info .roc__ico{width:1.05rem;height:1.05rem}.roc__cartbar-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roc__payment-option .roc__ico{width:1.25rem;height:1.25rem;color:var(--roc-muted);margin-top:.1rem;flex:0 0 auto}.roc__payment-option:has(input:checked){border-color:#2563eb;background:#eff6ff}.roc__item-open{cursor:pointer}.roc__desc.roc__item-open:hover,.roc__item strong.roc__item-open:hover{text-decoration:underline}.roc__item-open:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:.3rem}.roc__mg-cancel{gap:.4rem}.roc__mg-legend{font-weight:700;padding:0 .35rem;color:var(--roc-dark)}.roc__mg-legend-text{display:inline-flex;flex-direction:column;line-height:1.25}.roc__mg-legend-main{font-size:.92rem}.roc__mg-legend-alt{font-size:.82rem;font-weight:600;color:var(--roc-muted)}.roc__mg-legend-star{color:#dc2626}.roc__cbadge{position:relative;cursor:pointer;font-family:inherit}.roc__cbadge::before{content:none}.roc__cbadge .roc__ico{width:.9rem;height:.9rem}.roc__cbadge-pop{position:absolute;left:50%;bottom:calc(100% + .3rem);transform:translateX(-50%);z-index:20;white-space:nowrap;background:var(--roc-dark);color:#fff;font-weight:600;font-size:.72rem;line-height:1.3;padding:.3rem .5rem;border-radius:.4rem;box-shadow:0 8px 20px rgba(15,23,42,.25);pointer-events:none}.roc__cbadge-pop[hidden]{display:none}@media (max-width:560px){.roc__cbadge .roc__ico{width:.8rem;height:.8rem}}.roc__wiz-chip{gap:.3rem}.roc__wiz-chip-num{font-weight:700;font-size:.8rem;line-height:1}.roc__wiz-chip .roc__ico{width:.95rem;height:.95rem}.roc__fieldlabel{display:inline-flex;align-items:center;gap:.3rem}.roc__fieldlabel .roc__ico{width:.9rem;height:.9rem;color:var(--roc-muted);flex:0 0 auto}.roc__modal{background:rgba(15,23,42,.6)}.roc__mg-box{display:flex;flex-direction:column;max-height:85vh;max-width:460px;padding:0;overflow:hidden}.roc__mg-scroll{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:1.25rem 1.25rem .5rem}.roc__mg-body{max-height:none;overflow:visible}.roc__mg-head{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin:0 0 1rem}.roc__mg-head .roc__mg-title{margin:0;flex:1 1 8rem;min-width:0;overflow-wrap:anywhere;align-self:center}.roc__mg-img{flex:0 0 auto;width:100px;height:100px;object-fit:cover;object-position:center;border-radius:.6rem;border:1px solid var(--roc-border);background:#f8fafc;display:block}.roc__mg-img[hidden]{display:none}.roc__mg-foot{flex:0 0 auto;display:flex;flex-direction:column;gap:.6rem;margin:0;padding:.85rem 1.25rem 1.1rem;background:#fff;border-top:1px solid var(--roc-border)}.roc__mg-price{text-align:center;white-space:nowrap;font-weight:800;font-size:1.15rem;color:var(--roc-dark)}.roc__mg-actions{display:flex;gap:.6rem;align-items:stretch}.roc__mg-add,.roc__mg-cancel{display:inline-flex;align-items:center;justify-content:center}.roc__mg-add{flex:1 1 auto;gap:.5rem}.roc__mg-add .roc__ico{width:1.1rem;height:1.1rem}.roc__mg-cancel{flex:0 0 auto;width:auto;padding:.7rem 1rem;background:#fff;border:1px solid #ef4444;color:#dc2626}.roc__mg-cancel:hover{background:#fef2f2;border-color:#dc2626;color:#b91c1c}.roc__mg-cancel .roc__ico{width:1.2rem;height:1.2rem;display:inline-block}.roc__badge--btn{cursor:pointer;font:inherit;border:0}.roc__status-modal-box{max-width:400px}.roc__status-scroll{text-align:center}.roc__status-logo{margin:.2rem 0 .9rem}.roc__status-logo img{max-width:180px;max-height:90px;width:auto;height:auto;object-fit:contain;display:inline-block}.roc__status-name{margin:0 0 .25rem}.roc__status-line{margin:.05rem 0}.roc__status-hr{border:0;border-top:1px solid var(--roc-border);margin:.9rem 0}.roc__status-open{margin:0 0 .35rem;font-weight:800}.roc__status-open.is-open,.roc__status-row.is-now .roc__ico{color:#166534}.roc__status-open.is-closed{color:#991b1b}.roc__status-row{display:flex;align-items:center;gap:.55rem;justify-content:flex-start;text-align:left;margin:.5rem 0;padding:.45rem .65rem;border-radius:.6rem;background:#f8fafc}.roc__status-row .roc__ico{width:1.15rem;height:1.15rem;flex:0 0 auto;color:var(--roc-dark)}.roc__status-row.is-now{background:#ecfdf5;color:#166534}.roc__status-row.is-preorder{background:#fef9c3;color:#854d0e}.roc__status-row.is-preorder .roc__ico{color:#854d0e}.roc__status-row.is-none{background:#f1f5f9;color:#475569}.roc__status-row-txt{font-weight:600}.roc__status-foot .roc__mg-add{background:#16a34a;color:#fff}.roc__hint[data-legend-open]{cursor:pointer}.roc__menu-info{margin:.9rem 0 .2rem;color:var(--roc-muted);font-size:.78rem;line-height:1.45}.roc__menu-info p{margin:.15rem 0}.roc__menu-info-price{font-weight:600}.roc__legend-modal-box{max-width:360px;text-align:left}.roc__legend-modal-title{color:var(--roc-dark);text-align:center}.roc__legend-list{display:flex;flex-direction:column;gap:.55rem;margin:.25rem 0 1rem;padding-left:.6rem}.roc__legend-note{margin:.6rem 0 .9rem;padding:.55rem 0 0 .6rem;border-top:1px solid var(--roc-border);color:var(--roc-muted);font-size:.75rem;line-height:1.4}.roc__status-info{display:flex;flex-direction:column;align-items:center;gap:.16rem;margin:0 0 .1rem}.roc__status-info>*{margin:0}.roc__status-name{font-weight:800;font-size:1.05rem;color:var(--roc-dark);line-height:1.25}.roc__status-line{color:var(--roc-muted);font-size:.9rem;line-height:1.3}.roc__status-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:.1rem .9rem;margin-top:.4rem}.roc__status-contact-link{color:#2563eb;text-decoration:none;font-weight:600;font-size:.9rem}.roc__status-contact-link:focus-visible,.roc__status-contact-link:hover{text-decoration:underline}.roc__version{margin-top:.5rem;text-align:right;font-size:.7rem;line-height:1;color:#9ca3af;user-select:none}
/*# sourceMappingURL=frontend.min.css.map */