body {
	background-color: #F7F8FA;
}

a {
	text-decoration: none;
}

.cs-hero {
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #3f82ff 0%, #2f6df6 100%);
}

.cs-hero-title {
    color: #fff;
    font-weight: 800;
    font-size: clamp(36px, 4.5vw, 72px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.cs-hero-subtitle {
    color: rgba(255,255,255,.85);
    font-size: 18px;
    margin-bottom: 40px;
}

.cs-search-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
}

.cs-input-wrap {
    position: relative;
}

.cs-input-wrap i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 18px;
}

.cs-input {
    height: 56px;
    border-radius: 14px;
    padding-left: 46px;
    background: #f5f7fb;
    border: 0;
}

.cs-input:focus {
    box-shadow: 0 0 0 .25rem rgba(255,122,0,.15);
}

.cs-search-btn {
    height: 56px;
    border-radius: 14px;
    background: #ff7a00;
    border: 0;
    color: #fff;
    font-weight: 700;
}

.cs-search-btn:hover {
    background: #ff6a00;
}

.cs-popular {
    margin-top: 16px;
    font-size: 14px;
    color: #6b7280;
}

.cs-popular a {
    margin-left: 14px;
    color: #111827;
    font-weight: 600;
    text-decoration: none;
}

.cs-popular a:hover {
    text-decoration: underline;
}

.cs-cat-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 6px;
}

.cs-cat-subtitle {
    color: #6b7280;
    font-size: 16px;
}

.cs-cat-card {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 28px 16px;
    text-decoration: none;
    border: 1px solid #eef0f4;
    transition: all .25s ease;
    height: 100%;
}

.cs-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

.cs-cat-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: #f2f5fa;
}

.cs-cat-name {
    font-weight: 600;
    font-size: 15px;
    color: #111827;
}

.cs-cat-count {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
}

