/* custom.css — doplňky klonu: fonty, hero overlay, scroll-karusely, footer bez newsletteru */
/* Assistant self-host z Google Fonts: latin + latin-ext (háčky/čárky STEJNÝM fontem!)
   Shopify subset neměl latin-ext -> diakritika padala do systémového fontu. */
@font-face{font-family:Assistant;font-weight:400;font-style:normal;font-display:swap;
  src:url('assistant-400-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Assistant;font-weight:400;font-style:normal;font-display:swap;
  src:url('assistant-400-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Assistant;font-weight:700;font-style:normal;font-display:swap;
  src:url('assistant-700-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Assistant;font-weight:700;font-style:normal;font-display:swap;
  src:url('assistant-700-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
:root{--font-body-family:Assistant,sans-serif;--font-body-scale:1;--page-width:144rem;
  --color-foreground:18,18,18;--color-background:255,255,255;--duration-default:0.3s}
html{box-sizing:border-box;font-size:62.5%}
*,*
::before,*::after{box-sizing:inherit}
body{margin:0;font-family:Assistant,sans-serif;font-size:1.5rem;line-height:1.4;color:#121212;background:#fff}
img{border:0}
a{text-decoration:none;color:inherit}
h1,h2,h3,p{margin:0}
.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}

/* ---------- announcement bar (rotace: rebrand ThermoPro -> TempPro) ---------- */
.annc{height:60px;background:#bb0225;position:relative;overflow:hidden}
.annc p{color:#fff;font-size:20px;text-align:center;padding:0 12px}
.annc a{color:#fff;text-decoration:underline}
.annc .annc_msg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  margin:0;opacity:0;animation:anncrot 10s ease-in-out infinite}
.annc .annc_m2{animation-delay:5s}
.annc b{font-weight:700}
@keyframes anncrot{
  0%{opacity:0;transform:translateY(12px)}
  6%,44%{opacity:1;transform:translateY(0)}
  50%,100%{opacity:0;transform:translateY(-12px)}
}
@media (prefers-reduced-motion: reduce){
  .annc .annc_msg{animation:none;opacity:0}
  .annc .annc_m1{opacity:1}
}
@media screen and (max-width:768px){.annc{height:35px}.annc p{font-size:12px}}

/* ---------- header ---------- */
.site-header{width:100%;height:90px;background:#000;position:sticky;top:0;z-index:100}
.site-header .container{max-width:1440px;height:100%;width:100%;margin:0 auto;display:flex;
  align-items:center;justify-content:space-between;padding:0 20px}
.site-header .logo_link{width:260px;display:block}
.site-header .logo_link img{width:100%;display:block}
.header_menu .menu_box .menu_item .item_title a{text-decoration:none}
.header_menu .menu_box .menu_item .sub_item_box{z-index:60}

/* tlačítko Kde koupit v hlavičce */
.hd_buy{display:inline-flex;align-items:center;background:#e4002b;color:#fff;font-weight:700;
  font-size:16px;line-height:1;padding:12px 26px;border-radius:999px;white-space:nowrap;transition:background .15s}
.hd_buy:hover{background:#c00025}

/* mega menu (à la eu.xgimi.com) */
.header_menu .menu_item.has_mega{position:static}
.mega_panel{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;
  box-shadow:0 18px 34px rgba(0,0,0,.16);border-top:1px solid #eee;z-index:80}
.menu_item.has_mega:hover .mega_panel{display:block}
.mega_inner{max-width:1200px;margin:0 auto;display:flex;gap:34px;padding:34px 24px 22px}
.mega_col{flex:1;min-width:0}
.mega_head{display:block;font-weight:700;font-size:16px;color:#121212;padding-bottom:10px;
  border-bottom:1px solid #eee;margin-bottom:6px}
.mega_head:hover{color:#e4002b}
.mega_prod{display:flex;align-items:center;gap:12px;padding:9px 0;color:#555;font-size:14.5px;line-height:1.25}
.mega_prod img{width:52px;height:52px;object-fit:contain;flex-shrink:0;background:#fff}
.mega_prod:hover{color:#e4002b}
.mega_all{display:inline-block;margin-top:8px;font-weight:700;font-size:14px;color:#e4002b}
.mega_bottom{border-top:1px solid #eee}
.mega_bottom{max-width:1200px;margin:0 auto;display:flex;gap:36px;padding:14px 24px 18px}
.mega_bottom a{font-weight:700;font-size:14.5px;color:#121212}
.mega_bottom a:hover{color:#e4002b}

.hdr_spacer{width:260px}
@media screen and (max-width:1440px){.site-header .container{max-width:1200px}}
.header_logo_mb{display:flex;align-items:center;gap:8px}
@media screen and (max-width:1024px){
  .site-header{height:45px}
  .site-header .logo_link{width:129px}
  .header_menu,.hdr_spacer{display:none}
  .hd_buy{font-size:12px;padding:8px 14px}
  .menu_mb{display:block;width:24px;height:24px;background:none;border:0;padding:0;cursor:pointer}
  .menu_mb svg{width:24px;height:24px;fill:#fff}
}
@media screen and (min-width:1025px){.menu_mb{display:none}}

/* mobilní menu: tlačítko Kde koupit */
.mb_buy{display:block;margin-top:18px;background:#e4002b;color:#fff;font-weight:700;font-size:15px;
  text-align:center;padding:12px 0;border-radius:999px}

/* stránka Kde koupit */
.kk_hero{max-width:900px;margin:0 auto;text-align:center;padding:56px 20px 10px}
.kk_hero h1{font-weight:700;font-size:42px;color:#121212}
.kk_hero p{margin:18px auto 0;max-width:620px;font-size:17px;color:#555;line-height:1.5}
.kk_hero a{color:#e4002b;font-weight:700}
.kk_steps{max-width:1200px;margin:40px auto 0;padding:0 20px;display:flex;gap:22px}
.kk_step{flex:1;background:#f7f7f7;border-radius:14px;padding:26px 24px}
.kk_step img{width:44px;height:44px;object-fit:contain}
.kk_step h3{margin-top:14px;font-size:17px;font-weight:700;color:#121212}
.kk_step p{margin-top:7px;font-size:14.5px;color:#555;line-height:1.45}
.kk_shops{max-width:1200px;margin:54px auto 0;padding:0 20px}
.kk_shops h2{font-weight:700;font-size:30px;color:#121212}
.kk_grid{margin-top:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.kk_card{display:flex;align-items:center;gap:18px;border:1px solid #e8e8e8;border-radius:14px;
  padding:20px 22px;transition:.15s}
.kk_card:hover{box-shadow:0 12px 28px rgba(0,0,0,.10);transform:translateY(-3px)}
.kk_logo{width:110px;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.kk_logo img{max-width:100%;max-height:100%;object-fit:contain}
.kk_t{flex:1}
.kk_t strong{display:block;font-size:16px;color:#121212}
.kk_t span{font-size:13px;color:#888}
.kk_go{font-weight:700;font-size:14px;color:#e4002b;white-space:nowrap}
.kk_dist{max-width:1200px;margin:60px auto 70px;padding:34px 30px;background:#f7f7f7;border-radius:16px;
  display:flex;align-items:center;gap:30px}
.kk_dist img{width:170px;object-fit:contain}
.kk_dist h3{font-size:19px;font-weight:700;color:#121212}
.kk_dist p{margin-top:8px;font-size:15px;color:#555;line-height:1.5;max-width:640px}
@media screen and (max-width:900px){
  .kk_hero h1{font-size:28px}
  .kk_steps{flex-direction:column}
  .kk_grid{grid-template-columns:1fr}
  .kk_dist{flex-direction:column;text-align:center;margin:40px 16px 50px}
}

/* mobilní menu */
.dropdown_menu_mb{display:none}
.dropdown_menu_mb.active{display:block;top:0}
.dropdown_menu_mb .menu_close{background:none;border:0;cursor:pointer}

/* ---------- hero ---------- */
.home_banner .banner_item a{position:relative;display:block}
.home_banner .banner_item picture img{width:100%;height:auto;display:block}
.home_banner .banner_item .banner_shade{position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(23,12,8,.55) 0%,rgba(23,12,8,.4) 26%,rgba(23,12,8,.15) 40%,rgba(23,12,8,0) 54%)}
.home_banner .banner_item a .banner_box{position:absolute;inset:0;display:flex;align-items:center}
.home_banner .banner_item a .banner_box .container{max-width:1440px;width:100%;margin:0 auto;padding:0 48px}
.home_banner .banner_kicker{font-weight:700;font-size:34px;line-height:1.2;color:#e4002b;margin-bottom:14px}
.home_banner .banner_item a .banner_box .container .banner_title{font-weight:700;font-size:56px;line-height:1.12;color:#fff;max-width:640px}
.home_banner .banner_item a .banner_box .container .banner_subtitle{margin-top:18px;font-weight:400;font-size:26px;line-height:1.3;color:#fff;max-width:520px}
.home_banner .banner_cta{margin-top:34px;display:inline-flex;align-items:center;gap:10px;
  background:#e4002b;color:#fff;font-weight:700;font-size:22px;line-height:1;padding:14px 34px;border-radius:999px}
.home_banner .banner_cta svg{width:22px;height:22px;fill:#fff}
@media screen and (max-width:1440px){
  .home_banner .banner_item a .banner_box .container{max-width:1200px}
  .home_banner .banner_kicker{font-size:26px}
  .home_banner .banner_item a .banner_box .container .banner_title{font-size:44px;max-width:520px}
  .home_banner .banner_item a .banner_box .container .banner_subtitle{font-size:20px;max-width:430px}
  .home_banner .banner_cta{font-size:18px;padding:12px 28px}
}
@media screen and (max-width:768px){
  .home_banner .banner_item .banner_shade{background:linear-gradient(180deg,rgba(23,12,8,.5) 0%,rgba(23,12,8,.35) 22%,rgba(23,12,8,.12) 34%,rgba(23,12,8,0) 44%)}
  .home_banner .banner_item a .banner_box{align-items:flex-start}
  .home_banner .banner_item a .banner_box .container{padding:26px 16px 0;text-align:center}
  .home_banner .banner_kicker{font-size:18px;margin-bottom:8px}
  .home_banner .banner_item a .banner_box .container .banner_title{font-size:30px;max-width:none}
  .home_banner .banner_item a .banner_box .container .banner_subtitle{margin-top:8px;font-size:15px;max-width:none}
  .home_banner .banner_cta{margin-top:14px;font-size:14px;padding:9px 22px}
}

/* ---------- karusely přes scroll ---------- */
.scrollrow{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}
.scrollrow::-webkit-scrollbar{display:none}

/* featured in */
.featured .featured_logo_box .swiper-wrapper{justify-content:center;gap:60px}
@media screen and (max-width:768px){.featured .featured_logo_box .swiper-wrapper{justify-content:flex-start;gap:10px}}

/* doporučujeme (best_value_bundle) */
.best_value_bundle{padding:56px 0 64px}
.best_value_bundle .container{max-width:1440px;margin:0 auto;padding:0 20px}
.best_value_bundle h2{text-align:center;font-weight:700;font-size:48px;color:#333;margin-bottom:44px}
.best_value_bundle .bundle_box .swiper-wrapper{gap:24px}
.best_value_bundle .bundle_item{flex:1 0 0;min-width:0;background:#f7f7f7;border-radius:16px;overflow:hidden}
.best_value_bundle .bundle_item a{display:block;padding:0 0 28px;position:relative}
.best_value_bundle .bundle_item .item_img{background:#fff;margin:0;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1}
.best_value_bundle .bundle_item .item_img img{width:100%;height:100%;object-fit:contain;display:block}
.best_value_bundle .bundle_item .item_title{padding:24px 22px 0;font-weight:700;font-size:20px;line-height:1.25;color:#121212;min-height:76px}
.best_value_bundle .bundle_item .item_price_box{display:flex;align-items:baseline;gap:10px;padding:14px 22px 0}
.best_value_bundle .bundle_item .sale_price{font-weight:700;font-size:24px;color:#121212}
.best_value_bundle .bundle_item .item_more{margin:18px 22px 0;display:inline-block;background:#e4002b;color:#fff;
  font-weight:700;font-size:15px;padding:10px 26px;border-radius:999px}
@media screen and (max-width:1024px){
  .best_value_bundle{padding:30px 0 40px}
  .best_value_bundle h2{font-size:28px;margin-bottom:22px}
  .best_value_bundle .bundle_box .swiper-wrapper{gap:12px}
  .best_value_bundle .bundle_item{flex:0 0 46vw}
  .best_value_bundle .bundle_item .item_title{font-size:15px;min-height:64px;padding:14px 12px 0}
  .best_value_bundle .bundle_item .sale_price{font-size:18px}
  .best_value_bundle .bundle_item .item_price_box{padding:8px 12px 0}
  .best_value_bundle .bundle_item .item_more{margin:12px 12px 0;font-size:13px;padding:8px 18px}
}

/* recepty */
.home_recipe{padding:34px 0 0;position:relative}
.home_recipe h2{text-align:center;padding:18px 0 24px}
.home_recipe .recipe_box{position:relative;overflow:hidden}
.home_recipe .recommend_item{position:relative;flex:0 0 25%;min-width:25%}
.home_recipe .recommend_item .item_img img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:1.24/1}
.home_recipe .recommend_item .item_title{position:absolute;left:0;right:0;top:44%;transform:translateY(-50%);
  text-align:center;font-weight:700;font-size:26px;color:#fff;padding:0 18px}
.home_recipe .swiper-button-prev,.home_recipe .swiper-button-next{position:absolute;top:56%;transform:translateY(-50%);
  width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.25);
  display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;border:0}
.home_recipe .swiper-button-prev{left:14px}
.home_recipe .swiper-button-next{right:14px}
.home_recipe .swiper-button-prev img,.home_recipe .swiper-button-next img{width:20px;height:20px}
@media screen and (max-width:768px){
  .home_recipe .recommend_item{flex:0 0 78vw;min-width:78vw}
  .home_recipe .recommend_item .item_title{font-size:20px}
}

/* kolekce TempSpike */
.productList{background:#1c1c1e;padding:80px 0 90px}
.productList .productListBox{max-width:1440px;margin:0 auto;padding:0 20px}
.productList .sectionTitle{text-align:center;font-weight:700;font-size:48px;color:#fff}
.productList .sectionSubTitle{text-align:center;margin-top:26px;font-size:18px;color:#fff}
.productList .productLists{margin-top:64px;display:flex;gap:60px;justify-content:center}
.productList .productListGrid{flex:0 1 380px;display:flex}
.productList .productListInner{display:flex;flex-direction:column;width:100%}
.productList .productImage img{width:100%;display:block;border-radius:6px}
.productList .productTitle{margin-top:34px;text-align:center;font-weight:700;font-size:24px;color:#fff}
.productList .productText{margin-top:16px;text-align:center;font-size:16px;line-height:1.5;color:#fff;flex:1}
.productList .productPrice{margin-top:16px;display:flex;justify-content:center;align-items:baseline;gap:12px}
.productList .productPrice .price{font-weight:700;font-size:22px;color:#fff}
.productList .buy{margin-top:22px;text-align:center}
.productList .buy a{display:inline-block;width:100%;max-width:320px;background:linear-gradient(90deg,#f4442e,#e4002b);
  color:#fff;font-weight:700;font-size:16px;letter-spacing:.4px;padding:14px 0;border-radius:999px}
@media screen and (max-width:1024px){
  .productList{padding:44px 0 50px}
  .productList .sectionTitle{font-size:28px}
  .productList .sectionSubTitle{margin-top:12px;font-size:14px}
  .productList .productLists{margin-top:30px;flex-direction:column;gap:40px;align-items:center}
  .productList .productListGrid{flex:0 1 auto;max-width:420px}
}

/* testimonialy */
.our_test .our_box{overflow:hidden;position:relative}
.our_test .our_b_item{flex:0 0 23.5%;min-width:23.5%}
.our_test .t_arrow{position:absolute;top:38%;width:46px;height:46px;border-radius:50%;background:#fff;border:0;
  box-shadow:0 2px 8px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:6}
.our_test .t_arrow img{width:20px;height:20px}
.our_test .t_arrow.prev{left:6px}
.our_test .t_arrow.next{right:6px}
@media screen and (max-width:1024px){.our_test .our_b_item{flex:0 0 78vw;min-width:78vw}}

/* proč ThermoPro */
.why_cho{background:#282828;padding:70px 0 78px}
.why_cho .container{max-width:1440px;margin:0 auto;padding:0 20px}
.why_cho .product_header h2{text-align:center;font-weight:700;font-size:48px;color:#fff;text-shadow:1px 2px 2px rgba(0,0,0,.6)}
.why_cho .product_features{margin-top:72px;display:flex;justify-content:space-between;gap:20px}
.why_cho .feature_item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}
.why_cho .feature_item img{width:64px;height:64px;object-fit:contain}
.why_cho .feature_item span{margin-top:22px;font-size:24px;line-height:1.3;color:#fff;max-width:260px}
.why_cho .mb_hide{display:none}
@media screen and (max-width:768px){
  .why_cho{padding:34px 0 38px}
  .why_cho .product_header h2{font-size:24px}
  .why_cho .product_features{margin-top:28px;flex-wrap:wrap;gap:24px 0}
  .why_cho .feature_item{flex:0 0 50%}
  .why_cho .feature_item img{width:36px;height:36px}
  .why_cho .feature_item span{margin-top:10px;font-size:14px;max-width:170px}
  .why_cho .pc_hide{display:none}
  .why_cho .mb_hide{display:block}
}

/* footer */
.footer{background:#000;padding:78px 0 40px}
.footer .container{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;gap:40px}
.footer .footer_l{flex:0 0 300px}
.footer .footer_logo img{width:218px;display:block}
.footer .footer_note{margin-top:26px;font-size:15px;line-height:1.5;color:#bbb}
.footer .footer_note a{color:#fff;text-decoration:underline}
.footer .footer_r{flex:1;display:flex;justify-content:flex-end}
.footer .footer_nav_box{display:flex;gap:110px}
.footer .footer_nav .nav_title{font-weight:700;font-size:17px;letter-spacing:.5px;color:#fff;margin:0 0 24px;text-transform:uppercase}
.footer .footer_nav .nav_link_box{display:flex;flex-direction:column;gap:14px}
.footer .footer_nav .nav_link_box a{font-size:15px;color:#cfcfcf}
.footer .footer_nav .nav_link_box a:hover{color:#fff}
.footer_legal{background:#f4f4f4;padding:26px 16px;text-align:center;font-size:14px;color:#333}
@media screen and (max-width:1024px){
  .footer{padding:40px 0 30px}
  .footer .container{flex-direction:column;gap:30px}
  .footer .footer_l{flex:auto}
  .footer .footer_r{justify-content:flex-start}
  .footer .footer_nav_box{flex-wrap:wrap;gap:30px 40px}
}

/* kroky (life_list2): flex položky nesmí držet min-width podle intrinsic šířky obrázků
   (jinak roztáhnou layout viewport na ~1451 px a mobil se odzoomuje) */
.template--21165468909604__life_list2_WAL9kE_opti .container .product_op_box .op_item{min-width:0;width:auto!important;margin-right:0!important}
.template--21165468909604__life_list2_WAL9kE_opti .container .product_op_box .op_item .item_img img{max-width:100%}
@media screen and (max-width:768px){
  .template--21165468909604__life_list2_WAL9kE_opti .container .product_op_box .swiper-wrapper{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .template--21165468909604__life_list2_WAL9kE_opti .container .product_op_box .swiper-wrapper::-webkit-scrollbar{display:none}
  .template--21165468909604__life_list2_WAL9kE_opti .container .product_op_box .op_item{flex:0 0 74vw;min-width:74vw;scroll-snap-align:center}
}

/* like banner: desktop overlay vs. mobilní text nad obrázkem */
.like_content .likeTop picture{display:block}
.like_content .like_item_mb{display:none}
@media screen and (max-width:768px){
  .like_content .likeTop .like_box .like_item{display:none}
  .like_content .like_item_mb{display:flex;flex-direction:column;align-items:center;padding-bottom:12px}
  .like_content .likeTop .container{position:static;transform:none;max-width:100%}
  .like_content .likeTop{display:flex;flex-direction:column-reverse}
}

/* zpět nahoru */
.to_top{position:fixed;right:22px;bottom:26px;width:46px;height:46px;border-radius:50%;border:0;cursor:pointer;
  background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.3);display:none;align-items:center;justify-content:center;z-index:90}
.to_top img{width:22px;height:22px}
.to_top.show{display:flex}

/* app sekce: badge odkazy v obou blocích */
.app_designed .item_download_box a img{object-fit:contain}
