/*
Caricove Homepage — Tablet Layer v1.1
Tablet is intentionally isolated from desktop CSS. For now it uses a clean widened app-shell treatment while we design the dedicated tablet experience.
*/
@import url('./mobile.css');
@media (min-width:681px) and (max-width:980px){
  .ccm-wrap--desktop{display:none!important;}
  .ccm-mobile-home{display:block!important;max-width:760px;margin:0 auto;padding-left:22px;padding-right:22px;}
  .ccm-m-vault-slide{height:310px;}
  .ccm-m-product{flex-basis:220px;max-width:220px;}
  .ccm-m-product-img{height:160px;}
  .ccm-m-desire-grid{grid-template-columns:repeat(3,1fr);}
  .ccm-m-drop-card{flex-basis:min(680px,calc(100vw - 64px));}
}