/* icon colors */
.blue i { color:#2563eb; }
.red i { color:#ef4444; }
.green i { color:#22c55e; }
.purple i { color:#8b5cf6; }
.pink i { color:#ec4899; }
.orange i { color:#f97316; }
.gray i { color:#6b7280; }
.indigo i { color:#6366f1; }
.teal i { color:#14b8a6; }
.dark i { color:#374151; }


/* Right block spacing */
.cs_header_actions{
  gap: 14px;               /* общий воздух между блоками */
}

/* Icons grouped with their own gap */
.cs_header_icons{
  display:flex;
  align-items:center;
  gap: 10px;               /* расстояние между иконками */
}

/* Category button */
.cs_btn_cat{
  background:#f2f6ff;
  color:#2563eb;
  border:1px solid #dbe7ff;
  font-weight:700;
  padding:10px 14px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.cs_btn_cat:hover{
  background:#eaf2ff;
  color:#1f55cf;
}

/* Icon button (чуть компактнее) */
.cs_icon_btn{
  width:38px;
  height:38px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#5b6776;
  text-decoration:none;
}
.cs_icon_btn:hover{
  background:#f5f7fb;
  color:#1d2b3a;
}

/* Add button (как было) */
.cs_btn_add{
  background:#ff7a00;
  color:#fff;
  font-weight:700;
  padding:10px 16px;
  border-radius:12px;
  box-shadow:0 8px 18px rgba(255,122,0,.25);
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.cs_btn_add:hover{ background:#ff6a00; color:#fff; }

.cs_btn_plus{
  width:26px; height:26px;
  border-radius:8px;
  background:rgba(255,255,255,.2);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1;
}

/* Flag spacing */
.cs_header_lang{
  display:flex;
  align-items:center;
  padding-left: 6px;        /* чтобы флаг не лип к кнопке */
}
.cs_lang img{
  height:18px;
  width:auto;
  display:block;
  opacity:.9;
}
.cs_lang:hover img{ opacity:1; }

.cs_logo img {
	height: 60px;
}


.cs_allcat_v3{
  background:#f8fafc; /* светлый фон как у примера */
}

.cs_allcat_head{
  padding-bottom: 18px;
}

.cs_allcat_title{
  font-weight: 800;
  font-size: 40px;
  margin: 0 0 6px;
  color:#0f172a;
}

.cs_allcat_subtitle{
  margin:0;
  font-size:16px;
  color:#64748b;
}

/* card */
.cs_catbox{
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:16px;
  overflow:hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
  height:100%;
}

.cs_catbox_head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px 18px;
  border-bottom:1px solid #eef2f7;
  background:#fbfdff;
}

.cs_catbox_icon{
  width:44px;
  height:44px;
  border-radius:12px;
  background:#eaf2ff;
  color:#2563eb;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  flex:0 0 auto;
}

.cs_catbox_title{
  margin:0;
  font-weight: 800;
  font-size:18px;
  color:#0f172a;
}

/* list items */
.cs_catbox_list{
  display:flex;
  flex-direction:column;
}

.cs_catbox_item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 18px;
  text-decoration:none;
  border-bottom:1px solid #eef2f7;
  transition: background .15s ease, color .15s ease;
}

.cs_catbox_item:last-child{
  border-bottom:0;
}

.cs_catbox_item_text{
  color:#0f172a;
  font-weight:600;
  font-size:15px;
}

.cs_catbox_item_arrow{
  color:#94a3b8;
  font-size:18px;
  transition: transform .15s ease, color .15s ease;
}

.cs_catbox_item:hover{
  background:#f2f6ff;
}

.cs_catbox_item:hover .cs_catbox_item_text{
  color:#1f55cf;
}

.cs_catbox_item:hover .cs_catbox_item_arrow{
  color:#1f55cf;
  transform: translateX(2px);
}

.cs_container {
	margin-top: 40px;
}

/* Page */
.cs_white{background:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(16,24,40,.06);padding:18px 18px;}
.cs_title h1{font-size:28px;font-weight:800;margin:0 0 8px 0;color:#0f172a}

/* Breadcrumbs */
.cs_breadcrumbs{list-style:none;padding:0;margin:0 0 14px 0;display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#64748b}
.cs_breadcrumbs li{display:flex;align-items:center;gap:8px}
.cs_breadcrumbs li:not(:last-child)::after{content:"›";color:#94a3b8}
.cs_breadcrumbs a{color:#64748b;text-decoration:none}
.cs_breadcrumbs a:hover{color:#0f172a;text-decoration:underline}
.cs_breadcrumbs .active{color:#0f172a;font-weight:600}

/* Gallery */
.cs_ads_images .cs_ads_large_image img{border-radius:16px;}
.cs_ads_small_image ul{list-style:none;padding:0;margin:12px 0 0 0;display:flex;gap:10px;flex-wrap:wrap}
.cs_ads_small_image li{width:84px}
.cs_ads_small_image img{width:84px;height:64px;border-radius:10px;object-fit:cover;border:2px solid #e5e7eb;transition:.15s}
.cs_ads_small_image a:hover img{border-color:#3b82f6}

/* Right card */
.cs_ads_right_card{border:1px solid #e6e9ef;border-radius:16px;padding:16px}
.cs_ads_price_big{font-size:34px;font-weight:900;color:#0f172a;margin-bottom:12px}
.cs_ads_price_big small{font-size:16px;color:#64748b;font-weight:700;margin-left:6px}
.cs_ads_table.table{margin:0}
.cs_ads_table td{padding:10px 0;border-top:1px solid #f1f5f9;vertical-align:middle}
.cs_ads_table tr:first-child td{border-top:0}
.cs_ads_table td:first-child{color:#64748b;font-weight:600;width:40%}
.cs_ads_table td:last-child{color:#0f172a;font-weight:700}

/* Buttons */
.cs_btn_call{background:#3b82f6;border:0;color:#fff;font-weight:800;border-radius:12px;padding:12px 14px}
.cs_btn_call:hover{background:#2563eb;color:#fff}
.cs_btn_whatsapp{background:#fff;border:1px solid #fb8500;color:#fb8500;font-weight:800;border-radius:12px;padding:12px 14px}
.cs_btn_whatsapp:hover{background:#fff7ed;color:#fb8500}
.cs_btn_boost{background:linear-gradient(90deg,#ffb703,#fb8500);border:0;color:#fff;font-weight:900;border-radius:12px;padding:12px 14px}
.cs_btn_boost:hover{filter:brightness(.97);color:#fff}

/* Description block */
.cs_ads_text_block{border:1px solid #e6e9ef;border-radius:16px;padding:16px;margin-top:16px}
.cs_ads_text_block h5{font-weight:900;margin:0 0 10px 0;color:#0f172a}
.cs_ads_text p{margin:0;color:#0f172a;line-height:1.6}

/* Meta info */
.cs_ads_morw_info{color:#64748b;font-size:13px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:14px}
.cs_ads_morw_info i{color:#94a3b8}

/* Sticky on desktop */
@media (min-width: 992px){
  .cs_sticky{position:sticky;top:18px}
}

.cs_thumb_btn{
  border:0;
  padding:0;
  background:transparent;
}
.cs_thumb_btn img{
  width:84px;height:64px;object-fit:cover;border-radius:10px;
  border:2px solid #e5e7eb;transition:.15s;
}
.cs_thumb_btn.active img{
  border-color:#3b82f6;
}


/* Modal */
.cs_modal .modal-content{
  border:0;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(2,6,23,.18);
  overflow:hidden;
}
.cs_modal .modal-header{
  border:0;
  padding:18px 20px;
  background:linear-gradient(135deg,#ffb703,#fb8500);
  color:#fff;
}
.cs_modal .modal-title{font-weight:900}
.cs_modal .modal-body{padding:18px 20px}
.cs_modal .modal-footer{border:0;padding:0 20px 18px 20px}
.cs_modal .btn-close{filter:invert(1);opacity:.9}

/* Tarif cards */
.cs_tarif_item{
  border:1px solid #e6e9ef;
  border-radius:14px;
  padding:12px 12px;
  display:flex;
  align-items:center;
  gap:12px;
  transition:.15s;
  cursor:pointer;
  background:#fff;
}
.cs_tarif_item:hover{border-color:#cbd5e1;background:#f8fafc}
.cs_tarif_item input{transform:scale(1.1)}
.cs_tarif_badge{
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
  background:#0ea5e9;
  color:#fff;
  white-space:nowrap;
}
.cs_tarif_text{line-height:1.2}
.cs_tarif_title{font-weight:900;color:#0f172a}
.cs_tarif_sub{font-size:13px;color:#64748b}

/* Primary button */
.cs_pay_btn{
  width:100%;
  border:0;
  border-radius:14px;
  padding:12px 14px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(90deg,#3b82f6,#2563eb);
}
.cs_pay_btn:hover{filter:brightness(.98);color:#fff}

/* Hint block */
.cs_hint{
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  padding:12px 12px;
  border-radius:14px;
  color:#0f172a;
}

.cs_pay_wrap{max-width:980px;margin:0 auto}
.cs_pay_card{
  border:0;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(2,6,23,.10);
  overflow:hidden;
}
.cs_pay_head{
  background:linear-gradient(135deg,#ffb703,#fb8500);
  color:#fff;
  padding:18px 20px;
}
.cs_pay_head h3{margin:0;font-weight:900;font-size:18px}
.cs_pay_head .small{opacity:.85}

.cs_pay_body{padding:18px 20px;background:#fff}

.cs_pay_amount{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:14px 14px;
}
.cs_pay_amount .label{color:#64748b;font-size:13px;font-weight:700}
.cs_pay_amount .value{font-size:30px;font-weight:900;color:#0f172a;line-height:1.1}
.cs_pay_amount .cur{font-size:14px;color:#64748b;font-weight:800;margin-left:6px}

.cs_pay_btn{
  width:100%;
  border:0;
  border-radius:14px;
  padding:12px 14px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(90deg,#3b82f6,#2563eb);
}
.cs_pay_btn:hover{filter:brightness(.98);color:#fff}

.cs_pay_side{
  border-left:1px solid #f1f5f9;
  padding-left:18px;
}
@media (max-width: 991.98px){
  .cs_pay_side{border-left:0;padding-left:0;padding-top:14px;border-top:1px solid #f1f5f9}
}

.cs_pay_icon{
  width:42px;height:42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:#eff6ff;border:1px solid #dbeafe;color:#2563eb;
  flex:0 0 auto;
}
.cs_pay_note{color:#64748b;font-size:13px;line-height:1.5}
.cs_pay_ul{margin:10px 0 0 0;padding-left:18px;color:#0f172a}
.cs_pay_ul li{margin:6px 0}

#csAdsCarousel .carousel-item{

  align-items: flex-start;  /* на всякий */
}

#csAdsCarousel .carousel-item img{
  height: 480px;            /* чтобы img заполняла высоту */
  width: 100%;
  object-fit: cover;
  object-position: top center; /* прижать видимую часть вверх */
  border-radius: 16px;
  display:block;
}


.birja-header{
  background:#fff;
  border-bottom:1px solid #EEF2F7;
}

.birja-topbar{
  padding:16px 0;
}

.birja-logo{
  font-weight:800;
  letter-spacing:.5px;
  color:#2F6BFF;
  text-decoration:none;
  font-size:22px;
}

.birja-logo img {
	height: 60px;
}

.birja-btn-cats{
  background:#2F6BFF;
  color:#fff;
  border-radius:999px;
  padding:10px 16px;
  border:0;
  font-weight:600;
  box-shadow:0 8px 20px rgba(47,107,255,.18);
}
.birja-btn-cats:hover{ filter:brightness(.97); color:#fff; }

.birja-btn-grid{
  display:grid;
  grid-template-columns:repeat(2,6px);
  gap:3px;
}
.birja-btn-grid span{
  width:6px;height:6px;border-radius:2px;background:rgba(255,255,255,.95);
}

.birja-search-wrap{
  position:relative;
  display:flex;
  align-items:center;
  background:#fff;
  border:1px solid #2F6BFF;
  border-radius:14px;
  padding:2px;
  min-height:48px;
}

.birja-search-ico{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  color:#94A3B8;
  border-radius:12px;
}

.birja-search-input{
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
  padding:10px 10px;
  font-size:15px;
}
.birja-search-input::placeholder{ color:#94A3B8; }

.birja-search-btn{
  border:1px solid #2F6BFF;
  background:#2F6BFF;
  color: #fff;
  border-radius:12px;
  padding:10px 16px;
  font-weight:600;
}
.birja-search-btn:hover{ background:#F8FAFC; }

.birja-btn-post{
  background:#FF7A1A;
  color:#fff;
  border-radius:999px;
  padding:10px 16px;
  font-weight:700;
  border:0;
  box-shadow:0 10px 22px rgba(255,122,26,.22);
}
.birja-btn-post:hover{ filter:brightness(.98); color:#fff; }

.birja-plus{
  width:22px;height:22px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.22);
  border-radius:999px;
  font-weight:900;
  line-height:1;
}

.birja-btn-login{
  border:1px solid #E2E8F0;
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-weight:600;
}
.birja-btn-login:hover{ background:#F8FAFC; }
.birja-user-ico{ color:#64748B; display:grid; place-items:center; }

.birja-catstrip{
  padding:10px 0 18px;
}
.birja-catstrip-title{
  font-size:28px;
  font-weight:800;
  margin:14px 0 14px;
  color:#0F172A;
}

.birja-catstrip-row{
  position:relative;
  display:flex;
  align-items:center;
}

.birja-catscroll{
  display:flex;
  gap:34px;
  overflow:auto;
  padding:6px 6px;
  scroll-behavior:smooth;
  scrollbar-width:none;
  flex:1;
}
.birja-catscroll::-webkit-scrollbar{ display:none; }

.birja-catitem{
  text-decoration:none;
  color:#0F172A;
  min-width:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}

.birja-caticon{
  width:70px;height:70px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--bg);
  color:var(--fg);
}

.birja-catname{
  font-size:14px;
  font-weight:600;
  text-align:center;
  line-height:1.15;
  color:#0F172A;
}

.birja-scroll-next{
  border:0;
  background:transparent;
  padding:0;
  margin-left:10px;
}
.birja-scroll-next span{
  width:44px;height:44px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #E2E8F0;
  box-shadow:0 10px 20px rgba(15,23,42,.10);
  color:#0F172A;
}
.birja-scroll-next:active span{ transform:scale(.98); }

@media (max-width: 992px){
  .birja-topbar{ flex-wrap:wrap; }
  .birja-actions{ width:100%; justify-content:flex-end; }
  .birja-catstrip-title{ font-size:22px; }
}


.birja-header{ background:#fff; border-bottom:1px solid #EEF2F7; }

.birja-catstrip{ padding:10px 0 18px; }
.birja-catstrip-title{
  font-size:28px; font-weight:800; margin:14px 0 14px; color:#0F172A;
}

.birja-catstrip-row{ position:relative; display:flex; align-items:center; }

.birja-catscroll{
  display:flex; gap:34px; overflow:auto; padding:6px 6px;
  scroll-behavior:smooth; scrollbar-width:none; flex:1;
}
.birja-catscroll::-webkit-scrollbar{ display:none; }

.birja-catitem{
  text-decoration:none; color:#0F172A; min-width:92px;
  display:flex; flex-direction:column; align-items:center; gap:10px;
}

.birja-caticon{
  width:70px; height:70px; border-radius:999px;
  display:grid; place-items:center;
  background:var(--bg); color:var(--fg);
}

.birja-catname{
  font-size:14px; font-weight:600; text-align:center;
  line-height:1.15; color:#0F172A;
}

.birja-scroll-next{ border:0; background:transparent; padding:0; margin-left:10px; }
.birja-scroll-next span{
  width:44px; height:44px; border-radius:999px;
  display:grid; place-items:center;
  background:#fff; border:1px solid #E2E8F0;
  box-shadow:0 10px 20px rgba(15,23,42,.10);
  color:#0F172A;
}
.birja-scroll-next:active span{ transform:scale(.98); }

@media (max-width: 992px){
  .birja-catstrip-title{ font-size:22px; }
}




.cs-product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  transition: all .3s ease;
  max-width: 420px;
}

.cs-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
}

.cs-product-image {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.cs-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-wishlist-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  border: none;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 15px rgba(0,0,0,.1);
  color: #64748B;
  transition: .2s;
}

.cs-wishlist-btn:hover {
  color: #ef4444;
}

.cs-product-body {
  padding: 22px;
}

.cs-category-badge {
  display: inline-block;
  background: #F1F5F9;
  color: #0F172A;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.cs-product-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 18px;
  color: #0F172A;
}

.cs-price {
  font-size: 28px;
  font-weight: 800;
  color: #3B82F6;
  margin-bottom: 18px;
}

.cs-price span {
  font-size: 16px;
  font-weight: 600;
  color: #64748B;
  margin-left: 6px;
}

.cs-product-meta {
  font-size: 14px;
  color: #64748B;
}

.cs-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cs-premium-section {
  padding: 60px 0 30px;
}

.cs-premium-header {
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 24px;
}

.cs-premium-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0F172A;
}

.cs-premium-subtitle {
  font-size: 18px;
  color: #64748B;
  margin: 0;
}

.cs-premium-link {
  font-size: 16px;
  font-weight: 600;
  color: #3B82F6;
  text-decoration: none;
  transition: 0.2s;
  margin-top: 10px;
}

.cs-premium-link:hover {
  color: #2563EB;
  text-decoration: underline;
}

#csAdsCarousel .carousel-item {
    min-height: 500px !important; /* выбери нужную высоту */
}

#csAdsCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}


/* ===== PREMIUM CARD ===== */

.cs_card_premium{
  position: relative;
  border: 2px solid #f5b642;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

/* Золотая обводка мягкая */
.cs_card_premium::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(245,182,66,0.25);
  pointer-events: none;
}

/* Premium badge */
.cs_premium_badge{
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(90deg,#ffb703,#fb8500);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  z-index: 5;
}

/* если карточка с картинкой */
.cs_card_premium .cs_card_img{
  position: relative;
}


.birja-user-dropdown .birja-user-name{
  max-width: 140px; /* подгони под твою шапку */
  display: inline-block;
  vertical-align: middle;
}

.birja-user-dropdown .dropdown-toggle::after{
  margin-left: .35rem; /* аккуратная стрелка */
}

/* чтобы меню не было слишком узким */
.birja-user-dropdown .birja-user-menu{
  min-width: 200px;
}

/* ===== TAGS BLOCK ===== */

.cs_ads_tags_block{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #eee;
}

.cs_ads_tags_title{
    font-size:14px;
    font-weight:600;
    margin-bottom:12px;
    color:#555;
}

.cs_ads_tags_list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.cs_ads_tag_item{
    display:inline-block;
    padding:6px 12px;
    font-size:13px;
    background:#f5f6f8;
    color:#333;
    border-radius:20px;
    text-decoration:none;
    transition:all .2s ease;
    border:1px solid #e4e6eb;
}

.cs_ads_tag_item:hover{
    background:#1d3168;
    color:#fff;
    border-color:#1d3168;
}

.cs_tag_header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  background:#fff;
  border:1px solid #eee;
  border-radius:14px;
}

.cs_tag_badge{
  font-size:16px;
  font-weight:700;
  color:#1d3168;
}

.cs_tag_count{
  font-size:13px;
  color:#666;
}

.cs_ads_card{
  display:block;
  background:#fff;
  border:1px solid #eee;
  border-radius:14px;
  overflow:hidden;
  text-decoration:none;
  transition:all .2s ease;
  height:100%;
}

.cs_ads_card:hover{
  border-color:#1d3168;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.cs_ads_card_img img{
  width:100%;
  height:160px;
  object-fit:cover;
  display:block;
}

.cs_ads_card_body{
  padding:10px 12px 12px 12px;
}

.cs_ads_card_title{
  font-size:13px;
  font-weight:600;
  color:#222;
  line-height:1.25;
  min-height:34px;
  overflow:hidden;
}

.cs_ads_card_price{
  margin-top:8px;
  font-size:14px;
  font-weight:700;
  color:#111;
}

.cs_pagination .cs_pagination_inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.cs_page_btn{
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid #eee;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#111;
  font-size:18px;
}

.cs_page_btn:hover{
  border-color:#1d3168;
  color:#1d3168;
}

.cs_page_btn.disabled{
  opacity:.4;
  pointer-events:none;
}

.cs_page_info{
  font-size:13px;
  color:#666;
}


.cs_catbox_item_subsub {
	padding-left: 22px;
	font-size: 14px;
	opacity: 0.9;
}

.cs_catbox_sub_prefix {
	margin-right: 6px;
	color: #999;
}



/* MOBILE */
@media (max-width: 575.98px) {

    .cs-price {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .cs-product-title {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .cs-product-image {
        height: 160px;
    }

    .cs-product-body {
        padding: 10px;
    }

}