/* KOL YOUM SHOP catalog/product listing patch — screenshot-matched product grid */
:root{
  --ky-photo-green:#004f37;
  --ky-photo-green-2:#006348;
  --ky-photo-ink:#17312b;
  --ky-photo-muted:#6f7c74;
  --ky-photo-line:#eadfce;
  --ky-photo-soft:#fbf6ec;
  --ky-photo-card:#fffdf8;
  --ky-photo-gold:#e7be63;
  --ky-photo-orange:#ff6b46;
  --ky-photo-shadow:0 18px 50px rgba(49,35,15,.10);
  --ky-photo-radius:18px;
}

/* Header only on shop/category listing routes */
body.route-boutique,
body.route-promotions,
body.route-nouveautes,
body.route-recherche,
body[class*="route-categorie"]{
  background:linear-gradient(180deg,#fffaf2 0%,#fffdf8 42%,#fbf6ec 100%)!important;
  color:var(--ky-photo-ink)!important;
}
body.route-boutique .as-header,
body.route-promotions .as-header,
body.route-nouveautes .as-header,
body.route-recherche .as-header,
body[class*="route-categorie"] .as-header{
  background:rgba(255,253,248,.96)!important;
  border-bottom:1px solid #eadfce!important;
  box-shadow:0 8px 28px rgba(63,43,18,.06)!important;
}
body.route-boutique .as-topbar,
body.route-promotions .as-topbar,
body.route-nouveautes .as-topbar,
body.route-recherche .as-topbar,
body[class*="route-categorie"] .as-topbar{
  background:#fbf4e7!important;
  color:#173d2f!important;
  border-bottom:1px solid #eadfce!important;
}
body.route-boutique .as-topbar__inner,
body.route-promotions .as-topbar__inner,
body.route-nouveautes .as-topbar__inner,
body.route-recherche .as-topbar__inner,
body[class*="route-categorie"] .as-topbar__inner{height:42px!important;font-size:14px!important;font-weight:800!important;}
body.route-boutique .as-topbar svg,
body.route-promotions .as-topbar svg,
body.route-nouveautes .as-topbar svg,
body.route-recherche .as-topbar svg,
body[class*="route-categorie"] .as-topbar svg{color:var(--ky-photo-green)!important;stroke:var(--ky-photo-green)!important;}
body.route-boutique .as-topbar-phone,
body.route-promotions .as-topbar-phone,
body.route-nouveautes .as-topbar-phone,
body.route-recherche .as-topbar-phone,
body[class*="route-categorie"] .as-topbar-phone{color:#006348!important;font-weight:950!important;}
body.route-boutique .as-nav--primary,
body.route-promotions .as-nav--primary,
body.route-nouveautes .as-nav--primary,
body.route-recherche .as-nav--primary,
body[class*="route-categorie"] .as-nav--primary{height:90px!important;gap:28px!important;}
body.route-boutique .as-brand--logo,
body.route-promotions .as-brand--logo,
body.route-nouveautes .as-brand--logo,
body.route-recherche .as-brand--logo,
body[class*="route-categorie"] .as-brand--logo{min-width:220px!important;align-items:flex-start!important;justify-content:center!important;}
body.route-boutique .as-brand--logo img,
body.route-promotions .as-brand--logo img,
body.route-nouveautes .as-brand--logo img,
body.route-recherche .as-brand--logo img,
body[class*="route-categorie"] .as-brand--logo img{width:205px!important;height:66px!important;object-fit:contain!important;}
body.route-boutique .as-brand-text,
body.route-promotions .as-brand-text,
body.route-nouveautes .as-brand-text,
body.route-recherche .as-brand-text,
body[class*="route-categorie"] .as-brand-text{display:none!important;}
body.route-boutique .as-search,
body.route-promotions .as-search,
body.route-nouveautes .as-search,
body.route-recherche .as-search,
body[class*="route-categorie"] .as-search{
  max-width:790px!important;height:56px!important;border-radius:999px!important;border:1px solid #eadfce!important;
  background:#fffdf8!important;box-shadow:0 12px 34px rgba(68,47,21,.08)!important;overflow:hidden!important;
}
body.route-boutique .as-search input,
body.route-promotions .as-search input,
body.route-nouveautes .as-search input,
body.route-recherche .as-search input,
body[class*="route-categorie"] .as-search input{font-weight:700!important;color:#57655f!important;padding-left:28px!important;}
body.route-boutique .as-search select,
body.route-promotions .as-search select,
body.route-nouveautes .as-search select,
body.route-recherche .as-search select,
body[class*="route-categorie"] .as-search select{height:100%!important;border-left:1px solid #eadfce!important;color:#243b34!important;background:#fffdf8!important;font-weight:900!important;}
body.route-boutique .as-search button,
body.route-promotions .as-search button,
body.route-nouveautes .as-search button,
body.route-recherche .as-search button,
body[class*="route-categorie"] .as-search button{width:76px!important;background:linear-gradient(135deg,#006348,#003e2d)!important;color:#f8e6ad!important;border-radius:0 999px 999px 0!important;}
body.route-boutique .as-actions--desktop .as-account,
body.route-promotions .as-actions--desktop .as-account,
body.route-nouveautes .as-actions--desktop .as-account,
body.route-recherche .as-actions--desktop .as-account,
body[class*="route-categorie"] .as-actions--desktop .as-account,
body.route-boutique .as-actions--desktop .as-icon-btn,
body.route-promotions .as-actions--desktop .as-icon-btn,
body.route-nouveautes .as-actions--desktop .as-icon-btn,
body.route-recherche .as-actions--desktop .as-icon-btn,
body[class*="route-categorie"] .as-actions--desktop .as-icon-btn{
  min-width:112px!important;height:56px!important;border-radius:999px!important;background:#fffdf8!important;border:1px solid #eadfce!important;color:#17312b!important;box-shadow:0 10px 28px rgba(63,43,18,.06)!important;
}
body.route-boutique .as-actions--desktop .as-count b,
body.route-promotions .as-actions--desktop .as-count b,
body.route-nouveautes .as-actions--desktop .as-count b,
body.route-recherche .as-actions--desktop .as-count b,
body[class*="route-categorie"] .as-actions--desktop .as-count b{background:var(--ky-photo-green)!important;color:#fff9ea!important;}
body.route-boutique .as-nav--secondary,
body.route-promotions .as-nav--secondary,
body.route-nouveautes .as-nav--secondary,
body.route-recherche .as-nav--secondary,
body[class*="route-categorie"] .as-nav--secondary{display:none!important;}
body.route-boutique .as-trust-strip,
body.route-promotions .as-trust-strip,
body.route-nouveautes .as-trust-strip,
body.route-recherche .as-trust-strip,
body[class*="route-categorie"] .as-trust-strip{background:linear-gradient(90deg,#003b2a,#006143,#003b2a)!important;color:#fff8e6!important;border-top:1px solid rgba(255,255,255,.08)!important;}
body.route-boutique .as-trust-strip__inner,
body.route-promotions .as-trust-strip__inner,
body.route-nouveautes .as-trust-strip__inner,
body.route-recherche .as-trust-strip__inner,
body[class*="route-categorie"] .as-trust-strip__inner{min-height:48px!important;gap:46px!important;}
body.route-boutique .as-trust-strip svg,
body.route-promotions .as-trust-strip svg,
body.route-nouveautes .as-trust-strip svg,
body.route-recherche .as-trust-strip svg,
body[class*="route-categorie"] .as-trust-strip svg{color:#f3cd7a!important;stroke:#f3cd7a!important;}
body.route-boutique .as-trust-strip em,
body.route-promotions .as-trust-strip em,
body.route-nouveautes .as-trust-strip em,
body.route-recherche .as-trust-strip em,
body[class*="route-categorie"] .as-trust-strip em{color:#f4d992!important;}

.as-catalog-photo{width:min(1640px,calc(100% - 48px))!important;margin:22px auto 48px!important;padding:0!important;background:transparent!important;}
.ky-breadcrumb{margin:0 0 14px!important;font-size:14px!important;color:#556962!important;font-weight:700!important;gap:10px!important;}
.ky-breadcrumb a{color:#18332d!important;}
.ky-shop-head{margin-bottom:18px!important;}
.ky-shop-head__row{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:22px!important;}
.ky-shop-head h1{margin:0!important;font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(32px,3vw,44px)!important;line-height:1.05!important;color:#19352f!important;letter-spacing:-.03em!important;}
.ky-shop-head p{margin:8px 0 0!important;color:#7b877f!important;font-size:17px!important;font-weight:800!important;}
.ky-sort{display:flex!important;align-items:center!important;}
.ky-sort label{height:48px!important;min-width:310px!important;border:1px solid #eadfce!important;border-radius:12px!important;background:#fffdf8!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 14px!important;box-shadow:0 8px 22px rgba(54,37,12,.04)!important;font-weight:850!important;color:#596860!important;}
.ky-sort select{border:0!important;background:transparent!important;outline:0!important;color:#2d3f38!important;font-weight:900!important;flex:1!important;}
.ky-view-switch{display:flex!important;gap:8px!important;}
.ky-view-switch button{width:48px!important;height:48px!important;border:1px solid #eadfce!important;background:#fffdf8!important;border-radius:12px!important;color:#67746d!important;font-size:23px!important;font-weight:900!important;box-shadow:0 8px 22px rgba(54,37,12,.04)!important;}
.ky-view-switch button.is-active{color:var(--ky-photo-green)!important;background:#f6f2e8!important;}
.ky-category-tabs,.ky-subcategory-tabs{display:flex!important;align-items:center!important;gap:12px!important;overflow-x:auto!important;scrollbar-width:none!important;padding-bottom:8px!important;}
.ky-category-tabs::-webkit-scrollbar,.ky-subcategory-tabs::-webkit-scrollbar{display:none!important;}
.ky-category-tabs{margin:0 0 10px!important;}
.ky-subcategory-tabs{margin:0 0 18px!important;background:rgba(244,241,229,.78)!important;border-radius:10px!important;padding:8px!important;}
.ky-category-tabs a,.ky-subcategory-tabs a{height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;white-space:nowrap!important;border:1px solid #eadfce!important;background:#fffdf8!important;border-radius:10px!important;color:#273c35!important;font-weight:900!important;padding:0 24px!important;box-shadow:0 8px 20px rgba(54,37,12,.035)!important;}
.ky-category-tabs a span,.ky-subcategory-tabs a span{width:20px!important;height:20px!important;display:inline-grid!important;place-items:center!important;color:#173e30!important;}
.ky-category-tabs a svg,.ky-subcategory-tabs a svg{width:19px!important;height:19px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important;}
.ky-category-tabs a.is-active,.ky-subcategory-tabs a.is-active{background:linear-gradient(135deg,#006348,#004b35)!important;color:#fff8e7!important;border-color:transparent!important;box-shadow:0 12px 30px rgba(0,78,55,.18)!important;}
.ky-category-tabs a.is-active span,.ky-subcategory-tabs a.is-active span{color:#f1d48a!important;}
.ky-more-tab{width:44px!important;padding:0!important;border-radius:50%!important;font-size:28px!important;}
.ky-shop-layout{display:grid!important;grid-template-columns:310px minmax(0,1fr)!important;gap:24px!important;align-items:start!important;}
.ky-filter-card{position:sticky!important;top:176px!important;background:#fffdf8!important;border:1px solid #eadfce!important;border-radius:14px!important;padding:16px!important;box-shadow:var(--ky-photo-shadow)!important;}
.ky-filter-form{display:grid!important;gap:0!important;}
.ky-search-field{display:grid!important;gap:10px!important;margin-bottom:10px!important;font-weight:900!important;color:#243b34!important;}
.ky-search-field>span:first-child{display:flex!important;align-items:center!important;gap:8px!important;font-size:14px!important;}
.ky-search-field>span:last-child{display:grid!important;grid-template-columns:1fr 44px!important;border:1px solid #eadfce!important;border-radius:10px!important;overflow:hidden!important;background:#fff!important;}
.ky-search-field input{border:0!important;outline:0!important;padding:12px 14px!important;color:#43514c!important;font-weight:700!important;min-width:0!important;background:#fff!important;}
.ky-search-field button{border:0!important;background:linear-gradient(135deg,#006348,#00432f)!important;color:#fff8e8!important;font-weight:950!important;font-size:18px!important;}
.ky-filter-section{border-top:1px solid #eee4d4!important;padding:0!important;}
.ky-filter-section summary{list-style:none!important;min-height:48px!important;display:flex!important;align-items:center!important;gap:10px!important;cursor:pointer!important;color:#263a34!important;font-weight:950!important;}
.ky-filter-section summary::-webkit-details-marker{display:none!important;}
.ky-filter-section summary:after{content:'⌄'!important;margin-left:auto!important;color:#263a34!important;font-size:16px!important;}
.is-rtl .ky-filter-section summary:after{margin-left:0!important;margin-right:auto!important;}
.ky-filter-section[open] summary:after{transform:rotate(180deg)!important;}
.ky-filter-section summary svg{width:18px!important;height:18px!important;stroke:var(--ky-photo-green)!important;fill:none!important;}
.ky-filter-section select{width:100%!important;margin:0 0 12px!important;border:1px solid #eadfce!important;border-radius:10px!important;background:#fff!important;padding:11px 12px!important;color:#273c35!important;font-weight:800!important;}
.ky-filter-mini-chips{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 12px!important;}
.ky-filter-mini-chips button{border:1px solid #eadfce!important;border-radius:999px!important;background:#fff!important;color:#334941!important;padding:7px 10px!important;font-weight:800!important;cursor:pointer!important;}
.ky-price-range{margin:0 0 14px!important;}
.ky-price-range input{width:100%!important;accent-color:var(--ky-photo-green)!important;}
.ky-price-range div{display:flex!important;justify-content:space-between!important;color:#6f7c74!important;font-weight:800!important;}
.ky-check-line{display:flex!important;align-items:center!important;gap:9px!important;margin:0 0 12px!important;font-weight:900!important;color:#344841!important;}
.ky-check-line input{accent-color:var(--ky-photo-green)!important;}
.ky-toggle-line{border-top:1px solid #eee4d4!important;min-height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}
.ky-toggle-line strong{display:block!important;color:#263a34!important;font-weight:950!important;}
.ky-toggle-line small{display:block!important;color:#8b958e!important;font-weight:800!important;margin-top:3px!important;}
.ky-switch input{display:none!important;}
.ky-switch span{width:44px!important;height:26px!important;border-radius:999px!important;background:#e7e0d6!important;position:relative!important;display:block!important;box-shadow:inset 0 0 0 2px rgba(0,0,0,.03)!important;}
.ky-switch span:after{content:''!important;width:20px!important;height:20px!important;position:absolute!important;left:3px!important;top:3px!important;background:#fff!important;border-radius:50%!important;box-shadow:0 3px 8px rgba(0,0,0,.16)!important;transition:.18s!important;}
.ky-switch input:checked+span{background:#cdebd8!important;}
.ky-switch input:checked+span:after{left:21px!important;background:var(--ky-photo-green)!important;}
.ky-rating-options{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:12px!important;}
.ky-rating-options button{border:1px solid #f0dfbd!important;border-radius:9px!important;background:#fff!important;color:#e0aa31!important;padding:8px 9px!important;font-weight:900!important;}
.ky-apply{margin-top:12px!important;width:100%!important;background:linear-gradient(135deg,#006348,#00422f)!important;color:#fff8e8!important;border-radius:12px!important;}
.ky-shop-results{min-width:0!important;}
.ky-active-line{min-height:56px!important;display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important;margin-bottom:18px!important;}
.ky-filter-icon{width:44px!important;height:44px!important;border:0!important;border-radius:10px!important;background:#f2eee4!important;color:#17312b!important;font-size:22px!important;font-weight:950!important;}
.ky-active-line strong{font-weight:950!important;color:#355047!important;}
.ky-active-chips{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;}
.ky-active-chips a{display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid #d9e8dc!important;background:#edf7ef!important;color:#163d2d!important;border-radius:999px!important;padding:10px 14px!important;font-size:13px!important;font-weight:900!important;}
.ky-active-chips span{opacity:.7!important;}
.ky-reset{margin-left:auto!important;color:#006348!important;font-weight:950!important;}
.is-rtl .ky-reset{margin-left:0!important;margin-right:auto!important;}
.ky-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;}

/* Product cards: used across product grids */
.as-card--photo,.as-grid--products .as-card{border:1px solid #eadfce!important;border-radius:14px!important;background:#fffdf8!important;box-shadow:0 14px 34px rgba(55,38,12,.09)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;min-width:0!important;transition:transform .18s ease,box-shadow .18s ease!important;}
.as-card--photo:hover,.as-grid--products .as-card:hover{transform:translateY(-3px)!important;box-shadow:0 20px 48px rgba(55,38,12,.14)!important;}
.as-card__media-wrap{height:196px!important;position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 78% 15%,rgba(255,255,255,.95),transparent 32%),linear-gradient(135deg,#f6eadb 0%,#e8d8c1 100%)!important;}
.as-card__media{height:100%!important;width:100%!important;display:block!important;background:transparent!important;border-radius:0!important;margin:0!important;overflow:hidden!important;}
.as-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:18px 22px!important;transition:transform .22s ease!important;}
.as-card:hover .as-card__media img{transform:scale(1.035)!important;}
.as-card__badges{position:absolute!important;top:12px!important;left:12px!important;right:auto!important;display:flex!important;gap:6px!important;z-index:3!important;}
.is-rtl .as-card__badges{left:auto!important;right:12px!important;}
.as-card__badges span{background:linear-gradient(135deg,#ff7b53,#f34f37)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:7px 12px!important;font-size:12px!important;font-weight:950!important;box-shadow:0 8px 18px rgba(229,77,46,.22)!important;}
.as-card__favorite{position:absolute!important;top:11px!important;right:12px!important;width:46px!important;height:46px!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.94)!important;color:#17312b!important;display:grid!important;place-items:center!important;z-index:3!important;box-shadow:0 10px 24px rgba(33,24,12,.10)!important;cursor:pointer!important;}
.is-rtl .as-card__favorite{right:auto!important;left:12px!important;}
.as-card__favorite svg{width:22px!important;height:22px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important;}
.as-card__favorite.is-active{background:#fff1ed!important;color:#e24f3d!important;}
.as-card__body{padding:14px 14px 12px!important;display:flex!important;flex-direction:column!important;gap:7px!important;flex:1!important;}
.as-card__meta{display:block!important;color:#7d867f!important;font-size:12px!important;font-weight:800!important;text-transform:none!important;letter-spacing:0!important;}
.as-card__meta small{display:none!important;}
.as-card__title{font-size:16px!important;line-height:1.25!important;font-weight:950!important;color:#172620!important;min-height:40px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.as-card__rating{display:flex!important;align-items:center!important;gap:6px!important;min-height:18px!important;}
.as-card__rating span{font-size:13px!important;letter-spacing:.5px!important;color:#f4a51c!important;line-height:1!important;}
.as-card__rating small{font-size:12px!important;color:#6d7b73!important;font-weight:800!important;}
.as-card__price{display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap!important;margin-top:2px!important;}
.as-card__price strong{font-size:20px!important;line-height:1!important;color:#006348!important;font-weight:950!important;}
.as-card__price del{font-size:13px!important;color:#9a9c98!important;font-weight:800!important;}
.as-card__delivery-note{font-size:12px!important;color:#7a867f!important;font-weight:800!important;margin-top:1px!important;}
.as-stock{width:max-content!important;max-width:100%!important;border-radius:999px!important;padding:5px 10px!important;background:#dff6e5!important;color:#108043!important;font-size:11px!important;font-weight:950!important;}
.as-stock--danger{background:#ffe0dd!important;color:#bd382d!important;}
.as-stock--preorder{background:#fff3cb!important;color:#946b00!important;}
.as-card__actions{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:10px!important;margin-top:auto!important;padding-top:8px!important;}
.as-card__actions .as-btn{height:42px!important;min-height:42px!important;border-radius:10px!important;font-weight:950!important;font-size:14px!important;box-shadow:none!important;}
.as-card__actions .as-btn svg{width:18px!important;height:18px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important;}
.as-card__view{width:48px!important;padding:0!important;border:1px solid #eadfce!important;background:#fff!important;color:#17312b!important;}
.as-card__add{background:linear-gradient(135deg,#006348,#00432f)!important;color:#fff8e6!important;border:0!important;padding-inline:16px!important;}
.as-card__add:disabled{opacity:.48!important;cursor:not-allowed!important;}
.ky-empty{background:#fffdf8!important;border:1px solid #eadfce!important;border-radius:14px!important;box-shadow:var(--ky-photo-shadow)!important;}
.ky-pagination a,.ky-pagination span{border-radius:12px!important;border:1px solid #eadfce!important;background:#fffdf8!important;color:#17312b!important;}
.ky-pagination span{background:var(--ky-photo-green)!important;color:#fff8e8!important;}
.ky-shop-trust{margin-top:18px!important;border:1px solid #ece3d4!important;background:rgba(244,241,229,.78)!important;border-radius:9px!important;min-height:46px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;align-items:center!important;gap:12px!important;padding:0 20px!important;color:#203b33!important;font-weight:900!important;box-shadow:0 8px 20px rgba(54,37,12,.035)!important;}
.ky-shop-trust span{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;}

@media (max-width:1350px){.ky-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ky-shop-layout{grid-template-columns:290px minmax(0,1fr)!important}.as-catalog-photo{width:min(1220px,calc(100% - 32px))!important}}
@media (max-width:1040px){
  body.route-boutique .as-nav--primary,body.route-promotions .as-nav--primary,body.route-nouveautes .as-nav--primary,body.route-recherche .as-nav--primary,body[class*="route-categorie"] .as-nav--primary{height:auto!important;padding:12px 0!important;}
  body.route-boutique .as-search,body.route-promotions .as-search,body.route-nouveautes .as-search,body.route-recherche .as-search,body[class*="route-categorie"] .as-search{display:none!important;}
  body.route-boutique .as-brand--logo img,body.route-promotions .as-brand--logo img,body.route-nouveautes .as-brand--logo img,body.route-recherche .as-brand--logo img,body[class*="route-categorie"] .as-brand--logo img{width:160px!important;height:52px!important;}
  .ky-shop-head__row{grid-template-columns:1fr!important;gap:12px!important}.ky-sort label{min-width:100%!important}.ky-view-switch{display:none!important}.ky-shop-layout{grid-template-columns:1fr!important}.ky-filter-card{position:relative!important;top:auto!important}.ky-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ky-shop-trust{grid-template-columns:1fr 1fr!important;padding:12px!important;}
}
@media (max-width:640px){
  .as-catalog-photo{width:calc(100% - 20px)!important;margin-top:12px!important}.ky-shop-head h1{font-size:28px!important}.ky-shop-head p{font-size:14px!important}.ky-category-tabs a,.ky-subcategory-tabs a{height:42px!important;padding:0 14px!important;font-size:13px!important}.ky-product-grid{gap:12px!important}.as-card__media-wrap{height:145px!important}.as-card__media img{padding:12px!important}.as-card__body{padding:11px!important;gap:5px!important}.as-card__title{font-size:13.5px!important;min-height:34px!important}.as-card__rating small{font-size:10.5px!important}.as-card__price strong{font-size:16px!important}.as-card__delivery-note,.as-stock{font-size:10px!important}.as-card__actions{grid-template-columns:38px 1fr!important;gap:7px!important}.as-card__actions .as-btn{height:36px!important;min-height:36px!important;border-radius:9px!important}.as-card__view{width:38px!important}.as-card__add span{display:none!important}.as-card__badges span{font-size:10px!important;padding:5px 8px!important}.as-card__favorite{width:38px!important;height:38px!important}.ky-shop-trust{grid-template-columns:1fr!important;font-size:12px!important}.ky-active-line{gap:8px!important}.ky-reset{margin-left:0!important;width:100%!important;}
}
