/* Échelle desktop Todemins
 * Reproduit à 100 % la densité visuelle observée avec le navigateur à 80 %.
 * Les tablettes, les mobiles et le portail de gestion restent inchangés.
 */
@media (min-width:1100px) {
  html {
    zoom:.8;
  }

  .tpp-offer-bar {
    width:125vw;
    margin-left:calc(50% - 62.5vw);
  }

  .tpp-products-panel {
    width:125vw!important;
    height:125vh!important;
  }

  /* Les calques fixes doivent conserver 100 % de la fenêtre malgré le zoom global à 80 %. */
  .tpp-cart-drawer,
  .tpp-cart-backdrop {
    zoom:1.25!important;
  }

  .tpp-cart-drawer {
    height:100vh!important;
    height:100dvh!important;
    min-height:100vh!important;
  }

  .tpp-cart-drawer>header strong { font-size:20px!important; font-weight:700!important; }
  .tpp-drawer-product small { font-size:10px!important; }
  .tpp-drawer-product strong { font-size:14px!important; font-weight:700!important; }
  .tpp-drawer-product p { font-size:14px!important; font-weight:700!important; }
  .tpp-drawer-product p b { font-size:9px!important; }
  .tpp-drawer-maintenance strong { font-size:15px!important; font-weight:700!important; }
  .tpp-drawer-maintenance p { font-size:12px!important; }
  .tpp-drawer-maintenance b { font-size:15px!important; font-weight:700!important; }
  .tpp-drawer-summary { font-size:14px!important; }
  .tpp-drawer-summary b { font-size:16px!important; font-weight:700!important; }
  .tpp-drawer-actions .button { font-size:13px!important; font-weight:700!important; }
}
