:root{
  --oc-blue:#0d5de6;
  --oc-blue-dark:#084bc0;
  --oc-orange:#ffa800;
  --oc-green:#1fbe77;
  --oc-bg:#f5f7fb;
  --oc-text:#232833;
  --oc-muted:#6d7485;
  --oc-border:#e3e8f1;
  --oc-card:#ffffff;
  --oc-danger:#ff6b3d;
  --oc-success:#33b56f;
  --oc-radius:18px;
}
*{box-sizing:border-box}
body.oc-store{
  margin:0;
  background:var(--oc-bg);
  color:var(--oc-text);
  font-family:Inter,Arial,sans-serif;
}
a{color:inherit}
a:hover,a:focus{text-decoration:none;color:var(--oc-blue)}
.container-fluid{max-width:1680px;padding-left:22px;padding-right:22px;margin:0 auto}
.oc-lock{overflow:hidden}

#alert-root{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:9999;display:flex;flex-direction:column;gap:10px}
.oc-alert{opacity:0;transform:translateY(-10px);transition:.25s ease;padding:12px 18px;border-radius:12px;color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.12)}
.oc-alert.show{opacity:1;transform:translateY(0)}
.oc-alert.success{background:var(--oc-success)}
.oc-alert.error{background:#e24b4b}

.oc-top-strip{background:#fff}
.oc-top-strip-inner{display:grid;grid-template-columns:1fr 1fr 1fr;padding:0;overflow:hidden}
.oc-top-badge{position:relative;display:flex;align-items:center;gap:16px;padding:16px 28px;color:#fff;font-weight:700;min-height:76px}
.oc-top-badge:after{content:"";position:absolute;right:-38px;top:0;width:78px;height:100%;transform:skewX(-30deg);background:inherit;z-index:1}
.oc-top-badge>*{position:relative;z-index:2}
.oc-blue{background:var(--oc-blue)}
.oc-orange{background:var(--oc-orange)}
.oc-green{background:var(--oc-green)}
.oc-top-icon{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-size:20px}
.oc-top-title{font-size:15px;line-height:1.1}
.oc-top-subtitle{font-size:13px;opacity:.95;margin-top:4px;font-weight:600}

.oc-header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid var(--oc-border)}
.oc-header-row{display:flex;align-items:center;gap:18px;padding:14px 0}
.oc-mobile-menu-toggle,.oc-mobile-cart-toggle{display:none;border:0;background:transparent;font-size:22px}
.oc-logo{flex:0 0 auto;width:164px;line-height:1;text-align:left}
.oc-logo-top{display:block;color:#0f66eb;font-weight:900;font-size:62px;letter-spacing:-3px}
.oc-logo-bottom{display:block;color:#ff8d10;font-weight:900;font-size:26px;margin-top:-4px}
.oc-header-center{flex:1 1 auto}
.oc-header-actions{display:flex;align-items:center;gap:18px;flex:0 0 auto}
.oc-action-link{display:flex;align-items:center;gap:10px;color:#1c2430}
.oc-action-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:27px;width:34px}
.oc-action-icon em{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ff8a00;color:#fff;font-style:normal;font-size:11px;display:flex;align-items:center;justify-content:center}
.oc-action-text{font-size:15px;font-weight:600}
.oc-profile{width:40px;height:40px;border-radius:50%;border:1px solid var(--oc-border);font-size:18px;background:#fafbfd}

.oc-menu-shell{display:flex;align-items:center;gap:20px}
.oc-catalog-dropdown{position:relative;flex:0 0 auto}
.oc-catalog-button{height:56px;padding:0 28px;border:0;border-radius:14px;background:var(--oc-blue);color:#fff;font-size:22px;font-weight:700;display:inline-flex;align-items:center;gap:12px;box-shadow:0 8px 18px rgba(13,93,230,.18)}
.oc-catalog-button span{font-size:16px}
.oc-catalog-popup{position:absolute;top:calc(100% + 12px);left:0;width:340px;background:#fff;border:1px solid var(--oc-border);border-radius:18px;box-shadow:0 14px 40px rgba(36,53,83,.15);padding:14px;display:none}
.oc-catalog-popup.open{display:block}
.oc-catalog-item>a{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;font-weight:600;color:var(--oc-text)}
.oc-catalog-item>a:hover{background:#f2f6ff;color:var(--oc-blue)}
.oc-catalog-item.has-children{position:relative}
.oc-subcatalog{display:none;position:absolute;left:calc(100% + 10px);top:0;width:420px;background:#fff;border:1px solid var(--oc-border);box-shadow:0 14px 40px rgba(36,53,83,.15);border-radius:18px;padding:18px}
.oc-catalog-item.has-children:hover .oc-subcatalog{display:block}
.oc-subcatalog-title{font-weight:800;font-size:18px;margin-bottom:12px}
.oc-subcatalog-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}
.oc-subcatalog-links a{display:block;padding:6px 0;color:var(--oc-muted)}
.oc-subcatalog-links a:hover{color:var(--oc-blue)}
.oc-menu-search{flex:1 1 auto}
.oc-search-wrap{display:flex;align-items:stretch;width:100%}
.oc-search-input{flex:1;border:2px solid #c8d4ea;border-radius:14px 0 0 14px;background:#fff;height:56px;padding:0 20px;font-size:16px;outline:0}
.oc-search-button{border:0;background:var(--oc-blue);color:#fff;border-radius:0 14px 14px 0;padding:0 34px;font-size:18px;font-weight:700;min-width:150px}
.oc-search-button:hover{background:var(--oc-blue-dark)}

.oc-mobile-panel,.oc-cart-drawer{position:fixed;inset:0;z-index:400;pointer-events:none}
.oc-mobile-panel.open,.oc-cart-drawer.open{pointer-events:auto}
.oc-mobile-panel-overlay,.oc-cart-drawer-overlay{position:absolute;inset:0;background:rgba(11,19,34,.45);opacity:0;transition:.25s ease}
.oc-mobile-panel-body,.oc-cart-drawer-body{position:absolute;top:0;bottom:0;left:0;width:90%;max-width:360px;background:#fff;transform:translateX(-100%);transition:.3s ease;overflow:auto;padding:18px}
.oc-cart-drawer-body{left:auto;right:0;transform:translateX(100%)}
.oc-mobile-panel.open .oc-mobile-panel-overlay,.oc-cart-drawer.open .oc-cart-drawer-overlay{opacity:1}
.oc-mobile-panel.open .oc-mobile-panel-body{transform:translateX(0)}
.oc-cart-drawer.open .oc-cart-drawer-body{transform:translateX(0)}
.oc-mobile-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.oc-mobile-panel-head strong{font-size:20px}
.oc-mobile-panel-head button{background:transparent;border:0;font-size:22px}
.oc-mobile-search{margin-bottom:18px}
.oc-mobile-categories,.oc-mobile-subcats{display:grid;gap:8px}
.oc-mobile-category{padding:12px 0;border-bottom:1px solid var(--oc-border)}
.oc-mobile-category-link{font-weight:700;font-size:16px}
.oc-mobile-subcats{padding:10px 0 0 14px}
.oc-mobile-subcats a{font-size:14px;color:var(--oc-muted)}

.oc-page-wrap{padding-top:18px;padding-bottom:36px}
.oc-with-sticky-cart{padding-right:390px}
.oc-breadcrumbs{background:transparent;padding:0;margin:0 0 18px;list-style:none}
.oc-breadcrumbs>li+li:before{content:'›';color:#9aa4b5;padding:0 8px}
.oc-breadcrumbs>li{display:inline-block;font-size:14px;color:#778094}
.oc-breadcrumbs>li:last-child{color:#a0a8b8}

.oc-catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}
.oc-sidebar .panel{border:1px solid var(--oc-border);border-radius:18px;box-shadow:none;background:#fff;overflow:hidden;margin-bottom:18px}
.oc-sidebar .panel-heading{background:#fff;border:0;padding:18px 18px 12px;font-size:26px;font-weight:800;color:var(--oc-text)}
.oc-sidebar .panel-footer{background:#fff;border:0;padding:14px 18px 18px}
.oc-sidebar .list-group{border:0}
.oc-sidebar .list-group-item{border:0;border-top:1px solid #f0f3f8;padding:12px 18px;font-weight:600;color:#384153}
.oc-sidebar .list-group-item:first-child{border-top:0}
.oc-sidebar .list-group-item:hover{background:#f5f8ff;color:var(--oc-blue)}
.oc-sidebar .checkbox{margin:8px 0}
.oc-sidebar input[type="checkbox"]{margin-right:8px}
.oc-main-catalog h1,.oc-search-page-box h1,.oc-cart-page h1,.oc-product-info-card h1{font-size:52px;line-height:1.05;margin:0;font-weight:900;letter-spacing:-1.5px}
.oc-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.oc-page-count{display:inline-block;margin-top:10px;background:#eaf0ff;color:#6480b4;border-radius:999px;padding:8px 14px;font-weight:700;font-size:14px}
.oc-view-toggle{display:flex;gap:10px}
.oc-view-toggle button{width:48px;height:48px;border:1px solid var(--oc-border);border-radius:14px;background:#fff;color:#50607a}
.oc-view-toggle button.active{background:var(--oc-blue);color:#fff;border-color:var(--oc-blue)}
.oc-category-intro{display:flex;align-items:flex-start;gap:18px;background:#fff;border:1px solid var(--oc-border);border-radius:18px;padding:18px;margin-bottom:18px}
.oc-category-thumb{width:120px;height:120px;object-fit:cover;border-radius:14px}
.oc-category-description{color:#526073;line-height:1.6}
.oc-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.oc-toolbar select,.oc-form-control{height:48px;border:1px solid var(--oc-border);border-radius:14px;background:#fff;padding:0 14px;box-shadow:none}
.oc-check-lite{display:inline-flex;align-items:center;gap:10px;height:48px;padding:0 10px;color:#535d70;font-weight:600}
.oc-check-lite.big{height:auto;padding:0}
.oc-products-grid{margin-left:-10px;margin-right:-10px}
.oc-product-col{padding:10px}
.oc-product-card{position:relative;height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid var(--oc-border);border-radius:18px;padding:18px;box-shadow:0 8px 20px rgba(37,51,71,.04);transition:transform .2s ease, box-shadow .2s ease}
.oc-product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(37,51,71,.1)}
.oc-badge{position:absolute;top:14px;left:14px;padding:6px 10px;border-radius:10px;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;z-index:2}
.oc-badge-sale{background:#ff5a2b}
.oc-badge-hit{background:#1eb36d}
.oc-badge-new{background:#8e52ff}
.oc-product-image-wrap{display:flex;align-items:center;justify-content:center;height:220px;padding:16px 10px;margin-bottom:10px}
.oc-product-image{max-width:100%;max-height:100%;object-fit:contain}
.oc-product-title{font-size:18px;line-height:1.3;font-weight:800;min-height:48px;color:var(--oc-text);margin-bottom:10px}
.oc-product-prices{display:grid;gap:6px;margin-bottom:12px}
.oc-main-price,.oc-second-price{font-size:32px;font-weight:900;line-height:1;color:var(--oc-text);letter-spacing:-1px}
.oc-main-price small,.oc-second-price small{font-size:12px;font-weight:700;color:#7c8594;letter-spacing:0;display:inline-block;margin-left:4px}
.oc-second-price{font-size:24px;color:#2f3746}
.oc-pack-note{font-size:13px;color:#8a93a3}
.oc-sale-type-switch{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--oc-border);border-radius:14px;background:#f8fafc;overflow:hidden;margin-bottom:14px}
.oc-sale-type-switch.big{max-width:340px}
.oc-sale-type-switch button{border:0;background:transparent;padding:11px 10px;font-weight:800;color:#42506a}
.oc-sale-type-switch button.active{background:var(--oc-blue);color:#fff}
.oc-product-actions{display:grid;grid-template-columns:1fr 1.2fr 48px;gap:10px;margin-top:auto;align-items:center}
.oc-qty-control{display:grid;grid-template-columns:40px 1fr 40px;height:46px;border:1px solid var(--oc-border);border-radius:14px;overflow:hidden;background:#fff}
.oc-qty-control.large{height:54px;max-width:220px}
.oc-qty-btn{border:0;background:#fff;font-size:22px;font-weight:700;color:#4a5362}
.oc-qty-input{border:0;border-left:1px solid #edf1f6;border-right:1px solid #edf1f6;text-align:center;font-size:18px;font-weight:700;background:#fff;min-width:0}
.oc-add-cart-btn{height:46px;border:0;border-radius:14px;background:var(--oc-blue);color:#fff;padding:0 14px;font-weight:800;font-size:15px;white-space:nowrap}
.oc-add-cart-btn.large{height:54px;padding:0 24px;font-size:17px}
.oc-heart-btn{height:46px;border:1px solid var(--oc-border);border-radius:14px;background:#fff;font-size:18px;color:#7e8798}
.oc-heart-btn.large{height:54px;width:54px}
.oc-bottom-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;flex-wrap:wrap}
.oc-pagination-wrap .pagination{margin:0}
.oc-pagination-wrap .pagination>li>a,.oc-pagination-wrap .pagination>li>span{border-radius:12px!important;margin-right:6px;border:1px solid var(--oc-border);color:#516175}
.oc-pagination-wrap .pagination>.active>span,.oc-pagination-wrap .pagination>.active>a{background:var(--oc-blue);border-color:var(--oc-blue)}
.oc-results-wrap{color:#70798c;font-weight:600}
.oc-empty-box{background:#fff;border:1px solid var(--oc-border);border-radius:18px;padding:28px;font-size:18px;font-weight:700;color:#5b6678}

.oc-sticky-cart{position:fixed;top:150px;right:18px;width:340px;z-index:120}
.oc-sticky-cart-inner{background:#fff;border:1px solid var(--oc-border);border-radius:20px;padding:18px;box-shadow:0 12px 35px rgba(39,50,73,.08);max-height:calc(100vh - 170px);overflow:auto}
.oc-cart-head{font-size:34px;font-weight:900;display:flex;align-items:center;justify-content:space-between;letter-spacing:-1px;margin-bottom:14px}
.oc-cart-head span{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ff8a00;color:#fff;font-size:14px}
.oc-cart-items{display:grid;gap:12px;margin-bottom:16px}
.oc-cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #eef2f7}
.oc-cart-item.mobile{padding-top:10px}
.oc-cart-thumb{width:64px;height:64px;border-radius:14px;background:#f7f9fd;display:flex;align-items:center;justify-content:center;overflow:hidden}
.oc-cart-thumb img{max-width:100%;max-height:100%;object-fit:contain}
.oc-cart-name{display:block;font-weight:800;line-height:1.25;margin-bottom:4px}
.oc-cart-small,.oc-cart-qty{font-size:13px;color:#718094}
.oc-cart-side{text-align:right;display:grid;gap:8px;justify-items:end}
.oc-remove-cart{border:0;background:transparent;color:#97a2b3;font-size:18px;padding:0}
.oc-cart-summary{display:grid;gap:8px;margin-bottom:12px}
.oc-cart-total-row{display:flex;justify-content:space-between;gap:12px;color:#586377}
.oc-cart-total-row.total{font-size:24px;font-weight:900;color:var(--oc-text);border-top:1px solid #eef2f7;padding-top:12px}
.oc-cart-minimum{padding:12px 14px;background:#f8fafc;border-radius:14px;color:#66728a;font-size:13px;text-align:center;margin-bottom:12px}
.oc-cart-note{padding:12px 14px;border-radius:14px;margin-bottom:12px;font-size:14px;font-weight:700}
.oc-cart-note.warning{background:#fff7e9;color:#b56d00}
.oc-checkout-btn,.oc-secondary-btn,.oc-primary-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;height:50px;padding:0 18px;border-radius:14px;border:0;font-weight:800;font-size:16px;background:var(--oc-orange);color:#fff;width:100%}
.oc-checkout-btn.secondary,.oc-secondary-btn{background:#fff;color:var(--oc-blue);border:1px solid #cdd9ee}
.oc-free-delivery-box{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:16px;background:#effaf3;color:#2e8b58;margin-top:12px}
.oc-free-delivery-box i{font-size:20px;margin-top:2px}
.oc-free-delivery-box strong{display:block;font-size:15px}
.oc-free-delivery-box span{display:block;font-size:13px}
.oc-empty-cart-box{text-align:center;padding:24px 10px;color:#6f7a8d}
.oc-empty-cart-box i{font-size:42px;margin-bottom:10px;color:#aab4c2}
.oc-cart-drawer-content{display:grid;gap:12px}

.oc-search-page-box{background:#fff;border:1px solid var(--oc-border);border-radius:20px;padding:22px;margin-bottom:20px}
.oc-search-page-box h1{margin-bottom:18px}
.oc-search-options{margin-top:12px}

.oc-product-page{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:26px;align-items:start}
.oc-product-gallery,.oc-product-info-card{background:#fff;border:1px solid var(--oc-border);border-radius:22px;padding:22px}
.oc-product-main-image{display:flex;align-items:center;justify-content:center;height:520px;background:#fbfcfe;border:1px solid #eef2f7;border-radius:18px}
.oc-product-main-image img{max-width:100%;max-height:100%;object-fit:contain}
.oc-product-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:12px;margin-top:14px}
.oc-thumb{border:1px solid var(--oc-border);background:#fff;border-radius:14px;height:84px;padding:8px;display:flex;align-items:center;justify-content:center}
.oc-thumb.active{border-color:var(--oc-blue);box-shadow:0 0 0 3px rgba(13,93,230,.08)}
.oc-thumb img{max-width:100%;max-height:100%;object-fit:contain}
.oc-product-info-card{display:grid;gap:16px}
.oc-stock-line{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;background:#ebf8ef;color:#2b935b;border-radius:999px;font-weight:800;width:max-content}
.oc-product-info-card h1{font-size:40px}
.oc-product-info-card .product-detail-prices .oc-main-price{font-size:34px}
.oc-product-info-card .product-detail-prices .oc-second-price{font-size:22px}
.oc-product-options label{font-size:14px;font-weight:800;color:#4b5668;margin-bottom:10px;display:block}
.oc-option-chips{display:flex;flex-wrap:wrap;gap:10px}
.oc-option-chip input{display:none}
.oc-option-chip span{display:inline-flex;padding:10px 14px;border:1px solid var(--oc-border);border-radius:14px;background:#fff;font-weight:700}
.oc-option-chip input:checked + span{border-color:var(--oc-blue);background:#f2f6ff;color:var(--oc-blue)}
.oc-product-buy-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.oc-extra-actions{display:flex;gap:12px;flex-wrap:wrap}
.oc-extra-actions .oc-secondary-btn{width:auto}
.oc-description-box,.oc-tags-box{padding-top:14px;border-top:1px solid #edf1f6;color:#566175;line-height:1.7}
.oc-description-box h3{margin:0 0 12px;font-size:20px;font-weight:900;color:var(--oc-text)}

.oc-cart-page{background:#fff;border:1px solid var(--oc-border);border-radius:22px;padding:24px}
.oc-cart-table-wrap{margin-top:18px}
.oc-cart-table thead th{border-bottom:1px solid var(--oc-border);color:#667182;font-size:13px;text-transform:uppercase;letter-spacing:.3px}
.oc-cart-table tbody td{vertical-align:middle;border-color:#eef2f7}
.oc-cart-table .img-thumbnail{width:70px;height:70px;object-fit:contain;border-radius:14px;border:1px solid #eef2f7}
.oc-quantity-group{max-width:220px}
.oc-cart-totals-card{border:1px solid var(--oc-border);border-radius:20px;padding:20px;background:#fbfcfe}
.oc-cart-page-actions{display:grid;gap:10px;margin-top:16px}
.cart-page-no-sticky .oc-sticky-cart{display:none}

@media (max-width:1450px){
  .oc-with-sticky-cart{padding-right:0}
  .oc-sticky-cart{display:none!important}
}
@media (max-width:1199px){
  .oc-header-row{flex-wrap:wrap}
  .oc-logo{width:140px}
  .oc-logo-top{font-size:50px}
  .oc-logo-bottom{font-size:22px}
  .oc-main-catalog h1,.oc-search-page-box h1,.oc-cart-page h1{font-size:42px}
  .oc-product-page{grid-template-columns:1fr}
}
@media (max-width:991px){
  .oc-top-strip{display:none}
  .oc-mobile-menu-toggle,.oc-mobile-cart-toggle{display:inline-flex;align-items:center;justify-content:center}
  .oc-header-row{gap:12px}
  .oc-header-actions .oc-action-text{display:none}
  .oc-menu-shell{width:100%}
  .oc-catalog-dropdown{display:none}
  .oc-menu-search{width:100%}
  .oc-catalog-layout{grid-template-columns:1fr}
  .oc-sidebar{display:none!important}
  .oc-main-catalog h1,.oc-search-page-box h1,.oc-cart-page h1,.oc-product-info-card h1{font-size:34px}
  .oc-product-actions{grid-template-columns:1fr 1fr 48px}
}
@media (max-width:767px){
  .container-fluid{padding-left:14px;padding-right:14px}
  .oc-logo{width:118px}
  .oc-logo-top{font-size:42px;letter-spacing:-2px}
  .oc-logo-bottom{font-size:18px}
  .oc-search-input,.oc-search-button,.oc-catalog-button{height:50px}
  .oc-search-button{min-width:96px;font-size:15px;padding:0 18px}
  .oc-page-wrap{padding-top:14px}
  .oc-page-head{display:block}
  .oc-toolbar{gap:10px}
  .oc-toolbar select{width:100%}
  .oc-product-image-wrap{height:180px}
  .oc-product-title{font-size:16px;min-height:42px}
  .oc-main-price{font-size:26px}
  .oc-second-price{font-size:20px}
  .oc-product-actions{grid-template-columns:1fr;}
  .oc-heart-btn{width:100%}
  .oc-product-main-image{height:320px}
  .oc-cart-page{padding:16px}
  .oc-cart-table{min-width:700px}
}
.oc-sidebar .list-group-item.active,.panel .list-group-item.active{background:#eef4ff;color:var(--oc-blue);border-color:transparent;font-weight:800}
.oc-sidebar .list-group-item.child,.panel .list-group-item.child{padding-left:28px;font-size:13px;color:#68758a}
.oc-filter-group-title{font-size:15px;font-weight:800;color:var(--oc-text)!important;background:#fff!important}
.oc-filter-group-box{background:#fff!important}
/* ===== v1.2 compact pass ===== */
body.oc-store{font-size:14px;line-height:1.35;background:#f7f9fc}
.container-fluid{max-width:1680px;padding-left:18px;padding-right:18px}
.oc-top-badge{min-height:62px;padding:10px 24px;gap:12px}
.oc-top-icon{width:36px;height:36px;font-size:17px;border-radius:10px}
.oc-top-title{font-size:14px}
.oc-top-subtitle{font-size:12px;margin-top:2px}
.oc-header-row{padding:10px 0;gap:14px}
.oc-logo{width:138px}
.oc-logo-top{font-size:49px;letter-spacing:-2px}
.oc-logo-bottom{font-size:21px;margin-top:-3px}
.oc-header-actions{gap:14px}
.oc-action-link{gap:7px}
.oc-action-icon{font-size:23px;width:30px}
.oc-action-text{font-size:13px}
.oc-profile{width:34px;height:34px;font-size:15px}
.oc-catalog-button,.oc-search-input,.oc-search-button{height:46px}
.oc-catalog-button{padding:0 20px;border-radius:10px;gap:9px;font-size:18px}
.oc-catalog-button span{font-size:14px}
.oc-search-input{border-radius:10px 0 0 10px;padding:0 16px;font-size:14px}
.oc-search-button{border-radius:0 10px 10px 0;min-width:110px;padding:0 22px;font-size:14px}
.oc-page-wrap{padding-top:14px;padding-bottom:24px}
.oc-breadcrumbs{margin-bottom:12px}
.oc-breadcrumbs>li{font-size:12px}
.oc-with-sticky-cart{padding-right:330px}
.oc-catalog-layout{grid-template-columns:238px minmax(0,1fr);gap:18px}
.oc-sidebar .panel{border-radius:13px;margin-bottom:14px}
.oc-sidebar .panel-heading{padding:14px 14px 9px;font-size:16px}
.oc-sidebar .list-group-item{padding:8px 14px;font-size:12px}
.oc-sidebar .list-group-item.child{padding-left:23px;font-size:11px}
.oc-sidebar .panel-footer{padding:10px 14px 14px}
.oc-sidebar .checkbox{margin:5px 0;font-size:12px}
.oc-main-catalog h1,.oc-search-page-box h1,.oc-cart-page h1,.oc-product-info-card h1{font-size:31px;letter-spacing:-.6px}
.oc-page-head{margin-bottom:12px;align-items:center}
.oc-page-count{margin-top:5px;padding:5px 9px;font-size:11px}
.oc-view-toggle{gap:6px}
.oc-view-toggle button{width:38px;height:38px;border-radius:9px}
.oc-category-intro{padding:12px;border-radius:13px;margin-bottom:12px}
.oc-category-thumb{width:86px;height:86px;border-radius:10px}
.oc-category-description{font-size:12px;line-height:1.45}
.oc-toolbar{gap:8px;margin-bottom:12px}
.oc-toolbar select,.oc-form-control{height:38px;border-radius:9px;padding:0 10px;font-size:12px}
.oc-check-lite{height:38px;font-size:12px}
.oc-products-grid{margin-left:-6px;margin-right:-6px}
.oc-product-col{padding:6px}
.oc-product-card{border-radius:13px;padding:11px;box-shadow:0 3px 12px rgba(37,51,71,.04)}
.oc-product-card:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(37,51,71,.08)}
.oc-badge{top:9px;left:9px;padding:4px 7px;border-radius:7px;font-size:9px}
.oc-product-image-wrap{height:145px;padding:8px 5px;margin-bottom:5px}
.oc-product-title{font-size:13px;line-height:1.25;min-height:33px;margin-bottom:7px}
.oc-product-prices{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4px 8px;margin-bottom:7px;align-items:end}
.oc-main-price,.oc-second-price{font-size:18px;letter-spacing:-.25px;white-space:nowrap}
.oc-second-price{font-size:16px;text-align:right}
.oc-main-price small,.oc-second-price small{font-size:9px;margin-left:2px;display:inline}
.oc-pack-note{grid-column:1 / -1;font-size:10px;color:#8b94a5;text-align:right;margin-top:-2px}
.oc-sale-type-switch{border-radius:8px;margin-bottom:8px}
.oc-sale-type-switch button{padding:6px 5px;font-size:11px}
.oc-product-actions{grid-template-columns:84px minmax(0,1fr) 34px;gap:6px}
.oc-qty-control{grid-template-columns:26px 1fr 26px;height:34px;border-radius:8px}
.oc-qty-btn{font-size:15px}
.oc-qty-input{font-size:12px}
.oc-add-cart-btn{height:34px;border-radius:8px;padding:0 7px;font-size:11px}
.oc-heart-btn{height:34px;border-radius:8px;font-size:14px}
.oc-bottom-toolbar{margin-top:14px}
.oc-sticky-cart{top:128px;right:14px;width:300px}
.oc-sticky-cart-inner{border-radius:14px;padding:13px;max-height:calc(100vh - 142px)}
.oc-cart-head{font-size:20px;letter-spacing:-.3px;margin-bottom:10px}
.oc-cart-head span{width:24px;height:24px;font-size:11px}
.oc-cart-items{gap:8px;margin-bottom:10px}
.oc-cart-item{grid-template-columns:48px 1fr auto;gap:8px;padding-bottom:8px}
.oc-cart-thumb{width:48px;height:48px;border-radius:9px}
.oc-cart-name{font-size:11px;line-height:1.2;margin-bottom:2px}
.oc-cart-small,.oc-cart-qty{font-size:10px}
.oc-cart-side{gap:5px;font-size:11px}
.oc-remove-cart{font-size:14px}
.oc-cart-summary{gap:5px;margin-bottom:8px;font-size:11px}
.oc-cart-total-row.total{font-size:18px;padding-top:8px}
.oc-cart-minimum{padding:8px 9px;border-radius:9px;font-size:10px;margin-bottom:8px}
.oc-cart-note{padding:8px 9px;border-radius:9px;margin-bottom:8px;font-size:10px}
.oc-checkout-btn,.oc-secondary-btn,.oc-primary-btn{height:38px;border-radius:9px;font-size:12px;padding:0 12px}
.oc-free-delivery-box{gap:8px;padding:9px;border-radius:10px;margin-top:8px}
.oc-free-delivery-box i{font-size:16px}
.oc-free-delivery-box strong{font-size:11px}
.oc-free-delivery-box span{font-size:10px}
.oc-search-page-box{border-radius:14px;padding:14px;margin-bottom:14px}
.oc-product-page{grid-template-columns:minmax(0,1fr) 420px;gap:18px}
.oc-product-gallery,.oc-product-info-card{border-radius:15px;padding:15px}
.oc-product-main-image{height:420px;border-radius:12px}
.oc-product-thumbs{gap:8px;margin-top:9px;grid-template-columns:repeat(auto-fill,minmax(68px,1fr))}
.oc-thumb{height:68px;border-radius:9px}
.oc-product-info-card{gap:11px}
.oc-stock-line{padding:5px 9px;font-size:11px}
.oc-product-info-card h1{font-size:28px}
.oc-product-info-card .product-detail-prices .oc-main-price{font-size:26px}
.oc-product-info-card .product-detail-prices .oc-second-price{font-size:18px;text-align:left}
.oc-sale-type-switch.big{max-width:280px}
.oc-qty-control.large{height:42px;max-width:180px}
.oc-add-cart-btn.large{height:42px;padding:0 18px;font-size:13px}
.oc-heart-btn.large{height:42px;width:42px}
.oc-description-box h3{font-size:16px}
.oc-cart-page{border-radius:15px;padding:16px}
.oc-cart-table .img-thumbnail{width:58px;height:58px;border-radius:9px}
.oc-cart-totals-card{border-radius:13px;padding:14px}
.oc-home-section{padding:15px 0 8px}
.oc-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.oc-section-head h2{font-size:24px;font-weight:900;margin:0;letter-spacing:-.4px}
.oc-home-products .oc-product-image-wrap{height:155px}

@media (max-width:1599px){
  .oc-with-sticky-cart{padding-right:310px}
  .oc-sticky-cart{width:282px}
  .oc-catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:14px}
  .oc-product-image-wrap{height:132px}
  .oc-main-price{font-size:16px}.oc-second-price{font-size:14px}
  .oc-product-actions{grid-template-columns:78px minmax(0,1fr) 32px}
}
@media (max-width:1399px){
  .oc-with-sticky-cart{padding-right:0}
  .oc-sticky-cart{display:none!important}
  .oc-product-image-wrap{height:150px}
}
@media (max-width:1199px){
  .oc-logo{width:116px}.oc-logo-top{font-size:41px}.oc-logo-bottom{font-size:18px}
  .oc-action-text{display:none}
  .oc-product-page{grid-template-columns:1fr 360px}
}
@media (max-width:991px){
  .oc-header-row{padding:8px 0;flex-wrap:wrap}
  .oc-header-center{order:3;flex-basis:100%}
  .oc-menu-shell{gap:8px}
  .oc-catalog-layout{grid-template-columns:1fr}
  .oc-product-page{grid-template-columns:1fr}
}
@media (max-width:767px){
  .container-fluid{padding-left:10px;padding-right:10px}
  .oc-header-row{gap:8px}
  .oc-logo{width:94px}.oc-logo-top{font-size:34px}.oc-logo-bottom{font-size:15px}
  .oc-search-input,.oc-search-button{height:40px}
  .oc-search-button{min-width:76px;padding:0 12px;font-size:12px}
  .oc-main-catalog h1,.oc-search-page-box h1,.oc-cart-page h1,.oc-product-info-card h1{font-size:25px}
  .oc-products-grid .oc-product-col{width:50%;float:left}
  .oc-product-card{padding:8px}
  .oc-product-image-wrap{height:120px;padding:4px}
  .oc-product-title{font-size:11px;min-height:29px}
  .oc-product-prices{grid-template-columns:1fr;gap:2px}
  .oc-main-price,.oc-second-price{font-size:14px;text-align:left}.oc-main-price small,.oc-second-price small{font-size:8px}
  .oc-pack-note{grid-column:1;text-align:left;font-size:9px}
  .oc-sale-type-switch button{font-size:9px;padding:5px 2px}
  .oc-product-actions{grid-template-columns:1fr}
  .oc-qty-control,.oc-add-cart-btn,.oc-heart-btn{height:31px}
  .oc-heart-btn{width:100%}
  .oc-product-main-image{height:290px}
  .oc-section-head h2{font-size:20px}
}
.oc-page-head>div:first-child{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.oc-page-head .oc-page-count{margin-top:0}
/* normalize legacy pages so old template utility markup never breaks the new shell */
body.oc-store .container{max-width:1320px}
body.oc-store .panel{box-shadow:none}
body.oc-store .btn-primary{background:#0d5de6;border-color:#0d5de6}
body.oc-store .btn-primary:hover{background:#084bc0;border-color:#084bc0}
body.oc-store .form-control{border-radius:8px;border-color:#dfe5ef;box-shadow:none}
body.oc-store .table>thead>tr>td,body.oc-store .table>thead>tr>th{border-bottom-color:#e6ebf2}
body.oc-store .product-thumb{background:#fff;border:1px solid #e3e8f1;border-radius:12px;overflow:hidden}
body.oc-store .product-thumb .image{padding:10px;text-align:center}
body.oc-store .product-thumb .image img{margin:auto;max-height:180px;object-fit:contain}
body.oc-store .product-thumb .caption{padding:10px 12px}
body.oc-store .product-thumb h4{font-size:13px;font-weight:800;line-height:1.3}
body.oc-store .product-thumb .price{font-size:16px;font-weight:800;color:#1f2937}
body.oc-store .product-thumb .button-group{display:flex;border-top:1px solid #e7ebf1}
body.oc-store .product-thumb .button-group button{flex:1;border:0;background:#fff;padding:9px;color:#445169}
body.oc-store .product-thumb .button-group button:first-child{background:#0d5de6;color:#fff}

/* ===== v1.3 reference-matched catalog + working filters/cart ===== */
body.oc-store{background:#f6f8fc;color:#202634}
.oc-top-strip{height:74px;background:#fff;overflow:hidden}
.oc-top-strip-inner{display:grid;grid-template-columns:34% 31% 35%;height:74px;max-width:none;margin:0;padding:0}
.oc-top-badge{min-height:74px;height:74px;padding:0 34px 0 52px;gap:18px;border-radius:0;overflow:visible}
.oc-top-badge:after{right:-28px;width:56px;transform:skewX(-28deg)}
.oc-top-badge.oc-blue{z-index:3;background:linear-gradient(90deg,#1077dd 0%,#1e84e3 100%)}
.oc-top-badge.oc-orange{z-index:2;background:linear-gradient(90deg,#ffa900 0%,#ff9b0a 100%)}
.oc-top-badge.oc-green{z-index:1;background:linear-gradient(90deg,#14b96f 0%,#18b56d 65%,#1aa65f 100%)}
.oc-top-icon{width:45px;height:45px;border-radius:0;background:transparent;font-size:31px;color:#fff}
.oc-top-title{font-size:19px;font-weight:900;letter-spacing:.1px;line-height:1.05}
.oc-top-subtitle{font-size:15px;font-weight:700;margin-top:3px}
.oc-delivery-banner{position:relative;padding-right:205px}
.oc-almaty-skyline{position:absolute!important;z-index:1!important;right:0;top:0;width:190px;height:74px;background:url('../img/almaty-top.jpg') center right/cover no-repeat;opacity:.9;mix-blend-mode:screen}
.oc-delivery-banner .oc-top-copy,.oc-delivery-banner .oc-top-icon{z-index:3!important}

.oc-header{box-shadow:0 1px 0 rgba(32,48,70,.05)}
.oc-header-row{padding:12px 0;min-height:82px}
.oc-logo{width:150px;text-align:center}
.oc-logo-top{font-size:51px;letter-spacing:-2.5px;line-height:.78}
.oc-logo-bottom{font-size:22px;margin-top:7px;line-height:1}
.oc-catalog-button,.oc-search-input,.oc-search-button{height:45px}
.oc-catalog-button{padding:0 21px;border-radius:8px;font-weight:800}
.oc-search-input{border:1.5px solid #2f73e9;border-right:0;border-radius:8px 0 0 8px}
.oc-search-button{min-width:102px;border-radius:0 8px 8px 0}
.oc-header-actions{gap:20px}
.oc-action-link{font-size:13px;font-weight:700}
.oc-action-icon{font-size:26px}
.oc-profile{background:#f7f8fa;border-color:#e4e8ee}

.oc-page-wrap{padding-top:14px}
.oc-with-sticky-cart{padding-right:336px}
.oc-catalog-layout{grid-template-columns:240px minmax(0,1fr);gap:18px}
.oc-main-catalog{min-width:0}
.oc-main-catalog h1{font-size:30px}
.oc-page-head{margin-bottom:10px}
.oc-page-head-actions{display:flex;align-items:center;gap:8px}
.oc-page-count{background:#eaf1ff;color:#567bb7;border-radius:8px;font-size:11px;padding:5px 9px}
.oc-category-intro-compact{display:none}

.oc-sidebar-card{background:#fff;border:1px solid #dfe5ee;border-radius:12px;margin-bottom:10px;overflow:hidden;box-shadow:0 2px 10px rgba(36,50,75,.03)}
.oc-sidebar-title{font-size:14px;font-weight:900;color:#1d2430}
.oc-categories-card .oc-sidebar-title{padding:12px 14px 8px}
.oc-category-list{padding:0 8px 8px}
.oc-category-row{border-radius:7px;overflow:hidden}
.oc-category-link{display:flex;align-items:center;gap:9px;padding:6px 7px;border-radius:7px;font-size:11px;font-weight:700;color:#303a4a}
.oc-category-link:hover,.oc-category-row.active>.oc-category-link{background:#eaf2ff;color:#0d5de6}
.oc-category-icon{width:18px;text-align:center;color:#7b8797;font-size:12px}
.oc-category-row.active .oc-category-icon{color:#0d5de6}
.oc-category-children{display:none;padding:0 0 5px 31px}
.oc-category-children.open{display:grid;gap:2px}
.oc-category-children a{display:block;padding:4px 4px;font-size:10px;color:#6f7a89;border-radius:5px}
.oc-category-children a:hover,.oc-category-children a.active{color:#0d5de6;background:#f4f7fc}

.oc-filter-card{padding-bottom:8px}
.oc-filter-head{display:flex;align-items:center;justify-content:space-between;padding:12px 13px 8px}
.oc-filter-clear{border:0;background:transparent;color:#0d5de6;font-size:10px;font-weight:700;padding:0}
.oc-filter-section{padding:10px 13px;border-top:1px solid #edf0f4}
.oc-filter-title{font-size:11px;font-weight:900;margin-bottom:8px;color:#303744}
.oc-price-range-line{height:16px;position:relative;margin:2px 2px 4px}
.oc-price-range-line:before{content:"";position:absolute;left:0;right:0;top:7px;height:2px;background:#0d5de6;border-radius:2px}
.oc-price-range-line span,.oc-price-range-line i{position:absolute;top:3px;width:10px;height:10px;border-radius:50%;background:#0d5de6}
.oc-price-range-line span{left:0}.oc-price-range-line i{right:0}
.oc-price-inputs{display:grid;grid-template-columns:1fr auto 1fr;gap:5px;align-items:center}
.oc-price-inputs input{width:100%;height:30px;border:1px solid #dfe5ef;border-radius:7px;padding:0 8px;font-size:10px;outline:0}
.oc-price-inputs span{color:#a6aeba;font-size:10px}
.oc-filter-options{display:grid;gap:6px}
.oc-filter-check{display:flex;align-items:flex-start;gap:7px;margin:0;font-size:10px;font-weight:600;color:#4b5667;cursor:pointer}
.oc-filter-check input{margin:1px 0 0;accent-color:#0d5de6}
.oc-filter-apply{display:block;width:calc(100% - 26px);height:32px;margin:6px 13px 4px;border:0;border-radius:8px;background:#0d5de6;color:#fff;font-size:11px;font-weight:800}
.oc-filter-pulse{animation:ocFilterPulse 1.1s ease}
@keyframes ocFilterPulse{0%,100%{background:#fff}50%{background:#eaf2ff}}

.oc-toolbar-ref{display:flex;align-items:center;gap:8px;margin:2px 0 12px}
.oc-sort-pill-wrap{position:relative}
.oc-sort-pill,.oc-toolbar-pill{height:36px;border:1px solid #dbe1ea;border-radius:8px;background:#fff;color:#2f3745;font-size:11px;font-weight:700;padding:0 12px;outline:0}
.oc-sort-pill{min-width:120px;padding-right:28px}
.oc-toolbar-pill:hover{border-color:#bfc9d7;background:#fafcff}
.oc-toolbar-stock{display:flex;align-items:center;gap:7px;height:36px;margin:0 0 0 4px;font-size:10px;font-weight:700;color:#4d5768}
.oc-toolbar-stock input{accent-color:#0d5de6}
.oc-mobile-filter-btn{height:34px;border:1px solid #dbe1ea;border-radius:8px;background:#fff;color:#334052;padding:0 10px;align-items:center;gap:6px;font-size:11px;font-weight:800}

.oc-products-grid{margin-left:-5px;margin-right:-5px}
.oc-product-col{padding:5px}
.oc-product-card{padding:9px;border-radius:10px;border-color:#dfe5ee}
.oc-product-image-wrap{height:126px;margin-bottom:4px}
.oc-product-title{font-size:11.5px;min-height:29px;line-height:1.24;margin-bottom:5px}
.oc-badge{top:7px;left:7px;padding:3px 6px;font-size:8px;border-radius:6px}
.oc-card-heart-top{display:none;position:absolute;right:7px;top:7px;z-index:3;width:27px;height:27px;border:1px solid #e0e5ed;border-radius:50%;background:#fff;color:#8791a0}
.oc-product-prices{gap:2px 7px;margin-bottom:5px}
.oc-main-price{font-size:15px}.oc-second-price{font-size:13px}
.oc-main-price small,.oc-second-price small{font-size:7.5px}
.oc-pack-note{font-size:8px}
.oc-sale-type-switch{margin-bottom:5px;border-radius:7px}
.oc-sale-type-switch button{padding:4px 3px;font-size:9px}
.oc-product-actions{grid-template-columns:76px minmax(0,1fr) 29px;gap:5px}
.oc-qty-control{grid-template-columns:23px 1fr 23px;height:30px;border-radius:7px}
.oc-qty-btn{font-size:13px}.oc-qty-input{font-size:10px}
.oc-add-cart-btn{height:30px;border-radius:7px;font-size:9.5px;padding:0 6px}
.oc-heart-btn{height:30px;border-radius:7px;font-size:12px}
.oc-view-toggle button{width:34px;height:34px;border-radius:7px}

.oc-products-grid.oc-list-view .oc-product-col{width:100%!important;float:none!important}
.oc-products-grid.oc-list-view .oc-product-card{display:grid;grid-template-columns:140px minmax(180px,1fr) 220px;grid-template-rows:auto auto 1fr;gap:5px 14px;align-items:center}
.oc-products-grid.oc-list-view .oc-product-image-wrap{grid-row:1/4;height:110px;margin:0}
.oc-products-grid.oc-list-view .oc-product-title{grid-column:2;margin:0;min-height:0;font-size:13px}
.oc-products-grid.oc-list-view .oc-product-prices{grid-column:2;margin:0}
.oc-products-grid.oc-list-view .oc-sale-type-switch{grid-column:3;grid-row:1;margin:0}
.oc-products-grid.oc-list-view .oc-product-actions{grid-column:3;grid-row:2/4;width:100%}

.oc-sticky-cart{top:148px;width:304px;right:12px}
.oc-sticky-cart-inner{padding:12px;border-radius:12px;max-height:calc(100vh - 160px)}
.oc-cart-head{font-size:17px}
.oc-cart-item{grid-template-columns:45px 1fr auto;gap:7px}
.oc-cart-thumb{width:45px;height:45px}
.oc-cart-name{font-size:10px}
.oc-cart-small{font-size:9px}
.oc-mini-qty-control{display:grid;grid-template-columns:24px 30px 24px;height:26px;border:1px solid #e0e5ed;border-radius:6px;overflow:hidden;width:max-content;margin-top:5px}
.oc-mini-qty-control button{border:0;background:#fff;font-size:12px;color:#4d5666;padding:0}
.oc-mini-qty-control input{width:30px;border:0;border-left:1px solid #edf0f4;border-right:1px solid #edf0f4;text-align:center;font-size:9px;font-weight:700;padding:0}
.oc-clear-cart{border:0;background:transparent;color:#0d5de6;font-size:9px;padding:1px 0 7px}
.oc-checkout-btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:auto}

.oc-filter-drawer{position:fixed;inset:0;z-index:450;pointer-events:none}
.oc-filter-drawer.open{pointer-events:auto}
.oc-filter-drawer-overlay{position:absolute;inset:0;background:rgba(15,24,38,.45);opacity:0;transition:.2s}
.oc-filter-drawer-body{position:absolute;top:0;bottom:0;left:0;width:min(92vw,350px);background:#f7f9fc;transform:translateX(-100%);transition:.25s;overflow:auto;padding:12px}
.oc-filter-drawer.open .oc-filter-drawer-overlay{opacity:1}
.oc-filter-drawer.open .oc-filter-drawer-body{transform:translateX(0)}
.oc-filter-drawer .oc-sidebar-card{display:block!important}

@media (max-width:1599px){
  .oc-with-sticky-cart{padding-right:316px}
  .oc-catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:13px}
  .oc-top-title{font-size:16px}.oc-top-subtitle{font-size:13px}
  .oc-top-badge{padding-left:36px}
  .oc-delivery-banner{padding-right:170px}
  .oc-almaty-skyline{width:165px}
}
@media (max-width:1399px){
  .oc-with-sticky-cart{padding-right:0}
  .oc-sticky-cart{display:none!important}
}
@media (max-width:1199px){
  .oc-top-strip{height:64px}.oc-top-strip-inner,.oc-top-badge{height:64px;min-height:64px}
  .oc-top-title{font-size:14px}.oc-top-subtitle{font-size:11px}.oc-top-icon{font-size:24px;width:34px}
  .oc-almaty-skyline{height:64px}
}
@media (max-width:991px){
  .oc-top-strip{display:none!important}
  .oc-header-row{min-height:0}
  .oc-toolbar-ref{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}
  .oc-toolbar-ref>*{flex:0 0 auto}
}
@media (max-width:767px){
  .oc-products-grid .oc-product-col{width:50%;float:left}
  .oc-product-image-wrap{height:106px}
  .oc-product-actions{grid-template-columns:1fr}
  .oc-heart-btn{display:none}
  .oc-card-heart-top{display:block}
  .oc-product-prices{grid-template-columns:1fr}
  .oc-main-price,.oc-second-price{text-align:left}
  .oc-pack-note{text-align:left;grid-column:1}
  .oc-products-grid.oc-list-view .oc-product-card{display:grid;grid-template-columns:100px minmax(0,1fr);gap:5px 9px}
  .oc-products-grid.oc-list-view .oc-product-image-wrap{grid-row:1/5;height:92px}
  .oc-products-grid.oc-list-view .oc-product-title,.oc-products-grid.oc-list-view .oc-product-prices,.oc-products-grid.oc-list-view .oc-sale-type-switch,.oc-products-grid.oc-list-view .oc-product-actions{grid-column:2;grid-row:auto}
}

/* ===== v1.4 homepage sidebar + dropdown cart + box mode ===== */
.oc-top-strip{height:86px}
.oc-top-strip-inner{height:86px}
.oc-top-badge{height:86px;min-height:86px;padding-left:58px;padding-right:38px}
.oc-top-icon{width:50px;height:50px;font-size:34px}
.oc-top-title{font-size:20px}
.oc-top-subtitle{font-size:15px}
.oc-delivery-banner{padding-right:245px}
.oc-almaty-skyline{width:230px;height:86px;opacity:.95}

.oc-with-sticky-cart{padding-right:18px!important}
.oc-cart-header-button{border:0;background:transparent;padding:0;cursor:pointer;font-family:inherit}
.oc-cart-header-button:hover{color:var(--oc-blue)}
.oc-cart-popover{position:fixed;z-index:330;top:168px;right:18px;width:326px;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.985);transform-origin:top right;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none}
.oc-cart-popover.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}
.oc-cart-popover .oc-sticky-cart-inner{background:#fff;border:1px solid #dfe5ee;border-radius:14px;padding:14px;box-shadow:0 18px 48px rgba(33,47,70,.18);max-height:calc(100vh - 184px);overflow:auto}
.oc-cart-head{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;margin-bottom:10px}
.oc-cart-head-title{font-size:18px;font-weight:900;color:#202634}
.oc-cart-head-count{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#ff8a00;color:#fff;font-size:11px;font-weight:900}
.oc-cart-close{width:28px;height:28px;border:0;border-radius:8px;background:#f5f7fa;color:#748094}
.oc-cart-popover .oc-cart-item{grid-template-columns:54px minmax(0,1fr) auto;gap:9px;padding-bottom:10px}
.oc-cart-popover .oc-cart-thumb{width:54px;height:54px;border-radius:10px}
.oc-cart-popover .oc-cart-name{font-size:11px;line-height:1.25}
.oc-cart-popover .oc-cart-small{font-size:10px;margin-bottom:5px}
.oc-cart-popover .oc-cart-side strong{font-size:12px;white-space:nowrap}
.oc-cart-mode-label{font-size:9px;color:#8a94a4;margin-top:4px}
.oc-mini-qty-control{display:grid;grid-template-columns:26px 34px 26px;width:max-content;height:26px;border:1px solid #dfe5ee;border-radius:7px;overflow:hidden;background:#fff}
.oc-mini-qty-control button{border:0;background:#fff;font-size:13px;font-weight:900;color:#566173;padding:0}
.oc-mini-qty-control input{width:34px;border:0;border-left:1px solid #edf1f5;border-right:1px solid #edf1f5;text-align:center;font-size:10px;font-weight:800;padding:0}
.oc-clear-cart{border:0;background:transparent;color:#0d5de6;font-size:10px;font-weight:700;padding:2px 0 8px}
.oc-cart-full-link{display:block;text-align:center;font-size:10px;font-weight:700;color:#0d5de6;margin-top:8px}
.oc-empty-cart-box span{display:block;font-size:11px;color:#9aa3b1;margin-top:-4px}

.oc-home-page{padding-top:14px;padding-bottom:28px}
.oc-home-top-content{margin-bottom:12px}
.oc-home-catalog-layout{align-items:start}
.oc-home-page-head{margin-top:0}
.oc-home-page-head h1{font-size:30px}
.oc-brand-list{display:grid;gap:5px;max-height:170px;overflow:auto;padding-right:2px}
.oc-category-chevron{margin-left:auto;color:#a5aebc;font-size:10px}
.oc-category-row:hover>.oc-category-children{display:grid}
.oc-toolbar-pill.active{border-color:#0d5de6;color:#0d5de6;background:#f2f6ff}
.oc-pack-note.active-box{color:#0d5de6;font-weight:800}
.oc-add-cart-btn.loading{position:relative;color:transparent!important;pointer-events:none;opacity:.85}
.oc-add-cart-btn.loading:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:ocspin .65s linear infinite}
@keyframes ocspin{to{transform:rotate(360deg)}}
.oc-product-card{contain:layout paint;}
.oc-product-card:focus-within{box-shadow:0 0 0 2px rgba(13,93,230,.08),0 9px 24px rgba(31,46,72,.07)}
.oc-product-image{transition:transform .2s ease}
.oc-product-card:hover .oc-product-image{transform:scale(1.025)}
.oc-sale-type-switch button{transition:background .15s ease,color .15s ease}
.oc-filter-check input:disabled+span{opacity:.72}

@media (max-width:1399px){
  .oc-cart-popover{right:12px;width:310px}
}
@media (max-width:991px){
  .oc-with-sticky-cart{padding-right:10px!important}
  .oc-cart-popover{display:none!important}
  .oc-home-page{padding-top:10px}
}
@media (max-width:767px){
  .oc-home-page-head h1{font-size:25px}
}

/* ===== v1.5 compact homepage composition ===== */
.oc-home-page-v15{padding-top:12px;padding-bottom:24px}
.oc-home-master-layout{display:grid;grid-template-columns:198px minmax(0,1fr);gap:14px;align-items:start}
.oc-home-sidebar{min-width:0}
.oc-home-main-column{min-width:0}
.oc-home-main-column .oc-home-top-content{margin:0 0 10px}
.oc-home-main-column .oc-home-section{padding:0 0 8px;margin:0}
.oc-home-main-column .oc-home-section>.container-fluid{max-width:none;width:100%;padding-left:0;padding-right:0}
.oc-home-main-column .oc-section-head{margin-bottom:6px}
.oc-home-main-column .oc-section-head h2{font-size:18px;line-height:1.1;margin:0;font-weight:900}
.oc-home-catalog-block{margin-top:6px}
.oc-home-page-v15 .oc-sidebar-card{margin-bottom:8px;border-radius:10px}
.oc-home-page-v15 .oc-categories-card .oc-sidebar-title{padding:9px 10px 6px;font-size:12px}
.oc-home-page-v15 .oc-category-list{padding:0 5px 5px}
.oc-home-page-v15 .oc-category-link{gap:6px;padding:4px 5px;font-size:9.5px;line-height:1.2;border-radius:6px}
.oc-home-page-v15 .oc-category-icon{width:15px;font-size:10px}
.oc-home-page-v15 .oc-category-chevron{margin-left:auto;font-size:9px}
.oc-home-page-v15 .oc-category-children{padding-left:23px}
.oc-home-page-v15 .oc-category-children a{padding:3px;font-size:9px}
.oc-home-page-v15 .oc-filter-head{padding:9px 10px 6px}
.oc-home-page-v15 .oc-filter-head .oc-sidebar-title{font-size:12px}
.oc-home-page-v15 .oc-filter-clear{font-size:9px}
.oc-home-page-v15 .oc-filter-section{padding:8px 10px}
.oc-home-page-v15 .oc-filter-title{font-size:10px;margin-bottom:6px}
.oc-home-page-v15 .oc-price-range-line{height:13px;margin-bottom:2px}
.oc-home-page-v15 .oc-price-range-line:before{top:6px}
.oc-home-page-v15 .oc-price-range-line span,.oc-home-page-v15 .oc-price-range-line i{top:2px;width:9px;height:9px}
.oc-home-page-v15 .oc-price-inputs input{height:27px;font-size:9px;padding:0 6px}
.oc-home-page-v15 .oc-filter-check{font-size:9px;gap:5px;margin-bottom:4px}
.oc-home-page-v15 .oc-brand-list{max-height:92px;overflow:auto;padding-right:2px}
.oc-home-page-v15 .oc-filter-apply{width:calc(100% - 20px);height:28px;margin:5px 10px 3px;font-size:10px;border-radius:6px}
.oc-home-page-v15 .oc-home-page-head{margin:0 0 6px}
.oc-home-page-v15 .oc-home-page-head h1{font-size:25px;line-height:1}
.oc-home-page-v15 .oc-toolbar-ref{margin:0 0 7px;gap:5px}
.oc-home-page-v15 .oc-toolbar-pill,.oc-home-page-v15 .oc-sort-pill{height:30px;font-size:9.5px;padding:0 9px;border-radius:6px}
.oc-home-page-v15 .oc-toolbar-stock{height:30px;font-size:9px}
.oc-home-page-v15 .oc-view-toggle button{width:30px;height:30px}
.oc-home-page-v15 .oc-page-count{padding:4px 7px;font-size:9px}

/* denser cards on the homepage, matching the reference proportions */
.oc-home-page-v15 .oc-products-grid{margin-left:-4px;margin-right:-4px}
.oc-home-page-v15 .oc-product-col{padding:4px}
.oc-home-page-v15 .oc-product-card{padding:7px;border-radius:9px;min-height:0}
.oc-home-page-v15 .oc-product-image-wrap{height:108px;margin-bottom:3px;padding:4px}
.oc-home-page-v15 .oc-home-products .oc-product-image-wrap{height:105px}
.oc-home-page-v15 .oc-product-title{font-size:10px;line-height:1.18;min-height:24px;margin-bottom:3px}
.oc-home-page-v15 .oc-product-prices{gap:1px 5px;margin-bottom:3px}
.oc-home-page-v15 .oc-main-price{font-size:13px}
.oc-home-page-v15 .oc-second-price{font-size:11px}
.oc-home-page-v15 .oc-main-price small,.oc-home-page-v15 .oc-second-price small{font-size:6.5px;margin-left:2px}
.oc-home-page-v15 .oc-pack-note{font-size:7px;line-height:1.1}
.oc-home-page-v15 .oc-sale-type-switch{margin-bottom:3px;border-radius:6px}
.oc-home-page-v15 .oc-sale-type-switch button{padding:3px 2px;font-size:8px}
.oc-home-page-v15 .oc-product-actions{grid-template-columns:62px minmax(0,1fr) 26px;gap:3px}
.oc-home-page-v15 .oc-qty-control{grid-template-columns:19px 1fr 19px;height:27px;border-radius:6px}
.oc-home-page-v15 .oc-qty-btn{font-size:11px}
.oc-home-page-v15 .oc-qty-input{font-size:9px}
.oc-home-page-v15 .oc-add-cart-btn{height:27px;border-radius:6px;font-size:8px;padding:0 4px}
.oc-home-page-v15 .oc-heart-btn{height:27px;border-radius:6px;font-size:10px}
.oc-home-page-v15 .oc-badge{top:5px;left:5px;font-size:7px;padding:2px 5px}

/* Compact general catalog a little further without making it hard to read */
.oc-page-wrap .oc-catalog-layout{grid-template-columns:205px minmax(0,1fr);gap:12px}
.oc-page-wrap .oc-product-card{padding:8px}
.oc-page-wrap .oc-product-image-wrap{height:116px}
.oc-page-wrap .oc-product-title{font-size:10.5px;min-height:26px}
.oc-page-wrap .oc-product-actions{grid-template-columns:68px minmax(0,1fr) 27px;gap:4px}
.oc-page-wrap .oc-qty-control,.oc-page-wrap .oc-add-cart-btn,.oc-page-wrap .oc-heart-btn{height:28px}

/* When box mode is active, make the box price the visual focus. */
.oc-product-card[data-mode="box"] .oc-second-price,.oc-product-info-card[data-mode="box"] .oc-second-price{color:#0d5de6;font-weight:900}
.oc-product-card[data-mode="box"] .oc-main-price,.oc-product-info-card[data-mode="box"] .oc-main-price{color:#687386;font-weight:700}
.oc-product-card[data-mode="units"] .oc-main-price,.oc-product-info-card[data-mode="units"] .oc-main-price{color:#202634;font-weight:900}

@media (min-width:992px){
  .oc-home-sidebar{position:sticky;top:82px;max-height:calc(100vh - 92px);overflow:auto;scrollbar-width:thin}
}
@media (max-width:1199px) and (min-width:992px){
  .oc-home-master-layout{grid-template-columns:182px minmax(0,1fr);gap:10px}
  .oc-home-page-v15 .oc-product-image-wrap{height:96px}
  .oc-home-page-v15 .oc-product-title{font-size:9.5px}
}
@media (max-width:991px){
  .oc-home-master-layout{display:block}
  .oc-home-main-column .oc-home-top-content{margin-bottom:8px}
}

/* ===== v1.6 readability + 3 benefit blocks + no auto-open cart ===== */
.oc-home-page-v15 .oc-home-top-content > div:not(.oc-home-section):not(.alert),
.oc-home-page-v15 .oc-home-top-content > section:not(.oc-home-section){display:none!important}
.oc-home-trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:#fff;border:1px solid #dfe5ee;border-radius:14px;padding:16px 18px;margin:8px 0 12px;box-shadow:0 3px 14px rgba(37,50,72,.04)}
.oc-trust-card{display:flex;align-items:center;gap:14px;min-width:0;padding:8px 10px;position:relative}
.oc-trust-card + .oc-trust-card:before{content:"";position:absolute;left:-6px;top:10px;bottom:10px;width:1px;background:#e7edf5}
.oc-trust-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#edf3ff;color:#2f6ce3;font-size:20px;flex:0 0 42px}
.oc-trust-text strong{display:block;font-size:16px;line-height:1.15;color:#33415a;font-weight:900}
.oc-trust-text span{display:block;font-size:14px;line-height:1.25;color:#7080a1;font-weight:600;margin-top:2px}

.oc-home-master-layout{grid-template-columns:232px minmax(0,1fr)!important;gap:16px!important}
.oc-home-page-v15 .oc-sidebar-card{border-radius:12px;margin-bottom:10px}
.oc-home-page-v15 .oc-categories-card .oc-sidebar-title,
.oc-home-page-v15 .oc-filter-head .oc-sidebar-title{padding:12px 14px 8px;font-size:15px;line-height:1.15}
.oc-home-page-v15 .oc-filter-head{padding:12px 14px 8px}
.oc-home-page-v15 .oc-category-list{padding:0 8px 8px}
.oc-home-page-v15 .oc-category-link{gap:8px;padding:7px 8px;font-size:11px;line-height:1.28;border-radius:8px}
.oc-home-page-v15 .oc-category-icon{width:18px;font-size:11px}
.oc-home-page-v15 .oc-category-children{padding-left:28px}
.oc-home-page-v15 .oc-category-children a{padding:4px 4px;font-size:10px}
.oc-home-page-v15 .oc-filter-clear{font-size:11px}
.oc-home-page-v15 .oc-filter-section{padding:11px 14px}
.oc-home-page-v15 .oc-filter-title{font-size:12px;margin-bottom:8px}
.oc-home-page-v15 .oc-price-inputs input{height:32px;font-size:11px;padding:0 8px}
.oc-home-page-v15 .oc-filter-check{font-size:11px;gap:7px;margin-bottom:6px}
.oc-home-page-v15 .oc-brand-list{max-height:150px}
.oc-home-page-v15 .oc-filter-apply{width:calc(100% - 28px);height:34px;margin:8px 14px 6px;font-size:12px;border-radius:8px}
.oc-home-page-v15 .oc-home-main-column .oc-section-head h2{font-size:19px}

/* visually make selected mode clearer */
.oc-product-card[data-mode="box"] .oc-second-price small,
.oc-product-info-card[data-mode="box"] .oc-second-price small{color:#0d5de6}
.oc-product-card[data-mode="units"] .oc-main-price small,
.oc-product-info-card[data-mode="units"] .oc-main-price small{color:#202634}

@media (max-width:1199px) and (min-width:992px){
  .oc-home-master-layout{grid-template-columns:220px minmax(0,1fr)!important;gap:12px!important}
  .oc-home-trust-strip{gap:8px;padding:14px}
  .oc-trust-text strong{font-size:14px}
  .oc-trust-text span{font-size:12px}
}
@media (max-width:991px){
  .oc-home-trust-strip{grid-template-columns:1fr;gap:8px;padding:12px 14px}
  .oc-trust-card + .oc-trust-card:before{display:none}
}

/* ===== v1.7 move trust block to bottom + stronger mobile adaptation ===== */
.oc-home-trust-strip-bottom{margin-top:16px;margin-bottom:10px}
.oc-home-main-column .oc-home-trust-strip{display:none!important}
.oc-home-sidebar{overflow:visible}
.oc-home-page-v15 .oc-home-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}
.oc-home-page-v15 .oc-home-page-head h1{font-size:24px}
.oc-home-page-v15 .oc-toolbar-ref{flex-wrap:wrap;gap:6px}
.oc-home-page-v15 .oc-page-head-actions{margin-left:auto}
.oc-home-page-v15 .oc-mobile-filter-btn{height:36px;padding:0 12px;border-radius:8px}
.oc-home-bottom-content{margin-top:10px}

/* make left filters fully readable on desktop */
.oc-home-page-v15 .oc-sidebar-card{box-shadow:0 2px 12px rgba(36,50,75,.04)}
.oc-home-page-v15 .oc-category-row{margin-bottom:2px}
.oc-home-page-v15 .oc-brand-list{padding-bottom:2px}
.oc-home-page-v15 .oc-filter-check input{margin-top:2px}

/* hide extra utility blocks on homepage top if old modules are injected */
.oc-home-top-content .oc-home-trust-strip{display:none!important}

@media (max-width:991px){
  .oc-home-sidebar{display:none!important}
  .oc-home-page-v15{padding-top:8px;padding-bottom:18px}
  .oc-home-page-v15 .oc-home-page-head{margin-bottom:8px}
  .oc-home-page-v15 .oc-page-head-actions{width:100%;display:flex;justify-content:space-between;align-items:center}
  .oc-home-page-v15 .oc-toolbar-ref{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch}
  .oc-home-page-v15 .oc-toolbar-ref>*{flex:0 0 auto}
  .oc-home-page-v15 .oc-products-grid{margin-left:-3px;margin-right:-3px}
  .oc-home-page-v15 .oc-product-col{padding:3px}
  .oc-home-page-v15 .oc-product-image-wrap{height:104px}
  .oc-home-page-v15 .oc-product-title{font-size:10px;min-height:24px}
  .oc-home-page-v15 .oc-main-price{font-size:13px}
  .oc-home-page-v15 .oc-second-price{font-size:11px}
  .oc-home-page-v15 .oc-product-actions{grid-template-columns:58px minmax(0,1fr) 26px;gap:3px}
  .oc-home-page-v15 .oc-qty-control{grid-template-columns:18px 1fr 18px;height:28px}
  .oc-home-page-v15 .oc-add-cart-btn{height:28px;font-size:8.5px}
  .oc-home-page-v15 .oc-heart-btn{height:28px}
  .oc-filter-drawer-body{width:min(92vw,380px);padding:14px;background:#f6f8fc}
  .oc-filter-drawer .oc-sidebar-card{margin-bottom:12px;border-radius:12px}
  .oc-filter-drawer .oc-categories-card .oc-sidebar-title,
  .oc-filter-drawer .oc-filter-head .oc-sidebar-title{font-size:16px;padding:12px 14px 8px}
  .oc-filter-drawer .oc-category-link{font-size:12px;padding:8px 8px;gap:8px}
  .oc-filter-drawer .oc-category-children a{font-size:11px;padding:5px 5px}
  .oc-filter-drawer .oc-filter-title{font-size:13px}
  .oc-filter-drawer .oc-filter-check{font-size:12px;gap:8px}
  .oc-filter-drawer .oc-price-inputs input{height:34px;font-size:12px}
  .oc-filter-drawer .oc-filter-apply{height:38px;font-size:13px}
}
@media (max-width:767px){
  .oc-header-row{display:grid;grid-template-columns:1fr auto auto auto;grid-template-areas:'logo wish cart profile' 'catalog catalog catalog catalog' 'search search search search';align-items:center;gap:10px;padding:10px 0}
  .oc-logo{grid-area:logo;width:auto;text-align:left}
  .oc-header-actions{display:contents}
  .oc-header-actions .oc-action-link[href*='wishlist']{grid-area:wish;justify-self:end}
  .oc-cart-header-button{grid-area:cart;justify-self:end}
  .oc-header-actions .oc-profile-menu,.oc-header-actions>.dropdown:last-child,.oc-header-actions .oc-action-link:last-child{grid-area:profile;justify-self:end}
  .oc-menu-shell{grid-area:catalog;display:grid;grid-template-columns:1fr;gap:10px;width:100%}
  .oc-catalog-dropdown{display:block}
  .oc-catalog-button{width:100%;justify-content:center;height:44px;border-radius:10px}
  .oc-menu-search{grid-area:search;width:100%}
  .oc-search-wrap{width:100%}
  .oc-search-input,.oc-search-button{height:44px}
  .oc-search-button{min-width:96px}
  .oc-home-page-v15 .oc-home-page-head h1{font-size:22px}
  .oc-home-trust-strip{padding:12px 14px;border-radius:12px}
  .oc-trust-card{padding:4px 0}
  .oc-trust-icon{width:38px;height:38px;flex-basis:38px;font-size:18px}
  .oc-trust-text strong{font-size:14px}
  .oc-trust-text span{font-size:12px}
  .oc-home-page-v15 .oc-products-grid .oc-product-col{width:50%;float:left}
}
@media (max-width:520px){
  .oc-logo-top{font-size:40px;letter-spacing:-2px}
  .oc-logo-bottom{font-size:18px;margin-top:5px}
  .oc-home-page-v15 .oc-products-grid .oc-product-col{width:50%}
  .oc-home-page-v15 .oc-product-card{padding:7px}
  .oc-home-page-v15 .oc-product-title{font-size:9.5px}
  .oc-home-page-v15 .oc-pack-note{font-size:7px}
}

/* ===== v1.8 requested fixes only ===== */
@media (min-width:992px){
  .oc-home-sidebar{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important}
}
.oc-home-trust-strip-bottom{clear:both;position:relative;z-index:1;margin-top:20px}

.oc-header-dropdown-wrap{position:relative}
.oc-header-dropdown-button{border:0;background:transparent;padding:0;font-family:inherit;cursor:pointer}
.oc-header-dropdown{position:absolute;top:calc(100% + 14px);right:0;width:260px;background:#fff;border:1px solid #dfe5ee;border-radius:14px;box-shadow:0 18px 48px rgba(33,47,70,.18);padding:12px;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.985);transform-origin:top right;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none;z-index:360}
.oc-header-dropdown.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}
.oc-header-dropdown-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:900;color:#202634;padding:4px 4px 10px;border-bottom:1px solid #edf1f5;margin-bottom:8px}
.oc-header-dropdown-copy{font-size:11px;line-height:1.45;color:#758196;padding:4px 4px 10px}
.oc-header-dropdown>a{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;font-size:12px;font-weight:700;color:#344054}
.oc-header-dropdown>a:hover{background:#f2f6ff;color:#0d5de6}
.oc-header-dropdown>a i{width:16px;text-align:center;color:#74839a}
.oc-header-dropdown .oc-header-dropdown-primary{justify-content:center;background:#0d5de6;color:#fff!important;margin-top:2px}
.oc-header-dropdown .oc-header-dropdown-primary:hover{background:#0a50c7;color:#fff}
.oc-header-dropdown .oc-profile-logout{margin-top:5px;border-top:1px solid #edf1f5;border-radius:0;padding-top:11px;color:#d64b4b}

/* Price labels: make the two independent values clearly readable. */
.oc-product-prices{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end}
.oc-main-price{text-align:left}
.oc-second-price{text-align:right}
.oc-pack-note{grid-column:1/-1;text-align:right}

@media (max-width:767px){
  .oc-header-dropdown{position:fixed;top:76px;right:10px;left:10px;width:auto}
  .oc-wishlist-dropdown-wrap .oc-action-text{display:none}
  .oc-product-prices{grid-template-columns:1fr 1fr}
  .oc-main-price,.oc-second-price{font-size:12px!important}
}

/* ===== v1.9 wishlist page only ===== */
.oc-wishlist-page{padding-top:16px;padding-bottom:34px}
.oc-wishlist-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.oc-wishlist-head h1{margin:0;font-size:30px;line-height:1.05;font-weight:900;color:#202634}
.oc-wishlist-count{display:inline-flex;margin-top:7px;padding:4px 8px;border-radius:7px;background:#eaf1ff;color:#5b7fba;font-size:10px;font-weight:800}
.oc-wishlist-account-link{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 12px;border:1px solid #dce3ee;border-radius:9px;background:#fff;color:#354258;font-size:11px;font-weight:800}
.oc-wishlist-account-link:hover{border-color:#0d5de6;color:#0d5de6}
.oc-wishlist-success{border-radius:10px;border:1px solid #cdebd9;background:#f1fbf5;color:#278653;font-size:12px}
.oc-wishlist-card{position:relative}
.oc-wishlist-remove{position:absolute;right:7px;top:7px;z-index:5;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #dfe5ed;border-radius:50%;background:rgba(255,255,255,.96);color:#8d98a8;font-size:12px;transition:.15s ease}
.oc-wishlist-remove:hover{border-color:#ffb9b9;background:#fff3f3;color:#e34b4b}
.oc-wishlist-stock{width:max-content;max-width:100%;margin:0 0 5px;padding:3px 6px;border-radius:6px;background:#f4f6f9;color:#7b8697;font-size:8px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.oc-wishlist-stock.in-stock{background:#eef9f3;color:#29965d}
.oc-wishlist-heart-remove{display:flex;align-items:center;justify-content:center;color:#e14d62}
.oc-wishlist-empty{max-width:520px;margin:50px auto 90px;padding:36px 28px;border:1px solid #dfe5ee;border-radius:16px;background:#fff;text-align:center;box-shadow:0 5px 22px rgba(35,48,69,.04)}
.oc-wishlist-empty-icon{width:64px;height:64px;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef4ff;color:#0d5de6;font-size:28px}
.oc-wishlist-empty h2{margin:0 0 8px;font-size:21px;font-weight:900;color:#283247}
.oc-wishlist-empty p{margin:0 0 20px;color:#778196;font-size:13px}
.oc-wishlist-empty .oc-checkout-btn{width:auto;min-width:180px}
@media (max-width:767px){
  .oc-wishlist-page{padding-top:10px}
  .oc-wishlist-head{align-items:flex-start;flex-direction:column;margin-bottom:8px}
  .oc-wishlist-head h1{font-size:24px}
  .oc-wishlist-account-link{height:34px}
  .oc-wishlist-grid .oc-product-col{width:50%;float:left}
  .oc-wishlist-card .oc-product-image-wrap{height:108px}
  .oc-wishlist-card .oc-product-title{font-size:10px;min-height:24px}
  .oc-wishlist-card .oc-product-actions{grid-template-columns:1fr}
  .oc-wishlist-card .oc-heart-btn{display:flex;width:100%}
  .oc-wishlist-empty{margin:28px auto 50px;padding:28px 18px}
}

/* ===== v2.0 strict aligned product grid ===== */
.oc-products-grid,
.oc-home-products,
.search-grid-fix{display:flex!important;flex-wrap:wrap!important;align-items:stretch!important}
.oc-products-grid:before,.oc-products-grid:after,
.oc-home-products:before,.oc-home-products:after,
.search-grid-fix:before,.search-grid-fix:after{display:none!important}
.oc-products-grid .oc-product-col,
.oc-home-products .oc-product-col,
.search-grid-fix .oc-product-col{float:none!important;display:flex!important;align-items:stretch!important}
.oc-products-grid .oc-product-card,
.oc-home-products .oc-product-card,
.search-grid-fix .oc-product-card{width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important}
.oc-product-image-wrap{flex:0 0 auto!important;overflow:hidden!important;background:#fff!important}
.oc-product-image{display:block!important;margin:auto!important;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important}
.oc-product-image.oc-image-fallback{opacity:.42;max-width:64%!important;max-height:64%!important}
.oc-product-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;flex:0 0 auto!important}
.oc-product-prices{flex:0 0 auto!important;min-height:34px}
.oc-sale-type-switch{flex:0 0 auto!important}
.oc-product-actions{margin-top:auto!important;flex:0 0 auto!important}

@media (min-width:1200px){
  .oc-products-grid .oc-product-col,.oc-home-products .oc-product-col,.search-grid-fix .oc-product-col{width:25%!important;flex:0 0 25%!important;max-width:25%!important}
}
@media (min-width:992px) and (max-width:1199px){
  .oc-products-grid .oc-product-col,.oc-home-products .oc-product-col,.search-grid-fix .oc-product-col{width:33.3333%!important;flex:0 0 33.3333%!important;max-width:33.3333%!important}
}
@media (min-width:600px) and (max-width:991px){
  .oc-products-grid .oc-product-col,.oc-home-products .oc-product-col,.search-grid-fix .oc-product-col{width:50%!important;flex:0 0 50%!important;max-width:50%!important}
}
@media (max-width:599px){
  .oc-products-grid .oc-product-col,.oc-home-products .oc-product-col,.search-grid-fix .oc-product-col{width:50%!important;flex:0 0 50%!important;max-width:50%!important}
}

/* ===== v2.1 stable functionality pass ===== */
button,a,input,select,textarea{touch-action:manipulation}
button:disabled,.oc-add-cart-btn.loading{cursor:wait}
.oc-option-group{margin:0 0 14px}
.oc-option-label{display:block;margin:0 0 8px;font-size:13px;font-weight:900;color:#344054}
.oc-required-mark{color:#e24b4b;margin-left:3px}
.oc-option-select,.oc-option-input{width:100%;min-height:42px;border:1px solid #dce3ed;border-radius:10px;box-shadow:none;font-size:13px}
textarea.oc-option-input{min-height:92px;padding-top:10px}
.oc-option-chips,.oc-option-check-list{display:flex;flex-wrap:wrap;gap:8px}
.oc-option-chip,.oc-option-check{margin:0;cursor:pointer}
.oc-option-chip input{position:absolute;opacity:0;pointer-events:none}
.oc-option-chip span,.oc-option-check span{display:inline-flex;align-items:center;gap:5px;min-height:38px;padding:8px 11px;border:1px solid #dce3ed;border-radius:10px;background:#fff;color:#4a5668;font-size:12px;font-weight:700}
.oc-option-chip input:checked+span{border-color:#0d5de6;background:#eff5ff;color:#0d5de6;box-shadow:0 0 0 2px rgba(13,93,230,.08)}
.oc-option-chip small,.oc-option-check small{font-size:10px;color:#748198}
.oc-option-check{display:flex;align-items:center;gap:7px}
.oc-option-check input{accent-color:#0d5de6}
.oc-upload-btn{min-height:40px;padding:0 14px;border:1px solid #cfd9e8;border-radius:10px;background:#fff;color:#34445a;font-size:12px;font-weight:800}
.oc-upload-status{display:inline-block;margin-left:8px;font-size:11px;color:#6d788b;max-width:220px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}
.oc-recurring-box{padding:12px;border:1px solid #e0e6ef;border-radius:12px;background:#fafcff}
.oc-recurring-description{font-size:12px;color:#66748a;margin-top:8px}

/* Consistent clickable states across custom UI. */
.oc-catalog-button,.oc-search-button,.oc-toolbar-pill,.oc-sort-pill,.oc-view-toggle button,.oc-filter-apply,.oc-filter-clear,.oc-qty-btn,.oc-add-cart-btn,.oc-heart-btn,.oc-header-dropdown-button,.oc-cart-header-button,.oc-mobile-filter-btn,.oc-checkout-btn,.oc-secondary-btn{transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease,transform .15s ease}
.oc-add-cart-btn:active,.oc-catalog-button:active,.oc-search-button:active,.oc-checkout-btn:active{transform:translateY(1px)}
.oc-qty-btn:hover,.oc-heart-btn:hover,.oc-view-toggle button:hover{background:#f2f6ff;color:#0d5de6}
.oc-filter-apply:hover,.oc-add-cart-btn:hover,.oc-search-button:hover,.oc-catalog-button:hover{background:#0955cf}

/* Keep every product card aligned even with long names, prices and pack notes. */
.oc-products-grid .oc-product-card{min-width:0}
.oc-product-title{height:2.48em!important;min-height:2.48em!important}
.oc-product-prices{min-height:42px!important}
.oc-pack-note{min-height:9px}
.oc-product-actions>*{min-width:0}
.oc-add-cart-btn{overflow:hidden;text-overflow:ellipsis}

/* Price mode is visually unambiguous. */
.oc-product-card[data-mode="units"] .oc-main-price{color:#182337!important;opacity:1!important}
.oc-product-card[data-mode="units"] .oc-second-price{color:#7b8799!important}
.oc-product-card[data-mode="box"] .oc-main-price{color:#7b8799!important}
.oc-product-card[data-mode="box"] .oc-second-price{color:#0d5de6!important;opacity:1!important}

/* Header dropdowns always sit above product cards and close cleanly. */
.oc-header{z-index:300}
.oc-header-dropdown{z-index:520}
.oc-cart-popover{z-index:510}
.oc-catalog-popup{z-index:500}

/* Prevent filters/categories from covering lower content. */
.oc-home-master-layout,.oc-catalog-layout{overflow:visible}
.oc-home-sidebar,.oc-sidebar{position:static!important;max-height:none!important;overflow:visible!important}
.oc-home-trust-strip-bottom{position:relative;z-index:0;clear:both}

@media (max-width:991px){
  .oc-product-page{grid-template-columns:1fr!important}
  .oc-product-info-card{min-width:0}
  .oc-product-buy-row{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr) 50px;gap:8px}
  .oc-product-buy-row .oc-qty-control.large{width:100%;max-width:none}
  .oc-product-buy-row .oc-add-cart-btn.large{width:100%}
  .oc-option-select,.oc-option-input{font-size:16px}
}
@media (max-width:599px){
  .oc-product-buy-row{grid-template-columns:1fr 1fr}
  .oc-product-buy-row .oc-qty-control.large{grid-column:1}
  .oc-product-buy-row .oc-add-cart-btn.large{grid-column:2}
  .oc-product-buy-row .oc-heart-btn.large{grid-column:1/-1;width:100%}
  .oc-option-chips,.oc-option-check-list{gap:6px}
  .oc-option-chip span,.oc-option-check span{font-size:11px;padding:7px 9px}
}

/* Functional dual price range */
.oc-price-range-live{position:relative;height:24px;margin:2px 2px 7px}
.oc-price-range-live:before{content:"";position:absolute;left:0;right:0;top:11px;height:3px;border-radius:3px;background:linear-gradient(to right,#dfe6f1 0 var(--oc-price-min,0%),#0d5de6 var(--oc-price-min,0%) var(--oc-price-max,100%),#dfe6f1 var(--oc-price-max,100%) 100%)}
.oc-price-range-live>input[type="range"]{position:absolute;left:0;right:0;top:0;width:100%;height:24px;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}
.oc-price-range-live>input[type="range"]::-webkit-slider-runnable-track{height:3px;background:transparent}
.oc-price-range-live>input[type="range"]::-webkit-slider-thumb{width:13px;height:13px;border:0;border-radius:50%;background:#0d5de6;pointer-events:auto;cursor:pointer;-webkit-appearance:none;margin-top:-5px;box-shadow:0 0 0 2px #fff,0 1px 5px rgba(13,93,230,.3)}
.oc-price-range-live>input[type="range"]::-moz-range-track{height:3px;background:transparent}
.oc-price-range-live>input[type="range"]::-moz-range-thumb{width:13px;height:13px;border:0;border-radius:50%;background:#0d5de6;pointer-events:auto;cursor:pointer;box-shadow:0 0 0 2px #fff,0 1px 5px rgba(13,93,230,.3)}

/* ===== v2.2 slightly larger cards + compact skyline + wishlist preview ===== */
.oc-home-page-v15 .oc-product-card{padding:9px!important;border-radius:10px!important}
.oc-home-page-v15 .oc-product-image-wrap{height:128px!important;padding:5px!important}
.oc-home-page-v15 .oc-home-products .oc-product-image-wrap{height:126px!important}
.oc-home-page-v15 .oc-product-title{font-size:11px!important;line-height:1.24!important;min-height:28px!important;margin-bottom:4px!important}
.oc-home-page-v15 .oc-main-price{font-size:14px!important}
.oc-home-page-v15 .oc-second-price{font-size:12px!important}
.oc-home-page-v15 .oc-sale-type-switch button{font-size:8.8px!important;padding:4px 3px!important}
.oc-home-page-v15 .oc-product-actions{grid-template-columns:68px minmax(0,1fr) 28px!important;gap:4px!important}
.oc-home-page-v15 .oc-qty-control,.oc-home-page-v15 .oc-add-cart-btn,.oc-home-page-v15 .oc-heart-btn{height:29px!important}

.oc-page-wrap .oc-product-card{padding:10px!important}
.oc-page-wrap .oc-product-image-wrap{height:136px!important;padding:6px!important}
.oc-page-wrap .oc-product-title{font-size:11.5px!important;min-height:29px!important}

.oc-delivery-banner{padding-right:185px!important}
.oc-almaty-skyline{width:172px!important;height:78px!important;opacity:.84!important;background-position:center right!important}

.oc-wishlist-dropdown{width:330px!important;padding:12px!important}
.oc-wishlist-preview{display:grid;gap:6px;max-height:360px;overflow:auto;margin-bottom:8px;padding-right:2px}
.oc-wishlist-preview-loading,.oc-wishlist-preview-empty{display:flex;align-items:center;justify-content:center;gap:8px;min-height:82px;padding:12px;text-align:center;color:#778398;font-size:11px;border-radius:10px;background:#f7f9fc}
.oc-wishlist-preview-empty{flex-direction:column}
.oc-wishlist-preview-empty i{font-size:24px;color:#a6b0be}
.oc-wishlist-preview-item{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;padding:7px!important;border-radius:10px!important;color:#283447!important;background:#fff!important;border:1px solid transparent!important}
.oc-wishlist-preview-item:hover{background:#f6f9ff!important;border-color:#dfe9fb!important}
.oc-wishlist-preview-thumb{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#f8fafc;overflow:hidden}
.oc-wishlist-preview-thumb img{max-width:100%;max-height:100%;object-fit:contain}
.oc-wishlist-preview-meta{min-width:0;display:grid;gap:2px}
.oc-wishlist-preview-meta strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;line-height:1.25;color:#273246}
.oc-wishlist-preview-meta small{display:block;font-size:9.5px;color:#66748b}
.oc-wishlist-preview-meta .box-price{color:#0d5de6;font-weight:700}

.oc-brand-list{max-height:220px!important;overflow:auto!important;padding-right:3px!important}
.oc-brand-list::-webkit-scrollbar,.oc-wishlist-preview::-webkit-scrollbar{width:5px}
.oc-brand-list::-webkit-scrollbar-thumb,.oc-wishlist-preview::-webkit-scrollbar-thumb{background:#d9e1ec;border-radius:999px}

@media (max-width:1199px) and (min-width:992px){
  .oc-almaty-skyline{width:148px!important;height:70px!important}
  .oc-delivery-banner{padding-right:158px!important}
}
@media (max-width:767px){
  .oc-home-page-v15 .oc-product-image-wrap{height:118px!important}
  .oc-page-wrap .oc-product-image-wrap{height:124px!important}
  .oc-wishlist-dropdown{width:auto!important}
}

/* ===== v2.3 working real-brand filters + true piece-price slider + compact mobile ===== */
.oc-price-range-live{height:24px;position:relative;margin:2px 2px 8px}
.oc-price-range-live:before{content:"";position:absolute;left:0;right:0;top:11px;height:4px;border-radius:4px;background:linear-gradient(to right,#dfe6f1 0%,#dfe6f1 var(--oc-price-min,0%),#0d5de6 var(--oc-price-min,0%),#0d5de6 var(--oc-price-max,100%),#dfe6f1 var(--oc-price-max,100%),#dfe6f1 100%)}
.oc-price-range-live input[type="range"]{position:absolute;left:0;top:0;width:100%;height:24px;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none;outline:0}
.oc-price-range-live input[type="range"]::-webkit-slider-runnable-track{height:4px;background:transparent}
.oc-price-range-live input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-6px;border:3px solid #0d5de6;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(13,93,230,.25);pointer-events:auto;cursor:pointer}
.oc-price-range-live input[type="range"]::-moz-range-track{height:4px;background:transparent}
.oc-price-range-live input[type="range"]::-moz-range-thumb{width:12px;height:12px;border:3px solid #0d5de6;border-radius:50%;background:#fff;pointer-events:auto;cursor:pointer}
.oc-brand-list{display:grid;gap:4px;max-height:210px;overflow:auto;padding-right:3px;scrollbar-width:thin}
.oc-brand-list .oc-filter-check{padding:2px 0}

@media (max-width:767px){
  .oc-filter-drawer-body{width:min(88vw,330px)!important;padding:10px!important}
  .oc-filter-drawer .oc-sidebar-card{margin-bottom:8px!important;border-radius:10px!important}
  .oc-filter-drawer .oc-categories-card .oc-sidebar-title,
  .oc-filter-drawer .oc-filter-head .oc-sidebar-title{font-size:14px!important;padding:10px 11px 6px!important}
  .oc-filter-drawer .oc-filter-head{padding:10px 11px 6px!important}
  .oc-filter-drawer .oc-category-list{padding:0 6px 6px!important}
  .oc-filter-drawer .oc-category-link{font-size:10.5px!important;padding:6px 6px!important;gap:6px!important}
  .oc-filter-drawer .oc-category-children{padding-left:23px!important}
  .oc-filter-drawer .oc-category-children a{font-size:9.5px!important;padding:4px!important}
  .oc-filter-drawer .oc-filter-section{padding:8px 11px!important}
  .oc-filter-drawer .oc-filter-title{font-size:11px!important;margin-bottom:6px!important}
  .oc-filter-drawer .oc-filter-check{font-size:10.5px!important;gap:6px!important;margin-bottom:4px!important}
  .oc-filter-drawer .oc-price-inputs input{height:30px!important;font-size:10.5px!important;padding:0 6px!important}
  .oc-filter-drawer .oc-filter-apply{height:34px!important;font-size:11px!important;margin:6px 11px 5px!important;width:calc(100% - 22px)!important}
  .oc-filter-drawer .oc-brand-list{max-height:120px!important}
  .oc-home-page-v15 .oc-product-card,.oc-page-wrap .oc-product-card{padding:6px!important;border-radius:8px!important}
  .oc-home-page-v15 .oc-product-image-wrap,.oc-page-wrap .oc-product-image-wrap{height:98px!important;margin-bottom:2px!important}
  .oc-home-page-v15 .oc-product-title,.oc-page-wrap .oc-product-title{font-size:9.5px!important;line-height:1.18!important;min-height:23px!important;margin-bottom:3px!important}
  .oc-home-page-v15 .oc-main-price,.oc-page-wrap .oc-main-price{font-size:12px!important}
  .oc-home-page-v15 .oc-second-price,.oc-page-wrap .oc-second-price{font-size:10px!important}
  .oc-home-page-v15 .oc-sale-type-switch button,.oc-page-wrap .oc-sale-type-switch button{font-size:7.5px!important;padding:3px 1px!important}
  .oc-home-page-v15 .oc-product-actions,.oc-page-wrap .oc-product-actions{grid-template-columns:56px minmax(0,1fr) 25px!important;gap:3px!important}
  .oc-home-page-v15 .oc-qty-control,.oc-page-wrap .oc-qty-control{height:27px!important;grid-template-columns:18px 1fr 18px!important}
  .oc-home-page-v15 .oc-add-cart-btn,.oc-page-wrap .oc-add-cart-btn,.oc-home-page-v15 .oc-heart-btn,.oc-page-wrap .oc-heart-btn{height:27px!important}
}
