.attribute_slider_wrapper{margin-bottom:20px}
.attribute_slider{margin:20px 10px}
.attribute_slider.ui-slider-horizontal{height:5px}
.attribute_slider .ui-slider-handle{position:absolute;z-index:2;width:11px;height:11px;border-radius:50%}
.attribute_slider_amount{text-align:center}
.attribute_slider_amount input{width:80px;display:inline-block;margin:0 10px}
.attribute_label{margin-top:10px;font-weight:bold} .cv-wishlist-btn{
position:absolute;top:10px;right:10px;z-index:10;
width:32px;height:32px;line-height:32px;text-align:center;
background:rgba(255,255,255,0.9);border-radius:50%;
font-size:18px;color:#ccc;text-decoration:none;
transition:all 0.2s;cursor:pointer;
box-shadow:0 1px 3px rgba(0,0,0,0.15);
}
.cv-wishlist-btn:hover{color:#e74c3c;transform:scale(1.1)}
.cv-wishlist-btn.active{color:#e74c3c}
.cv-wishlist-single{
position:relative;top:auto;right:auto;
display:inline-block;width:auto;height:auto;line-height:normal;
background:#f5f5f5;border-radius:4px;padding:14px 28px;
font-size:16px;font-weight:700;margin-top:10px;box-shadow:none;text-align:center;
}
.cv-wishlist-single.active{background:#fde8e8;color:#e74c3c} .products .product{position:relative} .cv-wishlist-page{max-width:1200px;margin:0 auto;padding:0 20px}
.cv-wishlist-count{font-size:14px;font-weight:600;margin-bottom:16px;color:#666}
.cv-wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}
.cv-wishlist-item{
position:relative;background:#fff;border:1px solid #eee;
border-radius:10px;overflow:hidden;text-align:center;
transition:box-shadow 0.2s,transform .15s;
}
.cv-wishlist-item:hover{box-shadow:0 4px 15px rgba(0,0,0,0.1);transform:translateY(-2px)}
.cv-wishlist-item img{width:100%;height:160px;object-fit:cover;padding:0!important;background:#fafafa;border-radius:0!important;margin:0!important}
.cv-wishlist-item h3{font-size:12px!important;font-weight:600!important;margin:0!important;padding:6px 10px 0!important;line-height:1.3!important}
.cv-wishlist-item h3 a{font-size:12px!important}
.cv-wishlist-item h3 a{color:#333;text-decoration:none}
.cv-wishlist-item .price{display:block;font-weight:700;font-size:13px;padding:4px 10px;color:#111}
.cv-wishlist-remove{
position:absolute;top:6px;right:6px;z-index:10;
width:22px;height:22px;line-height:22px;text-align:center;
background:rgba(0,0,0,0.05);border-radius:50%;color:#999;
text-decoration:none;font-size:14px;cursor:pointer;
transition:all .2s;
}
.cv-wishlist-remove:hover{background:#e74c3c;color:#fff}
.cv-btn{
display:block;padding:8px;margin:6px 10px 10px;
background:#10c956;color:#fff!important;text-decoration:none;
border-radius:6px;font-size:12px;font-weight:600;text-align:center;
}
.cv-btn:hover{background:#0ea648}
@media(max-width:600px){.cv-wishlist-grid{grid-template-columns:repeat(2,1fr);gap:8px}.cv-wishlist-item img{height:100px}}  .sidebar .widget{margin-bottom:12px!important;padding-bottom:12px!important;border-bottom:1px solid #f0f0f0}
.sidebar .widget:last-child{border-bottom:none}
.sidebar .widgettitle{font-size:13px!important;font-weight:700!important;margin-bottom:6px!important;text-transform:uppercase;letter-spacing:0.5px;color:#333} .post-type-archive-product .sidebar,
.tax-product_cat .sidebar,
.woocommerce.archive .sidebar{display:none!important}
.post-type-archive-product .content,
.tax-product_cat .content,
.woocommerce.archive .content{width:100%!important;max-width:100%!important;float:none!important} .woocommerce-notices-wrapper+.woocommerce-sorting,.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-ordering,.woocommerce-page .woocommerce-result-count{display:none!important} .cv-select{position:relative;width:100%}
.cv-select-btn{
padding:10px 32px 10px 12px;
background:#fff;
border:1px solid #e0e0e0;
border-radius:8px;
font-size:13px;
color:#333;
cursor:pointer;
position:relative;
transition:border-color .2s;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.cv-select-btn::after{
content:'';
position:absolute;right:12px;top:50%;transform:translateY(-50%);
border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #999;
}
.cv-select.open .cv-select-btn{border-color:#10c956;border-radius:8px 8px 0 0}
.cv-select-btn:hover{border-color:#10c956}
.cv-select-list{
display:none;
position:absolute;top:100%;left:0;right:0;z-index:9999;
background:#fff;
border:1px solid #10c956;border-top:none;
border-radius:0 0 8px 8px;
max-height:200px;overflow-y:auto;
box-shadow:0 4px 12px rgba(0,0,0,.1);
}
.cv-select-list::-webkit-scrollbar{width:4px}
.cv-select-list::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}
.cv-select-item{
padding:8px 12px;
font-size:13px;
color:#333;
cursor:pointer;
transition:background .15s;
}
.cv-select-item:hover{background:#f0faf4}
.cv-select-item.active{background:#10c956;color:#fff;font-weight:600} .cv-sidebar-filters{display:flex;gap:8px;padding:12px 0;align-items:center;flex-wrap:wrap}
.cv-sidebar-search{flex:1;min-width:150px}
.cv-sidebar-search input{width:100%;padding:9px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;outline:none;box-sizing:border-box}
.cv-sidebar-search input:focus{border-color:#10c956}
.cv-sidebar-filters .cv-select{flex:0 0 auto;min-width:120px}
.cv-sidebar-filters .cv-select-btn{padding:9px 28px 9px 10px;font-size:12px}
.cv-sidebar-filters .cv-filter-reset{padding:9px 14px;font-size:12px;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;color:#666;text-decoration:none;white-space:nowrap}
.cv-sidebar-filters .cv-filter-reset:hover{background:#eee}
.sidebar .widget_price_filter .price_slider_wrapper{margin-bottom:8px}
.sidebar .widget_price_filter .price_label{font-size:12px!important;color:#666}
.sidebar .widget_price_filter .button{font-size:12px!important;padding:6px 14px!important;border-radius:6px!important}
.sidebar .widget_rating_filter ul{margin:0!important;padding:0!important;list-style:none}
.sidebar .widget_rating_filter li{padding:2px 0!important;font-size:13px}
.sidebar .widget_product_search input[type="search"]{font-size:13px!important;padding:8px!important;border-radius:6px!important}
.sidebar .widget_product_search button,.sidebar .widget_product_search input[type="submit"]{font-size:12px!important;padding:6px 14px!important;border-radius:6px!important} .sidebar .attribute_slider_wrapper{margin-bottom:8px!important;overflow:visible!important}
.sidebar .attribute_label{font-size:12px!important;margin-top:4px!important}
.sidebar .ui-slider{overflow:visible!important;margin:10px 12px!important}
.sidebar .ui-slider .ui-slider-handle{width:16px!important;height:16px!important;border-radius:50%!important;border:2px solid #10c956!important;background:#fff!important;top:-6px!important;cursor:pointer;margin-left:-8px!important}
.sidebar .ui-slider .ui-slider-range{background:#10c956!important}
.sidebar .price_slider_wrapper{overflow:visible!important;padding:0 12px!important}
.sidebar .price_slider{overflow:visible!important}
.sidebar .widget_price_filter .button{width:100%!important;box-sizing:border-box}
.sidebar .attribute_slider_wrapper{padding:0 4px!important;overflow:visible!important} .sidebar_inner{padding:10px!important;overflow:visible!important}
.sidebar .widget{overflow:visible!important} @font-face{font-family:star;src:url(//cannavergleich.com/wp-content/plugins/cannavergleich/assets/css/data:font/woff2;base64,) format('woff2');font-display:block}
.star-rating,.star-rating *{font-family:-apple-system,sans-serif!important}
.star-rating{position:relative!important;display:inline-block!important;font-size:0!important;line-height:1!important;height:16px!important;width:80px!important;overflow:hidden!important;vertical-align:middle!important;background:none!important}
.star-rating::before{content:'☆☆☆☆☆'!important;position:absolute!important;top:0!important;left:0!important;font-size:14px!important;letter-spacing:2px!important;color:#ddd!important;line-height:16px!important}
.star-rating span{position:absolute!important;top:0!important;left:0!important;height:100%!important;overflow:hidden!important;font-size:0!important;line-height:16px!important}
.star-rating span::before{content:'★★★★★'!important;position:absolute!important;top:0!important;left:0!important;font-size:14px!important;letter-spacing:2px!important;color:#ffb400!important;line-height:16px!important}
.star-rating span strong{display:none!important}
.widget .star-rating{height:14px!important;width:72px!important}
.widget .star-rating::before,.widget .star-rating span::before{font-size:12px!important;line-height:14px!important}
.widget .product_list_widget li{display:flex;flex-wrap:wrap;gap:4px;padding:8px 0!important;border-bottom:1px solid #f0f0f0;align-items:flex-start}
.widget .product_list_widget li:last-child{border-bottom:none}
.widget .product_list_widget li img{width:50px!important;height:50px!important;object-fit:cover;border-radius:6px;flex-shrink:0}
.widget .product_list_widget li .product-title{font-size:13px;font-weight:600;line-height:1.3;flex:1;min-width:0}
.widget .product_list_widget li .woocommerce-Price-amount{font-size:13px;font-weight:700;color:#111}
.widget .product_list_widget li .reviewer{font-size:11px;color:#999;width:100%} #footer .widget_text ul,.socket_color .widget_text ul,footer .widget_text ul,.footer-widget ul{list-style:disc!important;padding-left:18px!important;margin:8px 0!important}
#footer .widget_text ul li,.socket_color .widget_text ul li,footer .widget_text ul li,.footer-widget ul li{display:list-item!important;padding:3px 0!important;font-size:14px}
#footer .widget_text ul li a,footer .widget_text ul li a,.footer-widget ul li a{text-decoration:none;color:inherit}
#footer .widget_text ul li a:hover,footer .widget_text ul li a:hover,.footer-widget ul li a:hover{color:#10c956} .products .product img,
ul.products li.product img,
.woocommerce ul.products li.product a img,
#top .av-product-class-minimal img,
.thumbnail_container img{
width:100%!important;
max-width:100%!important;
height:auto!important;
margin:0 auto 10px!important;
display:block!important;
object-fit:contain;
padding:20px!important;
border-radius:14px!important;
box-sizing:border-box;
} ul.products li.product{text-align:center}
ul.products li.product a{display:block}
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2{font-size:14px!important;line-height:1.3!important;min-height:36px} .cv-sp-section{max-width:1100px;margin:30px auto;padding:0 20px}
.cv-sp-heading{font-size:18px;font-weight:700;color:#111;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #10c956} .cv-sp-details{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}
.cv-sp-detail-row{display:flex;padding:10px 14px;border-bottom:1px solid #f0f0f0;font-size:14px}
.cv-sp-detail-row:nth-child(odd){background:#fafafa}
.cv-sp-label{font-weight:600;color:#555;min-width:120px;flex-shrink:0}
.cv-sp-value{color:#111}
@media(max-width:600px){.cv-sp-details{grid-template-columns:1fr}} .cv-sp-carousel{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;padding:4px 0 12px;-webkit-overflow-scrolling:touch}
.cv-sp-carousel::-webkit-scrollbar{height:4px}
.cv-sp-carousel::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}
.cv-sp-card{flex:0 0 160px;text-decoration:none;color:#111;background:#fff;border:1px solid #eee;border-radius:10px;padding:10px;text-align:center;transition:box-shadow 0.2s,transform 0.15s}
.cv-sp-card:hover{box-shadow:0 4px 15px rgba(0,0,0,0.1);transform:translateY(-2px);border-color:#10c956}
.cv-sp-card img{width:100%;height:120px;object-fit:contain;border-radius:6px;margin-bottom:8px}
.cv-sp-card-title{display:block;font-size:12px;font-weight:600;line-height:1.3;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.cv-sp-card-meta{display:block;font-size:11px;color:#10c956;font-weight:600} .cv-sp-compare-table{overflow-x:auto;-webkit-overflow-scrolling:touch}
.cv-sp-compare-table table{width:100%;border-collapse:collapse;min-width:500px}
.cv-sp-compare-table th,.cv-sp-compare-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #eee;font-size:13px;vertical-align:top}
.cv-sp-compare-table thead th{background:#fafafa;font-weight:700;font-size:12px;position:sticky;top:0;border-bottom:2px solid #ddd}
.cv-sp-compare-table thead th:first-child{background:none}
.cv-sp-compare-table thead th a{color:#10c956;text-decoration:none;font-weight:700;font-size:13px}
.cv-sp-cmp-label{font-weight:600;color:#555;white-space:nowrap;min-width:80px}
.cv-sp-compare-table tr:hover{background:#f9f9f9}
.cv-sp-compare-table td:nth-child(2){background:#f0faf4} .cv-sp-cmp-header{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}
.cv-sp-cmp-header img{width:80px;height:80px;object-fit:contain;border-radius:6px}
.cv-sp-cmp-header span{font-size:12px;font-weight:700}
.cv-sp-cmp-header a{font-size:12px;color:#10c956;text-decoration:none;font-weight:600;line-height:1.3}
.cv-sp-cmp-reason{font-size:10px;color:#999;font-weight:400;background:#f5f5f5;padding:2px 8px;border-radius:10px}
.cv-sp-cmp-current{background:#f0faf4!important}
.cv-sp-compare-table th,.cv-sp-compare-table td,.cv-sp-compare-table a,.cv-sp-cmp-reason,.cv-sp-cmp-header span,.cv-sp-cmp-header a{letter-spacing:0!important;text-transform:none!important;word-spacing:normal!important}  .cv-hp-hero{background:linear-gradient(135deg,#10c956 0%,#0DAA48 100%);color:#fff;padding:60px 20px;text-align:center;border-radius:0 0 20px 20px;margin-bottom:30px}
.cv-hp-hero h1{font-size:42px;font-weight:800;margin:0 0 10px;color:#fff}
.cv-hp-hero h1 span{background:rgba(0,0,0,0.15);padding:2px 12px;border-radius:6px}
.cv-hp-hero p{font-size:18px;opacity:0.9;margin:0 0 20px;color:#fff}
.cv-hp-hero-btn{display:inline-block;padding:14px 32px;background:#fff;color:#10c956!important;font-weight:700;font-size:16px;border-radius:8px;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s}
.cv-hp-hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.15)}
@media(max-width:600px){.cv-hp-hero h1{font-size:28px}.cv-hp-hero p{font-size:14px}} .cv-hp-section{max-width:1200px;margin:0 auto 30px;padding:0 20px}
.cv-hp-section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}
.cv-hp-section-header h2{font-size:20px;font-weight:700;color:#111;margin:0}
.cv-hp-section-header a{font-size:13px;color:#10c956;text-decoration:none;font-weight:600} .cv-hp-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.cv-hp-cat-card{display:flex;flex-direction:column;align-items:center;padding:20px 14px;background:#fff;border:1px solid #eee;border-radius:12px;text-decoration:none;color:#111;text-align:center;transition:box-shadow 0.2s,transform 0.15s}
.cv-hp-cat-card:hover{box-shadow:0 4px 15px rgba(0,0,0,0.08);transform:translateY(-2px)}
.cv-hp-cat-icon{font-size:32px;margin-bottom:8px}
.cv-hp-cat-card strong{font-size:16px;margin-bottom:4px}
.cv-hp-cat-desc{font-size:12px;color:#666}
.cv-hp-cat-count{font-size:11px;color:#10c956;font-weight:600;margin-top:4px}
@media(max-width:600px){.cv-hp-grid-4{grid-template-columns:repeat(2,1fr)}} .cv-hp-carousel{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;padding:4px 0 14px;-webkit-overflow-scrolling:touch}
.cv-hp-carousel::-webkit-scrollbar{height:4px}
.cv-hp-carousel::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px} .cv-hp-card{flex:0 0 200px;text-decoration:none;color:#111;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:box-shadow 0.2s,transform 0.15s}
.cv-hp-card:hover{box-shadow:0 4px 15px rgba(0,0,0,0.1);transform:translateY(-2px)}
.cv-hp-card-img{height:160px;display:flex;align-items:center;justify-content:center;padding:10px;background:#fafafa}
.cv-hp-card-img img{max-width:100%;max-height:140px;object-fit:contain}
.cv-hp-card-body{padding:10px 12px}
.cv-hp-card-title{display:block;font-size:13px;font-weight:600;line-height:1.3;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.cv-hp-card-rating{display:block;font-size:12px;color:#ff9900;margin-bottom:2px}
.cv-hp-card-rating small{color:#999;font-size:11px}
.cv-hp-card-attr{display:block;font-size:11px;color:#10c956;font-weight:600}
.cv-hp-card-price{display:block;font-size:14px;font-weight:700;color:#111;margin-top:4px}
.cv-hp-card-herst{display:block;font-size:11px;color:#888;margin-top:2px} .cv-hp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.cv-hp-herst-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:16px;transition:box-shadow 0.2s}
.cv-hp-herst-card:hover{box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.cv-hp-herst-card h3{font-size:16px;font-weight:700;margin:0 0 10px;color:#111}
.cv-hp-herst-count{font-size:12px;color:#999;font-weight:400}
.cv-hp-herst-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:10px}
.cv-hp-herst-thumbs img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:6px;background:#fafafa;padding:4px}
.cv-hp-herst-link{font-size:13px;color:#10c956;text-decoration:none;font-weight:600}
@media(max-width:768px){.cv-hp-grid-3{grid-template-columns:1fr}} .cv-hp-cta{max-width:1200px;margin:20px auto 40px;padding:40px 20px;background:linear-gradient(135deg,#10c956,#0DAA48);border-radius:16px;text-align:center;color:#fff}
.cv-hp-cta h2{font-size:28px;font-weight:800;margin:0 0 8px;color:#fff}
.cv-hp-cta p{font-size:16px;opacity:0.9;margin:0 0 20px;color:#fff}
.cv-hp-cta-btn{display:inline-block;padding:14px 32px;background:#fff;color:#10c956!important;font-weight:700;font-size:16px;border-radius:8px;text-decoration:none} .cv-top{position:relative;z-index:1}
.cv-top-inner{max-width:700px;margin:0 auto;padding:24px 16px 20px;text-align:center}
.cv-top-h1{font-size:28px;font-weight:800;color:#fff!important;margin:0 0 6px;text-shadow:0 2px 12px rgba(0,0,0,0.4),0 1px 3px rgba(0,0,0,0.3);letter-spacing:-0.5px}
.cv-top-claim{font-size:13px;color:rgba(255,255,255,0.85);margin:0 0 18px;text-shadow:0 1px 4px rgba(0,0,0,0.2)}
.cv-top .cv-start-search-wrap{max-width:560px;margin:0 auto 18px}
.cv-top .cv-start-search{box-shadow:0 4px 20px rgba(0,0,0,0.2)}
.cv-top-tiles{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.cv-top-tile{display:flex;flex-direction:column;align-items:center;padding:10px 12px 8px;background:rgba(255,255,255,0.95);border-radius:12px;text-decoration:none;color:#111;text-align:center;min-width:70px;backdrop-filter:blur(4px);transition:transform 0.15s,box-shadow 0.15s}
.cv-top-tile:active{transform:scale(0.96)}
.cv-top-tile-icon{width:24px;height:24px;color:#10c956;margin-bottom:4px}
.cv-top-tile-icon svg{width:100%;height:100%}
.cv-top-tile-label{font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}
@media(min-width:600px){
.cv-top-inner{padding:36px 20px 28px}
.cv-top-h1{font-size:34px}
.cv-top-claim{font-size:14px}
.cv-top-tile{padding:12px 16px 10px;min-width:85px}
.cv-top-tile-icon{width:28px;height:28px}
.cv-top-tile-label{font-size:12px}
}
@media(min-width:900px){
.cv-top-inner{padding:48px 20px 36px}
.cv-top-h1{font-size:42px}
.cv-top-claim{font-size:15px;margin-bottom:24px}
.cv-top-tile{padding:14px 20px 10px;min-width:95px}
.cv-top-tile:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.cv-top-tile-icon{width:30px;height:30px}
.cv-top-tile-label{font-size:13px}
} .cv-start{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#111;-webkit-font-smoothing:antialiased;overflow-x:hidden} .cv-start-search-wrap{max-width:600px;margin:0 auto;position:relative}
.cv-start-search-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none;z-index:1}
.cv-start-search{width:100%;padding:14px 16px 14px 18px;font-size:16px;border:1px solid #e0e0e0;border-radius:14px;outline:none;box-shadow:none;box-sizing:border-box;background:#fff;color:#111;-webkit-appearance:none;appearance:none;transition:border-color 0.2s,box-shadow 0.2s}
.cv-start-search:focus{border-color:#10c956;box-shadow:0 0 0 3px rgba(16,201,86,0.15)}
.cv-start-search::placeholder{color:#aaa} .cv-start-ac{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,0.14);z-index:100;max-height:320px;overflow-y:auto;-webkit-overflow-scrolling:touch}
.cv-start-ac-item{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:#111;border-bottom:1px solid #f5f5f5;transition:background 0.15s;min-height:48px}
.cv-start-ac-item:last-child{border-bottom:none}
.cv-start-ac-item:active{background:#f0fdf4}
.cv-start-ac-item img{width:44px;height:44px;object-fit:contain;border-radius:8px;background:#fafafa;flex-shrink:0}
.cv-start-ac-item div{min-width:0;flex:1}
.cv-start-ac-item strong{display:block;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cv-start-ac-item span{font-size:12px;color:#10c956;font-weight:700}
.cv-start-ac-empty{padding:20px 16px;text-align:center;color:#999;font-size:14px} .cv-start-section{max-width:1200px;margin:0 auto 24px;padding:0 16px}
.cv-start-section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px;gap:8px}
.cv-start-section-header a{font-size:13px;color:#10c956;text-decoration:none;font-weight:600;white-space:nowrap}
.cv-start-h2{font-size:18px;font-weight:700;color:#111;margin:0 0 10px} .cv-start-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px 0 8px;overflow:hidden}
.cv-start-tile{display:flex;flex-direction:column;align-items:center;padding:10px 6px 8px;background:#fff;border:1px solid #eee;border-radius:12px;text-decoration:none;color:#111;text-align:center;transition:border-color 0.2s;overflow:hidden;min-width:0}
.cv-start-tile:active{background:#f0fdf4;border-color:#10c956}
.cv-start-tile-icon{width:28px;height:28px;color:#10c956;margin-bottom:6px}
.cv-start-tile-icon svg{width:100%;height:100%}
.cv-start-tile-label{font-size:11px;font-weight:700;margin-bottom:1px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.cv-start-tile-sub{font-size:9px;color:#999;line-height:1.2;overflow:hidden;text-overflow:ellipsis;max-width:100%} .cv-start-clinics{display:grid;grid-template-columns:1fr;gap:6px}
.cv-start-clinic{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid #eee;border-radius:10px;text-decoration:none;color:#111;transition:border-color 0.2s;min-width:0;overflow:hidden}
.cv-start-clinic:active{border-color:#10c956;background:#f9fefb}
.cv-start-clinic-rank{width:22px;height:22px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cv-start-clinic:nth-child(1) .cv-start-clinic-rank,.cv-start-clinic:nth-child(2) .cv-start-clinic-rank,.cv-start-clinic:nth-child(3) .cv-start-clinic-rank{background:#10c956;color:#fff}
.cv-start-clinic-name{font-size:13px;font-weight:700;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cv-start-clinic-stars{font-size:11px;color:#ff9900;white-space:nowrap}
.cv-start-clinic-stars small{color:#999;font-size:10px;margin-left:2px}
.cv-start-clinic-price{font-size:11px;color:#10c956;font-weight:700;white-space:nowrap} .cv-start-carousel{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;padding:4px 0 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-padding:0 16px}
.cv-start-carousel::-webkit-scrollbar{display:none} .cv-start-card{flex:0 0 156px;text-decoration:none;color:#111;background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;transition:box-shadow 0.2s;scroll-snap-align:start}
.cv-start-card:active{box-shadow:0 2px 8px rgba(16,201,86,0.15)}
.cv-start-card-img{height:120px;display:flex;align-items:center;justify-content:center;padding:8px;background:#fafafa}
.cv-start-card-img img{max-width:100%;max-height:104px;object-fit:contain}
.cv-start-card-body{padding:10px 10px 12px}
.cv-start-card-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:1.25;margin-bottom:2px}
.cv-start-card-herst{display:block;font-size:10px;color:#888;margin-bottom:3px}
.cv-start-card-meta{display:block;font-size:10px;color:#10c956;font-weight:600;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cv-start-card-rating{display:block;font-size:11px;color:#ff9900;margin-bottom:2px;letter-spacing:-0.5px}
.cv-start-card-rating small{color:#999;font-size:10px;letter-spacing:0}
.cv-start-card-price{display:block;font-size:15px;font-weight:800;color:#111;margin-top:4px;letter-spacing:-0.3px} .cv-start-herst-bar{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}
.cv-start-herst-bar::-webkit-scrollbar{display:none}
.cv-start-herst-chip{display:inline-flex;align-items:center;gap:5px;padding:10px 14px;background:#fff;border:1px solid #eee;border-radius:20px;text-decoration:none;color:#111;font-size:13px;font-weight:600;transition:all 0.2s;white-space:nowrap;flex-shrink:0}
.cv-start-herst-chip:active{border-color:#10c956;background:#f0fdf4}
.cv-start-herst-chip span{font-size:11px;color:#999;font-weight:400} .cv-start-howto{margin-top:8px}
.cv-start-steps{display:flex;flex-direction:column;gap:10px}
.cv-start-step{display:flex;align-items:center;gap:14px;text-align:left;padding:16px;background:#fff;border:1px solid #eee;border-radius:14px}
.cv-start-step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;background:#10c956;color:#fff;font-weight:800;font-size:16px;border-radius:50%}
.cv-start-step-text{flex:1}
.cv-start-step strong{display:block;font-size:14px;margin-bottom:2px}
.cv-start-step p{font-size:12px;color:#666;margin:0;line-height:1.35} .cv-start-cta{max-width:1200px;margin:16px auto 32px;padding:20px 16px;background:linear-gradient(135deg,#10c956,#0a9e3f);border-radius:14px;display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;text-align:center}
.cv-start-cta strong{font-size:16px;font-weight:800}
.cv-start-cta>span{font-size:13px;opacity:0.85}
.cv-start-cta a{display:inline-block;padding:12px 28px;background:#fff;color:#10c956!important;font-weight:700;font-size:14px;border-radius:10px;text-decoration:none;white-space:nowrap;min-height:44px;line-height:20px}
.cv-start-cta a:active{transform:scale(0.97)} @media(min-width:600px){
.cv-start-top{padding:28px 20px 10px}
.cv-start-claim{font-size:13px}
.cv-start-search{padding:16px 46px 16px 20px}
.cv-start-section{padding:0 20px;margin-bottom:28px}
.cv-start-h2{font-size:20px}
.cv-start-tiles{grid-template-columns:repeat(5,1fr);gap:8px}
.cv-start-tile{padding:14px 12px 12px}
.cv-start-tile-icon{width:32px;height:32px}
.cv-start-tile-label{font-size:12px}
.cv-start-tile-sub{font-size:10px}
.cv-start-clinics{grid-template-columns:repeat(2,1fr)}
.cv-start-card{flex:0 0 175px}
.cv-start-card-img{height:140px}
.cv-start-steps{flex-direction:row;gap:14px}
.cv-start-step{flex-direction:column;text-align:center;padding:20px 16px}
} @media(min-width:900px){
.cv-start-top{padding:32px 20px 12px}
.cv-start-claim{font-size:14px}
.cv-start-tiles{grid-template-columns:repeat(7,1fr);gap:10px}
.cv-start-tile{padding:16px 14px 12px}
.cv-start-clinics{grid-template-columns:repeat(5,1fr)}
.cv-start-clinic:hover{border-color:#10c956;background:#f9fefb}
.cv-start-tile:hover{box-shadow:0 4px 14px rgba(16,201,86,0.12);transform:translateY(-2px);border-color:#10c956}
.cv-start-tile-icon{width:34px;height:34px}
.cv-start-tile-label{font-size:13px}
.cv-start-tile-sub{font-size:10px}
.cv-start-card{flex:0 0 190px}
.cv-start-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.1);transform:translateY(-3px)}
.cv-start-card-img{height:155px}
.cv-start-herst-bar{flex-wrap:wrap;overflow-x:visible}
.cv-start-herst-chip:hover{border-color:#10c956;background:#f0fdf4;color:#10c956}
.cv-start-step{padding:24px 16px}
.cv-start-cta{flex-direction:row;justify-content:space-between;text-align:left;padding:28px 24px}
.cv-start-cta strong{font-size:18px}
.cv-start-cta a:hover{transform:translateY(-1px)}
}