.cm-overlay{position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.35);animation:cmFadeIn .2s ease}@media(max-width:768px){.cm-overlay{display:none}}.cm-drawer{position:fixed;top:0;right:0;bottom:0;z-index:1201;width:519px;background:#fff;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.22,1,.36,1);box-shadow:-4px 0 24px rgba(0,0,0,.1)}.cm-drawer--open{transform:translateX(0)}.cm-drawer__scroll{flex:1;overflow-y:auto;overflow-x:hidden}@media(max-width:768px){.cm-drawer{display:none}}.cm-header{flex-shrink:0}.cm-header__inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px 24px 0;gap:24px}.cm-header__title{font-family:Poppins,sans-serif;font-weight:600;font-size:20px;line-height:125%;color:#000;flex:1;text-align:center}.cm-header__close{width:32px;height:32px;border-radius:24px;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.cm-header__close:hover{background:#e2e8f0}.cm-header__divider{width:100%;height:1px;background:#e5e7eb;margin-top:24px}.cm-body{flex-direction:column;padding:24px 24px 12px;gap:24px;position:relative}.cm-body,.cm-loader{display:flex;align-items:center}.cm-loader{justify-content:center;padding:60px 0;width:100%}.cm-empty{text-align:center;padding:40px 20px;color:#aaa;font-size:14px;font-family:Poppins,sans-serif;width:100%}.cm-products-row{display:flex;flex-direction:row;align-items:stretch;gap:8px;width:100%;position:sticky;top:0;z-index:10;background:#fff;padding-bottom:8px;margin-bottom:-8px}.cm-product-card{flex:1;flex-direction:column;padding:8px;gap:4px;border:1px solid #cdcdcd;border-radius:8px}.cm-product-card,.cm-product-card__image-wrap{box-sizing:border-box;display:flex;justify-content:center;align-items:center}.cm-product-card__image-wrap{width:162px;height:100px;padding:24px 24px 0}@media(max-width:768px){.cm-product-card__image-wrap{width:100%;height:80px}}.cm-product-card__colors{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:16px 0 8px;gap:4px;width:100%}.cm-product-card__text{display:flex;flex-direction:column;align-items:flex-start;padding:4px;gap:8px;width:100%}.cm-product-card__name{font-weight:500;font-size:14px;color:#000;width:100%}.cm-product-card__name,.cm-product-card__price{font-family:Poppins,sans-serif;line-height:125%}.cm-product-card__price{font-weight:600;font-size:16px;color:#1c1c1c;display:flex;flex-direction:column}.cm-product-card__price-sub{font-weight:400;font-size:11px;color:#ff5000}.cm-product-card__cta{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;width:100%;background:#ff5000;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-weight:600;font-size:14px;line-height:21px;color:#fff;text-align:center;box-sizing:border-box;cursor:pointer;transition:background .15s;margin-top:4px;min-height:41px}.cm-product-card__cta:hover:not(:disabled){background:#e04500}.cm-product-card__cta:disabled{opacity:.7;cursor:not-allowed}.cm-product-card__cta--added{background:#16a34a}.cm-product-card__cta--added:hover:not(:disabled){background:#15803d}.cm-product-card__error{display:block;margin-top:6px;font-family:Poppins,sans-serif;font-size:11px;line-height:1.4;color:#dc2626;text-align:center;animation:cmFadeIn .2s ease}.cm-color-swatch{display:inline-block;width:18px;height:18px;border-radius:2px;flex-shrink:0}.cm-color-swatch[style*="#FFFFFF"],.cm-color-swatch[style*=ffffff],.cm-color-swatch[style*=white]{border:1px solid silver}.cm-color-extra{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:125%;color:#000;margin-left:2px}.cm-sections{gap:8px}.cm-section,.cm-sections{display:flex;flex-direction:column;width:100%}.cm-section{align-items:flex-start}.cm-section__header{display:flex;flex-direction:row;align-items:center;padding:8px;gap:20px;width:100%;border-bottom:1px solid #e5e7eb;margin-bottom:0}.cm-section__title{flex:1;font-family:Poppins,sans-serif;font-weight:600;font-size:14px;line-height:125%;color:#1c1c1c}.cm-section__table{width:100%;margin-top:0}.cm-row-pair__label-row{display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:32px;width:100%;background:#f3f5f7;box-sizing:border-box}.cm-row-pair__label-row span{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:125%;color:#000}.cm-row-pair__value-row{display:flex;flex-direction:row;align-items:center;padding:0 16px;gap:0;width:100%;box-sizing:border-box;min-height:29px}.cm-row-pair__value-row--border{border-bottom:1px solid #e5e7eb}.cm-row-pair__value{flex:1;padding:6px 0;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:125%;color:#000;word-break:break-word}.cm-row-pair__value--diff{font-weight:500}.cm-row-pair__divider{width:0;align-self:stretch;border-left:1px solid #d6d6d6;margin:8px 24px;flex-shrink:0}.cm-mobile-page{display:none}@media(max-width:768px){.cm-mobile-page{display:flex;flex-direction:column;position:fixed;inset:0;z-index:1300;background:#fff;transform:translateX(100%);transition:transform .3s cubic-bezier(.22,1,.36,1)}.cm-mobile-page--open{transform:translateX(0)}}.cm-mobile-page__header{display:flex;flex-direction:row;align-items:center;padding:12px 16px;gap:8px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.cm-mobile-page__back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:8px;flex-shrink:0;padding:0}.cm-mobile-page__back:active{background:#f1f5f9}.cm-mobile-page__title{font-family:Poppins,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#1c1c1c;flex:1}.cm-mobile-page__scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.cm-mobile-page__scroll .cm-products-row{position:sticky;top:0;z-index:10;background:#fff}@keyframes cmFadeIn{0%{opacity:0}to{opacity:1}}