:root{--rm-primary: #e8590c;--rm-secondary: #1e232b;--rm-accent: #2f9e44;--rm-background: #faf8f5;--rm-text: #1b1d21;--rm-container: 1200px;--rm-radius: 16px;--rm-surface: #ffffff;--rm-surface-2: #f3f0eb;--rm-text-muted: #6b7280;--rm-border: #e8e4dd;--rm-success: #2f9e44;--rm-danger: #e03131;--rm-warning: #f08c00;--rm-shadow: 0 10px 34px rgba(27, 29, 33, .1);--rm-shadow-sm: 0 2px 10px rgba(27, 29, 33, .07);--rm-shadow-lg: 0 24px 60px rgba(27, 29, 33, .18);--rm-font: "Segoe UI", system-ui, -apple-system, "Cairo", "Tajawal", "Inter", sans-serif;--rm-radius-sm: 10px;--rm-radius-lg: 24px;--rm-header-height: 66px;--rm-transition: .18s ease}[data-theme=dark]{--rm-background: #0e1013;--rm-surface: #171a20;--rm-surface-2: #20242c;--rm-text: #eef0f3;--rm-text-muted: #9aa2af;--rm-border: #2a2f3a;--rm-shadow: 0 10px 34px rgba(0, 0, 0, .45);--rm-shadow-sm: 0 2px 10px rgba(0, 0, 0, .4);--rm-shadow-lg: 0 24px 60px rgba(0, 0, 0, .6)}[dir=rtl] body{letter-spacing:0}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--rm-font);background:var(--rm-background);color:var(--rm-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}a{color:var(--rm-primary);text-decoration:none}h1,h2,h3,h4{line-height:1.25;margin:0 0 .5em}p{margin:0 0 1em}.rm-app{min-height:100vh;display:flex;flex-direction:column}.rm-container{width:100%;max-width:var(--rm-container);margin-inline:auto;padding-inline:20px}.rm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--rm-radius-sm);padding:10px 18px;font-size:14px;font-weight:600;transition:background var(--rm-transition),transform var(--rm-transition),box-shadow var(--rm-transition),color var(--rm-transition);white-space:nowrap}.rm-btn:disabled{opacity:.55;cursor:not-allowed}.rm-btn--primary{background:var(--rm-primary);color:#fff;box-shadow:0 6px 18px color-mix(in srgb,var(--rm-primary) 35%,transparent)}.rm-btn--primary:hover:not(:disabled){background:color-mix(in srgb,var(--rm-primary) 88%,#000);transform:translateY(-1px)}.rm-btn--ghost{background:transparent;color:var(--rm-text);border-color:var(--rm-border)}.rm-btn--ghost:hover:not(:disabled){background:var(--rm-surface-2)}.rm-btn--whatsapp{background:#25d366;color:#fff}.rm-btn--block{width:100%}.rm-btn--lg{padding:14px 22px;font-size:15px;border-radius:var(--rm-radius)}.rm-btn__price{margin-inline-start:8px;padding-inline-start:10px;border-inline-start:1px solid rgba(255,255,255,.35);font-weight:700}.rm-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;border-radius:50%;background:transparent;color:var(--rm-text);transition:background var(--rm-transition),color var(--rm-transition)}.rm-icon-btn:hover{background:var(--rm-surface-2)}.rm-input,.rm-select{width:100%;padding:10px 12px;border:1px solid var(--rm-border);border-radius:var(--rm-radius-sm);background:var(--rm-surface);color:var(--rm-text);font-family:inherit;font-size:14px;transition:border-color var(--rm-transition),box-shadow var(--rm-transition)}.rm-input:focus,.rm-select:focus{outline:none;border-color:var(--rm-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--rm-primary) 18%,transparent)}.rm-skeleton{background:linear-gradient(90deg,var(--rm-surface-2) 25%,color-mix(in srgb,var(--rm-surface-2) 60%,var(--rm-surface)) 50%,var(--rm-surface-2) 75%);background-size:200% 100%;animation:rm-shimmer 1.4s infinite;border-radius:8px}.rm-skeleton--image{width:100%;aspect-ratio:1 / 1;border-radius:0}.rm-skeleton--line{height:14px;margin-bottom:10px}.rm-skeleton--w60{width:60%}.rm-skeleton--w90{width:90%}.rm-skeleton--w40{width:40%}@keyframes rm-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rm-spin{animation:rm-rotate .9s linear infinite}.rm-spinner{width:40px;height:40px;border:3px solid var(--rm-border);border-top-color:var(--rm-primary);border-radius:50%;animation:rm-rotate .8s linear infinite}@keyframes rm-rotate{to{transform:rotate(360deg)}}.rm-skip-link{position:absolute;inset-inline-start:-9999px;top:0;z-index:2000;background:var(--rm-primary);color:#fff;padding:10px 16px;border-radius:0 0 8px}.rm-skip-link:focus{inset-inline-start:0}.rm-header{position:sticky;top:0;z-index:120;background:color-mix(in srgb,var(--rm-surface) 88%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--rm-border)}.rm-header__inner{display:flex;align-items:center;gap:16px;height:var(--rm-header-height)}.rm-header__burger{display:none}.rm-header__brand{display:flex;align-items:center;gap:10px;color:var(--rm-text);font-weight:700;font-size:17px;flex:none}.rm-header__logo{width:42px;height:42px;border-radius:50%;object-fit:cover}.rm-header__logo-fallback{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--rm-primary);color:#fff;font-size:20px;font-weight:800}.rm-header__name{white-space:nowrap}.rm-header__nav{display:flex;align-items:center;gap:4px;margin-inline:auto}.rm-header__nav-link{border:none;background:transparent;color:var(--rm-text-muted);font-size:14px;font-weight:600;padding:8px 12px;border-radius:8px;transition:color var(--rm-transition),background var(--rm-transition)}.rm-header__nav-link:hover{color:var(--rm-text);background:var(--rm-surface-2)}.rm-header__actions{display:flex;align-items:center;gap:4px}.rm-header__search-desktop{width:230px;margin-inline-end:8px}.rm-header__search-toggle{display:none}.rm-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:12px;background:var(--rm-primary);color:#fff;transition:transform var(--rm-transition)}.rm-cart-btn.is-bumping{animation:rm-bump .4s ease}@keyframes rm-bump{0%,to{transform:scale(1)}40%{transform:scale(1.18)}}.rm-cart-btn__badge{position:absolute;top:-6px;inset-inline-end:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--rm-danger);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.rm-header__search-mobile{border-top:1px solid var(--rm-border);padding-block:10px;background:var(--rm-surface)}.rm-lang{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid var(--rm-border);border-radius:999px;background:var(--rm-surface)}.rm-lang__icon{color:var(--rm-text-muted)}.rm-lang__btn{border:none;background:transparent;color:var(--rm-text-muted);font-size:13px;font-weight:700;padding:2px 6px;border-radius:6px;transition:color var(--rm-transition),background var(--rm-transition)}.rm-lang__btn.is-active{color:#fff;background:var(--rm-primary)}.rm-lang__sep{color:var(--rm-text-muted);font-size:12px}.rm-search{position:relative;display:flex;align-items:center;width:100%}.rm-search__icon{position:absolute;inset-inline-start:12px;color:var(--rm-text-muted);pointer-events:none}.rm-search__input{width:100%;padding:9px 38px;border:1px solid var(--rm-border);border-radius:999px;background:var(--rm-surface-2);color:var(--rm-text);font-size:14px;font-family:inherit;transition:border-color var(--rm-transition),background var(--rm-transition)}.rm-search__input:focus{outline:none;background:var(--rm-surface);border-color:var(--rm-primary)}.rm-search__clear{position:absolute;inset-inline-end:10px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background:var(--rm-border);color:var(--rm-text-muted)}.rm-search__done{margin-inline-start:8px;border:none;background:transparent;color:var(--rm-primary);font-weight:600;font-size:14px;white-space:nowrap}.rm-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;background:#00000080;display:none}.rm-mobile-menu__panel{width:82%;max-width:340px;height:100%;background:var(--rm-surface);padding:20px;display:flex;flex-direction:column;gap:16px;animation:rm-slide-in .25s ease}@keyframes rm-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}[dir=rtl] .rm-mobile-menu__panel{animation-name:rm-slide-in-rtl}@keyframes rm-slide-in-rtl{0%{transform:translate(100%)}to{transform:translate(0)}}.rm-mobile-menu__head{display:flex;align-items:center;justify-content:space-between}.rm-mobile-menu__title{font-weight:700}.rm-mobile-menu__nav{display:flex;flex-direction:column}.rm-mobile-menu__link{border:none;background:transparent;text-align:start;padding:14px 8px;font-size:16px;font-weight:600;color:var(--rm-text);border-bottom:1px solid var(--rm-border)}.rm-mobile-menu__footer{margin-top:auto;display:flex;align-items:center;gap:10px}.rm-hero{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;background:var(--rm-secondary)}.rm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.rm-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,color-mix(in srgb,var(--rm-secondary) 92%,transparent),color-mix(in srgb,var(--rm-secondary) 40%,transparent))}[dir=rtl] .rm-hero__overlay{background:linear-gradient(-100deg,color-mix(in srgb,var(--rm-secondary) 92%,transparent),color-mix(in srgb,var(--rm-secondary) 40%,transparent))}.rm-hero__inner{position:relative;z-index:1}.rm-hero__content{max-width:560px;padding-block:60px;color:#fff}.rm-hero__icon{display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:20px;background:var(--rm-primary);margin-bottom:20px}.rm-hero__title{font-size:clamp(32px,6vw,54px);font-weight:800;color:#fff;margin-bottom:16px}.rm-hero__subtitle{font-size:18px;color:#ffffffd9;margin-bottom:28px}.rm-category-nav{position:sticky;top:var(--rm-header-height);z-index:90;background:var(--rm-surface);border-bottom:1px solid var(--rm-border);padding-block:14px}.rm-category-nav__wrap{position:relative;display:flex;align-items:center;gap:8px}.rm-category-nav__arrow{flex:none;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--rm-border);border-radius:50%;background:var(--rm-surface);color:var(--rm-text);box-shadow:var(--rm-shadow-sm);transition:background var(--rm-transition),border-color var(--rm-transition)}.rm-category-nav__arrow:hover{background:var(--rm-surface-2);border-color:var(--rm-primary)}.rm-category-nav__scroller{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding-block:4px;flex:1}.rm-category-nav__scroller::-webkit-scrollbar{display:none}.rm-category-card{flex:none;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:8px;width:96px;padding:10px;border:2px solid transparent;border-radius:var(--rm-radius);background:var(--rm-surface);color:var(--rm-text);font-size:13px;font-weight:700;transition:border-color var(--rm-transition),background var(--rm-transition)}.rm-category-card:hover{border-color:var(--rm-border)}.rm-category-card.is-active{border-color:var(--rm-primary);background:color-mix(in srgb,var(--rm-primary) 8%,transparent)}.rm-category-card__img{width:64px;height:64px;border-radius:50%;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;background:var(--rm-surface-2);font-size:28px}.rm-category-card__img--all{background:color-mix(in srgb,var(--rm-primary) 12%,transparent)}.rm-category-card__name{text-align:center;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-category-card__count{font-size:11px;font-weight:600;color:var(--rm-text-muted)}.rm-category-card--skeleton{width:96px;height:118px;border:none}.rm-section-title{font-size:24px;font-weight:800;margin-bottom:18px}.rm-strip{padding-block:34px}.rm-strip__scroller{display:flex;gap:16px;overflow-x:auto;scrollbar-width:thin;padding-bottom:6px;scroll-snap-type:x mandatory}.rm-strip__item{flex:none;width:240px;scroll-snap-align:start}.rm-grid{display:grid;grid-template-columns:repeat(var(--rm-grid-cols, 4),1fr);gap:18px}.rm-grid__more{display:flex;justify-content:center;padding-block:28px}.rm-product-card{position:relative;display:flex;flex-direction:column;background:var(--rm-surface);border:1px solid var(--rm-border);border-radius:var(--rm-radius);overflow:hidden;cursor:pointer;transition:transform var(--rm-transition),box-shadow var(--rm-transition);height:100%}.rm-product-card:hover{transform:translateY(-4px);box-shadow:var(--rm-shadow)}.rm-product-card--out{opacity:.75}.rm-product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden}.rm-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.rm-product-card:hover .rm-product-card__media img{transform:scale(1.05)}.rm-product-card__placeholder{width:100%;height:100%;background:var(--rm-surface-2)}.rm-product-card__badges{position:absolute;top:10px;inset-inline-start:10px;display:flex;flex-direction:column;gap:6px}.rm-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;line-height:1.4}.rm-badge--sale{background:var(--rm-danger)}.rm-badge--featured{background:var(--rm-warning)}.rm-badge--new{background:var(--rm-success)}.rm-badge--out{background:var(--rm-text-muted)}.rm-product-card__quickview{position:absolute;bottom:10px;inset-inline-end:10px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:#ffffffeb;color:var(--rm-text);opacity:0;transform:translateY(6px);transition:opacity var(--rm-transition),transform var(--rm-transition)}.rm-product-card:hover .rm-product-card__quickview{opacity:1;transform:translateY(0)}.rm-product-card__body{display:flex;flex-direction:column;gap:6px;padding:14px;flex:1}.rm-product-card__brand{font-size:12px;font-weight:700;color:var(--rm-text-muted);text-transform:uppercase;letter-spacing:.04em}.rm-product-card__title{font-size:16px;font-weight:700;margin:0;line-height:1.35}.rm-product-card__desc{font-size:13px;color:var(--rm-text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rm-product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px}.rm-product-card__price{display:flex;flex-direction:column}.rm-product-card__price-old{font-size:12px;color:var(--rm-text-muted);text-decoration:line-through}.rm-product-card__price-now{font-size:16px;font-weight:800;color:var(--rm-primary)}.rm-product-card__add{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:12px;background:var(--rm-primary);color:#fff;transition:transform var(--rm-transition),box-shadow var(--rm-transition)}.rm-product-card__add:hover:not(:disabled){transform:scale(1.08);box-shadow:0 6px 16px color-mix(in srgb,var(--rm-primary) 40%,transparent)}.rm-product-card__add:disabled{background:var(--rm-text-muted)}.rm-rating{display:inline-flex;align-items:center;gap:5px;color:var(--rm-warning)}.rm-rating__stars{display:inline-flex;gap:1px}.rm-rating__count{font-size:12px;color:var(--rm-text-muted)}.rm-menu-section{padding-block:30px 60px}.rm-menu-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.rm-menu-toolbar__left{display:flex;align-items:center;gap:12px}.rm-menu-toolbar__filters{display:none}.rm-menu-toolbar__count{color:var(--rm-text-muted);font-size:14px}.rm-menu-layout{display:grid;grid-template-columns:250px 1fr;gap:24px;align-items:start}.rm-sort{display:inline-flex;align-items:center;gap:6px}.rm-sort__select{width:auto;border:none;background:var(--rm-surface);font-weight:600;cursor:pointer}.rm-sort__icon{color:var(--rm-text-muted)}.rm-filters{position:sticky;top:calc(var(--rm-header-height) + 64px);background:var(--rm-surface);border:1px solid var(--rm-border);border-radius:var(--rm-radius);padding:18px}.rm-filters__head{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:14px}.rm-filters__reset{margin-inline-start:auto;border:none;background:transparent;color:var(--rm-primary);font-size:12px;font-weight:600}.rm-filter-group{padding-block:12px;border-top:1px solid var(--rm-border)}.rm-filter-group:first-of-type{border-top:none;padding-top:0}.rm-filter-group__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--rm-text-muted);margin-bottom:8px}.rm-filter-list{display:flex;flex-direction:column;gap:2px}.rm-filter-item{display:flex;align-items:center;gap:8px;border:none;background:transparent;text-align:start;padding:7px 8px;border-radius:8px;font-size:14px;color:var(--rm-text);transition:background var(--rm-transition)}.rm-filter-item:hover{background:var(--rm-surface-2)}.rm-filter-item.is-active{background:color-mix(in srgb,var(--rm-primary) 12%,transparent);color:var(--rm-primary);font-weight:600}.rm-filter-item__count{margin-inline-start:auto;font-size:12px;color:var(--rm-text-muted)}.rm-filter-item__img{width:22px;height:22px;border-radius:50%;object-fit:cover}.rm-filter-price{display:flex;align-items:center;gap:8px}.rm-filter-price__sep{color:var(--rm-text-muted)}.rm-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:600}.rm-checkbox input{width:18px;height:18px;accent-color:var(--rm-primary)}.rm-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background:#00000080;display:none;align-items:flex-end}.rm-sheet__panel{width:100%;max-height:86vh;background:var(--rm-surface);border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:rm-sheet-up .28s ease}@keyframes rm-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.rm-sheet__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--rm-border)}.rm-sheet__head h3{margin:0;font-size:18px}.rm-sheet__body{overflow-y:auto;padding:16px 20px}.rm-sheet__footer{display:flex;gap:10px;padding:14px 20px;border-top:1px solid var(--rm-border)}.rm-sheet__footer .rm-btn{flex:1}.rm-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:20px;animation:rm-fade .2s ease}@keyframes rm-fade{0%{opacity:0}to{opacity:1}}.rm-modal__panel{position:relative;width:100%;max-width:880px;max-height:90vh;overflow-y:auto;background:var(--rm-surface);border-radius:var(--rm-radius-lg);display:grid;grid-template-columns:1fr 1fr;animation:rm-pop .25s ease}@keyframes rm-pop{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.rm-modal__close{position:absolute;top:12px;inset-inline-end:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;border-radius:50%;background:#ffffffe6;color:var(--rm-text);box-shadow:var(--rm-shadow-sm);transition:background var(--rm-transition)}.rm-modal__close:hover{background:#fff}.rm-modal__gallery{padding:20px;background:var(--rm-surface-2);border-start-start-radius:var(--rm-radius-lg);border-end-start-radius:var(--rm-radius-lg)}.rm-modal__content{padding:28px;display:flex;flex-direction:column;gap:12px}.rm-modal__state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:320px;padding:40px}.rm-modal__meta{display:flex;align-items:center;gap:8px}.rm-modal__brand{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--rm-primary)}.rm-modal__category{font-size:12px;color:var(--rm-text-muted)}.rm-modal__title{font-size:24px;font-weight:800;margin:0}.rm-modal__price{display:flex;align-items:baseline;gap:10px}.rm-modal__price-now{font-size:24px;font-weight:800;color:var(--rm-primary)}.rm-modal__price-old{font-size:16px;color:var(--rm-text-muted);text-decoration:line-through}.rm-modal__price-range,.rm-modal__description{font-size:14px;color:var(--rm-text-muted)}.rm-modal__description p{margin-bottom:.6em}.rm-modal__footer{display:flex;align-items:center;gap:12px;margin-top:4px}.rm-modal__footer .rm-btn{flex:1}.rm-modal__related{margin-top:8px;border-top:1px solid var(--rm-border);padding-top:16px}.rm-modal__related h4{font-size:14px;margin-bottom:10px}.rm-modal__related-list{display:flex;gap:10px;overflow-x:auto}.rm-modal__related-item{flex:none;width:88px;border:1px solid var(--rm-border);border-radius:12px;background:var(--rm-surface);padding:6px;cursor:pointer}.rm-modal__related-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.rm-modal__related-item span{display:block;font-size:11px;text-align:center;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rm-gallery{display:flex;flex-direction:column;gap:12px}.rm-gallery__main{position:relative;aspect-ratio:1 / 1;border-radius:var(--rm-radius);overflow:hidden;background:var(--rm-surface-2)}.rm-gallery__main img{width:100%;height:100%;object-fit:cover}.rm-gallery__placeholder{aspect-ratio:1 / 1;background:var(--rm-surface-2);border-radius:var(--rm-radius)}.rm-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:#ffffffe6;color:var(--rm-text)}.rm-gallery__nav--prev{inset-inline-start:10px}.rm-gallery__nav--next{inset-inline-end:10px}.rm-gallery__thumbs{display:flex;gap:8px;overflow-x:auto}.rm-gallery__thumb{flex:none;width:64px;height:64px;border:2px solid transparent;border-radius:10px;padding:0;overflow:hidden;background:var(--rm-surface-2)}.rm-gallery__thumb.is-active{border-color:var(--rm-primary)}.rm-gallery__thumb img{width:100%;height:100%;object-fit:cover}.rm-options{display:flex;flex-direction:column;gap:16px}.rm-option-group{display:flex;flex-direction:column;gap:8px}.rm-option-group__label{font-size:14px;font-weight:700}.rm-option-group__required{color:var(--rm-danger);margin-inline-start:3px}.rm-option-group__type{font-size:12px;font-weight:500;color:var(--rm-text-muted);margin-inline-start:8px}.rm-option-pills{display:flex;flex-wrap:wrap;gap:8px}.rm-pill{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border:1px solid var(--rm-border);border-radius:999px;background:var(--rm-surface);color:var(--rm-text);font-size:13px;font-weight:600;transition:background var(--rm-transition),border-color var(--rm-transition),color var(--rm-transition)}.rm-pill.is-selected{background:var(--rm-primary);border-color:var(--rm-primary);color:#fff}.rm-addon-options{display:flex;flex-direction:column;gap:8px}.rm-addon-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--rm-border);border-radius:12px;cursor:pointer;transition:border-color var(--rm-transition),background var(--rm-transition)}.rm-addon-option.is-selected{border-color:var(--rm-primary);background:color-mix(in srgb,var(--rm-primary) 8%,transparent)}.rm-addon-option__input{position:absolute;opacity:0;pointer-events:none}.rm-addon-option__box{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid var(--rm-border);border-radius:6px;color:#fff;flex:none}.rm-addon-option.is-selected .rm-addon-option__box{background:var(--rm-primary);border-color:var(--rm-primary)}.rm-addon-option__label{font-size:14px;font-weight:600}.rm-addon-option__price{margin-inline-start:auto;font-size:13px;font-weight:700;color:var(--rm-primary)}.rm-qty{display:inline-flex;align-items:center;border:1px solid var(--rm-border);border-radius:12px;overflow:hidden;background:var(--rm-surface)}.rm-qty__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:42px;border:none;background:transparent;color:var(--rm-text)}.rm-qty__btn:disabled{color:var(--rm-border);cursor:not-allowed}.rm-qty__value{min-width:34px;text-align:center;font-weight:700}.rm-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;background:#00000080;display:flex;justify-content:flex-end;animation:rm-fade .2s ease}.rm-drawer__panel{width:420px;max-width:100%;height:100%;background:var(--rm-surface);display:flex;flex-direction:column;animation:rm-drawer-in .3s ease}@keyframes rm-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}[dir=rtl] .rm-drawer{justify-content:flex-start}[dir=rtl] .rm-drawer__panel{animation-name:rm-drawer-in-rtl}@keyframes rm-drawer-in-rtl{0%{transform:translate(-100%)}to{transform:translate(0)}}.rm-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--rm-border)}.rm-drawer__title{display:flex;align-items:center;gap:8px;margin:0;font-size:18px}.rm-drawer__count{background:var(--rm-primary);color:#fff;border-radius:999px;font-size:12px;padding:2px 8px}.rm-drawer__body{flex:1;overflow-y:auto;padding:16px 20px}.rm-drawer__footer{border-top:1px solid var(--rm-border);padding:16px 20px;display:flex;flex-direction:column;gap:10px}.rm-drawer__totals{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.rm-drawer__row{display:flex;justify-content:space-between;font-size:14px;color:var(--rm-text-muted)}.rm-drawer__row--total{font-size:17px;font-weight:800;color:var(--rm-text);padding-top:6px;border-top:1px dashed var(--rm-border)}.rm-drawer__note{font-size:12px;color:var(--rm-text-muted);text-align:center;margin:0}.rm-cart-list{display:flex;flex-direction:column;gap:14px}.rm-cart-item{display:flex;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--rm-border)}.rm-cart-item__image{flex:none;width:64px;height:64px;border-radius:12px;overflow:hidden;background:var(--rm-surface-2)}.rm-cart-item__image img{width:100%;height:100%;object-fit:cover}.rm-cart-item__placeholder{width:100%;height:100%;background:var(--rm-surface-2)}.rm-cart-item__body{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.rm-cart-item__name{font-size:15px;font-weight:700;margin:0}.rm-cart-item__options{font-size:12px;color:var(--rm-text-muted);margin:0}.rm-cart-item__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}.rm-cart-item__price{font-weight:700}.rm-cart-item__unit{font-size:12px;color:var(--rm-text-muted)}.rm-cart-item__remove{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:8px;background:transparent;color:var(--rm-text-muted);transition:background var(--rm-transition),color var(--rm-transition)}.rm-cart-item__remove:hover{background:color-mix(in srgb,var(--rm-danger) 12%,transparent);color:var(--rm-danger)}.rm-cart-confirm{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding-block:10px}.rm-cart-confirm__icon{color:var(--rm-success)}.rm-cart-confirm__title{font-size:16px;font-weight:700;margin:0}.rm-cart-confirm__hint{font-size:13px;color:var(--rm-text-muted);margin:0 0 10px}.rm-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:48px 20px}.rm-empty--cart{padding:32px 10px}.rm-empty__icon{color:var(--rm-text-muted);margin-bottom:6px}.rm-empty__icon--error{color:var(--rm-danger)}.rm-empty__title{font-size:18px;margin:0}.rm-empty__hint{color:var(--rm-text-muted);margin:0}.rm-error-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px}.rm-toast{position:fixed;bottom:20px;inset-inline-start:50%;transform:translate(-50%);z-index:200;display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;background:var(--rm-secondary);color:#fff;box-shadow:var(--rm-shadow-lg);animation:rm-toast-in .25s ease;max-width:calc(100vw - 40px)}.rm-toast--success{background:var(--rm-success)}.rm-toast--error{background:var(--rm-danger)}@keyframes rm-toast-in{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.rm-toast__message{font-size:14px;font-weight:600}.rm-toast__close{display:inline-flex;border:none;background:transparent;color:#fff;padding:2px}.rm-footer{margin-top:auto;background:var(--rm-secondary);color:#d7d9de;padding-block:48px 24px}.rm-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px}.rm-footer__brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}.rm-footer__logo{width:48px;height:48px;border-radius:50%;object-fit:cover}.rm-footer__logo-fallback{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--rm-primary);color:#fff;font-size:22px;font-weight:800}.rm-footer__name{font-size:18px;font-weight:700;color:#fff}.rm-footer__label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.rm-footer__social{display:flex;gap:10px;margin-bottom:18px}.rm-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;color:#d7d9de;transition:background var(--rm-transition),color var(--rm-transition)}.rm-footer__social-link:hover{background:var(--rm-primary);color:#fff}.rm-footer__heading{color:#fff;font-size:15px;margin-bottom:14px}.rm-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:14px}.rm-footer__list li{display:flex;align-items:flex-start;gap:10px}.rm-footer__list svg{flex:none;margin-top:3px;color:var(--rm-primary)}.rm-footer__list a{color:#d7d9de}.rm-footer__hours{font-size:14px;white-space:pre-line}.rm-footer__hours--muted{color:#8a8f99}.rm-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#8a8f99}.rm-page{flex:1;padding-block:48px}.rm-page--center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.rm-page__title{font-size:32px;font-weight:800}.rm-page__content{max-width:760px;font-size:16px}.rm-notfound__code{font-size:72px;font-weight:800;color:var(--rm-primary);line-height:1}.rm-notfound__title{font-size:26px;margin-bottom:8px}.rm-notfound__hint{color:var(--rm-text-muted);margin-bottom:20px}.rm-back{display:inline-flex;align-items:center;gap:6px;font-weight:600;margin-bottom:20px}.rm-product-view{display:grid;grid-template-columns:1fr 1fr;gap:32px}.rm-product-view__gallery{background:var(--rm-surface);border:1px solid var(--rm-border);border-radius:var(--rm-radius);padding:20px}.rm-product-view__info{display:flex;flex-direction:column;gap:12px}.rm-product-view__title{font-size:30px;font-weight:800;margin:0}@media (max-width: 1100px){.rm-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rm-header__search-desktop{width:180px}}@media (max-width: 992px){.rm-header__burger{display:inline-flex}.rm-header__nav,.rm-header__search-desktop{display:none}.rm-header__search-toggle{display:inline-flex}.rm-lang{display:none}.rm-mobile-menu{display:block}.rm-menu-layout{grid-template-columns:1fr}.rm-filters{display:none}.rm-menu-toolbar__filters{display:inline-flex}.rm-sheet{display:flex}.rm-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){:root{--rm-header-height: 60px}.rm-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rm-modal__panel{grid-template-columns:1fr;max-width:520px}.rm-modal__gallery{border-radius:var(--rm-radius-lg) var(--rm-radius-lg) 0 0}.rm-product-view{grid-template-columns:1fr}.rm-hero{min-height:320px}.rm-hero__content{padding-block:40px}.rm-footer__grid{grid-template-columns:1fr;gap:24px}.rm-product-card__quickview{opacity:1;transform:translateY(0)}.rm-strip__item{width:200px}.rm-category-nav{padding-block:10px}.rm-category-card{width:82px;padding:8px}.rm-category-card__img{width:54px;height:54px;font-size:24px}}@media (max-width: 640px){.rm-drawer{align-items:flex-end}.rm-drawer__panel{width:100%;height:88vh;border-radius:20px 20px 0 0;animation:rm-sheet-up .3s ease}[dir=rtl] .rm-drawer__panel{animation:rm-sheet-up .3s ease}.rm-modal{padding:12px;align-items:flex-end}.rm-modal__panel{max-height:92vh;border-radius:20px}.rm-category-nav__arrow{width:32px;height:32px}}@media (max-width: 400px){.rm-grid{grid-template-columns:1fr}.rm-container{padding-inline:14px}}
